
/*********** ESTILOS DE AUTOCOMPLETAR ************/
.ui-autocomplete {
  z-index: 10000;
  max-height: 180px;
  width: 100px;
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 3px;
  padding: 1px;
  overflow-y: auto;
  overflow-x: hidden;
  cursor:pointer;
}

.ui-autocomplete li:selected {
  background-color: #d9d9d9;
}

.ui-autocomplete li:hover, .ui-autocomplete .ui-state-focus {
  background-color: #d9d9d9;
}


.ui-helper-hidden-accessible {
  display:none;
}

/******************************************/

.paginacion-activa {
  color: #999999 !important;
  cursor: default !important;
  background-color: #F5F5F5 !important;
}

/**********************************************/

#myModal-pisos table.pisos {
  width: 85%;
  float: none;
  margin-left: 42px;
  padding-left: 0;
}

.modalPisos {
  background-color: #fff !important;
  border: 1px solid #ccc;
  float: left;
  margin-left: 29%;
  opacity: 1 !important;
  position: absolute;
  top: 30%;
  vertical-align: middle;
  width: 40%;
  z-index: 1;
}

/*Modificado popup-pisos*/
div.iradio_minimal, div.icheckbox_minimal, div label.ekt {
  float: left;
}
div.iradio_minimal, div.icheckbox_minimal {
  height: 20px;
  margin-top: 2px;
  margin-right: 4px;
}


/************************* New Design Styles *******************************/
#pag-cont-2 #contenido *{
  box-sizing:border-box;
}

.cob-logo-container{
  max-width: 700px;
  margin: auto;
  display: block;
  margin-bottom:15px;
}
.cob-logo{
    text-indent: -9999px;
    overflow: hidden;
    background: url(/webektest/imgs/cobertura/logo-fo-es.jpg);
    background-size: 80%;
    background-repeat: no-repeat;
    width: 224px;
    height: 57px;
}
.cob-logo-es{
  background: url(/webektest/imgs/cobertura/logo-fo-es.jpg);
}
.cob-logo-eus{
  background: url(/webektest/imgs/cobertura/logo-fo-eus.jpg);
}
.cob-faq-container{
  max-width: 700px;
  margin: auto;
  display: block;
  text-align: right;
  margin-bottom: 10px;
 }

.cob-faq{
  /*text-decoration: underline;*/
  color: #aaa;
}
.cob-faq .fa{
  font-size: 1.3em;
}
.cob-faq:hover{
  text-decoration: underline;
}
.cob-container{
  width: 100%;
  background-color: white;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  padding:15px;
  font-family:ITCAvantGardeGothicStdBook,Verdana,Geneva,sans-serif;
}

.cob-panel{
  margin: auto;
  max-width: 700px;
  margin-bottom: 20px;
}
.cob-panel__header{
  background-color: #ed7a10;
  color:white;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  border-radius: 5px 5px 0 0 ;
}
.cob-panel__body{
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 0 0 5px 5px;
  padding: 20px;
  padding-bottom: 0;
  padding-top:10px;
}

  .cob-footer {
    background-color: #fff;
    display: block;
    height: 20px;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 2px solid #ccc;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-radius: 0 0 5px 5px ;
  }

.cob-button{
  border-radius: 5px;
  font-size: 16px;
  width: 200px;
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  line-height: 40px;
  display: block;
  margin: auto;
  cursor: pointer;
  position: relative;
}
.cob-button:hover{
  text-decoration: none !important;
}
.cob-button--blue{
  background-color: #4e9bf1;
  color: white !important;
}
.cob-button--blue:hover{
  background-color: #75b6ff ;
}
.cob-button--orange{
  background-color: #ed7a10;
  color: white !important;
}
.cob-button--orange:hover{
  background-color: #ff9f47;
}

.cob-button--orange:active{
  background-color: #d1731d;
}
.cob-button--blue:active{
  background-color: #2b78ce;
}
.cob-conditions{
  font-size: 12px;
  color: #333;
  vertical-align: middle;
}
.cob-text{
  font-size: 14px;
  color:#777;
  text-align: center;
  margin-bottom: 10px;
}
.cob-link{
  font-size: 12px;
  text-decoration: underline !important;
}
.cob-label{
  font-weight: bold;
  font-size: 13px;
  cursor:default;
}
.cob-strong{
  color: #ed7a10;
  font-weight: bold;
}

.cob-loading{
  text-align: center;
  visibility: hidden;
  color: #ed7a10;
  vertical-align: middle;
}

.cob-input, .cob-input[type="text"], .cob-input[type="select"]{
  border-radius: 4px;
  background-color: #f6f6f6;
  width: 100%;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 0 10px;
  margin-bottom:0;
  font-size: 14px;
  line-height:initial ;
  height: 30px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.cob-container input[type="checkbox"]{
  margin: 0;
  vertical-align: middle;
}
.cob-input[disabled]{
  background-color: #ddd;
}
.cob-button[type="button"]{
  -webkit-appearance: none;
  appearance: none;
  width: 200px;
  border:none;
}


/****** Paneles Alertas error, warning, success **********/
.cob-alert {
  width: 100%;
  font-size: 14px;
  text-align: center;
  max-width: 600px;
  margin:auto;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #fbeed5;
}

.cob-alert--error{
  color: #B94A48;
  background-color: #FFDDDD;
  border-color: #B94A48;
}
.cob-alert--warning{
  color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #AD9365;
}

.cob-alert--success{
  color: #3c763d;
    background-color: #dff0d8;
    border-color: #b1d295;
}
.cob-alert--info{
    color: #666;
    background-color: #ddd;
    border-color: #ccc;
}




/*@media (max-width: 999px){
body{
  width: 100%;
}
.eol41 #pag-cont-2 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .eol41 #pag-cont-2 #contenido {
    padding-bottom: 0;
  }
  .eol41 #pag-contenido-brd2 {
   height: 0;
  }
  #pag-cabecera {
    display: none !important;
  }
  #pag-pie {
    display: none;
  }

}
*/
@media (max-width: 767px){
    .cob-footer {
    background-color: #ed7a10;
    display: block;
    height: 50px;
    width: 100%;
  }
}


/******************* RESPONSIVE COLUMNS BOOSTRAP *****************/
.cob-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .cob-container {
    width: 750px;
  }
    .cob-input{
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .cob-container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cob-container {
    width: 100%;
  }
}

.cob-row {
  margin-left: -15px;
  margin-right: -15px;
  overflow:auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cob-row--center{
  text-align: center;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
 
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
 
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
 
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.st-row:before,
.st-row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.st-row:after {
  clear: both;
}


/************** SPIN LOADERS *****************/

#loaderNumero, #loaderPiso{
  position: absolute;
}

#loaderButton{
  display:inline-block;
  font-size: 1.5em;
  color:white;
  position: absolute;
  right: 5px;
  top: 7px;
}

/********** OVERRIDE ***********/

.eol41 #pag-cont-2 #contenido {
    margin-left:0;
    background: none;
    padding-bottom: 0;
}
