html {
  	position: relative;
  	min-height: 100%;
}
body {
	overflow-x: hidden;
	background: #FFFFFF;
	color: #6a7285; 
	font-family: 'OpenSans-Regular';
    font-weight: 300;
    font-size: 14px;


	/* Margin bottom by footer height */
  	margin-bottom: 115px;

  	/* Margin top by ribbon height */
  	margin-top: 37px;
}
p{
	color: #6a7285; 
	font-family: 'OpenSans-Light';
    font-weight: 300;
    font-size: 14px;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #2d9eff;
}
a:hover {
	text-decoration: none;
	color: #999;
}
label{
	text-align: left !important;
	font-size: 14px;
}

/*.form-group.required .control-label:after {
	content:"*";
	color:red;
	font-weight: 900;
}*/

/* ---------------------------------------------- /*
 * Transition elsements
/* ---------------------------------------------- */
.navbar a,
.form-control {
	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
		-ms-transition: all 0.4s ease-in-out 0s;
		 -o-transition: all 0.4s ease-in-out 0s;
			transition: all 0.4s ease-in-out 0s;
}

a,
.btn {
	-webkit-transition: all 0.125s ease-in-out 0s;
	   -moz-transition: all 0.125s ease-in-out 0s;
		-ms-transition: all 0.125s ease-in-out 0s;
		 -o-transition: all 0.125s ease-in-out 0s;
			transition: all 0.125s ease-in-out 0s;
}

/* ---------------------------------------------- /*
 * Reset box-shadow
/* ---------------------------------------------- */
.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
	-webkit-box-shadow: none;
			box-shadow: none;
}

/* ---------------------------------------------- /*
 * Typography
/* ---------------------------------------------- */
h1{
	font-family: 'OpenSans-Bold';
	line-height: 70px;
	color: #ffffff;
	font-size: 60px;
	font-weight: bold;
}
h2 {
	font-family: 'OpenSans-Bold';
	line-height: 50px;
	color: #6a7285 ;
	font-size: 40px;
	font-weight: bold;
}
h3 {
	line-height: 36px;
	color: #444957;
	font-size: 30px;
	font-weight: bold;
}
h4 {
	line-height: 30px;
	color: #444957;
	font-size: 24px;
	font-weight: bold;
}
h5 {
	line-height: 26px;
	color: #6a7285;
	font-size: 18px;
	font-weight: bold;
}
h6 {
	font-family: 'OpenSans-Light';
	line-height: 24px;
	color: #444957;
	font-size: 16px;
	font-weight: bold;
}

/* ---------------------------------------------- /*
 * Reset border-radius
/* ---------------------------------------------- */
.btn,
.iconbox,
.progress,
#filter li,
.scroll-up a,
.form-control,
.input-group-addon,
.panel {
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
		 -o-border-radius: 0px;
			border-radius: 0px;
}

/* ---------------------------------------------- /*
 * Input-group
/* ---------------------------------------------- */
.input-group .form-control {
	z-index: auto;
}
.input-group-addon {
	background: #D8E1E4;
	border: 2px solid #D8E1E4;
	padding: 6px 15px;
	font-weight: 700;
}

/* ---------------------------------------------- /*
 * Inputs styles
/* ---------------------------------------------- */
.form-group{
	margin-bottom: 12px;
}
.form-control {
	background: #FFF;
	border: 1px solid #D8E1E4;
	/*font-size: 12px;*/
	padding: 0 15px;
}
.form-control:focus{
    border-color: rgba(135, 135, 135, 0.7);
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
	height: 38px;
	font-size: 13px;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
	font-size: 11px;
	height: 30px;
}
textarea.form-control {
	padding: 15px;
    max-width: 100%;
    min-width: 100%;
}
.remember-me-label{
	padding-left: 5px;
    bottom: 5px;
}
.checkbox-inline-label{
	display: inline;
	font-weight: 400;
	cursor: pointer;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #909090;
}
input:focus::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #909090;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #909090;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #909090;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #909090;
}

