table.sortable
{
    text-align:left;
    empty-cells: show;
    width: 940px;
}
td
{
    padding:5px;
}
tr.rowHeading
{
    background: #e0e0e0; border: 1px solid #cccccc; border-left: none; border-right: none;
}
tr.oddTableRow
{
    background: #ebebeb;
}
tr.evenTableRow
{
    background: #ffffff;
}
a.sortheader:hover,
a.sortheader:link,
a.sortheader:visited
{
    color:#000;
}

body, html { margin: 0; padding: 0; background: #ffffff; font: normal 12px/14px Arial, Helvetica, sans-serif; color: #000000; }
#container { margin: 10px auto; padding: 0; width: 940px; height: auto; }
#logo { float: left; margin: 0; }
#logo img { width: 277px; height: 52px; }
#actions { float: right; margin: 10px; width: 310px; height: 50px; background: #efefef; border: 1px solid #cccccc; }
#actions img { float: left; margin: 10px 6px 2px 15px; width: 130px; height: 25px; }
#footer { clear: both; margin: 20px auto 0 auto; width: 150px; }
#footer img { width: 137px; height: 38px; }

a:link, a:active { color: #1763b9; }
a:hover { color: #c75a01; }
a:visited { color: #333333; }
img { border: none; }

h1 { margin: 0 0 10px 0; font: bold 18px Arial, Helvetica, sans-serif; }
h2 { margin: 8px 0 8px 15px; font: bold 14px Arial, Helvetica, sans-serif; }
h3 { margin: 0; font: bold 14px Arial, Helvetica, sans-serif; }
p { font: normal 12px Arial, Helvetica, sans-serif; }
p.instructions { margin: 0 0 0 10px; font: italic 12px Arial, Helvetica, sans-serif; color: #666666; }


/* CONTENTS ON PAGE SPECS */
#careerContent { clear: both; padding: 15px 0 0 0; }


/* DISPLAY JOB DETAILS */
#detailsTable { width: 400px; }
#detailsTable td.detailsHeader { width: 30%; }
div#descriptive { float: left; width: 585px; }
div#detailsTools { float: right; padding: 0 0 8px 0; width: 280px; background: #ffffff; border: 1px solid #cccccc; }
div#detailsTools img { margin: 2px 6px 5px 15px;  }

/* DISPLAY APPLICATION FORM */
div.applyBoxLeft, div.applyBoxRight { width: 450px; height: 480px; background: #f9f9f9; border: 1px solid #cccccc; border-top: none; }
div.applyBoxLeft { float: left; margin: 0 10px 0 0; }
div.applyBoxRight { float: right; margin: 0 0 0 10px; }
div.applyBoxLeft div, div.applyBoxRight div { margin: 0 0 5px 0; padding: 3px 10px; background: #efefef; border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; }
div.applyBoxLeft table, div.applyBoxRight table { margin: 0 auto; width: 420px; }
div.applyBoxLeft table td, div.applyBoxRight table td { padding: 3px; vertical-align: top; }
td.label { text-align: right; width: 110px; }
form#applyToJobForm {  }
form#applyToJobForm label { font-weight: bold; }
form#applyToJobForm input.inputBoxName, form#applyToJobForm input.inputBoxNormal { width: 285px; }
form#applyToJobForm input.submitButton { width: 197px; height: 27px; background: url('images/careers_submit.gif') no-repeat; }

form#applyToJobForm input.submitButtonDown { width: 197px; height: 27px; background: url('images/careers_submit-o.gif') no-repeat; }
form#applyToJobForm textarea { margin: 8px 0 0 0; width: 410px; height: 170px; }
form#applyToJobForm textarea.inputBoxArea{ width: 285px; height: 70px; }
/* --------------------------------------------------------- */
#careerContent{
    font-size:16px;
    line-height: initial;
    color:#333;
}
.career-header{
    margin-bottom: 20px;
    display:block;
    overflow:hidden;
    background-color:#186dd7;
}
.career-header .container{
    width:940px;
    padding: 20px 0;
    margin:0 auto;
    display: flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
}
.career-header #logo{
    float:none;
}
.career-header #actions{
    float:none;
    background: none !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ats-btn {
    border: 1px solid #ddd;
    padding: 10px 20px;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
    color: #333;
}
.career-header #actions .ats-btn{
    color:#fff !important;
    border-color:#fff;
}
.careerContent-header {
    display:block;
    overflow: hidden;
    padding-bottom:10px;
    margin-bottom:20px;
    text-align: center;
    font-size: 14px;
    color:#333
}
.careerContent-header .title{
    margin:0 0 5px 0;
    font-size:30px;
    font-weight:400;
}
.careerContent-header .info{
    color: #666;
}
.careerContent-header .title.left,
.careerContent-header .info.left{
    text-align:left;
}
table.sortable {
    font-size:14px;
    color:#333;
}
table.sortable tr{
    background: none !important;
}
table.sortable td, table.sortable th{
    padding:10px;
    border-bottom: 1px solid #ddd;
}
table.sortable .rowHeading{
    background: none;
}
table.sortable .rowHeading th .sortheader{
    font-size:12px;
    text-transform:uppercase;
    color:#666
}
.careerContent-col{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.careerContent-col .col-left{
    flex-grow: 1;
    padding-right: 20px;
    box-sizing: border-box;
}
.careerContent-col .col-right{
    flex: 1 0 240px;
    padding-left: 20px;
    box-sizing: border-box;
    border-left: 1px solid #ddd;
}

.detailsTableWrap{
    padding:20px;
    background:#eee;
    border-radius:10px;
    width:100%;
    box-sizing:border-box;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    gap: 20px
}

.detailsApplyBtn{
    padding: 10px;
}
#descriptive{
    width:100% !important;
    color:#333;
}
#descriptive p{
    font-size:16px !important;
    line-height:initial !important;
    color:#333 !important;
}
.text-center{
    text-align:center !important;
}
#descriptive .title{
    font-size:14px;
    font-weight:bold;
    color:#666;
    text-transform:uppercase;
}
.applyBoxLeft{
    width:100% !important;
    float:none !important;
    height:auto !important;
    background:none !important;
    border:none !important;
    text-align:left !important;
    font-size:16px !important;
}
.applyBoxLeft table{
    width:100% !important;
}
.applyBoxLeft table td,
.applyBoxLeft table th{
    padding:5px 0 !important;
    color:#333 !important;
}

.applyBoxLeft table td.label{
    width:200px !important;
    font-weight:normal !important;
    text-align:left !important;
}

.applyBoxLeft input,
.applyBoxLeft textarea{
    border: 1px solid #999;
    border-radius:6px;
    padding:5px  !important;
}
.applyBoxLeft .section-title{
    background: none !important;
    border: none !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid #ddd !important;
}
.applyBoxLeft .form-info{
    padding:0 !important;
    margin: 20px 0 !important;
    font-size:13px;
    background:none  !important;
    border: none  !important;
}
form#applyToJobForm label{
    font-weight: normal !important;
}
p.instructions{
    margin: 0 !important;
}
#poweredCATS {
    clear: both;
    margin: 30px auto;
    clear: both;
    width: 140px;
    height: 40px;
    border: none;
}

img {
    border: 0;
}

.btn-disabled {
    pointer-events: none; /* Disables all mouse/touch interactions */
    opacity: 0.6;         /* Gives standard disabled look */
    cursor: not-allowed;
}
