/* Minification failed. Returning unminified contents.
(22,16): run-time error CSS1039: Token not allowed after unary operator: '-first-color'
(40,17): run-time error CSS1039: Token not allowed after unary operator: '-first-color'
(46,17): run-time error CSS1039: Token not allowed after unary operator: '-accent-color-alt'
(52,17): run-time error CSS1039: Token not allowed after unary operator: '-first-color'
(58,28): run-time error CSS1039: Token not allowed after unary operator: '-first-color'
(67,28): run-time error CSS1039: Token not allowed after unary operator: '-third-color'
(140,28): run-time error CSS1039: Token not allowed after unary operator: '-third-color'
(198,32): run-time error CSS1039: Token not allowed after unary operator: '-first-color'
(219,17): run-time error CSS1039: Token not allowed after unary operator: '-first-color'
(224,21): run-time error CSS1039: Token not allowed after unary operator: '-accent-color'
(240,16): run-time error CSS1039: Token not allowed after unary operator: '-first-color'
(245,17): run-time error CSS1039: Token not allowed after unary operator: '-first-color'
(283,16): run-time error CSS1039: Token not allowed after unary operator: '-accent-color'
(330,17): run-time error CSS1039: Token not allowed after unary operator: '-accent-color-alt'
(335,17): run-time error CSS1039: Token not allowed after unary operator: '-accent-color-alt'
 */

table thead th {
    font-size: 1rem;
    font-weight: 500;
    color: #313131;
    text-align: center;
    vertical-align: middle;
}

.table {
    border-collapse: separate;
    border-spacing: 5px 0px;
}

    .table td, .table th {
        border: none;
    }


.table td {
    font-size: 0.92rem;
    color:var(--first-color);
    font-weight: 300;
}

td.celda-center {
    text-align: center !important;
}

td.celda-right {
    text-align: right !important;
}

td.celda-left {
    text-align: left !important;
}

tr.odd.row-selected, tr.even.row-selected {
    background-color: rgba(244,244,244,0.4) !important;
    color: var(--first-color) !important;
    font-weight: 500 !important;
    font-size: 1.43rem !important;
}

.table td.celda-valor:hover {
    color: var(--accent-color-alt) !important;
    cursor: pointer;
    text-decoration: underline;
}

