:root {
    --bs-font-sans-serif: "open sans";
    --bs-root-font-size: 14px;
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 0.9375rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.53;
    --bs-body-color: #5D5D5D;
    --bs-body-bg: #f5f5f9;
    --bs-table-striped-color: #5d5d5d;
}

a {
    color: #0056B2;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 30px;
}

.page-item.active .page-link,
.page-item.active .page-link:hover,
.page-item.active .page-link:focus,
.pagination li.active>a:not(.page-link),
.pagination li.active>a:not(.page-link):hover,
.pagination li.active>a:not(.page-link):focus {
    border-color: #0056B2;
    background-color: #0056B2;
    color: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(105, 165, 255, 0.4);
}

.btn-primary {
    color: #fff;
    background-color: #0056B2;
    border-color: #0056B2;
    box-shadow: 0 0.125rem 0.25rem rgba(105, 165, 255, 0.4);
    font-size: 14px;
    font-weight: bold;
}

.btn-primary:hover {
    color: #fff;
    background-color: #e75922;
    border-color: #e75922;
    transform: translateY(-1px);
}

@media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 100% !important;
    }
}

.menu .app-brand.demo {
    height: 64px;
    margin-top: 0px;
    margin-left: 18px;
}

.table>thead {
    /* border-top: 1px solid #d9dee3 !important; */
    /* border-bottom: 0px !important; */
}

.order-list>thead,
.order-list>tbody {
    border: 0px !important;
}

.order-list> :not(:first-child) {
    border-top: 0px !important;
}

.order-list> :not(caption)>*>* {
    border: 0px !important;
}

td:first-child,
th:first-child {
    padding-left: 20px;
}

th,
th.sorting,
th.sorting_disabled,
th.sorting_asc,
th.sorting_desc {
    font-size: 14px !important;
    color: #5D5D5D !important;
    font-weight: bold !important;
    letter-spacing: 0px !important;
}

th.sorting_asc,
th.sorting_desc {
    text-decoration: underline;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    color: #5d5d5d !important;
}

.table-striped>tbody>tr:nth-of-type(even)>* {
    color: #5d5d5d !important;
}

li.menu-item div {
    color: #666;
    font-weight: 500;
}

.dashboard-act-user .dropdown {
    max-width: 200px;
    float: right;
}

.card-body {
    padding: 20px;
}

.act-numbers {
    font-size: 16px;
}

.act-numbers-cont {
    height: 255px;
    overflow-y: auto;
    overflow-x: hidden;
}

.dashboard-act-user {
    width: 100%;
    margin: 0;
    padding: 20px !important;
}

select.custom-select.custom-select-sm.form-control.form-control-sm {
    font-size: 14px;
    font-weight: bold;
    background-color: #eee;
    text-align: center;
    color: #5d5d5d;
}

.dataTables_length label {
    font-size: 13px;
    color: #5d5d5d;
}

div#candidate-datatable_info {
    font-size: 13px;
    color: #5d5d5d;
}

li.paginate_button.page-item {
    margin-right: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #5d5d5d;
    border-radius: 3px;
}

li#candidate-datatable_previous,
li#candidate-datatable_next {
    font-size: 12px;
    color: #5d5d5d;
    border-radius: 3px;
    padding-top: 2px;
}

.page-item,
.previous,
.next {
    color: #5d5d5d !important;
    background-color: #f7f8f9;
    border-color: #E5E5E5;
    font-weight: 400;
}

li.paginate_button.page-item.active {
    border-color: #0056B2;
    background-color: #0056B2;
    color: #fff;

}

.welcome {
    width: calc(40% - 5px);
    margin-right: 5px;
}

.income {
    width: 60%;
}

.target,
.incentive {
    width: 50%;
}

.candidate {
    width: 28% !important;
}

.act-candidate {
    width: 72% !important;
}

.tab-pane {
    max-width: 1024px;
}

@media (max-width:991px) {

    .target,
    .incentive {
        width: 100%;
        padding-right: 10px !important;
        padding-left: 20px !important;
    }

    .welcome {
        padding-right: 0px !important;
        padding-left: 10px !important;
    }

}

@media (max-width:960px) {
    .candidate {
        width: 37% !important;
    }

    .act-candidate {
        width: 63% !important;
    }
}

@media (max-width:767px) {
    .candidate {
        width: 100% !important;
    }

    .act-candidate {
        width: 100% !important;
    }
}

