/* This file is reserved for overriding and extending the template styles. */
/* ── Toast: forzar texto blanco en todos los tipos ── */
#erpToastContainer .toast,
#erpToastContainer .toast .toast-body,
#erpToastContainer .toast .btn-close {
  color: #fff !important;
}

html[data-placement=horizontal] .nav-container .menu-container .menu > li > a {
    padding: 0 1.1rem;
}

.modal.show .modal-dialog
 {
    max-width: 1200px;
}

.modal-left.modal.show .modal-dialog{
  max-width: 98%;
}

div.dataTables_wrapper table.dataTable th {
    height: 20px;
    padding-top: 0;
    padding-bottom: 10px;

}

td, th{

    padding-right: 5px !important;
    padding-left: 10px !important;
    text-align: left;
}

.text-muted{
    color: #777 !important;
}

#mailMensajeEditor{ height: 160px; }

.text-small {
    font-size: 0.75em !important;
    font-weight: initial !important;
}

.text-small-70 {
    font-size: 0.70em !important;
    font-weight: initial !important;
}

.btn-outline-secondary{
    color: #33b5e8 !important;
}

.data-table-rows table.dataTable td .form-check {
    pointer-events: visible;
}

span svg{
    vertical-align: top;
}