/* ---------------------------------------------- /*
 * Custom button style
/* ---------------------------------------------- */
.btn {
	font-size: 14px;
	font-weight: normal;
	padding: 15px;
	border-radius: 0px;
	border: 2px solid #ffffff;
	text-decoration: none;
	margin: 5px 0px;
}
.btn-primary {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    position: relative;
}
.apex-btn-primary {
    content: ">";
    right: 15px;
    font-weight: bold;
    position: absolute;
}
.btn-primary-chevron{
	position: absolute;
    bottom: 24px;
    color: #FFFFFF;
    right: 25px;
}
.btn-secondary {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000000;
    position: relative;
    background: #ffffff;
}
.apex-btn-secondary {
    content: ">";
    right: 15px;
    font-weight: bold;
    position: absolute;
    color: #000000;
}
.btn-secondary-chevron{
	position: absolute;
    bottom: 24px;
    right: 25px;
    color: #FFFFFF;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
	outline: inherit !important;
}
/* Button size */
.btn-lg,
.btn-group-lg > .btn {
	padding: 10px 25px;
	font-size: 13px;
    background: rgba(17, 17, 17, 0.8);
    color: #fff;
}
.btn-lg:hover,
.btn-group-lg > .btn:hover{
    background: rgba(17, 17, 17, 1.8);
    color: #fff;
}
.btn-sm,
.btn-group-sm > .btn {
	padding: 6px 25px;
	font-size: 11px;
}
.btn-xs,
.btn-group-xs > .btn {
	padding: 5px 25px;
	font-size: 10px;
}

.btn .icon-before {
	margin-right: 6px;
}

.btn .icon-after {
	margin-left: 6px;
}
.btn.disabled{
	opacity: 0.6;
	/*background-color: #e2e3e7;
	border-color: #e2e3e7;
	color: #FFFFFF;*/
}
.reg-btn{
	margin-top: 10px;
}

/* ---------------------------------------------- /*
 * Link Styles
/* ---------------------------------------------- */
a.logout{
	position: absolute;
    right: 2%;
    margin-top: 8px;
}

/* ---------------------------------------------- /*
 * General Styles
/* ---------------------------------------------- */
.header-banner {
	height: 40px;
}
.body-content{
	/*background: #ffffff;*/
}
.center-panel{
	/*background: #ffffff;*/
	padding: 20px 0px;
}
.banner-left {
	/*background: #ffffff;*/
	height: 100%;
}
.banner-right {
	/*background: #ffffff;*/
	height: 100%;
}
.reg-login{
	padding: 10px;
    font-weight: 500;
    margin-bottom: 0px
}
.reg-info{
	margin-top: 20px;
}
.alert-info{
	color: #ffffff;
    background-color: #646F83;
    border-color: #646F83;
}
.form-glyphicon-required{
	font-size: 7px;
	color: red;
	top: -1px;
}
.reg-confirmation{		
    padding-top: 20px;
}
.reg-product-logo{
	max-height: 80px;
    margin-bottom: 15px;
    padding: 5px;
}
.reg-panel{
	margin-bottom: 0px;
}
.no-padding-right{
	padding-right: 0px;
}
.no-padding-left{
	padding-left: 0px;
}
.vcenter{
	display: inline-block;
    vertical-align: middle;
    float: none;
}
.header_imagewrapper {
	overflow: visible;
    float: left;
    position: relative;
    /* overflow: hidden; */
    /* padding-bottom: 60px; */
    width: 100%;
}
.header_imagewrapper_wraping{
	max-height: 654px;
    overflow: hidden;
    position: absolute;
    float: left;
    width: 100%;
    top: 0px;
}
.topimage{
	max-width: 2000px !important;
}
.header_imagewrapper_wraping:after {
    width: 100%;
    height: 100%;
    /*background: url(../img/hero_mask_white.png) no-repeat bottom left;*/
    content: "";
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 0;
}
.passwordPolicy{
	text-align: center;
    font-size: 12px;
	padding-bottom: 10px;
}
.product-img{
	padding-top: 15px;
}

.help-block{
	margin-top: 0px;
	margin-bottom: 0px;
}
.forgot-password{
	margin: 10px 0 0 0;
}
.notification-msg{
	margin: 10px 0px;
}
.data-protection-msg, .data-protection-msg > p {
	font-family: 'OpenSans-Regular';
}
.form-info{
	color: #ffffff;
}
div.form-info h1, 
div.form-info h2, 
div.form-info h3, 
div.form-info h4, 
div.form-info h5, 
div.form-info h6 {
	color: #ffffff;
}

div.form-info h3 {
	font-size: 18px;
	line-height: 25px;
}
.form-info-trial{
	text-align: left;
}
.marketing-msg{
	padding-bottom: 10px;
}
/* ---------------------------------------------- /*
 * reCAPTCHA
/* ---------------------------------------------- */

