@import url(https://fonts.googleapis.com/css?family=Josefin+Slab:100,300,400,600,700);

*{
	margin: 0px;
	padding: 0px;
}
body{
	background-image: url(../images/bg.png);
	 font-family: "Roboto", sans-serif;
	font-size: 16px; 
	font-weight:400px;
}

.indexing-note{
	letter-spacing: 0.6px!important;
	font-size:14px!important; 
	color:#fff!important; 
	background-color:#008743!important;
	padding:5px!important;
	padding-right:0px!important;
	border:1px solid #fff!important;
}
.or-and{
	width:50px!important;
	height:18px!important;
	background-color:#fff!important;
	padding-left:0px!important;
	font-size:8px!important;
	font-weight:normal!important;
}
.or-andoptn{
	font-size:8px!important;
	padding-left:4px!important;
}
/*--Nav--*/
.nav { 
    position:absolute;
}
.nav>li>a:hover, .nav>li>a:focus, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background:#331f1f;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 0;
    line-height: 0;
}
.nav > li > a {  
	width:100%;
	font-size:12px;
}
.dropdown .dropdown-toggle .nav > li > span img{ 
    padding-top:20px;
	text-align:right;
	margin-top:-5px;
	width:20px!important;
	height:20px!important;
} 
.dropdown-menu>li>a {
    color:#428bca;
} 
.dropdown ul.dropdown-menu {
    border-radius:4px;
    box-shadow:none;
    margin-top:20px;
    width:100%;
}
.dropdown ul.dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 16px;
    z-index: 10;
}
.dropdown ul.dropdown-menu:after {
    content: "";
    border-bottom: 12px solid #ccc;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 14px;
    z-index: 9;
}
.space{
	height:10px;
}
.text-left{
	text-align:left!important;
}
/*--Button--
.btn-yellow{
	padding: 4px 5px 4px 8px;
	background-color: #FFFF99;
	color: #000;
	margin: 2px 2px 0px 2px;
	border: 1px solid #7196B6;
	font-weight: bold;
	font-size: 14px;
} */
.btn-yellow{
	width: 100%;
    padding: 4px 0px 2px 0px;
    background-color: #6fe1f3;
    color: #000;
    height: 25px;
    margin: 2px 2px 0px 2px;
    border: 1px solid #7196B6;
    font-weight: bold;
    font-size: 11px;
}
.btn-yellowcnow {
    width:97%;
    padding: 4px 5px 2px 5px;
    background-color: #0952ef;
    color: #fff;
    height: 25px;
    margin: 0px 2px 0px 2px;
    border: 1px solid #7196B6;
    font-weight: bold;
    font-size: 11px;
}

.btn-yellowrgt{
	width: 100%; 
	background-color: #6fe1f3;
	color: #000;
	height: 22px;
	margin: 2px 2px 0px 2px;
	border: 1px solid #7196B6;
	font-weight: bold;
	font-size: 11px;
	padding-top:2px;
}
.btn-yellowrgt a{  
	color: #000; 
}
.btn-whites { 
	width: 100%;
	padding: 2px 5px 2px 8px;
	background-color: #6fe1f3;
    color: #000;
	height: 25px;
	margin: 2px 2px 0px 2px;
	border: 1px solid #7196B6;
	font-weight: bold;
	font-size: 13px; 
}

