body,
div,
table,
thead,
tbody,
tfoot,
tr,
th,
td,
p {
    font-family: "Arial";
    direction: rtl;
    text-align: center;
    font-size: 16px;
}

::-webkit-datetime-edit-day-field {
    color: red;
}

*,
 ::after,
 ::before {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    /*background: #E4E4E4;*/
    color: #545655;
    direction: rtl;
    font-size: 14px;
    font-family: Arial;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;

    animation: fadeInAnimation ease 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

table {
    width: 100%;
}

table {
    width: 100%;
}

a.comment-indicator:hover+comment {
    background: #ffd;
    position: absolute;
    display: block;
    border: 1px solid black;
    padding: 0.5em;
}

a.comment-indicator {
    background: red;
    display: inline-block;
    border: 1px solid black;
    width: 0.5em;
    height: 0.5em;
}

comment {
    display: none;
}

input[type=checkbox] {
    border: none;
    width: 13px !important;
    height: 13px !important;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: 16px;
    overflow: hidden;
    right: -20px;
}

input[type=radio] {
    border: none;
    width: 13px !important;
    height: 13px !important;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: 16px;
    overflow: hidden;
    right: -20px;
}

select {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: .1em 1em;
}

input[readOnly] {
    background: #E4E4E4 !important;
}

span {
    margin: 0 auto !important;
}

p {
    margin-right: 0 !important;
    width: 100%;
    text-align: right;
    padding: 1.5px;
}

h1 {
    color: #ffffff;
    text-align: center !important;
    margin: 0 15px;
    padding: 10px;
    font-size: 25px;
    font-weight: bold;
    background-color: #333;
}



.Admin,
.AdminTitle {
    margin: 5px 5px 15px 0;
    width: calc(100% - 1em);
}

.AdminTitle li {
    width: calc(100% - 1em);
}

.Admin li {
    width: calc(100% - 0em);
    padding: 9px;
}

.lastOrder ul {
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
    position: relative;
    margin: 2px;
}

.lastOrder li {
    width: calc(100% - 0em) !important;
}

input {
    width: calc(100% - 1em);
    height: 40px;
    text-align: center;
}

select {
    width: 100%;
    border-radius: 0;
    margin-right: 15px;
    height: 40px;
}

.MainLabel {
    width: 100%;
    margin-bottom: 10px;
}

/*h1{color: #fff;}*/
label {
    width: calc(100% - 0em);
}

.heading h1 {
    font-size: 20px;
    color: #fff;
    background: none repeat scroll 0 0 #127a8d;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}


button {
    width: 100%;
    background: #127a8d;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
    border: none;
}

.btn:active {
    transform: scale(0.98);
    box-shadow: 3px 2px 15px 1px rgba(0, 0, 0, 0.24);
}

.btn_main_submit {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

.btn_main_submit-primery {
    background: none repeat scroll 0 0 #127a8d;
    width: 100%;
    margin-bottom: 3em;
}

#disp_km_hour {
    margin-top: 10px;
}


#addToBagBtn {
    background: none repeat scroll 0 0 #117a8c;
    border-radius: 10px;
    float: right;
    height: 55px;
    margin-right: 10px;
    padding-top: 12px;
}


#logoImage {
    display: flex;
    background-image: url(/images/bg_01.png);
    background-position: bottom;
}

.preloader-wrapper .logo_preloader {
    top: 47%;
    position: absolute;
    width: calc(100% - 0em) !important;
}

.preloader-wrapper .logo_preloader img {
    width: calc(100% - 23em);
}

.table-responsive {
    display: block;
    width: 100% !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.reload-btn {
    width: calc(100% - 15em) !important;
    right: 5px;
    display: block;
    position: absolute !important;
    opacity: 0.8;
    height: 3em;
}

.webcam-live {
    width: 100%;
    height: 100%;
}

.morePhoto input {
    text-align: center !important;
    width: calc(100% - 3em) !important;
}

.fakefile {
    z-index: 1;
    width: calc(100% - 0em);
    height: 60px;
    float: none;
}

.back-btn {
    width: calc(100% - 15em) !important;
    left: 5px;
    display: block;
    position: absolute !important;
    opacity: 0.8;
    height: 3em;
}

#h1_center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    background-color: #fff;
    color: #117a8c;
}

.yellow {
    background: #ff0;
}

