/* Do not add anything in here unless it is to be used by both the access point subsystem and the document subsytem*/

#personalInfoSection .uk-panel-box, #eligibilitySection .uk-panel-box, #contactInformationSection .uk-panel-box {
    padding: 10px;
    background: rgba(245, 245, 245, 0.35);
    color: #444;
    border-bottom: 1px solid #eae8e8;
    border: 1px solid #eae8e8;
}
@media (max-width: 480px) {
    .sin-button {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
}
/* Tablet and bigger */
@media (min-width: 768px) {
    .uk-grid-divider > .vrule {
        border-left: 1px solid #CCC;
    }
}

.uk-panel-box.still-here {
    background: #FFF;
    border: none;
}

/****************** custom required symbol ******************/

.required-circle {
    font-size: 8px;
    color: #C01F24;
    vertical-align: text-top;
    line-height: 1.35em;
}
.customLabel.required:after, .customLabel-explain.required:after, .customLabel-alt.required:after, .titleLabel.required:after, .customLabel-radio.required:after, .date-field3.required:after, .datefield-container .required:after, .customLabel-radio-quest.required:after, .comboLabel.required:after , .question-boxes label.required:after, h4.required:after
{
    font-family: FontAwesome;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    line-height: 2.5em;
    -webkit-font-smoothing: antialiased;
    content: "\f111";
    font-size:5px;
    color: #C01F24;
    white-space: nowrap;
    margin-left: 3px;
    vertical-align: text-top;
}

.customInput.required.error, .customInputSelect.required.error, .customInputSelect.requiredWhenShown.error, .customInput.phone.error, .select2-container.error, .select2-container.error > .select2-choices, .blank_box2.error, #accesspoint-content select.required.error
{
    border-color: #C01F24 !important;
}

.select2-container.required.error > .select2-default, .text-field-req.required.error, .requiredWhenShown.error
{
    border-color: #C01F24 !important;
}

.customInput.required.error .select2-choice {
    border-color: #C01F24 !important;
}

/****************** custom input boxes start ******************/

.custom-select-alt .select2-container .select2-choice abbr {
    z-index: 99;
    /*right: 7px;*/
    top: 4px;
}
.question-boxes {
    position: relative;
    bottom: auto;
    font-size: 13px;
    padding: 6px 5px 5px 10px;
    margin: 5px 0 0;
}
/*.app-table + .question-boxes + .question-boxes {
    border-left: 5px solid #CCC;
}*/
#implementationType .question-boxes {
    margin-left: 0;
    margin-right: 0;
}

#implementationType .question-boxes:focus {
    padding: 6px 5px 5px 10px;
    margin: 5px 0 0 0 !important;
}

#accesspoint-content select,
.droparrow select  {
    height: 45px;
    padding: 20px 6px 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
}

#accesspoint-content select,
.droparrow select  {
    background-image: url(select2/select2x2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
    background-position: right -43px top 10px !important;
}

#accesspoint-content .customInput select {
    height:45px !important;
    padding: 12px 6px 2px !important;
}
.select2-container.customInput .select2-choices {
    padding-top: 15px;
}
.custom-select-alt .blank_box2 {
    max-width: 100%;
    border: 1px solid #999;
    color: #444;
    border-radius: 4px !important;
    padding-top: 19px;
    padding-left: 6px;
    height: 24px !important;
    position: relative;
    background: rgba(255,255,255, 1);
}
/*
.custom-select-alt .select2-chosen {
    padding-top: 20px;
}*/
.custom-select-alt .customLabel {
    padding-left: 6px;
    max-width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.customLabel {
    font-size: 10px !important;
    text-transform: uppercase;
    position: absolute;
    padding-left: 6px;
    letter-spacing: .05em;
    z-index:2;
    top: 1px;
    left: 2px;
    color: #444;
    width: auto;
    letter-spacing: .05em;
    pointer-events: none;
}
.customLabel.uk-width-1-1 {
    width: 100%;
}
.customLabel.label-textarea {
    width: calc(100% - 25px);
    background: #ffffff;
}
.customLabel-panel {
    top: -2px;
}
#dashboard-canvas-body label.customLabel{
    z-index:999;
}

.custom-textfield-outlined  label.customLabel>.error {
    right: 8px;
}
.customLabel-alt
{
    font-size: 10px !important;
    text-transform: uppercase;
    position: absolute;
    padding-left: 6px;
    margin-left: 10px;
    z-index:2;
    top: 1px;
    left: 1px;
    color: #444;
    width: 100%;
    letter-spacing: .05em;
    pointer-events: none;
}
/*#implementationType .customLabel-alt {
    margin-left: 0;
}*/
.customLabel-explain {
    position: absolute;
    font-size: 10px !important;
    text-transform: uppercase;
    /*background-color: #fff;*/
    color: #444;
    padding-left: 6px;
    display: block;
    margin: 1px;
    z-index: 2;
    border-radius: 4px 4px 0 0;
    letter-spacing: .05em;
    top: 22px;
    margin-top: -22px;
    width: calc(100% - 8px);
    white-space: nowrap;
}

.customRadio-container {
    border: 1px solid #ddd;
    background: rgba(255, 255, 255, 0.9);
    color: #444;
    height: 48px;
}
.customRadio-container .uk-button-group label.uk-button {
    line-height: 50px;
    height: 48px;
    border-radius: 0;
}
.customLabel-radio2 {
    font-size: 10px;
    text-transform: uppercase;
    position: absolute;
    padding-left: 6px;
    z-index:2;
    top: 0;
    left:0;
    color: #44;
}
.customLabel-radio {
    font-size: 14px !important;
    line-height: 16px;
/*      text-transform: uppercase;*/
    color: #444;
    display: block;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.customLabel-radio-quest {
    font-size: 14px;
    line-height: 25px;
/*      text-transform: uppercase;*/
    color: #444;
    display: block;
    font-weight: 500;
    /*margin-bottom: 7px !important;*/
}
@media screen and (max-width: 480px) {
    .customLabel-radio-quest {
        margin-bottom: 7px !important;
    }
    .customLabel-radio {
        margin-bottom: 7px !important;
    }
}
span.customInput, input[type="text"].customInput, input[type="password"].customInput, input[type="tel"].customInput, input[type="number"].customInput, select.customInput, blank_box2, uk-form select.customInput {
    height:45px !important;
    padding: 20px 6px 2px;
    position: relative;
    background: rgba(255,255,255, 1);
    border-radius: 4px;
    border: 1px solid #999;
    font-size: 14px;
    background-image: none;
    -webkit-appearance: none;
}
.app-review-body span.customInput, .app-review-body input[type="text"].customInput, .app-review-body input[type="password"].customInput, .app-review-body input[type="tel"].customInput, .app-review-body input[type="number"].customInput, .app-review-body select.customInput, blank_box2, .app-review-body uk-form select.customInput {
    font-size: 13px;
}
.customInput option, textarea.customInput {
    padding-top: 20px !important;
    padding-left: 7px;
}
.customInputSelect select {
    padding: 12px 6px 2px;
    height: 45px;
}
.customInput-reports {
    height: 30px !important;
    padding: 3px 6px 3px;
    border: 1px solid #999;
    background: rgba(255,255,255, 1);
}
.combodate {
    position: relative;
}

.combodate + .uk-grid label.required:after {
    display: none;
}
.comboboxlabel:not(.month)
{
    width: auto;
    margin-left:.5% !important;
    height: 22px;
}

.comboboxlabel.month
{
    width: auto;
    height: 22px;
}

.ap-date-fields.day, .ap-date-fields.year
{
    height:45px !important;
    width: 33% !important;
    border-radius: 4px !important;
    min-width:33%;
    margin-left:.5% !important;
    padding-top: 15px !important;

}
.ap-date-fields {
    display: inline-block !important;
}
.ap-date-fields.month
{
    height:45px !important;
    width: 33% !important;
    border-radius: 4px !important;
    min-width:33%;
    padding-top: 15px !important;

}
.comboLabel.month {
    position: absolute;
    top: 0;
    left: 1px;
    font-size: 10px !important;
    text-transform: uppercase;
    color: #444;
    padding-left: 6px;
    display: block;
    z-index: 2;
    letter-spacing: .05em;
    pointer-events: none;
}
.comboLabel.day {
    position: absolute;
    top: 0;
    left: 34%;
    font-size: 10px !important;
    text-transform: uppercase;
    color: #444;
    padding-left: 6px;
    display: block;
    z-index: 2;
    letter-spacing: .05em;
    pointer-events: none;
}
.comboLabel.year {
    position: absolute;
    top: 0;
    left: 67%;
    font-size: 10px !important;
    text-transform: uppercase;
    color: #444;
    padding-left: 6px;
    display: block;
    z-index: 2;
    letter-spacing: .05em;
    pointer-events: none;
}
#dashboard-canvas div.error:not(.date):not(.jtime):not(#EHEndDate-error):not(.uk-hidden) {
    color: #C01F24 !important;
    display: inline-block !important;
    padding-right: 5px;
}
#dashboard-canvas .select2-container.error + .error,#dashboard-canvas .select2-container.error + .error + label.error {
    display: none !important;
}

