/* Colores especificos */

:root {
    --colorPrincipal: #F0821D;
    --colorPrincipalHover: #E0720C;
    --colorSecundario: #23366A;
    --colorSecundarioHover: #12255A;
    /*--colorPrincipalInverso: #23366A;
    --colorPrincipalOscuro: #003E8A;
    --colorPrincipalOscuroInverso: #FFF;*/
    --colorVerde: #38ca3c;
    --colorRojo: #c71f1f;
    --colorNaranja: #dfae65;
}

.colorPrincipal {
    color: var(--colorPrincipal) !important
}

.fondoPrincipal {
    background-color: var(--colorPrincipal) !important
}

.colorSecundario {
    color: var(--colorSecundario) !important
}

.fondoSecundario {
    background-color: var(--colorSecundario) !important
}

/*.colorPrincipalInverso {
    color: var(--colorPrincipalInverso) !important
}

.colorPrincipalOscuro {
    color: var(--colorPrincipalOscuro) !important
}

.colorPrincipalOscuroInverso {
    color: var(--colorPrincipalOscuroInverso) !important
}

.fondoPrincipalOscuro {
    background-color: var(--colorPrincipalOscuro) !important
}*/

.fondoBlanco90pct {
    background-color: rgba(255,255,255,.85);
}

.colorVerde {
    color: var(--colorVerde) !important
}

.colorRojo {
    color: var(--colorRojo) !important
}

.colorNaranja {
    color: var(--colorNaranja) !important
}

.colorCabeceraTablas {
    background-color: #f7f7f7;
}

.colorCabeceraTablasSecundarias {
    background-color: #E0EBED;
}

.field-validation-error {
    font-size: 12px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: var(--colorPrincipal);
    background-color: var(--colorPrincipal);
}

.cursor-pointer {
    cursor: pointer;
}

