﻿.menu {
    width: fit-content;
    margin: 100px auto 100px auto;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

body {
    font-family: sans-serif, Roboto;
    color: #333333;
    font-size: 14px;
    background: #e9ecef;
}

/*MENU MODULOS CORXY*/

nav ul {
    margin: 0;
    padding: 0;
    display: flex;
}

    nav ul li {
        list-style: none;
    }

        nav ul li a {
            display: block;
            margin: 10px 0;
            padding: 10px 20px;
            text-decoration: none;
            color: #333333;
        }

            nav ul li a.active,
            nav ul li a:hover {
                background: #e5e5e5;
                color: #fff;
                transition: 0.5s;
            }

.bg {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: .25s;
    pointer-events: none;
}

.menu li {
    list-style: none;
    overflow: hidden;
}

    .menu li a {
        display: block;
        float: left;
        width: 10%;
        padding: -6px 0;
        text-align: center;
        color: #fff;
        text-decoration: none;
        text-shadow: 2px 2px 0 rgba(0,0,0,.25);
        transition: .25s;
        border: none;
    }


.menu li a:hover {
    margin-top: 10px;
    border: none;
}

/*COLORES DEL MENU MODULOS */

.menu li:first-child:hover ~ .bg {
    background: #C8FFCC;
}

.menu li:nth-child(2):hover ~ .bg {
    background: #ACD8FE;
}

.menu li:nth-child(3):hover ~ .bg {
    background: #FFC1C6;
}

.menu li:nth-child(4):hover ~ .bg {
    background: #FFF9BD;
}

.menu li:nth-child(5):hover ~ .bg {
    background: #D3E1E5;
}

.menu li:nth-child(6):hover ~ .bg {
    background: #FFE0BD;
}

.menu li:nth-child(7):hover ~ .bg {
    background: #DEDAF2;
}

.menu li:nth-child(8):hover ~ .bg {
    background: #BDF6FA;
}

/*MODULOS DEL MENU RESPONSIVE Y CSS TRAIDO DESDE VISTA*/

@media screen and (max-width: 800px) {
    table.dataTable {
        width: 100%;
    }

    table.dataTable thead {
        display: block;
    }

    table.dataTable tr:nth-of-type(2n) {
        background-color: inherit;
    }

    table.dataTable tr td:first-child {
        background: #f0f0f0;
        font-weight: bold;
        font-size: 14px;
    }

    table.dataTable tbody tr td {
        display: block;
        text-align: center;
    }
}

.jumbotron-fluid {
    background: rgba(255, 255, 255, 0.26);
    border: none;
}

.tablaModulos {
    min-height: 50vh;
}

#divLabel {
    margin-top: 90px !important;
    height: 60px;
    margin: 0 auto;
    text-align: center;
}

#labelModulos {
    color: #666666;
    max-width: 600px;
    text-align: center;
    /*font-size: x-large;*/
    font-size: 24px;
    font-family:  sans-serif, Roboto;
    font-weight: bold;
}

.menu a {
    display: inline-block;
    width: 120px;
    height: 120px;
}
.menu img {
    margin-top: 10px;
    width: 100px;
    height: 100px;
}
    .menu img:hover {
        transform: scale(1.20);
    }

.form-group {
    margin-bottom: 0rem;
}
/*changes tables*/

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 2px 5px !important;
    font-size: 14px;
}
/*end*/

.dataTablebtn {
    padding: 0.1rem 0.5rem !important;
    font-size: 14px;
}

table.dataTable thead th, table.dataTable thead td {
    font-size: 14px;
    text-align: center;
}

/*FONDOS DE LA PAGINA DEL SUB MENU*/



#fondoPQRS {
    background: linear-gradient(90deg, rgba(207, 208, 210, 0.6502976190476191) 6%, rgba(171, 247, 240, 0.48) 34%);
}

#Nomina {
    background: linear-gradient(90deg, rgba(207, 208, 210, 0.6502976190476191) 6%, rgba(222, 218, 242, 0.48) 34%);
}

#SST {
    background: linear-gradient(90deg, rgba(207, 208, 210, 0.6502976190476191) 6%, rgba(255, 249, 189, 0.48) 34%);
}

#Activos {
    background: linear-gradient(90deg, rgba(207, 208, 210, 0.6502976190476191) 6%, rgba(200, 255, 192, 0.48) 34%);
}

#Comercial {
    background: linear-gradient(90deg, rgba(207, 208, 210, 0.6502976190476191) 6%, rgba(172, 216, 254, 0.48) 34%);
}

#SeleccionDePersonal {
    background: linear-gradient(90deg, rgba(207, 208, 210, 0.6502976190476191) 6%, rgba(255, 219, 216, 0.48) 34%);
}

#Contratacion {
    background: linear-gradient(90deg, rgba(207, 208, 210, 0.6502976190476191) 6%, rgba(255, 219, 216, 0.48) 34%);
}

#Vinculacion {
    background: linear-gradient(90deg, rgba(207, 208, 210, 0.6502976190476191) 6%, rgba(255, 219, 216, 0.48) 34%);
}

#Recepcion {
    background: linear-gradient(90deg, rgba(207, 208, 210, 0.6502976190476191) 6%, rgba(255, 219, 216, 0.48) 34%);
}