/*ipsMenu*/
.ipsMenu {
    background: #fff;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
    border: 1px solid #ebebeb;
    border-radius: 3px;
    z-index: 10000;
    position: absolute;
    right: 0px;
    left: auto;
}

.ipsMenu .ipsMenu_item:first-child a, .ipsMenu .ipsMenu_item:first-child > span {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.ipsMenu .ipsMenu_item:last-child a, .ipsMenu .ipsMenu_item:last-child > span {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

ul.ipsMenu, .ipsMenu > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ipsJS_none .ipsMenu:target {
    display: block !important;
}

.ipsMenu_innerContent {
    max-height: 350px;
    overflow: auto;
}

.ipsMenu_innerContent .ipsDataList {
    position: static;
}

.ipsMenu.ipsLoading {
    min-height: 100px;
}

.ipsMenu_auto {
    min-width: 200px;
    max-width: 500px;
}

.ipsMenu_veryNarrow {
    width: 140px;
}

.ipsMenu_narrow {
    width: 200px;
}

.ipsMenu_normal {
    width: 300px;
}

.ipsMenu_wide {
    width: 450px;
}

.ipsMenu_item {
    text-align: left;
    line-height: 1.4;
}


.ipsMenu_item > a, .ipsMenu_item > span {
    display: block;
    padding: 8px 15px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul:not( .ipsMenu_keyNav ) .ipsMenu_item:not( .ipsMenu_itemClicked ):not( .ipsMenu_itemDisabled ) a:hover, .ipsMenu_item[data-selected] a, .ipsMenu_item[data-selected] span, .ipsMenu_item.ipsMenu_hover {
    background: #f0f0f0;
}

.ipsMenu_itemDisabled > a, .ipsMenu_itemDisabled > span {
    color: #c2c2c2;
    font-style: italic;
    cursor: default;
    pointer-events: none;
}

.ipsMenu_sep {
    border-top: 1px solid #e2e2e2;
    margin: 4px;
}

    .ipsMenu_sep hr {
        display: none;
    }

.ipsMenu_subItems > a, .ipsMenu_subItems > span {
    position: relative;
}

.ipsMenu_subItems > a:after {
    font-family: "FontAwesome";
    position: absolute;
    top: 9px;
}


.ipsMenu_subItems .ipsMenu {
    position: absolute;
}

.ipsMenu:not( .ipsMenu_noStem ):after, .ipsMenu:not( .ipsMenu_noStem ):before {
    content: '';
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.ipsMenu:not( .ipsMenu_noStem ):after {
    border-width: 15px;
    z-index: 200;
}

.ipsMenu:not( .ipsMenu_noStem ):before {
    border-width: 16px;
    z-index: 100;
}


.ipsMenu.ipsMenu_bottomCenter:after {
    border-color: transparent transparent #fff transparent;
    left: 50%;
    margin-left: -15px;
    bottom: 100%;
}

.ipsMenu.ipsMenu_bottomCenter:before {
    border-color: transparent transparent #ebebeb transparent;
    left: 50%;
    margin-left: -16px;
    margin-top: -1px;
    bottom: 100%;
}

.ipsMenu_title {
    background: #e5e5e5;
    padding: 7px 10px;
    margin: 5px;
    font-size: 12px;
    font-weight: bold;
}

.ipsMenu_headerBar, .ipsMenu_footerBar {
    padding: 10px;
    line-height: 24px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,244,247,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,244,247,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,244,247,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,244,247,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,244,247,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,244,247,1) 100%);
}

.ipsMenu_headerBar {
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0px 1px 6px rgba(0,0,0,0.07);
    border-radius: 3px 3px 0px 0px;
}

.ipsMenu_footerBar {
    border-top: 1px solid #e0e0e0;
    box-shadow: 0px -1px 6px rgba(0,0,0,0.07);
    border-radius: 0px 0px 3px 3px;
}

.ipsMenu_itemCount, .ipsSideMenu_itemCount {
    line-height: 18px;
    padding: 0 5px;
    background: #f7f7f7;
    color: #6d6d6d;
    font-size: 10px;
    font-weight: bold;
    border-radius: 2px;
}


.ipsPos_left {
    float: left;
}

.ipsPos_right {
    float: right;
}

.ipsPos_center {
    margin: 0 auto;
}

.ipsPos_middle {
    vertical-align: middle;
}

.ipsPos_top {
    vertical-align: top;
}

.ipsClear {
    clear: both;
}


/**/


.ipsDataList
{   
    width:100%;
    display:table;
    text-align: left;
    table-layout:auto;
    position:relative;
    border-collapse:separate;
    border-spacing:0;
    list-style:none;padding:0;margin:0;
}
.ipsDataItem_fullWidth
{
    width:100%;
}
.ipsDataItem_title{font-size:14px;margin:0 0 5px 0;font-weight:400;display:inline-block;}

.ipsDataItem_unread .ipsDataItem_title{font-weight:bold;}

.ipsDataItem_main,.ipsDataItem_stats,.ipsDataItem_icon
    {
        display:table-cell;
        padding:12px 10px;
        vertical-align:middle;
    }
.img{

    width: 48px !important; 
    height: 48px !important;
    max-width: 48px !important;
}


.divnotificaciones
{
    position: relative;
    text-align: left;
}
.bellNoti
{
    margin-right: 5px;
}

.ipsNotificationCount10{

    padding-top: 6px !important;
    padding-right: 9px !important;
    padding-bottom: 6px !important;
    padding-left: 3px !important;
}
.ipsNotificationMenor{
    padding-top: 6px !important;
    padding-right: 6px !important;
    padding-bottom: 6px !important;
    padding-left: 6px !important;
}
.ipsNotificationCount {
    /*display: none;*/
    visibility: hidden;
    position: relative;
    top: -15px;
    left: -10px;
    font-size: 8px;
    color: #fff;
    display: inline-block;
    text-indent: 0%;
    line-height: 3px;
    border-radius: 10px;
    height: 15px;
    width: 15px;
    z-index: 2;
    background: #ad1457;
}
.notificaciones{
    font-size: 20px;
    text-align: left;
}



.ipsEmoticons_content.ipsMenu_innerContent
{
        max-height:200px;
        padding:5px;
}


.ui-dialog{
    position:absolute;             // not required important its already absolute
    top:61px !important;         // provide !important
    left:42.5px !important;       // provide !important
}

/* ----- Panel notificaciones (campana header) ----- */
#elFullNotifications_menu.notiDropdown {
    width: 380px;
    max-width: calc(100vw - 24px);
    border: 1px solid #d9e2ec;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(15, 45, 80, 0.16);
    overflow: hidden;
    background: #fff;
}

#elFullNotifications_menu .ipsMenu_headerBar,
#elFullNotifications_menu .ipsMenu_footerBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    background: #fff;
    box-shadow: none;
    line-height: 1.3;
}

