table {
    width: 100%;
    border-collapse: collapse;
}

th, td {

}

@page {
    margin: 'minimun';
}


@media print {
    a[href]:after {
        content: none !important;
    }

    .no-print { /* Add a class to elements you want to hide specifically */
        display: none !important;
    }

    .titilePage {
        display: none !important;
    }

    .website-url-display {
        display: none !important;
    }

    display: none !important;
    /*#report-content table{*/
    /*  width: 100%;*/
    /*  height: 100% !important;*/
    /*  overflow: visible;*/
    /*}*/
    tr {
        page-break-inside: avoid !important;
    }

    table {
        page-break-inside: auto;
        page-break-after: auto;
    }
    #print-content-detail {
        transform: scale(0.8); /* Adjust scale factor as needed */
        transform-origin: top left; /* Scale from top-left corner */
        width: calc(100% / 0.8); /* Adjust width to compensate for scaling */
        overflow: visible !important;
        margin: 10px;
        max-width: 95% !important;

    }



}

.rdrDefinedRangesWrapper, .rdrDateDisplayWrapper {
    display: none !important;
}

p {
    margin: 0;
}

.datetimerangecustom {
    border: 1px solid #ccc;
    position: absolute;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    right: 0;
    background: #fff;
}

.datetimerange {
    /* border: 1px solid #ccc; */
    position: relative;
    max-width: 350px;
    z-index: 999;
}

.datetimerangecustom button.btn-apply {
    width: 200px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: none;
    padding: 10px;
}

.report-container {
    overflow: auto;
    height: calc(100dvh - 100px);
}

.report-container .head-report-container {
    display: flex;
    justify-content: start;
    align-items: center;
}

.select-router {
    width: 600px;
    flex: 1;
    max-width: 50%;
    margin-right: 15px;
    min-width: 300px;
    display: flex;
}

.datetimerange-text {
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    width: 200px;
    height: 38px;
    /* margin-left: 20px; */
}

.datetimerange-text i {

    margin-left: 20px;
}

table, th, td {
    border: 1px solid #ccc;
    /* border-collapse: collapse; */
    text-align: center;
}

table th {
    text-align: center;
}

.report-content {
    width: 100%;
    margin-top: 20px;
    justify-content: center;
    /* display: flex; */
    /* min-width: 1300px; */
}

.table-report {
    margin: auto;
    width: auto;
    overflow-y: auto;
    /* min-width: 1200px; */
    color: #000;
    max-width: 95%;
    /* border: none; */
    border-bottom: none;
    border: none;
}

.table-report.minTable {

    min-width: 500px;

    width: auto;
}

.table-report-firstWay {
    /* width: 50%; */
    vertical-align: top;
    /* margin-top: -1px; */
    min-width: 501px;
}

.table-report-firstWay table {
    width: 100%;
    /* max-width: 50%; */
    /* position: absolute; */
}

.table-report-secondWay {
    /* width: 50%; */
    vertical-align: top;
}

.table-report-secondWay table {
    width: 100%;
    margin-left: -1px;
    padding-left: 3px;
    min-width: 300px;
}

.titleReportProduct {
    width: 46px;
    text-align: center;
    vertical-align: middle;
    /* height: 110px; */
    max-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    /* padding: 10px; */
    /* padding-bottom: 11px; */
    font-size: 9px;
    text-transform: uppercase;
    font-weight: normal;
}

.titleReportProduct.generalWayHeader {

    width: auto;
}

.dateOrder {
    width: 50px;
    max-width: 150px;
    font-size: 12px;
}

.orderNumber {
    /* width: 66px; */
    text-transform: uppercase;
    padding-left: 3px;
    padding: 5px;
    font-size: 11px;
}

.orderNumberAbivin {
    width: 102px;
    text-transform: uppercase;
    font-weight: normal;
}

.orderNumberAbivin p {
    width: 80px;
    width: 100%;
    font-size: 13px;
}

.orderNumberAbivin p:first-child {
    padding-top: 0px;
}

.orderNumberAbivin p:last-child {
    padding-bottom: 0px;
    padding: 5px;
}

