@import url("/css/vendor/bootstrap/bootstrap.min.css");
@import url("/css/register/base_buttons.css");
@import url("/css/register/fontface.css");

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	text-indent:-9999px;
	height: 32px;
	width:230px;
	margin:15px 0;
	padding: 0px;
}

.main-content{
	/*padding-top: 50px; */
	background: url(/img/promo/promo2.jpg)  no-repeat center center fixed;
}
body .main-content{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}
.error-alert{
	display: none;
	margin-bottom: 40px;
}

h1{font-size: 31px; margin-top: 15px;}
h2{font-size: 15px; color:#666;}
h3{font-size: 51px;}
.promo p{font-size:23px; }


.form-header .fa-circle{
	color: #FBBF3F;
}

.sidebar {
    background-color: rgba(255,255,255, 0.9);
    bottom: 0;
    display: block;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
	padding:30px;
   position: fixed;
    top: 51px;
    z-index: 1000;
	/*max-width: 480px;*/
}

.sidebar form{
	margin-top: 40px;

}
#login .checkbox{
	margin: 20px 0;
	display: none;
}
/* input */
.floatlabel {
    padding: 5px 0 !important;
    outline: 0;
    font-size: 14px;
	width: 100%
}
.form-group {position: relative; margin-bottom:30px; }
.form-group .labelfocus{color: #4A90E2; }

.labelFloat,
.form-group label{
	font-size: 13px;
	color: #555;
	margin: 0;
}

.labelFloat{
	left:0px !important;
	font-size: 13px !important;

}


.form-control{
	background: transparent;
	border: none;
	border-bottom: 1px solid #D4D4D4 ;
	box-shadow: none;
	border-radius:0;
	padding: 6px 0;
	font-size: 15px;
	color:#444;
	height: 30px;
	outline: none;
		transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

}
.form-control:focus {
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #4A90E2;
	outline: none;
}

.form-control::-moz-placeholder {
    color: #9B9B9B;
    opacity: 1;
}

.input-group-addon {
	background: none;
	border: none;
	border-radius: 0;
	padding: 7px 0;
	position: absolute;
	right: 15px;
	bottom: 0;
	vertical-align: bottom;
}

.form-group .input-error{
	color: #a94442;
	font-size: 11px;
	display:none;
}

.showpassword {
	border: none;
	border-radius: 0;
	box-shadow: 0;
	background: transparent;
}
.dropdown-menu .close {
	font-size: 15px;
	background: transparent;
	opacity: 0.5;
}
.dropdown-menu .close a:hover{
	background: transparent;
}


.choice-group.btn-group  a {
display: inline-block;
max-width: 110px;
}
.choice-group.btn-group .caret{vertical-align: text-top;}
.choice-group.btn-group i{font-style: normal;}
.choice-group.btn-group .dropdown-toggle{text-align: left; padding: 0 5px 0 0; font-size: 12px; white-space: normal;}
.choice-group.btn-group .dropdown-toggle:hover{text-decoration: none;}





.choice-group.btn-group input[type="radio"] {
    display:none;
}

.choice-group.btn-group input[type="radio"] + label span {
    display:inline-block;
    width:12px;
    height:12px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
    -moz-border-radius:  50%;
    border-radius:  50%;
}

.choice-group.btn-group input[type="radio"] + label span {
     background-color:transparent;
    border: 1px solid #449CFA;
}

.choice-group.btn-group input[type="radio"]:checked + label span{
     background-color:#449CFA;
}

.choice-group.btn-group input[type="radio"] + label span,
.choice-group.btn-group input[type="radio"]:checked + label span {
  -webkit-transition:background-color 0.4s linear;
  -o-transition:background-color 0.4s linear;
  -moz-transition:background-color 0.4s linear;
  transition:background-color 0.4s linear;
}
.choice-group label[for=ox]::after{
  content:url('/img/badge-new-01.png');
  display: inline-block;
  height: 22px;
  margin-left: 7px;
  vertical-align: middle;
  width: 25px;
}


/* promo */
.promo{
    height: 100vh;
    min-height: 100%;
    overflow: hidden;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.2+1,0.6+100 */
	background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 1%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#99000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.promo-group{
	position:absolute;
	height:100%;
	width:100%;
    display: table;
	}

.promo-group .row
{
	display: table-cell;
    vertical-align: middle;
	width: 70%;}
/*.promo-group {

	top: 150px\9;
	right: 100px\9;
	margin-bottom: 0;*/
	/*min-height: 100%;  *//* Fallback for vh unit */
	/*min-height: 100vh;*/ /* You might also want to use
						  'height' property instead.

						  Note that for percentage values of
						  'height' or 'min-height' properties,
						  the 'height' of the parent element
						  should be specified explicitly.

						  In this case the parent of '.vertical-center'
						  is the <body> element */

	/* Make it a flex container */
	/*display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	*/

	/* Align the bootstrap's container vertically */
	/*  -webkit-box-align : center;
	-webkit-align-items : center;
		 -moz-box-align : center;
		 -ms-flex-align : center;
			align-items : center;
	*/
	/* In legacy web browsers such as Firefox 9
	   we need to specify the width of the flex container */
	/*width: 100%;*/

	/* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers
	   hence the bootstrap's container won't be aligned to the center anymore.

	   Therefore, we should use the following declarations to get it centered again */
	/*	   -webkit-box-pack : center;
			  -moz-box-pack : center;
			  -ms-flex-pack : center;
	-webkit-justify-content : center;
			justify-content : center;
}*/

.promo-group h3,
.promo-group p,
.promo-group a{
	color: #fff;
}

.loaderLayer {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 1000;
		display: none;
}
.loaderLayer .loader {
    color: #fff;
    display: block;
    font-size: 51px;
    height: 100px;
    margin: 300px auto 0;
    text-align: center;
    width: 100px;
}
.footer {
    border-top: 1px dotted #ccc;
    display: inline-block;
		margin: 30px 15px 0;
    padding: 20px 0 0;
		width: 95%;


}
.footer h4 {
	font-size: 13px;
}
.footer p {
	font-size: 11px;
	color: #666;
}

.modal-backdrop {
display: block !important;
z-index: 1040 !important;
}
/* MODAL */
/*.modal-header {
    background: #333 none repeat scroll 0 0;
    border-radius: 3px 3px 0 0;
    color: #fff;
}
.modal-title,
.modal-header p{
    text-align: center;
}
.modal-title{
	font-size: 31px;
}
.modal-body {
    padding: 0;
    position: relative;
}
#oxModal .nav-tabs li,
#oxModal .nav-tabs li a{
    border-radius: 0;
    outline: medium none;
    text-align: center;
	border: 0;
	background: #efefef;
}
#oxModal .nav-tabs li a {
    font-size: 18px;
    padding: 15px 0;
	color: #555;
}
#oxModal .nav-tabs li a:hover{
	background: #e3e3e3;
}
#oxModal .nav-tabs li.active,
#oxModal .nav-tabs li.active a{
	background: #fff;
}
#oxModal .nav-tabs {margin: 0;}
#oxModal .nav-tabs li{padding-left: 0; padding-right: 0;}
#oxModal .tab-content{
	background: #fff;
	margin: 0 15px;
    padding:45px 30px;
}
.modal-footer {
    border-top: 1px solid #e5e5e5;
    padding: 45px;
    text-align: right;
}*/
.cc-cookies{
	position: fixed !important;
	bottom: 0 !important;
	width: 100%;
}
#dismissModal .modal-dialog{
	margin-top: 100px;
}
#dismissModal .modal-content {
	border-radius: 3px;
}
#dismissModal .modal-header,
#dismissModal .modal-body,
#dismissModal .modal-footer{
	padding: 25px;
	border-top: 0 !important;
	border-bottom: 0 !important;
}
#dismissModal .modal-body{
	padding: 15px 25px;
}
/*media queries */

@media (max-width: 767px) {
	.sidebar{
		position: relative;
	}
	.promo{
		float: left;
		width:100%
	}
	.choice-group.btn-group a {
		width: 100%;
		max-width: 100%;
		display: inline;
	}
	.choice-group.btn-group,
	#submit{
		width: 100%; text-align: center;
		margin-top: 20px;
		display: block;
		padding-left: 0;
		padding-right: 0;
	}
	.choice-group.btn-group .caret{
		vertical-align: middle;
	}

	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin:15px 10px;
	}

}
