/* Add here all your CSS customizations */

body {
    /* font-family: "Montserrat", sans-serif; */
    font-family: "Roboto Flex", Arial, sans-serif;
    background-color: #e9edf1;
    font-weight: 500;
}

.fondo-general {
    background: url(../../Assets/img/fondos/inicio.jpg);
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    content: "";
    inset: 0;
    width: auto;
    background-color: #ddddddc9 !important;
    min-height: 100vh;
}

.fondo-inicio {
    background: url(../../Assets/img/fondos/inicio.jpg);
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    content: "";
    inset: 0;
    width: auto;
    background-color: #ddddddc9 !important;
    height: 100vh;
}

.header .logo img {
    color: transparent;
    image-rendering: auto;
    transform: translateZ(0);
}

.btn-inicio:hover {
    background-color: var(--bs-light);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-inicio {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.control-label {
    font-weight: 500;
}

.btn-outline-primary {
    --bs-btn-color: #3097f6;
    --bs-btn-border-color: #3097f6;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3097f6;
    --bs-btn-hover-border-color: #3097f6;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3097f6;
    --bs-btn-active-border-color: #3097f6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #3097f6;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #3097f6;
    --bs-gradient: none;
}

.btn-outline-info {
    --bs-btn-color: #3097f6;
    --bs-btn-border-color: #3097f6;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3097f6;
    --bs-btn-hover-border-color: #3097f6;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3097f6;
    --bs-btn-active-border-color: #3097f6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #3097f6;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #3097f6;
    --bs-gradient: none;
}


/* fileupload */

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions button.ff_fileupload_start_upload {
    margin-right: 0.5em;
    display: none;
}

.ff_fileupload_filename input:read-only {
    border: 0;
    box-shadow: none;
    background-color: white;
}

.ff_fileupload_start_upload {
    display: none !important;
}


/* summer note */

.note-editable p {
    margin: 0 0 0;
}

.note-modal-backdrop {
    display: none !important;
}

.note-placeholder {
    color: #dde1e5;
    font-size: 1rem;
}

.disabled {
    background: var(--bs-gray-200);
}

html.sidebar-light:not(.dark) ul.nav-main li a {
    color: var(--bs-gray-700);
}

html.sidebar-light:not(.dark) .page-header h2 {
    color: rgb(15, 10, 74);
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgb(231 107 13), rgba(0, 0, 0, 0)) !important;
    margin: 22px 0 22px 0;
}


/* aside */

html.sidebar-light:not(.dark) ul.nav-main>li.nav-expanded>a {
    background: #EDEDED;
}

ul.nav-main li .nav-children li.nav-active>a {
    color: #3097F6;
    /* background: #EDEDED; */
}

html.sidebar-light:not(.dark) ul.nav-main>li.nav-active>a {
    color: #3097F6;
}


/* full calendar */

@media (max-width: 996px) {
    .fc-toolbar-title {
        font-size: 15px !important;
        line-height: 14px !important;
        padding: 8px;
    }

    .fc-button {
        padding: 0.25rem !important;
        font-size: 15px !important;
    }
}

@media (max-width: 768px) {
    .fc-toolbar-title {
        font-size: 13px !important;
        line-height: 14px !important;
        padding: 8px;
    }

    .fc-button {
        padding: 0.25rem !important;
        font-size: 13px !important;
    }

    .fc-col-header-cell-cushion {
        font-size: 10px !important;
    }
}

.fc a[data-navlink] {
    padding-right: 12px;
}

.fecha-actualizacion {
    color: var(--bs-pink) !important;
    background: #f5f792 !important;
    padding: 12px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}