input[type="text"].customInput:focus, input[type="tel"].customInput:focus
{
    background: rgba(255,255,255, .95);
}

.uk-form-row
{
    position: relative;
}
#implementationType .page-title-style {
    margin-bottom: 15px !important;
}

/****************** custom input boxes end ******************/

/****************** custom app table panel boxes ******************/

.app-table.uk-panel-box {
    padding: 10px 15px;
    background: rgba(255, 255, 255, 1);
    color: #444;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px !important;
    margin-bottom: 0;
    border-radius: 0 !important;
/*  box-shadow: 0 0 5px 0px rgba(0,0,0,0.08);*/
}
.app-table.uk-panel-box:empty {
    display: none;
}

.eh-employment-box.app-table.uk-panel-box {
    margin-top: 5px !important;
}

/*.app-table .uk-button-danger, .app-table.eh-employment-box .uk-button {
    background-color: #f5f5f5;
    color: #da314b;
    height: 40px;
    border-radius: 4px;
    font-size: 18px;
    border: 1px solid transparent;
}
.app-table .uk-button-danger:hover {
    background-color: #f5f5f5;
    color: #da314b;
    height: 40px;
    border-radius: 4px;
    font-size: 18px;
    border: 1px solid #CCC;
}

.app-table .uk-button-danger:hover, .app-table .uk-button-danger:focus {
    background: #f5f5f5 !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.4);
}*/

.app-table .uk-icon-edit  {
    color: #AAA;
}
.app-table .uk-icon-edit:hover {
    color: #CCC;
    cursor: pointer;
}
#implementationType .app-table.uk-panel-box {
    margin-left: 0;
    margin-right: 0;
}
#implementationType .app-table .uk-button-danger {
    height: 30px;
}
@media (max-width: 480px) {
    .app-table.uk-panel-box {
        margin-left: -10px;
        margin-right: -10px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-left: none;
        border-right: none;
        margin-top: -1px !important;
        margin-bottom: 0;
    }
    .app-table.uk-panel-box + .app-table.uk-panel-box {
        margin-top: -1px !important;
    }
}

/******************  custom app table panel boxes ******************/


/****************** custom select 2 ******************/

.custom-select-alt .select2-container {
    padding-top: 0;
}

.custom-select-alt .select2-container-multi .select2-choices {
    min-height: 25px;
    padding: 15px 6px 0 0;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px 5px;
    margin: -1px 0;
    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
}

.custom-select-alt .select2-container .select2-choice {
    display: block;
    height: 24px;
    line-height: 24px;
    margin-top: 0px;
    height: 43px !important;
}
.uk-form input:not([type]).othercity {
    height: 45px;
    padding-top: 22px;
}

.custom-select-alt .select2-container .select2-choice .select2-arrow,.custom-select-alt-fp .select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 4px 4px 0;
    background: none;
    border-left: none;
    z-index: 10;
    background: url(select2.png) no-repeat 0 1px;
}
#accesspoint-content .select2-container .select2-choice .select2-arrow b {
    background-position: right -38px top 10px;
}

/*
.droparrow {
    border-top: 1px solid #999;
    border-radius: 4px;
}

.droparrow select {
    border-top: 15px solid transparent;
}*/

/*
.custom-select-alt .select2-arrow, .droparrow .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 4px 4px 0;
    background: none;
    border-left: none;
    z-index: 10;
    background: url(select2/select2.png) no-repeat 0 1px;
}
.comboLabel .select2-arrow  {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 5px;
    top: -5px;
    border-radius: 0 4px 4px 0;
    background: none;
    border-left: none;
    z-index: 9999999;
    background: url(select2/select2.png) no-repeat 0 1px;
}
*/

/*
.custom-select-alt .select2-container .select2-choice {
    background: #FFF;
    background-image: none;
    border: 1px solid #999;
    color: #444;
    padding: 0 0 0 6px;
}
.custom-select-alt .select2-container.select2-container-active {
    border-color: #99baca;
    outline: 0;
    background: rgba(255,255,255, .85);
    color: #444;
    border-radius: 4px;
}
input[type=text]:focus, textarea:focus, .uk-form input[type=tel]:focus, .uk-form input[type=email]:focus {
    border-color: #99baca !important;
    background: #f5fbfe !important;
    outline: 0;
}
.uk-form input[type=text], .uk-form input[type=tel], .uk-form input[type=email] {
    height: 26px;
}
.select2-container-multi .select2-choices {
    min-height: 24px !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;
    border: 1px solid #999;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
    background-image: none !important;
    border-radius: 3px;
}
.focus-style {
    border: 1px solid #f5f5f5 !important;
    background: #f5f5f5 !important;
    outline: 0;
}
.focus-style:focus {
    border: 1px solid #99baca !important;
    background: #f5fbfe !important;
    outline: 0;
}

.custom-select-alt .select2-container.select2-container-active .select2-choice {
    background: rgba(255,255,255, .95);
    background-color: rgba(255,255,255, .95);
}

.custom-select-alt .select2-drop-active.select2-with-searchbox:not(.select2-drop-above) {
    border: 1px solid #9E9E9E;
    border-top: none;
    -webkit-box-shadow: 0 3px 8px rgba(82,168,236,0.6);
    -moz-box-shadow: 0 3px 8px rgba(82,168,236,0.6);
    box-shadow: 0 3px 8px rgba(82,168,236,0.6);
    border-color: #c3d8ed;
    outline: 0;
    background: rgba(255,255,255, .95);
    color: #444;
    border-radius: 0 0 4px 4px;
    margin-top: -20px;
  }

.custom-select-alt .select2-drop-active.select2-with-searchbox.select2-drop-above {
    border: 1px solid #9E9E9E;
    border-bottom: none;
    -webkit-box-shadow: 0 -5px 8px rgba(82,168,236,0.25);
    -moz-box-shadow: 0 -5px 8px rgba(82,168,236,0.25);
    box-shadow: 0 -5px 8px rgba(82,168,236,0.25);
    border-color: #c3d8ed;
    outline: 0;
    background: rgba(255,255,255, .95);
    color: #444;
    border-radius: 4px 4px 0 0;
    margin-top: -1px;
}

.custom-select-alt .select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #c3d8ed;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: #c3d8ed;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #c3d8ed;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #c3d8ed;
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-top-color: transparent;
    background-image: none;
}*/

/*.custom-select-alt .select2-container.select2-allowclear .select2-choice .select2-chosen {
    padding-top: 15px;
}*/
/*
.custom-select-alt .select2-dropdown-open:not(.select2-drop-above) .select2-chosen {
    display: none !important;
}
.select2-drop-active {
    border: 1px solid #ddd;
    border-top: none;
    background: #fff !important;
    z-index: 9999;
}

.uk-form input[type=number].customInput,.customInput.faux-input {
    height: 45px !important;
    padding: 20px 6px 2px;
    border-radius: 4px;
}
.customInput + a {
    height: 43px !important;
    padding-left: 7px;
    padding-right: 7px;
    float: right;

}

.customInput + a i,.ssn-input a > i {
    line-height: 43px;
}*/

/* custom SIN input box */

