/* here you can put your own css to customize and override the theme */
* {
    font-family: "Open Sans","Droid Arabic Kufi Reg",sans-serif;
}

textarea {
    resize: none !important;
}

.page-content-wrapper .page-content {
    padding: 0 0 0 20px;
}

.page-header.navbar .page-logo .logo-default {
    margin: 15px 10px 0;
    height: 45px;
}

.wOps {
    height: 130px !important;
    margin-bottom: 10px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle;
}

.m-l-20 {
    margin-left: 20px;
}

.modal .modal-header h3 {
    float: left;
}

.st-sort-ascent:before {
    content: '\25B2';
}

.st-sort-descent:before {
    content: '\25BC';
}

.swal2-container {
    z-index: 10060
}

.no-wrap th {
    white-space: nowrap
}

.mCustomScrollBox {
    width: 100%;
}

/*Loader*/
.page-content {
    position: relative;
}

.loader {
    position: fixed;
    width: 99%;
    height: calc(100% - 20px);
    background: rgba(153, 153, 153, .5);
    text-align: center;
    padding: 200px 0;
    top: 0;
    z-index: 10;
}

    .loader.main-loader {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(153, 153, 153, .5);
        text-align: center;
        padding: 200px 0;
        top: 0;
        z-index: 10000;
    }

        .loader.main-loader svg {
            /*max-width: 100%;*/
            width: 25em;
            fill: none;
            stroke: #222;
            stroke-linecap: round;
            stroke-width: 8%;
            /*width: 99%;*/
            height: calc(100% - 20px);
            /*margin: 100px 0;*/
        }

use {
    stroke: #fff;
    animation: a 2s linear infinite
}

@keyframes a {
    to {
        stroke-dashoffset: 0px
    }
}

.widget-bg-color-orange {
    background: orange;
}

.widget-bg-color-yellow {
    background: #cccc02;
}

.widget-bg-color-brown {
    background: #3e0202;
}

.error {
    color: #f00;
    font-weight: bold;
}
/*.amcharts-chart-div,
.amcharts-chart-div svg{
    width: 100% !important;
}*/

.trackPath {
    display: flex;
    flex-direction: row;
    margin: 40px 0;
}

    .trackPath .step {
        width: 25%;
        text-align: center;
        position: relative;
    }