.btn-black{
	padding: 1px 20px 5px 10px ;
	background-color: #6fe1f3;
	color:#000;
	margin:2px 2px 0px 2px;
	border:1px solid #7196B6;
	font-weight: bold;
    font-size: 15px;
}
.btn-black1{
	width: 100%;
	padding: 2px 5px 2px 8px;
	background-color: #6fe1f3;
	color: #000;
	height: 25px;
	margin: 2px 2px 0px 2px;
	border: 1px solid #7196B6;
	font-weight: bold;
	font-size: 13px;
}
.btn-black1 i{ 	  
	font-weight: bold;
	font-size: 10px;
}
.btn-blacklr1{
	width: 100%;
	padding: 2px 5px 2px 8px;
	background-color: #6fe1f3;
	border-radius:5px;
	color: #000;
	height: 25px;
	margin: 2px 2px 0px 2px;
	border: 1px solid #7196B6;
	font-weight: bold;
	font-size: 14px;
}
.btn-black2{
	width:100%;
	padding: 5px 2px 5px 2px ;
	background-color: #6fe1f3;
	color:#000;
	height:35px;
	margin:2px 2px 0px 2px;
	border:1px solid #7196B6;
	font-weight: bold;
    font-size: 15px;
}
.btn-black2 li a{
	text-align:left!important;
	color:#fff;
}
.btn-whites i{
	padding: 0px 1px 0px 1px;
	margin: 0px;
	font-size: 9px;
	height: 10px;
}
.btn-yellow i{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-size: 13px;
	height: 10px;

}
.cbutondiv{
	padding-left:2px!important;
	width:30px!important;
	padding-right:5px!important;
	}
.fc-bton {
    background-color: #FFFF99;
    padding: 0px 4px 0px 4px;
    margin: 2px;
    color: #000;
    font-size: 16px;
    border-color: #74928c;
}

 
.cbtn .fonts {
  font-family: 'Josefin Slab', serif;
} 
.cbtn a,
.cbtn a:visited {
  text-decoration: none;
  color: #00AE68;
} 
.cbtn a.button {
   display: block;
	position: relative;
	float: left;
	width: 7px;
	padding: 0;
	margin: 7px 20px 5px 3px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	transition: all 0.2s;
	font-size: 0px;
	height: 7px;
	line-height: 14px;
   
   
   
}
.cbtn .btnOrange {
  background: #20180F;
}
.cbtn .btnOrange.btnPush {
  box-shadow: 0px 0px 0px 0px #A66615;
}
   
.cbtn .btnOrange.btnPush:hover {
  box-shadow: 0px 0px 0px 0px #A66615;
}
 
.cbtn .btnOrange.btnBorder {
  box-shadow: 0px 0px 0px 0px #A66615;
}

.cbtn .btnOrange.btnBorder:hover {
  box-shadow: 0px 0px 0px 5px #A66615;
}

.search-btn {
    background-color: #000;
	padding: 0px 1px 0px 1px;
	margin-left: -4px;
	color: #fff;
	text-align: center;
	font-size: 5px;
	margin-top: 0px;
	width: 19px;
	height: 18px;
	border: none;
}
.search-btn1 {
    background-color: #000;
	padding: 0px 1px 0px 1px;
	margin-left: 0px;
	color: #fff;
	text-align: center;
	font-size: 5px;
	margin-top: 0px;
	width: 19px;
	height: 18px;
	border: none;
}
.search-btn2 {
    background-color: #000;
	padding: 0px 1px 0px 1px; 
	color: #fff;
	text-align: center;
	font-size: 5px;
	margin-bottom: 20px;
	padding-bottom:10px;
	width: 19px;
	height: 18px;
	border: none;
}
.searchclr-btn {
    background-color: #436456;
	padding: 0px 1px 0px 1px;	 
	color: #fff;
	text-align: center;
	font-size: 10px;
	margin-top: 4px;
	width: 45px;
	height: 18px;
	border: none;
	font-weight:bold;
}
.ifselect{ 
	margin-left:-22px;
	background-color:#fff!important;
	border:1px solid #000!important;
	color:#000;
}
.mrg-csoon{
	margin-top:-4px;
	border-left:0px dashed #000!important; 
}
.search-btn i {
    padding: 1px;
margin: 0px;
font-size: 10px;

}
.search-btn1 i {
    padding: 1px;
margin: 0px;
font-size: 10px;

}

/*--filter--*/
.filters h1{
	font-size:25px;	
	margin-top: 4px;
	margin-bottom: 8px;
}
.filter-bdr{
	border-bottom: 0px solid #000;
	margin-bottom: 2px;
	padding: 0px 0px 0px 0px;

}
.filtersbdr{
	border:0px solid #000;
}