/**************************** START Password Section  ******************************/


    /**************************** START Progress Bar ******************************/

    .progress {
        height: 20px;
        overflow: hidden;
        background-color: #f7f7f7;
        background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
        background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
        background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
        background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
        background-repeat: repeat-x;
        border: 1px solid #ddd;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
        -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    }
    .progress .bar {
        float: left;
        width: 0;
        height: 100%;
        font-size: 12px;
        color: #fff;
        text-align: center;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
        background-color: #0e90d2;
        background-image: -moz-linear-gradient(top, #149bdf, #0480be);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
        background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
        background-image: -o-linear-gradient(top, #149bdf, #0480be);
        background-image: linear-gradient(to bottom, #149bdf, #0480be);
        background-repeat: repeat-x;
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
        -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
        -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
        box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: width .6s ease;
        -moz-transition: width .6s ease;
        -o-transition: width .6s ease;
        transition: width .6s ease;
    }
    .progress .bar+.bar {
        -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,0.15), inset 0 -1px 0 rgba(0,0,0,0.15);
        -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,0.15), inset 0 -1px 0 rgba(0,0,0,0.15);
        box-shadow: inset 1px 0 0 rgba(0,0,0,0.15), inset 0 -1px 0 rgba(0,0,0,0.15);
    }
    .progress-striped .bar {
        background-color: #149bdf;
        background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), to(transparent));
        background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
        background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
        -webkit-background-size: 40px 40px;
        -moz-background-size: 40px 40px;
        -o-background-size: 40px 40px;
        background-size: 40px 40px;
    }

    .progress-danger .bar, .progress .bar-danger {
        background-color: #dd514c;
        background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
        background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
        background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
        background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
        background-repeat: repeat-x;
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
    }
    .progress-danger.progress-striped .bar, .progress-striped .bar-danger {
        background-color: #ee5f5b;
        background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), to(transparent));
        background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
        background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    }
    .progress-success .bar, .progress .bar-success {
        background-color: #5eb95e;
        background-image: -moz-linear-gradient(top, #62c462, #57a957);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
        background-image: -webkit-linear-gradient(top, #62c462, #57a957);
        background-image: -o-linear-gradient(top, #62c462, #57a957);
        background-image: linear-gradient(to bottom, #62c462, #57a957);
        background-repeat: repeat-x;
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
    }
    .progress-success.progress-striped .bar, .progress-striped .bar-success {
        background-color: #62c462;
        background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), to(transparent));
        background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
        background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    }
    .progress-info .bar, .progress .bar-info {
        background-color: #4bb1cf;
        background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
        background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
        background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
        background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
        background-repeat: repeat-x;
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
    }
    .progress-info.progress-striped .bar, .progress-striped .bar-info {
        background-color: #5bc0de;
        background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), to(transparent));
        background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
        background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    }
    .progress-warning .bar, .progress .bar-warning {
        background-color: #f5ae3e;
        background-image: -moz-linear-gradient(top, #f7ba5b, #f39c12);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7ba5b), to(#f39c12));
        background-image: -webkit-linear-gradient(top, #f7ba5b, #f39c12);
        background-image: -o-linear-gradient(top, #f7ba5b, #f39c12);
        background-image: linear-gradient(to bottom, #f7ba5b, #f39c12);
        background-repeat: repeat-x;
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7ba5b', endColorstr='#fff39c12', GradientType=0);
    }
    .progress-warning.progress-striped .bar, .progress-striped .bar-warning {
        background-color: #f7ba5b;
        background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), to(transparent));
        background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
        background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    }

    /**************************** END Progress Bar ******************************/

    /******************************* Alert Password Errors Box ******************************/

    .passworderrors {
        background: #fff1f0;
        color: #444 !important;
        border-color: rgba(216,80,48,.3);
        border-left: 5px solid rgba(216,80,48,.6);
        border-top: 0px solid rgba(216,80,48,.3);
        border-right: 0px solid rgba(216,80,48,.3);
        border-bottom: 0px solid rgba(216,80,48,.3);
        margin-left: 0px;
        margin-top: 15px;
        padding: 10px !important;
        border-radius: 0 4px 4px 0;
        text-shadow: 0 1px 0 #fff;
        -webkit-box-shadow: 0px 5px 8px -5px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 5px 8px -5px rgba(0,0,0,0.25);
        box-shadow: 0px 5px 8px -5px rgba(0,0,0,0.25);
    }

    /******************************* END Alert Password Errors Box ******************************/


/**************************** END Password Section ******************************/

.uk-form input[type=checkbox].large-checkbox + label {
    height: 30px;
}
.uk-form input[type=checkbox].large-checkbox:checked {
    opacity: 0;
}
/*.uk-form input[type=checkbox].large-checkbox:checked + label:before, .uk-form input[type=checkbox].large-checkbox:indeterminate + label:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 28px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 28px;
    color: #00a8e6;
    margin-left: -45px;
    margin-right: 25px;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    border: 1px solid #00a8e6;
    background: rgba(255,255,255,0.95) !important;
    border-radius: 4px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.35), 0px 1px 1px rgba(0,0,0,0.15);
}*/

/**************************** US#7726 Added checkboxtix and checkboxtix2 for Checkboxes shifting ******************************/

.uk-form .checkboxtix input[type=checkbox].large-checkbox:checked + label:before, .uk-form .checkboxtix input[type=checkbox].large-checkbox:indeterminate + label:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 28px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 29px;
    color: #00a8e6;
    margin-left: -68px;
    margin-right: 8px;
    vertical-align: middle;
    height: 33px;
    width: 33px;
    border: 1px solid #00a8e6;
    background: rgba(255,255,255,0.95) !important;
    border-radius: 4px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.35), 0px 1px 1px rgba(0,0,0,0.15);
}
.uk-form .checkboxtix input[type=checkbox].large-checkbox:checked, .uk-form .checkboxtix input[type=checkbox].large-checkbox:indeterminate {
    width: 0;
    }
.uk-form .checkboxtix input[type=checkbox].large-checkbox:checked + label{
    padding-left: 30px;
}
.uk-form .checkboxtix2 input[type=checkbox].large-checkbox:checked + label:before, .uk-form .checkboxtix2 input[type=checkbox].large-checkbox:indeterminate + label:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 28px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 29px;
    color: #00a8e6;
    margin-left: -40px; /*-37px*/
    margin-right: 5.5px; /*4px*/
    vertical-align: middle;
    height: 33px; /*29px*/
    width: 33px; /*29px*/
    border: 1px solid #00a8e6;
    background: rgba(255,255,255,0.95) !important;
    border-radius: 4px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.35), 0px 1px 1px rgba(0,0,0,0.15);
}
.uk-form .checkboxtix2 input[type=checkbox].large-checkbox:checked, .uk-form .checkboxtix2 input[type=checkbox].large-checkbox:indeterminate {
    width: 0;
    }
.uk-form .checkboxtix2 input[type=checkbox].large-checkbox:checked + label{
    padding-left: 30px;
}


/**************************** END Checkboxtix******************************/

.uk-form input[type=checkbox].large-checkbox.right:checked + label:before, .uk-form input[type=checkbox].large-checkbox.right:indeterminate + label:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 28px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 28px;
    color: #00a8e6;
    margin-left: -34px;
    margin-right: 6px;
    vertical-align: middle;
}

/* employment history */

.eh-employment-box {
    background-color: #f5f5f5;
    border: 1px solid #cdd5da;
    font-size: 14px;
    color: #000000;
    margin-bottom: 10px;
    padding: 0;
}

.eh-employment-box .uk-button {
    height: 35px;
}
.work-history-page-header {
    font-size: 16px;
}
textarea, .uk-form textarea  {
    border-radius: 4px 4px;
}
.notStillHere textarea {
    height: 101px;
    padding: 25px 6px 2px;
    border-color: #999;
    border-radius: 4px;
}

#dashboard-canvas-body .notStillHere textarea {
    height: 96px;
}
.explain-box textarea {
    min-height: 101px;
    padding: 20px 6px 2px;
    overflow-y: visible;
    border-radius: 4px 4px;
}
.alert-danger-border {
    border: 1px solid #d85030;
}
.add-button {
    height: 35px;
    line-height: 35px !important;
    border-radius: 4px;
}

/* employment history end */


/**************************** START of YES / NO Radio Button Styling ******************************/

.uk-form .uk-button-group > label.uk-button, .uk-button-group > label  {
    background: #eee;
}
.uk-button-group label {
    -webkit-appearance: none;
    margin: 0;
    overflow: visible;
    font: inherit;
    color: #444444;
    text-transform: none;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
    vertical-align: middle;
    line-height: 23px;
    min-height: 26px;
    height: 26px;
    font-size: 1rem !important;
    text-decoration: none;
    text-align: center;
    /*border: 1px solid rgba(0, 0, 0, 0.35);*/
    border: 1px solid #999;
    border-radius: 4px;
}
#accesspoint-content .uk-button-group label.uk-button {
    line-height: 25px;
}

.uk-button-group > .uk-button:last-child, .uk-button-group > div:last-child .uk-button, .uk-button-group > label:last-child, .uk-button-group > div:last-child label, .uk-button-group > label.disbled-btn:last-child, .uk-button-group > div:last-child label.disbled-btn {
    /*border-color: #ddd;*/
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.uk-button-group > .uk-button:nth-child(n+2), .uk-button-group > div:nth-child(n+2) .uk-button, .uk-button-group > label:nth-child(n+2), .uk-button-group > div:nth-child(n+2) label, .uk-button-group > label.disbled-btn:nth-child(n+2), .uk-button-group > div:nth-child(n+2) label.disbled-btn {
    margin-left: -1px;
}

.uk-button-group label.required:after {
    display: none;
}

.uk-form .uk-button-group > label >  input[type=radio]:checked:before, .uk-form .uk-button-group > label >  input[type=radio]:before, .uk-form .uk-button-group > label >  input[type=radio], .dashsort-button >  input[type=radio] {
    width: 1px;
    height: 0px;
    border: 0 solid transparent;
    background: none;
    padding: 0px;
    margin: 0 0 0 -1px;
    border-radius: 0 0;
    position: absolute;
    opacity: 0;
}
.uk-button-group > label.uk-active, .uk-button-group > label.uk-button.uk-active {
    border-bottom: 3px solid #5684a5 !important;
    height: 25px;
    background: #a8a8b1 !important;
    color: #FFF !important;
    text-shadow: 0 1px 0 #999 !important;
}
input.yes-no:checked + .uk-button-group > label:first-child {
    border-bottom: 3px solid #5684a5 !important;
    height: 25px;
    background: #a8a8b1 !important;
    color: #FFF !important;
    text-shadow: 0 1px 0 #999 !important;
}

input.yes-no:not(:checked) + .uk-button-group > label:last-child {
    border-bottom: 3px solid #5684a5 !important;
    height: 25px;
    background: #a8a8b1 !important;
    color: #FFF !important;
    text-shadow: 0 1px 0 #999 !important;
}

input:disabled, input:disabled + label {
    cursor: not-allowed;
}
.uk-button-group > label.uk-active.disabled-btn, .uk-button-group > label.uk-button.uk-active.disabled-btn {
    border-bottom: 3px solid #5684a5;
    height: 24px;
    background: #a8a8b1;
    color: #FFF;
    text-shadow: 0 1px 0 #999;
}
.disabled-btn, .disabled-btn:hover, .disabled-btn:focus, .disabled-btn:active, .uk-button.disabled-btn, .uk-button.disabled-btn:hover, .uk-button.disabled-btn:focus, .uk-button.disabled-btn:active {
    color: #CCC;
    cursor: default;
}
.yes-no-button.uk-button {
    line-height: 27px !important;
    height: 27px !important;
    margin-right: 0;
}
.app-review-body .yes-no-button.uk-button {
    line-height: 24px !important;
    height: 27px !important;
    margin-right: 0;
}
.yes-no-button-container, .yes-no-button-container.question-boxes {
    min-height: 32px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-radius: 4px;
    padding: 6px 5px 5px 10px;
    background-color: rgba(255,255,255, 1);
}
.question-boxes:focus {
    border-color: #99baca;
    outline: 0;
    background: #f5fbfe;
    color: #444;
    padding: 5px;
    margin: 5px -5px -5px -5px !important
}
.yes-no-button-container:focus,.yes-no-button-container.question-boxes:focus {
    border-color: #99baca;
    outline: 0;
    background: #f5fbfe;
    color: #444;
    /*padding: 6px 5px 5px 10px;*/
    margin: 0px 0 0 !important;
}

.yes-no-button-container .uk-button-group, .question-boxes .uk-button-group {
    max-width: 100%;
    width: 158px;
    margin-top: 2px;
}

.yes-no-button-container-size {
    width: 201px !important;
}
.customLabel-radio.title-bottom-pad {
    margin-bottom: 7px;
}

#accesspoint-content input:focus + label.error {
    display: none !important;
}

