﻿
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

a, p, b, span, input, button, label, select, h1, h2, h3, h4, h5, h6, h7, li, table  {
    font-family: europa, sans-serif;
}

/*a, p, b, span, input, button, label, select, h1, h2, h3, h4, h5, h6, h7, li {
    font-family: "Circular Std Book", "Raleway", "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
}*/



/*  ###########################################


    Employee Resources Pages 


    ###########################################*/

.PDF_Container{
    display:flex;
    justify-content:left;
    flex-direction:row;
    flex-wrap:wrap;
}

.PPE_Colour {
    color: #41b6e6;
}

.PDF_Headers {
    text-decoration: underline;
    text-underline-offset: 2px;
}


/*  ###########################################


    Absent page 


    ###########################################*/


.TableHeadAlign {
    text-align: left;
    background-color: #656565 !important;
    color: white;
}

.Table2Row {
    background-color: #dedede;
}

.TableFont tr:nth-of-type(odd) {
    background-color: #dedede;
}

.TableFont tr th {
    padding: 5px;
}

    .TableFont tr th:nth-child(3) {
        display: none;
    }

    .TableFont tr th:nth-child(4) {
        display: none;
    }


.TableFont tr td:nth-child(3) {
    display: none;
}

.TableFont tr td:nth-child(4) {
    display: none;
}

.TableFont tr td {
    padding: 3px;
}

.Abset_Spacing {
    margin: 20px 30px;
}

.Abset_Top_Div {
    margin: 20px 0px;
    position: relative;
}

.Abset_DDHeight {
    height: 34px;
    vertical-align: top;
}

.UnsetPosition {
    position: unset;
}

.OverallDivColorContainer {
    margin: 20px 0px;
    padding-bottom: 80px;
}

