﻿
body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 14px;
}

.appHeader {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    background: url("../images/banner-5.jpg") repeat-x scroll left top transparent;
    height: 45px;
    margin: 0;
    padding: 0;
    width: 100%;
    -moz-box-shadow: 0px 2px 10px #000;
    -webkit-box-shadow: 0px 2px 10px #000;
    box-shadow: 0px 2px 10px #000;
    z-index: 10;


}

#mobileRedirect {
    position: relative;
    float: right;
    padding-right: 10px;
    /*top: 50%;
    transform: translateY(-50%);
    text-align: center;
    vertical-align: middle;
    font-weight: bold;*/
    margin: 0;
    top: -25px;
    color: white;
}


#intervalText {
    /*float: right;
    height: 35px;
    margin: 0px 50px 0px 0px;
    background: #9FF;
    color: #000;
    text-align: right;
    padding: 10px 30px;
    width: 180px;
    position: fixed;*/
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    text-shadow: 1px 1px 1px #333;
    float: right;
    color: #FFFFFF;
    font-size: 10pt;
    font-weight: bold;
    position: absolute;
    left: 10px;
    bottom: 0px;
    float: left;
    z-index: 10;
}

#rtDeltaText {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    text-shadow: 1px 1px 1px #333;
    color: #FFFFFF;
    font-size: 10pt;
    font-weight: bold;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 10px

}

#daDeltaText {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    text-shadow: 1px 1px 1px #333;
    color: #FFFFFF;
    font-size: 10pt;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 10px

}

#help {
    float: right;
    left: 30px;
    position: relative;
    top: 4px;
}

#helpLink {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
    vertical-align: middle;
    font-weight: bold;

}

.appHeader .headerLinks a {
    color: #FFFFFF;
}


.gridHeader {
    /*background: url("../images/linen.jpg") repeat-x scroll left top transparent;*/
    position: relative;
    height: 20px;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-left: 35px;
}

.appHeader .headerLogo {
    float: left;
    left: 30px;
    position: fixed;
    top: 4px;
}

.appHeader .headerTitle {
    color: #FFFFFF;
    float: left;
    font-size: 16pt;
    font-weight: bold;
    left: 120px;
    top: 4px;
    position: fixed;
}

.appHeader .subHeaderTitle {
    color: #CFCFCF;
    font-size: small;
    /*padding-left: 20px;*/
}

#gridTitleBar {
    background: url("../images/banner-5.jpg") repeat-x scroll left top transparent;
    background-size: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ADB5C7;
    border-radius: 5px;

}


#map {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    /*unselectable = on;
    onselectstart=return false; 
 onmousedown=return false;*/
    height: 100%;
    width: 100% !important;
    padding-bottom: 45px;
    margin-bottom: 100px;
    position: absolute;
    /*padding-top: 10px;*/

}


