/* EMULADOR DE TABLAS CON DIV FLEXBOX */
div.table {
    display: flex;
    flex-direction: column;
}

div.table .tr {
    display: flex;
    flex-direction: row;

    border-bottom: 1px solid #ccc;
}

div.table .tr:last-child {
    border-bottom: 0;
}

div.table .tr.th {
    border-bottom: 2px solid #e7ecf1;

    font-size: 14px;
    font-weight: 600;

    padding: 8px;
}

div.table .td {
    padding: 8px;
    text-align: center;
}


/* APARIENCIA CÓDIGO */
.span-code {
    font-family: monospace;
    background-color: #F5F5F5;
    font-size: 90%;
    padding: 2px 8px;
    border: 1px solid #DDD;
}


/* CLASES COMODÍN */
.w-100 {
    width: 100%;
}


/* COLOR DE ANIMACIÓN DE BLOQUEADOR DE UI (App.blockUI) */
.bounce1, .bounce2, .bounce3 {
    background: #CB0017 !important;
}


/* MODIFICACIÓN DE ESTILO DE BOOTSTRAP */
.modal-content {
    border-radius: 0;
}


/* MODIFICACIÓN DE ALINEACIÓN DE CELDAS DE DATATABLES */
.dataTable th, .dataTable td:not(.dropdown-cell) {
    vertical-align: middle !important;
}

td.dropdown-cell .btn-group {
    margin-top: 0 !important;
}


/* MODIFICACIÓN DE ESTILO DE TABBABLE-CUSTOM */
.tabbable-custom > .nav-tabs > li > a:hover {
    background: #DDDDDD;
}

.tabbable-custom > .nav-tabs > li.active > a:hover {
    background: #BF0024;
}


/* MODIFICACIÓN ESTILO DE DATATABLES */
ul.dtr-details {
    width: 100%;
}

th {
    border-right-width: 1px !important;
}


/* MODIFICACIÓN DE ESTILO DE JQUERY NESTABLE */
.dd-dragel {
    z-index: 999999;
}

.dd-handle:hover {
    color: #CB0017;
    background: #FFFFFF;
}

.dd-hover > .dd-handle {
    background: #CB0017 !important;
}

.dd-placeholder {
    background: #FFE6E9 !important;
}


/* MODIFICACIÓN DE ESTILO DE JSTREE CONTEXTMENU */
.vakata-context li > a > i {
    margin-left: -.75rem;
    margin-right: .25rem;
}

.estado-validacion {
    scale: 5;
    margin-top: 30px;
    margin-bottom: 40px;
}

.centrar-hijos {
    display: flex;
    justify-content: center;
}
