body form #pnl_fake_background {
    display: none;
    position: fixed;
    height: calc(100% - 50px);
    top: 50px;
    bottom: 0;
    background-color: #FFF;
    left: 50%;
    transform: translateX(-50%);
    -webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,.25);
    box-shadow: 0 0 20px 5px rgba(0,0,0,.25);
}

.navbar-inverse.custom, .panel.panel-default.custom, .sidebars > .sidebar.right > .sidebar-content {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

.navbar-inverse.custom {
    background-color: #8a0808;
    border-bottom: 2px solid #5e0606;
    max-height: 50px;
    top: 0;
}

    .navbar-inverse.custom .navbar .brand, .navbar-inverse.custom .navbar .nav > .active > a, .navbar-inverse.custom .navbar .nav > li > a, .navbar-inverse.custom .navbar .text {
        color: #fff !important;
        background-color: transparent !important;
    }

div#dd_CerrarSesion {
    display: block;
    height: 100%;
}

    div#dd_CerrarSesion > a {
        margin-top: 3px;
    }

        div#dd_CerrarSesion > a > div {
            display: inline-block;
        }

        div#dd_CerrarSesion > a > #icono {
            height: 32px;
            width: 32px;
            background-color: #fff;
            padding: 6px 8px 8px 9px;
            float: left;
            -webkit-border-radius: 16px;
            border-radius: 16px;
        }

            div#dd_CerrarSesion > a > #icono > span {
                color: #8a0808;
                margin: auto;
                padding-right: 2px;
            }

        div#dd_CerrarSesion > a > div#lblUsuario {
            padding: 6px 2px;
        }

        div#dd_CerrarSesion > a > span#icono2 {
            padding: 6px 10px;
        }

    div#dd_CerrarSesion > .dropdown-menu.custom {
        margin-top: 2px;
        margin-right: 4px;
        padding: 0;
        text-align: center;
        font-size: 14px;
        overflow: hidden;
    }

        div#dd_CerrarSesion > .dropdown-menu.custom > li {
            padding: 0;
        }

            div#dd_CerrarSesion > .dropdown-menu.custom > li > a {
                padding: 15px;
            }

                div#dd_CerrarSesion > .dropdown-menu.custom > li > a:hover {
                    background-color: #8a0808;
                    color: #fff;
                }

.page-footer {
    padding-top: 20px;
}

    .page-footer > .footer {
        padding: 20px 0;
        border-top: 1px solid #eee;
    }

#pnlPendientes {
    z-index: 5;
    margin-top: 7px;
    padding: 0;
}

    #pnlPendientes .btn-pendientes > .icono {
        font-size: 28px;
        color: #fff;
        z-index: 10;
        float: right;
    }

    #pnlPendientes .btn-pendientes > .badge.pendientes {
        float: right;
        font-size: 10px;
        font-weight: 700;
        line-height: 1;
        color: #8a0808;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        background-color: #fff;
        border: 2px solid #8a0808;
        padding: 5px;
        border-radius: 20px;
        margin-left: -15px;
        margin-top: -10px;
        z-index: 20;
    }

@keyframes fade-to-black {
    from {
        background-color: rgba(0,0,0,0);
    }

    to {
        background-color: rgba(0,0,0,.7);
    }
}

@keyframes comeback-to-white {
    from {
        background-color: rgba(0,0,0,.7);
    }

    to {
        background-color: rgba(0,0,0,0);
    }
}

.sidebars > .sidebar {
    position: fixed;
    color: #000;
    padding: 0;
    font-size: 2em;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
}

    .sidebars > .sidebar.animated.open {
        animation-duration: 1s;
        animation-name: fade-to-black;
    }

    .sidebars > .sidebar.animated.closed {
        animation-duration: .2s;
        animation-name: comeback-to-white;
    }

    .sidebars > .sidebar.right {
        top: 0;
        bottom: 0;
        right: -100%;
    }

        .sidebars > .sidebar.right > div {
            display: inline-block;
            float: right;
        }

        .sidebars > .sidebar.right > .sidebar-trigger {
            height: 100%;
        }

        .sidebars > .sidebar.right > .sidebar-content {
            background-color: #d9d9d9;
            height: 100%;
            padding: 60px 5px 5px;
            margin-right: -17px;
            overflow-y: scroll;
        }

            .sidebars > .sidebar.right > .sidebar-content a.links {
                text-decoration: none;
                display: block;
                padding: 15px;
                width: 100%;
                height: 100%;
            }

.pnl_Interno, div.pnl_Menu {
    -webkit-align-content: flex-start;
}

.sidebars > .sidebar.right > .sidebar-content a.links.categoria {
    padding: 20px 25px;
}

    .sidebars > .sidebar.right > .sidebar-content a.links.categoria > .icono-sublista {
        float: right;
    }

.sidebars > .sidebar.right > .sidebar-content a.links.pendientes {
    color: #8a0808;
}

.panel.panel-default.custom > .panel-heading.custom {
    padding: 0 !important;
}

