﻿ /*! 4/18/2020 - KL */


.navbar-center {
    float: right !important;
    margin: 0 auto;
    text-align: center;
}

.bluebg {
    background-color: #368EDA;
}

.lightbluebg {
    background-color: #91B8DA;
}

.greenbg {
    background-color: #047940 !important;
}

.table-outsideborder {
    border: 1px solid #ddd !important;
    margin-bottom: 0px !important;
}

    .table-outsideborder > thead > tr > th,
    .table-outsideborder > thead > tr > td,
    .table-outsideborder > tbody > tr > th,
    .table-outsideborder > tbody > tr > td,
    .table-outsideborder > tfoot > tr > th,
    .table-outsideborder > tfoot > tr > td {
        padding: 10px 0px;
    }

    .table-outsideborder a:visited {
        color: #663366;
    }

.table-borderless {
    border: none;
    margin-bottom: 25px;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table .thead-lightgreen th {
    color: #495057;
    background-color: #c7e9d8;
    border-color: #dee2e6;
}


.table .thead-lightyellow th {
    color: #495057;
    background-color: #f8f8e6;
    border-color: #dee2e6;
}

.filter-box {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dee2e6;
    overflow: hidden;
    margin-bottom: 10px;
}

.filter-box-title gray {
    border: 1px solid #dee2e6;
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd;
}


.filter-box-title {
    padding: 5px;
    color: #FFF;
    background-color: #047940 !important;
    border-color: #dee2e6;
    font-weight: bold;
    /* color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd;*/
}

.panel-green panel-heading {
    color: #FFF;
    background-color: #047940 !important;
    border-color: #dee2e6;
    /* color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd;*/
}

.collapsible-header {
    cursor: pointer;
}

.filter-box-content {
    padding: 5px;
}

    .filter-box-content div, .checkbox-div {
        position: relative;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
    }

    .filter-box-content span label {
        margin-right: 14px;
    }

    .filter-box-content select {
        font-size: 14px;
    }

.filter-box-footer {
    background-color: #f60;
    text-align: center;
    color: #FFF;
}

.filter-box-content span, output {
    font-size: 14px;
}

.filter-box-content output {
    display: inline;
}

.checkbox-div input[type="checkbox"] ~ label {
    margin-left: 5px;
}

.filter-box-content input[type="checkbox"], .checkbox-div input[type="checkbox"] {
    position: absolute;
}

    .filter-box-content input[type="checkbox"] ~ label, .checkbox-div input[type="checkbox"] ~ label {
        padding-left: 1.4em;
        display: inline-block;
    }

.inactive-row, .inactive-row a {
    color: darkgray !important;
}

    .inactive-row a {
        font-weight: bold !important;
    }

.hiddencol {
    display: none;
}

.fishblue_bg {
    background-color: #add8e6;
}

.graybg {
    background-color: #f5f5f5;
}

.greenft {
    color: #047940;
}

.whiteft {
    color: #FFF;
}

.whitelk, .whitelk a:hover, .whitelk a:link {
    color: #FFF;
}

.blackft {
    color: #000;
}

.redft {
    color: red;
}

.redft2 {
    color: red;
}

.fared {
    color: #ff0000;
}

.fish_link {
    padding: 5px;
    color: black;
    font-weight: bold;
    border: 1px solid silver;
    background-color: #add8e6;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    text-align: center;
}

    .fish_link a {
        font-weight: normal;
        color: white;
    }

.black-link {
    color: black !important;
    text-decoration: none !important;
}

.title {
    margin-top: 0;
    color: #047940;
    font-weight: bold;
    font-size: 24px;
}

.rbl input[type="radio"] {
    margin-left: 10px;
}

.rbl label span {
    /*margin-left: 5px;*/
}

.rbl label {
    margin-left: 5px;
    display: inline-block;
}

.rounded-grid {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

    .rounded-grid tbody {
        border-top: 2px solid black;
    }

        .rounded-grid tbody tr, .rounded-grid tbody tr {
            border: 2px solid black;
            border-top: 1px solid black;
            border-bottom: 1px solid black;
        }

            .rounded-grid tbody tr:last-child {
                border-bottom: 3px solid black;
            }

.wrap {
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
}

.mr-grid th:not(:first-child) {
    text-align: right !important;
    /*border: 2px solid black;*/
}

.ResumeGridRow {
    border-left: 0px !important;
}

    .ResumeGridRow td {
        border-left: 0px !important;
        border-bottom: 1px solid #000000 !important;
        border-top: 1px solid #000000 !important;
    }

.ResumeGridStudentRow {
    background-color: #E2EFDA !important;
}

    .ResumeGridStudentRow td {
        background-color: #E2EFDA !important;
        border-left: 0px !important;
        border-bottom: 1px solid black !important;
        border-top: 1px solid black !important;
    }

.ResumeGridStudentRowNB td {
    background-color: #E2EFDA !important;
    border-left: 0px !important;
    border-bottom: 1px solid #ddd !important;
    border-top: 1px solid #ddd !important;
}

.ResumeGridStudentRow a {
}

    .ResumeGridStudentRow a:visited {
        color: #6A0099;
    }

.grid tr {
    border: 1px solid #047940;
    border: 1px solid black;
}

.grid a:visited {
    color: #6A0099 !important;
}

visited {
    color: #6A0099;
}

.resumeOpen a:visited {
    color: #6A0099 !important;
}

.top-pager {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.bottom-pager {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.top-pager, .bottom-pager {
    overflow: hidden;
    background-color: #F5F5F5;
    border: 1px solid #e3e3e3;
    padding: 2px;
    color: black;
    vertical-align: middle;
    border: 1px solid #ddd;
}

.margin-horizontal {
    margin-left: 10px;
    margin-right: 10px;
}

.find-me-first {
    background-color: red;
    padding: 5px;
    width: 125px;
    font-size: .75em;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.newresume {
    border: 1px solid #e3e3e3;
    width: inherit;
    padding: 10px;
    background-color: #f5f5f5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.resumebox {
    border: 3px solid #f60;
    width: inherit;
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.questionbox {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    color: white;
    background-color: #368EDA;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.login {
    background-color: #f5f5f5;
    padding: 10px;
    text-align: left;
    border: 1px solid #e3e3e3;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    max-width: 380px;
}

.form-control-lg {
    height: 38px;
    font-size: 17px !important;
    padding-left: 10px !important;
}

.form-control-md {
    height: 28px;
    font-size: 14px !important;
    padding-left: 7px !important;
}


.content {
}

    .content ul {
        list-style: unset;
    }

        .content ul li {
            margin-left: 25px;
        }

.column50 {
    width: 45%;
    float: left;
}

.textleft {
    text-align: left;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.text-vertical-center {
    vertical-align: middle;
}

.half {
    width: 50%;
}

.text9 {
    font-size: 0.563em;
}

.text10 {
    font-size: 0.625em;
}

.text11 {
    font-size: 0.688em;
}

.text12 {
    font-size: 0.75em;
}

.text13 {
    font-size: 0.813em;
}

.text14 {
    font-size: 0.875em;
}

.text15 {
    font-size: 0.938em;
}

.text16 {
    font-size: 1em;
}

.text17 {
    font-size: 1.063em;
}

.text18 {
    font-size: 1.125em;
}

.text19 {
    font-size: 1.188em;
}

.text20 {
    font-size: 1.25em;
}

.bold {
    font-weight: bold;
}

.italics {
    font-style: italic;
}

.bulleted-list {
    display: table;
    margin: 0 auto;
    list-style: disc !important;
    list-style: unset !important;
}

.allow-list ul {
    display: table;
    margin: 0 auto;
    list-style: disc !important;
    list-style: unset !important;
}

.fullwidth {
    width: auto;
    width: 100%;
}

.left {
    text-align: left !important;
}

.center {
    text-align: center !important;
}

.divcenter {
    margin-left: auto;
    margin-right: auto;
}

.right {
    text-align: right !important;
}

.rightnm {
    text-align: right;
}

.centerm-rightnm {
    text-align: right;
}

.underline {
    text-decoration: underline;
}

    .underline a:link {
        text-decoration: underline;
    }

    .underline a:hover {
        text-decoration: none;
    }


.redlink {
    color: red;
}

    .redlink a:link {
        color: #e10707
    }

    .redlink a:visited {
        color: #e10707
    }

    .redlink a:hover {
        color: #e10707
    }

.blacklink {
    color: #000;
}

    .blacklink a:link {
        color: #000;
    }

    .blacklink a:visited {
        color: #000;
    }

    .blacklink a:hover {
        color: #1e1e1e;
    }

.no-underline {
    text-decoration: none !important;
}

.st-margin {
    margin: 10px;
}

.st-top-margin {
    margin-top: 10px;
}

.st-left-margin {
    margin-left: 10px;
}

.st-right-margin {
    margin-right: 10px;
}

.st-bottom-margin {
    margin-bottom: 10px;
}

.st-vertical-margin {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sm-margin {
    margin: 5px;
}

.sm-top-margin {
    margin-top: 5px;
}

.sm-bottom-margin {
    margin-bottom: 5px;
}

.sm-right-margin {
    margin-right: 5px;
}

.sm-left-margin {
    margin-left: 5px;
}

.sm-vertical-margin {
    margin-top: 5px;
    margin-bottom: 5px;
}

.clear-fix {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

    .clear-fix:after {
        content: ".";
        clear: both;
        display: block;
        height: 0;
        visibility: hidden;
    }

.padding, .st-padding {
    padding: 10px;
}

.st-left-padding {
    padding-left: 10px;
}

.st-right-padding {
    padding-right: 10px;
}

.sm-padding {
    padding: 5px;
}

.sm-right-padding {
    padding-right: 5px;
}

.grid-pager table {
    border-collapse: separate;
    border-spacing: 2px;
}

    .grid-pager table td span {
        font-weight: bold;
        font-size: 16px;
    }

.grid-sm-padding th, .grid-sm-padding td {
    padding: 5px 5px 5px 5px;
}

.groupheader td {
    background-color: #add8e6 !important;
    color: #123515 !important;
    padding: 5px 5px 5px 5px;
}

.paddingbottom {
    padding-bottom: 10px;
}

.st-vertical-padding {
    padding-top: 10px;
    padding-bottom: 10px;
}

.fish_link {
    padding: 5px;
    color: black;
    font-weight: bold;
    border: 1px solid silver;
    background-color: #add8e6;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    text-align: center;
}

    .fish_link a {
        font-weight: normal;
        color: white;
    }

.left-radius {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.right-radius {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.full-radius {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.nowrap {
    white-space: nowrap;
}

.horizontal {
    display: flex;
    padding: 5px;
    text-transform: uppercase;
    list-style: none;
}

    .horizontal li {
        padding: 5px;
    }

.paginationfaa {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .paginationfaa > li {
        display: inline;
    }

        .paginationfaa > li > a,
        .paginationfaa > li > span {
            position: relative;
            float: left;
            padding: 6px 12px !important;
            margin-left: -1px;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #ffffff !important;
            border: 1px solid #dddddd;
        }

        .paginationfaa > li:first-child > a,
        .paginationfaa > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .paginationfaa > li:last-child > a,
        .paginationfaa > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .paginationfaa > li > a:hover,
        .paginationfaa > li > span:hover,
        .paginationfaa > li > a:focus,
        .paginationfaa > li > span:focus {
            background-color: #eeeeee;
        }

    .paginationfaa > .active > a,
    .paginationfaa > .active > span,
    .paginationfaa > .active > a:hover,
    .paginationfaa > .active > span:hover,
    .paginationfaa > .active > a:focus,
    .paginationfaa > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }

    .paginationfaa > .disabled > span,
    .paginationfaa > .disabled > a,
    .paginationfaa > .disabled > a:hover,
    .paginationfaa > .disabled > a:focus {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
        border-color: #dddddd;
    }

.paginationfaa-lg > li > a,
.paginationfaa-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.paginationfaa-lg > li:first-child > a,
.paginationfaa-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.paginationfaa-lg > li:last-child > a,
.paginationfaa-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.paginationfaa-sm > li > a,
.paginationfaa-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.paginationfaa-sm > li:first-child > a,
.paginationfaa-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.paginationfaa-sm > li:last-child > a,
.paginationfaa-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#wrapper {
    padding: 10px;
    position: fixed;
    top: 50%;
    left: 42%;
    display: block;
    background-color: #047940;
    z-index: 99999999;
    width: 300px;
}

#updateProgressBox {
    border-width: 2px;
    border-style: outset;
    background-color: #047940;
    width: 300px;
    position: relative;
    margin-top: -170px;
    margin-left: -230px;
    border: 5px solid #222;
    display: block;
    padding: 10px;
    color: #FFF;
}

.updateProgressMessage {
    margin: 3px;
    font-family: Trebuchet MS;
    font-size: medium;
    vertical-align: middle;
    color: #FFF;
}

.AJAXAC_completionList {
    border: solid 1px #444444;
    margin: 0px !important;
    padding: 2px;
    height: 200px;
    background-color: White;
    overflow: auto;
    list-style-type: none;
    text-align: left;
}

.RadAutoCompleteBox .racTokenList {
    box-sizing: border-box;
    border-width: 0 !important;
    border-style: none !important;
}

.racTokenList {
    padding: 0 !important;
    min-height: 0 !important;
}

    .racTokenList input {
        width: 100% !important;
    }

.AJAXAC_completionList_cities,
.RadAutoCompleteBoxPopup,
.AJAXAC_completionList_ei {
    border: solid 1px #444444;
    margin: 0px !important;
    padding: 5px;
    background-color: White;
    overflow: auto;
    list-style-type: none;
    text-align: left;
    width: 250px !important;
    z-index: 120000 !important;
}

.AJAXAC_completionList_ei {
    width: 400px !important;
}

.RadAutoCompleteBoxPopup {
    margin-top: 10px !important;
}

.AJAXAC_listItem {
    color: #666666;
}

.AJAXAC_itemHighlighted,
.racItemHovered {
    background-color: Yellow;
    font-weight: bold;
    color: black;
}

/* Updated by KL - Review for removal */
.stdcheckbox {
    /*  display: inline !important;*/
    margin-right: 5px !important;
}

    .stdcheckbox input {
        /*    display: inline-grid;*/
        position: relative !important;
        margin-left: 0px !important;
        margin-top: 5px;
        margin-right: 5px;
        
    }

/* Updated by KL ; */
        .cb label {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    width: 90%;
}

.stdcheckbox label {
    /*display:inline-grid;
    margin-left:10px;*/
}

.radFocus {
    /*border-width: 1px!important;
    border-style: solid!important;
    border-color: rgba(102, 175, 233, 0.6)!important;*/
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup, .previewModalPopup {
    background-color: #FFF;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    font-family: helvetica, sans-serif;
    z-index: 999;
    max-height: 99vh;
    overflow-y: auto;
}

.close-red {
    padding: 3px;
    opacity: unset;
}

    .close-red a {
        color: red;
    }

.searchboxgrey {
    background-color: #f5f5f5;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-color: #e3e3e3;
    border-width: 1px;
    border-style: solid;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.invalid_field {
    border: 1px solid red;
}

.previewimg {
    /*max-width:500px;
    min-height: 750px;*/
}

.previewlogin {
    width: 500px;
}


.hotjob {
    background-color: #fff !important;
    border-color: #EAE9E9 !important;
    border-radius: 2px 4px 2px 4px;
    padding: 6px;
    box-shadow: 1px 1px 3px grey;
    margin: 2px;
}

    .hotjob:hover {
        background-color: #f5f5f5 !important;
    }

.hotjob2 {
    background-color: #fff !important;
    /*background-color: #f5f5f5 !important;*/
    border-color: #EAE9E9 !important;
    border-radius: 2px 4px 2px 4px;
    padding: 6px;
    box-shadow: 1px 1px 3px grey;
    margin: 2px;
}

    .hotjob2:hover {
        background-color: #f5f5f5 !important;
    }

.wellalljobs {
    background-color: #fff !important;
    border-color: #EAE9E9 !important;
    border-radius: 0px 0px 8px 4px;
    padding: 0px 10px 10px 10px;
}

.wellallads {
    background-color: #fff !important;
    border-color: #EAE9E9 !important;
    border-radius: 8px 4px 8px 4px;
    padding: 0px 10px 10px 10px;
}

.welljob {
    /*    background-color: #fff !important;
    border-color: #EAE9E9 !important;*/
    /*    border-radius: 4px 8px 8px 4px;*/
    padding: 10px;
    /*    box-shadow: 1px 1px 5px grey;*/
    border-bottom: 1px solid #f5f5f5;
}

    .welljob:hover {
        background-color: #f5f5f5;
    }

    .welljob a {
        color: #368EDA !important;
        font-weight: bold;
        font-size: 14px;
        font-family: Roboto, Arial, sans-serif !important;
    }


        .welljob a.company {
            color: #2f2f2f !important;
            font-weight: bold !important;
            font-size: 13px !important;
            font-family: Roboto, Arial, sans-serif !important;
            text-decoration: none !important;
        }

            .welljob a.company:hover {
                color: #2c2c2c !important;
                text-decoration: underline !important;
            }



    .welljob h4 {
        padding: 0px;
    }



@media only screen and (max-height: 750px) {
    .previewimg {
        min-height: unset;
    }


}

@media only screen and (max-width: 500px) {
    .previewimg {
        max-width: 100%;
    }

    .previewlogin {
        width: 100%;
    }
}


@media only screen and (max-height: 800px) {
    .modalPopup, .previewModalPopup {
        max-height: 800px;
        max-height: 98vh;
    }

    #wrapper {
        left: 25%;
    }

}

@media only screen and (max-height: 650px) {
    .modalPopup {
        max-height: 595px;
        max-height: 98vh;
    }

    /*.previewimg {
        max-height:640px;
        min-height: 640px;
    }*/
}

@media(max-height: 600px) {
    .modalPopup, .previewModalPopup {
        max-height: 545px;
        max-height: 95vh;
    }

    /*.previewimg {
        max-height:535px;
    }*/
}

@media (max-height: 550px) {
    .modalPopup, .previewModalPopup {
        max-height: 495px;
        max-height: 98vh;
    }

    /*.previewimg {
        max-height:490px;
    }*/
}

@media only screen and (max-height: 500px) {
    .modalPopup, .previewModalPopup {
        max-height: 445px;
        max-height: 95vh;
    }

    /*.previewimg {
        max-height:440px;
    }*/
}

@media only screen and (max-width: 500px) {
    #wrapper {
        left: 10%;
        width: 80%;
    }
}

@media (max-height: 450px) {
    .modalPopup, .previewModalPopup {
        max-height: 395px;
    }

    /*.previewimg {
        max-height:95%;
    }*/
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
    /*iPhone 6 */
    .modalPopup, .previewModalPopup {
        max-height: 90vh;
    }

    /*.previewimg {
        max-height:95%;
    }*/
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) {
    /*iPhone 6s */
    .modalPopup, .previewModalPopup {
        max-height: 90vh;
    }
}

.examplePopup {
    width: 550px;
}

@media (max-width: 550px) {
    .examplePopup {
        width: 100%;
    }

    .st-top-margin-mobile {
        margin-top: 10px;
    }






    .loading {
        font-size: 1em;
        border: 1px solid #000;
        padding: 5px;
        vertical-align: middle;
        display: none;
        position: fixed;
        z-index: 100001;
        background-color: #047940;
        color: #FFF;
        text-align: center;
        filter: alpha(opacity=100);
        opacity: 1;
        width: 300px;
        font-weight: bold;
    }

    .loading_background {
        background-color: Gray;
        filter: alpha(opacity=70);
        opacity: 0.7;
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0px;
        top: 0px;
        z-index: 10000;
    }

    .wizard {
        height: 60px;
        overflow: hidden;
        background: #eeeeee;
        text-align: left;
        padding: 0px 5px 0px 5px;
    }

    .wizard_steps {
        margin: 0;
        margin-left: auto;
        margin-right: auto;
    }

        .wizard_steps li {
            font-size: 14px;
            text-align: left;
            list-style-type: none;
            float: left;
            width: 30%;
            font-weight: normal;
            color: #878787;
            background-color: #eeeeee;
            height: 60px;
            padding: 12px 0px 0 15px;
        }

            .wizard_steps li div {
                font-size: 40px;
                float: left;
                line-height: 35px;
                padding-right: 3px;
            }

    li.wizard_step_active {
        color: #ffffff !important;
        background-color: #add8e6;
    }

    .wizard_steps .border {
        border-left: 0px solid #fff;
    }

    .wizard_steps .on {
        background: url('/assets/SiteImages/arrowon.png') no-repeat right;
        width: 15px;
        float: left;
        height: 60px;
        background-color: #eeeeee;
    }

    .wizard_steps .onon {
        background: url('/assets/SiteImages/arrowon.png') no-repeat right;
        width: 15px;
        float: left;
        height: 60px;
        background-color: #add8e6;
    }

    .wizard_steps .onprev {
        background: url('/assets/SiteImages/arrowoff.png') no-repeat right;
        width: 15px;
        float: left;
        height: 60px;
        background-color: #add8e6;
    }

    .wizard_steps .off {
        background: url('/assets/SiteImages/arrowoff.png') no-repeat right;
        width: 15px;
        float: left;
        height: 60px;
        background-color: #eeeeee;
    }

    .mostrecent {
        position: absolute;
        margin-left: 10px;
    }

    .mostrecent35 {
        float: right;
        margin-right: 10px;
    }

    .emailSearch {
        float: left;
    }

    .jobbanners {
        padding: 0;
    }

    .no-padding {
        padding: 0;
    }

    .apply-button {
        background-color: #D0210D !important;
        border: 1px solid #A8483D !important;
    }

        .apply-button:hover, .apply-button:focus {
            background-color: #A8483D !important;
            border: 1px solid #A8483D !important;
        }

        .apply-button[disabled] {
            background-color: #cccccc !important;
            border: 1px solid #cccccc !important;
            cursor: default !important;
            text-decoration: line-through;
        }

    a.apply-button {
        background-color: #D0210D !important;
        border: 1px solid #A8483D !important;
    }




    @media only screen and (max-width: 1090px) {
        .mostrecent {
            position: relative;
            margin-left: 0;
        }

        .mostrecent35 {
            float: none;
            margin-left: auto;
            margin-right: auto;
            clear: both;
        }

        .centerm-rightnm {
            text-align: center;
        }

        .modal {
            text-align: left !important;
            right: 15px;
            left: 15px;
        }
    }

    @media only screen and (max-width: 1023px) {
        .grid-border-override {
            /*border-right: 1px solid #000000;*/
            /* background-color: #000; /* border was leaving space of at header - background ends up looking like the border*/
        }

            .grid-border-override tr {
            }

        .modal {
            text-align: left !important;
            right: 15px;
            left: 15px;
        }
    }

    @media only screen and (max-width: 769px) {
        .emailSearch {
            /*float: none;*/
            margin-left: auto;
            margin-right: auto;
            clear: both;
        }

        .md-center {
            /*text-align: center !important;*/
        }

        .rightnm {
            text-align: center;
        }

        .fullmobile {
            width: 100%;
        }

        .md-left {
            text-align: left !important;
        }

        .modal {
            text-align: left !important;
            right: 15px;
            left: 15px;
        }
    }

    @media only screen and (max-width: 426px) {



        .wizard {
            /*padding:0px 5px 0px 5px;*/
        }

        .wizard_steps {
            margin-left: 0;
            margin-right: 0;
        }

            .wizard_steps li {
                font-size: 10px;
                width: 78px;
                padding: 12px 0px 0 7px;
            }

                .wizard_steps li div {
                    font-size: 30px;
                    line-height: 25px;
                }

        .modal {
            text-align: left !important;
            right: 35px;
            left: 15px;
            top: 50px;
        }
    }
}

.popular-packages {
    float: right;
    margin-top: -30px;
}

@media only screen and (max-width: 426px) {
    .popular-packages {
        float: none;
        margin-top: 10px;
    }
}

#preloadDisplay {
    display: block !important;
}