.green {
    background: #92d050;
}

.gray {
    background: #C0C0C0;
}

.header td {
    border: none;
    margin: 0;
}

.tablink {
    background-color: #555;
    color: white;
    float: right;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 16.666%;
}

.tablink:hover {
    background-color: #777;
}

.hideFromPrint {
    display: none !important;
}

.showFromPrint {
    display: block !important;
    page-break-after: always;
    width: 100% !important;
}

.table-responsive ul {
    display: grid;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
    position: relative;
    margin: 2px;
}

.second-responsive ul {
    grid-template-columns: repeat(3, 1fr) !important;
}

.body_login {
    background: #FFF !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: red;
}

.main {
    height: auto;
    min-height: 95%;
    background-color: #E4E4E4;
    padding-top: 0;
}

.mainBody {
    background-color: #ffffff00;
    border: none;
}

.MainLogin {
    min-height: 100%;
    background-color: #ffffff;
    border-radius: 10px;
}

.header {
    height: calc(100vh - 15em);
}

.header ul {
    grid-template-columns: repeat(3, 1fr);
}

.header_second {
    grid-template-columns: repeat(1, 1fr) !important;
}

#popupOuter1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #FFF;
    opacity: .7;
    z-index: 999;
}

#popupOuter2 {
    margin-top: 35px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999;
}

.login_heading {
    background-image: url(/images/bg_01.png);
}

.heading {
    background-color: #e4e4e4;
    background-repeat: no-repeat;
    /* background-size: 99% 100%; */
}

.heading img {
    width: calc(100% - 235px);
    margin: 0 auto;
    display: block;
    margin-top: 35px;
}

.middle {
    height: 100%;
    display: table;
    margin: 0 auto;
}

.inner {
    vertical-align: top;
    display: table-cell;
}

#firstPopupDiv {
    width: calc(100% - 100px);
    background-color: white;
    border: 1px solid #E1E1E1;
    font-size: 18px;
    height: 475px;
    margin-left: 0;
    padding: 20px;
    top: 70px;
    z-index: 2000;
    border-radius: 16px 16px 16px 16px;
    box-shadow: 2px 2px 8px #000000;
    margin: 0 auto;
}

.morePhotoMain {
    width: calc(100% - 10em);
    margin: 0 auto;
    display: block;
    height: auto;
}

.fakefile img {
    z-index: 1;
    width: 55px;
    height: 42px;
}

.editPhoto {
    float: right;
    height: 85px;
    margin-top: 28px;
    z-index: 999;
    margin: 5px;
    padding: 5px;
    border: 1px solid #efefef;
}

.morePhoto {
    height: 85px;
    z-index: 999;
    margin: 35px auto;
    padding: 5px;
    width: 75px;
}

.morePhoto input {
    position: absolute;
    text-align: center;
    -moz-opacity: 0;
    opacity: 0;
    z-index: 2;
    height: 61px;
    cursor: pointer;
    direction: ltr;
    width: 60px;
}

#photo_img {
    width: calc(100% - 0vh);
    height: 100%;
    margin: 0 auto;
}

#photo_img img {
    width: auto;
    height: 300px;
    margin: 15px auto;
    display: block;
}

#StartScan {
    top: 150px;
}

#StopScan {
    width: calc(100% - 220px);
}

#StartScan:active,
#StopScan:active,
.btn-primary:active {
    transform: scale(0.98);
    box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
}

.main-btn {
    bottom: 0;
    width: calc(100% - 0px);
}

.main-btn_Type {
    bottom: 0;
    position: fixed;
    width: calc(100% - 1px);
    padding: 0 8vh;
}

.btn {
    width: calc(100% - 1em);
    padding: 15px 30px !important;
    margin: 10px 10px;
}

#StartScan,
#StopScan,
.btn-primary {
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    letter-spacing: .3px;
    border-radius: 6px;
    background-image: linear-gradient(to bottom right, #127a8d, #0d505c);
    border: 1px solid transparent;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
    margin: 5px auto;
    text-decoration: none;
    padding: 40px 31px;
    justify-content: center;
    position: relative;
}

.table-responsive {
    display: block;
    width: 100% !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media print {
    body,
    div,
    table,
    thead,
    tbody,
    tfoot,
    tr,
    th,
    td,
    p {
        font-family: "Arial";
        direction: rtl;
        text-align: center;
        font-size: 14px;
    }
    #GALIL {
        display: none;
    }
    .tablink,
    .btn {
        display: none;
    }
    @page {
        margin: 0;
        size: A4;
    }
    #RIKUZ {
        visibility: visible;
        display: block;
        page-break-after: always;
    }
    #RIKUZ .footer img {
        height: 30%;
    }
    #RIKUZ {
        direction: rtl;
    }
    .main_table td {
        border: none;
        direction: rtl;
    }
}


