﻿

.candidate-name-color {
    line-height: 50px;
    font-size: 22px;
    color: #8EC741;
}

.candidate-name-company-color {
    color: #f2f2f2;
}

/* "Layout Page"
-----------------
*/
body {
    font-family: 'Gill Sans', sans-serif !important;
    font-size: 15px;
}

.container-large {
    background-color: #00203d;
    margin: 0px;
    padding: 0px;
    height: 52px;
}

#IframeBody .container-large {
    background-color: #fff;
}
/* Menu Navigation 
-------------------
*/
#Layout-Image-Container {
    background: linear-gradient(to bottom, #00101f 1%, #00203d 100%);
}

#extNavContainerLarge {
    background-color: #00203d !important;
    height: 52px;
}

.navbar {
    background-color: #00203d !important;
    border-radius: 0px;
    height: 50px;
    z-index: 10;
    text-transform: uppercase;
}

.navbar span {
    background-color: #fff;
}

.navbar a:hover {
    color: #fff;
    font-size: 14px;
    background-color: #132742 !important;
}

.navbar a,
.navbar a:hover {
    font-size: 13px;
    color: #fff;
    outline: none;
    font-weight: 600;
}

.navbar a:active,
.navbar a:focus {
    background-color: #132742 !important;
    font-size: 13px;
    color: #fff;
    outline: none;
}

.navbar .active {
    background-color: #132742 !important;
}

.navbar .navbar-brand {
    font-size: 13px;
    color: #fff;
}

#myNavbar {
    background-color: #00203d !important;
}

/* Footer 
-----------
*/

.SubmitCVNotice {
    border: 1px solid #ebebeb;
    padding: 5px;
}

footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 50px;
    background-color: #142741;
    padding: 8px;
}

    footer img {
        width: 150px;
    }



/* Search Panel
---------------
*/

#AdvancedSearchPanel {
    border-radius: 0px;
}

.panel-default > .panel-heading {
    background-image: linear-gradient(to bottom, #f8f9fa, #f1f3f5);
}

.panel-heading {
}

.panel-title {
    color: #132742;
}

.panel-title a {
    display: block;
    outline: none;
}

.panel-title a:hover,
.panel-title a:active,
.panel-title a:focus {
    display: block;
    outline: none;
    text-decoration: none;
}

.panel-body {
}

.panel-body label {
    font-weight: normal;
    font-size: 14px;
}

.input-group {
    border-radius: 0px !important;
}

.input-group-addon {
    border-radius: 0px !important;
}

.input-icon {
    width: 15px;
}


/* Page Content
----------------
*/

#content {
    padding-top: 20px;
    margin-bottom: 60px;
}


.job-container-button {
    color: #fff;
    font-weight: 600;
    background-color: #003767;
    border-radius: 0px;
    font-size: 12px;
    outline: none;
    text-transform: uppercase;
}

    .job-container-button:hover {
        color: #fff;
        font-weight: 600;
        background-color: #003767;
        border-radius: 0px;
        font-size: 12px;
        outline: none;
        text-transform: uppercase;
    }

    .job-container-button:active,
    .job-container-button:focus {
        color: #fff;
        font-weight: 600;
        background-color: #003767;
        border-radius: 0px;
        font-size: 12px;
        outline: none;
        text-transform: uppercase;
    }

.label {
    font-size: 14px;
}


/* Job container 
-----------------
*/

#JobSearchResultsContainer {
}

.pagination {
    margin: 0px 0px 10px 0px;
}

.page-selection > ul > li a,
.page-selection > ul > li a:hover {
    color: #132742;
}

.pagination > .active > a, .pagination > .active > a:focus, a:active, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #003767;
    border-color: #132742;
    color: #fff;
    cursor: default;
    z-index: 3;
    outline: none;
}


.pager-bottom {
    margin-bottom: 50px;
}

/* Job Results
---------------

*/

.paging-container > .panel > .panel-heading {
    margin: 0px;
    padding: 3px;
    color: #3a4a5b;
}

.JobTitleLabel {
    font-size: 20px;
    cursor: pointer;
    font-weight: 300;
    color: #132742;
}

