﻿.jobResults {
    padding: 0 3px;
    margin: 15px 0 10px;
}
.jobFiltersSection {
    width: 100%;
    background-color: #777;
    color: #fff;
}
.jobFiltersSection h1 {
    font-weight: 600;
    font-size: 14px;
}
.jobFiltersSection .header {
    background-color: #555555;
    padding: 7px;
    cursor: pointer;
}
.filterContainer {
    display: none;
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
}
.filterContainer h1 {
    font-size: 1.1em; 
    font-weight: bold;
     margin: 0;
}
.filterContainer > div {
    padding: 10px;
}
.filterContainer > div div.fieldline { 
    float: left; 
    margin-right: 5px; 
    position: relative; 
    height:20px; 
    vertical-align:bottom; 
}
.filterContainer_expanded {
    display: block;
}
.closedToggleIndicator:before {
    float: left;
    font-family: 'footable';
    font-size: 1.3em;
    color: #fff;
    content: "\e000";
}
.openToggleIndicator:before {
    content: "\e001"
}
.filterContainer .dxeTextBoxSys,.filterContainer .dxeButtonEditSys {
    width: 100%; /* set all DevEx filters to full width */
}
.filterContainer .dxeListBoxItem_DevEx {
    font-size: 14px; /* override default option list font size */
}
.filterContainer h1 {
    font-weight: bold;
}
.filterContainer .dynamicList {
    background-color: #fff;
    color: #000;
    font-size: 14px;
}
.gridJobResults {
    margin-bottom: 10px;
    border-top: none;
}
.gridJobResults tr td {
    background-color: #fafafa;
}
.gridJobResults tr.footable-row-detail td {
    background-color: #eee;
}

.footable > thead > tr > th, .footable > thead > tr > td {
    background-color: #232C31;
    background-image: none;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
}
.footable > tbody > tr > td {
    border-left: none;
    border-right: none;
    border-bottom-color: #ddd;
}
.footable > thead > tr:first-child > th.footable-first-column, .footable > thead > tr:first-child > td.footable-first-column,
.footable > thead > tr:first-child > th.footable-last-column, .footable > thead > tr:first-child > td.footable-last-column {
    border-radius: 0;
}

@media screen and (min-width: 900px ) {
    .jobFiltersSection {
        /*position: absolute;
        left: 0;*/
        float: left;
        width: 250px;
        background-color: #FAFAFA;
        color: #555;
    }
    .jobFiltersSection .closedToggleIndicator {
        display: none;
    }
    .jobFiltersSection .header {
        cursor: default;
        background-color: #232C31;
        color: #fff;
    }
    .filterArea {
        border: 1px solid #CCCCCC;
        border-top: none;
        border-left: none;
        box-sizing: border-box;
    }
    .filterContainer {
        display: block;
    }
    .filterContainer h1 {
        font-size: 1em;
    }
    .filterContainer .dynamicList {
        font-size: 1em;
    }
    .filterContainer .dxeListBoxItem_DevEx {
        font-size: 1em; /* override default option list font size */
    }
    .jobResults {
        padding-left: 260px;
    }
}





/* Older styles*/

.jobLoginForm
{
    background: #F9DD5C url('../images/yellowbanner.jpg');
    background-size: 100% auto;
    border: 2px solid #aaa;
    border-top: none;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 20px;
    overflow: auto;
}
.jobLoginForm div.warning
{
    font-weight: bold;
    margin: 10px 0;
    text-align: center;   
}
.jobLoginForm div.fields
{
    width: 300px;
    margin: 0 auto;
}
.jobLoginForm div.fields > div
{
    margin: 3px 40px 3px 0;
    text-align: right;
}
.jobLoginForm div.jobLoginMsg
{
    text-align: center;
    color: Red;
    margin-top: 5px;
}
.jobLoginForm div.fields > div.actions
{
    margin: 3px 40px 0 40px;
    text-align: left;
    line-height: 1.5em;
}
.jobLoginForm div.fields > div.actions button
{
    float: right;
}

.jobAppResults {
    border: 1px solid #000;
    padding: 20px;
    overflow: auto;
    text-align: center;
    font-size: 18px;
    background-size: 100% auto;
}
div.success
{
    background: #A1FF89;
}
div.duplicate
{
    background: #F9DD5C;
}
div.fail
{
    background: #D6260E;
}
div.missingRequiredResume {
    background: #F9DD5C
}

div.editForm > div 
{
    padding: 5px 0;   
}

/* create account page selector styles */
ol.pageSelector
{
    padding: 0;   
}
ol.pageSelector li
{
    list-style: none;
    margin-bottom: 2px;
    padding: 5px 5px 5px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-right: none;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    color: #aaa;
}
ol.pageSelector li.selected
{
    font-weight: bold;
    background-color: #666666;
    color: #fff;
}