.tdProduct {
    width: 70px;
    vertical-align: middle;
    text-align: center;
}

.tdProduct p {
    /* width: 100px; */
    margin: 0;
    /* padding: 9px; */
    font-size: 12px;
}

.tdProduct p:first-child {
    margin-top: 0px;
}

.tdProduct p:last-child {
    margin-bottom: 0px;
}

.rootVehicle {
    width: 100px;
}

.reportTitleName {
    font-size: 20px;
    color: #000;
    margin-top: 12px;
}

.reportTitleDate {
    color: #000;
}

.reportTitleDate label {
    margin: 10px 3px;
}

table th.titleWay {

    color: #000;

    padding: 1px;

    border-bottom: 0;

    font-size: 11px;

    text-transform: uppercase;

    font-weight: normal;
}

.page-title {
    margin-top: 0;
}

.table-orders {
    width: 100%;
}

.table-orders thead {
    background: #f9f6f6;
}

.table-orders thead th {
}

.table-orders thead th {
    padding: 10px;
    color: #000;
}

.table-orders td {
}

.table-orders .orderId {
    width: 115px;
    /* margin-left: 10px; */
    /* padding: 10px; */
    margin: auto;
    /* background: #f00; */
}

.table-orders .rootVehicle {
}

.table-orders .orderFromName {
    width: 200px;
    margin: auto;
    text-align: left;
    padding: 10px;
}

.table-orders .orderDate {
    min-width: 100px;
}

.table-orders .productItemDetail {
    /* padding-top: 10px; */
    text-align: left;
    padding-left: 10px;
    min-width: 300px;
}

.table-orders .orderWayName {
    padding-top: 10px;
    color: #000;
    text-align: left;
    display: block;
    padding-left: 10px;
}

.table-orders .numberDelivered {
    font-weight: bold;
    color: #f00;
}

.head-orders-container {

    display: flex;
}

.formSearch {
    height: 38px;
    margin-right: 15px;
}

.formSearch input {
    height: 38px;
    border-radius: 3px;
    min-width: 200px;
}

.productItem p.productItemDetail:last-child {
    padding-bottom: 10px;
}

.productItem p.productItemDetail:first-child {
    padding-top: 10px;
}

.editItem {
    width: 150px;
}

.editItem select {
    padding: 7px;
    width: 135px;
    margin: auto;
    border: 1px solid #ccc;
    outline: none !important;
}

.editItem select option {

    padding: 10px;

    border-radius: 0;
}

.editItem button {
    background: transparent;
    border: none;
    font-size: 24px;
    color: #337ab7;
}

.editItem i {
}

.editItem.update i {
    color: #f00;
}

.select-router .select-address {

    width: 300px;
}

.select-router .select-from {
    margin-right: 10px;
}

.select-router .select-to {
}

.tdTypeWay {
    width: 120px;
    padding: 5px;
    min-height: 40px;
}

.table-report-general {
    vertical-align: unset;
    position: relative;
}

.general-team {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    position: relative;
}

