@charset "utf-8";
/* CSS Document */

/*
font-family: 'Montserrat', sans-serif;  TITULOS
font-family: 'PT Sans', sans-serif;  SUB TITULOS
font-family: 'Titillium Web', sans-serif;  PARRAFOS

*/

/*  LOGIN MODULE STYLE  */


.logo-login-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.logo-login {
    width: 150px;
    margin: 40px;
}


.box-usuario-login {
    color: #ffffff;
    position: absolute;
    right: 150px;
    padding: 2%;

    /*margin: 10px;*/
}

.container-main {
    width: 90%;
    margin-left: 5%;
}

.nav-item a{
    font-size: 13pt;
}

/*  BUSQUEDA MODULE STYLE  */
.dataTables_filter{
    display: inline;
    margin-left: 70%;
}

.campo-filtro {
    border-width: thin;
    border-radius: 3px;
    border-color: #5a6268;
    margin: 10px;
    width: 90%;
}


.labels-form {
    color: #5a6268;
    margin-top: 10px;
    margin-right: 20px;
}


.date-class {
    color: #5a6268;
    margin-left: 40%;
    margin-top: -5%;
    margin-bottom: 5px;
    border-color: #5a6268;
}

.labels-form-choice {
    color: #5a6268;
    margin-top: 10px;
    margin-right: 40px;
}

.modul-name {
    margin-top: 15px;
    display: block;
}

/** ######### FORMULARIOS ######### */

.formulario-files {
    margin-top: 50px;
    margin-left: 20%;
    width: 60%;
    border-style: solid;
    padding: 10px;
    border-width: 1px;
    border-color: #0c5460;
    box-shadow: 0 0px 9px rgba(0, 0, 0, .6);
    color: #5a6268;
}


.formulario-files label, .form-alta-manual label {
    width: 200px;
    text-align: right;
    margin: 10px;
}

.formulario-files input, .form-alta-manual input, .form-alta-manual select {
    padding: 5px;
    position: absolute;
    margin-right: 400px;
    margin-top: 5px;
}

.app {
    background-color: #ebedef;
}

.btn-submit {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 30%;
    width: 250px;
}


.form-adjuntar {
    margin: auto;
    width: 40%;
    border-style: solid;
    padding: 10px;
    border-width: 1px;
    border-color: #ddd;
    box-shadow: 0 0px 9px rgba(0, 0, 0, .6);
    color: #5a6268;
}


.form-adjuntar > form > div {
    margin: 25px;
}

.form-adjuntar > form > div > select, .form-adjuntar > form > div > input {
    margin-left: 10px;
}

/** RESPUESTAS */

.resultado-proceso.aprobada {
    color: green;
}


.resultado-proceso.rechazada {
    color: red;
}


.fuente-general {
    font-size: 13px;
}


.msj-result {
    max-width: 555px;
    padding: 5px;
    background-color: #15b738;
    display: block;
    margin: 10px auto;
    font-size: 150%;
    color: white;
    border-radius: 5px;
    text-align: center;
}


.msj-result-error {
    max-width: 555px;
    padding: 5px;
    display: block;
    margin: 10px auto;
    font-size: 150%;
    color: white;
    border-radius: 5px;
    text-align: center;
    background-color: #d62d2d;
}


.msj-result a {
    margin-left: 5px;
    color: #1c7430;
}

/*  HOME MODULE STYLE  */

.listado {
    margin: auto;
    text-align: center;
    border-radius: 10px;
}


.container-body {
    margin-top: 70px;
    width: 95%;
    display: flex;
    justify-content: space-between;
}


.menu-li {
    border-width: 0 0 2px 0;
}

/*  MENU STYLE  */

#home-link {
    float: right;
}

#log-out {
    position: absolute;
    right: 0;
}


.listado-contenido {
    display: block;
    size: 13em;
}


.link-alta-manual {
    text-align: right;
}

.listado-form {
    width: 100%;
    display: flex;
    justify-content: space-between;
}


.listado-form > form > div {
    float: left;
    width: 50%;
}


.listado-form input {
    width: 90%;
}


