﻿ul li a:hover {
    color: #fff;
    background: #f7f7f7;
}

.btn-group, .btn-group-vertical {
    margin: 0px 1px !important
}

.dropdown {
    border-radius: 2px;
}

.dropdown21 {
    border-radius: 2px;
}


.dropdown li > a {
    font-size: 16px;
    padding: 13px 16px !important;
}

.dropdown21 li > a {
    font-size: 16px;
    padding: 13px 16px !important;
}

.dropdown a {
    font-weight: 300;
    color: #000 !important;
}

.dropdown21 a {
    font-weight: 300;
    color: #000 !important;
}


.dropdown > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.dropdown21 > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

ul li ul.dropdown {
    min-width: max-content;
    background: #fff;
    display: none;
    position: absolute;
    left: 0;
    border: 1px solid #f7f7f7;
}


ul li ul.dropdown21 {
    min-width: max-content;
    background: #fff;
    display: none;
    position: absolute;
    right: 100%;
    top: -50%;
}

ul li:hover ul.dropdown {
    display: block;
}

ul li ul.dropdown li:hover ul.dropdown21 {
    display: block;
}

ul li ul.dropdown li {
    display: block;
}

ul li ul.dropdown ul li ul.dropdown21 {
    display: block;
}

.ui-front {
    z-index: 9999;
}
/*colores*/
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}



/*********************
	Menu Responsive
*********************/
.contenedor-sidebar-responsive {
    width: auto;
    float: right;
    padding: .75em 10px;
    position: relative;
    z-index: 1042;
}

.contenedor-btn-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
}

.btn-menu {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    color: #205072;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid rgba(32, 80, 114, 0.14);
    box-shadow: 0 12px 28px rgba(32, 80, 114, 0.14);
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}

    .btn-menu:hover,
    .btn-menu:focus {
        color: #16384f;
        background: #f3f8fb;
        border-color: rgba(32, 80, 114, 0.25);
        text-decoration: none;
    }

.menu-responsive-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
    z-index: 1040;
}

.contenedor-menu-responsive {
    position: fixed;
    top: 0;
    right: 0;
    width: min(360px, calc(100vw - 24px));
    max-width: 100%;
    height: 100vh;
    transform: translateX(100%);
    transition: transform .3s ease;
    z-index: 1041;
    pointer-events: none;
}

    .contenedor-menu-responsive.active {
        transform: translateX(0);
        pointer-events: auto;
    }

.menu-responsive-overlay.active {
    opacity: 1;
    visibility: visible;
}

.menu-responsive-panel {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
    box-shadow: -18px 0 48px rgba(15, 23, 42, 0.22);
}

.menu-responsive-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 20px 20px 16px;
    border-bottom: 1px solid rgba(32, 80, 114, 0.12);
    background: var(--color-primary-500);
    color: #fff;
}

.menu-responsive-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.menu-responsive-header .notification-nav-item {
    margin-right: 0;
}

