.select {margin-top: 15px;}
.map_content{display: block;}
.maps{display: none;}

table.dataTable thead th {text-align: left; border-bottom: 0px solid #111;}
table.dataTable tbody td {text-align: left;}
table.dataTable.no-footer {border-bottom: 0px solid #111;}
.even{background-color:#ffffff !important;}

li h5{color:#ff9f3c;font-family: Arial,Helvetica,sans-serif;font-weight:600;}
li p a{text-decoration: none; color:white!important;};
li h5 a:hover{text-decoration: none; color: #000;}
li span p em{font-family: Arial,Helvetica,sans-serif !important;font-style: normal !important;}
li span{font-size: 14px;}
li h5 a:hover{text-decoration: none; color: #000;}
.dashboard_content{width: 100%;}

.mar-btm15{margin-bottom:15px}
.padd10{padding:10px;}
.height115{height:118px;}
.marall190016{margin: 19px 0px 0px 16px;}

/* Card container and action placement */
.map_div{position:relative}
.map_div a{ text-decoration:none }
.map_div a:hover{ text-decoration:none }
.enlarge_map{position:absolute;right:16px;bottom:12px}

/* Filters row: dropdowns + search inline */
.map-filter-row{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:10px}
.map-filter-row > .col-md-3{float:none;flex:0 0 auto}
.map-filter-row #map_type_div,.map-filter-row #map_district_div,.map-filter-row #map_taluka_div{flex:1 1 260px;max-width:262px}
.map-filter-row .view_for_map{display:flex;align-items:center}

/* 4-column grid for maps */
.maps-grid{display:flex;flex-wrap:wrap;gap:24px}
.maps-grid > .maps{display:block;float:none;flex:1 1 calc(25% - 24px);max-width:calc(25% - 24px)}

/* responsive fallbacks */
@media(max-width: 1200px){
	.maps-grid > .maps{flex:1 1 calc(33.333% - 24px);max-width:calc(33.333% - 24px)}
}
@media(max-width: 900px){
	.maps-grid > .maps{flex:1 1 calc(50% - 24px);max-width:calc(50% - 24px)}
}
@media(max-width: 600px){
	.maps-grid > .maps{flex:1 1 100%;max-width:100%}
}
#load{
	text-decoration: none;
	margin-bottom: 30px;
	color: #fff;
}
#load:hover{
	transition: all 0.2s linear;
	background-color: #f0ad4e;
}