﻿.shadow__ftl {
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(60,64,67, 0.3), 0 4px 8px 3px rgba(60,64,67, 0.15);
    background: white;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #2D9CDB;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #E0E0E0;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #E0E0E0;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
        .btn-group-vertical > .btn:hover,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn.active {
            z-index: 2;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar:before, .btn-toolbar:after {
        content: " ";
        display: table;
    }

    .btn-toolbar:after {
        clear: both;
    }

    .btn-toolbar .btn,
    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
        content: " ";
        display: table;
    }

    .btn-group-vertical > .btn-group:after {
        clear: both;
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

/*
    * Theme definitions
    */
/*
    * Implementation of themes
    */
.busqueda {
    background-color: #fff;
}

    .busqueda section.listado-busqueda {
        margin-bottom: 22px;
        position: relative;
        z-index: 1;
    }

        .busqueda section.listado-busqueda .header-busqueda {
            background-color: #fff;
            padding: 0 10px 10px 10px;
            position: relative;
            color: #828282;
            z-index: 100;
            bottom: -50px;
        }

            .busqueda section.listado-busqueda .header-busqueda .btn-default {
                color: inherit;
            }

            .busqueda section.listado-busqueda .header-busqueda .header-busqueda-c .btn-group-justified {
                table-layout: auto;
            }

                .busqueda section.listado-busqueda .header-busqueda .header-busqueda-c .btn-group-justified .btn-group.open {
                    color: #2D9CDB;
                }

                .busqueda section.listado-busqueda .header-busqueda .header-busqueda-c .btn-group-justified .btn-group > button {
                    border-width: 0;
                    border-radius: 0;
                    background-color: transparent !important;
                    -webkit-box-shadow: none !important;
                    box-shadow: none !important;
                }

                .busqueda section.listado-busqueda .header-busqueda .header-busqueda-c .btn-group-justified .btn-group + .btn-group button {
                    border-width: 0 0 0 1px;
                }

            .busqueda section.listado-busqueda .header-busqueda .header-busqueda-c .input-filtros {
                overflow: hidden;
            }

                .busqueda section.listado-busqueda .header-busqueda .header-busqueda-c .input-filtros .dropdown-menu {
                    position: fixed;
                    z-index: 990;
                    border-radius: 2px;
                }

                    .busqueda section.listado-busqueda .header-busqueda .header-busqueda-c .input-filtros .dropdown-menu a {
                        color: #4F4F4F;
                        padding-left: 10px;
                        padding-right: 10px;
                        font-size: 16px;
                    }

                        .busqueda section.listado-busqueda .header-busqueda .header-busqueda-c .input-filtros .dropdown-menu a input {
                            position: relative;
                            display: none;
                        }

                        .busqueda section.listado-busqueda .header-busqueda .header-busqueda-c .input-filtros .dropdown-menu a label {
                            font-weight: normal;
                            margin: 0;
                            display: block;
                            padding-left: 20px;
                            position: relative;
                            cursor: pointer;
                        }

                            .busqueda section.listado-busqueda .header-busqueda .header-busqueda-c .input-filtros .dropdown-menu a label i {
                                position: absolute;
                                left: 0;
                                bottom: 4px;
                            }

                            .busqueda section.listado-busqueda .header-busqueda .header-busqueda-c .input-filtros .dropdown-menu a label input:checked + i {
                                color: #2D9CDB;
                            }

                                .busqueda section.listado-busqueda .header-busqueda .header-busqueda-c .input-filtros .dropdown-menu a label input:checked + i:before {
                                    content: "\f14a";
                                    font-weight: 900;
                                }

                    .busqueda section.listado-busqueda .header-busqueda .header-busqueda-c .input-filtros .dropdown-menu .li-search {
                        padding: 10px 10px 0 10px;
                        position: relative;
                    }

                        .busqueda section.listado-busqueda .header-busqueda .header-busqueda-c .input-filtros .dropdown-menu .li-search:after {
                            font-family: Font Awesome\ 5 Free;
                            content: "\f002";
                            color: #828282;
                            font-weight: 900;
                            -webkit-font-smoothing: antialiased;
                            display: inline-block;
                            font-style: normal;
                            font-variant: normal;
                            text-rendering: auto;
                            line-height: 1;
                            position: absolute;
                            right: 18px;
                            top: 18px;
                        }

                        .busqueda section.listado-busqueda .header-busqueda .header-busqueda-c .input-filtros .dropdown-menu .li-search ul {
                            padding: 10px 0;
                            display: block;
                            overflow: auto;
                            max-height: 100px;
                        }

                        .busqueda section.listado-busqueda .header-busqueda .header-busqueda-c .input-filtros .dropdown-menu .li-search a {
                            padding: 0;
                            display: block;
                        }

                        .busqueda section.listado-busqueda .header-busqueda .header-busqueda-c .input-filtros .dropdown-menu .li-search.li-search-hidden:after {
                            display: none;
                        }

                        .busqueda section.listado-busqueda .header-busqueda .header-busqueda-c .input-filtros .dropdown-menu .li-search.li-search-hidden > input {
                            display: none;
                        }

                        .busqueda section.listado-busqueda .header-busqueda .header-busqueda-c .input-filtros .dropdown-menu .li-search.li-search-hidden ul {
                            max-height: initial;
                        }

                    .busqueda section.listado-busqueda .header-busqueda .header-busqueda-c .input-filtros .dropdown-menu .btns {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-pack: justify;
                        -ms-flex-pack: justify;
                        justify-content: space-between;
                        font-size: 15px;
                        position: relative;
                    }

                        .busqueda section.listado-busqueda .header-busqueda .header-busqueda-c .input-filtros .dropdown-menu .btns .btn-borrar {
                            color: #828282;
                            cursor: pointer;
                        }

                        .busqueda section.listado-busqueda .header-busqueda .header-busqueda-c .input-filtros .dropdown-menu .btns .btn-aplicar {
                            color: #2D9CDB;
                            cursor: pointer;
                        }

                .busqueda section.listado-busqueda .header-busqueda .header-busqueda-c .input-filtros .btn-next {
                    position: absolute;
                    right: 0;
                    z-index: 2;
                    height: 33px;
                    bottom: 10px;
                    border-radius: 0;
                    display: none;
                }

                .busqueda section.listado-busqueda .header-busqueda .header-busqueda-c .input-filtros .btn-prev {
                    position: absolute;
                    left: 0;
                    z-index: 2;
                    height: 33px;
                    bottom: 10px;
                    border-radius: 0;
                    display: none;
                }

            .busqueda section.listado-busqueda .header-busqueda .header-busqueda-c .input-busqueda .input-group .form-control {
                border-right: 0;
            }

            .busqueda section.listado-busqueda .header-busqueda .header-busqueda-c .input-busqueda .input-group .input-group-addon {
                background: none;
            }

            .busqueda section.listado-busqueda .header-busqueda .header-busqueda-c > div {
                padding-top: 10px;
            }

        .busqueda section.listado-busqueda .items-busqueda {
            padding: 10px;
            background-color: #F2F2F2;
        }

            .busqueda section.listado-busqueda .items-busqueda > .table-busqueda {
                display: table;
                width: 100%;
                border-spacing: 0 10px;
            }

                .busqueda section.listado-busqueda .items-busqueda > .table-busqueda > a {
                    display: table-row;
                    cursor: pointer;
                    text-align: center;
                    text-decoration: none;
                    color: #828282;
                    background-color: #fff;
                    font-size: 13px;
                    background: #FFFFFF;
                    border: 1px solid #F2F2F2;
                    -webkit-box-shadow: 12px -4px 32px rgba(0, 0, 0, 0.06);
                    box-shadow: 12px -4px 32px rgba(0, 0, 0, 0.06);
                    -webkit-transition-duration: 0.3s;
                    -o-transition-duration: 0.3s;
                    transition-duration: 0.3s;
                }

                    .busqueda section.listado-busqueda .items-busqueda > .table-busqueda > a:hover {
                        -webkit-transform: scale(1.01);
                        -ms-transform: scale(1.01);
                        transform: scale(1.01);
                        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.37);
                        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.37);
                    }

                    .busqueda section.listado-busqueda .items-busqueda > .table-busqueda > a > div {
                        display: table-cell;
                        padding: 10px;
                        text-align: left;
                        vertical-align: middle;
                    }

                        .busqueda section.listado-busqueda .items-busqueda > .table-busqueda > a > div.col-name strong {
                            color: #4F4F4F;
                            font-weight: bold;
                            font-size: 14px;
                        }

                        .busqueda section.listado-busqueda .items-busqueda > .table-busqueda > a > div.col-actualizacion {
                            color: #4F4F4F;
                            font-size: 13px;
                        }

                            .busqueda section.listado-busqueda .items-busqueda > .table-busqueda > a > div.col-actualizacion > div {
                                padding: 5px 10px;
                                background-color: #F2F2F2;
                                border-radius: 2px;
                            }

        .busqueda section.listado-busqueda .paginador-busqueda {
            text-align: center;
            margin: auto 10px;
        }

            .busqueda section.listado-busqueda .paginador-busqueda a {
                color: #4F4F4F;
                -webkit-transition: .3s;
                -o-transition: .3s;
                transition: .3s;
            }

                .busqueda section.listado-busqueda .paginador-busqueda a:hover {
                    text-decoration: underline;
                }

            .busqueda section.listado-busqueda .paginador-busqueda > div {
                width: 50%;
                display: inline-block;
                margin: auto -0.125em;
                text-align: left;
            }

                .busqueda section.listado-busqueda .paginador-busqueda > div + div {
                    -webkit-box-ordinal-group: 4;
                    -ms-flex-order: 3;
                    order: 3;
                    text-align: right;
                }

            .busqueda section.listado-busqueda .paginador-busqueda .pagination li a {
                background-color: #E0E0E0;
                color: #4F4F4F;
                margin: 0 5px;
                border-radius: 0;
            }

                .busqueda section.listado-busqueda .paginador-busqueda .pagination li a:hover {
                    background-color: #828282;
                    color: #fff;
                    text-decoration: none;
                }

            .busqueda section.listado-busqueda .paginador-busqueda .pagination li.active a {
                background-color: #2D9CDB;
                color: #fff;
            }

