body{
    background-color: #f4f6fd94;
}


a { text-decoration: none !important; color: #144f82}

table tr td, table tr th {
    border-width: 1px;
    border-color: #dedff7;
}

table tr th{
    text-align: center;
}

.top_header{
    background-color: #144f82;
    color: #FFF;
    padding: 7px 20px;
    text-align: right;
    font-size: 14px;
}
.top_header a { 
    border: 1px solid #FFF;
    border-radius: 2px;
    background: #edf3f8;
    margin-left: 10px;
    color: #144f82;
    padding: 2px 5px;
}
.top_header a:hover{
    border: 1px solid #946565;
    background-color: #946565;
    color: #FFF;
}

#nepali_date {
    border-left: 1px solid #99a6e1;
    padding-left: 10px;
    margin-left: 10px;
}
.header{
    padding: 5px 20px 5px;
    color: #144f82;
    background-color: #edf3f8;
    box-shadow: 0 8px 8px -4px #a4bbc2;
}

.header h4 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 2px;
    margin-top:2px;
}
.header h5{
    text-align:center;
    font-size: 17px;
}
.header h3{
    text-align: center;
    font-size: 26px;
    margin-bottom: 2px;

}
.header img{
    vertical-align: text-top;
}

.jumbotron-menu ul{
    list-style: none;
    display: flex;
    margin: 0px 0 10px 0;
    padding: 0;
    background-color: #ecf2f3;
   
}

.jumbotron-menu ul li{     
    border: 2px solid #b5c8c9;
    border-radius: 5px 5px 0 0;
    background-color: #edf3f8;
}

.jumbotron-menu ul li a{
    padding: 5px;
    display: block;
    text-align: center;
}

.jumbotron-menu ul .active{
    background-color: #bac3ef;    
}

.jumbotron-menu ul .active a{
    color: #FFF;
}

.jumbotron-menu ul li a:hover{
    background-color: #bac3ef;
    color: #FFF;
}

.menu-center{
    margin:0px 1px;
}

.page-header{
    margin: 0px 0 20px;
}

.expand_collapse{
    padding: 0 2px;
    text-align: right;
    cursor: pointer;
    font-size: 14px;
}

.jumbo_collapse{
    display: none;
    cursor: pointer;
    font-size: 14px;
}
.inst_left_right{
    position: absolute;
    top:10px;
    right:15px;
    z-index: 99999;
    cursor: pointer;
}

.inst_left_right i{
    background: #a1c7e9;
    border-radius: 25px;
    padding: 10px;
    opacity: 0.5;
}

.loading_bar{
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 9999;
    height: 100%;
    margin-top:200px;
    display: none;
}
.loading_bar i{
    font-size: 40px;
}

.jumbotron {
    background-color: #ecf2f3;
    padding: 10px;
    border-radius: 5px 5px 0px 0px;
}

.jumbotron h5{
    font-size: 18px;
    margin-bottom: 0;
}

.jumbotron-filter{
    padding: 10px;
    background: #ecf2f3;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 15px;
    font-size: 14px;
}
.jumbotron-filter .jf_row{
    margin-bottom: 5px;
}

.jumbotron-inst-filter{
    margin-bottom: 15px;
    padding: 10px;
    background: #ecf2f3;
    border-radius: 5px 5px 0px 0px;
    font-size: 14px;
}

.jumbotron-map{  
    padding: 5px;
    background-color: #dedff7;
    position: relative;
}
.jumbotron-map h5{
    text-align: center;
    margin-bottom: 15px;
    background: #bac3ef;
    padding: 5px;
    border-radius: 5px 5px 0 0 ;
    font-size: 16px;
}

.jumbotron-map h6{
    text-align: center;
    background: #bac3ef;
    padding: 5px;
    border-radius: 5px 5px 0 0 ;
    margin-bottom: 0px;
}

.jumbotron-btn{
    margin-bottom: 15px;
}

.jumbotron-box h5{
    text-align: center;
    margin-bottom: 5px;
    background: #bac3ef;
    padding: 5px;
    border-radius: 5px 5px 0 0 ;
}

