/*
/* 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;
    width: 100% !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;
}

.revisadoRowSuccess, .revisadoRow td {
    background: #b7e2cf !important;
    font-weight: bold !important;
    color: #222 !important;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 20%) !important;
}

.revisadoRowError, .revisadoRow td {
    background: #e2b7b7 !important;
    font-weight: bold !important;
    color: #222 !important;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 20%) !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: black !important;
    text-shadow: 1px 1px 2px rgba(0,0,0, 0.2) !important;
}

.revisadoRow4 td {
    background: #999 !important;
    font-weight: bold !important;
    color: black !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(38, 166, 154, 0.91);
    border-color: rgb(38, 166, 154);
}
.widget-two-primary-2 {
    background-color: rgba(24, 138, 226, 0.95);
    border-color: rgb(24, 138, 226);
}

.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-primary:hover {
    background-color: #2d7bf4;
    border-color: #2d7bf4; }

.btn-outline-success {
    color: #0acf97;
    border-color: #0acf97; }
.btn-outline-success:hover {
    background-color: #0acf97;
    border-color: #0acf97; }

.btn-outline-info {
    color: #4eb7eb;
    border-color: #4eb7eb; }
.btn-outline-info:hover {
    background-color: #4eb7eb;
    border-color: #4eb7eb; }

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

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

.btn-outline-dark {
    color: #313a46;
    border-color: #313a46; }
.btn-outline-dark:hover {
    background-color: #313a46;
    border-color: #313a46; }

.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;
}

#sidebar-menu ul ul a:hover {
    color: #DB302F !important;
    text-decoration: none;
    background-color: #f2f2f2;
    padding-left: 16px;
}

.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 { 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;
}

.border-5 {
    border: 3px solid #ff9800 !important;
}


.waves-effect-2 {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}