.step .fa-truck {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.trackLine {
    height: 3px;
    background: #999;
    margin: 30px 0;
}

.step.active .trackLine {
    background: green;
}

.check {
    background: #fff;
    padding: 5px;
    position: absolute;
    bottom: 18px;
    left: 50%;
    margin-left: -12px;
}

    .check i {
        color: #999;
    }

.step.active .check i {
    color: green;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-right-0 {
    margin-right: 0 !important;
}

.margin-left-0 {
    margin-left: 0 !important;
}

.padding-0 {
    padding: 0 !important;
}

.modal-xl {
    width: 95%;
}

.flex-display {
    display: flex !important;
}

    .flex-display label {
        white-space: nowrap;
        line-height: 34px;
        margin-bottom: 0;
    }

.cust_dropdown {
    left: auto;
    right: 0;
}

    .cust_dropdown:before {
        left: 0px !important;
        right: 0px !important;
        border-bottom: none !important;
        border-right: none !important;
    }

    .cust_dropdown:after {
        right: 1px !important;
        left: auto !important;
    }

/**/


.mytable {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    height: 556px;
}

    .mytable th,
    .mytable td {
        padding: 0.3rem 0.3rem 0 0.5rem;
        vertical-align: central;
        border-top: 1px solid black;
        height: 5px;
    }

    .mytable thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .mytable tbody + tbody {
        border-top: 2px solid #dee2e6;
    }

.mytable-sm th,
.mytable-sm td {
    padding: 0.3rem;
}

.mytable-bordered {
    border: 2px solid #000000 !important;
}

    .mytable-bordered th,
    .mytable-bordered td {
        border: 1px solid #000000 !important;
    }

    .mytable-bordered thead th,
    .mytable-bordered thead td {
        border-bottom-width: 2px;
    }

.mytable-borderless th,
.mytable-borderless td,
.mytable-borderless thead th,
.mytable-borderless tbody + tbody {
    border: 0;
}

.mytable-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.mytable-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.mytable-primary,
.mytable-primary > th,
.mytable-primary > td {
    background-color: #b8daff;
}

    .mytable-primary th,
    .mytable-primary td,
    .mytable-primary thead th,
    .mytable-primary tbody + tbody {
        border-color: #7abaff;
    }

.mytable-hover .mytable-primary:hover {
    background-color: #9fcdff;
}

    .mytable-hover .mytable-primary:hover > td,
    .mytable-hover .mytable-primary:hover > th {
        background-color: #9fcdff;
    }

.mytable-secondary,
.mytable-secondary > th,
.mytable-secondary > td {
    background-color: #d6d8db;
}

    .mytable-secondary th,
    .mytable-secondary td,
    .mytable-secondary thead th,
    .mytable-secondary tbody + tbody {
        border-color: #b3b7bb;
    }

.mytable-hover .mytable-secondary:hover {
    background-color: #c8cbcf;
}

    .mytable-hover .mytable-secondary:hover > td,
    .mytable-hover .mytable-secondary:hover > th {
        background-color: #c8cbcf;
    }

.mytable-success,
.mytable-success > th,
.mytable-success > td {
    background-color: #c3e6cb;
}

    .mytable-success th,
    .mytable-success td,
    .mytable-success thead th,
    .mytable-success tbody + tbody {
        border-color: #8fd19e;
    }

.mytable-hover .mytable-success:hover {
    background-color: #b1dfbb;
}

    .mytable-hover .mytable-success:hover > td,
    .mytable-hover .mytable-success:hover > th {
        background-color: #b1dfbb;
    }

.mytable-info,
.mytable-info > th,
.mytable-info > td {
    background-color: #bee5eb;
}

    .mytable-info th,
    .mytable-info td,
    .mytable-info thead th,
    .mytable-info tbody + tbody {
        border-color: #86cfda;
    }

.mytable-hover .mytable-info:hover {
    background-color: #abdde5;
}

    .mytable-hover .mytable-info:hover > td,
    .mytable-hover .mytable-info:hover > th {
        background-color: #abdde5;
    }

.mytable-warning,
.mytable-warning > th,
.mytable-warning > td {
    background-color: #ffeeba;
}

    .mytable-warning th,
    .mytable-warning td,
    .mytable-warning thead th,
    .mytable-warning tbody + tbody {
        border-color: #ffdf7e;
    }

.mytable-hover .mytable-warning:hover {
    background-color: #ffe8a1;
}

    .mytable-hover .mytable-warning:hover > td,
    .mytable-hover .mytable-warning:hover > th {
        background-color: #ffe8a1;
    }

.mytable-danger,
.mytable-danger > th,
.mytable-danger > td {
    background-color: #f5c6cb;
}

    .mytable-danger th,
    .mytable-danger td,
    .mytable-danger thead th,
    .mytable-danger tbody + tbody {
        border-color: #ed969e;
    }

.mytable-hover .mytable-danger:hover {
    background-color: #f1b0b7;
}

    .mytable-hover .mytable-danger:hover > td,
    .mytable-hover .mytable-danger:hover > th {
        background-color: #f1b0b7;
    }

.mytable-light,
.mytable-light > th,
.mytable-light > td {
    background-color: #fdfdfe;
}

    .mytable-light th,
    .mytable-light td,
    .mytable-light thead th,
    .mytable-light tbody + tbody {
        border-color: #fbfcfc;
    }

.mytable-hover .mytable-light:hover {
    background-color: #ececf6;
}

    .mytable-hover .mytable-light:hover > td,
    .mytable-hover .mytable-light:hover > th {
        background-color: #ececf6;
    }

.mytable-dark,
.mytable-dark > th,
.mytable-dark > td {
    background-color: #c6c8ca;
}

    .mytable-dark th,
    .mytable-dark td,
    .mytable-dark thead th,
    .mytable-dark tbody + tbody {
        border-color: #95999c;
    }

.mytable-hover .mytable-dark:hover {
    background-color: #b9bbbe;
}

    .mytable-hover .mytable-dark:hover > td,
    .mytable-hover .mytable-dark:hover > th {
        background-color: #b9bbbe;
    }

.mytable-active,
.mytable-active > th,
.mytable-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.mytable-hover .mytable-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

    .mytable-hover .mytable-active:hover > td,
    .mytable-hover .mytable-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075);
    }

.mytable .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.mytable .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #000000;
}

.mytable-dark {
    color: #fff;
    background-color: #343a40;
}

    .mytable-dark th,
    .mytable-dark td,
    .mytable-dark thead th {
        border-color: #454d55;
    }

    .mytable-dark.mytable-bordered {
        border: 0;
    }

    .mytable-dark.mytable-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .mytable-dark.mytable-hover tbody tr:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.075);
    }

@media (max-width: 575.98px) {
    .mytable-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .mytable-responsive-sm > .mytable-bordered {
            border: 0;
        }
}

@media (max-width: 767.98px) {
    .mytable-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .mytable-responsive-md > .mytable-bordered {
            border: 0;
        }
}

@media (max-width: 991.98px) {
    .mytable-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .mytable-responsive-lg > .mytable-bordered {
            border: 0;
        }
}

@media (max-width: 1199.98px) {
    .mytable-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .mytable-responsive-xl > .mytable-bordered {
            border: 0;
        }
}

.mytable-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

    .mytable-responsive > .mytable-bordered {
        border: 0;
    }

.mytable {
    border-collapse: collapse !important;
}

    .mytable td,
    .mytable th {
        background-color: #fff !important;
    }

.mytable-bordered th,
.mytable-bordered td {
    border: 1px solid #dee2e6 !important;
}

.mytable-dark {
    color: inherit;
}

    .mytable-dark th,
    .mytable-dark td,
    .mytable-dark thead th,
    .mytable-dark tbody + tbody {
        border-color: #dee2e6;
    }

.mytable .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
}

.table-bordered {
    border: 2px solid #000000;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #000000;
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px;
    }


.table-dark.table-bordered {
    border: 0;
}

.table-responsive-sm > .table-bordered {
    border: 0;
}

.table-responsive-md > .table-bordered {
    border: 0;
}

.table-responsive-lg > .table-bordered {
    border: 0;
}

.table-responsive-xl > .table-bordered {
    border: 0;
}

.table-responsive-xl > .table-bordered {
    border: 0;
}

.table-responsive > .table-bordered {
    border: 0;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #000000 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.childs_table {
    padding-left: 80px
}

.mytable thead tr td, 
.mytable tbody tr td {
    border: 1px solid black;
}