.dashboard-shadow{
	box-shadow: 2px 3px 9px #888888;
	
}
.widget-thumb .widget-thumb-heading{
	
	font-size:1em!important;
}

.admin-form input:disabled+.field-icon i{
	color: #3bafda;	
}

.table-outer-div{
	position: relative;
	overflow: auto;
}

.col-xs-1-5 {
	width: 20%;
	float: left;
}
@media (min-width: 768px) {
	.col-sm-1-5 {
		width: 20%;
		float: left;
	}				
}
@media (min-width: 992px) {
	.col-md-1-5 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-1-5 {
		width: 20%;
		float: left;
	}
}


/* Large desktops and laptops */

@media (min-width: 2500px) {
	.dashboard-panel{
		height:700px;
	}
	
	svg#g2{
		
    	top: 77.1px;
	}
	
	.map.dashboard-panel{
		height:1000px!important;
	}
}

@media (min-width: 1200px) and (max-width: 2499px) {
	.dashboard-panel{
		min-height:500px;
		
		
	}
	
	svg#g2{
		
    	top: 65px;
	}
	
	svg#g3{
		top: 60px;
	}
	
	.map.dashboard-panel{
		height:600px!important;
		
	}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.dashboard-panel{
		height:450px;

		
		
	}
	
	.map.dashboard-panel{
		height:600px!important;
		
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.dashboard-panel{
		min-height:450px;
	}
	svg#g2{
		
    	top: 65px;
    	
	}
	svg#g3{
		top: 60px;
	}
	
	.map.dashboard-panel{
		height:600px!important;
	}
	
	
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.dashboard-panel{
		height:450px;
	}
	
	.map.dashboard-panel{
		height:550px!important;
		
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	.dashboard-panel{
		height:450px;
		
		
	}
	.map.dashboard-panel{
		height:550px!important;
	}
	
	
}