@media screen and (max-width: 1024px){ /* iPad ipad Pro desktops */
	#rc-imageselect, .g-recaptcha {transform:scale(0.93);-webkit-transform:scale(0.93);transform-origin:0 0;-webkit-transform-origin:0 0;}
}
@media screen and (max-width: 768px){ /* iPad portrait */
	#rc-imageselect, .g-recaptcha {transform:scale(1);-webkit-transform:scale(1);transform-origin:50% 50% 0px;-webkit-transform-origin:50% 50% 0px;}
}
@media screen and (max-width: 414px){ /* iPhone 6 Plus */
	#rc-imageselect, .g-recaptcha {transform:scale(1.1);-webkit-transform:scale(1.1);transform-origin:50% 50% 0px;-webkit-transform-origin:50% 50% 0px;}
}
@media screen and (max-width: 412px){ /* Nexus 5X Nexus 6P */
	#rc-imageselect, .g-recaptcha {transform:scale(1.1);-webkit-transform:scale(1.1);transform-origin:50% 50% 0px;-webkit-transform-origin:50% 50% 0px;}
}
@media screen and (max-width: 375px){ /* iPhone 6 */
	#rc-imageselect, .g-recaptcha {transform:scale(1);-webkit-transform:scale(1);transform-origin:50% 50% 0px;-webkit-transform-origin:50% 50% 0px;}
}
@media screen and (max-width: 360px){ /* Galaxy S5 */
	#rc-imageselect, .g-recaptcha {transform:scale(0.98);-webkit-transform:scale(0.98);transform-origin:0 0;-webkit-transform-origin:0 0;}
}
@media screen and (max-width: 320px){ /* iPhone 5 */
	#rc-imageselect, .g-recaptcha {transform:scale(0.79);-webkit-transform:scale(0.79);transform-origin:17.5% 17.5% 0px;-webkit-transform-origin:17.5% 17.5% 0px;}
}


/* ---------------------------------------------- /*
 * Footer
/* ---------------------------------------------- */

.footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	min-height: 115px;
	background-color: #444957;
	padding-top: 20px;
}
.footer div{
	background-color: inherit; 
}
@media (min-width: 1142px){
	.footer{
		/*padding-left: 15px;*/
    	/*padding-right: 15px;*/
    }
    .footer-container{
    	/*margin: 0px 45px;*/
    	padding: 0px 75px;
    }
}
@media (max-width: 767px){

	.footer-vertical-img{
		width: 50%;
	}
}
@media (max-width: 414px){

	.footer{
		padding-left: 0 !important;
    	padding-right: 0 !important;
	}

	.footer-vertical-img{
		width: 100%;
	}
}
.footer-vertical-img{
	max-height: 90px;
}
.footer-container{
	height: 100%;
	background: inherit;
}
.footer-img-row{
	height: 100%;
	position: relative;
	background: inherit;
}
.footer-img-wrapper{
	position: absolute;
	top: 50%;
 	transform: translateY(-50%);
	background: inherit;
}
.footer-copywrite{
	text-align: center;
    padding-top: 5px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
div.footer-copywrite p{
	margin:0px;
	color: #FFFFFF;
    font-size: 12px;
}
.footer-copywrite-center{
	background: inherit;
	text-align: center;
	padding-top: 5px;
}
#footer {
	background: #222;
	text-align: center;
	padding: 40px 0;
	color: #FFF;
}
.copyright {
	margin: 0;
}
.copyright a{
    border-bottom: 1px dotted #fff;
}
#footer span{
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    color: #ff5252;
}
.disclaimer-copyright p{
	/*color: #FFFFFF;*/
	font-size: 11px;
}
@media (min-width: 1142px){
	.disclaimer-copyright p{
		font-size: 12px;
    }
}

.social-links {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}
.social-links li {
	display: inline-block;
	margin: 5px;
}
.social-links a {
	width: 36px;
	height: 36px;
	display: block;
	line-height: 35px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, .1);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	font-size: 14px;
	color: rgba(255, 255, 255, .2);
}
.social-links a:hover {
	border: 1px solid rgba(255, 255, 255, .5);
	color: rgba(255, 255, 255, .8);
}

/* ---------------------------------------------- /*
 * Media
/* ---------------------------------------------- */

@media (max-width: 767px) {

}
@media (max-width: 480px) {

	h1 {
		font-size: 34px;
		letter-spacing: 3px;
	}
	h2 {
		font-size: 24px;
		margin: 0 0 30px;
		letter-spacing: 3px;
	}

}
@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}

/* ---------------------------------------------- /*
 * Error Messages
/* ---------------------------------------------- */

div.has-error{
	margin-bottom: 0px;
}
div.errorMsg{
	margin-bottom: 10px;
}