.booking-notification {
    position: relative;
    float: left;
    margin-left: 1px;
}
.booking-notification ul {
    /* display: block;
    background: #33225A;
    list-style: none;
    margin: 0;
    padding: 12px 10px;
    height: 21px; */
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0px;
}

.booking-notification ul li {
    /* float: left;
    font: 13px helvetica;
    font-weight: bold;
    margin: 0; */
    font: 13px helvetica;
    font-weight: bold;
    margin: 0;
    padding: 10px 0;
    display: inline-block;
}

.booking-notification ul li a {
    color: #FFF;
    text-decoration: none;
    padding: 6px 15px;
    cursor: pointer;
}

.booking-notification ul li a:hover {
    background: #425B90;
    text-decoration: none;
    cursor: pointer;
}

#noti_Container {
    position: relative;
}

/* A CIRCLE LIKE BUTTON IN THE TOP MENU. */
#noti_Button {
    /*width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: -3px 6px 0 6px;
    color: #33225a;
    cursor: pointer;*/
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: -3px 6px 0 6px;
    color: #33225a;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
}

/* THE POPULAR RED NOTIFICATIONS COUNTER. */
/*#noti_Counter {
    display: block;
    position: absolute;
    background: #E1141E;
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
    padding: 1px 3px;
    margin: 4px 0 0 22px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 1;
}
*/
#noti_Counter {
    /*display: flex;
    background: #ffffff;
    color: #d12321;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 0px;
    margin: 0px 5px 0 5px;
    border-radius: 100%;
    -moz-border-radius: 2px;
    -webkit-border-radius: 100%;
    z-index: 1;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    position: relative;
    right: 4px;
    box-shadow: 0px 0px 4px 0px #d12321;
    top: 0 !important;*/
    display: flex;
    background: #ffffff;
    color: #d12321;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 0px;
    margin: 0px 5px 0 4px;
    border-radius: 6px;
    z-index: 1;
    width: 30px;
    height: 25px;
    align-items: center;
    justify-content: center;
    position: relative;
    right: 0;
    top: 0 !important;
}
/* THE NOTIFICAIONS WINDOW. THIS REMAINS HIDDEN WHEN THE PAGE LOADS. */
#notifications {
    /*display: none;
    width: 220px;
    position: absolute;
    top: 30px;
    right: 0;
    background: #FFF;
    border: solid 1px rgba(100, 100, 100, .20);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .20);
    z-index: 999;*/
    display: none;
    width: 220px;
    position: absolute;
    top: 30px;
    right: -14px;
    background: #FFF;
    border: solid 1px rgba(100, 100, 100, .20);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .20);
    z-index: 999;
}

/* AN ARROW LIKE STRUCTURE JUST OVER THE NOTIFICATIONS WINDOW */
#notifications:before {
    /*content: '';
    display: block;
    width: 0;
    height: 0;
    color: transparent;
    border: 10px solid #CCC;
    border-color: transparent transparent #FFF;
    margin-top: -20px;
    margin-left: 187px;*/
}

#notifications h3 {
    display: block;
    padding: 8px;
    margin: 0;
    
}
.notification-details-info{}
.notification-details-info h3{
    border-bottom: solid 1px rgba(100, 100, 100, .30);
    color: #333;
    background: #FFF;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    float: none;
    display: inline-block !important;
    width: 204px;
}
.notifiction-info-section{
    width: 100%;
    height: 200px;
    overflow: auto;
/*  padding: 10px 0px 12px 0px;*/
    padding: 0 0 0 0;
    background: #fff;
}
.notifiction-info-section div{
    padding: 8px 0px 8px 10px;
    background: #33225a;
    color: #fff;
    border-bottom: 1px solid #514e58;
    font-weight: normal;
    letter-spacing: 0.5px;
    transition: all 0.5s;
    cursor: pointer;
} 
.notifiction-info-section div:hover{
    background: #ef6362;
    border-bottom: 1px solid #ef6362;
} 
.seeAll {
    background: #F6F7F8;
    padding: 8px;
    font-size: 12px;
    font-weight: bold;
    border-top: solid 1px rgba(100, 100, 100, .30);
    text-align: center;
}
.sub-header button.notifiction-ref{
    background-color: transparent;
    margin-left: 15px;
    margin-top: 8px;
    padding: 0px;
    border: none;
    outline: none;
    box-shadow: none;
}
.seeAll a {
    color: #3b5998;
}

