﻿#notificationsDebt {
    height: auto !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    overflow: hidden !important;
}

.noclose .ui-dialog-titlebar-close {
    display: none;
}

.MenuNotif {
    height: 21px;
}

    .MenuNotif:hover {
        background-color: aliceblue;
        cursor: pointer;
    }

#ulNotificaciones {
    height: auto !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    overflow: hidden !important;
}

.MenuConstant {
    font-weight: bold;
}

.spanNotificaciones {
    color: black !important;
    color: black !important;
    background-color: white;
}

.spanNotificacionesUrg {
    color: #FF5252 !important;
    background-color: white;
}

.Line {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

#divTieneSolicitudes > div {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    background-color: #e8f7fa;
    margin-top: 35px;
    width: 200px;
    height: 0;
    opacity: 0;
    pointer-events: none;
    user-select: none;
    position: relative;
    padding: 25px 15px;
    box-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

    #divTieneSolicitudes > div.active {
        height: 100px;
        opacity: 1;
        pointer-events: auto;
        user-select: all;
    }

    #divTieneSolicitudes > div::after {
        content: '';
        position: absolute;
        top: -18px;
        left: 6px;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-bottom: 10px solid #e8f7fa;
    }

#divTieneSolicitudes span {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #e8f7fa;
    width: 100%;
    padding: 10px 0;
}

    #divTieneSolicitudes span.no-data {
        color: #999;
    }

    #divTieneSolicitudes span:not(:first-child) {
        border-top: none;
    }

    #divTieneSolicitudes span:hover {
        filter: brightness(1.05);
    }

#divTieneSolicitudesMH::after {
    content: attr(data-number);
    position: absolute;
    top: 0;
    right: -5px;
    color: white;
    font-size: 13px;
}

.checkBoxContainerRed {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkBoxContainerRed input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

.checkBoxContainerRed:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkBoxContainerRed input:checked ~ .checkmark {
    background-color: #ed5466;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkBoxContainerRed input:checked ~ .checkmark:after {
    display: block;
}

.checkBoxContainerRed .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.button-accept {
    color: #fff;
    background-color: #ed5466;
    font-size: 14px;
    border: 0px solid;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

    .button-accept:hover {
        color: #fff;
        background-color: #bd4351;
        font-size: 14px;
        border: 0px solid;
        padding: 15px;
        padding-left: 30px;
        padding-right: 30px;
    }

.check-terms-and-conditions {
    background-color: #fff;
    margin-bottom: 15px;
    padding-top: 10px;
    border-bottom: #ed5466 solid 1px;
}


.k-notification {
    width: 450px;
    border: 0;
    border-radius: 10px;
}

/* Error template */
.k-widget.k-popup.k-notification-generic {
    background-color: #1BB8D1;
    color: #fff;
}

.notification-container {
    padding: 20px 10px;
    margin-left: 10px;
    display: flex;
}

    .notification-container h3 {
        font-size: 1em;
        font-weight: normal;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    .notification-container i {
        float: left;
        display: inherit;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
    }

/* Error template */
.k-widget.k-popup.k-notification-error {
    background-color: #ff5252;
    color: #fff;
}

/* Success template */
.k-widget.k-popup.k-notification-upload-succes {
    background-color: #1BD18F;
    color: #fff;
}

.upload-success {
    padding: 20px 10px;
    margin-left: 10px;
    cursor: pointer;
    display: flex;
}

    .upload-success h3 {
        font-size: 1em;
        font-weight: normal;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    .upload-success i {
        float: left;
        display: inherit;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
    }

.helpIcon {
    background-image: url("/Content/Images/helpIconW.png")
}

#header.navbar .navbar-toolbar .navbar-nav > .navbar-main > a:active,
#header.navbar .navbar-toolbar .navbar-nav > .navbar-main > a:focus {
    background-color: #0097A7;
    color: #FFF;
}


#navbar-profile {
    width: auto;
    margin: auto;
}

#desktopView {
    display: flex;
    width: 150px;
    text-align: left;
    justify-content: center;
    vertical-align: middle;
}

#mobileView {
    display: none;
}

#navbar-login {
    display: block;
}

#mobileView > .dropdown-menu > li {
    height: inherit !important;
    min-height: inherit !important;
}

#navbar-user-container {
    display: grid;
    grid-template-columns: 2fr 0.5fr 2fr 2fr;
    gap: 10px;
}

    #navbar-user-container a {
        font-size: 13px;
    }

@media (max-width: 767px) {
    #header.navbar .navbar-toolbar .navbar-collapse {
        background: #1bb8d1 !important;
    }

    #mobileView > .dropdown-menu > li {
        height: inherit !important;
        min-height: inherit !important;
    }

    #desktopView {
        display: none;
    }

    #navbar-login {
        display: none;
    }

    #mobileView {
        display: block;
        padding-top: 5px;
    }

        #mobileView .dropdown-menu {
            background: #fff;
            position: absolute;
            right: 0;
            left: auto;
            min-height: inherit !important;
            line-height: inherit !important;
            height: inherit !important;
        }
}
