@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
  }

.btn_guardar,
.btn_fila {
    background-color: #746cb4;
    padding: 8px 16px;
    border: none;
    border-radius: 5px;
    margin: 20px 0px;
    color: white;
    cursor: pointer;
}

.cajon_boton_rigth {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
}

.btn_fila {
    margin: 10px 0px;
    text-decoration: none;
}

ul {
    list-style: none;
}

.color_azul_claro {
    color: rgb(0, 153, 255) !important;
}

.color_rojo {
    color: tomato !important;
}

.color_naranja {
    color: #f57c00 !important;
}

.color_gris {
    color: #424242 !important;
}

.color_verde {
    color: #00c853 !important;
}

.color_morado {
    color: #673ab7 !important;
}

.color_fondo_rojo {
    background-color: red !important;
}

.color_vinotinto {
    color: rgb(218, 52, 143);
}

/*
                            estilos panel 
=======================================================================================*/

.panel {
    display: flex;
    flex-direction: row;
    height: 100vh;
}

.panel #menuPrincipal {
    position: fixed;
    width: 90px;
    height: 100%;
    background-color: #746cb4;
    transition: all 0.3s;
    /* overflow: hidden; */
}

.panel #menuPrincipal:hover {
    width: 250px;
    z-index: 900;
}

.panel section {
    flex-grow: 8;
    padding-left: 90px;
    transition: all 0.3s;
}

#menuPrincipal .logo {
    margin: 20px auto;
    width: 50px;
    height: auto;
}

#menuPrincipal .logo img {
    width: 100%;
    height: auto;
}

.nav_panel ul {
    list-style: none;
}

.nav_panel ul a li {
    width: 100%;
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.nav_panel ul a li:hover {
    background-color: #8880c4;
}

.nav_panel ul a li img {
    width: 30px;
    height: auto;
    /* display: block; */
    text-align: center;
    margin-left: 20px;
    transition-property: margin;
    transition-duration: 0.3s;
}

.nav_panel .opt_menu {
    width: 0px;
    transition-property: width padding;
    transition-duration: 0.3s;
    color: white;
    overflow: hidden;
}

.submenu {
    display: none;
    color: white;
    text-align: center;
}

.nav_panel .submenu li {
    padding: 0px;
}

.submenu li a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 10px;
    margin: auto;
    width: 100%;
}

.submenuActive {
    background-color: #8880c4;
}

.submenu li:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.527);
    transition: all 0.3s;
}

/*
                            estilo de inicio panel
==========================================================================================*/

