/* colors:

dark red: #95111e
dark blue #154a77
darker blue #003a6f
light blue #d3d3fa
lighter blue #f7fafe
yellow: #ffe34f
dark yellow: #fdee88

*/

/* begin elements section */

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: .9em;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #3399FF;
}

label, td.label, td.labelNormalWrap {
    font-weight: bold;
    text-align: right;
    vertical-align: top;
}

td.label {
    white-space: nowrap;
}

td.topAlign {
    vertical-align: top;
}

label.labelAbove, td.labelAbove, div.labelAbove {
    font-weight: bold;
    vertical-align: top;
    margin-top: 2em;
}

label.labelAbove2, td.labelAbove2, div.labelAbove2 {
    font-weight: bold;
    vertical-align: top;
    padding-top: 1em;
}

label.redLabel {
    color: #95111e;
}

div.labelParenthetical {
    font-weight: normal;
    padding-top: 1em;
}

span.labelParenthetical {
    font-weight: normal;
}

textarea.textAreaBelow {
    margin: .3em 0em 1em 0em;
}

select.selectBelow, div.selectBelow {
    margin: .3em 0em 0em 0em;
}

div.selectBelow2 {
    padding: .5em 0em 2em 0em;
}

div.validatorBelow2 {
    padding: .5em 0em 1em 0em;
}

textarea.textAreaBelow2, select.selectBelow2 {
    margin: .5em 0em 2em 0em;
}

div.indented {
    margin-left: 20px;
}

input[type="text"], input[type="password"] {
    width: 250px;
    /*margin-bottom: 15px;
    margin-top: 2px;*/
}

    input[type="text"].longestTextBox, input[type="password"].longestTextBox {
        width: 500px;
    }

    input[type="text"].longerTextBox, input[type="password"].longerTextBox {
        width: 375px;
    }

    input[type="text"].shorterTextBox, input[type="password"].shorterTextBox {
        width: 150px;
    }

    input[type="text"].shorter2TextBox, input[type="password"].shorter2TextBox {
        width: 110px;
    }

    input[type="text"].miniTextBox, input[type="password"].miniTextBox {
        width: 80px;
    }

    input[type="text"].microTextBox, input[type="password"].microTextBox {
        width: 26px;
    }

div.submitButtonRow {
    margin: 2em 0em 1.5em 0em;
}

td.submitButtonRow {
    padding-top: 2em;
    padding-bottom: 1em;
}

div.newRecordButton {
    margin: 1em 0em 2em 0em;
}

textarea {
    width: 700px;
    margin-bottom: 15px;
    margin-top: 2px;
}

    textarea.smallerTextarea {
        width: 500px;
    }

    textarea.miniTextarea {
        width: 300px;
    }

    textarea.largeTextarea {
        width: 900px;
    }

/* end elements section */


/* begin buttons section */

a.buttonLinkYellow, a.buttonLinkGreen, a.buttonLinkOrange, a.buttonLinkYellowLarge, a.buttonLinkGreenLarge, a.buttonLinkOrangeLarge, a.buttonLinkBlue, a.buttonLinkBlueLarge {
    padding: 2px 5px 2px 5px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    white-space: nowrap;
}

a.buttonLinkYellowLarge, a.buttonLinkGreenLarge, a.buttonLinkOrangeLarge, a.buttonLinkBlueLarge {
    padding: 3px 15px 3px 15px;
    font-weight: 700;
    font-size: 1.1em;
}

a.buttonLinkYellow {
    color: Black;
    background-color: #fdee88;
    border-color: Black;
}

a.buttonLinkGreen, a.buttonLinkGreenLarge {
    background-color: #6CC828;
    color: #0F427A;
    border-color: #0F427A;
}

    a.buttonLinkGreen:hover, a.buttonLinkGreenLarge:hover {
        background-color: #92D562;
        text-decoration: none;
    }

a.buttonLinkYellow:hover {
    text-decoration: none;
    background-color: #ffe34f;
}

a.buttonLinkOrange, a.buttonLinkOrangeLarge {
    background-color: #E58F3F;
    color: #0F427A;
    border-color: #0F427A;
}

a.buttonLinkBlue {
    background-color: #13ADD9;
    border-color: #057CB5;
    color: #ECF9FD;
}

    a.buttonLinkBlue:hover, a.buttonLinkBlueLarge:hover {
        background-color: #61D0F1;
        text-decoration: none;
    }

a.buttonLinkOrange:hover, a.buttonLinkOrangeLarge:hover {
    background-color: #F6A458;
    text-decoration: none;
}

/* end buttons section */


/* begin misc section */

.clear {
    clear: both;
    height: .01em;
}

