﻿
html, body {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden; 
}

body{
  font-family: 'arial';
	background-color: #ffffff;
  color: #003C81;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

.sura-main-container{
    max-width: 940px;
    width: calc(100% - 70px);
    margin: 0 auto;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    clear: both;
}

a {
    text-decoration: underline;
}

p {
    font-size:16px;
    color:#777E89;
}
label{
  font-family: 'arial';
  font-weight:200;
}
/* header */
.sura-logo-container{
    padding-top:34px;
    padding-bottom:20px;
    padding-left:130px;
    padding-right:95px;

}
.sura-logo-container img{
    width: 118px;
    height:40px;
}
.sura-logo-underline{
    height:35px;
    padding:5px 0 7px 130px;
    background-color:#0033A0;
}
.sura-logo-underline p{
  font-size: 18px;
  color:#ffffff;
}


/* estilos generales */
.sura-titulo{
    font-size:22px;
    color: #0033A0;
    margin-top:40px;
}
.sura-subtitulo{
    font-size: 22px;
    color: #0033A0;
    margin-bottom: 10px;
}
span .sura-parrafo{
  margin-bottom: 6px;
}
.sura-parrafo{
    font-size:16px;
    color:#333333;
}
.parrafo-pregunta{
  font-size: 14px;
  margin-bottom:20px;
}
.sura-contacto{
    font-size:12px;
    color:#999999;
}
.gray-text-small{
  color:#333333;
  font-size:12px;
}
.justify{
  text-align: justify;
}
.bold{
  font-weight: bold;
}
.txt-18{
  font-size: 18px;
}
.txt-14{
  font-size:14px;
}
.txt-blue{
  color: #0033A0;
  font-weight: bold;
}
.margin-top-20{
  margin-top: 20px;
}
.margin-bottom-20{
  margin-bottom: 20px;
}
.margin-bottom-30{
  margin-bottom: 30px;
}
.margin-top-30{
  margin-top:30px;
}
.inline{
  display: inline-block;
}
.block{
  display: block;
}
.no-padding-left{
  padding-left: 0;
}
.no-padding-right{
  padding-right: 0;
}
.txt-consejo{
  font-size:14px;
}
/* botones */
.buttons-container{
  margin-top:40px;
}
.btn{
  width:140px;
  height:37px;
  border-radius:2px;
  border:none;
  margin-right:20px;
}
.btn-continuar{
  background-color: #00AEC7;
  color:#ffffff;
}
.accion-contratar{
  background-color: #E3E829;
  color:#0033A0;
}

.btn-volver{
  background-color:#c3cad6;
  color:#ffffff;
}
.btn-contratar{
  background-color: #E3E829;
  color:#0033A0;
  width:180px;
}
.btn-accion{
  background-color: #E3E829;
  color:#0033A0;
  width:180px;
  margin-right: 0;
  height: 35px;
}
.btn-factura {
  width:200px;
}
/* fin botones */


/*formulario */
.form-label{
  color:#333333;
  font-size: 14px;
  margin-top:20px;
}
.form-label2 {
    color: #333333;
    font-size: 14px;
    margin-top: 20px;
}
.container-formulario{
  padding-top:20px;
}
.label-rut{
  color:#ffffff;
}
/* formularios */

/* personal data box */

.divider{
  border-bottom:1px solid #777E8966;
  margin-top:40px;
}
.box-personal-info{
  max-width: 700px;
  border-radius:2px;
  margin:10px auto;
  padding-top:20px;
  background-color: #EFEFEF;
  -webkit-box-shadow: 8px 8px 2px -7px rgba(125,125,125,0.66);
 -moz-box-shadow: 8px 8px 2px -7px rgba(125,125,125,0.66);
  box-shadow: 8px 8px 2px -7px rgba(125,125,125,0.66);
  min-height: 70px;
  padding-bottom: 12px;

}
.box-personal-info .first-span-in{
  font-weight: bold;
  display: block;
}
.box-personal-info p{
  color:#333333;
  font-size:12px;
}

.edit-icon{
  width:20px;
  position: absolute;
  bottom:0;
  right:6px;
  top:26px;
}
.icon-information{
  width:35px;
}
.box-personal-info .txt-info{
  display: inline-block;
}
.icono-info{
  display: inline-block;
}
/*.icono-info img{
  margin-bottom: 15px;
}*/
.icono-info img {
    /* margin-bottom: 26px; */
    float: left;
}
.icon{
  display: inline-block;
  float: right;
}
.icon-edit{
  width: 20px;
  height: auto;
  margin-top: 21px;
}
.txt-info {
    display: inline-block;
    margin-left: 5px;
}
.txt-info p:first-child {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    color: #333333;
}
.txt-info p:last-child {
    font-size: 12px;
}

@media screen and (max-width:970px){
  .edit-icon{
    width:22px;
    position: absolute;
    bottom:50px!important;
    right:54px!important;
    top:-9px!important;
  }
}
/* personal data box */


/* index */
.box-message-new{
  border-radius:2px;
  background-color:#EEEEEE;
  padding:15px;
  -webkit-box-shadow: 8px 8px 2px -7px rgba(125,125,125,0.66);
 -moz-box-shadow: 8px 8px 2px -7px rgba(125,125,125,0.66);
  box-shadow: 8px 8px 2px -7px rgba(125,125,125,0.66);
  margin-bottom:30px;
}
.message-new-car-txt{
  color:#00AEC7;
  font-size:12px;
}
.message-new-car-txt .bell-icon{
  width:20px;
  height:auto;
  margin-right:10px;
}
.container-input-patente{
  margin-bottom:30px;
}

/* fin index */

/* resultado cotizacion */
.nav-deducible{
  margin-top:20px;
}
.nav-deducible > li {
    background-color: #F9F9FA;
    border-radius: 2px;
    width: 22%;
    height: auto;
    margin-right: 2%;
    text-align: center;
    max-width: 156px;
    box-shadow: 2px 1px 2px 1px rgba(105, 105, 105, 0.26);
    -webkit-box-shadow: 2px 1px 2px 1px rgba(105, 105, 105, 0.26);
    -moz-box-shadow: 2px 1px 2px 1px rgba(105, 105, 105, 0.26);
}
.nav-deducible > li > a {
    color: #333333;
    text-decoration: none;
    border: none;
    margin-right: 0px;
    border-radius: 2px;
    font-size: 16px;
}
.nav-deducible > li.active::after {
    content: "";
    background-image: url(../img/checked-icon.png);
    position: absolute;
    height: 23px;
    width: 23px;
    background-repeat: no-repeat;
    right: -13px;
    top: 10px;
}

.nav-deducible > li.active {
    border: 1px solid #00AEC7;
    transition: .30s ease;
    background: #ffffff;
}

.btn-deducible:last-child{
  margin-right: 0;
}
/* resultado cotizacion */


/*caja deducible*/

.header{
  display: inline-block;
  background: url(../img/triangle_background1.png);
  height:190px;
  width: 100%;
  background-repeat:no-repeat;
  background-position: center;
  margin-bottom:10px;
}

.box-detail:hover{
  display: inline-block;
  background: url(../img/triangle_background.png);
  height:203px;
  width: 100%;
  border-top:10px solid  #1f5fc9;
  background-repeat:no-repeat;
  background-position: center;
  margin-bottom:10px;
  color:#ffffff;
}
.coberturas-txt{
  font-weight: bold;
  color:#333333;
  text-align: left;
  margin-left:25px;
}
.header .titulo:hover{
  color:#ffffff;
}
.box-detail-plan ul{
  padding-left:25px;
}
.box-detail-plan li {
  font-size: 14px;
  color:#333333;
  text-align: left;
}

.box-detail-plan ul li{
  list-style-image: url("../img/check.png");
}
.box-detail-plan .li-no-cubre{
   list-style-image: url("../img/not_checked.png")!important;
}
.box-detail-plan .uf-txt-li{
  font-weight: bold;
  display:inline-block;
}
.box-deducible{
  max-width: 300px;
  cursor: pointer;
}
.box-deducible span{
  display: block;
}
.box-deducible .titulo{
  font-size: 22px;
  font-weight: bold;
  color:#777E89;
}
.box-deducible .sub{
  font-size:16px;
}
.box-deducible .cuotas{
  font-size: 12px
}
.box-deducible .precio{
  font-size:36px;
  font-weight: bold;
}
.box-deducible .uf{
   font-size:12px;
}
.slider-nav .col-md-3{
  padding:0;
}
.slick-list{
  padding:10px 0 10px 0!important;
}

.slick-dots li.slick-active button::before{
  color:#0033A0;
}
.slick-dots li button::before{
  font-size: 28px;
  color:#999;
}
.slick-dots{
  bottom:-25px;
}
.slick-slide .shield-icon{
  display: inline-block;
}
.slick-slide .tooltip-sura{
  display: inline-block;
}
.slick-current .header{
  display: inline-block;
  background: url(../img/triangle_background.png);
  height:203px;
  width: 100%;
  border-top:10px solid  #1f5fc9;
  background-repeat:no-repeat;
  background-position: center;
  margin-bottom:10px;
  color:#ffffff;
  position: relative;
}
.slick-current .header:after{
    content: "";
    background-image: url('../img/checked_plan.png');
    position: absolute;
    height: 23px;
    width: 23px;
    background-repeat: no-repeat;
    top:-16px;
    background-size: contain;
    right: -2px;
}

.slick-current .titulo{
   color:#ffffff!important;
}
.slick-current .box-deducible{
  border-bottom:7px solid  #00AEC7;
  -webkit-box-shadow: 10px 10px 5px -8px rgba(125,125,125,0.66);
  -moz-box-shadow: 10px 10px 5px -8px rgba(125,125,125,0.66);
  box-shadow: 10px 10px 5px -8px rgba(125,125,125,0.66);
   background-color: #F9F9FA;
}

.slick-prev::before, .slick-next::before{
  color:transparent;
}

.slick-prev{
  left: 17px;
  z-index: 9999;
}
.slick-next{
  right:17px;
  z-index: 9999;
}
.slick-prev:before{
  content: '<';
  background-image: url('../img/flecha-left.png');
  background-repeat: no-repeat;
  background-size:12px;
  height:20px;
}
.slick-next:before{
  content: '>';
  background-image: url('../img/flecha-right.png');
  background-repeat: no-repeat;
  background-size:12px;
  height:20px;
}
/* descripbion coberturas */



/* tabla seleccionada */
table {
   table-layout: fixed;
}
.header-table {
  line-height:1!important;
  padding-bottom:20px!important;
  cursor: pointer;
}
.table-responsive{
  overflow-x: inherit;
  border-radius: 2px;
}
.table-responsive{
  -webkit-box-shadow: 1px 1px 4px 1px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 1px 1px 4px 1px rgba(50, 50, 50, 0.2);
  box-shadow: 1px 1px 4px 1px rgba(50, 50, 50, 0.2);
   max-width:938px;
}
.header-table span{
  color:#777E89;
}

.table-coberturas-planes td {
    max-width: 238px;
    color:#333333;
    font-size: 12px;
}
.cobertura-txt{
  vertical-align: middle!important;
  font-size:16px!important;
  font-weight: bold;
  text-align: center;
}
.active-plan{
  background-image:url(../img/table_active_header.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 102%;
  height:90px;
  background-color: rgba(0,51,160,0.2) !important;
}
.active-plan .plan-name, .active-plan > .plan-price, .active-plan > span{
  color:#ffffff;
}
.plan-name{
  margin-bottom: 0;
  font-size:12px;
  margin-bottom:3px;
}
.plan-price{
  font-size:22px;
  display:block;
  font-weight: bold;
  margin-bottom: 0;
}
.table-head span{
  font-weight: lighter;
}
.table-coberturas-planes tr td + td {
   font-weight: bold;
   text-align: center;
}

.table-striped > tbody > tr:nth-of-type(2n+1){
  background:#f7f7f7;
}

.table-striped > tbody > tr:nth-of-type(2n){
  background:#f0f0f0;
}

.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-right: 1px solid #ffffff;
  padding: 10px 13px;
  border-top: none;
}
.table > tbody >tr >td:last-child{
  border-right: none;
}
@media screen and (max-width:990px){
  .table-responsive{
    display: none;
  }
}
@media screen and (min-width: 980px){
  .slider-container-planes{
    display: none;
  }
}

.otros-datos-txt{
  color:#707372;
  font-size: 14px;
  text-decoration: underline;
  display: block;
  margin-top:10px;
}
/*tabla seleccionada*/

.descrip-titulo{
  color:#0033A0;
  font-weight: bold;
}
.descripcion-coberturas-plan{
  border-top:1px solid #97979745;
  border-bottom: 1px solid #97979745;
  margin-top:20px;
  padding-top:30px;
}
.descripcion-coberturas-plan ul{
  list-style: none;
  padding-left:0;
}
.inner-list{
  padding-left:20px!important;
}
.descripcion-coberturas-plan ul li{
  color:#707372;
}
.txt-no-cubre{
  margin-top: 20px;
}
.shield-icon{
  width:16px;
  margin-right:10px;
  height: auto;
  display: inline-block;
}

/* datos pagador */
.calendar-icon{
  width:18px;
  height: auto;
}
/**** paso 3 ****/
.container-valores{
  margin-top:30px;
  padding-top:10px;
  border-top:1px solid #9797974d;
  border-bottom:1px solid #9797974d;
}
.price-cont .txt-prima{
  color:#0033A0;
  font-size:14px
}
.price-cont .txt-price-box{
  color:#333333;
  font-weight: bold;
  font-size: 14px;
}
.price-cont .uf-txt{
  font-size:12px;
  color:#333333;
}
.patpass-icon{
  width:200px;
  height: auto;
  margin-left: -17px;
}
/**** paso 3 ****/
.box-taller a{
  text-decoration: none;
}
.box-taller{
  margin:30px auto;

  min-height:70px;
  max-width: 700px;
  background-color: #EFEFEF;
  -webkit-box-shadow: 10px 10px 5px -8px rgba(125,125,125,0.66);
  -moz-box-shadow: 10px 10px 5px -8px rgba(125,125,125,0.66);
  box-shadow: 10px 10px 5px -8px rgba(125,125,125,0.66);
}
.box-taller p{
  margin-top:20px;
}
.box-taller .coberturas-container-list{
  padding:0 30px 30px 30px;
}
.datos-box .txt-dato{
  color:#777E89;
  font-size:14px
}
.datos-box .txt-dato-fill{
  color:#0033A0;
  font-size: 14px;
}

.box-taller .coberturas-container-list{
   text-align: left;
}
.box-taller ul{
  padding-left:0px;
  list-style: none;
}
.box-taller ul li{
  color:#707372;
}
.icon-more{
  display: inline-block;
}
.icon-collapse {
  width:20px;
  height: auto;
  margin-left:10px;
  margin-bottom:5px;
}
/* modal pat */
#modal-pat .img-factura{
  height: auto;
  margin:0 auto;
}
#modal-pat .modal-content{
  padding: 0;
}
#modal-pat .modal-content p{
  margin-left: 0!important;
}
#modal-pat .modal-header{
  background-color: #E3EB294D;
  color:#707372;
}
.icono-sesion{
  width:12px !important;
  height: auto;
  display: inline-block;
}
#modal-pat .modal-header p{
  font-size:14px!important;
}