.button1 {
    /*outline:white solid 0.5px;
    padding: 0px 0px;
    border-radius: 3px;
    background: black;
    background-color: rgba(0,0,0, 0.5);
    color: white;
    font-weight: bold;
    border: none;
    margin: 0;
    z-index: 100;
    font-size: 12px;
    top: -1px;*/
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(145, 184, 179, 0.5);
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(145, 184, 179, 0.5);
    box-shadow: inset 0px 1px 3px 0px rgba(145, 184, 179, 0.5);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #595959), color-stop(1, #0a0a0a));
    background: -moz-linear-gradient(top, rgba(89, 89, 89, 0.9) 5%, rgba(10, 10, 10, 0.3) 100%);
    background: -webkit-linear-gradient(top, rgba(89, 89, 89, 0.9) 5%, rgba(10, 10, 10, 0.3) 100%);
    background: -o-linear-gradient(top, rgba(89, 89, 89, 0.9) 5%, rgba(10, 10, 10, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(89, 89, 89, 0.9) 5%, rgba(10, 10, 10, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(89, 89, 89, 0.9) 5%, rgba(10, 10, 10, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#595959', endColorstr='#0a0a0a', GradientType=0);
    background-color: rgba(89, 89, 89, 0.9);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*border:1px solid rgba(86, 105, 99, 0.5);*/
    border: 2px solid #626262;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 11px;
    line-height: 14px;
    /*font-weight:bold;*/
    padding: 2px 2px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #2b665e;
    /*margin-left: 35px;*/
    margin-top: 10px;

}


.button2 {
    /*outline:white solid 0.5px;
        padding: 0px 0px;
        border-radius: 3px;
        background: black;
        background-color: rgba(0,0,0, 0.5);
        color: white;
        font-weight: bold;
        border: none;
        margin: 0;
        z-index: 100;
        font-size: 12px;
        top: -1px;*/
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(145, 184, 179, 0.5);
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(145, 184, 179, 0.5);
    box-shadow: inset 0px 1px 3px 0px rgba(145, 184, 179, 0.5);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #595959), color-stop(1, #0a0a0a));
    background: -moz-linear-gradient(top, rgba(89, 89, 89, 0.1) 5%, rgba(10, 10, 10, 0.3) 100%);
    background: -webkit-linear-gradient(top, rgba(89, 89, 89, 0.1) 5%, rgba(10, 10, 10, 0.3) 100%);
    background: -o-linear-gradient(top, rgba(89, 89, 89, 0.1) 5%, rgba(10, 10, 10, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(89, 89, 89, 0.1) 5%, rgba(10, 10, 10, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(89, 89, 89, 0.1) 5%, rgba(10, 10, 10, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#595959', endColorstr='#0a0a0a', GradientType=0);
    background-color: rgba(89, 89, 89, 0.9);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*border:1px solid rgba(86, 105, 99, 0.5);*/
    border: 2px solid #626262;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 11px;
    line-height: 14px;
    /*font-weight:bold;*/
    padding: 2px 2px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #2b665e;
    margin-left: 15px;
    margin-top: 10px;
    /*margin-top: 5px;*/
    /*outline:white solid 0.5px;
    padding: 6px 8px;
    border-radius: 3px;
    background-color: rgba(0,0,0, 0.0);
    color: white;
    font-weight: bold;
    border: none;
    margin-left: 15px;
    z-index: 100;*/
}

.buttons {
    /*outline:white solid 0.5px;
    padding: 0px 0px;
    border-radius: 3px;
    background: black;
    background-color: rgba(0,0,0, 0.5);
    color: white;
    font-weight: bold;
    border: none;
    margin: 0;
    z-index: 100;
    font-size: 12px;
    top: -1px;*/
    /*-moz-box-shadow:inset 0px 1px 3px 0px rgba(145, 184, 179, 0.5);
-webkit-box-shadow:inset 0px 1px 3px 0px rgba(145, 184, 179, 0.5);
box-shadow:inset 0px 1px 3px 0px rgba(145, 184, 179, 0.5);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #595959), color-stop(1, #0a0a0a));
background:-moz-linear-gradient(top, rgba(89,89,89, 0.9) 5%, rgba(10,10,10,0.3) 100%);
background:-webkit-linear-gradient(top, rgba(89,89,89, 0.9) 5%, rgba(10,10,10,0.3) 100%);
background:-o-linear-gradient(top, rgba(89,89,89, 0.9) 5%, rgba(10,10,10,0.3) 100%);
background:-ms-linear-gradient(top, rgba(89,89,89, 0.9) 5%, rgba(10,10,10,0.3) 100%);
background:linear-gradient(to bottom, rgba(89,89,89, 0.9) 5%, rgba(10,10,10,0.3) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#595959', endColorstr='#0a0a0a',GradientType=0);
background-color:rgba(89,89,89, 0.1);
-moz-border-radius:5px;
-webkit-border-radius:5px;*/

    border-radius: 5px;
    /*border:1px solid rgba(86, 105, 99, 0.5);*/
    border: 2px solid #626262;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 11px;
    line-height: 14px;
    /*font-weight:bold;*/
    padding: 2px 2px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #2b665e;
    /*margin-left: 35px;*/
    margin-top: 10px;

}

.button1:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #303131), color-stop(1, #a3a3a3));
    background: -moz-linear-gradient(top, #303131 5%, #a3a3a3 100%);
    background: -webkit-linear-gradient(top, #303131 5%, #a3a3a3 100%);
    background: -o-linear-gradient(top, #303131 5%, #a3a3a3 100%);
    background: -ms-linear-gradient(top, #303131 5%, #a3a3a3 100%);
    background: linear-gradient(to bottom, #303131 5%, #a3a3a3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303131', endColorstr='#a3a3a3', GradientType=0);
    background-color: #303131;
    padding: 2px 2px;
    margin-left: 5px;
}

.button2:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #303131), color-stop(1, #a3a3a3));
    background: -moz-linear-gradient(top, #303131 5%, #a3a3a3 100%);
    background: -webkit-linear-gradient(top, #303131 5%, #a3a3a3 100%);
    background: -o-linear-gradient(top, #303131 5%, #a3a3a3 100%);
    background: -ms-linear-gradient(top, #303131 5%, #a3a3a3 100%);
    background: linear-gradient(to bottom, #303131 5%, #a3a3a3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303131', endColorstr='#a3a3a3', GradientType=0);
    background-color: #303131;
    padding: 2px 2px;
    margin-left: 15px;
}

.button1:active, .button2:active {
    position: relative;
    top: 1px;

}

#genMixButton {


    /*background: url("../images/i_clock.png") no-repeat;
    margin-right: 30px;
    cursor: pointer;
    border: none;*/


}

.genMixButton {
    /*-moz-box-shadow:inset 0px 1px 3px 0px #91b8b3;
    -webkit-box-shadow:inset 0px 1px 3px 0px #91b8b3;
    box-shadow:inset 0px 1px 3px 0px #91b8b3;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #595959), color-stop(1, #0a0a0a));
    background:-moz-linear-gradient(top, #595959 5%, #0a0a0a 100%);
    background:-webkit-linear-gradient(top, #595959 5%, #0a0a0a 100%);
    background:-o-linear-gradient(top, #595959 5%, #0a0a0a 100%);
    background:-ms-linear-gradient(top, #595959 5%, #0a0a0a 100%);
    background:linear-gradient(to bottom, #595959 5%, #0a0a0a 100%);
    color:rgba(0,0,0,0.4);
    background: rgba(0,0,0,0.2);*/

    /*opacity: .1;*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#595959', endColorstr='#0a0a0a', GradientType=0);
    /*background-color:#595959;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #566963;
    display: inline-block;
    cursor: pointer;
    /* color:rgba(0,0,0,0.9);*/
    font-family: arial;
    font-size: 15px;

    padding: 10px 10px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #2b665e;

    margin-top: 0;
    /*font-weight:bold;*/


    /*margin-left: 35px;*/
}


#timeTitleBar {
    background: url("../images/banner-5.jpg") repeat-x scroll left top transparent;
    display: inline-block;
    background-size: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ADB5C7;
    border-radius: 5px;


}


#timeText {
    margin-left: 10px;
    vertical-align: middle;
    margin-top: 5px;
    color: white;
    font-family: sans-serif;
    text-decoration: none;
    font-weight: bold;
}

/*.buttonHelper
{
    display: inline-block;
    height: 100%;
}*/

/*#timeButton 
{
      
      margin-top: 5px;
      margin-right: 20px;
      background: url("../images/i_clock.png") no-repeat;
      background-size: 32px;
      cursor: pointer;
      border: none;
      width: 32px;
      height: 32px;
      
    }

#gridButton 
{       
      margin-top: 5px;
      margin-right: 20px;
      background: url("../images/TableOpen32.png") no-repeat;
      cursor: pointer;
      border: none;
      width: 30px;
      height: 30px;
      
    }*/

.buttonText {
    color: white;
    vertical-align: middle;
    padding-right: 5px;
    padding-left: 30px;
    font-family: arial;
    font-size: 11px;
}

/*#rtbmButton 
{
      
      margin-top: 5px;
      margin-right: 20px;
      background: url("../images/i_home.png") no-repeat;
      background-size: 32px;
      cursor: pointer;
      border: none;
      width: 32px;
      height: 32px;
      
    }*/

#genMixButton {
    width: 105px;
}

#loadButton {
    width: 83px;
}

#nsiButton {
    width: 105px;
}

#timeButton {
    width: 85px;
}

#rtbmButton {
    width: 75px;
}

.multi_btn {

    height: 40px;
    padding: 2px;
    /*padding-right:5px;
    padding-left:5px;*/
    margin-top: 2px;
    line-height: 15px;
    text-align: center;
    text-indent: 5px;
    font-family: arial;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-weight: bold;

    font-size: 11px;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: none;
    /*background-color: white;*/
    cursor: pointer;
    margin-right: 10px;
}

.multi_btn img {
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 5px;

}

.car_btn {
    width: auto;
    height: 40px;
    padding-left: 2px;
    margin-top: 2px;
    line-height: 35px;
    text-align: left;
    text-indent: 5px;
    font-family: arial;
    display: inline-block;
    /*vertical-align:middle;*/
    position: relative;
    font-weight: bold;


    font-size: 11px;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: none;
    /*background-color: white;*/
    cursor: pointer;
    margin-right: 10px;
}

/*.car_btn:hover {
    background-color: #F7F7F7;
}*/


/*.car_btn:active, .active {
	background-color:#b3b3b3;
    border: 1px solid #4989C2;
    opacity: 0.9;
    
}*/

.car_btn img {
    float: left;
    width: 32px;
    height: 32px;
    margin-top: 2px;

}

.goToMobile_btn {

    width: auto;
    height: 40px;
    padding-left: 2px;
    margin-top: 2px;
    line-height: 35px;
    text-align: left;
    text-indent: 5px;
    font-family: arial;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-weight: bold;


    font-size: 11px;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: none;
    /*background-color: white;*/
    cursor: pointer;
    margin-right: 10px;


}

.ticker_btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    padding: 0px;
    margin-top: 2px;
    line-height: 15px;
    text-align: center;
    text-indent: 5px;
    font-family: arial;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-weight: bold;

    font-size: 11px;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: none;
    /*background-color: white;*/
    cursor: pointer;
    margin-right: 10px;
}

/*#loadSpan
{
    text-align: center;
}*/


/*.car_btn:hover {
    background-color: #F7F7F7;
}*/


.active {
    background-color: #b3b3b3;
    border: 1px solid #4989C2;
    opacity: 0.9;
}

/*.ticker_btn:active, .active {
	background-color:gray;
    border: 1px solid #4989C2;
    

}*/

.ticker_btn img {
    float: left;
    width: 32px;
    height: 32px;

}

/*#rtbmButton {
    padding: 8px 8px 8px 32px;
    font-family:arial;
	font-size:11px;
    background: url("../images/i_home.png");
    background-size: 32px;
    
    background-position: 0px 0px;
    background-repeat: no-repeat;
    color: white;
    vertical-align: middle;
    border: none;
}*/

/*#genMixButton 
{
      
      margin-top: 5px;
      margin-right: 20px;
      
      background-size: 32px;
      cursor: pointer;
      border: none;
      width: 32px;
      height: 32px;
      
    }*/

/*#deltaButton 
{
      
      margin-top: 5px;
      margin-right: 20px;
      background: url("../images/i_target.png") no-repeat;
      background-size: 32px;
      cursor: pointer;
      border: none;
      width: 32px;
      height: 32px;
      
    }*/

.centered {
    text-align: right;
    height: 45px;


}

.widgetButton {
    padding-right: 10px;
}

#widgetButtons {
    /*padding-left: 100px;*/
    /*width: 250px;*/
    margin-bottom: 0px;
    padding: 0px;
    display: inline-block;
    height: 45px;

}

/*#chartButtons
{
    
    right: 10px;
    top: -5px;
    position:absolute;
    z-index: 100;
}*/

#timeInfo {
    /*border-radius: 4px;
    border: solid 2px #ccc;
    background-color: #303131;
    display: block;
    padding: 5px;
    position: fixed;
    text-align: center;
    top: 50px;
    right: 5px;
    width: 350px;

    color: white;*/
    background-color: #303131;
    /*background: url("../images/banner-5.jpg") repeat-x scroll left top transparent;*/
    position: fixed;
    border: 2px solid #ADB5C7;
    border-radius: 5px;
    top: 60px;
    right: 10px;
    width: 350px;
    color: white;
    padding: 0px;
    -moz-box-shadow: 2px 2px 10px #000;
    -webkit-box-shadow: 2px 2px 10px #000;
    box-shadow: 2px 2px 10px #000;
    z-index: 10;
    opacity: 0.9;
    /*height: 335px;*/

}

#timeClose {
    background: url("../images/w_close.png") no-repeat;
    top: 5px;
    right: 5px;
    position: absolute;
    height: 25px;
    width: 25px;
    border: none;
}

#timeInterval {
    text-align: center;
    margin-top: 10px;
}


.gridFormat {
    position: relative;
    bottom: 0px;
    left: 0px;
    height: 250px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 3px;
    margin-top: 0px;
    overflow: auto;
    display: none;
}

#gridBorder {
    background-color: #303131;
    /*background: url("../images/banner-5.jpg") repeat-x scroll left top transparent;*/
    position: fixed;
    border: 2px solid #ADB5C7;
    border-radius: 5px;
    bottom: 0px;
    left: 0px;
    width: 99.8%;
    height: 340px;
    opacity: 0.95;
    z-index: 9;
}

#gridClose {
    background: url("../images/w_close.png") no-repeat;
    top: 5px;
    right: 5px;
    position: absolute;
    height: 25px;
    width: 25px;
    border: none;
}

#legend {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 10;
    height: 93%;
    width: 150px;


}

