﻿html, body {
    /* scrollbar 00263E*/
    scrollbar-face-color: #003556;
    scrollbar-shadow-color: #000000;
    scrollbar-highlight-color: #666699;
    scrollbar-3dlight-color: #FBF5C3;
    scrollbar-darkshadow-color: #7F7F7F;
    scrollbar-track-color: #00263E;
    scrollbar-arrow-color: #FFFFFF;
    background-color: #FFFFFF;
}

/*Background-Body #F4FFE1, F5FFE1*/
/*Background-Footer #EEFFD5, F1FFDA*/

.minWidth {
    -moz-min-width: 920px;
    -ms-min-width: 920px;
    -o-min-width: 920px;
    -webkit-min-width: 920px;
    min-width: 920px;
}

/*Footer-Color*/
html {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

/*MyAccount Area*/
body {
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    -moz-min-width: 930px;
    -ms-min-width: 930px;
    -o-min-width: 930px;
    -webkit-min-width: 930px;
    min-width: 930px;
}

/*Bar-Width*/
div.bodyframe {
    background-color: #FFFFFF;
    max-width: 1185px; 
    -moz-min-width: 930px; 
    -ms-min-width: 930px; 
    -o-min-width: 930px; 
    -webkit-min-width: 930px; 
    min-width: 930px; 
    margin: 70px auto;
    padding-left: 10px;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

a:link, a:visited,
a:active, a:hover {
    color: #333;
}

a:hover {
    background-color: #c7d1d6;
}

header, footer, hgroup, nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: left;
    margin-left:0;
    margin-top: 150px;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: gray;
    margin-top: 40px;
    margin-bottom: 0px;
    padding-bottom: 0;
    font-style: italic;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

h5 a:link, h5 a:visited, h5 a:active {
    padding: 0;
    text-decoration: none;
}

p {
    font-size: 15px;
}


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    -moz-min-width: 820px;
    -ms-min-width: 820px;
    -o-min-width: 820px;
    -webkit-min-width: 820px;
    min-width: 820px;
    
}

/*Body Content Area*/
#body {
    background-color: #ffffff;
    clear: both;
    padding-bottom: 35px;
    -moz-min-width: 930px;
    -ms-min-width: 930px;
    -o-min-width: 930px;
    -webkit-min-width: 930px;
    min-width: 930px;
}

header .content-wrapper {
    background-image: linear-gradient(75deg, #005F74 10%, #00263E 100%); 
    background: url('/Content/images/titleback.png'); 
    -ms-background-size: cover; 
    background-size: cover; 
    height: 210px;
}

footer {
    clear: both;
    width: 100%;
    background:url('images/titleback.png');
    -ms-background-size: cover;
    background-size: cover;
    font-size: .8em;
    height: 280px;
    padding-top: 20px;
}

.dividingLine {
    height: 1px; 
    background-color: #00426B;
    width:1130px;
    margin-bottom: 100px;
}

.external {
    list-style-type: none;
    padding-left: 0;
    font-size: 12px;
    margin-left: -5px;
}

ul.external li a {
    text-decoration: none;
    line-height:1.5em;
    color: white;
    font-family: "Arial";
}

span.external  {
    font: 17px 'Arial';
    font-weight: bold;
    margin-left:-3px;
}

div.external  {
    float: left; 
    margin-left: 60px; 
}

div#line {
    max-width: 1200Px; 
    height: 2px; 
    background-color: white;
}

/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}

.titleDistance {
    margin-bottom: 70px;
}

span.embossed  {
    /*-ms-text-shadow: -1px -1px 1px #fff, 1px 1px 1px #000;
    text-shadow: -1px -1px 1px #fff, 1px 1px 1px #000;*/
	color: #FABC2E;
    /*-ms-opacity: 0.8;
    opacity: 0.8;
	font: 70px 'Times new Roman';*/
    font-family: 'Nixie One', cursive;
    font-size: 65px;
    /*margin-left: -4px;*/
}

/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

