﻿#right-menu {
    display: block;
    position: absolute;
    left: -130px;
    top: 42px;
    width: 320px;
    height: auto;
    background: #fff;
    border-left: 2px solid rgba(100, 100, 100, 0.3);
    z-index: 9999;
    box-shadow: 0px 3px 7px -1px #969696;
    border: 1px solid #efefef;
}

.notification_all_sec {
    max-height: 400px;
    overflow: auto;
}

#right-menu::before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: -20px;
    left: 43%;
    border-top: 10px solid #fff0;
    border-right: 10px solid #fff0;
    border-bottom: 10px solid #131313;
    border-left: 10px solid #fff0;
}

#right-menu-close {
    float: right;
    font-size: 20px;
    color: #094f82;
    cursor: pointer;
}

#right-menu .nav-item {
    border-right: 1px solid;
}

    #right-menu .nav-item:hover {
        text-decoration: none;
    }

#right-menu .active {
    background: #ccc;
    color: #000;
    padding: 1px 2px;
}

.ImgIcon {
    width: 60px;
    height: 24px;
    float: right;
    margin: 10px 15px;
    padding-top: 8px;
    position: relative;
}


.msgcls {
    width: 6px;
    position: absolute;
}

.imgProcess {
    border: 0px none;
    height: 40px;
    width: 40px;
    margin-top: -20px;
}

.msgnum {
    width: 33px;
    float: left;
    cursor: pointer;
}


.lblUnreadMsg {
    background-color: red;
    color: white;
    z-index: 100;
    position: absolute;
    margin-top: -25px;
    margin-left: 5px;
    border-radius: 10px;
    width: 22px;
    text-align: center;
}

.notipopup {
    float: left;
    width: 99%;
    padding: 5px;
    margin: 2px 2px 2px 2px;
    border: 1px solid lightgrey;
    border-radius: 5px;
}

.notipopupfooter {
    float: left;
    width: 100%;
    text-align: right;
    color: lightgray;
    font-size: 10px
}

/********/
.user_details_Section {
    float: left;
    width: 100%;
    text-align: left;
}

    .user_details_Section .user_section {
        float: left;
        width: 87%;
        padding: 0px 0px 0px 10px;
        box-sizing: border-box;
    }

    .user_details_Section .user_name_alpha {
        float: left;
        background: gray;
        border-radius: 50%;
        height: 34px;
        width: 34px;
        text-align: center;
        margin-top: 10px;
    }

        .user_details_Section .user_name_alpha h5 {
            text-align: center;
            padding: 4px 0px 0px 0px;
            margin: 0px;
            color: #fff;
        }


    .user_details_Section .user_section p {
        margin: 0px 0px;
    }


/** New Changes **/
.user_list_observation {
    float: left;
    width: 99%;
    max-height: 400px;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 2px;
}

.obersvation_sec_row {
    float: left;
    width: 100%;
    padding: 5px 2px;
    margin: 2px 0px;
    border: 1px solid lightgrey;
    border-radius: 5px;
}

    .obersvation_sec_row .obersvation_sec {
        float: left;
        width: 84%;
        text-align: left;
        padding: 0px 0px 0px 5px;
        cursor: pointer;
    }

    .obersvation_sec_row .hours_text {
        float: left;
        width: 98%;
        text-align: right;
        color: lightgray;
        font-size: 10px;
        padding-top: 8px;
    }

.user_fst_letter {
    float: left;
    margin: 8px 2px;
    color: #fff;
    background: gray;
    border-radius: 50%;
    height: 38px;
    width: 38px;
    text-align: center;
    padding-top: 4px;
}

.closeButton {
    float: right;
    /* margin: 8px 2px;
    height: 34px;
    width: 34px;
    text-align: right;
    vertical-align: top;*/
}

.obersvation_sec_hide {
    float: left;
    width: 100%;
}

.obersvation_sec_row_NoData {
    float: left;
    width: 100%;
    padding: 5px 2px;
    margin: 2px 0px;
    border: 1px solid lightgrey;
    border-radius: 5px;
    height: 82px;
    padding-top: 25px;
}
/******/
.CloseImg {
    height: 9px;
    width: 9px;
    float: right;
    top: -40px;
    position: absolute;
    right: 5px;
}

.navCustom {
    display: inline-block;
}

section {
    padding: 60px 0;
}

    section .section-title {
        text-align: center;
        color: #007b5e;
        margin-bottom: 50px;
        text-transform: uppercase;
    }

#tabs {
    background: #007b5e;
    color: #eee;
}

    #tabs h6.section-title {
        color: #eee;
    }

    #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #f3f3f3;
        background-color: transparent;
        border-color: transparent transparent #f3f3f3;
        border-bottom: 4px solid !important;
        font-size: 20px;
        font-weight: bold;
    }

    #tabs .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        color: #eee;
        font-size: 20px;
    }
/* Scroll bar added on 11/04/2020
-------------------------------------------------- */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #808B96;
}
/*The emerging W3C standard that is currently Firefox-only 
* {
    scrollbar-width: thin;
    scrollbar-color: #808B96 #F5F5F5;
}*/


/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