/* modal suscripcion pat */

#suscripcion-pat .modal-content{
  padding: 0;
}
#suscripcion-pat .modal-body{
  padding: 0;
}
#suscripcion-pat .modal-content p{
  margin-left: 0!important;
}
.manos-icon{
  margin: 0 auto;
}
/*** exito **/


.banner-autoflexible-cont{
  background: url(../img/banner-exito-flexible.png);
  height:351px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.list-exito{
  list-style: none;
}
.list-img, .text-list{
  display: inline-block;
}
.list-img{
  width:60px;
  height:60px;
}

.text-list{
  max-width: 450px;
}
.exito-icon-list{
  width:40px;
  height: auto
}
.whatsnext{
  color:#ffffff;
  font-size:22px;
  font-weight: bold;
}
.title-exito-autoflexible{
  color:#ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  margin-top: 40px;
}
.container-msje-exito{
    background-color:#1778a9;
    height:400px;
}
.container-msje-exito h2{
  font-size: 22px;
  margin-top:60px;
}
.container-msje-exito{
  color:#ffffff;
}
.container-msje-exito p{
  margin-top: 20px;
}

.container-msje-exito p{
  color:#ffffff!important;
}
@media screen and (max-width:560px){
  .list-img{
    display: block;
    margin:0 auto;
    margin-top:10px;
  }
  .container-msje-exito, .container-msje-error{
    height:500px;
  }
}

/*exito*/
.descargar-poliza{
  margin-top:60px;
}
.cotiza-txt{
  color:#ffffff;
  display: block;
  font-size:14px;
  margin-top:20px;
}
.cotiza-txt:hover{
  color:#E3E829;
}
.banner-responsive{
  width: 100%;
}
.exito-footer{
  margin-top:0;
}

.table-highlight{
  background:rgba(0,51,160,0.1) !important;
}


/* error */
.banner-error-autoflexible{
  background: url(../img/banner_error.png);
  height:286px;
  background-position: center;
  border-top:10px solid #cf8517;
}

.title-error {
  color:#ffffff;
  font-size: 22px;
  text-align: center;
}
.container-msje-error{
  background-color: #B55406;
  height:400px;
  color:#ffffff;
  margin-top:-4px;
}
.list-error{
  line-height:3;
}
.btn-intentar{
  height: 37px;
  width: 200px;
  border-radius: 2px;
  color:#0033A0!important;
  background-color:#E3E829;
  text-decoration: none;
  margin-top:70px;
}
.form-control.select-arrow {
    padding: 0px!important;
    border: 0px;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
}

.k-combobox, .k-dropdown-wrap {
    border-radius: 2px;
}
.k-dropdown-wrap.k-state-focused {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)!important;
}
.form-control.select-arrow span span span.k-select {
    border-left: none!important;
}

