/*
/* ARBOL ROLES OPCIONES
*/
#wrapper.enlarged .left.side-menu #sidebar-menu ul>li {
    white-space: normal;
}

.tree li {
    list-style-type: none;
    margin: 0;
    padding: 10px 5px 0 5px;
    position: relative
}

.tree li::before,
.tree li::after {
    content: '';
    left: -20px;
    position: absolute;
    right: auto
}

.tree li::before {
    border-left: 1px solid #999;
    bottom: 50px;
    height: 100%;
    top: 0;
    width: 1px
}

.tree li::after {
    border-top: 1px solid #999;
    height: 20px;
    top: 25px;
    width: 25px
}

.tree li span {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #999;
    border-radius: 5px;
    display: inline-block;
    padding: 3px 8px;
    text-decoration: none
}

.tree li.parent_li>span {
    cursor: pointer
}

.tree>ul>li::before,
.tree>ul>li::after {
    border: 0
}

.tree li:last-child::before {
    height: 26px;
}

.tree li.parent_li>span:hover,
.tree li.parent_li>span:hover+ul li span {
    background: #eee;
    border: 1px solid #94a0b4;
    color: #000
}



/*
/* FLOAT ICON MATERIAL
*/
.md-fab {
    box-sizing: border-box;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #ffffff;
    color: #727272;
    display: block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.md-fab:hover,
.md-fab:focus,
.md-fab:active {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.md-fab>i {
    font-size: 36px;
    line-height: 62px;
    height: inherit;
    width: inherit;
    position: absolute;
    left: 0;
    top: 0;
    color: #727272;
}

.md-fab.md-fab-accent {
    background: #7cb342;
}

.md-fab.md-fab-accent>i {
    color: #ffffff;
}

.md-fab.md-fab-success {
    background: #7cb342;
}

.md-fab.md-fab-green {
    background: #26a69a;
}

.md-fab.md-fab-green>i {
    color: #ffffff;
}

.md-fab.md-fab-orange {
    background: #ff9800;
}

.md-fab.md-fab-orange>i {
    color: #ffffff;
}

.md-fab.md-fab-black {
    background: #05070d;
}

.md-fab.md-fab-black>i {
    color: #ffffff;
}

.md-fab.md-fab-success>i {
    color: #ffffff;
}

.md-fab.md-fab-danger {
    background: #e53935;
}

.md-fab.md-fab-danger>i {
    color: #ffffff;
}

.md-fab.md-fab-primary {
    background: #2196f3;
}

.md-fab.md-fab-primary>i {
    color: #ffffff;
}

.md-fab.md-fab-small {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.md-fab.md-fab-small>i {
    line-height: 48px;
    height: inherit;
    width: inherit;
    font-size: 24px;
}

.md-fab-actions .md-fab-action-close {
    display: none;
}

.md-fab-wrapper {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 1004;
    -webkit-transition: margin 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: margin 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

@media only screen and (max-width: 767px) {
    .md-fab-wrapper {
        bottom: 20px;
        right: 20px;
    }
}

.md-fab-wrapper-small {
    position: absolute;
    bottom: 80px;
    right: 8px;
    min-height: 48px;
    width: 48px;
    z-index: -1;
}

.md-fab-wrapper-small .md-fab-small {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    position: absolute;
    right: 0;
}

.md-fab-wrapper-small .md-fab-small:nth-child(1) {
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 50ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 50ms;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 50ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 50ms;
}

.md-fab-wrapper-small .md-fab-small:nth-last-child(2) {
    bottom: 64px;
}

.md-fab-wrapper-small .md-fab-small:nth-child(2) {
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
}

.md-fab-wrapper-small .md-fab-small:nth-last-child(3) {
    bottom: 128px;
}

.md-fab-wrapper-small .md-fab-small:nth-child(3) {
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 150ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 150ms;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 150ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 150ms;
}

.md-fab-wrapper-small .md-fab-small:nth-last-child(4) {
    bottom: 192px;
}

.md-fab-wrapper-small .md-fab-small:nth-child(4) {
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 200ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 200ms;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 200ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 200ms;
}

.md-fab-wrapper-small .md-fab-small:nth-last-child(5) {
    bottom: 256px;
}

.md-fab-wrapper-small .md-fab-small:nth-child(5) {
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 250ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 250ms;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 250ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 250ms;
}

.md-fab-wrapper-small .md-fab-small:nth-last-child(6) {
    bottom: 320px;
}

.md-fab-wrapper-small .md-fab-small:nth-child(6) {
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 300ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 300ms;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 300ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 300ms;
}

.md-fab-wrapper-small .md-fab-small:nth-last-child(7) {
    bottom: 384px;
}

.md-fab-wrapper-small .md-fab-small:nth-child(7) {
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 350ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 350ms;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 350ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 350ms;
}

.md-fab-wrapper-small .md-fab-small:nth-last-child(8) {
    bottom: 448px;
}

.md-fab-wrapper-small .md-fab-small:nth-child(8) {
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 400ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 400ms;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 400ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 400ms;
}

.md-fab-wrapper.md-fab-active .md-fab-small {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 10;
}

.md-fab-wrapper.md-fab-active .md-fab-small:nth-last-child(1) {
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 50ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 50ms;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 50ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 50ms;
}

.md-fab-wrapper.md-fab-active .md-fab-small:nth-last-child(2) {
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
}

.md-fab-wrapper.md-fab-active .md-fab-small:nth-last-child(3) {
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 150ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 150ms;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 150ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 150ms;
}

.md-fab-wrapper.md-fab-active .md-fab-small:nth-last-child(4) {
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 200ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 200ms;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 200ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 200ms;
}

.md-fab-wrapper.md-fab-active .md-fab-small:nth-last-child(5) {
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 250ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 250ms;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 250ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 250ms;
}

.md-fab-wrapper.md-fab-active .md-fab-small:nth-last-child(6) {
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 300ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 300ms;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 300ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 300ms;
}

.md-fab-wrapper.md-fab-active .md-fab-small:nth-last-child(7) {
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 350ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 350ms;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 350ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 350ms;
}

.md-fab-wrapper.md-fab-active .md-fab-small:nth-last-child(8) {
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 400ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 400ms;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 400ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 400ms;
}


/*
/* DATATABLES FILTERS
*/
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #3b3e47 !important;
    border-color: #3b3e47 !important;
}

.filter-column-tr {
    background: #ddd !important;
    border-bottom: 1px solid #3b3e47 !important;
}

.filter-column-tr>th {
    background: #ddd !important;
    border-bottom: 1px solid #3b3e47 !important;
}

.filter-column-tr>td {
    border-bottom: 1px solid #3b3e47 !important;
}

.table-colored-bordered.table-bordered-inverse thead th {
    /*border-bottom: 1px solid #3b3e47 !important;*/
}

.selectedRow td {
    background: #FFF6D1 !important;
    color: #000 !important;
}

.filterInput {
    display: block;
    width: 100%;
    height: 28px;
    padding: 6px 12px;
    font-size: 11px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.table-colored-bordered.table-bordered-inverse tfoot th,
.table-bordered-gray tfoot th {
    background-color: #eee;
    font-size: 14px;
}

.table-bordered-gray tfoot th {
    background: #DDD;
    border-top: 2px solid #999 !important;
}

/*
/* TIME LINE
*/
.timeline-item.alt .timeline-icon {
    right: -71px;
    top: 63px;
}

.timeline-item .timeline-icon {
    right: -71px;
    top: 63px;
    left: -69px;
}

.timeline .timeline-icon {
    height: 50px;
    width: 50px;
}

.timeline .timeline-icon i {
    left: 14px;
    font-size: 27px;
    margin-top: 10px;
}



/**
/* MODAL BOX
*/
.modal-title i {
    vertical-align: middle;
}

.custombox-modal>div {
    background-color: #ffffff;
    width: 600px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    background-clip: padding-box;
    display: none;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
}

.custombox-modal>div .close {
    position: absolute;
    top: 15px;
    right: 25px;
}

.custombox-modal .modal-title {
    padding: 15px 25px 15px 25px;
    line-height: 22px;
    font-size: 18px;
    text-align: left;
    margin: 0;
}

.custombox-modal .modal-body {
    padding: 0 20px 20px 20px;
}

.custombox-modal .modal-footer {
    padding: 0 20px 20px 20px;
}

/*.modal.fade .modal-dialog {*/
/*-webkit-transform: scale(0.1);*/
/*-moz-transform: scale(0.1);*/
/*-ms-transform: scale(0.1);*/
/*transform: scale(0.1);*/
/*top: 300px;*/
/*opacity: 0;*/
/*-webkit-transition: all 0.3s;*/
/*-moz-transition: all 0.3s;*/
/*transition: all 0.3s;*/
/*}*/

/*.modal.fade.in .modal-dialog {*/
/*-webkit-transform: scale(1);*/
/*-moz-transform: scale(1);*/
/*-ms-transform: scale(1);*/
/*transform: scale(1);*/
/*-webkit-transform: translate3d(0, -300px, 0);*/
/*transform: translate3d(0, -300px, 0);*/
/*opacity: 1;*/
/*}*/

.modal-backdrop {
    -webkit-backface-visibility: hidden;
}

.modal .modal-dialog .modal-content .modal-header {
    padding-bottom: 5px;
}

body.modal-open {
    overflow: visible !important;
}

.modal.red,
.modal.custom-width {
    /*overflow: visible !important;*/
    overflow-x: hidden;
    overflow-y: auto;
}

.modal .modal-dialog .modal-content {
    padding: 12px 16PX;
}

.bootbox .modal-content {
    border: 6px solid rgba(152, 27, 27, 0.5) !important;
    background: #fff !important;
    border-radius: 15px !important;
}

body.modal-open #wrapper {
    -webkit-filter: blur(7px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
}

.modal-backdrop.zoom,
.modal-backdrop.newspaper,
.modal-backdrop.move-horizontal,
.modal-backdrop.move-from-top,
.modal-backdrop.unfold-3d,
.modal-backdrop.zoom-out {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.modal-backdrop.in {
    opacity: 0.5;
}

.modal-backdrop.unfold-3d {
    perspective: 500;
}

.modal.zoom .modal-dialog {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform: scale(0.6);
}

.modal.in .modal-dialog {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    transform: scale(1);
}

.modal.fade.newspaper .modal-dialog,
.modal.newspaper .modal-dialog {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s;
    transform: scale(0) rotate(500deg);
}

.modal.fade.newspaper.in .modal-dialog,
.modal.in .modal-dialog {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.modal.move-horizontal .modal-dialog {
    opacity: 0;
    transition: all 0.5s;
    transform: translateX(-50px);
}

.modal.in .modal-dialog {
    opacity: 1;
    transform: translateX(0);
}

.modal.move-from-top .modal-dialog {
    opacity: 0;
    transition: all 0.5s;
    transform: translateY(-100px);
}

.modal.in .modal-dialog {
    opacity: 1;
    transform: translateY(0);
}

.modal.unfold-3d .modal-dialog {
    opacity: 0;
    transition: all 0.5s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
}

.modal.in .modal-dialog {
    opacity: 1;
    transform: rotateY(0deg);
}

.modal.fade.zoom-out .modal-dialog,
.modal.zoom-out .modal-dialog {
    opacity: 0;
    transition: all 0.5s;
    transform: scale(1.3);
}

.modal.fade.zoom-out.in .modal-dialog,
.modal.in .modal-dialog {
    opacity: 1;
    transform: scale(1);
}

.csstransforms3d .modal.unfold-3d .modal-dialog {
    transform: none;
    transform-origin: 50% 100%;
    transform: scale(0.7) rotate3d(-1, 1, 0, -60deg);
}

.csstransforms3d .modal.in .modal-dialog {
    transform: scale(1) rotate3d(-1, 1, 0, 0deg);
}

.modal .modal-dialog .modal-content .modal-header {
    border-bottom-style: dashed;
}

.modal-left .modal-content {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    border-radius: 0;
}

.modal-left .modal-dialog {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 360px;
    max-width: 100%;
    margin: 0;
    -webkit-transform: translate(-100%, 0) !important;
    transform: translate(-100%, 0) !important;
    -webkit-transition: .5s;
    transition: .5s;
}

.modal-left.show .modal-dialog {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}

.center-modal.show {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.center-modal {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .4s;
    transition: .4s;
}

.center-modal .modal-dialog {
    margin: 0;
    width: 100%;
    position: absolute;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%) !important;
    transform: translate(-50%, 50%) !important;
}

.modal-fill.show {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: .4s;
    transition: .4s;
}

.modal-fill .modal-dialog {
    display: -webkit-box;
    display: flex;
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.modal-fill .modal-content {
    background: rgba(255, 255, 255, 0.97);
    width: 100%;
    max-width: 600px;
    box-shadow: none;
}

.modal-fill {
    background: rgba(255, 255, 255, 0.97);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: .4s;
    transition: .4s;
}

.modal.modal-fill {
    background: rgba(255, 255, 255, 0.97);
}

.modal-fill .modal-header .close {
    position: fixed;
    top: 0;
    right: 0;
    padding: 20px;
    font-size: 2.5rem;
    font-weight: 300;
}

.modal-fill .modal-header {
    border-bottom: none;
}

.modal-fill .modal-footer {
    border: none;
}

.modal-right.show .modal-dialog {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}

.modal-right .modal-dialog {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 360px;
    max-width: 100%;
    margin: 0;
    -webkit-transform: translate(100%, 0) !important;
    transform: translate(100%, 0) !important;
    -webkit-transition: .5s;
    transition: .5s;
}

.modal-right .modal-content {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    border-radius: 0;
}

.bootbox-90-percent {
    width: 90% !important;
}

/**
/* TABLES
*/
.table-colored-bordered.table-bordered-gray {
    border: 2px solid #999;
}

.table-colored-bordered.table-bordered-gray thead th {
    background-color: #999;
}

.table-bordered.dataTable>thead>tr>td,
.table-bordered.dataTable>thead>tr>th {
    border-bottom-width: 1px !important;
    border: none;
    vertical-align: middle !important;
}

table.table-bordered thead th,
table.table-bordered thead td {
    vertical-align: middle;
}


/**
/* BUTTONS
*/
.btn-icon.btn-lg {
    position: relative;
    padding-right: 54px !important;
}

.btn-icon.btn-lg i {
    padding: 9px 9px;
    font-size: 19px;
    line-height: 1.36;
    border: 0 !important;
}

.btn-icon.btn-lg i.mdi {
    padding: 2px 6px;
    font-size: 26px;
}

.btn-icon.btn-md {
    position: relative;
    padding-right: 44px !important;
}

.btn-icon.btn-md i {
    padding: 4px 8px;
    font-size: 17px;
    line-height: 1.36;
    border: 0 !important;
}

.btn-icon.btn-md i.mdi {
    padding: 3px 6px;
    font-size: 19px;
}

.btn-icon i {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.btn.btn-icon i {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.btn.btn-icon.btn-bordered {
    border-bottom: 0px solid rgba(49, 58, 70, 0.1) !important;
}

.btn-warning {
    text-shadow: 0px 1px 7px rgba(0, 0, 0, 0.7) !important;
}

/* Select 2 */
.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(152, 152, 152, 0.8);
    height: 38px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
    padding-left: 0 !important;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px;
    width: 34px;
    right: 3px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #999 transparent transparent transparent;
    border-width: 6px 6px 0 6px;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #999 transparent !important;
    border-width: 0 6px 6px 6px !important;
}

/*.select2-container--default .select2-results__option--highlighted[aria-selected] {*/
/*    background-color: #f9c851;*/
/*}*/
.select2-results__option {
    padding: 6px 12px;
}

.select2-dropdown {
    border: 1px solid #e3e3e3 !important;
    padding-top: 5px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.select2-search input {
    border: 1px solid #e3e3e3 !important;
}

.select2-container .select2-selection--multiple {
    min-height: 38px !important;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(152, 152, 152, 0.8);
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 2px 10px 2px 0;
}

.select2-container .select2-selection--multiple .select2-search__field {
    margin-top: 7px;
    border: 0 !important;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 1px;
    padding: 0 7px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 0;
    border-bottom: 1px solid #00acc1;
    box-shadow: 0 1px 0 #00acc1;
}

/**
/* SELECT 2
*/
.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 11px;
    z-index: 998;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #E68900;
}

/*.select2-container-default .select2-selection--single .select2-selection__clear {*/
/*    margin-right: 11px;*/
/*    z-index: 998;*/
/*}*/
/*.select2-container-default .select2-results__option--highlighted[aria-selected] {*/
/*    background-color: #E68900;*/
/*}*/
/*.select2-result-repository { padding-top: 4px; padding-bottom: 3px; }*/
/*.select2-result-repository__avatar { float: left; width: 60px; margin-right: 10px; }*/
/*.select2-result-repository__avatar img { width: 100%; height: auto; border-radius: 2px; }*/
/*.select2-result-repository__meta { margin-left: 70px; }*/
/*.select2-result-repository__title { color: black; font-weight: bold; word-wrap: break-word; line-height: 1.1; margin-bottom: 4px; }*/
/*.select2-result-repository__forks, .select2-result-repository__stargazers { margin-right: 1em; }*/
/*.select2-result-repository__forks, .select2-result-repository__stargazers, .select2-result-repository__watchers { display: inline-block; color: #aaa; font-size: 11px; }*/
/*.select2-result-repository__description { font-size: 13px; color: #777; margin-top: 4px; }*/
/*.select2-results__option--highlighted .select2-result-repository__title { color: white; }*/
/*.select2-results__option--highlighted .select2-result-repository__forks, .select2-results__option--highlighted .select2-result-repository__stargazers, .select2-results__option--highlighted .select2-result-repository__description, .select2-results__option--highlighted .select2-result-repository__watchers { color: #c6dcef; }*/
/*.select2-container--default .select2-results>.select2-results__options {*/
/*    max-height: 350px;*/
/*}*/
/*.select2-disabled .select2-selection {*/
/*    background: #EEE;*/
/*    padding-left: 4px;*/
/*}*/
/*.select2-container .select2-selection--single {*/
/*    border: 1px solid #ced4da;*/
/*    padding-left: 5px;*/
/*    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;*/
/*}*/
/*.select2-results__option {*/
/*    border-bottom: 1px dashed #ccc;*/
/*}*/


/**
/* DATATABLES PROCESS
*/
div.dataTables_wrapper div.dataTables_processing {
    background: rgba(0, 0, 0, 0.5) !important;
    color: white;
    border-radius: 19px;
}

/**
/* TEXT ALING
*/
.centered {
    text-align: center !important;
}

.right-aligned {
    text-align: right !important;
}

.badge_15 {
    font-size: 15px !important;
}

.tfoot-black {
    background: #0C1021 !important;
    font-size: 20px !important;
    color: white !important;
}

/**
/* MULTISELECT PLUGIN
*/
.multiselect-container>li>a>label>input[type=checkbox] {
    opacity: 1;
}

/**
/* Revisado Row informes de analisis
*/
.revisadoRow,
.revisadoRow td {
    background: #e2b7b7 !important;
    font-weight: bold !important;
    color: #222 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
}

.llamadoRow,
.llamadoRow td {
    background: lightskyblue !important;
    font-weight: bold !important;
    color: #222 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
}

.revisadoRow2 td {
    background: #ffadad !important;
    font-weight: bold !important;
    color: #222 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
}

.revisadoRow2 th {
    background: #ffadad !important;
    font-weight: bold !important;
    color: black !important;
}


.revisadoRow3 td {
    background: #333 !important;
    font-weight: bold !important;
    color: white !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
}

.revisadoRow4 th {
    background: #999 !important;
    font-weight: bold !important;
    color: white !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
}

.revisadoRow4 td {
    background: #999 !important;
    font-weight: bold !important;
    color: white !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
}

.revisadoRow5 td {
    background: #4BA9CE !important;
    font-weight: bold !important;
    color: white !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
}

.revisadoRow6 td {
    background: #ffb342 !important;
    font-weight: bold !important;
    color: #222 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
}

.revisadoRow3 th {
    background: #333 !important;
    font-weight: bold !important;
    color: white !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
}

.revisadoRow7 th {
    background: #b17070 !important;
    font-weight: bold !important;
    color: white !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
}

.marcacionFinalizada {
    background: #bdffa9 !important;
    font-weight: bold !important;
    color: #222 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
}

.marcacionProceso {
    background: #fff2ad !important;
    font-weight: bold !important;
    color: #222 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
}

/**
/* DATATABLES FIXEDHEADER
*/
table.dataTable.fixedHeader-floating {
    z-index: 2 !important;
}

/**
/* CUSTOM SIZE ICONS
*/
.icon-1_3x {
    font-size: 1.3em !important;
    vertical-align: middle;
}

.icon-1_1x {
    font-size: 1.1em !important;
    vertical-align: middle;
}

.icon-1_5x {
    font-size: 1.5em !important;
    vertical-align: middle;
}

.icon-2x {
    font-size: 2em !important;
    vertical-align: middle;
}

.icon-3x {
    font-size: 3em !important;
    vertical-align: middle;
}

.hr_dashed {
    border-top: 2px dashed #ccc;
}

/**
/* CUSTOM SIZE FONT
*/
.font-11 {
    font-size: 11px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-13 {
    font-size: 14px !important;
}

/**
/*custom input type
 */
.input-number {
    color: red;
    font-weight: bold;
    font-size: 14px;
}

input[type="search"] {
    -webkit-appearance: searchfield;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;

}

/**
/*breadcumb
 */
.breadcrumb>li {
    text-transform: uppercase;
}

/**
/*
 */
.tile-title.tile-gray .title {
    background: #8f8f8f;
}

.tile-title.tile-gray h3,
.tile-title.tile-gray p {
    color: #fff;
}

.tile-title.tile-gray .title p {
    color: #fff;
}

.tile-stats,
.tile-title {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 2px 3px rgba(0, 0, 0, .24);
    -webkit-transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    -webkit-appearance: none;
}

.tile-stats:hover,
.tile-title:hover {
    outline: 0;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
}

.tile-title .icon i {
    font-size: 60px;
    line-height: 1;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.tile-title.tile-gray .icon i {
    color: #8f8f8f;
}

.tile-stats,
.tile-title {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 2px 3px rgba(0, 0, 0, .24);
    -webkit-transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    -webkit-appearance: none;
}

.tile-title {
    position: relative;
    display: block;
    background: #dadada;
    margin-bottom: 10px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.tile-title .icon {
    text-align: center;
    padding: 20px;
}

.tile-title.tile-gray .title {
    background: #8f8f8f;
}

.tile-title .title {
    padding-top: 9px;
    text-align: center;
}

.tile-title.tile-orange {
    background: #ffa812;
}

.tile-title.tile-orange .icon i,
.tile-title.tile-orange h3,
.tile-title.tile-orange p {
    color: #fff;
}

/**
/* MENU MIN FIXED
*/
#wrapper.enlarged .left.side-menu {
    position: fixed;
}

#sidebar-menu ul li a i {
    margin-right: 12px;
}

#sidebar-menu ul ul ul a {
    padding-left: 63px;
}

.label-gray {
    background: #999;
}

.alert-gray {
    background-color: #eee;
    border-color: #eee;
    color: #333 !important;
}


#sidebar-menu ul ul a {
    padding: 10px 10px 8px 28px;
    font-size: 12px;
}

#sidebar-menu ul ul a i {
    float: left;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul>li:hover>ul a {
    width: 240px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li:hover>ul {
    width: 240px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul>li:hover>ul {
    width: 240px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul>li:hover a span {
    font-weight: bold;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul>li:hover>a {
    width: 310px;
}

#sidebar-menu ul ul a {
    color: #555;
}

#sidebar-menu ul ul li {
    border-bottom: 1px dashed #ccc;
    width: 100%;
}

#sidebar-menu ul ul li:last-child {
    border-bottom: 0;
}

.link {
    cursor: pointer;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #efefef;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

div.panel {
    animation-name: fadeInUp;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    color: #444;
}

.fecha-input {
    position: relative;
}

.fecha-input i {
    position: absolute;
    bottom: 33px;
    right: 7px;
    top: auto;
    cursor: pointer;
}

.grid-form fieldset legend {
    border: none !important;
    border-bottom: 2px solid #dadfe3 !important;
    color: #5f7676 !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    padding: 5px 0px !important;
}

.grid-form fieldset legend small {
    font-size: 75%;
}

.grid-form [data-row-span] {
    border-bottom: 1px solid #e6eaed !important;
}

.grid-form [data-row-span] [data-field-span] {
    border-right: 1px solid #e6eaed !important;
}

.grid-form [data-row-span] [data-field-span]:last-child {
    border-right: none !important;
}

.inputDec {
    text-align: right;
}

.fa-1-5x {
    font-size: 1.5em;
}

.widget-two-teal-2 {
    background-color: rgba(101, 1, 1, 0.7);
    border-color: rgba(38, 166, 154, 0.9);
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
    border-color: #f3f3f3;
    color: #000;
}

a.fc-more {
    background-color: #3b3e47;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.05em;
    padding: .3em .6em .2em;
    font-family: 'Hind Madurai', sans-serif;
    color: #fff;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

/* button Outline */
.btn-outline-custom {
    color: #02c0ce;
    border-color: #02c0ce;
    background-image: none;
    background-color: transparent;
}

.btn-outline-custom:hover {
    background-color: #02c0ce;
    border-color: #02c0ce;
    color: #ffffff;
}

.btn-outline-primary {
    color: #2d7bf4;
    border-color: #2d7bf4;
}


.btn-outline-pink {
    color: #ff679b;
    background-image: none;
    background-color: transparent;
    border-color: #ff679b;
}

.btn-outline-pink:hover {
    background-color: #ff679b;
    border-color: #ff679b;
    color: #ffffff;
}

.btn-outline-purple {
    color: #777edd;
    background-image: none;
    background-color: transparent;
    border-color: #777edd;
}

.btn-outline-purple:hover {
    background-color: #777edd;
    border-color: #777edd;
    color: #ffffff;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent
}

.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #868e96;
    border-color: #868e96;
    box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5)
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not([disabled]):not(.disabled).active,
.btn-outline-success:not([disabled]):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #212529;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #212529;
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not([disabled]):not(.disabled).active,
.btn-outline-warning:not([disabled]):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not([disabled]):not(.disabled).active,
.btn-outline-danger:not([disabled]):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #212529;
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not([disabled]):not(.disabled).active,
.btn-outline-light:not([disabled]):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not([disabled]):not(.disabled).active,
.btn-outline-dark:not([disabled]):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #212529;
    background-color: #343a40;
    border-color: #343a40;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #868e96
}


/* Button Switch css */
.btn-switch-radio {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.btn-switch-radio>input[type="radio"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    left: -100%;
    top: -100%;
}

.btn-switch-radio>input[type="radio"]+.btn {
    background-color: transparent !important;
    border-color: #00acc1;
    color: #00acc1 !important;
}

.btn-switch-radio>input[type="radio"]+.btn>em {
    display: inline-block;
    border: 1px solid #00acc1;
    border-radius: 50%;
    padding: 2px;
    margin: 0 4px 0 0;
    top: 1px;
    font-size: 10px;
    text-align: center;
}

.btn-switch-radio>input[type="radio"]+.btn>em:before {
    opacity: 0;
}

.btn-switch-radio>input[type="radio"]:checked+.btn {
    background-color: #00acc1 !important;
    color: #ffffff !important;
}

.btn-switch-radio>input[type="radio"]:checked+.btn>em {
    background-color: #ffffff;
    color: #00acc1 !important;
}

.btn-switch-radio>input[type="radio"]:checked+.btn>em:before {
    opacity: 1;
}

.btn-switch-radio-primary>input[type="radio"]+.btn,
.btn-switch-radio-primary>input[type="radio"]:checked+.btn>em {
    color: #188ae2 !important;
}

.btn-switch-radio-primary>input[type="radio"]+.btn,
.btn-switch-radio-primary>input[type="radio"]+.btn>em {
    border-color: #188ae2 !important;
}

.btn-switch-radio-primary>input[type="radio"]:checked+.btn {
    background-color: #188ae2 !important;
}

.btn-switch-radio-success>input[type="radio"]+.btn,
.btn-switch-radio-success>input[type="radio"]:checked+.btn>em {
    color: #4bd396 !important;
}

.btn-switch-radio-success>input[type="radio"]+.btn,
.btn-switch-radio-success>input[type="radio"]+.btn>em {
    border-color: #4bd396 !important;
}

.btn-switch-radio-success>input[type="radio"]:checked+.btn {
    background-color: #4bd396 !important;
}

.btn-switch-radio-info>input[type="radio"]+.btn,
.btn-switch-radio-info>input[type="radio"]:checked+.btn>em {
    color: #3ac9d6 !important;
}

.btn-switch-radio-info>input[type="radio"]+.btn,
.btn-switch-radio-info>input[type="radio"]+.btn>em {
    border-color: #3ac9d6 !important;
}

.btn-switch-radio-info>input[type="radio"]:checked+.btn {
    background-color: #3ac9d6 !important;
}

.btn-switch-radio-warning>input[type="radio"]+.btn,
.btn-switch-radio-warning>input[type="radio"]:checked+.btn>em {
    color: #f9c851 !important;
}

.btn-switch-radio-warning>input[type="radio"]+.btn,
.btn-switch-radio-warning>input[type="radio"]+.btn>em {
    border-color: #f9c851 !important;
}

.btn-switch-radio-warning>input[type="radio"]:checked+.btn {
    background-color: #f9c851 !important;
}

.btn-switch-radio-danger>input[type="radio"]+.btn,
.btn-switch-radio-danger>input[type="radio"]:checked+.btn>em {
    color: #f5707a !important;
}

.btn-switch-radio-danger>input[type="radio"]+.btn,
.btn-switch-radio-danger>input[type="radio"]+.btn>em {
    border-color: #f5707a !important;
}

.btn-switch-radio-danger>input[type="radio"]:checked+.btn {
    background-color: #f5707a !important;
}

.btn-switch-radio-inverse>input[type="radio"]+.btn,
.btn-switch-radio-inverse>input[type="radio"]:checked+.btn>em {
    color: #3b3e47 !important;
}

.btn-switch-radio-inverse>input[type="radio"]+.btn,
.btn-switch-radio-inverse>input[type="radio"]+.btn>em {
    border-color: #3b3e47 !important;
}

.btn-switch-radio-inverse>input[type="radio"]:checked+.btn {
    background-color: #3b3e47 !important;
}

.btn-switch-radio-pink>input[type="radio"]+.btn,
.btn-switch-radio-pink>input[type="radio"]:checked+.btn>em {
    color: #f06292 !important;
}

.btn-switch-radio-pink>input[type="radio"]+.btn,
.btn-switch-radio-pink>input[type="radio"]+.btn>em {
    border-color: #f06292 !important;
}

.btn-switch-radio-pink>input[type="radio"]:checked+.btn {
    background-color: #f06292 !important;
}

.btn-switch-radio-purple>input[type="radio"]+.btn,
.btn-switch-radio-purple>input[type="radio"]:checked+.btn>em {
    color: #6b5fb5 !important;
}

.btn-switch-radio-purple>input[type="radio"]+.btn,
.btn-switch-radio-purple>input[type="radio"]+.btn>em {
    border-color: #6b5fb5 !important;
}

.btn-switch-radio-purple>input[type="radio"]:checked+.btn {
    background-color: #6b5fb5 !important;
}

.btn-switch-radio-orange>input[type="radio"]+.btn,
.btn-switch-radio-orange>input[type="radio"]:checked+.btn>em {
    color: #ff9800 !important;
}

.btn-switch-radio-orange>input[type="radio"]+.btn,
.btn-switch-radio-orange>input[type="radio"]+.btn>em {
    border-color: #ff9800 !important;
}

.btn-switch-radio-orange>input[type="radio"]:checked+.btn {
    background-color: #ff9800 !important;
}

.btn-switch-radio-brown>input[type="radio"]+.btn,
.btn-switch-radio-brown>input[type="radio"]:checked+.btn>em {
    color: #8d6e63 !important;
}

.btn-switch-radio-brown>input[type="radio"]+.btn,
.btn-switch-radio-brown>input[type="radio"]+.btn>em {
    border-color: #8d6e63 !important;
}

.btn-switch-radio-brown>input[type="radio"]:checked+.btn {
    background-color: #8d6e63 !important;
}

.btn-switch-radio-teal>input[type="radio"]+.btn,
.btn-switch-radio-teal>input[type="radio"]:checked+.btn>em {
    color: #26a69a !important;
}

.btn-switch-radio-teal>input[type="radio"]+.btn,
.btn-switch-radio-teal>input[type="radio"]+.btn>em {
    border-color: #26a69a !important;
}

.btn-switch-radio-teal>input[type="radio"]:checked+.btn {
    background-color: #26a69a !important;
}

.mdi-25px {
    font-size: 25px;
}


.mdi-30px {
    font-size: 30px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-width: 0;
}

.nav-tabs>li>a {
    border: none;
    color: #666;
}

.nav-tabs>li.active>a,
.nav-tabs>li>a:hover {
    border: none;
    color: #4285F4 !important;
    background: transparent;
}

.nav-tabs>li>a::after {
    content: "";
    background: #4285F4;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.nav-tabs>li.active>a::after,
.nav-tabs>li:hover>a::after {
    transform: scale(1);
}

.tab-nav>li>a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}



.date-and-time>input.datepicker {
    float: left;
    width: 70%;
}

.date-and-time>input.timepicker {
    float: right;
    width: 30%;
}

.date-and-time>input:first-child {
    -webkit-border-radius: 3px 0px 0px 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 0px 0px 3px;
    -moz-background-clip: padding;
    border-radius: 3px 0px 0px 3px;
    background-clip: padding-box;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    border-right: 0;
}

.date-and-time>input:last-child {
    -webkit-border-radius: 0px 3px 3px 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px 3px 3px 0px;
    -moz-background-clip: padding;
    border-radius: 0px 3px 3px 0px;
    background-clip: padding-box;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.profile-env section.profile-info-tabs .user-details2 {
    padding-left: 0;
    list-style: none;
}

.profile-env section.profile-info-tabs .user-details2 li {
    margin-bottom: 10px;
}

.profile-env section.profile-info-tabs .user-details2 li a {
    color: #a0a0a0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.profile-env section.profile-info-tabs .user-details2 li a:hover {
    color: #606060;
}

.profile-env section.profile-info-tabs .user-details2 li a:hover span {
    color: #e72c28;
}

.profile-env section.profile-info-tabs .user-details2 li a i {
    margin-right: 5px;
}

.profile-env section.profile-info-tabs .user-details2 li a span {
    color: #ec5956;
    font-weight: normal;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.title-documents {
    font-size: 13px;
}

.parent_li i {
    vertical-align: middle;
    margin-left: 3px;
}

.table-documents {
    background: #eee;
    border-radius: 15px;
    padding-top: 10px;
    padding-left: 22px;
}

.fab-big .md-fab>i {
    font-size: 5em !important;
    line-height: 100px;
}

.fab-med .md-fab {
    width: 80px;
    height: 80px;
}

.fab-med .md-fab>i {
    font-size: 4em !important;
    line-height: 80px;
}

.fab-sma .md-fab {
    width: 60px !important;
    height: 60px !important;
}

.fab-sma .md-fab>i {
    font-size: 2em !important;
    line-height: 60px !important;
}

.padding-right-0 {
    padding-right: 0;
}


/* STYLES FOR DASHBOARDS */
.btn-group-2 {
    width: 300px;
    margin-bottom: -44px;
    padding-top: 13px;
    margin-left: 21px;
}

.fullScreenGraph {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1200 !important;
    -webkit-transition: width 0.5s;
    /* Safari */
    transition: width 0.5s;
}

.fullScreenGraph>div {
    height: 100vh !important;
}

.fullScreenGraph-btn {
    float: right;
    font-size: 15px;
    cursor: pointer;
    right: 20px;
    color: #666;
}

.fullScreenGraph .fullScreenGraph-btn {
    right: 10px;
}

.fullScreenGraph-btn i {
    font-size: 23px;
    font-weight: bold;
}

.fullScreenDiv {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1200 !important;
    background: #fff;
    overflow: auto;
    -webkit-transition: width .5s;
    /* Safari */
    transition: width .5s;
}

.fullScreenDiv>div {}

.fullScreenDiv-btn {
    float: right;
    font-size: 15px;
    cursor: pointer;
    right: 20px;
    color: #666;
}

.fullScreenDiv .fullScreenDiv-btn {
    right: 10px;
}

.fullScreenDiv-btn i {
    font-size: 23px;
    font-weight: bold;
}

.zoom-btn {
    margin-right: -14px;
    margin-top: -9px;
}

.navbar-default {
    background: linear-gradient(to right, #bb1035, #bb1035);
}

.topbar .topbar-left {
    background: none;
}


.autocomplete-suggestions {
    font-size: 11px;
}

.sweet-overlay {
    z-index: 1050;
}

.alert-orange {
    background-color: #ff9800;
    border-color: #ff9800;
}


.cantidad-despachar {
    border: solid #2d72d5;
    color: #2d72d5;
    font-weight: bold;
    background: #FFF !important;
}

#sidebar-menu ul ul a:hover {
    color: #337ab7 !important;
}

.user-details {
    background: url(/layout/assets/images/wms1.jpg);
    background-size: cover;
}

/*  BREADCUMB */
.page-title-box {
    background-color: #D8DADE;
    /*color: #fff;*/
}

/*
.page-title-box .page-title {
    color: #fff;
}
.breadcrumb>li a {
    color: #fff;
}
.breadcrumb>.active {
    color: #fff;
}
*/

.inputFloat,
.inputInt,
.inputMoney {
    color: orangered !important;
    text-align: right;
}

/* FORM INPUT */
.form-control {
    transition: all .2s;
    padding-left: 5px;
}

/*.form-control {*/
/*    display: block;*/
/*    width: 100%;*/
/*    color: #495057;*/
/*    background-color: #fff;*/
/*    background-clip: padding-box;*/
/*    border: 1px solid #ced4da;*/
/*    border-radius: .25rem;*/
/*    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;*/
/*}*/
.input-group-addon {
    background-color: #eee;
}

/*.form-control:focus {*/
/*    color: #495057;*/
/*    background-color: #fff;*/
/*    border-color: #a9bcee;*/
/*    outline: 0;*/
/*    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);*/
/*}*/

.table-mobile {
    width: 100%;
    font-size: 11px;
}

.filter-column-tr>td {
    border: none !important;
}

.badge-gray {
    background: #999;
}

.pointer {
    cursor: pointer !important;
}


.alert-icon i {
    height: 100%;
    width: 48px;
    background: rgba(0, 0, 0, 0.2);
}

body {
    background: linear-gradient(to right, #eef2f3, #8e9eab);
}

.fc-event {
    text-align: left !important;
}

.fc-time span {
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(126, 126, 126, 0.5);
}

.fc-title i {
    text-shadow: 2px 1px 3px rgba(126, 126, 126, 0.7);
}


/* Table colored-bordered */
.table-colored-bordered thead th {
    border-bottom: 0 !important;
    color: #ffffff;
}

.table-colored-bordered.table-bordered-primary {
    border: 2px solid #188ae2;
}

.table-colored-bordered.table-bordered-primary thead th {
    background-color: #188ae2;
}

.table-colored-bordered.table-bordered-success {
    border: 2px solid #4bd396;
}

.table-colored-bordered.table-bordered-success thead th {
    background-color: #4bd396;
}

.table-colored-bordered.table-bordered-info {
    border: 2px solid #3ac9d6;
}

.table-colored-bordered.table-bordered-info thead th {
    background-color: #3ac9d6;
}

.table-colored-bordered.table-bordered-google {
    border: 2px solid #276EAC;
}

.table-colored-bordered.table-bordered-google thead th {
    background-color: #276EAC;
}

.table-colored-bordered.table-bordered-custom {
    border: 2px solid #00acc1;
}

.table-colored-bordered.table-bordered-custom thead th {
    background-color: #00acc1;
}

.table-colored-bordered.table-bordered-warning {
    border: 2px solid #f9c851;
}

.table-colored-bordered.table-bordered-warning thead th {
    background-color: #f9c851;
}

.table-colored-bordered.table-bordered-danger {
    border: 2px solid #f5707a;
}

.table-colored-bordered.table-bordered-danger thead th {
    background-color: #f5707a;
}

.table-colored-bordered.table-bordered-inverse {
    border: 2px solid #3b3e47;
}

.table-colored-bordered.table-bordered-inverse thead th {
    background-color: #3b3e47;
}

.table-colored-bordered.table-bordered-pink {
    border: 2px solid #f06292;
}

.table-colored-bordered.table-bordered-pink thead th {
    background-color: #f06292;
}

.table-colored-bordered.table-bordered-purple {
    border: 2px solid #6b5fb5;
}

.table-colored-bordered.table-bordered-purple thead th {
    background-color: #6b5fb5;
}

.table-colored-bordered.table-bordered-orange {
    border: 2px solid #ff9800;
}

.table-colored-bordered.table-bordered-orange thead th {
    background-color: #ff9800;
}

.table-colored-bordered.table-bordered-brown {
    border: 2px solid #8d6e63;
}

.table-colored-bordered.table-bordered-brown thead th {
    background-color: #8d6e63;
}

.table-colored-bordered.table-bordered-teal {
    border: 2px solid #26a69a;
}

.table-colored-bordered.table-bordered-teal thead th {
    background-color: #26a69a;
}

/* Table full colored */
.table-colored-full {
    color: #ffffff;
}

.table-colored-full thead th {
    border-bottom: 0 !important;
    padding: 10px !important;
}

.table-colored-full tbody td,
.table-colored-full tbody th {
    border: 0 !important;
}

.table-colored-full.table-full-primary {
    background-color: rgba(24, 138, 226, 0.8);
}

.table-colored-full.table-full-primary thead th {
    background-color: #188ae2;
}

.table-colored-full.table-full-primary tbody tr:hover {
    background-color: #188ae2;
}

.table-colored-full.table-full-success {
    background-color: rgba(75, 211, 150, 0.8);
}

.table-colored-full.table-full-success thead th {
    background-color: #4bd396;
}

.table-colored-full.table-full-success tbody tr:hover {
    background-color: #4bd396;
}

.table-colored-full.table-full-info {
    background-color: rgba(58, 201, 214, 0.8);
}

.table-colored-full.table-full-info thead th {
    background-color: #3ac9d6;
}

.table-colored-full.table-full-info tbody tr:hover {
    background-color: #3ac9d6;
}

.table-colored-full.table-full-custom {
    background-color: rgba(0, 172, 193, 0.8);
}

.table-colored-full.table-full-custom thead th {
    background-color: #00acc1;
}

.table-colored-full.table-full-custom tbody tr:hover {
    background-color: #00acc1;
}

.table-colored-full.table-full-warning {
    background-color: rgba(249, 200, 81, 0.8);
}

.table-colored-full.table-full-warning thead th {
    background-color: #f9c851;
}

.table-colored-full.table-full-warning tbody tr:hover {
    background-color: #f9c851;
}

.table-colored-full.table-full-danger {
    background-color: rgba(245, 112, 122, 0.8);
}

.table-colored-full.table-full-danger thead th {
    background-color: #f5707a;
}

.table-colored-full.table-full-danger tbody tr:hover {
    background-color: #f5707a;
}

.table-colored-full.table-full-inverse {
    background-color: rgba(59, 62, 71, 0.8);
}

.table-colored-full.table-full-inverse thead th {
    background-color: #3b3e47;
}

.table-colored-full.table-full-inverse tbody tr:hover {
    background-color: #3b3e47;
}

.table-colored-full.table-full-pink {
    background-color: rgba(240, 98, 146, 0.8);
}

.table-colored-full.table-full-pink thead th {
    background-color: #f06292;
}

.table-colored-full.table-full-pink tbody tr:hover {
    background-color: #f06292;
}

.table-colored-full.table-full-purple {
    background-color: rgba(107, 95, 181, 0.8);
}

.table-colored-full.table-full-purple thead th {
    background-color: #6b5fb5;
}

.table-colored-full.table-full-purple tbody tr:hover {
    background-color: #6b5fb5;
}

.table-colored-full.table-full-brown {
    background-color: rgba(141, 110, 99, 0.8);
}

.table-colored-full.table-full-brown thead th {
    background-color: #8d6e63;
}

.table-colored-full.table-full-brown tbody tr:hover {
    background-color: #8d6e63;
}

.table-colored-full.table-full-orange {
    background-color: rgba(255, 152, 0, 0.8);
}

.table-colored-full.table-full-orange thead th {
    background-color: #ff9800;
}

.table-colored-full.table-full-orange tbody tr:hover {
    background-color: #ff9800;
}

.table-colored-full.table-full-teal {
    background-color: rgba(38, 166, 154, 0.8);
}

.table-colored-full.table-full-teal thead th {
    background-color: #26a69a;
}

.table-colored-full.table-full-teal tbody tr:hover {
    background-color: #26a69a;
}

/* BOTÓN CIRCULAR INFERIOR DERECHO CON OPCIONES */
.fab-big .md-fab {
    width: 100px;
    height: 100px;
}

.fab-big .md-fab>i {
    font-size: 5em !important;
    line-height: 100px;
}

.fab-med .md-fab {
    width: 80px;
    height: 80px;
}

.fab-med .md-fab>i {
    font-size: 4em !important;
    line-height: 80px;
}

.fab-mdm {
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
}

.fab-mdm-li {
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
}

.fab-sma {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
}

.fab-sma-li {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
}

.fab-sma .md-fab>i {
    font-size: 18px !important;
    line-height: 20px !important;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    vertical-align: middle !important;
}

hr {
    border-top: 2px solid #eee;
}

input.checkbox,
input.radio,
input.checkbox-small {
    position: relative;
    margin: 0 10px;
    border-radius: 20px;
    background: #999;
    outline: 0;
    -webkit-appearance: none;
    cursor: pointer;
}

input.checkbox::after,
input.radio::after,
input.checkbox-small:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    width: calc((100% - 4px) / 2);
    height: calc(100% - 4px);
    border-radius: 50%;
    background: #eee;
    transition: all .1s linear;
}

input.checkbox:checked,
input.radio:checked,
input.checkbox-small:checked {
    background: #5b5;
}

input.checkbox:checked::after,
input.radio:checked::after,
input.checkbox-small:checked::after {
    transform: translateX(100%);
}

input.checkbox,
input.radio {
    width: 48px;
    height: 27px;
}

input.checkbox-small {
    width: 32px;
    height: 18px;
}

.input-hidden {
    position: absolute;
    left: -9999px;
}

input[type=radio]:checked+label>img {
    border: 1px solid #fff;
    box-shadow: 0 0 3px 3px #BB2835;
}

/* Stuff after this is only to make things more pretty */
input[type=radio]+label>img {
    border: 1px dashed #444;
    width: 150px;
    height: 150px;
    transition: 500ms all;
}

.nota-widget {
    min-height: 210px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.property-card .property-label2 {
    position: absolute;
    top: 10px;
    left: 10px;
    text-transform: uppercase;
}

/* ESTILOS DE TABLA PARA MARION */
.table-striped-marion>tbody>tr:nth-of-type(odd) {
    background-color: #efefef;
}

.table-marion-papel {
    background-color: #ffffc1;
    border-radius: 5px;
    border: 1px solid black;
}

.table-marion-papel thead th {
    background-color: black;
}

.table-marion-papel td {
    border: 1px solid #e1dfad;
}

.table-marion-warning {
    border: 1px solid #333232;
}

.table-marion-warning thead th {
    background-color: #FCE300;
    color: #000;
    font-size: small;
    font-weight: bold;
    text-align: center;
}

.table-marion-warning tfoot tr {
    background-color: #C6C4D2;
    font-weight: bold;
    color: black;
}

/* .table-marion-warning.sticky{
        position: sticky;
        left: 0;
    } */

.table-marion-warning.static {
    position: absolute;
    background-color: white;
}





.panel-default-marion>.panel-heading {
    background-color: #000;
    opacity: 0.8;
    border-bottom: none;
    color: #FCE300;
}

.cita-marion {
    background-color: #FCE300;
    opacity: 0.8;
    color: #FCE300;
}

.cita-marion-recibiendo {
    background-color: #FCE300;
    opacity: 0.8;
    color: #ffffff;
}

.cita-marionb {
    background-color: #FCE300;
    opacity: 1;
    color: #FCE300;
}

.cita-marion-recibiendob {
    background-color: #FCE300;
    opacity: 1;
    color: #ffffff;
}

.cita-marion2 {
    background-color: #C6C4D2;
    opacity: 0.8;
    color: #FCE300;
}

.cita-marion-recibiendo2 {
    background-color: #C6C4D2;
    opacity: 0.8;
    color: #ffffff;
}

.cita-marion3 {
    background-color: #000;
    opacity: 0.8;
    color: #FCE300;
}

.cita-marion-recibiendo3 {
    background-color: #000;
    opacity: 0.8;
    color: #ffffff;
}




.abs-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.border-1 {
    border: 3px solid #0000ff !important;
    color: #0000ff !important;
}

.border-2 {
    border: 3px solid #9d1e15 !important;
    color: #9d1e15 !important;
}

.border-3 {
    border: 3px solid #666 !important;
    color: #666 !important;
}

.border-4 {
    border: 3px solid #000 !important;
}

.table-marion-grafico {
    border-spacing: 30px;
    background-color: #000;
}

.toast-mariondanger {
    position: fixed;
    top: 50px;
    right: 1%;
    transform: translateX(-50%);
    background-color: rgba(255, 0, 0, 0.65);
    /* Fondo rojo semi-transparente */
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    transition: opacity 0.3s ease-in-out;
}


.toast-marionsuccess {
    position: fixed;
    top: 50px;
    right: 1%;
    transform: translateX(-50%);
    background-color: rgba(40, 167, 69, 0.65);
    /* Fondo verde semi-transparente */
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    transition: opacity 0.3s ease-in-out;
}

.hidden-marion {
    opacity: 0;
    pointer-events: none;
}

.operario-card {
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.operario-card .card-header {
    background-color: #f8f9fa;
}

.operario-card .card-body {
    padding: 15px;
}

.actividad-card {
    display: flex;
    align-items: center;
    padding: 5px;
    border-bottom: 1px solid #dee2e6;
}

.actividad-card h6 {
    margin-bottom: 0;
    margin-right: 15px;
}


.scroll-panel-marion {
    height: 470px;
    overflow-x: auto;
    white-space: nowrap;
}

.panel-derecho {
    height: 470px;
    overflow-x: hidden;
    /* Oculta el scroll horizontal */
    overflow-y: auto;
    /* Muestra el scroll vertical */
}

.panel-derecho2 {
    height: 470px;
    overflow-x: auto;
    /* Oculta el scroll horizontal */
    overflow-y: auto;
    /* Muestra el scroll vertical */
}

.panel-derecho3 {
    height: 470px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.panel-izquierdo {
    height: 360px;
    width: 100%;
}

/* .panel-derecho {
    font-weight: bold;
    font-size: 18px; 
  } */
.margen0 {
    margin-right: 0;
    margin-left: 0;
}

.totalMarion {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    padding: 3px 4px;
    margin-right: 10px;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f5f5f5;
    margin-bottom: 0;
}

.resaltadoMarion {
    background-color: #f8f8f8;
    padding: 2px 4px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.excel-button-marion {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    padding: 4px 8px;
    margin-right: 5px;
    margin-left: 5px;

}

/* Clase para el thumb personalizado */
.range-marion::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    /* Ancho del thumb */
    height: 20px;
    /* Alto del thumb */
    background: linear-gradient(to right, #ffd700, #cca300);
    /* Degradado de amarillo a negro */
    border-radius: 50%;
    /* Borde redondeado */
    cursor: pointer;
    /* Cambiar a un cursor de puntero */
    margin-top: -5px;
    /* Ajustar posición verticalmente */
}

/* Clase para la barra del control deslizante */
.range-marion::-webkit-slider-runnable-track {
    width: 100%;
    /* Ancho completo */
    height: 8.5px;
    /* Altura de la barra */
    background: linear-gradient(to right, #ffd700, #cca300);
    /* Degradado de amarillo a negro */
    /* border-radius: 4px; Borde redondeado */
}

.botonesNegroMarion {
    margin-left: 3px;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #666666, #000);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
}

.botonesRojoMarion2 {
    margin-left: 3px;
    background-color: #e74c3c;
    /* Color de fondo de respaldo en caso de que no se cargue el gradiente */
    background-image: linear-gradient(to bottom, #8b0000, #ff4500);
    /* Gradiente de rojo */
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    /* Sombra */
    color: #000;
    /* Texto blanco */
    text-decoration: none;
    /* Eliminar subrayado predeterminado en enlaces */
    border-radius: 5px;
    /* Borde redondeado */
    font-size: 15px;
    font-weight: bold;
}

.botonesRojoMarion {
    margin-left: 3px;
    background-color: #e74c3c;
    /* Color de fondo de respaldo en caso de que no se cargue el gradiente */
    background-image: linear-gradient(to bottom right, #D58F8F, #C06464, #A33A3A, #660000);
    /* Gradiente de rojo */
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    /* Sombra */
    color: #000;
    /* Texto blanco */
    text-decoration: none;
    /* Eliminar subrayado predeterminado en enlaces */
    border-radius: 5px;
    /* Borde redondeado */
    font-size: 15px;
    font-weight: bold;
}

.botonesGrisMarion {
    margin-left: 3px;
    background-color: #e74c3c;
    /* Color de fondo de respaldo en caso de que no se cargue el gradiente */
    background-image: linear-gradient(to bottom right, #e2e3e5, #6c757d);
    /* Gradiente de rojo */
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    /* Sombra */
    color: #000;
    /* Texto blanco */
    text-decoration: none;
    /* Eliminar subrayado predeterminado en enlaces */
    border-radius: 5px;
    /* Borde redondeado */
    font-size: 15px;
    font-weight: bold;
}

.botonesDoradoMarion {
    margin-left: 3px;
    background-color: #e74c3c;
    /* Color de fondo de respaldo en caso de que no se cargue el gradiente */
    /* background-image: linear-gradient(to bottom right, #D4AF37, #B8860B, #A47128, #804A00); */
    background-image: linear-gradient(to bottom right, #F0D78C, #D4AF37, #C09030, #9B6A0A);



    /* Gradiente de rojo */
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    /* Sombra */
    color: #000;
    /* Texto blanco */
    text-decoration: none;
    /* Eliminar subrayado predeterminado en enlaces */
    border-radius: 5px;
    /* Borde redondeado */
    font-size: 15px;
    font-weight: bold;
}

.botonesAmarilloMarion {
    margin-left: 3px;
    background-color: #cca300;
    /* Color de fondo de respaldo en caso de que no se cargue el gradiente */
    background-image: linear-gradient(to bottom, #cca300, #ffd700);
    /* Gradiente de gris a negro */
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    /* Sombra */
    color: #000;
    /* Texto blanco */
    text-decoration: none;
    /* Eliminar subrayado predeterminado en enlaces */
    border-radius: 5px;
    /* Borde redondeado */
    font-size: 15px;
    font-weight: bold;
}

.botonesAmarilloMarionM {
    width: 25px;
    /* Asegurar que el ancho y alto sean iguales */
    height: 25px;
    display: flex;
    /* Centrar el ícono dentro */
    align-items: center;
    justify-content: center;
    margin-left: 3px;
    background-color: #cca300;
    /* Color de respaldo */
    background-image: linear-gradient(to bottom, #cca300, #ffd700);
    /* Gradiente */
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    /* Sombra */
    color: #000;
    /* Color de texto */
    text-decoration: none;
    /* Eliminar subrayado */
    border-radius: 50%;
    /* Hacerlo completamente circular */
    font-size: 13px;
    font-weight: bold;
    border: none;
    /* Evitar bordes innecesarios */
    cursor: pointer;
    /* Cambiar cursor a mano */
}


.botonesVerdeMarion {
    margin-left: 3px;
    background-color: #27ae60;
    /* Color de fondo de respaldo en caso de que no se cargue el gradiente */
    background-image: linear-gradient(to bottom, #006400, #32cd32);
    /* Gradiente de gris a negro */
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    /* Sombra */
    color: #000;
    /* Texto blanco */
    text-decoration: none;
    /* Eliminar subrayado predeterminado en enlaces */
    border-radius: 5px;
    /* Borde redondeado */
    font-size: 15px;
    font-weight: bold;
}

.botonesNaranjaMarion2 {
    margin-left: 3px;
    background-color: orange;
    /* Cambio de color de fondo */
    background-image: linear-gradient(to bottom, #ff8c00, #ffa500);
    /* Cambio de gradiente a tonos de naranja */
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    /* Sombra */
    color: #000;
    /* Texto blanco */
    text-decoration: none;
    /* Eliminar subrayado predeterminado en enlaces */
    border-radius: 5px;
    /* Borde redondeado */
    font-size: 15px;
    font-weight: bold;
}


.botonesNaranjaMarion {
    margin-left: 3px;
    background-color: orange;
    /* Cambio de color de fondo */
    background-image: linear-gradient(to bottom right, #E0A87C, #D07A4A, #B3541E, #732B00);
    /* Cambio de gradiente a tonos de naranja */
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    /* Sombra */
    color: #000;
    /* Texto blanco */
    text-decoration: none;
    /* Eliminar subrayado predeterminado en enlaces */
    border-radius: 5px;
    /* Borde redondeado */
    font-size: 15px;
    font-weight: bold;
}

.botonesAzulMarion {
    margin-left: 3px;
    background-color: #3498db;
    /* Color de fondo azul */
    background-image: linear-gradient(to bottom, #003366, #66ccff);
    /* Gradiente de azul */
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    /* Sombra */
    color: #000;
    /* Texto blanco */
    text-decoration: none;
    /* Eliminar subrayado predeterminado en enlaces */
    border-radius: 5px;
    /* Borde redondeado */
    font-size: 15px;
    font-weight: bold;
}


.botonesAzulOscuroMarion2 {
    margin-left: 3px;
    background-color: #2c3e50;
    /* Cambio a un tono de azul oscuro */
    background-image: linear-gradient(to bottom, #001a33, #336699);
    /* Gradiente de azul oscuro */
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    /* Sombra */
    color: #fff;
    /* Texto blanco */
    text-decoration: none;
    /* Eliminar subrayado predeterminado en enlaces */
    border-radius: 5px;
    /* Borde redondeado */
    font-size: 15px;
    font-weight: bold;
}



.botonesAzulOscuroMarion {
    margin-left: 3px;
    background-color: #2c3e50;
    /* Cambio a un tono de azul oscuro */
    /* background-image: linear-gradient(to top, #1B263B, #2A3E59, #3C5C78, #4D7A97); Gradiente de azul oscuro */
    background-image: linear-gradient(to bottom right, #91BBDE, #5E9ECC, #2D7BB4, #003366);
    /* Gradiente de azul oscuro */
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    /* Sombra */
    color: #fff;
    /* Texto blanco */
    text-decoration: none;
    /* Eliminar subrayado predeterminado en enlaces */
    border-radius: 5px;
    /* Borde redondeado */
    font-size: 15px;
    font-weight: bold;
}



/* Estilo para el modal de la foto */
.foto-modal {
    display: none;
    position: fixed;
    z-index: 999;
    /* Asegura que el modal esté por encima de otros elementos */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    /* Fondo oscuro */
}

.bg-amarilloDegrade {
    background: linear-gradient(to top, #cca300, #ffd700);
    /* Gradiente de gris a negro */
    color: #000;
    /* Texto blanco */
    text-decoration: none;
    /* Eliminar subrayado predeterminado en enlaces */
}





/* ==========================================================================
   IMPORTACIÓN DE TRANSACCIONES V2 - FINANCIERO
   ========================================================================== */

.v2-body-scope {
    --v2-primary: #4f46e5;
    --v2-primary-hover: #4338ca;
    --v2-success: #10b981;
    --v2-danger: #ef4444;
    --v2-warning: #f59e0b;
    --v2-gray-50: #f9fafb;
    --v2-gray-100: #f3f4f6;
    --v2-gray-200: #e5e7eb;
    --v2-gray-700: #374151;
    --v2-gray-800: #1f2937;
    --v2-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);

    font-family: 'Inter', sans-serif;
    color: var(--v2-gray-800);
    font-size: 16px;
}

.v2-container {
    padding-top: 1rem;
    padding-bottom: 3rem;
}

.v2-card {
    background: white;
    border-radius: 12px;
    box-shadow: var(--v2-shadow);
    border: 1px solid var(--v2-gray-200);
    overflow: hidden;
}

.v2-card-header {
    background: var(--v2-gray-50);
    padding: 1.5rem 2rem;
    border-bottom: 1px solid var(--v2-gray-200);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.v2-card-title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--v2-gray-800);
    letter-spacing: -0.025em;
}

.v2-card-body {
    padding: 2rem;
}

.v2-upload-zone {
    border: 2px dashed var(--v2-gray-200);
    border-radius: 12px;
    padding: 3rem 2rem;
    text-align: center;
    transition: all 0.3s ease;
    background: var(--v2-gray-50);
    cursor: pointer;
    position: relative;
}

.v2-upload-zone:hover,
.v2-upload-zone.v2-dragover {
    border-color: var(--v2-primary);
    background: #f5f3ff;
}

.v2-upload-icon {
    font-size: 3rem;
    color: var(--v2-primary);
    margin-bottom: 1rem;
}

.v2-upload-text {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--v2-gray-700);
    margin-bottom: 0.5rem;
}

.v2-upload-hint {
    font-size: 0.875rem;
    color: #6b7280;
}

.v2-file-input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.v2-btn-import {
    background-color: var(--v2-primary);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    border: none;
    transition: all 0.2s;
    margin-top: 2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 14px 0 rgba(79, 70, 229, 0.39);
}

.v2-btn-import:hover:not(:disabled) {
    background-color: var(--v2-primary-hover);
    transform: translateY(-1px);
}

.v2-btn-import:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
}

.v2-results-section {
    margin-top: 3rem;
}

.v2-section-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.v2-table-container {
    border-radius: 8px;
    border: 1px solid var(--v2-gray-200);
    overflow: hidden;
    margin-bottom: 2rem;
}

.v2-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1rem;
}

.v2-table th {
    background: var(--v2-gray-50);
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    color: var(--v2-gray-700);
    border-bottom: 1px solid var(--v2-gray-200);
}

.v2-table td {
    padding: 1rem;
    border-bottom: 1px solid var(--v2-gray-100);
}

.v2-table tr:last-child td {
    border-bottom: none;
}

.v2-table tr:hover td {
    background-color: #f9fafb;
}

.v2-badge {
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}

.v2-badge-success {
    background: #d1fae5;
    color: #065f46;
}

.v2-badge-danger {
    background: #fee2e2;
    color: #991b1b;
}

.v2-badge-warning {
    background: #fef3c7;
    color: #92400e;
}

@keyframes v2FadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.v2-animated {
    animation: v2FadeIn 0.4s ease forwards;
}

.v2-loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.v2-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid var(--v2-gray-200);
    border-top: 4px solid var(--v2-primary);
    border-radius: 50%;
    animation: v2Spin 1s linear infinite;
}

@keyframes v2Spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* ==========================================================================
   INDICADOR DE RECEPCIÓN - CEDI
   ========================================================================== */

.recepcion-scope {
    --bg-page: #eef2f6;
    --card-bg: linear-gradient(to bottom right, #FFF9C4, #FFEB99, #FFD54F, #FFC300);
    --card-border: #d6e4ff;
    --ink: #0f172a;
    --muted: #64748b;
    --pill: #ffffff;
    --primary: #2563eb;
    --thead: #1f2937;
    --thead-ink: #e5e7eb;
    --delta-neg-bg: #fee2e2;
    --delta-neg: #b91c1c;
}

.recepcion-scope .dashboard-wrap {
    background: var(--bg-page) !important;
    min-height: 100vh;
}

.recepcion-scope .page-wrap {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 16px 32px 16px;
}

.recepcion-scope .muted {
    color: var(--muted);
}

.recepcion-scope .page-wrap--wide {
    max-width: 1500px;
}

.recepcion-scope .table-wrap {
    max-width: 1500px;
    overflow-x: auto;
}

.recepcion-scope #table-indRecep {
    width: 100% !important;
}

.recepcion-scope .toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 8px 0 20px;
    gap: 12px;
    flex-wrap: wrap;
}

.recepcion-scope .toolbar .pill {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--pill);
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 8px 12px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .04);
}

.recepcion-scope .toolbar .btn-primary {
    background: var(--primary);
    border-color: var(--primary);
    border-radius: 10px;
    padding: 8px 14px;
}

.recepcion-scope .section-title {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin: 6px 0 14px;
}

.recepcion-scope .gradient-sand .kpi-icon {
    background: #ffc107 !important;
    color: black !important;
}

.recepcion-scope .gradient-celeste .kpi-icon {
    background: #007bff !important;
    color: #fff !important;
}

.recepcion-scope .gradient-green-light .kpi-icon {
    background: #28a745 !important;
    color: #fff !important;
}

.recepcion-scope .metric-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 16px;
}

.recepcion-scope .metric-card {
    grid-column: span 12;
    background: #fff !important;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.recepcion-scope .metric-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

@media(min-width:768px) {
    .recepcion-scope .metric-card {
        grid-column: span 6;
    }
}

@media(min-width:1024px) {
    .recepcion-scope .metric-card {
        grid-column: span 4;
    }
}

.recepcion-scope .metric-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.recepcion-scope .metric-title {
    font-size: 13px;
    color: #374151;
}

.recepcion-scope .metric-value {
    font-size: 36px;
    font-weight: 700;
    color: var(--ink);
    margin-top: 6px;
}

.recepcion-scope .metric-sub {
    font-size: 12px;
    color: #374151;
    margin-top: 10px;
}

.recepcion-scope .metric-prev {
    margin-top: 12px;
    font-size: 13px;
    color: #374151;
}

.recepcion-scope .metric-delta {
    display: inline-block;
    margin-left: 10px;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 12px;
    background: var(--delta-neg-bg);
    color: var(--delta-neg);
}

.recepcion-scope .panel {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .04);
}

.recepcion-scope .panel .panel-body {
    padding: 16px;
}

.recepcion-scope .table thead th,
.fixedHeader-floating thead th,
.fixedHeader-locked thead th {
    background: #1f2937 !important;
    color: #e5e7eb !important;
}

.recepcion-scope .table tbody tr:nth-child(odd) {
    background: #ffffff;
}

.recepcion-scope .table tbody tr:nth-child(even) {
    background: #f8fafc;
}

.recepcion-scope .table td,
.recepcion-scope .table th {
    border-top: 1px solid #f1f5f9;
}

.recepcion-scope .table tfoot td {
    background: #f1f5f9;
    font-weight: 600;
}

.recepcion-scope .marion-breadcrumb,
.recepcion-scope .marion-bottombar {
    position: static !important;
    bottom: auto !important;
    top: auto !important;
}

.recepcion-scope .rounded-top-left {
    border-top-left-radius: 8px;
}

.recepcion-scope .rounded-top-right {
    border-top-right-radius: 8px;
}

.recepcion-scope .rounded-bottom-left {
    border-bottom-left-radius: 8px;
}

.recepcion-scope .rounded-bottom-right {
    border-bottom-right-radius: 8px;
}

.recepcion-scope .kpi-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
}

/* ==========================================================================
   VISTA LICITACIONES CONSULTA - Estilos específicos
   ========================================================================== */

body.licitaciones-body,
body.licitaciones-body .content-page,
body.licitaciones-body .content,
body.licitaciones-body .content>.container {
    background: #fff !important;
}

body.licitaciones-body .dashboard-wrap {
    max-width: 1400px;
    margin: 0 auto;
}

body.licitaciones-body .m-b-15 {
    margin-bottom: 15px;
}

body.licitaciones-body .m-r-5 {
    margin-right: 5px;
}

body.licitaciones-body .p-t-10 {
    padding-top: 10px;
}

/* KPIs */
body.licitaciones-body .kpi-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 12px;
    padding: 1.2rem 0.8rem;
    color: #fff;
    box-shadow: 0 6px 20px rgba(16, 24, 40, 0.08);
    height: 120px;
}

body.licitaciones-body .kpi-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.25);
    font-size: 24px;
}

body.licitaciones-body .kpi-value {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    z-index: 1;
}

body.licitaciones-body .kpi-label {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 0.95;
}

body.licitaciones-body .estado-label {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

body.licitaciones-body .label-amber {
    color: #FFCC33;
}

body.licitaciones-body .label-orange2 {
    color: #FF9900;
}

body.licitaciones-body .label-celeste {
    color: #00CCFF;
}

body.licitaciones-body .label-purple2 {
    color: #6633CC;
}

body.licitaciones-body .label-green-light {
    color: #85E066;
}

body.licitaciones-body .label-green-dark {
    color: #33CC00;
}

body.licitaciones-body .kpi-row .col-lg-2 {
    display: block;
}

/* Gradients */
body.licitaciones-body .gradient-amber {
    background: linear-gradient(315deg, #FFD966 0%, #FFCC33 100%);
}

body.licitaciones-body .gradient-orange {
    background: linear-gradient(315deg, #FFC266 0%, #FF9900 100%);
}

body.licitaciones-body .gradient-celeste {
    background: linear-gradient(315deg, #99F0FF 0%, #00CCFF 100%);
}

body.licitaciones-body .gradient-purple {
    background: linear-gradient(315deg, #B399FF 0%, #6633CC 100%);
}

body.licitaciones-body .gradient-green-light {
    background: linear-gradient(315deg, #AEE599 0%, #85E066 100%);
}

body.licitaciones-body .gradient-green-dark {
    background: linear-gradient(315deg, #99E699 0%, #33CC00 100%);
}

/* Botones */
body.licitaciones-body .btn-amber {
    background: linear-gradient(90deg, #FFCC33 0%, #FFD966 100%);
}

body.licitaciones-body .btn-orange2 {
    background: linear-gradient(90deg, #FF9900 0%, #FFC266 100%);
}

body.licitaciones-body .btn-celeste {
    background: linear-gradient(90deg, #00CCFF 0%, #99F0FF 100%);
}

body.licitaciones-body .btn-purple2 {
    background: linear-gradient(90deg, #6633CC 0%, #B399FF 100%);
}

body.licitaciones-body .btn-green-light {
    background: linear-gradient(90deg, #85E066 0%, #AEE599 100%);
}

body.licitaciones-body .btn-red {
    background: linear-gradient(90deg, #D94A4A 100%, #FF6B6B 0%);
}

body.licitaciones-body .btn-accion {
    display: inline-block;
    padding: 9px 9px;
    font-size: 13px;
    text-align: left;
    border-radius: 8px;
    min-width: 145px;
    width: auto;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    color: #2C2C2C;
}

/* Paneles y Tablas */
body.licitaciones-body .panel-white {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eee;
}

body.licitaciones-body #table-licitaciones thead th {
    white-space: nowrap;
    font-weight: 600;
    color: #637381;
    border-bottom: 1px solid #e9ecef;
}

body.licitaciones-body #table-licitaciones td {
    vertical-align: middle;
}

body.licitaciones-body #table-licitaciones td,
body.licitaciones-body #table-licitaciones th {
    padding: 10px 10px;
}

body.licitaciones-body .header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 15px;
}

body.licitaciones-body .section-title {
    font-weight: 600;
    color: #374151;
    margin: 0;
}

body.licitaciones-body .total-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    background: linear-gradient(135deg, #6366f1 0%, #3b82f6 100%);
    font-weight: 600;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    color: #fff;

}

/* ESTILOS INFORME VENTAS CANAL 2026 V2 */
:root {
    --primary-color: #2c3e50;
    --secondary-color: #34495e;
    --accent-color: #3498db;
    --success-color: #27ae60;
    --danger-color: #e74c3c;
    --warning-color: #f39c12;
    --light-bg: #f4f7f6;
    --border-radius: 12px;
    --card-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
}

.main-wrapper {
    padding: 20px 0;
}

/* Estilos del Formulario */
.filter-panel {
    background: white;
    border-radius: var(--border-radius);
    border: none;
    box-shadow: var(--card-shadow);
    margin-bottom: 25px;
    overflow: hidden;
}

.filter-panel .panel-body {
    padding: 25px;
}

.form-control-modern {
    height: 45px;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    box-shadow: none;
    transition: all 0.3s;
}

.form-control-modern:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25);
}

.btn-modern {
    height: 45px;
    padding: 0 30px;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    background-color: var(--primary-color);
    color: white;
    border: none;
}

.btn-modern:hover {
    background-color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: white;
}

/* Estilos de Tarjetas KPI */
.kpi-row {
    margin-bottom: 25px;
}

.kpi-cardV {
    background: white;
    border-radius: var(--border-radius);
    padding: 20px;
    box-shadow: var(--card-shadow);
    border-left: 5px solid var(--accent-color);
    transition: transform 0.3s;
}

.kpi-cardV:hover {
    transform: translateY(-5px);
}

.kpi-cardV.success {
    border-left-color: var(--success-color);
}

.kpi-cardV.danger {
    border-left-color: var(--danger-color);
}

.kpi-cardV.warning {
    border-left-color: var(--warning-color);
}

.kpi-cardV.dark {
    border-left-color: #000;
}

.kpi-title {
    font-size: 14px;
    font-weight: 700;
    color: #7f8c8d;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.kpi-value {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
}

.kpi-subtext {
    font-size: 14px;
    color: #95a5a6;
    margin-top: 5px;
}


/*prueba*/
/* Estilos de la Tabla */
.table-panel {
    background: white;
    border-radius: var(--border-radius);
    border: none;
    box-shadow: var(--card-shadow);
    padding: 20px;
}

.table-modern {
    border-collapse: separate;
    border-spacing: 0 8px;
    width: 100%;
    margin-top: 0 !important;
}

.table-modern thead th {
    background-color: var(--primary-color) !important;
    color: white !important;
    border: none;
    padding: 12px 5px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-align: center;
    vertical-align: middle !important;
}

.table-modern tbody tr {
    background-color: #fff;
    transition: all 0.2s;
}

.table-modern tbody tr:hover {
    background-color: rgba(52, 152, 219, 0.05) !important;
}

.table-modern td {
    padding: 12px 15px !important;
    vertical-align: middle !important;
    border-top: 1px solid #f1f1f1 !important;
    border-bottom: 1px solid #f1f1f1 !important;
    border-left: none !important;
    border-right: none !important;
    font-size: 15px;
}

.table-modern td:first-child {
    border-left: 1px solid #f1f1f1 !important;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.table-modern td:last-child {
    border-right: 1px solid #f1f1f1 !important;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.table-subtotal {
    background-color: #f8f9fa !important;
    font-weight: 700;
}

.table-subtotal td {
    border-top: 2px solid var(--accent-color) !important;
    border-bottom: 2px solid var(--accent-color) !important;
    color: var(--primary-color);
}

.table-subtotal td:first-child {
    border-left: 2px solid var(--accent-color) !important;
}

.table-subtotal td:last-child {
    border-right: 2px solid var(--accent-color) !important;
}

.table-subcanal-total {
    background-color: rgba(52, 152, 219, 0.05) !important;
    font-weight: 600;
}

.table-subcanal-total td {
    border-top: 1px solid rgba(52, 152, 219, 0.3) !important;
    border-bottom: 2px solid rgba(52, 152, 219, 0.3) !important;
    color: var(--primary-color);
}

.table-subcanal-total td:first-child {
    border-left: 1px solid rgba(52, 152, 219, 0.3) !important;
}

.table-subcanal-total td:last-child {
    border-right: 1px solid rgba(52, 152, 219, 0.3) !important;
}

.table-total {
    background-color: var(--primary-color) !important;
    color: white !important;
    font-weight: 700;
}

.badge-modern {
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
}

.badge-success-modern {
    background-color: rgba(39, 174, 96, 0.1);
    color: var(--success-color);
}

.badge-danger-modern {
    background-color: rgba(231, 76, 60, 0.1);
    color: var(--danger-color);
}

.text-success-bright {
    color: #26de81 !important;
    font-weight: 700;
}

.text-danger-bright {
    color: #ff7675 !important;
    font-weight: 700;
}

.text-dark-force {
    color: #000 !important;
}

.info-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

/* Estilos de Pestañas (Tabs) */
.nav-tabs-modern {
    border-bottom: 2px solid #eee;
    margin-bottom: 20px;
}

.nav-tabs-modern>li>a {
    border: none !important;
    color: #95a5a6;
    font-weight: 600;
    padding: 15px 30px;
    transition: all 0.3s;
    border-radius: 0;
    background: transparent !important;
    font-size: 15px;
}

.nav-tabs-modern>li.active>a,
.nav-tabs-modern>li.active>a:focus,
.nav-tabs-modern>li.active>a:hover {
    color: var(--accent-color) !important;
    border-bottom: 3px solid var(--accent-color) !important;
    background: transparent !important;
}

.nav-tabs-modern>li>a:hover {
    color: var(--primary-color);
}

/* Estilos del Buscador DataTables */
.dataTables_filter {
    margin-bottom: 20px;
    text-align: right;
}

.dataTables_filter label {
    font-weight: 600;
    color: var(--primary-color);
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.dataTables_filter input {
    border: 1px solid #dee2e6 !important;
    border-radius: 8px !important;
    padding: 8px 15px !important;
    outline: none !important;
    transition: all 0.3s !important;
    font-weight: 400 !important;
    width: 250px !important;
}

.dataTables_filter input:focus {
    border-color: var(--accent-color) !important;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1) !important;
}

.dataTables_scrollBody thead tr {
    height: 0 !important;
}

/* Solucion minimalista para ocultar bordes negros en scrollbody */
.dataTables_scrollBody thead th {
    background-color: transparent !important;
    color: transparent !important;
    border-color: transparent !important;
}

/*prueba  */