.dataTables_processing {
position: absolute;
top: 50%;
left: 50%;
width: 250px;
height: 50px;
margin-left: -125px;
margin-top: -15px;
padding: 14px 0 2px 0;
border: 1px solid #ddd;
text-align: center;
color: #333;
font-size: 14px;
background-color: #FF9D9D;
z-index:99;
}
@media print{
*, *:before, *:after{
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:10px !important;line-height:10px  !important;padding:5px  !important; margin:0 !important;
}
*:before, *:after{
 display:none !important; border: 0  !important;
}
input:focus { 
    outline: none !important;
    border:2px solid red;
    box-shadow: 0 0 10px #719ECE;
}

textarea:focus {
        outline: none !important;
    border:2px solid red;
    box-shadow: 0 0 10px #719ECE;
}

span{ border: 0  !important; }
[class*="arrowed"] { border: 0  !important; background-color: transparent !important; }
table{ line-height:10px  !important; }
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{ font-weight:500;line-height:1.1 ;font-size:16px  !important;}
.nav-tabs > li > a >h3{ border-bottom: 2px solid #FFF;width:180px;}
}

.metrics div {
	float: left;
	border-top: 3px solid #585858;
	margin-left: 20px;
	width: 200px;
	color: #333333;
	text-align: center;
	padding: 25px 4px;
	margin-bottom: 20px;
	background: #fff;
	height: 100px;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}
.metrics div span {
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 5px 0;
	letter-spacing: -1px;
}
.metrics div span a {
	color:#2896dd;
}
.metrics div span a:hover,.metrics div span a:active {
color:#196b9f;
}
.metrics div h3 {
	font-size: 12px;
		padding: 0 0 5px 0;
		margin:0;
	color: #999;
	text-transform: uppercase;
}

 [id*="graph_div"],.metrics div {
	 text-align:center;
 }
#metrics_div1 div{border-top: 4px solid #3399FF;}
#metrics_div2 div{border-top: 4px solid #CC3333;}
#metrics_div3 div{border-top: 4px solid #339900;}
#metrics_div4 div{border-top: 4px solid #FFCC00;}
.dd_graph{ height:300px;}
.nav-tabs > li > a >h3{ border-bottom: 2px solid #FFF;width:180px;}
.ov { width:100%; font-weight: bold; font-size:14px;}
.ov  tr   td { width:50%; padding-right :10px;}

.fixed-save{
	position: fixed;
	right: 0px;
	bottom: -20px;
	width: 100%;
	z-index:99999;
}

.btn-group > .btn {
    border-radius: 10% !important;
}
.btn-grey.active {
    background-color: #86b558 !important;
    border-color: #86b558 ;
}
.form-control:focus, select:focus {
    color: #000 !important;
}
.form-control, select {
    color: #000 !important;
}
.vertical{
	display:table-cell;
    vertical-align:middle !important;
    text-align:center;
}