
/*
/* 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-orange {
    background: #ff9800;
}
.md-fab.md-fab-orange > 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;
}
.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 {
    background-color: #eee;
}

/*
/* 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
*/
.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;
}
body.modal-open {
    overflow: hidden !important;
}

.modal.red, .modal.custom-width {
    overflow: auto !important;
}
.bootbox .modal-content {
    border: 6px solid rgba(152,27,27, 0.5) !important;
    background: #fff !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;
}

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


/**
/* 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--default .select2-selection--single .select2-selection__clear {
    margin-right: 11px;
    z-index: 999;
}

/**
/* 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;
}

/**
/* 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;
}

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

.revisadoRow2 th {
    background: #FFA4A4 !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;
}

.revisadoRow3 th {
    background: #333 !important;
    font-weight: bold !important;
    color: white !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_2x {
    font-size: 1.2em !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;
}
/**
/*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;

}
/**
/*
 */
.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;
}
article.album {
    padding-bottom: 11px;
    border-bottom: 1px dashed #ccc;
}
.selectedRow td {
    background: #FFF6D1 !important;
    color: #000 !important;
}