div.redHeading, td.redHeading {
    color: #95111e;
    font-weight: 700;
    font-size: 1.05em;
    padding: 5px 0px;
}

span.redHeading {
    color: #95111e;
    font-weight: 700;
    font-size: 1.05em;
    padding-right: 5px;
}

.blackHeading {
    font-weight: 700;
    font-size: 1.05em;
    padding: 5px 0px;
}

span.label {
    font-weight: 700;
    padding-right: 10px;
}

td.submitForm {
    padding-top: 20px;
    padding-bottom: 20px;
}

.lightBlue {
    background-color: #f7fafe;
}

.important, .moreImportant {
    color: #990000;
}

.moreImportant {
    font-weight: bold;
}

div.moreImportant {
    margin-bottom: 1.5em;
    margin-top: 1em;
    font-size: 1.1em;
}

#alert {
    text-align: center;
    color: #95111E;
    background-color: #ffe34f;
}

#alert2 {
    text-align: left;
    color: #95111E;
    background-color: #ffe34f;
}

div.insetPanel {
    border: 2px solid #154a77;
    padding: 4px;
    margin-bottom: 10px;
}

.contentPanel, .contentPanelWithProgress {
    border: 2px solid #003a6f;
    padding: 12px;
    background-color: #f7fafe;
}

.contentPanelWithProgress {
    border-top: none;
}

.controlsPanelAboveContent {
    background-color: #E4EEFC;
    border-bottom: none;
    padding-bottom: 20px;
    padding-top: 20px;
}

.controlsPanelAboveContentWithProgress {
    border-top: none;
}

div.message {
    padding: 20px 0 20px 0;
}

span.required {
    color: Red;
    padding: 0 5px 0 5px;
    font-size: .95em;
}

span.importantNote {
    color: #990000;
    font-size: .95em;
}

td.noteAbove, td.noteBelow, span.noteRight {
    color: #990000;
    font-size: .85em;
    padding: 15px 8px 4px 8px;
}

td.noteBelow {
    padding: 4px 8px 15px 8px;
}

span.noteRight {
    font-size: .9em;
    padding: 0 10px 0 10px;
}

div.importantNoteAbove {
    color: #990000;
    font-size: 1.1em;
    border: 2px dashed #990000;
    padding: 10px;
    margin-bottom: 30px;
}

div.importantNoteRight {
    color: #990000;
    padding-left: 20px;
}

.pageTitle {
    font-weight: 700;
    font-size: 1.4em;
    margin-bottom: 2em;
    display: block;
}

/* end misc section */


/* begin navigation section */

table.tabs {
    border-spacing: 0;
}

div#topNavBar {
    margin-top: 20px;
    margin-bottom: 25px;
}

#topNavBar ul {
    background-color: #154a77;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
}

#topNavBar li {
    text-align: center;
    display: inline-block;
    border-right: 2px solid white;
    margin: 0px;
    line-height: 26px;
    font-size: 1.05em;
    float: left;
}

* html #topNavBar li {
    display: inline;
}
/* for IE 6 */
* + html #topNavBar li {
    display: inline;
}
/* for IE 7 */

#topNavBar a {
    color: White;
    font-weight: 700;
    padding: 4px 10px 5px 10px;
}

@-moz-document url-prefix() {
    #topNavBar a {
        padding: 4px 10px 4px 10px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #topNavBar a {
        padding: 4px 10px 5px 10px;
    }
}

#topNavBar a:hover {
    text-decoration: none;
    background-color: #ffe34f;
    color: Black;
}

#logoLink {
    margin: 8px 0px 20px 0px;
    background-color: Silver;
}

#welcomeUser {
    text-align: right;
    color: #436f92;
    margin-bottom: 1em;
    float: right;
}

#welcomeUser span {
    display: block;
}

div.tabs {
    margin-bottom: 3px;
}

div.tabProgress {
    height: 35px;
    border: 2px solid #003a6f;
    background-color: #f7fafe;
    border-bottom: none;
    visibility: hidden;
}

div.tabs a {
    background-color: #527DAC;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 5px 8px 5px 8px;
    color: White;
    font-weight: bold;
    font-size: .9em;
}

div.tabProgress div {
    padding: 7px 0px 5px 0px;
    text-align: center;
    float: left;
    margin-right: 4px;
}

div.tabs a:hover, div.tabs a.tabsActive {
    background-color: #154A77;
    text-decoration: none;
}

/* end navigation section */


/* begin login page section */

#loginLabel {
    background-color: #154a77;
    color: White;
    font-weight: 700;
    padding: 5px 15px;
    font-size: 1.05em;
}