.fa-10x {
    font-size: 10em;
}

.shapirNumber {
    width: calc(100% - 1em);
    padding: 10px;
    margin: 14px 10px;
}

/*START STEP BAR*/

.container {
    width: auto;
    text-align: center;
}

.progressbar {
    counter-reset: step;
}

.progressbar li {
    list-style: none;
    display: inline-block;
    width: 24%;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #fff;
}

.progressbar li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    top: 15px;
    right: -50%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: #117a8c;
}

.progressbar li.active:before {
    border-color: #117a8c;
}

.progressbar li.active+li:after {
    background-color: #117a8c;
}


/*END STEP BAR*/

.lab_button {
    width: auto;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    /* float: left !important; */
    padding: 5px;
}

.tabcontent {
    width: calc(100% - 25em);
    /*height: calc(100vh - 50px);*/
}

.table-responsive ul:nth-of-type(odd) {
    background-color: #ffffff00;
}

.second-responsive ul:nth-of-type(odd) {
    background-color: #ffffff;
}

.main_header li {
    font-size: 18px;
    color: red;
}

label {
    color: #333333;
    display: inline-block;
    float: right;
    font-size: 14px;
    margin-bottom: 5px;
    margin-right: 15px;
    margin-top: 6px;
    text-align: right;
    font-weight: bold;
}

input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    /*padding: .375rem .75rem;*/
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: .1em 1em;
}

#Login {
    width: auto;
    padding: 3%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#Login input {
    background: #bcbcbc33;
    border: none;
    width: calc(100% - 1px);
}

.mainBut {
    margin: 0 auto;
    width: calc(100% - 10em);
}

.mainBut input {
    width: 100%;
    background: #117a8c;
    color: #fff;
}

.col_span {
    color: red;
}

@media (max-width: 575.98px) {
    .tabcontent {
        padding: 10px 0 0px 0;
        width: calc(100% - 5em);
    }
    p,
    input,
    textarea {
        width: calc(100% - 0em);
    }
    .mainBut {
        width: calc(100% - 1em);
    }
}

.toast {
    position: fixed;
    display: block;
    bottom: 2em;
    height: 3em;
    width: 15em;
    margin-left: auto;
    margin-right: auto;
    animation: toast-fade-in 1s 2 alternate;
    background-color: black;
    border-radius: 2em;
    color: white;
    text-align: center;
    padding: 1em;
    line-height: 0.5em;
    opacity: 0;
}

@keyframes toast-fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#btSubmit:active {
    transform: scale(0.98);
    box-shadow: 3px 2px 15px 1px rgba(0, 0, 0, 0.24);
}


/* Ripple Example 
**************************************************************************/

.ripple {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0)
}

.ripple:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 1s
}

.ripple:active:after {
    transform: scale(0, 0);
    opacity: .2;
    transition: 0s
}


/*----------------------- Preloader -----------------------*/

body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #E4E4E4;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper-form {
    height: 100%;
    width: 100%;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper-form .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.preloader-wrapper-form .svg {
    width: 100%;
    height: 20vh;
    transform: rotate(0);
    animation: rotate 2s cubic-bezier(.51, .92, .24, 1) forwards infinite;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 20em);
}

.svg {
    width: 100%;
    height: 100vh;
    transform: rotate(0);
    animation: rotate 2s cubic-bezier(.51, .92, .24, 1) forwards infinite;
}

.path {
    stroke-dasharray: 590;
    stroke-dashoffset: 0;
    stroke: #117a8c;
    fill: none;
    animation: dash 2s cubic-bezier(.51, .92, .24, 1) forwards infinite;
}

@keyframes dash {
    from {
        stroke-dashoffset: 1200;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes rotate {
    from {
        transform: rotate(-360deg);
    }
    to {
        transform: rotate(0);
    }
}