/******************************************************************************************/
/********************************GENÉRICOS APLICACIONES************************************/
/******************************************************************************************/
html, body {
    font-size: 12px;
    font-family: "Montserrat";
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

html, body {
    width: 100%;
    height: auto;
    min-height: 100%;
}

.h1, h1 {
    font-size: 1.85rem;
}

.h2, h2 {
    font-size: 1.50rem;
}

.h3, h3 {
    font-size: 1.25rem;
}

.h4, h4 {
    font-size: 1rem;
}

.h5, h5 {
    font-size: 1rem;
}

/******************************************************************************************/
/***************************************FONT WEIGTHS***************************************/
/******************************************************************************************/
.fontWeightBold {
    font-weight: bold;
}

/******************************************************************************************/
/*************************************FOTOS BACKGROUNDS************************************/
/******************************************************************************************/
.bg-login {
    background: url("../../images/fondo-area-clientes-plenergy2.jpg") center center no-repeat;
    background-size: cover;
}

/******************************************************************************************/
/*************************************BOTONES**********************************************/
/******************************************************************************************/
.btn-default, .btn-default:link, .btn-default:visited, .btn-default:focus {
    background-color: var(--colorPrincipal);
    color: #FFFFFF;
    padding: 3px 25px;
}

    .btn-default:hover {
        background-color: var(--colorPrincipalHover);
        color: #FFFFFF;
        padding: 3px 25px;
    }

    .btn-default:disabled {
        background-color: #CCCCCC;
        color: #FFFFFF;
        padding: 3px 25px;
    }

    .btn-default.btn-sm {
        padding: 0.25rem 0.5rem;
        font-size: .875rem;
        line-height: 1.5;
        border-radius: 0.2rem;
    }

/*
        
*/

.btn-secundario, .btn-secundario:link, .btn-secundario:visited, .btn-secundario:focus {
    background-color: var(--colorSecundario);
    color: #FFFFFF;
    padding: 3px 25px;
}

    .btn-secundario:hover {
        background-color: var(--colorSecundario);
        color: #FFFFFF;
        padding: 3px 25px;
    }

    .btn-secundario:disabled {
        background-color: #CCCCCC;
        color: #FFFFFF;
        padding: 3px 25px;
    }

.btn-secondary, .btn-secondary:link, .btn-secondary:visited, .btn-secondary:focus {
    color: #FFF;
    padding: 3px 25px;
}

    .btn-secondary:hover {
        color: #FFF;
        padding: 3px 25px;
    }

.btn-success, .btn-success:hover, .btn-success:link, .btn-success:visited, .btn-success:focus {
    color: #FFF;
    padding: 3px 25px;
}

.btn-danger, .btn-danger:hover, .btn-danger:link, .btn-danger:visited, .btn-danger:focus {
    color: #FFF;
    padding: 3px 25px;a {
	    color: inherit;
	    text-decoration: inherit;
    }
}

.btn-secondary:disabled {
    background-color: #CCCCCC;
    color: #FFF;
    padding: 3px 25px;
}

/******************************************************************************************/
/***************************************BADGES***************************************/
/******************************************************************************************/
.badge-default {
    background-color: var(--colorPrincipal);
    color: #FFF;
}

    .badge-default:hover {
        background-color: var(--colorPrincipalHover);
        color: #FFF;
    }

.txt-plenoil {
    color: #ff6326;
}

.txt-plenoilazul {
    color: #23366A;
}

.txt-aguamarina {
    color: #1CD1C6;
}


.btn-plenoilazul {
    color: #fff;
    background-color: #23366A;
    border-color: #23366A;
}


.btn-plenoilnaranja {
    color: #fff !important;
    background-color: #ff6326;
    padding-left: 2rem;
    padding-top: 0.5rem;
    padding-right: 2rem;
    padding-bottom: 0.5rem;
}


/*link acordion*/
.btn-link {
    font-weight: 400;
    color: transparent;
    text-decoration: none;
}

.btn-link:hover {
    color: transparent;
    text-decoration: none !important;
}

.btn:focus {
    outline: 0;
    box-shadow: none;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(255,255,255,.85);
    border-bottom: none;
}

.none_a:hover {
    color: black;
    text-decoration: inherit !important;
}

.card_plenoil:hover {
    border: 1px solid rgba(255, 99, 38, 1);
}

.msg_img_btn {
    background: #f8f9fa none repeat scroll 0 0;
    height: 33px;
    width: 33px;
    border-radius:4px;
}

.card {
    word-wrap: normal !important;
}


    /******************************************************************************************/
    /***************************************GRID***********************************************/
    /******************************************************************************************/
    .mvc-grid-pager .active {
    border-color: var(--colorPrincipal) !important;
    background: var(--colorPrincipal) !important;
}


a {
    color: inherit;
    text-decoration: inherit !important;
}

.titulo-campo{color:#888;}

/******************************************************************************************/
/***************************************CARGANDO*******************************************/
/******************************************************************************************/
#materialLoading {
    font-family: "Montserrat";
    color: #222;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: table;
    z-index: 9999;
}

#materialLoadingCentered {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
}

#materialLoadingContent {
    text-align: center;
}

    #materialLoadingContent .spinner-container {
        background-color: #FFFFFF;
        text-align: center;
        border-radius: 7px;
        padding: 40px 20px;
    }

        #materialLoadingContent .spinner-container .texto {
            padding-top: 10px;
            font-size: 16px;
            font-weight: bold;
        }

        #materialLoadingContent .spinner-container .spinner-border {
            text-align: center;
            color: var(--colorPrincipal);
            width: 3rem;
            height: 3rem;
        }

#materialLoading.hide {
    opacity: 0;
    transition: opacity 0.2s ease-out;
    pointer-events: none;
}

    #materialLoading.hide #materialLoadingCentered {
        transform: scale(0.8);
        transition: transform 0.2s ease-out;
    }

