:root {
    /* primary color palette*/
    --primary-blue: #406680;
    --primary-blue-light: #27aae1;
    --primary-gray-dark: #6d6e71;
    --primary-gray: #bcbdc0;
    --primary-gray-light: #f3f3f4;
    --primary-green: #8dc642;
    --primary-black: #231f20;
    --primary-white: #ffffff;
    /* secondary color palette*/
    --secondary-red: #d2232a;
    --secondary-tan: #d79d82;
    --secondary-aqua: #45c2b1;
    --secondary-orange: #f2913b;
}


html {
    position: relative;
    height: 100%;
}

input, select {
    outline: none;
}

/* CORE */
* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 10pt;
    color: #231f20;
    line-height: 25px;
    min-height: 100%;
    position: relative;
}

    body::after {
        content: '';
        display: block;
        height: 85px;
    }

    body .dialogPage {
        background: #fff none !important;
        min-width: 400px;
    }


h1 {
    color: #406680;
    text-transform: uppercase;
    font-size: 16pt;
    padding: 5px 0;
}

h2 {
    color: #406680;
    font-weight: 600;
    font-size: 14pt;
    padding: 5px 0;
}

h3 {
    color: #6d6e71;
    font-weight: 600;
    font-size: 14pt;
    padding: 5px 0;
}

h4 {
    color: #406680;
    text-transform: uppercase;
    font-size: 12pt;
    padding: 5px 0;
}

h5 {
    color: #406680;
    font-size: 12pt;
    padding: 5px 0;
}

h6 {
    color: #406680;
    font-size: 10pt;
    padding: 5px 0;
}

.clear {
    clear: both;
}

.clear-right {
    clear: right;
}

.clear-left {
    clear: left;
}

.push-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.pad-top {
    padding-top: 10px;
}

.pad-right {
    padding-right: 10px;
}

.pad-left-20 {
    padding-left: 20px;
}

.nopad {
    padding: 0 !important;
}

.center-align {
    text-align: center;
}

.bukoo-headroom {
    margin-top: 25px;
}

.bukoo-headroom-sm {
    margin-top: 10px;
}

.quarter {
    width: 26%;
    float: left;
}

.half {
    width: 46%;
    float: left;
}

.third {
    width: 33%;
    float: left;
}

.three-quarter {
    width: 74%;
    float: left;
}

a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.emphasis-text,
.MessageTextSmall,
table.ptoRequest .note {
    font-size: 11pt;
    font-style: italic;
    clear: both;
    padding: 10px;
    color: #6d6e71;
}

table.ptoRequest .note {
    font-size: 9pt;
}

a {
    color: #27aae1;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.messageSmall .messageList ul li {
    padding: 0;
}

ul.formTabs {
    margin-bottom: 10px;
    margin-top: .9em;
    float: left;
    clear: right;
    width: 100%;
}

    ul.formTabs li {
        display: inline-block;
        padding: 5px 20px;
        border-bottom: 1px solid #27aae1;
        margin-right: -4px;
    }

        ul.formTabs li.selected {
            border: 1px solid #27aae1;
            border-bottom: 1px solid #fff;
            margin-bottom: -1px;
        }

            ul.formTabs li.selected,
            ul.formTabs li.selected a {
                text-transform: uppercase;
                color: #27aae1;
                font-weight: 600;
            }

        ul.formTabs li.ui-helper-hidden {
            display: none;
        }

    ul.formTabs a {
        font-size: 0.95em;
        font-weight: 500;
        line-height: 10px;
        color: #231f20;
        display: inline-block;
        cursor: pointer;
    }

        ul.formTabs a:hover {
            text-decoration: underline;
        }

        ul.formTabs a, ul.formTabs a:hover, ul.formTabs a:active, ul.formTabs a:focus {
            outline: 0;
        }

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
    border: 0px;
}

input[type="submit"].Icon,
input[type="button"].Icon {
    height: 20px;
    width: 20px;
    background-size: 20px 20px;
    border: none;
    background-color: transparent;
    padding: 2px;
    min-width: 0;
    border-radius: 0;
}

input.Icon.Delete {
    background-image: url('../CSS/images/x.png');
}

input.Icon.View,
input.Icon.Memo {
    background-image: url('../CSS/images/view.png');
}

input.Icon.Print{
    background-image: url('../CSS/images/Printer.png');
}

input.Icon:hover {
    cursor: pointer;
    background-color: transparent;
}

input[type="button"],
input[type="submit"],
button:not(.ui-button-icon-only),
button.ui-button:not(.ui-button-icon-only) {
    background: none;
    color: #231f20;
    font-weight: 500;
    font-size: 10pt;
    min-width: 135px;
    border: 2px solid #8dc642;
    border-radius: 50px;
    padding: 5px 8px;
    margin: 3px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}

    input[type="button"]:not(.Icon):hover,
    input[type="submit"]:not(.Icon):hover,
    button:not(.ui-button-icon-only):hover,
    button.ui-button.ui-state-hover:not(.ui-button-icon-only) {
        background-color: #8dc642 !important;
        color: #fff !important;
    }

    input[type="button"]:not(:disabled):active,
    input[type="submit"]:not(:disabled):active,
    button:not(.ui-button-icon-only):active,
    button.ui-button.ui-state-active:not(.ui-button-icon-only) {
        filter: brightness(90%);
    }

    input[type="button"].Undo,
    input[type="submit"].Undo,
    button.Undo,
    input[type="button"].Delete,
    input[type="submit"].Delete,
    button.Delete {
        border-color: #d2232a !important;
    }

        input[type="button"].Undo:not(.Icon):not(:disabled):hover,
        input[type="submit"].Undo:not(.Icon):not(:disabled):hover,
        input[type="button"].Delete:not(.Icon):not(:disabled):hover,
        input[type="submit"].Delete:not(.Icon):not(:disabled):hover,
        button.Undo:not(.Icon):hover,
        button.Delete:not(.Icon):hover {
            background-color: #d2232a !important;
        }


    input[type="button"].Disabled,
    input[type="submit"].Disabled,
    input[type="button"][disabled],
    input[type="submit"][disabled],
    input[type="button"].Disabled:hover,
    input[type="submit"].Disabled:hover,
    input[type="button"][disabled]:hover,
    input[type="submit"][disabled]:hover {
        cursor: default !important;
        border-color: #bcbdc0 !important;
        color: #bcbdc0 !important;
        background-color: #f3f3f4 !important;
    }