#login a {
    background-color: #d3dce0;
    margin-left: 10px;
    margin-right: 3px;
    padding: 2px 3px;
    text-decoration: none;
}

#login a.username {
    background: none;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

#login ul {
    margin: 0;
}

#login li {
    display: inline;
    list-style: none;
}


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.2em;
    font-weight: 700;
    margin: 0 0 5px 0px;
    padding: 0;
    /*text-align: right;*/
}

ul#menu li {
    display: inline;
    float: left;
    list-style: none;
    padding-left: 5px;
}

ul#menu li a {
    background: none;
    color: #fff;
    text-decoration: none;
}

ul#menu li a:hover {
    color: #FABC2E;
    text-decoration: none;
}


/* page elements - HEADER
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #F3FFE6;
}

/*Welcome Area*/
.featured .content-wrapper {
    color: #3e5667;
    padding: 10px 0 0 25px;
    height: 200px;
}

.featured hgroup.title h1, .featured hgroup.title h2 {
    color: #fff;
}

.featured p {
    font-size: 1.1em;
}

#currentUser {
    float: right; 
    margin: 0 0 0 0;
    color: white;
    font-size: 16px;
    margin-top: -20px;
}


/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

ol.round li {
    margin: 25px 0;
    padding-left: 45px;
}

ol.round li.zero {
    background: url("../Images/orderedList0.png") no-repeat;
}

ol.round li.one {
    background: url("../Images/orderedList1.png") no-repeat;
}

ol.round li.two {
    background: url("../Images/orderedList2.png") no-repeat;
}

ol.round li.three {
    background: url("../Images/orderedList3.png") no-repeat;
}

ol.round li.four {
    background: url("../Images/orderedList4.png") no-repeat;
}

ol.round li.five {
    background: url("../Images/orderedList5.png") no-repeat;
}

ol.round li.six {
    background: url("../Images/orderedList6.png") no-repeat;
}

ol.round li.seven {
    background: url("../Images/orderedList7.png") no-repeat;
}

ol.round li.eight {
    background: url("../Images/orderedList8.png") no-repeat;
}

ol.round li.nine {
    background: url("../Images/orderedList9.png") no-repeat;
}

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

aside ul {
    list-style: none;
    padding: 0;
}

aside ul li {
    background: url("../Images/bullet.png") no-repeat 0 50%;
    padding: 2px 0 2px 20px;
}

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

#loginForm .validation-error {
    display: block;
    margin-left: 15px;
}

#loginForm .validation-summary-errors ul {
    margin: 0;
    padding: 0;
}

#loginForm .validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
}

#loginForm input {
    width: 250px;
}

#loginForm input[type="checkbox"],
#loginForm input[type="submit"],
#loginForm input[type="button"],
#loginForm button {
    width: auto;
}

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

#socialLoginForm h2 {
    margin-bottom:  5px;
}

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

fieldset legend {
    display: none;
}

fieldset ol {
    padding: 0;
    list-style: none;
}

fieldset ol li {
    padding-bottom: 5px;
}

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

/*input, textarea {*/
textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

/*input:focus, textarea:focus {
    border: 1px solid #7ac0da;
}*/

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="text"],
input[type="password"]
{
    font-family: "Segoe UI", Segoe, Tahoma, Geneva, sans-serif;
    border: 1px solid #787878;
    font-size: 1.2em;
    padding: 7px;
    margin-right: 8px;
    width: 250px;
    height: 18px;
    margin-bottom: 20px;
}

input[type="text"],
textarea,
input[type="submit"],
input[type="password"] {
    border-color: #7ac0da;
}

input[type="submit"] {
    cursor: pointer;
    height: 30px;
    width: 180px;
    

}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1.2em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.display-field, .editor-field
{
    margin-bottom:22px;
}

.editor-label {
    color: gray;
}

.readonlyTxt 
{
    background-color : #e3e3e3;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0 none;
}

th {
    font-size: 0.9em;
    text-align: left;
    border: none 0;
    padding-left: 0;
}

