body, html{
    width: 100%;
    height: 100%;
}

#header{
    border-bottom: 1px solid #f7f6f6 !important;
}
#sb-site{
    margin-top: 60px;
  margin-top: 8.6rem;
    height: calc(100% - 60px) !important;
    position: relative;
    width: 100% !important;
}
@media only screen and (max-width: 767px){
  #sb-site{
    margin-top: 5rem;
  }
}
#main{
    position: relative;
    width: 100% !important;
    height: calc(100% - 60px) !important;
}
#main .row{
    margin: 0 !important;
}

.clear-padding{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.map{
    width: 100%;
    height: 100%;
}

.search-panel{
    position:fixed;
    padding-left: 10px;
    width: 100%;
    border-radius: 6px;
    top:10px;
    display:flex;
    flex-direction: column;
    z-index: 9000;
}
.search-control-panel{
    height: 45px;
    width: 100%;
    top: 0;
    color: #3c4043;
    z-index: 2;
}
@media only screen and (max-width: 992px){
    .search-control-panel{
        width: 100%;
    }
    .search-panel{
        padding-left: 0;
    }
    .search-control-panel>*{
        width: 100% !important;
    }
    .search-box.shadown {
        box-shadow: none !important;
    }
}
.dropdown-control{
    display:flex;
    flex-direction: row;
    
}
@media only screen and (max-width: 992px){
    .dropdown-control{
        margin-top: 55px;
        border-radius:8px !important;
        flex-direction: column;
        background-color: white;
        box-shadow: 0 8px 26px -4px hsl(0deg 0% 8% / 15%), 0 8px 9px -5px hsl(0deg 0% 8% / 6%);
    }
    .dropdown-control>*{
        margin: 0 !important;
    }
    .dropdown-control{
        display: none;
    }
}
.popup-toggle{
    border : none !important;
    display: flex;
    border-radius: 8px;
    justify-content: space-between;
    background:white;
    padding : 2px 10px;
  font-size: 0.875rem;
  font-size: 14px;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 32px;
    color: #3c4043;
    box-shadow: 0 8px 26px -4px hsl(0deg 0% 8% / 15%), 0 8px 9px -5px hsl(0deg 0% 8% / 6%);
    font-weight: 550;
}
.noscroll { 
    overflow: hidden;
}
.slider-panel{
    padding: 50px 10px 60px 0px;
    width: 100%;
}
.slider{
    width:100% !important;
}
@media only screen and (max-width: 992px){
    .popup-toggle{
        padding : 8px 8px !important;
        height: 40px;
        margin-top: 0px !important;
        border-radius: 0 !important;
        border-bottom: 0.5px dashed #e0e0e0 !important;
        box-shadow: none !important;
    }
    .slider-panel .duration-slider{
        margin-left: 10px !important;
        margin-right: 10px !important;  
    }
    .dropdown-control .popup-toggle:first-child{
        border-top-left-radius: 8px !important;
        border-top-right-radius: 8px !important;
    }

    .dropdown-control .popup-toggle:last-child{
        border-bottom-left-radius: 8px !important;
        border-bottom-right-radius: 8px !important;
    }
}
.clear-btn{
    color:rgb(255, 86, 48); 
    border : none !important;
    display: flex;
    justify-content: space-between;
    background:white;
    padding : 2px 10px;
  font-size: 0.875rem;
  font-size: 14px;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 32px;
    box-shadow: 0 8px 26px -4px hsl(0deg 0% 8% / 15%), 0 8px 9px -5px hsl(0deg 0% 8% / 6%);
    font-weight: 550;
}
@media only screen and (max-width: 992px){
    .clear-btn{
        padding : 8px 10px;
        border-radius: 8px;
    }
}
.popup-toggle img{
  height: 1rem;
  height: 16px;
    margin: -1px 5px 0px 0px;
  width: 1rem;
  width: 16px;
}
.popup-toggle > .dropdown-icon{
    background-image: url('../images/arrow_drop_down_black_24dp.png');
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    margin-top: 3px;
}
.popup-toggle .checked{
    display : none;
}
.popup-toggle .icon{
    display: inline;
    margin-top: 6px;
}
.popup-toggle.selected .checked{
    background-image: url('../images/ic_done_blue_700_18px.png') !important;
    background-size: 22px 22px;
    display:inline;
    margin-top: 2px;
    height: 24px;
    width: 24px; 
}
.popup-toggle.selected > .dropdown-icon{
    background-image: url('../images/ic_arrow_drop_down_blue_700_24px.png') !important;
}
.popup-toggle .group-icons >*{
    float: left;
}
.popup-toggle.selected .icon{
    display: none !important;
}
.popup-toggle:hover{
    background:rgb(241, 241, 243);
    border:none;
    box-shadow: 0 8px 26px -4px hsl(0deg 0% 8% / 35%), 0 8px 9px -5px hsl(0deg 0% 8% / 6%); 
}
.popup-toggle.selected{
    color : #1967d2 !important;
    background-color:#e8f0fe !important;
    border-color:#d2e3fc;
}
/*
   Popup styles
*/
.popup{
    background:white;
    min-width: 300px;
    display:none;
    position: absolute;
    z-index: 99;
    padding: 0px 0;
    border-radius:8px;
    box-shadow: 0 8px 26px -4px hsl(0deg 0% 8% / 15%), 0 8px 9px -5px hsl(0deg 0% 8% / 6%)
}

.popup::before{
    content:'';
    transform: translate(-50%, 0);
    left:10px;
    background: #fff;
    top: -3px;
    transform: rotate(45deg);
    box-shadow: -4px -4px 26px -4px hsl(0deg 0% 8% / 15%);
    width: 12px;
    z-index: -1;
    height: 12px;
    position:absolute;
}
@media only screen and (max-width: 992px){
    .popup{
        width: 100%;
        top:0;
        left: 0;
        z-index: 102;
        position: fixed;
    }
}
.popup-panel{
    width:100%;
    height:400px;
    display:flex;
    flex-direction:column;
}
#areaPopup .popup-panel{
    height:260px;
} 
#durationPopup .popup-panel{
    height:260px;
} 
@media only screen and (max-width: 992px){
    .popup-panel{
        height: 100%;
    }
    #areaPopup .popup-panel{
        height: 100%;
    } 
    #durationPopup .popup-panel{
        height: 100%;
    }  
}
.popup-header{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 3px 10px;
    height:auto;
}
.popup-header .popup-title-container{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.top-border{
    border-top: 0.5px solid #e0e0e0;
}
.popup-header .popup-title{
    padding: 10px 1px 1px 1px !important;
    color:#344767;
  font-size: 1rem;
  font-size: 16px;
    font-weight:550;
}
.popup-content{
    width:100%;
    overflow-x: hidden;
    overflow-y:auto;
    border-bottom: 8px;
    flex:1;
    padding-bottom: 10px;;
}

input[type="checkbox"]{
  width:1.1rem;
  width: 17.6px;
  height:1.1rem;
  height: 17.6px;
}
.list-checkbox>ul{
    margin: 0px 15px;
    padding: 10px 0px 0px 0px;
}
.list-checkbox ul>li{
    list-style: none;
    font-size: 0.875em;
    color: #344767;
}

.list-checkbox ul>ul{
    padding: 5px 10px;
}
.popup-action{
    padding: 5px 10px 5px 10px;
}
.popup-action .done{
    color:#1a73e8;
    font-weight:550 !important;
}
.popup-action .clear{
    color: gray;
    font-weight:550 !important; 
}
.popup-action> *{
    float: right;
}
/*
   Search textbox
*/

.search-box{
    background:white;
    padding-left: 6px;
    height: 50px;
    float: left;
    border-radius: 8px;
    display: flex;
    width: 400px;
    border-bottom: 1px solid #dadce0;
}
.search-box button{
    display: inline;
}
.justify-content-center{
    display: flex;
    flex-direction:column;
    align-items:center;
}
.justify-content-end{
    display: flex !important;
    flex-direction:column;
    justify-content: flex-start !important;
    align-items:end;
}
.justify-content-start{
    display: flex;
    flex-direction:column;
    align-items:start;
}

.search-box input[type="text"]{
    height: 100%;
    border: none;
    flex: auto;
    font-weight: 540;
}
.search-box input:focus{
    outline: none !important;
}
.search-box:hover{
}
.search-box .bi-search{
    width: 30px;
    margin-top: 10px;
    font-size: 20px;
    color: #e0e0e0;
}
/*
   Search result panel
*/
.search-result{
    flex: auto;
    margin-top: 20px;
    border-radius: 8px;
    width: 100%;
    height:520px;
}
.inline-input-group{
    display:flex;
}
.inline-input-group>*{
    float: left !important;
    margin-left: 5px;
}
.textbox{
  font-size: .875rem;
  font-size: 14px;
  padding:.3rem .5rem;
  padding:4.8px 8px;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2d6da;
  border-radius: 0.5rem;
  border-radius: 8px;
    text-align: right;
    transition: box-shadow .15s ease,border-color .15s ease;
}

.shadown{
    box-shadow: 0 8px 26px -4px hsl(0deg 0% 8% / 35%), 0 8px 9px -5px hsl(0deg 0% 8% / 6%); 
    box-shadow: 0 8px 26px -4px hsl(0deg 0% 8% / 35%), 0 8px 9px -5px hsl(0deg 0% 8% / 6%); 
}
.custom-checkbox{

}
.custom-checkbox>input[type="checkbox"]{

}


.search-box-sm{
    float: none;
    width:100%;
    height:35px;
    font-weight: 400 !important;
    border:1px solid #e0e0e0;
}
.search-box-sm input[type="text"]{
    color:gray;
    font-weight:400;
}
.btn-search-sm{
    padding: 0px 10px !important;
}
.search-box-sm .bi-search{
    font-size:15px;
    color: #e0e0e0;
}
.popup-header-control-panel{
    color:#344767;
    font-weight:500;
    display: inline-block;
}
.popup-header-control-panel>*{
    float: left;
}
.filter-header{
    display: flex;
    flex-direction: row-reverse;
}
.filter-header .close-btn{
    color: black; 
    border : none !important;
    display: flex;
    justify-content: space-between;
    background:white;
    padding : 2px 10px;
  font-size: 0.875rem;
  font-size: 14px;
    font-weight: 550;
}
.area-input-group{
    z-index:2;
    width: 70%;
    margin-bottom:15px;
}
.justify-content-end .area-input-group{
    margin-right: 10px;
}
.justify-content-left .area-input-group{
    margin-left: 10px;
}
.area-input-group>.unit{
    color:#495057;
    margin-top:7px;
}
.duration-input-group{
    width: 70%;
    margin-bottom:15px; 
}

.inline-input-group label:first-child{
    margin-top: 4px !important;
    margin-left: 10px;
}
input:read-only, textarea:read-only {
    background-color: #e0e4ec !important;
}
.duration-slider {
    margin-right: 0px !important;
}

.list-checkbox-item{
    display:block;
    height: 30px;
    padding: 5px 0px 0 3px;
}
.list-checkbox-item input{
    float: left;
    margin-top:2px;
}
.list-checkbox-item label{
    margin-left: 10px;
    float:left;
}
.duration-slider .noUi-pips-horizontal>.noUi-value{
    margin-left:15px;
    margin-top: 2px;
}

.duration-slider .noUi-pips-horizontal>.noUi-value ~ .noUi-value {
   margin-left:-15px;
}
#durationPopup .duration-slider .noUi-pips-horizontal>.noUi-value{
    margin-left:30px;
    margin-top: 2px;
}