#materialLoading.show {
    opacity: 1;
    transition: opacity 0.2s ease-in;
}

    #materialLoading.show #materialLoadingCentered {
        transform: scale(1);
        transition: transform 0.2s ease-in;
    }

/******************************************************************************************/
/************************CAMPO REQUERIDO ASTERISCO ARRIBA**********************************/
/******************************************************************************************/
.control-label-required:after {
    color: #bd2918;
    content: " *";
    font-size: 14px;
    position: relative;
    top: -3px;
}

/******************************************************************************************/
/**************************************FILE INPUT******************************************/
/******************************************************************************************/
.custom-file-label::after {
    content: "\F0A4E" !important;
    font-family: "Material Design Icons";
    background-color: var(--colorPrincipal);
    color: #FFFFFF;
    padding: 1px 10px;
    font-weight: 400 !important;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: unset;
}

.input .custom-file-label {
    line-height: 1.7 !important;
    height: calc(1.5em + 0.75rem + 5px);
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    color: #ABABAB;
    font-size: 11px;
    border-bottom: solid 1px var(--colorPrincipal);
    border-radius: 0px;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.table-plenoil {

}
    .table-plenoil thead th {
        border-bottom-width: 1px !important;
        background-color: var(--colorPrincipal);
        color: #FFFFFF;
    }

    .table-plenoil tbody td .btn {
        padding: 2px 6px;
        font-size: 15px;
    }


.carriers-contact-config .card {
    margin-top: 0px;
}

    .carriers-contact-config .card .card-header {
        background-color: rgba(0,0,0,.03);
        border-bottom: 1px solid rgba(0,0,0,.125);
    }

        .carriers-contact-config .card .card-header .btn-link {
            font-weight: 400;
            color: #23366A;
            text-decoration: none;
        }

            .carriers-contact-config .card .card-header .btn-link:hover {
                color: #23366A;
                text-decoration: underline !important;
            }

/*NUEVA FUNCIONALIDAD CSS*/
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    display: none;
}

.item-name {
    padding: 8px;
    margin: 2px;
    border-radius: 8px;
    border: 1px solid rgba(61, 86, 233, 0.3);
    text-align: center;
}

.item-check:checked + .item-name {
    background-color: rgba(61, 86, 233, 0.3);
}

    .item-name:hover,
    .item-check:checked + .item-name:hover {
        background-color: #FF6326 !important;
    }

.btn-seleccion:not(:disabled):not(.disabled).active, .btn-seleccion:not(:disabled):not(.disabled):active, .show > .btn-seleccion.dropdown-toggle {
    color: #fff;
    background-color: #FF6326 !important;
    border-color: #FF6326 !important;
}

.btn-seleccion, .btn-seleccion2 {
    border: 1px solid rgba(0, 0, 0, .125) !important;
    background: white !important;
    width: max-content;
    border-radius: 7px;
}

.item-name:hover,
.item-check:checked + .item-name:hover {
    background-color: #FF6326 !important;
}

.btn-seleccion2:not(:disabled):not(.disabled).active, .btn-seleccion:not(:disabled):not(.disabled):active, .show > .btn-seleccion.dropdown-toggle {
    color: #000000;
    background-color: #ffffff !important;
    border-color: #FF6326 !important;
}

.bg_verdeclarito {
    border: solid 1px #D7FBCF;
    background-color: #D7FBCF;
}

.bg_rojoclarito {
    border: solid 1px #FBCFCF;
    background-color: #FBCFCF;
}

.bg_azulclarito {
    border: solid 1px #D0DDFF;
    background-color: #D0DDFF;
}

.bordecard_azul {
    border-right: 8px solid #002D74;
}

.bordecard_rojo {
    border-right: 8px solid #dc3545;
}

.bordecard_verde {
    border-right: 8px solid #28a745;
}