/* create account page styles */
div.editForm fieldset.createAccount
{
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #aaa;
    background-color: #eaeaea;
}
div#createAccountFrame div.pagerPane
{
    display: table-cell; 
    height: 100%; 
    width: 120px; 
    background-color: #EAEAEA; 
    border-right: 1px solid #888; 
    vertical-align: top; 
    padding-top: 10px;   
}

/* Job Detail panel */
div.jobDetailPanel {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid #555;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}
div.jobDetailPanel > .header {
    height: 45px;
}
div.jobDetailPanel > .body {
    height: 100%;
    overflow: auto;
}
div.jobDetailError {
    text-align: center;
    font-size: 1.3em;
}



/* Job Detail page */
div.jobDetailPage {
    padding: 0 10px;
}
div.jobDetailPage .header .applyButtons {
    text-align: left;
    clear: both;
    padding: 0 0 15px;
}
div.jobDetailPage .header .apply {
    font-size: 1.5em;
    background: #0971ce;
    color: #fff;
}
div.jobDetailPage .header .apply_Indeed_Button {
    display: inline-block;
    margin: 4px 0;
    vertical-align: top;
}
div.jobDetailPage .header .apply_Indeed_Spacer {
    display: inline-block;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: bold;
}
div.jobDetailPage .header .apply.dxbDisabled_DevEx {
    background: #7FBBEF;
}
    div.jobDetailPage .header .apply.dxbDisabled_DevEx img {
        display: none !important;
    }
div.jobDetailPage .header .apply .dx-vam {
    line-height: 150%; /*fixes text v-alignment*/
}
div.jobDetailPage .jobDetailContent {
    padding: 5px 10px;
}
div.jobDetailPage .jobPositionPopup {
    font-size: 1.1em;
}
div.jobDetailPage .jobPositionPopup .message {
    font-size: 1.2em;
    text-align: center;
}


div.jobDetailButtons
{
    width: 830px;
    margin: 25px auto;
}
div.jobDetails ul
{
    list-style: disc;
    padding: 10px 0 15px 30px;   
}
div.jobDetails ol
{
    list-style: decimal;
    padding: 10px 0 15px 30px;
}
div.jobDetails p
{
    padding: 10px 0;   
}
div.jobDetails h1,
div.jobDetails h2,
div.jobDetails h3,
div.jobDetails h4,
div.jobDetails h5
{
    font-weight: bold;   
}
#jobDetailPositionButtons 
{
    margin: 15px 0 10px;
}
#jobDetailPositionButtons label
{
    padding: 10px 0;
}

/* Questionnaire */
form#questionnaireForm
{
    padding-top: 10px;   
}
.questionnaireContainer
{
    margin: 15px 0;
    padding: 0;
    border: 1px solid #999;
    font-size: 1.2em;
}
.questionnaire
{
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
}
.questionnaire > div
{
    padding: 7px 10px;  
    vertical-align: top;
}
.questionnaire > div.sameGroup
{
    border-top: none;   
}
    .questionnaire > div:first-child {
        border-top: 1px solid #999;
        background-color: #d2d2d2;
    }
.questionnaire:first-child > div
{
    border-top: none;   
}
.questionnaireContainer input,
.questionnaireContainer select,
.questionnaireContainer textarea {
    font-size: 1.4em;
}
.noQuestionnaires
{
    text-align: center;
    margin: 10px 0;
}

/* Application History Panel */
div.appHistoryPanel {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index:999;
    background-color: transparent;
    min-width: 30px;
    display: none;
}
div.appHistoryPanel .dxgvControl_Metropolis {
    font-size: 14px;
}
div.appHistoryPanel .dxgvCSD {
    height: auto !important;
}
div.appHistoryPanel img#appHistoryPanelToggle {
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -25px;
    z-index: -1;
    cursor: pointer;
}
div.appHistoryPanel div.hideablePanel {
    display: none;
    width: 100%;
    height: 100%;
    max-width: 400px;
    background-color: #fff;
    border-left: 2px solid #555;
    overflow: auto;
}
div.appHistoryPanel .closeButton,
div.appHistoryPanel .reloadButton {
    float: right;
    margin: 6px 10px 0;
    cursor: pointer;
}
div.appHistoryPanel div.hideablePanel div.title {
    padding: 5px;
    font-weight: 500;
    font-size: 1.4em;
    color: #555;
    background-color: #f0f0f0;
    line-height: 1.5em;
  
}
.gridApplications {
    background-color: #fff;
}