#Export {
}

td span.glyphicon {
    margin-right: 3px
}

td.estado span.glyphicon {
    margin-right: 0
}

.panel .dataTables_wrapper {
    border: none
}

.dataTables_wrapper {
    background-color: #fff
}

.icon_tab {
    position: absolute;
    top: 2px;
    right: 0;
    color: #fed189;
    z-index: 99
}

.icon_tab_ver {
    position: absolute;
    top: 7px;
    right: 10px;
    color: #e78200;
    z-index: 99
}

.botonera_tabla {
    background-color: #e1f2fa;
    float: left;
    width: 100%
}

.botonera_tabla02 {
    background: #ddd;
    padding-left: 2px !important;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}

    .botonera_tabla02 .btn_select {
        height: 23px;
        border: none;
        background: transparent;
        width: 125px !important;
        color: #5b88a7;
        padding-left: 0
    }

        .botonera_tabla02 .btn_select span {
            margin: 0;
            margin-top: -4px;
            display: none
        }

.btn_select span.filter-option:hover {
    text-decoration: underline
}

span.gly_sel {
    margin-left: 5px;
    color: #5b88a7
}

.acciones_conjuntas {
    padding-top: 5px;
    padding-right: 0;
}

    .acciones_conjuntas p {
        margin: -4px 0 4px 0px
    }

    .acciones_conjuntas input, .acciones_conjuntas button {
        margin-bottom: 2px;
        margin-top: -1px
    }

    .acciones_conjuntas span {
        font-size: 12px;
        margin-right: 7px;
        margin-top: 4px
    }

.botonera_tabla02 span {
    margin-top: 2px
}

.botonera_tabla02 a {
    border: 1px solid #fff;
    margin: 0 10px 4px 0;
    display: inline-block;
    margin-right: 10px;
    border-radius: 5px;
    background: #eee;
    padding: 1px 8px 1px 8px
}

    .botonera_tabla02 a.btn_blue {
        border: 1px solid transparent;
        display: inline-block;
        margin-right: 10px;
        border-radius: 5px;
        background: #5b88a7;
        padding: 2px 7px
    }

        .botonera_tabla02 a.btn_blue:hover {
            border: 1px solid transparent;
            display: inline-block;
            margin-right: 10px;
            border-radius: 5px;
            background: #4F6D7F;
            padding: 2px 7px
        }

    .botonera_tabla02 a:hover {
        background: #fff;
        text-decoration: none
    }

    .botonera_tabla02 a:visited, .botonera_tabla02 a:focus {
        text-decoration: none
    }

.botonera_tabla02 .dropdown-menu a {
    background: #fff;
    font-size: 12px;
    margin-bottom: 0
}

.acciones_conjuntas span.caret {
    margin-top: 0;
    margin-left: 7px
}

.acciones_conjuntas span.glyphicon {
    margin-right: 5px
}

.dataTables_length {
    margin-top: 3px;
    margin-right: 10px
}

/*total*/
tfoot {
    background-color: #e1f2fa
}

    tfoot tr td {
        border-top: 1px solid #5b88a7 !important;
        font-weight: bold;
        text-align: right;
        border-right: 1px solid #ddd;
        border-left: none !important;
        border-bottom: none !important;
        white-space: nowrap
    }

        tfoot tr td.total {
            color: #5b88a7
        }

.total_top {
    border-top: 1px solid #ddd;
    border-left: none;
    border-right: none;
    background: #e1f2fa;
}

    .total_top td {
        padding: 3px 10px !important;
        text-align: center;
        color: #5b88a7;
        font-weight: bold;
        border-top: 1px solid #5b88a7 !important;
    }

.botonera_tabla02 .input-group-addon {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #eeeeee;
    border-color: #cccccc;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    font-weight: normal;
    line-height: 1.42857;
    margin-left: -5px;
    margin-right: -5px;
    min-width: 16px;
    padding: 4px 5px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    width: auto;
}

div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

div.dataTables_length select {
    display: inline-block;
    width: 55px;
}

div.dataTables_filter {
    text-align: right;
}

    div.dataTables_filter label {
        font-weight: normal;
        text-align: left;
        white-space: nowrap;
    }

    div.dataTables_filter input {
        display: inline-block;
        margin-left: 0.5em;
    }

div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap;
}

div.dataTables_paginate {
    margin: 0;
    margin-top: 3px;
    float: right;
    white-space: nowrap;
}

    div.dataTables_paginate ul.pagination {
        margin: 2px 0;
        margin-bottom: 0;
        white-space: nowrap;
    }

@media screen and (max-width: 767px) {
    div.dataTables_length, div.dataTables_filter, div.dataTables_info, div.dataTables_paginate {
    }
}


table.dataTableCheck td, table.dataTableCheck th {
    box-sizing: content-box; 
}

