.float-right {
    float: right!important;
}
.pt-0 {
    padding-top: 0!important;
}

.pb-0 {
    padding-bottom: 0!important;
}
.db {
    display: block!important;
}
.dn {
    display: none!important;
}

.fs16 {
    font-size: 16px;
}

.fs20 {
    font-size: 20px;
}

.fs24 {
    font-size: 24px;
}

.fs26 {
    font-size: 26px;
}

.fs28 {
    font-size: 28px;
}

.fs30 {
    font-size: 30px;
}

.fs32 {
    font-size: 32px;
}

#saleOrder-block thead tr th, #statistics-result-table-block thead tr th {
    background-color: #1ab394!important;
    color: white;
}
#statistics-result-block .ibox-content {
    height: 249.44px;
}

.ibox-grey {
    background-color: #f3f3f4;
}

.ibox-no-border {
    border: none;
}

#parcel-register-list-data_wrapper table thead tr th, #special-service-list-data_wrapper table thead tr th {
    background-color: #1ab394;
    color: white;
}

#special-service-list-data_wrapper .table-header {
    height: 30px;
}


.buttons-csv {
    background-color: #1ab394!important;
    color: white!important;
    font-weight: bold;
    border: none!important;
}
div.dataTables_wrapper div.dataTables_length select {
    width: auto;
}

#parcel-register-list-data_wrapper .dataTables_length{
    float: right;
}

#parcel-register-list-data_wrapper .dataTables_filter {
    margin-right: 15px;;
}

#select2-terminal-results .select2-results__option[aria-selected=true] {
    display: none;
}

.tr-actions {
    text-align: center;
}

.tr-actions .tr-action {
    color: #2F4050;
}

.wh-user-name {
    font-weight: bold;
    padding: 0 15px;
}

#current-warehouse {
    padding: 0 15px;
    max-height: 30px;
    max-width: 300px;
    margin: 0 auto;
}

.navbar-right.visible-768 {
    display: none;
    float: none;
    margin-top: 70px;
    text-align: center;
}

.navbar-right.visible-768 li {
    display: block;
    padding: 5px 25px;
}

.navbar-right.visible-768 .form-group {
    margin: 0;
}

.navbar-right.visible-768 a {
    padding: 5px 25px;
}

.search-box {
    margin: 10px;
    height: 35px;
}

.search-box label {
    line-height: 35px;
}

.search-buttons {
    text-align: right;
    margin-right: 25px;
    float: right;
}

#parcel-register-list-data thead tr th:after, #special-service-list-data thead tr th:after {
    display: none;
}

#parcel-register-list-data thead > tr > th,
#parcel-register-list-data tbody > tr > td{
    padding: 5px;
    color: #000;
}
#special-service-list-data thead > tr > th,
#special-service-list-data tbody > tr > td {
    color: #000;
}

.copy-row {
    color: #2F4050;
    padding: 10px;
}

.copy-row:hover {
    color: #1ab394;
}

.locker-row-inner {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.error-txt {
    color: #ff0000;
}

.delivery-requests-box {
    list-style: none;
}

.vote-item {
    margin-bottom: 5px;
}

.vote-info, .vote-title {
    margin-left: 0;
}

.vote-info, .vote-info a {
    color: #A0A0A0;
    font-size: 14px;
}

.uploadifive-queue-item {
    clear: both;
}

.products-title {
    color: #000000;
}

.pr {
    position: relative;
}

.scanner-icon {
    position: absolute;
    color: #686868;
    top: 24px;
    padding: 0px 20px;
    font-size: 24px;
    right: 0;
}
.scanner-icon:hover, .scanner-icon:active {
    color: #1ab394;
    transition: 0.2s;
}

canvas.drawing, canvas.drawingBuffer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#reader {
    position: relative;
}

@media screen and (max-width: 767px) {
    .navbar-right:not(.visible-768) {
        display: none;
    }

    .visible-768 {
        display: block !important;
    }
}