.DivColorBtn {
    background-color: #2196F3;
    border: none;
    /* position: absolute; */
    top: 0px;
    right: 0px;
    width: 40px;
    height: 34px;
    background-repeat: no-repeat;
    background-image: url(/Image/Search2.png);
    background-position: center, center;
    background-size: 20px;
    /* border-bottom-right-radius: 15px; */
    /* border-top-right-radius: 15px; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.DivColor {
    height: 30px;
    width: 30px;
    display: inline-block;
}

.DivColorParent {
    display: inline-block;
    vertical-align: super;
    margin-right: 10px;
}

.DivColorTxtBx {
    margin: unset;
    display: inline-block;
    background-color: #d0d0d047;
    border: 1px solid #9E9E9E;
    vertical-align: top;
    padding: 2px 5px 0px 5px;
    height: 30px;
    width: 80px;
}




/*
################################################################### - end ABSENT*/



.ER_Account_PDF_Atag {
    text-decoration: none;
}

.ER_Account_PDF_Div {
    margin-bottom: 20px;
    height: 68px;
    background-color: whitesmoke;
    width: 300px;
    padding: 5px 0px;
    color: black;
}

.ER_Account_PDF_Img {
    width: 65px;
}


.ER_Account_PDF_Span {
    line-height: 68px;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
}




#UserPopup {
    border-radius: 30px;
    visibility: hidden;
    display: none;
    width: 80%;
    min-height: 250px;
    max-width: 550px;
    background-color: #F4F4F4;
    text-align: center;
    box-shadow: 0px 0px 10px 0px grey;
    z-index: 10001;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.UserPopUp_InsidePDiv {
    padding: 10px 0px;
}

.UserPopUp_InsideP {
    font-size: 18px;
    font-weight: 900;
}

.AP_InsideConDiv {
    padding: 10px 10px;
}

.AO_calendar {
    font-family: "Circular Std Book", "Raleway", "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
    border: solid 1px #B8B8B8;
    background-color: #F8F8F8;
    color: #B8B8B8;
    width: 100%;
    border-collapse: unset !important;
    border-radius: 3px;
    padding: 5px;
}

    .AO_calendar a {
        border: 1px solid #c5c5c5;
        /* background: #f6f6f6; */
        font-weight: normal;
        color: #454545 !important;
        display: block;
        height: 6vh;
        text-decoration: none !important;
        text-align: right;
        padding-right: 5px;
    }

.HO_TotalLbl {
    width: 320px;
    display: inline-block;
}

.HO_calendar {
    font-family: "Circular Std Book", "Raleway", "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
    border: solid 1px #B8B8B8;
    background-color: #F8F8F8;
    color: #B8B8B8;
    width: 100%;
    border-collapse: unset !important;
    border-radius: 3px;
    padding: 5px;
}

    .HO_calendar a {
        border: 1px solid #c5c5c5;
        /* background: #f6f6f6; */
        font-weight: normal;
        color: #454545 !important;
        display: block;
        height: 6vh;
        text-decoration: none !important;
        text-align: right;
        padding-right: 5px;
    }

.popup_boxClass {
    border-radius: 30px;
    visibility: hidden;
    display: none;
    width: 80%;
    height: 300px;
    max-width: 550px;
    background-color: #F4F4F4;
    text-align: center;
    box-shadow: 0px 0px 10px 0px grey;
    z-index: 10001;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.AHP_NewsPc_Overall{
    display:table;
    margin: 10px 0px;
}

.AHP_News_Container_Pc {
    margin-top: 20px;
    background-color: #c7c7c7;
    box-shadow: 5px 5px 2px 0px #2f40505c;
    padding: 20px;
    border-radius: 3px;
    width: 720px;
    margin: 10px;
}

.AHP_NEWS_AtagCon {
    display: inline-block;
    width: 47%;
    text-decoration:none;
    color:black;
}

.AHP_NewsPc_Txt_Overall {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;

}

.AHP_NEWS_IconsPc{
    border-radius:unset !important;
}

.ClockingMobileIcon {
    height: 70px;
    width: 70px;
    background-color: #565656;
    border: 2px solid #bbb8b0;
    border-radius: 50%;
    background-image: url(/Image/Clocking3.png);
    background-repeat: no-repeat;
    background-position: center, center;
    background-size: 45px;
    margin-left: 5px;
}

.CA_TimeTxtBoxes {
    display: inline-block;
    width: 60px;
    height: 30px;
    margin: 0px 0px;
}

#mychecks label {
    height: 30px;
    display: inline-block;
    vertical-align: top;
    margin: 8px 0px;
    line-height: 30px;
}

.CA_MessageDiv {
    display: none;
    background-color: #d95351;
    color: white;
    padding: 10px 10px;
    text-align: center;
    font-size: 14px;
}

.CA_Ptag {
    display: block;
    height: 40px;
    font-weight: 800;
}

.CA_TextContainer {
    display: flex;
}


.EB_LinkBtnUnset {
    text-decoration: unset;
}

.EB_Mess_Inside_Placehold_Div {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.EB_Mess_Inside_Placehold {
    width: 80%;
    margin: 0 auto;
    height: 200px;
    border-radius: 30px;
    background-color: darkgrey;
    max-width: 350px;
    text-align: center;
    line-height: 120px;
}

.EB_Mess_Inside_PlacText {
    padding: 20px;
    color: white;
    font-weight: 800;
}

.EB_MainResponce_TxtBx {
    width: calc(100% - 14px);
    height: 25px;
    border-radius: 15px;
    border: none;
    padding: 0px 15px;
    min-width: 60px;
}


.EB_CskBx_MainResponse_Div {
    width: 100%;
}

.EB_TxtBox_MainResponse_Div {
    width: calc(100% - 20px);
    padding: 0px 20px;
    text-align: center;
    max-height: 300px;
    overflow-y: auto;
}

.EB_MR_DDL_Con {
    text-align: center;
    margin-left: 20px;
    width: 300px;
    min-width: 210px;
    height: 70px;
}

.EB_MR_ChkBx_Con {
    text-align: center;
    display: flex;
    JUSTIFY-CONTENT: CENTER;
}

.EB_MR_ChkBx_H4 {
    margin: 4px 0px 0px 0px;
}

.EB_MR_DDL_Txt {
    display: block;
    color: #ffffff;
    font-weight: 800;
    margin: 5px 0px;
}

.EB_MR_DDL {
    height: 30px;
}

.EB_MR_BTN {
    appearance: none;
    border: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-image: url(/Image/MessageSend.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center, center;
    padding: 22px;
    background-color: #8BC34A;
    margin: 13px 30px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

    .EB_MR_BTN:hover {
        transform: scale(1.20);
    }

.EB_Mess_Chat_Individual_Inside_ChatBottomTextDiv {
    display: inline-block;
    width: 85%;
}


.PadBtm {
    margin-bottom: 40px !important;
}

.PageTitles {
    text-align: center;
}


.EB_Mess_OC {
    width: 98%;
    margin: 0 auto auto 20px;
    display: flex;
    height: 80vh;
    margin-bottom: 30px;
    max-width: 1700px;
}

.EB_Mess_ChatCon {
    background-color: #f5f5f5;
    width: 350px;
    transition: width 0.3s linear 0.2s;
}

.EB_Mess_ChatTitleCon {
    width: 100%;
    height: 60px;
    background-color: #838b92;
    color: #ffffff;
}

.EB_Mess_ChatInsideCon {
    height: calc(100% - 60px);
    overflow-y: auto;
}

.EB_Mess_ChatTitleText {
    margin: unset;
    text-align: center;
    line-height: 60px;
}

.EB_Mess_MainChatCon {
    display: inline-block;
    flex-grow: 100;
    position: relative;
    transition: width 0.3s cubic-bezier(0.4, 0, 1, 1) 0.2s;
}

.EB_Mess_Chat_Individual_Con {
    display: flex;
    padding: 10px 0px;
    border-bottom: 0.5px solid #9E9E9E;
    color: unset;
    text-decoration: unset;
    transition: all .2s ease-in-out;
}

    .EB_Mess_Chat_Individual_Con:hover {
        transform: scale(1.05);
    }



.EB_Mess_Chat_Individual_ImgCon {
    background-size: 60px;
    background-position: center, center;
    background-repeat: no-repeat;
    /*background-color: black;*/
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: 10px;
}

.EB_Mess_Chat_Individual_InsideChatCon {
    flex-grow: 100;
    width: 100%;
}

.EB_Mess_Chat_Individual_InsideChatTopTitleCon {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.EB_Mess_Chat_Individual_InsideChatTopTitle {
    margin: unset;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% - 95px);
    display: inline-block;
}

.EB_Mess_Chat_Individual_InsideChatTopDate {
    display: inline-block;
    margin: unset;
    vertical-align: text-bottom;
    color: gray;
    margin-left: 7px;
    font-size: 13px;
}

.EB_Mess_Chat_Individual_Inside_ChatBottomText {
    margin: unset;
    width: 98%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #525252;
}

.EB_Mess_MainChat_Header {
    width: 100%;
    height: 60px;
    background-color: #838b92;
    color: #ffffff;
    display: flex;
    border-left: 1px solid;
}

.EB_Mess_MainChat_Header_BackCon {
    width: 70px;
    display: flex;
    align-items: center;
    display: none;
}

.EB_Mess_MainChat_Header_NameCon {
    display: flex;
    align-items: center;
    flex-grow: 100;
}

.EB_Mess_MainChat_Header_NameTitle {
    width: 100%;
    text-align: center;
}

.EB_Mess_MainChat_Header_ImgCon {
    display: flex;
    align-items: center;
}

.EB_Mess_MainChat_Header_Img {
    background-size: 55px;
    background-position: center, center;
    background-repeat: no-repeat;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    margin: 10px;
}


.EB_Mess_MainChat_Message {
    width: 100%;
    height: calc(100% - 110px);
    position: absolute;
    background-color: #ECE5DD;
    overflow-y: auto;
    display: flex;
    flex-direction: column-reverse;
}

.EB_Mess_MainChat_Response {
    background-color: grey;
    /*height: 50px;*/
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.EB_Mess_MainChat_Header_BackImg {
    background-image: url('/Image/Mess_Back_Btn_Black.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center, center;
    height: 70%;
    width: 100%;
}


.EB_Mess_MCM_M_Con {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}

.EB_Mess_MCM_Emp_Main {
    margin: 0px 25px 30px 0px;
    background: #DCF8C6;
    float: right;
    /* float: left; */
    max-width: 60%;
    height: auto;
    display: block;
    border-radius: 5px;
    position: relative;
    /* margin: 10px 0 3px 25px; */
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
}

.EB_Mess_MCM_Manager_Main {
    background: #ffffff;
    float: left;
    max-width: 60%;
    height: auto;
    display: block;
    border-radius: 5px;
    position: relative;
    margin: 30px 0 30px 25px;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
}

.EB_Mess_MCM_Emp_Date {
    font-size: 12px;
    margin: auto;
    padding: 5px 15px 5px 5px;
    display: table;
    float: right;
    position: relative;
    text-transform: uppercase;
    color: #999;
}

.EB_Mess_MCM_Emp_Text {
    padding: 8px 0 8px 0;
    width: 100%;
}

.EB_Mess_MCM_EMP_Text_P {
    display: table;
    font-size: 16px;
    font-weight: 500;
    margin: auto;
    color: #2b2b2b;
    width: calc(100% - 40px);
    line-height: 1.5;
    padding: 0px 20px;
}

.EB_Mess_MCM_EMP_Time {
    font-size: 12px;
    margin: auto;
    padding: 0px 15px 5px 0;
    display: table;
    float: right;
    position: relative;
    text-transform: uppercase;
    color: #999;
}

.EB_Mess_MCM_Emp_Arrow {
    right: -10px;
    top: 0px;
    border-top: 15px solid #DCF8C6;
    transform: scaleX(-1);
    content: "";
    position: absolute;
    border-left: 15px solid transparent;
    border-radius: 4px 0 0 0px;
    width: 0;
    height: 0;
}

.EB_Mess_MCM_Manager_Arrow {
    top: 0px;
    border-top: 15px solid #ffffff;
    transform: scaleX(1);
    left: -10px;
    content: "";
    position: absolute;
    border-left: 15px solid transparent;
    border-radius: 4px 0 0 0px;
    width: 0;
}

.NotificationBell {
    background-color: #ffffff00;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 57px;
    left: -40px;
    border-radius: 50%;
    background-image: url(/Image/notificationGold.png);
    background-position: center, center;
    background-size: contain;
    z-index: 7;
    cursor: pointer;
}

.NotificationCircle {
    width: 17px;
    height: 18px;
    border-radius: 50%;
    background-color: red;
    position: absolute;
    border: 1px solid white;
    right: 0;
    top: 4px;
    text-align: center;
}

.NotificationText {
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    color: white;
}

.NotificationMenu {
    flex-direction: column;
    position: absolute;
    background-color: #F4F4F4;
    padding: unset;
    width: 380px;
    max-width: 78vw;
    right: 94px;
    z-index: 5;
    top: 88px;
    overflow: hidden;
    height: 0px;
}

.NotificationMenuAppear {
    padding: 10px 25px;
    height: 75vh;
    -webkit-transition: height 0.3s linear 0s;
    -moz-transition: height 0.3s linear 0s;
    -ms-transition: height 0.3s linear 0s;
    -o-transition: height 0.3s linear 0s;
    transition: height 0.3s linear 0s;
    z-index: 5;
    overflow: unset;
    box-shadow: 5px 5px 2px 1px #2f40505c;
}

.NotificationInsideDiv {
    height: 0px;
    overflow: hidden;
}

.NotificationInsideDivAppear {
    -webkit-transition: height 0.3s linear 0.2s;
    -moz-transition: height 0.3s linear 0.2s;
    -ms-transition: height 0.3s linear 0.2s;
    -o-transition: height 0.3s linear 0.2s;
    transition: height 0.3s linear 0.2s;
    height: 75vh;
    padding-bottom: 10px;
    overflow-y: scroll;
}

.NotificationTriangle {
    width: 0px;
    height: 0px;
    background-color: #ffffff00;
    position: absolute;
    top: -25px;
    right: 51px;
    border: 13px solid #F4F4F4;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

.NotAtagUnset {
    text-decoration: none !important;
    color: black;
}

.MP_NotificationTitle {
    margin: unset;
}

.MP_NotificationInsideText {
    margin: 5px 0px;
}

.MP_NotificationDetails {
    font-size: 12px;
    margin-top: 9px;
    display: flex;
    justify-content: space-between;
}

.calendarWrapper {
}

.myCalendarTitle {
    background: #e9e9e9 !important;
    color: #333333 !important;
    font-weight: bold !important;
    width: 99% !important;
    border-collapse: unset !important;
    margin: 0 auto;
    border-radius: 3px;
}

    .myCalendarTitle tr td {
        border: unset !important;
        background: #e9e9e9 !important;
        color: #333333 !important;
        font-weight: bold !important;
    }

        .myCalendarTitle tr td a {
            height: 35px;
            display: block;
            line-height: 35px;
        }

        .myCalendarTitle tr td:nth-child(1) {
            width: 13% !important;
        }

        .myCalendarTitle tr td:nth-child(3) {
            width: 13% !important;
        }


.myCalendar tr td a {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
    display: block;
    height: 60px;
}


.NewCalendarTitle {
    background: #e9e9e9 !important;
    color: #333333 !important;
    font-weight: bold !important;
    width: 99% !important;
    border-collapse: unset !important;
    margin: 0 auto;
    border-radius: 3px;
}

    .NewCalendarTitle tr td {
        border: unset !important;
        background: #e9e9e9 !important;
        color: #333333 !important;
        font-weight: bold !important;
    }

        .NewCalendarTitle tr td a {
            height: 35px;
            display: block;
            line-height: 35px;
        }

        .NewCalendarTitle tr td:nth-child(1) {
            width: 13% !important;
        }

        .NewCalendarTitle tr td:nth-child(3) {
            width: 13% !important;
        }


.myCalendar tr td a {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
    display: block;
    height: 60px;
}


.calendar {
    font-family: "Circular Std Book", "Raleway", "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
    border: solid 1px #B8B8B8;
    background-color: #F8F8F8;
    color: #B8B8B8;
    width: 100%;
    border-collapse: unset !important;
    border-radius: 3px;
}

    .calendar tr:nth-child(1) td {
        background-color: unset !important;
    }

    .calendar tr:nth-child(2) {
        background-color: #ffffff;
        height: 50px;
        color: black;
    }

        .calendar tr:nth-child(2) > [abbr=Sunday] {
            display: none;
        }

        .calendar tr:nth-child(2) > [abbr=Saturday] {
            display: none;
        }


    .calendar td {
        font-weight: bold;
        background-color: #F8F8F8;
        padding: 2px;
    }

    .calendar table td {
        border: unset !important;
        background: #e9e9e9 !important;
        color: #333333 !important;
        font-weight: bold !important;
    }

        .calendar table td a {
            color: #F8F8F8;
            border: none !important;
            text-decoration: none;
            background: #e9e9e9 !important;
            color: #333333 !important;
            font-weight: bold !important;
        }

    .calendar a {
        border: 1px solid #c5c5c5;
        /* background: #f6f6f6;*/
        font-weight: normal;
        color: #454545 !important;
        display: block;
        height: 10vh;
        text-decoration: none !important;
        text-align: right;
        padding-right: 5px;
    }




.Managercalendar {
    font-family: "Circular Std Book", "Raleway", "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
    border: solid 1px #B8B8B8;
    background-color: #F8F8F8;
    color: #B8B8B8;
    width: 100%;
    border-collapse: unset !important;
    border-radius: 3px;
}

    .Managercalendar tr:nth-child(1) td {
        background-color: unset !important;
    }

    .Managercalendar tr:nth-child(2) {
        background-color: #ffffff;
        height: 50px;
        color: black;
    }

        .Managercalendar tr:nth-child(2) > [abbr=Sunday] {
            display: none;
        }

        .Managercalendar tr:nth-child(2) > [abbr=Saturday] {
            display: none;
        }


    .Managercalendar td {
        border: 1px solid #c5c5c5;
        /* background: #f6f6f6; */
        font-weight: normal;
        color: #454545 !important;
        height: 10vh;
        text-decoration: none !important;
        text-align: right;
        padding-right: 5px;
        vertical-align:top;
    }

    .Managercalendar table td {
        border: unset !important;
        background: #e9e9e9 !important;
        color: #333333 !important;
        font-weight: bold !important;
    }

        .Managercalendar table td a {
            color: #F8F8F8;
            border: none !important;
            text-decoration: none;
            background: #e9e9e9 !important;
            color: #333333 !important;
            font-weight: bold !important;
        }

    /*.Managercalendar a {
        border: 1px solid #c5c5c5;*/
        /* background: #f6f6f6;*/
        /*font-weight: normal;
        color: #454545 !important;
        display: block;
        height: 10vh;
        text-decoration: none !important;
        text-align: right;
        padding-right: 5px;
    }*/

.AO_calendar tr:nth-child(2) > [abbr=Sunday] {
    display: none;
}

.AO_calendar tr:nth-child(2) > [abbr=Saturday] {
    display: none;
}

.HO_calendar tr:nth-child(2) > [abbr=Sunday] {
    display: none;
}

.HO_calendar tr:nth-child(2) > [abbr=Saturday] {
    display: none;
}

.HO_calendar table td a {
    color: #F8F8F8;
    border: none !important;
    text-decoration: none;
    background: #e9e9e9 !important;
    color: #333333 !important;
    font-weight: bold !important;
}

.HO_calendar tbody{
    background-color: #ffffff;
}

.calendarSelectedDay {
    background-color: unset !important;
}

    .calendarSelectedDay a {
        background: #fffa90;
        border: 1px solid #dad55e;
    }

.hidden,
#Calendrier tr > th[abbr=Saturday],
#Calendrier tr > th[abbr=Saturday],
#HO_calendar tr > th[abbr=Sunday],
#HO_calendar tr > th[abbr=Sunday] {
    display: none;
}

#Calendrier tr > th {
    text-align: center;
}

.NoSelectable {
    pointer-events: none;
}


.GV_Declined {
    border-collapse: collapse;
    background-color: white;
    font-family: sans-serif;
    text-align: center;
}

    .GV_Declined tr:first-child {
        font-size: 17px;
        /*background-color: #556d84;*/
        background-color: black;
        color: white;
    }

        .GV_Declined tr th:first-child {
            padding: 8px;
        }

        .GV_Declined_RowST{

        }

.GV_Declined_AlRowSt {
    background-color: #9e9e9e4a;
}
.SISWW {
}

.MessageDiv {
    color: white;
    width: calc(100% - 140px);
    z-index: 1000;
    background-color: #de2424;
    display: flex;
    justify-content: space-between;
    border-bottom-right-radius: 20px;
    transition: height 0.3s linear;
    overflow: hidden;
}

.parent__animate {
    height: 0px !important;
}


.MessageTextInside {
    display: inline-block;
    vertical-align: top;
    flex-grow: 1;
}

.MessageText {
    margin: 10px 0px 10px 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
}

.MessageExitIconDiv {
    display: inline-block;
    vertical-align: top;
    padding-right: 8px;
}

.MessageExitIcon {
    background-image: url(/Image/NoIcon.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center, center;
    height: 40px;
    width: 30px;
}


/*    view Holiday Page*/

.Admin_VHR_RejectBTN {
    background-color: #d95351;
    color: #ffffff;
    border: none;
    height: 40px;
    width: 130px;
    margin: 2px 0px;
    border-radius: 4px;
    background-image: url(/Image/noIcon.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 95px, center;
    padding: 0px 36px 0px 5px;
    font-weight: 700;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.Admin_VHR_AcceptBTN {
    background-color: #8BC34A;
    color: #ffffff;
    border: none;
    height: 40px;
    width: 130px;
    margin: 2px 0px;
    border-radius: 4px;
    background-image: url(/Image/yesIcon.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 95px, center;
    padding: 0px 36px 0px 5px;
    font-weight: 700;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.Admin_VHR_UndoBTN {
    background-color: #007bff;
    color: #ffffff;
    border: none;
    height: 40px;
    width: 130px;
    margin: 2px 0px;
    border-radius: 4px;
    background-image: url(/Image/undoIcon.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 95px, center;
    padding: 0px 36px 0px 5px;
    font-weight: 700;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.Admin_VHR_CancelBTN {
    background-color: #989898;
    color: #ffffff;
    border: none;
    height: 40px;
    width: 130px;
    margin: 2px 0px;
    border-radius: 4px;
    background-image: url(/Image/Cancel_Icon3.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 95px, center;
    padding: 0px 36px 0px 5px;
    font-weight: 700;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.Admin_VHR_OverallTitle {
    margin-left: 30px;
}

.Admin_BreadCrumbs {
    font-size: 12px;
    color: black;
    margin: 10px 0px 0px 10px;
}

.Admin_VHR_GridContainer {
    display: flex;
    max-width: 2000px;
    margin: 0px 30px;
    background-color: #f3f4f4;
}

.Admin_VHR_GridOptionMenu {
    width: 220px;
    background-color: #e5e5e5;
}

.Admin_VHR_Grid {
    width: 100%;
}

.Admin_VHR_Btn {
    display: block;
    width: 80%;
    margin: 15px auto;
    /* background-color: #e6df9d; */
    /* color: #ffffff; */
    /* border: none; */
    height: 50px;
    font-weight: 700;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.Admin_VHR_Title {
    margin: 20px 12px;
}

.Admin_VHR_Inside_Grid {
    height: calc(100vh - 370px);
    overflow-y: scroll;
}

.Admin_VHR_TotalLBL {
    margin: 10px 12px;
    display: block;
}

.Admin_VHR_MiniMenu_Ptag {
    font-weight: 900;
    text-decoration: underline;
    margin-left: 5px;
}

.Admin_VHR_MiniMenu_DropDown {
    width: 135px;
    height: 25px;
    margin: 0px 0px 0px 10px;
    border: none;
    box-shadow: 0px 0px 0px 1px #2f40505c;
    border-radius: 2px;
}

.Admin_VHR_MiniMenu_TxtBox {
    width: 135px;
    height: 28px;
    margin: 8px 0px 10px 10px;
    border: none;
    box-shadow: 0px 0px 3px 1px #2f40505c;
    border-radius: 2px;
}

.Admin_VHR_MiniMenu_Btn {
    background-color: #7f7967;
    color: #ffffff;
    border: none;
    height: 30px;
    width: 101px;
    margin: 0px 0px 10px 10px;
    border-radius: 2px;
    background-image: url(/Image/search2.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 68px, center;
    padding: 0px 36px 0px 5px;
    font-weight: 700;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.Admin_VHR_Total_Container {
    display: flex;
}

.Admin_VHR_RowCountContainer {
    display: flex;
    flex-grow: 100;
    align-items: center;
    justify-content: flex-end;
    margin-right: 15px;
}

.Admin_VHR_Show_Text {
    margin-right: 5px;
}

.Admin_VHR_DDL_Row {
    height: 30px;
}

.Admin_VHR_Entries_Text {
    margin-left: 5px;
}

.Admin_VHR_PopUpInside {
    width: 80%;
    margin: 0 auto;
    text-align: left;
}

.Admin_VHR_PopUpBtnDiv {
    text-align: center;
}

.Admin_VHR_Popup_SpanText {
    display: inline-block;
    width: 150px;
}

.Admin_VHR_Popup_SpanVar {
    font-weight: 800;
}

.Admin_VHR_PopUp_yesBtn {
    background-color: #8BC34A;
    color: #ffffff;
    border: none;
    height: 40px;
    width: 80px;
    margin: 2px 10px;
    border-radius: 4px;
    background-image: url(/Image/yesIcon.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 50px, center;
    padding: 0px 36px 0px 5px;
    font-weight: 700;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.Admin_VHR_PopUp_noBtn {
    background-color: #d95351;
    color: #ffffff;
    border: none;
    height: 40px;
    width: 80px;
    margin: 2px 10px;
    border-radius: 4px;
    background-image: url(/Image/noIcon.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 50px, center;
    padding: 0px 36px 0px 5px;
    font-weight: 700;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.Admin_VHR_PopUp_Decline_TxtBox {
    width: 80%;
    font-size: 18px;
    height: 150px;
    padding: 5px 10px;
}


.Admin_VHR_PopUp_Submit_Btn {
    background-color: #007bff;
    color: #ffffff;
    border: none;
    height: 50px;
    width: 120px;
    margin: 10px 10px;
    border-radius: 4px;
    background-image: url(/Image/LoginSubmit.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 88px, center;
    padding: 0px 36px 0px 5px;
    font-weight: 700;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.Admin_VHR_PopUp_AlreadyOffDiv {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #03A9F4;
    display: inline-block;
    background-image: url(/Image/infoIcon2.png);
    background-repeat: no-repeat;
    background-position: center,center;
    background-size: 14px;
}

.Admin_VHR_PopUp_AlreadyOff_GV {
    margin-bottom: 70px;
    max-height: 250px;
    overflow: auto;
}

.Admin_VHR_GridOptionMenu {
    height: unset;
}

.Admin_VHR_SearchAppear {
    display: none;
}


/*    view Holiday Page*/


.Admin_VHR_RejectBTN {
    background-color: #d95351;
    color: #ffffff;
    border: none;
    height: 40px;
    width: 130px;
    margin: 2px 0px;
    border-radius: 4px;
    background-image: url(/Image/noIcon.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 95px, center;
    padding: 0px 36px 0px 5px;
    font-weight: 700;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.Admin_VHR_AcceptBTN {
    background-color: #8BC34A;
    color: #ffffff;
    border: none;
    height: 40px;
    width: 130px;
    margin: 2px 0px;
    border-radius: 4px;
    background-image: url(/Image/yesIcon.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 95px, center;
    padding: 0px 36px 0px 5px;
    font-weight: 700;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.Admin_VHR_UndoBTN {
    background-color: #007bff;
    color: #ffffff;
    border: none;
    height: 40px;
    width: 130px;
    margin: 2px 0px;
    border-radius: 4px;
    background-image: url(/Image/undoIcon.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 95px, center;
    padding: 0px 36px 0px 5px;
    font-weight: 700;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.Admin_VHR_CancelBTN {
    background-color: #989898;
    color: #ffffff;
    border: none;
    height: 40px;
    width: 130px;
    margin: 2px 0px;
    border-radius: 4px;
    background-image: url(/Image/Cancel_Icon3.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 95px, center;
    padding: 0px 36px 0px 5px;
    font-weight: 700;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.Admin_VHR_OverallTitle {
    margin-left: 30px;
}

.Admin_BreadCrumbs {
    font-size: 12px;
    color: black;
    margin: 5px 0px 5px 10px;
}

.Admin_BreadCrumbs_Span {
    color: black;
}

.Admin_VAR_GridContainer {
    width: 95%;
    display: flex;
    max-width: 2500px;
    margin: 0px 30px;
    background-color: #f3f4f4;
}

.Admin_VHR_GridOptionMenu {
    width: 220px;
    background-color: #e5e5e5;
}

.Admin_VHR_Grid {
    background-color: #f3f4f4;
    width: 100%;
}

.Admin_VHR_Btn {
    display: block;
    width: 80%;
    margin: 15px auto;
    /* background-color: #e6df9d; */
    /* color: #ffffff; */
    /* border: none; */
    height: 50px;
    font-weight: 700;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.Admin_VHR_Title {
    margin: 20px 12px;
}

.Admin_VHR_Inside_Grid {
    height: calc(100vh - 250px);
    overflow-y: scroll;
    min-height: 290px;
}

.Admin_VHR_TotalLBL {
    margin: 10px 12px;
    display: block;
}

.Admin_VHR_MiniMenu_Ptag {
    font-weight: 900;
    text-decoration: underline;
    margin-left: 5px;
}

.Admin_VHR_MiniMenu_DropDown {
    width: 135px;
    height: 25px;
    margin: 0px 0px 0px 10px;
    border: none;
    box-shadow: 0px 0px 0px 1px #2f40505c;
    border-radius: 2px;
}

.Admin_VHR_MiniMenu_TxtBox {
    width: 135px;
    height: 28px;
    margin: 8px 0px 10px 10px;
    border: none;
    box-shadow: 0px 0px 3px 1px #2f40505c;
    border-radius: 2px;
}

.Admin_VHR_MiniMenu_Btn {
    background-color: #7f7967;
    color: #ffffff;
    border: none;
    height: 30px;
    width: 101px;
    margin: 0px 0px 10px 10px;
    border-radius: 2px;
    background-image: url(/Image/search2.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 68px, center;
    padding: 0px 36px 0px 5px;
    font-weight: 700;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.Admin_VHR_Total_Container {
    display: flex;
}

.Admin_VHR_RowCountContainer {
    display: flex;
    flex-grow: 100;
    align-items: center;
    justify-content: flex-end;
    margin-right: 15px;
}

.Admin_VHR_Show_Text {
    margin-right: 5px;
}

.Admin_VHR_DDL_Row {
    height: 30px;
}

.Admin_VHR_Entries_Text {
    margin-left: 5px;
}

.Admin_VHR_PopUpInside {
    width: 80%;
    margin: 0 auto;
    text-align: left;
}

.Admin_VHR_PopUpBtnDiv {
    text-align: center;
}

.Admin_VHR_Popup_SpanText {
    display: inline-block;
    width: 150px;
}

.Admin_VHR_Popup_SpanVar {
    font-weight: 800;
}

.Admin_VHR_PopUp_yesBtn {
    background-color: #8BC34A;
    color: #ffffff;
    border: none;
    height: 40px;
    width: 80px;
    margin: 2px 10px;
    border-radius: 4px;
    background-image: url(/Image/yesIcon.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 50px, center;
    padding: 0px 36px 0px 5px;
    font-weight: 700;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.Admin_VHR_PopUp_noBtn {
    background-color: #d95351;
    color: #ffffff;
    border: none;
    height: 40px;
    width: 80px;
    margin: 2px 10px;
    border-radius: 4px;
    background-image: url(/Image/noIcon.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 50px, center;
    padding: 0px 36px 0px 5px;
    font-weight: 700;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.Admin_VAR_header {
    background-color: #ffffff;
    font-family: Arial;
    border: none 0px transparent;
    height: 50px;
    text-align: center;
    font-size: 11px;
    border-bottom: 3px #6f6f6f;
}

    .Admin_VAR_header th a {
        display: inline-block;
        padding-right: 17px;
        background: url(/Image/asc.png) right center no-repeat;
        background-size: 12px;
        text-decoration: none;
        vertical-align: central;
        transition: 0.4s;
    }

#Popup_Box_Decline {
    border-radius: 30px;
    visibility: hidden;
    display: none;
    width: 80%;
    max-width: 550px;
    background-color: #F4F4F4;
    text-align: center;
    box-shadow: 0px 0px 10px 0px grey;
    z-index: 10001;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#Popup_Box_Cancel {
    border-radius: 30px;
    visibility: hidden;
    display: none;
    width: 80%;
    max-width: 550px;
    background-color: #F4F4F4;
    text-align: center;
    box-shadow: 0px 0px 10px 0px grey;
    z-index: 10001;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#Popup_Box_ShowAllocated {
    border-radius: 30px;
    visibility: hidden;
    display: none;
    width: 80%;
    max-width: 550px;
    background-color: #F4F4F4;
    text-align: center;
    box-shadow: 0px 0px 10px 0px grey;
    z-index: 10001;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.Admin_VHR_PopUp_Decline_TxtBox {
    width: 80%;
    font-size: 18px;
    height: 150px;
    padding: 5px 10px;
}


.Admin_VHR_PopUp_Submit_Btn {
    background-color: #007bff;
    color: #ffffff;
    border: none;
    height: 50px;
    width: 120px;
    margin: 10px 10px;
    border-radius: 4px;
    background-image: url(/Image/LoginSubmit.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 88px, center;
    padding: 0px 36px 0px 5px;
    font-weight: 700;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.Admin_VHR_PopUp_AlreadyOffDiv {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #03A9F4;
    display: inline-block;
    background-image: url(/Image/infoIcon2.png);
    background-repeat: no-repeat;
    background-position: center,center;
    background-size: 14px;
}

.Admin_VHR_PopUp_AlreadyOff_GV {
    margin-bottom: 70px;
}

.Admin_VAR_ViewEvidenceDiv {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    background-color: #6f8c8c;
    border-radius: 50%;
    background-image: url(/Image/paper.png);
    background-position: center, center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.Admin_VAR_EvidenceImage {
    height: 100px;
}

.Admin_VAR_EvidenceBtnDiv {
    margin: 20px 0px;
}

.Admin_VAR_EvidenceViewBtn {
    background-color: #9E9E9E;
    color: #ffffff;
    border: none;
    height: 40px;
    width: 82px;
    margin: 5px 0px;
    border-radius: 4px;
    background-image: url(/Image/Open.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 52px, center;
    padding: 0px 36px 0px 5px;
    font-weight: 700;
    cursor: pointer;
    margin-right: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.Admin_VAR_EvidenceDnBtn {
    background-color: #2196F3;
    color: #ffffff;
    border: none;
    height: 40px;
    width: 112px;
    margin: 2px 0px;
    border-radius: 4px;
    background-image: url(/Image/LoginSubmit.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 82px, center;
    padding: 0px 36px 0px 5px;
    font-weight: 700;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.Admin_VAR_NotesDiv {
    width: 200px;
    max-height: 100px;
    overflow-y: auto;
    padding: 5px;
}

.Admin_VAR_Evidence_Img {
    max-width: 68vw;
    margin: 0 auto;
}

.Admin_VAR_Rows {
    background-color: #fff;
    font-family: Arial;
    font-size: 14px;
    color: #000;
    min-height: 25px;
    text-align: center;
    border: none 0px transparent;
    border-bottom: 1px #aba7a7;
}

    .Admin_VAR_Rows:hover {
        background-color: #ff8000;
        font-family: Arial;
        color: #fff !important;
        text-align: center;
    }

    .Admin_VAR_Rows td {
        width: 10%;
    }


.HP_InfoClick {
    height: 20px;
    width: 20px;
    top: 5px;
    right: calc(100% - 201px);
    background-size: 18px;
    border-radius: 50%;
    background-color: #03A9F4;
    display: inline-block;
    position: absolute;
    background-image: url(/Image/infoIcon2.png);
    background-repeat: no-repeat;
    background-position: center,center;
}

.AHP_InfoClick {
    height: 20px;
    width: 20px;
    top: 5px;
    right: calc(100% - 201px);
    background-size: 18px;
    border-radius: 50%;
    background-color: #03A9F4;
    display: inline-block;
    position: absolute;
    background-image: url(/Image/infoIcon2.png);
    background-repeat: no-repeat;
    background-position: center,center;
}
.AHP_InfoClick2 {
    display:none;
    margin-left: 25px;
    height: 20px;
    width: 20px;
    top: 5px;
    right: calc(100% - 201px);
    background-size: 18px;
    border-radius: 50%;
    background-color: #03A9F4;
    position: unset;
    background-image: url(/Image/infoIcon2.png);
    background-repeat: no-repeat;
    background-position: center,center;
}
.AHP_InfoClick3 {
    display: none;
    margin-left: 25px;
    height: 20px;
    width: 20px;
    top: 5px;
    right: calc(100% - 201px);
    background-size: 18px;
    border-radius: 50%;
    background-color: #03A9F4;
    position: unset;
    background-image: url(/Image/infoIcon2.png);
    background-repeat: no-repeat;
    background-position: center,center;
}



/*#### Company News ######*/

.CN_MainDiv {
    width: 100%;
    display: flex;
    flex-direction: row;
    color: #000;
    text-decoration: none;
    margin: 20px;
    /*max-width: 1200px;*/
}

    .CN_MainDiv:hover {
        cursor: pointer;
        -webkit-box-shadow: 0px 6px 19px -12px #000000;
        box-shadow: 0px 6px 19px -12px #000000;
    }


.CN_Title {
    text-align: center;
    margin: 20px;
}

.CN_ImageDiv {
    background-size: cover;
    background-position: center,center;
    background-repeat: no-repeat;
    width: 330px;
    height: 230px;
}

.CN_TextDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    width: 80%;
    font-size: 18px;
    position: relative;
}

.CN_BtnContainer {
    position: absolute;
    top: 80px;
    right: 15px;
}


.CN_hr2 {
    background-color: #EFEFEF;
    height: 1px;
    border: none;
    margin: 20px 0px;
}

.CN_OverallDiv {
    width: 90%;
    margin: auto;
    max-width: calc(97vw - 210px);
}

.CN_DateDiv {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    font-size: 15px;
}

.CN_InfoDiv {
    display: flex;
    justify-content: space-between;
}

.CN_BtnEdit {
    display: block;
    background-color: #007bff;
    color: #ffffff;
    border: none;
    height: 40px;
    width: 130px;
    margin: 2px 0px;
    border-radius: 4px;
    background-image: url(/Image/undoIcon.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 95px, center;
    padding: 0px 36px 0px 5px;
    font-weight: 700;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.CN_BtnDelete {
    background-color: #d95351;
    color: #ffffff;
    border: none;
    height: 40px;
    width: 130px;
    margin: 5px 0px;
    border-radius: 4px;
    background-image: url(/Image/noIcon.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 95px, center;
    padding: 0px 36px 0px 5px;
    font-weight: 700;
    cursor: pointer;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.CN_DateP {
    margin-bottom: unset;
}

.CN_DateSpan {
    margin-right: 5px;
}

.CN_SearchDiv {
    margin: 10px;
    display: inline-block;
    position: relative;
}

.CN_InsideTextTitle {
    width: calc(100% - 160px);
}

.CN_InsideText {
    width: calc(100% - 160px);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.CN_ViewedbyTag{
    text-align:right;
    font-size:15px;
}

.CN_SearchTxtDate {
    margin: unset;
    display: inline-block;
    background-color: #d0d0d047;
    border: 1px solid #9E9E9E;
    vertical-align: top;
    padding: 2px 50px 0px 10px;
    height: 30px;
    width: 80px;
    /* border-radius: 33px; */
    /* border-bottom-left-radius: 0px; */
}

.CN_SearchBtnDate {
    background-color: #2196F3;
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 34px;
    background-repeat: no-repeat;
    background-image: url(/Image/Search2.png);
    background-position: center, center;
    background-size: 20px;
    /* border-bottom-right-radius: 15px; */
    /* border-top-right-radius: 15px; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.CN_SearchTxtTxt {
    margin: unset;
    display: inline-block;
    background-color: #d0d0d047;
    border: 1px solid #9E9E9E;
    vertical-align: top;
    padding: 2px 50px 0px 10px;
    height: 30px;
    width: 120px;
    /* border-radius: 33px; */
    /* border-bottom-left-radius: 0px; */
}

.CN_SearchBtnTxt {
    background-color: #2196F3;
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 34px;
    background-repeat: no-repeat;
    background-image: url(/Image/Search2.png);
    background-position: center, center;
    background-size: 20px;
    /* border-bottom-right-radius: 15px; */
    /* border-top-right-radius: 15px; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.CN_hr {
    background-color: #EFEFEF;
    height: 1px;
    border: none;
    margin: 20px;
    max-width: 1200px;
}


.HP_HolDiv {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
    margin-top: unset;
    position: relative;
}

.HP_HolisMiniInfo {
    font-size: 13px;
    font-weight: 900;
    width: 70%;
    margin: 0 auto;
    margin-left: auto;
    /* border-bottom: 1px solid grey;*/
    border-top: unset;
    height: 0;
    overflow: hidden;
    transition: height 0.3s linear 0s;
}

.AHP_HolisMiniInfo {
    font-size: 13px;
    font-weight: 900;
    width: 70%;
    margin: 0 auto;
    margin-left: auto;
    /* border-bottom: 1px solid grey;*/
    border-top: unset;
    height: 0;
    overflow: hidden;
    transition: height 0.3s linear 0s;
}

.HP_HolisMiniInfoAppear {
    height: 105px;
}

.HP_HolisMiniFirst {
    display: flex;
}

.HP_SubLineDiv {
    height: 35px;
    display: inline-block;
    width: 25px;
    margin-right: 10px;
    border-right: 1px solid #505050;
    position: relative;
}

.HP_SubCircleDiv {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background-color: #949494;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 20px;
    border: none;
}

.HP_HolisMiniInsideSpan {
    display: inline-block;
    margin: 9px 0px;
    vertical-align: top;
}

.HP_HolisMiniInsideFirst {
    width: 140px;
    display: inline-block;
}


.RH_DaysLeftContainer {
    display: flex;
    justify-content: space-around;
}

.RH_DaysleftText {
    display: inline-block;
    padding-left: 5px;
    font-weight: 800;
}


.ADMIN_SNAD_RemoveBtn {
    background-color: #d95351;
    color: #ffffff;
    border: none;
    height: 40px;
    width: 130px;
    margin: 10px 0px 0px 5px;
    border-radius: 4px;
    background-image: url(/Image/DeleteIcon.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 95px, center;
    padding: 0px 36px 0px 5px;
    font-weight: 700;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.VB_DD_Vehicles {
    height: 40px;
    min-width: 120px;
    font-size: 16px;
    vertical-align: top;
    margin-right: 20px;
}

.VB_DD_IMG {
    height: 70px;
    position: absolute;
 
}

.VB_Cal_Overall_Con{
    display:flex;
}

.VB_Cal_Div_Con {
    width: 70%;
    max-width: 1024px;
}

.VB_Time_Div_Con {
    margin-left: 40px;

}

.VB_Time_Div_Top {
    margin: 0px 0px 10px 0px;
}

.VB_Time_Div_Bottom {
    margin: 10px 0px 0px 0px;
}

.VB_Time_TxtBx {
    height: 35px;
    text-align: center;
    font-size: 18px;
    width: 160px;
}

.VB_Time_Label_Title {
    margin-bottom: 15px;
    display: block;
    font-size: 25px;
    text-decoration: underline;
}

.VB_Reason_Div {
    margin-top: 20px;
}

.VB_Reason_lbl {
    display: block;
    font-size: 17px;
}

.VB_Reason_TxtBx {
    height: 120px;
}

.VB_DD_Con {
    margin-bottom: 30px;
}


/*######################################################################################



                                        MOBILE VIEW 550PX


########################################################################################*/

/*Mobile view*/
@media only screen and (max-width: 550px) {
    body {
    }

    .CN_ViewedbyTag{
        margin:unset;
    }

    input[type='CheckBox'] {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin: 8px 20px;
    }

    .HP_AppointmentRequestBtn {
        height: 70px;
        width: 70px;
        background-color: #FE3664;
        border: 2px solid #F27C7C;
        border-radius: 50%;
        background-image: url(/Image/AppointmentWhite.png);
        background-repeat: no-repeat;
        background-position: center, center;
        background-size: 45px;
        margin-left: 5px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .EB_Overall_Container {
        width: 100%;
        overflow-y: scroll;
        max-height: calc(100vh - 176px);
    }

    .AD_HR_SCDD_Title {
        text-align: center;
    }

    .HR_SCDD_Main {
        width: 100%;
        overflow-y: scroll;
        max-height: calc(90vh - 60px);
        margin-bottom: -60px;
        padding-bottom: 60px;
        padding: unset;
    }

    .HR_SCDD_RightSideContainer {
        width: 98% !important;
        margin: 0 auto !important;
        padding: unset !important;
        margin-left: unset;
        background-color: unset;
        box-shadow: unset;
    }


    .HP_PushHolidayBtn {
        height: 70px;
        width: 70px;
        background-color: #0092FD;
        border: 2px solid #6EBAE0;
        border-radius: 50%;
        background-image: url(/Image/Calendar_add.png);
        background-repeat: no-repeat;
        background-position: 18px, center;
        background-size: 44px;
        margin-left: 5px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .HP_PushAppBtn {
        height: 70px;
        width: 70px;
        background-color: #0092FD;
        border: 2px solid #6EBAE0;
        border-radius: 50%;
        background-image: url(/Image/Calendar_add.png);
        background-repeat: no-repeat;
        background-position: 18px, center;
        background-size: 44px;
        margin-left: 5px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .MessageDiv {
        width: 100%;
    }

    .Admin_Lbl_Emp {
        font-weight: 800
    }

    .Admin_HolidaysToday_Div {
        display: none;
    }

    .Admin_Holidays_Upcoming {
        display: none;
    }
    .AHP_News_Container_Pc {
        display: none;
    }

    .Admin_Top_Info_Container {
        background-color: #ececec;
    }

    .Admin_Info_Text {
        padding-left: 10px;
    }

    .Admin_Info_Middle {
        margin: unset;
    }

    .CNA_OverallDiv {
        padding-bottom: 10px;
        width: 100%;
        overflow-y: scroll;
        max-height: calc(90vh - 160px);
    }

    .Admin_ACN_OverallDiv {
        padding-bottom: 10px;
        width: 100%;
        overflow-y: scroll;
        max-height: calc(90vh - 100px);
        margin-bottom: 20px;
    }


    .NotificationBell {
        background-color: #ffffff00;
        width: 30px;
        height: 30px;
        position: absolute;
        bottom: -13px;
        left: -10px;
        border-radius: 50%;
        background-image: url(/Image/notificationGold.png);
        background-position: center, center;
        background-size: contain;
        z-index: 7;
    }

    .NotificationCircle {
        width: 17px;
        height: 18px;
        border-radius: 50%;
        background-color: red;
        position: absolute;
        border: 1px solid white;
        right: 0;
        top: 4px;
        text-align: center;
    }

    .NotificationText {
        font-size: 12px;
        font-weight: 700;
        display: inline-block;
        color: white;
    }

    .NotificationMenu {
        flex-direction: column;
        position: absolute;
        background-color: #F4F4F4;
        padding: unset;
        width: 309px;
        max-width: 78vw;
        right: 8px;
        z-index: 5;
        top: 105px;
        overflow: hidden;
        height: 0px;
    }

    .NotificationMenuAppear {
        padding: 10px 25px;
        height: 75vh;
        -webkit-transition: height 0.3s linear 0s;
        -moz-transition: height 0.3s linear 0s;
        -ms-transition: height 0.3s linear 0s;
        -o-transition: height 0.3s linear 0s;
        transition: height 0.3s linear 0s;
        z-index: 5;
        overflow: unset;
        box-shadow: 5px 5px 2px 10px #2f40505c;
    }

    .NotificationInsideDiv {
        height: 0px;
        overflow: hidden;
    }

    .NotificationInsideDivAppear {
        -webkit-transition: height 0.3s linear 0.2s;
        -moz-transition: height 0.3s linear 0.2s;
        -ms-transition: height 0.3s linear 0.2s;
        -o-transition: height 0.3s linear 0.2s;
        transition: height 0.3s linear 0.2s;
        height: 75vh;
        padding-bottom: 10px;
        overflow-y: scroll;
    }

    .NotificationTriangle {
        width: 0px;
        height: 0px;
        background-color: #ffffff00;
        position: absolute;
        top: -25px;
        right: 51px;
        border: 13px solid #F4F4F4;
        border-top-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
    }

    .NotAtagUnset {
        text-decoration: none !important;
        color: black;
    }

    .MP_NotificationTitle {
        margin: unset;
    }

    .MP_NotificationInsideText {
        margin: 5px 0px;
    }

    .MP_NotificationDetails {
        font-size: 12px;
        margin-top: 9px;
        display: flex;
        justify-content: space-between;
    }

    .AdminPageDiv {
        padding-bottom: 10px;
        width: 100%;
        overflow-y: scroll;
        max-height: calc(90vh - 100px);
        margin-bottom: -60px;
        padding-bottom: 60px;
    }

    .MobileMenuAtags {
        display: block;
        color: rgba(0, 64, 80, 1);
        font-size: 18px;
        border-bottom: solid;
        border-width: thin;
        padding: 10px 0px;
        margin: 10px 10px;
    }

    .MobMenuOptionsContainer {
        display: none;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        min-height: calc(100vh - 60px);
        background-color: rgba(0,0,0,.45);
        z-index: 8;
    }

        .MobMenuOptionsContainer.active {
            display: block;
            animation: fadeoutContainer 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        }

        .MobMenuOptionsContainer.active1 {
            display: block;
            animation: fadeoutContainer 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        }

    .MobileMenuOptionsInside {
        flex-direction: column;
        position: absolute;
        background-color: #F4F4F4;
        padding: 10px 25px;
        min-height: 75vh;
        width: 200px;
        bottom: 0px;
        max-width: 50vw;
        right: 0px;
        z-index: 9;
        max-height: 75vh;
        overflow-y: auto;
    }

        .MobileMenuOptionsInside.scale-in-hor-right {
            -webkit-animation: scale-in-hor-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: scale-in-hor-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        }

    .slide-in-top {
        -webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }

    @-webkit-keyframes slide-in-top {
        0% {
            -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
            opacity: 0;
        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes slide-in-top {
        0% {
            -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
            opacity: 0;
        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }
    }


    @-webkit-keyframes scale-in-hor-right {
        0% {
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
            opacity: 1;
        }

        100% {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
            opacity: 1;
        }
    }

    @keyframes scale-in-hor-right {
        0% {
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
            opacity: 1;
        }

        100% {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
            opacity: 1;
        }
    }

    .scale-out-hor-right {
        -webkit-animation: scale-out-hor-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
        animation: scale-out-hor-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    }

    @-webkit-keyframes scale-out-hor-right {
        0% {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
            opacity: 1;
        }

        100% {
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
            opacity: 1;
        }
    }

    @keyframes scale-out-hor-right {
        0% {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
            opacity: 1;
        }

        100% {
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
            opacity: 1;
        }
    }

    @keyframes fadeoutContainer {
        0% {
            background-color: rgba(0,0,0,.0);
        }

        25% {
            background-color: rgba(0,0,0,.12);
        }

        50% {
            background-color: rgba(0,0,0,.24);
        }

        75% {
            background-color: rgba(0,0,0,.36);
        }

        100% {
            background-color: rgba(0,0,0,.45);
        }
    }

    .MobileContainer {
        padding: 5px 10px;
    }

    .MobileScroll {
        max-height: calc(98vh - 176px);
        overflow-y: scroll;
        margin: 0px 14px;
    }


    /*###### Login Page - MOBILE VIEW ##########*/
    .LP_DivLogoContainer {
        background-color: #2F4050;
        padding-top: 30px;
        border-bottom: 1px solid;
        border-color: #707070;
    }

    .LP_DivLogo {
        width: 100%;
        height: 170px;
        background: url(/Image/Bloc_White.png);
        background-repeat: no-repeat;
        background-position: center, center;
        background-size: contain;
        margin: 0px auto;
    }

    .LP_DivLogoText {
        color: #ffffff;
        text-align: center;
        font-size: 25px;
        padding-bottom: 30px;
    }

    .LP_TextBox {
        width: 97%;
        height: 35px;
        border: 1px solid;
        border-radius: 10px;
        margin-bottom: 5px;
        font-size: 20px;
        padding: 0px 10px;
    }

    .LP_DivTextContainer {
        padding: 0px 20px;
    }

    .LP_DivTextContainerMainText {
        font-weight: 800;
        font-size: 16px;
    }

    .LP_DivTextContainerLink {
        font-size: 14px;
    }

    .LP_DivTextContainerBtnDiv {
        text-align: right;
    }

    .LP_DivTextContainerBtn {
        margin-top: 10px;
        background-image: url(/Image/LoginSubmit.png);
        background-repeat: no-repeat;
        background-position: 90px, center;
        background-size: 27px;
        background-color: #2F4050;
        width: 130px;
        height: 45px;
        padding: 0px 30px 0px 5px;
        border-radius: 10px;
        border: none;
        color: #ffffff;
        font-weight: 900;
        font-size: 17px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor:pointer;
    }

    .LP_DivTextContainerBtnMobile {
        margin-top: 10px;
        background-image: url(/Image/LoginSubmit.png);
        background-repeat: no-repeat;
        background-position: 150px, center;
        background-size: 27px;
        background-color: #2F4050;
        border-radius: 10px;
        width: 188px;
        height: 45px;
        padding: 0px 30px 0px 5px;
        border: none;
        color: #ffffff;
        font-weight: 900;
        font-size: 17px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }


    .LP_Label {
        display: block;
    }

    .LP_LabelMargin {
        margin: 10px 0px;
    }

    /*########  Master Page - MOBILE VIEW ########### */

    .MobileMenuArrow {
        width: 20px;
        height: 20px;
        display: inline-block;
        position: absolute;
        top: 18px;
        right: 5px;
        background-image: url(/Image/MenuDownArrowNavy.png);
        background-repeat: no-repeat;
        background-size: contain;
        transition: 0.4s;
        cursor: pointer;
    }

    .MP_OverallContainer {
        /*    height: 100%;
    position: relative;*/
    }


    .MP_PCMainMenuContainer {
        display: none;
    }

    .MP_PCMainContentContainer {
        /* height: 100%;
        position: relative;*/
    }

    .MP_PCMainTopHeader {
        height: unset;
        background-color: unset;
    }


    .MP_BackgroundDiv {
        background: url(/Image/Bloc.jpg);
        background: linear-gradient(rgb(0 0 0 / 50%), rgb(27 27 27 / 50%)), url(/Image/Bloc.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 116px;
        background-position:center;
    }

    .MP_BackgroundDivInsideLeft {
        display: inline-block;
        vertical-align: top;
        width: 59%;
        color: unset;
        font-size: unset;
        line-height: unset;
    }

    .MP_BackgroundDivInsideRight {
        display: inline-block;
        vertical-align: top;
        width: 39%;
        text-align: -webkit-right !important;
        text-align: -moz-right !important;
        text-align: -o-right !important;
        text-align: -ms-right !important;
        text-align: right;
        position: unset;
        height: unset;
    }

    .MP_BackgroundDivInsideRightAvatar {
        width: 70px;
        height: 70px;
        background-image: url(/Image/Mark.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 70px;
        margin: 8px 2px 0px 0px;
        border-radius: 50px;
        display: block;
        border: unset;
        position: relative;
        top: unset;
        right: unset;
    }

    .MP_BackgroundDivInsideRightSettingsDiv {
        display: block;
    }

    .MP_BackgroundDivInsideRightSettingsBtn {
        width: 35px;
    }

    .MP_BackgroundDivText {
        color: #ffffff;
        margin: 18% 0px 18% 20px;
        font-size: 30px;
    }

    .MP_FooterMenu {
        display: flex;
        flex-wrap: wrap;
        background-color: #eaeaea;
        position: fixed;
        bottom: 0;
        left: 0;
        height: 60px;
        width: 100%;
        z-index: 11;
    }



    .MP_FooterMenuInside1st {
        flex: 0 0 33.333333%;
        text-align: center;
    }

    .MP_FooterMenuInside2nd {
        flex: 0 0 33.333333%;
        text-align: center;
    }

    .MP_FooterMenuInside3rd {
        flex: 0 0 33.333333%;
        text-align: center;
    }

    .MP_FooterMenuHomeBtn {
        width: 30px;
        margin-top: 10px;
    }

    .MP_FooterMenuNewsBtn {
        width: 46px;
        margin-top: 6px;
    }

    .MP_FooterMenuBtnText {
        margin: unset;
        color: #0f0f0f;
        font-weight: 900;
        font-size: 12px;
    }

    .MP_MobMenuContainer {
        display: inline-block;
        margin: 0 auto;
    }

    .MP_MenuFirstLine, .MP_MenuSecondLine, .MP_MenuThirdLine {
        width: 35px;
        height: 2px;
        background-color: #333;
        margin: 9px 0;
        transition: 0.4s;
    }

    .ThirdLineMargin {
        margin-bottom: 5px;
    }



    .change .MP_MenuFirstLine {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
    }

    .change .MP_MenuSecondLine {
        opacity: 0;
    }

    .change .MP_MenuThirdLine {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }

    /*########  Home Page - MOBILE VIEW ########### */


    .HP_MainContainer {
        padding-bottom: 10px;
        width: 100%;
        overflow-y: scroll;
        max-height: calc(90vh - 100px);
    }

    .HP_InformationFirstSide {
        width: 100%;
        display: inline-block;
    }
    .AHP_InformationFirstSide {
        width: 100%;
        display: inline-block;
        overflow: hidden;
        height: 0px;
        transition: height 0.3s linear 0s;
    }

    .AHP_InformationFirstSide_Show{
        height:230px;
    }

    .HP_InformationSecondSide {
        width: 29%;
        display: inline-block;
        text-align: right;
    }

    .HP_IndentRight {
        padding-right: 10px;
        font-weight: 900;
        font-weight: 800;
        margin-top: unset;
        font-size: 20px;
        padding-right: 40px;
        margin-bottom: unset;
    }

    .HP_IndentLeft {
        padding-left: 10px;
    }

    .HP_HolidayContainer {
        background-color: #ffffff;
        padding: 0px 10px;
    }

    .HP_HolidaysMainText {
        display: inline-block;
        width: 63%;
    }

    .HP_HolidaySideText {
        display: inline-block;
        float: right;
        margin: unset;
        padding: 32px 0px 0px 0px;
        color: lightgrey;
    }

    .HP_HolidayIconsContainer {
        display: flex;
        flex-flow: row;
        /* justify-content: space-between;*/
        padding-left: 10px;
        overflow-x: auto;
    }

    .HP_HolidayIconsContainerViewAll {
        display: block;
        flex-flow: row;
        justify-content: space-between;
        padding-left: 10px;
        overflow-x: scroll;
    }

    .Atag {
        text-decoration: none;
        color: black;
    }

    .HP_Atag {
        flex: 0 0 35%;
        margin-bottom: 10px;
    }

    .HP_AtagViewAll {
        display: inline-block;
        width: 32%;
        margin-bottom: 10px;
        vertical-align: top;
    }

    .HP_HolidayRequestBtn {
        height: 70px;
        width: 70px;
        background-color: #FE3664;
        border: 2px solid #F27C7C;
        border-radius: 50%;
        background-image: url(/Image/HolidaysRequestDay.png);
        background-repeat: no-repeat;
        background-position: center, center;
        background-size: 35px;
        margin-left: 5px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .HP_HolidayAccount {
        height: 70px;
        width: 70px;
        background-color: #ffc02f;
        border: 2px solid #F5C34B;
        border-radius: 50%;
        background-image: url(/Image/HomeSettings.png);
        background-repeat: no-repeat;
        background-position: center, center;
        background-size: 42px;
        margin-left: 5px;
    }

    .HP_EmployeeResources {
        height: 70px;
        width: 70px;
        background-color: #000000;
        border: 2px solid #9e9e9e;
        border-radius: 50%;
        background-image: url(/Image/EmpInfo.png);
        background-repeat: no-repeat;
        background-position: center, center;
        background-size: 42px;
        margin-left: 5px;
    }


    .HP_HolidayRequestBtnText {
        font-weight: 800;
        width: 85px;
        text-align: center;
        margin-top: 4px;
        font-size: 14px;
        text-decoration: none;
    }

    .HP_HolidayOverviewBtn {
        height: 70px;
        width: 70px;
        background-color: #0092FD;
        border: 2px solid #6EBAE0;
        border-radius: 50%;
        background-image: url(/Image/CalendarOverviewIcon.png);
        background-repeat: no-repeat;
        background-position: center, center;
        background-size: 40px;
        margin-left: 5px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .HP_HolidayDaysPendingBtn {
        height: 70px;
        width: 70px;
        background-color: #0092FD;
        border: 2px solid #6EBAE0;
        border-radius: 50%;
        background-image: url(/Image/HolidaysViewAllocation.png);
        background-repeat: no-repeat;
        background-position: center, center;
        background-size: 35px;
        margin-left: 5px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .HP_HolidayDaysPendingBtnText {
        font-weight: 800;
        width: 90px;
        text-align: center;
        margin-top: 4px;
        font-size: 14px;
    }

    .HP_ViewHolidayListBtn {
        height: 70px;
        width: 70px;
        background-color: #565656;
        border: 2px solid #bbb8b0;
        background-image: url(/Image/sendmessage.png);
        border-radius: 50%;
        background-repeat: no-repeat;
        background-position: center,center;
        background-size: 45px;
        margin-left: 5px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .HP_ViewHolidayAllocationBtn {
        height: 70px;
        width: 70px;
        background-color: #3cab5a;
        border: 2px solid #aadab7;
        border-radius: 50%;
        background-repeat: no-repeat;
        background-position: center, center;
        background-size: 35px;
        margin-left: 5px;
        background-image: url(/Image/News.png);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .HP_ViewHolidayAllocationBtnText {
        font-weight: 800;
        width: 90px;
        text-align: center;
        margin-top: 4px;
        font-size: 14px;
    }

    .HOPC_Holiday_Information {
    }


    .HP_HolidayText {
        margin-top: 3px;
        margin-bottom: unset;
        text-decoration: none;
    }

    .HP_HolisMiniInfo {
        font-size: 13px;
        font-weight: 900;
        width: 70%;
        margin: 0 auto;
        margin-left: auto;
    }


    .AHP_HolisMiniInfo {
        font-size: 13px;
        font-weight: 900;
        width: 70%;
        margin: 0 auto;
        margin-left: auto;
        height:105PX;
    }
    .HP_HolisMiniInsideSpan {
        display: block;
    }

    .HP_HolisMiniInsideFirst {
        width: 140px;
        display: inline-block;
    }

    /*  ### Request Holiday - MOBILE VIEW ###*/


    .RH_OverallContainer {
        width: unset;
        margin: unset;
        margin-top: unset;
        max-width: unset;
        padding-bottom: 10px;
        width: 100%;
        overflow-y: scroll;
        max-height: calc(100vh - 176px);
    }

    .RH_BtnContainer {
        text-align: right;
    }

    .RH_KeyWrapper {
        padding: 0px 5px;
    }

    .RH_KeyTitle {
        font-size: 16px;
    }

    .RH_KeyColorDiv {
        width: 22%;
    }

    .RH_KeyColorTextBig {
        width: 70px;
    }

    .RH_KeyColorTextSmall {
        width: 70px;
    }

    .RH_KeyInsideContainer {
        font-size: 14px;
        display: flex;
        padding: 0px 10px;
        justify-content: space-around;
    }

    .RH_SubmitBtn {
        background-color: #007bff;
        color: #ffffff;
        border: none;
        height: 35px;
        width: 100px;
        margin: 20px 15px 20px 5px;
        border-radius: 6px;
        background-image: url(/Image/LoginSubmit.png);
        background-repeat: no-repeat;
        background-size: 22px;
        background-position: 65px, center;
        padding: 0px 36px 0px 5px;
        font-weight: 700;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }



    .NormalChkBox input[type='CheckBox'] {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin: 8px 20px;
    }


    .CH_OverallRepeaterDiv {
        padding: 0px 5px;
        max-height: 60vh;
        overflow-y: scroll;
        max-height: calc(100vh - 177px);
    }

    .CH_TextContainer {
        display: flex;
        font-weight: 800;
    }

    .CH_TextContainerInside1 {
        width: 50%;
    }

    .CH_TextContainerInside2 {
        width: 23%;
        text-align: center;
    }

    .CH_RepeaterDate {
        display: inline-block;
        width: 50%;
        vertical-align: top;
        margin: 10px 0px;
    }

    .CH_RepeaterCheckBox {
        display: inline-block;
        width: 22%;
        text-align: center;
        vertical-align: top;
    }

    .CH_BtnDatesSubmitDiv {
        text-align: right;
        margin-top: 15px;
    }

    .CH_BtnDatesSubmit {
        background-color: #007bff;
        color: #ffffff;
        border: none;
        height: 35px;
        width: 100px;
        margin: 10px 45px 20px 5px;
        border-radius: 6px;
        background-image: url(/Image/LoginSubmit.png);
        background-repeat: no-repeat;
        background-size: 22px;
        background-position: 65px, center;
        padding: 0px 36px 0px 5px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    #popup_box {
        border-radius: 30px;
        visibility: hidden;
        display: none;
        width: 80%;
        height: 300px;
        max-width: 550px;
        background-color: #F4F4F4;
        text-align: center;
        box-shadow: 0px 0px 10px 0px grey;
        z-index: 10001;
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }




    .CH_PopupBox_SaveBtn {
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: 48px;
        line-height: 30px;
        font-size: 16px;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 2px;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    .CH_PopupBox_ChkboxDivContainer {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .CH_PopupBox_ChkboxDiv {
        margin: 0px 20px;
    }


    .CH_HolidayNotes {
        font-weight: 700;
        text-align: center;
    }

    .CH_HolidayDiv {
        text-align: center;
        max-width: 400px;
    }

    .CH_HolidayNotesTxtBox {
        width: 80%;
        height: 150px;
        font-size: 16px;
    }


    #backgroundCover {
        position: fixed;
        height: 100%;
        top: 0%;
        left: 0%;
        width: 100%;
        z-index: 10000;
        background-color: rgb(127, 127, 127);
        opacity: 0.8;
        visibility: hidden;
        display: none;
    }


    /*##########   Holiday Overview --- MOBILE VIEW  ###################*/

    .HO_MobileOverallBtn {
        text-align: -webkit-center;
    }

    .HO_KeyTile {
        margin: 5px 0px;
    }

    .HO_ListContainer {
        padding: 0px 20px;
    }

    .HO_SubHeadings {
        font-size: 20px;
    }

    .HO_PCHeading {
        display: none;
    }


    .HO_BtnLinkContainer {
        display: flex;
        justify-content: space-evenly;
        margin: 20px 0px
    }

    .HO_KeyColorDiv {
        display: inline-flex;
        margin: 5px 0px;
    }

    .HO_KeyColorText {
        width: 220px;
        margin: 10px 0px;
    }

    .HO_CalendarContainer {
        display: none;
    }

    .HO_KeyColorGreenDiv {
        width: 40px;
        height: 40px;
        background-color: #78f778;
        border-radius: 4px;
    }

    .HO_KeyColorYellowDiv {
        width: 40px;
        height: 40px;
        background-color: #fbf45a;
        border-radius: 4px;
    }

    .HO_KeyColorRedDiv {
        width: 40px;
        height: 40px;
        background-color: #ff4848;
        border-radius: 4px;
    }

    .HO_KeyColorGreyDiv {
        width: 40px;
        height: 40px;
        background-color: #909090;
        border-radius: 4px;
    }

    /*    ######*/

    .HO_InformationContainer {
        background-color: #1615150f;
    }

    .HO_InformationInsideDiv {
        padding: 10px 10px;
    }

    .HO_InformationH2 {
        margin: unset;
    }

    .HO_Info_Label {
        font-weight: 900;
    }

    .HO_MobileContainer {
        padding-bottom: 10px;
        width: 100%;
        overflow-y: scroll;
        max-height: calc(100vh - 176px);
    }
    /*    ########## Account Page - MOBILE view ##########*/
    .AP_OverallContainer {
        width: 100%;
        overflow-y: scroll;
        max-height: calc(100vh - 176px);
    }

    .AP_BreakSpace {
        width: 160px;
        display: inline-block;
    }

    .AP_Textbox {
        height: 25px;
        padding: 0px 5px;
    }

    .AP_Ptag {
        /*    height: 30px;
        display: block;*/
    }

    .AP_MessageTag {
        text-align: center;
        background-color: lightgreen;
        height: 30px;
        font-size: 14px;
    }

    .AP_Btn_Container {
        text-align: right;
        margin-right: 30px;
    }

    .AP_SaveBtn {
        background-color: #007bff;
        color: #ffffff;
        border: none;
        height: 35px;
        width: 100px;
        margin: 10px 0px 0px 5px;
        border-radius: 6px;
        background-image: url(/Image/LoginSubmit.png);
        background-repeat: no-repeat;
        background-size: 22px;
        background-position: 65px, center;
        padding: 0px 36px 0px 5px;
        font-weight: 700;
    }

    .AP_UpdateBtn {
        background-color: #007bff;
        color: #ffffff;
        border: none;
        height: 40px;
        width: 160px;
        margin: 10px 0px 0px 5px;
        border-radius: 6px;
        background-image: url(/Image/LoginSubmit.png);
        background-repeat: no-repeat;
        background-size: 22px;
        background-position: 125px, center;
        padding: 0px 36px 0px 5px;
        font-weight: 700;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .AP_LblUpdate {
        line-height: 30px;
    }

    .AP_LblError {
        line-height: 30px;
    }

    .SDJKD {
    }
    /*--------------Radio Button---------------------*/
    /*.center {*/
    /*position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);*/
    /*}

    input[type="checkbox"] {
        position: relative;
        width: 70px;
        height: 22px;
        -webkit-appearance: none;
        background: #ec3131;
        outline: none;
        border-radius: 20px;
        box-shadow: inset 0 0 5px rgba(0,0,0,.2);
        transition: .5s;
        top: 0px;
        left: 0px;
    }

    input:checked[type="checkbox"] {
        background: #4caf50;
    }

    input[type="checkbox"]:before {
        content: '';
        position: absolute;
        width: 25px;
        height: 25px;
        border-radius: 20px;
        top: 0;
        left: 0;
        background: #fff;
        transform: scale(1.1);
        box-shadow: 0 2px 5px rgba(0,0,0,.2);
        transition: .5s;
    }

    input:checked[type="checkbox"]:before {
        left: 110px;
    }*/
    /*================== Calender JQuery =========================*/
    /*    .ui-widget.ui-widget-content {
        width: 98%;
        top: 130.5px !important;
        left: 5px !important;
    }

    .ui-state-default {
        height: 60px;
    }

    .ui-widget-header .ui-icon {
        background-image: url() !important;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px !important;
    }

    .ui-datepicker-prev-hover {
        background-image: none !important;
    }

    .ui-icon {
        text-indent: unset !important;
    }

    .ui-icon {
        width: unset !important;
        height: unset !important;
    }

    .ui-icon {
        left: 39% !important;
    }

    .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        width: 4.1em !important;
        cursor: pointer;
    }

    .DateBtn {
        height: 50px;
        border: none;
        background-color: #5C4D8E;
        color: #FFFFFF;
        FONT-SIZE: 16px;
        border-radius: 10px;
    }*/
    .calendarWrapper {
        width: 100%;
        margin: unset;
        margin-top: unset;
    }

    .myCalendarTitle {
        background: #e9e9e9 !important;
        color: #333333 !important;
        font-weight: bold !important;
        width: 99% !important;
        border-collapse: unset !important;
        margin: 0 auto;
        border-radius: 3px;
    }

        .myCalendarTitle tr td {
            height: 35px;
            display: inline-block;
            line-height: 35px;
        }

            .myCalendarTitle tr td a {
                height: 35px;
                display: block;
                line-height: 35px;
            }

            .myCalendarTitle tr td:nth-child(1) {
                width: 13% !important;
            }

            .myCalendarTitle tr td:nth-child(3) {
                width: 13% !important;
            }


    .myCalendar tr td a {
        border: 1px solid #c5c5c5;
        background: #f6f6f6;
        font-weight: normal;
        color: #454545;
        display: block;
        height: 60px;
    }

    .calendar {
        font-family: "Circular Std Book", "Raleway", "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
        border: solid 1px #B8B8B8;
        background-color: #F8F8F8;
        color: #B8B8B8;
        width: 100%;
        border-collapse: unset !important;
        border-radius: 3px;
    }

        .calendar tr:nth-child(1) td {
            background-color: unset !important;
        }

        .calendar tr:nth-child(2) {
            background-color: #ffffff;
            height: 50px;
            color: black;
        }

            .calendar tr:nth-child(2) > [abbr=Sunday] {
                display: none;
            }

            .calendar tr:nth-child(2) > [abbr=Saturday] {
                display: none;
            }


        .calendar td {
            font-weight: bold;
            background-color: #F8F8F8;
            padding: 2px;
        }

        .calendar table td {
            border: unset !important;
            background: #e9e9e9 !important;
            color: #333333 !important;
            font-weight: bold !important;
        }

            .calendar table td a {
                color: #F8F8F8;
                border: none !important;
                text-decoration: none;
                background: #e9e9e9 !important;
                color: #333333 !important;
                font-weight: bold !important;
            }

        .calendar a {
            border: 1px solid #c5c5c5;
            /* background: #f6f6f6;*/
            font-weight: normal;
            color: #454545 !important;
            display: block;
            height: 60px;
            text-decoration: none !important;
            text-align: right;
            padding-right: 5px;
        }

    .calendarSelectedDay {
        background-color: unset !important;
    }

        .calendarSelectedDay a {
            background: #fffa90;
            border: 1px solid #dad55e;
        }

    .hidden,
    #Calendrier tr > th[abbr=Saturday],
    #Calendrier tr > th[abbr=Sunday] {
        display: none;
    }

    #Calendrier tr > th {
        text-align: center;
    }

    .NoSelectable {
        pointer-events: none;
    }

    .HP_PCQuickLinkBtns {
        display: none;
    }


    .HP_PCQL_Container {
        display: flex;
        flex-wrap: wrap;
    }

    .HP_PCQL_Holiday {
        Height: 130px;
        width: 260px;
        background-color: #FCAF40;
        box-shadow: 5px 5px 2px 0px #2f40505c;
        border-radius: 3px;
        color: #ffffff;
        font-size: 20px;
        position: relative;
        margin-right: 50px;
        margin-bottom: 50px;
        overflow: hidden;
        transition: all .2s ease-in-out;
        cursor: pointer;
    }

        .HP_PCQL_Holiday:hover {
            transform: scale(1.1);
        }

    .HP_PCQL_Appointment {
        Height: 130px;
        width: 130px;
        background-color: #3885B4;
        box-shadow: 5px 5px 2px 0px #2f40505c;
        border-radius: 3px;
        color: #ffffff;
        font-size: 20px;
        position: relative;
        margin-right: 50px;
        margin-bottom: 50px;
        overflow: hidden;
        transition: all .2s ease-in-out;
        cursor: pointer;
    }

        .HP_PCQL_Appointment:hover {
            transform: scale(1.1);
        }

    .HP_PCQL_Holiday_FirstSlide {
        display: inline-block;
        vertical-align: top;
        width: 121px;
        height: 121px;
        background-color: #ffffff2e;
        position: absolute;
        left: -10px;
        top: 6px;
        border-radius: 50%;
        background-image: url(/Image/HolidaysRequestDay.png);
        background-repeat: no-repeat;
        background-position: center, center;
        background-size: 60px;
    }

    .HP_PCQL_Appointment_FirstSlide {
        display: inline-block;
        vertical-align: top;
        width: 80px;
        height: 80px;
        background-color: #ffffff2e;
        position: absolute;
        left: 50%;
        top: -5px;
        border-radius: 50%;
        background-image: url(/Image/AppointmentWhite.png);
        background-repeat: no-repeat;
        background-position: center, center;
        background-size: 60px;
        margin-left: -40px;
    }

    .HP_PCQL_News {
        Height: 130px;
        width: 260px;
        background-color: #E44761;
        box-shadow: 5px 5px 2px 0px #2f40505c;
        border-radius: 3px;
        color: #ffffff;
        font-size: 20px;
        position: relative;
        margin-right: 50px;
        margin-bottom: 50px;
        overflow: hidden;
        transition: all .2s ease-in-out;
        cursor: pointer;
    }

        .HP_PCQL_News:hover {
            transform: scale(1.1);
        }


    .HP_PCQL_News_FirstSlide {
        display: inline-block;
        vertical-align: top;
        width: 121px;
        height: 121px;
        background-color: #ffffff2e;
        position: absolute;
        left: -10px;
        top: 6px;
        border-radius: 50%;
        background-image: url(/Image/News.png);
        background-repeat: no-repeat;
        background-position: center, center;
        background-size: 60px;
    }

    .HP_PCQL_Settings {
        Height: 130px;
        width: 260px;
        background-color: #3CAB5A;
        box-shadow: 5px 5px 2px 0px #2f40505c;
        border-radius: 3px;
        color: #ffffff;
        font-size: 20px;
        position: relative;
        margin-right: 50px;
        margin-bottom: 50px;
        overflow: hidden;
        transition: all .2s ease-in-out;
        cursor: pointer;
    }

        .HP_PCQL_Settings:hover {
            transform: scale(1.1);
        }



    .HP_PCQL_Setings_FirstSlide {
        display: inline-block;
        vertical-align: top;
        width: 121px;
        height: 121px;
        background-color: #ffffff2e;
        position: absolute;
        left: -10px;
        top: 6px;
        border-radius: 50%;
        background-image: url(/Image/HomeSettings.png);
        background-repeat: no-repeat;
        background-position: center, center;
        background-size: 60px;
    }

    .HP_PCQL_Text {
        margin: unset;
    }

    .HP_PCQL_Holiday_SecondSlide {
        display: inline-block;
        vertical-align: top;
        position: absolute;
        bottom: 5px;
        right: 12px;
        font-size: 13px;
        text-align: center;
    }

    .MP_PCSubMenuContainer {
        -webkit-transition: height 0.3s linear 0s;
        -moz-transition: height 0.3s linear 0s;
        -ms-transition: height 0.3s linear 0s;
        -o-transition: height 0.3s linear 0s;
        transition: height 0.3s linear 0s;
        height: 0px;
        overflow: hidden;
    }

    .slide2 {
        height: 72px;
        -webkit-transition: height 0.3s linear 0s;
        -moz-transition: height 0.3s linear 0s;
        -ms-transition: height 0.3s linear 0s;
        -o-transition: height 0.3s linear 0s;
        transition: height 0.3s linear 0s;
    }

    .slide3 {
        height: 110px;
        -webkit-transition: height 0.3s linear 0s;
        -moz-transition: height 0.3s linear 0s;
        -ms-transition: height 0.3s linear 0s;
        -o-transition: height 0.3s linear 0s;
        transition: height 0.3s linear 0s;
    }

    .slide4 {
        height: 145px;
        -webkit-transition: height 0.3s linear 0s;
        -moz-transition: height 0.3s linear 0s;
        -ms-transition: height 0.3s linear 0s;
        -o-transition: height 0.3s linear 0s;
        transition: height 0.3s linear 0s;
    }

    .changeArrow {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg) !important;
        transition: 0.4s;
        animation: unset;
    }

    .MP_PCMainMenuGeneralSubBtn {
        width: 100%;
        height: 35px;
        border-bottom: 1px solid #505050;
        position: relative;
    }

    .MP_PCMainMenuGeneralBtn {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #505050;
        position: relative;
    }

    .MP_PCHomeBtn {
        border-top: 1px solid #505050;
    }

    .MP_PCAppointmentH2 {
        width: 70%;
        margin: 5px 0px;
    }

    .MP_PCMainMenuGeneralSubBtn {
        width: 100%;
        height: 35px;
        border-bottom: 1px solid #505050;
        position: relative;
    }

    .MP_PCMainMenuSubText {
        font-size: 10px;
        margin: unset;
        line-height: 35px;
        display: inline-block;
        vertical-align: top;
    }

    .MP_PCMainMenuSubLineDiv {
        height: 35px;
        display: inline-block;
        width: 25px;
        margin-right: 10px;
        border-right: 1px solid #505050;
    }

    .MP_PCMainMenuSubCircleDiv {
        display: inline-block;
        vertical-align: middle;
        width: 10px;
        height: 10px;
        background-color: #949494;
        border-radius: 50%;
        position: absolute;
        top: 13px;
        left: 20px;
        border: none;
    }

    .MP_PCMainMenuHomeIcon {
        margin-right: 13px;
        width: 25px;
        height: 25px;
        background-image: url(/Image/MenuHomeNavy.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        margin: 10px 13px;
        vertical-align: top;
        transition: 0.2s;
    }

    .MP_PCMainMenuAppointmentIcon {
        margin-right: 13px;
        width: 29px;
        height: 29px;
        background-image: url(/Image/AppointmentNavy.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        margin: 10px 13px;
        vertical-align: top;
        transition: 0.2s;
    }

    .MP_PCMainMenuNewsIcon {
        margin-right: 13px;
        width: 29px;
        height: 29px;
        background-image: url(/Image/NewsNavy.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        margin: 10px 13px;
        vertical-align: top;
        transition: 0.2s;
    }

    .MP_PCMainMenuSettingsIcon {
        margin-right: 13px;
        width: 29px;
        height: 29px;
        background-image: url(/Image/HomeSettingsNavy.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        margin: 10px 13px;
        vertical-align: top;
        transition: 0.2s;
    }
    .MP_PCMainMenuEmpResourcesIcon {
        margin-right: 13px;
        width: 29px;
        height: 29px;
        background-image: url(/Image/EmpInfo_Navy.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        margin: 10px 6px;
        vertical-align: top;
        transition: 0.2s;
    }

    .MP_PCMainMenuHRIconNavy {
        width: 22px;
        height: 22px;
        margin: 16px 10px;
        background-image: url(/Image/HR_Icon_Navy.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: top;
        transition: 0.2s;
    }

    .MP_PCMainMenuOtherIconNavy {
        margin-right: 13px;
        width: 29px;
        height: 29px;
        background-image: url(/Image/OtherNavy.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        margin: 10px 7px;
        vertical-align: top;
        transition: 0.2s;
    }


    .MP_PCMainMenuMessageIcon {
        margin-right: 13px;
        width: 29px;
        height: 29px;
        background-image: url(/Image/SendMessage2.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        margin-top: 11px;
        vertical-align: top;
        transition: 0.2s;
    }

    .MP_PCMainMenuLogoutIcon {
        margin-right: 13px;
        width: 24px;
        height: 24px;
        background-image: url(/Image/LogoutNavy.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        margin: 13px 15px;
        vertical-align: top;
        transition: 0.2s;
    }
    /*

.bbv {
    -webkit-animation: fade-out-left 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: fade-out-left 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}*/

    .MP_PCMainMenuHomeText {
        display: inline-block;
        font-size: 16px;
        vertical-align: top;
        transition: 0.2s;
    }

    .MP_PCBtnTextSingleline {
        line-height: 36px !important;
    }


    .MP_PCMainMenuHolidayIcon {
        width: 25px;
        height: 25px;
        background-image: url(/Image/HolidaysRequestDayNavy.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        margin: 13px 15px 12px 13px;
        vertical-align: top;
        transition: 0.2s;
    }

        .MP_PCMainMenuHolidayIcon:hover {
        }

    .MP_PCMainMenuHolidayText {
        display: inline-block;
        font-size: 16px;
        vertical-align: top;
        transition: 0.2s;
    }

    .AtagUnset {
        text-decoration: none !important;
        color: black !important;
    }

    /*    ###### ADMIN section ####*/

    .Admin_VHR_OverallContainer {
        padding-bottom: 10px;
        width: 100%;
        overflow-y: scroll;
        max-height: calc(90vh - 100px);
    }

    .Admin_VHR_GridContainer {
        width: 100%;
        flex-direction: column;
        display: flex;
        margin: 0px;
        position: relative;
    }

    .Admin_VHR_GridOptionMenu {
        width: 100%;
    }

    .Admin_VHR_MiniMenu_DropDown {
        width: 90px;
    }

    .Admin_VHR_MiniMenu_TxtBox {
        width: 100px;
    }

    .Admin_Filter_Mini_Div {
        display: flex;
    }

    .Admin_Filter_Mini_Inside_Div {
        width: 49%;
    }

    .rows td:nth-last-child(-n+2) {
        min-width: unset !important;
        width: unset;
    }

    .Admin_VHR_AcceptBTN {
        width: 30px;
        height: 30px;
        text-indent: -1000px;
        text-transform: capitalize;
        border-radius: 50%;
        background-position: 4px, center;
        padding: unset;
        margin: 4px 5px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .Admin_VHR_RejectBTN {
        width: 30px;
        height: 30px;
        text-indent: -1000px;
        text-transform: capitalize;
        border-radius: 50%;
        background-position: 4px, center;
        padding: unset;
        margin: 4px 5px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .Admin_VHR_PopUp_AlreadyOffDiv {
        height: 15px;
        width: 15px;
        top: 3px;
        right: 6px;
        background-size: 11px;
    }

    .Admin_VHR_UndoBTN {
        width: 30px;
        height: 30px;
        text-indent: -1000px;
        text-transform: capitalize;
        border-radius: 50%;
        background-position: 4px, center;
        padding: unset;
        margin: 4px 5px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .Admin_VHR_CancelBTN {
        width: 30px;
        height: 30px;
        text-indent: -1000px;
        text-transform: capitalize;
        border-radius: 50%;
        background-position: 4px, center;
        padding: unset;
        margin: 4px 5px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .Admin_VHR_OverallTitle {
        margin-left: unset;
        font-size: 25px;
        width: 100%;
        text-align: center;
    }

    .mydatagrid th:nth-last-child(-n+1) {
        display: none !important;
    }

    .rows td:nth-last-child(-n+1) {
        width: unset;
        display: none !important;
    }

    .rows td:nth-last-child(-n+2) {
        width: 100px !important;
    }

    .mydatagrid th {
        padding: 0px !important;
    }

    .rows td {
        width: unset !important;
    }

    .Admin_VHR_GridOptionMenu {
        height: 0px;
        overflow: hidden;
        transition: height 0.3s linear 0s;
    }

    .Admin_VHR_GridOptionsAppear {
        -webkit-transition: height 0.3s linear 0.2s;
        -moz-transition: height 0.3s linear 0.2s;
        -ms-transition: height 0.3s linear 0.2s;
        -o-transition: height 0.3s linear 0.2s;
        transition: height 0.3s linear 0.2s;
        height: 250px;
    }

    .Admin_VHR_SearchAppear {
        display: block;
        margin: 5px 0px 0px 5px;
        position: absolute;
        top: 0px;
        right: 16px;
    }


    .Admin_VHR_Title {
        font-size: 23px;
    }

    .chkBoxSlider_Label {
        display: block;
        vertical-align: top;
        font-size: 12px;
    }

    .chkBoxSlider {
        position: relative;
        width: 80px;
        height: 20px;
        -webkit-appearance: none;
        background: #bbb6b6;
        outline: none;
        border-radius: 20px;
        box-shadow: inset 0 0 5px rgba(0,0,0,.2);
        transition: .5s;
        top: 0px;
        left: 0px;
    }

        .chkBoxSlider:checked {
            background: #4caf50;
        }

        .chkBoxSlider:before {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            border-radius: 20px;
            top: 0;
            left: 0;
            background: #fff;
            transform: scale(1.1);
            box-shadow: 0 2px 5px rgba(0,0,0,.2);
            transition: .5s;
        }

        .chkBoxSlider:checked:before {
            left: 60px;
        }


    /* ####### Admin view Appointments ######*/


    .Admin_VAR_GridContainer {
        width: 100%;
        flex-direction: column;
        display: flex;
        margin: 0px;
        position: relative;
    }

    .Admin_VHR_GridOptionMenu {
        width: 100%;
    }

    .Admin_VAR_header {
        background-color: #ffffff;
        font-family: Arial;
        border: none 0px transparent;
        height: 50px;
        text-align: center;
        font-size: 11px;
        border-bottom: 3px #6f6f6f;
    }

        .Admin_VAR_header th a {
            display: inline-block;
            padding-right: 17px;
            background: url(/Image/asc.png) right center no-repeat;
            background-size: 12px;
            text-decoration: none;
            vertical-align: central;
            transition: 0.4s;
        }

        .Admin_VAR_header th:nth-child(3) {
            display: none;
        }

    .Admin_VAR_Rows td:nth-child(3) {
        display: none;
    }


    .Admin_VAR_NotesDiv {
        width: unset;
    }




    /* ########## Company News  ####################*/
    .CN_OverallDiv {
        padding-bottom: 10px;
        width: 100%;
        overflow-y: scroll;
        max-height: calc(90vh - 100px);
    }

    .CN_BtnContainer {
        position: absolute;
        top: 60px;
        right: 15px;
    }

    .CN_TextDiv {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 15px;
        width: 95%;
        font-size: 18px;
        position: relative;
        padding-top: unset;
    }

    .CN_MainDiv {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        color: #000;
        text-decoration: none;
        margin: unset;
        max-width: 1200px;
    }

    .CN_ImageDiv {
        background-size: cover;
        background-position: center,center;
        background-repeat: no-repeat;
        width: 100%;
        height: 230px;
    }

    .CN_BtnEdit {
        display: inline-block;
        background-color: #007bff;
        color: #ffffff;
        border: none;
        height: 40px;
        width: 40px;
        margin: unset;
        background-image: url(/Image/undoIcon.png);
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: center, center;
        padding: 0px 36px 0px 5px;
        font-weight: 700;
        cursor: pointer;
        border-radius: 100%;
        text-indent: -1000px;
        text-transform: capitalize;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .CN_BtnDelete {
        background-color: #d95351;
        color: #ffffff;
        border: none;
        height: 40px;
        width: 3px;
        /* margin: 5px 0px; */
        border-radius: 4px;
        background-image: url(/Image/noIcon.png);
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: center, center;
        padding: 0px 36px 0px 5px;
        font-weight: 700;
        cursor: pointer;
        display: inline-block;
        border-radius: 50%;
        text-indent: -1000px;
        text-transform: capitalize;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .CN_SearchOptions {
        display: flex;
    }

    .CN_InsideText {
        width: 100%;
        margin-top: 18px;
    }

    .CN_InsideTextTitle {
        width: 100%;
        margin-bottom: unset;
        margin-top: unset;
    }

    .CN_hr {
        height: 3px;
        margin: 20px 0px 20px 0px;
    }

    .ADMIN_SNAD_Overall {
        padding-bottom: 10px;
        width: 100%;
        overflow-y: scroll;
        max-height: calc(90vh - 100px);
    }

    .ADMIN_SNAD_List {
        text-align: center;
    }

    .SNAD_DataGrid {
        margin: 0 auto;
    }

    .ADMIN_SNAD_Calendar {
        width: 95%;
        margin: 0 auto;
        text-align: center;
    }

    .VHR_rows {
        font-size: 3vw !important;
    }


    .VHR_header {
        font-size: 3vw !important;
    }


    .hide-footer {
        display: none !important;
    }

    .MrgBtn {
        margin-bottom: 80px;
    }

    .MrgBtn60 {
        margin-bottom: 60px;
    }

    .MrgBtn40 {
        margin-bottom: 40px;
    }

    .AHP_InfoClick{
        display:none;
    }
    
    .AHP_HolisMiniInfo{
        height:105PX;
    }
    .AHP_InformationContainer {
        position: relative;
        margin-top: 5px !important;
        MARGIN-BOTTOM: 5PX !IMPORTANT;
    }
    .HP_InformationContainer{
        position:relative;
    }

    .AHP_Titles {
        margin: unset;
        display: inline-block;
    }

    .AHP_TitlesTop{
        margin-top:10px;
    }

    .AHP_InfoClick2 {
        display: inline-block;
    }
    .AHP_InfoClick3{
        display:inline-block;
    }

    .AHP_Emp_InfoOverall {
        display: inline-block;
        overflow: hidden;
        height: 0px;
        transition: height 0.3s linear 0s;
    }

    .AHP_Emp_InfoOverall_Show {
        height: 120px;
    }

    .HP_Inline {
        display: block !important;
         vertical-align: unset !important; 
         margin-right: unset !important;
    }

    .HP_News_Container_Pc {
        display:none !important;
    }
}

@media only screen and (max-width: 400px) {

    .AP_OverallContainer {
        font-size: 15px;
    }

    .AP_Textbox {
        width: unset;
    }

    .AP_BreakSpace {
        width: 140px;
    }
}


@media only screen and (max-width: 350px) {

    .AP_OverallContainer {
        font-size: 14px;
    }

    .AP_Textbox {
        width: 160PX
    }

    .AP_BreakSpace {
        width: 115px;
    }
}

/*####################################################


                    PC view 


###################################################*/
        @media only screen and (min-width: 701px) {
    .AHP_NewsPc_Overall {
        display: table;
    }

   
    .EB_Mess_OC {
        width: 98%;
        margin: 60px auto auto 20px;
        display: flex;
        height: 80vh;
        margin-bottom: 30px;
        max-width: 1700px;
    }

    .EB_Mess_ChatCon {
        background-color: #f5f5f5;
        width: 350px !important;
        transition: width 0.3s linear 0.2s;
    }

    .EB_Mess_ChatTitleCon {
        width: 100%;
        height: 60px;
        background-color: #838b92;
        color: #ffffff;
    }

    .EB_Mess_ChatInsideCon {
        height: calc(100% - 60px);
        overflow-y: auto;
    }

    .EB_Mess_ChatTitleText {
        margin: unset;
        text-align: center;
        line-height: 60px;
    }

    .EB_Mess_MainChatCon {
        display: inline-block;
        flex-grow: 100;
        position: relative;
        width: unset !important;
        transition: width 0.3s cubic-bezier(0.4, 0, 1, 1) 0.2s;
    }

    .EB_Mess_Chat_Individual_Con {
        display: flex;
        padding: 10px 0px;
        border-bottom: 0.5px solid #9E9E9E;
        color: unset;
        text-decoration: unset;
        transition: all .2s ease-in-out;
    }

        .EB_Mess_Chat_Individual_Con:hover {
            transform: scale(1.05);
        }



    .EB_Mess_Chat_Individual_ImgCon {
        background-size: 60px;
        background-position: center, center;
        background-repeat: no-repeat;
        /*background-color: black;*/
        height: 60px;
        width: 60px;
        border-radius: 50%;
        margin: 10px;
    }

    .EB_Mess_Chat_Individual_InsideChatCon {
        flex-grow: 100;
        width: 100%;
    }

    .EB_Mess_Chat_Individual_InsideChatTopTitleCon {
        width: 100%;
        height: 30px;
        line-height: 30px;
    }

    .EB_Mess_Chat_Individual_InsideChatTopTitle {
        margin: unset;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: calc(100% - 95px);
        display: inline-block;
    }

    .EB_Mess_Chat_Individual_InsideChatTopDate {
        display: inline-block;
        margin: unset;
        vertical-align: text-bottom;
        color: gray;
        margin-left: 7px;
        font-size: 13px;
    }

    .EB_Mess_Chat_Individual_Inside_ChatBottomText {
        margin: unset;
        width: 98%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #525252;
    }

    .EB_Mess_MainChat_Header {
        width: 100%;
        height: 60px;
        background-color: #838b92;
        color: #ffffff;
        display: flex;
        border-left: 1px solid;
    }

    .EB_Mess_MainChat_Header_BackCon {
        width: 70px;
        display: flex;
        align-items: center;
        display: none;
    }

    .EB_Mess_MainChat_Header_NameCon {
        display: flex;
        align-items: center;
        flex-grow: 100;
    }

    .EB_Mess_MainChat_Header_NameTitle {
        width: 100%;
        text-align: center;
    }

    .EB_Mess_MainChat_Header_ImgCon {
        display: flex;
        align-items: center;
    }

    .EB_Mess_MainChat_Header_Img {
        background-size: 55px;
        background-position: center, center;
        background-repeat: no-repeat;
        height: 55px;
        width: 55px;
        border-radius: 50%;
        margin: 10px;
    }


    .EB_Mess_MainChat_Message {
        width: 100%;
        height: calc(100% - 130px);
        position: absolute;
        background-color: #ECE5DD;
        overflow-y: auto;
        display: flex;
        flex-direction: column-reverse;
    }

    .EB_Mess_MainChat_Response {
        background-color: grey;
     /*   height: 70px;*/
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .EB_Mess_MainChat_Header_BackImg {
        background-image: url('/Image/Mess_Back_Btn_Black.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center, center;
        height: 70%;
        width: 100%;
    }


    .EB_Mess_MCM_M_Con {
        width: 100%;
        height: auto;
        display: block;
        overflow: hidden;
    }

    .EB_Mess_MCM_Emp_Main {
        margin: 0px 25px 30px 0px;
        background: #DCF8C6;
        float: right;
        /* float: left; */
        max-width: 60%;
        height: auto;
        display: block;
        border-radius: 5px;
        position: relative;
        /* margin: 10px 0 3px 25px; */
        box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
    }

    .EB_Mess_MCM_Manager_Main {
        background: #ffffff;
        float: left;
        max-width: 60%;
        height: auto;
        display: block;
        border-radius: 5px;
        position: relative;
        margin: 30px 0 30px 25px;
        box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
    }

    .EB_Mess_MCM_Emp_Date {
        font-size: 12px;
        margin: auto;
        padding: 5px 15px 5px 5px;
        display: table;
        float: right;
        position: relative;
        text-transform: uppercase;
        color: #999;
    }

    .EB_Mess_MCM_Emp_Text {
        padding: 8px 0 8px 0;
        width: 100%;
    }

    .EB_Mess_MCM_EMP_Text_P {
        display: table;
        font-size: 16px;
        font-weight: 500;
        margin: auto;
        color: #2b2b2b;
        width: calc(100% - 40px);
        line-height: 1.5;
        padding: 0px 20px;
    }

    .EB_Mess_MCM_EMP_Time {
        font-size: 12px;
        margin: auto;
        padding: 0px 15px 5px 0;
        display: table;
        float: right;
        position: relative;
        text-transform: uppercase;
        color: #999;
    }

    .EB_Mess_MCM_Emp_Arrow {
        right: -10px;
        top: 0px;
        border-top: 15px solid #DCF8C6;
        transform: scaleX(-1);
        content: "";
        position: absolute;
        border-left: 15px solid transparent;
        border-radius: 4px 0 0 0px;
        width: 0;
        height: 0;
    }

    .EB_Mess_MCM_Manager_Arrow {
        top: 0px;
        border-top: 15px solid #ffffff;
        transform: scaleX(1);
        left: -10px;
        content: "";
        position: absolute;
        border-left: 15px solid transparent;
        border-radius: 4px 0 0 0px;
        width: 0;
    }
}



@media only screen and (min-width: 551px) {

    .Admin_VHR_OverallContainer {
        max-width: calc(97vw - 210px);
    }

    .HR_SCDD_LftSideContainer {
        background-color: #c7c7c7;
        box-shadow: 5px 5px 2px 0px #2f40505c;
        padding: 20px;
        max-width: 300px;
        min-width: 300px;
    }

    .HR_SCDD_Main {
        padding: 20px;
    }

    .HR_SCDD_RightSideContainer {
        width: 50%;
        background-color: #c7c7c7;
        box-shadow: 5px 5px 2px 0px #2f40505c;
        margin-left: 20px;
    }

    .Admin_Lbl_Emp {
        font-weight: 800
    }

    .Lbl_Nothing_Txt {
        padding: 15px 0px;
        display: block;
        text-align: center;
    }

    .Admin_Info_Middle {
        margin: 50px 0px;
    }

    .CNA_OverallDiv {
        width: 80%;
        margin: auto;
    }

    .AdminPageDiv {
        margin: 0px 20px;
    }

    .VHR_rows td:nth-last-child(-n+2) {
        min-width: 270px;
        width: unset;
    }

    .AtagUnset {
        text-decoration: none !important;
        color: white;
    }

    .MobMenuOptionsContainer {
        display: none;
    }

    .LP_DivLogoContainer {
        padding-top: 30px;
        border-color: #707070;
        max-width: 800px;
        margin-top: 60px;
        margin: 0 auto;
        /*  box-shadow: 5px 5px 2px 0px #e2dddd;*/
        background-color: #2F4050;
        border-radius: 10px;
        box-shadow: 5px 5px 2px 0px #2f40505c;
    }

    .LP_DivLogo {
        width: 100%;
        height: 280px;
        background: url(/Image/Bloc_White.png);
        background-repeat: no-repeat;
        background-position: center, center;
        background-size: contain;
        margin: 0px auto;
    }

    .LP_DivLogoText {
        color: #ffffff;
        text-align: center;
        font-size: 25px;
        padding-bottom: 30px;
    }

    .LP_TextBox {
        width: 97%;
        height: 35px;
        border: 1px solid;
        border-radius: 10px;
        margin-bottom: 20px;
        font-size: 20px;
        padding: 0px 10px;
    }

    .LP_DivTextContainer {
        padding: 0px 20px;
        max-width: 400px;
        margin: 0 auto;
    }

    .LP_DivTextContainerMainText {
        font-size: 22px;
        font-weight: 800;
    }

    .LP_DivTextContainerLink {
        font-size: 16px;
    }

    .LP_DivTextContainerBtnDiv {
        text-align: right;
        margin-top: 15px;
    }

    .LP_DivTextContainerBtn {
        margin-top: 10px;
        background-image: url(/Image/LoginSubmit.png);
        background-repeat: no-repeat;
        background-position: 115px, center;
        background-size: 27px;
        width: 170px;
        height: 45px;
        padding: 0px 30px 0px 5px;
        border-radius: 10px;
        border: none;
        color: #ffffff;
        font-weight: 900;
        font-size: 17px;
        background-color: #2F4050;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor:pointer;
    }

    .LP_DivTextContainerBtnMobile {
        margin-top: 10px;
        background-image: url(/Image/LoginSubmit.png);
        background-repeat: no-repeat;
        background-position: 148px, center;
        background-size: 27px;
        width: 185px;
        height: 45px;
        padding: 0px 30px 0px 5px;
        border-radius: 10px;
        border: none;
        color: #ffffff;
        font-weight: 900;
        font-size: 17px;
        background-color: #2F4050;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }


    .LP_Label {
        display: block;
    }

    .LP_LabelMargin {
        margin: 10px 0px;
    }

    /*############# Master Page - PC VIEW  ####################*/


    .MP_OverallContainer {
        display: flex;
        max-width: 2500px;
    }

    .MP_PCMainMenuContainer {
        /*min-width: 150px;*/
        display: inline-block;
        width: 210%;
        /*height: 100vh;*/
        min-height: 100vh;
        background-color: #2F4050;
        vertical-align: top;
        max-width: 210px;
        min-width: 50px;
        color: #ffffff;
        -webkit-transition: width 0.3s linear 0s;
        -moz-transition: width 0.3s linear 0s;
        -ms-transition: width 0.3s linear 0s;
        -o-transition: width 0.3s linear 0s;
        transition: width 0.3s linear 0.2s;
    }

    .bbv {
        /*    overflow: hidden;
    -webkit-transition: height 0.3s linear 0s;
    -moz-transition: height 0.3s linear 0s;
    -ms-transition: height 0.3s linear 0s;
    -o-transition: height 0.3s linear 0s;
    transition: height 0.3s linear 0.2s;
    transition-delay: 2s;*/
        /*    -webkit-animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.7s both;
    animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.7s both;*/
    }


    .MP_PCMainMenuContainerHide {
        -webkit-transition: width 0.3s linear 0s;
        -moz-transition: width 0.3s linear 0s;
        -ms-transition: width 0.3s linear 0s;
        -o-transition: width 0.3s linear 0s;
        transition: width 0.3s linear 0.2s;
        width: 50px;
        /*overflow: hidden;*/
    }

    .MP_PCHide {
        /*  -webkit-transition: height 0.3s linear 0s;
    -moz-transition: height 0.3s linear 0s;
    -ms-transition: height 0.3s linear 0s;
    -o-transition: height 0.3s linear 0s;
    transition: height 0.3s linear 0.2s;
    transition-delay: 2s;
    height: 0 !important;*/
        -webkit-animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.7s both;
        animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.7s both;
    }


    .MP_PCMainContentContainer {
        display: inline-block;
        flex-grow: 100;
    }

    .MP_BackgroundDivText {
        margin: unset;
        padding-right: 30px;
    }

    .MP_PCMainTopHeader {
        height: 75px;
        background-color: #2F4050;
    }

    .MP_FooterMenu {
        display: none;
    }

    .MP_BackgroundDivInsideRight {
        position: relative;
    }

    .MP_BackgroundDivInsideRightAvatar {
        width: 100px;
        height: 100px;
        background-image: url(/Image/Mark.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100px;
        border-radius: 50%;
        border: 3px solid white;
        display: block;
        position: absolute;
        top: 25px;
        right: 30px;
    }

    .MP_BackgroundDivInsideRightSettingsDiv {
        display: none;
    }

    .MP_BackgroundDiv {
        display: flex;
        float: right;
        background: none !important;
    }

    .MP_BackgroundDivInsideLeft {
        display: inline-flex;
        color: white;
        font-size: 12px;
        line-height: 75px;
    }

    .MP_BackgroundDivInsideRight {
        display: inline-flex;
        height: 75px;
        width: 160px;
    }


    .MP_PCMainMenuLogoDiv {
        height: 130px;
        width: 100%;
        background-image: url(/Image/Bloc_White.png);
        background-size: 130px;
        background-repeat: no-repeat;
        background-position: center, center;
        transition: 1s;
    }

    .MP_PCLogoChange {
        background-size: 45px;
        background-position: 3px 25px;
    }


    .MP_PCMainMenuGeneralBtn {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #505050;
        position: relative;
        cursor: pointer;
    }

    .MP_PCHomeBtn {
        border-top: 1px solid #505050;
    }

    .MP_PCAppointmentH2 {
        width: 70%;
        margin: 5px 0px;
    }

    .MP_PCMainMenuGeneralSubBtn {
        width: 100%;
        height: 35px;
        border-bottom: 1px solid #505050;
        position: relative;
    }

    .MP_PCMainMenuSubText {
        font-size: 12px;
        margin: unset;
        line-height: 35px !important;
        display: inline-block;
        vertical-align: top;
    }

    .MP_PCMainMenuSubLineDiv {
        height: 35px;
        display: inline-block;
        width: 25px;
        margin-right: 10px;
        border-right: 1px solid #505050;
    }

    .MP_PCMainMenuSubCircleDiv {
        display: inline-block;
        vertical-align: middle;
        width: 10px;
        height: 10px;
        background-color: white;
        border-radius: 50%;
        position: absolute;
        top: 13px;
        left: 20px;
        border: none;
    }

    .MP_PCMainMenuHomeIcon {
        margin-right: 13px;
        width: 25px;
        height: 25px;
        background-image: url(/Image/MenuHomeWhite.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        margin: 10px 13px;
        vertical-align: top;
        transition: 0.2s;
    }

    .MP_PCMainMenuAppointmentIcon {
        margin-right: 13px;
        width: 29px;
        height: 29px;
        background-image: url(/Image/AppointmentWhite.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        margin: 10px 13px;
        vertical-align: top;
        transition: 0.2s;
    }

    .MP_PCMainMenuNewsIcon {
        margin-right: 13px;
        width: 29px;
        height: 29px;
        background-image: url(/Image/News.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        margin: 10px 13px;
        vertical-align: top;
        transition: 0.2s;
    }

    .MP_PCMainMenuEmpInfoIcon {
        margin-right: 13px;
        width: 29px;
        height: 29px;
        background-image: url(/Image/EmpInfo.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        margin: 10px 6px;
        vertical-align: top;
        transition: 0.2s;
    }

    .MP_PCMainMenuSettingsIcon {
        margin-right: 13px;
        width: 29px;
        height: 29px;
        background-image: url(/Image/HomeSettings.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        margin: 10px 13px;
        vertical-align: top;
        transition: 0.2s;
    }



    .MP_PCMainMenuMessagesIcon {
        margin-right: 13px;
        width: 29px;
        height: 29px;
        background-image: url(/Image/SendMessage.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        margin: 10px 13px;
        vertical-align: top;
        transition: 0.2s;
    }

    .MP_PCMainMenuHRIcon {
        margin-right: 13px;
        width: 29px;
        height: 29px;
        background-image: url(/Image/HR_Icon.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        margin: 10px 13px;
        vertical-align: top;
        transition: 0.2s;
    }

    .MP_PCMainMenuLogoutIcon {
        margin-right: 13px;
        width: 24px;
        height: 24px;
        background-image: url(/Image/Logout.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        margin: 13px 15px;
        vertical-align: top;
        transition: 0.2s;
    }
    /*

.bbv {
    -webkit-animation: fade-out-left 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: fade-out-left 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}*/

    .MP_PCMainMenuHomeText {
        display: inline-block;
        font-size: 16px;
        vertical-align: top;
        transition: 0.2s;
    }

    .MP_PCBtnTextSingleline {
        line-height: 25px;
    }

    .PC_Container {
        margin: 0px 20px;
    }

    .MP_PCMainMenuHolidayIcon {
        width: 25px;
        height: 25px;
        background-image: url(/Image/HolidaysRequestDay.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        margin: 13px 15px 12px 13px;
        vertical-align: top;
        transition: 0.2s;
    }

        .MP_PCMainMenuHolidayIcon:hover {
        }

    .MP_PCMainMenuOtherIcon {
        width: 25px;
        height: 25px;
        background-image: url(/Image/Other.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        margin: 13px 15px 12px 13px;
        vertical-align: top;
        transition: 0.2s;
    }

    .MP_PCMainMenuHolidayText {
        display: inline-block;
        font-size: 16px;
        vertical-align: top;
        transition: 0.2s;
    }

    .MP_MainMenuHolidayArrowIcon {
        width: 20px;
        height: 20px;
        display: inline-block;
        position: absolute;
        top: 18px;
        right: 5px;
        background-image: url(/Image/MenuDownArrow.png);
        background-repeat: no-repeat;
        background-size: contain;
        transition: 0.4s;
        cursor: pointer;
    }

    .MP_PCSubMenuContainer {
        -webkit-transition: height 0.3s linear 0s;
        -moz-transition: height 0.3s linear 0s;
        -ms-transition: height 0.3s linear 0s;
        -o-transition: height 0.3s linear 0s;
        transition: height 0.3s linear 0s;
        height: 0px;
        overflow: hidden;
    }

    .changeArrow {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg) !important;
        transition: 0.4s;
        animation: unset;
    }

    .slide-in-top {
        animation: slide-in-top .5s cubic-bezier(.25,.46,.45,.94) both
    }

    .slide2 {
        height: 73px;
        -webkit-transition: height 0.3s linear 0s;
        -moz-transition: height 0.3s linear 0s;
        -ms-transition: height 0.3s linear 0s;
        -o-transition: height 0.3s linear 0s;
        transition: height 0.3s linear 0s;
    }

    .slide4 {
        height: 145px;
        -webkit-transition: height 0.3s linear 0s;
        -moz-transition: height 0.3s linear 0s;
        -ms-transition: height 0.3s linear 0s;
        -o-transition: height 0.3s linear 0s;
        transition: height 0.3s linear 0s;
    }

    .slide3 {
        height: 110px;
        -webkit-transition: height 0.3s linear 0s;
        -moz-transition: height 0.3s linear 0s;
        -ms-transition: height 0.3s linear 0s;
        -o-transition: height 0.3s linear 0s;
        transition: height 0.3s linear 0s;
    }

    .fade-in-left {
        -webkit-animation: fade-in-left 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.4s both;
        animation: fade-in-left 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.4s both;
        transition: 0.4s;
    }

    .fade-out-left {
        -webkit-animation: fade-out-left 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: fade-out-left 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }
    /**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
    @-webkit-keyframes fade-in-left {
        0% {
            -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
            opacity: 0;
        }

        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
        }
    }

    @keyframes fade-in-left {
        0% {
            -webkit-transform: translateX(-50px);
            transform: translateX(-20px);
            opacity: 0;
        }

        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
        }
    }

    /**
 * ----------------------------------------
 * animation fade-out-left
 * ----------------------------------------
 */
    @-webkit-keyframes fade-out-left {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
        }

        100% {
            -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
            opacity: 0;
        }
    }

    @keyframes fade-out-left {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
        }

        100% {
            -webkit-transform: translateX(-50px);
            transform: translateX(-20px);
            opacity: 0;
            display: none;
        }
    }



    @-webkit-keyframes fadeInFromSomething {
        0% {
            display: block;
            opacity: 1;
        }

        1% {
            display: block;
            opacity: 0;
        }

        100% {
            display: none;
            opacity: 1;
        }
    }

    @-webkit-keyframes fadeInFromNone {
        0% {
            display: none;
            opacity: 0;
        }

        1% {
            display: block;
            opacity: 0;
        }

        100% {
            display: block;
            opacity: 1;
        }
    }

    @-moz-keyframes fadeInFromNone {
        0% {
            display: none;
            opacity: 0;
        }

        1% {
            display: block;
            opacity: 0;
        }

        100% {
            display: block;
            opacity: 1;
        }
    }

    @-o-keyframes fadeInFromNone {
        0% {
            display: none;
            opacity: 0;
        }

        1% {
            display: block;
            opacity: 0;
        }

        100% {
            display: block;
            opacity: 1;
        }
    }

    @keyframes fadeInFromNone {
        0% {
            display: none;
            opacity: 0;
        }

        1% {
            display: block;
            opacity: 0;
        }

        100% {
            display: block;
            opacity: 1;
        }
    }


    @keyframes slide-in-top {
        0% {
            transform: translateY(-1000px);
            opacity: 0
        }

        100% {
            transform: translateY(0);
            opacity: 1
        }
    }


    /*Home Page PC view*/


    .HP_InformationContainer {
        background-color: #CBCBCB;
    }
      .AHP_InformationContainer {
        background-color: #CBCBCB;
        position:relative;
    }


    /*Request Holiday Page PC view*/
    .RH_OverallContainer {
        width: 80%;
        margin: 0px auto;
        margin-top: 56px;
        max-width: 800px;
    }


    .RH_BtnContainer {
        text-align: right;
    }

    .RH_SubmitBtn {
        background-color: #007bff;
        color: #ffffff;
        border: none;
        height: 50px;
        width: 160px;
        margin: 10px 0px 0px 5px;
        border-radius: 6px;
        background-image: url(/Image/LoginSubmit.png);
        background-repeat: no-repeat;
        background-size: 22px;
        background-position: 124px, center;
        padding: 0px 36px 0px 5px;
        font-weight: 700;
        font-size: 16px;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .RH_KeyWrapper {
        display: inline-block;
        width: 600px;
        vertical-align: top;
        font-size: 18px;
    }

    .RH_KeyColorDiv {
        display: inline-flex;
        margin: 5px 0px;
        margin-right: 50px;
    }

    .RH_KeyColorTextBig {
        width: 170px;
        margin: 10px 0px;
    }

    .RH_KeyColorTextSmall {
        width: 150px;
        margin: 10px 0px;
    }
    /*############# Confirm Holiday Page -- PC VIEW ####################*/
    input[type='CheckBox'] {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin: 8px 20px;
    }


    .CH_OverallRepeaterDiv {
    }

    .CH_TextContainer {
        display: flex;
        font-weight: 800;
    }

    .CH_TextContainerInside1 {
        width: 50%;
    }

    .CH_TextContainerInside2 {
        width: 23%;
        text-align: center;
    }

    .CH_RepeaterDate {
        display: inline-block;
        width: 50%;
        vertical-align: top;
        margin: 10px 0px;
    }

    .CH_RepeaterCheckBox {
        display: inline-block;
        width: 22%;
        text-align: center;
        vertical-align: top;
    }

    .CH_BtnDatesSubmitDiv {
        text-align: right;
        margin-top: 15px;
    }

    .CH_BtnDatesSubmit {
        background-color: #007bff;
        color: #ffffff;
        border: none;
        height: 35px;
        width: 100px;
        margin: 10px 45px 0px 5px;
        border-radius: 6px;
        background-image: url(/Image/LoginSubmit.png);
        background-repeat: no-repeat;
        background-size: 22px;
        background-position: 65px, center;
        padding: 0px 36px 0px 5px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    #popup_box {
        border-radius: 30px;
        visibility: hidden;
        display: none;
        width: 80%;
        height: 300px;
        max-width: 550px;
        background-color: #F4F4F4;
        text-align: center;
        box-shadow: 0px 0px 10px 0px grey;
        z-index: 10001;
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }


    #Popup_Box_Cancel {
        border-radius: 30px;
        visibility: hidden;
        display: none;
        width: 80%;
        height: 300px;
        max-width: 550px;
        background-color: #F4F4F4;
        text-align: center;
        box-shadow: 0px 0px 10px 0px grey;
        z-index: 10001;
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }


    .CH_PopupBox_SaveBtn {
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: 48px;
        line-height: 30px;
        font-size: 16px;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 2px;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    .CH_PopupBox_ChkboxDivContainer {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .CH_PopupBox_ChkboxDiv {
        margin: 0px 20px;
    }



    #backgroundCover {
        position: fixed;
        height: 100%;
        top: 0%;
        left: 0%;
        width: 100%;
        z-index: 10000;
        background-color: rgb(127, 127, 127);
        opacity: 0.8;
        visibility: hidden;
        display: none;
    }



    .CH_OverallRepeaterDiv {
        width: 80%;
        max-width: 800px;
        margin: 0 auto;
        margin-top: 50px;
        background-color: #c7c7c7;
        box-shadow: 5px 5px 2px 0px #2f40505c;
        padding: 20px;
        border-radius: 3px;
    }

    .CH_HolidayNotes {
        font-weight: 700;
        text-align: center;
    }

    .CH_HolidayDiv {
        text-align: center;
        max-width: 400px;
        margin: 0 auto;
    }

    .CH_HolidayNotesTxtBox {
        width: 80%;
        height: 150px;
        font-size: 16px;
    }

    /*############# Holiday Overview Page -- PC VIEW ####################*/

    .HO_PC_MobileContainer {
        display: grid;
        max-height: 770px;
    }

    .HO_InformationH2 {
        margin-top: 10px;
    }


    .HO_PCPendingList {
        webkit-transition: height 0.3s linear 0s;
        -moz-transition: height 0.3s linear 0s;
        -ms-transition: height 0.3s linear 0s;
        -o-transition: height 0.3s linear 0s;
        transition: height 0.3s linear 0s;
        height: 0px;
        overflow: hidden;
        padding: 0px 20px
    }

    .HO_PCCC {
        height: 100% !important;
        -webkit-transition: height 0.3s linear 0s;
        -moz-transition: height 0.3s linear 0s;
        -ms-transition: height 0.3s linear 0s;
        -o-transition: height 0.3s linear 0s;
        transition: height 0.3s linear 0s;
    }

    .HO_Info_Inside1 {
        display: inline-block;
        vertical-align: top;
        width: 450px;
    }

    .HO_Info_Inside2 {
        display: inline-block;
        vertical-align: top;
    }

    .HO_Info_Label {
        margin: unset;
        display: inline-block;
        font-weight: 900;
    }


    .HO_SubHeadings {
        POSITION: RELATIVE;
        padding: 20px 10px;
        background-color: #2f405073;
        color: white;
        overflow: hidden;
        margin: 10px 0px;
        cursor: pointer;
    }

    .HO_SubHeadingsH4 {
        margin: unset;
        font-size: 20px;
    }

    .HO_Container {
        margin: 20px;
        background-color: #c7c7c7;
        box-shadow: 5px 5px 2px 0px #2f40505c;
        padding: 20px;
        border-radius: 3px;
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
    }



    .HO_ListContainer {
        margin: 20px;
        background-color: #c7c7c7;
        box-shadow: 5px 5px 2px 0px #2f40505c;
        padding: 20px;
        border-radius: 3px;
        max-height: calc(98vh - 176px);
        overflow-y: scroll;
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 3;
        min-width:400px;
    }

    .HO_CalendarContainer {
        margin: 20px;
        background-color: #c7c7c7;
        box-shadow: 5px 5px 2px 0px #2f40505c;
        padding: 20px;
        border-radius: 3px;
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 5;
        max-height: 470px;
    }

    .HO_CalendarWrapper {
        display: inline-block;
        vertical-align: top;
        width: 60%;
    }

    .HO_KeyWrapper {
        display: inline-block;
        width: 20%;
        vertical-align: top;
        margin-left: 20px;
    }

    .HO_BtnLinkContainer {
        display: none;
    }

    .HP_InformationContainer {
        margin-top: 20px;
        background-color: #c7c7c7;
        box-shadow: 5px 5px 2px 0px #2f40505c;
        padding: 20px;
        border-radius: 3px;
        width: 330px;
    }  
    
    .AHP_InformationContainer {
            position:relative;
        margin-top: 20px;
        background-color: #c7c7c7;
        box-shadow: 5px 5px 2px 0px #2f40505c;
        padding: 20px;
        border-radius: 3px;
        width: 330px;
    }

    .HO_KeyColorDiv {
        display: inline-flex;
        margin: 5px 0px;
    }

    .HO_KeyColorText {
        width: 220px;
        margin: 10px 0px;
    }

    .HO_KeyColorGreenDiv {
        width: 40px;
        height: 40px;
        background-color: #78f778;
        border-radius: 4px;
    }

    .HO_KeyColorYellowDiv {
        width: 40px;
        height: 40px;
        background-color: #fbf45a;
        border-radius: 4px;
    }

    .HO_KeyColorRedDiv {
        width: 40px;
        height: 40px;
        background-color: #ff4848;
        border-radius: 4px;
    }

    .HO_KeyColorGreyDiv {
        width: 40px;
        height: 40px;
        background-color: #909090;
        border-radius: 4px;
    }

    .HP_InformationFirstSide {
        display: inline-block;
        width: 100%;
    }

    .HP_IndentLeft {
        margin-top: unset;
        text-decoration: underline;
    }

    .HP_IndentRight {
        font-weight: 800;
        margin-top: unset;
        font-size: 20px;
        padding-right: 20px;
        margin-bottom: unset;
    }

    .HP_HolidayText {
        margin-top: 3px;
        text-decoration: none;
        margin-bottom: unset;
    }

    .HP_InformationSecondSide {
        display: inline-block;
        width: 100px;
        text-align: right;
    }

    .HP_HolidayContainer {
        display: none;
    }

    .HP_PCQL_Container {
        display: flex;
        flex-wrap: wrap;
    }

    .HP_PCQL_Holiday {
        Height: 130px;
        width: 260px;
        background-color: #FCAF40;
        box-shadow: 5px 5px 2px 0px #2f40505c;
        border-radius: 3px;
        color: #ffffff;
        font-size: 20px;
        position: relative;
        margin-right: 50px;
        margin-bottom: 50px;
        overflow: hidden;
        transition: all .2s ease-in-out;
        cursor: pointer;
    }

        .HP_PCQL_Holiday:hover {
            transform: scale(1.1);
        }



    .HP_PCQL_Appointment:hover {
        transform: scale(1.1);
    }

    .HP_PCQL_Holiday_FirstSlide {
        display: inline-block;
        vertical-align: top;
        width: 121px;
        height: 121px;
        background-color: #ffffff2e;
        position: absolute;
        left: -10px;
        top: 6px;
        border-radius: 50%;
        background-image: url(/Image/HolidaysRequestDay.png);
        background-repeat: no-repeat;
        background-position: center, center;
        background-size: 60px;
    }

    .HP_PCQuickLinkBtns {
        margin-left: 10px;
    }


    .HP_PCQL_Overall {
        Height: 130px;
        width: 130px;
        box-shadow: 5px 5px 2px 0px #2f40505c;
        border-radius: 3px;
        color: #ffffff;
        font-size: 20px;
        position: relative;
        margin-right: 50px;
        margin-bottom: 50px;
        overflow: hidden;
        transition: all .2s ease-in-out;
        cursor: pointer;
    }

        .HP_PCQL_Overall:hover {
            transform: scale(1.2);
        }

    .HP_PCQL_Inside_FirstSlide {
        display: inline-block;
        vertical-align: top;
        width: 80px;
        height: 80px;
        background-color: #ffffff2e;
        position: absolute;
        left: 50%;
        top: -5px;
        border-radius: 50%;
        background-repeat: no-repeat;
        background-position: center, center;
        background-size: 45px;
        margin-left: -40px;
    }



    .HP_PCQL_Inside_SecondSlide {
        display: inline-block;
        vertical-align: top;
        position: absolute;
        bottom: 5px;
        right: 0;
        font-size: 13px;
        text-align: center;
        width: 100%;
    }

    .HP_PCQL_Text {
        margin: unset;
    }

    .HP_PCQL_Blue {
        background-color: #0092FD;
        box-shadow: 5px 5px 2px 0px #6EBAE0;
    }

    .HP_PCQL_Green {
        background-color: #3cab5a;
        box-shadow: 5px 5px 2px 0px #aadab7;
    }

    .HP_PCQL_Pink {
        background-color: #ff4771;
        box-shadow: 5px 5px 2px 0px #F27C7C;
    }

    .HP_PCQL_Yellow {
        background-color: #ffc02f;
        box-shadow: 5px 5px 2px 0px #F5C34B;
    }

    .HP_PCQL_Black {
        background-color: #000000;
        box-shadow: 5px 5px 2px 0px #9e9e9e;
    }
     .HP_PCQL_Grey {
        background-color: #565656;
        box-shadow: 5px 5px 2px 0px #bbb8b0;
    }

    .HP_PCQL_Img_NAD {
        background-image: url(/Image/NonApprovalDay.png);
    }

    .HP_PCQL_Img_Absent {
        background-image: url(/Image/absent2.png);
    }

    .HP_PCQL_Img_MHR {
        background-image: url(/Image/HolidaysRequestDay.png);
    }

    .HP_PCQL_Img_MAR {
        background-image: url(/Image/AppointmentWhite.png);
    }

    .HP_PCQL_Img_CN {
        background-image: url(/Image/News.png);
    }

    .HP_PCQL_Img_ACN {
        background-image: url(/Image/AddCompanyNews.png);
    }

    .HP_PCQL_Img_EMI {
        background-image: url(/Image/EmpInfo.png);
    }

    .HP_PCQL_Img_AS {
        background-image: url(/Image/HomeSettings.png);
    }

    .HP_PCQL_Img_BM {
        background-image: url(/Image/sendmessage.png);
    }
    /*
    .HP_PCQL_Img_BM {
        background-image: url(/Image/ManageMessage.png);
    }*/

    .HP_PCQL_Img_PEH {
        background-image: url(/Image/Calendar_add.png);
    }

    .HP_PCQL_Img_PEA {
        background-image: url(/Image/Calendar_add.png);
    }

    .HP_PCQL_Img_HO {
        background-image: url(/Image/CalendarOverviewIcon.png);
    }

    .HP_PCQL_Img_HR {
        background-image: url(/Image/HR_Icon.png);
    }


    .HP_PCQL_News {
        Height: 130px;
        width: 260px;
        background-color: #E44761;
        box-shadow: 5px 5px 2px 0px #2f40505c;
        border-radius: 3px;
        color: #ffffff;
        font-size: 20px;
        position: relative;
        margin-right: 50px;
        margin-bottom: 50px;
        overflow: hidden;
        transition: all .2s ease-in-out;
        cursor: pointer;
    }

        .HP_PCQL_News:hover {
            transform: scale(1.1);
        }


    .HP_PCQL_News_FirstSlide {
        display: inline-block;
        vertical-align: top;
        width: 121px;
        height: 121px;
        background-color: #ffffff2e;
        position: absolute;
        left: -10px;
        top: 6px;
        border-radius: 50%;
        background-image: url(/Image/News.png);
        background-repeat: no-repeat;
        background-position: center, center;
        background-size: 60px;
    }

    .HP_PCQL_Settings {
        Height: 130px;
        width: 260px;
        background-color: #3CAB5A;
        box-shadow: 5px 5px 2px 0px #2f40505c;
        border-radius: 3px;
        color: #ffffff;
        font-size: 20px;
        position: relative;
        margin-right: 50px;
        margin-bottom: 50px;
        overflow: hidden;
        transition: all .2s ease-in-out;
        cursor: pointer;
    }

        .HP_PCQL_Settings:hover {
            transform: scale(1.1);
        }



    .HP_PCQL_Setings_FirstSlide {
        display: inline-block;
        vertical-align: top;
        width: 121px;
        height: 121px;
        background-color: #ffffff2e;
        position: absolute;
        left: -10px;
        top: 6px;
        border-radius: 50%;
        background-image: url(/Image/HomeSettings.png);
        background-repeat: no-repeat;
        background-position: center, center;
        background-size: 60px;
    }



    .HO_CalendarFlex {
        display: flex;
        flex-direction: row;
        order: 2;
        flex-wrap: unset;
        justify-content: flex-start;
    }

    /*    ########## Account Page - PC view ##########*/

    .AP_OverallContainer {
        margin-top: 20px;
        background-color: #c7c7c7;
        box-shadow: 5px 5px 2px 0px #2f40505c;
        padding: 20px;
        border-radius: 3px;
        width: 500px;
        margin: 30px;
    }

    .AP_BreakSpace {
        width: 200px;
        display: inline-block;
    }

    .AP_Textbox {
        height: 30px;
        padding: 5px 5px;
        width: 90%;
        font-size: 18px;
    }

    .AP_SaveBtn {
        background-color: #007bff;
        color: #ffffff;
        border: none;
        height: 35px;
        width: 100px;
        margin: 10px 0px 0px 5px;
        border-radius: 6px;
        background-image: url(/Image/LoginSubmit.png);
        background-repeat: no-repeat;
        background-size: 22px;
        background-position: 65px, center;
        padding: 0px 36px 0px 5px;
        font-weight: 700;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .AP_UpdateBtn {
        background-color: #007bff;
        color: #ffffff;
        border: none;
        height: 40px;
        width: 160px;
        margin: 10px 0px 0px 5px;
        border-radius: 6px;
        background-image: url(/Image/LoginSubmit.png);
        background-repeat: no-repeat;
        background-size: 22px;
        background-position: 125px, center;
        padding: 0px 36px 0px 5px;
        font-weight: 700;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .AP_Btn_Container {
        text-align: right;
        margin-right: 30px;
    }

    .AP_MessageTag {
        text-align: center;
        font-size: 18px;
        font-weight: 800;
    }

    .AP_LblUpdate {
        line-height: 40px;
    }

    .AP_LblError {
        line-height: 40px;
    }


    /*
##############################################################

                      Admin Page - PC VIEW

##############################################################*/

    .ADMIN_SNAD_List {
        margin: 20px;
        background-color: #c7c7c7;
        box-shadow: 5px 5px 2px 0px #2f40505c;
        padding: 20px;
        border-radius: 10px;
        display: inline-block;
        vertical-align: top;
        width: 400px;
    }

    .ADMIN_SNAD_Calendar {
        margin: 20px;
        background-color: #c7c7c7;
        box-shadow: 5px 5px 2px 0px #2f40505c;
        padding: 20px;
        border-radius: 10px;
        display: inline-block;
        vertical-align: top;
        width: 600px;
    }
}



@media only screen and (max-width: 1500px) {
    .HO_CalendarContainer {
        max-height: unset;
    }

    .HO_CalendarFlex {
        display: block;
    }

    .HO_CalendarWrapper {
        width: 80%;
    }
}





    @media only screen and (max-width: 1200px) {
        .HO_CalendarWrapper {
            width: 60%;
        }
        .HO_Container {
            grid-column-start: 1;
            grid-column-end: 2;
            grid-row-start: 1;
            grid-row-end: 2;
        }

        .HO_ListContainer {
            grid-column-start: 1;
            grid-column-end: 2;
            grid-row-start: 2;
            grid-row-end: 3;
        }

        .HO_CalendarContainer {
            grid-column-start: 1;
            grid-column-end: 2;
            grid-row-start: 3;
            grid-row-end: 4;
        }

        .HO_KeyColorText {
            width: 180PX;
            margin: 10px 0px;
        }

        .EB_MR_BTN {
            margin: 13px 5px !important;
        }
    }


    @media only screen and (max-width: 1040px) {
        .VHR_rows td:nth-last-child(-n+2) {
            min-width: unset;
        }

        .EB_Mess_MainChat_Response {
            font-size: 12px;
        }

        .EB_MR_DDL_Con {
            width: unset !important;
            min-width: unset !important;
            margin-left: 5px !important;
        }


        .EB_MR_DDL {
            height: 25px !important;
            width: 110px !important;
        }


        .MP_PCMainMenuHomeIcon {
            width: 22px;
            height: 22px;
            margin: 16px 10px;
        }

        .MP_PCMainMenuHomeText {
            display: inline-block;
            font-size: 15px;
            vertical-align: top;
        }

        .MP_PCMainMenuHolidayIcon {
            width: 22px;
            height: 22px;
            margin: 16px 10px;
        }

        .MP_PCMainMenuOtherIcon {
            width: 22px;
            height: 22px;
            margin: 16px 10px;
        }


        .MP_PCMainMenuHomeText {
            font-size: 1.5vw;
            width: 50%;
        }

        .MP_PCMainMenuHolidayText {
            display: inline-block;
            font-size: 1.5vw;
            vertical-align: top;
            width: 50%;
            line-height: unset;
            margin: 8px 0px;
        }

        .MP_PCMainMenuAppointmentIcon {
            width: 22px;
            height: 22px;
            margin: 16px 10px;
        }

        .MP_PCMainMenuNewsIcon {
            width: 22px;
            height: 22px;
            margin: 16px 10px;
        }

        .MP_PCMainMenuSettingsIcon {
            width: 22px;
            height: 22px;
            margin: 16px 10px;
        }



        .MP_PCMainMenuMessageemIcon {
            width: 22px;
            height: 22px;
            margin: 16px 10px;
        }

        .MP_PCMainMenuMessagesIcon {
            width: 22px;
            height: 22px;
            margin: 16px 10px;
        }

        .MP_PCMainMenuLogoutIcon {
            width: 22px;
            height: 22px;
            margin: 16px 10px;
        }

        .HR_SCDD_LftSideContainer {
            max-width: unset !important;
            min-width: unset !important;
            width: 98% !important;
            margin: 0 auto !important;
        }

        .HR_SCDD_MainBottomContainer {
            display: block !important;
        }

        .HR_SCDD_RightSideContainer {
            width: 94%;
            margin: 20px 0px;
            padding: 20px;
            margin-left: unset;
        }
    }

    @media only screen and (max-width: 950px) {

        .EB_ChkBx_No input[type="checkbox"] {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            margin: 8px 5px;
        }

        .EB_ChkBx_Yes input[type="checkbox"] {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            margin: 8px 5px;
        }

        .EB_MR_BTN {
            margin: 13px 10px 13px 0px;
        }
    }

    @media only screen and (max-width: 900px) {
        .CN_SearchOptions {
            width: 86%;
        }
    }

    @media only screen and (max-width: 880px) {
        .MP_MainMenuHolidayArrowIcon {
            display: none !important;
        }

        .HO_CalendarContainer {
            max-height: unset;
        }

        .HO_CalendarWrapper {
            width: 85%;
            margin: 0 auto;
        }

        .HO_CalendarFlex {
            flex-direction: column;
        }

        .HO_KeyWrapper {
            width: 85%;
            margin: 0 auto;
        }

        .MP_PCMainMenuHolidayText {
        }
    }

    @media only screen and (max-width: 800px) {
        .CN_OverallDiv {
            max-width: unset;
        }

        .MP_PCMainMenuContainer {
            width: 50px;
        }

        .MP_PCMainMenuLogoDiv {
            background-size: 45px;
            background-position: 3px 25px;
        }

        .MP_PCMainMenuHomeText {
            display: none;
        }

        .MP_PCMainMenuHolidayText {
            display: none !important;
        }

        .MP_MinimiseMenu {
            display: none;
        }
    }



    @media only screen and (max-width: 700px) {
        /*.MP_PCMainMenuHomeIcon {
        margin-right: 13px;
        width: 18px;
        height: 18px;
        background-image: url(/Image/MenuHomeWhite.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        margin: 16px 10px;
        vertical-align: top;
    }

    .MP_PCMainMenuHomeText {
        display: inline-block;
        font-size: 15px;
        vertical-align: top;
    }

    .MP_PCMainMenuHolidayIcon {
        width: 18px;
        height: 18px;
        margin: 16px 10px;
    }

    .MP_PCMainMenuHolidayText {
    
    }

    .MP_PCMainMenuAppointmentIcon {
        margin-right: 13px;
        width: 18px;
        height: 18px;
        margin: 16px 10px;
    }*/

        .EB_ChkBx_Yes input[type="checkbox"] {
            width: 25px;
            height: 25px;
            border-radius: 50%;
            margin: 8px 5px;
        }

        .EB_ChkBx_No input[type="checkbox"] {
            width: 25px;
            height: 25px;
            border-radius: 50%;
            margin: 8px 5px;
        }


        .EB_Mess_MainChatCon {
            display: inline-block;
            flex-grow: unset;
            position: relative;
            width: 0px;
            overflow: hidden;
        }

        .EB_Mess_MainChat_Header_BackCon {
            display: flex;
        }

        .EB_Mess_ChatCon {
            width: 100%;
            transition: width 0.3s linear 0.2s;
        }

        .EB_Mess_OC {
            width: 100%;
            margin: 0px auto 60px auto;
            height: calc(100vh - 236px);
        }
    }

    @media only screen and (max-width: 360px) {
        .MP_PCMainMenuSubText {
            font-size: 2.5vw;
        }

        .MP_MobMenu {
            font-size: 13px !important;
            width: 90px !important;
        }
    }

    @media only screen and (max-width:330px) {
        .Admin_VHR_GridOptionMenu {
            font-size: 4vw;
        }

        .NormalChkBox input[type='CheckBox'] {
            width: 7vw;
            height: 20px;
        }

        .Admin_VHR_MiniMenu_TxtBox {
            height: 23px;
            margin: 13px 0px 10px 10px;
        }
    }
