html {
    /*font-size: 14px;*/
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    position: relative;
    min-height: 100%;
}

table, tr, td {
    border: solid 0.5px #f6f0f0;
}

    table.dataTable.no-footer {
        border-bottom: none;
    }

@media (max-width:600px) {
    html {
        font-size: 14px;
    }

    .logosysfinancon {
        width: 60% !important;
        /*height: auto;*/
    }

    .contenedor-principal {
        margin-top: 6em;
    }

    div.dt-buttons {
        float: none !important;
        text-align: left;
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: .5em;
        margin-bottom: .5em;
        text-align: left;
    }
}

/* pantalla full */
@media (min-width:414px) {
    .contenedor-principal {
        margin-top: 7.5em;
    }
}


/*html {
    position: relative;
    min-height: 100%;
}
*/
body {
    margin-bottom: 0px;
    /*margin-bottom: 60px;*/
    /*font-size: 14px;*/
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    /*background-color: #f0f0f0;*/
}


.toast-error {
    background-color: #bd362f;
    /*color: #B40431;*/
}

.toast-success {
    background-color: #51a351;
}

.toast-warning {
    background-color: #f89406;
}

.toast-info {
    background-color: #3276b1;
}

/*.bg-primary {
   background-color: #3949AB;
}*/

.btn-primary {
    background-color: #3949AB;
}

/*.text-primary {
    color: #3949AB;
}*/

#divloaderprint {
    width: 20px;
    display: none;
}

#divLoaderaut {
    width: 20px;
    /*height: 15px;*/
    display: none;
}

#divLoaderprt {
    width: 20px;
    /*height: 15px;*/
    display: none;
}

#divLoadermail {
    width: 20px;
    /*height: 15px;*/
    display: none;
}

#divLoaderanular {
    width: 20px;
    display: none;
}

#divLoaderaprobar {
    width: 20px;
    display: none;
}

#divLoaderfirmar {
    width: 20px;
    display: none;
}

#divLoaderconsri {
    width: 20px;
    display: none;
}

.productos-box.row input[type="text"] {
    border: none;
    border-bottom: 1px solid #000;
    background: transparent;
    outline: none;
    font-size: 16px;
    width: 100%;
}


.textgradient {
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(325deg, #42d392, #647eff) */
    -webkit-text-fill-color: transparent !important;
    -webkit-background-clip: text !important;
}

.sample {
    transition: all .3s ease-in-out;
}

.obligatorio {
    font-weight: bold;
}


thead input {
    width: 100%;
    background-color: #FFFFCC !important
}

.btn-exportar-excel {
    background-color: #198754 !important;
    color: white !important;
    border-radius: 25px;
}

.btn-exportar-pdf {
    background-color: #dc3545 !important;
    color: white !important;
}

.btn-exportar-print {
    background-color: #00a7c9 !important;
    color: white !important;
}

.inputbuscar {
    background-color:white !important;
}