ul {
    list-style: none;
}

a {
    text-decoration: none;
}


#displayDocumentIFrame {
    display: none;
    width: 0;
    height: 0;
}

#logPanel {
    position: absolute;
    line-height: 10px;
    height: auto;
    left: 2px;
    top: 700px;
    width: 95%;
    font-size: 9px;
    border: solid 1px #dedede;
    opacity: 0.85;
    background-color: Transparent;
}

/*Remove focus outline Firefox*/

.clearAll {
    clear: both;
    height: 0px;
}

.bold {
    font-weight: bold;
}

.logo {
    float: left;
    width: auto;
    height: auto;
    max-height: 4em;
    display: block;
    background-color: Transparent;
    background-repeat: no-repeat;
    background-position: left center;
}

.noresults {
    font-size: 1.6em;
    padding: 10px;
}

#waitSmall {
    display: none;
    min-width: 20px;
    font-size: 11px;
    color: #595959;
    position: absolute;
    text-indent: 20px;
    background: url(../image/waitSmall.gif) no-repeat;
}

.waitMedium {
    width: 36px;
    height: 36px;
    background: url(../image/waitMedium.gif) no-repeat;
}

/*** Site Wire frame ***/
#debug {
    position: absolute;
    top: 130px;
    right: 0px;
    width: 300px;
    min-height: 200px;
    border: solid 1px #ccc;
    z-index: #9999;
    display: none;
}

#formPanel {
    background-color: #fff;
}

#dialogContainer {
    margin: 0 auto;
    max-width: 800px;
}

#topPanel {
    z-index: 2501;
}

.static-menu #topPanel {
    position: fixed;
    top: -65px;
    left: 0px;
    width: 100%;
}

#banner {
    background-position: 0% 0%;
    background-image: linear-gradient(to top right, #406680, #27aae1) !important;
    color: #fff !important;
    height: 40px !important;
    padding-top: 20px;
    box-sizing: content-box;
    font-size: 12px;
    line-height: 18px;
    background-color: #406680 !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
}

#bannerLeft {
    float: left;
}

    #bannerLeft.payDay {
        background: url('../image/payday_logo.png') no-repeat left center;
    }

#bannerCenter {
    float: left;
    font-size: 1.7em;
    font-weight: 500;
    padding-left: 15px;
}

#bannerMenu {
    display: inline-block;
    zoom: 1;
    position: absolute;
    right: 15px;
    top: 5px;
}

    #bannerMenu li {
        float: left;
        height: 18px;
        line-height: 18px;
        padding-right: 5px;
    }

    #bannerMenu a {
        text-decoration: none;
        color: #fff;
        font-weight: 500;
        cursor: pointer;
    }

        #bannerMenu a:hover {
            text-decoration: underline;
        }
    /* color: #d76022; */
    #bannerMenu li * {
        float: left;
    }

    #bannerMenu .number {
        margin-right: 3px;
    }

#menuNavContainer {
    float: left;
    width: 100%;
    height: 40px;
    background: #f3f3f4;
}

#contentPanel {
    float: left;
    width: 96%;
    min-height: 453px;
    padding: 25px 0 50px 25px;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #FFFFFF;
}

.static-menu #contentPanel {
    margin-top: 129px;
}


#dataPanel {
    z-index: 2;
}

#helpPanel {
    width: 200px;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px;
    display: none;
}

#dialogContent {
    max-width: 800px;
    height: auto;
    padding: 0;
    margin: 10px 0 0 0;
    display: block;
}

#dialogContentCenter {
    float: left;
    margin-left: 5px;
}

#dialogMainContent {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    z-index: 2;
}

.loginForm {
    padding: 15px 15px 20px;
}

    .loginForm .instructions {
        text-align: left;
    }

    .loginForm .row a
    {
        float: right;
    }

/* #footer { font-size: 13px; line-height: 22px; border-top: solid 1px #ccc; padding: 5px 12px; clear: both; min-height: 40px; position: fixed; bottom: 0px; left: 0px; right: 0px; background-color: #E2E6E7; } */
.myreadypay {
    height: 50px;
    background-size: 50px 50px;
}

.footer {
    height: 85px;
    background-color: white;
    border-top: 2px solid #ffe33b;
    padding: 10px 0 0 0 !important;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer ul {
    margin-left: 45px;
}

.footer ul {
    width: 98%;
    display: table;
    height: 30px;
    margin-left: 25px;
}

    .footer ul li {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        float: left;
        max-height: 4em;
        width: 24.5%;
    }
        .footer ul li:first-child {
            text-align: left;
        }

        .footer ul li:last-child {
            text-align: right;
            width: 10.5%;
        }
        .footer ul li:nth-child(2) {
            width: 44.5%;
        }
        .footer ul li:nth-child(3)  {
            width: 14.5%;
        }

.footer a {
    color: #000;
}

    .footer a:hover {
        color: #874010;
    }

div.footer > img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.2em;
}
/*** END : Site Wire frame ***/


/* #headerDate { float: left; font-size: 12px; line-height: 16px; color: #3A3A3A; }  */



.registrationRequirements {
}

    .registrationRequirements h3 {
        text-align: left;
    }

    .registrationRequirements span {
        text-align: left;
        width: 292px;
        display: block;
    }

.loginMainContent,
.loginFooter {
    font-family: 'Open Sans', sans-serif !important;
    text-align: left;
    position: relative;
}

.loginMainContent {
    padding: 20px;
    margin: 100px auto 5px auto;
    border: 2px solid #D1D3D4;
}

#page-header-nav,
#page-header-nav .container,
#page-header-logo,
#page-header-logo .container {
    background-color: #fff !important;
    min-height: 75px !important;
    height: 75px !important;
}

