﻿/* --INICIO-- Estilo ACCORDION */
.accordion {
    display: flex;
    min-height: 250px;
    max-height: 250px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
}

span.GrupoOptTitulo {
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.accordion > li {
    display: flex;
    align-items: stretch;
    padding: 0px;
    background: #FFF;
    cursor: pointer;
    transition: all .5s ease;
}

    .accordion > li .section-title {
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 30px;
        border-style: solid;
        border-color: #FFF;
        border-width: 15px 0px 15px 0px;
    }

    .accordion > li .section-title_espacio, .accordion > li .section-title_espacio:hover {
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 15px;
        border-style: none;
        border-color: #FFF;
        border-width: 0px 0px 0px 0px;
        background: #FFF;
        pointer-events: none;
        cursor: default;
    }

    .accordion > li.liDisabled {
        pointer-events: none;
        cursor: default;
    }

    .accordion > li .section-content {
        position: absolute;
        left: -9999px;
        flex: 1;
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
        opacity: 0;
        overflow-y: scroll;
        overflow-x: hidden;
    }


    /* INICIO Estilo Mouse Over*/
    /*.accordion > li:hover {
        background: #6A6A6A;
    }*/

    .accordion > li .AzulGto:hover {
        background: #004A80;
    }

    .accordion > li .CyanGto:hover {
        background: #00A6E3;
    }

    .accordion > li .VerdeGto:hover {
        background: #8BC53F;
    }

    .accordion > li .MagentaGto:hover {
        background: #E6358A;
    }

    .accordion > li .NaranjaGto:hover {
        background: #F27321;
    }
    /* FINAL Estilo Mouse Over*/


    .accordion > li.active {
        flex: 1;
        cursor: default;
    }

        .accordion > li.active .section-title {
            transition: all .5s ease;
            width: 40px;
            border-width: 0px 0px 0px 3px;
        }

        .accordion > li.active .section-content {
            position: relative;
            left: 0;
            flex: 1;
            opacity: 1;
            transform: scaleX(1);
            color: #000;
            padding: 5px;
            width: 500px;
            border-style: dashed;
            border-left-style: solid;
            border-color: #6A6A6A;
            border-width: 1px 1px 1px 7px;
            border-radius: 0px 8px 8px 0px;
            -moz-border-radius: 0px 8px 8px 0px;
            -webkit-border-radius: 0px 8px 8px 0px;
            border: 1px dashed;
            font-size: small;
        }

        /* INICIO Estilo Colores Listado Activo*/

        .accordion > li.active .AzulGto {
            background: #004A80;
        }

        .accordion > li.active .CyanGto {
            background: #00A6E3;
        }

        .accordion > li.active .VerdeGto {
            background: #8BC53F;
        }

        .accordion > li.active .MagentaGto {
            background: #E6358A;
        }

        .accordion > li.active .NaranjaGto {
            background: #F27321;
        }
    /* FINAL Estilo Colores Listado Activo*/

    /* INICIO Estilo Colores Listado Inactivo*/
    .accordion > li .AzulGto {
        color: #FFF;
        background: #2461AB;
    }

    .accordion > li .CyanGto {
        color: #FFF;
        background: #B9ECFF;
    }

    .accordion > li .VerdeGto {
        color: #FFF;
        background: #BDDE8F;
    }

    .accordion > li .MagentaGto {
        color: #FFF;
        background: #F194C0;
    }

    .accordion > li .NaranjaGto {
        color: #FFF;
        background: #F8B385;
    }
/* FINAL Estilo Colores Listado Inactivo*/

.DivTableInfo {
    clear: both;
    height: 100%;
    width: 100%;
    /*background: #CCFF00;*/
    color: #000;
    font-size: xx-small;
}

    .DivTableInfo .dropdown span.GrupoOpt {
        color: #000;
        font-size: x-small;
        font-weight: bold;
    }

ul.listaHorizontal {
    list-style-type: none;
    margin: 0;
    padding: 0px 5px;
    /*overflow: hidden;*/
}

ul.listaVertical {
    list-style-type: none;
    margin: 0;
    padding: 0px 5px;
    /*overflow: hidden;*/
}

ul > li.listaHorizontal {
    float: left;
    display: block;
    text-align: left;
    padding: 5px;
    text-decoration: none;
    width: 145px;
    font-size: xx-small;
}

ul > li.listaVertical {
    text-align: left;
    padding: 2px;
    text-decoration: none;
    font-size: x-small;
}

.caret.caret-up {
    border-top-width: 0;
    border-bottom: 4px solid #fff;
}

/* INICIO menu desplegable :Click Liga/boton*/

.linkBtnDrop {
    /*background-color: #4CAF50;
        color: white;
        padding: 16px;
        font-size: 16px;*/
    border: none;
    cursor: pointer;
    color: #000;
    font-size: small;
    font-weight: bold;
}

    .linkBtnDrop:hover, .linkBtnDrop:focus {
        background: rgba(230, 230, 230, 0.40);
        color: #6A6A6A !important;
        /*background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: linear-gradient(to bottom, #f5f6f3 0%, #dfe5d7 40%, #b3bead 100%);*/
        border-radius: 2px 0px 0px 2px;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    }

.menuDrop {
    position: relative;
    display: inline-block;
}

.menuDrop-contenido {
    display: none;
    /*position: absolute;*//*Hace que el div flote y se ponga por enzima de los otros link*/
    background-color: #f9f9f9;
    min-width: 400px;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left: 15px;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    /*display: none;*/
    /*position: absolute;*/
    /*background-color: #f9f9f9;*/
    /*min-width: 160px;*/
    overflow: auto;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    /*z-index: 1;*/
}

.mostrar {
    display: block;
}

/* FINAL menu desplegable :Click Liga/boton*/


/* INICIO menus desplegables :hover*/

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown_submenu {
    position: relative;
    display: list-item;
}

.dropdown-content {
    display: none;
    position: absolute;
    left: 15px;
    background-color: #f9f9f9;
    min-width: 400px;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
}

.dropdown-content_submenu {
    display: none;
    position: absolute;
    left: 20px;
    background-color: #f9f9f9;
    width: 270px;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    z-index: 2;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
}


.dropdown-content tr:hover {
    background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown_submenu:hover .dropdown-content_submenu {
    display: block;
}

/*.dropdown_submenu:focus .dropdown-content_submenu {
        display: block;
    }*/

/* FINAL menus desplegables :hover*/

/* --INICIO-- ESTILO PARA DISEÑO CSS3 Checkbox */

.checkboxEstilizado {
    width: 28px;
    height: 28px;
    position: relative;
    margin: 20px auto;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

    .checkboxEstilizado label {
        width: 20px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        left: 4px;
        top: 4px;
        background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
        background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
        box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
        font-size: x-large !important;
    }

        .checkboxEstilizado label:after {
            content: '';
            width: 16px;
            height: 8px;
            position: absolute;
            top: 4px;
            left: 2px;
            border: 3px solid #fcfff4;
            border-top: none;
            border-right: none;
            background: transparent;
            opacity: 0;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .checkboxEstilizado label:hover::after {
            opacity: 0.3;
        }

    .checkboxEstilizado input[type=checkbox] {
        visibility: hidden;
    }

        .checkboxEstilizado input[type=checkbox]:checked + label:after {
            opacity: 1;
        }


.ondisplayCheckbox {
    text-align: center;
    padding: 20px 0;
    /*agregado*/
    box-sizing: border-box;
}

    .ondisplayCheckbox section {
        width: 400px;
        height: 150px;
        background: #555;
        display: inline-block;
        position: relative;
        text-align: center;
        margin-top: 5px;
        border: 1px solid gray;
        border-radius: 5px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        /*agregado*/
        box-sizing: border-box;
    }

    .ondisplayCheckbox label.datosExtraSection {
        width: 100%;
        top: 10px;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        text-shadow: 0px 1px #000;
    }

    .ondisplayCheckbox section:after {
        /*         visibility: hidden; */
        content: attr(title);
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 3px;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        text-shadow: 0px 1px #000;
    }

/* --FINAL-- ESTILO PARA DISEÑO CSS3 Checkbox */


/* INICIO .cssChkOnOff */

.ondisplayFiltroCCT section {
    width: 70px;
    height: 50px;
    /*background: rgba(106, 106, 106, 0.7);*/
    display: inline-block;
    position: relative;
    text-align: center;
    margin-top: 5px;
    /*border: 1px solid gray;*/
    border-radius: 5px;
    /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;*/
}

.sectionDisabled {
    background: rgba(106, 106, 106, 0.45);
    cursor: not-allowed;
}

.ondisplayFiltroCCT section:after {
    /*         visibility: hidden; */
    content: attr(title);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    /*-webkit-font-smoothing: antialiased;*/
    /*text-shadow: 0px 1px #000;*/
}

.cssChkOnOff {
    width: 40px; /*Ancho de la banda sobre la que corre el boton*/
    height: 10px;
    background: #6A6A6A;
    margin: 13px auto; /*Altura del boton en el display*/
    position: relative;
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

    .cssChkOnOff label {
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        top: -3px;
        left: -3px;
        border-radius: 50px;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

.cssChkOnOffDisabled {
    background: -webkit-linear-gradient(to bottom, #656464 0%, #4c4b4b 40%, #333 100%);
    background: linear-gradient(to bottom, #656464 0%, #4c4b4b 40%, #333 100%);
    cursor: not-allowed;
}

.cssChkOnOffEnabled {
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    cursor: pointer;
}

.cssChkOnOff input[type=checkbox] {
    visibility: hidden;
}

    .cssChkOnOff input[type=checkbox]:checked + label {
        left: 27px; /*ancho de lo que recorre el boton*/
        border: solid 1px rgba(50, 50, 50, 0.30);
        background: -webkit-linear-gradient(top, #126fb7 0%, #00a7e1 40%, #4496bf 100%);
        background: linear-gradient(to bottom, #126fb7 0%, #00a7e1 40%, #4496bf 100%); /*Degradado AZUL Cyan*/
        /* DEGRADADO VERDE
            background: -webkit-linear-gradient(top, #65b712 0%, #55e100 40%, #67bf44 100%);
            background: linear-gradient(top, #65b712 0%, #55e100 40%, #67bf44 100%);*/
    }

/* FINAL .cssChkOnOff */




.txtArea_CCT {
    color: #000;
    /*width: 390px;*/
    height: 195px;
    font-size: x-small;
    text-transform: uppercase;
}

.txtArea_CCT_acceso {
    color: #000;
    width: 390px;
    min-height: 100px !important;
    font-size: x-small !important;
    text-transform: uppercase !important;
}

.txtArea_CCT_sinAcceso {
    color: #CC2020 !important;
    width: 390px;
    min-height: 55px !important;
    font-size: xx-small !important;
    text-transform: uppercase !important;
}

.tdArea_CCT {
    width: 415px;
    height: 205px;
    padding: 5px !important;
}

.tdChk_tipoBusCCT {
    width: 75px;
    height: 55px !important;
    border-style: none !important;
    padding: 2px 5px !important;
}

.tdArea_CCT_acceso {
    width: 415px;
    height: 110px;
    padding: 5px !important;
}

.tdArea_CCT_sinAcceso {
    width: 415px;
    height: 95px;
    padding: 5px !important;
}

.chkNinguno {
    color: #FFF !important;
    font-size: xx-small !important;
}

    .chkNinguno:active {
        font-weight: bold !important;
        text-decoration: underline overline !important;
    }

.chkTodos {
    color: #FFF !important;
    font-size: xx-small !important;
}

    .chkTodos:active {
        font-weight: bold !important;
        text-decoration: underline overline !important;
    }

.linkExcel {
    padding-left: 35px;
    background: transparent url(../../Imagenes/icons/iconExcel.png);    
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 30px 30px;    
}

.lnkLider:hover {
    background:rgba(106, 106, 106, 0.10) !important;
}

.lnkBoton:hover {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 2px solid #000;
    background: rgba(106, 106, 106, 0.20) !important;
}

.accionBoton:hover {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #000;
    background: rgba(106, 106, 106, 0.20) !important;
}