﻿/*Estilos del Login*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
.bodyLogin {
    /*background-image: url('/Content/Imagenes/FondoLogin.png');*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
}

.LoginCard {
    max-width: 700px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    position: center;
    color: #fff;
    background-color: rgba(255,255,255,0.3);
    border: 1px solid #fff;
    backdrop-filter: blur(5px)
}

.LoginImageCard {
    margin-bottom: 15px;
}

.LoginTextBox {
    margin-bottom: 15px;
}


/*Estilos del Index*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
.Contenedor {
    padding: 20px;
    padding-bottom: 0px;
}

.jumbotron {
    border-radius: 20px;
    box-shadow: 5px 5px 2px rgba(0,0,0,0.3);
    background-color: #343a40;
    color: white;
}

.container {
    margin-left: 0px;
    margin-top: 0px;
    padding-left: 100px;
}

/*Estilos del Scroll*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
.scrollable {
    max-height: 870px;
    width: 100%;
    overflow: scroll;
}

.scrollable::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.scrollable::-webkit-scrollbar-thumb {
    background-color: #343a40;
    border-radius: 5px;
}


.MultiCheckBoxDetailBody::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}


.MultiCheckBoxDetailBody::-webkit-scrollbar-thumb {
    background-color: #26000b;
    border-radius: 5px;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}


.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: #343a40;
    border-radius: 5px;
}
/*Estilos del Navbar*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/

.stil {
    font-size: 0.9rem;
    transition: all 100ms linear;
}

.stil:hover {
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    transition: all 100ms linear;
    color: white;
}

.Amenu:hover {
    cursor: pointer;
}

.Amenu {
    margin-right: 13px;
    transition: all 100ms linear;
    text-decoration: none;
}


/*img:hover {
    cursor: pointer;
    text-decoration: none;
    transition: all 100ms linear;
    width: 160px;
    height: 40px;
}*/

.navli {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}



/*Estilos del Dropdown*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/*Estilos del Grids*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
.filas {
    border: 1px solid;
    border-color: transparent;
}

/*Estilos del Cards*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/


/*Estilos del Layout*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/

.fondo {
    background-color: transparent;
    position: fixed;
    top: 0%;
    right: 0%;
    z-index: 200;
}

/*Estilos del tablaencuesta*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/


#tablaencuesta .col-4 {
    border: solid 1px black
}

#tablaencuesta .col-2 {
    border: solid 1px black
}

    #tablaencuesta .col-2.normal {
        border: solid 1px black;
        background-color: #8b451329;
        color: black;
    }

    #tablaencuesta .col-2.seleccionado {
        border: solid 1px black;
        background-color: #ad6431ba;
        color: black;
    }

#tablaencuesta {
    cursor: pointer;
}

    #tablaencuesta .Grupo {
        text-align: center;
        background: white;
        border: solid 1px black;
        font-style: italic;
    }

        #tablaencuesta .Grupo h6 {
            font-weight: bold;
        }

    #tablaencuesta .encabezado {
        font-weight: bolder;
        background-color: saddlebrown;
        color: white;
    }


/*Estilos del ResultadosEncuesta*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/

    #tablaencuesta .col-4 {
        border: solid 1px black
    }
    #tablaencuesta table {
        border-collapse: collapse;
        border-top-left-radius: 1em;
        border-top-right-radius: 1em;
    }
        #tablaencuesta table th {
            border: 1px solid #541c03 !important;
        }
        #tablaencuesta table tbody tr td {
            border: 1px solid #541c03 !important;
        }
        #tablaencuesta table tbody tr  {
            border: 1px solid #541c03 !important;
        }

    #tablaencuesta .col-2 {
        border: solid 1px black
    }

        #tablaencuesta .col-2.normal {
            border: solid 1px black;
            background-color: #8b451329;
            color: black;
        }

        #tablaencuesta .col-2.seleccionado {
            border: solid 1px black;
            background-color: #ad6431ba;
            color: black;
        }

    /*    #tablaencuesta {
        cursor: pointer;
    }*/

    #tablaencuesta .Grupo {
        text-align: center;
        background: white;
        border: solid 1px black;
        font-style: italic;
    }

        #tablaencuesta .Grupo h6 {
            font-weight: bold;
        }

    #tablaencuesta .encabezado {
        font-weight: bolder;
        background-color: saddlebrown;
        color: white;
    }

    #tablaencuesta .encabezadofactor {
        writing-mode: vertical-rl;
        font-weight: bolder;
        background-color: saddlebrown;
        color: white;
    }


/*Estilos de los Cards*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
.encabezadoCard {
    /*    background-image: url('../Imagenes/FondoLogin.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100%;
    margin-bottom: 10px;*/
    color: white;
    background: rgb(47,6,6);
    background: linear-gradient(150deg, rgba(45,5,16,1) 0%, rgba(109,28,50,1) 50%, rgba(159,34,65,1) 100%);
}

.titleTool {
    font-weight: normal;
    color: white;
    text-decoration: none;
    position: relative;
    transition: all 100ms linear;
}

    .titleTool:hover {
        color: white;
        text-decoration: underline;
        transition: all 100ms linear;
    }

        .titleTool:hover .titleTool-box {
            display: inline-block;
            transition: all 100ms linear;
        }

.titleTool-box {
    font-family: 'Quicksand', sans-serif;
    transition: all 100ms linear;
    display: none;
    position: absolute;
    background-color: #000000;
    line-height: 20px;
    z-index: 600;
    text-align: center;
    color: white;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    left: -100%;
    right: -100%;
    top: 30px;
}