

/*------------------------------------------------------------------

[Custom Stylesheet]


Last change:  03/25/2016
Assigned to:  You

-------------------------------------------------------------------*/
    html,
    body {
        margin: 0;
        padding: 0;
        height: 100%;
        /*font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }

.step1 {
    display: block;
    height: 30px;
    padding-left: 30px;
    background-image: url('/files/step1.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-bottom: 10px;
    text-align:justify;
}

.step2 {
    display: block;
    height: 30px;
    padding-left: 30px;
    background-image: url('/files/step2.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-bottom: 10px;
    text-align: justify;
}

.step3 {
    display: block;
    height: 30px;
    padding-left: 30px;
    background-image: url('/files/step3.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-bottom: 10px;
    text-align: justify;
}

.row{
    margin-left:-15px;
    zoom: 1;
}

.row-fluid {
    margin-left: 0px;
    zoom: 1;
}

.row-fluid-landing {
    margin: 15px 0px 0px 15px;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.btn
{
    background-color : #e6e6e6;
}

.btnBlock
{
    height:30px;
    width:25px;
}

.navbar.navbar-fixed-top {
  position: relative;
  z-index:999;
}

.navbar .navbar-inner,
.navbar .navbar-inverse .navbar-inner {
    background: #292929;
    filter: none;
    border-bottom: 1px solid #121212;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding:10px;
}

.navbar .brand{
    font-size: 20px;
    color: #fff;
}

#wrapper {
    min-height:80%;
    position:relative;
}

.btn-right-accordion-header{
    position: relative;
    padding:4px 10px 0px 0px;
}
.btn-right-div-header{
    position: relative;
    padding:12px 15px 0px 0px;
    cursor: pointer;
}

.organogram-selected {
    background-color: #ff3232;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.organogram-unselected {
    cursor: pointer;
}

.table-striped tbody tr.highlight td {
    background-color: #ff3232;
    color: white;
    font-weight: bold;
}

.custom_rightContainer{
    float:right;
    padding:3px 10px 0px 0px;
    height: 12px;
}
.custom_rightSearchContainer{
    float:right;
    padding:0px 10px 3px 0px;
    position:relative;
}
.custom_rightButtonContainer {
    float: right;
    padding: 0px 10px 3px 0px;
    position: relative;
}

.custom_leftSearchContainer{
    float:none;

}

.pagination{
    margin:0;
    float:right;
}

.custom-tabs{
    position:relative;
    padding:0;
    top:-4px;
}

.tab_hidden {
    display: none;
}

.search_slide {
    margin-top: -33px;
}

.new-badge{
    background-color: #ff3232;
    color: #ffffff;
    position: absolute;
    padding:0px 5px 0px 5px;
    margin-left:-35px; top:0px;
}

/*********************change colours to brand install ******************************/

.subnavbar .btn-subnavbar {
    padding: 10px 0 8px;
    color: #ff3232;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    height:20px;
}
.subnavbar .mainnav > li.active > a {
    background: #333;
    color: #ff3232;
}
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    min-height: 30px;
    padding: 4px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}
