body, table, tr {
    font-family: Century Gothic, Verdana;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}


td {
    font-family: Century Gothic, Verdana;
    margin: 0px;
    padding: 3px;
    font-size: 10px;
}

hr {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid gray;
}

.LoginHeader {
    font-family: ProximaNova, sans-serif;
    text-transform: uppercase;
    background-color: #404040;
    font-size: 15px;
    text-align: center;
    /*font-family: Century Gothic;*/
    color: white;
    height: 30px;
}

.LoginBody {
    background-color: #FFFFFF;
    background-image: url('../../images/background.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-attachment: fixed;
    background-size: cover;
}

.LoginLink {
    cursor: pointer;
    vertical-align: central;
    text-align: center;
}

.LoginTable {
    border: 1px solid gray;
    width: 500px;
    padding: 4px;
    background-color: white;
    opacity: 0.9;
}

.LoginFooter {
    text-align: center;
    color: white;
    background-color: #5B5B5B;
    font-size: 11px;
    font-family: Century Gothic, Verdana;
    height: 25px;
}

.InfoLabel {
    color: red;
    font-style: italic;
}

.MenuBody {
    margin: 0;
    background-color: #2A2C39
}

.MenuFooter {
    position: fixed;
    bottom: 5px;
    left: 0;
    z-index: -1;
    width: 100%;
    align-content: center;
    text-align: center;
    color: white
}

.MenuFooterImage {
    width: 180px;
    height: 117px;
    background: url('../../images/Logos/hr-focus_Small.png');
}

.LogoutBody {
    background-color: #FFFFFF;
    background-image: url('../../images/Logos/Placeholder.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-attachment: fixed;
}

.LogoutImg {
    border: 0px;
    align-self: baseline;
    height: 115px;
    width: 185px
}

/* VACANCY SEARCH ----------------------------------------------------------------------------- */
.SearchFieldHeader {
    border: 2px solid #FF0000;
    background-color: #d32d27;
    width: 100%;
}

.text {
    font-family: Century Gothic;
    font-size: 12px;
    font-weight: normal;
    color: #404040;
    text-align: left;
    vertical-align: middle;
}

.HeaderLabel {
    font-family: Century Gothic;
    font-size: 14px;
    font-weight: normal;
    color: #404040;
    text-align: left;
    vertical-align: middle;
}

.topalign {
    vertical-align: top;
}

.boldtext, .BoldText, .Boldtext {
    font-family: Century Gothic;
    font-size: 12px;
    font-weight: bold;
    color: #404040;
}

.BlueTextNw {
    font-family: Century Gothic, Verdana;
    font-size: 12px;
    color: #404040;
}

.WhiteText {
    color: White;
}

.WhiteTextNW {
    font-family: Century Gothic, Verdana;
    font-size: 12px;
    font-weight: normal;
    color: white;
}


.textbox {
    font-family: Century Gothic, Verdana;
    font-size: 12px;
    color: #404040;
    padding: 3px;
}

.a, .A {
    font-family: Century Gothic, Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #336600;
    /*text-align:left; */
    vertical-align: middle;
    /*text-decoration: underline;*/
}

    .a:hover, .A:hover {
        font-weight: bold;
        text-decoration: none;
    }

.aWhite {
    font-family: Century Gothic, Verdana;
    font-size: 12px;
    font-weight: normal;
    color: White;
    /*text-align:left; */
    vertical-align: middle;
    text-decoration: underline;
}

    .aWhite:hover {
        font-weight: bold;
        color: White;
    }

.button {
    font-family: Century Gothic, Verdana;
    font-size: 12px;
    border: 1px solid #404040;
    background-color: #F5F5F5;
    color: #666;
    cursor: default;
    height: 29px; /*line-height: 27px;  */
    margin: 3px 2px 3px 2px;
    min-width: 54px;
    padding: 0 8px;
    text-align: center;
}

    .button:hover {
        font-weight: bold;
    }

.button_disabled {
    font-family: Century Gothic, Verdana;
    font-size: 10px;
    border: 1px solid #999999;
    background-color: #F5F5F5;
    color: #C0C0C0;
    cursor: default;
    height: 29px; /*line-height: 27px;  */
    margin: 3px 2px 3px 2px;
    min-width: 100px;
    padding: 0 8px;
    text-align: center;
    text-decoration: line-through;
}

.BtnPrimary {
    font-family: Century Gothic, Verdana;
    font-size: 12px;
    border: 1px solid #404040;
    background-color: #F5F5F5;
    color: Green;
    cursor: default;
    height: 29px; /*line-height: 27px;  */
    margin: 3px 2px 3px 2px;
    min-width: 100px;
    padding: 0 8px;
    text-align: center;
}

    .BtnPrimary:hover {
        font-weight: bold;
    }

.BtnSecondary {
    font-family: Century Gothic, Verdana;
    font-size: 12px;
    border: 1px solid #404040;
    background-color: #F5F5F5;
    color: #666;
    cursor: default;
    height: 29px; /*line-height: 27px;  */
    margin: 3px 2px 3px 2px;
    min-width: 100px;
    padding: 0 8px;
    text-align: center;
}

    .BtnSecondary:hover {
        font-weight: bold;
    }


.ButtonTight {
    font-family: Century Gothic, Verdana;
    font-size: 12px;
    border: 1px solid #404040;
    background-color: #F5F5F5;
    color: #666;
    cursor: default;
    text-align: center;
}

    .ButtonTight:hover {
        font-weight: bold;
    }

.buttonchrome {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.AssistantRow {
    font-weight: normal;
    text-decoration: none;
}

    .AssistantRow:hover {
        background-color: #EAEAEA;
        font-weight: bold;
        /*text-decoration: underline;*/
        cursor: default;
    }

.pageBreak {
    page-break-after: always;
}

/* ERROR DIALOGUE CONTROL ------------------------------------------------------------------------------------- */
.Error_Header {
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=white, endColorStr=#ffe6e1);
}

.Error_Title {
    font-weight: bold;
    font-size: 11px;
    color: maroon;
    font-family: Century Gothic, Verdana;
    height: 13px;
    background-color: Transparent;
}

.Error_BackGround {
    border-right: #cc0033 1px solid;
    border-top: #cc0033 1px solid;
    font-weight: bold;
    font-size: 11px;
    vertical-align: middle;
    border-left: #cc0033 1px solid;
    border-bottom: #cc0033 1px solid;
    font-family: Century Gothic, Verdana;
    height: 25px;
    background-color: #ffe6e1;
}

.Error_Items {
    font-size: 10px;
    color: #696969;
    font-family: Century Gothic, Verdana;
}

.ctrlRequired {
    border-right: firebrick 1px dotted;
    border-top: firebrick 1px dotted;
    border-left: firebrick 1px dotted;
    border-bottom: firebrick 1px dotted;
    background-color: #FFE4E1;
    font-family: Century Gothic, Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #404040;
}

/* - GRID------------------------------------------------------------------------------------------------- */

.Grid {
    background-color: #FFFFFF;
    border: 1px solid #7C7C94;
    border-bottom: 2px solid #7C7C94;
    font-family: Century Gothic, Verdana;
    font-size: 11px;
    cursor: default;
}

.GridHeader, .GridHeaderLight {
    background-color: #5B5B5B;
    font-size: 11px;
    text-align: left;
    font-family: Century Gothic, Verdana;
    color: white;
    height: 25px;
}

.GridHeaderText {
    color: #FFFFFF !important;
    font-family: Century Gothic, Verdana;
    font-size: 11px;
}


.Hover {
    font-family: Century Gothic, Verdana;
    font-size: 11px;
    color: Black;
    background-color: #B7B7B7;
    height: 25px;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}

.Row {
    background-color: #FFFFFF;
    font-family: Century Gothic, Verdana;
    font-size: 11px;
    height: 25px;
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
}

    .Row td.DataCell {
        cursor: default;
        font-family: Century Gothic, Verdana;
        font-size: 11px;
        height: 25px;
        border-bottom: 1px solid gray;
        border-top: 1px solid gray;
    }

.SortedDataCell {
    background-color: #C0C0C0;
}


.Row td.LastDataCell {
    background-color: #EFEFF4;
}

.DataCellAlternate {
    font-family: Century Gothic, Verdana;
    font-size: 11px;
    background-color: #E6E6E6;
    color: Black;
    height: 25px;
    border-bottom: 1px solid gray;
}

.SelectedRow {
    background-color: #707070;
    color: white;
    height: 25px;
}


    .SelectedRow td.DataCell {
        font-family: Century Gothic, Verdana;
        font-size: 11px;
        background-color: #707070;
        color: white;
        border-bottom: 1px solid gray;
    }

    .SelectedRow td.FirstDataCell {
        background-color: #707070;
        color: white;
    }

    .SelectedRow td.LastDataCell {
        background-color: #707070;
        color: white;
    }

.GroupHeading {
    color: Black;
    background-color: #FFFFFF;
    font-family: Century Gothic, Verdana;
    font-size: 11px;
    font-weight: bold;
    border-bottom: 2px solid #A5A4BD;
    padding-top: 10px;
    padding-bottom: 3px;
}

.SliderPopup {
    border-style: solid;
    border-width: 1px;
    border-color: #9495A2 #000000 #000000 #9495A2;
    background-color: #F3F3F3;
    width: 288px;
    height: 60px;
}

.GridFooter {
    cursor: default;
    padding: 5px;
    background-color: #F3F3F3;
}

.GridFooterText {
    color: #000000;
    font-family: Century Gothic, Verdana;
    font-size: 11px;
}


.SearchText {
    color: #FFFFFF;
    font-family: Century Gothic, Verdana;
    font-size: 11px;
}

.SearchBox {
    font-family: Century Gothic, Verdana;
    font-size: 11px;
    text-decoration: none;
    width: 250px;
}

.ItemStyle {
    font-family: Century Gothic, Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #404040;
    vertical-align: middle;
    height: 25px;
}

    .ItemStyle:hover {
        color: black;
        background-color: #C5C5C5 !important;
    }

.Alternate {
    font-family: Century Gothic, Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #404040;
    vertical-align: middle;
    height: 25px;
    background-color: #F2F2F2;
}

    .Alternate:hover {
        color: black;
        background-color: #C5C5C5 !important;
    }


/* MESSAGE DIALOGUE CONTROL ------------------------------------------------------------------------------------- */


.Message_Items {
    font-size: 11px;
    color: #000000;
    font-family: Century Gothic, Verdana;
    font-weight: normal;
}

/* HELP DIALOGUE CONTROL ------------------------------------------------------------------------------------- */
.Help_Header_Label {
    font-weight: bold;
    font-size: 11px;
    color: #003399;
    font-family: Verdana;
    height: 12px;
}

.Help_Items {
    font-size: 11px;
    color: #000000;
    font-family: 'century gothic', verdana;
}

/** CALENDAR STYLES **********************************/
.picker {
    background-color: #FFFFFF;
    color: #404040;
    border: 1px gray solid;
    font-size: 11px;
    font-family: "Century Gothic";
    padding: 2px;
    cursor: pointer;
    width: 120px;
}


.calendar_button {
    border: none;
    cursor: pointer;
}

.calendar td {
    font-size: 11px;
}

.title {
    font-weight: bold;
    background-color: #D7D7E5;
}

.day {
    width: 25px;
    cudth: 25px;
    cursor: pointer;
    text-align: center;
    border-width: 1px;
    border-color: #F6F6F6;
    border-style: solid;
}

.dayhover {
    width: 25px;
    cursor: pointer;
    text-align: center;
    text-decoration: underline;
    border-width: 1px;
    border-color: #F6F6F6;
    border-style: solid;
}

.dayheader {
    width: 25px;
    text-align: center;
    border-width: 1px;
    border-color: white;
    border-style: solid;
    font-weight: bold;
    background-color: #FFFFFF;
}

.othermonthday {
    color: #999999;
}

.selectedday {
    width: 25px;
    background-color: #FBE694;
    color: #000000;
    border-width: 1px;
    border-color: #BB5503 !important;
    border-style: solid;
    font-weight: bold;
}

.calendar {
    border-style: solid;
    border-width: 1px;
    border-color: Black;
    border-collapse: collapse;
    background-color: #FFFFFF;
    cursor: default;
}

.month {
    background-color: #F6F6F6;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 0px;
}

.nextprev {
    cursor: pointer;
    height: 25px;
    vertical-align: middle;
    padding: 0px 5px 0px 5px;
}

.width100 {
    width: 100px;
}

.width200 {
    width: 200px;
}

.width300 {
    width: 300px;
}


.ctrlRequired, .ctrlrequired {
    border: firebrick 1px dotted;
    background-color: #FFE4E1;
}

.pageTitle {
    font-weight: bold;
    font-size: 12px;
    font-family: Century Gothic, Verdana;
}

.pageInstructions {
    font-size: 11px;
    font-family: Century Gothic, Verdana;
    color: Gray;
}

.MainTab {
    font-family: Century Gothic;
    font-size: 12px;
}

.SubTab {
    font-family: Century Gothic;
    font-size: 11px;
}

.AlertTab {
    font-family: Century Gothic;
    font-size: 12px;
    color: #404040;
}

/* Telerik Treeview --------------------------------------------------------------------------------------------- */
.RadTreeView .rtImg {
    width: 16px !important;
    height: 16px !important;
}

/* -------------------------------------------------------------------------------------------------------------- */
.rgFilterBox {
    border-width: 1px;
    border-style: solid;
    margin: 0;
    height: 20px !important;
    padding: 2px 1px 3px;
    font-size: 12px;
    vertical-align: middle;
}

div#preload {
    display: none;
}

.right {
    text-align: right;
}


.NavHeading {
    font-family: ProximaNova, sans-serif;
    background-color: #2A2C39;
    color: white;
    font-size: 16px;
    font-weight: 300;
    height: 29.6px;
    line-height: 30px;
    padding-left: 10px;
    margin: 0 8px 0 10px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
    text-size-adjust: 100%;
    user-select: none;
    white-space: nowrap;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-align: left;
}

.NavItem {
    background-color: #2A2C39 !important;
    cursor: auto;
    display: inline-block;
    font-family: ProximaNova, sans-serif;
    font-size: 11px;
    font-weight: 300;
    height: 35px;
    line-height: 30px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
    text-size-adjust: 100%;
    text-transform: uppercase;
    user-select: none;
    white-space: nowrap;
    padding: 5px 0 5px 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: 0px;
}

    .NavItem:hover {
        background-color: #1E1E1E !important;
        color: #FF0000 !important;
    }

.NavUser {
    color: white;
    background-color: #2A2C39 !important;
    cursor: auto;
    display: inline-block;
    font-family: ProximaNova, sans-serif;
    text-decoration: none;
    width: 100%
}

    .NavUser:hover {
        color: red !important;
        text-decoration: underline;
    }

.VacancySearchLink {
    font-family: ProximaNova, sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
}


.RadWindow_Sunset {
    background-color: red !important;
    border-color: #990000 !important;
}

    .RadWindow_Sunset .rwTitleBar {
        background-image: linear-gradient(#990000,red) !important;
    }

.registration-container .redColor {
    color: red;
}

.registration-container .RadWizard {
    padding: 20px;
    border: 1px solid #f1f1f1;
    border-bottom: 0;
    box-shadow: 0 0 0 1px #fff;
}

.background-black .registration-container .RadWizard,
.background-blackmetrotouch .registration-container .RadWizard,
.background-glow .registration-container .RadWizard,
.background-office2010black .registration-container .RadWizard {
    border: 0;
    box-shadow: 0;
}

.registration-container .RadWizard_Material .rwzBreadCrumb .rwzText:before {
    display: none;
}

.registration-container .RadWizard_Material .rwzBreadCrumb .rwzLink {
    padding-left: 0;
}


.rwzImage {
    background-image: url(../Images/bread-crumb-icons.png);
}

html .RadWizard .rwzBreadCrumb span.rwzImage {
    width: 24px;
    height: 24px;
}

.registration-container .accountInfo.rwzImage {
    background-position: 0 0;
}

.registration-container .rwzSelected .accountInfo.rwzImage {
    background-position: -25px 0;
}

.registration-container .rwzDisabled .accountInfo.rwzImage {
    background-position: -50px 0;
}


.registration-container .personalInfo.rwzImage {
    background-position: 0 -25px;
}

.registration-container .rwzSelected .personalInfo.rwzImage {
    background-position: -25px -25px;
}

.registration-container .rwzDisabled .personalInfo.rwzImage {
    background-position: -50px -25px;
}


.registration-container .contactDetails.rwzImage {
    background-position: 0 -50px;
}

.registration-container .rwzSelected .contactDetails.rwzImage {
    background-position: -25px -50px;
}

.registration-container .rwzDisabled .contactDetails.rwzImage {
    background-position: -50px -50px;
}


.registration-container .confirmation.rwzImage {
    background-position: 0 -75px;
}

.registration-container .rwzSelected .confirmation.rwzImage {
    background-position: -25px -75px;
}

.registration-container .rwzDisabled .confirmation.rwzImage {
    background-position: -50px -75px;
}


.registration-container .RadWizard .rwzContent {
    overflow: hidden;
    background-color: #f5f5f6;
    line-height: 2em;
    margin: 0 -20px;
    padding: 0 20px;
}

.background-black .registration-container .rwzContent,
.background-blackmetrotouch .registration-container .rwzContent,
.background-glow .registration-container .rwzContent,
.background-office2010black .registration-container .rwzContent {
    background-color: transparent;
    background-color: rgba(255,255,255,0.1);
}

.background-silver .registration-container .rwzContent {
    background-color: transparent;
    background-color: rgba(255,255,255,0.5);
}

.background-sunset .registration-container .rwzContent {
    /*background: #f9f5f0;*/
}


.registration-container .inputWapper {
    display: inline;
    width: 320px;
    position: relative;
    zoom: 1;
}

    .registration-container .inputWapper.first {
        margin-right: 35px;
    }

    .registration-container .inputWapper label {
        display: block;
        margin: 5px 0 0;
    }

.registration-container .validator {
    color: #ff0000;
    position: absolute;
    top: 10px;
    right: 0;
}

.registration-container .anti-spam-policy {
    margin-top: 40px;
}

.registration-container .conditions {
    display: block;
    color: #a7a7a7;
    font-size: 0.857em;
}

.registration-container .inputWapper.date .riLabel {
    position: absolute;
}

.registration-container .RadWizard .rwzStep {
    height: 100%;
    position: relative;
}

.registration-container .RadWizard.rwzComplete {
    padding-top: 95px;
}

.registration-container .rwzStep p {
    margin: 0;
    padding: 10px 0;
}

.registration-container .RadWizard .complete {
    height: auto;
    padding: 75px 0;
    text-align: center;
}

.RadWizard_Material .rwzNext, .RadWizard_Material .rwzFinish {
    border-color: red !important;
    color: #fff;
    background-color: red !important;
}

.RadWizard_Material .rwzProgress {
    height: 5px;
    border: 0;
    background-color: Red !important;
}

.RadWizard_Material .rwzBreadCrumb .rwzLI {
    position: relative;
    padding: 0 !important;
    overflow: hidden;
}

.rwzPrevious {
    display: none !important;
}

.FieldProperties {
    border: 0px solid red;
}

.FieldProperties-highlight {
    border: 2px solid red;
    background-color: LightCoral;
}

.applied_notice {
    font-weight: bold;
    font-style: italic;
    color: forestgreen;
}

.rpItem {
    color: white;
}

.rpImage {
    float: left;
    border: 0;
    vertical-align: middle;
    padding: 4px 3px 3px;
    max-height: 20px !important;
    max-width: 20px !important;
}

.RadPanelBar .rpRootLink, .rpHeaderTemplate {
    border-style: none !important;
}

.RadPanelBar {
    float: left;
    border: 0;
    vertical-align: middle;
    padding: 4px 3px 3px;
}

.rtsImg {
    display: none !important;
    margin-top: -2px;
    border: 0;
    vertical-align: middle;
    max-height: 20px !important;
}

.link {
    cursor: hand;
    text-decoration: underline;
}

/* BLOCK SEARCH PAGE ------------------------------------------------------------------------------------- */
.search_block_body {
    margin: 0 auto;
    padding: 0;
    float: left;
    clear: both;
    max-width: 100%;
    width: 100%;
    height: auto
}

.search_block_main {
    width: 80%;
    outline: medium none;
    margin: 0 auto;
    padding: 0;
    float: none;
    clear: both;
    overflow: visible;
    height: auto
}

.search_block_logo_td {
}

.search_block_logo_img {
    height: 100px !important;
}


.search_block_header_menu {
    text-align: right;
}

.search_block_header_btn {
    font-family: Century Gothic, Verdana;
    border: 0px solid #404040;
    color: #404040;
    margin: 3px 2px 3px 2px;
    min-width: 100px;
    height: 29px;
    padding: 0 8px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
}

    .search_block_header_btn:hover {
        font-weight: bold;
    }

.search_block_mnu_tbl {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.search_block_mnu_left_td {
    width: 250px;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

.search_block_mnu_spacer_td {
    width: 10px;
    vertical-align: top;
}

.search_block_mnu_results_td {
    vertical-align: top;
}

.search_block_mnu_grp {
    font-family: Century Gothic, Verdana;
    background-color: #404040;
    font-size: 15px;
    text-align: left;
    color: white;
    height: 30px;
}

.search_block_mnu_lnk {
    font-family: Century Gothic, Verdana;
    font-size: 12px !important;
    color: #404040;
    margin: 0px;
    text-decoration: none;
}

    .search_block_mnu_lnk:hover {
        font-weight: bold;
    }

.search_block_mnu_spacer {
    font-size: 8px;
    height: 5px;
}

.search_block_mnu_txt {
    font-family: Century Gothic, Verdana;
    font-size: 12px !important;
    color: #404040;
    margin: 0px;
}

.search_block_mnu_edit {
    font-family: Century Gothic, Verdana;
    font-size: 12px;
    color: #404040;
    width: 250px !important;
}

.search_block_mnu_btns {
    text-align: right;
}

.search_block_cat_heading {
    font-family: Century Gothic, Verdana;
    border: 0px solid #404040;
    color: #337ab7;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    text-transform: uppercase;
    font-weight: bold;
}

.search_block_cat_lnk {
    font-family: Century Gothic, Verdana;
    font-size: 12px !important;
    color: #404040;
    margin: 0px;
    text-decoration: none;
}

    .search_block_cat_lnk:hover {
        color: #404040;
        font-weight: bold;
    }

.search_block_header_menu, .search_block_mnu_tbl, .search_block_mnu_results_td {
}

.search_block_left_bottom_image {
    display: none;
}

.search_block_right_bottom_image {
    display: none;
}

@media (max-width: 1150px) {
}

/* BRANDED VACANCY REPORT ------------------------------------------------------------------------------------- */
.report_main_section {
    padding-left: 50px;
    padding-right: 50px;
}

.report_field_desc {
    font-family: Century Gothic, Verdana;
    font-size: 12px !important;
    font-weight: bold;
    width: 10%;
    white-space: nowrap;
}

.report_field_detail {
    font-family: Century Gothic, Verdana;
    font-size: 12px !important;
    width: 90%;
}

.report_field_detail_bold {
    font-family: Century Gothic, Verdana;
    font-size: 12px !important;
    font-weight: bold;
    width: 90%;
}


.report_logo_td {
}

.report_logo_img {
    height: 100px !important;
}

.report_group_heading {
    font-family: Century Gothic, Verdana;
    font-size: 12px !important;
    font-weight: bold;
}

.report_kpa_table {
    margin: 0px;
    border: 0px;
    padding-left: 10px;
}

.report_kpa_desc {
    font-weight: bold;
    font-family: Century Gothic, Verdana;
    font-size: 12px !important;
}

.report_kpa_element_row {
}

.report_kpa_ul {
}

.report_kpa_li {
    font-size: 12px !important;
}

.report_requirement_table {
    margin: 0px;
    border: 0px;
    padding-left: 10px;
}

.report_requirement_desc {
    font-weight: bold;
    font-family: Century Gothic, Verdana;
    font-size: 12px !important;
}

.report_requirement_element_row {
}

/* HELP PAGES ------------------------------------------------------------------------------------- */
.help_section_heading {
    font-family: Century Gothic, Verdana;
    background-color: #404040;
    font-size: 15px;
    text-align: left;
    color: white;
    vertical-align: middle;
}

.help_section_text {
}


.incomplete_personal_details {
    font-weight: bold;
    font-style: italic;
    color: #FF0000 !important;
}

.lookup_frame {
    border-right: #000 1px solid;
    border-top: #000 1px solid;
    border-left: #000 1px solid;
    border-bottom: #000 1px solid
}



/* REPORT PORTAL ------------------------------------------------------------------------------------- */
.rpi_MainTable {
    width: 250px;
    border: 0px;
}

.rpi_Header {
    background-color: #404040;
    text-align: left;
    font-size: 12px
}

.rpi_HideMenu {
    float: right;
    width: 20px;
    padding-right: 10px;
}

.rpi_MainSearchCol {
    background-color: gainsboro;
    border-bottom: 1px solid gray;
}

.rpi_Img {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    max-height: 20px;
    max-width: 20px;
}

.rpi_SubHeader {
    height: 25px;
    background-color: White;
    background-image: url('../images/ReportPortal/BackGrounds/TH_BG.png');
    border: solid 1px silver;
    padding: 2px;
}

.rpi_SubHeaderText {
    border-right: #808080 1px solid;
    padding-right: 3px;
    border-top: 1px solid;
    padding-left: 10px;
    padding-bottom: 5px;
    border-left: #808080 1px solid;
    padding-top: 5px;
    border-bottom: #808080 1px solid;
    border-top-color: #808080;
    color: #000000;
}

.rpi_SubHeaderImg {
    width: 15px;
    float: left;
}


/* REPORT PORTAL REPORTS ------------------------------------------------------------------------------------- */

.portal_logo_td, .portal_header, .portal_criteria_table, .portal_details_header, .portal_details_panel, .portal_table, .portal_headings, .portal_row_count {
    font-family: Century Gothic, Verdana;
}

.portal_header, .portal_criteria_header, .portal_details_header, .portal_introduction_header, .report_table_headings, .portal_details_total, .portal_headings, .portal_row_count {
    font-weight: bold;
}

.portal_logo_td {
    text-align: left;
    font-size: 12px;
}

.portal_logo {
    width: 180px;
    height: 117px;
    background-image: url('../../images/Logos/hr-focus_small.png');
}

.portal_header_td {
    text-align: center;
}

.portal_header {
    font-size: 16px;
}

.portal_criteria_table {
    font-size: 12px;
}

.portal_details_panel, .portal_table, .portal_introduction_description, .portal_details_footer, .portal_details_disclaimer, .portal_details_created_by {
    font-size: 11px;
}

.report_table_headings, .portal_details_total {
    background-color: gray;
    color: white;
}

.portal_headings, .portal_row_count {
    font-size: 1px;
}


/* EXPORT PANEL ------------------------------------------------------------------------------------- */
.exp_panel {
    z-index: 99;
    filter: progid: DXImageTransform.Microsoft.Alpha( Opacity=70, FinishOpacity=0, Style=0, StartX=0, FinishX=100, StartY=0, FinishY=100);
    position: absolute;
    top: 10px;
}

.exp_main_tabel {
    border: navy 1px solid;
    width: 250px;
    height: 75px;
    background-color: white;
}

.exp_image {
    width: 50px;
    height: 50px;
}

.roundContainer {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.report_field_splitter_tr {
}

.report_field_splitter_td {
}

.report_field_splitter_hr {
}

.SectionSplitterSpan {
}

.SectionSplitterHR {
}

.DisclaimerTable {
    border: 1px solid gray;
    width: 500px;
    padding: 4px;
    background-color: white;
    opacity: 0.9;
}

.DisclaimerHeader {
    font-family: ProximaNova, sans-serif;
    text-transform: uppercase;
    background-color: #404040;
    font-size: 15px;
    text-align: center;
    /*font-family: Century Gothic;*/
    color: white;
    height: 30px;
}

.DisclaimerText {
    font-family: Century Gothic;
    font-size: 12px;
    font-weight: bold;
    color: #404040;
}

.labelRequired {
    color: Red !important;
}

.RegisterProgressItem {
    color: white !important;
    cursor: auto;
    display: inline-block;
    font-family: ProximaNova, sans-serif;
    font-size: 15px;
    font-weight: 300;
    height: 35px;
    text-transform: uppercase;
    padding: 5px 5px 5px 5px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: 0px;
}

.riDisabled {
    background-color: #F2F2F2 !important;
}

.applicant_is_employee {
    font-size: 14px !important;
    background-color: #B7FFA3 !important;
}

.applicant_is_employee_badge {
    font-size: 14px !important;
    color: #336600 !important;
}

.editor_panel {
    box-shadow: rgba(0, 0, 0, 0.1) 0 6px 15px, rgba(0, 0, 0, 0.1) 0 1px 5px;
    position: absolute;
    z-index: 999 !important;
    top: 40px;
    left: 14px;
    right: 14px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    transition: all 0.3s ease;
    padding: 16px;
    max-height: 90vh;
    overflow-y: auto;
}

    .editor_panel:hover {
        box-shadow: rgba(0, 0, 0, 0.1) 0 8px 25px, rgba(0, 0, 0, 0.1) 0 2px 10px;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .editor_panel table {
        border-collapse: separate;
        border-spacing: 2px;
    }

    .editor_panel th, .editor_panel td {
        padding: 2px 6px;
        text-align: left;
        vertical-align: middle;
    }

.editor_panel_heading {
    font-size: 12px;
    font-weight: bold;
}

.iframeNotifications {
    border: 2px solid #404040;
    position: absolute;
    z-index: 99;
    right: 0px;
    width: 26%;
    min-width: 300px;
    min-height: 95%;
    top: 34px;
    background-color: rgba(64, 64, 64, 0.85);
    color: white;
}

.shadowBox {
    box-shadow: rgba(0, 0, 0, 0.1) 0 6px 15px, rgba(0, 0, 0, 0.1) 0 1px 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin: 2px;
}

.allText {
    font-weight: bold;
    font-family: Century Gothic, Verdana;
    font-size: 12px;
    color: #404040;
}

.questionPanel {
    background-color: #ffffff;
    transition: all 0.3s ease;
    padding: 5px;
    overflow-y: auto;
    width: 97%;
    margin: 0px auto 20px auto;
}

.questionSection {
    background-color: #F0F8FF;
    padding: 5px;
}

.questionText {
    font-weight: bold;
    font-size: 12px;
}

.questionAnswers {
    background-color: rgb(253, 253, 253);
    padding: 5px;
    margin-top: 2px;
}

.questionAnswer {
}

.questionAnswerOptions {
    padding-left: 18px;
}

.questionComments {
    background-color: rgb(247, 249, 252);
    padding: 5px;
    margin-top: 2px;
}

.questionCommentsText {
}

.questionGuidelines {
    background-color: rgb(236, 245, 240);
    padding: 5px;
    margin-top: 2px;
}

.questionGuidelinesHeader {
}

.questionGuidelinesText {
}

.RedNode {
    color: red;
}

.NoteCounter {
    font-size: 14px;
    position: absolute;
    z-index: 1;
    margin-top: -3px;
    margin-left: -5px;
    border-radius: 25px;
    color: yellow;
    border: 2px solid yellow;
    background-color: rgba(3,3,3,.5);
    padding: 0px;
    font-weight: bold;
    min-width: 28px;
}

/* Notes Panel Container */
#iframeNotifications {
    position: fixed;
    top: 34px;
    right: 0;
    width: 380px;
    max-width: 90vw;
    height: calc(100vh - 34px);
    background: linear-gradient(180deg, rgba(48, 48, 48, 0.98) 0%, rgba(32, 32, 32, 0.98) 100%);
    color: white;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.3);
    border-left: 1px solid #555;
    z-index: 1000;
    font-family: 'Segoe UI', 'Century Gothic', Tahoma, sans-serif;
    overflow: hidden;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease;
}

/* Panel Header */
.notes-panel-header {
    position: relative;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    padding: 15px 20px;
    border-bottom: 2px solid #3498db;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notes-panel-title {
    font-size: 1.3em;
    font-weight: 600;
    color: #fff;
    margin: 0;
    letter-spacing: 0.5px;
}

/* Close Button (X) */
.notes-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    background: rgba(231, 76, 60, 0.9);
    border: none;
    border-radius: 4px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    line-height: 1;
    padding: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

    .notes-close-btn:hover {
        background: rgba(192, 57, 43, 1);
        transform: scale(1.1);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

    .notes-close-btn:active {
        transform: scale(0.95);
    }

/* Archive Checkbox Styling */
.archive-checkbox-wrapper {
    margin-top: 10px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    font-size: 0.85em;
}

/* Notes Content Area */
.notes-content-wrapper {
    height: calc(100% - 10px);
    overflow-y: auto;
    padding: 15px;
    scrollbar-width: thin;
    scrollbar-color: #555 #2a2a2a;
}

    .notes-content-wrapper::-webkit-scrollbar {
        width: 8px;
    }

    .notes-content-wrapper::-webkit-scrollbar-track {
        background: #2a2a2a;
    }

    .notes-content-wrapper::-webkit-scrollbar-thumb {
        background: #555;
        border-radius: 4px;
    }

        .notes-content-wrapper::-webkit-scrollbar-thumb:hover {
            background: #666;
        }

/* Add Note Button */
.add-note-section {
    padding: 12px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
}

.inboxCount {
}

/* Workflow indicators*/
.workflowCompleted {
    color: green;
}

.workflowPending {
    color: blue;
}

.workflowSend {
    color: red;
}


/* Login Providers */
.sample_td {
    vertical-align: text-top;
    padding: 5px 10px 5px 10px;
    margin: 5px 0px 5px 0px;
    border: 1px solid #cc0033;
}