.primary-brand {
    background: url('../CSS/images/MRP_LoginButton.png') no-repeat;
    min-height: 159px;
    min-width: 174px;
    position: absolute;
    left: 107px;
    top: -60px;
}
/*.myreadypaylogonNOBORDER {
    min-height: 159px;
    min-width: 174px;
    margin-left: 46%;
}*/
.myreadypaylogon {
    min-height: 159px;
    min-width: 174px;
    position: absolute;
    left: 46%;
    top: -60px;
}

.customLogoLogon {
    margin-left: 44% !important;
}

.loginFooter {
    font-size: 9pt;
    color: #6D6E71;
    margin: 0 auto;
}

.row-condensed {
    margin-top: -10px;
}

.login-footer-condensed {
    margin-top: -25px;
}

.loginFooter h3 {
    font-size: 11pt;
    color: #6D6E71;
}

.loginMainContent h1 {
    margin-top: 70px;
}

.no-margin-top {
    margin-top: 0 !important;
}

.loginMainContent h2 {
    font-size: 1.1em;
    color: #6D6E71;
}


.loginMainContent .iforgot, .loginMainContent .accountSecurity, .loginForm .accountSecurity {
    padding-left: 10px;
}

.loginRule {
    height: 1px;
    border-top: 1px solid #000059;
    margin: 3px 0px;
    width: 100%;
}

.loginForm {
    padding-top: 10px;
    clear: both;
}

    .loginForm p {
        padding-right: 10px;
    }

.reduce-headroom {
    padding-top: 15px;
}

.nomobeeplease {
    color: #d2232a !important;
    top: -5px !important;
    position: relative !important;
    right: 260px !important;
}

.nomobeepleaseregisteruser {
    color: #d2232a !important;
    top: -5px !important;
    position: relative !important;
}

.nomobeepleaseforgotusername {
    color: #d2232a !important;
    top: -35px !important;
    position: relative !important;
    left: 85% !important;
}

.nomobeepleaselogin {
    color: #d2232a !important;
    top: -35px !important;
    position: relative !important;
    left: 100% !important;
}

.loginForm a,
.loginFooter a,
.link-button {
    color: #27aae1;
    font-weight: 500;
    text-decoration: none;
    text-transform: none !important;
    border-radius: 0 !important;
}
    .loginForm a:hover,
    .loginFooter a:hover,
    .loginForm .row .link-button:hover {
        cursor: pointer;
        text-decoration: underline;
        background-color: transparent !important;
        color: #27aae1 !important;
        border-radius: 0;
    }

.loginForm .row .link-button {
    color: #27aae1;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    border: none;
    padding: 0 0 5px 0;
    margin: 0;
    width: auto;
    background: none;
}

.loginForm .row {
    margin: 15px 0;
}

.copyright {
    text-align: center;
    margin-top: 15px;
}

.loginForm .logo {
    float: none;
    margin-left: 75px;
    background-size: 41% 41%;
}

.loginForm .row input {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 20px;
    color: #6D6E71;
    text-align: left;
    border: 0;
    padding: 10px 0 5px 30px;
    width: 85%;
    border-bottom: 1px solid #bcbdc0;
    background-size: 25px auto;
    box-shadow: none;
    height: auto;
}

.loginForm .row input[type="checkbox"], .loginForm .row input[type="radio"] {
    width: auto;
}

.loginForm li label {
    margin-left: 5px;
}

.loginPageButtons {
    font-size: 20px !important;
    width: 100% !important;
    text-align: center !important;
    margin-left: 30% !important;
}

.loginTextbox {
    width: 100% !important;
    height: 70px;
    padding: 6px 30px !important;
    font-size: 30px;
    line-height: 1.42857143;
}

input.username {
    background: url(../CSS/images/employee.png) no-repeat left;
}

input.password {
    background: url(../CSS/images/password.png) no-repeat left;
}

input.company {
    background: url(../CSS/images/company.png) no-repeat left;
}

input.ssn {
    background: url(../CSS/images/number.png) no-repeat left;
}

input.zip {
    background: url(../CSS/images/home.png) no-repeat left;
}

input.email {
    background: url(../CSS/images/email.png) no-repeat left;
}

input.birthdate {
    background: url(../CSS/images/calendar.png) no-repeat left;
}

.loginForm .row input:active,
.loginForm .row input:focus {
    border-bottom: 1px solid #8DC642;
    background-color: #ffffff !important;
}

.center {
    text-align: center !important;
}

.loginForm .row .button,
.loginForm .row input[type="submit"].button.processing {
    font-size: 13pt !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    border: 1px solid #8DC642;
    color: #8DC642 !important;
    text-align: center !important;
    border-radius: 50px !important;
    background-color: #ffffff;
    padding: 12px 35px !important;
    margin: 20px 0 5px 0 !important;
    background: none;
    text-transform: initial;
}

    .loginForm .row .button:hover,
    .loginForm .row .button:active,
    .loginForm .row .button:focus,
    .loginForm .row input[type="submit"].button.processing:hover,
    .loginForm .row input[type="submit"].button.processing:active,
    .loginForm .row input[type="submit"].button.processing:focus {
        color: #ffffff !important;
        background-color: #8DC642 !important;
        border: 1px solid #8DC642 !important;
        box-shadow: none !important;
        outline: none !important;
    }

.loginForm .row .button.registerButtonVariant {
    font-size: 16px !important;
    color: #367d96 !important;
    border: 1px solid #367d96 !important;
    padding: 8px 12px !important; /* Adjusted padding for smaller size */
}

.loginForm .row input[type="submit"].button.registerButtonVariant:focus,
.loginForm .row input[type="submit"].button.registerButtonVariant:hover,
.loginForm .row input[type="submit"].button.registerButtonVariant:active {
    color: #ffffff !important;
}

input.readonlyTextBox[readonly] {
    background-color: #f0f0f0;
    color: #999999;
    cursor: not-allowed;
}

.float-right {
    float: right;
}

.pad-right {
    padding-right: 10px;
}


