@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Onest:wght@100..900&display=swap');

html {
    min-height: 100%;
    position: relative;
}

body {
    /* min-height: 92vh; */
    min-height: 80vh;
}

.form-select option {
    width: 100% !important;
}

table {
    /* margin-top: 1px; */
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.fw-semibold {
    font-weight: 500 !important;
}

.table.table-sm thead th {
    padding: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #636e75;
    background-color: #f5f6f8;
    white-space: nowrap;
}

th.order-th {
    cursor: pointer;
}

th.order-th:hover {
    background-color: #e9ecef !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

/* thead{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
} */

.table.table-sm tbody td {
    font-size: 12px;
    padding: 10px;
    vertical-align: middle;
    z-index: 1;
}

.table.table-sm.txs tbody td {
    font-size: 10px;
}

.user-panel {
    padding: 16px;
    color: #778a9a;
}

.user-panel .modules-menu-toggler i,
.user-panel i.notifications-toggler,
.user-panel .unread-notifications-count,
.user-panel .options-toggler {
    color: #778a9a;
}

/* pagination custom */

/* .basic-pagination-links {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #fff;
    padding: 2px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    align-items: center;
}

.pagination-links ul,
.basic-pagination-links ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 5px;
    list-style-type: none;
}

.pagination-links li,
.basic-pagination-links li {
    margin: 0 2px;
    margin-top: 10px;
}

.pagination-links li.active .page-link,
.pagination-links li .page-link:active,
.basic-pagination-links li.active .page-link,
.basic-pagination-links li .page-link:active {
    background-color: #00a0b0;
    color: #fff;
}

.basic-pagination-links li .page-link {
    background-color: #423f3f;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.pagination-links li .page-link:hover,
.basic-pagination-links li .page-link:hover {
    background-color: #fcfcfc;
    color: #00a0b0;
} */

.basic-pagination-links {
    display: flex;
    justify-content: end;
    padding: 7px;
    gap: 10px;
}

.basic-pagination-links .page-link {
    font-size: 12px;
}

.basic-pagination-links .page-link i {
    vertical-align: middle;
}

.page-item:first-child .page-link {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

/* fin pagination custom */

/* @media(min-width:991.9px) {
    .table.table-sm tbody td {
        white-space: nowrap;
    }
} */

.table.table-sm tbody td {
    white-space: nowrap;
}

@media(max-width:991.9px) {
    ul.pagination .page-item {
        font-size: 10px;
    }

    ul.pagination .page-item .page-link {
        padding: 0.27rem 0.5rem;
    }
}

.tiny {
    font-size: 0.775em;
}

.page-item {
    font-size: 12px;
}

#sidebar-wrapper .list-group-flush>.list-group-item {
    font-size: 12px;
}

#sidebar-wrapper ul li,
#sidebar-wrapper ul li a {
    color: #fff;
}

#sidebar-wrapper ul li a:not(.active) {
    text-decoration: none;
}

#sidebar-wrapper ul li a:hover {
    text-decoration: underline;
}

.form-select.optionFind {
    background-color: #bfffe26b;
}

form .picker__select--month,
form .picker__select--year {
    padding: 0;
}

#sidebar-wrapper .badge {
    margin-top: 0 !important;
    position: absolute;
    right: 10px;
    /* top: 12px; */
    /* width: 43px; */
    background-color: rgb(0 0 0 / 27%);
    font-size: 12px !important;
}

#sidebar-wrapper .list-group-item {
    position: relative;
    display: flex;
    padding: 15px;
    color: #f8f9fa;
    text-decoration: none;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 10px;
    border-radius: 8px;
    align-items: center;
    text-transform: uppercase;
    font-weight: 300;
}

#sidebar-wrapper .sidebar-heading a {
    color: #e9ecef;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
}

#sidebar-wrapper .sidebar-heading {
    padding: 10px;
}

.link-primary {
    text-decoration: none;
}

ul li a.active {
    text-decoration: underline;
}

.img-table {
    width: 7.5em;
}

.datepicker td,
.datepicker th {
    font-size: 10px;
    font-weight: 500;
}

.activeDay,
.datepicker table tr td.new.activeDay,
.datepicker table tr td.old.activeDay {
    background: #81ff7f;
    color: #198754;
}

.reservedDay {
    background-color: #ff5263;
    color: #84000d;
}

.btn-xs {
    padding: 1px 2px;
    line-height: initial;
    font-size: 12px;
    margin-left: -3px;
    color: #2c3e50;
}

#page-content-wrapper {
    background: transparent;
}

.inputInfo {
    padding: 6px;
    background: rgb(238 238 238 / 48%);
    border-radius: 3px;
    font-size: 12px;
}


/* SEARCHBOX */


/* #searchBar{
    background: #778a9a;
}
#finderBox{
    border-radius: 20px;
}
#finderBox .input-group-text{
    background-color: #fff;
}
#search-input:focus{
    -webkit-appearance:none;
    box-shadow: none !important;
    outline: none !important;
    border-color: #fff;
    box-shadow: none;
} */


/* ------finder------- */

.twitter-typeahead,
.tt-hint,
.tt-input,
.tt-menu {
    width: 100%;
}

.typeahead,
.tt-query,
.tt-hint {
    width: 100%;
    height: 30px;
    padding: 8px 12px;
    font-size: 18px;
    line-height: 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
    display: none;
}

.typeahead {
    background-color: #fff;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #121921
}

.tt-menu {
    position: relative;
    text-align: left;
    width: 100%;
    padding: 8px 12px;
    background-color: #fff;
    max-height: 450px;
    overflow-y: auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.tt-suggestion {
    padding: 4px;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    display: block;
    color: #2c3e50e8;
}

.tt-suggestion:hover {
    cursor: pointer;
    text-decoration: none;
    color: rgb(34 34 34 / 91%);
    opacity: .7;
}

.tt-suggestion.tt-cursor {
    color: #2c3e50e8;
}

.tt-suggestion p {
    margin: 0;
}

.gist {
    font-size: 14px;
}

.empty-message {
    padding: 5px 10px;
    text-align: left;
    color: #2c3e50e8;
}

.league-name {
    margin: 0 20px 5px 20px;
    padding: 3px 0;
}

.tt-dataset {
    display: block;
    max-height: 450px;
    overflow-y: auto;
    width: 100%;
}


/* fin de finder */


/* main menu */

.control-nav-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    height: 85px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.control-nav-top .navbar-brand {
    margin-right: 0;
}

.user-panel {
    display: flex;
    align-items: center;
}

.modules-menu-toggler {
    margin-top: 5px;
    margin-right: 16px;
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
}

.notifications-toggler-wrapper {
    position: relative;
    margin-right: 16px;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.9);
}

.admenu-toggler-wrapper {
    display: none;
}

@media(max-width:991.9px) {
    .notifications-toggler-wrapper {
        color: rgba(255, 255, 255, 0.9);
        background-color: #00a0b0;
        box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
        border-radius: 5px;
        margin: 5px;
        width: 25px;
        text-align: center;
    }

    .admenu-toggler-wrapper {
        display: block;
        color: rgba(255, 255, 255, 0.9);
        background-color: #00a0b0;
        box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
        border-radius: 5px;
        margin: 5px;
        width: 25px;
        text-align: center;
    }

    .bc #sidebarToggle,
    .bc {
        display: none;
    }

    #page-content-wrapper {
        margin-top: 70px;
    }
}

.user-options {
    position: relative;
    z-index: 51;
    height: 100%;
    /* padding: 1px 5px 5px; */
}

.options-toggler {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 5px;
    height: 100%;
}

.user-avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 24px; */
    height: 24px;
    overflow: hidden;
    text-align: center;
}

.user-avatar img {
    width: 24px;
    height: 24px;
    object-fit: cover;
}

.user-name {
    font-size: 11px;
    padding: 0 5px;
}

.menu-dark {
    background-color: #778a9a;
}

.hide {
    display: none !important;
}

.option:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler {
    display: none;
    color: #53585d !important;
    font-size: 24px;
}

.control-responsive-session-options {
    display: none;
}


.navbar-nav .nav-item {
    flex: 1;
}

