
body{
	font-family: 'Open Sans', sans-serif;
}
#showRight.navbar-toggle {
  display: block;
  background:url(../images/menuBar.png) no-repeat left top;
  width:39px;
  height:32px;
  border:0;
  border-radius:0;
  margin-top:50px;
  padding:0;
}
.splash-screen .navbar-default {
	padding-left:25px;
	padding-right:25px;
}
.splash{
	background:#0072bb url(../images/splash-bg.png) no-repeat center bottom;
	background-size:contain;
	padding-bottom:325px; /*36.6%;*/
}
.splash .navbar-default {
  min-height: 132px;
}
.splash .navbar-header {
  float: none;
}
.splash .navbar-default {
  background-color:transparent;
  border-color: rgba(175,200,99,0.22);
}
.splash .navbar-brand {
  height: 130px;
  padding: 29px 15px;
}
.login-box{
	margin-top:45px;
}
.loginform{

}
.loginform .form-group{
	position:relative;
	margin-bottom:20px;
}
.loginform .form-group i{
	position:absolute;
	left:20px;
	top:9px;
	width:31px;
	height:31px;
}
.loginform .form-control {
  background-color: transparent;
  background-image: none;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  border-bottom:solid 1px #fff;
  font-size:15px;
  font-weight:300;
  height:50px;
  padding-left:68px;
}
.loginform .form-control::-moz-placeholder {
  color: #FFF;
}
.loginform .form-control:-ms-input-placeholder {
  color: #FFF;
}
.loginform .form-control::-webkit-input-placeholder {
  color: #FFF;
}
.loginform .btn-lg{
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33333;
  padding: 20px 16px;
}
.loginform .white-link{
	text-align:center;
	color:#fff;
	font-size:16px;
	font-weight:300;
}
.loginform .white-link a{
	color:#fff;
	font-size:16px;
	font-weight:300;
}
.loginform .white-link a span{
	font-weight:400;
	color:#afc863;
	text-decoration:underline;
}
.social-list{
	text-align:center;
}
.social-list li a{
	border:solid 1px #fff;
	width:32px;
	height:32px;
	display:block;
	border-radius:50%;
	color:#fff;
	padding:6px;
	text-align:center;
}
.social-list li a em{
	font-style:normal;
	color:#fff;
	font-size:18px;
}
.navbar-inverse {
  background-color: #000;
  border: 0;
  margin-bottom:0;
}
.navbar-inverse .navbar-brand {
	height:106px;
}
.user-info{
}
.user-info figure{
	display:inline-block;
	width:44px;
	height:44px;
}
.user-info figure img{
	border-radius:50%;
	width:44px;
	height:44px;
}
.profile-menu{
	float:right;
	background-color:#212121;
	padding:24px 5px;
	margin-right:-15px;
}
.profile-menu .btn{
	text-decoration:none;
}
.profile-menu .btn-link:hover,
.profile-menu .btn-link:focus{
	text-decoration:none;
}
.profile-menu .setting{
	margin-top:6px
}
.profile-menu .user-info{
	font-size:18px;
	font-weight:300;
	color:#FFF;
}
#search-header{
	padding:0;
	margin: 33px 15px;
}

#search-header.navbar-form .input-group > .form-control {
  border: 0 none;
  border-radius: 20px;
  height: 40px;
  width: 325px;
  padding-right:40px;
}
#search-header.navbar-form .input-group .input-group-btn{
  position: absolute;
  width: auto;
  right:0;
  top:0;
  height:100%;
  z-index:5;
}
#search-header.navbar-form .input-group .input-group-btn .btn{
	border:0;
	background-color:transparent;
	padding-top:8px;
	padding:8px 5px;
	margin-right:8px;
}
#search-header.navbar-form .input-group .input-group-btn .btn i{
	background:url(../images/icon-search.png) no-repeat center center;
	width:20px;
	height:25px;
	display:inline-block;
}
#search-header.navbar-form .input-group .input-group-btn .btn:active, #search-header.navbar-form .input-group .input-group-btn .btn.active {
  background-image: none;
  box-shadow: none;
  outline: 0 none;
}
.top-notify{
	margin:29px 0;
}
.alert-notify{
	position:absolute;
	right:2px;
	top:0;
	width:20px;
	height:20px;
	border-radius:50%;
	background-color:#ff2a68;
	font-size:10px;
	color:#FFF;
	text-align:center;
}
.navbar-inverse .navbar-nav.top-notify > li > a {
  color: #9d9d9d;
  padding: 8px;
}
.blue-holder{
	background-color:#0072bb;
	padding:30px 0;
}
.filterbox .bootstrap-select{
	width:70px !important;
	margin-left:10px !important;
	margin-right:10px;
}
.filterbox label{
	color:#fff;
	font-size:13px;
	font-weight:400;
}
.filterbox .btn-select{
	background-color:#007de8;
	border:solid 2px #FFF;
	color:#FFF;
}
.grayBox{
	background-color:#f4f4f4;
	padding:38px 0;
}
.checkCutom{
}
.checkCutom label{
	position:relative;
	padding-left:38px;
	font-size:14px;
	color:#9da4b4;
	font-weight:400;
	margin:0;
	min-height:23px;
}
.checkCutom label input[type="checkbox"]{
	opacity:0;
	visibility:hidden;
	position:absolute;
	left:0;
	top:0;
}
.checkCutom label input[type="checkbox"]:checked{
}