table.dataTableCheck {
    clear: both;
    margin-bottom: 0;
    max-width: none !important;
}

    /*icono ordenar*/
    table.dataTableCheck thead .sorting, table.dataTableCheck thead .sorting_asc, table.dataTableCheck thead .sorting_desc, table.dataTableCheck thead .sorting_asc_disabled, table.dataTableCheck thead .sorting_desc_disabled {
        cursor: pointer
    }

        table.dataTableCheck thead .sorting::after, table.dataTableCheck thead .sorting_asc::after, table.dataTableCheck thead .sorting_desc::after {
            display: block;
            font-family: "Glyphicons Halflings";
            position: absolute;
            right: 4px;
            top: 7px;
        }

        table.dataTableCheck thead .sorting_asc::after, table.dataTableCheck thead .sorting_desc::after {
            color: #e78200;
            opacity: 0.8
        }

        table.dataTableCheck thead .sorting::after {
            content: "\e150";
            opacity: 0.3;
            color: #000
        }

        table.dataTableCheck thead .sorting_asc::after {
            content: "\e155";
        }

        table.dataTableCheck thead .sorting_desc::after {
            content: "\e156";
        }

        table.dataTableCheck thead .sorting_asc_disabled::after, table.dataTableCheck thead .sorting_desc_disabled::after {
            color: #eee;
        }


table.dataTable td, table.dataTable th {
    box-sizing: content-box;
    position: relative
}

table.dataTable {
    clear: both;
    margin-bottom: 0;
    max-width: none !important;
}

    /*icono ordenar*/
    table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
        cursor: pointer
    }

        table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after {
            display: block;
            font-family: "Glyphicons Halflings";
            position: absolute;
            right: 4px;
            top: 7px;
        }

        table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after {
            color: #e78200;
            opacity: 0.8
        }

        table.dataTable thead .sorting::after {
            content: "\e150";
            opacity: 0.3;
            color: #000
        }

        table.dataTable thead .sorting_asc::after {
            content: "\e155";
        }

        table.dataTable thead .sorting_desc::after {
            content: "\e156";
        }

        table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
            color: #eee;
        }

span.filter {
    position: absolute;
    right: 18px;
    top: 10px;
    opacity: .3;
    color: #000
}

span.filter-active {
    position: absolute;
    right: 18px;
    top: 10px;
    color: #e78200;
    opacity: 0.8
}

.table-responsive02 {
    min-height: .01%;
    clear: both;
    overflow-x: auto;
}

.table-responsive03 {
    min-height: .01%;
    clear: both;
    overflow-x: auto;
    border: 1px solid #e1f2fa;
    width: 100%
}

    .table-responsive03 table {
        width: 100%
    }

        .table-responsive03 table tr {
            background: #f6f9fa
        }

        .table-responsive03 table td.tabla_hija table {
            width: 97%
        }

            .table-responsive03 table td.tabla_hija table th {
                padding-right: 70px
            }

    .table-responsive03 td {
        padding: 7px
    }

    table.dataTable thead > tr > th, .table-responsive03 table thead > tr > th {
        padding: 6px;
        margin-top: -2px;
        text-align: center;
        padding-right: 50px;
        vertical-align: middle;
        background-color: #ddd;
        border-right: 1px solid #fff !important;
        white-space: nowrap;
        font-size: 12px;
        z-index: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
    }


table.dataTableCheck thead > tr > th {
    padding: 6px;
    margin-top: -2px;
    text-align: center;
    padding-right: 50px;
    vertical-align: middle;
    background-color: #ddd;
    border-right: 1px solid #fff !important;
    white-space: nowrap;
    font-size: 12px;
    -webkit-backface-visibility: hidden;
}

.tab-content table.dataTable thead > tr > th a {
    white-space: normal
}

div#filter3_tab2_col2 a {
    white-space: nowrap
}

div#filter3_tab2_col2 ul {
    width: 550px
}

@media (max-width: 1200px) {
    div#filter3_tab2_col2 ul {
        width: 470px
    }
}

div#filter3_tab2_col2 ul li {
    width: 50%;
    float: left
}

table.dataTable th:active {
    outline: medium none;
}