.ui-menu-item > a.ui-corner-all {
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #ff3232;
    white-space: nowrap;
    text-decoration: none;
    border-radius: 5px;
}
.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #ff3232;
    border-radius: 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	color: #ff3232;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #ff3232;
	text-decoration: none;
}
/*
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #bababa;
    background-color: #bababa;
    padding:4px;
    border-radius: 5px;
	color: #ff3232;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #fff;
    background-color: #ff3232;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #bababa;
	color: #fff;
    background-color: #ff3232;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #fff;
	text-decoration: none;
    background-color: #ff3232;
}*/
.ui-datepicker td .ui-state-active {
    margin-bottom: 0px;
    color: #ffffff;
    font-size: normal;
    background: #ff3232;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.ui-datepicker-today a:hover {
    color: #ffffff;
    background-color: #ff3232;
}
.ui-widget-header .ui-state-active {
	border: 1px solid #ff3232;
}
#back-to-top:hover {
  text-decoration: none;
  background-color: #ff3232;
  background: rgba(255, 153, 0, 0.75);
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-menu:hover > a {
  color: #ffffff;
  background-color: #ff3232;
  background-image: -moz-linear-gradient(top, #ff3232, #ff3232);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff3232), to(#ff3232));
  background-image: -webkit-linear-gradient(top, #ff3232, #ff3232);
  background-image: -o-linear-gradient(top, #ff3232, #ff3232);
  background-image: linear-gradient(to bottom, #ff3232, #ff3232);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8941d', endColorstr='#fff8941d', GradientType=0);
  background: #ff3232;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  background-color: #ff3232;
  background-image: -moz-linear-gradient(top, #ff3232, #ff3232);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff3232), to(#ff3232));
  background-image: -webkit-linear-gradient(top, #ff3232, #ff3232);
  background-image: -o-linear-gradient(top, #ff3232, #ff3232);
  background-image: linear-gradient(to bottom, #ff3232, #ff3232);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8941d', endColorstr='#fff8941d', GradientType=0);
  background: #ff3232;
}

.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #ff3232;
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ff3232;
  background-image: -moz-linear-gradient(top, #ff3232, #ff3232);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff3232), to(#ff3232));
  background-image: -webkit-linear-gradient(top, #ff3232, #ff3232);
  background-image: -o-linear-gradient(top, #ff3232, #ff3232);
  background-image: linear-gradient(to bottom, #ff3232, #ff3232);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa9d2f', endColorstr='#fff8941d', GradientType=0);
  border-color: #ff3232 #ff3232 #855000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ff3232;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

    .btn-primary:hover,
    .btn-primary:visited,
    .btn-primary:active,
    .btn-primary:focus,
    .btn-primary.disabled,
    .btn-primary[disabled] {
        color: #ffffff;
        background-color: #ff3232;
        *background-color: #ff3232;
    }

.progress-primary .bar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e78a00;
  background-image: -moz-linear-gradient(top, #ff3232, #c27400);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff3232), to(#c27400));
  background-image: -webkit-linear-gradient(top, #ff3232, #c27400);
  background-image: -o-linear-gradient(top, #ff3232, #c27400);
  background-image: linear-gradient(to bottom, #ff3232, #c27400);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8941d', endColorstr='#ffc27400', GradientType=0);
  border-color: #c27400 #c27400 #754600;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.progress-primary.progress-striped .bar {
  background-color: #ff3232;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.pagination ul li.active a {
  font-weight: 600;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ff3232;
  background-image: -moz-linear-gradient(top, #ff3232, #ff3232);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff3232), to(#ff3232));
  background-image: -webkit-linear-gradient(top, #ff3232, #ff3232);
  background-image: -o-linear-gradient(top, #ff3232, #ff3232);
  background-image: linear-gradient(to bottom, #ff3232, #ff3232);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8941d', endColorstr='#fff8941d', GradientType=0);
  border-color: #ff3232 #ff3232 #804d00;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

/*******signin**********/
.account-container h1 {
       margin-bottom: .4em;
       color: #ff3232;
}

.overViewMapL {
    height: 670px;
    margin: 0;
    padding: 0;
}

.overViewMapM {
    height: 400px;
    margin: 0;
    padding: 0;
}

/*******dashboard*******/
.stat-time .stat-value {
    color: #ff3232;
    font-size: 22px;
}

.stat-value-major {
       color: #ff3232;
       font-size: 22px;
    display: block;
    margin-bottom: .15em;
    font-weight: bold;
    letter-spacing: -2px;
}

.chart-holder {
  width: 100%;
  height: 225px;
  margin-top:12px;
}

.sensor-chart-holder {
  width: 100%;
  height: 90%;
    margin-top: 9px;
}

/*******allocation*********/
.btn-enabled {
    margin-bottom:3px;
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,0.25);
    background-color:#ff3232;
    *background-color:#ff3232;
    background-image:-moz-linear-gradient(top,#ff3232,#ff3232);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#ff3232),to(#ff3232));
    background-image:-webkit-linear-gradient(top,#ff3232,#ff3232);
    background-image:-o-linear-gradient(top,#ff3232,#ff3232);
    background-image:linear-gradient(to bottom,#ff3232,#ff3232);
    background-repeat:repeat-x;border-color:#ff3232 #ff3232 #ad6704;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa9d2f',endColorstr='#fff8941d',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
    border:1px solid #ff3232;
    cursor:pointer;
}

.btn-enabled:hover,.btn-enabled:focus,.btn-enabled:active,.btn-enabled.active,.btn-enabled.disabled,.btn-enabled[disabled] {
    color:#fff;
    background-color:#ff3232;
    *background-color:#df8505
}

.btn-disabled {
    border:1px dotted #666;
    cursor:help;
    margin-bottom:3px;
}


/*******bootstrap******/
.icon-user active{background-color:#ff3232}
.btn-warning {
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,0.25);
    background-color:#ff3232;
    *background-color:#ff3232;
    background-image:-moz-linear-gradient(top,#ff3232,#ff3232);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#ff3232),to(#ff3232));
    background-image:-webkit-linear-gradient(top,#ff3232,#ff3232);
    background-image:-o-linear-gradient(top,#ff3232,#ff3232);
    background-image:linear-gradient(to bottom,#ff3232,#ff3232);
    background-repeat:repeat-x;border-color:#ff3232 #ff3232 #ad6704;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa9d2f',endColorstr='#fff8941d',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled] {
    color:#fff;
    background-color:#ff3232;
    *background-color:#df8505
}

.icon-question-sign{cursor:pointer}

/*********************overlays stuff**************************************************/
    #locationLoaderMap {
        position: absolute;
        top: 40%;
        bottom: 0;
        left: 40%;
        width: 300px;
        height: 75px;
        background: rgba(255, 255, 255, 1);
        transition: background 1s ease-out;
        -webkit-transition: background 1s ease-out;
        border: 1px solid #cecece;
        border-radius: 5px;
    }

#overviewLoaderMap {
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 40%;
    width: 300px;
    height: 75px;
    background: rgba(255, 255, 255, 1);
    transition: background 1s ease-out;
    -webkit-transition: background 1s ease-out;
    border: 1px solid #cecece;
    border-radius: 5px;
}

    #overviewLoaderList {
        position: absolute;
        top: 40%;
        bottom: 0;
        left: 25%;
        width: 300px;
        height: 75px;
        background: rgba(255, 255, 255, 1);
        transition: background 1s ease-out;
        -webkit-transition: background 1s ease-out;
        border: 1px solid #cecece;
        border-radius: 5px;
    }

    #allocationloader {
        position: absolute;
        top: 20%;
        bottom: 0;
        left: 30%;
        width: 320px;
        height: 75px;
        background: rgba(255, 255, 255, 1);
        transition: background 1s ease-out;
        -webkit-transition: background 1s ease-out;
        border: 1px solid #cecece;
        border-radius: 5px;
        z-index:999;
    }

    .locationLoader {
        position: absolute;
        left: 50%;
        padding-bottom: 20px;
    }

.message {
    position: absolute;
    padding: 10px 0px 10px 20px;
}

/*********************data modals****************************************************/
.no-data{
    display:none;
    position:absolute;
    left:35%;
    top:25%;
    text-align:center;
}

.no-data-small{
    display:none;
    position:absolute;
    left:30%;
    top:25%;
    text-align:center;
}

.no-data-overview {
    display: none;
    position: absolute;
    left: 40%;
    top: 20%;
    text-align: center;
}

.loader{
    min-height:100%;
    position:relative;
    left:40%;
    padding:80px 0px 40px 0px;
    width:400px;
}

/*********************mapbox stuff**************************************************/
#map { top:0; bottom:0; width:100%; }

.done {
    background:rgba(255, 255, 255, 0);
}
.hide {
    display:none;
}

/*************************************************style changes must be made to all the chart files ***************************************/

/* css for timepicker */

.ui-datepicker {
    height:auto;
    margin: 2px auto 0;
    width:216px; font-size:10px !important;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    position: absolute;
    top: 75px;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 10px;
    height: 10px;
    line-height: 10px;
    color: #666666;
    text-shadow: 1px 1px 0px #fff;
   filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
    background: #ededed;
    background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
    background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
    background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
    background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
    background: linear-gradient(top,  #ededed 0%,#dedede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
    -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
    -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
    box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-unselectable .ui-state-default {
    background: #f4f4f4;
    color: #b4b3b3;
}
.ui-datepicker-calendar .ui-state-active {
    background: #ff3232;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    color: #e0e0e0;
    text-shadow: 0px 1px 0px #4d7a85;
    filter: dropshadow(color=#4d7a85, offx=0, offy=1);
    border: 1px solid #55838f;
    position: relative;
    margin: -1px;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
    width: 9px;
    margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
    width: 9px;
    margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
    height: 9px;
    margin-bottom: 0;
}
.input-medium{
    width:130px;
}
/******Override the default form actions class*************/
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-horizontal .form-actions {
  padding-left: 20px;
}
.table tbody + tbody {
  border-top: 1px solid #dddddd;
}
.accordion-inner {
    border-top: 1px solid #E5E5E5;
    padding: 18px 15px 0px 15px;
}
.accordion-group.open .accordion-heading {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #4b4b4b;
  background-image: -moz-linear-gradient(top, #555555, #3b3b3b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#3b3b3b));
  background-image: -webkit-linear-gradient(top, #555555, #3b3b3b);
  background-image: -o-linear-gradient(top, #555555, #3b3b3b);
  background-image: linear-gradient(to bottom, #555555, #3b3b3b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff3b3b3b', GradientType=0);
  border-color: #3b3b3b #3b3b3b #151515;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #222222;
}

.accordion-group.open .accordion-heading a {
  color: #ffffff;
}

.accordion-inner-dashboard {
    border-top: 1px solid #E5E5E5;
    padding: 1px;
}

.accordion-group .accordion-heading a {
  color: #444444;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.accordion-group .accordion-heading a:hover {
  text-decoration: none;
}

fieldset {
    border: 0 none;
    margin: 0px 0px -10px 0px;
    padding: 0px;
}

.widget .widget-content {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 1px;
    padding: 10px 10px;
}

.backcoloronly
    {
    background-color:#ff3232;
    color: Black;
    height : 40px;
    }

.overlaycustomdialog
    {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 15;
      background-color: rgba(0,0,0,0.5); /*dim the background*/
    }

.ui-dialog-titlebar{
    color:#fff;
    background-color:#ff3232;
    padding-left:5px;
    height:30px;
    padding-top:5px;
}

.ui-widget-header{
    color:#fff;
    border: 1px solid #ff3232;
    background: #ff3232 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
}
.ui-dialog-titlebar-close{
    float:right;
    margin:2px 5px 0px 0px;
    height:18px;
    width:18px;
    background: url("/content/themes/ui-lightness/images/ui-icons_ffffff_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
    border: medium none;
    visibility: hidden;
}

.btn-small {
    padding: 7px 10px 0px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/******************************************************** Location Layer Styles ****/
.menu-ui {
    background:#fff;
    position:absolute;
    top:55px;right:12px;
    z-index:3;
    border-radius:3px;
    width:120px;
    border:1px solid #ff3232;
}

.menu-ui div {
    font-size:12px;
    color:#ff3232;
    display:block;
    margin:0;padding:0;
    padding:5px;
    text-decoration:none;
    border-bottom:1px solid #ff3232;
    text-align:center;
}

.menu-ui div:first-child {
    border-radius:3px 3px 0 0;
}

.menu-ui div:last-child {
    border:none;
    border-radius:0 0 3px 3px;
}

.menu-ui div:hover {
    background:#ff3232;
    cursor: pointer;
    color:#fff;
}

.menu-ui div.active {
    background:#ff3232;
    cursor: pointer;
    color:#FFF;
}

.menu-ui div.active:hover {
    background:#ff3232;
    cursor: pointer;
}

.colorpicker {
    border: solid thin black;
    width: 50px;
    height: 50px;
}

.bar {
    height: 10px;
    background: green;
}

/* ------------------------------------------------------------------------
       Gallery
------------------------------------------------------------------------- */

ul.gallery {
       list-style: none;
       margin: 0 0 10px 0;
}

ul.gallery li {
       display: block;
       float: left;
       margin: 0 5px 0 0;
}

ul.gallery a {
       padding: 2px;
       display: block;
       border: 2px #ddd solid;
       -moz-border-radius: 5px;
       -webkit-border-radius: 5px;
       line-height: 0;
}

ul.gallery a:hover { border: 2px #999 solid; }

.gallery a {
       background: none !important;
       border: 2px #ddd solid;
       display: block;
       height: 60px;
       padding: 2px !important;
       width: 60px;
}

.gallery a:hover { border-color: #1799A9; }


  #zoom-level {
  margin: 10px;
  padding: 10px;
  position: absolute;
  right: 0;
  top:0;
  z-index: 1000;
  background: #ddd;
}

/* ----------------------------------------------------------------------
    Badge
-----------------------------------------------------------------------*/

.label,.badge{display:inline-block;padding:2px 4px;font-size:11.844px;font-weight:700;line-height:14px;color:white;vertical-align:baseline;white-space:nowrap;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#999999;z-index:2;}
.label{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
.badge{padding-left:9px;padding-right:9px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px}
.label:empty,.badge:empty{display:none}
a.label:hover,a.label:focus,a.badge:hover,a.badge:focus{color:white;text-decoration:none;cursor:pointer}
.label-important{background-color:#b94a48}
.label-important[href]{background-color:#953b39}
.label-warning{background-color:#f89406}
.label-warning[href]{background-color:#c67605}
.label-success{background-color:#468847}
.label-success[href]{background-color:#356635}
.label-info{background-color:#3a87ad}
.label-info[href]{background-color:#2d6987}
.label-inverse{background-color:#333333}
.label-inverse[href]{background-color:#1a1a1a}
.badge-important{background-color:#b94a48}
.badge-important[href]{background-color:#953b39}
.badge-warning{background-color:#f89406}
.badge-warning[href]{background-color:#c67605}
.badge-success{background-color:#468847}
.badge-success[href]{background-color:#356635}
.badge-info{background-color:#3a87ad}
.badge-info[href]{background-color:#2d6987}
.badge-inverse{background-color:#333333}
.badge-inverse[href]{background-color:#1a1a1a}
.btn .label,.btn .badge{position:relative;top:-1px}
.badge-claritech{display:inline-block;padding:0 4px;border-radius:10px;height:16px;min-width:20px;line-height:16px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center;font-weight:600;font-size:10px;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.6);-moz-box-shadow:0 0 0 1px rgba(0,0,0,0.6);box-shadow:0 0 0 1px rgba(0,0,0,0.6);text-shadow:0 -1px 0 rgba(0,0,0,0.3);color:#fff}
.label,.badge{font-weight:600}
.label-claritech{background:#ff3232;background-size:100%;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ff3232),color-stop(100%,#599cc7));background-image:-webkit-linear-gradient(top,#ff3232,#ff3232);background-image:-moz-linear-gradient(top,#ff3232,#ff3232);background-image:-o-linear-gradient(top,#ff3232,#ff3232);background-image:linear-gradient(top,#ff3232,#ff3232);-webkit-box-shadow:0 1px 0 Model.SecondaryColour,inset 0 1px 1px #ff3232;-moz-box-shadow:0 1px 0 ##ff3232,inset 0 1px 1px #ff3232;box-shadow:0 1px 0 #ff3232,inset 0 1px 1px #ff3232}
.badge-claritech{background:#ff3232;background-size:100%;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ff3232),color-stop(100%,#6ca8ce));background-image:-webkit-linear-gradient(top,#ff3232,#ff3232);background-image:-moz-linear-gradient(top,#ff3232,#ff3232);background-image:-o-linear-gradient(top,#ff3232,#ff3232);background-image:linear-gradient(top,#ff3232,#ff3232);-webkit-box-shadow:0 0 0 1px #ff3232;-moz-box-shadow:0 0 0 1px #3c84b1;box-shadow:0 0 0 1px #ff3232}

/*************************TypeAhead******************************************/
.modal-open .typeahead.dropdown-menu {
  z-index: 9999;
}

.accordion-body.in { overflow:visible; }


/*******************************Bootstrap Toggle***************************************/
/*.checkbox label .toggle,.checkbox-inline .toggle{margin-left:-20px;margin-right:5px}
.toggle{position:relative;overflow:hidden}
.toggle input[type=checkbox]{display:none}
.toggle-group{position:absolute;width:200%;top:0;bottom:0;left:0;transition:left .35s;-webkit-transition:left .35s;-moz-user-select:none;-webkit-user-select:none}
.toggle.off .toggle-group{left:-100%}
.toggle-on{position:absolute;top:0;bottom:0;left:0;right:50%;margin:0;border:0;border-radius:0}
.toggle-off{position:absolute;top:0;bottom:0;left:50%;right:0;margin:0;border:0;border-radius:0}
.toggle-handle{position:relative;margin:0 auto;padding-top:0;padding-bottom:0;height:100%;width:0;border-width:0 1px}
.toggle.btn{min-width:59px;min-height:34px}
.toggle-on.btn{padding-right:24px}
.toggle-off.btn{padding-left:24px}
.toggle.btn-lg{min-width:79px;min-height:45px}
.toggle-on.btn-lg{padding-right:31px}
.toggle-off.btn-lg{padding-left:31px}
.toggle-handle.btn-lg{width:40px}
.toggle.btn-sm{min-width:50px;min-height:30px}
.toggle-on.btn-sm{padding-right:20px}
.toggle-off.btn-sm{padding-left:20px}
.toggle.btn-xs{min-width:35px;min-height:22px}
.toggle-on.btn-xs{padding-right:12px}
.toggle-off.btn-xs{padding-left:12px}*/

/*********************on/of toggle**************************************************/
.toggle-slide {
  overflow: hidden;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  direction: ltr;
}

.toggle-slide .toggle-on,.toggle-slide .toggle-off,.toggle-slide .toggle-blob {
    float: left;
}

.toggle-slide .toggle-blob {
    position: relative;
    z-index: 99;
    cursor: hand;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.toggle-soft .toggle-slide {
  border-radius: 5px;
  box-shadow: 0 0 0 1px #999;
}

.toggle-soft .toggle-slide .toggle-on,.toggle-soft .toggle-slide .toggle-off,.toggle-soft .toggle-slide .toggle-blob {
  color: rgba(0, 0, 0, 0.7);
  font-size: 11px;
  text-shadow: 1px 1px white;
}

.toggle-soft .toggle-slide .toggle-off, .toggle-soft .toggle-select .toggle-on {
  background: #cfcfcf;
  background: -moz-linear-gradient(top,  #cfcfcf 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfcfcf), color-stop(100%,#f5f5f5));
  background: -webkit-linear-gradient(top,  #cfcfcf 0%,#f5f5f5 100%);
  background: -o-linear-gradient(top,  #cfcfcf 0%,#f5f5f5 100%);
  background: -ms-linear-gradient(top,  #cfcfcf 0%,#f5f5f5 100%);
  background: linear-gradient(to bottom,  #cfcfcf 0%,#f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#f5f5f5',GradientType=0 );
}

.toggle-soft .toggle-slide .toggle-blob {
  border-radius: 4px;
  background: #cfcfcf;
  background: -moz-linear-gradient(top,  #cfcfcf 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfcfcf), color-stop(100%,#f5f5f5));
  background: -webkit-linear-gradient(top,  #cfcfcf 0%,#f5f5f5 100%);
  background: -o-linear-gradient(top,  #cfcfcf 0%,#f5f5f5 100%);
  background: -ms-linear-gradient(top,  #cfcfcf 0%,#f5f5f5 100%);
  background: linear-gradient(to bottom,  #cfcfcf 0%,#f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#f5f5f5',GradientType=0 );
  box-shadow: inset 0 0 0 1px #bbb, inset 0 0 0 2px white;
}

.toggle-soft .toggle-slide .toggle-blob:hover {
  background: #e4e4e4;
  background: -moz-linear-gradient(top,  #e4e4e4 0%, #f9f9f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(100%,#f9f9f9));
  background: -webkit-linear-gradient(top,  #e4e4e4 0%,#f9f9f9 100%);
  background: -o-linear-gradient(top,  #e4e4e4 0%,#f9f9f9 100%);
  background: -ms-linear-gradient(top,  #e4e4e4 0%,#f9f9f9 100%);
  background: linear-gradient(to bottom,  #e4e4e4 0%,#f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#f9f9f9',GradientType=0 );
  box-shadow: inset 0 0 0 1px #ddd,inset 0 0 0 2px #ddd;
}

/****************************************pagination*************************************************/
.dataTables_paginate{
    padding-right:10px;
}

.dataTables_wrapper .dataTables_length select {
    width: 80px;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 120px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
  font-weight: 600;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ff3232;
  background-image: -moz-linear-gradient(top, #ff3232, #ff3232);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff3232), to(#ff3232));
  background-image: -webkit-linear-gradient(top, #ff3232, #ff3232);
  background-image: -o-linear-gradient(top, #ff3232, #ff3232);
  background-image: linear-gradient(to bottom, #ff3232, #ff3232);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8941d', endColorstr='#fff8941d', GradientType=0);
  border-color: #ff3232 #ff3232 #804d00;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0 10px;
    margin-right: .5em;
    line-height: 32px;
    color: #444444;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
    background-color: #f8f8f8;
    background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eeeeee));
    background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
    background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
    background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
    border-color: #eeeeee #eeeeee #c8c8c8;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
  color: #444444 !important;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top, #f5f5f5, #e4e4e4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#e4e4e4));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #e4e4e4);
  background-image: -o-linear-gradient(top, #f5f5f5, #e4e4e4);
  background-image: linear-gradient(to bottom, #f5f5f5, #e4e4e4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe4e4e4', GradientType=0);
  border-color: #e4e4e4 #e4e4e4 #bebebe;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  cursor:pointer;
}

div.dt-buttons {
    position: relative;
    float: left;
    padding-left:10px;
}

/* IoT action buttons */
.device-action-on {
   color: limegreen;
}
.device-action-off {
   color: red;
}

#ss-pbi-report{
   position:relative;
   width:100%;
   height:700px;
   top:0px;"
}

#ss-pbi-report-iframe{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: 0;
}

#ss-pbi-report-iframe {
   background-color: #fff !important;
}

#map_canvas { position:absolute; top:0; bottom:0; width:100%; }
.marker {
    background-image: url('https://docs.mapbox.com/help/demos/custom-markers-gl-js/mapbox-icon.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}
.mapboxgl-popup {
    max-width: 200px;
}
.mapboxgl-popup-content {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.mapbox-logo{
    display: none !important;
}

.mapboxgl-ctrl-logo {
    display: none !important;
}

.modal {

    margin-left: -20%;
}

    .signin {
        background: url(/Content/images/bkg_plus.png) no-repeat 0 70px;
    }

    .badge span {
        display: inline-block;
        padding: 0 12px;
        margin-bottom: 2px;
        font-size: 14px;
        line-height: 25px;
        color: #333333;
        text-align: center;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        vertical-align: middle;
        cursor: pointer;
    }

    .bg-active {
        background-color: #198754 !important;
    }

    .bg-suspend {
        background-color: #dc3545 !important;
    }