.top-menu {
    float: left;
    height: 40px;
    vertical-align: middle;
    margin-left: 45px;
    display: inline-flex;
    font-size: .92em;
    border-bottom: 1px solid #27aae1;
}

    .top-menu li {
        float: left;
        padding: 8px 10px;
        color: #231f20;
        font-size: 10pt;
        margin-right: 10px;
    }

        .top-menu li a {
            font-size: 14px;
            color: #231f20;
        }


ul li a {
    text-decoration: none;
    border: none;
    cursor: pointer;
}


.top-menu ul li {
    float: left;
    padding: 7px 25px;
    margin: 0 5px;
    font-size: .9em;
}

    .top-menu ul li:first-child {
        margin-left: 45px;
    }

    .top-menu ul li a {
        color: #406680;
    }

.top-menu li a:hover {
    text-decoration: underline !important;
    color: #406680 !important;
}

.top-menu ul li.active {
    background-color: #fff;
    border: 1px solid #27aae1;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

.top-menu li.active a {
    color: #406680 !important;
    font-weight: bold;
    text-transform: uppercase;
}



.top-menu ul li ul {
    float: left;
    clear: both;
}

.top-menu ul li ul {
    float: left;
}

.mainContent, .centerarea {
    margin-top: 0.65em;
    margin-bottom: 0.2em;
}

.mainContent {
    float: left;
    width: 96%;
    min-height: 453px;
    padding: 0 0 0 45px;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #FFFFFF;
    color: #000000;
    z-index: 2;
}

.subMenu {
    float: left;
    width: 100%;
    list-style-type: none;
    line-height: 1em;
    background-color: #f3f3f4;
    padding-top: 10px;
}

    .subMenu ul {
        display: inline-flex;
        font-size: .92em;
        float: left;
        border-bottom: 1px solid #27aae1;
        width: 100%;
    }

        .subMenu ul li:first-child {
            margin-left: 45px;
        }

        .subMenu ul li.active {
            background-color: #fff;
            border: 1px solid #27aae1;
            border-bottom-color: rgb(39, 170, 225);
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-bottom: 1px solid #fff;
            margin-bottom: -1px;
        }

            .subMenu ul li.active a {
                color: #27aae1;
                text-transform: uppercase;
                font-weight: bold;
            }

        .subMenu ul li a:hover {
            text-decoration: underline;
        }

        .subMenu ul li {
            float: left;
            padding: 7px 25px;
            margin: 0 5px;
            font-size: .9em;
        }

            .subMenu ul li a {
                color: #406680;
            }

ul li a {
    text-decoration: none;
    border: none;
    cursor: pointer;
}


/* Company selection control */
.changeCompanyName {
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}

    .changeCompanyName:hover {
        cursor: pointer;
        text-decoration: underline;
    }

.changeCompanyLink {
    position: relative;
    top: 5px;
    cursor: pointer;
}

/* Main Content Area */
#dialogMainContentInner {
    margin: 10px 6px 0px 6px;
    min-height: 290px;
}


/*** Employee Selection List ***/
#employeeList {
    position: fixed;
    font-weight: normal;
    font-size: 11px;
    line-height: 18px;
    display: none;
    z-index: 999;
}

    #employeeList .container {
        border: solid 1px #231f20 !important;
        margin: 28px 0 200px 0;
        width: 330px;
    }

    #employeeList ul {
        background-color: #fff;
        height: 350px;
        overflow-x: auto;
        overflow-y: auto;
        border: double 1px #975D1E !important;
        margin: 5px;
    }

        #employeeList ul li {
            margin: 0;
            overflow: hidden;
            padding: 0.3em;
        }
            #employeeList ul li.odd:hover {
                background-color: #27aae1;
            }
            #employeeList ul li.even:hover {
                background-color: #27aae1;
            }
            #employeeList ul li a {
                display: block;
                text-indent: 5px;
                cursor: pointer;
                color: #231f20;
            }
            #employeeList ul li a:hover {
                color: white;
            }
            #employeeList ul li.odd {
                background-color: white;
            }

            #employeeList ul li.even {
                background-color: #f3f3f4;
            }

#companySearchContainer {
    display: none;
    width: 345px;
    min-height: 265px;
    zoom: 1;
    z-index: 99999;
    position: relative;
    top: -1px;
    padding: 0 6px 0px 6px;
    border: solid 1px #7781ab;
    border-top-width: 0px;
    background: #D3DEEE url(../image/CompanySearch_bg.png) repeat-x;
}

#companySearchFilter {
    width: 300px !important;
}

.searchList {
    position: absolute;
    font-weight: normal;
    font-size: 11px;
    line-height: 18px;
    display: none;
}

    .searchList .container {
        margin: 28px 0 40px 0;
    }

    .searchList .employeeListContainer {
        border: solid 1px #975D1E !important;
        background-color: #EDD1A0;
        width: 330px;
    }

#employeeListClose {
    position: relative;
    right: -4px;
    top: -8px;
    float: right;
    width: 14px;
    height: 14px;
    background-image: url('../css/images/X.png');
    margin: 1px;
}

.searchListClose {
    position: relative;
    float: right;
    width: 14px;
    height: 14px;
    background-image: url('../image/12px_window_buttons.png');
    background-position: -3px -3px;
    margin: 1px;
}

    .searchListClose:hover {
        background-position: -3px -43px;
    }

ul.stripedBlueList {
    background-color: #fff;
    min-height: 200px;
    max-height: 350px;
    overflow-x: auto;
    overflow-y: auto;
    border: double 1px #975D1E !important;
    font-size: 11px;
    line-height: 18px;
    font-weight: normal;
}

    ul.stripedBlueList li {
        margin: 0;
        overflow: hidden;
    }

        ul.stripedBlueList li a {
            display: block;
            text-indent: 5px;
            cursor: pointer;
        }

        ul.stripedBlueList li.odd {
            background-color: #E6ECF2;
        }
        /* #E6ECF2; */
        ul.stripedBlueList li.even {
            background-color: #FAFCFE;
        }
        /* #EFF4F9; */
        ul.stripedBlueList li:hover {
            background-color: #7DA6CE !important;
            color: #fff !important;
        }

    ul.stripedBlueList .currentListItem {
        font-weight: bold;
        background-color: #4B759D !important;
        color: #fff;
        padding-left: 24px;
        height: 26px;
        line-height: 26px;
        background: transparent url(../image/circle_arrow_19.png) 0 50% no-repeat;
    }