@media (max-width: 991.9px) {
    .navbar-toggler {
        display: block;
    }

    .control-nav-bottom {
        position: fixed;
        top: 74px;
        width: 100vw;
        max-height: calc(100vh - 60px);
        overflow-y: auto;
        z-index: 997;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        background-color: #2c3e50;
    }

    .control-nav-top {
        position: fixed;
        top: 0;
        width: 100vw;
        z-index: 998;
        padding: 10px;
        height: 73px;
    }

    .control-nav-bottom .navbar-nav {
        width: 100%;
        border-right: none;
    }

    .user-panel .modules-menu,
    .user-panel .user-options {
        display: none;
    }

    #navbarNav {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    .control-responsive-session-options a {
        margin: 8px 0;
    }

    .control-responsive-session-options {
        display: flex !important;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        padding: 0 0 10px 0;
        text-align: center;
        color: #9a9a9a;
    }

    .control-responsive-session-options p {
        margin-bottom: 5px;
        color: #fff;
        /* background: #e9ecef; */
        width: 100%;
        padding: 5px;
        font-weight: 500;
        text-align: center;
    }
}

@media(max-width:991.9px) {
    .control-responsive-session-options a:hover {
        text-decoration: underline;
    }
}

.control-nav-bottom a {
    font-size: 11px !important;
    /* font-size: 12px !important; */
    text-decoration: none;
    color: #fff;
}

.control-nav-bottom .nav-link {
    /* padding: .6rem 1.3rem !important; */
    padding: 0.8rem 1.2rem !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    text-transform: uppercase;
    font-family: "Onest", sans-serif;
    font-optical-sizing: auto;
}


/* fin main menu */

.bc {
    position: relative;
    padding: 10px;
    background-color: #fff;
    width: 100%;
    font-size: 13px;
    color: #2c3e50;
    white-space: nowrap;
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; */
    font-weight: 400;
    /* margin-bottom: 1px; */
}

/* @media(min-width:991.9px) {
    .bc {
        overflow: auto;
        height: 38px;
    }
}

@media(max-width:991.9px) {
    .bc {
        padding: 0.5rem;
        margin: 0;
        background: rgb(0 0 0 / 25%);
    }
} */

@media(min-width:991.9px) and (max-width:1250px) {
    #calendarBtn {
        line-height: normal;
    }

    .bc {
        font-size: 12px;
    }

    /* .control-nav-bottom a {
        font-size: 12px !important;
    } */

    .nav-item .nav-link i {
        display: none;
    }

    .table.table-sm thead th {
        font-size: 10px;
    }

    /* .qfilters-body .quick-filter .fsubtitle,
    .qfilters-body .quick-filter .ftitle {
        font-size: 9px;
    } */
}

@media(min-width:991.9px) and (max-width:1400px) {
    .control-nav-bottom.floatNav {
        width: 100%;
        border-radius: 0 !important;
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        transform: none;
    }
}

.bc #sidebarToggle {
    color: #fff;
    padding-right: 7px;
    font-size: 12px;
}

.card-header-table {
    font-size: 13px;
    color: rgb(255, 255, 255);
    background-color: #00a0b0;
    /* text-transform: uppercase; */
    /* border-top-right-radius: 3px; */
    /* border-top-left-radius: 3px; */
}

/* .card-body-table-bg-t {
    background-color: #e9ecef !important;
} */

.card-body-table {
    padding: 0;
    background-color: #fff;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    /* box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; */
}

#sidebar-wrapper .list-group-item.disabled {
    background: #dc354587;
}

.table-responsive tr>td:last-of-type {
    text-align: center;
}

.card-body {
    font-size: 14px;
    background-color: #fff;
}

.filter-body {
    padding: 0px 8px 10px;
    /* box-shadow: none; */
}

.infoField {
    font-size: 12px;
    overflow: auto;
    max-height: 100px;
    background-color: #f8f9fa;
    border-radius: 3px;
}

/* .infoField label {
    display: block;
    font-size: 13px;
    color: #2c3e50;
} */

.title {
    display: block;
}


/* REQUIRED CSS: change your reflow breakpoint here (35em below) */

@media(max-width: 991.9px) {

    /* uncomment out the line below if you don't want the sortable headers to show */
    /* table.ui-table-reflow thead { display: none; } */
    /* css for reflow & reflow2 widgets */
    .ui-table-reflow td,
    .ui-table-reflow th {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: right;
        /* if not using the stickyHeaders widget (not the css3 version)
     * the "!important" flag, and "height: auto" can be removed */
        width: 100% !important;
        height: auto !important;
    }

    /* reflow widget only */
    .ui-table-reflow tbody td[data-title]:before {
        color: #469;
        font-size: 1em;
        font-weight: 400;
        content: attr(data-title);
        float: left;
        width: 30%;
        white-space: pre-wrap;
        text-align: bottom;
        display: inline-block;
        word-break: break-word;
    }

    /* reflow2 widget only */
    table.ui-table-reflow .ui-table-cell-label.ui-table-cell-label-top {
        display: block;
        padding: .4em 0;
        margin: .4em 0;
        text-transform: uppercase;
        font-size: .9em;
        font-weight: 400;
    }

    table.ui-table-reflow .ui-table-cell-label {
        padding: .4em;
        min-width: 30%;
        display: inline-block;
        margin: -.4em 1em -.4em -.4em;
    }

    table.ui-table-reflow thead {
        display: none;
    }

    .table.table-sm tbody td {
        font-size: 11px;
    }

    #finderForm {
        display: none;
    }
}


/* end media query */


/* reflow2 widget */

.ui-table-reflow .ui-table-cell-label {
    display: none;
}

.scrollBody {
    /* max-height: 250px; */
    max-height: 375px;
    overflow: auto;
}

.scrollBodyList {
    height: 500px;
    overflow: auto;
}

.scrollBodyFixed {
    height: 567px;
    overflow: auto;
}

.scrollBodyFixedSM {
    height: 450px;
    overflow: auto;
}

.cardBodyConv {
    overflow: auto;
}

.form-control.finder-input {
    margin: 0;
    border-bottom: none;
    font-size: 10px !important;
    padding: 6px !important;
    background-color: transparent !important;
    height: 9px !important;
    min-height: 17px;
    position: absolute;
    right: 5px;
    top: 2px;
    width: 120px;
    z-index: 1;
    border-radius: 2px;
    border: none;
    box-shadow: none !important;
}

.form-control.finder-input:focus {
    outline: none !important;
    border: none !important;
}

/* .form-control.finder-input::placeholder {
    color: #fff !important;
}

.form-control.finder-input:focus::placeholder {
    color: #333 !important;
} */


/* .form-select.select-filtering {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
} */

