﻿/* search bar css*/



.headSocialIcons span.sb-icon-search {
	width:40px !important;
	height:40px !important;
	margin-right:0 !important;
}
.sb-search {
	position: relative;
	margin-top: 10px;
	width: 0%;
	min-width: 40px;
	height: 40px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.sb-search-input {
	position: absolute;
	top: 0;
	right: 0px;
	border: none;
	outline: none;
	background: #fff;
	width: 90%;
/*	max-width:80%;*/
	height: 40px;
	margin: 0 40px 0 0px;
	z-index: 10;
	font-family: inherit;
	font-size: 16px;
	color: #8c979a !important;
	padding-top: 0px;
	padding-right:0;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
}
/*Louis*/
@media max-width:768px {
 .sb-search-input {
max-width:80%;
}
}
input[type="search"].sb-search-input {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}
 .sb-search-input::-webkit-input-placeholder {
 color: #8c979a;
}
 .sb-search-input:-moz-placeholder {
 color: #8c979a;
}

 .sb-search-input:-ms-input-placeholder {
 color: #8c979a;
}
.sb-icon-search, .sb-search-submit {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
	filter: alpha(opacity=0); /* IE 5-7 */
	opacity: 0;
	color: transparent;
	color: red;
	border: none;
	outline: none;
	z-index: -1;
}
.sb-icon-search {
	margin-top:-1px;
	color: #CCC;
	background: #fff;
	background-image:url(../Images/icons/searchicon.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	height:40px !important;
	width:40px !important;
	margin-right:40px ;
   z-index: 90;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
.sb-icon-search:before {
	content: "";
}
.sb-search.sb-search-open, .no-js .sb-search {
	width: 80%;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebebeb;
}
.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {

	background: #fff;
	background-image:url(../Images/icons/searchicon-over.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
	/*    z-index: 90;*/
	
		 background: #fff;
	background-image:url(../Images/icons/searchicon-active.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
}
/*Login Bar*/
#topSearcBar {
	height:auto;
	padding:0;
	display:none;
	text-align:left;
	border-bottom:solid 1px #f6f6f6;
	background-color:#ebebeb;
	padding-bottom:5px;
}
#loginForm h1 {display:none;}
#loginForm > div:nth-child(2) > span > label {
	color:#31859b;
	font-weight:100 !important;
}
#loginForm label, #loginForm input[type="radio"], #loginForm input[type="checkbox"] {
/*  line-height: 2.1ex;*/
}
/*-----------------------*/
#loginForm input[type="radio"], #loginForm input[type="checkbox"] {
	position: absolute;
	left: -999em;
}
#loginForm input[type="radio"] + label, #loginForm input[type="checkbox"] + label {
	position: relative;
	overflow: visible;
	cursor: pointer;
	  color: #31859b;
  font-weight: 100;
}
#loginForm input[type="radio"] + label::before, #loginForm input[type="checkbox"] + label::before {
	content: "";
	display: inline-block;
	vertical-align: -25%;
	height: 2ex;
	width: 2ex;
	background-color: white;
	border: 1px solid rgb(166, 166, 166);
	border-radius: 15px;
	margin-right: 0.5em;
}
#loginForm input[type="radio"]:checked + label::before {
	background: radial-gradient(circle at center, #003d80 .6ex, white .7ex);
}
#loginForm input[type="radio"] + label::before {
	border-radius: 50%;
}
#loginForm input[type="checkbox"]:checked + label::after {
	content: '';
	position: absolute;
	width: 1.2ex;
	height: 2.4ex;
	background: rgba(0, 0, 0, 0);
	top: 0.0ex;
	left: 1.0ex;
	border: 3px solid #003d80;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(45deg)scaleX(-1);
	-moz-transform: rotate(45deg) scaleX(-1);
	-o-transform: rotate(45deg) scaleX(-1);
	-ms-transform: rotate(45deg) scaleX(-1);
	transform: rotate(45deg) scaleX(-1);
	filter: FlipH;                 /* IE 6/7/8 */
}
#loginForm {
	/*max-width:80%;*/
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	height:auto;/*background-color:#FFFFFF;*/
	/* (\/)
       ( ..)
       (")(")*/
}
.login-options.col-lg-2 {margin-top:18px;}
#btnLogin {
    /* font-family: 'Montserrat', Arial, Helvetica, sans-serif; */
    float: left;
    width: 100%;
    border: #fbfbfb solid 4px;
    cursor: pointer;
    background-color: #31859b;
    color: white;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: -4px;
    font-weight: 700;
}

#btnLogin:hover {
        background-color: #31859b !important;
        color: #fff !important;
    }
	
	#btnLogin:active {
        background-color: #31859b !important;
        color: #fff !important;
    }
	
#btnContinue {
    /* font-family: 'Montserrat', Arial, Helvetica, sans-serif; */
    float: left;
    width: 100%;
    border: #fbfbfb solid 4px;
    cursor: pointer;
    background-color: #31859b;
    color: white;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: -4px;
    font-weight: 700;
}

#btnContinue:hover {
        background-color: rgba(0,0,0,0);
        color: #0493bd;
    }