.checkCutom label input[type="checkbox"]+i{
	background:url(../images/checkbox.png) no-repeat left top;
	width:24px;
	height:22px;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display:block;
}
.checkCutom label input[type="checkbox"]:checked+i{
	background-position:left bottom;
}

.select-list{
	list-style:none;
	padding:0;
	margin:0;
}
.select-list .checkCutom {
	margin-bottom:10px;
}
.btn-green{
	background-color:transparent;
	border: solid 2px #9bba3b;
	font-size:24px;
	color:#9bba3c;
	height:74px;
	padding:16px 40px;
	border-radius:37px;
}
.marg-t30{
	margin-top:30px;
}
.white-Holder{
}
.lbl{
	font-weight:500;
	font-size:11px;
	display:inline-block;
	border-radius:3px;
	text-transform:uppercase;
	text-decoration:none;
	padding:2px 8px;
}
.lbl:hover{
	text-decoration:none;
}
.lbl-blue{
	background-color:#e2f2ff;
	color:#007de8;
}
.lbl-red{
	background-color:#f9dedf;
	color:#e2797e;
}
.lbl-yellow{
	background-color:#f9efd9;
	color:#eea406;
}
.lbl-green{
	background-color:#e3fdde;
	color:#66b356;
}
.custme-table{
}
.custme-table.table > thead > tr > th {
  border-bottom: 1px solid #dfdfdf;
  vertical-align: middle;
  background-color:#dfdfdf;
  font-size:12px;
  color:#575757;
  font-weight:400;
}
.custme-table.table-bordered > thead > tr > th, 
.custme-table.table-bordered > tbody > tr > th, 
.custme-table.table-bordered > tfoot > tr > th{
  border: 1px solid #efefef;
}
.custme-table.table-bordered > thead > tr > td, 
.custme-table.table-bordered > tbody > tr > td, 
.custme-table.table-bordered > tfoot > tr > td{
  border: 1px solid #dfdfdf;
}
.custme-table.table > thead > tr > td, 
.custme-table.table > tbody > tr > td, 
.custme-table.table > tfoot > tr > td {
  border-top: 1px solid #dfdfdf;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
  font-size:12px;
  color:rgba(32,39,52,0.7);
}
.title-box{
	color:#FFF;
	font-weight:600;
	color:#FFF;
	text-transform:uppercase;
	font-size:18px;
	margin:5px 0;
}
.formBox-model {
  background-color: #292c3d;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
}
.modeltop-header{
	background-color:#FFF;
	text-align:center;
	margin:-15px;
	margin-bottom:15px;
	padding:20px;
}
.modeltop-header img{
	margin:0 auto;
}
.form-model{
	padding:0 15px;
}
.form-model h2{
	font-size:22px;
	color:#9bba3b;
	font-weight:400;
	margin:5px 0 15px;
}
.form-model h3{
	font-size:22px;
	color:#9bba3b;
	font-weight:300;
	margin:5px 0 15px;
}
.form-model .btn-select{
	background-color:#2d3043;
	border-radius:0;
	border-bottom:solid 1px #878992;
	height:64px;
	color:#9498a1;
	font-size:15px;
	font-weight:300;
	padding-left:55px;
}
.form-model .form-control{
	background-color:#2d3043;
	border:0;
	border-radius:0;
	border-bottom:solid 1px #878992;
	height:64px;
	color:#9498a1;
	font-size:15px;
	font-weight:300;
	padding-left:55px;
}
.form-model .form-control:focus{
	outline:none;
	box-shadow:none;
}