.header-link {
    padding: 8px 8px 6px;
    color: #00a0b0;
    background-color: #fff;
    user-select: none;
    transition: all 0.1s linear;
    text-decoration: none !important;
    font-size: 13px;
    align-self: center;
    border-radius: 25px;
    display: flex;
    width: fit-content;
    height: 24px;
    align-items: center;
    text-transform: capitalize;
    cursor: pointer;
    border: none;
    text-align: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

@media(min-width:991.9px) {
    .control-nav-bottom {
        z-index: 50;
        background-color: #00a0b0;
        border-radius: 7px;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    }

    .floatNav {
        width: 55em;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.3s linear;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    }

    .stickyNav {
        position: sticky;
        top: -1px;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        border-left: 2px solid rgb(0 0 0 / 13%);
        border-right: 2px solid rgb(0 0 0 / 13%);
    }

    .btn-icon-link {
        padding: 0 5px;
        color: #fff;
        background-color: #2c3e50;
        -webkit-transition: all 0.1s linear;
        transition: all 0.1s linear;
        text-decoration: none;
        font-size: 20px;
        cursor: pointer;
        border-radius: 5px;
        box-shadow: rgb(0 0 0 / 25%) 0px 0.0625em 0.0625em, rgb(0 0 0 / 25%) 0px 0.125em 0.5em, rgb(255 255 255 / 10%) 0px 0px 0px 1px inset;
    }
}

@media(max-width:991.9px) {
    .btn-icon-link {
        padding: 0 5px;
        color: #fff;
        background-color: rgb(72 144 202);
        -webkit-transition: all 0.1s linear;
        transition: all 0.1s linear;
        text-decoration: none;
        font-size: 20px;
        cursor: pointer;
        margin: 2px 0 15px 0;
        border-radius: 5px;
        box-shadow: rgb(0 0 0 / 25%) 0px 0.0625em 0.0625em, rgb(0 0 0 / 25%) 0px 0.125em 0.5em, rgb(255 255 255 / 10%) 0px 0px 0px 1px inset;
    }
}

.header-link:hover {
    background: #00a0b0 !important;
    color: #fff !important;
}

.btn-icon-link:hover {
    color: rgb(255 255 255 / 65%);
}

.filter-body {
    background-color: #fff;
    white-space: nowrap;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.filter-body .form-label {
    color: #2c3e50d6;
    font-size: 11px;
    /* margin-bottom: 0px !important; */
    position: relative;
    bottom: 0px;
    width: 100%;
}

.filter-body .form-control-sm:not(.finder-input),
.filter-body .form-select-sm,
.filter-body .input-group>.form-control,
.filter-body .input-group>.form-select,
.filter-body .input-group-sm>.form-control,
.filter-body .input-group-sm>.form-select,
.filter-body .input-group-sm>.btn,
.filter-input {
    /* padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-left: 0.3rem !important;
    font-size: 12px !important; */
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-left: 0.3rem !important;
    font-size: 11px !important;
    height: 24px !important;
    min-height: 24px !important;
}

/* form .row input:not(input[type=checkbox]) {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
} */

.filter-body .input-group-sm>.input-group-text {
    padding: 0px 8px;
}

.fc-scrollgrid a,
.fc-popover-body a {
    color: #474a4c;
}

@media(max-width:991.9px) {

    #homeCalendar,
    #calendarBtn {
        display: none;
    }
}


/* estilos heredados de company.css */

.bg-company {
    color: #fff;
}

#sidebar-wrapper .list-group-item.active .img-fluid {
    /* border: 2px solid #2c3e50; */
    transition: 0.5s;
}

#sidebar-wrapper .list-group-item.active .img-fluid,
#sidebar-wrapper .list-group-item:hover .img-fluid,
#sidebar-wrapper .list-group-item.active .img-fluid {
    background-color: #fff;
}

#sidebar-wrapper .list-group-item.active,
#sidebar-wrapper .list-group-item:hover {
    background: rgb(0 0 0 / 10%);
    color: #fff;
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; */
}

/* #sidebar-wrapper .list-group-item.active .admin-sidebar-icon,
#sidebar-wrapper .list-group-item:hover .admin-sidebar-icon {
    background-color: #fff;
} */

#sidebar-wrapper .list-group-item.active .admin-sidebar-icon i,
#sidebar-wrapper .list-group-item:hover .admin-sidebar-icon i {
    color: #00a0b0;
}

.modal-footer .modal-btn {
    font-size: 14px;
    color: #fff;
    padding: 5px;
}

.modal-footer .modal-btn:hover {
    color: rgb(255 255 255 / 75%)
}

.control-nav-bottom .nav-item .nav-link:hover {
    background-color: rgb(0 0 0 / 10%);
}

.control-nav-bottom .nav-item:first-child .nav-link:hover,
.control-nav-bottom .nav-item:first-child .nav-link.control-active {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.control-nav-bottom .nav-item:last-child .nav-link:hover,
.control-nav-bottom .nav-item:last-child .nav-link.control-active {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.navbar-nav .nav-link.control-active {
    background-color: rgb(0 0 0 / 10%);
}

.table-link {
    background: #00a0b0;
    color: #f9fafb;
    border-radius: 3px;
    padding: 4px;
    margin-left: 2px;
    width: 24px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.table-link:hover {
    opacity: .8 !important;
}

.table tr {
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; */
    border-bottom: 1px solid #e9ecef;
}

.home-sections-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    /* gap: 5px;
    padding: 10px; */
}

@media(max-width: 991px) {
    .home-sections-nav-wrapper {
        margin-top: 0 !important;
    }
}

.quick-filter {
    padding: 18px;
    cursor: pointer;
    transition: 0.6s;
    color: #fff;
    background-color: #2c3e50e8;
    position: relative;
    width: 100%;
    display: block;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    /* margin: 1px; */
    /* border-radius: 3px; */
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;*/
}

.quick-filter:hover,
.quick-filter.active {
    background-color: #2c3e50bd;
}

.quick-filter .ftitle {
    font-size: 13px;
    text-transform: uppercase;
}

.quick-filter .fsubtitle {
    font-size: 11px;
    display: block;
    text-transform: initial;
    color: #09c3d5;
}

.quick-filter-box {
    flex: 1;
    text-wrap: nowrap;
}

.qfIcon {
    display: inline-block;
    font-size: 18px;
    padding: 5px;
    background-color: #00a0b0;
    width: 34px;
    height: 34px;
    margin-right: 7px;
    text-align: center;
    border-radius: 24px;
    vertical-align: middle;
    box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px, rgb(9 30 66 / 8%) 0px 0px 0px 1px;
}


/* scrollbar */

* {
    scrollbar-width: thin;
    scrollbar-color: #00a0b0 #F5F5F5;
}

*::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #00a0b0;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb {
    background-color: #00a0b0;
}

.toast-body {
    text-align: left !important;
}

.toast-body i {
    opacity: .6;
    padding: 3px;
}

.rowSection {
    background: #2c3e50e8;
    color: #fff;
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    position: relative;
}


/* @media(min-width:991.9px) {
    .form-check-box {
        text-align: center;
    }
} */

.form-check-box label.form-check-label {
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    margin-left: 2px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 8px;
    width: 28px;
    height: 23px;
}

.form-check-box label.form-check-label i {
    vertical-align: sub;
    font-size: 13px;
}

label.form-check-label.selected1 {
    border: 1px solid #00a1b0c5;
    background-color: #00a1b024;
}

label.form-check-label.selected2 {
    border: 1px solid #efb813c5;
    background-color: #efb81324;
}

label.form-check-label.selected3 {
    border: 1px solid #53b3ffc5;
    background-color: #c1f5ff24;
}

label.form-check-label.selected4 {
    border: 1px solid #6f42c1c5;
    background-color: #6f42c124;
}

label.form-check-label.selected5 {
    border: 1px solid #212529c5;
    background-color: #21252924;
}

label.form-check-label.cbItemNull {
    opacity: 0.4;
    cursor: inherit;
}

.orderCollapseBtn {
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 0px 5px;
    color: #2c3e50;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}

.orderBox {
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 20%;
    background-color: rgb(119 138 154 / 60%);
    text-align: center;
    color: #ffffff;
}

.orderBox .form-check .form-check-input {
    float: left;
    margin-left: -1.2em;
}

.orderBox .form-check-input {
    width: .8em;
    height: .8em;
    margin-top: 0.40em;
    vertical-align: bottom;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #00a0b0;
    width: 29px;
}

.hamburger-box {
    width: 30px !important;
}

.hamburger {
    margin: 0 5px;
    padding: 0;
}

.hamburger-box {
    height: 23px;
}

.control-nav-top-section {
    display: flex;
}

.control-company-logo {
    width: 26px;
    transform: translate(0, -4px);
}

.main-logo-name {
    font-size: 35px;
    color: #2c3e50;
    font-weight: 500;
    font-family: "Onest", sans-serif;
    font-optical-sizing: auto;
}

.main-logo-subname {
    color: #00a0b0;
    font-size: 15px;
    letter-spacing: 2px;
    align-self: flex-end;
    font-family: "Onest", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
}

/* @media(max-width:991.9px) {
    .control-company-logo {
        width: 180px;
        transform: translate(5px, 0px);
    }
} */

.modal-footer {
    margin: 0.25rem;
}

.modal-footer .btn {
    font-size: 13px;
    border-radius: 4px;
    min-width: 92px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.list-group-item .img-fluid {
    vertical-align: middle;
    padding: 3px;
    margin-right: 5px;
    border-radius: 4px;
    background-color: #e9ecef;
    /* border: 2px solid #cecece; */
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.fc-col-header {
    background: #fff;
}

.calendarLegend {
    padding: 6px 5px 5px 5px;
    color: #4f5254;
}

.fc-daygrid-day:hover {
    background-color: rgb(33 150 243 / 10%);
}

.card-body-table tr td:last-child {
    /* background-color: rgb(208 208 208 / 30%); */
    /* background-color: #fff !important; */
    text-align: center;
    min-width: 5em;
    border: none;
}

@media(max-width:991.9px) {
    .card-body-table tr td:last-child {
        text-align: left;
    }
}

.stLine {
    /* color: #2c3e50; */
    padding: 5px 25px;
    border-top: 1px dashed #dee2e6;
}

.st-body {
    background: #f5f5f5;
    /* border-bottom: 2px solid #2c3e50;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px; */
}

.truncate {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 180px;
}

.toast {
    font-size: 12px !important;
    background-color: rgba(255, 255, 255, .85) !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px !important;
    border-radius: 4px !important;
    border: none !important;
    background-color: #fff !important;
}

.toast.bg-success {
    color: #1fbf6f;
}

.toast.bg-danger {
    color: #ee3649;
}

.toast.bg-warning {
    color: #e4ab00;
}

.toast.bg-info,
.toast.bg-primary {
    color: #17a2b8;
}

.toast button.btn-close {
    background-color: #17a2b8;
    padding: 6px 7px;
    border-radius: 14px;
    font-size: 9px;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
    position: absolute;
    top: -15px;
    right: -11px;
    opacity: 1;
    width: 8px;
}

.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
}

.toast button.btn-close:hover {
    opacity: .8 !important;
}

.bc #sidebarToggle .fas {
    width: 20px;
    background-color: rgb(0 0 0 / 10%);
    padding: 2px 4px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid rgb(0 0 0 / 10%);
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 5px 0px, rgb(0 0 0 / 10%) 0px 0px 1px 0px;
}

.username .tiny {
    font-size: 9px;
    display: block;
}

.home-buttons {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    gap: 0;
    height: 100%;
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; */
}

.home-buttons i {
    color: #2c3e50 !important
}

.user-avatar-menu {
    border-radius: 4px;
    margin: 4px;
}

.user-avatar-menu:hover,
#calendarBtn:hover {
    background-color: #f9fafb;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

#calendarBtn {
    cursor: pointer;
    color: #eee;
    width: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardTriangle {
    width: 0;
    height: 0;
    border-bottom: 38px solid #00a0b0;
    border-right: 20px solid transparent;
    position: relative;
    margin-right: auto;
    z-index: -1;
}

.card .card-main-text {
    position: relative;
    flex: 1;
    padding: 12px;
}

.card .card-main-text-filter {
    padding: 10px;
    color: #f9fafb;
    /* font-size: 10px; */
}

.filter-header {
    padding: 6px;
    color: #00a0b0;
    font-size: 14px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

#checkedAllB,
#checkedAllNB,
#checkedAllS,
#checkedAllO {
    padding: 7px;
    margin-top: 15px;
    border-radius: 16px;
}

#checkedAllB {
    background-color: #00a0b0;
    border: 1px solid #dee2e6;
}

#checkedAllNB {
    background-color: #b58a09;
    border: 1px solid #dee2e6;
}

