.inp_small {
    width: 10px;
}

.redtext a {
    color: #203361;
}

.orange_row td {
    background-color: rgba(255, 153, 0, 0.27) !important;
}

.yellow_row td {
    background-color: rgba(255, 0, 0, 0.2) !important;
}

.bright_orange_row td {
    background-color: rgba(232, 112, 27, .5) !important;
}

.table tbody tr.success>td {
    background-color: #d0e9c6 !important;
}

.table tbody tr.stc>td {
    background-color: rgba(0, 128, 128, 0.2) !important;
}

.table tbody tr.error>td {
    background-color: #ebcccc !important;
}

.table tbody tr.warning_perc>td {
    background-color: #e8701b;
}

#valuation-grid table tr:nth-child(2n) td {
    background-color: #f7f8f9;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.nav-tabs>li>a,
.nav-pills>li>a {
    padding-right: 8px !important;
    padding-left: 8px !important;
    margin-right: 2px;
    line-height: 14px;
}

.damage_images {
    max-width: 100%;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
}

.verified_logo {
    height: 48px;
    width: 35px;
    background-repeat: no-repeat;
}

.green {
    color: #0ebc00 !important;
}

.summary_container.rtlactive {
    right: unset !important;
    left: 45px;
    top: 95px;
}

.rtlactive .summary-row {
    direction: ltr !important;
}

.dropdown-menu .divider {
    margin: 4px 12px !important;
}

.dropdown-menu li a i {
    padding-right: 8px;
}

table.offer-table th {
    font-size: 12px;
}

#trader-offer-modal {
    width: 700px;
}

@media screen and (max-width: 768px) {
    #trader-offer-modal {
        width: 95%;
    }
}

table.arabic td {
    text-align: right;
}

.datepicker-days {
    max-width: 215px;
}

.datepicker.datepicker-dropdown.dropdown-menu {
    max-width: 215px;
}

.datepicker.datepicker-rtl.dropdown-menu {
    right: unset !important;
}