.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;
}

/* DO-7239 */

table.items.table.table-striped td {
    padding: 16px 24px;
    white-space: nowrap;
}

table.items.table.table-striped th {
    padding: 16px 24px !important;
    white-space: nowrap;
}

.grid-view {
    overflow-x: auto;
}

td.barcode-column {
    display: flex;
    gap: 12px;
    align-items: center;
}

#stock-note-modal {
    width: 530px !important;
    margin-left: -280px !important;
}

#note-modal {
    width: 530px !important;
    margin-left: -280px !important;
}

.modal-body.no_padding {
    padding: 0;
}

.note_code {
    padding: 24px 24px 0px 24px;
    border-bottom: 1px solid #D0D5DD;
}

h6.name_note {
    color: #1D2939;
    font-size: 16px;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 6px;
}

p.noted_date {
    color: #475467;
    font-size: 14px;
    font-weight: 300;
    line-height: 110%;
    margin-bottom: 8px;
}

p.note_comment {
    color: #1D2939;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
}

#note-form {
    padding: 24px 24px 0 24px;
}

#note-form textarea {
    width: 100%;
}

.grid-view ul.dropdown-menu.dropdown-menu-right {
    text-align:left;
}


a.toggle-actions {
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
}

.modal-body.no_padding form#note-form {
    padding: 0;
}

.comments_group {
    padding: 24px 24px 0;
}