html {
    box-sizing: border-box;
  }
  *, *:before, *:after {
    box-sizing: inherit;
}

html, body {
    height:100%;
}

img{
    max-width: 100%;
}

h1{
    font-size: 24px;
    color: #06678F;
    font-weight: 700;
}

.encabezado-principal{
    font-size: 34px !important;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 500; 
    color: #06678F;
}

.encabezado-modal{
    text-align: center;
    color: #06678F;
    font-weight: 700;
    font-size: 26px;
}

.texto-modal{
    font-weight: 600;
    font-size: 20px;

}
/*Texto modal*/
.texto-modal-disable{
    font-size: 20px;
}

/*Centrar thead datatables*/
.table thead th{vertical-align: middle !important}
.table tbody td{vertical-align: middle !important}


.main-sidebar .sidebar{
    overflow-y: scroll;
}

/*Estilos Sección Login*/

.body-login{
    background: url("/resources/img/fondo.png") no-repeat;
    background-size: cover;
    margin: 0;
    background-attachment: fixed;
}

h2{
    font-size: 20px;
}

.btn-primary{
    background-color: #189BD9;
}

.login-box{
    background-color: white;
    padding: 20px 40px;
    width: 455px !important;
    margin: 0 auto;
    border-radius: 5px;
}

#view-password, #new-view-password, #new-confirmed-view-password{
    background-color: white !important;
    border-left: none !important;
}

.password, .borde-fecha{
    border-right: none;
}

.imagen-aliados{
    width:50%;
    margin: -30px auto 20px;
}

.contenedor-imagen-abbott{
    max-width: 200px;
}

.formulario .input-style{
    background-color: #F0EDDB;
    color: #06678F;
    padding: 10px;
}

.btn-login{
    border: none;
    outline:none;
    width: 150px;

}

.error-input{
    color: #DC3745;
    font-size: 13px;
}

@media (min-width: 768px) {
    .contenedor-formulario{
        width: 450px;
    }

    .login-box{
        margin-top: 125px !important;
    }
  }



  /*Estilos sección Legal*/
  #contenedor{
      max-width: 95%;
      margin: 0 auto 45px auto;
      background-color: white;
      padding: 30px 15px;
      border-radius:  5px;
      border: 1px solid #C5C8CB;
  }

  .nav-enlaces, .nav-enlaces{
    max-width: 95%;
    margin: 10px auto 5px auto;
    display: flex;
    justify-content: space-between;
}

.enlace-activo{
    background-color: white;
    margin: 0;
    font-weight: 700;
    text-align: center;
    padding: 5px 50px 15px 50px;    color:  black;
    border-radius: 5px;
    border-top: 4px solid #3D9BD6;
    font-size: 15px;
    
}

.enlace-inactivo{
    background-color: white;
    margin: 0;
    font-weight: 700;
    text-align: center;
    padding: 5px 50px 15px 50px;    color:  #A7BEC5;
    border-radius: 5px;
    border-top: 4px solid #81CDE6;
    font-size: 15px;
}

.enlace-catalogo{
    font-size: 15px;
    padding: 5px 30px 15px 30px; 

}

.enlace-accion{
    color: #8A9297;
    font-weight: 700;
    text-align: end;
}

.enlace-accion img{
    width: 20px;
    color: white;
    margin: 0 0 5px 5px;
} 

.botones{
    margin: 30px auto 0 auto;
    width: 400px;
    display: flex;
    justify-content: space-around;
}

.botones a{
    display: block;
    flex-basis: 45%;    
}

.botones input{
    display: block;
    flex-basis: 45%;
}

/*Estilos sidebar*/
.seccion-sidebar{
    color: #06678F;
    font-weight: 700;
    font-size: 18px;
}
 
.subseccion-sidebar{
    color: #189BD9;
    margin-left: 10px;
    margin-right: 10px;
}

.alinear-icono{
    display: flex;
    align-items: center;
}

.circle-icon{
    font-size: 5px;
    display: inline-block;
    color: black;
    margin-right: 10px;
}

.seleccionado{
    background-color: #004F71;
    border-radius: 0% !important;
}

.nav-link:hover{
    background-color: white !important;
}

.seleccionado:hover{
    background-color: #004F71 !important;
}

.seleccionado p, .seleccionado .circle-icon{
    color: white;
}

.img-abbott{
    display: block;
    width: 60%;
    margin: 0 auto;
}

.posicionar-imagen{
    min-height: calc(100vh - 375px);
}

.img-aliados{
    display: block;
    width: 80%;
    margin: 0 auto;
}
/*Estilos temas*/

/*Estilos para el campo input file*/
.image-input, .pdf-input{
    max-width: 300px;
    min-height: 225px;
    position: relative;
}

.pdf-input-product{
    max-width: 350px;
    height: 50px;
    position: relative;
    margin-bottom: 10px;
}