#checkedAllS {
    background-color: #3788d8;
    border: 1px solid #dee2e6;
}

#checkedAllO {
    background-color: #6f42c1;
    border: 1px solid #dee2e6;
}

@media(max-width:991.9px) {
    #dashFilterForm {
        display: none;
    }

    #sidebar-wrapper {
        position: absolute;
        z-index: 52;
        top: 74px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px !important;
    }
}

#graphicsBox {
    display: inline;
    float: right;
}

#chartB,
#chartD {
    width: auto;
    height: 300px;
}

#graphicsBox label {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
}

.stFilter {
    font-size: 8px;
    color: #fff;
    background-color: #00a0b0;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 17px;
    margin-left: 3px;
    text-align: center;
    vertical-align: text-top;
}

.stFilter i {
    vertical-align: sub;
}

.header-link.info-btn-link {
    background-color: rgb(0 0 0 / 10%);
    color: #fff !important;
}

#typesLegend .fas {
    background: #fff;
    border-radius: 2px;
    margin-bottom: 2px;
    margin-right: 4px;
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
}

.toastBox {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 999;
}

.blinkSave {
    color: #efb813;
    animation: blink 2s ease-in infinite;
}

@keyframes blink {

    from,
    to {
        opacity: 1
    }

    50% {
        opacity: 0.4
    }
}

.columnBox {
    background-color: rgb(119 138 154 / 76%);
    padding: 8px;
    border-radius: 5px;
    box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px, rgb(9 30 66 / 8%) 0px 0px 0px 1px;
    display: flex;
}

.columnBox .infoField {
    background: rgb(119 138 154 / 63%);
    color: #fff;
    padding: 4px 12px;
}

.columnBox .infoField label {
    color: #fff;
}

.checkListBox {
    background: #fff;
    padding: 16px;
    border-radius: 5px;
    color: #2c3e50e8;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

@media(max-width:991.9px) {

    .card-header-table .form-check,
    .header-link.info-btn-link,
    .card-main-text .table-link {
        display: none;
    }

    .header-link {
        font-size: 11px;
        padding: 2px 6px;
    }

    .card-header-table {
        font-size: 11px;
    }

    .card-header-table .btn-group {
        position: relative;
        left: -5px;
    }
}

@media only screen and (min-device-width: 1200px) and (max-device-width: 1600px) {

    .table.table-sm tbody td,
    .table.table-sm thead th {
        font-size: 9px;
    }
}

/* @media(min-width:991.9px) {
    .card-body-table tr td:last-child {
        position: sticky;
        right: 0px;
    }
} */

#filterSection,
#filterSectionSD,
#filterSectionCT,
#filterSectionCC,
#filterSectionCS {
    position: absolute;
    z-index: 51;
    width: 100%;
    top: 0;
    left: 0;
}

.columnBox img {
    width: 45px;
}