.listado-form button {
    font-size: 150%;
    margin: 20px 0;
}


.form-control {
    margin-bottom: 15px;
}

.label-form {
    display: grid;
}

.listado-form input, .form-control input {
    border: 1px solid #ddd;
    cursor: pointer;
}


.li-menu {
    cursor: pointer;
    height: 50px;
    padding: 10px;
    display: flex;
    align-items: center;
    margin: 1px;
    background-color: #1C273B;
}


.li-menu a {
    font-size: 160%;
    font-weight: 900;
    color: white;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
}


.li-menu:hover {
    background-color: #1E4052;
}


.formulario {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.CampoFormLogin {
    width: 400px;
}


.text {
    margin-right: 25px;
}


table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
}


table tr {
    background: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}


table th, table td {
    padding: .625em;
    text-align: center;
}


table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}


.form-busqueda {
    margin: 100px;
}


.link-alta-manual {
    text-align: center;
    float: right;
    text-decoration: none;
}

.link-alta-manual:hover {
    color: #0b2e13;
}


.form-carga {
    margin: 100px;
}


.custom-row {
    border-radius: 5px;
    margin: 0 20px 20px 0;
    border: 2px solid #ddd;
    padding: 20px;
    overflow-x: auto;
    display: none;
}


.custom-row-buttons {
    text-align: right;
    opacity: .5;
    float: right;
    display: flex;
    justify-content: center;
}

.custom-row-buttons:hover {
    opacity: 1;
}


.custom-row-buttons > * {
    display: block;
    margin: 5px 0 0;
}

.custom-row h4 {
    margin-bottom: 20px;
}

.custom-row h3 {
    color: #efa707;
    font-weight: 600;
}

.custom-row h3.aprobado {
    color: #0bd900;
}

.custom-row h3.rechazado {
    color: #ef0707;
}

.custom-row h3.revisar {
    color: #19a9e5;
}

.custom-row h3.solicitar {
    color: #1969b5;
}

.custom-row .custom-row-buttons .btn {
    color: white;
    background-color: #efa707;
    font-weight: 600;
    margin-left: 5px;
}

.custom-row .custom-row-buttons .btn.aprobado, .aprobada {
    background-color: #0bd900;
}

.custom-row .custom-row-buttons .btn.rechazado, .rechazada {
    background-color: #ef0707;
}

.custom-row .custom-row-buttons .btn.revisar, .revision {
    background-color: #19a9e5;
}

.custom-row .custom-row-buttons .btn.solicitar {
    background-color: #1969b5;
}

.validada {
    background-color: #01ed00;
}

.preaprobada {
    background-color: #01ed00;
}


.custom-row h3 small {
    float: right;
    margin-top: 7px;
    letter-spacing: -.8px;
    font-weight: 900;
}

.custom-row h5 {
    margin: 0;
    opacity: .5;
}

.listado-actions a {
    text-align: left;
    display: block;
    text-decoration: none !important;
}

.btn.btn-pdf {
    font-size: 125%;
    letter-spacing: -.5px;
    font-weight: 600;
    background: linear-gradient(to top, #278f3e, #3cd35e);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
    border: none;
    transition: 0.2s;
}


.btn.btn-pdf:hover {
    box-shadow: 0 0 0;
    background: linear-gradient(to top, #278f3e, #407e4e);
}


.info-content {
    float: left;
    width: calc(100% - 130px);
}

.info-content .row > div {
    float: left;
    width: 50%;
}


.color-black {
    color: black !important;
}

.info-content-datos {
    width: 100%;
}

.info-content-datos .custom-row {
    padding: 7px;
}

.info-content-datos p {
    margin: 0;
}


.politicamente-exp-ocultar, .compania-ocultar {
    display: none;
}

.btn-link {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.btn-primary-d {
    color: #fff;
    background-color: #30d9c8;
    border-color: #30d9c8;
}

.btn-primary-h {
    color: #fff;
    background-color: #f24444;
    border-color: #f24444;
}

.icon-green {
    color: #00ff00;
}

.icon-red {
    color: #ff0000;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center left;

}