.contenedor-input-disabled{
    max-width: 100%;
    min-height: 225px;
    padding: 30px 0;
    display: flex;
    align-items: center;
    background-color: #F1F1F1;
    border: 1px solid #B9C0C2;
}

.contenedor-input{
    max-width: 100%;
    min-height: 225px;
    border-radius: 10px;
    padding: 30px 0;
    display: flex;
    align-items: center;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23D6D6D6FF' stroke-width='3' stroke-dasharray='9%2c 12' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
}
.contenedor-input-news{
    max-width: 100%;
    min-height: 225px;
    border-radius: 10px;
    padding: 0 0 30px 0;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23D6D6D6FF' stroke-width='3' stroke-dasharray='9%2c 12' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
}
.flex-news{
    display: flex;
    align-items: center;
}

.pdf-image{
    width: 100px;
    margin-top: 23px;
}

.img-upload{
    max-width: 20%;
    margin: 0 auto 15px auto;
}

.input-file-pdf{
    position: absolute;
    top: 13%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 87%;
    opacity: 0 !important;
}

.input-file{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0 !important;
}

.contenedor-preview-image, .contenedor-preview-document{
    max-width: 80%;
    margin: 0 auto;
}
/*Fin estilos campo file*/
.label-input{
    color: #06678F; 
}

.label-archivo{
    color: #06678F;
    text-decoration: underline #06678F;
    font-size: 20px;
    word-wrap: break-word;
}

.encabezado-producto{
    color: #37B8FB;
    font-weight: 700;
}
.thead-blue{
    background-color: #11668F;
    color: white;
}

#contador, #contador-subtitulo {
    font-size: 12px;
    display: block;
    position: absolute;
    right: 10px;
}

#titulo-error{
    position: relative;
}

.icon-view{
    display: inline-block;
    max-width: 30px;
    padding-bottom: 10px;
}