.seeAll a:hover {
    background: #F6F7F8;
    color: #3b5998;
    text-decoration: underline;
}

.payroll-date{
    height: 30px;
    width: 45% !important;
}
.refresh-btn-box{
    background: #33225a !important;
    padding: 5px 10px;
    height: 22px;
    color: #fff !important;
    margin: 0;
    font-size: 15px;
    display: inline-flex;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    letter-spacing: 0.5px;
}
.refresh-btn-box i{
    margin-right: 5px;
}
.daterangepicker .input-mini {
    width: 80% !important;
}




/*31-01-2023*/
.controller_notify_section{
    position: relative;
    top: 12px;
}
.notifiy_booking {
    /*position: relative;
    float: left;
    margin-left: 1px;*/

    position: relative;
    float: none;
    display: inline-flex;
    width: 44px;
    justify-content: center;
    height: 31px;
}
.notifiy_booking ul {
    list-style: none;
    padding: 0px;
    display: block;
    position: absolute;
/*    background: #e9e9e9;*/
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
    padding: 0px 8px 8px 8px;
    margin: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 1;
    left: 0;
    width: 190px;
    max-height: 270px;
    overflow-y: auto;
    overflow-x: hidden;

    box-shadow: 0px 2px 24px -5px #959595;
    background: #fff;
}
.notifiy_booking ul li {
    font: 13px helvetica;
    font-weight: bold;
    margin: 0;
    padding: 8px 0;
    display: block;
    border-bottom: 1px solid #dfdfdf;
    color: #011542;
    word-break: break-word;
}
.notifiy_booking ul li:last-child {
    border-bottom: none;
}
.notifiy_Count {
    display: block;
    position: absolute;
    background: #E1141E;
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
    padding: 1px 3px;
    margin: 4px 0 0 22px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 1;
}
.notifiy_button {
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: -3px 6px 0 6px;
    color: #ffff;
    cursor: pointer;
}
.notifiy_info_li{
    width: 100%;
}
.notifiy_section{
    width: 100%;
    height: 200px;
    overflow: auto;
    padding: 10px 0px 12px 0px;
    background: #fff;
}
.notifiy_section div{
    padding: 8px 0px 8px 10px;
    background: #33225a;
    color: #fff;
    border-bottom: 1px solid #514e58;
    font-weight: normal;
    letter-spacing: 0.5px;
    transition: all 0.5s;
    cursor: pointer;
} 
.notifiy_section div:hover{
    background: #ef6362;
    border-bottom: 1px solid #ef6362;
} 
.notifiy_controll {
    display: none;
    width: 220px;
    position: absolute;
    top: 45px;
    right: -4px;
    z-index: 999999;
    box-shadow: 0px 2px 24px -5px #959595;
    background: #fff;
}
.notifiy_controll:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    color: transparent;
    border: 10px solid #CCC;
    border-color: transparent transparent #FFF;
    margin-top: -20px;
    margin-left: 188px;
}
.notifiy_section_design {
    word-break: break-all;
    width: 100%;
}
.title_notify {
    font-size: 14px;
    font-weight: 600;
    color: #33225a;
    font-family: arial, sans-serif;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}
.subject_notify {
    font-size: 12px;
    color: #33225a;
    font-weight: normal;
    letter-spacing: 0.5px;
    font-family: arial, sans-serif;
}
.notifiy_user_container{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
div.notifiy_button i {
    font-size: 20px;
    position: relative;
    top: 2px;
}
.date_box{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 5px;
}
.frome_date{
    color: #8c8799;
    font-size: 10px;
    margin: 0 5px 0 0;
}
.frome_date i{
    padding-right: 5px;
    color: #ee6463;
}
/*31-01-2023*/



/*12-04-2023*/
@media only screen and (min-width: 1200px) and (max-width:1279px){
.notifiy_booking {
    width: 70px;
    margin-right: 5px;
}
.controller_notify_section {
    top: 10px;
}
}

@media only screen and (min-width: 1280px) and (max-width:1365px){
.notifiy_booking {
    width: 70px;
    margin-right: 5px;
}
.controller_notify_section {
    top: 10px;
}
}

@media only screen and (min-width: 1366px) and (max-width:1440px){
.notifiy_booking {
    width: 60px;
    margin-right: 5px;
}
.controller_notify_section {
    top: 10px;
}
}
/*12-04-2023*/