.bordered-labels label {
    border: 1px solid #999;
    background: #F9F9F9;
    padding: 4px 10px 4px 5px;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px !important;
    cursor: pointer;
}

.bordered-labels label > label {
    border: 0 solid transparent;
    padding: 0;
    border-radius: 0;
    display: inline-block;
    font-size: 14px !important;
}

#dashboard-canvas-body .bordered-labels label {
    margin-top: 5px;
}

@media (max-width: 480px) {
    .yes-no-button.uk-button {
        line-height: 25px !important;
        height: 25px !important;
        margin-top: 0;
        margin-bottom: 0;
    }
    .yes-no-button-label {
        padding-left: 0;
    }
    .yes-no-button-container {
        height: auto;
        border-top: none;
        border-bottom: none;
        border-left: none;
        border-right: none;
        border-radius: 4px;
        background-color: transparent;
        padding: 5px 5px 0;
        margin: 0 -5px;
    }
    .yes-no-button-container + .uk-panel-box {
        border-radius: 4px !important;
        margin-top: 0px !important;
    }
    .yes-no-button-grid {
        margin-right: 0;
    }
    .yes-no-button-container .uk-button-group, .question-boxes .uk-button-group {
        max-width: 100%;
        width: 100%;
    }
}
#ApplicationSecCity-error {
    left: 18px;
}
.datefield-container {
    position: absolute;
    width: 100%;
    top: -1px;
    left: 0;
    text-align: right;
    pointer-events: none;
}

.datefield-container label.error {
    padding-top: 2px;
    position: relative !important;
    z-index: 999;
    margin: 1px 0 0 1px;
    display: inline-block;
    background: #FFF;
    pointer-events: none;
    top:0px;
}

#dashboard-canvas .datefield-container label.error {
    background: transparent;
    padding-top: 0;
    pointer-events: none;
}

.datefield-container.date-fast label.error {
    top: -1px;
    position: relative;
    z-index: 999;
    margin: 1px 0 0 1px;
    display: inline-block;
    background: #FFF;
    pointer-events: none;
}

@media (max-width: 768px) {
    .datefield-container {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
    }
    label#DateOfBirthMonth-error, label#DateOfBirthDay-error, label#DateOfBirthYear-error, label.monthyear-error.error, label.monthdayyear-error.error
    {
        color: #C01F24 !important;
        padding-left: 0;
        font-size: 10px;
        font-weight: normal;
        position: relative;
        top: 0;
        width: 100%;
        right: 0 !important;
        letter-spacing: .05em;
        pointer-events: none;
    }
    .app-content-container label#DateOfBirthYear-error, .app-content-container label.monthyear-error.error, .app-content-container label.monthdayyear-error.error {
        width: 45%;
        right: 3px !important;
        pointer-events: none;
    }
    #FASTExpiryDateMonth-error, #FASTExpiryDateDay-error, #FASTExpiryDateYear-error {
        display: none !important;
    }

    .bordered-labels label {
        line-height: 25px;
    }
}/*
label.error {
    color: #C01F24 !important;
    padding-left: 0;
    font-size: 10px !important;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: 14px;
    pointer-events: none;
}

label.error:empty,.datefield-container label.error:empty {
    display: none !important;
    pointer-events: none;
}

label.error.long-error {
    color: #C01F24 !important;
    z-index: 3;
    width: calc(100% - 10px);
}*/

.email-in-use-error {
    font-size: 9px !important;
    text-align: center;
    background: #FFF;
    width: 100%;
}
#dashboard-canvas select.error + label.error,#dashboard-canvas .customLabel label.error, #dashboard-canvas .customLabel + input + label.error, #dashboard-canvas .customLabel + select + label.error, .custom-select-alt label.error, .wizard label.error {
    position: absolute;
    background: #FFF;
    padding-right: 0 !important;
    z-index: 100000;
    pointer-events: none;
}
#dashboard-canvas label.error, .uk-form-row.wizard label.error {
    color: #C01F24 !important;
    padding-left: 0;
    font-size: 10px !important;
    font-weight: normal;
    text-transform: uppercase;
    top: -1px;
    right: 8px;
    text-align: right;
    letter-spacing: .05em;
    margin: 0 1px;
    pointer-events: none;
}

select.error:focus + label.error {
    display: none !important;
}

#dashboard-canvas label.error, #FASTCardNumber-error {
    text-align: right;
    pointer-events: none;
}
label.quickapp-confirm-error.error {
    color: #C01F24 !important;
    padding-left: 0;
    font-size: 10px !important;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    top: 0;
    text-align: right;
    letter-spacing: .05em;
}
#EHEndDate-error {
    color: #C01F24 !important;
    padding-left: 0;
    font-size: 13px;
    text-transform: none !important;
    position: relative;
    left: 0;
    text-align: center !important;
}

#PostalCode-error {
    left: 17px;
}

#SIN-error {
/*  text-align: right; */
/*  width: 95%;*/
/*  left: 100px */
}

#accesspoint-content .sin-button {
    display: none;
}

#accesspoint-content #SIN {
    width: 100% !important;
}
.combodate select {
    border: 1px solid #999;
}

.monthyear-error {
    right: 8px !important;
}
.monthdayyear-error {
    right: 8px !important;
    pointer-events: none;
}
.req-message {
    margin-right: 25px;
}

.yes-no-button-container + .uk-panel-box {
    border-radius: 0 0 4px 4px;
    margin-top: -4px;
    border: 1px solid #CCC;
}

.yes-no-button-container.error-hilight {
    border: 1px solid #C01F24;
}

.yes-no-button-container .error,.question-boxes .uk-button-group + label.error, textarea + label.error {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    margin: 0;
    text-align: right;
}

/*#persInfoSec2 .yes-no-button-container .error,.yes-no-button-container .error, .question-boxes #persInfoSec2  label.error, .question-boxes label.error, textarea + label.error {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    margin: 0;
    text-align: right;
    pointer-events: none;
}*/

/*#incidentSection textarea+label.error {
    position: absolute !important;
}
*/
/*#additionalQuestions .question-boxes label.error, .yes-no-button-container .error, #additionalQuestions textarea+label.error{
    position: absolute !important;
}*/

.app-content-container .question-boxes.uk-margin-top-remove:focus {
 margin-top: 0 !important;
}
#implementationType .page-title-style {
    position: relative;
    border-bottom: none;
    padding: 0 0 5px 0;
    margin-top: 0;
    margin-bottom: 0 !important;
    margin-left: 0;
    margin-right: 0;
}
.page-title-style {
    position: relative;
    border-bottom: 1px solid #CCC;
    padding: 15px 0 5px 0;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
}
#applicationReviewBody .page-title-style {
    font-weight: 700;
    margin-bottom: 5px;
}

#applicationReviewBody label.page-title-style {
    padding-top: 0;
    display: inline-block;
    width: 100%;
}

.acknowledge-section + .acknowledge-section {
    margin-top: 10px;
}

.page-title-style-work {
    position: relative;
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px !important;
    margin-left: 0px;
    margin-right: 0px;
}

/**************************** END of YES / NO Radio Button Styling ******************************/