.list-group-item.custom {
    padding: 0;
}

    .list-group-item.custom > h6 {
        margin: 0;
        padding: 0;
    }

    .list-group-item.custom:hover {
        background-color: #ececec;
    }

div.pantallaCarga {
    width: 100%;
    height: 200px;
    text-align: center;
    padding: 60px 0 0;
}

.pnl_Interno > .Titulo_Seccion, div.CardsMain > div.CardsBackground > a {
    text-align: left;
    text-decoration: none;
}

div.pnl_Menu {
    width: 100%;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-content: flex-start;
    flex: 0 0 100%;
}

div.CardsMain {
    height: 100px;
    display: block;
    position: relative;
    float: left;
}

    div.CardsMain > div.CardsBackground {
        width: 100%;
        height: 100%;
        z-index: 1;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: 90px;
        background-position: 0 5px;
        transition: all ease-in-out .25s;
        image-rendering: auto;
        -ms-interpolation-mode: nearest-neighbor;
    }

        div.CardsMain > div.CardsBackground:hover {
            background-size: 160px;
            background-position: -45px -18px;
            background-color: #fff;
            width: 110%;
            height: 110%;
            left: -5%;
            top: -5%;
            position: absolute;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-shadow: 0 0 5px 0 rgba(25,25,25,.8);
            box-shadow: 0 0 5px 0 rgba(25,25,25,.8);
        }

        div.CardsMain > div.CardsBackground:active, div.CardsMain > div.CardsBackground:focus {
            background-size: 200px;
            background-position: -45px -35px;
        }

        div.CardsMain > div.CardsBackground > a > div.Cards {
            background-color: rgba(246,246,246,.15);
            width: 100%;
            height: 100%;
            padding: 10px 5px 10px 110px;
            display: table;
        }

            div.CardsMain > div.CardsBackground > a > div.Cards > div.CardsText {
                height: 100%;
                width: 100%;
                display: table-cell;
                vertical-align: middle;
            }

                div.CardsMain > div.CardsBackground > a > div.Cards > div.CardsText > .CardsTitle {
                    font-family: "Trebuchet MS";
                    font-weight: 700;
                    font-size: 14px;
                    color: #8a0808;
                }

                div.CardsMain > div.CardsBackground > a > div.Cards > div.CardsText > .CardsDescription {
                    font-family: "Trebuchet MS";
                    font-weight: 700;
                    font-size: 11px;
                    color: #666;
                }

.elemento-requerido {
    -webkit-box-shadow: inset 3px 0 0 0 #f90 !important;
    box-shadow: inset 3px 0 0 0 #f90 !important;
}

    .elemento-requerido:hover {
        -webkit-box-shadow: inset 4px 0 0 0 #f90 !important;
        box-shadow: inset 4px 0 0 0 #f90 !important;
    }

table.elemento-requerido tr td {
    padding-top: 5px;
}

    table.elemento-requerido tr td:first-child {
        padding-left: 10px;
    }

select.form-control {
    height: 34px;
}

.elemento-visible {
    display: block;
    visibility: visible;
}

.elemento-oculto {
    visibility: hidden !important;
    display: none !important;
}

.elemento-centrado {
    margin-left: auto;
    margin-right: auto;
}

.not-active {
    cursor: not-allowed;
    opacity: .6;
    color: #333;
    pointer-events: unset;
    text-decoration: none;
}

.PanelBotones {
    width: 100%;
    padding: 0 0 20px;
}

.PanelLinks {
    width: 100%;
    padding: 40px 0 20px;
}

.modalBackground {
    background-color: #000;
    filter: alpha(opacity=90);
    -moz-opacity: .8;
    opacity: .8;
}

.PanelPrincipal {
    width: 100%;
    padding: 15px;
    border: 1px solid #0f1b30;
    background-color: #fff;
}

.panelModulo {
    background-color: #e9e9e9;
    width: 100%;
    padding: 10px;
}

.panelCantElGrilla {
    margin-top: 20px !important;
}

.contenedor_Contenido_SM {
    width: 100%;
    min-height: calc(100% - 50px);
    top: 50px;
    left: 0;
    position: absolute;
}

    .contenedor_Contenido_SM .placeholder_Contenido_SM {
        width: 100%;
        min-height: 100%;
    }

.pnl_Contenido_Modulo {
    margin-top: 50px;
}

    .pnl_Contenido_Modulo > .pnl_Contenedor_Secciones {
        margin: 0 auto;
        white-space: nowrap;
        display: flex;
        align-items: center;
        flex-direction: column;
        flex: 0 0 100%;
    }

