/* Minification failed. Returning unminified contents.
(239,19): run-time error CSS1030: Expected identifier, found '>'
(239,25): run-time error CSS1031: Expected selector, found ')'
(239,25): run-time error CSS1025: Expected comma or open brace, found ')'
 */
body {
    /*background: url('/image/celeste.jpg') repeat 0 0;*/
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Arial, Helvetica, sans-serif;
    scrollbar-face-color: #6685CA;
    scrollbar-highlight-color: #6685CA;
    scrollbar-shadow-color: #6685CA;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-track-color: #E5E5E5;
}

table {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 5px;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}


/*tr:hover > td {
    background: rgba(154, 153, 228, 0.40);
}*/

input:hover {
    background: #d0dafd;
    color: #339;
}

th {
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    padding: 8px;
    background: #5BC0DE;
    border-top: 4px solid #aabcfe;
    border-bottom: 1px solid #fff;
    color: white;
    border-right: solid;
    border-right-color: #5BC0DE;
}

td {
    padding: 8px;
    border-bottom: 1px solid #fff;
    color: #669;
    border-top: 1px solid transparent;
    border-right: solid;
    border-right-color: #5BC0DE;
}

.desplazar {
    width: 1200px;
    height: 400px;
    overflow: auto;
    border: 5px solid #a9b2d2;
    border-radius: 10px;
}


/*table {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 45px;
    width: 480px;
    text-align: left;
    border-collapse: collapse;
}

th {
    font-size: 13px;
    font-weight: normal;
    padding: 8px;
    background: #b9c9fe;
    border-top: 4px solid #aabcfe;
    border-bottom: 1px solid #fff;
    color: #039;
}

td {
    padding: 8px;
    background: #e8edff;
    border-bottom: 1px solid #fff;
    color: #669;
    border-top: 1px solid transparent;
}

tr:hover td {
    background: #d0dafd;
    color: #339;
}

tr:nth-child(odd) {
    background-color:#f2f2f2;
}*/
tr:nth-child(even) {
    background-color: #fbfbfb;
}


input[type=text], [type=date], [type=datetime], [type=password] {
    width: 100%;
    padding: 10px 10px;
    border: none;
    border-radius: 10px;
    background-color: #FFFFFF;
}

input[type=number] {
    width: 100%;
    padding: 10px 10px;
    border: none;
    border-radius: 10px;
    background-color: #FFFFFF;
}

input[type="reset"],
input[type=submit] {
    width: 10%;
    padding: 10px 10px;
    border: none;
    border-radius: 10px;
    background-color: #5BC0DE;
    color: white;
}

.MensajesError {
    font-size: x-large;
    color: red;
    text-align: center;
}



button {
    width: 10%;
    padding: 10px 10px;
    border: 0px !important;
    border-radius: 10px;
    background: #4682b4 !important;
    color: white !important ;
}

input[type="reset"]{
    
    width: 10%;
    padding: 10px 10px;
    border: 0px !important;
    border-radius: 10px;
    background: #4682b4 !important;
    color: white !important;
}


select {
    width: 80%;
    padding: 10px 10px;
    border: none;
    border-radius: 10px;
    background-color: #FFFFFF;
}

label {
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    font-family: 'Arial Rounded MT';
}

input[type=text]:focus {
    background-color: lightblue;
    border-radius: 10px;
}


thead {
    /*border: solid;*/
    border-bottom-style: initial;
}

/*span {
    width: 30%;
    padding: 3px 3px;
    border: none;
    border-radius: 10px;
    /*background-color: #f1f1f1;
}*/

/* Colores y estilos de scroll para Chrome*/

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}



::-webkit-scrollbar-corner {
    background-color: grey;
}

::-webkit-scrollbar-button {
    background-color: #505050;
    border-radius: 5px;
    height: 10px;
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background-color: #e8e8e8;
}



input[type="text"] {
    text-transform: uppercase !important;
}
/*Permisos*/



.quitar_hover tr:hover td{
    background:rgba(0, 0, 0, 0.00);
}

input, select, button{
    outline:0px;

}

input:focus:not(td>input),select:focus,button:focus{
    border: 1px solid blue !important;
}

button:active{
    background:#167d94 !important;
}





.contenedor_tabla_crud {
    border: 2px solid #2e43aa;
    padding: 3px;
    overflow: auto;
    height: 410px;
    background: white;
    border-radius: 3px;
}

    .contenedor_tabla_crud table {
        width: 1700px;
        margin: 0px;
        padding: 0px;
    }

    .contenedor_tabla_crud tr {
        background-color: transparent !important;
        height: 10px;      
    }



    .contenedor_tabla_crud th {
        font-size: smaller !important;
        border: 2px solid #e6e6e6 !important;
        height: 15px !important;
        padding: 0px !important;
        white-space: nowrap;
        text-align: center;
        background: #5e7fae;
    }

    .contenedor_tabla_crud td {
        font-size: smaller;
        border: 1px solid black !important;
        height: 20px !important;
        white-space: nowrap;
        padding: 2px;
        color: black;
    }

    .contenedor_tabla_crud tbody:before {
    content: "-";
    display: block;
    line-height: 1px;
    color: transparent;
}