#legendTitleBar {
    background: url("../images/banner-5.jpg") repeat-x scroll left top transparent;
    display: inline-block;
    background-position: top;
    background-clip: padding-box;
    background-size: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ADB5C7;
    border-radius: 5px;
}

#legendText {
    margin-left: 10px;
    vertical-align: middle;
    margin-top: 5px;
    color: white;
    font-family: sans-serif;
    text-decoration: none;
    font-weight: bold;
}

#legendBorder {
    background-color: #303131;
    position: fixed;
    border: 2px solid #ADB5C7;
    border-radius: 5px;
    top: 60px;
    left: 10px;
    width: 175px;
    height: 75%;
    color: white;
    padding: 0px;
    -moz-box-shadow: 2px 2px 10px #000;
    -webkit-box-shadow: 2px 2px 10px #000;
    box-shadow: 2px 2px 10px #000;
    z-index: 5;
    opacity: 0.9;
}

#genMixEastTitleBar {
    background: url("../images/banner-5.jpg") repeat-x scroll left top transparent;
    display: inline-block;
    background-size: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ADB5C7;
    border-radius: 5px;
}

#genMixEastText {
    margin-left: 10px;
    vertical-align: middle;
    margin-top: 5px;
    color: white;
    font-family: sans-serif;
    text-decoration: none;
    font-weight: bold;
}