.pnl_Interno {
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-content: flex-start;
    padding: 0;
    margin: 0;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    width: 100%;
}

    .pnl_Interno > .Titulo_Seccion {
        margin-bottom: 20px;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 100%;
        font-family: Trebuchet MS,Verdana,Arial;
        font-size: 16px !important;
        font-weight: 400;
        color: #f90;
        text-transform: uppercase;
    }

    .pnl_Interno .pnl_SubSecciones {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-content: flex-start;
        align-content: flex-start;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 100%;
        width: 100%;
    }

        .pnl_Interno .pnl_SubSecciones > * {
            margin: 0;
        }

        .pnl_Interno .pnl_SubSecciones .pnl_Items_Seccion {
            display: flex;
            justify-content: space-between;
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: 50%;
            max-width: 50%;
        }

            .pnl_Interno .pnl_SubSecciones .pnl_Items_Seccion > div {
                display: flex;
                padding: 4px;
                flex-grow: 0;
                flex-shrink: 0;
                flex-basis: 40%;
                max-width: 40%;
                white-space: normal;
                justify-content: flex-end;
                align-items: center;
                text-align: right;
            }

                .pnl_Interno .pnl_SubSecciones .pnl_Items_Seccion > div:nth-of-type(odd) {
                    font-family: "Trebuchet MS",Verdana,Arial;
                    font-size: 14px !important;
                    font-weight: 400;
                    text-decoration: none;
                    color: #666;
                }

                .pnl_Interno .pnl_SubSecciones .pnl_Items_Seccion > div:nth-of-type(even) {
                    flex-basis: 60%;
                    max-width: 60%;
                    justify-content: flex-start;
                    text-align: left;
                    font-weight: 400;
                }

                    .pnl_Interno .pnl_SubSecciones .pnl_Items_Seccion > div:nth-of-type(even) > :not(.ajax__calendar) {
                        width: 100%;
                    }

            .pnl_Interno .pnl_SubSecciones .pnl_Items_Seccion.AnchoTotal {
                flex-basis: 100%;
                max-width: 100%;
            }

                .pnl_Interno .pnl_SubSecciones .pnl_Items_Seccion.AnchoTotal > div:nth-of-type(odd) {
                    flex-basis: calc(20% - 1px);
                    max-width: calc(20% - 1px);
                }

                .pnl_Interno .pnl_SubSecciones .pnl_Items_Seccion.AnchoTotal > div:nth-of-type(even) {
                    flex-basis: 80%;
                    max-width: 80%;
                }

            .pnl_Interno .pnl_SubSecciones .pnl_Items_Seccion.SaltoLinea {
                margin-left: 1px;
            }

                .pnl_Interno .pnl_SubSecciones .pnl_Items_Seccion.SaltoLinea > div:nth-of-type(odd) {
                    flex-basis: calc(40% - 1px);
                    max-width: calc(40% - 1px);
                }

                .pnl_Interno .pnl_SubSecciones .pnl_Items_Seccion.SaltoLinea > div:nth-of-type(even) {
                    flex-basis: calc(60% + 1px);
                    max-width: calc(60% + 1px);
                }

                .pnl_Interno .pnl_SubSecciones .pnl_Items_Seccion.SaltoLinea + .pnl_Items_Seccion:not(.AnchoTotal) {
                    flex-basis: calc(50% - 1px);
                    max-width: calc(50% - 1px);
                }

                    .pnl_Interno .pnl_SubSecciones .pnl_Items_Seccion.SaltoLinea + .pnl_Items_Seccion:not(.AnchoTotal) > div:nth-of-type(odd) {
                        flex-basis: calc(40% - 1px);
                        max-width: calc(40% - 1px);
                    }

                    .pnl_Interno .pnl_SubSecciones .pnl_Items_Seccion.SaltoLinea + .pnl_Items_Seccion:not(.AnchoTotal) > div:nth-of-type(even) {
                        flex-basis: calc(60% + 1px);
                        max-width: calc(60% + 1px);
                    }

    .pnl_Interno:last-child {
        margin-bottom: 0;
    }

    .pnl_Interno.VerEtiquetas > .Titulo_Seccion {
        font-family: Trebuchet MS,Verdana,Arial;
        font-size: 13px !important;
        font-weight: 700;
        text-decoration: none;
        color: #0b5781;
        border-bottom: 2px solid #0b5781;
        margin: 0 auto 14px !important;
        text-transform: uppercase;
        text-align: center;
        padding: 5px;
    }

    .pnl_Interno.VerEtiquetas:not(.SinLineas) > .pnl_SubSecciones {
        border: 1px solid #666;
        border-right: none;
        border-bottom: none;
    }

        .pnl_Interno.VerEtiquetas:not(.SinLineas) > .pnl_SubSecciones > .Titulo_Seccion > span {
            color: inherit;
            text-align: inherit;
        }

        .pnl_Interno.VerEtiquetas:not(.SinLineas) > .pnl_SubSecciones .pnl_Items_Seccion {
            border: 1px solid #666;
            border-top: none;
            border-left: none;
        }

            .pnl_Interno.VerEtiquetas:not(.SinLineas) > .pnl_SubSecciones .pnl_Items_Seccion > div:nth-of-type(odd) {
                border-right: 1px solid #666;
                font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
                font-size: 14px;
                line-height: 1.42857143;
                color: #333;
                font-weight: 700;
            }

            .pnl_Interno.VerEtiquetas:not(.SinLineas) > .pnl_SubSecciones .pnl_Items_Seccion > div:nth-of-type(even) {
                font-family: Trebuchet MS,Verdana,Arial;
                font-size: 14px !important;
                font-weight: 400;
                text-decoration: none;
                color: #666;
            }

            .pnl_Interno.VerEtiquetas:not(.SinLineas) > .pnl_SubSecciones .pnl_Items_Seccion > div {
                padding: 10px;
            }

