/*
    GRIS: #70706f
    VERDE: #95bf20
*/

body, html {
    margin: 0;
    padding: 0;
    background: #e3eae1 !important;
    font-size: 15px;
}

.cardLogin {
    /*background: rgb(76,122,64);
    background: linear-gradient(135deg, rgba(76,122,64,1) 0%, rgba(16,78,0,1) 100%);*/
    background: rgb(124,157,116);
    background: linear-gradient(135deg, #95bf20 0%, #70706f 100%);
    color: white;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.25), screen and (min--moz-device-pixel-ratio: 1.25), screen and (min-resolution: 120dpi) {
    body, html {
        margin: 0;
        padding: 0;
        background: #e3eae1 !important;
        font-size: 12px;
    }

    .cardLogin {
        /*background: rgb(76,122,64);
        background: linear-gradient(135deg, rgba(76,122,64,1) 0%, rgba(16,78,0,1) 100%);*/
        background: rgb(124,157,116);
        background: linear-gradient(135deg, #95bf20 0%, #70706f 100%);
        width: 80%;
        color: white;
    }
}

main {
    width: 100%;
    height: 100%;
}

.alert {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.push_btn {
    width: 8rem;
    background: #5F918E !important;
    color: white !important;
}

    .push_btn:focus {
        box-shadow: none !important;
        outline: 0px !important;
    }

.idioma {
    height: 32px;
    width: 32px;
    text-align: center;
    background-size: cover;
}


.idioma-ES {
    background-image: url("../../images/idiomas/es.png");
}

.separador {
    color: black;
}

.idioma-EU {
    background-image: url("../../images/idiomas/eu.png");
}

.logoCheckOut {
    height: 8.75rem;
    margin-bottom: 0.313rem;
}

.logoLogin {
    height: 8.75rem;
    width: 70%;
    margin-bottom: 0.313rem;
}

.logoForm {
    height: 8.75rem;
    width: 100%;
    margin-bottom: 0.313rem;
}

.logoAyuntamineto {
    background-image: url("../../images/Derio/login.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.user_card {
    height: 400px;
    width: 350px;
    margin-top: auto;
    margin-bottom: auto;
    background: #EEC768;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}





.fuenteGris {
    color: #808080;
}

input:focus, select:focus, .labelFicheros:hover {
    -moz-box-shadow: 0px 0px 0px 1.5px skyblue !important;
    -webkit-box-shadow: 0px 0px 0px 1.5px skyblue !important;
    box-shadow: 0px 0px 0px 1.5px skyblue !important;
    font-weight: bold;
    border: 1px solid #304FFE;
    outline-width: 0
}

    input:focus + label, select:focus + label, .labelFicheros:hover {
        color: #304FFE
    }

.input-group {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 60px;
    margin-bottom: 15px;
}


/*input, .nav-link{
    background-color:transparent !important;
}*/
.form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

/*.dataTables_wrapper {
    height: 95%;
}

    .dataTables_wrapper .dt-row {
        height: 80%;
        margin-bottom: 20px;
    }*/

.page-link {
    color: black;
}

    .disabled > .page-link, .page-link.disabled {
        color: black;
    }

    .active > .page-link, .page-link.active {
        z-index: 3;
        color: white;
        background-color: black;
        border-color: black;
    }

        .active > .page-link:hover {
            z-index: 3;
            color: white;
            background-color: #c5c5c5;
            border-color: #c5c5c5;
        }

    .page-link:hover {
        color: black;
    }

    .page-link:focus {
        z-index: 3;
        color: white;
        outline: 0;
        box-shadow: none;
    }

.has-validation input {
    border: 1px solid #ced4da;
}

.form-card {
    margin-left: 20px;
    margin-right: 20px
}

    .form-card input, .form-card textarea, .labelFicheros, .labelFichero {
        padding: 10px 15px 5px 15px;
        border: none;
        border: 1px solid lightgrey;
        border-radius: 6px;
        margin-bottom: 25px;
        margin-top: 2px;
        width: 100%;
        box-sizing: border-box;
        font-family: arial;
        color: #2C3E50;
        letter-spacing: 1px
    }

.input-group input {
    position: relative;
    height: 60px;
    margin-left: 1px;
    margin-right: 1px;
    border-radius: 6px;
    padding-top: 30px;
    padding-left: 9px;
    border: 1px solid #ced4da;
    color: gray;
    width: 100%;
}

.input-group label {
    position: absolute;
    height: 20px;
    background: none;
    border-radius: 6px;
    line-height: 40px;
    color: black;
    width: 100%;
    font-weight: bold;
    padding-left: 10px
}

.input-group select {
    position: absolute;
    background: none;
    height: 60px;
    border-radius: 6px 0px 0px 6px;
    line-height: 22px;
    color: gray;
    width: 100%;
    font-weight: 100;
    padding-top: 30px;
    padding-left: 8px;
    border: 1px solid #ced4da;
}

    .input-group select option {
        font-weight: 100;
    }

.select2-search__field {
    display: none;
}

.input-group input .select2-search__field {
    position: relative;
    height: 60px;
    margin-left: 1px;
    margin-right: 1px;
    border: 1px solid #ced4da;
    padding-top: 20px;
    padding-left: 25px;
    width: 100%;
    border-radius: 6px;
    line-height: 60px !important;
}

.correo textarea {
    border: 1px solid #ced4da;
    border-radius: 6px 0px 0px 6px;
    background: none;
    line-height: 18px;
    color: gray !important;
    width: 100%;
    padding-left: 25px;
    resize: none;
}

    .correo textarea:focus {
        -moz-box-shadow: 0px 0px 0px 1.5px skyblue !important;
        -webkit-box-shadow: 0px 0px 0px 1.5px skyblue !important;
        box-shadow: 0px 0px 0px 1.5px skyblue !important;
        color: gray !important;
        font-weight: bold;
        border: 1px solid #304FFE;
        outline-width: 0
    }

.select2-search__field:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    line-height: 60px !important;
}


.select2-container--default {
    background-color: white !important;
    border-color: #ced4da !important;
    border-radius: 0.375rem;
    align-items: center !important;
    width: 100%;
}

    .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
        margin-left: 1px;
        border-color: #ced4da !important;
    }

    .select2-container--default.select2-container--focus .select2-selection--multiple {
        border-color: #ced4da !important;
    }

.select2-dropdown {
    z-index: 2000;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-flow: row;
    align-items: center;
    height: 58px;
    margin-left: 1px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.1rem center;
    background-size: 15px 10px;
    appearance: none;
    font-family: inherit;
    line-height: 1.5;
    border-color: #ced4da !important;
    padding-left: 23px;
    color: gray;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--simple .select2-selection__choice {
    margin-top: 30px;
}


.input-group-text {
    display: flex;
    align-items: center;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.375rem 0 0 0.375rem;
    width: 11%
}

.input-login {
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: 0 0.375rem 0.375rem 0;
    width: 89%
}

.btn-primary {
    color: #fff;
    background-color: #070404;
    border-color: #070404;
}

    .btn-primary:hover {
        color: #000;
        background-color: #c5c5c5;
        border-color: #c5c5c5;
        -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    }

    .btn-primary:focus, .btn-primary.focus {
        color: #000;
        background-color: #c5c5c5;
        border-color: #c5c5c5;
        -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #000;
        background-color: #c5c5c5;
        border-color: #c5c5c5;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
            -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
        }


.btn-danger {
    color: #fff;
    background-color: #c91614;
    border-color: #c91614;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
        -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    }

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
        -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
    .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-danger.dropdown-toggle:focus {
            -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
            -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
        }

.aIntalaciones {
    color: black;
    text-decoration: none;
}

    .aIntalaciones:hover {
        color: black;
        text-decoration: none;
    }

a, .nav-link {
    text-decoration: none;
    color: black;
}

    a:hover, .nav-link:hover {
        color: black;
        text-decoration: none;
    }

.recuperar {
    text-decoration: none;
    color: white;
}

    .recuperar:hover {
        color: white;
        text-decoration: none;
    }

.filaHabilitada {
    background-color: #b9ffab;
    width: 20%;
    height: 15%;
}

.filaDeshabilitada {
    background-color: #fc5b5b;
    width: 20%;
    height: 15%;
}

.cardForm {
    width: 48%;
}

.fc .fc-bg-event {
    opacity: 1 !important;
}

.fc-event {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fc-event-title {
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal !important;
    font-weight: 400;
}

.fc-daygrid-bg-harness {
    border: 1px solid #a3a3a3;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: white;
}


.scrollCampos, .scroll {
    overflow: auto;
}

    .scrollCampos::-webkit-scrollbar, .scroll::-webkit-scrollbar {
        width: 10px;
    }

    .scrollCampos::-webkit-scrollbar-track, .scroll::-webkit-scrollbar-track {
        background-color: #c5c5c5;
    }

    .scrollCampos::-webkit-scrollbar-thumb, .scroll::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 5px;
    }

.tab-pane {
    width: 85%;
}

.bubble {
    position: relative;
    background-color: #fff;
    border: 0px solid #d9dfe0;
    border-radius: 5px;
    z-index: 1;
}

.bubbleAlter {
    position: relative;
    background-color: #fff;
    border: 0px solid #d9dfe0;
    border-radius: 5px;
    z-index: 1;
    float: initial;
    max-height: 96vh !important;
    height: 96vh !important;
    top: -577px;
}

.bubbleAlterSec {
    position: relative;
    background-color: #fff;
    border: 0px solid #d9dfe0;
    border-radius: 5px;
    z-index: 1;
    float: initial;
    max-height: 96vh !important;
    height: 96vh !important;
    top: -640px;
}

.i {
    background-color: #d9dfe0;
    border: 1px solid #d9dfe0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.d {
    background-color: #d9dfe0;
    border: 1px solid #d9dfe0;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.line {
    height: 100%;
    background-color: #d9dfe0;
    border: 1px solid #d9dfe0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.bubble::before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 17px;
}

.bubbleAlter::before, .bubbleAlterSec::before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 14px;
}


#title::before, #textUno::before, #textTres::before, #subtitle::before, #textDos::before, #textCuatro::before, #textCinco::before, #textSeis::before, #textSiete::before {
    top: 22px;
    left: -27px;
    border-color: transparent #c5c5c5 transparent transparent;
}

#lopd::before {
    top: 165px;
    left: -24px;
    border-color: transparent #d9dfe0 transparent transparent;
}

#veracidad::before {
    top: 210px;
    left: -24px;
    border-color: transparent #d9dfe0 transparent transparent;
}

#textListaGenerica::before {
    top: 597px;
    left: -20px;
    border-color: transparent #d9dfe0 transparent transparent;
}

#textListaGenericaSec::before {
    top: 657px;
    left: -20px;
    border-color: transparent #d9dfe0 transparent transparent;
}

.campo {
    user-select: none;
}

.campoCursor {
    cursor: pointer;
}

.error {
    border-color: red;
}


.seleccionFraccion {
    background: linear-gradient(135deg, #304FFE 0%, rgba(255, 255, 255, 1) 100%) !important;
}

.inputTabla, .SelTablaIndex {
    border: none;
    border: 1px solid lightgrey;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
    font-family: arial;
    color: #2C3E50;
    letter-spacing: 1px;
}

.fecha, .SelTablaIndex {
    padding: 1px 2px 1px 2px;
}




.SelTablaIndex {
    height: 22px;
}