/**************************** Custom File Upload Input **********/

.upload-field {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload-field + label {
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid transparent;
    position: relative;
}
#dashboard-body .upload-field {
    position: absolute !important;
}


/****************************************************************/

.hidden {
    display: none;
    visibility: hidden;
}

.eh-employment-box.missingData {
    background-color: #fff1f0 !important;
    color: #d85030;
}

.eh-employment-box.missingData:hover {
    background-color: #ffd9d8 !important;
    cursor: pointer;
}
.eh-missing-dates-box:hover {
    background-color: #fff1f0 !important;
    cursor: pointer;
}
.missingData .eh-dates {
    background-color: transparent;
}

.hideifempty:empty {
    display: none;
}

.button-job-select {
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.1);
}

.uk-form .agree-sig input[type=checkbox], .uk-form .agree-sig input[type=checkbox]:checked {
    display: inline-block;
    height: 30px;
    width: 30px;
    border: 1px solid #aaa;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: 0;
    background: 0 0;
    margin-right: 0;
}

.uk-form .agree-sig input[type=checkbox]:checked:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 28px;
    color: #00a8e6;
}
.uk-form .agree-sig input[type=checkbox] {
    display: inline-block;
    height: 30px;
    width: 30px;
    border: 1px solid #aaa;
    overflow: hidden;
    margin-top: 0px;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: 0;
    background: 0 0;
    margin-right: 4;
}

/**************************** START Careers Styling *****************************/

#app-sidebar-container {
    width: 256px;
    position: absolute;
    top: 100px;
    left: 0;
    background-color: #EBEBEB;
    border-right: 1px solid #BFBFBF;
}
.careers-header-title {
    font-size: 24px;
    color: #444;
    text-align: right;
}
.careers-header-title.addy {
    font-size: 14px;
    font-weight: normal;
}

.careers-header-nav a {
    font-size: 30px;
    color: #77787B !important;
    text-align: right !important;
}
#careers-headerplaceholder {
    height: 86px;
}
/*#careers .careers-list-page {
    padding-left: 0;
    width: 75%;
    max-width: 800px;
}*/

#careers .container.uk-container {
    padding: 0 20px 0;
    max-width: 1184px;
    min-height: calc(100vh - 102px);
}
#Container .container.uk-container, .app-content-container {
    padding: 0 20px 0 20px;
    max-width: 1184px;
    margin-bottom: 0;
}
.app-content-container {
    margin: auto;
}
.navtop-container {
    width: 100%;
    max-width: 1024px;
    position: sticky;
    top: 0;
    z-index: 999999;
}
#filter-careers .uk-offcanvas-bar {
    z-index: 1000001;
    width: 270px;
    max-width: 100%;
    background: #333;
}
#careers .uk-offcanvas-bar h3 {
    color: #fff;
}
.uk-offcanvas.uk-active {
    display: block;
    z-index: 999999;
    background: rgba(0,0,0,0.5);
}

.swal-fix.uk-offcanvas.uk-active {
    z-index: 9999;
}
.careers-navigation {
    margin-top: 10px;
}
.zip-search-container {
    margin-top: 0;
    margin-bottom: -5px;
}
.uk-offcanvas-page #careers #divPositionFilter {
    background-color: transparent;
    border-bottom: none;
}
#careers h2.org-hdr {
    margin-bottom: 5px;
    border-radius: 0px;
    padding: 5px 20px;
    border-bottom: 1px solid #999;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 25px !important;
    color: #fff;
    background: #00539F;
}
.back-to-jobs:hover {
    text-decoration: none !important;
    color: #dddddd !important;
}
#careers #content-wrapper, #careers #content {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 100%;
}
#careers #content, #careers .pageContainer {
    overflow: hidden;
    margin: 0;
}

#careers .uk-panel-space-sm {
    padding: 15px 15px 10px 15px !important;
    border: 1px solid #D0D0D0;
    background: #fff;
    border-radius: 0 4px 0 0;
}

#careers .uk-list-line>li:nth-child(n+2) {
    margin-top: 5px;
    padding-top: 5px;
    border-top: none;
}
.bk1_accesspoint {
    width: 360px;
    margin: auto;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
    padding: 30px;
    border-radius: 4px;
    border: 1px solid #bababa;
    background-color: #fff;
}
#careers .button_position, #careers .button_position_details {
    position:absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    background-color: #216b97;
    color: #fff;
    text-shadow: none;
    padding: 0 15px;
    border: 1px solid rgba(0,0,0,.15);
    border-top-color: transparent;
    border-right-color: transparent;
    -webkit-box-shadow: inset 3px -3px 4px -3px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 3px -3px 4px -3px rgba(0,0,0,0.25);
    box-shadow: inset 3px -3px 4px -3px rgba(0,0,0,0.25);
}
#careers .button_position:hover {
    border-radius: 0;
    background-color: #277aaa;
    color: #fff;
    text-shadow: none;
    padding: 0 15px;
}
#careers .button_position_down  {
    position:absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    background-color: #216b97;
    color: #fff;
    text-shadow: none;
    padding: 0 15px;
    border: 1px solid rgba(0,0,0,.15);
    z-index: -1;
}
#careers .button_position_details:hover {
    opacity: 0.8;
}
@media (max-width: 960px) {
    #careers .button_position_down {
        z-index: 0;
    }
    .careers-menu {
        margin-right: 20px;
    }
    #careers .uk-offcanvas-bar {
        padding-top: 0;
    }
}
#careers .button_position_down:hover {
    border-radius: 0;
    background-color: #277aaa;
    color: #fff;
    text-shadow: none;
    padding: 0 15px;
}
#careers .button_position-app {
    border-radius: 0;
    background-color: #216b97;
    color: #fff;
    text-shadow: none;
    padding: 0 15px;
    border: 1px solid rgba(0,0,0,.15);
    margin-right: 15px;
}
@media (max-width: 1024px) {
    #careers .button_position-app {
        margin-right: 15px;
    }

    #careers .slideout-close .button_position-app {
        margin-right: 0;
        display: block;
    }
    #careers .uk-button-group .button_position-app {
        margin-right: 0;
        min-height: 50px;
        line-height: 35px;
    }
    #careers .uk-offcanvas-bar .slideout-close > .button_position-app {
        margin-right: 0;
        -webkit-box-shadow: inset 0px 3px 5px -2px rgba(0,0,0,0.25);
        -moz-box-shadow: inset 0px 3px 5px -2px rgba(0,0,0,0.25);
        box-shadow: inset 0px 3px 5px -2px rgba(0,0,0,0.25);
    }
    .uk-offcanvas-bar {
        width: 400px;
    }
}
#careers .careers-icon {
    color: #BBBBBB;
    font-size: 13px;
}
#careers h2.post-title {
    font-size: 22px;
    font-weight: 500;
}
#careers .uk-list-line>li:first-child {
    margin-top: 5px;
    padding-top: 5px;
}
.continue-app-button {
    background-color: #D1D1D1 !important;
    color: #444444 !important;
    border-radius: 0;
    height: 45px;
    font-size: 16px !important;
    line-height: 40px !important;
    border-top: 1px solid rgba(0,0,0,.15);
    border-bottom: 1px solid rgba(0,0,0,.15);
    border-right: none !important;
    border-left: none !important;
    text-shadow: 0 1px 0 #ffffff;
}
.continue-app-button:hover {
    border: 1px solid rgba(0,0,0,.15);
}
.post-panel-excerpt {
    height: 84px;
    overflow-y: hidden;
}
.post-panel-excerpt-details {
    height: 100%;
    margin-bottom: 0;
}
.job-info-icons-details {
    padding-left: 40px;
    padding-right: 40px;
}
#careers .uk-button-dark {
    background: none !important;
    background-color: #45474a !important;
    color: #ffffff !important;
    border-radius: 3px;
    border: 1px solid #212020;
    margin-bottom: 7px;
}
#careers .uk-button-dark:hover {
    background-color: #343439 !important;
    color: #ffffff !important;

}
.careers-back.uk-button-primary {
    background-color: #47649e;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #212020;
    margin-bottom: 7px;
}
.careers-back.uk-button-primary:hover {
    background-color: #375289;
    color: #fff;
}
#careers h3 {
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 0em;
}

/******************** START Desktop sidebar *********************/

.slideout-close {
    margin-top: 80px;
    top: 0;
    position: relative;
    width: 100%;
}
#welcome-side {
    padding: 18px;
    text-align: left;
    overflow-y: auto;
    /*height: 50%;*/
    /*border-bottom: 1px solid #ccc;*/
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
#welcome-side-slide {
    margin-top: 136px;
    color: #fff;
    padding: 18px;
    text-align: left;
    overflow-y: auto;
    height: calc(100vh - 251px);
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
#welcome-side::-webkit-scrollbar {
    display: none;
}

/******************** END Desktop sidebar *********************/

