﻿html {
    height: 100%;
    font-weight: 100;
    color: #FFFFFF;
    text-decoration: none;
}

@font-face {
    font-family: 'museo_sans300';
    src: url('./Fonts/museo-sans-300-webfont.woff2') format('woff2'), url('./Fonts/museo-sans-300-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'noto_sansregular';
    src: url('../webfonts/notosans-regular-webfont.woff2') format('woff2'), url('../webfonts/notosans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'noto_sansmedium';
    src: url('../webfonts/notosans-medium-webfont.woff2') format('woff2'), url('../webfonts/notosans-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'noto_sanslight';
    src: url('../webfonts/notosans-light-webfont.woff2') format('woff2'), url('../webfonts/notosans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

li {
    height: fit-content !important;
}

body {
    height: 100%;
}

p {
    margin: 0;
    padding: 0;
}

::-webkit-input-placeholder {
    font-weight: 100;
    color: dimgray;
}

::-moz-placeholder {
    font-weight: 100;
    color: dimgray;
}
/* firefox 19+ */
:-ms-input-placeholder {
    font-weight: 100;
    color: dimgray;
}
/* ie */
input:-moz-placeholder {
    font-weight: 100;
    color: dimgray;
}

.Watermark {
    font-weight: 100;
    color: dimgray;
    height: 20px;
}

form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.content {
    min-height: 65% !important;
    padding-bottom: 20px !important;
    /*display:table;*/
}

.Page {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    min-height: 90% !important;
    height: inherit;
    /*min-width: 1020px;*/
    min-width: 800px;
}

.Footer {
    clear: both;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
    font-size: small;
    width: auto;
    min-height: 50px;
    height: 50px;
    position: relative;
}

.MasterDiv {
    display: block;
    /*min-width: 1300px;*/
    width: calc(100% - 40px);
    height: 100%;
    min-height: 80%;
    /*max-height: inherit;*/
    margin-left: auto;
    margin-right: auto;
    float: right;
    transition: 0.5s;
}

.Logo {
    display: block;
    position: relative;
    margin-left: 50px;
    margin-top: 30px;
    text-decoration: none;
}

.LogoText, .SiteTitleText {
    font-size: 40px;
    text-decoration: none;
    top: -3px;
    position: relative;
}

.LogoTextiPad, .SiteTitleTextiPad {
    font-size: 20px;
    text-decoration: none;
    top: -3px;
    position: relative;
}

.AlignLeft {
    float: left;
    margin: 0px 0px 0px 3px;
    padding: 0px 0px 0px 0px;
    border: 0px 0px 0px 0px;
}

.AlignLeftMargin {
    float: left;
    margin-left: 2.5%;
}

.AlignRight {
    float: right;
    margin-right: 3px;
}

.AlignRightMargin {
    float: right;
    margin-right: 2.5%;
}

.LoginDiv {
}

.LoginTextBox {
    width: 100%;
    height: 20px;
    border: none;
}

@media only screen and (min-width: 1025px) {
    .SplitLeft {
        width: 49%;
        float: left;
        vertical-align: top;
    }

    .SplitRight {
        width: 49%;
        float: right;
        vertical-align: top;
    }

    .MyShortcuts {
        display: inline-block;
        width: 100%;
    }

    .MasterEmployeeDetails.Name {
        font-size: medium;
        display: inline-block;
    }

    .MasterEmployeeDetails.JobTitle {
        font-size: medium;
        display: inline-block;
    }
}


@media only screen and (max-width: 1024px) {
    .SplitLeft {
        width: 95%;
        float: left;
        vertical-align: top;
    }

    .SplitRight {
        width: 95%;
        float: left;
        vertical-align: top;
    }


    .MyShortcuts {
        display: inline-block;
        width: 95%;
    }

    .HeaderLogoSmall {
        padding-top: 35px;
        position: absolute;
    }

    .MasterEmployeeDetails.Name {
        font-size: medium;
        display: inline-block;
    }

    .MasterEmployeeDetails.JobTitle {
        font-size: medium;
        display: inline-block;
    }
}



.Error {
    color: orangered;
    font-weight: bold;
}

.NoError {
    color: darkgreen;
    font-weight: bold;
}

.PageTitle {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    font-size: x-large;
    /*box-shadow: 3px 3px 3px #555555 !important;*/
    /*border-radius: 7px;*/
    height: 40px;
    font-size: 30px;
}

.DetailsBox {
    /*border-style: none;
    border-color: inherit;
    border-width: 0px;*/
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /*max-width: 1020px;*/
    margin-top: 15px;
    /*border-top-left-radius: 7px;
    border-top-right-radius: 7px;*/
    /*box-shadow: 3px 3px 3px #555555 !important;*/
    /*border: 1px solid grey;*/
    -moz-box-shadow: 4px 4px 10px 0px #ccc;
    -webkit-box-shadow: 4px 4px 10px 0px #ccc;
    box-shadow: 4px 4px 10px 0px #ccc;
}


.DetailsBoxScroll {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border: 1px solid grey;
    -moz-box-shadow: 4px 4px 10px 0px #ccc;
    -webkit-box-shadow: 4px 4px 10px 0px #ccc;
    box-shadow: 4px 4px 10px 0px #ccc;
}

.DetailsBoxTitleDiv {
    height: 100%;
    /*border-top-left-radius: 7px;
    border-top-right-radius: 7px;*/
    /*border: 0px;*/
    outline: none !important;
}

.HomePaneDetailsBoxTitleDiv {
    height: fit-content !important;
    overflow: hidden;
}

.DetailsBoxContent {
    /*border-style: solid;
    border-width: 1px;
    border-color: grey;*/
    padding-bottom: 10px;
    padding-top: 5px;
    font-size: small;
    /*border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;*/
}

.DetailsBoxSmallCentered {
    display: inline-block;
    width: 30%;
    margin-top: 15px;
    margin-left: 35%;
    box-shadow: 3px 3px 3px #555555 !important;
    /*border-radius: 7px;*/
}

.DetailsBoxTitle {
    display: block;
    position: relative;
    margin-left: 10px;
    height: auto;
    font-size: x-large;
    top: 9px;
    font-weight: normal;
    vertical-align: central;
    min-height: 38px;
}

.btn {
    padding: .5rem 1.5rem;
    margin: 0 10px 10px 0;
    border-radius: 0;
    font-size: 1.125rem !important;
    transition: ease .5s;
    min-width: 8rem;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    font-family: inherit !important;
}

    /*.btnPrimary {
    background-color: <%= Session["DetailsBoxTitleColour"] == null ? "#00818a" : Session["DetailsBoxTitleColour"] %>;
    border-color: <%= Session["DetailsBoxTitleColour"] == null ? "#00818a" : Session["DetailsBoxTitleColour"] %>;
    color: <%= Session["DetailsBoxTitleTextColour"] == null ? "#ffffff" : Session["DetailsBoxTitleTextColour"] %>;
}

.btnSecondary {
    background-color: #7b57cb;
    border-color: #7b57cb;
    color: #ffffff;
}

.btnTertiary {
    background-color: #ffffff;
    border-color: #00818a;
    color: #262626;
}

.btnPrimary:hover {
    background-color: <%= Session["DetailsBoxTitleColour"] == null ? "#00818a" : Session["DetailsBoxTitleColour"] %>;
    color: <%= Session["DetailsBoxTitleTextColour"] == null ? "#ffffff" : Session["DetailsBoxTitleTextColour"] %>;
    border-color: <%= Session["DetailsBoxTitleColour"] == null ? "#00818a" : Session["DetailsBoxTitleColour"] %>;
    background-blend-mode: darken;
    border: 1px solid;
    cursor: pointer;
}

.btnSecondary:hover {
    background-color: #ffffff;
    color: #7b57cb;
    border: 1px solid;
    border-color: #7b57cb;
    cursor: pointer;
}

.btnTertiary:hover {
    background-color: #dddddd;
    color: #262626;
    border: 1px solid;
    border-color: #00818a;
    cursor: pointer;
}*/

    .btn:disabled {
        pointer-events: none;
        cursor: pointer;
        opacity: .5;
        background-color: #dddddd;
        border: 2px solid;
        border-color: #dddddd;
        color: #262626;
    }

.DetailsSaveButton {
    width: 60px;
    height: 30px;
    margin-top: 2px;
    margin-right: 2px;
    background-color: rgba(0,0,0,0);
    float: right;
    color: white;
    font-family: 'Segoe UI';
    font-size: small;
    font-weight: 100;
    border-style: none;
    vertical-align: middle;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.DetailsBoxText {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: medium;
}

.DetailsBoxSetting {
    display: block;
}

.DetailsBoxSettingCenter {
    display: block;
    text-align: center;
}

.DetailsBoxButton {
    display: block;
    color: black;
}

.DetailsBoxList {
    display: inline-block;
    position: relative;
    width: 50%;
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: small;
}

.DetailsBoxSettingLabel {
    display: inline-block;
    width: 40%;
    height: auto;
    margin-left: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: small;
    vertical-align: top;
    max-width: 300px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.DetailsBoxSettingLabelLong {
    display: inline-block;
    height: auto;
    margin-left: 10px;
    margin-right: 5px;
    font-size: small;
    vertical-align: top;
    white-space: nowrap;
}

.DetailsBoxSettingLabelCenter {
    display: inline-block;
    width: auto;
    height: auto;
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: small;
}

.DetailsBoxLabelInfoCenter {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: small;
    font-weight: 500;
}

.DetailsBoxSettingUser {
    display: inline-block;
    width: 50%;
    max-width: 60%;
    min-width: 10%;
    /*height: auto;*/
    margin-left: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: small;
    max-width: 250px;
}

.chkDDAppealed input[type=checkbox] {
    width: 15px !important;
    height: 15px !important;
    vertical-align: middle;
    /*margin-bottom: 5px;*/
    margin-top: 5px;
}

.DetailsBoxChecklist {
    font-family: inherit;
    font-size: small;
    margin-left: 5px !important; /*For alignment change*/
    height: 20px !important;
    margin-top: 15px !important;
    display: inline-block !important;
    width: calc(95% - 25px) !important;
    max-width: 60%;
    min-width: 10%;
}

    .DetailsBoxChecklist input[type=checkbox] {
        margin-top: 0px;
        margin-left: 0px;
    }

    .DetailsBoxChecklist label {
        margin-top: 2px;
        margin-left: 0px;
        margin-right: 5px;
    }

    .DetailsBoxChecklist td {
        display: inline-flex;
    }

.DetailsBoxChecklistNew {
    font-family: inherit;
    font-size: small;
    margin-left: 5px !important;
    height: auto !important; /* Allow height to adjust to content */
    margin-top: 15px !important;
    display: inline-flex !important;
    align-items: center;
    max-width: 60%;
    min-width: 10%;
}

    .DetailsBoxChecklistNew input[type=checkbox] {
        margin: 0;
        /*margin-right: 5px; */ /* Add some space between checkbox and text */
    }

    .DetailsBoxChecklistNew input[type=text] {
        margin: 0; /* Reset margin for text input */
        font-size: x-small;
        white-space: nowrap; /* Prevent text from wrapping */
    }

.DetailsBoxSettingUserLong {
    /*display: inline-block;*/
    min-width: 10%;
    margin-left: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: small;
    width: 254px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .DetailsBoxSettingUserLong {
        min-width: 10%;
        margin-left: 5px;
        margin-right: 10px;
        margin-bottom: 5px;
        font-size: small;
        width: 252px;
    }
}

@media only screen and (max-width: 1024px) {
    .HeaderLogoSmall {
        padding-top: 35px;
        position: absolute;
    }

    .MasterEmployeeDetails.Name {
        font-size: medium;
        display: inline-block;
    }

    .MasterEmployeeDetails.JobTitle {
        font-size: medium;
        display: inline-block;
    }
}

.DetailsBoxSettingUserVacancy {
    display: inline-block;
    height: auto;
    margin-left: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: small;
}

.DetailsBoxSettingUserDateTime {
    display: inline-block;
    width: 100px;
    max-width: 60%;
    min-width: 10%;
    height: auto;
    margin-left: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: small;
    max-width: 100px;
}

.DetailsBoxSettingLabelInfo {
    display: inline-block;
    width: 100%;
    font-size: small;
    margin-left: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.DetailsBoxSettingHeader {
    display: inline-block;
    width: 100px;
    font-size: small;
    white-space: nowrap;
    text-align: left;
    font-weight: 600;
}

.PopupLabelDiv {
    display: inline-block;
    width: 30%;
    height: auto;
    margin-left: 10px;
    margin-right: 0px;
    margin-bottom: 5px;
    font-size: small;
    vertical-align: top;
    white-space: nowrap;
}

.PopupLabel {
    width: 100%;
}

.PopupContentDiv {
    display: inline-block;
    width: 65%;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    font-size: small;
    vertical-align: top;
    white-space: nowrap;
}

.PopupFullWidthContentBottomPad {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}

.PopupFullWidthContentTopPad {
    width: 100%;
    display: inline-block;
    margin-top: 5px;
}

.PopupFullWidthContent {
    width: 100%;
    display: inline-block;
}

.User {
    width: 98%;
    margin: 10px 10px 10px 10px;
}

.DetailsBoxDateTime {
    float: left;
    margin-left: 3px;
    margin-bottom: 3px;
}

.DetailsBoxSettingContent {
    display: block;
    margin-left: 20px;
}

.DetailsBoxSettingException {
    display: inline-block;
    font-size: small;
    width: 93%;
}

.Splitter {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    height: 1px;
    border-top-style: solid;
    border-top-width: 1px;
}



[disabled] { /* Text and background colour, medium red on light yellow */
    color: #000;
    border-style: none;
    background-color: #fff;
    opacity: 0.7;
}

.DateTimeBox {
    width: 100px;
    margin-left: 0px;
}

.TimeOnlyBox {
    width: 38px;
}

/*.DropDownList {
    width: 150px;
    margin-left: 10px;
    height: 20px;
}*/

input[type=text],
input[type=dropdown],
input[type=password],
input[type=number],
textarea,
select {
    display: inline-block;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid;
    /*border-radius: 4px;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: inherit;
    opacity: 1;
    padding: .5rem;
    width: 95%;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 5px;
    min-width: 5rem;
}

input[type=text],
input[type=password] {
    height: 19px;
}

textarea {
    height: 50px !important;
}


/*
input[type=dropdown],
select {
    opacity: 1;
    border: 2px;
    padding: .5rem;
    width: 95%;
    font-size: 1rem;
    font-weight: 400;
    display: flex;
    margin-bottom: 5px;
    min-width: 5rem;
    font-family: inherit;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}*/

.StandardChecklist input[type=checkbox] {
    margin-top: 0px;
    margin-left: 0px;
}

.DetailsBoxSettingUser input[type=checkbox] {
    margin-top: 0px;
    margin-left: 0px;
}

input[type=checkbox] {
    display: inline;
    width: 15px;
    height: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    position: relative;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-top: 5px;
    float: left;
}

    input[type=text]:focus,
    input[type=password]:focus,
    input[type=checkbox]:focus,
    textarea:focus,
    select:focus {
        border-color: #66afe9 !important;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    input[type=text]::-moz-placeholder,
    input[type=password]::-moz-placeholder,
    input[type=checkbox]::-moz-placeholder,
    textarea::-moz-placeholder,
    select::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    input[type=text]:-ms-input-placeholder,
    input[type=password]:-ms-input-placeholder,
    input[type=checkbox]:-ms-input-placeholder,
    textarea:-ms-input-placeholder,
    select:-ms-input-placeholder {
        color: #999;
    }

    input[type=text]::-webkit-input-placeholder,
    input[type=password]::-webkit-input-placeholder,
    input[type=checkbox]::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    select::-webkit-input-placeholder {
        color: #999;
    }

    input[type=checkbox][disabled],
    input[type=checkbox][readonly] {
        display: inline;
        width: 15px;
        height: 15px;
        line-height: 1.42857143;
        color: #555;
        opacity: .7;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        position: relative;
        vertical-align: middle;
        margin-bottom: 5px;
    }

input[type=text][disabled],
input[type=number][disabled],
input[type=text][readonly],
input[type=number][readonly],
fieldset[disabled] input[type=text],
fieldset[disabled] input[type=checkbox],
input[type=password][disabled],
input[type=password][readonly],
fieldset[disabled] input[type=password],
textarea[disabled],
select[disabled],
input[type=dropdown][disabled] {
    background-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    border-top-color: #fff;
    border-bottom-width: 2px !important;
    opacity: .7;
    padding: .5rem;
    width: calc(95% - 40px);
    font-size: 1rem;
    font-weight: 400;
    display: flex;
    margin-bottom: 5px;
    min-width: 5rem;
    box-shadow: none;
}

input[type=text][disabled],
fieldset[disabled] input[type=text],
input[type=checkbox][disabled],
fieldset[disabled] input[type=checkbox],
input[type=password][disabled],
fieldset[disabled] input[type=password],
textarea[disabled] {
    cursor: default;
}


.TextBoxWaterMarked {
    color: slategrey;
    border: none;
    text-decoration: none;
}

.CheckBox {
    width: 15px !important;
    height: 15px !important;
    vertical-align: middle;
    margin-bottom: 5px;
}

/*select {
    min-width: 100px;
    width: 150px;
    height: 20px;
}*/


.modalBackground {
    background-color: rgba(0,0,0,0.5);
    z-index: 9 !important;
}

.modalBackgroundLight {
    background-color: rgba(0,0,0,0.2);
}

.popup {
    background: rgb(225,127,39);
    color: #fff;
}

.SelectEmployeePopup {
    width: 700px;
    height: 500px;
}

.GenericPopup {
    width: 300px;
    height: auto;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 10px;
    border-left: dashed solid black;
    max-height: 530px;
    overflow: auto;
}

.SelectEmployeeGrid {
    background-color: white;
    color: black;
    width: 500px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    height: 370px;
    overflow: scroll;
}

.hidden {
    display: none !important;
    visibility: hidden;
    height: 0px !important;
    width: 0px !important;
}

.Description {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    width: 95%;
    font-size: small;
}



.StandardButton, .ui-dialog .ui-dialog-buttonpane button {
    background: rgba(0,0,0,0.1);
    border: 1px solid #4e3043;
    box-shadow: inset 0 1px rgba(255,255,255,0.4), 0 2px 1px rgba(0,0,0,0.1);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 3px;
    min-height: 25px;
    -webkit-appearance: none;
    font-family: inherit !important;
}

    .StandardButton:hover {
        box-shadow: inset 0 1px rgba(255,255,255,0.2), inset 0 20px 30px rgba(0,0,0,0.2);
    }

.SmallIcon {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 20px;
    height: 20px;
    top: 3px;
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    left: 0px;
}

.StandardIcon {
    display: inline-block;
    float: left;
    width: 32px;
    height: 32px;
    top: 0px;
    margin-right: 10px;
    border: none;
}

.hiddenButton {
    display: none;
}

.ProgressOverlay {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 99999999 !important;
}

    .ProgressOverlay.empSearchProgOverlay {
        top: 0px !important;
    }

.ProgressContent {
    background-color: #383838;
    width: 150px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: 0px;
    /*border-radius: 5px;*/
    text-align: center;
    z-index: 11; /* 1px higher than the overlay layer */
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

.BannerDiv {
    width: 950px;
    height: auto;
    margin-left: 125px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.MultiLineText {
    font-family: Segoe UI;
}

.StandardTextBox {
    /*width: calc(95% - 40px) !important;*/
    width: 95% !important;
    max-width: 100%;
    height: 19px;
    font-size: 1rem;
    font-weight: 400;
}

.StandardTextBox90 {
    width: 90% !important;
    max-width: 100%;
    height: 19px;
    font-size: 1rem;
    font-weight: 400;
}

.StandardDropDown {
    /*width: calc(95% - 40px) !important;*/
    width: 95% !important;
    max-width: 100%;
    height: 19px !important;
    font-size: 1rem;
    font-weight: 400;
    box-sizing: content-box !important;
}

.StandardDropDownCCQ {
    /*width: calc(95% - 40px) !important;*/
    width: 90% !important;
    max-width: 100%;
    height: 19px !important;
    font-size: 1rem;
    font-weight: 400;
    box-sizing: content-box !important;
}

.StandardDropDownInline {
    /*width: calc(95% - 40px) !important;*/
    width: 95% !important;
    max-width: 100%;
    height: 37px;
    font-size: 1rem;
    font-weight: 400;
}

.StandardSearchBox {
    width: calc(95% - 39px) !important;
    max-width: 100%;
    height: 20px !important;
    font-size: 1rem;
    font-weight: 400;
    float: left;
}

    .StandardSearchBox[disabled],
    .StandardSearchBox[ReadOnly] {
        width: calc(95% - 39px) !important;
        max-width: 100%;
        height: 19px !important;
        font-size: 1rem;
        font-weight: 400;
        float: left;
    }

.SearchButton {
    float: left;
    width: 20px;
    height: 20px;
    padding: 9px;
    font-size: 1rem;
    font-weight: 400;
    border: none;
    cursor: pointer;
}

    .SearchButton[disabled] {
        float: left;
        width: 20px;
        height: 20px;
        padding: 9px;
        font-size: 1rem;
        font-weight: 400;
        border: none;
        opacity: .7;
        pointer-events: none;
        cursor: pointer;
    }

    .SearchButton:hover {
        filter: brightness(80%);
        cursor: pointer;
    }

.StandardTextBoxLarge {
    border-color: grey;
    width: 30%;
    max-width: 100%;
}

.MandatoryField {
    border-style: solid;
    border-width: thin;
    border-color: #ff0000 !important;
}

.SelectedRow {
    background-color: #a3d3dc;
}

.StandardLabel {
    text-align: left;
    font-family: inherit;
    font-size: medium;
    font-weight: 600;
    /*font-weight: bold;*/
    margin-left: 5px; /*For alignment change*/
    height: 20px;
    margin-top: 5px;
    display: inline-block;
    width: calc(95% - 25px) !important;
}

.StandardText {
    text-align: left;
    font-family: inherit;
    font-size: medium;
    font-weight: 400;
    /*font-weight: bold;*/
    margin-left: 5px; /*For alignment change*/
    height: 20px;
    margin-top: 5px;
    display: inline-block;
    width: calc(95% - 25px) !important;
    color: black;
}

.StandardLink {
    text-align: left;
    font-family: inherit;
    font-size: medium;
    font-weight: 400;
    /*font-weight: bold;*/
    margin-left: 5px; /*For alignment change*/
    height: 20px;
    margin-top: 5px;
    display: inline-block;
    width: calc(95% - 25px) !important;
}

.StandardChecklist {
    font-family: inherit;
    font-size: medium;
    font-weight: 600;
    /*font-weight: bold;*/
    margin-left: 5px !important; /*For alignment change*/
    height: 20px !important;
    margin-top: 5px !important;
    display: inline-block !important;
    width: calc(95% - 25px) !important;
    max-width: 60%;
    min-width: 10%;
}

.MultiLabel {
    text-align: left;
    font-family: inherit;
    font-size: medium;
    font-weight: 600;
    /*font-weight: bold;*/
    margin-left: 5px; /*For alignment change*/
    height: 20px;
    margin-top: 5px;
    display: inline-block;
}

.CheckboxLabel {
    text-align: left;
    font-family: inherit;
    font-size: medium;
    color: #00818a;
    margin-left: 5px; /*For alignment change*/
    margin-bottom: 5px;
    display: inline-block;
}

.CheckboxLabelHorizontal {
    text-align: left;
    font-family: inherit;
    font-size: medium;
    margin-left: 5px; /*For alignment change*/
    display: inline-block;
}


.CenteredLabel {
    display: block;
    text-align: center;
    width: 100%;
}


.SelectedRow {
    background-color: #a3d3dc;
}


.StdButton, .ui-dialog .ui-dialog-buttonpane button {
    background: rgb(59, 136, 150);
    border: 1px solid #4e3043;
    box-shadow: inset 0 1px rgba(255,255,255,0.4), 0 2px 1px rgba(0,0,0,0.1);
    cursor: pointer;
    color: <%=Session["DetailsBoxTitleTextColour"]%>;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 3px;
    min-height: 25px;
    -webkit-appearance: none;
    font-family: inherit !important;
}

    .StdButton:hover {
        box-shadow: inset 0 1px rgba(255,255,255,0.2), inset 0 20px 30px rgba(0,0,0,0.2);
    }


.StdButtonDisabled {
    padding: .5rem 1.5rem;
    margin: 0 10px 10px 0;
    border-radius: 0;
    font-size: 1.125rem;
    transition: ease .5s;
    min-width: 8rem;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    font-family: inherit;
    pointer-events: none;
    cursor: pointer;
    opacity: .5;
    background-color: #dddddd;
    border: 2px solid;
    border-color: #dddddd;
    color: #262626;
}



.ConfirmButton {
    background-color: #00818a;
    border: none;
    color: white;
    height: 20px;
    margin-right: 10px;
}


.RefreshButton {
    border: none;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: relative;
    margin: 0% 2% 0% 1%;
}

.CaptchaImage {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

.CaptchaTextBox {
    width: 15% !important;
    padding: .5rem 1.5rem;
    margin: 0 10px 10px 0;
    text-align: center;
    vertical-align: middle;
    font-family: inherit !important;
}

.PopupPanel {
    background-color: white;
    border-color: rgb(204, 204, 204);
    border-width: 1px;
    border-style: solid;
    z-index: 91;
    position: fixed;
    left: 674px;
    top: 282.5px;
    color: black;
    padding: 1%;
}


.ChevronLeft {
    margin: 0px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border-style: solid;
    border-color: black;
    border-width: 1px;
}

.ChevronRight {
    margin: 0px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border-style: solid;
    border-color: black;
    border-width: 1px;
}

.grdvwPanel {
    width: 80%;
    margin-left: 2px;
    margin-right: 2px;
    text-align: left;
}

.grdvwPanelLabel {
    width: 50%;
    display: inline-block;
    margin-top: 5px;
    text-align: left;
}

.grdvwPanelContent {
    width: 50%;
    display: inline-block;
    margin-top: 5px;
    width: 40px;
}

.grdvwPanelText {
    text-align: left;
    width: 120px;
}

.grdvwPanelTextFooter {
    text-align: left;
    width: 100px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.DetailsBoxSelectIndent {
    display: inline-block;
    width: 50%;
    max-width: 60%;
    min-width: 10%;
    height: auto;
    margin-left: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: small;
    color: black;
    max-width: 250px;
}

.Cursor {
    cursor: pointer;
}

.pageTitleExtraInfo {
    float: right;
    font-size: small;
    margin-right: 16px;
    vertical-align: top;
    text-align: right;
}

.TripleSplitDivContainer {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 150px;
    margin-top: 15px;
}

.TripleSplitContent {
    margin-left: 5px;
    margin-right: auto;
    height: 100%;
    float: left;
    width: 390px;
    border: 1px solid #333333;
    border-radius: 7px;
}

.DetailsBoxEmployeeLabel {
    width: 80px;
    height: auto;
    margin-left: 10px;
    margin-bottom: 5px;
    font-size: small;
    vertical-align: top;
    max-width: 200px;
    white-space: nowrap;
}

.DetailsBoxSettingLabelPopup {
    display: inline-block;
    width: 40%;
    height: auto;
    margin-left: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: small;
    vertical-align: top;
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.PrintLabel {
    display: none;
}

.ClockingEmployeeDiv {
    padding: 5px;
    margin-bottom: 20px;
    border: 0px solid transparent;
    /*border-radius: 4px;*/
    margin: 5px 5px 5px 5px;
}

    .ClockingEmployeeDiv:hover {
        cursor: pointer;
        border: 1px solid transparent;
    }

.ClockingEmployeeDiv-In {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .ClockingEmployeeDiv-In:hover {
        border-color: #337ab7;
    }

.ClockingEmployeeDiv-Absent {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .ClockingEmployeeDiv-Absent:hover {
        border-color: #337ab7;
    }

.ClockingEmployeeDiv-No {
    color: black;
    background-color: #ffffff;
    border-color: darkgray;
}

    .ClockingEmployeeDiv-No:hover {
        border-color: #337ab7;
    }

.ClockingEmployeeDiv-Out {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .ClockingEmployeeDiv-Out:hover {
        border-color: #337ab7;
    }

.StatusLabelDiv {
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    /*border-radius: 4px;*/
    /*margin: 5px 5px 5px 5px;*/
    display: inline-block;
    width: 97.75%;
    margin-left: 10px;
}

.StatusLabelDiv-True {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.StatusLabelDiv-False {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}


.HyperlinkDiv {
    color: #31708f;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .HyperlinkDiv:hover {
        font-style: italic;
        color: #2F4F4F;
    }

    .HyperlinkDiv:visited {
    }

.circularImage {
    width: 32px;
    height: 32px;
    display: inline;
    float: left;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    top: 3px;
    left: 3px;
}

.circularImageBorder {
    display: inline;
    float: left;
    width: 38px;
    height: 38px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border: 1px solid gray;
    background-color: #ffffff;
    margin-right: 3px;
}

.panel {
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid transparent;
    /*border-radius: 4px;*/
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    float: left;
}

    .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0;
}

    .panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
        padding-right: 15px;
        padding-left: 15px;
    }

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
        border-top: 0;
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.accordion {
    width: 400px;
}

.accordionHeader {
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    /*border-radius: 5px;*/
}

.accordionHeaderGreen {
    border: 1px solid #d6e9c6;
    color: #3c763d;
    background-color: #dff0d8;
}

.accordionHeaderBlue {
    border: 1px solid #bce8f1;
    color: #31708f;
    background-color: #d9edf7;
}

.accordionHeaderDisabled {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    text-align: center;
}

.accordionHeaderBlue:hover {
    border: 1px solid #ABC9CF;
}

.accordionHeaderSelected {
    border: 1px solid #d6e9c6;
    background-color: #dff0d8;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    /*border-radius: 5px 5px 0px 0px;*/
}

.accordionHeaderSelectedGreen {
    border: 1px solid #d6e9c6;
    background-color: #dff0d8;
    color: #3c763d;
}

.accordionHeaderSelectedBlue {
    border: 1px solid #bce8f1;
    color: #31708f;
    background-color: #d9edf7;
}

    .accordionHeaderSelectedBlue:hover {
        border: 1px solid #ABC9CF;
    }

.accordionContent {
    border: 1px solid #ddd;
    border-top: none;
    padding: 5px;
    /*border-radius: 0px 0px 5px 5px;*/
}

.accordionContentGreen {
    background-color: #f5f5f5;
}

.accordionContentBlue {
    background-color: #f5f5f5;
}

.fullWidthDiv {
    width: 100%;
    display: inline-block;
    /*border: 1px solid red;*/
}

.fullWidthControl {
    width: 98%;
    font-family: Verdana;
    font-size: small;
    font-weight: 100;
}

.fullWidthControlDisabled {
    width: 98%;
    font-family: Verdana;
    font-size: small;
    font-weight: 100;
    cursor: not-allowed;
}

.smallDropDown {
    width: 145px;
}

/*AutoComplete flyout */
/*.completionList {
border:solid 1px #444444;
margin:0px;
padding:2px;
height: 100px;
overflow:auto;
background-color: #FFFFFF;
}

.listItem {
color: #1C1C1C;
}

.itemHighlighted {
background-color: #ADD6FF;
}*/

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    z-index: 99999;
    display: block;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
    background-image: url("../ICONS/resize.png");
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.fieldset {
    border-radius: 5px;
}

.Tab {
    border: 1px solid #FFFFFF;
    /*border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
    height: 30px;
    display: inline-block;
    background-color: #EEEEEE;
    color: black;
    cursor: pointer;
    -webkit-appearance: none;
    font-family: inherit;
}

    .Tab.Active {
        border: 1px solid #CCC;
        background-color: #FFFFFF;
        border-bottom: 1px solid #FFFFFF;
        top: 1px;
        position: relative;
    }

.HrTab {
    border: none;
    height: 30px;
    display: inline-block;
    background-color: #FFFFFF;
    color: #262626;
    cursor: pointer;
    -webkit-appearance: none;
    font-family: inherit;
    font-size: medium;
    font-weight: 400;
    border-bottom: 2px solid #ccc;
    top: 1px;
}

    .HrTab.Active {
        background-color: #FFFFFF;
        border-bottom-style: solid;
        border-bottom-width: 2px;
        top: 1px;
        font-weight: 600;
        position: relative;
        margin-bottom: 1px;
    }

.Tab:hover {
    background-color: #FFFFFF;
    color: black;
    cursor: pointer;
}



.Tab.Active:hover {
    background-color: #FFFFFF;
    color: none;
    cursor: default;
}

.headingColour {
}

.TabContent {
    /*border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
    width: 100%;
    display: inline-block;
    border: 1px solid #CCC;
    background-color: #FFFFFF;
}

.TabHeader {
    width: calc(100% - 80px);
    overflow-x: hidden;
    overflow-y: hidden;
    height: 30px;
    float: left;
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
}

.TabContent.Internal {
    margin: 5px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    /*border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
    width: 98%;
}

.standardAccordionHeader {
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    /*border-radius: 5px;*/
}

.standardAccordionHeaderDisabled {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    text-align: center;
}

.standardAccordionHeader:hover {
}

.standardAccordionHeaderSelected {
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    /*border-radius: 5px 5px 0px 0px;*/
}

.standardAccordionContent {
    border: 1px solid #ddd;
    border-top: none;
    padding: 5px;
    border-radius: 0px 0px 5px 5px;
    background-color: #f5f5f5;
}

.dashboardAccordionContent {
    border: 0px solid #ddd;
    border-top: none;
    padding: 5px;
    border-radius: 0px 0px 5px 5px;
    background-color: #fff;
}

.AbsenceCalendarDiv {
    height: 30px;
    width: 30px;
    position: relative;
    left: -1px;
    border: 0px solid #333333;
}

.AbsenceCalendarPanelLabel {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 3px;
}

.AbsenceCalendarMultipleIcon {
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.AbsenceCalendarHalfDay {
    top: -1px;
    left: 0px;
    height: 22px;
    width: 25px;
    position: absolute;
    border: 0px solid none;
}

.Today {
    box-shadow: inset 0 0 7px #000000;
    border: 1px solid black;
}

.AbsenceCalendarDiv {
    height: 30px;
    width: 30px;
    position: relative;
    left: -1px;
    border: 0px solid #333333;
}

.AbsenceCalendarPanelLabel {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 3px;
}

.AbsenceCalendarMultipleIcon {
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.AbsenceCalendarHalfDay {
    top: -1px;
    left: 0px;
    height: 22px;
    width: 25px;
    position: absolute;
    border: 0px solid none;
}

.CheckSetting {
    width: 375px;
    display: inline-block;
}

.panelButton {
    border: none;
    height: 40px;
    width: 100%;
    margin-bottom: 5px;
    background-color: #FFFFFF;
    text-align: left;
    -webkit-appearance: none;
}

    .panelButton:hover {
        background-color: #EEEEEE;
        color: #778899;
        cursor: pointer;
    }

.panelSubButton {
    border: none;
    height: 30px;
    width: 84%;
    margin-left: 40px;
    margin-bottom: 5px;
    background-color: #FFFFFF;
    text-align: left;
    -webkit-appearance: none;
}

    .panelSubButton:hover {
        background-color: #EEEEEE;
        color: #778899;
        cursor: pointer;
    }

.gridviewQuestionnaires {
    font-size: small;
    margin-left: 0px;
    margin-right: 0px;
    border-color: White;
    padding: 5px;
    width: 998px;
    margin: 0px 0px 0px 0px;
    font-size: small;
}

    .gridviewQuestionnaires th a {
        color: white;
        text-decoration: none;
    }

    .gridviewQuestionnaires td {
        background: #ebebeb;
        color: #333333;
        font: small "arial";
        padding: 4px;
    }

    .gridviewQuestionnaires th {
        padding: 4px;
        font-size: small;
        border: 1px solid black !important;
    }

.deploytable {
    width: 80%;
    border: 0px solid black;
    border-spacing: 0px 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

    .deploytable tr {
        padding: 0px;
    }

    .deploytable td {
        padding: 0px;
        border: 0px none;
        text-align: right;
    }

.CompanyDiv {
    height: 45px;
}

.individualDivs {
    border: 1px solid gray;
    border-radius: 5px;
    box-shadow: inset 0 0 1px gray;
    display: inline-block;
    width: 98%;
    padding-top: 5px;
    margin-bottom: 5px;
    margin-right: 2px;
    padding-bottom: 5px;
    margin-left: 4px;
}

.CloseIcon {
    margin: 10px 10px 10px 10px;
    display: inline-block;
    float: right;
    cursor: pointer;
}

.DetailsBoxTitleShort {
    width: 75%;
    display: inline-block;
}

.End {
    clear: both;
}

.HyperlinkNoStyle {
    text-decoration: none;
    border: none;
}

.SmallSpan {
    width: 200px;
    display: inline-block;
}

.NoPadding {
    padding: 0;
}

.NoMarginBottom {
    margin-bottom: 0;
}

.MarginSmall {
    margin-left: 2.5%;
    margin-right: 2.5%;
}

.NoMarginLeft {
    margin-left: 0px;
}

.MarginLeft70 {
    margin-left: 70px;
}

.MarginLeft95 {
    margin-left: 95px;
}

.MarginBottom52 {
    margin-bottom: 52px;
}

.Width299 {
    width: 299px;
}

.Width376 {
    width: 35%;
}

.Width441 {
    width: 40%;
}

.Width307 {
    width: 29%;
}

.Width382 {
    width: 35%;
}

.Width355 {
    width: 32%;
}

.Width55per {
    width: 55%;
}

.BoldFont {
    font-weight: bold;
}

.MarginLeft10 {
    margin-left: 10px;
}

.MarginLeft15 {
    margin-left: 15px;
}

.MarginLeft20 {
    margin-left: 20px;
}

.MarginBottom5 {
    margin-bottom: 5px;
}

.MarginBottom10 {
    margin-bottom: 10px;
}

.MarginRight10 {
    margin-right: 10px;
}

.MarginRight20 {
    margin-right: 20px;
}

.MarginTop5 {
    margin-top: 5px;
}

.MarginTop10 {
    margin-top: 10px;
}

.MarginLeft5 {
    margin-left: 5px !important;
}

.MarginLeft5Per {
    margin-left: 5%;
}

.MarginRight5 {
    margin-left: 5px !important;
}

.Width95 {
    width: 95%;
}

.FloatRight {
    float: right;
}

.FloatLeft {
    float: left;
}

.FloatLeftWithLeftMargin10 {
    float: left;
    margin-left: 10px;
}

.FloatRightWithRightMargin10 {
    float: right;
    margin-right: 10px;
}

.FloatRightMarginTop5 {
    float: right;
    margin-top: 5px;
}

.graphPaneWrapper {
    width: 48.5%;
    height: 370px;
    border: 1px solid gray;
    margin-left: 8px;
    background-color: #ffffff;
    display: inline-block;
    float: left;
}

.graphPaneHeader {
    height: 30px;
    border: 1px solid #CCCCCC;
    border-bottom-color: gray;
}

.Height20 {
    height: 20px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777;
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%;
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%;
    }

.h1, h1 {
    font-size: 36px;
}

.h2, h2 {
    font-size: 30px;
}

.h3, h3 {
    font-size: 24px;
}

.h4, h4 {
    font-size: 18px;
}

.h5, h5 {
    font-size: 14px;
}

.h6, h6 {
    font-size: 12px;
}

.Notification {
    display: none;
    height: auto;
    min-height: 15px;
    min-width: 400px;
    background-color: #4c4c4c;
    opacity: 0.9;
    position: fixed;
    z-index: 100;
    top: 5px;
    right: 5px;
    -webkit-box-shadow: 0px 6px 28px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 6px 28px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 6px 28px 0px rgba(0, 0, 0, 0.4);
    padding: 10px;
    border-radius: 3px;
}

.OvertimeNotes {
    width: 240px;
}

.PopupFullWidthLabel {
    display: inline-block;
    width: 90%;
    height: 100%;
    word-break: break-word;
    margin-left: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: small;
    vertical-align: top;
}

.ConfirmationPopupheader {
    background-color: #00818a;
    height: 30px;
    color: White;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: medium;
}

.ConfirmationPopupbody {
    min-height: 50px;
    line-height: 20px;
    text-align: center;
}

.ConfirmationPopupbodyBold {
    line-height: 40px;
    font-size: medium;
    font-weight: bold;
}

.FontSizeMedium {
    font-size: medium;
}

.YesNoButtonAllignment {
    margin-bottom: 10px;
    text-align: center;
    margin-right: 5px;
    margin-left: 12.5px;
}

.OkButtonAllignment {
    margin-bottom: 10px;
    text-align: center;
    margin-right: 5px;
    margin-left: 12px;
}

.WizardNavigation {
    padding-left: 10%;
}

.wizButtonBarOverride {
    padding-right: 2%;
}

.PaddingTop1per {
    padding-top: 1%;
}


.CalendarDivPosition {
    position: relative;
}

.DeletePopupheader {
    background-color: #00818a;
    height: 30px;
    color: White;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}

.DeletePopupbody {
    min-height: 50px;
    line-height: 20px;
    text-align: center;
}

.MessagePopupbody {
    min-height: 50px;
    line-height: 20px;
    text-align: left;
}

.PopUpMsgBody {
    min-height: 50px;
    line-height: 20px;
}

.txtAreaStyle {
    height: 20%;
    display: inline-block;
    width: 65%;
    max-width: 100%;
    margin-left: 2%;
    font-size: small;
}

.RightArrowSelection {
    border: none;
    background: url(../ICONS/dchevron-right.png) no-repeat 0 0;
    background-size: contain;
    width: 10%;
    height: 10%;
    position: relative;
    top: 5px;
    background-color: gainsboro;
}

.LeftArrowSelection {
    border: none;
    background: url(../ICONS/dchevron-left.png) no-repeat 0 0;
    background-size: contain;
    width: 10%;
    height: 10%;
    position: relative;
    top: 5px;
    background-color: gainsboro;
}

.PostArrowIcon {
    display: inline-block;
    width: 32px;
    height: 32px;
    top: 0px;
}

.rowcolumn {
    display: flex;
}

.col3 {
    width: 30%;
    display: inline;
    float: left;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    font-size: medium;
    color: white;
}

.col4 {
    width: 20%;
    display: inline;
    float: left;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    font-size: medium;
    color: white;
}

.col_3_Width {
    width: 23% !important;
}

.applicantImage {
    max-height: 80px;
    max-width: 80px;
    margin-left: 30%;
    text-align: center;
    left: 115px;
    color: black;
    padding: 7px;
    cursor: pointer;
    border: 1px solid black;
}

#webchatContainer #webchatTitleBar {
    background-color: rgba(0, 156, 166, 1) !important;
}

#webChatInputBox {
    border: none !important;
    box-shadow: none !important;
}

#webchatContainer {
    right: 85px;
}

#webchatOptions, #webchatFooter {
    display: none;
}

#webchatContainer p {
    height: 100%;
}

.SplitRight60 {
    width: 59%;
    float: right;
    vertical-align: top;
}

.SplitLeft40 {
    width: 39%;
    float: left;
    vertical-align: top;
}

.OneCol {
    width: 100%;
    float: left;
    vertical-align: top;
}

@media only screen and (min-width: 1025px) {
    .TwoCol1 {
        width: calc(50% - 5px);
        float: left;
        vertical-align: top;
        margin-right: 5px
    }

    .TwoCol2 {
        width: calc(50% - 5px);
        float: left;
        vertical-align: top;
        margin-left: 5px
    }

    .ThreeCol1 {
        width: calc(33.3% - 5px);
        float: left;
        vertical-align: top;
        margin-right: 5px;
    }

    .ThreeCol2 {
        width: calc(33.3% - 10px);
        float: left;
        vertical-align: top;
        margin-right: 5px;
        margin-left: 5px;
    }

    .ThreeCol3 {
        width: calc(33.3% - 5px);
        float: left;
        vertical-align: top;
        margin-left: 5px;
    }

    .ThreeCol1PAL {
        width: calc(33.3% - 5px);
        float: left;
        vertical-align: top;
        margin-right: 5px;
    }

    .ThreeCol2PAL {
        width: calc(26.3% - 10px);
        float: left;
        vertical-align: top;
        margin-right: 5px;
        margin-left: 5px;
    }

    .ThreeCol3PAL {
        width: calc(26.3% - 5px);
        float: left;
        vertical-align: top;
        margin-left: 5px;
    }

    .FourCol1 {
        width: calc(25% - 5px);
        float: left;
        vertical-align: top;
        margin-right: 5px;
    }

    .FourCol2 {
        width: calc(25% - 10px);
        float: left;
        vertical-align: top;
        margin-right: 5px;
        margin-left: 5px;
    }

    .FourCol3 {
        width: calc(25% - 10px);
        float: left;
        vertical-align: top;
        margin-right: 5px;
        margin-left: 5px;
    }

    .FourCol4 {
        width: calc(25% - 5px);
        float: left;
        vertical-align: top;
        margin-left: 5px;
    }

    .OneColumn {
        width: calc(25% - 20px);
        padding: 10px;
        float: left;
        position: relative;
    }

    .TwoColumn {
        width: calc(50% - 20px);
        padding: 10px;
        float: left;
        position: relative;
    }

    .ThreeColumn {
        width: calc(75% - 20px);
        padding: 10px;
        float: left;
        position: relative;
    }

    .FourColumn {
        width: calc(100% - 20px);
        padding: 10px;
        float: left;
        position: relative;
    }

    .OneThird {
        width: calc(33% - 40px);
        padding: 10px;
        float: left;
        position: relative;
    }
}



@media only screen and (max-width: 1024px) {
    .TwoCol1 {
        width: calc(100% - 5px);
        float: left;
        vertical-align: top;
        margin-right: 5px
    }

    .TwoCol2 {
        width: calc(100% - 5px);
        float: left;
        vertical-align: top;
        margin-left: 5px
    }

    .ThreeCol1 {
        width: calc(100% - 5px);
        float: left;
        vertical-align: top;
        margin-right: 5px;
    }

    .ThreeCol2 {
        width: calc(100% - 5px);
        float: left;
        vertical-align: top;
        margin-right: 5px;
        margin-left: 5px;
    }

    .ThreeCol3 {
        width: calc(100% - 5px);
        float: left;
        vertical-align: top;
        margin-left: 5px;
    }

    .FourCol1 {
        width: calc(100% - 5px);
        float: left;
        vertical-align: top;
        margin-right: 5px;
    }

    .FourCol2 {
        width: calc(100% - 5px);
        float: left;
        vertical-align: top;
        margin-right: 5px;
        margin-left: 5px;
    }

    .FourCol3 {
        width: calc(100% - 5px);
        float: left;
        vertical-align: top;
        margin-right: 5px;
        margin-left: 5px;
    }

    .FourCol4 {
        width: calc(100% - 5px);
        float: left;
        vertical-align: top;
        margin-left: 5px;
    }

    .OneColumn {
        width: calc(100% - 20px);
        padding: 10px;
        float: left;
    }

    .TwoColumn {
        width: calc(100% - 20px);
        padding: 10px;
        float: left;
    }

    .ThreeColumn {
        width: calc(100% - 20px);
        padding: 10px;
        float: left;
    }

    .FourColumn {
        width: calc(100% - 20px);
        padding: 10px;
        float: left;
    }
}

.IntegrationTile {
    height: 180px;
    border: 1px;
    border-color: black;
    border-style: solid;
    margin-right: 10px;
    margin-bottom: 10px;
}

.IntegrationPartnerImage {
    display: inline-flex;
    height: 50px;
    width: 50px;
    float: left;
}

.IntegrationTileTitle {
    text-align: left;
    display: inline-flex;
    margin-left: 10px;
    font-size: large;
}

.IntegrationTileStatus {
    display: inline-flex;
    float: right;
    margin-top: 15px;
}

.IntegrationTileDescription {
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.IntegrationTileTagsDiv {
    position: absolute;
    bottom: 0;
    display: flex;
}

.IntegrationTileTags {
    width: fit-content;
    padding: 5px;
    border: 1px;
    border-color: black;
    border-style: solid;
    margin-right: 10px;
    margin-bottom: 10px;
}

.IntegrationTileButton {
    position: absolute;
    bottom: 0;
    right: 0
}

.ButtonBar {
    width: 100%;
    text-align: right;
    overflow-x: hidden;
    display: inline-block;
    margin-top: 5px;
}

.rm-sidebar {
    height: 100%;
    background-color: #fff;
    position: fixed !important;
    overflow: auto;
    z-index: 9;
    display: block;
    top: 0;
    right: 0;
}

.rm-bar-block {
}

.rm-card {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.rm-animate-right {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rm-narrow {
    width: 25%;
}

.rm-standard {
    width: 50%;
}

.rm-wide {
    width: 100%;
}

.GridCellPaddingNumericValues {
    padding-right: 0.5%;
}

.ajax__tab_xp, .ajax__tab_header, .ajax__tab_body, .ajax__tab_tab {
    font-family: inherit !important;
}

    .ajax__tab_xp .ajax__tab_header {
        height: 26px;
        font-weight: 400;
        font-size: medium;
    }

.ajax__tab_active {
    font-weight: 600 !important;
    font-size: medium !important;
    background-color: #fff !important;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

.ajax__tab_tab {
    color: inherit;
    font-weight: inherit;
    font-size: medium;
    background-color: #fff;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_outer {
    background: none;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_inner {
    background: none;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
    background: none;
}

.ajax__tab_hover {
    background: none;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_hover .ajax__tab_outer {
    background: none;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_hover .ajax__tab_inner {
    background: none;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_hover .ajax__tab_tab {
    background: none;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_outer {
    background: none;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_inner {
    background: none;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_tab {
    background: none;
}

.ButtonBarReplicatePayrollCodes {
    width: 100%;
    text-align: right;
    overflow-x: hidden;
    display: inline-block;
    margin-right: 4%;
    margin-bottom: 1%;
    margin-top: 19%;
    float: right
}

.DisplayFlex {
    display: flex;
}

.AlignCenter {
    align-items: center;
}


.Pr15 {
    padding-right: 2%;
}

.MarginTop5Per {
    margin-top: 5%;
}

.MarginTop2Per {
    margin-top: 2%;
}

.header-template {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.TaskCounterDiv {
    width: 50px;
    height: 32px;
    text-align: center;
    border-radius: 15px;
    -moz-border-radius: 15px;
    display: inline-block;
    float: right;
}

    .TaskCounterDiv:hover {
        background-blend-mode: darken;
    }

.TaskCounterText {
    padding-top: 7px;
    font-size: medium;
    font-weight: 500;
    display: inline-block;
}

.TwoCol2CD {
    width: calc(49% - 5px);
    float: left;
    vertical-align: top;
    margin-left: 5px;
}

.PerformaceReviewLbl {
    text-align: left;
    font-size: small;
    margin-left: 5px;
    height: 20px;
    margin-top: 5px;
    display: inline-block;
    width: calc(95% - 25px) !important;
}

.AbsenceCalendarRestDayIcon {
    height: 8px;
    width: 8px;
    position: relative;
    top: 10px;
    margin-right: 12px;
    padding: 4px;
}

.AllAbsenceCalendarIcon {
    height: 8px;
    width: 8px;
    position: relative;
    top: 1px;
    margin-left: -20px;
}

.TrainingCalendarBookedCalendarIcon {
    height: 8px;
    width: 8px;
    position: relative;
    top: 1px;
    margin-left: -20px;
}

.printableCalendarLegendIcon {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.abseneceAllowanceHRcolumn {
    margin-right: 2%;
}

.RequiredforLabels:after {
    content: " *";
}

a.skip-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
    z-index: -999;
}

    a.skip-main:focus, a.skip-main:active {
        position: fixed;
        left: 2%;
        top: 2%;
        width: 22%;
        height: auto;
        overflow: auto;
        margin: 10px 35%;
        padding: 5px;
        border-radius: 4px;
        border: 3px solid yellow;
        background-color: #000;
        color: #fff;
        text-align: left;
        font-size: 1.1em;
        z-index: 999;
        clip: auto;
        white-space: normal;
    }

#loading {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    /*opacity: 0.7;*/
    background-color: rgba(0,0,0,0.5);
    z-index: 99999998 !important;
}
/*Added CSS for Obsolete in grid*/
.chkGridObsolete input[type=checkbox] {
    width: 15px !important;
    height: 15px !important;
    vertical-align: middle;
    margin-top: 5px;
    -webkit-appearance: none;
    cursor: pointer;
    background-color: white;
    border-color: gray;
}

    .chkGridObsolete input[type=checkbox]:checked {
        background-color: white;
        border-color: gray;
    }

        .chkGridObsolete input[type=checkbox]:checked::after {
            content: '✔';
            color: black;
            font-size: 13px;
            position: absolute;
            top: 0.5px;
            left: 2px;
            line-height: 1;
        }