#epaging .navigation {
    width: 26px;
    height: 26px;
    cursor: pointer;
    display: inline-block;
    zoom: 1;
}

#epaging .epagingFirst {
    background-image: url('../CSS/images/arrow_first.png');
    background-repeat: no-repeat;
}

#epaging .epagingPrevious {
    background-image: url('../CSS/images/arrow_left.png');
    background-repeat: no-repeat;
}

#epaging .epagingNext {
    background-image: url('../CSS/images/arrow_right.png');
    background-repeat: no-repeat;
}

#epaging .epagingLast {
    background-image: url('../CSS/images/arrow_last.png');
    background-repeat: no-repeat;
}

.epaging {
    text-align: center;
    font-size: 9px;
    margin: 5px 5px;
    line-height: 16px;
}

    .epaging input {
        font-size: 10px;
        height: 16px;
    }

    .epaging > select {
        font-size: 10px;
        height: 18px;
    }

    .epaging a {
        cursor: pointer;
    }

        .epaging a[disabled] {
            cursor: default;
        }

    .epaging .navigation {
        width: 26px;
        height: 26px;
        background-image: url('../image/16px_window_buttons.png');
        cursor: pointer;
        display: inline-block;
        zoom: 1;
    }

    .epaging .pagingChange {
        background-position: -234px 0px;
    }

    .epaging .epagingFirst {
        background-position: -104px 0px;
    }

    .epaging .epagingPrevious {
        background-position: -78px 0px;
    }

    .epaging .epagingNext {
        background-position: -156px 0px;
    }

    .epaging .epagingLast {
        background-position: -130px 0px;
    }

    .epaging .pagingChange:hover {
        background-position: -234px -52px;
    }

    .epaging .epagingFirst:hover {
        background-position: -104px -52px;
    }

    .epaging .epagingPrevious:hover {
        background-position: -78px -52px;
    }

    .epaging .epagingNext:hover {
        background-position: -156px -52px;
    }

    .epaging .epagingLast:hover {
        background-position: -130px -52px;
    }

/*** END : Employee Selection List ***/

/* SSO Integration List css */
/*
.integrationListDropdown dd, .integrationListDropdown dt, .integrationListDropdown ul { margin: 0px; padding: 0px; }
.integrationListDropdown dd { position: relative; z-index: 1001; }
.integrationListDropdown a, .integrationListDropdown a:visited { color: #816c5b; text-decoration: none; outline: none; }
.integrationListDropdown dt a:hover { color: #d76022 !important; text-decoration: none !important; }
.integrationListDropdown dt a { height: 16px; line-height: 16px; display: block !important; border: 0; width: 150px; }
.integrationListDropdown dt a span.text { cursor: default; display: block; text-indent: 5px; float: left; }
.integrationListDropdown dt a span.image { cursor: default; display: block; float: left; width: 25px; background: url(../image/up_down_icon.png) no-repeat scroll -27px -6px; }
.integrationListDropdown dt a:hover span.image { background-position: -27px -32px; }
.integrationListDropdown dd ul { background: #fff none repeat scroll 0 0; border: 1px double #999; display: none; list-style: none; position: absolute; left: 0px; top: 0px; z-index: 1000; }
.integrationListDropdown dd ul li { width: 200px; }
.integrationListDropdown dd ul li a { display: block; float: left; width: 100%; line-height: 28px; }
.integrationListDropdown dd ul li a.alt { background-color: #dee1e3; }
.integrationListDropdown dd ul li a:hover { background-color: #CEE1F4; color: #816c5b !important; }
.integrationListDropdown dd ul li a span { background: url(../image/product_icons_30.png) 0 0; height: 30px; width: 30px; display: block; float: left; margin-right: 5px; }
.integrationListDropdown dd ul li a span.AOD { background-position: -60px 0; }
.integrationListDropdown dd ul li a:hover span.AOD { background-position: -60px -30px; }
.integrationListDropdown dd ul li a span.KMS { background-position: -90px 0; }
.integrationListDropdown dd ul li a:hover span.KMS { background-position: -90px -30px; }
*/
/*** END : SSO Integration List ***/


.ChangeCompanyDialogContainer {
    float: left;
    line-height: 12px;
}

    .ChangeCompanyDialogContainer .instructions {
        font-size: 85%;
    }

#ChangeCompanyDialog {
    background: url("../image/dropdown_gradv2.png") repeat scroll 0 0 transparent;
    border: 1px solid #595959;
    border-radius: 0.6em 0.6em 0.6em 0.6em;
    padding: 5px;
    width: auto;
}

    #ChangeCompanyDialog .instructions {
        color: #FFFFFF;
        font-size: 11px;
        font-weight: bold;
        line-height: 12px;
        margin-bottom: 2px;
    }

.AlignLeft {
    float: left;
}

.CustomFormTable {
    width: 100%;
    max-width: 1200px;
}

    .CustomFormTable tr td {
        width: 33%;
        float: left;
        max-width: 350px;
    }

        .CustomFormTable tr td div span {
            display: block;
            width: 45%;
            float: left;
        }

        .CustomFormTable tr td div {
            display: block;
            width: 100%;
        }

div.SortIcon {
    height: 16px;
    width: 16px;
    display: inline-block;
}

    div.SortIcon.SortField {
        background-position: -0px -16px;
        background-image: url(images/ui-icons_222222_256x240.png);
    }

        div.SortIcon.SortField.DESC {
            background-position: -64px -16px;
            background-image: url(images/ui-icons_222222_256x240.png);
        }

a.SortableField:hover {
    cursor: pointer;
}

a.SortField {
    text-decoration: underline;
}

    a.SortField:hover {
        text-decoration: none;
    }

#OnboardingStatusGridHeader table th {
    font-size: 10px;
}

#EmployeeSearchPaging {
    height: 50px;
    vertical-align: middle;
}

.EmployeeSearchPagingLeft {
    width: 350px;
    float: left;
}

