.form-radio {
	display: block;
	position: relative;
	padding-left: 35px;
	margin: 5px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	float: left;
}

.form-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 26px;
	width: 26px;
	border: solid 1px #ccc;
	border-radius: 50%;
}

.form-radio input:disabled ~ .checkmark {
  background-color: #eee;
  cursor: not-allowed
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.form-radio input:checked ~ .checkmark:after {
  display: block;
}

.form-radio .checkmark:after {
  top: 7px;
  left: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #333;
}

.alert p {
	font-weight: bold;
}

.alert.success p {
	color: #4cae4c;
}

.alert.fail p {
	color: #d43f3a;
}

.text-upper{
    text-transform: uppercase!important;
}

.btn-primary{
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-primary i{
    margin:0px;
}

.mb25{
    margin-bottom: 25px;
}

.btn-lg{
    padding:10px 16px!important;
    width: 130px;
    height: 45px;
}

.pd0{
    padding:0px!important;
}

.header-v6 .navbar-brand img.shrink-logo{
    display: initial!important;
    width: 200px!important;
}

.pd45{
  padding: 12px 15px!important;
}

input[type="checkbox"]{
    width: 15px;
}

.row .col-xs-4.col-sm-4.float-left{
    padding: 0px;
}

.row .col-xs-4.col-sm-4.float-left:nth-child(2){
    padding:0px 10px;
}

.panel{
    margin-bottom:20px;
}

.form-group-ckbox{
    display: flex;
    align-items: center;
}

.form-group-ckbox label{
    float: left;
    width: auto;
    margin-right: 10px;
    margin-bottom: 0px;
}

.form-group-ckbox input{
    float: right;
    margin-top: 0px;
    height: auto;
    width: auto;
}

.input-group{
    display: flex;
}

.input-group .input-group-addon{
    align-items: center;
    justify-content: center;
    display: flex;
    width: 36.25px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.table thead>tr>th{
    font-size: 14px;
    background-color: #eee;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    border: 1px solid #ddd!important;
    position: relative;
}

.pd15{
    padding: 15px!important;
}

.btn-u {
    display: flex;
    align-items: center;
    justify-content: center;
}

table tr td button{
    float: left;
}

.row-15{
  margin-left: -15px;
  margin-right: -15px;
}

div[core-container="answer-bool"] .form-control,
div[core-container="answer-choices"] .form-group .form-control{
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
}

.row[core-container="answer"]{
    padding-top: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.row[core-container="answer"]:last-child{
  border-bottom: 0px!important;
}

.row[core-container="answer"] .col-xs-12.col-md-10{
  display: flex;
}

.question_position{
  margin-right: 3px;
  float: left;
}

div[core-container=signature] {
    position: initial!important;
    max-width: 397px!important;
    width: 397px;
    margin: 0 auto;
}

div[core-container=signature-pad] {
    overflow: hidden;
    box-shadow: none;
}

div[core-container=signature-write] {
    max-width: 100%!important;
    height: 49px!important;
}

.signature-img {
    height: 158px!important;
}

div[core-container=signature-actions] {
    margin-top: 10px;
    padding: 0px!important;
    display: flex;
    max-width: 100%;
}

div[core-container=signature-actions] button:first-child {
    margin-right: 10px;
}

button.btn.btn-default.btn-lg.btn-right-icon.btn-block.btn-u[disabled]:hover {
    background: #e8e8e8;
    color: black;
}

div[core-container=signature-actions] button:last-child {
    margin-top: 0px!important;
}

div[core-container=signature-write] input {
    font-family: 'Cuprum', sans-serif!important;
    height: 100%;
    padding: 5px 10px;
    width: 100%;
    border:0px;
}

.panel-info .fieldset-minh.h100{
  display: flex;
  margin-bottom: 15px;
}

div[core-container=signature-actions] button{
  width: 50%;
  background-color: #dddddd;
  color:black;
  font-weight: bold;
}

table tr th:last-child{
  text-align: right;
}

fieldset legend{
  height: 30px;
  font-weight: bold;
  font-size: 16px;
}

div[core-container="answer-text"]{
    float: left;
    width: 100%;
}

div[core-container="answer-choices"] .form-group{
  margin-bottom: 5px!important;
}

div[core-container="answer-choices"] .form-control{
  padding-left: 0px;
  padding-right: 0px;
}

div[core-container="answer-bool"] .form-control,
div[core-container="answer-choices"] .form-control{
  display: flex;
}

div[core-container="answer-bool"] .form-control label,
div[core-container="answer-choices"] .form-control label{
  text-transform: capitalize;
  margin-bottom: 0px;
}

div[core-container="answer-bool"] .form-control label:nth-child(2),
div[core-container="answer-choices"] .form-control label:nth-child(2){
  margin-right: 20px;
}

.header-v6.header-classic-white .navbar{
  /*box-shadow: 0 2px 5px 0 rgba(0,0,0,.1)!important;*/
  box-shadow: 0 0 12px grey;
}

.flex-block{
  width: 100%;
  float: left;
  display: flex;
}

.flex-block button{
  width: 100%;
  height: 33px;
  border-radius: 4px;
}

.terms-detail{
    max-height: 400px;
    overflow: auto;
}

.terms-inline{
  margin-bottom: 0px;
  margin-top: 25px;
}

.terms-inline .custom-checkbox-box{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    float: right;
}

.terms-inline .custom-checkbox-box label{
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 700;
    margin-left: 7px;
    display: flex;
    align-items: center;
}

.terms-inline .custom-checkbox-box input:focus{
    border-color: #2196F3!important;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #2196F3;
}

.terms-inline .custom-checkbox-box input{
    margin-top: 0;
    box-shadow: none;
    height: 15px;
}

.terms-detail a{
  color: #5fabc3!important;
}

.pd015{
  padding:0px 15px;
}

#application_payment_card_code, .input-asterisk input.form-control {
    -webkit-text-security: disc;
}

.success-message{
  color:#049a0a;
  font-size: 26px;
  margin-bottom: 35px;
  font-family: roc-grotesk, sans-serif;
  line-height: 1.2;
  font-weight: 500;
  font-style: normal;
}

.block-message{
    height: 300px;
    padding-top: 31px;
}

.flex-link{
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-group-ckbox input[type="checkbox"]:focus{
    outline: none;
    box-shadow: none;
}

@media (max-width: 991px){
  .container {
      width: 90%!important;
  }

  div[core-container="answer-bool"] .form-control{
    padding-left: 0px;
    padding-right: 0px;
  }

  div[core-container="answer-bool"] {
    margin-bottom: 5px;
  }
}

.panelhead-w{
    color: #fff!important;
    background-color: #337ab7!important;
    border-color: #337ab7!important;
}

.sunny-yellow {
    color: #ffba00;
    font-size: 17px!important;
}

.title-panel{
    font-weight: 500;
    padding-left: 10px;
    margin-bottom: 0px;
}

.btn-w{
    color: #fff!important;
    background-color: #337ab7!important;
    border-color: #2e6da4!important;
}

.text-btn{
  margin-bottom: 0px;
  padding-right: 7px;
  font-weight: 500;
}

.panelbody-w span.input-group-addon{
  color: #555;
}

.panel-w{
  border-color: #337ab7;
  box-shadow: 0 0 12px #b7b7b7;
  border-radius: 3px;
}

.border-white{
  border: 1px solid white;
}

.btn-white{
    color: #337ab7;
    background: white;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #fff;
}

.btn-next{
    padding: 10px 15px;
    font-weight: normal;
}

.btn-next span{
    padding-left: 6px;
    font-size: 15px;
    padding-bottom: 1px;
}

.col-xs-12.check-padding .form-group .form-control label{
    padding-left: 6px;
    display: flex;
    align-items: center;
}
.col-xs-12.col-md-2.form-group.bool-paddding .form-control label {
    padding-left: 3px;
    display: flex;
    align-items: center;
}

#top-wizard .step-top-wizard{
    width: 10%;
    text-align: center;
    font-family: "DM Sans", Arial, sans-serif;
    float: left;
    font-size: 14px;
}

#top-wizard .step-top-wizard .btn-top-wizard{
    border-radius: 50%;
    background-color: #2CCCD3;
    width: 40px;
    height: 40px;
    padding: 10px 10px;
    font-weight: bold;
    color: white;
    margin-bottom: 5px;
}

#top-wizard .step-top-wizard .btn-top-wizard a{
  color: white;
  text-decoration:none!important;
}

#top-wizard .step-top-wizard .btn-top-wizard.active{
    background-color: #ffba00;
    color: black;
    /*pointer-events: initial;
    cursor: pointer;*/
}