.general-team table {
    width: 100%;
    /* height: 100%; */
    border: 0;
    /* display: table; */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.general-team table tr {
    height: 100%;
}

.general-team table tr td {
    /* border: 0; */
    border-right: 1px solid #ccc;
    border-bottom: 0;
    border-top: 0;
    width: 50%;
}

.general-team table tr td:first-child {
    border-left: 0;
}

.general-team table tr td:last-child {
    border-right: 0;
}

.general-team table tr td .number {
    padding: 10px 0 8px 0;
    /* width: 50%; */
}

.general-way {
    width: 50%;
}

.general-way table {
    border: 0;
    width: 100%;
    /* height: 100%; */
}

.general-way table tr {
}

.general-way table tr td {
    /* border-bottom: 0; */
    border-top: 1px;
}

.p-order {
    height: 20px;
}

.general-way table tr td:first-child {
}

.general-way table tr:last-child td {
    border-bottom: 0;
    border-right: 0;
}

.no-data {
    text-align: center;
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.form-group.cacategorie {
    margin-top: 10px;
    padding: 5px;
}

.form-group.cacategorie .input-group {
    display: flex;
    align-items: center;
    z-index: 1;
    justify-content: space-between;
}

.form-group.cacategorie .input-group label {
    width: 300px;
    max-width: unset;
    /* display: block; */
    min-width: 200px;
}

.form-group.cacategorie .input-group input {
    width: 86px;
    text-align: center;
    padding: 10px;
    border-radius: 0;
}

.form-group.cacategorie .input-group.dateApply input {
    width: 220px;
    text-align: center;
    padding: 10px;
    border-radius: 0;
}

.form-group.cacategorie p.error {
}

input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.form-group.cacategorie .cacategorie-way.error p {
    color: #f00;
}

.form-group.cacategorie .cacategorie-way.error input {
    border: 1px solid #f00;
    color: #f00;
    border-radius: 3px;
}

.dateApply.error {
}

.dateApply.error label {
    color: #f00;
}

.dateApply.error input {
    color: #f00;
    border: 1px solid #f00;
}

.form-router {
    position: relative;
    z-index: 9999;
}

.button-category {
}

.button-category button {
    margin-right: 20px;
    padding: 10px;
    width: 100px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}

.cacategorie-way {
    margin-right: 5px;
    text-align: center;
}

.cacategorie-way:last-child {
    margin-right: 0;
}

.cacategorie-way p {
    /* margin-right: 20px; */
}

.cacategorie-way p span {
    color: #f00;
}

.cacategorie-way input {
}

.react-datepicker, .react-datepicker-time__header, .react-datepicker-year-header, .react-datepicker__current-month {
    font-size: 14px !important;
}

.react-datepicker__day-name, .react-datepicker__day, .react-datepicker__time-name {
    width: 35px !important;
    height: 35px !important;
    padding: 10px !important;
}

.list-group {
    margin-top: 10px;
}

.boxVideoHead {
    clear: both;
    height: 50px;
    padding: 10px;
    width: 100%;
}

p.error {
    padding: 10px 0;
    color: #f00;
}

.fuel input {

    border-radius: 0 !important;
    width: 300px !important;
    float: unset !important;
    display: block !important;
}

.fuel {
    padding: 0;
}

.fuel label {
    margin-top: 10px;
}

.fuel .react-datepicker-wrapper {
    display: block;
}

.list-group .titleWay {
    margin: 0;
}

.list-group .table tr th {
    padding: 0;
    vertical-align: middle;
}

.list-group .table .titleWay tr th {
    padding: 8px;
}

.list-group .table tr th label {
    padding: 10px;
}

.list-group .table td {
    vertical-align: middle;
}

.list-group .table .td-way-price p {
    width: 100px;
}

.totalPrice {
    text-align: center;
    display: block;
    width: 100%;
    /* color: #f00; */
    margin: 0;
    /* display: flex; */
    /* border: 1px solid; */
    padding: 0;
    /* display: none; */
    min-height: 23px;
    margin-top: 6px;
    font-size: 11px;
    padding: 0px;
}

.general-way .tdTypeWay input.inputWay {
    width: 100%;
    text-align: center;
    border: none;
    outline: 0;
}

td.tdLabel {
    vertical-align: middle;
    font-weight: normal;
    text-align: left;
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 12px;
}

td.tdLabel label {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px;
    margin: 0;
}

.tdTypeWayTotal {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
}

.tdTypeWayTotal .reportInput {
    width: 100%;
    display: flex;
    height: 100%;
    border-right: 1px solid #ccc;
}

.tdTypeWayTotal .reportInput p {

    width: 50%;

    height: 100%;

    border-right: 1px solid #ccc;

    display: flex;

    justify-content: center;

    align-items: center;

    font-weight: normal;
}

.tdTypeWayTotal .inputWay {
    width: 100%;
    text-align: center;
    outline: none;
    display: flex;
    border: none;
    /* border-right: 1px solid #ccc; */
}

.tdProductWay .inputWay {
    width: 100%;
    text-align: center;
    outline: none;
    display: flex;
    border: none;
    /* border-right: 1px solid #ccc; */
}

#report-content .table-total-title {
    min-width: 400px;
}

.tdProduct label {

    /* padding: 10px; */

    margin-bottom: 0;
}

.report-all {
}

.report-all .form-select-date {
    display: flex;
    margin-left: 40px;
}

.report-all .form-select-date .input-group {
    display: flex;
    flex-direction: column;
    margin-right: 13px;
}

.report-all .form-select-date .input-group label {
}

.table-report-all {
}

.table-report-all {
    color: #000;
    max-width: 500px;
}

.totalPriceAll {
    width: 88px;
    /* padding: 10px; */
    font-weight: bold;
    color: #000;
    font-size: 12px;
}

.table-report-all table th {
    padding: 5px;
}

.table-report-all .address {
    padding: 10px;
    width: 160px;
    font-size: 12px;
    text-align: left;
}
.table-report-all .address.addressFrom {
    width: 100px;
}

.table-report-all .totalPriceAll {
}

.table-report-all .listNumber {
    width: 69px;
    text-align: center;
    margin: auto;
    /* padding: 1px; */
}
.table-report-all .listNumber.datetimeRort {

    width: 50px;
}
.title-table-list {
}

.title-table-list label {
    padding: 10px 0 0 0;
    font-size: 12px;
}

.table-report-all .listNumber input {
    width: 100%;
    margin: auto;
    border: none;
    outline: none;
    padding: 5px;
    text-align: center;
}

.inputValue {
    display: flex;
    margin-left: 40px;
    margin-bottom: 20px;
}

.inputValue .input-group {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

.inputValue .input-group label {
}

.wrapper-print {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fff;
}

#print-content {
    overflow: auto;
    width: 100%;
    height: 100dvh;
    /*font-family: "Times New Roman", Times, serif;*/
    font-family: "Arial";
}

.print-header {
    text-align: center;
    margin-bottom: 20px;
}

.print-header h1 {
    color: #000;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}

.print-header h3 {
    color: #000;
    /* text-transform: uppercase; */
    font-size: 18px;
    /* font-weight: bold; */
}

.print-header h5 {
    color: #000;
    /* text-transform: uppercase; */
    font-size: 18px;
}

.print-header p {
    color: #000;
    /* text-transform: uppercase; */
    font-size: 18px;
}


.pintAction {
    position: fixed;
    top: 10px;
    left: 20px;
}

.pintAction button {
    margin-right: 20px;
    border: 1px solid #ccc;
}

.pintAction button.cancel {
}

.pintAction button.pintItem {
}

.wrap-editor {

    position: fixed;

    width: 100%;

    height: 100dvh;

    top: 0;

    left: 0;

    z-index: 999;

    background: #fff;

    padding: 100px;

    /* margin-bottom: 20px; */
}

.content-report {
    size: 7in 9.25in;
    margin: 10mm 10mm 10mm 10mm;
    position: relative;
    /* width: 595px; */
    max-width: 1000px;
}

.content-report-head {
    margin-bottom: 20px;
}

.edit-header {
    position: absolute;
    right: 0;
    top: -21px;
    padding: 7px 3px;
    width: 50px;
    border: none;
    background: #fff;
    /* border: 1px solid #ccc; */
}

.edit-header:hover, .edit-header:active {
    background: none;
    box-shadow: none;
}

.edit-header i {
    font-size: 20px;
    color: #337ab7;
}

.wrap-editor .wrap-btn {
    margin-top: 10px;
}

.wrap-editor .wrap-btn button {
    margin-right: 20px;
    width: 100px;
}

.ckeditor-content {
    border: 1px solid #ccc;
}

.table-report-all .tr-header .listNumber {
    padding: 10px;
}

.content-report-bottom {

    margin-top: 30px;

    text-align: left;

    font-size: 14px;

    padding: 10px;
}

.print-content-footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}

.print-content-footer .dateOrder {
    text-align: center;
    width: 100%;
    max-width: unset;
}

.print-content-footer .text-footer {
    display: flex;
    justify-content: space-around;
    text-transform: uppercase;
}

.print-content-footer .text-footer p {
}

.printing .pintItem {
    display: none !important;
}
.printing.coppyTable .pintItem.vehiclesList {
    display: table-cell !important;
}


.printing .edit-header {
    display: none !important;
}

.pintItem button {

    padding: 5px 10px;

    margin: 10px;
}

.formix .form-group {
}

.form-group span.error {
    margin-top: 9px;
    display: block;
    color: #f00;
    font-style: italic;
}

.formix button {
    margin-right: 10px;
}

.react-datepicker-popper {
    z-index: 3 !important;
}

.wrap-input-ship {
    padding: 0 10px;
}

.wrap-input-ship input {
    padding: 3px;
    border: 1px solid #ccc;
    outline: none !important;
    width: 100px;
    text-align: center;
}

.wrap-input-ship select {
    width: 101px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 0px;
    outline: none !important;
}

td p.localtion {
    text-align: left;
    padding-left: 10px;
    padding: 10px;
}

td.stt {
    min-width: 50px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 58px;
    height: 28px;
    margin-top: 10px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 23px;
    width: 23px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #5cb85c;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 29px;
}

.slider.round:before {
    border-radius: 50%;
}

.table-shippfee {
}

.table-shippfee th {
    padding: 10px;
}

.form-shippfee .form-group {
}

.form-shippfee .form-group button {
    margin-right: 20px;
}

.wrap-input-ship input.tolls {
    text-align: center;
}

.tdProduct.table-report-general p {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-size: 12px;
}

.tdProduct.table-report-general.orderNumberAbivin.tdProduct.table-report-general.orderNumberAbivin {
    width: 100px !important;
}

.tdProduct.table-report-general.orderNumberAbivin.tdProduct.table-report-general.orderNumberAbivin p {
}


.hide-colum {
    display: none !important;
}
.tdTypeWayTotal .reportInput.with-full {
    width: 50%;
}
.tdTypeWayTotal .reportInput.with-full p{
    width: 100%;
}

.label-price {
    max-width: 180px;

    padding: 10px;
}

.localtion-price {
    max-width: 300px;
}

.stt-price {
    width: 50px;
}

.table-total-report {
    min-width: 400px;
}

.table-total-report {
    min-width: 400px;
}

.table-total-report .table-wap-total {
    width: 100%;
    border: none;
}

.table-total-report .table-wap-total .table-wap-total-child {
}

.table-total-repor .table-total-title {
    border: 0;
    border-bottom: 1px solid #ccc;
}

.table-wap-total .general-way {

    border-left: 0;
}

.table-wap-total .tdTypeWay {
    border: 0;
}

.table-report-all label {

    font-size: 11px;
}

.wrapmerge {
    padding: 10px;
}

.wrapmerge label {

    font-size: 14px;

    color: #000;
}

.wrapmerge label span {
    color: #f00;
}

.wrapmerge input {
    margin: 10px 0 20px 0;
}

.wrapmerge table {
    margin-top: 20px;
    margin-bottom: 20px;
}

.wrapmerge table tr {
}

.wrapmerge table tr th {
}

.wrapmerge table tr td {
    padding: 10px;
}

.wrapmerge .mergeOrder {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.wrapmerge .mergeOrder button {
    margin-right: 20px;
    width: 100px;
}

.wrapmerge p {
    text-align: center;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
    padding: 10px 0;
    font-size: 14px;
}

.wrapmerge p span {
    color: #f00;
}

.btnMerge {
    margin: 10px;
}

.saveReportContent {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
}

.saveReportContent h3 {
    text-align: center;
}

.saveReportContent #reportName {
    width: 90%;
    /* margin: auto; */
}

.saveReportContent .form-check-input {
    margin-right: 20px;
}

.saveReportContent .form-group-button {
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
}

.saveReportContent .form-group-button button {
    width: 100px;
}

.productList {
}

.productList .productStt {
    width: 100px;
}

.productList .productSku {
}

.productList .productName {
    text-align: left;
    margin-left: 10px;
}

.productList .select-address {
    padding: 10px;
    width: 300px;
}

.select-address-from {
    max-width: 1000px;
    margin-left: 40px;
    margin-bottom: 20px;
}

.select-address-from {
}

.changeVehicle {
    position: relative;
}

.btnChangeVehicle {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none !important;
    background: transparent;
    padding: 10px;
}

.btnChangeVehicle i {
    font-size: 15px;
    color: #0093ff;
}

.table-address .localtion {
}

.table-address .localtion input {
    padding: 3px;
    border: 1px solid #ccc;
    outline: none !important;
    min-width: 300px;
    text-align: left;
}

.table-address .localtion .btnSave {
    width: 100px;
}

.table-report-all.table-report-quarterly .address {
    width: 297px;
    font-size: 13px;
    text-align: left;
}

.table-report-all.table-report-quarterly .totalPriceAll {
    font-size: 13px;
    width: 91px;
    margin: auto;
}

.table-report-all.table-report-quarterly label {
    font-size: 13px;
    padding: 10px 0;
}

.totalAAAAA {
    text-align: left;
    margin-left: 10px;
}

.totalAAAAA label {
    margin-left: 10px;
}

.listNumberNo {
    width: 40px;
}

.inputTotal {
    padding: 5px;
    border: 1px solid #ccc;
    text-align: center;
    outline: none !important;
    font-weight: bold;
}

.inputTotal:disabled {
    border: none;
    background: #fff;
}

.table-wages {
    color: #000;
}

.table-wages h3 {
    font-weight: bold;
}

.table-wages .datetime {
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
}

.table-wages .stt {
}

.table-wages .name {
    text-align: left;
    padding-left: 20px;
}

.table-wages .vehicle {
    text-align: left;
    padding-left: 20px;
}

.table-wages .revenue {
}

.table-wages .expense {
}

.table-wages .tollPrice {
}

.table-wages .tripNumeber {
}

.logo-tech {
    text-align: center;
}

.logo-tech img {
    height: 40px;
}

.table-vehicles {
}

.table-vehicles .driverName {
    text-align: left;
    padding-left: 20px;
    /* display: flex; */
    position: relative;
    width: 400px;
}

.table-vehicles .driverName .edit-drive {
    position: absolute;
    right: 10px;
    border: none;
    background: none;
    top: 10px;
}

.table-vehicles .driverName .edit-drive i {
    color: #337ab7;
}

.select-vehicles {
}

.table-wages .revenue input {
    width: 100px;
    border: none;
    text-align: center;
    padding: 10px;
}
.headerway {
    display: flex;
}
.general-way-wraper {
    width: 150px;
}
.general-way-wraper .generalWayHeaderTitle{
    border: 1px solid #ccc;
    border-left: none;
    /* border: 1px solid #ccc; */
}
.general-way-wraper .generalWayHeaderTitle .titleReportProduct{
    width: auto;
    height: 162px;
    font-size: 12px;
}
.general-way-wraper .generalWayHeaderWay{
    display: flex;
}
.general-way-wraper .generalWayHeaderWay .tdTypeWay{
    position: relative;
    border-right: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
}
.general-way-wraper .generalWayHeaderWay .tdTypeWay button{
    position: absolute;
    /* display: none; */
    right: 0;
    top: 0;
}
.table-report-general.textarea {

}
.textarea .tdTypeWayTotal textarea {
    resize: none;
}

.general-way-wraper.hide-colum-one {
    width: 75px;
}
.titleWayHeader {
    font-weight: bold !important;
    font-size: 11px !important;
}

#print-content-detail-router td, #print-content-detail-router th{
    border: 1px solid #a4a0a0;
}

.tdProduct.tdProductWay {

}
.table-wages th, .table-wages td {
    vertical-align: middle !important;
}

.table-vehicles .revenue input {
    width: 300px;
    border: none;
    text-align: center;
    padding: 10px;
}

.listNumberVehicles {
    padding: 2px 5px;
    text-transform: uppercase;
}