th a {
    display: block;
    position: relative;
}

th a:link, th a:visited, th a:active, th a:hover {
    color: #333;
    font-weight: 600;
    text-decoration: none;
    padding: 0;
}

th a:hover {
    color: #000;
}

th.asc a, th.desc a {
    margin-right: .75em;
}

th.asc a:after, th.desc a:after {
    display: block;
    position: absolute;
    right: 0em;
    top: 0;
    font-size: 0.75em;
}

th.asc a:after {
    content: '▲';
}

th.desc a:after {
    content: '▼';
}

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

/* header
----------------------------------------------------------*/
header .float-left,
header .float-right {
    float: none;
}

/* logo */
header .site-title {
    margin: 10px;
    text-align: center;
}

/* login */
#login {
    font-size: .85em;
    margin: 0 0 12px;
    text-align: center;
}

#login ul {
    margin: 5px 0;
    padding: 0;
}

#login li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}

#login a {
    background: none;
    color: #999;
    font-weight: 600;
    margin: 2px;
    padding: 0;
}

#login a:hover {
    color: #333;
}

/* menu */
nav {
    margin-bottom: 5px;
}

ul#menu li {
    margin: 0;
    padding: 0;
}


/* main layout
----------------------------------------------------------*/
.main-content,
.featured + .main-content {
    background-position: 10px 0;
}

.content-wrapper {
    padding-right: 100px;
    padding-left: 100px;
}

.featured .content-wrapper {
    padding: 100px;
}

/* page content */
article, aside {
    float: none;
    width: 100%;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

ol.round li {
    padding-left: 10px;
    margin: 25px 0;
}

ol.round li.zero,
ol.round li.one,
ol.round li.two,
ol.round li.three,
ol.round li.four,
ol.round li.five,
ol.round li.six,
ol.round li.seven,
ol.round li.eight,
ol.round li.nine {
    background: none;
}

/* features */
section.feature {
    float: none;
    padding: 10px;
    width: auto;
}

section.feature img {
    color: #999;
    content: attr(alt);
    font-size: 1.5em;
    font-weight: 600;
}

/* forms */
input {
    width: 90%;
}

/* login page */
#loginForm {
    border-right: none;
    float: none;
    width: auto;
}

#loginForm .validation-error {
    display: block;
    margin-left: 15px;
}

#socialLoginForm {
    margin-left: 0;
    float: none;
    width: auto;
}


/* footer
----------------------------------------------------------*/

/*footer .float-left,
footer .float-right {
    float: none;
}

footer {
    text-align: center;
    height: auto;
    padding: 10px 0;
}

footer p {
    margin: 0;
}*/
}


/*PVPortal
----------------------------------------------------------*/
/*divs, spans*/
.sumDiv 
{
    text-align:right;
    font-weight:bold;
    width:85px;
    height: 10px;
    margin-top: 5px;
    color: gray; 
}

.imgArrow
{
    width:25px;
    float:left;
    line-height: 15px;
    /*margin-top: 3px;*/
}

.power
{
    width:70px;
    float:left;
    text-align:right;
}

.itemName
{
    width:300px;
    float:left;
    margin-left:10px;
}

#detailTable
{
    height: 70px;
    margin:10px 0 0 0;
    /*max-width: 1050px;*/
    /*border:1px solid lightgray*/
}

.situation {
    width:40px;
    height:19px;
    border:1px solid #BFBFBF;
    float:right;
    color:White;
    text-align:center;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
    -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
    background: gray;
}

.usernote 
{
    width:100px;
    float:left;
}

.noteplantname
{
    width:400px;
    float:left;
}

/*.notedate.new
{
    font-weight:bold;
}*/

.square {
    width: 15px; 
    height: 15px; 
    float: left; 
    border-bottom: 1px solid #8B8B8B;
    -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0 2px 8px #000000;
    box-shadow: 0 2px 8px #000000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.standbay {
    background-color: green;     
}