#durationPopup .duration-slider .noUi-pips-horizontal>.noUi-value ~ .noUi-value {
    margin-left:-30px;
}

.popup.show{
    display: block !important;
    left:500px;
    top:100px;
}
.popup-content{
    min-height: 100px;
    padding: 0 10px;
}
.popup-content .list-checkbox{
    width:100%; 
   
}
#search-result{
    left:10px;
    border-radius: 8px;
    top:10px;
    display: none;
    margin-left: -610px;
    width: 600px;
    height: calc(100% - 45px);
    z-index: 2;
    position: absolute;
    background: white;
    box-shadow:0 1px 2px rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%)
}
.btn-filtered{
    display: none;
} 
@media only screen and (max-width: 992px){
    .btn-filtered{
        display: block;
    } 
}
@media only screen and (max-width: 992px){
    #search-result{
        width: 100%;
      left: 0px; 
      height: calc(100% - 20px);
    } 
}
.collabse-bnt-panel{
    position: absolute;
    z-index: 0;
    top: calc(30%);
    left: 600px;
}
@media only screen and (max-width: 992px){
    .collabse-bnt-panel{
        display: none;
        z-index: 2;
    }
    #annotation{
        display: none;
    }
}
.toggle-show-info-btn-panel{
    position: absolute;
    z-index: 0;
    top: calc(30%);
    left: 400px; 
}
.collabse-search-btn{
    padding: 0 !important;
    background: #fff;
    z-index:  90;
    border: 0;
    width: 23px;
    height: 48px;
    cursor: pointer;
    border-left: 1px solid #d4d4d4;
    border-radius: 0 8px 8px 0;
    background: #fff 7px/7px 10px no-repeat;
}
#collabse-search-result{
    position:absolute; 
    display: none;
    border-radius:8px 0px 0px 8px;
    top:calc(30%); 
    left:calc(100% - 24px);
    background: #e0e0e0;
    z-index:2
}
@media only screen and (max-width: 992px){
    .collabse-search-btn{
        background-color: rgb(224, 224, 224);
    }
    #collabse-search-result{
        display: block;
    }
    #show-info-card{
        width: 100% !important;
        left: 0px !important;
        z-index: 9999 !important;
        padding-top: 0px !important;
    }
    .toggle-show-info-btn-panel{
        display: none;
    }
}
.collabse-search-btn img{
    width:100%;
    vertical-align: middle;
    transform: rotate(180deg) !important;
}
.collabse-search-btn .open{
    transform: rotate(0deg) !important;
}

