
html, body {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
}

body {
    font-family: 'arial';
    background-color: #ffffff;
    color: #003C81;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100vh;
}


.sura-main-container{
    max-width:940px;
    width: calc(100% - 40px);
    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-cont-inner{
  max-width:1039px;
  margin:0 auto;
  padding-left: 15px;
  padding-right:15px;
}
.sura-logo-container{
    padding-top:34px;
    padding-bottom:20px;
}
.sura-logo-container img{
    width: 118px;
    height:40px;
}
.sura-logo-underline{
    height:35px;
    padding:5px 0 7px;
    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:18px;
    color: #0033A0;
    margin-bottom: 15px;
}
span .sura-parrafo{
  margin-bottom: 6px;
}
.sura-parrafo{
    font-size:16px;
}
.sura-contacto{
    font-size:12px;
    color:#999999;
}
.justify{
  text-align: justify;
}
.bold{
  font-weight: bold;
}
.inline{
  display: inline-block;
}


/* botones */
.buttons-container{
  margin-top: 130px;
}
.btn{
  width:140px;
  height:35px;
  border-radius:2px;
  border:none;
}
.btn-continuar{
  background-color: #00AEC7;
  color:#ffffff;
}

/* fin botones */

.shadow{
  -webkit-box-shadow: 3px 2px 2px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 3px 2px 2px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 3px 2px 2px 0px rgba(50, 50, 50, 0.2);
}


.sura-box-poliza{
  background-color: #F7F7F7;
  padding:30px 10px 10px 10px;
  display: flex;
  min-height: 179px;
  align-items: center;
  justify-content: center;
}
.sura-box-poliza p {
  margin-top:4px;
}

.form-control{
  border-radius: 2px;
  box-shadow: none;
}

.details-container h2{
  margin:40px 0 20px 0;
}
.table{
  font-size: 12px;
  margin-top:10px;
}
.table .header-table{
  color: #333333;
  font-weight: bold;

}
.header-table > td {
  padding:15px 2px!important;
}

td{
  padding: 5px 2px!important;

}
.header-table{
  font-size:12px;
}
.table-responsive{
  -webkit-box-shadow: 3px 2px 2px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 3px 2px 2px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 3px 2px 2px 0px rgba(50, 50, 50, 0.2);
  overflow: inherit;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  vertical-align: middle;
  border-top: none;
}
.table-bordered > tbody > tr > td {
  border:1px solid #C3CAD6;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
  background: #F7F7F7;
}
.table-striped > tbody > tr:nth-of-type(2n) {
  background: #F0F0F0;
}
tr:not(.header-table) {
  color: #707372;
}
td > img {
  margin:0 8px;
}
.search{
  margin-top: 15px;
  margin-bottom:30px;
}
.texto-ayuda{
  font-size:12px;
  margin-top:20px;
  color:#707372;
}
.arrow-paginador{
  cursor: pointer;
}
.paginador-txt{
  font-size: 12px;
}
.texto-ayuda a{
  color:#0033A0;
}
.search{
  width:50px;
  margin:0px;
  border:1px solid #C3CAD6 ;
  background-color: #ffffff;
  color : #0033A0;
  font-size:17px;
  height:34px;
  border-left: none;
  padding-top: 3px;
}
.search:hover{
  background-color:#ffffff;
  color:#0033A0;
  border:1px solid #C3CAD6;
  border-left: none;
  padding-top: 3px;
}
.input-group{
  margin-top:40px;
  margin-bottom:15px;
}
.select-group{
  margin-top: 20px;
}
.input-row{
  align-self: stretch;
}
.select-p{
  margin-top:10px;
  font-size:13px;
}

.paginador img{
  margin: 0 3px;
  height:10px;
}
.paginador p{
  margin-bottom:30px;
}
.btn-animate {
  text-align: center;
  cursor: pointer;
  transition: all 300ms ease;
  text-decoration: none !important;
  position: relative;
  vertical-align: middle;
  -webkit-appearance: none;
 -moz-appearance: none;
  appearance: none;
  width: auto;
  border: none;
  overflow: hidden;
  min-width: 140px;
}

.btn-animate {
  color: #ffffff;
  background-color: #36AEC7;
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  position: relative;
}

.btn-animate:before {
  background-color: #0033A0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50% 0;
  -ms-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
  transition: all 0.3s ease-in;
  z-index: -1;
  border-bottom-right-radius: 3px;
  border-radius: 3px;
}

.btn-animate:hover {
  background: #0033A0;
  color:#ffffff;
}

.btn-animate:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  border-bottom-right-radius: 3px;
  border-radius: 3px;
}

/* no encontrado*/
.margin-top-txt{
  margin-top:100px;
}
.box-msge-notfound {
  margin-top:30px;
  display: block;
}

.icon-atencion{
  width:25px;
  height: auto;
  margin-top:8px;
}
.not-found-txt{
  font-size:14px;
  color:#0033A0;
}
.centrarModal {
    top: 40%
}

.img {
    position: absolute !important;
    border: 16px solid #f3f3f3 !important;
    border-radius: 50% !important;
    border-top: 16px solid #3498db !important;
    width: 70px !important;
    height: 70px !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 40% !important;
    /*-webkit-animation: spin 2s linear infinite; 
    animation: spin 2s linear infinite;*/
}