.bordecard_gris {
    border-right: 8px solid #afafaf;
}
.btn-Aprobar {
    color: #fff;
    background-color: #ff6326;
    border-color: #23366A;
    padding:3rem;
}

.border-plenoil {
    border: solid 1px #ff6326;
}
.bg-33px{
    width: 33px;
    height: 33px;
}

.bg-plenoil {
    background-color: #f0821d;
}



/*Panel administrador detalle pedidio*/

.noborder-table thead th {
    border-bottom-width: 0px !important;
}

th {
    background-color:
}



/******************************************************************************************/
/****************************************TABLAS********************************************/
/******************************************************************************************/
.table-responsive-rows th {
    font-size: 1em !important;
}

.mvc-grid-table > table > thead > tr > th {
    background-color: white !important;
    border-left: none !important;
    border-right: none !important;
    border-top: 2px solid #dee2e6 !important;
    border-bottom: 2px solid #dee2e6 !important;
}

.mvc-grid-table > table > thead > tr > th, .mvc-grid-table > table > tbody > tr > td, .mvc-grid-table > table > tfoot > tr > td {
    border-left: none !important;
    border-right: none !important;
}

.rowSeleccionada {
    background-color: #a8dfa0 !important;
}

.table-responsive-rows td.title_usuarios-acciones {
    text-align: center;
    font-size: 1px;
    width: 100px;
}

.table-responsive-rows td.title_preguntas-acciones {
    text-align: center;
    font-size: 1px;
    width: 100px;
}



@media only screen and (max-width: 1400px) {
    /* Force table to not be like tables anymore */
    .table-responsive-rows table, .table-responsive-rows thead, .table-responsive-rows tbody, .table-responsive-rows th, .table-responsive-rows td, .table-responsive-rows tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .table-responsive-rows thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .table-responsive-rows tr {
        padding-bottom: 50px;
        border-left: none;
        border-right: none;
    }

    .table-responsive-rows td {
        /* Behave like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        font-size: 14px;
        position: relative;
        padding-left: 42% !important;
        white-space: normal;
        text-align: right;
    }

        .table-responsive-rows td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
            font-size: 14px;
        }

    .mvc-grid-table > table > thead > tr > th:nth-of-type(1), .mvc-grid-table > table > tbody > tr > td:nth-of-type(1), .mvc-grid-table > table > tfoot > tr > td:nth-of-type(1) {
        border-top: 1px solid black !important;
    }

   /* .mvc-grid-table > table > thead > tr > th:last-child, .mvc-grid-table > table > tbody > tr > td:last-child, .mvc-grid-table > table > tfoot > tr > td:last-child {
        border-bottom: 1px solid black !important;
    }*/

    /* Nombres de títulos tabla USUARIOS */

    .table-responsive-rows td.title_usuarios-rol:before {
        content: "Rol:";
    }

    .table-responsive-rows td.title_usuarios-email:before {
        content: "Email:";
    }

    .table-responsive-rows td.title_usuarios-nombre:before {
        content: "Nombre:";
    }

    .table-responsive-rows td.title_usuarios-activo:before {
        content: "Activo:";
    }

    .table-responsive-rows td.title_acceso-administracion:before {
        content: "Acc. Admin:";
    }

    .table-responsive-rows td.title_acceso-sonda:before {
        content: "Acc. Sonda:";
    }

    .table-responsive-rows td.title_acceso-sololectura:before {
        content: "Acc. Solo Lectura:";
    }

    .table-responsive-rows td.title_acceso-gestionincidencia:before {
        content: "Acc. Gest. Incidencia:";
    }

    .table-responsive-rows td.title_usuarios-transportista:before {
        content: "Transportista:";
    }

    .table-responsive-rows td.title_usuarios-acciones {
        text-align: right !important;
        width: auto;
        font-size: 1px;
        padding-right: 5px;
    }

   /* .table-responsive-rows td.title_usuarios-acciones:before {
        content: "";
    }*/

}