#genMixEastBorder {
    background-color: rgba(48, 49, 49, 0.90);
    position: fixed;
    border: 2px solid #ADB5C7;
    border-radius: 5px;
    top: 60px;
    left: 10px;
    width: 375px;
    height: 400px;
    color: white;
    padding: 0px;
    -moz-box-shadow: 2px 2px 10px #000;
    -webkit-box-shadow: 2px 2px 10px #000;
    box-shadow: 2px 2px 10px #000;
    z-index: 5;
}

#genMixEastClose {
    background: url("../images/w_close.png") no-repeat;
    top: 5px;
    right: 5px;
    position: absolute;
    height: 25px;
    width: 25px;
    border: none;
}

#genMixWestTitleBar {
    background: url("../images/banner-5.jpg") repeat-x scroll left top transparent;
    display: inline-block;
    background-size: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ADB5C7;
    border-radius: 5px;
}

#genMixWestText {
    margin-left: 10px;
    vertical-align: middle;
    margin-top: 5px;
    color: white;
    font-family: sans-serif;
    text-decoration: none;
    font-weight: bold;
}

#genMixWestBorder {
    background-color: rgba(48, 49, 49, 0.90);
    position: fixed;
    border: 2px solid #ADB5C7;
    border-radius: 5px;
    top: 60px;
    left: 10px;
    width: 375px;
    height: 400px;
    color: white;
    padding: 0px;
    -moz-box-shadow: 2px 2px 10px #000;
    -webkit-box-shadow: 2px 2px 10px #000;
    box-shadow: 2px 2px 10px #000;
    z-index: 5;
}

#genMixWestClose {
    background: url("../images/w_close.png") no-repeat;
    top: 5px;
    right: 5px;
    position: absolute;
    height: 25px;
    width: 25px;
    border: none;
}

#loadEastTitleBar {
    background: url("../images/banner-5.jpg") repeat-x scroll left top transparent;
    display: inline-block;
    background-size: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ADB5C7;
    border-radius: 5px;
}

#loadEastText {
    margin-left: 10px;
    vertical-align: middle;
    margin-top: 5px;
    color: white;
    font-family: sans-serif;
    text-decoration: none;
    font-weight: bold;
}

#loadEastBorder {
    background-color: rgba(48, 49, 49, 0.90);
    position: fixed;
    border: 2px solid #ADB5C7;
    border-radius: 5px;
    top: 60px;
    left: 10px;
    width: 500px;
    height: 450px;
    color: white;
    padding: 0px;
    -moz-box-shadow: 2px 2px 10px #000;
    -webkit-box-shadow: 2px 2px 10px #000;
    box-shadow: 2px 2px 10px #000;
    z-index: 5;
}

#loadEastClose {
    background: url("../images/w_close.png") no-repeat;
    top: 5px;
    right: 5px;
    position: absolute;
    height: 25px;
    width: 25px;
    border: none;
}