.pnl_Contenido_Modulo .pnl_Secciones {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    padding: 5px;
    margin: 0 0 50px;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 80%;
    width: 100%;
}

    .pnl_Contenido_Modulo .pnl_Secciones > .Titulo_Seccion {
        margin-bottom: 20px;
        text-align: left;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 100%;
        font-family: Trebuchet MS,Verdana,Arial;
        font-size: 16px !important;
        font-weight: 400;
        text-decoration: none;
        color: #f90;
        text-transform: uppercase;
    }

    .pnl_Contenido_Modulo .pnl_Secciones .pnl_SubSecciones {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-content: flex-start;
        align-content: flex-start;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 100%;
        width: 100%;
    }

        .pnl_Contenido_Modulo .pnl_Secciones .pnl_SubSecciones > * {
            margin: 0;
        }

        .pnl_Contenido_Modulo .pnl_Secciones .pnl_SubSecciones .pnl_Items_Seccion {
            display: flex;
            justify-content: space-between;
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: 50%;
            max-width: 50%;
        }

            .pnl_Contenido_Modulo .pnl_Secciones .pnl_SubSecciones .pnl_Items_Seccion > div {
                display: flex;
                padding: 4px;
                flex-grow: 0;
                flex-shrink: 0;
                flex-basis: 40%;
                max-width: 40%;
                white-space: normal;
                justify-content: flex-end;
                align-items: center;
                text-align: right;
            }

                .pnl_Contenido_Modulo .pnl_Secciones .pnl_SubSecciones .pnl_Items_Seccion > div:nth-of-type(odd) {
                    font-family: "Trebuchet MS",Verdana,Arial;
                    font-size: 14px !important;
                    font-weight: 400;
                    text-decoration: none;
                    color: #666;
                }

                .pnl_Contenido_Modulo .pnl_Secciones .pnl_SubSecciones .pnl_Items_Seccion > div:nth-of-type(even) {
                    flex-basis: 60%;
                    max-width: 60%;
                    justify-content: flex-start;
                    text-align: left;
                    font-weight: 400;
                }

                    .pnl_Contenido_Modulo .pnl_Secciones .pnl_SubSecciones .pnl_Items_Seccion > div:nth-of-type(even) > :not(.ajax__calendar) {
                        width: 100%;
                    }

            .pnl_Contenido_Modulo .pnl_Secciones .pnl_SubSecciones .pnl_Items_Seccion.AnchoTotal {
                flex-basis: 100%;
                max-width: 100%;
            }

                .pnl_Contenido_Modulo .pnl_Secciones .pnl_SubSecciones .pnl_Items_Seccion.AnchoTotal > div:nth-of-type(odd) {
                    flex-basis: calc(20% - 1px);
                    max-width: calc(20% - 1px);
                }

                .pnl_Contenido_Modulo .pnl_Secciones .pnl_SubSecciones .pnl_Items_Seccion.AnchoTotal > div:nth-of-type(even) {
                    flex-basis: 80%;
                    max-width: 80%;
                }

            .pnl_Contenido_Modulo .pnl_Secciones .pnl_SubSecciones .pnl_Items_Seccion.SaltoLinea {
                margin-left: 1px;
            }

                .pnl_Contenido_Modulo .pnl_Secciones .pnl_SubSecciones .pnl_Items_Seccion.SaltoLinea > div:nth-of-type(odd) {
                    flex-basis: calc(40% - 1px);
                    max-width: calc(40% - 1px);
                }

                .pnl_Contenido_Modulo .pnl_Secciones .pnl_SubSecciones .pnl_Items_Seccion.SaltoLinea > div:nth-of-type(even) {
                    flex-basis: calc(60% + 1px);
                    max-width: calc(60% + 1px);
                }

                .pnl_Contenido_Modulo .pnl_Secciones .pnl_SubSecciones .pnl_Items_Seccion.SaltoLinea + .pnl_Items_Seccion:not(.AnchoTotal) {
                    flex-basis: calc(50% - 1px);
                    max-width: calc(50% - 1px);
                }

                    .pnl_Contenido_Modulo .pnl_Secciones .pnl_SubSecciones .pnl_Items_Seccion.SaltoLinea + .pnl_Items_Seccion:not(.AnchoTotal) > div:nth-of-type(odd) {
                        flex-basis: calc(40% - 1px);
                        max-width: calc(40% - 1px);
                    }

                    .pnl_Contenido_Modulo .pnl_Secciones .pnl_SubSecciones .pnl_Items_Seccion.SaltoLinea + .pnl_Items_Seccion:not(.AnchoTotal) > div:nth-of-type(even) {
                        flex-basis: calc(60% + 1px);
                        max-width: calc(60% + 1px);
                    }

    .pnl_Contenido_Modulo .pnl_Secciones:last-child {
        margin-bottom: 0;
    }

    .pnl_Contenido_Modulo .pnl_Secciones.VerEtiquetas > .Titulo_Seccion {
        font-family: Trebuchet MS,Verdana,Arial;
        font-size: 13px !important;
        font-weight: 700;
        text-decoration: none;
        color: #0b5781;
        border-bottom: 2px solid #0b5781;
        margin: 0 auto 14px !important;
        text-transform: uppercase;
        text-align: center;
        padding: 5px;
    }

    .pnl_Contenido_Modulo .pnl_Secciones.VerEtiquetas:not(.SinLineas) > .pnl_SubSecciones {
        border: 1px solid #666;
        border-right: none;
        border-bottom: none;
    }

        .pnl_Contenido_Modulo .pnl_Secciones.VerEtiquetas:not(.SinLineas) > .pnl_SubSecciones > .Titulo_Seccion > span {
            color: inherit;
            text-align: inherit;
        }

        .pnl_Contenido_Modulo .pnl_Secciones.VerEtiquetas:not(.SinLineas) > .pnl_SubSecciones .pnl_Items_Seccion {
            border: 1px solid #666;
            border-top: none;
            border-left: none;
        }

            .pnl_Contenido_Modulo .pnl_Secciones.VerEtiquetas:not(.SinLineas) > .pnl_SubSecciones .pnl_Items_Seccion > div:nth-of-type(odd) {
                border-right: 1px solid #666;
                font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
                font-size: 14px;
                line-height: 1.42857143;
                color: #333;
                font-weight: 700;
            }

            .pnl_Contenido_Modulo .pnl_Secciones.VerEtiquetas:not(.SinLineas) > .pnl_SubSecciones .pnl_Items_Seccion > div:nth-of-type(even) {
                font-family: Trebuchet MS,Verdana,Arial;
                font-size: 14px !important;
                font-weight: 400;
                text-decoration: none;
                color: #666;
            }

            .pnl_Contenido_Modulo .pnl_Secciones.VerEtiquetas:not(.SinLineas) > .pnl_SubSecciones .pnl_Items_Seccion > div {
                padding: 10px;
            }

