﻿body {
    font-family: Arial;
    background: white url(../Sources/Imagenes/login/fondoh2.jpg) no-repeat center top fixed;
    -webkit-background-size: cover;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.popupload {
    background-color: #f7fdffda;
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    z-index: 1000;
}

    .popupload .contenedorframeload {
        font-weight: bold;
        position: fixed;
        top: 50%;
        left: 50%;
        width: 100px;
        height: 100px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 50;
    }

        .popupload .contenedorframeload .imgload {
            position: absolute;
            width: 140%;
            height: 140%;
            top: -20%;
            left: -20%;
            border-radius: 50%;
            background: url(../Sources/Imagenes/login/logocirculo.png),linear-gradient(233deg, #e56420, #c22525, #3d9c31, #37bbde);
            background-size: cover;
            background-blend-mode: hard-light;
            animation: hue-rotate 3s linear infinite;
            border-radius: 50%;
        }

        .popupload .contenedorframeload .loader {
            color: darkblue;
            font-size: 100px;
            text-indent: -9999em;
            overflow: hidden;
            width: 1em;
            height: 1em;
            border-radius: 50%;
            position: relative;
            transform: translateZ(0);
            animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
        }
.principal {
    font-size: 15px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.90);
    position: absolute;
    z-index: 0;
}

    .principal .back_alert {
        background-color: rgba(50, 50, 50, 0.70);
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 99;
        display: none;
    }

        .principal .back_alert .alert {
            background-color: white;
            width: 550px;
            height: 100px;
            position: relative;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            border-radius: 20px;
            font-size: 1em;
            padding: 20px;
            border: 3px solid #3ba6f8;
            text-align: center;
            color: darkblue;
        }

            .principal .back_alert .alert .alerttitle {
                color: darkblue;
                font-weight: bold;
            }

            .principal .back_alert .alert .bbtnalert {
                position: relative;
                top: 10px;
                margin: 0px 75px 0px 90px;
                width: 100px;
                top: 20px;
            }

            .principal .back_alert .alert .bi-exclamation-circle {
                color: red;
                font-size: 3em;
                position: absolute;
                left: 20px;
                top: 40px;
            }

            .principal .back_alert .alert .bi-clipboard2-data {
                color: darkblue;
                font-size: 3em;
                position: absolute;
                left: 20px;
                top: 40px;
            }

    .principal .popup {
        background-color: rgba(50, 50, 50, 0.70);
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 99;
    }

        .principal .popup .alert {
            background-color: white;
            max-width: 80%;
            height: 85%;
            position: relative;
            float: left;
            z-index: 101;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            border-radius: 20px;
            font-size: 1em;
            padding: 0px 10px 10px 10px;
            border: 3px solid #3ba6f8;
            text-align: center;
            color: darkblue;
        }

            .principal .popup .alert .alerttitle {
                position: relative;
                float: left;
                width: 100%;
                height: 30px;
                padding: 10px 0px 5px 0px;
            }

                .principal .popup .alert .alerttitle span {
                    font-weight: bold;
                }

            .principal .popup .alert .alertbody {
                position: relative;
                float: left;
                width: 100%;
                height: 90%;
                overflow-y: scroll;
                padding-bottom: 10px;
            }

                .principal .popup .alert .alertbody .Tabladetalles {
                    position: relative;
                    width: 100%;
                    height: 20%;
                }

/*Menu*/
.menu {
    background-color: #a1d1f6;
    width: 250px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 12;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 1em;
    transition: 0.5s;
}

    .menu .btnimg {
        width: 250px;
        height: 106px;
        position: relative;
        float: left;
        background: url(../Sources/Imagenes/login/logotipo.png) no-repeat center top;
        background-size: cover;
        z-index: 7;
    }

.sidenav {
    margin-top: 70px;
    height: auto;
    position: relative;
    z-index: 6;
}

    .sidenav a {
        padding: 5px 10px 5px 15px;
        text-decoration: none;
        font-size: 1em;
        color: darkblue;
        display: block;
        border: none;
        background: none;
        width: 225px;
        text-align: left;
    }

.dropdown-btn {
    padding: 5px 10px 5px 15px;
    text-decoration: none;
    font-size: 1em;
    color: darkblue;
    display: block;
    border: none;
    background: none;
    width: 250px;
    text-align: left;
}

    .sidenav a:hover, .dropdown-btn:hover {
        color: white;
        background-color: #3ba6f8;
    }

.sidenav .divicion {
    height: 25px;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: #72bffa;
    color: darkblue;
    width: 250px;
    font-weight: bold;
    font-size: 0.9em;
    margin-top: 10px;
}

.active {
    background-color: #3ba6f8;
    color: white;
}

.dropdown-container {
    font-size: 0.93em;
    display: none;
    background-color: #72bffa;
    padding-left: 10px;
}

    .dropdown-container .btnlogout {
        background-color: transparent;
        font-size: 1em;
        color: darkblue;
        text-align: left;
        padding-left: -10px;
        width: 210px;
        float: right;
        border: 0px;
    }

        .dropdown-container .btnlogout:hover {
            color: white;
        }

.bi-caret-down-fill {
    float: right;
    padding-right: 8px;
}
/*Cuepo*/
.cuerpo {
    margin-left: 250px;
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    color: black;
    transition: 0.5s;
}

    .cuerpo .msg {
        padding: 10px;
        width: 350px;
        height: auto;
        position: absolute;
        border-radius: 5px;
        right: 20px;
        color: black;
        top: 60px;
        color: white;
        transition: 0.5s;
        z-index: 999;
        display: none;
    }

        .cuerpo .msg .lblmsg {
            float: left;
            width: 320px;
            font-weight: bold;
            font-size: 0.8em;
        }

        .cuerpo .msg .btnclosemsg {
            float: right;
            border: 0px solid transparent;
            background-color: transparent;
        }

            .cuerpo .msg .btnclosemsg:hover {
                color: darkblue;
            }
/*Encabezado*/
.encabezado {
    background-color: #47abfa;
    width: 100%;
    height: 40px;
    float: left;
    margin-bottom: 10px;
}

    .encabezado .titulo {
        font-size: 1rem;
        font-weight: bold;
        position: relative;
        width: auto;
        left: 10px;
        top: 10px;
        color: white;
    }

    .encabezado .menuresponsive {
        position: relative;
        padding: 8px;
        font-size: 25px;
        height: 34px;
        width: 25px;
        color: white;
        background-color: transparent;
        border: 0px;
        float: left;
        display: none;
        z-index: 11;
        border-radius: 0px 10px 10px 0px;
    }

        .encabezado .menuresponsive:hover {
            background-color: #a1d1f6;
            color: darkblue;
        }

    .encabezado .menuresponsiveactivo {
        background-color: #a1d1f6;
        color: darkblue;
    }

form {
    height: 100%;
}

.formulario {
    padding: 10px;
    margin-bottom: 40px;
    color: darkblue;
}

    .formulario .titulo {
        font-weight: bold;
        text-align: center;
    }

    .formulario .nota {
        font-size: 1em;
        color: red;
    }

.btn {
    padding: 8px;
    color: darkblue;
    border: none;
    border-radius: 5px;
    background-color: #a1d1f6;
    border: 1px solid darkblue;
    text-decoration: none;
}

    .btn:hover {
        background-color: #3ba6f8;
        color: white;
        border: 1px solid #3ba6f8;
    }

.bbtcancelar {
    background-color: indianred;
    color: white;
    padding: 8px;
    border: none;
    border-radius: 5px;
    border: 1px solid red;
    text-decoration: none;
}

    .bbtcancelar:hover {
        background-color: red;
        color: white;
        border-color: red;
    }

.dgvselect {
    width: 100%;
    border: none;
}

    .dgvselect .HeaderStyle th { /*cabecera*/
        border: none;
        padding: 10px 0px 10px 10px;
        background-color: #47abfa;
        color: white;
    }

        .dgvselect .HeaderStyle th:hover { /*cabecera*/
            background-color: #47abfa;
            color: white;
        }

    .dgvselect td {
        border: none;
        padding: 10px 0px 10px 10px;
        /*text-align: center;*/
    }

    .dgvselect tr { /*filas registros*/
        border: none;
        border: 1px;
    }

        .dgvselect tr:hover {
            background-color: #a1d1f6;
            color: darkblue;
        }

    .dgvselect td a { /*boton imprimir*/
        font-size: 0.83em;
        text-decoration: none;
        font-weight: bold;
        border: 2px solid #1395f8;
        border-radius: 5px;
        padding: 3px;
        background-color: #1395f8;
        color: white;
    }

        .dgvselect td a:hover { /*boton imprimir*/
            color: white;
            border-color: darkblue;
            background-color: darkblue;
        }

    .dgvselect .a_delete {
        color: white;
        border: 2px solid indianred;
        background-color: indianred;
    }

        .dgvselect .a_delete:hover {
            background-color: red;
            color: white;
            border: 2px solid indianred;
        }

    .dgvselect .PageIndexStyle { /*paginacion*/
        display: block;
        height: 0px;
    }

        .dgvselect .PageIndexStyle tbody {
            background-color: #47abfa; /*#47abfa*/
            color: white;
            position: relative;
            margin: 0px 10px 0px 10px;
        }

            .dgvselect .PageIndexStyle tbody tr:hover {
                background-color: #47abfa; /*#47abfa*/
            }

            .dgvselect .PageIndexStyle tbody td { /*cajabotones*/
                padding: 10px;
                border-radius: 10px;
            }

            .dgvselect .PageIndexStyle tbody span { /*seleccionado*/
                color: white;
            }

            .dgvselect .PageIndexStyle tbody a { /*botones*/
                border: 0px;
                color: darkblue;
                background-color: transparent;
            }

                .dgvselect .PageIndexStyle tbody a:hover { /*botones*/
                    color: white;
                    font-weight: bold;
                    background-color: transparent;
                }

.ftxt {
    padding: 3px 5px 3px 5px;
    font-family: Arial;
    font-size: 1em;
    border: 1px solid grey;
    margin: 5px 0px 5px 0px;
    border-radius: 3px;
}

.fddl {
    padding: 3px 5px 3px 5px;
    margin: 5px 0px 5px 0px;
    border: 1px solid grey;
    border-radius: 3px;
}

.dgvselecterror {
    width: 100%;
    border: none;
    color: red;
}

    .dgvselecterror .HeaderStyle th { /*cabecera*/
        border: none;
        padding: 5px 0px 5px 0px;
        background-color: #fe3f3f;
        color: white;
    }

        .dgvselecterror .HeaderStyle th:hover { /*cabecera*/
            background-color: #fe3f3f;
            color: white;
        }

    .dgvselecterror td {
        border: none;
        padding: 10px 0px 10px 10px;
    }

    .dgvselecterror tr { /*filas registros*/
        border: none;
        border: 1px;
    }

        .dgvselecterror tr:hover {
            background-color: #ffc9c9;
            color: white;
        }

    .dgvselecterror td a { /*boton imprimir*/
        font-size: 0.83em;
        text-decoration: none;
        font-weight: bold;
        border: 2px solid #1395f8;
        border-radius: 5px;
        padding: 3px;
        background-color: #1395f8;
        color: white;
    }

        .dgvselecterror td a:hover { /*boton imprimir*/
            color: white;
            border-color: darkblue;
            background-color: darkblue;
        }

    .dgvselecterror .a_delete {
        color: white;
        border: 2px solid indianred;
        background-color: indianred;
    }

        .dgvselecterror .a_delete:hover {
            background-color: red;
            color: white;
            border: 2px solid indianred;
        }

.picontenedor {
    position: fixed;
    background-color: rgba(50, 50, 50, 0.70);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 900
}

    .picontenedor .pidatos {
        background-color: white;
        width: auto;
        height: auto;
        position: relative;
        z-index: 101;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 20px;
        font-size: 1em;
        padding: 20px;
        border: 3px solid #3ba6f8;
        text-align: center;
        color: darkblue;
    }
    .picontenedor .picabecera {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom:30px;
    }
    .picontenedor .pititulo {
        position: relative;
        width: 80%;
        float:left;
        height: auto;
        font-weight:bold;
        font-size:1.1em;
    }
    .picontenedor .piboton {
        position: relative;
        width: 20%;
        float: right;
        height: auto;
    }
        .picontenedor .piboton .pibtn {
            position: relative;
            width: 100%;
            float: right;
       
        }

@media only screen and (max-width: 611px) {
    body {
        background: #fcfefe url(../Sources/Imagenes/login/fondov2.jpg) no-repeat center top fixed;
        -webkit-background-size: cover;
    }
    .menu {
        display: block;
        width: 0px;
    }

    .cuerpo {
        margin-left: 0px;
        width: 100%;
        height: 100%;
    }

    .encabezado {
        height: 50px;
    }

        .encabezado .menuresponsive {
            display: block;
        }
    /*intranet

        Other*/
    li {
        font-size: 1em;
    }

    dd spam {
        font-size: 1em;
    }

    .formulario .contenedor {
        width: 95%;
    }

    .formulario .ftxt {
        width: 95.5%;
    }

    .formulario .fddl {
        width: 100%;
    }

    .cuerpo .msg {
        width: 86%;
        right: 2%;
        top: 60px;
    }

    .principal .back_alert .alert {
        width: 80%;
        height: 100px
    }

        .principal .back_alert .alert .bbtnalert {
            top: 25px;
            margin: 0px 0px 0px 0px;
            width: 100px;
        }

        .principal .back_alert .alert .alertmensaje {
            margin-left: 50px;
        }

        .principal .back_alert .alert .bi-exclamation-circle {
            top: 45px;
        }

    .dgvselect {
        padding: 0px;
        width: 100%;
    }

    .btnw {
        width: 100%;
    }
 
}

@media only screen and (max-width: 1041px) {
    body {
        /*background: #fcfefe url(../Sources/Imagenes/login/fondoh2.jpg) no-repeat center top fixed;
        -webkit-background-size: cover;*/
    }
}

Scrollbars
* {
    scrollbar-width: thin;
    scrollbar-color: #98cef8 #00008b;
}

*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: #98cef8;
    border-radius: 5px;
    border: 0px solid #00008b;
}