.filters .form-group {
    margin-bottom: 1px;
}
.filters .control-label{
	font-size:12px;
	text-align:left;
}
.filters .control-label small{
	font-size:9px;
	text-align:left;
}
.filters .form-control select{ 
    padding: 5px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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;
} 
.mrg-csoon .form-control { 
    display: block;
	width: 100%;
	height: 25px;
	padding: 1px 4px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
	background-color: #fff!important;
	background-image: none;
	border: 2px solid #423c3c;
	border-radius: 0px;
	font-weight:600;
	-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;
}
.indexingdepth{
	text-align:left;  
	padding-left:0px;	
}
.kfilter{
	text-align:left; 
	padding-left:12px;
	font-weight:800;	
	margin-top: 0px;
	font-size:14px; 	
}
.kfilter small{
	text-align:left;  
	font-weight:600;	 	
}
.kfilter label{  
	font-size:14px;
	font-weight:800;	 
}
.kfilter1{
	text-align:left; 
	padding-left:12px;
	font-weight:800;	
	margin-top: -10px; 	
}
.kfilter1 small{
	text-align:left;  
	font-weight:600;	 	
}
.kfilter1 label{  
	font-size:14px;
	font-weight:800;	 
}

.indexingdepth label{  
	font-size:14px;
	font-weight:800;	 
}
.indexingdepth small{
	font-size:13px;
	text-align:left;  
	font-weight:600;	 	
}
.express-bdr{
	padding-bottom:5px; 
}
.express_rightside{
	border-right: 1px dashed #696256;
	min-height: 116px;
}
.express_righttop{
	border-bottom:2px dashed #000;
	padding-bottom:5px;
}
.express-bdr1{ 
	border-left:2px dashed #000;
	margin-right:2px; 
} 
.express-txt{  
	margin:0px 5px 0px 5px;
	width:100%;  
	padding:5px 0px 0px 0px;
	min-height:425px;
	background-color:#fff;	
	opacity: 0.8;
    filter: Alpha(opacity=50); /* IE8 and earlier */
} 
.ex-th{  
	padding:5px 20px 0px 20px!important;	 	 
} 
.express-bdr2{
	border-left:0px solid;
	background-color:#fff!important;
	height:400px;
	margin-top:0px!important;
}
.ctfilter{
	text-align: left;
	padding-left: 12px;
	font-weight: 800;
	margin-top: 0px;
	font-size: 11px!important;
	margin-left: -16px;
}
.cbutondiv   .flaticon-enter-arrow{
	margin-left:10px!important;
}
.bg-white{
	background-color:#fff!important;
}
.form-horizontal .form-group {
    margin-right: 15px; 
}
.index-edit{
	letter-spacing: 0.6px!important;
	font-size:8px!important; 
	color:#000!important; 
	background-color: #6fe1f3;
	padding:4px!important;
	padding-right:0px!important;
	border:1px solid #fff!important;
}
.indexoptn{
	 height:18px!important;
	 padding-left:0px!important;
	 margin-left:0px!important;
	 font-weight:normal!important;
	 background-color:#fff!important;
}
.sml-leter{
	font-size:8px!important; 
	letter-spacing: 0.9px!important;
}

.cs-txt{
	color: #fff;
	font-size: 30px;
	padding: 0px 2px 0px 2px;
	text-transform: uppercase;
	background-color: #ec5080;
	width: 224px;
	margin-bottom: 3px;
	height: 37px;
}
.testpage{
	width:100%; 
	min-height:390px;
}
li{
   font-size:12px;
}
.fluid-txt{
	background-color:#fff;
	margin-bottom:2px;
	color:#000;
	text-align:justify;
	min-height:15px; 
	border:1px solid #f6f6f6
}
.flt-clswoptn{
	width:85px!important;
	height:20px!important;
	font-weight:normal!important;
	background-color:#fff!important;
}
.flt-temperoptn{
	background-color:#fff!important;
	width:98%!important;
	margin-right:10px!important;
}
.flt-propoptn{
	background-color:#fff!important;
	width:98%!important;
	margin-right:20px!important;
}
 
.noselect {
	-webkit-user-select: none; /* Safari, iOS, and Android */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}