.step-top-wizard a{
  text-decoration: none!important;
}

#top-wizard .step-top-wizard .btn-top-wizard.active p,
#top-wizard .step-top-wizard .btn-top-wizard.active a{
  color: black!important;
}

#top-wizard .step-top-wizard .btn-top-wizard.active a,
#top-wizard .step-top-wizard .btn-top-wizard a{
    height: 100%;
    width: 100%;
    float: left;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    border-radius: 50%;
}


#top-wizard .btn-top-wizard.box-shadow {
    box-shadow: 0 0 12px #b7b7b7 !important;
    cursor: default;
}

.btn-home{
  background: #b3b2b2!important;
  color: white!important;
  font-weight: bold!important;
}

.btn-home:hover{
   background: #989898!important;
}

.form-group label,
button span,
.form-group a.btn{
  font-size: 9.5pt;
  font-family: Arial,sans-serif;
}

.form-group .btn{
    border-radius: 4px;
}

.btn.btn-lg.btn-success:hover{
  background-color: #a0a0a0!important;
}

.form-control:focus{
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.form-group-ckbox input[type="checkbox"]:focus{
    border-color: #2196F3!important;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #2196F3;
}

.form-group a.btn i{
    margin-right: 5px;
}

.form-group a.btn:hover{
    background-color: #a0a0a0!important;
}

hr {
    margin: 8px 0 5px;
}

.flex-wrap{
    display: flex;
    flex-wrap: wrap;
}

.flex-wrap .step-top-wizard{
    flex-grow: 2;
}

.flex-wrap .step-top-wizard .step-title{
      color: #414042;
}

.navbar.mega-menu{
  height: 51px;
}

.header-v6 .navbar-brand img.shrink-logo{
    width: 165px!important;
    margin-top: 1px;
}

.title-panel-main{
    font-family: 'DM Sans',Arial,sans-serif;
    padding: 0px;
}

.no-border:after{
  content: "";
  width: 97.33%;
  height: 1px;
  background-color: #eee;
  position: absolute;
  left: 15px;
}

.no-border:last-child:after{
  display: none;
}

.no-border{
  border:0px!important;
}

.panel-body .panel:last-child{
  margin-bottom: 0px;
}


.no-shadow{
  box-shadow: none!important;
}

.no-background{
  background-color: transparent!important;
  border:0px!important;
  padding:0px!important;
}

.title-panel{
  font-family: 'DM Sans',Arial,sans-serif;
}

.no-background .title-panel{
  color:#414042;
  font-size: 15pt;
}

.padding-5-0{
  padding:5px 0px;
}

.panel-body{
  position: relative;
}

.row-15{
  margin-left: -15px;
  margin-right: -15px;
}

.padding-b20{
  padding-bottom: 20px;
}

.h32{
  height: 32px;
}

.btn-size-1{
  height: 34px;
  padding: 0px!important;
  width: auto;
  padding: 0 10px!important;
}

.btn-size-2{
  height: 34px;
  width: 100%!important;
  border-radius: 3px;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.mb40{
  margin-bottom: 40px;
}

.mb60{
  margin-bottom: 60px;
}

.mb80{
  margin-bottom: 80px;
}

.header-v6 .mega-menu .container{
  height: 51px;
}

.border-radius-3{
    border-radius: 3px;
}

.td-flex{
    float: left;
    width: 100%;
    display: flex;
}

.header-v6 .navbar-brand{
      height: 53px;
      padding: 0px 15px;
}

#top-wizard{
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 10px;
}

.mt8{
  margin-top: 8px;
}

select{
  display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.flex-div{
  display: flex;
}

.panel{
      border-radius: 3px;
}

.check-padding .form-group.flex-div .form-control{
      max-width: fit-content;
      display: flex;
      align-items: center;
      justify-content: center;
}

.check-padding .form-group.flex-div .form-control .custom-checkbox-box input{
    margin-top: -3px!important;
}

.col-xs-12.check-padding .form-group .form-control label{
    cursor: hand;
}

.border-sunny .panel-body{
  padding:15px;
}

.panel-primary .panel-title{
  color:white;
}

.border-sunny .panel-title{
  color: #414042;
  font-weight: normal;
}

.border-sunny .panel-title,
.panel-primary .panel-title{
  font-family: 'DM Sans',Arial,sans-serif;
  height: 28px;
  display: flex;
  align-items: center;
}

.border-sunny{
  border:1px solid #fcbb2d;
}

.bg-sunny-yellow{
  background-color: #fcbb2d;
}

.list-group{
  margin-bottom: 0px!important;
}

.list-group-item{
    font-size: 9.5pt;
    height: 36px;
    padding: 7px 15px;
    font-family: Arial,sans-serif;
}

.list-group-item:last-child{
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;

    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.list-group-item:first-child{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.list-group-item i{
    margin-right: 4px;
    margin-top: 2px;
}

.list-group-item a{
    color: #0585cd;
}

.flex-div .form-control .radio-custom{
    margin-top: 2px;
    margin-right: 3px;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled.active,
.bootstrap-datetimepicker-widget table td.disabled.active:hover{
    background-color: #eee!important;
    pointer-events: none!important;
    color: #a7a7a7!important;
}

.bootstrap-datetimepicker-widget table td.disabled.active.today:before{
    border-bottom-color: #fcb900;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover{
    background-color: #fcb900!important;
}

.bootstrap-datetimepicker-widget table th,
.bootstrap-datetimepicker-widget table td.day{
    font-weight: normal;
}

.btn-white{
    color: #333!important;
    background-color: #fff!important;
    border-color: #ccc!important;
    border: 1px solid transparent;
}

.mb10{
    margin-bottom: 10px;
}

.alert.alert-warning.alert-dismissable.mb10{
  margin-bottom: 10px!important;
}

.mb0{
    margin-bottom: 0px;
}

.group-block{
  margin-bottom: 0px;
}

.group-block .form-control{
    border: 0px;
    box-shadow: none;
    padding:0px!important;
    width: auto!important;
    margin-right: 10px;
    height: auto;
    display: flex;
    align-items: center;
}

.group-block .form-control input,
.group-block .form-control label{
  margin:0px!important;
  cursor: pointer;
}

button.btn{
  border-radius: 4px;
}

.choice-group{
    display: flex;
    align-items: center;
    justify-content: left;
}

.choice-group .form-control .required_text{
  display: none;
}

.btn-download{
    background-color: #ffba00;
    color: #414042;
    padding: 5px!important;
    height: auto;
    font-size: 12px!important;
}

.absolute-right{
  position: absolute;
  right: 0;
  z-index: 444;
}

.group-block .form-control label {
    margin-left: 4px!important;
    margin-right: 14px!important;
    font-size: 14px!important;
    color: #414042;
}

.pdt5{
  padding: 15px 0px 0px!important;
}

.pd0{
  padding: 0px!important;
}

.center{
  text-align: center;
}

.text-bold{
  font-weight: bold;
}

.box-shadow{
  box-shadow: 0 0 12px #b7b7b7;
}

.form-group-ckbox label{
  text-align: left;
  font-size: 12px;
}

td .btn-size-2{
    height: 34px;
    width: 61px;
}

.alert{
  border-radius: 4px;
}

.alert.alert-warning.alert-dismissable p{
  color: #8a6d3b;
  font-weight: normal;
  font-size: 9.5pt;
  line-height: 11pt;
}

.text-center{
  text-align: center!important;
}

.alert{
  margin-bottom: 0px!important;
}

.alert table{
  font-size: 9.5pt;
  color: #8a6d3b;
  background-color: #fcf8e3!important;
}

.alert table thead,
.alert table thead th{
  background-color: #fcf8e3!important;
}

.alert table thead tr th{
  font-size: 9.5pt;
  color: #8a6d3b;
}

.alert .table-responsive{
  margin-bottom: 0px!important;
  overflow: auto!important;
  border: 0px!important;
}

.info-box-heading p{
  font-family: Arial,sans-serif;
  font-weight: bold;
  padding: 0px;
  margin-bottom: 0px;
}

span.label{
  font-family: Arial,sans-serif;
}

.info-box-body h6{
  font-size: 15pt;
  font-family: "DM Sans",Arial,sans-serif;
}

.black{
      color: #414042;
}

.fs-12{
    font-size: 12pt;
}

.info-box-body span.label{
      font-size: 12pt;
      border-radius: 4px;
}

.custom-checkbox-block .custom-checkbox-box{
  margin-right: 18px;
}

.weight-normal label{
  font-weight: normal!important;
}

hr.initial-hr{
  margin: 15px 0 15px;
}

.info-box{
  margin-top: 10px;
}

p{
  font-family: Arial,sans-serif;
}

.alert .table>caption+thead>tr:first-child>td,
.alert .table>caption+thead>tr:first-child>th,
.alert .table>colgroup+thead>tr:first-child>td,
.alert .table>colgroup+thead>tr:first-child>th,
.alert .table>thead:first-child>tr:first-child>td,
.alert .table>thead:first-child>tr:first-child>th{
  border-bottom: 2px solid #ddd!important;
}

.alert .table-responsive>.table>thead>tr>th,
.alert .table-responsive>.table>tbody>tr>th,
.alert .table-responsive>.table>tfoot>tr>th,
.alert .table-responsive>.table>thead>tr>td,
.alert .table-responsive>.table>tbody>tr>td,
.alert .table-responsive>.table>tfoot>tr>td{
  border:0px!important;
}

.alert .table-responsive>.table>tbody>tr:nth-child(even){
  border-bottom: 1px solid #ddd!important;
  border-top: 1px solid #ddd!important;
}

.alert.alert-warning.alert-dismissable{
  margin-bottom: 0px!important;
}

.mb0{
  margin-bottom:0px!important;
}

div[core-container="answer-bool"] .required_text{
  display: none;
}

div[core-container="answer-bool"] label{
  cursor: pointer;
}

.question_position{
    background-color: #ffba00;
    padding: 0px;
    color: white;
    border-radius: 3px;
    margin-right: 5px;
    font-size: 12px;
    width: 22px;
    text-align: center;
}

div[core-container="answer"] p{
  font-size: 9.5pt;
  margin-bottom: 0px;
}

.terms-inline .custom-checkbox-box .control-label{
  font-weight: normal;
  font-size: 14px;
  font-family: Arial,sans-serif;
}

.agreement-link{
  margin-left: 5px;
  font-weight: normal;
  font-size: 14px;
  font-family: Arial,sans-serif;
  color: #0585cd;
}

.agreement-link:hover{
    color: #23527c;
    text-decoration: underline;
}

.terms-inline .custom-checkbox-box .control-label .required_text{
  display: none;
}

.bottom-wording p{
    font-family: Arial,sans-serif;
    line-height: 11pt;
    font-size: 9.5pt;
    color: #414042;
}

.float-right{
  float: right;
}

.mt10{
    margin-top: 10px;
}

.premium-block label{
  margin-bottom: 0px;
}

.premium-block .input-group{
  width: 100%;
}

.mb10{
  margin-bottom: 10px!important;
}

.mb15{
  margin-bottom: 15px!important;
}

.flex-box{
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flex-center{
    height: calc(100% - 200px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-lg.btn-end{
    background-color: #ffba00;
    padding: 14px 26px!important;
    border-radius: 8px;
    position: relative;
    top: 8px;
    font-weight: 500;
    font-style: normal;
    font-size: 17px;
    transition: all .2s ease-in-out;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    border:0px!important;
    width: 200px;
    height: 69px;
    font-family: neue-haas-unica, sans-serif;
}

.btn-lg.btn-end:hover{
  background-color: #0ef0fe;
}

.btn-lg.btn-end:active{
  color:  #212529;
}

.logo-finish{
    width: 230px;
    margin-bottom: 25px;
}

.mx-width-600{
  max-width: 600px;
}

/* LOADER */

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url('../img/loader.png');
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 2px solid #fcb900;
  border-color: #fcb900 transparent #fcb900 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-group{
  display: flex;
}

.flex-group .custom-checkbox-box{
  margin-top: -1px;
  margin-left: 5px;
}

.background{
  background-size:cover;
  background-position: center top;
}

.background .panel-custom{
  background-color: transparent;
  box-shadow: none;
}

.panel-custom{
    box-shadow: 0px 0px 11px #00000024;
    padding: 22px 36px 36px;
    border-radius: 8px;
    margin-bottom: 40px;
    border: 0px;
}

.panel-custom .panel-heading{
  background-color: white!important;
  border-color: white!important;
}

.panel-custom .panel-title{
    color: #333;
    text-align: center;
}

.mt15{
  margin-top: 15px;
}

.alert.alert-warning.alert-dismissable ul li{
  color: #8a6d3b;
  font-weight: normal;
  font-size: 9.5pt;
  line-height: 11pt;
}

.alert.alert-warning.alert-dismissable strong{
  font-size: 9.5pt;
}

.flex-checkbox{
  display: flex;
  align-items: center;
  margin-right: 5px;
}

.flex-checkbox label{
  margin-bottom: 0px;
}

.flex-checkbox input[type="checkbox"]{
    height: 17px;
    margin-top: -2px;
    margin-right: 5px;
}

/**
 * CUSTOM RADIOS
 */

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label{
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #333;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 1px;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #1d84cd;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:checked + label:before{
  border: 1px solid #1d84cd!important;
  left: 0px;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*.form-group.bool-paddding.flex-div .form-control:first-child [type="radio"]:checked + label:before,
div[core-container="answer-bool"] .form-control:last-child [type="radio"]:checked + label:before,
.choice-group [type="radio"]:checked + label:before{
  left: 1px;
}*/

/**
 * CUSTOM CHECKBOXES
 */
input[type=checkbox] {
   position: relative;
   cursor: pointer;
}

input[type=checkbox]:before {
   content: "";
   display: block;
   position: absolute;
   width: 16px;
   height: 16px;
   top: 0;
   left: 0;
   border: 1px solid #ccc;
   border-radius: 3px;
   background-color: white;
}

input[type=checkbox]:checked::before{
  border: 1px solid #1d84cd;
  background-color: rgb(29, 131, 205);
}

input[type=checkbox]:checked:after {
   content: "";
   display: block;
   width: 5px;
   height: 10px;
   border: 1px solid #1d84cd;
   border-width: 0 2px 2px 0;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   position: absolute;
   top: 2px;
   left: 6px;
   border-color: #ffffff;
}

input[type=checkbox][disabled]{
  border: 1px solid #ddd;
}

.custom-checkbox-box input{
  margin-top: 2px;
}

.bg-sandy {
    background-color: #fcf6e0;
}

.panel-additionals{
  margin-bottom: 15px!important;
}

.panel-additionals:last-child{
  margin-bottom: 0px!important;
}

.panel-additionals a{
  color: #0585cd;
}

.panel-additionals .panel-heading b{
    line-height: 11pt;
    font-size: 9.5pt;
    color: #414042!important;
    font-family: Arial,sans-serif;
}

.panel-additionals .panel-body{
  padding: 15px;
}

.panel-additionals .table td{
    font-size: 9.5pt;
    color: #414042;
}

.panel-additionals .table tr td{
  border-left: 0px!important;
  border-right: 0px!important;
  text-transform: capitalize
}

div[core-container="answer-bool"] .form-control:last-child [type="radio"]:checked + label:before{
  left: 1px;
}

.message-block{
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.message-block .box-shadow:after,
.message-block .box-shadow:before{
  background: transparent!important;
  width: 0;
  height: 0;
  max-width: 0px;
  top: 0;
  left: 0;
  bottom: 0;
}

.message-block .block-message{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
}

.message-block .message-text{
  font-size: 26px;
  margin-bottom: 35px;
  font-family: roc-grotesk, sans-serif;
  line-height: 1.2;
  font-weight: 500;
  color: black;
}

label[for="quotation_maternity"]{
  font-weight: normal!important;
  font-size: 14px;
  cursor: pointer;
}

.text-initial {
    text-transform: initial;
}

.mt15{
  margin-top: 15px;
}

.panel-group{
  margin-bottom: 0px;
}

.panel-info>.panel-heading{
    padding: 3px 15px;
}

.panel-inline{
    display: flex;
    height: 50px;
    border-bottom: 1px solid #eee!important;
    border-radius: 0px;
    margin-bottom: 10px;
    margin-top: -5px;
}

.panel-inline.no-border:after{
  background-color: transparent;
}

.panel-inline.no-border .panel-heading.panelhead-w.no-background{
    width: 95px;
    display: flex;
    align-items: center;
    height: 44px;
}

.panel-inline.no-border .panel-body{
    width: 23%;
}

.panel-inline.no-border .panel-body .row-15 .col-xs-12.col-sm-4{
    width: 100%;
}

.panel.panel-info.panel-w.no-border.no-shadow{
    margin-bottom:10px!important;
}

.pd15.pt0{
    padding-top: 0px!important;
}

.form-group label,
button span,
.form-group a.btn{
    margin-bottom: 2px;
}

.form-group-ckbox label{
    margin-bottom: 0px!important;
}

.form-group-ckbox .custom-checkbox-box input{
    margin-top: -3px;
}

.panel.panel-info.panel-w.no-border.no-shadow:last-child{
  margin-bottom:0px!important;
}

.mb0,
.form-group-ckbox .mb0{
    margin: 0px!important;
}

span.fa.fa-arrow-left {
    margin-right: 6px;
}

.w100{
  width: 100%!important;
}

.form-group.has-error label.error{
  display: none!important
}

.has-error .control-label{
    color: #e70000!important;
}

.has-error .form-control,
.has-error .form-control:focus,
.has-error .select-search:focus,
.has-error .select-search{
    border-color: #e70000!important;
}

.fs-15{
  font-size:15px!important;
}

.alert.alert-warning.alert-dismissable.mt15{
  margin-top:15px!important;
}