.activ {
    background-color: lightgreen;     
}

.fault {
    background-color: red;     
}

.nocomm {
    background-color: gray;     
}

.service {
    background-color: orange;     
}

.error {
    background-color: white;     
}

.underline {
    font-size: 11px; 
    float: left; 
    border-bottom: 1px solid #8B8B8B; 
    margin-right: 10px;
    padding-left: 3px;
    padding-right: 3px;
    font-style: italic;
}


/*Accordion
----------------------------------------------------------*/
.trigger {
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 1px 1px #fff inset;
	-webkit-box-shadow:0 1px 1px #fff inset;
	/*background:-moz-linear-gradient(center top, #FABC2E 50%, #B78000 50%);*/
	background-color:#FFFBEE;
	border:1px solid #CE9000;
	color:#888;
	cursor:pointer;
	margin-bottom:4px;
	padding:5px;
	/*padding-top:3px;*/
	/*width:90%;*/
    width: 1040px;
    height: 19px;
    /*-ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);*/
    /*box-shadow: 0 2px 8px #000000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);*/
    /*margin: 0 auto;*/
}

.trigger_active {
	color:#333;
}

.toggle_container {
	/*padding:5px 10px;*/
    /*width:100%;*/
    /*float: left;*/ 
    padding: 0 0 0 20px; 
    border: 1px dashed lightgray; 
    width: 1030px;
    margin:-3px 0 3px 0;
}

.units {
    background-color: #D1D1D1;
    width: 27px;
    height: 27px;
    border: 1px solid #DA832D;
    text-align: center;
    -ms-border-radius: 100px;
    border-radius: 100px;
    cursor:pointer;
    float:left;
    margin-left:10px;
}

.units.stations 
{
    background: url("../Content/Images/station.png") no-repeat center #007089;
    background-position:2px 6px;
}

.units.devices 
{
    background: url("../Content/Images/devices.png") no-repeat center #007089;
    background-position:7px 4px;
}

.units.overview {
    background: url("../Content/Images/overview.png") no-repeat center #007089;
    /*-ms-background-size: 19px 19px;*/
    /*background-position:7px 4px;*/
    background-position:3.5px 4px;
}

#unitContents {
    display:block;
    height:100%;
    text-decoration:none;
    margin-top:3px;
    background:transparent;
    color:gray;
}


/*My Account
----------------------------------------------------------*/
div.dropdown {
    color: #555;
    width: 143px;
    position: absolute;
    height: 17px;
    text-align:left;
    color: white;
}