.k-list-container li.k-item.k-state-focused {
    border-color: #00AEC7!important;
}
.k-list-container li.k-item.k-state-hover {
    background-color: #00AEC7!important;
    color: #fff!important;
}
.k-list-container li.k-state-selected {
    color: #fff;
    background-color: #00AEC7!important;
    border-color: #00AEC7!important;
}

.form-control.select-arrow span span input.k-input, .form-control.select-arrow span span input.k-input:hover {
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
}
.form-control.select-arrow span span span.k-select, .form-control.select-arrow span span span.k-select:hover {
    background: #fff!important;
    background-image: none!important;
}
.k-combobox .k-dropdown-wrap.k-state-default.sura-form-exito {
    border: 1px solid #00AEC7;
}
.k-combobox .k-dropdown-wrap.k-state-default.sura-form-error {
    border: 1px solid #D0021B;
}
.k-dropdown-wrap .k-input, .k-selectbox .k-input {
    height: 2.13em!important;
    line-height: 1.94em;
    padding: .177em 0;
    text-indent: .8em;
    border: 0;
    margin: 0;
}
.mostrar {
    display: block!important;
}
.ocultar {
    display: none!important;
}
/*span.k-dropdown-wrap.k-state-default, span.k-dropdown-wrap.k-state-disabled {
    height: 34px!important;
}*/