#elFullNotifications_menu .ipsMenu_headerBar {
    border-bottom: 1px solid #e8eef5;
    border-radius: 12px 12px 0 0;
}

#elFullNotifications_menu .ipsMenu_footerBar {
    justify-content: center;
    border-top: 1px solid #e8eef5;
    border-radius: 0 0 12px 12px;
    background: #f8fafc;
}

#elFullNotifications_menu .ipsType_sectionHead {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #002f87;
    letter-spacing: 0.01em;
}

#elFullNotifications_menu .notiConfigLink {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #5b6b7c;
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
}

#elFullNotifications_menu .notiConfigLink:hover {
    color: #005ea8;
}

#elFullNotifications_menu .notiConfigLink .material-symbols-outlined {
    font-size: 18px;
    line-height: 1;
}

#elFullNotifications_menu .ipsMenu_innerContent {
    max-height: 380px;
    overflow: auto;
    position: relative;
    background: #fff;
}

#elFullNotifications_menu .ipsMenu_innerContent::-webkit-scrollbar {
    width: 6px;
}

#elFullNotifications_menu .ipsMenu_innerContent::-webkit-scrollbar-thumb {
    background: #9db7d4;
    border-radius: 999px;
}

#elFullNotifications_menu .notiLoading {
    display: none;
    text-align: center;
    padding: 28px 16px;
}