@media (max-width: 600px) {
    .tabButtons {
        display: flex;
        align-items: center;
    }

    .tabButtons button {
        width: 90px;
        height: 40px;
        border-radius: 10px !important;
    }

    .card-body {
        padding: 14px;
    }

    .text-welcome {
        font-size: 18px;
    }

    .sub-text-welcome {
        font-size: 13px;
    }

    .wel-img img {
        height: 82px;
        width: 124px;
        margin-left: -36px;
    }

    .candidate {
        width: 100% !important;
    }

    .act-candidate {
        width: 100% !important;
    }

    .container,
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        padding-right: 20px;
        padding-left: 20px;
    }


}

.add-candidate div#v-pills-tab {
    padding: 35px 0px 35px 35px;
    background-color: #ECEEF5;
    min-height: 500px;
    background-image: url(https://candidate.projectexpo.co.in/public/assets/img/add-candidate-graphic.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.doc-varify div#v-pills-tab {
    padding: 35px 0px 35px 35px;
    background-color: #ECEEF5;
    min-height: 500px;
    background-image: url(https://candidate.projectexpo.co.in/public/assets/img/doc-upload.png);
    background-repeat: no-repeat;
    background-position: bottom;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active:focus {
    background-color: #fff !important;
    border-width: 1px 0px 1px 1px !important;

    background-image: url(https://candidate.projectexpo.co.in/public/assets/img/bullet.svg) !important;

    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 15px;
    padding-left: 35px;
}

.add-candidate .tab-content {
    border-radius: 0.375rem;
    padding: 50px 50px !important;
    width: 100%;
}

.doc-varify .tab-content {
    border-radius: 0.375rem;
    padding: 50px 50px 10px !important;
    width: 100%;
}

.dropdown,
.form-control,
.filter-option {
    height: 40px;
    border-radius: 8px !important;
}

.filter-option {
    margin-top: 2px;
    background-color: #fff;
    /* border: 1px solid #333333; */
    background-color: transparent;
}

.add-candidate .card-header {
    margin: 30px 0% 0px;
    border-top: 1px solid #E5E5E5;
    text-align: right;
}

/* small.text-muted.back-btn {
    margin-right: 18px;
} */

.nav-title {
    padding-left: 0px;
    margin-top: -80px;
    padding-bottom: 30px !important;
    font-size: 20px;
    color: #0056b2;
    font-weight: bold !important;
}

.container-p-y:not([class^="pb-"]):not([class*=" pb-"]) {
    /* z-index: 10; */
}

.layout-content-navbar .layout-menu {
    z-index: 11;
}

.table td {
    padding: 3px 20px !important;
    font-size: 13px;
}



.doc-varify td {
    padding: 0px !important;
}

.bank-detail h5.card-header,
.salary-detail h5.card-header,
.send-approval h5.card-header {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    padding-left: 0px;
}

.generate-salary h5.card-header,
.genrated-salary h5.card-header {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    padding-left: 0px;
}

.generate-salary .form-check {
    display: inline-block;
    width: 47%;
    font-size: 14px;
    font-weight: 700;
    color: #666;
}

.salary-input {
    margin-top: 40px;
    margin-left: 5px;
    margin-right: 5px;
}

.salary-input-element {
    margin-bottom: 15px;
}

.salary-selection {
    padding: 25px;
    margin: -20px;
    border-bottom: 1px solid #E5E5E5;
}

.generate-salary label.form-check-label {
    padding-top: 0px;
    color: #333 !important;
}

.salary-input-element span {
    display: inline-block;
    width: 45%;
    font-weight: bold;
    color: #666;
}

.genrated-salary input {
    background: transparent;
    border: none;
    color: #333;
}

.form-control:disabled,
.form-control[readonly] {
    background: transparent;
    /* border: none; */
    background-image: none !important;
    color: #333;
}

.genrated-salary th {
    padding: 10px 30px 25px !important;
    text-align: right;
}

.genrated-salary tr {
    border-bottom: 1px solid #d9dee3;
}

.genrated-salary input {
    text-align: right;
}

.genrated-salary table {
    width: 100%;
}

tr.generate-salary-total {
    background-color: #ECEEF5;
    border-bottom: 0px;
    border-radius: 0px 0px 10px 10px;
    font-weight: bold;
}

tr.generate-salary-total input {
    font-weight: bold;
}

.genrated-salary .card-body {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.doc-varify h2.mb-0 {
    color: #333;
    font-size: 16px;
    padding-bottom: 20px;
    font-weight: bold;
}

.doc-varify .row {
    --bs-gutter-x: unset;
}

.doc-photo {
    background-color: #eeeeee8c;
    border-radius: 10px 0 0 10px;
    text-align: center;
    border-right: 1px solid #E5E5E5;
    /* max-width: 200px; */
    /* width: 50% !important; */
}


.doc-photo img {
    width: 100%;
    border-radius: 7px;
}

.doc-photo h5.card-header {
    color: #333;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    padding: 1.5rem 1.5rem 10px;
    line-height: 14px;

}

.col-md-3.mt-5.doc-status,
.col-md-4.mt-5.mb-4.doc-remark {
    margin-top: 20px !important;
    margin-left: 20px;
}

.doc-status .form-check {
    margin-bottom: 15px !important;
}

.approve:checked {

    background-image: url(https://candidate.projectexpo.co.in/public/assets/img/approve.svg) !important;

    background-repeat: no-repeat;
    background-position: bottom;
    border: 0px;
    background-color: none;
}

.reject:checked {

    background-image: url(https://candidate.projectexpo.co.in/public/assets/img/reject.svg) !important;
    background-repeat: no-repeat;
    background-position: bottom;
    border: 0px;
    background-color: transparent;
}

input.form-check-input.radio-button.approve,
input.form-check-input.radio-button.reject {
    width: 25px;
    height: 25px;
}

.doc-status input[type=radio] {
    border: 1px solid #E5E5E5;
    -webkit-appearance: none;
    border-radius: 3px;
    box-shadow: none;
}

.genrated-salary td {
    padding-left: 30px;
    padding-right: 20px;
}

.doc-status .form-check-input[type="radio"] {
    border-radius: 3px;
}

label.form-check-label {

    color: #566a7f;
}

img.view {
    width: 25px;
    position: absolute;
    border-radius: 0px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-muted {
    --bs-text-opacity: 0;
    color: #666666 !important;
}

.salary-detail td:first-child,
.bank-detail td:first-child {
    font-size: 13px;
    font-weight: 700;
    color: #666;
}

.salary-detail th,
.bank-detail th {
    padding-left: 5px !important;
    text-transform: none;
    padding-top: 3px;
}

.salary-detail td,
.bank-detail td {
    padding: 3px 7px !important;
}

input#addrowbankTable {
    float: right;
    padding-left: 30px;

    background: url(https://candidate.projectexpo.co.in/public/assets/img/add-row.svg) !important;
    background-repeat: no-repeat !important;
    background-position-y: center !important;
    font-size: 11px;
    padding-right: 0px;
}

input#addrowmyTable {
    float: right;
    padding-left: 30px;

    background: url(https://candidate.projectexpo.co.in/public/assets/img/add-row.svg) !important;
    background-repeat: no-repeat !important;
    background-position-y: center !important;
    font-size: 11px;
    padding-right: 0px;
}

.salary input.ibtnDel.btn.btn-md.btn-danger {

    background: url(https://candidate.projectexpo.co.in/public/assets/img/delete.svg) !important;
    height: 44px;
    background-repeat: no-repeat !important;
    width: 35px;
    margin-right: -33px;
    content: "1";
    border: 0px;
    box-shadow: none;
    overflow: hidden;
}

.form-control:focus,
.form-select:focus {
    border-color: #0056B2;
}

input.month_datepicker {

    background-image: url(https://candidate.projectexpo.co.in/public/assets/img/date.svg) !important;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 27px;
}

/* input.amount {

    background-image: url(https://candidate.projectexpo.co.in/public/assets/img/money-r.svg) !important;
    background-repeat: no-repeat;
    background-size: 27px;
} */

input.amount {

    background-image: url(https://candidate.projectexpo.co.in/public/assets/img/money-r.svg) !important;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 11px;
    padding-left: 30px;
    text-align: right;
    background-repeat: no-repeat !important;
}

.circle-red {
    background: #E75922;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

.but-salary-blue {
    background: #0056B2;
    width: auto;
    padding: 10px 15px 10px 10px;
    border-radius: 23px;
    color: #fff;
    font-weight: 600;
    margin-right: 10px;
}

.circle-grey {
    background: #D1D7D8;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

.but-salary-grey {
    background: #ECEEF5;
    ;
    width: auto;
    padding: 10px 15px 10px 10px;
    border-radius: 23px;
    color: #333;
    font-weight: 600;
    border: 1px solid #E5E5E5;
    margin-right: 10px;
}

.salary-top .row {
    padding-top: 25px;
    padding-left: 40px;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.salary-top {
    height: 50px;
    background-color: #D0DBE7;
    margin-left: -30px;
    margin-top: -30px;
    margin-right: -30px;
}

.row.salary-top-start {
    margin-top: 35px;
}

.col-md-4.mt-5.doc-remark {
    margin-top: 0px !important;
}

.doc-remark-status {
    padding: 20px;
}

.layout-content-navbar .layout-page {
    border-top: 0px;
    border-right: 0px;
}

button.btn.p-0.dropdown-toggle.hide-arrow {
    padding-top: 10px !important;
    width: 30px;
    padding-bottom: 10px !important;
}

button.btn.p-0.dropdown-toggle.hide-arrow:hover {
    background-color: #D0DBE7;
    border: 1px solid #E5E5E5;
}

button#generate_salary {
    margin-left: 46%;
    height: 45px;
    line-height: 17px;
}

.btn {
    border-radius: 8px !important;
}

.authentication-wrapper.authentication-basic .authentication-inner:before {
    display: none;
}

.login-image {
    background: linear-gradient(to bottom, #E7EBFB, #B8C5E7);
    border-radius: 10px 0px 0px 10px;
}

.login-body {
    padding: 100px 40px 30px;
    background-color: #fff;
}

.authentication-wrapper.authentication-basic .authentication-inner {
    max-width: 800px !important;
    width: 100%;
}

.login .card-body {
    padding: 0px !important;
    background-color: #F7F8FC;
}

.login-image .app-brand {
    padding-top: 30px;
    display: grid;
    align-content: center;
    justify-items: center;
}

.login-image h4.mb-2,
.brand-welcome h4.mb-2 {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #333;
}

.card.login {
    padding: 0px;
}

.login-body p.mb-4 {
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

.login-body .btn {
    padding: 12px;
    height: 45px;
}

.candi-other {
    background-color: #F7F8FC;
    border: 1px solid #E5E5E5;
    border-radius: 39px;
    display: inline-block;
    padding-left: 45px;
    margin-left: -45px;
    z-index: 10;
}

.candi-personal {
    display: inline-block;
    vertical-align: top;
    z-index: 100;
}

.candi-other1,
.candi-other2,
.candi-other3 {
    display: inline-block;
    height: 43px;
    vertical-align: middle;
    padding: 12px;
    border-right: 1px solid #E5E5E5;
    font-weight: 600;
    color: #666;
}

.candi-other3 {
    border: none;
    padding-right: 20px;
}

.candi-personal .btn-secondary {
    background-color: #ECEEF5;
    border: 1px solid #e5e5e5;
    color: #333;
    font-weight: 700;
    z-index: 1000;
    position: relative;
    box-shadow: none;
    border-radius: 31px !important;
    height: 45px;
    padding: 3px 20px 3px 5px;
}

.candi-personal img {
    border-radius: 20px;
    margin-right: 10px;
}

.candidate-info {
    position: absolute;
    top: 0;
    right: 25%;
    margin-top: 10px;
}

.dropdown-menu.show {
    border-radius: 15px;
}

.send-approval .card-header {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.send-approval .card-body {
    font-size: 13px;
    color: #333;
}

.send-approval td {
    /* padding: 10px 20px !important; */
    padding: 5px 15px !important;
}

.send-approval td:first-child {
    /* font-weight: bold; */
}

.send-approval td label.form-check-label {
    padding-top: 0px !important;
}

span.btn-save {
    display: inline-block;
    width: 29%;
}

span.approval-feedback {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
}

.row.approval {
    margin-left: -30px;
    background: #fff;
    margin-right: -30px;
    padding: 30px;
    border: solid #E5E5E5;
    border-width: 1px 0px;
    padding-top: 10px;
}

.approval .card-header {
    padding-left: 10px;
}

.perAdd h5 {
    font-size: 15px;
    font-weight: 700;
    color: #333;
}

.pData h4 {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
}

.pData small {
    font-size: 12px;
    color: #666666;
}

@media (min-width: 769px) {
    button.nav-link {
        background-color: #F7F8FC !important;
        padding: 20px 15px;
        color: #0056B2 !important;
        font-weight: 600;
        border: 1px solid #E5E5E5 !important;
        box-shadow: none !important;
        border-radius: 5px 0px 0px 5px !important;
        width: 250px !important;
        text-align: left;
        font-size: 15px;
        margin-bottom: 3px;
        background-image: url(https://candidate.projectexpo.co.in/public/assets/img/bullet.svg) !important;
        background-size: 8px;
        background-position: 15px !important;
        padding-left: 35px !important;
        background-repeat: no-repeat !important;
    }

    .login-body .app-brand {
        display: none;
    }
}

/* Mobile View*/
@media(max-width:767px) {
    .welcome {
        padding-right: 10px !important;
        padding-left: 12px !important;
    }

    .welcome {
        width: 100%;
        margin-right: 0px;
    }

    .income {
        width: 100%;
    }

    .target,
    .incentive {
        width: 100%;
    }

    .salary-top {
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
        background-color: transparent;
    }

    .salary-top .row {
        padding-top: 20px;
        padding-left: 0px;
    }

    .candidate-info {
        width: 100%;
        right: 0;
    }
}

@media(max-width:576px) {
    .doc-remark {
        border-top: 1px solid #E5E5E5;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .doc-remark {
        border-top: 1px solid #E5E5E5;
    }
}

@media (max-width: 768px) {

    .add-candidate div#v-pills-tab,
    .doc-varify div#v-pills-tab {
        background-color: #F7F8FC !important;
    }

    .add-candidate .card-header {
        margin: 0px 0% 0px !important;
        border-top: 1px solid #E5E5E5 !important;
        text-align: right !important;
        padding: 6% 0% !important;
        width: 100% !important;
    }

    .doc-varify .tab-content {
        padding: 20px 20px 10px !important;
    }

    .nav-link {
        display: inline-flex;
        flex-direction: column;
        width: 32.9% !important;
        margin-right: 2px;
        margin-bottom: 0px !important;
        border-radius: 8px 8px 0px 0px !important;
        background-color: #F7F8FC !important;
        padding: 10px 10px;
        color: #0056B2 !important;
        font-weight: 600;
        text-align: center;
    }

    div#v-pills-tab {
        width: 100%;
        display: flex;
        flex-direction: row !important;
    }

    .doc-varify .d-flex {
        display: flex !important;
        flex-direction: column;
    }

    .add-candidate .d-flex {
        display: flex !important;
        flex-direction: column;
    }

    .doc-varify div#v-pills-tab {
        min-height: auto !important;
        padding: 0px !important;
        background-image: none;
    }

    .add-candidate div#v-pills-tab {
        min-height: auto !important;
        padding: 20px 20px 0px 20px !important;
        background-image: none;
    }

    .nav-link.active {
        background-color: #fff;
        color: #0056B2 !important;
        box-shadow: 0px 0px 0px 0px #fff !important;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .upload-docs {
        flex-direction: column;
    }

    .add-candidate div#v-pills-tab {
        min-height: 100%;
        padding: 0px !important;
        background-color: #f7f8fc;
        background-image: none;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .nav-pills .nav-link.active,
    .nav-pills .nav-link.active:hover,
    .nav-pills .nav-link.active:focus {
        background-image: none !important;
        padding: 14px;
        text-align: center;
        margin-right: 0;
        border-top-left-radius: 8px !important;
        border-top-right-radius: 8px !important;
    }

    .upload-docs .nav-link {
        width: 50% !important;
        text-align: center;
        padding: 14px;
        margin-right: 0;
    }

    .tab1 {
        padding: 6px 16px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .add-candidate .tab-content {
        padding: 30px 20px 10px !important;
    }

    .login .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .login-image .app-brand {
        display: none;
    }

    .login-body {
        padding: 40px;
    }

    .authentication-wrapper.authentication-basic.container-p-y {
        padding-top: 0px !important;
    }

    .login-image,
    .login-body {
        width: 100%;
        background-color: #F7F8FC;
        padding-top: 20px;
    }

    .login-body .app-brand {
        display: block !important;
    }

    .brand-logo {
        display: block !important;
        width: 100%;
        text-align: center;
    }

    .brand-welcome {
        display: block !important;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    .salary-detail th,
    .bank-detail th {
        display: none;
    }

    .salary-detail td,
    .bank-detail td {
        padding: 3px 7px !important;
        display: block;
        width: 100%;
    }

    .salary input.ibtnDel.btn.btn-md.btn-danger {
        float: right;
        border-radius: 3px !important;
        background-color: #ccc;
        margin-top: -48px;
    }

}

/* Mobile View end */
@media (max-width: 1042px) {


    /* .col-md-4.mt-5.doc-remark {
        margin: 0px !important;
        width: 100%;
    }

    .col-md-4.mt-5.doc-remark {
        margin-top: 0px !important;
        width: 100% !important;
    } */

    /* .doc-remark-status {
        border-top: 1px solid #E5E5E5;
    } */
}

@media (max-width: 1270px) and (min-width: 1200px) {
    .col-md-4.mt-5.doc-remark {
        margin-top: 0px !important;
        width: 100% !important;
    }

    /* .doc-remark-status {
        border-top: 1px solid #E5E5E5;
    } */
}


@media (max-width: 900px) and (min-width: 767px) {

    .salary-input-element span {
        display: block;
        width: 100%;
        font-weight: bold;
        color: #666;
        padding-bottom: 10px;
    }

    button#generate_salary {
        margin-left: 0px;
        height: 45px;
    }

}