div.submenu {
    background: #005F74;
    position: absolute;
    top: -12px;
    left: -10px;
    z-index: 100;
    width: 135px;
    display: none;
    margin-left: 10px;
    padding: 40px 0 5px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
    -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

.dropdown li a {
    display: block;
    font-family: arial;
    font-weight: bold;
    padding: 6px 15px;
    cursor: pointer;
    text-decoration:none;
    color: white;
}

.dropdown li a:hover{
    background:#FABC2E;
    color: #FFFFFF;
    text-decoration: none;
}

/*Title
----------------------------------------------------------*/
a.account {
    font-size: 15px;
    font-weight:bold;
    line-height: 16px;
    color: #fff;
    position: absolute;
    z-index: 110;
    display: block;
    padding: 10px 0 0 15px;
    height: 28px;
    width: 121px;
    margin: -6px 0 0 0;
    text-decoration: none;
    /*background: url(images/arrow.png) 116px 17px no-repeat;*/
    cursor:pointer;
}

a.account:active
{
    /*color:red;*/
}

a.account:hover {
    background-color: transparent;
    color: #FABC2E;
}
    
.root
{
    list-style:none;
    margin:0;
    padding:0;
    font-size: 11px;
    padding: 11px 0 0 0;
    border-top:1px solid #dedede;
    color: white;
}

/*Progressbar
----------------------------------------------------------*/

.container {
    width: 150px;
    border: 1px solid #ddd;
    -ms-border-radius:3px;
    border-radius:3px; 
    overflow: hidden;
    display:inline-block;
    margin:0 10px 5px 5px;
    vertical-align:top;
    float:left;
}

.progressbar {
    color: #fff;
    text-align: right;
    /*background-image: linear-gradient(75deg, #DADADA 0%, #929292 50%);*/
    background-color: #33BF00;
    background-image: linear-gradient(75deg, #E7FFE5 10%, #33BF00 100%);
    -ms-border-radius:3px;
    border-radius:3px;
    margin-left:7px;
    border:1px solid #9E9E9E;
    height:12px;
    /*width:100px;*/
    margin-top:3px;
    -webkit-box-shadow: 0 0 10px #000000;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 10px #000000;
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    float: left;
}

.percent {
    float:left;
    margin-left:4px;
    /*margin-top: 1px;*/
    -ms-text-shadow: 2px 2px 2px #999;
}


/*ToolTip
----------------------------------------------------------*/
a.tooltip {outline:none; } 
a.tooltip strong {line-height:30px;} 
a.tooltip:hover {text-decoration:none;} 
a.tooltip span { 
	z-index:10;
    display:none; 
	padding:14px 25px; 
	margin-top:-30px; 
	margin-left:18px;
	line-height:16px; 
} 

a.tooltip:hover span{ 
	display:inline; 
	position:absolute; 
	color:#111; 
	border:1px solid #DCA; 
	background:#fffAF0;

} 
	
.callout {
	z-index:20;
	position:absolute;
	top:30px;
	border:0;
	left:-12px;
} 

a.tooltip span {
    -ms-border-radius:4px;
    -moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
    border-radius:4px;
    -moz-box-shadow: 5px 5px 8px #CCC; 
	-webkit-box-shadow: 5px 5px 8px #CCC;
    -ms-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
}


/*--------------------------------------------*/
#imgSrc {
    float:right;
    border:none;
}

.backMargin {
    margin-top: 50px;
}

.newNote {
    float:right; 
    width:15px; 
    height: 15px; 
    margin-top: 3px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0 2px 8px #000000;
    box-shadow: 0 2px 8px #000000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.newNote.new {
    background-color: red; 
}

.newNote.old {
    background-color: green; 
}

/*.shadow {
    -ms-box-shadow: 0 2px 8px #000000;
    -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0 2px 8px #000000;
    box-shadow: 0 2px 8px #000000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}*/

.shadow {
    -ms-box-shadow: 0 2px 8px #000000;
    -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: 0 2px 8px #000000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
    box-shadow: 0 2px 8px #000000;
}

.shadowlight {
    -ms-box-shadow: 0 2px 8px #000000;
    -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0 2px 8px #000000;
    box-shadow: 0 2px 8px #000000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.shadowup {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
    -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
}

.shadowupbold {
    margin-top: 10px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.60);
    -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.60);
    box-shadow: 0 0 8px #000000;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.60);
}

.smallshadow {
    -ms-box-shadow: 0 1px 1px #000000;
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0 1px 1px #000000;
    box-shadow: 0 1px 1px #000000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
}

/*Weather
----------------------------------------------------------*/
.weather {
    width: 25px;
    height: 25px; 
    float: left; 
    margin-left: 10px;
    margin-top: 4px;
    -ms-background-size: 25px 25px;
    background-size: 25px 25px;
}

.liability {
    vertical-align:bottom;
    position: absolute; 
    margin-top: 85px; 
    font-style:oblique;
    font-size: 12px;
}


/*Weather Tooltip
----------------------------------------------------------*/
/*.tooltip{
   	display: inline;
    position: relative;
}
		
.tooltip:hover:after {
    background: #254700;
    background: rgba(37, 71, 0, 0.80);
    -ms-border-radius: 5px;
    border-radius: 5px;
    bottom: 30px;
    color: #fff;
    content: attr(data-tooltip);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    white-space: nowrap;    
}

.tooltip:hover:before {
    border: solid;
    border-color: #254700 transparent;
    border-color: rgba(37, 71, 0, 0.80) transparent;
    border-width: 6px 6px 0 6px;
    bottom: 24px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}*/