.careers-navigation {
    overflow:hidden;
}
.careers-heading-box1 {
    border: 1px solid #BFBFBF;
    border-radius: 4px;
    font-size: 24px;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: -5px;
}
.careers-heading-box2 {
    font-size: 24px;
    margin-bottom: 10px;
}
#careers .group-stacked {
    min-width: 60px;
}
#careers .uk-panel-space-sm.post-row.careers-details {
    padding: 20px 20px 20px 20px !important;
    border: 1px solid #D0D0D0;
    background: #fff;
    margin-top: 10px;
}
#careers .uk-panel-space-sm.post-row.careers-details:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
}
#careers .uk-panel-space-sm.post-row:hover {
    background-color: #f5f5f5;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}
.quickAppContainer {
    border: 1px solid #D0D0D0;
    background: #F2F2F2;
    margin: -21px !important;
    height: calc(100% + 40px);
}

.quick-app-sidebar {
    /*max-width: 100%;
    height: calc(100vh - 159px);
    overflow-x: hidden;
    margin: 0 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;*/
}

.login-panel-box {
    width: 100%;
    padding: 15px 15px 0 !important;
    max-width: 445px;
    overflow-x: hidden;
    margin: 0 auto;
    /* border: 1px solid #999; */
    -webkit-box-shadow: 0px 4px 15px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 4px 15px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 4px 15px 1px rgba(0,0,0,0.3);
    border-radius: 4px 4px 4px 4px;
}

.login-panel-box-alt {
    background: rgba(0,0,0,.15) !important;
    background-color: rgba(0,0,0,.15) !important;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3);
    max-width: inherit;
}
.privacy-links {
    color: #EEE;
    border-radius: 0 0 4px 4px;
    background: rgba(0,0,0,.45);
    margin: 0 -15px;
    text-align: center;
    background-blend-mode: multiply;
    padding: 5px 0 7px;
}
.content_external {
    margin-bottom: 20px !important;
}
.quickAppanchor {
    display:block;
    padding-top:100px;
    margin-top:-100px;
}
#careers .container {
    margin-right: 0;
    margin-left: 0;
}
#newSession #login-drawer {
    -webkit-box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.2);
    min-height: 100vh;
}
.careers-menu a {
    color: #1c4587 !important;
    text-decoration: none;
}

.signature-validation {
    margin-top: 10px;
    text-align: center;
}

.social-login {
    padding: 35px 25px 0px 35px;
}

.social-login.reduced-padding {
    padding: 0px 15px 10px;
}

.social-login-hdr .uk-panel-space-sm {
    padding: 10px;
    border-bottom: 1px solid #DDD;
}

/************************** START of Tablet Styling******************************/

#dashboard-canvas-body .redo-placeholder,#accesspoint-content .redo-placeholder,.uk-accordion-content .redo-placeholder,#dashboard-canvas-body .SignatureBoxStyle-user-account .redo-placeholder {
    display: block !important;
    height: 40px;
}
@media (max-width: 767px) {
    #careers .button_position {
        position: relative;
        top: -15px;
        right: -20px;
        border-radius: 0;
        background-color: #216b97;
        color: #fff;
        text-shadow: none;
        padding: 0 15px;
        border: 1px solid rgba(0,0,0,.15);
    }
    .zip-search-container {
        margin-top: 0;
        margin-bottom: -5px;
        margin: auto;
        margin-right: 0;
        max-width: 230px;
    }

    #careers .uk-offcanvas-bar {
        padding-top: 10px;
    }

    #accesspoint-content .redo-placeholder,.uk-accordion-content .redo-placeholder {
        display: block !important;
        height: 36px;
    }

    #accesspoint-content .redo-container,.uk-accordion-content .redo-container {
        position: absolute;
        top: 9px !important;
    }

    .sig-info-note {
        border-radius: 0 0 4px 4px !important;
    }
    #accesspoint-content #SavedSignature img,#accesspoint-content #SavedSignature {
        max-height: 150px;
        text-align: center;
        padding: 10px 0;
    }
}
@media (max-width: 960px) {
    #careers .button_position_details, #careers .button_position_down {
        position: relative;
        top: -20px;
        right: -20px;
        border-radius: 0;
        background-color: #216b97;
        color: #fff;
        text-shadow: none;
        padding: 0 15px;
        border: 1px solid rgba(0,0,0,.15);
        border-top-color: transparent;
        border-right-color: transparent;
        -webkit-box-shadow: inset 3px -3px 4px -3px rgba(0,0,0,0.25);
        -moz-box-shadow: inset 3px -3px 4px -3px rgba(0,0,0,0.25);
        box-shadow: inset 3px -3px 4px -3px rgba(0,0,0,0.25);
    }

    #careers-headerplaceholder {
        height: 120px;
    }
    #careers .container.uk-container, #Container .container.uk-container, .app-content-container {
        padding: 0 20px 0 20px;
    }
    .navtop-container {
        width: 100%;
        top: 0;
        left: 0;
    }
    #careers .container {
        margin-bottom: -10px;
    }
    #newSession #login-drawer {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    #careers .careers-list-page {
        padding-left: 0;
        width: 100%;
        max-width: 100%;
    }
    .quickAppContainer {
        margin: 10px -21px -21px -21px !important;
        height: 100%;
    }
}

/************************** START of Phone Styling******************************/

@media (max-width: 480px) {
    #careers .button_position, #careers .button_position_down {
        position: relative;
        top: -15px;
        right: -15px;
        border-radius: 0;
        background-color: #216b97;
        color: #fff;
        text-shadow: none;
        padding: 0 15px;
        border: 1px solid rgba(0,0,0,.15);
    }
    #careers h2.org-hdr {
        margin-bottom: 5px;
        border-radius: 0px;
        padding: 5px 20px;
        border-bottom: 1px solid #999;
        font-weight: 500 !important;
        font-size: 18px !important;
        line-height: 20px !important;
        color: #fff;
        background: #00539F;
    }
    #careers-headerplaceholder {
        height: 80px;
    }
    .signature-validation {
        margin-top: 30px;
        text-align: center;
    }

    #headerplaceholder + #careers-headerplaceholder {
        height: 20px;
    }

    .app-content-container {
        padding: 0 20px 20px 20px;
        margin-bottom: 0px;
    }
    .bk1_accesspoint {
        width: 100%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 0;
        border-radius: 0;
        border: 0px solid #bababa;
        background-color: transparent;
    }
    .careers-header-nav a {
        font-size: 30px !important;
        color: #77787B !important;
        text-align: right !important;
    }
    .post-panel-excerpt {
        height: 6rem;
        overflow-y: hidden;
    }
    .post-panel-excerpt p {
        margin-bottom: .5rem;
        margin-top: 0;
    }

    #careers h2.post-title {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 7px !important;
        padding-right: 10px;
    }
    .job-info-icons {
        margin-top: 10px;
    }
    #careers .pageContainer {
        overflow: hidden;
        margin: 0 -10px 0px 10px;
    }

    #newSession #login-drawer {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .content_external {
        margin-bottom: 10px !important;
    }
    .slideout-close {
        margin-top: 80px;
        top: 0;
        position: relative;
        width: 100%;
    }
    #welcome-side-slide {
        margin-top: 30px;
        color: #fff;
        padding: 18px;
        text-align: left;
        overflow-y: auto;
        height: calc(100vh - 210px);
        border-bottom: 1px solid #ccc;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
    }

    #welcome-side-slide em {
        color: #FFF;
    }
    .zip-search-container {
        margin-top: 0;
        margin-bottom: -5px;
        margin: auto;
        margin-right: auto;
        max-width: 230px;
    }
    #implementationType .question-boxes {
        padding: 5px !important;
    }
    .question-boxes {
        border-left: none;
        border-right: none;
        margin-left: -10px;
        margin-right: -10px;
        padding: 15px 20px 15px 20px !important;
    }
    .question-boxes.yes-no-button-container {
        border-left: none;
        border-right: none;
        margin-left: 0px;
        margin-right: 0px;
        padding: 5px 10px !important;
    }
    #implementationType .question-boxes {
        position: relative;
        bottom: 0;
    }
    .careers-header-title.addy {
        font-size: 12px;
        font-weight: normal;
        line-height: 14px;
    }

    .social-login {
        padding: 15px 25px;
    }

    .social-login.reduced-padding {
        padding: 5px 15px;
    }
}
#termsModal {
    z-index: 999999;
}

/**************************** END Careers Styling *******************************/

/* #7766 - revised */
.select2-chosen > img {
    margin-top: -3px;
}

.twobytwogrid .LocExtEmpHist_PostalCode.uk-width-medium-1-4,.twobytwogrid .LocExtEmpHist_Country.uk-width-medium-1-4,.twobytwogrid .LocExtEmpHist_City.uk-width-medium-1-4,.twobytwogrid .LocExtEmpHist_Province.uk-width-medium-1-4
{
    width: 50% !important;
}