#loadWestTitleBar {
    background: url("../images/banner-5.jpg") repeat-x scroll left top transparent;
    display: inline-block;
    background-size: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ADB5C7;
    border-radius: 5px;
}

#loadWestText {
    margin-left: 10px;
    vertical-align: middle;
    margin-top: 5px;
    color: white;
    font-family: sans-serif;
    text-decoration: none;
    font-weight: bold;
}

#loadWestBorder {
    background-color: rgba(48, 49, 49, 0.90);
    position: fixed;
    border: 2px solid #ADB5C7;
    border-radius: 5px;
    top: 60px;
    left: 10px;
    width: 500px;
    height: 450px;
    color: white;
    padding: 0px;
    -moz-box-shadow: 2px 2px 10px #000;
    -webkit-box-shadow: 2px 2px 10px #000;
    box-shadow: 2px 2px 10px #000;
    z-index: 5;
}

#loadWestClose {
    background: url("../images/w_close.png") no-repeat;
    top: 5px;
    right: 5px;
    position: absolute;
    height: 25px;
    width: 25px;
    border: none;
}

#nsiEastTitleBar {
    background: url("../images/banner-5.jpg") repeat-x scroll left top transparent;
    display: inline-block;
    background-size: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ADB5C7;
    border-radius: 5px;
}

#nsiEastText {
    margin-left: 10px;
    vertical-align: middle;
    margin-top: 5px;
    color: white;
    font-family: sans-serif;
    text-decoration: none;
    font-weight: bold;
}

#nsiEastBorder {
    background-color: rgba(48, 49, 49, 0.90);
    position: fixed;
    border: 2px solid #ADB5C7;
    border-radius: 5px;
    top: 60px;
    left: 10px;
    width: 500px;
    height: 450px;
    color: white;
    padding: 0px;
    -moz-box-shadow: 2px 2px 10px #000;
    -webkit-box-shadow: 2px 2px 10px #000;
    box-shadow: 2px 2px 10px #000;
    z-index: 5;
}

#nsiEastClose {
    background: url("../images/w_close.png") no-repeat;
    top: 5px;
    right: 5px;
    position: absolute;
    height: 25px;
    width: 25px;
    border: none;
}

#nsiWestTitleBar {
    background: url("../images/banner-5.jpg") repeat-x scroll left top transparent;
    display: inline-block;
    background-size: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ADB5C7;
    border-radius: 5px;
}

#nsiWestText {
    margin-left: 10px;
    vertical-align: middle;
    margin-top: 5px;
    color: white;
    font-family: sans-serif;
    text-decoration: none;
    font-weight: bold;
}

#nsiWestBorder {
    background-color: rgba(48, 49, 49, 0.90);
    position: fixed;
    border: 2px solid #ADB5C7;
    border-radius: 5px;
    top: 60px;
    left: 10px;
    width: 500px;
    height: 450px;
    color: white;
    padding: 0px;
    -moz-box-shadow: 2px 2px 10px #000;
    -webkit-box-shadow: 2px 2px 10px #000;
    box-shadow: 2px 2px 10px #000;
    z-index: 5;
}

#nsiWestClose {
    background: url("../images/w_close.png") no-repeat;
    top: 5px;
    right: 5px;
    position: absolute;
    height: 25px;
    width: 25px;
    border: none;
}

#tocClose {
    background: url("../images/w_close.png") no-repeat;
    top: 5px;
    right: 5px;
    position: absolute;
    height: 25px;
    width: 25px;
    border: none;
}

#tocButton {

    margin-top: 5px;

    /*margin-right: 30px;*/
    background: url("../images/i_layers.png") no-repeat;
    background-size: 32px;
    cursor: pointer;
    border: none;
    width: 32px;
    height: 32px;

}

#toc {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 10;
    height: 635px;
    width: 150px;

}

#tocTitleBar {
    background: url("../images/banner-5.jpg") repeat-x scroll left top transparent;
    display: inline-block;
    background-size: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ADB5C7;
    border-radius: 5px;


}

#tocText {
    margin-left: 10px;
    vertical-align: middle;
    margin-top: 5px;
    /*margin-bottom: 10px;*/
    color: white;
    font-family: sans-serif;
    text-decoration: none;
    font-weight: bold;
}

#tocBorder {
    /*border-radius: 4px;
    border: solid 2px #ccc;
    background-color: #303131;
    display: block;
    padding: 5px;
    position: fixed;
    text-align: center;
    top: 50px;
    right: 5px;
    width: 350px;

    color: white;*/
    background-color: #303131;
    /*background: url("../images/banner-5.jpg") repeat-x scroll left top transparent;*/
    position: fixed;
    border: 2px solid #ADB5C7;
    border-radius: 5px;
    top: 60px;
    right: 10px;
    width: 265px;
    height: 175px;
    color: white;
    padding: 0px;
    -moz-box-shadow: 2px 2px 10px #000;
    -webkit-box-shadow: 2px 2px 10px #000;
    box-shadow: 2px 2px 10px #000;
    z-index: 5;
    opacity: 0.9;
    /*height: 335px;*/

}

#deltaTOCBorder {
    /*border-radius: 4px;
    border: solid 2px #ccc;
    background-color: #303131;
    display: block;
    padding: 5px;
    position: fixed;
    text-align: center;
    top: 50px;
    right: 5px;
    width: 350px;

    color: white;*/
    background-color: #303131;
    /*background: url("../images/banner-5.jpg") repeat-x scroll left top transparent;*/
    position: fixed;
    border: 2px solid #ADB5C7;
    border-radius: 5px;
    top: 60px;
    right: 10px;
    width: 325px;
    height: 130px;
    color: white;
    padding: 0px;
    -moz-box-shadow: 2px 2px 10px #000;
    -webkit-box-shadow: 2px 2px 10px #000;
    box-shadow: 2px 2px 10px #000;
    z-index: 5;
    opacity: 0.9;
    display: none;
    /*height: 335px;*/

}