@media screen and (max-width:767px) {
    .pnl_Contenido_Modulo .pnl_Secciones .pnl_SubSecciones .pnl_Items_Seccion {
        flex-basis: 100%;
    }

        .pnl_Contenido_Modulo .pnl_Secciones .pnl_SubSecciones .pnl_Items_Seccion > div {
            flex-basis: 20%;
        }

            .pnl_Contenido_Modulo .pnl_Secciones .pnl_SubSecciones .pnl_Items_Seccion > div:nth-of-type(even) {
                flex-basis: 80%;
                flex-shrink: 1;
            }

    .pnl_Contenido_Modulo .pnl_Secciones {
        flex-basis: 100%;
        max-width: 100%;
    }

    .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
        max-width: 500px;
    }
}

.pnl_Botones_Inferiores_Formulario {
    text-align: right;
    flex: 0 0 100%;
    margin-top: 50px;
}

.w-80 {
    flex-basis: 80% !important;
    max-width: 80% !important;
}

.w-100 {
    flex-basis: 100% !important;
    max-width: 100% !important;
}

.w-60 {
    flex-basis: 60% !important;
    max-width: 60% !important;
}

div.items-ordenados-1 {
    flex-basis: 58.33333333% !important;
}

div.items-ordenados-2 {
    flex-basis: 41.66666667% !important;
    padding-left: 20px;
}

div.SinListBox {
    flex-basis: 100% !important;
}

.input-group-btn {
    font-size: inherit !important;
}

.pnl_Contenedor_Grilla {
    width: 100%;
    overflow-x: auto;
}