@media screen and (max-width: 768px) {
    .twobytwogrid .LocExtEmpHist_PostalCode.uk-width-medium-1-4,.twobytwogrid .LocExtEmpHist_Country.uk-width-medium-1-4,.twobytwogrid .LocExtEmpHist_City.uk-width-medium-1-4,.twobytwogrid .LocExtEmpHist_Province.uk-width-medium-1-4
    {
        width: 100% !important;
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 480px) {
    .twobytwogrid .LocExtEmpHist_PostalCode.uk-width-medium-1-4,.twobytwogrid .LocExtEmpHist_Country.uk-width-medium-1-4,.twobytwogrid .LocExtEmpHist_City.uk-width-medium-1-4,.twobytwogrid .LocExtEmpHist_Province.uk-width-medium-1-4
    {
        width: 100% !important;
        margin-top: 0 !important;
    }
}
/* END #7766 - revised */

/**************************** START US#6803 ******************************/

/******************************* START Signature Area Styles ******************************/

.sig_warning {
    /*margin-top: 10px;*/
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    position: relative;
}
.signature-icon {
    font-size: 40px;
    color: #E9E9E9;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
}
.sig-right-panel,.sig-left-panel {
    background: #FFF;
    padding: 15px;
    border: 1px solid #d6d6d6;
    border-bottom: 2px solid #d6d6d6;
    background-color: #fafafa;
    border-radius: 4px 4px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.25);
    box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.25);
    position: relative;
    min-height: 33%;
}

.jSignature {
    max-width: 100% !important;
}
.jSignature-signhere {
    position:absolute !important;
    top: auto;
    left: 0;
    min-width:10px !important;
    max-width:80px !important;
    width:10% !important;
    border:none !important;
    padding: 0 !important;
    margin:20px !important;
    box-shadow:0 0 0 !important;
}
#PersonSignature {
    border: 0 !important;
    max-width: 100%;
}
#personSignature h2 {
    margin: 0 0 25px 0 !important;
}
#RepSignature {
    border: 0 !important;
    margin-bottom: 15px!important;
}
#PreparerSignature {
    border: 0 !important;
    margin-top: 10px;
}
#RehireCertifierSignature {
    border: 0 !important;
    margin-top: 10px;
}
#CertifierSignature {
    border: 0 !important;
    margin-top: 10px;
}
.all_signatures {
    width: 40% !important;
}
.signature_box {
    border: 2px solid #eee;
    margin: auto;
}

.SignatureBoxStyle-user {
    border: 1px solid #DDD;
    padding: 5px;
    margin-bottom: 15px;
    background-color: rgba(255,255,255,1);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: -27px;
    min-height: 135px;
}
#accesspoint-content .SignatureBoxStyle-user {
    border: 1px solid #DDD;
    padding: 5px;
    margin-bottom: 15px;
    background-color: rgba(255,255,255,1);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0;
    min-height: 135px;
}

.uk-accordion .SignatureBoxStyle-user-account,#dashboard-canvas-body .SignatureBoxStyle-user-account {
    border: 1px solid #DDD;
    padding: 5px;
    background-color: rgba(255,255,255,1);
    border-radius: 4px;
    overflow: hidden;
    min-height: 135px;
}

#dashboard-canvas-body .SignatureBoxStyle-user-account {
    min-height: auto;
}

.uk-accordion .SignatureBoxStyle-user {
    border: 1px solid #DDD;
    padding: 5px;
    background-color: rgba(255,255,255,1);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0;
    margin: auto;
    min-height: 135px;
    width: 75%;
}
.SignatureBoxStyle .SignatureBoxStyle {
    border: none;
    width: 100% !important;
}

.no-sig-saved + .SignatureBoxStyle {
    border-radius: 0 0 4px 4px;
}

.sig_provided {
    text-align: right;
}

.sig-info-note {
    border-radius: 0 4px 4px 0;
    border-width: 1px;
    border-style: solid;
    border-color: #DDD;
    padding: 0;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    overflow: hidden;
}

.sig-info-note.success {
    border-color: #659f13;
}
.icon-panel {
    background: #FFF;
}

.redo-container {
    position: relative;
    top: 45px;
}
.uk-accordion .redo-container {
    top: 9px;
}
#accesspoint-content .redo-container {
    position: absolute;
    top: 9px;
}

#accesspoint-content .signature-accordion {
    margin-bottom: 0;
}

.save-sig-btn {
    -webkit-transition: width .6s ease;
    -moz-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

#dashboard-canvas-body .redo-container {
    position: relative;
    top: 9px;
    padding-bottom: 14px
}

.jSignature-signhere {
    position: absolute !important;
    top: auto;
    left: 0;
    min-width: 10px !important;
    max-width: 80px !important;
    width: 10% !important;
    border: none !important;
    padding: 0 !important;
    margin: 20px !important;
    box-shadow: 0 0 0 !important;
}

.undo-button-new {
    position: relative;
    left: 0 !important;
    top: -15px;
}

.no-hdr #UserSignature .undo-button-new {
   top: 0;
}

#careers #content {
    background: #FFF;
    overflow: hidden;
    margin: auto;
    margin: 0;
}
.account-undo-stroke .undo-button-new {
    top: 10px;
}

.no-hdr #UserSignature .undo-button-new {
   top: 0;
}

.uk-form-horizontal .uk-form-label {
    max-width: 100%;
    margin-top: 3px;
}

#PersonSignature .undo-button-new, #divRepSignature .undo-button-new, .signature_box .undo-button-new  {
    position: relative;
    left: calc(50% - 67px) !important;
    top: -17px;
}

.modal-content #divPersonSignature > [class^='uk-width'],.modal-content #divRepSignature > [class^='uk-width'] {
    width: 100% !important;
}

@media screen and (max-width: 960px) {

    #PersonSignature .undo-button-new, .signature_box .undo-button-new {
        position: relative;
        left: calc(100% - 125px) !important;
        bottom: 10px;
        top: auto;
        right: 0;
        margin-left: 10px;
    }

    .sig-in-attachment #PersonSignature .undo-button-new, .sig-in-attachment .signature_box .undo-button-new {
        position: relative;
        left: calc(100% - 125px) !important;
        bottom: -20px;
        top: auto;
        right: 0;
        margin-left: 10px;
    }
}

#SavedSignature {
    padding-bottom: 5px;
}

.jSignature {
    height: auto !important;
}

.custom-sig-sidebyside td {
    padding: 5px 10px 5px 0;
}

.custom-sig-sidebyside .sig-margin-locator .uk-width-small-2-3,.custom-sig-sidebyside .sig-margin-locator .uk-width-small-1-3 {
    width: 100% !important;
}
.custom-sig-sidebyside .thanks.sig-signed { margin-bottom: 5px; }
.custom-sig-sidebyside .uk-width-medium-2-5.sig-modal {
    width: 75% !important;
}

@media screen and (max-width: 480px) {
    .no-hdr #UserSignature .undo-button-new {
       top: -27px;
    }

    .no-hdr #UserSignature > div {
        text-align: center;
    }

    #PersonSignature .undo-button-new, .signature_box .undo-button-new {
        position: absolute;
        right: 0;
        left: auto !important;
        bottom: 100%;
        float: right;
        margin-top: -35px;
    }

    .sig-in-attachment #PersonSignature .undo-button-new, .sig-in-attachment .signature_box .undo-button-new, #UserSignature .undo-button-new {
        position: relative;
        left: auto !important;
        /* bottom: 100%; */
        float: right;
        border-width: 1px 1px 0;
        top: -16px;
        /* margin-top: -35px; */
        border-color: #999;
    }
    #UserSignature .undo-button-new {
        top: -85px;
        border-color: rgba(200, 200, 200, 1);
    }
}

/******************************* END Signature Area Styles ******************************/

/**************************** END US#6803 ******************************/

/*************************** US#8151 ************************************/

.login-divider-left {
    /*border: 1px solid rgba(137, 137, 137, 0.7) !important;*/
    margin:12px 0px 0px 25px !important;
}

.login-divider-right {
    /*border: 1px solid rgba(137, 137, 137, 0.7) !important;*/
    margin:12px 0px 0px 0px !important;
}

/*************************** END US#8151 ************************************/

/*************************** START US#8360 ************************************/
.question-display-boxes {
    position: relative;
    bottom: auto;
    padding: 6px 5px 5px 10px;
    margin: 5px 0 0;
}
.question-display-container, .question-display-container.question-display-boxes {
    min-height: 30px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-radius: 4px;
    padding: 8px 10px 5px;
    background-color: rgba(255,255,255, 1);
    position: relative;
/*    margin-bottom: 5px;*/
}
.question-display-container + .uk-panel-box {
    border-radius: 0 0 4px 4px;
    margin-top: -4px;
    border: 1px solid #CCC;
}

.slick-gridmenu {
    min-width: 240px !important;
}