.table td.celda-valor {
    color: var(--first-color);
    font-weight: 500;
    text-align: left !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before {
    background-color: var(--first-color);
    top: 8px;
    left: 10px;
    height: 12px;
    width: 12px;
    border-radius: 12px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before {
    background-color: var(--third-color);
}

td.details-control {
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
    background-color: #ffffff !important;
}

tr.shown td.details-control {
    background: url('../img/details_close.png') no-repeat center center;
}

td.highlight {
    background-color: rgba(244,244,244,0.4) !important;
}


tr.odd, tr.even {
    background-color: #ffffff !important;
}

.table-bordered th, .table-bordered {
    border: none;
}

    .table-bordered td {
        /*border-left: none;
        border-right: none;*/
        border-left: 1px solid #ffffff !important;
        border-right: 1px solid #ffffff !important;
        border-top: 1px solid rgba(108, 117, 125,0.15) !important;
        border-bottom: 1px solid rgba(108, 117, 125,0.15) !important;
    }

        .table-bordered td:first-child {
            /*border-left: 1px solid rgba(108, 117, 125,0.15) !important;*/
            border-left: none;
            border-right: none;
            border-top: 1px solid rgba(108, 117, 125,0.15) !important;
            border-bottom: 1px solid rgba(108, 117, 125,0.15) !important;
            /*-moz-border-radius: 8px 0 0 8px;
            -webkit-border-radius: 8px 0 0 8px;
            border-radius: 8px 0 0 8px;*/
        }

        .table-bordered td:last-child {
            border-left: none;
            /*border-right: 1px solid rgba(108, 117, 125,0.15) !important;*/
            border-right:none;
            border-top: 1px solid rgba(108, 117, 125,0.15) !important;
            border-bottom: 1px solid rgba(108, 117, 125,0.15) !important;
            /*-moz-border-radius: 0 8px 8px 0;
            -webkit-border-radius: 0 8px 8px 0;
            border-radius: 0 8px 8px 0;*/
        }


table.dataTable {
    border-collapse: collapse !important;
    border-spacing: 0 5px !important;
}

.table thead th {
    border-bottom: 1px solid white;
    /*border-right: 1px solid #ffffff !important;
    border-right: 1px solid #094a74 !important;*/
    border-right: none !important;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    /*background-color: #094a74 !important;
    color: #ffffff;*/
    background-color: var(--third-color) !important;
    color: #ffffff;
    font-size:0.92rem;
    line-height:26px;
}

    .table thead th:first-child {
        /*border-right: none !important;*/
        -moz-border-radius: 8px 0px 0px 0px !important;
        -webkit-border-radius: 8px 0px 0px 0px !important;
        border-radius: 8px 0px 0px 0px !important;
    }

    .ultimothvisible {
        -moz-border-radius: 0px 8px 0px 0px !important;
        -webkit-border-radius: 0px 8px 0px 0px !important;
        border-radius: 0px 8px 0px 0px !important;
    }

.row-child {
    border: 1px solid rgba(108, 117, 125,0.15) !important;
    -moz-border-radius: 8px 8px 8px 8px !important;
    -webkit-border-radius: 8px 8px 8px 8px !important;
    border-radius: 8px 8px 8px 8px !important;
    background-color: #ffffff !important;
    padding: 30px 50px 50px 50px !important;
}


.table-child.dataTable {
    border-collapse: collapse !important;
}

.table-child td {
    border-left: none !important;
    border-right: none !important;
    padding-bottom: 6px !important;
    padding-top: 6px !important
}

    .table-child td:first-child {
        border-left: none !important;
    }

    .table-child td:last-child {
        border-right: none !important;
    }

.table-child th, .table-child {
    border: none !important;
}

    .table-child thead th {
        border-left: none !important;
        border-right: none !important;
        text-align: center;
        padding-top: 6px;
        padding-bottom: 6px;
        background-color: var(--first-color) !important;
        color: #ffffff !important;
    }

        .table-child thead th:first-child {
            -moz-border-radius: 8px 0 0 0;
            -webkit-border-radius: 8px 0 0 0;
            border-radius: 8px 0 0 0;
        }

        .table-child thead th:last-child {
            -moz-border-radius: 0 8px 0 0;
            -webkit-border-radius: 0 8px 0 0;
            border-radius: 0 8px 0 0;
        }

li.paginate_button.page-item {
    border:none !important;
}

.pagination > li > a {
    color: var(--first-color);
}

    .pagination > li > a:hover, .page-item.disabled .page-link, .pagination > .active > a {
        background-color: #ffffff !important;
        color: var(--accent-color) !important;
    }

.page-link:focus {
    box-shadow:none;
}

table.dataTable > tbody > tr.child, table.dataTable > tbody > tr.child:hover {
    background-color: rgba(244,244,244,0.4) !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child {
    text-align:left;
}

.th-label-total {
    color:var(--first-color);
    vertical-align:middle !important;
}

.th-valor-total {
    color: var(--first-color);
    font-size: 1.14rem !important;
    vertical-align: top !important;
}

div.dataTables_wrapper div.dataTables_filter {
    display:none;
}

.dataTables_wrapper{
    padding-top:0;
}

.tabla-centrada {
    margin-left: auto;
    margin-right: auto;
}

.dataTables_info {
    text-align: right !important;
    font-size: 0.92rem;
    font-style: oblique;
    font-weight:400;
}

div.top {text-align:right}

div.dataTables_processing {
    z-index: 1;
}

.dataTables_processing.card {
    border:none !important;
    background-color:transparent !important;
    box-shadow:none !important;
}
.spin-table {
    font-size:3.43rem;
    color:var(--accent-color);
}
.celda-compra {
    background-color: #CC192C !important;
    color: white !important;
    border-radius: 50%;
    padding: 3px 7px 3px 7px;
    font-size: 0.85rem;
    line-height:14px;
}
.celda-venta {
    background-color: #3db14c !important;
    color: white !important;
    border-radius: 50%;
    padding: 3px 7px 3px 7px;
    font-size: 0.85rem;
    line-height: 14px;
}

.celda-compra-reporte {
    background-color: #CC192C !important;
    color: white !important;
    border-radius: 10px;
    padding: 3px 4px 3px 4px;
    font-size: 0.85rem;
}

.celda-venta-reporte {
    background-color: #3db14c !important;
    color: white !important;
    border-radius: 10px;
    padding: 3px 4px 3px 4px;
    font-size: 0.85rem;
}

table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after {
    bottom: 0.6em;
}

table tfoot th {
    text-align:right;
    padding-bottom:0px !important;
}

.celda-link {
    color: var(--accent-color-alt) !important;
    font-weight:400;
}

.celda-link:hover {
    color: var(--accent-color-alt) !important;
    cursor:pointer;
}

th, td {
    white-space: nowrap;
}

.paging_simple_numbers .pagination .paginate_button a {
    font-weight:500;
}

.table td, .table th {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
 }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, 
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    line-height: 13px;
}

div.dataTables_wrapper div.dataTables_processing {
    top:20% !important;
    margin-top:50px !important;
}
.saldo-dif-text {
    color: rgba(0,0,0,0.55);
    font-weight: 300;
    font-style: italic;
}
.celda-saldo-dif, .celda-saldo-dif-disc {
    position: relative;
}
.saldo-dif-aste, .saldo-dif-aste-disc {
    font-size: 18px;
    color: red;
    margin-top: 3px;
    position: absolute;
}
.saldo-dif-disc {
    color: red;
    margin-left:10px;
    position:absolute;
    font-size:13px;
    font-style:italic;
}