.EmployeeSearchPagingCenter {
    width: 550px;
    float: left;
}

.EmployeeSearchPagingRight {
    width: 60px;
    float: left;
}

#EmployeeSearchPaging {
    width: 960px;
}

.JTemplateForm, .EmpSearch {
    width: 26px;
    height: 26px;
    background-image: url('../image/16px_window_buttons.png');
    display: inline-block;
}

    .JTemplateForm.Next, .EmpSearch.Next {
        background-position: -156px -0px;
    }

    .JTemplateForm.Last, .EmpSearch.Last {
        background-position: -130px -0px;
    }

    .JTemplateForm.First, .EmpSearch.First {
        background-position: -104px -0px;
    }

    .JTemplateForm.Prev, .EmpSearch.Prev {
        background-position: -78px -0px;
    }

    .JTemplateForm.Next:hover, .EmpSearch.Next:hover {
        background-position: -156px -52px;
    }

    .JTemplateForm.Last:hover, .EmpSearch.Last:hover {
        background-position: -130px -52px;
    }

    .JTemplateForm.First:hover, .EmpSearch.First:hover {
        background-position: -104px -52px;
    }

    .JTemplateForm.Prev:hover, .EmpSearch.Prev:hover {
        background-position: -78px -52px;
    }


.Document.Icons {
    background-color: Transparent;
    background-image: url('../image/portal_icons.png');
    border: 0;
    height: 25px;
    width: 25px;
    margin: 0;
    padding: 0;
    display: inline-block;
}

table.DocumentsTable .Document.Icons {
    cursor: pointer;
}

.Document.Icons.Excel {
    background-position: 0px 0px;
}

table.DocumentsTable .Document.Icons.Excel:hover {
    background-position: 0px -25px;
}

.Document.Icons.Word {
    background-position: -25px 0px;
}

table.DocumentsTable .Document.Icons.Word:hover {
    background-position: -25px -25px;
}

.Document.Icons.Text {
    background-position: -50px 0px;
}

table.DocumentsTable .Document.Icons.Text:hover {
    background-position: -50px -25px;
}

.Document.Icons.PDF {
    background-position: -75px 0px;
}

table.DocumentsTable .Document.Icons.PDF:hover {
    background-position: -75px -25px;
}

.Document.EmailIcon {
    background-color: Transparent;
    background-image: url('../image/icon_email.png');
    border: 0;
    height: 25px;
    width: 25px;
    margin: 0;
    padding: 0;
    display: inline-block;
}

td.rowDragHandle {
    background: url('../image/drag-handle-left.png') no-repeat 0px 8px;
    min-width: 50px;
    max-width: 50px;
    width: 50px;
    padding-left: 0.45em;
}
input.HelpRowDragHandle[type=submit] {
    background-image: url('../image/drag-handle-left.png');
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin-top: -0.4em !important;
}
.banner {
    padding: 10px;
    margin: 5px 0;
    position: relative;
}

    .banner.banner-info,
    .banner.banner-help {
        background: var(--primary-gray-light);
        border: solid 1px var(--primary-blue-light);
    }

    .banner.banner-warn {
        background: #f2913b;
    }

    .banner.banner-error {
        background: #d2232a;
        color: #FAFCFE;
    }
        .banner.banner-error h2 {
            color: #FAFCFE;
        }

    .banner h2 {
        font-size: 15pt;
        font-weight: 400;
        margin-left: 25px;
        position: absolute;
        top: 3px;
    }

.banner-ico {
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    padding: 3px;
    border-radius: 35px;
    margin: 3px;
    float: left;
    height: 20px;
    width: 20px;
    background-color: #fff;
    background-position: 3px 3px;
}

.banner-info .banner-ico {
    background-image: url('../CSS/images/alert_notification.png');
}

.banner-warn .banner-ico {
    background-image: url('../CSS/images/alert_warning.png');
}

.banner-error .banner-ico {
    background-image: url('../CSS/images/alert_error.png');
}

.banner-help .banner-ico {
    background-image: url('../CSS/images/more_information.png');
}

.banner-body {
    margin-top: 25px;
}


.msg-container {
    width: 95%;
    padding: 15px;
    border: 1px solid #f2913b;
    margin-bottom: 10px;
    overflow: auto;
}

    .msg-container h4 {
        background-image: url('../CSS/images/alert_warning.png');
        background-repeat: no-repeat;
        background-size: 25px 25px;
        padding: 0 0 0 30px;
        color: #f2913b;
        font-weight: 400;
        font-size: 14pt;
        text-transform: none;
    }

.messageArea .msg {
    padding: 10px;
}

    .messageArea .msg h5 {
        font-size: 12pt;
        font-weight: 500;
    }

    .messageArea .msg .msg-body {
        padding-left: 25px;
        font-size: 12pt;
        color: #6d6e71;
    }

    .messageArea .msg:nth-child(even) {
        background-color: #f3f3f4;
    }

input.ico[type='submit'],
input.ico[type='button'],
a.ico {
    min-width: 0;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: 10px 8px;
    padding: 5px 16px 5px 35px;
    font-size: 11pt;
    border: none;
}

a.ico {
    color: #231f20 !important;
}

    input.ico[type='submit']:not(:disabled):hover,
    input.ico[type='button']:not(:disabled):hover,
    a.ico:hover {
        background-color: transparent !important;
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
        border-radius: 0 !important;
        color: #27aae1 !important;
        text-decoration: underline;
    }

.ico-block-big {
    display:inline-block;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    height: 50px;
}

    .ico-block-big a {
        width: 50%;
        padding-left: 50px;
        font-size: 14pt;
        text-align: left;
    }

.ico-block-small {
    float: left;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    padding: 5px;
    margin: 0 20px;
    background-position: 0 6px;
}

    .ico-block-small a {
        width: 80%;
        padding-left: 25px;
        font-size: 12pt;
    }

    .ico-block-big a,
    .ico-block-small a,
    .panel-block-header,
    .panel-block-header-lnk {
        display: inline-block;
        text-decoration: none;
        font-weight: 400;
        color: #231f20;
    }