.cabecera_welcome {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cabecera_welcome h1 {
    color: #746cb4;
    font-weight: 400;
    font-size: 2.5rem;
}

.img_perfil {
    width: 50px;
    padding: 5px;
    height: auto;
    border-radius: 5px;
    /* background-color: rgb(243, 243, 243); */
}

.img_perfil img {
    width: 100%;
}

.cont_info_db {
    width: 100%;
    height: auto;
    padding: 30px;
    display: flex;
    justify-content: center;
}

.cont_info_db h3,
.cont_info_db h2 {
    font-weight: 300;
}

.item_db {
    width: 180px;
    /* border: 1px solid #746cb4; */
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px;
}

.title_db {
    color: white;
    width: 100%;
    border-radius: 10px;
    background-color: #746cb4;
    text-align: center;
    line-height: 1.5;
}

.number_db {
    margin: 10px 0 20px 0px;
    width: 60%;
    height: 100px;
    border: 3px solid #746cb4;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.number_db h2 {
    font-size: 3rem;
    color: #746cb4;
}

.select_db {
    width: 100%;
}

.select_db select {
    width: 100%;
    appearance: none;
    /* -webkit-appearance: none;
    -moz-appearance: none; */
    outline: none;
    border: 1px solid #746cb4;
    border-radius: 10px;
    padding: 6px 10px;
    color: #746cb4;
    text-align-last: center;
}

.select_db select option {
    text-align: center;
}

.tabla_home {
    width: 100%;
    height: auto;
    min-height: 300px;
    border-bottom: 1px solid #746cb4;
}

.info_home {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #746cb4;
    align-items: center;
    padding: 2px 10px;
}

.info_home h4 {
    color: #746cb4;
    font-size: 1.5rem;
    font-weight: 300;
}

/*
                            esrilos clientes 
=======================================================================================*/

.container_clientes {
    width: 90%;
    max-width: 1200px;
    height: auto;
    margin: 20px auto;
    padding: 10px;
}

.clientes_head {
    display: flex;
    justify-content: space-between;
}

.clientes_head-guia {
    display: flex;
    align-items: flex-end;
    /* border: 1px solid red; */
}

.clientes_head-guia img {
    width: 50px;
    height: auto;
    padding-right: 10px;
}

.clientes_head-guia h4 {
    line-height: 0.8;
    font-size: 1.5rem;
    font-weight: 300;
    color: #746cb4;
}
.clientes_head-guia h3 {
    line-height: 0.8;
    font-size: 1.0rem;
    font-weight: 300;
    color: #746cb4;
}

.clientes_head-guia .info_head {
    display: flex;
    height: 65px;
    border-left: 1px solid #746cb4;
    flex-direction: column;
    padding-left: 5px;
    color: gray;
}

.clientes_head-guia .info_head h5,
.clientes_head-guia .info_head h6,
.clientes_head-guia .info_head p {
    font-weight: 500;
    font-size: 1.2rem;
}

.clientes_head-guia .info_head h6 {
    font-size: 0.8rem;
    line-height: 1.5;
}

.clientes_head-guia .info_head p {
    font-size: 0.7rem;
}

.clientes_head-btns_nav .search {
    position: relative;
    margin-bottom: 5px;
    height: 30px;
    /* border: 1px solid red; */
    width: 180px;
}

.clientes_head-btns_nav .search input {
    outline: none;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 10px;
    border: 2px solid #746cb4;
    padding: 0px 25px 5px 8px;
    width: 20px;
    z-index: 10;
    background-color: transparent;
    transition: all 0.5s;
}

.clientes_head-btns_nav .search img {
    position: absolute;
    top: 7px;
    right: 8px;
    width: 14px;
    cursor: pointer;
    z-index: 5;
}

.clientes_head-btns_nav .search input:focus {
    width: 100%;
    box-shadow: 0px 1px 3px 1px #746cb450;
}

.clientes_head-btns_nav .btns {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.border_menu {
    width: 1px;
    height: 30px;
    margin: 0px 10px;
    background-color: #746cb4;
}

/* .clientes_head-btns_nav .btns > a{
    display: none;
} */

.clientes_head-btns_nav .btns a img {
    width: 30px;
    margin: 0px 5px;
}

.clientes_head-body {
    width: 100%;
    height: auto;
    margin-top: 16px;
}

.clientes_head-body table {
    width: 100%;
    text-align: left;
    line-height: 1.5;
    border: 0px;
    border-collapse: separate;
    border-spacing: 0px 0px;
}

.clientes_head-body table thead tr th {
    border-bottom: 1px solid #746cb4;
    border-collapse: separate;
    border-spacing: 5px 5px;
    line-height: 2;
    color: #746cb4;
    font-weight: 500;
}

.clientes_head-body table tbody tr td {
    line-height: 2;
    cursor: pointer;
    padding: 0px 10px;
    text-transform: capitalize;
}

.clientes_head-body table tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

.clientes_head-body .container_form {
    display: grid;
    grid-template-columns: 300px 150px 150px 150px;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    margin-top: 16px;
}

.clientes_head-body .cont_input {
    width: 100%;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    position: relative;
}

.clientes_head-body input,
.contenido_modal input,
.clientes_head-body select,
.contenido_modal select {
    width: 100%;
    padding: 5px 8px;
    border-radius: 3px;
    border: 1px solid gray;
    appearance: none;
    /* -webkit-appearance: none;
    -moz-appearance: none; */
}

.clientes_head-body label {
    font-size: 0.9rem;
}

.clientes_head-body input:focus,
.contenido_modal input:focus,
.contenido_modal select:focus,
.clientes_head-body select:focus {
    outline: 1px solid #8a81ce;
}

.clientes_head-body select option:hover {
    background-color: #746cb4;
}

.con_input_file {
    position: relative;
    width: 50px;
    height: 50px;
    /* border: 1px solid red; */
    margin: 10px;
    padding: 20px;
    border-radius: 3px;
    /* border: 1px solid gray; */
    border: none;
}

.invalidFile {
    border: 1px solid tomato;
    box-shadow: 1px 1px 2px 2px rgba(255, 99, 71, 0.164);
}

.con_input_file input {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
}

.con_input_file img {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: auto;
    cursor: pointer;
    z-index: 5;
}

.con_input_file:active {
    transition: 0.3s;
    transform: scale(0.8);
}

.dinArchivos {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    border-style: dashed;
    border-width: thin;
    padding: 0 15px;
}

#text_input_file {
    width: 130px;
    height: 27px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clientes_head-body .cont_textarea {
    display: flex;
    flex-direction: row;
    grid-column-start: 1;
    grid-column-end: 4;
    /* border: 1px solid red; */
}

.ico_comentarios {
    background-color: #746cb4;
    padding: 10px;
    border-radius: 50%;
    color: white;
    margin: 5px;
}

.clientes_head-body .cont_textarea textarea {
    width: 100%;
    height: 60px;
    border: 1px solid gray;
    border-radius: 3px;
    resize: none;
    margin: 2px 5px;
    padding: 8px 5px;
}

.clientes_head-body .cont_textarea textarea:focus,
.cont_textarea_factura textarea:focus {
    outline: 1px solid #746cb4;
}

.clientes_head-body .ul_info {
    margin: 20px 0px;
    color: gray;
}

.clientes_head-body .ul_info li {
    display: flex;
    padding: 10px 0px;
    align-items: center;
    font-size: 0.9rem;
}

.clientes_head-body .ul_info li img {
    width: 20px;
    margin: 0px 10px 0px 0px;
}

/*
                            esrilos clientes 
=======================================================================================*/

.grid_tres,
.grid_cuatro {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    margin: 10px 0px;
}

.grid_cuatro {
    grid-template-columns: auto auto auto auto;
}

input[type="date"] {
    padding: 3px 8px;
}

.title_tablas {
    color: #746cb4;
    line-height: 1.5;
}

.tabla_contratos {
    width: 100%;
    line-height: 1.5;
    border: 0px;
    border-collapse: separate;
    border-spacing: 0px 0px;
}

.tabla_contratos thead tr th {
    background-color: #746cb4;
    color: white !important;
    text-align: center;
}

.tabla_ancho {
    width: 50px;
}
.tabla_ancho span{
    vertical-align: middle;
}

.tabla_contratos tbody tr td {
    padding: 5px;
    text-align: center;
}

.tabla_contratos tbody tr td input {
    border: none;
    border-bottom: 1px solid gray;
    border-radius: 0;
}

.tabla_contratos tbody tr td input:focus {
    outline: none;
    border-bottom: 1px solid #746cb4;
}

.checkRecurrecte {
    width: 15px;
    height: 15px;
    appearance: auto !important;
}

.cont_notas_factura {
    display: flex;
    border-bottom: 1px solid #746cb4;
    padding-bottom: 16px;
}

.cont_textarea_factura {
    display: flex;
    flex-direction: column;
    width: 70%;
    margin-right: 20px;
}

.cont_textarea_factura textarea {
    width: 100%;
    height: 80px;
    border: 1px solid gray;
    border-radius: 3px;
    resize: none;
    margin-top: 10px;
    padding: 8px 5px;
}

.cont_precios {
    margin-top: 20px;
}

.cont_input_precios {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    /* border: 1px solid red; */
}

.cont_input_precios input {
    width: 70%;
    border: none;
    border-bottom: 1px solid gray;
}

.cont_input_precios input:focus {
    outline: none;
    border-bottom: 1px solid #746cb4;
}

.contrato_body_info {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
}

.ul_info li {
    line-height: 1.5;
    font-size: 1rem;
    color: #746cb4;
}

.contrato_body_info .precio_total {
    background-color: #746cb4;
    color: white;
    padding: 5px 16px;
    /* height: 40px; */
    font-size: 1.5rem;
}

.contrato_body_info .precio_total h5 {
    font-size: 1rem;
}

.table_muestra {
    width: 100%;
    line-height: 2;
    text-align: left;
}

.table_muestra thead {
    color: #746cb4;
}

.table_muestra tbody {
    color: gray;
}

.centrar_tabla_muestra {
    text-align: center;
}

/*
                            esrilos Modal 
=======================================================================================*/

.cont_modal {
    /* display: none; */
    position: fixed;
    z-index: 45;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

#modalAlerta,
#modal,
#modal_pagos,
#modal_gastos,
#modal_correos,
#confirmar_guardar,
#modal_ingresos,
#modal_eliminar_movimiento {
    display: none;
}

.sombra_modal,
.sombra_modal_alerta {
    width: 100%;
    height: 100%;
    background-color: #746cb449;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 120;
}

.sombra_modal_alerta {
    background-color: rgba(255, 0, 0, 0.514);
}

.contenido_modal {
    width: 50%;
    max-width: 600px;
    background-color: white;
    border-radius: 20px;
    z-index: 150;
    margin: 50px auto;
    position: relative;
    box-shadow: 1px 2px 3px 3px rgba(0, 0, 0, 0.082);
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s;
    position: relative;
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

.btnCerrarModal {
    position: absolute;
    top: 5px;
    right: 10px;
    text-decoration: none;
    padding: 10px;
    border-radius: 50%;
    line-height: 0.8;
}

.btnCerrarModal:active {
    color: #746cb4;
    background-color: #746cb480;
}

.form_modal {
    display: flex;
    padding: 16px;
    align-items: center;
}

.icono_modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* border-right: 1px solid #746cb4; */
    padding-right: 16px;
    color: #746cb4;
    text-align: center;
}

.icono_modal img {
    width: 95px;
}

.icono_modal h2 {
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 10px;
    font-weight: 300;
}

.info_modal {
    padding: 0px 10px;
    color: #746cb4;
    border-left: 1px solid #746cb4;
    /* border: 1px solid red; */
    width: 100%;
}

.info_modal h2,
.info_modal h4 {
    font-weight: 300;
}

.grid_dos {
    /* padding-top: 20px; */
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
}

.cont_daldo h3 {
    color: white;
    background-color: rgba(108, 184, 255, 0.726);
    padding: 5px 20px;
    text-align: center;
    border-radius: 3px;
}

.btn_modal {
    display: block;
    width: 150px;
    margin: 20px auto;
    color: white;
    background-color: #746cb4;
    border: none;
    border-radius: 3px;
    padding: 4px 26px;
    font-size: 1.2rem;
}

.margen_inputs {
    margin-top: 15px;
}

.valid_modales {
    font-size: 1rem;
}

.valid_modales h2 {
    padding: 20px 0px;
}

.valid_modales ul {
    line-height: 1.5;
}

.btns_modal {
    width: 100%;
    display: flex;
    justify-content: center;
}

.btns_modal button {
    margin: 20px 10px;
    cursor: pointer;
}

.btns_modal button:nth-child(2) {
    background-color: black;
    color: white;
}

.btns_modal button:nth-child(2):hover {
    background-color: rgba(0, 0, 0, 0.705);
}

.btns_modal button:nth-child(1):hover {
    background-color: #746cb4c0;
}

.valid_modal_file {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #746cb4;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
}

.progressbar_modal {
    width: 50%;
    border-radius: 20px;
    height: 20px;
    margin: 20px;
    overflow: hidden;
    border: 1px solid #746cb43a;
}

.barra_progressbar {
    height: 100%;
    width: 10%;
    background-color: #746cb4;
}

.borde_rojo_modal {
    border-left: 1px solid red;
}

/*
                            esrilos facturacion 
=======================================================================================*/

.muesta_precio {
    width: 100%;
    height: auto;
    border-top: 1px solid #746cb4;
}

.estilo_precio_total {
    float: right;
    background-color: #746cb4;
    padding: 10px 26px;
    text-align: center;
    color: white;
}

/*
                            estilo de eventos
==========================================================================================*/

.itemActivo {
    background-color: #746cb4 !important;
    color: white;
}
/*
.pagination {
    display: inline-block;
    margin: 25px 0px;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
}

.pagination a.active {
    background-color: #746cb4;
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

/*
                            estilo de Login
==========================================================================================*/

.container_central {
    width: 50%;
    max-width: 600px;
    height: auto;
    margin: 3% auto;
    display: flex;
    /* border: 1px solid rebeccapurple; */
}

.icono_login {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
}

.icono_login img {
    width: 180px;
    padding: 20px;
}

.container_central input {
    width: 100%;
    height: auto;
    padding: 5px 15px;
    border-radius: 3px;
    border: 1px solid #8b82ce;
    font-size: 1.2rem;
    color: #746cb4;
    line-height: 1.5;
    margin: 5px 0px;
}

.container_central input::placeholder {
    color: #746cb4;
}

.container_central input:focus {
    outline: 1px solid #746cb4;
}

.container_central .form_modal {
    width: 100%;
}

.btn_login {
    width: 100%;
    background-color: #746cb4;
    color: white;
    border: none;
    padding: 10px;
    font-size: 1.3rem;
    margin: 5px 0;
    border-radius: 3px;
}

.btn_login:hover {
    background-color: #746cb4e3;
}

.mensaje_error_login {
    width: 100%;
    text-align: center;
    font-weight: 400;
}

/*
                            Estilos paginador
================================================================================*/

.pagination {
    /* display: inline-block; */
    margin: 1rem 0;
}

.page-item {
    color: black;
    float: left;
    padding: 0 3px;
    margin: 1px;
}

.page-item.active {
    /*background-color: #746cb4;
    color: white;
    border-radius: 5px;
    padding: 8px 16px;*/
    text-decoration: underline;
}

.pagination .disabled .page-link {
    padding: 0 3px;
    display: block;
}

.page-item:hover:not(.active) {
    color: #ddd;
    /*border-radius: 5px;*/
}

.pagination .disabled,
.pagination .disabled:hover {
    background-color: rgb(250, 250, 250);
    color: gray;
    border-radius: 5px;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

/*
----------------- preloader
*/
.loader {
    /*display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fffc;
    z-index: 99;
    height: 100%;
}

.loader > img {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
}

/*
                    estilos autocompletar input
==============================================================================================*/
.autocomplete-items {
    position: absolute;
    border: 1px solid #746cb469;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 1px 4px 3px 2px rgba(10, 10, 10, 0.274);
    border-radius: 5px;
}
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
}
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}
.autocomplete-active {
    background-color: #746cb4 !important;
    color: #ffffff;
}

/*
                            Estilos toast
================================================================================*/

.container__toast {
    position: fixed;
    top: 110px;
    right: 10px;
    height: auto;
    width: auto;
    text-align: right;
}

.aniToast {
    animation: 6s;
    animation-timing-function: cubic-bezier(0.15, 0.15, 0.15, 0.15);
    animation-name: aniToast;
}

@keyframes aniToast {
    0% {
        opacity: 0;
        top: 30px;
    }
    05% {
        top: 20px;
        opacity: 1;
    }
    95% {
        top: 20px;
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: 10px;
    }
}

.delet_fila_tabla:hover {
    text-decoration: underline;
}

.iten_menu_color {
    background-color: #8880c4;
}

.inputInvalid {
    border: 1px solid #bd362f !important;
    box-shadow: 1px 1px 2px 2px rgba(255, 99, 71, 0.164);
    outline: none !important;
}

.comentarios_ims {
    padding: 16px;
    margin: 16px 0px;
    word-wrap: break-word;
    max-height: 300px;
    overflow-y: auto;
}

.comentarios_ism-texto {
    padding: 10px;
    background-color: #746cb4;
    background-image: linear-gradient(to bottom right, #746cb4, #7871ac);
    color: white;
    display: table;
    border-radius: 10px;
    margin: 10px 0px;
    cursor: pointer;
}

/* .comentarios_ims div:nth-child(even){
    background-color: #746cb4cc;
} */

.comentarios_ims-btns {
    padding: 8px;
    margin-bottom: -10px;
    text-decoration: underline;
    text-align: right;
    display: none;
}

.comentarios_ism-texto:hover .comentarios_ims-btns {
    display: block;
}

.img_cerrar_sesion {
    width: 100px;
}

/*
                                            Menú tabs
======================================================================================================================*/

.tabs-url {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tabs-url_opt {
    width: 100%;
    line-height: 2.3;
    color: #746cb4;
    cursor: pointer;
    text-align: center;
}

.tabs-indicator {
    display: flex;
    height: 3px;
    /* justify-content: flex-start; */
}

.tabs-indicator_barra {
    width: 100%;
    height: 40px;
    background-color: #746cb407;
    transition: 0.3s;
    z-index: -5;
    margin-top: -35px;
    border-bottom: 3px solid #746cb4;
}

.info_tabs {
    width: 100%;
    margin: 16px 0px;
    padding: 16px;
    max-height: 350px;
    overflow-y: auto;
}

.info_tabs th {
    background-color: #746cb4;
    color: white !important;
    text-align: center;
}


.info_tabs td {
    text-align: center;
}

.btn_descargar div,
.btn_eliminar div {
    width: 20px;
    height: auto;
    margin: 10px auto;
}
.btn_descargar img {
    width: 100%;
}

.btn_eliminar img {
    width: 100%;
}

.adjunto_filas tr td {
    padding: 10px;
}

/*
            estilos input file
======================================================================*/

.cont_input_archivos {
    grid-column-start: 1;
    grid-column-end: 5;
    padding: 16px;
}

.grid_colum_dos {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 16px;
}

.dropbox {
    /* width: 200px; */
    border: 1px solid #746cb4;
    border-radius: 5px;
    /* box-shadow: inset 0px 0px 3px 2px #746cb446, inset 0px 0px 3px 2px #746cb40c; */
    height: 200px;
    /* grid-column-start: 1;
    grid-column-end: 3; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-color: #746cb409; */
}

.dropbox.over {
    border: 1px solid rgb(11, 174, 250);
}

.dropbox.over .dropbox__btn {
    background-color: rgb(11, 174, 250);
    box-shadow: 1px 1px 1px 1px rgba(11, 174, 250, 0.158), 1px 1px 1px 1px rgba(11, 174, 250, 0.048);
}

.dropbox__img {
    width: 60px;
    padding: 5px;
}

.dropbox__btn {
    /*padding: 5px 16px;
    /* border: 1px solid #746cb4; */
    /*border-radius: 3px;
    /* color: #746cb4; */
    /*color: white;
    margin: 10px;*/
    position: relative;
    /*box-shadow: 1px 1px 1px 1px #746cb42c, 1px 1px 1px 1px #746cb402;*/
    transition: 0.2s;/*
    background-color: #746cb4;
    text-align: center;*/
}

.dropbox__input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    /* z-index: -5; */
}

.dropbox__btn:active {
    transform: scale(0.9);
}

.dropbox__error {
    color: tomato;
    display: none;
}

.list_files {
    grid-column: 2 / 5;
    position: relative;
}
.list_files li{
    display: flex;
    align-items: center;
    margin: 5px;
}
.list_files ul{
    position: absolute;
}

.list_files-item {
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* background-color: gainsboro; */
    border-bottom: 1px solid gainsboro;
    padding: 10px;
    margin-bottom: 5px;
}

.list_files-mensaje {
    text-align: center;
    line-height: 1.9;
    display: block;
    color: gray;
    min-height: 200px;
    position: absolute;
    width: 100%
}

.list_img {
    margin: 0 5px;
}

.list_name {
    height: 20px;
    /* border: 1px solid red; */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 400px;
}

.list_btn {
    padding: 5px;
    background-color: tomato;
    color: white;
    border-radius: 5px;
    text-transform: capitalize;
    cursor: pointer;
}

.list_btn:hover {
    background-color: rgb(250, 116, 92);
}

/*
                                    estilos botones nav modulos
====================================================================================================*/

.btn_nav_oculto {
    display: none;
}

/*
                                    estilos inpust formularios
====================================================================================================*/

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.container_register_cliente {
    margin: auto;
    width: 80%;
    max-width: 780px;
}

.box_file {
    width: 700px;
    height: 0px;
    overflow: hidden;
    transition: height 0.5s;
    /* border: 1px solid red; */
}

.contrato_tres_columnas,
.contrato_cuatro_columnas,
.contrato_dos_columnas,
.factura_cuatro_columnas,
.banco_tres_columnas {
    display: grid;
    grid-template-columns: 300px 250px 300px;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    margin: 10px 0px;
}

.contrato_cuatro_columnas {
    grid-template-columns: 120px 120px 170px 170px 120px 120px;
}
.contrato_dos_columnas {
    grid-template-columns: 170px 170px;
}

.ancho_contratos {
    max-width: 870px;
}

.factura_cuatro_columnas {
    grid-template-columns: 300px 250px 150px 150px;
}

.banco_tres_columnas {
    grid-template-columns: 250px 180px 180px;
}

.cont_input {
    position: relative;
}

#ivaAux {
    display: none;
}

/*
                                    estilos modal guardad
====================================================================================================*/

.btns_modal_guardar {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.btns_modal_guardar button {
    border: none;
    border-radius: 3px;
    font-size: 1rem;
    padding: 8px 14px;
    color: white;
    margin: 5px;
    width: 180px;
    cursor: pointer;
}

.color_morado_principal {
    background-color: #746cb4;
}

.color_negro {
    background-color: black;
}

.ocultarCheck input[type="checkbox"][readonly] {
    pointer-events: none;
    opacity: 0;
}

.descripcionFacturas {
    width: 100%;
    height: auto;
    max-height: 50px;
}

.descriptionDetalle {
    resize: none;
    padding: 5px;
    margin: 5px;
    border: none;
    outline: none;
    border-bottom: 1px solid gray;
    width: 300px;
}

.descriptionDetalle:focus {
    border-bottom: 1px solid #746cb4;
}

.numero_cuenta_list {
    font-size: 0.8rem;
    line-height: 1.3;
}

.icon_modal {
    display: block;
    margin: auto;
}

.info_delte_movimiento {
    padding: 16px 0px;
}

.info_delte_movimiento li {
    line-height: 1.3;
    padding: 5px;
}

/*
                            estilos perfil
=======================================================================================*/

.cont_perfil {
    position: absolute;
    top: 10px;
    right: 10px;
    display: table;
}

.cont_menu_perfil {
    position: relative;
}

.user {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
    background-color: rgb(248, 248, 248);
    overflow: hidden;
    cursor: pointer;
}

.user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu_perfil {
    position: absolute;
    display: none;
    top: 60px;
    right: 10px;
    box-shadow: -2px 8px 12px 0px rgba(0, 0, 0, 0.055);
}

.menu_perfil a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.menu_perfil a:hover {
    background-color: #f1f1f1;
}

.cont_menu_perfil:hover .menu_perfil {
    display: block;
}


.autocomplete__box{
    border-color: gray !important;
}


/*                            estilos panel 
=======================================================================================*/
.grid-items {
    width: 90%;
    max-width: 1200px;
    height: auto;
    margin: 20px auto;
    padding: 10px;
}
.nested-grid{
    display: grid;
    grid-template-columns: 250px 250px 250px;
    grid-template-rows: 150px 150px;
    padding: 1.5em;
    text-align: center;
    grid-gap: 20px;
    
}
.elemento1{
    display: grid;
    grid-template-rows: 30px 66px;
}
.elemento1 .opt_menu{
    background: #8880c4;
    height: 80px;
    font-size: 0.8rem;
    line-height: 0.4;
    padding: 1.7em;
    border-radius: 4px;
}
.elemento1 h4{
    color: #746cb4;
    font-weight: 300;
    line-height: 0.8;
}
.elemento1 img{
    margin: -5px 5px;
}
.elemento1 .opt_menu p{
    color: white;
}


.elemento2{
    display: grid;
    grid-template-rows: 30px 66px;
}
.elemento2 .opt_menu{
    background: #8880c4;
    height: 80px;
    font-size: 0.8rem;
    line-height: 4.3;
    padding: 10px;
    border-radius: 4px;
}
.elemento2 .opt_menu p{
    color: white;
}
.elemento2 h4{
    color: #746cb4;
    font-weight: 300;
    margin: -3px;
}
.elemento2 img{
    margin: -5px 5px;
}



/*
                            style movements 
=======================================================================================*/
.grid-movements{
    display: flex;
    justify-content: space-between;
    margin-top: 20px; 
}
.grid-movements .mensaje1{
    width: 150px;
    height: 25px;         
}
.grid-movements .mensaje1 p{
    color: #8F86D4;
    font-weight: 300;
    font-size: 1.3rem;   
}
.grid-movements .mensaje2 input[type=text]{
    width: 500px;
    height: 25px;
    margin: 0px 0px; 
    text-indent: 8px;
    border: 1px solid #746cb4;
    border-radius: 4px;   
}
.grid-movements-date{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #746cb4;
    margin-top: -3px;
}
.grid-movements-date .mensaje3 input[type=date]{
    /*background-color: #746cb4;*/
    width: 110px;
    height: 25px;
    margin: 1px 3px;
    margin-top: 2px;
    background-position: 44px;
}
.grid-movements-date .mensaje3 input[type=text]{
    /*background-color: #746cb4;*/
    width: 110px;
    height: 25px;
    margin: 1px 3px;
    margin-top: 2px;
    background-image:url('../img/Iconos/calendar.svg');
    background-repeat: no-repeat;  
    background-size: 15px 15px;
    background-position: 90px;
    border: 1px solid #746cb4; 
    border-radius: 4px; 
    text-indent: 5px;
}
.grid-movements .mensaje5 {
    width: auto;
    height: auto;

}
.grid-movements .mensaje5 img{
    width: 100%;
    height: 100%;

}


.clientes_head-body-color {
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.clientes_head-body-color table {
    width: 100%;
    text-align: left;
    line-height: 1.5;
    border: 0px;
    border-collapse: separate;
    border-spacing: 0px 0px;
    /* background-color: #746cb4; */   
}
.clientes_head-body-color table thead tr th {
    border-collapse: separate;
    border-spacing: 5px 5px;
    line-height: 2;
    color: white;
    font-weight: 500;
    text-align: center;
    background-color: #746cb4;
}

/*                           estilos reportes/clientes/estadoCuenta 
=======================================================================================*/

.grid-account-status{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.grid-account-status .mensaje1{
    width: 170px;
    height: 25px;         
}
.grid-account-status .mensaje1 p{
    color: #8F86D4;
    font-weight: 300;
    font-size: 1.3rem;   
}
.grid-account-status .mensaje2 input[type=text]{
    width: 520px;
    height: 25px;
    border: 1px solid #746cb4;
    border-radius: 4px;
    text-indent: 8px;     
}
.grid-account-status .mensaje3{
    width: auto;
    height: auto;
}
.grid-account-status .mensaje3 img{
    width: 100%;
    height: 100%;
}
/*                          estilos reporte/factura/reporteGeneral
=======================================================================================*/

.grid-filters-factura{
    display: flex;
    justify-content: space-between;
}
.f-emision{
    margin-left: 59%;
    font-size: 0.7rem;
    color: #746cb4;
}
.f-vencimiento{
    margin-left: 17%;
    font-size: 0.7rem;
    color: #746cb4;
}

.grid-filters-factura .mensaje1 input[type=text]{
    width: 250px;
    height: 25px;
    margin: 0px 0px;
    margin-top: 2px;
    border-radius: 4px;
    border: 1px solid #746cb4;
    text-indent: 8px;
}
.grid-filters-factura .mensaje2 select{
    width: 100px;    
    height: 25px;
    margin: 0px 0px;
    margin-top: 2px;
    border-radius: 4px;
    border: 1px solid #746cb4;
    text-indent: 3px;
}
.grid-filters-factura .mensaje3 select{
    width: 100px;
    height: 25px;
    margin: 0px 0px;
    margin-top: 2px;
    border-radius: 4px;
    border: 1px solid #746cb4;
    text-indent: 8px;
}
.grid-factura-date-emision{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #746cb4;
    border-top: -2px;
}
.grid-factura-date-emision .mensaje4 input[type=date]{
    width: 110px;
    height: 25px;
    margin: 1px 3px;
    border: 1px solid #746cb4;
    border-radius: 4px; 
}
.grid-factura-date-emision .mensaje4 input[type=text]{
    width: 110px;
    height: 25px;
    margin: 1px 3px;
    background-image:url('../img/Iconos/calendar.svg');
    background-repeat: no-repeat;  
    background-size: 15px 15px;
    background-position: 90px;
    border: 1px solid #746cb4;
    border-radius: 4px; 
    text-indent: 5px;
}
.grid-factura-date-emision .mensaje5 input[type=date]{
    width: 110px;
    height: 25px;
    margin: 1px 3px;
    border: 1px solid #746cb4;
    border-radius: 4px; 
}
.grid-factura-date-emision .mensaje5 input[type=text]{
    /*background-color: #746cb4;*/
    width: 110px;
    height: 25px;
    margin: 1px 3px;
    background-image:url('../img/Iconos/calendar.svg');
    background-repeat: no-repeat;  
    background-size: 15px 15px;
    background-position: 90px;
    border: 1px solid #746cb4;
    border-radius: 4px; 
    text-indent: 5px;
}
.grid-factura-date-vencimiento{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #746cb4;
    border-top: -2px;
}
.grid-factura-date-vencimiento .mensaje6 input[type=date]{
    width: 110px;
    height: 25px;
    margin: 1px 3px; 
    border: 1px solid #746cb4;
    border-radius: 4px; 
}
.grid-factura-date-vencimiento .mensaje6 input[type=text]{
    width: 110px;
    height: 25px;
    margin: 1px 3px;
    background-image:url('../img/Iconos/calendar.svg');
    background-repeat: no-repeat;  
    background-size: 15px 15px;
    background-position: 90px;
    border: 1px solid #746cb4;
    border-radius: 4px; 
    text-indent: 5px; 
}

.grid-factura-date-vencimiento .mensaje7 input[type=date]{
    width:110px;
    height: 25px;
    margin: 1px 3px;
    border: 1px solid #746cb4;
    border-radius: 4px; 
}
.grid-factura-date-vencimiento .mensaje7 input[type=text]{
    width: 110px;
    height: 25px;
    margin: 1px 3px;
    background-image:url('../img/Iconos/calendar.svg');
    background-repeat: no-repeat;  
    background-size: 15px 15px;
    background-position: 90px;
    border: 1px solid #746cb4; 
    border-radius: 4px;
    text-indent: 5px; 
}
.grid-filters-factura .mensaje8 { 
    /*background-color: #746cb4;*/
    width: 25px;
    height: 25px;
}
.grid-filters-factura .mensaje8 img{ 
    /*background-color: #746cb4;*/
    width: 100%;
    height: 45px;
    margin-top: -14px;
}


/*                           estilos reportes/contratos/reporteGgeneral 
=======================================================================================*/

.grid-contracts-filters{
    display: flex;
    justify-content: space-between;
   
}
.c-corte{
    margin-left: 53%;
    font-size: 0.7rem;
    color: #746cb4;
}
.c-facturacion{
    margin-left: 9%;
    font-size: 0.7rem;
    color: #746cb4;
}
.c-fin-contrato{
    margin-left: 10%;
    font-size: 0.7rem;
    color: #746cb4;
}
.grid-contracts-filters .mensaje1 input[type=text]{
    width: 135px;
    height: 25px;
    margin: 0px 0px;
    text-indent: 7px;  
    border-radius: 4px;
    border: 1px solid #746cb4;
}
.grid-contracts-filters .mensaje3 select{
    width: 100px;
    height: 25px;
    margin: 0px 0px;
    text-indent: 0px; 
    border-radius: 4px;
    border: 1px solid #746cb4;
}
.grid-contracts-filters .mensaje11 {
    width: 25px;
    height: 25px;
}
.grid-contracts-filters .mensaje11 img{
    width: 100%;
    height: 45px;
    margin-top: -14px;
}
 
.grid-cratracts-date-corte{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #746cb4;
    margin-top: -2px;
}
.grid-cratracts-date-corte .mensaje5 input[type=number]{
    width: 60px;
    height: 25px;
    margin: 1px 3px;
    background-image:url('../img/Iconos/calendar.svg');
    background-repeat: no-repeat;  
    background-size: 15px 15px;
    background-position: 42px;
    border: 1px solid #746cb4;
    border-radius: 4px; 
    text-indent: 2px;
}

.grid-cratracts-date-facturacion{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #746cb4;
    margin-top: -2px;
}
.grid-cratracts-date-facturacion .mensaje7 input[type=number]{
    width: 60px;
    height: 25px;
    margin: 1px 3px;
    background-image:url('../img/Iconos/calendar.svg');
    background-repeat: no-repeat;  
    background-size: 15px 15px;
    background-position: 42px;
    border: 1px solid #746cb4;
    border-radius: 4px; 
    text-indent: 2px; 
}

.grid-cratracts-date-end-contracts{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #746cb4;
    margin-top: -2px;
}

.grid-cratracts-date-end-contracts .mensaje9 input[type=date]{
    width: 110px;
    height: 25px;
    margin: 1px 3px;
    border: 1px solid #746cb4; 
    border-radius: 4px; 
}
.grid-cratracts-date-end-contracts .mensaje9 input[type=text]{
    width: 110px;
    height: 25px;
    margin: 1px 3px;
    background-image:url('../img/Iconos/calendar.svg');
    background-repeat: no-repeat;  
    background-size: 15px 15px;
    background-position: 90px;
    border: 1px solid #746cb4;
    border-radius: 4px; 
    text-indent: 5px; 
}

.grid-cratracts-date-end-contracts .mensaje10 input[type=date]{
    width: 110px;
    height: 25px;
    margin: 1px 3px;
    border: 1px solid #746cb4;
    border-radius: 4px; 
}
.grid-cratracts-date-end-contracts .mensaje10 input[type=text]{
    width: 110px;
    height: 25px;
    margin: 1px 3px;
    background-image:url('../img/Iconos/calendar.svg');
    background-repeat: no-repeat;  
    background-size: 15px 15px;
    background-position: 90px;
    border: 1px solid #746cb4;
    border-radius: 4px;
    text-indent: 5px; 
}


/*                           estilos reportes/bancos/reporteGeneral 
=======================================================================================*/

.grid-banks-filters{
    display: flex;
    justify-content: space-between;
}
.b-fin-contrato{
    margin-left: 68%;
    font-size: 0.7rem;
    color: #746cb4;
}
.grid-banks-filters .mensaje1 input[type=text]{
    width: 180px;
    height: 25px;
    margin: 0px 0px;
    text-indent: 7px; 
    border-radius: 4px;
    border: 1px solid #746cb4;
}
.grid-banks-filters .mensaje2 input[type=text]{
    width: 180px;
    height: 25px;
    margin: 0px 0px;
    text-indent: 7px; 
    border-radius: 4px;
    border: 1px solid #746cb4;
}
.grid-banks-date-end-contracts{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #746cb4;
    margin-top: -2px;
}
.grid-banks-date-end-contracts .mensaje9 input[type=date]{
    width: 110px;
    height: 25px;
    margin: 1px 3px;
    margin-top: 1px;
    border: 1px solid #746cb4;
    border-radius: 4px; 
}
.grid-banks-date-end-contracts .mensaje9 input[type=text]{
    width: 110px;
    height: 25px;
    margin: 1px 3px;
    margin-top: 1px;
    background-image:url('../img/Iconos/calendar.svg');
    background-repeat: no-repeat;  
    background-size: 15px 15px;
    background-position: 90px;
    border: 1px solid #746cb4;
    border-radius: 4px; 
    text-indent: 5px; 
}
.grid-banks-date-end-contracts .mensaje10 input[type=date]{
    width: 110px;
    height: 25px;
    margin: 1px 3px;
    margin-top: 1px;
    border: 1px solid #746cb4;
    border-radius: 4px; 
}
.grid-banks-date-end-contracts .mensaje10 input[type=text]{
    width: 110px;
    height: 25px;
    margin: 1px 3px;
    margin-top: 1px;
    background-image:url('../img/Iconos/calendar.svg');
    background-repeat: no-repeat;  
    background-size: 15px 15px;
    background-position: 90px;
    border: 1px solid #746cb4;
    border-radius: 4px;
    text-indent: 5px; 
}
.grid-banks-filters .mensaje11 {
    width: 25px;
    height: 25px;
}
.grid-banks-filters .mensaje11 img{
    width: 100%;
    height: 45px;
    margin-top: -14px;
}



/*                                 estilo reportes/auditoria
=======================================================================================*/
.grid-items-report-audit{
    width: 90%;
    max-width: 1200px;
    height: auto;
    margin: 20px 60px;
}
.grid-data-audit {
    display: grid;
    width: 1050px;
    height: 25px;
    grid-template-columns: 100px 300px 250px 250px;
    justify-items:end;
    border-bottom: 1px solid #746cb4;
    margin-top: 10px;
}

.grid-data-audit p{
    padding: 0px;
    height: 25px;
    font-size: 1rem;
    color: #8880c4;
}
.grid-items-report-audit .search {
    position: relative;
    height: 30px;
    width: 180px;
    margin-top: -40px;
    margin-left: 814px;
}
.grid-items-report-audit .search input {
    outline: none;
    position: absolute;
    right: 3px;
    margin-top: -5px;
    border-radius: 10px;
    border: 1px solid #746cb4;
    padding: 8px 20px 5px 10px;
    width: 40px;
    height: 30px;
    z-index: 10;
    background-color: transparent;
    transition: all 0.5s;
}
.grid-items-report-audit .search img {
    position: absolute;
    margin-top: 3px;
    right: 10px;
    width: 14px;
    cursor: pointer;
    z-index: 5;
}
.grid-items-report-audit .search input:focus {
    width: 100%;
    box-shadow: 0px 1px 3px 1px #746cb450;
}
.grid-audit-date{    
    display: grid;
    width: 240px;
    height: 30px;
    margin-left: 770px;
    justify-content: end;
    grid-template-columns: 120px 120px;
    border-top: 1px solid #746cb4; 
}
.grid-audit-date .mensaje3 input[type=date]{
    width: 117px;
    height: 25px;
    margin: 1px 3px;
    border: 1px solid #746cb4; 
    border-radius: 4px; 
    text-indent: -0.1em;
}
.grid-audit-date .mensaje3 input[type=text]{
    width: 117px;
    height: 25px;
    margin: 1px 3px;
    margin-top: 1px;
    background-image:url('../img/Iconos/calendar.svg');
    background-repeat: no-repeat;  
    background-size: 15px 15px;
    background-position: 95px;
    border: 1px solid #746cb4;
    border-radius: 4px; 
    text-indent: -0.1em; 
}
.grid-audit-date .mensaje4 input[type=date]{
    width: 117px;
    height: 25px;
    margin: 1px 3px;
    border: 1px solid #746cb4;
    border-radius: 4px; 
    text-indent: -0.1em;
}
.grid-audit-date .mensaje4 input[type=text]{
    width: 117px;
    height: 25px;
    margin: 1px 3px;
    background-image:url('../img/Iconos/calendar.svg');
    background-repeat: no-repeat;  
    background-size: 15px 15px;
    background-position: 95px;
    border: 1px solid #746cb4;
    border-radius: 4px;
    text-indent: -0.1em;
}

.separador_inferior {
    width: auto;
    height: auto;
    padding: 1px 10px;
    border-bottom: 1px solid #746cb4;
}
.export{
    width: 100%;
}
.pdf img{
    width: 30px;
    padding-left: 2px;
}
.xls img{
    padding-left: 2px;
    width: 30px;
}

::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
color: transparent;
}
.example .pagination>li>a,
.example .pagination>li>span {
  border: 1px solid purple;
}


.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #3490dc;
    background-color: #fff;
    border: 0px solid #dee2e6;
  }

  .page-link:hover {
    z-index: 2;
    color: #1d68a7;
    text-decoration: none;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
  }

  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(52, 144, 220, 0.25);
  }
  .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
.page-item.active .page-link {
    z-index: 3;
    color: #000000;
    background-color:#FFFFFF;
    border-color: #FFFFFF;
  }

  .page-item.disabled .page-link {
    color: #000000;
    pointer-events: none;
    cursor: auto;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
  }

  .pagination-lg .page-link {
    padding: 0rem 0.2rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }