html,body {
    line-height: 1.5;
    font-family: "Open Sans","Helvetica Neue", sans-serif !important;
    font-weight: normal;
    font-size: 1em;
    min-width: 1280px;
    height: 100%;
    overflow: hidden;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: rgba(142, 142, 142, 0.8);
  z-index: 1000;

}
#loader-wrapper .loader-section.section-left {
  left: 0;
}
#loader-wrapper .loader-section.section-right {
  right: 0;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 3px solid transparent;
  background: url(../img/loading.gif);
  background-size: 150px 150px;
  z-index: 1001;
}
.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.bg-marketview-purple1{
    background-color: #b2abf2 !important;
}
.bg-marketview-purple2{
    background-color: #6460a1 !important;
}
.fg-marketview-purple1{
    color: #b2abf2 !important;
}
.fg-marketview-purple2{
    color: #6460a1 !important;
}
.bg-marketview-grey1{
    background-color: #a4a5a7!important;
}
.bg-marketview-grey2{
    background-color: #58595b!important;
}
.bg-marketview-grey3{
    background-color: #b8b9bb!important;
}
.bg-marketview-grey4{
    background-color: #ddddde!important;
}
.fg-marketview-grey1{
    color: #a4a5a7!important;
}
.fg-marketview-grey2{
    color: #58595b!important;
}
.fg-marketview-grey3{
    color: #b8b9bb!important;
}
.bg-marketview-green1, .bg-green{
    background-color: #78aa42!important;
}
.bg-marketview-green2{
    background-color: #b8d8ba!important;
}
.fg-marketview-green2{
    color: #b8d8ba!important;
}
.bg-marketview-green3{
    background-color: #8cc63e !important;
}
.bg-marketview-green4{
    background-color: rgb(140, 198, 62, 0.3) !important;
}
.fg-marketview-green3{
    color: #8cc63e !important;
}
.fg-marketview-green1 {
    color: #78aa42!important;
}
.fg-marketview-green2{
    color: #b8d8ba!important;
}
.bg-marketview-blue {
    background-color: #006fa4!important;
}
.bg-marketview-red{
    background-color: #c5202f !important;
}
.fg-marketview-red{
    color: #c5202f !important;
}
.bg-marketview-orange{
    background-color: #f7941e !important;
}
.fg-marketview-orange{
    color: #f7941e !important;
}
.fg-white{
    color: white !important;
}
.fg-black{
    color: black !important;
}
.bg-marketview-black{
    background-color: rgba(0, 0, 0, 1) !important;
}
.bg-marketview-green6{
    background-color: rgba(140, 198, 62, 0.3) !important;
}
.pointer {
    cursor: pointer;
}
a, a:hover, a:visited{
    color: inherit;
    text-decoration: none;
}
a.active{
    color: #00b9f2!important;
}
.center{
    margin: 0 auto;
    text-align: center;
}
.font-25{
    font-size: 2.5rem !important;
}
.font-18{
    font-size: 1.8rem !important;
}
.font-17{
    font-size: 1.7rem !important;
}
.font-16{
    font-size: 1.6rem !important;
}
.font-15{
    font-size: 1.5rem !important;
}
.font-14{
    font-size: 1.4rem !important;
}
.font-13{
    font-size: 1.3rem !important;
}
.font-12{
    font-size: 1.2rem !important;
}
.font-11{
    font-size: 1.1rem !important;
}
.font-1{
    font-size: 1rem !important;
}
.font-09{
    font-size: 0.9rem !important;
}
.font-08{
    font-size: 0.8rem !important;
}
.font-07{
    font-size: 0.7rem !important;
}
.font-06{
    font-size: 0.6rem !important;
}
.font-05{
    font-size: 0.5rem !important;
}
.font-weight-100{
    font-weight: 100 !important;
}
.font-weight-200{
    font-weight: 200 !important;
}
.font-weight-300{
    font-weight: 300 !important;
}
.font-weight-400{
    font-weight: 400 !important;
}
.font-weight-500{
    font-weight: 500 !important;
}
.font-weight-600{
    font-weight: 600 !important;
}
.font-weight-700{
    font-weight: 700 !important;
}
.font-weight-800{
    font-weight: 800 !important;
}
.font-weight-900{
    font-weight: 900 !important;
}
.padding-top-05{
    padding-top: 0.5rem !important;
}
.padding-top-06{
    padding-top: 0.6rem !important;
}
.padding-top-07{
    padding-top: 0.7rem !important;
}
.padding-top-08{
    padding-top: 0.8rem !important;
}
.padding-top-09{
    padding-top: 0.9rem !important;
}
.padding-top-1{
    padding-top: 1rem !important;
}
.padding-top-11{
    padding-top: 1.1rem !important;
}
.padding-top-12{
    padding-top: 1.2rem !important;
}
.padding-top-13{
    padding-top: 1.3rem !important;
}
.padding-top-14{
    padding-top: 1.4rem !important;
}
.padding-top-15{
    padding-top: 1.5rem !important;
}
.padding-top-16{
    padding-top: 1.6rem !important;
}
.padding-top-17{
    padding-top: 1.7rem !important;
}
.padding-top-18{
    padding-top: 1.8rem !important;
}
.padding-top-19{
    padding-top: 1.9rem !important;
}
.padding-top-2{
    padding-top: 2rem !important;
}
.padding-top-25{
    padding-top: 2.5rem !important;
}
.padding-top-3{
    padding-top: 3rem !important;
}
.padding-top-35{
    padding-top: 3.5rem !important;
}
.padding-top-4{
    padding-top: 4rem !important;
}
.padding-top-45{
    padding-top: 4.5rem !important;
}
.padding-top-5{
    padding-top: 5rem !important;
}
.padding-bottom-05{
    padding-bottom: 0.5rem !important;
}
.padding-bottom-06{
    padding-bottom: 0.6rem !important;
}
.padding-bottom-07{
    padding-bottom: 0.7rem !important;
}
.padding-bottom-08{
    padding-bottom: 0.8rem !important;
}
.padding-bottom-09{
    padding-bottom: 0.9rem !important;
}
.padding-bottom-1{
    padding-bottom: 1rem !important;
}
.padding-bottom-11{
    padding-bottom: 1.1rem !important;
}
.padding-bottom-12{
    padding-bottom: 1.2rem !important;
}
.padding-bottom-13{
    padding-bottom: 1.3rem !important;
}
.padding-bottom-14{
    padding-bottom: 1.4rem !important;
}
.padding-bottom-15{
    padding-bottom: 1.5rem !important;
}
.padding-bottom-16{
    padding-bottom: 1.6rem !important;
}
.padding-bottom-17{
    padding-bottom: 1.7rem !important;
}
.padding-bottom-18{
    padding-bottom: 1.8rem !important;
}
.padding-bottom-19{
    padding-bottom: 1.9rem !important;
}
.padding-bottom-2{
    padding-bottom: 2rem !important;
}
.padding-bottom-25{
    padding-bottom: 2.5rem !important;
}
.padding-bottom-3{
    padding-bottom: 3rem !important;
}
.padding-bottom-35{
    padding-bottom: 3.5rem !important;
}
.padding-bottom-4{
    padding-bottom: 4rem !important;
}
.padding-bottom-45{
    padding-bottom: 4.5rem !important;
}
.padding-bottom-5{
    padding-bottom: 5rem !important;
}
.padding-left-05{
    padding-left: 0.5rem !important;
}
.padding-left-06{
    padding-left: 0.6rem !important;
}
.padding-left-07{
    padding-left: 0.7rem !important;
}
.padding-left-08{
    padding-left: 0.8rem !important;
}
.padding-left-09{
    padding-left: 0.9rem !important;
}
.padding-left-1{
    padding-left: 1rem !important;
}
.padding-left-11{
    padding-left: 1.1rem !important;
}
.padding-left-12{
    padding-left: 1.2rem !important;
}
.padding-left-13{
    padding-left: 1.3rem !important;
}
.padding-left-14{
    padding-left: 1.4rem !important;
}
.padding-left-15{
    padding-left: 1.5rem !important;
}
.padding-left-16{
    padding-left: 1.6rem !important;
}
.padding-left-17{
    padding-left: 1.7rem !important;
}
.padding-left-18{
    padding-left: 1.8rem !important;
}
.padding-left-19{
    padding-left: 1.9rem !important;
}
.padding-left-2{
    padding-left: 2rem !important;
}
.padding-left-25{
    padding-left: 2.5rem !important;
}
.padding-left-3{
    padding-left: 3rem !important;
}
.padding-left-35{
    padding-left: 3.5rem !important;
}
.padding-left-4{
    padding-left: 4rem !important;
}
.padding-left-45{
    padding-left: 4.5rem !important;
}
.padding-left-5{
    padding-left: 5rem !important;
}
.padding-right-05{
    padding-right: 0.5rem !important;
}
.padding-right-06{
    padding-right: 0.6rem !important;
}
.padding-right-07{
    padding-right: 0.7rem !important;
}
.padding-right-08{
    padding-right: 0.8rem !important;
}
.padding-right-09{
    padding-right: 0.9rem !important;
}
.padding-right-1{
    padding-right: 1rem !important;
}
.padding-right-11{
    padding-right: 1.1rem !important;
}
.padding-right-12{
    padding-right: 1.2rem !important;
}
.padding-right-13{
    padding-right: 1.3rem !important;
}
.padding-right-14{
    padding-right: 1.4rem !important;
}
.padding-right-15{
    padding-right: 1.5rem !important;
}
.padding-right-16{
    padding-right: 1.6rem !important;
}
.padding-right-17{
    padding-right: 1.7rem !important;
}
.padding-right-18{
    padding-right: 1.8rem !important;
}
.padding-right-19{
    padding-right: 1.9rem !important;
}
.padding-right-2{
    padding-right: 2rem !important;
}
.padding-right-25{
    padding-right: 2.5rem !important;
}
.padding-right-3{
    padding-right: 3rem !important;
}
.padding-right-35{
    padding-right: 3.5rem !important;
}
.padding-right-4{
    padding-right: 4.5rem !important;
}
.padding-right-5{
    padding-right: 5rem !important;
}
.padding-05{
    padding: 0.5rem !important;
}
.padding-06{
    padding: 0.6rem !important;
}
.padding-07{
    padding: 0.7rem !important;
}
.padding-08{
    padding: 0.8rem !important;
}
.padding-09{
    padding: 0.9rem !important;
}
.padding-1{
    padding: 1rem !important;
}
.padding-11{
    padding: 1.1rem !important;
}
.padding-12{
    padding: 1.2rem !important;
}
.padding-13{
    padding: 1.3rem !important;
}
.padding-14{
    padding: 1.4rem !important;
}
.padding-15{
    padding: 1.5rem !important;
}
.padding-16{
    padding: 1.6rem !important;
}
.padding-17{
    padding: 1.7rem !important;
}
.padding-18{
    padding: 1.8rem !important;
}
.padding-19{
    padding: 1.9rem !important;
}
.padding-2{
    padding: 2rem !important;
}
.padding-25{
    padding: 2.5rem !important;
}
.padding-3{
    padding: 3rem !important;
}
.padding-35{
    padding: 3.5rem !important;
}
.padding-4{
    padding: 4rem !important;
}
.padding-45{
    padding: 4.5rem !important;
}
.padding-5{
    padding: 5rem !important;
}
.border-radius-1{
    border-radius: 1px !important;
}
.border-radius-2{
    border-radius: 2px !important;
}
.border-radius-3{
    border-radius: 3px !important;
}
.border-radius-4{
    border-radius: 4px !important;
}
.border-radius-5{
    border-radius: 5px !important;
}
.border-radius-6{
    border-radius: 6px !important;
}
.border-radius-7{
    border-radius: 7px !important;
}
.border-radius-8{
    border-radius: 8px !important;
}
.border-radius-9{
    border-radius: 9px !important;
}
.border-radius-10{
    border-radius: 10px !important;
}
.border-radius-15{
    border-radius: 15px !important;
}
.border-radius-20{
    border-radius: 20px !important;
}
.border-radius-25{
    border-radius: 25px !important;
}
.border-radius-30{
    border-radius: 30px !important;
}
.border-top-left-radius-1{
    border-top-left-radius: 1px !important;
}
.border-top-left-radius-2{
    border-top-left-radius: 2px !important;
}
.border-top-left-radius-3{
    border-top-left-radius: 3px !important;
}
.border-top-left-radius-4{
    border-top-left-radius: 4px !important;
}
.border-top-left-radius-5{
    border-top-left-radius: 5px !important;
}
.border-top-left-radius-6{
    border-top-left-radius: 6px !important;
}
.border-top-left-radius-7{
    border-top-left-radius: 7px !important;
}
.border-top-left-radius-8{
    border-top-left-radius: 8px !important;
}
.border-top-left-radius-9{
    border-top-left-radius: 9px !important;
}
.border-top-left-radius-10{
    border-top-left-radius: 10px !important;
}
.border-top-left-radius-15{
    border-top-left-radius: 15px !important;
}
.border-top-left-radius-20{
    border-top-left-radius: 20px !important;
}
.border-top-left-radius-25{
    border-top-left-radius: 25px !important;
}
.border-top-left-radius-30{
    border-top-left-radius: 30px !important;
}
.border-top-right-radius-1{
    border-top-right-radius: 1px !important;
}
.border-top-right-radius-2{
    border-top-right-radius: 2px !important;
}
.border-top-right-radius-3{
    border-top-right-radius: 3px !important;
}
.border-top-right-radius-4{
    border-top-right-radius: 4px !important;
}
.border-top-right-radius-5{
    border-top-right-radius: 5px !important;
}
.border-top-right-radius-6{
    border-top-right-radius: 6px !important;
}
.border-top-right-radius-7{
    border-top-right-radius: 7px !important;
}
.border-top-right-radius-8{
    border-top-right-radius: 8px !important;
}
.border-top-right-radius-9{
    border-top-right-radius: 9px !important;
}
.border-top-right-radius-10{
    border-top-right-radius: 10px !important;
}
.border-top-right-radius-15{
    border-top-right-radius: 15px !important;
}
.border-top-right-radius-20{
    border-top-right-radius: 20px !important;
}
.border-top-right-radius-25{
    border-top-right-radius: 25px !important;
}
.border-top-right-radius-30{
    border-top-right-radius: 30px !important;
}
.border-bottom-radius-1{
    border-bottom-left-radius: 1px !important;
}
.border-bottom-left-radius-2{
    border-bottom-left-radius: 2px !important;
}
.border-bottom-left-radius-3{
    border-bottom-left-radius: 3px !important;
}
.border-bottom-left-radius-4{
    border-bottom-left-radius: 4px !important;
}
.border-bottom-left-radius-5{
    border-bottom-left-radius: 5px !important;
}
.border-bottom-left-radius-6{
    border-bottom-left-radius: 6px !important;
}
.border-bottom-left-radius-7{
    border-bottom-left-radius: 7px !important;
}
.border-bottom-left-radius-8{
    border-bottom-left-radius: 8px !important;
}
.border-bottom-left-radius-9{
    border-bottom-left-radius: 9px !important;
}
.border-bottom-left-radius-10{
    border-bottom-left-radius: 10px !important;
}
.border-bottom-left-radius-15{
    border-bottom-left-radius: 15px !important;
}
.border-bottom-left-radius-20{
    border-bottom-left-radius: 20px !important;
}
.border-bottom-left-radius-25{
    border-bottom-left-radius: 25px !important;
}
.border-bottom-left-radius-30{
    border-bottom-left-radius: 30px !important;
}
.border-bottom-right-radius-1{
    border-bottom-right-radius: 1px !important;
}
.border-bottom-right-radius-2{
    border-bottom-right-radius: 2px !important;
}
.border-bottom-right-radius-3{
    border-bottom-right-radius: 3px !important;
}
.border-bottom-right-radius-4{
    border-bottom-right-radius: 4px !important;
}
.border-bottom-right-radius-5{
    border-bottom-right-radius: 5px !important;
}
.border-bottom-right-radius-6{
    border-bottom-right-radius: 6px !important;
}
.border-bottom-right-radius-7{
    border-bottom-right-radius: 7px !important;
}
.border-bottom-right-radius-8{
    border-bottom-right-radius: 8px !important;
}
.border-bottom-right-radius-9{
    border-bottom-right-radius: 9px !important;
}
.border-bottom-right-radius-10{
    border-bottom-right-radius: 10px !important;
}
.border-bottom-right-radius-15{
    border-bottom-right-radius: 15px !important;
}
.border-bottom-right-radius-20{
    border-bottom-right-radius: 20px !important;
}
.border-bottom-right-radius-25{
    border-bottom-right-radius: 25px !important;
}
.border-bottom-right-radius-30{
    border-bottom-right-radius: 30px !important;
}
.border{
    border-width: 1px !important;
    border-style: solid !important;
}
.border-left{
    border-left-width: 1px !important;
    border-left-style: solid !important;
}
.border-right{
    border-right-width: 1px !important;
    border-right-style: solid !important;
}
.border-top{
    border-top-width: 1px !important;
    border-top-style: solid !important;
}
.border-bottom{
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
}
.border-none{
    border: none !important;
}
.border-left-none{
    border-left: none !important;
}
.border-right-none{
    border-right: none !important;
}
.border-top-none{
    border-top: none !important;
}
.border-bottom-none{
    border-bottom: none !important;
}
header{
    background-color: #58595b;
    height: 80px;
    width: 100%;
    min-width: 1000px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 18px;
    position: fixed;
    z-index: 9;
}
header .title{
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 100;
}
header .download{
    float: right;
    height: 42px;
    color: #ffffff;
    font-size: 1rem;
    padding-left: 15px;
    padding-right: 15px;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 25px;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    right: 280px;
}
header .download:hover{
    border-width: 2px;
}

