/* @import url('https://fonts.googleapis.com/css?family=Barlow:400,600|Roboto:400,500&display=swap');
body,
header,
footer {
    font-size: 16px !important;
    font-family: 'Roboto', sans-serif !important;
    color: #727272 !important;
    text-align: justify !important;
} */

@font-face {
    font-family: 'SuraSans';
    src: url('SuraSansVF.woff2') format('woff2'),
         url('SuraSansVF.woff') format('woff'),
         url('SuraSansVF.ttf') format('truetype');
}

body,
header,
footer {
    font-size: 16px !important;
    font-family: 'SuraSans'  !important;
    color: #727272 !important;
    text-align: justify !important;
}

a {
    text-decoration: none !important;
}

a:link {
    text-decoration: none !important;
}

.flex {
    display: flex;
}

ul {
    list-style-type: none;
}


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


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


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


/*HEADER*/

header {
    background-color: #003c71;
    color: #727272 !important;
    min-height: 80px;
}

header .text-header {
    padding-top: 18px;
}

header .logo {
    padding-top: 8px;
}

header .logo img {
    max-width: 140px;
}

header .titulo {
    color: #ffffff !important;
}

header h1,
h2,
h3,
h4,
h5 {
    color: #47bac1 !important;
    font-weight: 600 !important;
}

.header_seccion {
    /* background-color: rgba(209,202,209,0.5); */
    background-color: #FBF9F9;
    margin-bottom: 50px;
    min-height: 150px;
}

.title_header {
    text-transform: uppercase;
    font-size: 1.125rem;
    color: #fff;
    /*margin-left: 20px;*/
    padding: 15px 0 15px 0px;
    /*border-left: 2px solid #e3e829;*/
}

.menucarga {
    min-height: 400px;
    box-shadow: 0 0px 20px 0 #e0e5f0;
    min-width: 231px !important;
}

.menucarga .menu {
    padding: 10px;
}

.menucarga .menu a {
    color: 727272;
    padding: 10px 10px 10px 20px;
}

.content-panel {
    padding: 20px;
}

.table_error_upload_excel {
    height: 250px;
    width: 100%;
    overflow-y: scroll;
}


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


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


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


/*NAV*/

.bg-one {
    background-color: #525252 !important;
    color: #ffffff !important;
}

.bg-two {
    padding-top: 20px !important;
    /* background-color: #525252 !important;*/
}

.bg-two a {
    color: #ffffff !important;
}

.bg-three {
    background-color: #525252 !important;
    color: #ffffff !important;
}

.navbar {
    font-weight: 400 !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.container-fluid {}

.dropdown-menu a {
    color: #727272 !important;
}


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


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


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


/*BTN*/

.btn-small {
    max-height: 35px !important;
    font-size: 14px !important;
    min-width: 170px !important;
}

.btn-small-yellow {
    background-color: #e3e829 !important;
    border-color: #e3e829 !important;
    color: #0033a0 !important;
}

.btn-small-blue {}

.btn {
    max-width: 250px !important;
    background-color: #00aec7;
    border-color: solid 1px #00aec7;
    color: #ffffff;
    /*    font-weight: 600 !important;*/
    max-height: 50px;
    height: 50px !important;
    font-size: 16px;
    border-radius: 25px !important;
}

.btn-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.left-button {
    margin-right: auto;
    padding-left: 30px;
}

.right-button {
    margin-left: auto;
    padding-right: 30px;
    font-size: 15px;
}

.btn-new {
    max-width: 150px !important;
    background-color: #086A87 !important;
    border-color: #086A87 !important;
    color: #ffffff !important;
    /*    font-weight: 600 !important;*/
    max-height: 50px;
    font-size: 12px !important;
}

#msnsearch {
    margin-top: 5px;
    color: #003c71;
}

.btn-search-paginator {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px !important;
    border-radius: 50%;
    background-color: #00aec7;
    background-image: url(../images/icon-input-search.svg);
    background-position: 50%;
    background-size: 21px 20px;
    background-repeat: no-repeat;
    border: 0 solid transparent;
    cursor: pointer;
}

.volver {
    color: #596F91 !important;
    font-size: 18px;
}

.input-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #00aec7;
    background-image: url(../images/icon-input-search.svg);
    background-position: 50%;
    background-size: 21px 20px;
    background-repeat: no-repeat;
    border: 0 solid transparent;
    cursor: pointer;
}

.view-more {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #0033a0;
    background-image: url(../images/icon-input-search.svg);
    background-position: 50%;
    background-size: 20px 28px;
    background-repeat: no-repeat;
    border: 0 solid transparent;
    cursor: pointer;
}


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


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


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

.show_element {
    display: block !important;
}

.hidden_element {
    display: none !important;
}

.requied_field {
    border-bottom: 3px solid salmon !important;
}

.requied_field_ok {
    border: 1px solid green !important;
}

.obligatorio {
    color: red;
}

.panel_campo {
    padding-top: 20px;
}


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


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


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


/*INPUTS*/

