
.container-fluid {      
   padding-right: 20px;
padding-left: 19px;

}
.form-control {
    display: block;
	width: 100%;
	height: 20px;
	padding: 2px 8px;
	font-size: 11px;
	line-height: 1.42857143;
	color: #000;
	background-color: #fff;
	background-image: none;
	border: 1px solid #423c3c;
	border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-horizontal .control-label {
    padding-top: 0px;
    margin-bottom: 0;
    text-align: right;
}
.kfilter .form-control{
	padding-left:4px;
	height: 20px;
}

.leftfilter 
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
		min-height: 1px;
		padding-right: 10px;
		padding-left: 15px;

}
.rheading{
	font-size:12px;
	font-weight:bold;
	color:#000;
	padding:3px;
	border-radius:0px 0px 0px 0px; 
	text-align:center;
    background-color:#6fe1f3; color:#000;
}
.heddemo img{
  height:38px!important;
 }
.text-red{
  color:red;
  font-size:10px;
  padding-left:2px;
}
.helptxt .modal-header{
	background-color:#FFFF99;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	 text-transform: uppercase;
	 padding: 8px;
}
.indexdepth .modal-header{
	background-color:#FFFF99;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	 text-transform: uppercase;
	 padding: 8px;
}
.orand .modal-header{
	background-color:#FFFF99;
	text-align:center;
	font-size:20px;
	font-weight:bold; 
	text-transform: uppercase;
	padding: 8px;
}
.indexdepth .modal-body{
	height:140px;
	overflow:auto;
	font-size:13px!important;
}
.orand .modal-body{
	height:80px;
	 overflow:auto;
	 font-size:13px!important;
}
 .helptxt .modal-body{
	height:450px;
	 overflow:auto;
	 font-size:13px!important;
}
.close {
    float: right;
    font-size: 39px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20); 
}
