pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: normal;
    word-wrap: normal;
	white-space: pre-wrap;
    color: #333333;
    background-color: transparent;
    border: 0;
    border-radius: 4px;
	overflow:hidden;
	width:100%;
}

#formOtp h4{
	font-size:14px
}

.terms {      
  height: 160px;
  max-height: 160px;
  overflow-y: scroll;
  padding-left:30px
}

#formOtp button[disabled], #formOtp button[disabled] i{
	background-color:#EEE;
	color:#CCC;
	border:1px solid #EEE; 
	cursor:default;
	opacity: 0.55;
	filter: alpha(opacity=55);	
	pointer-events: none;
}

.inputOtp {
  border: none;
  width: 9ch;
  background: -webkit-repeating-linear-gradient(90deg, #EEE, #EEE, #EEE, #EEE); 
  background: repeating-linear-gradient(90deg, dimgrey 0, dimgrey 1ch, transparent 0, transparent 1.5ch) 0 100%/100% 2px no-repeat; 	  
  background: -moz-repeating-linear-gradient(90deg, dimgrey 0, dimgrey 1ch, transparent 0, transparent 1.5ch) 0 100%/100% 2px no-repeat; 	
  background: -o-repeating-linear-gradient(90deg, dimgrey 0, dimgrey 1ch, transparent 0, transparent 1.5ch) 0 100%/100% 2px no-repeat; 	    
  color: dimgrey;
  font: 5ch consolas, monospace;
  letter-spacing: .5ch;
}
.inputOtp:focus {
  outline: none;
  color: dodgerblue;
}

.disabledLink {
	pointer-events: none;
    cursor: default;
}

.ui-autocomplete-loading {
	background: white url("../images/ui-anim_basic.gif") right center no-repeat;
}

.ui-autocomplete {
	max-height: 250px;
	width: auto;
	overflow-y: scroll;
	overflow-x: hidden;
} 

* html .ui-autocomplete {
	height: 100px;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/page-loader.gif') 50% 50% no-repeat #FFF;
}

.alert-danger{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.two-blocks-container > .row .content, .two-blocks-container.section-two-blocks > .row > .col-md-6 .content {
    padding-right: 50px;
    padding-left: 50px;
}

.ui-datepicker {
   width: auto;
   padding: .2em .2em 0;
   display: none;
}
.form-box .form-control {
    border: 1px solid #EEE;
}

.has-error p{
	color:#a94442
}

.has-error .help-block{color:#a94442}
.has-success .help-block{color:#28a745}
.help-block{font-size:75%; text-align:right; color:#8492af; line-height:12px; float:right; padding-right:4px}
.consent .help-block{font-size:75%; text-align:center; color:#8492af; line-height:12px; float:none; display:block}
.consent .has-error .help-block{color:#a94442}
.consent .has-success .help-block{color:#28a745}
.help-block:empty{height:0; padding-right:0}
.help-block-sep{}


.has-error .form-control {
    border: 1px solid #a94442;
}

.has-success p{
	color:#28a745
}
.has-success .form-control {
    border: 1px solid #28a745;
}

.link-rx {
    display: inline-block;
    float: right;
}

.text-upper{text-transform:uppercase}

.woman{
	background-color:#f9e9ec
}

.man{
	background-color:#f3f7ff
}

.nopadding{padding:0px}


.title-base.text-left h4:before, .title-base h4:before {
    left: 0;
    margin-left: 0;
}
.title-base h4:before {
    left: 50%;
    margin-left: -75px;
}

.title-base h4:before {
    content: '';
    position: absolute;
    height: 5px;
    width: 150px;
    bottom: -20px;
}

.title-base h4:before{
    background-color: #0e58a9;
}

.pricing-table .list-group-item-missing {
    padding: 5px 35px 5px 60px;
    text-align: left;
    border-bottom: none;
    font-size: 16px;
    position: relative;
	color:#ccc
}
.pricing-table .list-group-item-missing:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 35px;
    top: 11px;
	color:#ccc
}

.pricing-table .list-group-item-only-view{
	height:120px
}

.pricing-table .list-group-item:nth-child(even) {
    background-color: transparent;
}

.pricing-table .pricing-price.list-group-item {
    font-weight: 600;
    font-size: 42px;
    line-height: 72px;
    padding: 60px 35px 0px 35px;
	color:#0e58a9
}
.pricing-table .pricing-price span:first-child {
    font-weight: 600;
    font-size: 20px;
    transform: translate3d(-2px,-2px,0);
	color:#0e58a9
}

.pricing-table h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.input-group-addon {
    padding: 3px 12px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #f4f9fe;
    border: 1px solid #EEE;
    border-radius: 2px;
}

.input-group-addon.login {
    padding: 3px 12px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #FFF;
    border: 1px solid #EEE;
    border-radius: 2px;
}

a.list-group-item.active {
    text-decoration: none;
    color: #555555;
    background-color: #f5f5f5;
    padding-left: 5px;
    transition: all .3s;
}

.list-items .list-item span i {
    font-size: 25px;
    color: #0e58a9;
    text-align: center;
	display: block;
    white-space: nowrap;
    font-weight: 600;
    background-color: #FFF !important;
	border:0;
	position:relative;
	right:20px
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus{
	color:#0e58a9
}

.col-md-12.all .list-items .list-item span i {
	right:-15px
}

.navbar-inner .nav.ms-minimal li a:before, .header-base.white, .advs-box-multiple.boxed .advs-box-content, .section-two-blocks.bg-color > .row > div:last-child, .list-items .list-item span {
    background-color: #FFF !important;
}

.list-items .list-item .col-md-2 {
    padding:0 20px
}

.list-items .list-item p strong {
    float:left;
	width:50%
}

.col-md-12.all .list-items .list-item p strong  {
    float:left;
	width:92%; 
	margin-right:3%
}

.btn-text-2 {
    color: #3e6be0;
}

.ui-datepicker {
    width: 260px;
    padding: .2em .2em 0;
    display: none;
}
.ui-datepicker table {
    width: auto;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
div:not(.hc_column_cnt) > table:not(.grid-table) th, div:not(.hc_column_cnt) > table:not(.grid-table) td {
    padding: 3px 3px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f3f7ff;
    font-weight: normal;
    color: #454545;
	text-align:center
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
    height: 30px;
    width: 30px;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #f3f7ff;
    color: #333333;
    font-weight: bold;
}


.container-radio {
  display: inline;
  position: relative;
  margin-right:20px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container-radio {
  margin-right:10px;
}

.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.container-radio .text {
  padding-left:30px;
  font-weight:normal
}

.container-radio.lessmargin .text {
  padding-left:2px;
  font-weight:normal;
}


.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

.has-error .container-radio .text {
  color:#a94442;	
}

.container-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

.container-radio:hover input:disabled ~ .checkmark{
  background-color: #eee;
  cursor:text
}
.container-radio:hover input:disabled ~ .text {
  cursor:text
}

.container-radio input:checked ~ .checkmark {
  background-color: #2196F3;
}

.container-radio input:checked:disabled ~ .checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container-radio input:checked ~ .checkmark:after {
  display: block;
}

.container .checkmark:after {
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.radio, .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.titleQuestion{
	color:#0e58a9
}

.mb-3{margin-bottom:20px}

@media (max-width: 767px){
	.terms {      
	  height: 160px;
	  max-height: 160px;
	  overflow-y: scroll;
	  padding-left:0
	}	
	[class*=col-md-] + [class*=col-md-] {
		margin-top:0;
	}
	.bgArea{display:none}
	.advs-box h3, .advs-box h2, h4, .box-steps .step-item > h3 {
		margin-top: 0;
		margin-bottom: 15px;
		font-weight: 600;
		font-size: 20px;
		line-height: 20px;
	}	
	.title-base h4:before {
		content: '';
		position: absolute;
		height: 5px;
		width: 100%;
		bottom: -10px;
	}

	.col-md-6-title {
		width: 40%;
		float: left;
	}
	.col-md-6-title2 {
		width: 60%;
		float: left;
	}	
	.col-md-6-title2 .link-rx {
		line-height:15px
	}	
	#formRegisterProfile h4{
		font-size:16px
	}
	#formForgotPassword .link-rx{
		float:none
	}	
}

.mb-2{margin-bottom:20px}

.pricing-table .btn {
	margin: 10px 0 0px;
	padding: 10px 25px
}
.pricing-table {
    overflow: hidden;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    border: none;
    position: relative;
    border-radius: 6px;
    min-height: 450px;
}

.btnStartVideo{
	padding: 0 35px 0 80px;
	width:80%;
}
.txtStartVideo{
	background:#FFF;
	margin: 20px 38px 0 38px;
	padding:10px 0
}
.text-success {
    color: #3c763d;
}
.text-danger {
    color: #a94442;
}

@media (min-width: 993px){
	
	#formRegisterProfile .col-md-3, #formRegisterProfile .col-md-4, #formRegisterProfile .col-md-6, #formRegisterProfile .col-md-8, #formRegisterProfile .col-md-12{
		padding: 0 30px 0 30px;
	}
	#formRegisterProfile .title-base h4, #formRegisterProfile .title-base h4:before{
		margin-left:-5px;
		font-size:16px
	}
	#formRegisterProfile .title-base h4:before{
		bottom:-10px
	}
	.div-register .title-register{
		margin-left:-20px;
	}	
	
	body > div[class*=section-]:last-of-type > .content {
		padding-bottom: 40px;
	}	
	.container.content, .section-empty > .content, .section-bg-image > .content {	
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.reserved-content {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.reserved-content .col-md-12:not(.no-margins)  {
		width: calc(100% - 80px);	
	}
	.reserved-content .col-md-12:not(.no-margins).col-md-12-pad  {
		width: calc(100% - 20px);	
	}	
	.reserved-content .col-md-12:not(.no-margins).all  {
		width: calc(100% - 0px);	
	}	
	.col2Space{
		height:558px
	}
	.col2Space2{
		height:491px
	}	
	.btnStartVideo{
		padding: 0 35px 0 80px;
		width:89%;
	}
	.txtStartVideo{
		background:#FFF;
		margin: 20px 38px 0 38px;
		padding:10px 0
	}	
	[class*="boxed"].col-md-12:not(.no-margins) {
		width: calc(100% - 80px);
	}
	.base-box.boxed, .base-box.boxed-inverse, .boxed-inverse, [class*="col-md-"].boxed, [class*="col-md-"].boxed-inverse, .grid-box > .grid-item.boxed-inverse, .row.vertical-row > div.boxed-inverse, .row.vertical-row > div.boxed {
		padding: 50px;
		border-radius: 15px;
	}		
}	

@media (max-width: 1199px) {
	.navbar-brand{float:none}
	.navbar-brand > img {
		max-width: 50%;
	}	
	.margin-top-90, .section-two-blocks.margin-top-90{
		margin-top:40px
	}	
}
.margin-top-90, .section-two-blocks.margin-top-90{
	margin-top:40px;
	margin-bottom:40px
}
.navbar-brand img{
	width:70%;
	max-height: none;
}