/*Other*/
li {
    margin-right: 3em;
    margin-bottom: 0.5em;
    color: darkblue;
}

    li a {
        color: darkblue;
        text-decoration: none;
    }

        li a:hover {
            color: #ffb401;
            text-decoration: underline;
        }

.link_descarga {
    font-size: 0.83em;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid darkblue;
    border-radius: 5px;
    padding: 3px;
}

    .link_descarga:hover {
        color: darkblue;
        text-decoration: none;
        border-color: transparent;
        background-color: #ffb401;
    }

.pie {
    background-color: #47abfa;
    width: 100%;
    height: 20px;
    padding: 10px;
    position: fixed;
    bottom: 0px;
}

    .pie .btn_pie {
        margin: -6px 20px 0px 5px;
        padding: 8px;
        color: darkblue;
        border: 1px solid darkblue;
        border-radius: 5px;
        background-color: #a1d1f6;
    }

        .pie .btn_pie:hover {
            background-color: darkblue;
            color: white;
        }

    .pie .btn_pie_cancelar {
        margin: -6px 20px 0px 5px;
        padding: 8px;
        color: white;
        border: 1px solid red;
        border-radius: 5px;
        background-color: indianred;
    }

        .pie .btn_pie_cancelar:hover {
            background-color: red;
            color: white;
        }

    .pie .lblpie {
        color: white;
        position: fixed;
        bottom: 45px;
        z-index: 80;
        font-size: 1.1em;
    }

    .pie .btn_pie_right {
        margin-top: 20px;
    }