.panel-block-header,
.panel-block-header-lnk {
    padding-bottom: 10px;
    font-size: 14pt;
}

    .ico-block-big a:hover,
    .ico-block-small a:hover,
    .panel-block-header-lnk:hover {
        cursor: pointer;
        text-decoration: underline;
        color: #27aae1;
    }

.ico-edit {
    background-image: url('../CSS/images/edit.png') !important;
}

.ico-dismiss {
    background-image: url('../CSS/images/circle_filled.png') !important;
}

.ico-refresh {
    background-image: url('../CSS/images/refresh.png') !important;
}

.ico-add {
    background-image: url('../CSS/images/add.png') !important;
    background-size: 15px 15px !important;
    background-position: 10px 6px !important;
    padding: 5px 16px 5px 30px !important;
}

.ico-payroll {
    background-image: url('../CSS/images/pay_check.png') !important;
    padding-left: 35px !important;
}

.ico-left-arrow {
    background-image: url('../CSS/images/arrow_left.png') !important;
}

input.ico-left-arrow:disabled {
    background-image: url('../CSS/images/arrow_left_disabled.png') !important;
}

.ico-right-arrow {
    background-image: url('../CSS/images/arrow_right.png') !important;
    background-position: 60px 9px !important;
    padding: 5px 40px 5px 20px !important;
}

input.ico-right-arrow:disabled {
    background-image: url('../CSS/images/arrow_right_disabled.png') !important;
}

.ico-pay {
    background-image: url('../CSS/images/pay_check.png') !important;
}

.ico-payroll-entry {
    background-image: url('../CSS/images/pay_check_lg.png');
}

.ico-employee-add {
    background-image: url('../CSS/images/employee_add_lg.png');
}

.ico-employee-edit {
    background-image: url('../CSS/images/employee_edit_lg.png');
}

.ico-employee-onboard {
    background-image: url('../CSS/images/employee_onboard_lg.png');
}

.ico-employee-apply {
    background-image: url('../CSS/images/employee_apply_lg.png');
}

.ico-employee-review {
    background-image: url('../CSS/images/employee_review_lg.png');
}

.ico-view-pay {
    background-image: url('../CSS/images/view_pay.png') !important;
}

.ico-key {
    background-image: url('../CSS/images/key.png') !important;
}

.ico-sick {
    background-image: url('../CSS/images/sick_pay.png') !important;
}

.ico-benefits {
    background-image: url('../CSS/images/benefits.png') !important;
}

.ico-doc {
    background-image: url('../CSS/images/view_document.png') !important;
}

.ico-sign {
    background-size: 50px 50px;
    background-position: 0 0;
    background-image: url('../CSS/images/signature_lg.png') !important;
}

.ico-resume-payroll {
    width: 250px;
    background-image: url('../CSS/images/pay_check_lg_green.png');
    margin-bottom: 25px;
}
.ico-phone {
    background: url(images/Mobile.png) no-repeat left !important;
}

.ico-block-big.ico-resume-payroll a,
.ico-block-small.ico-resume-payroll a {
    color: #8dc642 !important;
}

.ico-manual-check {
    background-size: 75px 50px;
    background-position: -7px 0;
    background-image: url('img/manual_check_lg.png');
}

ol.progressTracker {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

    ol.progressTracker li, #ButtonList li {
        text-align: center;
        line-height: 3em;
    }


    ol.progressTracker li {
        background: url('../CSS/images/onboard_step.svg') no-repeat left;
        background-size: contain;
        background-color: #bcbdc0;
        color: #231f20;
        display: inline-block;
        text-transform: uppercase;
        text-align: left;
        padding-left: 5.5em;
        font-weight: 600;
        float: left;
        clear: both;
        margin: 2px 0;
        width: 100%;
    }

        ol.progressTracker li.progressStepComplete {
            background: url('../CSS/images/onboard_complete.svg') no-repeat left;
            background-color: #8dc642;
            color: #fff;
        }

        ol.progressTracker li.Selected,
        ol.progressTracker li.hoverable:hover {
            background: url('../CSS/images/onboard_inprogress.svg') no-repeat left;
            background-color: #27aae1;
            color: #fff;
        }

        ol.progressTracker li:first-child {
            margin-top: 0;
        }

        ol.progressTracker li.hoverable:hover {
            cursor: pointer;
        }

.progressTracker-step-wrapper {
    width: 75%;
    float: left;
}

.boxed {
    border: 1px solid #bcbdc0;
    padding: 15px;
}

.side-nav {
    margin-right: 15px;
    float: left;
    overflow: hidden;
    height: auto;
    min-width: 13%;
}

a.btn-prog {
    background: none;
    color: #231f20;
    font-weight: 500;
    font-size: 10pt;
    display: inline-block;
    min-width: 135px;
    border: 2px solid #8dc642;
    border-radius: 50px;
    padding: 5px 8px;
    margin: 3px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}
    a.btn-prog[disabled],
    a.btn-prog.secondary[disabled],
    a.btn-prog[disabled]:hover,
    a.btn-prog.secondary[disabled]:hover{
        cursor: default !important;
        border-color: #bcbdc0 !important;
        color: #bcbdc0 !important;
        background-color: #f3f3f4 !important;
    }

    a.btn-prog:not(disabled):hover {
        background-color: #8dc642 !important;
        color: #fff !important;
        text-decoration: none !important;
    }

    a.btn-prog.secondary {
        border-color: #27aae1;
    }

    a.btn-prog.standout {
        padding: 7px 14px;
        font-weight: 400;
        font-size: 12pt;
        background: #8dc642;
        color: #fff;
    }

        a.btn-prog.standout:not(disabled):hover {
            filter: brightness(95%);
        }

        a.btn-prog.standout:active {
            filter: brightness(85%);
        }

    a.btn-prog.secondary:not(disabled):hover {
        background-color: #27aae1 !important;
    }

    a.btn-prog:active {
        filter: brightness(90%);
    }


.step-h1 {
    color: #8dc642;
    font-size: 20pt;
    font-weight: 300;
    margin: 0 0 10px 0;
    text-transform: none;
}