.form-control {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(209, 202, 209, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(209, 202, 209, 1);
    box-shadow: 0px 0px 10px 0px rgba(209, 202, 209, 1);
    border-radius: 25px !important;
    color: #727272 !important;
    min-height: 45px !important;
}

input[type="checkbox"] {
    height: 20px !important;
    width: 20px !important;
    box-shadow: 0px 0px 10px 0px rgba(209, 202, 209, 1) !important;
    border: #727272 !important;
    
}


/*TABLE*/

.table {
    border-collapse: separate;
    border-spacing: 10px;
}

.table tr {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(209, 202, 209, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(209, 202, 209, 1);
    box-shadow: 0px 0px 10px 0px rgba(209, 202, 209, 1);
    border-radius: 5px 5px 5px 5px;
    min-height: 80px;
}

table tr td {
    text-align: justify;
    border: hidden !important;
}

table tr th {
    text-align: justify;
    border: hidden !important;
}

.table_upload {
    border: solid 1px #000000 !important;
}

.table_upload tr {
    /*-webkit-box-shadow: 0px 0px 10px 0px rgba(209, 202, 209, 1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(209, 202, 209, 1);
  box-shadow: 0px 0px 10px 0px rgba(209, 202, 209, 1);
  border-radius: 5px 5px 5px 5px;*/
    min-height: 80px;
}

.table_upload tr td {
    text-align: justify;
    border: solid 1px #000000 !important;
}

.table_upload tr th {
    text-align: justify;
    border: solid 1px #000000 !important;
}


/**/

.table_upload_activos {
    border: solid 1px #000000 !important;
}

.table_upload_activos tr {
    /*-webkit-box-shadow: 0px 0px 10px 0px rgba(209, 202, 209, 1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(209, 202, 209, 1);
  box-shadow: 0px 0px 10px 0px rgba(209, 202, 209, 1);
  border-radius: 5px 5px 5px 5px;*/
    min-height: 80px;
}

.table_upload_activos tr td {
    text-align: justify;
    border: solid 1px #000000 !important;
    font-size: 10px;
}

.table_upload_activos tr th {
    text-align: justify;
    border: solid 1px #000000 !important;
    font-size: 10px;
}


/*******************  PAGINADOR ************************************/


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


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


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

.panel_paginador {
    background-color: #F0F0F0;
    margin-top: 20px;
    height: 40px;
}

.paginador {
    margin-left: 2%;
    padding: 5px;
    /*	font-size: 20px;*/
}

.paginador>li>a,
.paginador>li>span {
    position: relative;
    margin-left: 20px;
    line-height: 1.42857143;
    color: #0033A0;
    text-decoration: none;
    padding-left: 10px;
    width: 200px;
}

.paginador li {
    float: left;
    text-decoration: none;
    list-style: none;
}

.paginator {
    display: inline-block;
}

.paginator a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.paginator a.active {
    background-color: #f1f1f1;
    color: #727272;
    border-radius: 5px;
}

.paginator a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}


/*NAV-VERTICAL*/

.nav-vertical a {
    text-decoration: none !important;
    font-size: 16px !important;
}

.nav-vertical {
    margin: 0;
    padding: 0;
    /*  width: 200px;*/
    background-color: #f1f1f1;
    /*  position: fixed;*/
    min-height: 500px;
    height: 100%;
    overflow: auto;
}

.nav-vertical ss {
    display: block;
    color: black;
    padding: 16px;
    text-decoration: none !important;
}

.nav-vertical .active {
    background-color: #596F91;
    color: #ffffff !important;
}

.nav-vertical ss.active {
    background-color: #596F91;
    color: #ffffff !important;
}

.nav-vertical a.active {
    color: #ffffff !important;
}

.nav-vertical ss:hover:not(.active) {
    background-color: #555;
    color: #ffffff !important;
}

.nav-vertical a:hover:not(.active) {
    color: #ffffff !important;
}

div.content {
    margin-left: 200px;
    padding: 1px 16px;
    height: 1000px;
}

.child_op {
    display: none;
}

.child_op s {
    text-decoration: none;
}

.child_op li {
    padding-top: 10px;
    text-decoration: none;
    list-style: none;
    margin-left: -20px;
}

.show_suboption {
    display: block;
}

.hidden_suboption {
    display: none;
}


/*.parent > .child_op:last-of-type {
 display: none;
}
.parent:hover > .child_op:last-of-type {
  display: block;
}*/


/*CONTENEDOR VISTA PREVIS POPUP*/

.contaner-view-more {
    text-align: justify !important;
    padding: 30px;
    min-width: 700px !important;
    max-width: 700px !important;
}

.contaner-view-more .text {
    padding-top: 15px;
}

.contaner-view-more .input {
    padding-bottom: 10px;
    ;
}

.contaner-view-more p {
    padding: 0px !important;
}


/*cONTENIDO DE TABLA DE REGISTROS*/

.table_registros {}

.table_registros .titulo {
    font-size: 24px;
    color: #0033a0;
    font-size: 1.625rem;
    line-height: 1.23;
    margin: 10px 0;
}

.table_registros .fe_update {
    color: #8189a9;
    margin: 10px 0;
}

.table_registros .text {
    padding-right: 30px !important;
    min-width: 280px;
}

.table_registros .text_medium {
    padding-right: 30px !important;
    min-width: 160px;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

@media screen and (max-width: 700px) {
    nav-vertical {
        width: 100%;
        height: auto;
        position: relative;
    }
    nav-vertical ss {
        float: left;
    }
    div.content {
        margin-left: 0;
    }
}

@media screen and (max-width: 400px) {
    nav-vertical a {
        text-align: center;
        float: none;
    }
}