@media (min-width: 768px) {
    .busqueda section.listado-busqueda .paginador-busqueda {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .busqueda section.listado-busqueda .paginador-busqueda > div {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            width: auto;
        }

            .busqueda section.listado-busqueda .paginador-busqueda > div + div {
                -webkit-box-ordinal-group: 4;
                -ms-flex-order: 3;
                order: 3;
            }

        .busqueda section.listado-busqueda .paginador-busqueda > nav {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }
}

@@media (min-width: 992px) {
    .busqueda section.listado-busqueda .header-busqueda-c {
        display: table;
        width: 100%;
    }

        .busqueda section.listado-busqueda .header-busqueda-c .input-busqueda {
            width: 282px;
        }

        .busqueda section.listado-busqueda .header-busqueda-c .input-filtros {
            padding-left: 20px;
        }

        .busqueda section.listado-busqueda .header-busqueda-c > div {
            display: table-cell;
        }

        .busqueda section.listado-busqueda .header-busqueda-c .btn-group-justified .btn-group button {
            border-width: 0 0 0 1px !important;
        }
}

@@media (max-width: 767px) {
    .busqueda section.listado-busqueda .items-busqueda {
        padding-left: 0;
        padding-right: 0;
    }

        .busqueda section.listado-busqueda .items-busqueda > .table-busqueda {
            display: block;
            padding-left: 10px;
            padding-right: 10px;
        }

            .busqueda section.listado-busqueda .items-busqueda > .table-busqueda > a {
                display: block;
                margin-top: 10px;
            }

                .busqueda section.listado-busqueda .items-busqueda > .table-busqueda > a > div {
                    display: inline-block;
                    width: 50%;
                    margin: 0 -0.125em;
                }

                    .busqueda section.listado-busqueda .items-busqueda > .table-busqueda > a > div.col-name {
                        width: 100%;
                    }

                    .busqueda section.listado-busqueda .items-busqueda > .table-busqueda > a > div.col-actualizacion {
                        display: none;
                    }

    .busqueda section.listado-busqueda .header-busqueda .header-busqueda-c .input-filtros .btn-group-justified {
        border: solid 1px #E0E0E0;
        border-radius: 2px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .busqueda section.listado-busqueda .header-busqueda .header-busqueda-c .input-filtros .btn-next,
    .busqueda section.listado-busqueda .header-busqueda .header-busqueda-c .input-filtros .btn-prev {
        display: block;
    }
}