::-webkit-scrollbar{
    width: 8px;
    height: 8px;
    cursor: pointer;
    border: 1px solid rgb(98, 98, 98, 0.2);
}
::-webkit-scrollbar-track{
    background-color: rgba(255,255,255,0.2);
    cursor: pointer;
}
::-webkit-scrollbar-thumb{
    background-color: rgba(98, 98, 98,0.2);
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(98, 98, 98,0.3);
    cursor: pointer;
}
.bg-Bay_of_Plenty_RTO{
    background-image: url('../img/TARANAKI.jpg');
}
.bg-Manawatu{
    background-image: url('../img/MANAWATU.jpg');
}
.bg-Marlborough{
    background-image: url('../img/MARLBOROUGH.jpg');
}
.bg-HWT{
    background-image: url('../img/HWT.jpg');
}
.bg-Coromandel{
    background-image: url('../img/COROMANDEL.jpg');
}
.bg-Queenstown{
    background-image: url('../img/QUEENSTOWN.jpg');
}
.bg-Lake_Wanaka{
    background-image: url('../img/LakeWanaka.jpg');
}
.content{
    margin-left: 280px;
    width: calc(100% - 280px);
}
.content-bg{
    width: 100%;
    height: 100%;
    position: fixed;
/*
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -o-filter: blur(10px);
*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -999;
}
.content-bg-white{
    background: rgba(255,255,255,0.1);
    z-index: 10;
}
.main-content{
    position: absolute;
    top: 80px;
    left: 280px;
    width: calc(100% - 280px);
    height: calc(100% - 80px);
    overflow: auto;
}
@media screen and (max-width: 1280px) {
    .fixed-content{
        min-width: 980px;
    }
}
@media (min-width: 1281px) and (max-width: 1920px) {
    .fixed-content{
        max-width: 1440px;
    }
}
.fixed-content{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 25px;
}
.datepicker{
    background-color: #ffffff;
}
.uppercase{
    text-transform: uppercase;
}
.lowercase{
    text-transform: lowercase;
}
.card{
    box-shadow: 0px 0px 15px rgba(0,0,0,.125);
}
.overview .footer{
    height: 80px;
    background-color: #cccccc;
    text-align: center;
    padding-top: 25px;
}
.overview .footer i{
    font-size: 1.6rem;
    color: #ffffff;
    cursor: pointer;
}
.hide{
    display: none;
}
.left-bar{
    position: absolute;
    right: 0;
    background-color: #c5202f;
    height: 26px;
}
.right-bar{
    position: absolute;
    left: 0;
    background-color: #78aa42;
    height: 26px;
}
.checkbox{
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox .checkmark:after {
  left: 9px;
  top: 3px;
  width: 8px;
  height: 16px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.radio {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}
.radio:hover input ~ .checkmark {
  background-color: #ccc;
}
.radio input:checked ~ .checkmark {
  background-color: #2196F3;
}
.radio input:checked ~ .checkmark:after {
  display: block;
}
.radio .checkmark:after {
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.subheader .dashboard{
    float: right;
    cursor: pointer;
    width: 180px;
    height: 38px;
    z-index: 999;
}
.subheader .periodmonth .dropdown{
    width: 120px !important;
}
.dropdown-select,.dropdown-select .bootstrap-select{
    width: 100% !important;
}
.dropdown-select button{
    width: 100% !important;
    height: 38px;
    margin-top: 5px;
    color: #ffffff;
    padding: 5px 8px;
    font-size: 1.2rem;
    cursor: pointer;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #ffffff;
    background-color: transparent;
    overflow: hidden;
}
.dropdown-select button:hover{
    color: #fff;
}
.subheader .dashboard .show>.btn-light.dropdown-toggle, .subheader .btn-light.dropdown-toggle, .dropdown-select .show>.btn-light.dropdown-toggle, .dropdown-select .btn-light.dropdown-toggle{
    color: #ffffff;
    background-color: transparent;
}
.subheader .dashboard button{
    width: 180px;
    height: 38px;
    margin-top: 5px;
    border-radius: 5px;
    color: #ffffff !important;
    padding: 6px 8px;
    font-size: 1rem;
    cursor: pointer;
    border: 1px solid #ffffff;
    background-color: transparent;
}
.subheader .dashboard .filter-option{
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: transparent;
}
.dropdown-select .filter-option{
    color: #ffffff;
    background-color: transparent;
}
.subheader .dashboard div.inner.show, .dropdown-select div.inner.show{
    border: 1px solid #ffffff;
    overflow-x: hidden;
}
.dropdown-select .dropdown-menu{
    padding: 0;
}
.subheader .dashboard .dropdown-menu.show{
    width: 180px;
    min-width: 180px !important;
    min-height: 240px !important;
    max-height: 240px !important;
    border-radius: 3px;
    color: #fff;
    margin-top: -1px;
    scrollbar-color: rgba(255,255,255,0.8) rgba(255,255,255,0.2);
    scrollbar-width: thin;
    scrollbar-face-color: #9f9f9f;
    scrollbar-arrow-color: rgba(255,255,255,0.2);
    scrollbar-track-color: #cbcbcb;
    scrollbar-shadow-color: rgba(255,255,255,0.2);
    scrollbar-highlight-color: rgba(255,255,255,0.2);
    scrollbar-3dlight-color: rgba(255,255,255,0.2);
    scrollbar-darkshadow-Color: rgba(0,0,0,0.2);
    background-color: #98a4ac;
    z-index: 10;
}
.dropdown-select .dropdown-menu.show{
    width: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    border-radius: 3px;
    color: #fff;
    margin-top: -1px;
    scrollbar-color: rgba(255,255,255,0.2) rgba(255,255,255,0.5);
    scrollbar-width: thin;
    scrollbar-face-color: #9f9f9f;
    scrollbar-arrow-color: rgba(255,255,255,0.2);
    scrollbar-track-color: #cbcbcb;
    scrollbar-shadow-color: rgba(255,255,255,0.2);
    scrollbar-highlight-color: rgba(255,255,255,0.2);
    scrollbar-3dlight-color: rgba(255,255,255,0.2);
    scrollbar-darkshadow-Color: rgba(0,0,0,0.2);
    background-color: #98a4ac;
    z-index: 10;
    overflow-x: hidden;
}
.subheader .dashboard .dropdown-menu .dropdown-item, .dropdown-select .dropdown-menu .dropdown-item{
    color: #ffffff;
    padding: 5px;
    cursor: pointer;
}
.subheader .dashboard .dropdown-menu .dropdown-item:hover,.subheader .dashboard .dropdown-menu .dropdown-item.active, .dropdown-select .dropdown-menu .dropdown-item:hover,.dropdown-select .dropdown-menu .dropdown-item.active{
    background-color: rgba(255,255,255,0.2);
    color: #ffffff !important;
}
.dropdown-select .dropdown-toggle::after{
    color: #fff;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.dropdown-select .show .dropdown-toggle::after{
    border-bottom: .3em solid;
    border-right: .3em solid transparent;
    border-top: 0;
    border-left: .3em solid transparent;
}
.dropdown-select .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle{
    color: #ffffff;
    background-color: transparent;
    border-color: transparent;
}
.custom.dropdown-select button{
    color: #000 !important;
    border: 1px solid #000  !important;
}
.custom.dropdown-select .filter-option{
    color: #000 !important;
}
.custom.dropdown-select .dropdown-menu.show{
    color: #000;
    background-color: #fff;
    border-width: 2px;
    border-color: rgba(0,0,0,.3);
}
.custom.dropdown-select .dropdown-menu .dropdown-item:hover,.custom.dropdown-select .dropdown-menu .dropdown-item.active{
    background-color: rgba(0,0,0,0.2);
    color: #000;
}
.custom.dropdown-select .dropdown-menu .dropdown-item{
    color: #000;
}
.custom.dropdown-select .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle{
    color: #000;
}
.modal-dialog{
    margin-top: 10% !important;
}
#hide_filter{
    display: none;
}
.hotspots-map .ngxImageZoomContainer{
    width: 1176px !important;
    height: 648px !important;
}
.hotspots-map .ngxImageZoomContainer .ngxImageZoomThumbnail{
    width: 1176px;
    height: 648px;
}
@media screen and (max-width: 1280px){
    nav#sider{
        width: 180px;    
    }
    #sider .logo{
        width: 180px;
        height: 60px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 8px;
    }
    #sider .logo img{
        width: 140px;
    }
    #sider .location{
        width: 180px;
        height: 55px;
        padding-left: 12px;
        padding-top: 15px;
    }
    #sider .location i.fa-map-marker-alt{
        font-size: 1.8rem;
    }
    #sider .location .hello{
        top: 8px;
        margin-left: 6px;
        font-size: 0.8rem;
    }
    #sider .location .region{
        top: 22px;
        margin-left: 6px;
        font-size: 1rem;
    }
    #sider .menu{
        width: 180px;
        max-height: calc(100% - 180px);
    }
    #sider .menu .menu-item{
        padding-top: 9px;
        padding-left: 5px;
        width: 180px;
        height: 38px;
        font-size: 0.8rem;
    }
    #sider .menu .menu-item i.fas{
        width: 18px;
        height: 18px;
    }
    #sider .menu .menu-item span{
        padding-left: 3px;
    }
    #sider .menu .menu-item .dot{
        padding-top: 5px;
        padding-right: 12px;
        font-size: 0.5rem;
    }
    #sider .logout{
        height: 32px;
        width: 120px;
        bottom: 15px;
        left: 30px;
    }
    .content {
        margin-left: 180px;
        width: calc(100% - 180px);
    }
    header {
        height: 60px;
        width: 100%;
        min-width: 1000px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 12px;
    }
    header .title {
        font-size: 1.6rem;
    }
    header .download {
        height: 36px;
        right: 180px;
        font-size: 0.8rem;
    }
    .main-content {
        position: absolute;
        top: 60px;
        left: 180px;
        width: calc(100% - 180px);
        height: calc(100% - 60px);
    }
    /* .content-bg {
        width: calc(100% - 180px);
        height: calc(100% - 60px);
    } */
    .subheader .dashboard {
        width: 120px;
    }
    .subheader .dashboard button {
        width: 120px;
        height: 30px;
        margin-top: 2px;
        padding: 3px 6px;
        font-size: 0.8rem;
    }
    .subheader .dashboard .dropdown-menu.show{
        width: 120px;
        min-width: 120px !important;
        min-height: 240px !important;
        max-height: 240px !important;
        font-size: 0.8rem;
    }
    .hotspots-map .ngxImageZoomContainer{
        width: 80% !important;
        height: 100% !important;
    }
    .hotspots-map .ngxImageZoomContainer .ngxImageZoomThumbnail{
        width: 80%;
        height: 100%;
    }
}