#container {
    padding-top: 15px;
}

#columnLeft {
    float: left;
    width: 45%;
    background-color: #f7fafe;
}

#columnRight {
    float: right;
    width: 45%;
}

#columnLeftInner {
    padding: 10px;
}

#register {
    padding: 20px 0px;
}
/* end login page section */

p.jobsList {
    font-weight: 700;
}

/* begin search panel section */

#searchPanel {
    padding-top: 20px;
}

table.searchPanel {
    border-collapse: collapse;
}

table.searchPanel td {
    padding-bottom: 25px;
    vertical-align: top;
}

table.searchPanel td:nth-of-type(2) {
    padding-left: 25px;
    padding-right: 25px;
}

.saveSearchNameLabel {
    padding-left: 20px;
}

#keywordsTextBox {
    width: 250px;
}

/* end search panel section */


/* begin dashboard section */

td.dashboardButton {
    padding: 10px 0px 5px 2px;
}

td.dashboardInfo {
    font-weight: 700;
}

/* end dashboard section */


/* begin profiles section */

div.appPreviewHeading {
    font-weight: 700;
    font-size: 1.2em;
    padding: 6px 0px;
    width: 700px;
    border-bottom: 1px solid black;
    color: #95111e;
    margin: 15px 0px 10px 0px;
}

div.ckOutput {
    font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
}

div.ckOutput p {
    font-size: 13px;
    line-height: 1.6em;
}

div.ckOutput h1, div.ckOutput h2, div.ckOutput h3, div.ckOutput h4, div.ckOutput h5, div.ckOutput h6 {
    font-weight: normal;
    line-height: 1.2em;
}

div.ckOutput h1 {
    font-size: 2em;
}

div.ckOutput h2 {
    font-size: 1.5em;
}

div.ckOutput h3 {
    font-size: 1.17em;
}

/* end profiles section */

span.inlineDatum {
    padding-right: 20px;
    width: 200px;
}

div.profilePageSectionLabel {
    font-size: 1.2em;
    font-weight: bold;
    width: 80%;
    border-bottom: 1px solid #C0C0C0;
    margin: 1em 0em 0em 0em;
    padding-bottom: .2em;
    color: #95111e;
}

div.errorMessage {
    color: Red !important;
    margin-bottom: 1em;
}

table.results {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
}

table.results td, table.results th {
    border-top: 1px solid black;
    padding: 3px;
    margin: 0;
    text-align: left;
    vertical-align: top;
}

table.results tr:hover {
    background-color: #EBF4FC;
}

table.results a:hover {
    text-decoration: none;
}

table.results tr:last-of-type td {
    border-bottom: 1px solid black;
}

table.results td.commandButtonCell1, table.results th.commandButtonCell1 {
    width: 40px;
    text-align: center;
}

table.results td.partnerImg, table.results th.partnerImg {
    width: 180px;
    text-align: center;
}

table.results td.vacancyNum, table.results th.vacancyNum {
    width: 20px;
    text-align: left;
    padding-left: 8px;
    padding-right: 8px;
    white-space: nowrap;
}

table.results td.jobIsOpen, table.results th.jobIsOpen {
    width: 20px;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
}

table.results td.jobTitle, table.results th.jobTitle, 
table.results td.searchName, table.results th.searchName,
table.results td.keywords, table.results th.keywords,
table.results td.categories, table.results th.categories,
table.results td.partners, table.results th.partners {
    padding-left: 8px;
    padding-right: 8px;
}

table.results td.alert, table.results th.alert {
    padding-left: 4px;
    text-align: center;
    white-space: nowrap;
}

table.results td.department, table.results th.department {
    width: 190px;
}

table.results td.openDate, table.results th.openDate, table.results td.closeDate, table.results th.closeDate, table.results th.applicationDate, table.results td.applicationDate, table.results th.applicationNumber, table.results td.applicationNumber {
    padding-left: 15px;
    padding-right: 10px;
    text-align: right;
    width: 80px;
    white-space: nowrap;
}

table.results th.nameName, table.results th.nameLast {
    width: 20px;
    padding-right: 0px;
}

table.results th.nameName, table.results th.nameLast, table.results th.nameFirst {
    width: 20px;
    padding-right: 0px;
}

table.results th.nameComma {
    padding-left: 0px;
    padding-right: 0px;
    width: 2px;
}

table.results th.nameParen, table.results th.vacancySlash {
    padding-left: 0px;
    padding-right: 8px;
}

table.results th.vacancySlash {
    width: 2px;
}

table.results th.vacancySlash {
    padding-right: 0px;
}

table.results th.emailAddress {
    /*width: 100px;*/
}