#deltaTOCClose {
    background: url("../images/w_close.png") no-repeat;
    top: 5px;
    right: 5px;
    position: absolute;
    height: 25px;
    width: 25px;
    border: none;
}

#deltaTOCButton {

    margin-top: 5px;

    /*margin-right: 30px;*/
    background: url("../images/i_layers.png") no-repeat;
    background-size: 32px;
    cursor: pointer;
    border: none;
    width: 32px;
    height: 32px;

}

#deltaTOC {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 10;
    height: 635px;
    width: 150px;

}

#deltaTOCTitleBar {
    background: url("../images/banner-5.jpg") repeat-x scroll left top transparent;
    display: inline-block;
    background-size: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ADB5C7;
    border-radius: 5px;


}

#deltaTOCText {
    margin-left: 10px;
    vertical-align: middle;
    margin-top: 5px;
    /*margin-bottom: 10px;*/
    color: white;
    font-family: sans-serif;
    text-decoration: none;
    font-weight: bold;
}

#helpBorder {
    /*border-radius: 4px;
    border: solid 2px #ccc;
    background-color: #303131;
    display: block;
    padding: 5px;
    position: fixed;
    text-align: center;
    top: 50px;
    right: 5px;
    width: 350px;

    color: white;*/
    background-color: #303131;
    /*background: url("../images/banner-5.jpg") repeat-x scroll left top transparent;*/
    position: fixed;
    border: 2px solid #ADB5C7;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -175px;
    /*top: 60px;
    right: 10px;*/
    width: 450px;
    height: 300px;
    color: white;
    padding: 0px;
    -moz-box-shadow: 2px 2px 10px #000;
    -webkit-box-shadow: 2px 2px 10px #000;
    box-shadow: 2px 2px 10px #000;
    z-index: 5;
    opacity: 0.9;
    display: none;
    /*height: 335px;*/

}

#helpClose {
    background: url("../images/w_close.png") no-repeat;
    top: 5px;
    right: 5px;
    position: absolute;
    height: 25px;
    width: 25px;
    border: none;
}


#helpTitleBar {
    background: url("../images/banner-5.jpg") repeat-x scroll left top transparent;
    display: inline-block;
    background-size: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ADB5C7;
    border-radius: 5px;


}

#helpTitleText {
    margin-left: 10px;
    vertical-align: middle;
    margin-top: 5px;

    color: white;
    font-family: sans-serif;
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    color: #08c;
}

/*#constraintTab
{
    font-weight: bold;
    height: 25px;
    color: black;
    background-color: #bed7f0;
    padding: -2px;
    margin-left: 35px;
    margin-top: 10px;
    
}*/

/*#settLocTab
{
    
    height: 25px;
    color: #979798;
    background-color: #ECECED;
    margin-top: 10px;
}*/

#footer {
    clear: both;
    position: relative;
    z-index: 10;
    height: 30%;
    margin-top: -3em;
}

ul, p {
    padding: 0;
    margin: 0;
}

/*==End Browser Resets==*/

.loader {
    color: #000;
}

#loader .modal-dialog {
    margin: 200px auto;
}

#loader .modal-body {
    text-align: center;
}

#loader .modal-content {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* nav */
.header-title p {
    line-height: 50px;
    margin-left: 8px;
    font-size: 24px;
    padding-right: 40px;
}

.navbar {
    color: #fff;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-inverse {
    margin: 0;
}

#collapse {
    border: none;
}

.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:focus {
    background: #222;
    border: none;
    color: #fff;
    margin-bottom: 0;
}

.container-fluid > .navbar-header {
    display: none;
    margin: 0;
}

.navbar-inverse .navbar-nav > li > a {
    color: #f6f6f6;
}

.navbar-inverse .nav span {
    display: block;
    margin-left: 8px;
    font-size: 12px;
}

.navbar-inverse .nav li > a {
    /*padding-top: 15px;*/
    height: 50px;
}

.navbar-inverse .nav li > a > i {
    font-size: 24px;
}

ul.nav.navbar-nav {
    margin: 0;
}

ul.nav.navbar-nav li {
    width: 25%;
    height: 50px;
    float: left;
    cursor: pointer;
    text-align: center;
}

.navbar-collapse,
.navbar-collapse ul {
    z-index: 10;
    background: #222;
}

.navbar-collapse ul li {
    z-index: 10;
    background: #222;
}

.navbar-nav > li > a {
    padding-top: 5px;
}


.show-map {
    cursor: pointer;
}

.show-map:hover {
    color: #669900;
}

.chat-item {
    cursor: pointer;
}

#collapse {
    margin: 0;
}

#about-modal p {
    padding-bottom: 10px;
}

/*=====MOBILE FIRST======*/

.row .col-xs-5 {
    margin: 4%;
}

.share-message {
    float: right;
    margin: 15px 15px 0 0;
    width: 85px;
}


.nested {
    text-align: left;
    padding-left: 15px;
}

#search-results li:last-child {
    border-bottom: solid 1px #bfbfbf
}

#search-results li img {
    margin: 0 15px 3px 0
}

.msg-container {
    height: 350px;
    overflow: auto;
}

