﻿body {
}
.ventEmergFondo {
    /*display: none;*/
    /*visibility:hidden;*/
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    width: 100vw;
    height: 100vh !important;
    /*    backdrop-filter:blur(6px);*/
    display: flex;
    justify-content: center;
}

.ventBlur {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    width: 100vw;
    height: 100vh !important;
    margin: 0;
    padding: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.2);
    backdrop-filter: blur(6px);
}

.ventPrinc {
    max-width: 22rem;
    min-width: 12rem;
    width: 45rem;
    /*height: 30rem;*/
    height: auto;
    position: absolute;
    border: 4px solid rgba(255,255,255,1);
    margin: 1rem auto;
    border-radius: .4rem;
    z-index: 2;
    padding: 0.5rem;
    background-color: rgba(255,255,255,.9);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,1);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
    .ventPrinc h1 span{
        font-size:1.2rem !important;
        text-transform:uppercase;
    }
    .ventPrinc p {
        margin-bottom: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

        .ventPrinc p span {
            color: rgba(0,0,0,.8);
            font-size: 14px;
            font-weight: 600;
            margin: 0 !important;
            padding: 0 !important;
            display: block;
        }

    .ventPrinc input {
        width: 100% !important;
        height: 46px;
        color: rgba(0, 0, 0, .9);
        font-size: 16px;
        font-weight: 400;
        background-color: #ffffff;
        border: 1px solid rgba(20, 150, 240, .8);
        padding: 6px;
        margin: 0 0 8px 0;
        display: block;
    }
        .ventPrinc input:active {
            border: 1px solid rgba(20, 150, 240, .8);
        }

.inputSiguiente {
    border: 1px solid #f25c05 !important;
    background-color: transparent !important;
    color: #f25c05 !important;
    }
    .inputSiguiente:hover {
        border: 1px solid #f25c05 !important;
        background-color: #f25c05 !important;
        color: #ffffff !important;
    }
.ventPrincBtn {
    padding: 10px 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}

    .ventPrincBtn input {
        background-color: #f25c05;
        text-align: center;
        font-size: 16px;
        font-weight:600;
        text-transform: uppercase;
        cursor: pointer;
        color:#ffffff;
        border-radius:6px;
        border:1px solid rgba(255,255,255,.8);
    }

        .ventPrincBtn input:hover {
            background-color: cadetblue;
        }


.contTabla{
    width:100%;
    height:auto;
    margin:20px 0 20px 0;
    padding:0;
}
/*Inicio Tabla*/
.T_01 {
    /*width: calc(100% - 20px);*/
    width: 100%;
    border-collapse: collapse;
    /*border-collapse: separate;*/
    margin: 0;
    padding: 0;
    table-layout: fixed;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .T_01 tr th {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        /*color: #13957c;*/
        border-bottom: 1px solid rgba(0,0,0,.1);
        border-top: 1px solid rgba(0,0,0,.1);
        /*margin: 8px 0px;*/
        /*        -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.12);
        -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.12);
        box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.12);*/

        background: rgba(237,237,237,.6);
        background: -moz-linear-gradient(top, rgba(237,237,237,.6) 0%, rgba(246,246,246,.6) 53%, rgba(255,255,255,.6) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,.6)), color-stop(53%, rgba(246,246,246,.6)), color-stop(100%, rgba(255,255,255,.6)));
        background: -webkit-linear-gradient(top, rgba(237,237,237,.6) 0%, rgba(246,246,246,.6) 53%, rgba(255,255,255,.6) 100%);
        background: -o-linear-gradient(top, rgba(237,237,237,.6) 0%, rgba(246,246,246,.6) 53%, rgba(255,255,255,.6) 100%);
        background: -ms-linear-gradient(top, rgba(237,237,237,.6) 0%, rgba(246,246,246,.6) 53%, rgba(255,255,255,.6) 100%);
        background: linear-gradient(to bottom, rgba(237,237,237,.6) 0%, rgba(246,246,246,.6) 53%, rgba(255,255,255,.6) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
        cursor: default;
    }

    .T_01 tr {
        /*background-color: #f8f8f8;*/
        /*border: 1px solid #ddd;*/
        border-bottom: 1px solid rgba(0,0,0,.1);
        cursor: pointer;
        -webkit-transition: all 0.3s 0s ease;
        -moz-transition: all 0.3s 0s ease;
        -o-transition: all 0.3s 0s ease;
        transition: all 0.3s 0s ease;
    }

    .T_01 th, .T_01 td {
        font-size: 12px;
        padding: 4px;
        text-align: left;
    }

    .T_01 th {
        padding: 4px 6px;
    }

    .T_01 tr th {
        text-transform: uppercase;
        background-color: #f8f8f8;
        background-color: #f9f9f9;
        z-index: 10;
        position: sticky;
        top: -1px;
        border-bottom: 1px solid rgba(0,0,0,.1);
        box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
        /*border-bottom:inset solid rgba(0,0,0,1);*/
    }

        .T_01 tr th img {
            width: 16px;
            height: 16px;
            margin: 0;
            padding: 0;
        }

    .T_01 tr td {
        /*border-bottom:1px solid rgba(0,0,0,.1);*/
        border-right: 1px solid rgba(0,0,0,.06);
        z-index: 8;
    }

    .T_01 tbody tr:hover {
        background-color: rgba(255, 255, 255, 1.0);
    }

        .T_01 tbody tr:hover .T_01_btn_menu {
            visibility: visible !important;
        }

tr:nth-child(odd) {
    background: rgba(248,248,248,.8);
}

.T_01_btn_menu {
    width: 220px;
    height: 30px;
    position: absolute;
    right: 2px;
    margin-top: -15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    gap: 4px;
    visibility: hidden;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 14%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(0%, rgba(255,255,255,0)), color-stop(0%, rgba(255,255,255,0)), color-stop(14%, rgba(255,255,255,0.8)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 14%);
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 14%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 14%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 14%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=1 );
}
/*tr:nth-child(even) {
    background: rgba(248,248,248,.8);
}

tr:nth-child(odd) {
    background: rgba(248,248,248,.0);
}*/