/*Estilos para un checkbox en forma de interruptor*/
.switch {
    position: relative;
    width: 45px;
    height: 18px;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 0;
    top: 4px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 3px;
    top: 2.2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  /*Fin estilos de checkbox*/

.img-menu{
    max-width: 40px;
    max-height: 25px;
    margin: auto;
    display:block;
}

.img-menu-banner{
    max-width: 52px;
    max-height: 37px;
    margin: auto;
    display:block;
}

.img-icon-date{
    max-width: 30px;
    max-height: 20px;
    margin: auto 10px;
    display:block;
}
.borde-datepicker{
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}


.img-circle{
    border-radius: 50%;
}

.icon-menu{
    max-width: 23px;
}

.form-autor{
    min-height: 350px;
}

.img-ponente{
    max-width: 35px;
    border-radius: 25px 25px 25px 25px;
    display:block;
}

.separador{
    color: #00aae4;
    font-size: 24px;
    margin: 10px 0;
    font-weight: 700;
}

.boton-modal{
    display: inline-block;
    width: 145px;
}

.borde-inferior{
    height: 1px;
    width: 100%;
    background-color: #CCD2D3;
}

.campo-obligatorio{
    color:#869093;
}

.select-custom{
    display: inline-block;
    width: 60px;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 20px;
    margin-left: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E) no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 20px !important;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-custom-consejos{
    display: inline-block;
    width: 60px;
    height: calc(1.7rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 20px;
    margin-left: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #495057;
    vertical-align: middle;
    background: #fff url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E) no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #ced4da;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.flecha-select{
    padding-right: calc(30px)!important;
    background: #fff url(/resources/img/arrow_down.png) no-repeat right 0.6rem center/15px 15px!important;
}


/*Estilos Buscador de datatable*/
div.dataTables_filter[id*="_filter"] {
    display: none !important;
}

.search-custom{
    border-radius: 20px;
    border-right: none;
    outline: none;
    margin-bottom: 20px;
}

.search-custom:focus{
    border: solid 1px #ccc;
    outline: none;
    border-right: none;
}

.search-img{
    border-radius: 0px 40px 40px 0px;
    background-color: white;
    border-left: none;
}
/*Fin Estilos Buscador de datatable*/
table th, table td{
    text-align: center;
}

.border-grey{
    border-bottom: solid 1px #ccc;
}


.bordered-with-lines {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23D6D6D6FF' stroke-width='3' stroke-dasharray='9%2c 12' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
    border-radius: 10px;
  }

.icon-right{
    max-width: 95%;
    margin: 0 auto 5px auto;
    display: flex;
    justify-content: end !important;
}

.encabezado-legal{
    font-weight: 700;
    margin-bottom: 15px;
}

.contenedor-legal{
    width: 98% !important;
    margin: 0 auto !important;
}

.color-seleccionar-imagen{
    color: #9E9999;
    font-weight: 700;
}

.contenedor-header{
    max-width: 98%;
    margin: 0 auto;
}

/*Noticias y autores*/
.invalid-feedback-autor{
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
/*Noticias y autores*/
/*SummerNote*/

.hora{
    margin: 0 auto 0 auto !important;
    line-height: 1;
}

.contenedor-dias{
    max-width: 95%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
}

.encabezado-dias{
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin: 0;
}

.linea-azul{
    width: 85px;
    height: 5px;
    background-color: #004F71;
    margin: 10px auto 15px auto;
    border-radius: 20px;
}

.linea-azul-claro{
    width: 100%;
    height: 3px;
    background-color: #81CDE6;
    margin: 10px auto 15px auto;
    border-radius: 20px;
}
.shadow{
    box-shadow: 60px 16px #ccc;
    min-height: 300px;
    width: 90%;
}

/*SummerNote
.swal2-input {
    background: transparent;
    margin-left: 125px;
    margin-bottom: -2px;
    box-sizing: border-box;
    width: 410px;
    transition: border-color 0.3s, box-shadow 0.3s;
    border: 0px solid transparent;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    box-shadow: none!important;
    font-size: 1.125em;
}
*/
.inputEmail {
    padding-left: 0px;
    margin-left: 125px;
    margin-top: 6px;
    margin-bottom: 16px;
    box-sizing: border-box;
    width: 410px;
    font-size: 1.125em;
}

.inputEmail:focus{
    color: #495057;
    background-color: #fff;
    border-color: #06678F;
    outline: 0;
}
.divForgot {
    margin-top: 6px;
    margin-bottom: 16px;
}

.swal2-input.swal2-inputerror{
    border-left: 0px solid transparent !important;
    border-right: 0px solid transparent !important;
    border-top: 0px solid transparent !important;
    border-bottom: 3px solid #06678F !important;
    box-shadow: none!important;
    margin-bottom: -5px;
}

.swal2-input.swal2-inputerror:focus {
    background: transparent;
    border-left: 0px solid transparent !important;
    border-right: 0px solid transparent !important;
    border-top: 0px solid transparent !important;
    border-bottom: 3px solid #06678F !important;
    box-shadow: none!important;
}
.swal2-validation-message {
    color:red;
    justify-content: flex-start!important;
    margin-top: -3px;
    overflow: hidden;
    background: none;
    font-size: 12px;
    font-weight: bold;
    border: none;
    margin-left: 117px;
    margin-bottom: -8px;
}
.swal2-validation-message:before {
    display: none;
    content: "";
}
.swal2-html-container {
    z-index: 1;
    justify-content: center;
    margin: 10px 1.6em .3em;
    padding: 0;
    overflow: auto;
    color: inherit;
    font-size: 1.125em;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word;
}
/*.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #06678F;
    outline: 0;
}*/

.encabezado-recover{
    text-align: center;
    color: #06678F;
    font-weight: 700;
    font-size: 30px;
    margin: 0 0 35px 0;
}
.error_inputRecover{
    color: red;
    font-size: 12px;
    margin-bottom: -100px;
}
.icon-add-pdf{
    max-width: 50px;
}

.icon-pdf{
    width: 30px;
}

.icon-close{
    width: 20px;
    cursor: pointer;
}
.flex{
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
}

.ancho-icon{
    flex-basis: 30px !important;
}
.ancho-nombre{
    flex-basis: 300px !important;
    margin: 0 10px;
    word-break: break-all;

}
.ancho-icon-close{
    flex-basis: 20px !important;
}
.ancho-icon-delete{
    display: flex;
    justify-content: end;
    align-items: end;
    flex-basis: 30px;
    height: 35px;
}
.icon-delete{
    width:30px;
    padding: 0 10px 0 0;
}
.nombre-archivo{
    margin: 0 auto;
    font-size: 14px;
    word-wrap: break-word;
}

.notificacion-muestra{
    align-items: center;
}
  
  #checkbox {  
    display: none;
  }
  #checkbox + .label{
      cursor: pointer;
  }

  .label:before{
      content: '';
      background-image: url("/resources/img/IconCheckBox.png");
      background-repeat: no-repeat;
      background-size: cover;
      width: 26px;
      height: 26px;
      display: inline-block;
  }

  #checkbox:checked + label:before{
    content: '';
    background-image: url("/resources/img/IconCheckBox1.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 26px;
      height: 26px;
      display: inline-block;
  }
  
.radioB {
    margin-top: 6.5px;
    vertical-align: middle;
}

td:nth-child(6) {
    word-break: break-all !important;
}

.buscador-muestras {
    width: 550px !important;
}
.maxSize{
    font-size: 1.25em !important;
}
.inputBold{
    font-weight: bold !important;
}
.size{

}
table{
    width: 100% !important;
}