.chat-date {
    font-weight: bold;
    font-size: .7em;
}

#about-modal li {
    margin-left: 6%;
}

#add-event-btn {
    float: right;
}

.location-selector i {
    padding-right: 5px;
}

input {
    margin-bottom: 10px !Important;
    margin-left: 10px !Important;
}

/* override esri popup */
.esriPopup .titleButton {
    /*top: -29px;*/
}

/*.esriPopup .titleButton.close {
    right: 15px;
    top: 1px;
    opacity: 1;
    background: none;

}
.esriPopup .titleButton.close:after {
    color: red;
    content: url('../images/w_close.png');

}*/
.titleButton.maximize {
    display: none;
}

/*Time SLider*/

.soria .dijitButtonNode {
    border: 1px solid #5A5A5A;
    border-bottom: 1px solid #657c9c;
    padding: 0.1em 0.2em 0.2em 0.2em;
    background: black;
    width: 25px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.esriLargeSliderTicks {
    display: none;
}


/*.soria .dijitButtonNode
{
    
border: 1px solid rgb(234, 26, 26);
margin: 5px;
line-height: normal;
vertical-align: middle;
text-align: center;
white-space: nowrap;
background: black;
border: 1px solid #595959;
padding-left: 10px;
padding-right: 10px;
padding-top: 2px;
padding-bottom: 3px;
border-radius: 5px;
}*/


.soria .esriTimeSlider {
    width: 100%;
    z-index: 999;
    position: relative;
}

.soria .esriTimeSlider .tsButton {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url("../images/time_slider_sprite.png");
}

.esriTimeSlider .tsFlipImage {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.esriTimeSlider .tsPlayButton {
    background-position: -32px -0px;

}

.esriTimeSlider .tsPauseButton {
    background-position: -16px -0px;
}

.esriTimeSlider .tsPrevButton {
    background-position: -48px -0px;
}

.esriTimeSlider .tsNextButton {
    background-position: 0px 0px;
}

.esriTimeSlider .ts {
    padding: 10px 3px 3px 3px;
    margin: 3px;

}

.esriTimeSlider .tsTicks {
    height: 10px;
    margin-bottom: -5px;
}

.esriTimeSlider .tsLabels {
    font-size: .7em;
    margin-top: 5px;
}

/*.soria .dijitSliderImageHandleH {
border: 0;
width: 15px;
height: 18px;
background: url("..images/preciseSliderThumb.png") no-repeat center top;
}

.dijitSliderImageHandleH {
left: 50%;
top: -5px;
vertical-align: top;
}

.dj_a11y div.dijitSliderImageHandle, .dijitSliderImageHandle {
margin: 0;
padding: 0;
position: relative !important;
border: 8px solid gray;
width: 0;
height: 0;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
}*/


/*.dijitSliderLeftBumper {
border: 0;
width: 15px;
height: 18px;
background-image: url("..images/preciseSliderThumbDark.png") no-repeat center top;
}*/


/* map */
/*#map {
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f5f5f5;
    z-index: 1;
}*/

/*TWITTER TYPEAHEAD*/
.twitter-typeahead {
    width: 100%;
}

.tt-query {

}

.tt-hint {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 6px;
    border: none;
}

.tt-dropdown-menu {
    white-space: pre;
    z-index: 1000;
    height: auto;
    padding: 0;
    margin: 2px 0 0 0;
    background: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.tt-suggestion {
    padding: 3px 20px;
    line-height: 20px;
}

.tt-suggestion.tt-cursor {
    color: #669900;
}

.tt-is-under-cursor {
    color: #669900;
}

/*END TWITTER TYPEAHEAD*/


/* ==================
     MEDIA QUERIES
   ================== */
/*@media only screen and (max-height: 800px) {
    #legendBorder
    {
        height: 625px;
    }
    #legend
    {
        height: 585px;
    }*/

@media (max-width: 1499px) {
    #rtbmButton img {
        display: none;
    }
    #timeButton img {
        display: none;
    }
    #deltaButton img {
        display: none;
    }
    #gridButton img {
        display: none;
    }
    #genMixWestButton img {
        display: none;
    }
    #genMixEastButton img {
        display: none;
    }
    #loadWestButton img {
        display: none;
    }
    #loadEastButton img {
        display: none;
    }
    #nsiWestButton img {
        display: none;
    }
    #nsiEastButton img {
        display: none;
    }
    #goToMobile img {
        display: none;
    }
    #helpButton img {
        display: none;
    }
}


@media only screen and (max-width: 480px) {
    .headerLogo {
        display: none;
    }
}

@media only screen and (min-width: 769px) {
    .ticker_btn:hover {
        background-color: #b3b3b3;
        opacity: 0.6;
    }

    .car_btn:hover {
        background-color: #b3b3b3;
        opacity: 0.6;
    }

    .multi_btn:hover {
        background-color: #b3b3b3;
        opacity: 0.6;
    }

}

/* Small devices (tablets, 768px and up) */
@media only screen and (min-width: 875px) {
    .container-fluid > .navbar-header {
        display: block;
        margin: 0;
    }

    .navbar-inverse .navbar-toggle:hover {
        background-color: #222;
        color: #669900;
    }

    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus,
    .activeNav {
        color: #669900;
    }

    .chat-item:hover {
        background-color: #222;
        color: #669900;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
    }

    ul.nav.navbar-nav li {
        display: inline-block;
        width: auto;
        float: none;
    }

    .navbar-inverse .nav span {
        display: inline-block;
        margin-left: 8px;
        font-size: 15px;
    }

    #map {
        top: 50px;
        left: 0;
        right: 0;

    }

    #aside {
        /*display: block;*/
        /*clear:both;
        width: 350px;
        left:0;
        top:50px;
        overflow: auto;*/
    }

    #goToMobile {
        display: none;
    }


}