input {
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

svg>g:last-child>g:last-child {
    pointer-events: none
}

div.google-visualization-tooltip {
    padding: 6px !important;
    margin: 0 !important;
    background-color: #fff !important;
    border-radius: 2px !important;
    font-size: 12px !important;
    /* box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px !important; */
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    min-width: 8em !important;
    text-align: center !important;
    border: none !important;
}

div.google-visualization-tooltip>ul {
    margin: 0 !important;
    padding: 0 !important;
}

div.google-visualization-tooltip>ul>li {
    margin: 0 !important;
    padding: 0 !important;
}

div.google-visualization-tooltip>ul>li>span,
div.google-visualization-tooltip>p {
    font-size: 11px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #2c3e50 !important;
    text-align: left !important;
}

@media(min-width:991.9px) {
    .responsive-item {
        display: none;
    }
}

@media(max-width:991.9px) {
    .responsive-item {
        display: block;
    }
}


/* .back-to-top{
    background-color: #444;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: -40px;
    right: 40px;
    width: 35px;
    height: 35px;
    margin: 5px;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.6);
    font-size: 2ch;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 15%);
    cursor: pointer;
    z-index: 9999999;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
} */

.form-control[type=file] {
    border: none !important;
    background-color: transparent !important;
    padding: 0 !important;
}

input[type="file"]::file-selector-button {
    background-color: #f5f8fa !important;
    border: none;
    color: #00a0b0 !important;
    font-size: 12px !important;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important;
    width: 200px !important;
    margin: 5px !important;
    border-radius: 5px !important;
    padding: 10px !important;
    cursor: pointer !important;
}

input[type="file"]::-ms-browse:hover,
input[type="file"]::-webkit-file-upload-button:hover,
input[type="file"]::file-selector-button:hover {
    background-color: #00a0b0 !important;
    color: #fff !important;
}

.admin-sidebar-icon {
    margin-right: 8px;
    width: 28px;
    /* height: 28px; */
    text-align: center;
    display: inline-block;
}

.admin-sidebar-icon i {
    color: #f9fafb;
    font-size: 18px;
    vertical-align: text-top;
}

.control-nav {
    position: relative;
}

.custom-badge {
    border-radius: 5px !important;
    font-size: 13px !important;
    background-color: rgb(0 0 0 / 18%);
    min-width: 2em;
    text-align: center !important;
    margin-left: 2px;
    font-weight: 300;
    padding: 4px !important;
}

.simple-finder-div .finder-input {
    right: -3px !important;
    top: -21px !important;
}

.custom-h-textarea {
    height: 9em !important;
}

.primary-select {
    background-color: #00a0b0 !important;
    color: #eee !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
}

.label-state-1 {
    /* background-color: #7dc983; */
    color: #14a763;
    padding: 2px;
    /* text-align: center; */
    display: block;
    border-radius: 14px;
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; */
    /* width: 55px; */
    min-width: 55px;
    max-width: 100px;
    font-weight: 500;
}

.label-state-2 {
    /* background-color: #dc3545; */
    color: #dc3545;
    padding: 2px;
    /* text-align: center; */
    display: block;
    border-radius: 14px;
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; */
    /* width: 55px; */
    min-width: 55px;
    max-width: 100px;
    font-weight: 500;
}

.label-type-1 {
    color: #f8f9fa;
    background-color: #00a0b0;
    font-weight: 600;
    padding: 2px;
    text-align: center;
    display: block;
    border-radius: 2px;
    font-size: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    width: 100px;
}

.label-type-2 {
    color: #f8f9fa;
    background-color: #b58a09;
    font-weight: 600;
    padding: 2px;
    text-align: center;
    display: block;
    border-radius: 2px;
    font-size: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    width: 100px;
}

.label-type-3 {
    color: #f8f9fa;
    background-color: #3788d8;
    font-weight: 500;
    padding: 2px;
    text-align: center;
    display: block;
    border-radius: 2px;
    font-size: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    width: 100px;
}

.label-type-4 {
    color: #f8f9fa;
    background-color: #6f42c1;
    font-weight: 500;
    padding: 2px;
    text-align: center;
    display: block;
    border-radius: 2px;
    font-size: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    width: 100px;
}

.label-mod-1 {
    background-color: #f8f9fa;
    color: #22aadf;
    padding: 2px;
    text-align: center;
    display: block;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    width: 95px;
}

.label-mod-2 {
    background-color: #f8f9fa;
    color: #b58a09;
    padding: 2px;
    text-align: center;
    display: block;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    width: 95px;
}

.label-mod-3 {
    background-color: #f8f9fa;
    color: #a221f3;
    padding: 2px;
    text-align: center;
    display: block;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    width: 95px;
}

.label-dpto-1 {
    background-color: #00a0b0d4;
    color: #fff;
    padding: 2px;
    text-align: center;
    display: block;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    width: 95px;
}

.label-dpto-2 {
    background-color: #2c3e50;
    color: #f8f9fa;
    padding: 2px;
    text-align: center;
    display: block;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    width: 95px;
}

@media(max-width:991.9px) {

    .label-state-1,
    .label-state-2,
    .label-type-1,
    .label-type-2,
    .label-type-3,
    .label-mod-1,
    .label-mod-2,
    .label-mod-3,
    .label-dpto-1,
    .label-dpto-2 {
        display: inline-block;
        width: 95px;
    }
}


/* ADMIN HOME */

.home-admin-card {
    padding: 45px 20px 20px;
    background-color: #f9fafb;
    border-radius: 2px;
    height: 100%;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 0 !important;
}

.home-admin-title {
    background-color: #fff;
    color: #00a0b0;
    display: block;
    border-radius: 4px;
    font-size: 13px;
    width: 100%;
    height: 2.5em;
    margin-bottom: 8px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.home-admin-title-icon {
    font-size: 14px;
    color: #00a0b0;
    width: 30px;
    height: inherit;
    padding: 1px;
    text-align: center;
    display: inline-block;
}

.home-admin-title-icon i {
    vertical-align: bottom;
}

.home-admin-title-text {
    vertical-align: sub;
}

/* especial para home admin */
.home-admin-title-dash {
    padding: 10px 20px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
}

.home-admin-title-dash-icon {
    color: #fff;
    font-size: 14px;
    width: 34px;
    height: 24px;
    display: inline-block;
    background-color: #00a0b0;
    text-align: center;
    border-radius: 26px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    vertical-align: middle;
}

.home-admin-title-dash-icon i {
    font-size: 15px;
    vertical-align: text-bottom;
}

.home-admin-title-dash-text {
    font-size: 12px;
    color: #2c3e50;
    font-weight: 500;
    text-transform: uppercase;
}

#dashFilterForm {
    padding: 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    margin-top: 1px;
}

/* especial para home admin */

.home-admin-item {
    padding: 10px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    font-size: 13px;
    height: 100%;
    position: relative;
    /* text-align: center; */
    max-height: 130px;
    overflow: auto;
}

.home-admin-item-sm {
    padding: 10px 10px 10px 20px;
    background-color: #F9FAFA;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    font-size: 13px;
    height: 100%;
    position: relative;
}

.home-admin-icon {
    /* padding: 5px; */
    font-size: 18px;
    border-radius: 16px;
    background-color: #00a0b09e;
    color: #fff;
    display: block;
    width: 28px;
    height: 28px;
    text-align: center;
    /* margin: 0 auto; */
    box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px, rgb(9 30 66 / 8%) 0px 0px 0px 1px;
}

.home-admin-icon i {
    vertical-align: middle;
    font-size: 13px;
}

.home-admin-text {
    display: block;
    color: #2c3e50;
    font-size: 13px;
}

.home-admin-data {
    font-size: 12px;
    color: #024775;
    display: block;
    /* white-space: nowrap; */
}

.special-arrow-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
}

.special-arrow-select option {
    background-color: #00a0b0 !important;
}

/* .admin-filter-btn,
.admin-delete-filter-btn {
    top: -5px;
    position: relative;
    padding: 3px;
} */



/* FIN ADMIN HOME */

/* bueno buscador home */
.search-wrapper.clean {
    padding: 80px 0px;
    background-color: #f9fafb;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    margin-top: 1px;
}

.search-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 26px 0px;
    -webkit-transition: padding 0.5s;
    transition: padding 0.5s;
    flex-direction: column;
    margin-top: 1px;
}

.search-bar {
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 96px);
    max-width: calc(780px - 96px);
    padding: 3px 16px;
    border-radius: 4px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    overflow: hidden;
    cursor: text;
}

.search-bar .fa-search {
    font-size: 16px;
    color: #00a0b0;
}

#search-input {
    width: calc(100%);
    max-width: calc(1380px);
    padding: 12px;
    border: 0;
    font-size: 15px;
    color: #423f3f;
}

#search-input:focus {
    outline: none;
}

.search-wrapper.clean .search-bar i.search-bar-cleaner {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.2s, opacity 0.2s;
}

#search-bar-cleaner {
    cursor: pointer;
}

.home-desc-text {
    font-weight: 600;
    font-size: 12px;
    display: block;
    width: calc(780px - 96px);
    padding: 10px 0;
}

#search-result-content {
    position: absolute;
    top: 140px;
    left: auto;
    width: calc(100% - 96px);
    max-width: calc(780px - 96px);
    z-index: 5;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    max-height: 350px;
    overflow-y: auto;
    padding: 15px;
}