.slick-gridmenu .uk-icon-small {
    font-size: 14px;
}
.onoffswitch-text {
    line-height: 17px;
    min-width: 80px;
}
.edit-preview-tgl:checked + .file-edit + .edit-preview,.edit-preview-tgl:not(:checked) + .file-edit
{
    width: auto;
    opacity: 1;
}
.edit-preview-tgl:not(:checked) + .file-edit + .edit-preview,.edit-preview-tgl:checked + .file-edit
{
    width: 0;
    opacity: 0;
    font-size: 0;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    height: 0;
    overflow: hidden;
}
.edit-preview .file-preview-edit:hover {
    color: #999;
}
.uk-button-group>label.uk-button.uk-button-success,.uk-button-group>label.uk-button.uk-button-success.uk-active {
    background: #2aba36 !important;
    color: #FFF !important;
    border-bottom: 0px solid transparent !important;
}
.uk-button-group>label.uk-button.uk-button-success:hover,.uk-button-group>label.uk-button.uk-button-success:hover.uk-active {
    background: #8fce48 !important;
}
label.uk-button.uk-button-succes:hover {
    color: rgba(255,255,255,0.8);
}
.edit-preview .uk-button-group>label.uk-active:not(.uk-button-success), .edit-preview .uk-button-group>label.uk-button.uk-active:not(.uk-button-success) {
    border-bottom: 1px solid #999 !important;
    height: 26px;
    background: #e5e5e5 !important;
    color: #999 !important;
    text-shadow: 0 1px 0 #999!important;
}
.grid-add-panel {
    display: grid;
    grid-template-columns: 1fr 1fr 30px;
    grid-column-gap: 10px;
}

.grid-add-panel2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 30px;
    grid-column-gap: 10px;
}

.grid-add-panel3 {
    display: grid;
    grid-template-columns: 1fr 30px;
    grid-column-gap: 10px;
}
.grid-add-panel-sm {
    display: grid;
    grid-template-columns: 1fr 2fr 30px;
    grid-column-gap: 10px;
}

.uk-panel-teaser.fa-panel-teaser,.uk-card-header.fa-panel-teaser {
    background: #CCC;
    padding: 5px 10px;
}

.uk-panel-teaser.fa-tr-panel-teaser {
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px 10px;
}

#searchFieldSection > input#txtSearch,
#fltSearchComplianceAssociate,
#fltSearchComplianceCandidate {
    height: 18px !important;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.navbar .nav>li.logo img {
    padding: 5px 0;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
}

/*************************** END US#8360 ************************************/

table.dataTable thead tr th.sorting {
    border-right: 1px solid #DDD;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-left: 10px;
}
table.dataTable thead .sorting::after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 11px;
    float: right;
    margin-left: 5px;
    color: #ccc;
    margin-right: -10px;
}
table.dataTable thead .sorting_asc:before {
    content: "\f0d8";
    font-family: FontAwesome;
    font-size: 11px;
    float: right;
    margin-left: 5px;
    color: #444;
    width: 7px;
}
table.dataTable thead .sorting_desc:before {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 11px;
    float: right;
    margin-left: 5px;
    color: #444;
    width: 7px;
}
.dataTables_scrollBody table.dataTable thead .sorting::after {
    display: none;
}

table.dataTable thead tr th.sorting {
    border-right: 1px solid #DDD;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-left: 10px;
}

table.dataTable thead .sorting::after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 11px;
    float: right;
    margin-left: 5px;
    color: #ccc;
    margin-right: -10px;
}

table.dataTable thead .sorting:before,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:before {
    display:none !important;
}

.dataTables_scrollBody table.dataTable thead .sorting::after,.dataTables_scrollBody table.dataTable thead .sorting_asc::after,.dataTables_scrollBody table.dataTable thead .sorting_desc::after {
    display: none;
}

/*.gateway-color-column:after,.gateway-color-column:before {
    margin-right: 15px !important;
}*/
table.dataTable thead .sorting_asc:after {content:"\f0d8";font-family:FontAwesome;font-size:11px;float:right;margin-left:5px;color:#444;width:7px}
table.dataTable thead .sorting_desc:after {content:"\f0d7";font-family:FontAwesome;font-size:11px;float:right;margin-left:5px;color:#444;width:7px}
.cc-vertical-align-column {
    vertical-align: middle !important;
    padding: 0px 15px 0 10px !important;
}
td.cc-vertical-align-column {
    vertical-align: middle !important;
    padding: 0px 7px !important;
}

/**************************** US#8468 ******************************/

.legend-pop:hover {
    cursor: pointer;
    color: #000;
}
.legend-pop .legend-details {
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.legend-pop:hover .legend-details {
    opacity: 1;
}

/**************************** END US#8468 ******************************/

/*************  8718 *****************/

#careers .post-items > strong {
    color: #666 !important;
}
#careers .careers-icon {
    color: #666 !important;
}
#welcome-side-position {
    padding: 18px;
    text-align: left;
    overflow-y: auto;
    height: 50%;
    /*border-bottom: 1px solid #ccc;*/
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
#welcome-side-slide em {
    color: #fff;
}
#welcome-side-position::-webkit-scrollbar {
    display: none;
}
/** ADJUST COLORS TO BE WCAG COMPLIANT **/
#RegistrationForm .uk-button-link, #RegistrationForm .uk-text-success {
    color: #4A7729 !important;
}
#RegistrationForm .uk-text-success-wcag {
    color: #4A7729 !important;
    font-size: 18pt;
}
#RegistrationForm .uk-text-danger {
    color: #C01F24 !important;
}

#passwordSuccessContainer {
    background: #fff;
}
#RegistrationForm .uk-notify-message-success {
   /*background: #f2fae3;*/
   color: #4A7729;
}
.welcomeMessagePosition p {
    margin-top: 0;
}
/*** WALMART LOGIN PAGE ***/
.LoginPage input::placeholder  {
    color: #737373;
}
.LoginPage label.error:empty, .datefield-container label.error:empty {
    color: #C01F24 !important;
}

/**************************** US#8718 WALMART WCAG COMPLIANCE ******************************/
/**************************** US#8688 ******************************/

.undelete-modal {
    min-height: 100%;
}
.undelete-modal .uk-modal-header {
    margin: 0px -3px;
    background-size: cover;
}
.undelete-modal #frmDocument {
    padding: 10px 25px;
    max-width: 100%;
    width: 1200px;
    margin: auto !important;
}

.undelete-modal #frmDocument .uk-overflow-container {
    overflow:hidden !important;
}
.undelete-modal #completion.uk-height-1-1,.undelete-modal #completion .uk-height-1-1 {
    height: auto !important;
}
.undelete-modal .uk-modal-footer {
    display: none;
}
.webui-popover-content iframe .topbox-connect {
    margin-left: 15px !important;
}
.webui-popover-content iframe .topbox-connect:before {
    display: none !important;
}

/**************************** END US#8688 ******************************/
/**************************** 8331 *************************************/
/*@media (max-width: 480px) {*/
    /*.custom-textfield-outlined, .custom-select-outlined, .select2-container {
        margin-bottom: 8px !important;
    }*/
    /*.uk-grid [class*='@m']:not(:first-child),
    .uk-grid [class*='@s']:not(:first-child),
    .uk-grid [class*='@l']:not(:first-child),
    .uk-grid > [class^='uk-width-small']:not(:first-child),
    .uk-grid > [class^='uk-width-medium']:not(:first-child),
    .uk-grid > [class^='uk-width-large']:not(:first-child)*/

  /*  {
        margin-top: 8px !important;
    }
}*/
/*********************** POST MERGE 8331-8360 PRODUCTION *****************/
/*** CAREERS PAGE UPLOADER ***/
.quickAppContainer .upload-box {
    color: #67676B;
    width: 100%;
    background: transparent;
    /* border: 2px dashed #CCC; */
    padding: 10px;
    border: none !important;
    min-height: 85px;
}
.quickAppContainer .quick-app-form-container .bulk-upload-box {
    position: relative;
    border: none !important;
    padding: 10px;
    background-color: #f3f3f3;
}
.quickAppContainer .bulk-upload-box .upload_dropzone .icon-upload-container {
    z-index: -1;
}
.quickAppContainer .uk-panel.uk-panel-space.qa-upload-pad {
    padding: 5px 0 5px 0 !important;
}
/*** CAREERS PAGE ERROR ***/
label.qa-upload-error:empty {
    background: none !important;
}
label.qa-upload-error.error {
    position: relative;
    text-align: center;
    background: #FFF;
    right: 0;
    padding: 3px;
    z-index: 9;
    display: block;
    font-size: 1rem;
}
/*** COMPLIANCE PAGE ***/
.complainceDashboard .quickLinkSpace, .analyticsPage .quickLinkSpace  {
  margin-left:60px;
  padding-right:60px;
}
#dashboardProfileSection .uk-icon-map-marker {
    font-size: 24px;
    /*padding-right: 8px;*/
}
.uk-text-truncate {
    white-space: nowrap !important;
}
#phonescreen .custom-select-alt .select2-container .select2-chosen  {
    padding: 0px;
}
/*********************** END POST MERGE 8331-8360 PRODUCTION *****************/
/********** 9019 *********/
.command-center-table-panel {
    margin-top: 0;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.command-center-table-panel.bulkmove-extrarow {
    margin-top: 40px;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.bulkmove-header-extrarow {
    margin: 8px -20px;
    background-color: #ffffff;
    border-top: 1px dashed #cccccc;
    padding: 7px 20px;
    border-bottom: 1px solid #82868d!important;
}
.uk-panel-space.section-head {
    padding: 6px 20px 6px 20px!important;
    border-bottom: 1px solid #82868d!important;
}

/********** END 9019 *********/