/* Devices smaller than iPad */
@media only screen and (max-width: 875px) {
    #gridBorder {
        display: none;
    }


    /*#mobileRedirect
    {
        display: block;
        
    }*/
    #genMixEastButton {
        display: none;
    }

    #genMixWestButton {
        display: none;
    }

    #loadEastButton {
        display: none;
    }

    #loadWestButton {
        display: none;
    }

    #nsiEastButton {
        display: none;
    }

    #nsiWestButton {
        display: none;
    }

    #tocBorder {
        display: none !important;
    }

    #deltaTOCBorder {
        display: none !important;
    }

    #timeButton {
        display: none;
    }


    /*#timeInfo
    {
        display: none;
    }*/
    /*#widgetButtons
    {
        display: none;
    }*/
    #gridButton {
        display: none;
    }

    /*#timeButton
    {
        display: none;
    }*/
    /*#intervalText
    {
        display: none;
    }*/


}

@media only screen and (max-height: 730px) {
    #legend {
        height: 525px;
    }

    #legendBorder {
        overflow: auto;
    }
}

@media only screen and (min-height: 996px) {
    #legend {
        height: 690px;
    }

    #legendBorder {
        height: 745px;
    }

}

@media only screen and (max-width: 1100px) {
    /*#widgetButtons
    {
        padding-left: 100px;
        width: 300px;
    }*/
    .headerTitle {
        display: none;
    }

    #legendBorder {
        display: none;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}

/*END MEDIA QUERIES*/


/*HELPER CLASSES*/

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.no-mobile {
    display: none;
}


.myButton {
    -moz-box-shadow: inset 0px 1px 3px 0px #91b8b3;
    -webkit-box-shadow: inset 0px 1px 3px 0px #91b8b3;
    box-shadow: inset 0px 1px 3px 0px #91b8b3;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #595959), color-stop(1, #0a0a0a));
    background: -moz-linear-gradient(top, #595959 5%, #0a0a0a 100%);
    background: -webkit-linear-gradient(top, #595959 5%, #0a0a0a 100%);
    background: -o-linear-gradient(top, #595959 5%, #0a0a0a 100%);
    background: -ms-linear-gradient(top, #595959 5%, #0a0a0a 100%);
    background: linear-gradient(to bottom, #595959 5%, #0a0a0a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#595959', endColorstr='#0a0a0a', GradientType=0);
    background-color: #595959;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #566963;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    /*font-weight:bold;*/
    padding: 5px 5px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #2b665e;
    margin-left: 35px;
    margin-top: 5px;
}

.myButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #303131), color-stop(1, #a3a3a3));
    background: -moz-linear-gradient(top, #303131 5%, #a3a3a3 100%);
    background: -webkit-linear-gradient(top, #303131 5%, #a3a3a3 100%);
    background: -o-linear-gradient(top, #303131 5%, #a3a3a3 100%);
    background: -ms-linear-gradient(top, #303131 5%, #a3a3a3 100%);
    background: linear-gradient(to bottom, #303131 5%, #a3a3a3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303131', endColorstr='#a3a3a3', GradientType=0);
    background-color: #303131;
}

.myButton:active {
    position: relative;
    top: 1px;

}

.mySettLocButton {
    -moz-box-shadow: inset 0px 1px 3px 0px #91b8b3;
    -webkit-box-shadow: inset 0px 1px 3px 0px #91b8b3;
    box-shadow: inset 0px 1px 3px 0px #91b8b3;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #595959), color-stop(1, #0a0a0a));
    background: -moz-linear-gradient(top, #595959 5%, #0a0a0a 100%);
    background: -webkit-linear-gradient(top, #595959 5%, #0a0a0a 100%);
    background: -o-linear-gradient(top, #595959 5%, #0a0a0a 100%);
    background: -ms-linear-gradient(top, #595959 5%, #0a0a0a 100%);
    background: linear-gradient(to bottom, #595959 5%, #0a0a0a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#595959', endColorstr='#0a0a0a', GradientType=0);
    background-color: #595959;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #566963;
    display: inline-block;
    cursor: pointer;
    color: #979798;
    font-family: arial;
    font-size: 15px;
    /*font-weight:bold;*/
    padding: 5px 5px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #2b665e;
    margin-top: 1px;

}

.mySettLocButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #303131), color-stop(1, #a3a3a3));
    background: -moz-linear-gradient(top, #303131 5%, #a3a3a3 100%);
    background: -webkit-linear-gradient(top, #303131 5%, #a3a3a3 100%);
    background: -o-linear-gradient(top, #303131 5%, #a3a3a3 100%);
    background: -ms-linear-gradient(top, #303131 5%, #a3a3a3 100%);
    background: linear-gradient(to bottom, #303131 5%, #a3a3a3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303131', endColorstr='#a3a3a3', GradientType=0);
    background-color: #303131;
}

.mySettLocButton:active {
    position: relative;
    top: 1px;

}


.onoffswitch {
    position: relative;
    width: 77px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 5px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 24px;
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #303131;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 3px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 49px;
    border: 2px solid #999999;
    border-radius: 5px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}


/*##################################################*/


/*Remove blue box round the last button to be clicked*/
:focus {
    outline: none;
}

.dijitRuleMark {

    border: 1px solid #B2B8C8;
}