/*    .T_01 tbody td:hover {
        background-color: rgba(0, 0, 0, 0.01);
    }*/


/***************************************************************************************/




/****************************************** Colores *****************************************************/

.H_Rojo_1 {
    background-color: #ff0000 !important;
}

.H_Gris_1 {
    background-color: #535353 !important;
}

.H_Amarrillo_1 {
    background-color: #dccf05 !important;
}

.H_Azul_1 {
    background-color: #0b4983 !important;
}

.H_Verde_1 {
    background-color: #049245 !important;
}

.H_Dorado_1 {
    background-color: #e1aa12 !important;
}

.H_GrisOscuro_1 {
    background-color: #383838 !important;
}
/********************************************************************************************************/

/******************************************* Hover de Botones *******************************************/
.H_Color_Dorado_1, .H_Color_Dorado_2, .H_hover_Rojo_1, .H_hover_Amarrillo_1, .H_hover_Verde_1 {
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}

    .H_Color_Dorado_1:hover {
        background-color: #e1aa12 !important;
        background-color: rgba(225,170,18,1.0) !important;
    }

    .H_Color_Dorado_2:hover {
        background-color: #e1aa12 !important;
        background-color: rgba(225,170,18,1.0) !important;
        opacity: 1 !important;
        border: 1px solid #d9a20a !important;
    }

    .H_hover_Rojo_1:hover {
        background-color: #ff0000 !important;
        opacity: 1 !important;
        border: 1px solid #fe7f7f !important;
    }

    .H_hover_Amarrillo_1:hover {
        background-color: #dccf05 !important;
        opacity: 1 !important;
        border: 1px solid #fff001 !important;
    }

    .H_hover_Verde_1:hover {
        background-color: #049245 !important;
        opacity: 1 !important;
        border: 1px solid #02fc74 !important;
    }
/********************************************************************************************************/