@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap');

body {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

.nav-link {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

.nav-underline .nav-link.active, .nav-underline .show > .nav-link {
    color: #3FAE2A;
}

.text-decoration-underline {
    font-weight: bold;
}

.card {
    border: 0;
}

.btn {
    font-size: 14px;
    font-weight: 500;
}

.btn-sm {
    font-size: 13px;
    font-weight: 500;
}

.text-bg-warning, .text-bg-success {
    font-size: 13px;
    font-weight: normal;
}

.text-bg-success {
    color: #fff !important;
}

.text-feedback {
    margin-left: 15px;
}

.display-6 {
    font-size: 22px;
}

.menu-list {
    font-size: 12px;
    list-style-type: square;
}

.menu-list a:link {
    text-decoration: none;
}

.menu-list a:hover {
    text-decoration: underline;
}

.table-list a:link {
    text-decoration: none;
}

.table-list a:hover {
    text-decoration: underline;
}

.table-list {
    font-size: 12px;
    list-style-type: none;
    vertical-align: middle !important;
}

.dataTables_filter {
    display: none;
}

.column-search {
    font-size: 11px;
}

.form-control-sm {
    font-size: 13px;
}

.form-select-sm {
    font-size: 13px;
}

.btn-like {
    --bs-btn-font-size: 10px;
}

.btnMCE {
    color: #0075C9 !important;
    font-size: 40px !important;
}

/* Plugin Comments */
.comments .accordion .accordion-button {
    font-size: 13px;
    padding: 10px;
}

.comments .accordion .accordion-body .create_time {
    font-size: 12px;
    color: darkgray;
}

.comments .accordion .accordion-body {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    padding: 10px;
    margin-left: 10px;
}

.comments .accordion pre.accordion-body {
    margin-left: 10px;
}

textarea.form-control {
    font-size: 13px;
}

pre {
    font-family: 'Open Sans', sans-serif;
    overflow-x: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.text-alert {
    font-size: 18px;
}

.text-prompt {
    font-size: 20px;
}

.text-options {
    font-size: 16px;
}

.text-confirmation {
    font-size: 16px;
}

.text-seleccion-multiple-justificada {
    font-size: 14px;
}

input[type="radio"] {
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Chrome, Safari, Opera */
    transform: scale(1.3);

    transition: 0.2s all linear;
}

.auth-form {
    box-shadow: rgb(0 0 0 / 16%) 1px 1px 10px;
    padding: 25px;
    border-radius: 8px;
    background-color: white;
    background: #0075C9
}

.ui-dialog-titlebar-close {
    display: none;
}

.ui-widget-header {
    border: 1px solid #F7D93E;
    background: #F7D93E;
    color: #fff;
    font-weight: bold;
}

/* Alert Color UOH */

.ui-dialog {
    font-size: medium;
}
.ui-dialog-titlebar-close {
    display: none;
}
.ui-widget-header {
    color: white;
    background: #0075C9;
}
.ui-dialog-buttonset button{
    border-color: #555759;
    color: black;
}
.ui-dialog-buttonset button:hover {
    background: #F7D93E;
    color: #555759;
}

/* Separa la distancia vertical entre los iconos de orden de la tabla
Alinea los iconos de ordenación al lado del texto */
.dataTables_wrapper .sorting:before,
.dataTables_wrapper .sorting_asc:before,
.dataTables_wrapper .sorting_desc:before {
    content: "";
    position: relative;
    top: 2px; /* Ajusta la posición vertical según tus necesidades */
    margin-left: 50px; /* Ajusta la posición horizontal según tus necesidades */
}

.extra-bold-text {
    font-weight: 900; /* Aumenta el peso de la fuente para hacerlo más fuerte */
}

.ObjectsDisabled{
    color: #555759;
    background-color: #80BAE4;
}

.ObjectsDisabled:hover {
    color: white;
    background-color: #0075C9;
}

.btn-primary:hover {
    color: white;
    background-color: #00497E;
}