﻿@import url('https://fonts.googleapis.com/css?family=Lato');

.candidate-name-color {
    line-height:50px;
    font-size:22px;
    color:#8EC741;
}

.candidate-name-company-color {
    color:#f2f2f2;
}

/* "Layout Page"
-----------------
*/
body {
    font-family:"Century Gothic", sans-serif;
}

.container-large {
    background-color: #2a793c;
    margin: 0px;
    padding: 0px;
    height: 52px;
}

.SubmitCVNotice{
	background-color: #f5f5f5;
	padding: 10px;
	border: 1px solid #ddd;
	font-size: 16px;
}

/* Menu Navigation 
-------------------
*/

#extNavContainerLarge{
    background-color: #2a793c;
	
}

/*#Layout-Image-Container{
   background-color: #095C2F;
	
}*/

.navbar {
    background-color: #2a793c;
    border-radius: 0px;
    height: 50px;
    z-index:10;
}

.navbar span {
    background-color: #fff;
}

.navbar a:hover {
    color: #fff;
    font-size: 16px;
    background-color: #095C2F !important;
}

.navbar a,
.navbar a:hover {
    font-size: 16px;
    color: #fff;
    outline: none;
}

.navbar a:active,
.navbar a:focus {
    background-color: #095C2F !important;
    font-size: 16px;
    color: #fff;
    outline: none;
}

.navbar .active {
    background-color: #095C2F !important;
}

.navbar .navbar-brand {
    font-size: 16px;
    color: #fff;
}

#myNavbar {
    background-color: #2a793c;
}

/* Footer 
-----------
*/

footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 50px;
    background-color: #257535;
    padding: 8px;
}

footer img {
    width: 150px;
}



/* Search Panel
---------------
*/

#AdvancedSearchPanel {
    border-radius:0px;
}

.panel-heading {
}

.panel-title {
 color:#0060AA;
}

.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;
    background-color: #59AD46;
    border-radius: 8px;
    font-size: 12px;
    outline: none;
}

.job-container-button:hover {
    color: #fff;
    background-color: #2a793c;
    border-radius: 8px;
    font-size: 12px;
    outline: none;
}

.job-container-button:active,
.job-container-button:focus {
    color: #fff;
    background-color: #2a793c;
    border-radius: 8px;
    font-size: 12px;
    outline: none;
}

.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:#0060AA;
}

.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: #0060AA;
    border-color: #0060AA;
    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: 22px;
    cursor:pointer;
    font-weight:300;
    color:#0060AA;
}

.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:#0060AA;
    color:#fff;
}

.jobdetails-labels {
    color:#2a793c;
}

#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: #2a793c;
    font-size: 26px;
    text-shadow: 1px 1px 0 #fff;
    text-transform: uppercase;

}

.dh-required,
.dh-required-fields {
    border-left: 3px solid #f00;
}

.spacing {
    margin-bottom:5px;
}

.candidate-controls {
    border-radius:0px;
}

/* File Upload Controls */

.kv-fileinput-caption {
    border-radius:0px !important;
}

.btn-file {
    background-color:#0060AA;
    border:1px solid #0060AA;
    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:#f00 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;
    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-color: #fff;
}