.remember-me.col-lg-2 {margin-top:28px;}
.remember-me.col-md-12 {margin-top:0;}
#loginForm h1 {
	font-size:18px;
	margin-top:2px;
	color:#31859b;/* (\/)
       ( ..)
       (")(")*/
}
#username {
	background-image:url(../Images/icons/BERIndicatorsColorIcon.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
	color: #31859b;
	font-weight: 500;
	font-size: 16px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 9px 9px 9px 54px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid rgba(0,0,0,0);/* (\/)
     ( ..)
     (")(")*/
}
#password {
	background-image:url(../Images/icons/BERIndicatorsColorIcon.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
	color: #31859b;
	font-weight: 500;
	font-size: 16px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 9px 9px 9px 54px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid rgba(0,0,0,0);/* (\/)
     ( ..)
     (")(")*/
}
/*:nth-child(4)*/
#loginForm > div > input[type="submit"] {
	background-color: #31859b;
	color: #fff;
}
/*:nth-child(4) */
#loginForm > div > input[type="submit"] {
	float: left;
	width: 150px;
	border: #fbfbfb solid 4px;
	cursor: pointer;
	background-color: #31859b;
	color: white;
	font-size: 16px;
	padding-top: 9px;
	padding-bottom: 9px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-top: -4px;
	font-weight: 700;
}
/*:nth-child(4)*/
#loginForm > div > input[type="submit"]:focus {
	background: #31859b;
	box-shadow: 0;
	border: 4px solid #31859b;
	color: #fff;
	outline: none;
/*	padding: 13px 13px 13px 54px;*/
}
#loginForm div {
	/*float:left;
	margin-right:10px;*/
}
#_ctl0_txtUsername.feedback-input {
	color: #31859b;
	font-weight: 500;
	font-size: 16px;
	border-radius: 0;
	line-height: 18px;
	background-color: #fbfbfb;
	padding: 9px 8px 9px 16px;
	margin-bottom: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid rgba(0,0,0,0);
}
#_ctl0_txtPassword.feedback-input {
	color: #31859b;
	font-weight: 500;
	font-size: 16px;
	border-radius: 0;
	line-height: 18px;
	background-color: #fbfbfb;
	padding: 9px 8px 9px 16px;
	margin-bottom: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid rgba(0,0,0,0);
}
#_ctl0_txtUsername.feedback-input:focus {
	background: #fff;
	box-shadow: 0;
	border: 3px solid #31859b;
	color: #31859b;
	outline: none;
}
#_ctl0_txtPassword.feedback-input:focus {
	background: #fff;
	box-shadow: 0;
	border: 3px solid #31859b;
	color: #31859b;
	outline: none;
}
/*dropmenu arrow*/
.arrowDropDown {
	margin-top:0;
	padding-top:0;
	background-color:#31859b;
}
.dropmenuArrowTop {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	margin-top:-12px;
	padding-top:0;
	vertical-align: middle;
	border-top: 10px dashed;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	color:#FFFFFF;
	background-color:#31859b;
}
.dropdown-menu {
	background-color:#31859b;
}
.Menu-article {
	color:#fff;
	display:block;
	overflow:auto; /*padding:3%;*/
}
.aboutMenuDrop {
	width:500px !important;
}
.menu3Drop {
	width:250px;
}
.Menu-article a:hover {
	color:#ebebeb;
}
.Menu-article a {
	color:#fff;
}
.Menu-article dt {
	color:#fff; /*float: left;*/
	font-size: 18px !important;
	padding-bottom: 15px !important;
	padding-top: 10px !important;
	font-weight:600 !important;
	background-image:none !important;
	border-bottom: none !important;
}
.Menu-article dd {
	color:#fff;/*float: left;
*/
	font-size: 16px !important;
	padding-bottom: 0% !important;
	padding-top: 0% !important;
	padding-left:1%;
	font-weight:100 !important;
	background-image:none !important;
}
.drop-Menu-float-left {
	float:left;
	width:49%;
}
.drop-Menu-float-right {
	float:right;
	width:49%;
}
/*.remember-me { width:100%;}*/

.remember-me { width:auto; margin-bottom:10px; }

/**/
@media (max-width: 767px) {
		#loginForm {max-width: 500px !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;}
	}

 @media only screen and (max-width: 650px) {
#topSearcBar {
/*	height: 175px !important;*/
	padding: 0;
	display: none;
	/*text-align: left;*/
	border-bottom: solid 1px #f6f6f6;
	background-color: #ebebeb;
		padding-bottom:10px;
}
#loginForm {
	max-width: 500px !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;

	/*height: 100px;*//* background-color: #FFFFFF; */
}
#ber-indicators-info .holder2 .nav-tabs > li {
	width: 33.3%!important;
}
.remember-me { width:100%;}
.col-lg-5ths {
        width: 50% !important;
        float: left;
    }
}
 @media only screen and (max-width: 480px) {
#topSearcBar {
	height: auto !important;
	padding-bottom: 20px;
	display: none;
	text-align: left;
	background-color: #ebebeb;
}
#loginForm {
	max-width: 400px !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	height: 100px;/* background-color: #FFFFFF; */
}

/**/
.remember-me { width:100%; }

/**/

.holder1 .whiteContentBoxIndicator h2 { height:30px; margin-top:0; border:1px solid blue;
}

#ber-indicators-info > div:nth-child(1) > div.col-lg-4.col-md-12.col-sm-12 > div > h2 { height:30px; margin-top:0; }
#ber-indicators-info .holder2 .nav-tabs > li {
	width: 33.3%!important;
}
.col-lg-5ths {
        width: 100% !important;
   

    }

}