.k-i-arrow-s, .k-dropdown-wrap.k-state-default.k-state-hover .k-i-arrow-s {
    background: url(../img/select_arrow.png)!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position-x: 8px!important;
    background-position: inherit!important;
    /*background-position: 0 -32px;*/
}
.input-validation-error {
    border-color: #D0021B !important;
}

.input-validation-error {
    border: 1px solid #D0021B !important;
}
.nav-deducible > li {
    max-width: 156px!important;
}
.nav-deducible > li > a {
    border: 1px solid #F9F9FA;
}
.nav-deducible > li > a:hover {
    border: 1px solid #00AEC7;
    border-color: #00AEC7!important;
}
.nav-tabs > li > a:hover {
    /* border-color: #eee #eee #ddd; */
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background: none;
}
.li-coberturas {
    font-size:13px!important;
}
.form-control {
    font-size:14px!important;
}
input[type='text']:not(.k-input) {
    border-radius: 2px !important;
}
.form-label {
    padding-left: 0px!important;
    color: #333333!important;
}
.k-dropdown-wrap.k-state-default.sura-form-error {
    border-color: #D0021B;
}
.k-dropdown-wrap.sura-form-exito.k-state-default {
    border-color: #00AEC7;
}

input[type=radio]:not(old):checked + label > span:before{
  content     : '';
  display     : block;
  line-height : 16px;
  text-align  : center;
  font-weight : bold;
}
.k-i-calendar, .k-picker-wrap.k-state-default.k-state-hover .k-i-calendar, .k-state-active .k-i-calendar {
    background: url(../img/icon-calendar.png);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position-x: 5px;
    width: 40px;
    height: 40px;
    background-position-y: 5px;
}
.k-picker-wrap .k-select {
    min-height: 1.94em;
    line-height: 2.29em;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    text-align: center;
    width: 39px;
    height: 100%;
    padding: 0px;
    margin: 0px;
    border-width: 0 0 0 0px;
}
.k-picker-wrap.k-state-default .k-input, .k-picker-wrap.k-state-focused {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.k-picker-wrap.k-state-focused {
    border-color: #00AEC7!important;
}
.k-picker-wrap.k-state-active.k-state-border-down, td.k-state-focused {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.k-today {
    background-color: #eee;
}
.k-picker-wrap.k-state-focused .k-input {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 2px !important;
	border-color: #00AEC7;
}
.k-picker-wrap.k-state-active  {
	background-color: #fff;
}
.k-calendar-container.k-group {
    border-color: #00AEC7;
}
.k-calendar .k-header a {
    color:#000!important;
}
.k-calendar th, .k-link.k-nav-fast {
    color: #000;
    font-weight:bold;
}
.k-calendar .k-link {
    color: #000!important;
}
td.k-state-focused.k-state-selected, .k-state-selected td.k-state-focused {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color:#999;
}
.k-calendar .k-content .k-link {
    padding: 0px!important;
    text-align: center!important;
}
.k-calendar td {
    padding: 0px;
    cursor: pointer;
}
.k-calendar th {
    background-color: #fff;
    text-align: center!important;
    border: 0px;
}
.k-popup .k-calendar, .k-widget.k-calendar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color:#fff;
}
.k-calendar-container, .k-calendar-container.k-state-border-up {
    border-radius:0;
    padding: 2px;
}
.k-popup.k-list-container, .k-popup.k-calendar-container {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    padding: 0px;
    border-width: 1px;
    border-style: solid;
}
.k-calendar .k-footer .k-nav-today {
    background-color: #fff;
}
.k-calendar-container.k-group {
    background-color: #fff;
}
.k-picker-wrap.k-state-default.sura-form-exito {
	border-color: #00AEC7;
}
.k-picker-wrap.k-state-default  {
	border-color: #ccc;
}
.k-picker-wrap.k-state-default.sura-form-error {
	border-color: #D0021B;
}
.k-today.k-state-selected, .k-today.k-state-selected.k-state-hover {
    color:#333;
}

.sura-disabled {
    height: 37px;
    line-height: 37px;
    display: block;
    font-size: 14px;
    font-family: Arial;
    padding: 0 10px;
    border-radius: 2px;
    border: 1px solid #C5CBD3;
    background-color: #eee;
    color: #000;
}
.btn-activar-mandato {
    width: 200px;
    height: 37px;
    border: none;
    margin-right: 0;
    background-color: #00AEC7;
    color: #ffffff;
    padding: 0;
    margin-top: 43px;
}
.btn-activar-mandato:hover {
    color: #ffffff;
}
.sura-modal-content-transbank {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border-radius: 2px;
    outline: 0;
}
.modal-header-login {
    border-bottom: none;
    height: 40px;
    background: lightgoldenrodyellow;
}
.modal-header.modal-transbank {
    background: lightgoldenrodyellow;
}
.txt-info span {
    display: block;
    font-size: 12px;
}
.txt-info .text-info-head {
    font-weight: bold;
    margin: 0;
    color: #333333;
}

.txt-info span {
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 155px;
    overflow: hidden;
}
#table-contratacion {
    margin: 40px auto;
    max-width: 450px;
    display: block!important;
}
.box-taller {
    margin: 30px auto;
    min-height: 70px;
    max-width: 700px;
    border: 1px solid rgba(151, 151, 151, 0.5019607843137255);
    border-radius: 2px;
    -webkit-box-shadow: 8px 8px 2px -7px rgba(125,125,125,0.66);
    -moz-box-shadow: 8px 8px 2px -7px rgba(125,125,125,0.66);
    box-shadow: 8px 8px 2px -7px rgba(125,125,125,0.66);
    background-color: #fff;
}
@media screen and (max-width: 560px) {
    #table-contratacion .active-plan {
        background-size: cover;
        background-position: center center;
    }
}
@media screen and (max-width: 540px) {
    .sura-wizard li + li {
        margin-left: 10px!important;
    }
}
@media screen and (min-width: 541px) and (max-width: 768px) {
    .sura-wizard li+li {
        margin-left: 30px!important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {

    .k-i-calendar, .k-picker-wrap.k-state-default.k-state-hover .k-i-calendar, .k-state-active .k-i-calendar {
        background: url(../img/icon-calendar.png)!important;
        background-size: 26px!important;
        background-repeat: no-repeat!important;
        background-position-x: 5px!important;
        width: 40px;
        height: 40px;
        background-position-y: 5px!important;
    }
}






/*
.sura-modal-content-transbank {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border-radius: 2px;
    outline: 0;
}
.sura-modal-dialog-transbank {
    position: relative;
    width: 90%;
    max-width: 90%;
    margin: 12% auto;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal-body-login {
    min-height: 450px;
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
    .sura-modal-dialog-transbank {
        margin: 45% auto;
    }
}

@media screen and (min-width:481px) and (max-width:768px) {
    .sura-modal-dialog-transbank {
        margin: 12% auto;
    }
    .modal-body-login {
        min-height: 400px!important;
    }
    #iframeTransbank {
        height: 400px!important;
        min-height: 400px!important;
    }
}
@media screen and (min-width:769px) and (max-width:1024px) {
    .sura-modal-dialog-transbank {
        margin: 19% auto;
    }
}
@media screen and (min-width:1025px) and  (max-width:1394px) {
    .sura-modal-dialog-transbank {
        margin: 12% auto;
    }
    .modal-body-login {
        min-height: 500px!important;
    }
    #iframeTransbank {
        min-height: 500px!important;
    }
}

.modal-header.modal-transbank {
    padding: 0px 15px!important;
}*/