html,
body {
  background-color: #fff;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.container-fluid {
  height: auto;
  width: 100%;
}
.map-panel {
  padding-left: 0px;
  padding-right: 0px;
}
.map-panel .col-sm-9,
.map-panel .col-sm-3 {
  padding-left: 0px;
  padding-right: 0px;
}

.map-panel .options {
	right: 0;
    top: 1em;
    position: absolute;
    z-index: 1;
    margin-right: 25%;
    background-color: rgba(255, 255, 255,0.7);
    padding: 1em;
    -webkit-box-shadow: -4px 4px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -4px 4px 5px 0px rgba(0,0,0,0.75);
    box-shadow: -4px 4px 5px 0px rgba(0,0,0,0.3);
}

#map-container {
  position: absolute;
  top: 0px;
  bottom: 0;
  width: 100%;
}
#map {
  position: absolute;
  top: 0px;
  bottom: 0;
  width: 75%;
}
#data-panel {
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  color: #000000;
  padding: 0 15px 15px 15px;
  overflow-y: auto;
  position: absolute;
  top: 0px;
  left: 75%;
  bottom: 0;
  width: 25%;
}
#data-panel h4 {
  font-size: 1.2em;
  color: #fff;
  margin-bottom: 0.25em;
  background-color: #0074b3;
  border-bottom: 1px solid #005c8f;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14);
  padding: 15px;
}

#data-panel h5 {
  font-size: 1em;
  color: #fff;
  padding-bottom: 0.20em;
  background-color: #808080;
  border-bottom: 1px solid #606060;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14);
  padding: 10px;
}

#data-panel .switch-expand {
  cursor: pointer;
}
#data-panel .section {
  margin: 25px 0 25px 0;
  clear: both;
}

#data-panel .section .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#data-panel .section .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#data-panel .section.animate-list {
    transition: all linear 0.1s;
    position: absolute;
    left: 0;
    opacity: 1;
    background-color: #fff;
    width:100%;
    margin-top:0;
}

#data-panel .section.animate-list.ng-hide {
    transition: all linear 0.1s;
    position: absolute;
    left: 0;
    opacity: 0;
    background-color: #fff;
    width:100%;
}

#data-panel .section.animate-list {
    transition: all linear 0.5s;
    position: absolute;
    left: 0;
    background-color: #fff;
    width:100%;
}

#data-panel .section.animate-detail.ng-hide {
    left: 3000px;
    opacity: 1;
    padding: 10px;
    background-color: #fff;
    z-index:0;
    width:100%;
}

#data-panel .filter-section {
  margin: 5px 8px 25px 8px;
}
#data-panel .fuel-type {
  padding: 1px;
  cursor: pointer;
  white-space: normal;
}
#data-panel .fuel-type input[type=checkbox] {
  vertical-align: middle;
  font-size: 1.2em;
  margin-right: 10px;
  margin-top: 0px;
  margin-left: 10px;
}
#data-panel .select-all {
  padding-top: 10px;
  cursor: default;
}

#data-panel .btn img {
  -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);
}

#data-panel .btn-default {
  text-shadow: none;
}

#data-panel .btn.fuel-type-selected img, #data-panel .btn.fuel-type-selected:hover>img {
  -webkit-filter: none;
  filter: none;
}

#data-panel .fuel-type-text {
  display: inline-block;
  border-bottom: 0;
  white-space: normal;
}

#data-panel .btn {
    width: 100%;
    margin-bottom:5px;
    text-align: left;
}

 #data-panel .nav > li > a{
    display: inline-block;
    width: 100%;    
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    padding: 6px 14px;
    border-radius:0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}


#data-panel .nav > li.active > a {
    background-color: #0db9f0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 50% color:#fff;
    font-weight: 600;
}

#data-panel .btn.fuel-type-selected {
    background-color: #0db9f0;
    
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    filter: none;
    background-repeat: none;
    
    border: 1px solid #338fc2;
    color: #000;
    font-weight: 600;
}
#data-panel .btn.fuel-type-selected:hover {
    text-shadow: 0;
    border: 1px solid #0db9f0;
}
#data-panel .nav > li > a {
  padding: 3px 5px 3px 5px;
  color: #000;
}
#data-panel .nav > li.active > a {
  color: #000;
  font-weight: 600;
}
#data-panel #plant-list-table a {
  cursor: pointer;
  color: #0db9f0;
}
#data-panel #plant-list-table tfoot {
  color: black;
  font-size: 1em;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}
#data-panel #plant-list-table tfoot span {
  font-size: 0.85em;
  font-weight: normal;
}

table#plant-list-table td:last-child, table#plant-list-table th:last-child {
    text-align: right;
}

.sortorder:after {
  content: '\25b2';
}
.sortorder.reverse:after {
  content: '\25bc';
}
rzslider .rz-bubble.rz-limit,
rzslider .rz-bubble {
  color: #b0b0b0 !important;
}
#instructions h5 {
  font-size: 1.1em;
  font-color: white;
  font-weight: bold;
}

/* Switch operator*/
.material-switch > input[type="checkbox"], .material-switch > input[type="radio"], .switch-field input {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before, .material-switch > input[type="radio"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after, .material-switch > input[type="radio"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.switch-field {
    overflow: hidden;
}

.switch-title {
  margin-bottom: 6px;
}

.switch-field label {
  float: left;
}

.switch-field label {
  display: inline-block;
  width: 50%;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #0db9f0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 50%
  color:#fff;
  font-weight:600;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

map {
    height: 100% !important;
}

.options small {
    padding-top: 8px;
    display: block;
}

@media screen and (max-width: 992px) {

    .container-fluid {
        height: 100vh;
        width: 100%;
    }

    #map {
        position: relative;
        width: 100%;
    }

    #map-container {
        position: relative;
        width: 100%;
        height: 60vh;
    }

    #data-panel {
        position: relative;
        height: 40vh;
        width: 100%;
        top: auto;
        left: auto;
        bottom: auto;
    }

    .options {
        display: none;
    }
}

@media screen and (min-width: 992px) and (max-width: 1565px) {
    #map {
        width: 60%;
    }

    #data-panel {
        left: 60%;
        width: 40%;
    }
}


