/* custom inclusion of left tabs CSS to default bootstrap tab list*/
.tabs-left > .nav-tabs {
    border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}
.tab-content > .active,
.pill-content > .active {
    display: block;
}
.tabs-left > .nav-tabs > li{
    float: none;
    margin-bottom: 0px !important;
}
.tabs-left > .nav-tabs > li > a{
    min-width: 75px;
    margin-right: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}
.tabs-left > .nav-tabs > li > a:focus {
    outline: none;
}
.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #AEAEAE;
}
.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #AEAEAE;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #AEAEAE transparent #AEAEAE #AEAEAE;
    *border-right-color: #ffffff;
}

.modal-lg {
    width: 78%;
    max-width: 1039px;
    /*    width: 73%;*/
}
.modal-backdrop {
    background-color: rgb(50, 63, 73);
    opacity: 0.769;
}
.modal-body {
    padding: 0px;
}
.modal-body .container{
    width: auto;
    padding: 0;
}
.modal-body .col-md-12{
    padding: 0;
}
.modal-dialog button{
    width: 110px;
    float:right;
}
.modal-header{
    border-bottom: 1px solid #AEAEAE;
}
.modal-header button{
    margin-right: 30px;
    margin-top: 31px;
}
.modal-header button.blueBtn{
    margin-right: 43px;   
}
.modal-career-location-close{
    float: right;
    margin-top: 40px;
    cursor: pointer;
    margin-right: 35px;
}
.modal-body .tab-content{
    padding: 21px 28px 25px;
    /*max-height: 1172px;*/
    max-height: 550px;
    overflow-y: scroll;
    /*overflow-y: hidden;*/
}
.modal-title{
    font-family: "bariol_regular_light";
    font-size: 35px;
    color: #333E48;
    padding: 21px 51px 21px 25px;
}
.modal-body ul.nav-tabs{
    height: 550px !important;
    /*    height: 1172px !important;*/
    /*    max-height: 950px !important;*/
}
.modal-body ul.nav-tabs li > a{
    color: #333E48;
    padding: 26px 20px;
    border-radius:0px;
    max-width: 220px;
    border-left: none;
    border-left: 15px solid #FFFFFF;
    font-family: "bariol_regular_bold";
    font-size: 16.85px;
}
.modal-body ul.nav-tabs li.active a{
    color: #00A0AF;
    border-left: 15px solid #1ea1af;
}
.modal-body ul.nav-tabs li:first-child a, .modal-body ul.nav-tabs li.active:first-child a{
    border-top: 0px !important;
}
.modal-body ul.nav-tabs li a:focus {
    border: 1px solid #eeeeee;
    border-left: 15px solid #1ea1af !important;
}
.modal-body ul.nav-tabs li a:hover {
    border-left: 15px solid #f15d22 !important;
    color: #f15d22;
}
.modal-content {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    outline:none;
}
.modal-content .modal-body .tab-content .tab-pane .content-header-1{
    font-family: "bariol_regular_bold";
    font-size: 17px;
    text-transform: uppercase;
    color: #F15D22;
}
.modal-content .modal-body .tab-content .tab-pane .content-header-2{
    font-family: "bariol_regular_bold";
    font-size: 17px;
    color: #00A0AF;
}
.modal-content .modal-body .tab-content .tab-pane .body-options{
    margin-bottom: 40px;
}
.modal-content .modal-body .tab-content .tab-pane .body-options-last{
    margin-bottom: 20px !important;
}
.modal-content .modal-body .tab-content .tab-pane .body-options div{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.modal-content .modal-body .tab-content .tab-pane .body-options label span{
    font-family: "bariol_regular_bold";
    font-size: 15px;
    color: #595959;
    font-weight: normal;
    padding-left: 5px;
}
.modal-content .modal-body .tab-content .tab-pane .list-inline > li{
    width: 24%;
}
.modal-footer {
    padding: 25px;
    border-top: 1px solid #aeaeae;
}
.modal-footer button{
    margin-right: 13px;
}
.tab-content .tab-content-btn{
    float: right;
    margin-right: 10px; 
}

@media (max-width: 991px){
    .modal-lg {
        width: 100%;
    }
    .modal-dialog {
        margin: 0;
    }
    .modal-header {
        border-bottom: 0px;
        min-height: 172px;
        padding: 44px 39px 54px 32px
    }
    .modal-dialog button {
        float: left;
        font-size: 29px;
        margin-top: 0;
        padding: 14px;
        width: 203px;
        margin-right: 0px !important;
    }
    .modal-header button {
        margin-right: 30px;
    }
    .modal-career-location-close {
        margin-right: 0;
        margin-top: 15px;
    }
    #changeLocation{
        padding-left: 0 !important;
    }
    .panel-default {
        border-color: #aeaeae;
        border-bottom: 0;
    }
    .panel-default > .panel-heading{
        background-color: #ffffff;
        border-radius: 0;
        /*margin-left: -1px;*/
        border-left: 15px solid #fff;
        padding: 42px 35px;
    }
    .panel-title {
        font-family: "bariol_regular_bold";
        font-size: 30.5px !important;
        text-transform: uppercase;
    }
    .panel-title a:hover, .panel-title a:focus{
        text-decoration: none;
    }
    .panel-group .panel + .panel {
        margin-top: 0;
        border-radius: 0;
    }
    .panel-group .panel {
        border-radius: 0;
    }
    .panel-group {
        margin-bottom: 0;
    }
    .panel-body {
        padding: 31px 52px 20px;
        border-bottom: 5px solid #aeaeae;
        /*        margin-left: -1px;
                margin-right: -1px;*/
    }
    .content-header-1{
        color: #f15d22;
        font-family: "bariol_regular_bold";
        font-size: 27.45px;
        text-transform: uppercase;
    }
    .content-header-2{
        color: #00a0af;
        font-family: "bariol_regular_bold";
        font-size: 30.5px;
        margin-top: 50px;
        margin-bottom: 28px;
    }
    .body-options div{
        padding-left: 0px;
        padding-right: 0px;
    }
    .body-options span{
        color: #595959;
        font-family: "bariol_regular_bold";
        font-size: 24px;
        font-weight: normal;
        padding-left: 5px;
    }
    .body-options label{
        margin-bottom: 35px
    }
    .panel-title a::after {
        content: "-";
        color: #00a0af;
        float: right;
        font-size: 35px;
        font-weight: bold;
        margin-top: -7px;
        padding: 0 25px 18px;
    }
    .panel-title a{
        color: #00a0af;
    }
    .panel-title a.collapsed{
        color: #333e48;
    }
    .panel-title a.collapsed::after {
        content: "";
        float: right;
    }
    .active-blue-border{
        border-left: 15px solid #1ea1af !important;
        border-top: 5px solid #aeaeae !important;
    }
    .modal-footer {
        padding: 111px 0 102px 32px;
    }
}/* 768px closing*/
@media (max-width: 590px){
    .panel-default > .panel-heading {
        padding: 35px 35px;
    }
    .panel-title {
        font-size: 26.5px !important;
    }
    .content-header-1 {
        font-size: 25.45px;
    }
    .content-header-2 {
        font-size: 28.5px;
        margin-top: 45px;
    }
    .body-options span {
        font-size: 22px;
    }
    .modal-header {
        min-height: 152px;
        padding: 34px 39px 44px 32px;
    }
    .panel-body {
        border-bottom: 4px solid #aeaeae;
    } 
    .modal-footer {
        padding: 91px 0 75px 32px;
    }
}/* 590px closing*/
@media (max-width: 530px){
    .panel-default > .panel-heading {
        padding: 30px 35px;
    }
    .panel-title {
        font-size: 24.5px !important;
    }
    .content-header-1 {
        font-size: 23.45px;
    }
    .content-header-2 {
        font-size: 26.5px;
        margin-top: 40px;
    }
    .body-options span {
        font-size: 20px;
    }
    .panel-title a::after {
        margin-top: -10px;
    }
    .modal-header {
        min-height: 127px;
        padding: 24px 39px 30px 32px;
    }
    .modal-dialog button {
        font-size: 27px;
        padding: 12px;
        width: 203px;
    }
    .modal-footer {
        padding: 81px 0 65px 32px;
    }
}/* 530px closing*/
@media (max-width: 495px){
    .panel-default > .panel-heading {
        padding: 25px 30px;
    }
    .panel-title {
        font-size: 21.5px !important;
    }
    .content-header-1 {
        font-size: 21.45px;
    }
    .content-header-2 {
        font-size: 24.5px;
        margin-top: 35px;
    }
    .body-options span {
        font-size: 18px;
    }
    .panel-title a::after {
        margin-top: -12px;
    }
    .panel-body {
        padding: 31px 45px 20px;
        border-bottom: 3px solid #aeaeae;
    }
    .modal-header {
        min-height: 107px;
        padding: 24px 39px 29px 32px;
    }
    .modal-dialog button {
        font-size: 22px;
        width: 203px;
        padding: 10px;
    }
    .modal-footer {
        padding: 71px 0 55px 32px;
    }
    .modal-career-location-close {
        margin-top: 6px;
    }
}/* 495px closing*/
@media (max-width: 455px){
    .panel-default > .panel-heading {
        padding: 20px 25px;
    }
    .panel-title {
        font-size: 19.5px !important;
    }
    .content-header-1 {
        font-size: 19.45px;
    }
    .content-header-2 {
        font-size: 22.5px;
        margin-top: 30px;
    }
    .body-options span {
        font-size: 16px;
    }
    .panel-title a::after {
        margin-top: -12px;
    }
    .panel-body {
        padding: 31px 40px 20px;
    }
    .body-options label {
        margin-bottom: 25px;
    }
    /*    .modal-header {
            min-height: 107px;
            padding: 23px 39px 24px 32px;
        }*/
    .modal-header {
        min-height: 87px;
        padding: 23px 39px 24px 25px;
    }
    .modal-dialog button {
        font-size: 21px;
        width: 170px;
        padding: 4px;
    }
    .modal-footer {
        padding: 54px 0 55px 25px;
    }
    .modal-career-location-close {
        margin-top: 6px;
        width: 32px;
    }
}/* 455px closing*/
@media (max-width: 410px){
    .panel-default > .panel-heading {
        padding: 15px 20px;
    }
    .panel-title {
        font-size: 17.5px !important;
    }
    .content-header-1 {
        font-size: 17.45px;
    }
    .content-header-2 {
        font-size: 19.5px;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .body-options span {
        font-size: 14px;
    }
    .panel-title a::after {
        margin-top: -14px;
    }
    .panel-body {
        padding: 20px 31px 20px;
        border-bottom: 2px solid #aeaeae;
        border-top: 1px solid #aeaeae !important;
    }
    .body-options label {
        margin-bottom: 20px;
    }
    .body-options span {
        padding-left: 0;
    }
    .panel-default > .panel-heading {
        border-left: 10px solid #fff;
    }
    .active-blue-border {
        border-left: 10px solid #1ea1af !important;
        border-top: 2px solid #aeaeae !important
    }
    .modal-dialog button {
        font-size: 19px;
        padding: 4px;
        width: 150px;
    }
    .modal-footer {
        padding: 46px 0 45px 25px;
    }
}/* 410px closing*/
@media (max-width: 362px){
    .panel-title {
        font-size: 16.5px !important;
    }
    .content-header-2 {
        font-size: 17.5px;
        margin-top: 10px;
    }
    .panel-title a::after {
        padding: 0 15px 18px;
    }
    .modal-dialog button {
        font-size: 16px;
        padding: 5px;
        width: 130px;
    }
    .modal-career-location-close {
        margin-top: 4px;
    }
}

/*just to vertically center, can remove after final implementation*/
#careers-location-pop-up{
    margin: 100px !important;
}

#careers-location-pop-up-loading{
    min-height: 550px;
    color: #18A3B0;
    font-family: "bariol_regular_light";
    font-size: 35px;
    text-align: center;
    vertical-align: middle;
    line-height: 550px;  
} 