#show-info-card{
    left:10px;
    border-radius: 8px;
    top:10px;
    width: 400px;
    height: calc(100% - 45px);
    z-index: 2;
    margin-left: -410px;
    display: none;
    position: absolute;
    padding-top: 50px;
    background: white;
    box-shadow:0 1px 2px rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
  overflow: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 992px){
  #show-info-card{
    height: calc(100% - 20px);
  }
}
#result-content{
    border-radius: 8px;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    display:flex;
    flex-direction: column;
}
#result-table{
    font-size: 0.75rem;
    font-size: 12px !important;
    min-width: 700px;
}
.result-content{

}
.data-panel{
    flex:auto;
    overflow-y:auto;
}
.bottom-panel{
    height:45px;
    background:white;
    width:100%;
    display:flex;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
#search-result .card-body{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.summary-panel{
    flex: auto;
    padding-left: 15px;
}
.action-panel{
    padding-right: 10px;
}
#matched-number{
  font-size:1.3rem;
  font-size:20.8px;
    font-weight:600;
    color:crimson;
}

.card-title>h5{
    border-bottom: 1.3px solid #7c746f;
  font-size: 1rem;
  font-size: 16px !important;
    font-weight: 550;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #344767;
}
.card{
    border: none !important;
}
.info-item{
    border-bottom: 0.7px solid #e0e0e0;
}
.info-item label{
    display:block;
  font-size: 0.75rem;
  font-size: 12px !important;
    color: rgba(40, 41, 44, 0.7);
    font-weight:550;
    padding: 0px;
}
.info-item h6{
    margin-top: -3px;
    color: #344767;
  font-size: 0.9rem;
  font-size: 14.4px !important;
    font-weight: 500;
 
}
#close-info-popup{
    color: rgb(148, 22, 22);
    font-size: 25px;
    z-index:2;
    height : 40px;
    width : 40px;
    position: absolute; 
    left: calc(100% - 14px);
    top: -24px;
    padding: 0 !important;
}
#close-info-popup i{
    width:30px;
    height:30px;
    padding:0px;
}
#annotation{
    background: white;
    padding: 15px;
    width:200px;
    position:absolute;
    top:calc(100% - 190px);
    left: calc(100% - 210px)
}
#footer #pagetop .inbox{
    width: 100%;
}

.btn-group-sm>.btn, .btn-sm {
  font-size: 14px;
}