table.tbl_GridView {
    color: #000;
    background-color: #fff;
    border-color: #00029;
    border-width: 1px;
    border-style: None;
    font-size: Smaller;
    width: 100%;
    border-collapse: collapse;
}

    table.tbl_GridView > tbody > tr:first-child {
        color: #fff !important;
        background-color: #333 !important;
        font-weight: 700 !important;
    }

        table.tbl_GridView > tbody > tr:first-child > th[scope=col] {
            border: none;
            padding: 4px;
        }

    table.tbl_GridView > tbody > tr:nth-child(odd) {
        color: #333;
        background-color: #fff;
    }

    table.tbl_GridView > tbody > tr:nth-child(even) {
        color: #333;
        background-color: #f7f6f3;
    }

    table.tbl_GridView > tbody > tr > td {
        padding: 4px;
        border-left: none;
        border-right: none;
        white-space: normal;
    }

    table.tbl_GridView > tbody > tr.pnl_paginador_grilla:last-child > td[colspan] {
        padding: 0 !important;
    }

        table.tbl_GridView > tbody > tr.pnl_paginador_grilla:last-child > td[colspan] .paginador_GridView {
            color: #fff;
            background-color: #333;
            font-size: X-Small;
            padding: 0;
            text-align: right;
            margin-top: -1px;
        }

            table.tbl_GridView > tbody > tr.pnl_paginador_grilla:last-child > td[colspan] .paginador_GridView > * {
                display: inline-block;
            }

            table.tbl_GridView > tbody > tr.pnl_paginador_grilla:last-child > td[colspan] .paginador_GridView > :not(select) {
                color: #fff;
            }

            table.tbl_GridView > tbody > tr.pnl_paginador_grilla:last-child > td[colspan] .paginador_GridView > a {
                padding: 4px 8px;
            }

                table.tbl_GridView > tbody > tr.pnl_paginador_grilla:last-child > td[colspan] .paginador_GridView > a:focus {
                    outline: 0;
                }

                table.tbl_GridView > tbody > tr.pnl_paginador_grilla:last-child > td[colspan] .paginador_GridView > a:hover {
                    background-color: #fff0f;
                }

            table.tbl_GridView > tbody > tr.pnl_paginador_grilla:last-child > td[colspan] .paginador_GridView > span {
                padding: 4px;
            }

                table.tbl_GridView > tbody > tr.pnl_paginador_grilla:last-child > td[colspan] .paginador_GridView > span:hover {
                    cursor: default;
                }

            table.tbl_GridView > tbody > tr.pnl_paginador_grilla:last-child > td[colspan] .paginador_GridView select.input-xs {
                padding: 1px 6px;
                font-size: 10px;
                line-height: 1.5;
                border-radius: 3px;
                height: 18px;
            }

div.pnl_Filtros > div.pnl_item_filtro:last-child > a, div.pnl_Filtros > div.pnl_item_filtro > div:first-child, table.TablaFiltros tr > td:last-child > *, table.TablaFiltros tr > td:nth-child(odd), table.tbl tr > td:last-child > *, table.tbl tr > td:nth-child(odd) {
    font-family: "Trebuchet MS",Verdana,Arial;
    font-size: 11px !important;
    font-weight: 400;
    text-decoration: none;
}

.no-seleccionable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

table.TablaFiltros, table.tbl {
    width: 100%;
    background-color: #f7f6f3;
    border: 0;
    margin: 0 auto;
}

    table.TablaFiltros tr > td, table.tbl tr > td {
        padding: 5px 1px;
        vertical-align: middle;
    }

        table.TablaFiltros tr > td > *, table.tbl tr > td > * {
            vertical-align: middle;
            margin: auto;
        }

        table.TablaFiltros tr > td:nth-child(odd), table.tbl tr > td:nth-child(odd) {
            color: #151515;
        }

        div.pnl_Filtros > div.pnl_item_filtro:last-child > a, table.TablaFiltros tr > td:last-child > *, table.tbl tr > td:last-child > * {
            color: #6e6e6e;
        }

div.pnl_Filtros {
    width: 100%;
    background-color: #f7f6f3;
    display: flex;
    flex-direction: row;
    border: 1px solid;
    justify-content: flex-start;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    div.pnl_Filtros > div.pnl_item_filtro {
        display: flex;
        flex-grow: 50;
        flex-shrink: 50;
        flex-basis: auto;
        padding: 4px 0;
    }

        div.pnl_Filtros > div.pnl_item_filtro.pnl_id {
            flex-grow: 1;
            max-width: 100px;
        }

        div.pnl_Filtros > div.pnl_item_filtro:last-child {
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: 100px;
            text-align: right;
            padding-right: 4px;
            align-content: center;
            flex-direction: column;
            justify-content: space-around;
            display: flex;
        }

            div.pnl_Filtros > div.pnl_item_filtro:last-child > a {
                width: 100%;
            }

        div.pnl_Filtros > div.pnl_item_filtro > div {
            padding: 0 4px;
            flex-grow: 20;
        }

            div.pnl_Filtros > div.pnl_item_filtro > div:first-child {
                color: #151515;
                text-align: right;
                align-content: center;
                flex-direction: column;
                justify-content: space-around;
                display: flex;
                flex-grow: 1;
                flex-shrink: 1;
                flex-basis: auto;
            }

.TablaVer, table.tabla_view {
    width: 80%;
}

    .TablaVer td > *, table.tabla_view td > * {
        vertical-align: middle;
        margin: 0 auto;
    }

    .TablaVer .tr > td, table.tabla_view .tr > td {
        padding: 10px;
        vertical-align: middle;
        border: 1px solid #666;
    }

        .TablaVer .tr > td:nth-child(odd), table.tabla_view .tr > td:nth-child(odd) {
            text-align: right;
            width: 20%;
        }

        .TablaVer .tr > td:nth-child(even), table.tabla_view .tr > td:nth-child(even) {
            text-align: left;
            width: 30%;
        }

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    max-width: 250px;
    background-color: #fff;
    list-style: none;
    border: 1px solid;
    padding: 0;
}

    .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li {
        display: block;
        padding: 4px 8px;
    }

        .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li:hover {
            background-color: #00047;
        }