.paging-container > .panel {
    border-radius: 0px;
}

    .paging-container > .panel > .panel-body {
        font-size: 14px;
        padding: 8px;
    }

    .paging-container > .panel > .panel-footer {
        margin: 0px;
        padding: 8px;
        line-height: 10px;
    }


#SearchResultJobActionRow {
    margin-top: 10px;
}

#SearchResultJobActionRowLeft {
    margin: 0px 0px;
}

#SearchResultJobActionRowright {
    margin: 0px 0px;
}

/* Job Details  Modal
-----------------------
*/

.close {
    color: rgba(255,255,255,1) !important;
}

#JobModal .modal-content {
    border-radius: 0px !important;
}

#JobDetailsModalContainer > .modal-header {
    margin: 0px;
    padding: 8px;
    font-size: 22px;
    background-color: #132742;
    color: #fff;
}

.jobdetails-labels {
    font-family: 'Gill Sans', sans-serif !important;
    color: rgb(0, 55, 103);
    font-size: 17px;
    text-transform: uppercase;
}

#JobDetailsModalContainer > .modal-footer {
    margin: 0px;
    padding: 8px;
}


/* AddThis Buttons
-------------------
*/
.at-icon-wrapper {
    line-height: 30px !important;
    width: 30px !important;
    height: 30px !important;
}

.at-icon {
    width: 28px !important;
    height: 28px !important;
}



/* Application Page
-------------------
*/

#CandidateDetailsContainer {
    background-color: #fff;
    margin-bottom: 80px;
}

    #CandidateDetailsContainer label {
        font-weight: normal;
    }

#ScreeningQuestionsContainer {
    background-color: #fff;
    margin-bottom: 80px;
}

    #ScreeningQuestionsContainer label {
        font-weight: normal;
    }

.question-controls {
    border-radius: 0px;
}

textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 60px;
    height: 60px;
    max-height: 200px;
}


/* Candidate Application Page */
/*(Please complete the following details to continue:)*/
.Candidate-Application-Main-Label {
    color: #132742;
    font-size: 32px;
}


.dh-required, .dh-required-fields {
    border-left: 3px solid #142741;
}

.spacing {
    margin-bottom: 5px;
}

.candidate-controls {
    border-radius: 0px;
}

/* File Upload Controls */

.kv-fileinput-caption {
    border-radius: 0px !important;
}

.btn-file {
    background-color: #003767;
    border: 1px solid #003767;
    border-radius: 0px;
}

/* Slider Checkboxes */
.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

    .material-switch > label::before {
        background: rgb(0, 0, 0);
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
        border-radius: 8px;
        content: '';
        height: 16px;
        margin-top: -8px;
        position: absolute;
        opacity: 0.3;
        transition: all 0.4s ease-in-out;
        width: 40px;
    }

    .material-switch > label::after {
        background: rgb(255, 255, 255);
        border-radius: 16px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        content: '';
        height: 24px;
        left: -4px;
        margin-top: -8px;
        position: absolute;
        top: -4px;
        transition: all 0.3s ease-in-out;
        width: 24px;
    }

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.validation-error {
    box-shadow: #142741 0px 0px 3px;
}



/* IFrame */

#IframeBody {
    border: none !important;
    padding: 0px;
    margin: 0px;
    background: none;
}

#iframe-content {
    padding: 0px;
    margin: 0px;
}


.iframe-panel {
    border: none;
    padding-bottom: 20px;
    border: none;
}

/* IFrame */
.iframe-panel-heading {
    background-color: #fff !important;
    background: none !important;
    border: none;
}

.iframe-panel-heading .JobTitleLabel {
    color: #566471;
    border: none;
    font-size: 22px;
    text-transform: none;
}

.iframe-job-details-heading {
    font-size: 28px;
    color: #003B68;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.iframe-content {
    width: 99%;
    padding: 10px;
    font-style: normal;
    font-weight: 300 !important;
    color: rgb(86, 100, 113);
    font-size: 15px;
}

.iframe-jobdetails-label {
    font-size: 20px !important;
}

.iframe-content .row {
    margin-bottom: 15px;
}

#iframe-referral-header {
    color: #003B68;
    font-weight: bold;
    margin-bottom: 20px;
}


.supplierlogobackground {
    background: linear-gradient(to bottom, #00101f 1%, #00203d 100%);
}

.modal-title {
    color: #fff;
}