/*Search
----------------------------------------------------------*/
input.search {
    border: 1px solid #E38400;
    -ms-border-radius: 10px;
    border-radius: 10px;
    height: 24px;
    width: 145px;
    padding: 0 0 0 27px;
    margin: 40px 105px 0 0;
    /*margin-right: 105px;*/
    background: url(images/go_search.png) no-repeat;
    -ms-background-size:24px 24px;
    background-size:24px 24px;
    font-size: 14px;
}


/*Customer DropDown*/
.customerdropdown {
    margin: 0 0 0 10px;
    /*position:relative;*/
    white-space: nowrap;
}

.custSelect {
    border: 1px solid #B0B0B0;
    position:absolute;
    z-index:1;
	width:250px !important;
	height:26px !important;
	line-height:2;
    cursor: pointer;
    /*background-color: #F5FFE1;*/
    margin-top: 38px;
    padding: 2px 2px 2px 3px;
}


/*Line Chart
----------------------------------------------------------*/
#lineChart {
    background-color: transparent;
}


/* Chart-Icon
----------------------------------------------------------*/
.chartIcon {
    float: right; 
    margin: 43px 0 0 70%; 
    position: absolute;
    z-index: 1;
}

/* Notification
----------------------------------------------------------*/
.footerContent {
    cursor: pointer;
}

/*SaveButtons
--------------------------------------------------------*/
body.chrome, body.safari {
	-ms-text-shadow: rgba(0,0,0,0.1) 0px 0px 1px;
	text-shadow: rgba(0,0,0,0.1) 0px 0px 1px;
}

.button {
    /*background: #222 url(/Buttons2/overlay-button.png) repeat-x 0 0;*/
	display: inline-block;
	padding: 7px 15px 6px;
	color: #fff !important;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
    -ms-text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	overflow: visible;
	width: auto;
	border: 0;font-family: inherit; text-align: left;
	font-family: Arial, Helvetica, Helvetica Neue, Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #555;
    -ms-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
    height: 32px;
}

/*div .super.button {
	background-image: url(/Buttons2/36px-blended.png);
	padding: 6px 17px 8px;
	border: 1px solid rgba(0,0,0,.25);
	border-bottom-color: rgba(0,0,0,.35);
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
}*/

button::-moz-focus-inner {border: 0;padding: 0;}
.button:hover {background-color: #111;color: #fff;}
  	
.button:active {
	top: 1px; 
    position: relative; 
	-webkit-transform: translateY(1px);
	-moz-transform: translateY(1px);
} /*Moving Down when clicked*/
	
.green.button {background-color: #91bd09;}
.green.button:hover {background-color: #749a02;}
button img {
	margin:0 3px -3px 5px !important;
	padding:0;
	border:none;
	width:16px;
	height:16px;
}

/*LoadImage
--------------------------------------------------------*/
.chartLoader {
    position: absolute; 
    margin: 250px 0 0 500px; 
    width:50px; 
    height: 50px;
    z-index: 0;
}

.downImage {
    float: right;
    overflow: hidden;
    background-image: url(/Content/images/download.png);
    -ms-background-size:contain;
    background-size:contain;
    content:"";
}

.reloadImage {
    float: right;
    overflow: hidden;
    background-image: url(/Content/images/refresh.png);
    -ms-background-size:contain;
    background-size:contain;
    content:"";
}

.buttonImage {
    display: inline-block;
    background-repeat: no-repeat;
    border: none;
    -webkit-background-size: 100% 100%;  /* Safari 3.0 */
    -moz-background-size: 100% 100%;     /* Gecko 1.9.2 (Firefox 3.6) */
    -o-background-size: 100% 100%;       /* Opera 9.5 */
    -ms-background-size: 100% 100%;
    background-size: 100% 100%;          /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */ 
}