.jumbotron-box{
    padding: 5px;
    background: #dedff7;
    margin-top: 20px;
}

.jumbotron-info{
    background-color: #ecf1f4;
}

.inst_type_tr th{
    background: #EEE;
    padding: 5px 0;
    font-weight: 500;
}

.filter_list table{
    width: 100%;
    margin-bottom: 15px;
}

.filter_list table tr td{
    padding: 5px;
}

#map,#district_map {
  width: 100%;
  height: 100vh;
}

.leaflet-container{
    background-color: #ecf2f3 !important;
}

.prgm{
    display: none;
}

.prgm > li{
    list-style: initial;
}

.ins,.inst_type_ins{
    cursor: pointer;
}


.inst_list{
    max-height: 600px;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.inst_list > table, .office_list > table, .inst_type_list > table{
    padding: 0;
    list-style: none;    
    width: 100%;
}

.inst_list table tr td,.office_list table tr td, .inst_type_list table tr td{
    background-color: #ecf2f3;
    margin-bottom: 1px;
    padding: 5px;
}

.inst_list table tr td:hover,.inst_type_ins:hover{
    background-color: #dedff7;
}

.pop_inst_list{
    overflow: auto;
}

.inst_type_list{
    margin-bottom: 15px;
}

.inst_total{
    padding: 5px 10px;
    font-weight: 500;
    background-color: #bac3ef;
    border-radius: 5px 5px 0 0;
}

.leaflet-popup-content .ins:hover{
    color:#198754;
}

.item_banner{
    border:1px solid #CCC;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
}

.item_banner img{  
    max-height: 400px;
}

.item_program{
    width: 100%;
}
.item_program tr td,.item_program tr th{
    padding: 5px;
}

.ini_type{
    cursor: pointer;
}
.ini_type:hover{
    color:#000;
}

#popupModal fieldset{
    border: 1px solid #CCC;
    border-radius: 5px;
    padding:5px 10px;
    margin-bottom: 10px;
}

#popupModal legend{
    float: none;
    width: auto;
    text-align: center;
    font-size: 20px;
    padding: 0 5px;
    margin-bottom: 0px;
}

/* maps */
.legend {
    line-height: 18px;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.info {
    padding: 6px 8px;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.chart_list_inst,.chart_list_reg{    
    padding: 10px 0px 15px 0px;
    border-top: 5px solid #dedff7;
}

.search_chart_list{
    padding:10px 0;
    display: none;
}

#city_results{
    background: #cbd8ef;
    max-height: 100px;
    overflow-y: scroll;
    padding: 10px;
    display: none;
    margin-top: 15px;
    scrollbar-width: thin;
}

#city_results .address{
    border-bottom: 1px solid #CCC;
    cursor: pointer;
}

#city_results .address:hover{
    background: #EEE;
}

#district_map .leaflet-tooltip{
    background-color: transparent;
    border: none; 
    border-radius: 0px; 
    color: #03455a;
    box-shadow:none;
    font-size: 11px;
}

footer {
	border-top: 1px solid #CCC;
	padding: 7px 20px;
    background-color: #144f82;
    font-size: 14px;
}
footer p {
    margin-bottom: 0px;
    color: #FFF;
}
footer p a{
    color: #FFF;
}
footer a:hover{
    color: #FFF;
}



@media only screen and (max-width: 600px) {
    .header > .row > div{
        text-align: center !important;
    }
    footer p{ text-align: center !important; }

    .jumbotron{
        margin-top:20px;
    }
    
}
@media (min-width: 600px) {
    
    .header > .row > div{
        text-align: center !important;
    }
    footer p{ text-align: center !important; }
}

@media only screen and  (min-width: 768px) {
        
    .header > .row > div{
        text-align: center !important;
    }
    .page-header{
        min-height: 445px;
    }
}
@media only screen and (min-width: 992px) {
        
    .header > .row > div{
        text-align: right !important;
    }
    .page-header{
        min-height: 445px;
    }

    footer .first p{
        text-align: left !important;
    }
    footer .third p{
        text-align: right !important;
    }
}


.myCSSClass{
    
}