.convocatoria-item-res {
    display: flex;
    position: relative;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.convocatoria-item-res:hover {
    opacity: .8;
}

.convocatoria-item-res:hover .convocatoria-item-title {
    background-color: #2c3e50e8;
}

.convocatoria-item-icon {
    background-color: #00a0b0;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    text-align: center;
    font-size: 11px;
}

.convocatoria-item-icon i {
    vertical-align: text-bottom;
}

.convocatoria-item-title {
    display: flex;
    gap: 5px;
    background-color: #2c3e50e8;
    color: #fff;
    font-size: 12px;
    padding: 9px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* .c-item-title-code {}

.c-item-title-af {} */

.convocatoria-item-data {
    display: flex;
    justify-content: flex-end;
}

.c-item-data-content {
    flex: 1;
}

.c-item-data-label {
    background-color: #00a0b0;
    color: #fff;
    font-size: 12px;
    padding: 2px 7px;
    font-weight: 500;
}

.c-item-data-val {
    font-size: 11px;
    padding: 3px 5px;
    white-space: nowrap;
}

/* @media(min-width:991.9px) and (max-width:1400px) {
    .search-wrapper.clean {
        padding: 10px;
    }
} */

.search-input-no-content {
    padding: 10px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #2c3e50;
}

@media(max-width: 991px) {
    .search-wrapper.clean {
        display: none !important;
    }
}

/* fin buscador home */

.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #b3b3b3 !important;
    font-weight: 600 !important;
}

/* nuevo menu detalles convocatoria */
.convocatoria-details-main-menu {
    margin-bottom: 1px;
    display: flex;
    flex-flow: wrap;
    width: 100%;
    gap: 1px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

/* .details-main-menu-btn:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.details-main-menu-btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
} */

.details-main-menu-btn {
    border: none;
    padding: 12px;
    flex: 1;
    background-color: #fff;
    color: #2c3e50;
    transition: all .6s;
    text-wrap: nowrap;
    position: relative;
}

.details-main-menu-btn:hover,
.details-main-menu-btn.active {
    background-color: #f9fafb;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.details-main-menu-btn:focus {
    outline: 0 !important;
    border: 0 !important;
}

.details-main-menu-text {
    font-size: 14px;
    /* font-weight: 600; */
}

.details-main-menu-icon {
    margin-bottom: 5px;
}

.details-main-menu-icon i {
    font-size: 15px;
}

.details-main-menu-text .badge.custom-badge {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    padding: 2px !important;
    min-width: 2em;
    font-size: 11px !important;
    background-color: #fff;
    color: #2c3e50;
}

.badge.custom-badge.custom-badge-danger {
    background-color: #f56f7c;
    color: #fff;
}

/* fin nuevo menu detalles convocatoria */

/* admin fundae */
.admin-sidebar-fundae-section {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    padding: 8px;
    border-bottom: 1px solid #e9ecef;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #212529;
}

/* AF */
.af-new-item {
    text-align: center;
    padding: 6px 9px 0px;
    background-color: #00a0b0cc;
    color: #fff;
    font-size: 12px;
    position: relative;
    height: 100%;
    border-radius: 3px;
}

.af-new-item i {
    font-size: 15px;
    margin-bottom: 4px;
}

.af-new-content-select {
    padding: 4px;
    width: 100%;
    background-color: #00a0b0;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    border: none;
}

.af-new-content-select:focus {
    /* border: none; */
    outline: none;
}

.af-new-content-select option {
    font-weight: 600;
}

.af-item {
    padding: 10px 10px 0;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    /* height: 100%; */
    position: relative;
    min-height: 4.9em;
    border: 1px solid #dee2e6;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; */
    border-radius: 3px;
}

.af-item i {
    font-size: 16px;
    color: #00a0b0;
}

.af-item-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 14px;
}

.af-title-text {
    color: #00a0b0;
}

.af-view-content-btn {
    border: none;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    padding: 0px;
    text-align: center;
}

.af-view-content-btn.selected-content {
    background-color: #00a0b0;
}

.af-view-content-btn i {
    /* vertical-align: middle; */
    color: #121921;
    font-size: 14px;
}

.af-view-content-btn.selected-content i {
    color: #fff;
}

.af-fundae-content {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    /* padding: 10px; */
    margin-top: 3px;
    border-radius: 3px;
    border: 1px solid rgb(34 47 62 / 54%);
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; */
}

.af-fundae-input {
    width: 100%;
    border-radius: 3px;
    border: none;
    padding: 5px;
    font-size: 14px;
    background-color: #fdfdfd;
    color: #212529;
    padding: 20px;
    /* margin-top: 6px; */
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; */
}

.af-fundae-input-sub {
    width: 100%;
    padding: 5px;
    font-size: 12px;
    background-color: #fdfdfd;
    color: #212529;
    border: none;
    margin-bottom: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.af-fundae-select {
    width: 100%;
    border-radius: 3px;
    border: none;
    font-size: 12px;
    background-color: #fdfdfd;
    color: #212529;
    padding: 20px;
    /* margin-top: 6px; */
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.af-fundae-select option {
    font-weight: 600;
}

.af-fundae-select-sub {
    width: 100%;
    border: none;
    padding: 5px;
    background-color: #fdfdfd;
    color: #212529;
    font-size: 11px;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.af-fundae-textarea {
    width: 100%;
    border-radius: 3px;
    border: none;
    font-size: 14px;
    background-color: #fdfdfd;
    color: #212529;
    padding: 20px;
    /* margin-top: 6px; */
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    overflow: auto;
    height: 15em;
}

.af-fundae-input::placeholder,
.af-fundae-input-sub::placeholder,
.af-fundae-textarea::placeholder {
    color: #212529;
}

.af-fundae-input:focus,
.af-fundae-select:focus,
.af-fundae-textarea:focus,
.af-view-content-btn:focus,
.af-delete-content-btn:focus,
.af-fundae-input-sub:focus,
.af-fundae-select-sub:focus {
    /* border: none; */
    outline: none;
}

.af-delete-content-btn,
.delete-company-btn {
    border: none;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    padding: 0px;
    text-align: center;
}

.af-delete-content-btn i,
.delete-company-btn i {
    color: #da5757;
    font-size: 14px;
}

.af-delete-content-btn:hover,
.delete-company-btn:hover {
    background-color: #da5757;
}

.af-delete-content-btn:hover i,
.delete-company-btn:hover i {
    color: #fff;
}

.af-value-state {
    font-size: 14px;
}

.af-value-state.danger i,
.af-value-state.danger span {
    color: #da5757;
    vertical-align: middle;
    /* font-size: 14px !important; */
}

.af-value-state.success i,
.af-value-state.success span {
    color: #00bd65;
    vertical-align: middle;
    /* font-size: 14px !important; */
}

.af-new-company-btn {
    border: none;
    background-color: #00bd65;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    padding: 0px;
    text-align: center;
}

.af-new-company-btn i {
    color: #fff;
    font-size: 14px;
}

.af-new-company-btn:hover {
    background-color: #fff;
}

.af-new-company-btn:hover i {
    color: #00bd65;
}

.af-company-content {
    padding: 10px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    position: relative;
}

.new-company-title {
    font-size: 14px;
    font-weight: 500;
    color: #00a0b0;
    margin-bottom: 12px;
}

.inf-label {
    font-size: 12px;
    color: #212529;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    padding: 0 10px 5px;
    margin-bottom: 10px;
}

.custom-fundae-content {
    background-color: #fff !important;
    padding: 10px !important;
}

.af-info-icon-sub {
    display: inline-flex;
    margin-left: 4px;
}

.af-info-icon-sub i {
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
}

.delete-company-btn {
    position: absolute;
    top: 5px;
    right: 5px;
}

.af-companies-state {
    font-size: 14px;
    color: #00a0b0;
    font-weight: 500;
    margin-bottom: 5px;
}

#companies-counter {
    font-weight: 700 !important;
    margin-right: 5px;
}

/* FIN AF */
/* fin admin fundae */

.tooltip.show {
    z-index: 100000 !important;
}

/* CB CUSTOM */
.checkbox-wrapper * {
    box-sizing: border-box;
}

.checkbox-wrapper .cbx {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 0px 8px;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s ease;
    display: inline-block;
}

.checkbox-wrapper .cbx:not(:last-child) {
    /* margin-right: 6px; */
    padding: 0px 3px 0px 6px;
    margin: 0px auto;
    /* padding: 0px 3px 0px 15px; */

}

/* .checkbox-wrapper .cbx:hover {
    background: rgba(0, 119, 255, 0.06);
} */

.checkbox-wrapper .cbx span {
    float: left;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.checkbox-wrapper .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    transform: scale(1);
    border: 1px solid #cccfdb;
    transition: all 0.2s ease;
    box-shadow: 0 1px 1px rgba(0, 16, 75, 0.05);
}

.checkbox-wrapper .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.checkbox-wrapper .cbx span:last-child {
    padding-left: 8px;
    line-height: 18px;
}

.checkbox-wrapper .cbx:hover span:first-child {
    border-color: #00a0b0;
}

.checkbox-wrapper .inp-cbx {
    position: absolute;
    visibility: hidden;
}

.checkbox-wrapper .inp-cbx:checked+.cbx span:first-child {
    background: #00a0b0;
    border-color: #00a0b0;
    animation: wave-4 0.4s ease;
}

.checkbox-wrapper .inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.checkbox-wrapper .inline-svg {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
}

@media screen and (max-width: 640px) {
    .checkbox-wrapper .cbx {
        width: 100%;
        display: inline-block;
    }
}

@-moz-keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}

@-webkit-keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}

@-o-keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}

@keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}

/* FIN CB CUSTOM */

/* SUBMENU NUEVO DET. CONV */
.convocatoria-actions-submenu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 8px auto 25px;
    gap: 6px;
    padding: 10px;
    height: 100%;
    border-radius: 4px;
}

.convo-submenu-btn {
    border: none;
    padding: 0;
    flex: 1;
    color: #f8f9fa;
    text-wrap: nowrap;
    text-align: start;
    display: flow;
    transition: all 0.2s ease;
    background-color: #00a0b0c2;
    border-radius: 4px;
    /* height: 100%; */
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.convo-submenu-btn:hover,
.convo-submenu-btn:focus {
    background-color: #00a0b0;
}

.convo-submenu-title {
    display: flex;
    gap: 8px;
    padding: 9px;
    justify-content: center;
}

.convo-submenu-btn.disabled {
    background-color: #778a9a !important;
}

.details-main-submenu-icon {
    background-color: rgb(0 0 0 / 18%);
    border-radius: 4px;
    height: 27px;
    width: 27px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.details-main-submenu-icon i {
    font-size: 16px;
    vertical-align: text-bottom;
}

.details-main-submenu-text {
    font-size: 14px;
    padding: 4px;
    /* font-weight: 600; */
    text-wrap: nowrap;
}

.convo-submenu-subtitle {
    text-wrap: wrap;
    font-size: 10px;
    padding: 5px;
    max-height: 40px;
    overflow-y: auto;
    font-weight: 500;
    background-color: #2c3e50;
    color: #fff;
    /* border-bottom-left-radius: 4px; */
    /* border-bottom-right-radius: 4px; */
    height: 100%;
    text-align: center;
}

/* @media(min-width:1200px) {
    .convo-submenu-btn:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .convo-submenu-btn:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
} */

.warning-icons-container {
    display: flex;
    gap: 0;
    position: absolute;
    top: 10px;
    right: 10px;
}

.af-no-data-warning {
    padding: 2px;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 19px;
    background-color: #ef8013c2;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    place-content: center;
    display: inline-block;
}

.af-no-data-danger {
    padding: 2px;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 19px;
    background-color: #ff6c7a;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    place-content: center;
    display: inline-block;
}

.af-no-data-warning-small {
    padding: 2px;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 16px;
    background-color: #ef8013c2;
    color: #fff;
    margin: 0 5px;
    font-size: 12px;
}

.af-no-data-danger-small {
    padding: 2px;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 16px;
    background-color: #ff6c7a;
    color: #fff;
    margin: 0 5px;
    font-size: 12px;
}

/* FIN SUBMENU */

.tox-tinymce-aux {
    z-index: 999999 !important;
}


/* cards input */
.input-data-card {
    /* padding: 15px 15px 2px; */
    padding: 10px;
    position: relative;
    background: #fff;
    border-radius: 0;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.input-data-card-header {
    width: 100%;
    color: #00a0b0;
    font-size: 15px;
    padding: 5px;
    text-align: center;
}

.input-data-icon {
    display: block;
    background-color: #00a0b0;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    text-align: center;
    border-radius: 20px;
    padding: 2px;
    position: absolute;
    left: 50%;
    top: -15px;
    transform: translate(-15px, 0px);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.input-data-icon i {
    color: #fff;
    vertical-align: sub;
}

.input-data-text {
    margin: 10px 0px 0px;
    font-size: 12px;
    white-space: nowrap;
    font-weight: 400;
}

.input-data-text i {
    position: absolute;
    top: 7px;
    right: 10px;
    color: #2c3e50;
    font-size: 16px;
}

.input-data-input {
    /* position: absolute; */
    /* left: 0; */
    /* bottom: -40px; */
    width: 100%;
    padding: 6px 14px;
    /* transform: translate(0px, 10px); */
    /* padding: 10px; */
    /* height: 70px; */
}

/* fin card input */

/* cb detalles convocatoria */
.checkbox-wrapper-conv .tgl {
    display: none;
}

.checkbox-wrapper-conv .tgl,
.checkbox-wrapper-conv .tgl:after,
.checkbox-wrapper-conv .tgl:before,
.checkbox-wrapper-conv .tgl *,
.checkbox-wrapper-conv .tgl *:after,
.checkbox-wrapper-conv .tgl *:before,
.checkbox-wrapper-conv .tgl+.tgl-btn {
    box-sizing: border-box;
}

.checkbox-wrapper-conv .tgl::-moz-selection,
.checkbox-wrapper-conv .tgl:after::-moz-selection,
.checkbox-wrapper-conv .tgl:before::-moz-selection,
.checkbox-wrapper-conv .tgl *::-moz-selection,
.checkbox-wrapper-conv .tgl *:after::-moz-selection,
.checkbox-wrapper-conv .tgl *:before::-moz-selection,
.checkbox-wrapper-conv .tgl+.tgl-btn::-moz-selection,
.checkbox-wrapper-conv .tgl::selection,
.checkbox-wrapper-conv .tgl:after::selection,
.checkbox-wrapper-conv .tgl:before::selection,
.checkbox-wrapper-conv .tgl *::selection,
.checkbox-wrapper-conv .tgl *:after::selection,
.checkbox-wrapper-conv .tgl *:before::selection,
.checkbox-wrapper-conv .tgl+.tgl-btn::selection {
    background: none;
}

.checkbox-wrapper-conv .tgl+.tgl-btn {
    outline: 0;
    display: block;
    width: 54px;
    height: 27px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 auto;
}

.checkbox-wrapper-conv .tgl+.tgl-btn:after,
.checkbox-wrapper-conv .tgl+.tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
}

.checkbox-wrapper-conv .tgl+.tgl-btn:after {
    left: 0;
}

.checkbox-wrapper-conv .tgl+.tgl-btn:before {
    display: none;
}

.checkbox-wrapper-conv .tgl:checked+.tgl-btn:after {
    left: 50%;
}

.checkbox-wrapper-conv .tgl-light+.tgl-btn {
    background: #f0f0f0;
    border-radius: 2em;
    padding: 2px;
    transition: all 0.4s ease;
}

.checkbox-wrapper-conv .tgl-light+.tgl-btn:after {
    border-radius: 50%;
    background: #fff;
    transition: all 0.2s ease;
}

.checkbox-wrapper-conv .tgl-light:checked+.tgl-btn {
    background: #9FD6AE;
}

/* fin cb detalles convocatoria */
/* form sub*/
.separation_line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #00a0b0;
    margin: 12px 0;
}

.text_header_form p {
    display: block;
    text-align: center;
    color: #00a0b0;
    font-size: 1.2em;
}

.text_header_form span {
    display: block;
    text-align: center;
    color: #00a0b0;
    font-size: 1.2em;
    font-weight: bolder;
}

.info_card {
    border: 2px solid #00a0b0;
    text-align: center;
    font-size: 1.1em;
    padding: 1em 0;
    color: #00a0b0;
}

.info_card strong {
    font-size: 1.2em;
}

.form_sub_section_header {
    display: block;
    width: 100%;
    border: 1px solid rgb(33 150 243 / 45%);
    padding: 0.5em;
    margin: 1em 0;
    background-color: #00a0b0;
}

.form_sub_section_header h3 {
    font-size: 1.2em;
}

.result-answer-box {
    font-size: 13px;
    border-radius: 4px;
    padding: 5px 5px 5px;
    width: 100%;
    cursor: pointer;
    text-align: center;
    height: 28px;
    margin-bottom: 5px;
    border: none;
    appearance: none;
    transition: all 0.8s;
    font-weight: 600;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px 0px, rgb(0 0 0 / 6%) 0px 1px 2px 0px !important;
    background-color: #024775;
    color: white !important;
}

/* .result-answer-box-si {
    background-color: rgb(166, 223, 166);
    color: white;
}

.result-answer-box-no {
    background-color: rgb(192, 116, 116);
    color: white;
} */


.form-cb-radio {
    display: block;
    font-size: 13px !important;
    border-radius: 4px !important;
    padding: 5px 5px 5px !important;
    width: 20px !important;
    cursor: pointer !important;
    text-align: center !important;
    height: 20px !important;
    margin-bottom: 5px !important;
    margin-right: 10px !important;
    border: none !important;
    appearance: none !important;
    transition: all 0.8s !important;
    font-weight: 600 !important;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px 0px, rgb(0 0 0 / 6%) 0px 1px 2px 0px !important;
}

.form-cb-radio:checked {
    border: none !important;
    background-color: #00a0b0 !important;
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3e%3cpath fill="none" stroke="white" stroke-width="2" d="M2 8l4 4 8-8"/%3e%3c/svg%3e') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 12px 12px !important;
}

/* .form-group-sub input:required:invalid, .form-group-sub textarea:required:invalid {
    border-color: red !important;
} */
/* end form sub */

.danger-row,
.danger-row:hover {
    /* --bs-table-accent-bg: #dc354521 !important; */
    --bs-table-accent-bg: #dc35450d !important;
    color: #dc3545 !important;
}

.warning-row,
.warning-row:hover {
    /* --bs-table-accent-bg: #efb8130f !important; */
    color: #bb8d03 !important;
}

/* .convo-submenu-btn:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.convo-submenu-btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
} */

/* basic table */
.basic-table {
    table-layout: fixed;
    width: 100%;
}

.basic-table th {
    font-size: 11px;
    text-align: center;
    color: #00a0b0 !important;
    padding: 3px !important;
    width: 33%;
    font-weight: 600;
}

.basic-table td {
    /* background-color: #2c3e50; */
    padding: 7px 3px 1px;
    text-align: center !important;
}

/* fin basic table */

.selectable-companies {
    max-height: 300px;
    overflow: auto;
    padding: 5px;
}

.xml-select-item-company {
    padding: 10px 5px 5px;
    margin-bottom: 8px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.company-xml-name {
    font-size: 13px;
    color: #00a0b0;
    padding: 0px;
    position: relative;
    bottom: 4px;
}

/* estilos para modal subida ficheros empresa */
.upload-customer-file-item {
    display: flex;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 4px;
    height: 100%;
}

.customer-file-icon {
    height: auto;
    width: 45px;
    text-align: center;
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
    align-content: center;
}

.customer-file-icon i {
    color: #00a0b0;
    font-size: 25px;
}

.customer-file-content {
    padding: 0;
    width: 100%;
    height: 50%;
}

.customer-file-title {
    width: 100%;
    padding: 6px;
    font-size: 14px;
    color: #2c3e50;
    /* background-color: #f9fafb; */
    font-weight: 500;
    height: 100%;
}

.customer-file-name-content {
    display: flex;
    gap: 0;
    height: 100%;
}

.customer-file-name {
    background-color: #2c3e50e0;
    width: 100%;
    padding: 8px;
    font-size: 12px;
    flex: 1;
    color: #fff;
    cursor: pointer;
}

.customer-file-name.upload-ko {
    color: #da5757;
    background: #fff;
    font-weight: 500;
}

.customer-file-name.upload-ok {
    color: #1fbf6f;
    background: #fff;
    font-weight: 500;
}

.customer-file-name:hover {
    opacity: .8;
}

.customer-file-download {
    padding: 6px;
    background-color: #00a0b0;
    border-radius: 14px;
    width: 24px;
    height: 24px;
    text-align: center;
    margin: 3px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.customer-file-download:not(.disabled):hover {
    opacity: .8;
}

.customer-file-download.disabled {
    background-color: #778a9a !important;
}

.customer-file-download i {
    color: #fff;
    font-size: 13px;
    vertical-align: super;
}

/* fin estilos modal ficheros empresa */

.simple-alert {
    padding: 0 5px !important;
    background-color: transparent !important;
    border: none !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

.datepicker table tr td.active {
    background-image: linear-gradient(to bottom, #00a0b0, #00a0b0) !important;
}

.footer {
    padding: 20px;
    font-size: 14px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    margin-top: 1px;
    z-index: 1;
}

.dark-tr {
    background-color: #2c3e50 !important;
    color: #fff !important;
    font-weight: bold !important;
}

/* nuevo header */
.header-options {
    display: flex;
    gap: 2px;
    position: relative;
    justify-content: end;
    background-color: rgba(0, 0, 0, 0.05);
    margin-top: 15px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}

/* .header-options-admin {} */

.section-header {
    position: relative;
    /* padding: 20px 20px 5px; */
    background-color: #2c3e50;
    color: #fff;
}

.section-header-icon {
    padding: 0 5px;
    font-size: 23px;
    color: #fff;
    display: inline-block;
}

.section-header-text {
    margin-bottom: 2px;
}

.section-header-subtext {
    font-size: 12px;
    color: #00a0b0;
}

.float-card {
    top: 50%;
    transform: translate(0px, 45px);
    width: 100%;
}

/* fin nuevo header */

form .header-link[type=submit] {
    position: absolute;
    right: 10px;
    bottom: -10px;
    z-index: 1;
}

.table-responsive .dropdown,
.table-responsive .btn-group,
.table-responsive .btn-group-vertical {
    position: static;
}

thead.fixed-thead {
    z-index: 1;
    position: relative;
}

#loading-main {
    /* position: absolute;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 99999; */
    position: absolute;
    top: 0;
    background-color: #36537691;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

#loading-main .spinner-border {
    position: absolute;
    left: 50%;
    top: 40%;
}

.hide-overflow {
    overflow: hidden !important;
}

@media (min-width: 991px) {
    .vertical-divider {
        border-right: 1px solid #e9ecef;
        padding-left: 8px;
    }
}

.year-data-selector {
    border: none;
    background: transparent;
    margin-right: 12px;
    height: 100%;
    font-size: 13px;
    color: #222f3e;
}

.year-data-selector:focus {
    outline: none;
    border: none;
}

/* UPDATE CALENDAR */
.fc .fc-daygrid-day-frame {
    margin: 7px !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px !important;
    border-radius: 10px !important;
    height: 7em !important;
}

.fc .fc-daygrid-day-frame:hover,
.fc-daygrid-day:hover {
    background: transparent !important;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: #fff !important;
}

.fc-theme-standard td {
    border-bottom: none !important;
}

.fc .fc-col-header-cell-cushion {
    padding: 5px !important;
    color: #2c3e50 !important;
    font-weight: 600 !important;
}

.fc .fc-non-business {
    border-radius: 10px !important;
    width: fit-content !important;
}

/* FIN UPDATE CALENDAR */
.datepicker:not(input) {
    padding: 0 !important;
}

.btn-tag {
    font-size: 12px;
    background-color: #00a0b0;
    color: #fff;
    padding: 6px;
    border-radius: 20px;
    min-width: 77px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.btn-tag:hover,
.btn-tag:focus {
    background-color: #fff;
    color: #00a0b0;
}

.gf-badge {
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    padding: 1px;
    background-color: #ffffff;
    text-align: center;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-left: 3px;
}

.gf-badge i {
    vertical-align: super;
    font-size: 10px;
}

.accordion-button {
    background-color: #2c3e50 !important;
    color: #fff !important;
    border: none !important;
    font-size: 14px !important;
    padding: 16px !important;
}

.accordion-button:focus {
    box-shadow: none !important;
    outline: none !important;
}

.accordion-body {
    font-size: 14px !important;
    padding: 15px !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
