﻿

/*▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ USER INFORMATION ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄*/
#dropdown-current-user-menu {
    color: #e6e6e6 !important;
    width: 10px !important;
    padding: 0px !important;
    margin: 0px !important;
    border: none;
}

.user-card-span {
    font-weight: 500 !important;
    border-color: #ebedf2 !important;
    padding: .75rem 2rem !important;
    border-radius: 60px !important;
    color: #0b508d !important;
    font-size: 16px !important;
    margin-top: -3px
}

    .user-card-span :hover {
        color: #3276b1 !important;
    }

#dropdown-user-card img {
    margin-bottom: 5px;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50% !important;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    vertical-align: middle;
    border-style: none;
}

#user-card {
    background-color: #fff !important;
    box-shadow: 0 0 15px 1px rgba(69,65,78,.2) !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    margin-left: -140px;
    z-index: 101 !important;
    display: block;
    animation: m-dropdown-fade-in .3s ease 1,m-dropdown-move-up .3s ease-out 1;
    position: absolute;
    margin-top: 10px;
    width: 320px !important;
}

    #user-card .user-card-profile {
        background-color: #3276b1;
        padding: 20px 20px;
        border-radius: 4px 4px 0px 0px !important;
    }

    #user-card .user-card-pic {
        display: table-cell !important;
        text-align: right !important;
        padding: 0 5px 0 0 !important;
        vertical-align: middle !important;
        width: 60px !important;
        max-width: 60px !important;
    }

    #user-card .card-img-top {
        width: 60px !important;
        height: 60px !important;
        border-left: none;
        border-radius: 50% !important;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    #user-card .user-card-detail {
        display: table-cell !important;
        width: 100% !important;
        text-align: left !important;
        vertical-align: middle !important;
        padding: 0 0 0 15px !important;
        text-transform: capitalize;
        font-size: 20px !important;
    }

        #user-card .user-card-detail .user-card-email {
            font-size: 14px !important;
            text-transform: none !important;
        }

    #user-card .list-group-item {
        border: none !important;
    }

#user-card-body .divider {
    border-top: 1px solid #e5e5e5;
    margin-top: 3px;
    margin-bottom: 3px;
}

#user-card-body {
    padding: 20px;
}

#card-top-arrow {
    top: 15px;
    position: absolute;
    color: #22262e !important;
}

    #card-top-arrow:after, #card-top-arrow:before {
        bottom: 100%;
        left: 160px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    #card-top-arrow:after {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #3276b1;
        border-width: 15px;
        margin-left: -15px;
    }

    #card-top-arrow:before {
        border-color: rgba(194, 225, 245, 0);
        border-width: 21px;
        margin-left: -21px;
    }



#login-info {
    margin-top: -3px;
}

.header-separator {
    width: 0;
    margin-top: 13px;
    margin-left: 4px;
    margin-right: 4px;
    border-right: 1px solid #b5b5b5;
    height: calc(4.375rem - 2rem);
}

/*▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ LOG OUT VIEW ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄*/

.LockOn {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 99999999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    vertical-align: bottom;
    padding-top: 20%;
    filter: alpha(opacity=75);
    opacity: 0.75;
    font-size: large;
    color: blue;
    font-style: italic;
    font-weight: 400;
}

.loader,
.loader:before,
.loader:after {
    background: gray;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loader {
    color: gray;
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    top: -80px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    font-size: 12px;
}

    .loader:before,
    .loader:after {
        position: absolute;
        top: 0;
        content: '';
    }

    .loader:before {
        left: -1.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 1.5em;
    }

@-webkit-keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

/*▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ POPUP SHARED ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄*/

#popup_alert_shared th:first-child {
    text-align: left;
    width: 50%;
    font-size: 16px;
}

#popup_alert_shared td:nth-child(1) {
    text-align: left;
    width: 50%;
    font-size: 16px;
}

#popup_alert_shared td:nth-child(2) {
    text-align: left;
    width: 50%;
    font-size: 16px;
}

#popup_alert_shared_table {
    width: 100%;
}