.menu-responsive-header .notification-bell-button {
    box-shadow: none;
    background: rgba(255, 255, 255, 0.16);
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.menu-responsive-header .notification-bell-icon,
.menu-responsive-header .notification-bell-icon svg {
    color: currentColor;
}

.notification-dropdown-panel-mobile {
    position: absolute;
    top: 52px;
    right: 0;
    width: min(360px, calc(100vw - 36px));
    max-width: calc(100vw - 36px);
}

.menu-responsive-title {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .menu-responsive-title strong {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: .01em;
    }

    .menu-responsive-title span {
        font-size: 12px;
        opacity: .85;
    }

.btn-menu-close {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

    .btn-menu-close:hover,
    .btn-menu-close:focus {
        color: #fff;
        text-decoration: none;
        background: rgba(255, 255, 255, 0.22);
    }

.menu-responsive-body {
    flex: 1;
    overflow-y: auto;
    padding: 14px 0 18px;
}

.menu-responsive-list {
    list-style: none;
    margin: 0;
    padding: 0 14px;
}

    .menu-responsive-list > li + li {
        margin-top: 8px;
    }

.menu-responsive-link,
.menu-responsive-toggle,
.menu-responsive-sublink {
    width: 100%;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    color: #31455a;
    border-radius: 16px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    text-transform: none;
    text-align: left;
    transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

    .menu-responsive-link:hover,
    .menu-responsive-link:focus,
    .menu-responsive-toggle:hover,
    .menu-responsive-toggle:focus,
    .menu-responsive-sublink:hover,
    .menu-responsive-sublink:focus {
        color: #16384f;
        text-decoration: none;
        background: #edf6f9;
    }

    .menu-responsive-link i:first-child,
    .menu-responsive-toggle i:first-child,
    .menu-responsive-sublink i:first-child {
        width: 18px;
        text-align: center;
        color: #205072;
        font-size: 16px;
    }

    .menu-responsive-link span,
    .menu-responsive-toggle span,
    .menu-responsive-sublink span {
        flex: 1;
    }

.menu-responsive-caret {
    width: auto !important;
    color: #7b8ca0 !important;
    font-size: 12px !important;
    transition: transform .2s ease;
}

.menu-responsive-group {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(32, 80, 114, 0.08);
    overflow: hidden;
}

    .menu-responsive-group.active .menu-responsive-toggle {
        background: #edf6f9;
        color: #16384f;
    }

    .menu-responsive-group.active .menu-responsive-caret {
        transform: rotate(180deg);
    }

.menu-responsive-accordion {
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease;
    background: rgba(237, 246, 249, 0.55);
}

.menu-responsive-group.active .menu-responsive-accordion {
    max-height: 1000px;
}

.menu-responsive-accordion-inner {
    padding: 0 10px 10px;
}

    .menu-responsive-accordion-inner .menu-responsive-sublink,
    .menu-responsive-accordion-inner > a {
        margin-top: 4px;
    }

    .menu-responsive-accordion-inner > a {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 12px 14px 12px 18px;
        color: #41586f;
        border-radius: 14px;
        text-decoration: none;
        transition: background .2s ease, color .2s ease;
    }

        .menu-responsive-accordion-inner > a:hover,
        .menu-responsive-accordion-inner > a:focus {
            color: #16384f;
            text-decoration: none;
            background: rgba(255, 255, 255, 0.85);
        }

        .menu-responsive-accordion-inner > a i:first-child {
            width: 18px;
            text-align: center;
            color: #329d9c;
        }

.menu-responsive-footer {
    border-top: 1px solid rgba(32, 80, 114, 0.12);
    padding: 14px;
    background: #fff;
}

    .menu-responsive-footer .menu-responsive-link + .menu-responsive-link {
        margin-top: 8px;
    }

body.menu-responsive-open {
    overflow: hidden;
}

@media (max-width: 480px) {
    .contenedor-sidebar-responsive {
        padding: .5em 0;
    }

    .contenedor-menu-responsive {
        width: calc(100vw - 12px);
    }

    .menu-responsive-header {
        padding: 18px 16px 14px;
    }

    .menu-responsive-list {
        padding: 0 10px;
    }

    .menu-responsive-link,
    .menu-responsive-toggle,
    .menu-responsive-sublink,
    .menu-responsive-accordion-inner > a {
        font-size: 13px;
    }
}


.circular-menu {
    position: fixed;
    top: 50%;
    right: 0em;
    z-index: 1;
}

    .circular-menu .floating-btn {
        display: block;
        width: 3.5em;
        height: 3.5em;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.2);
        background-color: #F8F8F8;
        box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, .26);
        color: black;
        text-align: center;
        line-height: 3.5;
        cursor: pointer;
        outline: 0;
    }

    .circular-menu.active .floating-btn {
        box-shadow: inset 0 0 3px hsla(0, 0%, 0%, .3);
    }

    .circular-menu .floating-btn:active {
        box-shadow: 0 4px 8px 0 hsla(0, 0%, 0%, .4);
    }

    .circular-menu .floating-btn i {
        font-size: 1.3em;
        transition: transform .2s;
    }

    .circular-menu.active .floating-btn i {
        transform: rotate(-90deg);
    }

    .circular-menu:after {
        display: block;
        content: ' ';
        width: 3.5em;
        height: 3.5em;
        border-radius: 50%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -2;
        transition: all .3s ease;
    }

    .circular-menu.active:after {
        transform: scale3d(3.4, 6.9,0.1);
        transition-timing-function: cubic-bezier(.68, .55, .265, 1);
    }

    .circular-menu .items-wrapper {
        padding: 0;
        margin: 0;
    }

    .circular-menu .menu-item {
        position: absolute;
        top: .2em;
        right: .2em;
        z-index: -1;
        display: block;
        text-decoration: none;
        color: hsl(0, 0%, 100%);
        font-size: 1em;
        width: 3em;
        height: 3em;
        border-radius: 50%;
        text-align: center;
        line-height: 3;
        background-color: hsla(0,0%,0%,.4);
        transition: transform .3s ease, background .2s ease;
    }

        .circular-menu .menu-item:hover {
            background-color: #646D82;
        }

    .circular-menu.active .menu-item {
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

        .circular-menu.active .menu-item:nth-child(1) {
            transform: translate3d(-0.5em,-11em,0);
        }

        .circular-menu.active .menu-item:nth-child(2) {
            transform: translate3d(-4em,-6.7em,0);
        }

        .circular-menu.active .menu-item:nth-child(3) {
            transform: translate3d(-5em,0em,0);
        }

        .circular-menu.active .menu-item:nth-child(4) {
            transform: translate3d(-4.2em,6em,0);
        }

        .circular-menu.active .menu-item:nth-child(5) {
            transform: translate3d(-0.5em,11em,0);
        }

.tooltipLeft {
    position: relative;
    text-decoration: none;
}

    .tooltipLeft::before {
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: -999;
    }

    .tooltipLeft:hover::before {
        content: attr(aria-label);
        background-color: #222;
        border-radius: 4px;
        text-shadow: 0 0 5px #000;
        white-space: nowrap;
        color: #fff;
        opacity: 1;
        pointer-events: all;
        padding: 6px 12px;
        overflow: hidden;
        top: unset;
    }

    .tooltipLeft::after {
        content: "";
        position: absolute;
        pointer-events: none;
        opacity: 0;
        position: absolute;
    }

    .tooltipLeft:hover::after {
        z-index: 100;
        opacity: 1;
        pointer-events: all;
    }

    .tooltipLeft::before {
        bottom: 10%;
        right: 100%;
        margin-right: 16px;
        background: #646D82 !important;
    }

    .tooltipLeft::after {
        bottom: 20%;
        right: 100%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #646D82;
    }

.FramesEmbebed {
    position: fixed;
    top: 30%;
    right: 22em;
    z-index: 1;
    height: 50.7em;
    width: 30%;
}

.form-group-centered {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
