﻿/******************************************************************************************/
/****************************************Estilos para BOMBEROS*******************************************/
/******************************************************************************************/

/*Colores*/
.oposur-texto-Color {
    color: #26AF12;
}

.oposur-fondo-ColorClaro {
    background-color: #a8dfa0;
}

.fondoColor75pct {
    background-color: rgba(37, 40, 14, 0.75)
}

:root {
    --colorPrincipal: #26AF12;
    --colorPrincipalInverso: #FFF;
    --colorPrincipal80pct: #003951EE;
    --colorPrincipalInverso80pct: #ffffffEE;
    --colorPrincipalClaro: #BDDCF7;
    --colorPrincipalClaroInverso: #333;
    --colorPrincipalClaritoTablas: #c7e8f6;
    --colorPrincipalOscuro: #6189AC;
    --colorPrincipalOscuroInverso: #FFF;
    --colorVerde: #38ca3c;
    --colorRojo: #c71f1f;
    --colorMenu: #26AF12;
}

.colorPrincipal {
    color: var(--colorPrincipal) !important
}
.colorSecundario {
    color: var(--colorPrincipal) !important
}
.fondoPrincipal {
    background-color: var(--colorPrincipal) !important
}

.colorPrincipalInverso {
    color: var(--colorPrincipalInverso) !important
}

.fondoPrincipalInverso {
    background-color: var(--colorPrincipalInverso) !important
}

.colorMenu {
    color: var(--colorMenu) !important
}

.colorPrincipalClaro {
    color: var(--colorPrincipalClaro) !important
}

.fondoPrincipalClaroInverso {
    background-color: var(--colorPrincipalClaroInverso) !important
}

.fondoGrisClaro {
    background-color: #e9ecef !important
}
.colorPrincipalOscuro {
    color: var(--colorPrincipalOscuro) !important
}
.rowSeleccionada {
    background-color: #a8dfa0 !important;
}
.colorPrincipalOscuroInverso {
    color: var(--colorPrincipalOscuroInverso) !important
}

.fondoPrincipalOscuro {
    background-color: var(--colorPrincipalOscuro) !important
}

.bg-login {
    background: url("../../images/fondoLogin.png") center center no-repeat;
    background-size: cover;
}

/*Checkbox*/
.checkboxColor {
    filter: hue-rotate(275deg);
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #26AF12 !important;
}

.checkboxRadioButtonColor {
    width: 13px;
    height: 13px;
    background-color: white;
    border-radius: 50% !important;
    vertical-align: middle;
    border: 1px solid grey !important;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

    .checkboxRadioButtonColor:checked {
        background-color: #26AF12;
        border: 2px solid white !important;
        outline: 1px solid #26AF12;
    }

/*Barra*/
.oposur-barra {
    margin-bottom: 10px;
    color: #26AF12;
    height: 2px;
    background-color: #26AF12;
    opacity: 1;
}

/*Botones*/

.btn-default {
    background-color: #26AF12;
    color: #FFFFFF;
    padding: 3px 30px;
}

    .btn-default:hover {
        background-color: #26AF12;
        color: #FFFFFF !important;
        opacity: 0.5;
    }

    .btn-default:focus {
        outline: none !important;
        box-shadow: none !important;
    }

/*Cards*/

.card {
    border: 1px solid #a8dfa0;
}

/*Tabla Paginación*/

.mvc-grid-pager .active, .mvc-grid-pager .active:focus, .mvc-grid-pager .active:hover {
    border-color: #26AF12 !important;
    background: #26AF12 !important;
    color: #ffffff !important;
    border-radius: 50%;
}

.mvc-grid-pager button {
    color: #26AF12 !important;
}


/*File Input*/

.custom-file-label::after {
    content: "\F0A4E";
    font-family: "Material Design Icons";
    background-color: var(--colorMenu);
    color: var(--colorPrincipalInverso);
    padding: 1px 10px;
    font-weight: 400;
    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;
    outline: none !important;
    box-shadow: none !important;
}

/*Efectos after y focus*/

.input .form-control:focus {
    color: #000;
    background-color: transparent;
    border-color: transparent;
    outline: none !important;
    box-shadow: none !important;
    border-bottom: solid 1px #26AF12;
}

.input:focus-within label {
    color: #26AF12;
}

.filtro:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #26AF12 !important;
}

.dropdown-item:hover {
    background: #a8dfa0 !important;
    color: black !important;
    opacity: 1;
}

.linkOposur {
    color: #26AF12 !important;
}

    .linkOposur:hover {
        color: #92d788 !important;
    }