body {
    padding: 50px 0 20px;
    font-weight: 700;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.class_Title, .class_nombre, .encabezado, .titulo_tabla {
    font-family: "Trebuchet MS",Verdana,Arial;
}

input[type=email], input[type=password], input[type=select], input[type=tel], input[type=text], select {
    color: #555;
}

textarea {
    resize: vertical;
    height: 70px;
    min-height: 34px;
}

.mayusculas {
    text-transform: uppercase;
}

.capitalizado {
    text-transform: capitalize;
}

.input-xs {
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.aspNetDisabled {
    background-color: #f1f1f1a8;
}

.boton, .btn.btn-default {
    background-color: #ddd;
    padding: 6px 12px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 400;
    border: 1px solid #bbb;
}

    .boton:hover, .btn.btn-default:hover {
        background-color: #eee;
    }

    .boton[disabled]:hover, .btn.btn-default[disabled]:hover {
        background-color: #ddd;
    }

.titulo_tabla {
    font-size: 13px !important;
    font-weight: 700;
    text-decoration: none;
    color: #0b5781;
    border-bottom: 2px solid #0b5781;
    margin: 0 auto 14px !important;
    text-transform: uppercase;
    text-align: center;
    padding: 5px;
}

.class_nombre, .encabezado {
    font-weight: 400;
    text-decoration: none;
}

.encabezado {
    font-size: 16px !important;
    color: #f90;
    text-transform: uppercase;
}

.class_nombre {
    font-size: 14px !important;
    color: #666;
}

.class_Title {
    font-size: 11px !important;
    font-weight: 700;
    text-decoration: none;
    color: #f90;
}

.class_Search, .class_TitleSub, .class_lnk {
    font-weight: 400;
    font-family: "Trebuchet MS",Verdana,Arial;
    text-decoration: none;
}

.class_TitleSub {
    font-size: 12px !important;
    color: #8a0808;
}

.class_Search, .class_lnk {
    font-size: 11px !important;
}

.class_lnk {
    color: #6e6e6e;
}

.class_Search {
    color: #151515;
}

.class_menu {
    font-family: "Trebuchet MS",Verdana,Arial;
    font-size: 12px !important;
    font-weight: 700;
    text-decoration: none;
    color: #f90;
}

.is_required {
    background-color: #f90;
    position: absolute;
    width: 3px;
    height: 22px;
}

.input_contact {
    font-family: "Trebuchet MS",Verdana,Arial;
    font-size: 11px !important;
    font-weight: 400;
    text-decoration: none;
    color: #000;
    background-color: #fff !important;
}

body[data-skin=navidad] {
    background-image: url(../Images/Navidad/2019/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


    body[data-skin=navidad] .contenedor_Contenido_SM {
        background-color: rgba(255,255,255,.65) !important;
    }

    body[data-skin=navidad] .placeholder_Contenido_SM > .item_extra_SM {
        display: block;
    }

        body[data-skin=navidad] .placeholder_Contenido_SM > .item_extra_SM > .lightrope {
            text-align: center;
            white-space: nowrap;
            overflow: hidden;
            position: absolute;
            z-index: 1;
            margin: -15px 0 0;
            padding: 0;
            pointer-events: none;
            width: 100%;
        }

            body[data-skin=navidad] .placeholder_Contenido_SM > .item_extra_SM > .lightrope li {
                position: relative;
                -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
                -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
                list-style: none;
                padding: 0;
                width: 12px;
                height: 28px;
                border-radius: 50%;
                margin: 20px;
                display: inline-block;
                -webkit-animation-name: flash-luces-navidad;
                animation-name: flash-luces-navidad;
                -webkit-animation-duration: 2s;
                animation-duration: 2s;
                background: #ffc126;
                box-shadow: 0 4.67px 24px 3px #ffc126;
            }

                body[data-skin=navidad] .placeholder_Contenido_SM > .item_extra_SM > .lightrope li:nth-child(2n+1) {
                    -webkit-animation-duration: .4s;
                    animation-duration: .4s;
                    background: #3eb0db;
                    box-shadow: 0 4.67px 24px 3px #3eb0db;
                }

                body[data-skin=navidad] .placeholder_Contenido_SM > .item_extra_SM > .lightrope li:nth-child(3n+1) {
                    background: #ee5126;
                    box-shadow: 0 4.67px 24px 3px #ee5126;
                    -webkit-animation-duration: 1.4s;
                    animation-duration: 1.4s;
                }

                body[data-skin=navidad] .placeholder_Contenido_SM > .item_extra_SM > .lightrope li:nth-child(4n+2) {
                    -webkit-animation-duration: 1.1s;
                    animation-duration: 1.1s;
                }

                body[data-skin=navidad] .placeholder_Contenido_SM > .item_extra_SM > .lightrope li:nth-child(odd) {
                    -webkit-animation-duration: 1.8s;
                    animation-duration: 1.8s;
                }

                body[data-skin=navidad] .placeholder_Contenido_SM > .item_extra_SM > .lightrope li:before {
                    content: "";
                    position: absolute;
                    background: #222;
                    width: 10px;
                    height: 9.33px;
                    border-radius: 3px;
                    top: -4.67px;
                    left: 1px;
                    opacity: 1;
                }

                body[data-skin=navidad] .placeholder_Contenido_SM > .item_extra_SM > .lightrope li:after {
                    content: "";
                    top: -14px;
                    left: 9px;
                    position: absolute;
                    width: 52px;
                    height: 18.67px;
                    border-bottom: solid #222 2px;
                    border-radius: 50%;
                    opacity: 1;
                }

                body[data-skin=navidad] .placeholder_Contenido_SM > .item_extra_SM > .lightrope li:last-child:after {
                    content: none;
                    opacity: 1;
                }

                body[data-skin=navidad] .placeholder_Contenido_SM > .item_extra_SM > .lightrope li:first-child {
                    margin-left: -40px;
                }

    body[data-skin=navidad] .sk-circle div:nth-child(odd):before {
        background-color: #8a0808 !important;
    }

    body[data-skin=navidad] .sk-circle div:nth-child(even):before {
        background-color: #0c7d23 !important;
    }


body[data-skin="navidad"] form #pnl_fake_background {
    display: block;
}

@-webkit-keyframes flash-luces-navidad {
    0%,100% {
        filter: opacity(1);
    }

    50% {
        filter: opacity(.4);
    }
}

@keyframes flash-luces-navidad {
    0%,100% {
        filter: opacity(1);
    }

    50% {
        filter: opacity(.4);
    }
}

.loadingScreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    z-index: 500;
}

.sk-circle {
    margin: 0 auto;
    width: 128px;
    height: 128px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40%;
}

    .sk-circle div {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .sk-circle div:before {
            content: "";
            display: block;
            margin: 0 auto;
            width: 15%;
            height: 15%;
            background-color: #8a0808;
            border-radius: 100%;
            -webkit-animation: sk-circleBounceDelay .75s infinite ease-in-out both;
            animation: sk-circleBounceDelay .75s infinite ease-in-out both;
        }

        .sk-circle div:nth-child(2) {
            -webkit-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
            transform: rotate(30deg);
        }

            .sk-circle div:nth-child(2):before {
                -webkit-animation-delay: -1.1s;
                animation-delay: -1.1s;
            }

        .sk-circle div:nth-child(3) {
            -webkit-transform: rotate(60deg);
            -ms-transform: rotate(60deg);
            transform: rotate(60deg);
        }

            .sk-circle div:nth-child(3):before {
                -webkit-animation-delay: -1s;
                animation-delay: -1s;
            }

        .sk-circle div:nth-child(4) {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

            .sk-circle div:nth-child(4):before {
                -webkit-animation-delay: -.9s;
                animation-delay: -.9s;
            }

        .sk-circle div:nth-child(5) {
            -webkit-transform: rotate(120deg);
            -ms-transform: rotate(120deg);
            transform: rotate(120deg);
        }

            .sk-circle div:nth-child(5):before {
                -webkit-animation-delay: -.8s;
                animation-delay: -.8s;
            }

        .sk-circle div:nth-child(6) {
            -webkit-transform: rotate(150deg);
            -ms-transform: rotate(150deg);
            transform: rotate(150deg);
        }

            .sk-circle div:nth-child(6):before {
                -webkit-animation-delay: -.7s;
                animation-delay: -.7s;
            }

        .sk-circle div:nth-child(7) {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

            .sk-circle div:nth-child(7):before {
                -webkit-animation-delay: -.6s;
                animation-delay: -.6s;
            }

        .sk-circle div:nth-child(8) {
            -webkit-transform: rotate(210deg);
            -ms-transform: rotate(210deg);
            transform: rotate(210deg);
        }

            .sk-circle div:nth-child(8):before {
                -webkit-animation-delay: -.5s;
                animation-delay: -.5s;
            }

        .sk-circle div:nth-child(9) {
            -webkit-transform: rotate(240deg);
            -ms-transform: rotate(240deg);
            transform: rotate(240deg);
        }

            .sk-circle div:nth-child(9):before {
                -webkit-animation-delay: -.4s;
                animation-delay: -.4s;
            }

        .sk-circle div:nth-child(10) {
            -webkit-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
            transform: rotate(270deg);
        }

            .sk-circle div:nth-child(10):before {
                -webkit-animation-delay: -.3s;
                animation-delay: -.3s;
            }

        .sk-circle div:nth-child(11) {
            -webkit-transform: rotate(300deg);
            -ms-transform: rotate(300deg);
            transform: rotate(300deg);
        }

            .sk-circle div:nth-child(11):before {
                -webkit-animation-delay: -.2s;
                animation-delay: -.2s;
            }

        .sk-circle div:nth-child(12) {
            -webkit-transform: rotate(330deg);
            -ms-transform: rotate(330deg);
            transform: rotate(330deg);
        }

            .sk-circle div:nth-child(12):before {
                -webkit-animation-delay: -.1s;
                animation-delay: -.1s;
            }

@-webkit-keyframes sk-circleBounceDelay {
    0%,100%,80% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%,100%,80% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