table.results th.vacancyNumPart {
    width: 50px;
}

table.results th {
    white-space: nowrap;
    background-color: #EBF4FC;
    text-align: left;
}

table.results th.activeSortColumnHeader {
    border-left: 3px solid Orange;
    border-right: 3px solid Orange;
    background-color: White;
}

table.results th.revisionCount, table.results td.revisionCount {
    width: 20px;
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
}

table.results th.applicantQueueCommand, table.results td.applicantQueueCommand {
    width: 180px;
    text-align: center;
}

table.results th.selectionCheck, table.results td.selectionCheck {
    width: 50px;
    text-align: center;
}

table.appHistory {
    width: inherit;
}

table.appHistory th, table.appHistory td {
    padding: 6px;
    margin: 0;
    border: 1px solid black;
}

table.jobsListPublic td {
    vertical-align: middle;
}

div.form-error {
    color: red;
}

input[type='text'].error {
    background-color: #FFE8E8;
    border: 2px dashed red;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    border: 2px solid green;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error,
.objErrorInput {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 2px dashed red !important;
}

.objErrorMsg {
    color: #B94A48;
    background-color: white;
    border: 2px solid red;
    padding: 2px 8px;
    border-radius: 5px;
    margin-left: 6px;
}

div.objErrorMsg {
    display: inline-block;
    margin: 15px 0;
}

.parsley-errors-list {
    margin: 2px 0 3px 0;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    height: 0.9em;
    visibility: hidden;
    padding: 1px 6px;
    border: 2px solid red;
    border-radius: 4px;
    color: red;
}

.parsley-errors-list.filled {
    visibility: visible;
}

.parsley-required {
}

.validationErrorRight {
    margin-left: 8px;
}

ul.validationErrorSummary {
    padding-left: 15px;
}

div.validationErrorSummaryHeader {
    margin-bottom: 20px;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-size: .9em;
}
.ui-widget {
    font-size: .9em;
}

.ui-widget-content a {
    color: #0066CC;
}

.ui-widget-content a:visited {
    color: #3399ff;
}

div#emailSendApplicantSelectionError {
    height: 0.9em;
}

#ajaxLoading {
    position: fixed;
    top: 0px;
    height: 1.7em;
    line-height: 1.7em;
    margin-left: 50%;
    padding-top: 5px;
    font-size: 1.15em;
    font-weight: bold;
    color: #353535;
    border: 1px #353535 solid;
    border-top: none;
    border-radius: 0px 0px 6px 6px;
    padding: 5px 10px;
    background-color: #f3f3f3;
    display: none;
}


#ajaxLoading.timeout {
    border-color: red;
    background-color: #F2DEDE;
}

#ajaxLoading.timeout span, #ajaxLoading.timeout input {
    margin-right: 1.5em;
}

table.results tr.selectedRow {
    font-weight: bold;
    background-color: #F2F6F9;
}

table.results tr.selectedRow td:first-of-type {
    border-left: 1px solid orange;
}

table.results tr.selectedRow td:last-of-type {
    border-right: 1px solid orange;
}

div.invisible {
    visibility: hidden;
}

hr.controlsPanelDivider {
    width: 95%;
    height: 4px;
    border: none;
    background-color: #FBFBFB;
    background: linear-gradient(to right, #FBFBFB, #F0F0F0, #F0F0F0, #FBFBFB);
}

div.controlsPanel {
    padding: 0 10px;
}

div.controlsPanel input[type='button'], div.controlsPanel input[type='submit'] {
    margin-left: 10px;
    margin-right: 20px;
}

div.orangeControlsPanel, div.greenControlsPanel, div.redControlsPanel, div.beigeControlsPanel {
    background-color: #FFEBDD;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.greenControlsPanel {
    background-color: #E0FFE0;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.redControlsPanel {
    background-color: #FFDBDB;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.beigeControlsPanel {
    background-color: #FFFDE0;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.controlsPanelsContainer {
    padding: 20px 0;
}

div.searchPanelLine {
    line-height: 2em;
    padding-left: 1em;
}

div.searchPanelLineFirst {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    margin-bottom: 0.5em;
}

div#searchPanel div.booleanRadio {
    line-height: 1.8em;
    display: inline-block;
    padding-left: 2em;
}

span.jobDetailLabel {
    font-weight: bold;
    width: 150px;
}

div.expandoContainer {
    display: none;
}

div.controlsPanel div.submitButtonRow {
    margin: 2em 0 0 0;
}

div.expandoControlsPanel {
    padding-top: 1.8em;
    padding-bottom: 1.8em;
}

label.checkboxLabel {
    margin-right: 10px;
}