.form-input {
    width: 50% !important;
}

#interest-rate-table th {
    font-weight: lighter;
}

.required {
    color: indianred;
}

.deposit-rate-view {
    display: table;
    width: 80%;
}

.nml-10p {
    margin-left: -10%;
}

.deposit-rate-view > tbody > tr > td:first-child, .deposit-rate-view > thead > tr > td:first-child {
    min-width: 230px;
}

.border-on-hover:hover {
    border: 1px solid #ced4da;
}

.create-padding {
    padding-right: 30%;
}

.message-box {
    display: none;
}

.button-margin {
    margin: 2px;
}

.trash-color {
    color: #5a6268;
}

.button-padding-5 {
    padding-top: 5px;
}

.padding-10 {
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.row-margin {
    margin: 0;
}

th {
    font-weight: bold;
}

.create-button-padding {
    margin-left: 27%;
}

.padding-20 {
    padding-top: 20px;
}

#bulk-deposit-table {
    width: 100%;
}

.datepicker.dropdown-menu {
    z-index: 2147483647 !important;
}

.hover-underline:focus, .hover-underline:hover {
    text-decoration: underline;
    text-underline-position: under;
}

.text-underline {
    text-decoration: underline;
    text-underline-position: under;
}

.text-title {
    font-size: 1.8rem;
}

#auctions-request-table_wrapper {
    padding-top: 20px;
}

.btn-grey {
    background-color: #e9ecef;
    border-color: #e9ecef;
}

.title-note {
    font-size: 16px;
}

.auction-view-table {
    background-color: #0000000d;
}

.select2-full-width > .select2-container.select2-container--default {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: unset !important;
    padding-top: 3px;
    padding-bottom: 3px;
}

.select2-selection__arrow {
    margin-top: 3px;
    margin-bottom: 3px;
}

.select2-container--default .select2-selection--single {
    min-height: 37px;
}

.text-yellow {
    color: #ffc107;
}

.value-modified {
    background-color: #ccf9cc;
}

.input-round {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #CCC !important;
    border-right: 0px !important;
    text-align: center;
}

.input-readonly {
    border: 1px solid #CCC !important;
    background-color: #e9ecef;
    border-right: 0px !important;
    text-align: center;
}

.input-round[readonly] {
    background-color: #e9ecef;
}

.input-group-select {
    border-left: 0px !important;
}

.personal-banking-table {
    table-layout: fixed;
    align-items: center;
    background-color: #f8fafc;
    border: none;
    padding-left: 0px;
    width: 100%;
    height: 100%;
}

.personal-banking-table tr td {
    padding-top: 15px !important;
    padding-left: 10px;
}

.custom-input {
    display: inline-block;
    width: 100%;
    height: calc(2.19rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.6;
    color: #495057;
    vertical-align: middle;
    background: #fff no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
}

.input-group > .input-group-prepend > .custom-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0px;
}

.changes-log-old-show-table {
    float: left;
    margin-left: 30%;
}

.changes-log-new-show-table {
    float: right;
    margin-right: 30%;
}

.from-date-flex {
    margin-right: .35rem!important;
}

#department_select_block{
    border: lightgrey !important;
    min-width: 12rem;
}

#select2-department-select-container {
    color: #7f7f7f !important;
}

.invalid-feedback-change {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #e3342f
}


.opacity-70 {
    opacity: 0.7;
}


.custom-card {
    width: 150px;
    border: 1px solid rgba(0, 0, 0, .150);
    border-radius: .25rem;
    background-color: #fff;
}

.hoverable:hover {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    color: #000 !important;
}

.irr-pdf-link:hover, .job-instruction-pdf-link:hover, .job-eligibility-pdf-link:hover , .fx-card-rate-pdf-link:hover {
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

.new-job-icon {
    height: 40px;
}
