﻿.cssClassFormWrapper.div-career {
    display: flex;
    justify-content: space-between;
}
.job-vacancy-list {
    flex: 1;
    margin-right: 40px;
}

.career-apply {
    flex: 1;
}
.career-input-field {
    display: flex;
    justify-content: space-between;
    margin-right: -20px;
}
.career-input-field .sfFormGroup {
    flex: 1;
    margin-right: 20px;
}
.job-vacancy-list > h3 {
    color: #005397;
    font-weight: bold;
}
.career-apply > h3 {
    color: #005397;
    font-weight: bold;
}
.vacancy-post h3 {
    font-size: 15px;
    margin-bottom: 6px;
    color: #dc322c;
    font-weight: bold;
}

.item-vacancy {
    background: #005fa314;
    padding: 10px;
    margin-bottom: 10px;
    border-left: 3px solid #005fa3;
    border-radius: 4px;
}
.alert-message {
    text-align: center;
    font-size: 15px;
    padding: 3px 0px;
    background: #ccddea;
    border-radius: 10px;
    margin: 0px 15px;
}

span.sfSuccessMsg {
    color: #6a9451;
}

span.sfErrorMsg {
    color: #d40d0d;
}

.sfClose {
    font-size: 15px !important;
    opacity: 0.6 !important;
    padding-right: 5px !important;
    line-height: 1.2 !important;
}

.sfGridwrapper table tr td table {
    width: auto !important;
    background: #fff;
    margin-bottom:5px !important;
}

.sfGridwrapper table tr td table td {
    width: 30px !important;
    padding: 0px 2px;
}

.sfGridwrapper table tr td table td span {
    padding: 5px 10px;
    background: #5e5e61;
    color: #fff;
    border-radius: 5px;
}
.sfGridwrapper table tr td table td a {
    padding: 5px 10px;
    background: #e8e6e6;
    color: #000;
    border-radius: 5px;
    text-decoration:none;
}
.sfGridwrapper table tr td table td a:hover {
    background: #c1bebe;
}


.tab-options {
    background: #f5f5f5;
    margin: 10px 0px;
}

.tab-options input[type="submit"] {
    padding: 12px;
    border: none;
    /* margin: 0px; */
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    background: none;
}

.tab-options input[type="submit"][disabled="disabled"] {
    background: #273952;
    color: #fff;
}

.tab-options input[type="submit"]:hover {
    background: #d8d6d6 !important;
    border:none !important;
    color: #4e4e4e;
}

.tab-options input[type="submit"][disabled="disabled"]:hover {
    background: #273952 !important;
    color: #fff !important;
}
.sfBtnwrapper {
    margin: 10px 0px;
}

.sfButtonwrapper {
    margin: 0px !important;
}