div.dataTables_scrollHead table {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0 !important;
}

    div.dataTables_scrollHead table thead tr:last-child th:first-child, div.dataTables_scrollHead table thead tr:last-child td:first-child {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

div.dataTables_scrollBody table {
    border-top: medium none;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

div.dataTables_scrollBody tbody tr:first-child th, div.dataTables_scrollBody tbody tr:first-child td {
    border-top: medium none;
}

div.dataTables_scrollFoot table {
    border-top: medium none;
    margin-top: 0 !important;
}

table.table-bordered.dataTable {
    border-collapse: separate !important;
}

table.table-bordered thead th, table.table-bordered thead td {
    border-left-width: 0;
    border-top-width: 0;
}

table.table-bordered tbody th, table.table-bordered tbody td {
    border-bottom-width: 0;
    border-left-width: 0;
}

table.table-bordered th:last-child, table.table-bordered td:last-child {
    border-right-width: 0;
}

    table.table-bordered td:last-child a span {
        margin-right: 3px
    }

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0;
}

.table.dataTable tbody tr.active td, .table.dataTable tbody tr.active th {
    background-color: #08c;
    color: white;
}

.table.dataTable tbody tr.active:hover td, .table.dataTable tbody tr.active:hover th {
    background-color: #0075b0 !important;
}

.table.dataTable tbody tr.active th > a, .table.dataTable tbody tr.active td > a {
    color: white;
}

.table-striped.dataTable tbody tr.active:nth-child(2n+1) td, .table-striped.dataTable tbody tr.active:nth-child(2n+1) th {
    background-color: #017ebc;
}

table.DTTT_selectable tbody tr {
    cursor: pointer;
}

div.DTTT .btn:hover {
    text-decoration: none !important;
}

ul.DTTT_dropdown.dropdown-menu {
    z-index: 2003;
}

    ul.DTTT_dropdown.dropdown-menu a {
        color: #333 !important;
    }

    ul.DTTT_dropdown.dropdown-menu li {
        position: relative;
    }

        ul.DTTT_dropdown.dropdown-menu li:hover a {
            background-color: #0088cc;
            color: white !important;
        }

div.DTTT_collection_background {
    z-index: 2002;
}

div.DTTT_print_info {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
    color: #333;
    height: 150px;
    left: 50%;
    margin-left: -200px;
    margin-top: -75px;
    opacity: 0.95;
    padding: 10px 30px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 400px;
}

    div.DTTT_print_info h6 {
        font-size: 28px;
        font-weight: normal;
        line-height: 28px;
        margin: 1em;
    }

    div.DTTT_print_info p {
        font-size: 14px;
        line-height: 20px;
    }

div.dataTables_processing {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0;
    font-size: 1.2em;
    height: 60px;
    left: 50%;
    margin-left: -50%;
    margin-top: -25px;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

div.DTFC_LeftHeadWrapper table, div.DTFC_LeftFootWrapper table, div.DTFC_RightHeadWrapper table, div.DTFC_RightFootWrapper table, table.DTFC_Cloned tr.even {
    background-color: white;
    margin-bottom: 0;
}

div.DTFC_RightHeadWrapper table, div.DTFC_LeftHeadWrapper table {
    border-bottom: medium none !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    margin-bottom: 0 !important;
}

    div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child, div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child, div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child, div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

div.DTFC_RightBodyWrapper table, div.DTFC_LeftBodyWrapper table {
    border-top: medium none;
    margin: 0 !important;
}

div.DTFC_RightBodyWrapper tbody tr:first-child th, div.DTFC_RightBodyWrapper tbody tr:first-child td, div.DTFC_LeftBodyWrapper tbody tr:first-child th, div.DTFC_LeftBodyWrapper tbody tr:first-child td {
    border-top: medium none;
}

div.DTFC_RightFootWrapper table, div.DTFC_LeftFootWrapper table {
    border-top: medium none;
    margin-top: 0 !important;
}

div.FixedHeader_Cloned table {
    margin: 0 !important;
}
/*paginador*/
.paginas {
    display: block;
    margin-top: 5px;
    margin-right: 5px;
    float: left;
    background-color: transparent !important;
    border: none !important;
    color: #333 !important
}

.input_page {
    width: 40px !important;
    height: 23px;
    padding: 3px;
    text-align: center
}

.input_page_addon {
    padding: 0 2px;
    cursor: pointer;
    border-right: 1px solid #ccc
}

    .input_page_addon span {
        color: #5b88a7;
        font-size: 12px
    }

.lbl_pag {
    margin-left: 7px;
    font-weight: normal;
    vertical-align: top
}

.input_group_pag {
    width: 20px;
    margin: -3px 4px 3px 4px;
    float: left
}

.select.input_small_pag {
    height: 22px;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: -3px
}

#historico_1 .botonera_tabla, #historico_2 .botonera_tabla, #historico_3 .botonera_tabla, #historico_4 .botonera_tabla, #historico_5 .botonera_tabla, #historico_6 .botonera_tabla, #historico_61 .botonera_tabla, #historico_7 .botonera_tabla, #historico_8 .botonera_tabla, #historico_9 .botonera_tabla, #historico_10 .botonera_tabla, #historico_11 .botonera_tabla, #historico_12 .botonera_tabla {
    padding-bottom: 7px
}

.acciones {
    padding-right: 10px !important;
    width: 50px !important
}

.acciones_long {
    padding-right: 60px !important;
    width: 40px !important
}
.acciones_long1 {
    padding-right: 60px !important;
    width: 100px !important
}

.acciones_long2 {
    padding-right: 75px !important;
    width: 40px !important
}

.acciones_long3 {
    padding-right: 10px !important;
    width: 85px !important
}

th div.input-group .dropdown-menu {
    margin-top: 15px;
    left: -7px
}

/*estilos param label tabla anidada center coordinados*/
.table02 {
    margin: 15px;
    border: 1px solid #eee
}

    .table02 th {
        background-color: #9f9c9c !important;
        color: #fff;
        font-weight: normal
    }

    .table02 td {
        padding: 5px;
        border: 1px solid #eee;
        margin: 3px;
    }

    .table02 tr:nth-child(2n+1) td {
        background-color: #eee;
    }

.td_icon {
    color: #5b88a7;
    display: block;
    top: 0;
    text-align: center;
    cursor: pointer;
    padding: 15px
}

td.tabla_hija {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    border-top: 0 !important;
    background-color: #fff
}