#elFullNotifications_menu .notiLoading img {
    width: 28px;
    height: 28px;
}

#elFullNotifications_menu .ipsDataList {
    display: block;
    width: 100%;
}

#elFullNotifications_menu .ipsDataItem {
    display: block;
    border-bottom: 1px solid #edf2f7;
}

#elFullNotifications_menu .ipsDataItem:last-child {
    border-bottom: none;
}

#elFullNotifications_menu .notiItemLink {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    text-decoration: none;
    color: inherit;
    position: relative;
    transition: background-color 0.15s ease;
}

#elFullNotifications_menu .notiItemLink:hover {
    background: #f3f7fb;
}

#elFullNotifications_menu .ipsDataItem_unread .notiItemLink {
    background: #f5f9ff;
}

#elFullNotifications_menu .ipsDataItem_unread .notiItemLink:hover {
    background: #ebf3fc;
}

#elFullNotifications_menu .ipsDataItem_unread {
    box-shadow: inset 3px 0 0 #005ea8;
}

#elFullNotifications_menu .ipsDataItem_icon,
#elFullNotifications_menu .ipsDataItem_main {
    display: block;
    padding: 0;
    vertical-align: top;
}

#elFullNotifications_menu .ipsDataItem_icon {
    flex: 0 0 auto;
    padding-top: 1px;
}

#elFullNotifications_menu .notiIconWrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #e8f0f8;
    color: #005ea8;
}

#elFullNotifications_menu .notiIconWrap.is-unread {
    background: #005ea8;
    color: #fff;
}

#elFullNotifications_menu .notiIconWrap .material-symbols-outlined {
    font-size: 22px;
    line-height: 1;
    font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 24;
}

#elFullNotifications_menu .ipsDataItem_main {
    flex: 1 1 auto;
    min-width: 0;
}

#elFullNotifications_menu .ipsDataItem_title {
    display: block;
    margin: 0 0 4px 0;
    font-size: 14px;
    font-weight: 600;
    color: #1a2b3c;
    line-height: 1.35;
}

#elFullNotifications_menu .ipsDataItem_unread .ipsDataItem_title {
    font-weight: 700;
    color: #002f87;
}

#elFullNotifications_menu .ipsDataItem_summary {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 8px 0;
    font-size: 13px;
    font-weight: 400;
    color: #5b6b7c;
    line-height: 1.4;
}

#elFullNotifications_menu .ipsDataItem_meta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #8090a2;
    line-height: 1;
}

#elFullNotifications_menu .ipsDataItem_unread .ipsDataItem_meta {
    color: #005ea8;
}

#elFullNotifications_menu .ipsDataItem_meta .material-symbols-outlined {
    font-size: 15px;
    line-height: 1;
}

#elFullNotifications_menu .notiUnreadDot {
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    margin-top: 6px;
    border-radius: 50%;
    background: #005ea8;
}

#elFullNotifications_menu .notiEmpty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 40px 20px;
    text-align: center;
    color: #8090a2;
}

#elFullNotifications_menu .notiEmpty .material-symbols-outlined {
    font-size: 36px;
    color: #b7c4d4;
}

#elFullNotifications_menu .notiEmpty p {
    margin: 0;
    font-size: 14px;
}

#elFullNotifications_menu .notiFooterLink {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #002f87;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

#elFullNotifications_menu .notiFooterLink:hover {
    color: #005ea8;
}

#elFullNotifications_menu .notiFooterLink .material-symbols-outlined {
    font-size: 18px;
    line-height: 1;
}

@media (max-width: 480px) {
    #elFullNotifications_menu.notiDropdown {
        width: calc(100vw - 16px);
        right: 8px;
    }

    #elFullNotifications_menu .notiConfigText {
        display: none;
    }
}