.btn_pie_left {
    position: fixed;
    right: 10px;
    bottom: 20px;
}

.p_fondo {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.97);
}

    .p_fondo .p_cuerpo {
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

.p_reporte {
    position: relative;
    width: 100%;
    height: 100%;
}

.p_error_reporte {
    position: relative;
    padding-top: 10px;
    width: 100%;
    height: 80%;
    font-size: 16px;
    text-align: center;
}

    .p_error_reporte .lblmensajeerror {
        color: darkblue;
        font-size: 1rem;
    }

    .p_error_reporte .bi-emoji-frown {
        color: darkblue;
        font-size: 70px;
    }


hr {
    border: 1px solid darkblue;
    width: 95%;
}

.txtmultiline {
    resize: none;
}

.led {
    -webkit-animation: led .8s infinite;
    -moz-animation: led .8s infinite;
    -ms-animation: led .8s infinite;
    -o-animation: led .8s infinite;
    animation: led .8s infinite;
}
/* keyframes */
@-webkit-keyframes led {
    from {
        opacity: .2;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes led {
    from {
        opacity: .2;
    }

    to {
        opacity: 1;
    }
}

@-ms-keyframes led {
    from {
        opacity: .2;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes led {
    from {
        opacity: .2;
    }

    to {
        opacity: 1;
    }
}

@keyframes led {
    from {
        opacity: .2;
    }

    to {
        opacity: 1;
    }
}

.contenedorframe {
    position: relative;
    float: left;
    width: 98%;
    height: 97%;
    margin: 0.5% 1% 0px 1%;
    background-color: white;
    overflow-x: hidden;
    overflow-y: hidden;
}

    .contenedorframe .tituloframe {
        float: left;
        width: 100%;
        height: 45px;
        position: relative;
    }

    .contenedorframe .reportframe {
        position: relative;
        float: left;
        width: 100%;
        height: 94.5%;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 100;
    }

    .contenedorframe .btnframe {
        float: right;
        position: relative;
        margin: 5px 5px 0px 0px;
    }

    .contenedorframe .loadframe {
        position: fixed;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 50;
    }

        .contenedorframe .loadframe .loader {
            color: black;
            font-size: 40px;
            text-indent: -9999em;
            overflow: hidden;
            width: 1em;
            height: 1em;
            border-radius: 50%;
            position: relative;
            transform: translateZ(0);
            animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
        }


@keyframes mltShdSpin {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes round {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes hue-rotate {
    from {
        -webkit-filter: hue-rotate(0);
        -moz-filter: hue-rotate(0);
        -ms-filter: hue-rotate(0);
        filter: hue-rotate(0);
    }

    to {
        -webkit-filter: hue-rotate(360deg);
        -moz-filter: hue-rotate(360deg);
        -ms-filter: hue-rotate(360deg);
        filter: hue-rotate(360deg);
    }
}