.step-h2 {
    color: #406680;
    font-size: 15pt;
    font-weight: 300;
    margin: 0 0 10px 0;
    text-transform: none;
}

.step-h5 {
    font-weight: 300;
    margin: 0 0 10px 0;
    text-transform: none;
}

.help-text {
    margin-top: 5px;
    border: 1px solid #bcbdc0;
    float: left;
    padding: 5px;
    color: #6d6e71;
}

    .help-text h3 {
        font-size: 10pt;
        color: #406680;
    }

    .help-text span {
        display: block;
        margin: 2px 0;
        font-weight: 600;
        padding-left: 15px;
    }

.instruct-text {
    margin-bottom: 5px;
    border: 1px solid #27aae1;
    padding: 15px;
}

.instruction-item {
    clear: both;
    margin: 5px 0;
}

    .instruction-item span.Heading {
        display: block;
        font-size: 12pt;
        font-weight: 400;
        color: #27aae1;
    }

    .instruction-item span.InstructionDetails {
        padding-left: 15px;
        display: block;
    }

.instruct-text h3 {
    float: left;
    font-size: 16pt;
    font-weight: 400;
    text-transform: none;
    color: #27aae1;
}

.instruct-text:empty {
    display: none !important;
}

.coverage-wrapper{
    overflow:hidden;
    clear:both;
    margin: 25px 0;
}

.coverage-opts {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
    .coverage-opts > div {
        margin-left: 5%;
    }

.color-light-blue {
    font-weight: 400 !important;
    color: #27aae1 !important;
}

.color-gray-dark {
    font-weight: 400 !important;
    color: #6d6e71 !important;
}
.FedMessagePanel .emphasis-text {
    padding-left: 0;
    max-height: 6em;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #f3f3f4;
}
.StateMessagePanel .emphasis-text {
    padding-left: 1.0em;
    max-height: 6em;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #f3f3f4;
}
.qleOptions {
    margin-top: 1.0em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    border-top: #6d6e71 solid 1px;
    border-bottom: #6d6e71 solid 1px;
    background-color: #f3f3f4;
}
.QLEs {
}
    .QLEs p {
        padding-left: 0.5em;
    }
    .QLEs p.oeClosed {
        font-weight: bolder;
        color: #d2232a;
    }
#qle  {
    padding-left: 1.0em;
}
#qle li.section {
    color: #27aae1;
    font-weight: bolder;
}
    #qle li.qleItem {
        margin-left: 0.5em;
    }
#qleSubmitted > h6 {
    color: #27aae1;
}
#qleSubmitted .primary {
    font-weight: bolder;
}
#qleSubmitted .cancel {
    border-color: #d2232a !important;
}
    #qleSubmitted .cancel:hover {
        background-color: #d2232a !important;
        color: white;
    }
div.rejectReason > p {
    padding-bottom: 0.9em;
}
    div.rejectReason > p:first-child {
        color: #d2232a;
    }
div.rejectReason > p:last-child {
    font-weight: bold;
}
table[id*=_Citizenship] tr td > input[type=radio] {
    margin-right: 0.5em;
}
table[id*=UsedPreparer] tr td > input[type=radio] {
    margin-right: 0.5em;
}
.flexColumn {
    display: flex;
    flex-direction: column;
}
.flexBenefitInfo {
    display: flex;
    flex-direction: column;
}

.enrollmentConfirmationDialog div.ui-dialog-buttonset {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.enrollmentConfirmationDialog p {
    margin-top: 0.9em;
    margin-bottom: 0.9em;
}
.enrollmentConfirmationDialog div.ui-dialog-buttonset button:last-child {
        border-color: #d2232a;
        color: #231f20;
    }
        .enrollmentConfirmationDialog div.ui-dialog-buttonset button:last-child:hover {
            background-color: #d2232a !important;
            color: white !important;
        }
div.pcp {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0;
    padding-top: 0.8em;
}
span[id$='_REV'] {
    display: none;
    font-size: smaller;
    color: #d2232a !important;
    width: 100% !important;
}
    span[id$='_REV'][style*='visibility: visible'] {
        display: block;
    }

.onboardingDocument {
    margin-top: 20px;
    display: flex !important;
}

    .onboardingDocument span {
        display: flex !important;
        margin: 2px 0;
        font-weight: 800;
        padding-left: 15px;
    }

    .onboardingDocument p {
        display: flex !important;
        margin: 2px 0;
        padding-left: 15px;
    }

    .onboardingDocument .right {
        margin-left: auto;
        margin-right: 0;
    }

.RadUpload .ruButton {
    height: 22px !important;
    border: 0 !important;
    padding-bottom: 2px !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    text-align: center !important;
    border-radius: 0 !important;
}

.RadUpload_Onepointblue .ruButton, .RadUploadProgressArea_Onepointblue .ruButton {
    background-image: url(../CSS/img/upload.png) !important;
    color: #fff !important;
}

.RadWindow .rwCorner {
    width: 16px !important;
}

.ctrl-group {
    float: left;
}

.filter-panel .ctrl-group,
.filter-panel .ctrl-group-header {
    margin: 0;
}

.ctrl-group-header {
    float: left;
    clear: both;
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 10pt;
}

.filter-panel .ctrl-group-opt {
    float: left;
    padding: 0 3px 5px 3px;
}

.filter-panel .ctrl-group label {
    text-align: left;
    padding-right: 0;
}

.filter-panel .ctrl-group label,
.filter-panel .ctrl-group input:not(.dateInput),
.filter-panel .ctrl-group span {
    width: auto;
}

.filter-panel .ctrl-group span {
    display: inline;
}

    .filter-panel .ctrl-group span.lbl {
        display: inline-block;
    }

.filter-panel-footer {
    width: 98%; /*dumb, but it makes the border match the fieldset legend - ajs*/
    clear: both;
    padding-top: 10px;
    border-top: 1px solid #bcbdc0;
    text-align: center;
}

.ctrl-group-opt {
    margin-bottom: 25px;
}

    .ctrl-group-opt input[type="button"],
    .ctrl-group-opt input[type="submit"] {
        margin-top: -2px;
        min-width: 200px;
    }