.form-model .form-group{
	position:relative;
	margin-bottom:10px;
}
.form-model .form-group i{
	height:31px;
	width:31px;
	display:block;
	position:absolute;
	left:10px;
	top:50%;
	margin-top:-15px;
	z-index:3;
}
.form-model .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.btn-blue-big{
	background-color:#0072bb;
	height:74px;
	border-radius:37px;
	border: solid 2px #FFF;
	padding:0 50px;
	font-size:37px;
	color:#fff;
}
.btn-blue-big strong{
	font-weight:700;
}
.marg-b40{
	margin-bottom:40px !important;
}



/*29/11/2016 New Css added*/

.profile{ margin:20px 0 0 0; position:relative; text-align:center; }
.pro-camera{ position: absolute;left: 220px; top: 26px; z-index: 1;}
.pro-camera a { width:47px; height:47px; display:block;}
.setting-inp {
	display:inline-block;
	vertical-align:middle;
	 border-bottom:1px solid #bcc0cb!important; color:#a3a9b8!important;font-size: 15px;
    font-weight: 300;
    height: 50px;
    padding-left: 68px; border:none; background:none;
}

.update{background:#0072bb; padding-bottom:15px; padding-top:15px; padding-left:45px; padding-right:45px; color:#fff;}
.closebtn{background:#ff2a68; padding-bottom:15px; padding-top:15px; padding-left:45px; padding-right:45px; color:#fff;}
.loginform .btn-lg {height:45px;padding-top: 10px; font-weight: lighter;}
.close{ background:#ff2a68!important;}

.setting-inp:active, .setting-inp:focus, .setting-inp:hover {
	-webkit-transform:scale(1.1);
	transform:scale(1.1)
}
.updatenow{ margin:20px 0 0 0;}
.profile img{ border-radius:50%; padding:10px; width:180px; height:180px; }
.lightB{ background:#0072bb; min-height:300px; text-align:center; padding:100px;}
.lightB.darkB{ background:#015890; }
.lightB h1{ font-size:24px; color:#fff; text-transform:uppercase; font-weight:600;}
.lightB h3{ font-size:22px; color:#fff; text-transform:uppercase; font-weight:300;}
.spacer100{ height:100px; clear:both;}
.spacer40{ height:40px; clear:both;}

/*12/12/2016 New Css added*/

.normal-inp {
	display:inline-block;
	vertical-align:middle;
	border-bottom:1px solid #bcc0cb!important; 
	color:#a3a9b8!important;
	font-size: 15px;
    font-weight: 300;
    height: 50px;
	padding:0;
	width:100%;
    border:none; background:none;
}
.account-inp {
	display:inline-block;
	vertical-align:middle;
	 border-bottom:1px solid #bcc0cb!important; color:#a3a9b8!important;font-size: 15px;
    font-weight: 300;
    height: 50px;
	width:100%;
    padding-left: 68px; border:none; background:none;
}
.fs18{ font-size:18px; color:#a3a9b8; }
.fs15{ color:#85878c; font-size:15px; font-weight:400; padding:7px 0 0 0; display:inline-block;}
.account-sel{border:1px solid #bcc0cb!important; color:#a3a9b8!important; padding:8px 15px; width:100%; background:none; border-radius:3px; margin:12px 0 0 0; }
.spacer61{ height:34px; clear:both;}
.spacer20{height:20px; clear:both;}
.spacer50{height:50px; clear:both;}
.lbl {
  position: relative;
  display: block;
  height: 30px;
  width: 66px;
  background:none;
  border:2px solid #a3a9b8;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.lbl:after {
  position: absolute;
  left: 4px;
  top: 3px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #a3a9b8;
  box-shadow: 0px 3px 3px rgba(0,0,0,0.05);
  content: '';
  transition: all 0.3s ease;
}

.lbl:active:after { transform: scale(1.15, 0.85); }

.cbx:checked ~ label { border:2px solid #9bba3b; }

.cbx:checked ~ label:after {
  left: 38px;
  background: #9bba3b;
}

.cbx:disabled ~ label {
  background: #d5d5d5;
  pointer-events: none;
}

.cbx:disabled ~ label:after { background: #bcbdbc; }

.lblauto {
    position: relative;
    top: 33px;
    left: 82px;
    color: #a3a9b8;
    font-weight: 300;
    font-size: 20px;
}