.check {
    opacity: 0.6;
}

/*/ header with total sum /*/
#ds_header {
    position: fixed;
    position: -ms-device-fixed;
    top: 0;
    display: flex;
    background-color: lightgoldenrodyellow;
    border: 1px solid black;
    width: 88.3%;
    z-index: 1045;
}

.user_info {
    position: fixed;
    display: flex;
    height: 90%;
    overflow-y: scroll;
}

#ds_header div {
    padding: 5px;
}

.ds_hilight {
    background: #dddddd;
    /*border-bottom: 2px solid red;*/
}

/*/ alert user window /*/
#alertUserInfo_header {
    position: fixed;
    /*  display: flex;*/
    background-color: red;
    border: 1px solid black;
    width: 10%;
    right: 20px;
}

#alertUserInfo_header div {
    padding: 10px;
}

.alert_hilight {
    background: #dddddd;
    /*border-bottom: 2px solid red;*/
}

#sum_complete {
    font-weight: bold;
    color: darkgreen;
    margin-left: 10px;
}

#sum_balance {
    font-weight: bold;
    color: red;
    margin-left: 10px;
}

#selecteditems { /*/ margin for total sum fixed header /*/
    margin-top: 5px;
}

#job_t, #spare_t, #clientSpare_t, #pay_t { /*/ non-stretch table /*/
    width: initial;
}

/*/ tables headers /*/
#spare_t thead,
#spare_t tfoot {
    background-color: lightskyblue;
    color: #003080;
}

#job_t thead,
#job_t tfoot {
    background-color: #cceedd;
    color: #155304;
}

#pay_t thead,
#pay_t tfoot {
    background-color: #edc8ee;
    color: #240048;
}

#clientSpare_t thead,
#clientSpare_t tfoot {
    background-color: lightpink;
}

#clientSpares th,
#clientSpare_t th,
#spare_t th,
#pay_t th,
#job_t th {
    padding: 4px 4px 10px 4px !important;
    vertical-align: center !important;
    text-align: center;
    border-bottom: none !important;
}

#clientSpare_t th:nth-child(2),
#spare_t th:nth-child(2),
#job_t th:nth-child(2) {
    text-align: left;
}

/*/ tables footers /*/

tfoot td {
    text-align: right !important;
}

#job_t tfoot {
    border-top: 8px solid #cceedd;
}

#spare_t tfoot {
    border-top: 8px solid lightskyblue;
}

#sum_job {
    /*/ border: 4px solid #cceedd; /*/
    background-color: lightgoldenrodyellow;
    text-align: right;
    font-weight: bold;
    color: red;
}

#sum_spare {
    border: 4px solid lightskyblue;
    background-color: lightgoldenrodyellow;
    text-align: right;
    font-weight: bold;
    color: red;
}

#sum_clientSpare {
    border: 4px solid lightgoldenrodyellow;
    background-color: lightgoldenrodyellow;
    text-align: right;
    font-weight: bold;
    color: red;
}

#sum_pays {
    border: 4px solid #edc8ee;
    background-color: lightgoldenrodyellow;
    text-align: right;
    font-weight: bold;
    color: red;
}


/*//*/
#job_t {
    border: 8px solid #cceedd;
}

#spare_t {
    border: 8px solid lightskyblue;
}

#clientSpare_t {
    border: 8px solid lightpink;
}

#pay_t {
    border: 8px solid #edc8ee;
}

#spare_t input,
#pay_t input,
#job_t input {
    text-align: left;
}

#pay_t td,
#spare_t td,
#job_t td {
    text-align: start;
}

#pay_t td:nth-of-type(7),
#spare_t td:nth-of-type(6),
#job_t td:nth-of-type(7) { /* summjob */
    text-align: center;
    width: 7em;
}

#pay_t td:nth-of-type(7),
#spare_t td:nth-of-type(7),
#clientSpare_t td:nth-of-type(8),
#job_t td:nth-of-type(9) { /* operation */
    color: darkred;
}

#pay_t td:nth-of-type(2),
#spare_t td:nth-of-type(2),
#job_t td:nth-of-type(2) { /* name */
    text-align: left;
}

.payments {
    background-color: #edc8ee;
}

.clientSpares {
    background-color: lightpink;
    padding: 10px;
}

#clientSpares td:nth-child(1) {
    text-align: right;
    padding-right: 4px;
}

.changeDiscount {
    width: 3em;
}

.changeDiscountHead {
    width: 3em;
}

.changeQty,
#clientSpareQty {
    width: 4em;
}

.changeTime {
    width: 3em;
}

.changePrice {
    width: 5em;
}


.ds_row {
    display: flex;
    flex-wrap: wrap;
}

.ds_row_nowrap {
    white-space: nowrap;
}

/* buttons */
#saveJobsSet {
    color: green;
}

#saveSparesSet {
    color: navy;
}

.hidden_div {
    display: none;
}

.flex_div {
    display: flex;
}

.ds_user, .ds_car, .ds_orderinfo {
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 3px;
}

.ds_orderinfo {
    display: flex;
    flex-wrap: wrap;
    background-color: #cceecc;
}

.ds_user {
    background-color: #cccccc;
}

.ds_user > div:first-child {
    padding-right: 10px;
    /*font-size: 24px;*/
    font-weight: bold;
}

.ds_user > div:nth-child(2), .ds_car > div:nth-child(2) {
    margin-top: 6px;
}

#selecteduser {
    font-weight: bold;
}

#usercarname {
    color: #dc3545;
    font-weight: bold;
}

.orderinfo {
    color: #0b2e13;
    font-weight: bold;
}

#carnumber {
    color: #dc3545;
    font-weight: bold;
}

.ds_car > div:first-child {
    color: #dc3545;
    padding-right: 10px;
    font-size: 24px;
}

.ds_car {
    background-color: #ffe5d0;
}

.ds_carnew {
    /* display: none; */
}

#divfix {
    position: absolute;
    top: -1000px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.inpedit {
    padding: 0;
}

.i_fix {
    border: none;
    background-color: transparent;
}

#phone.i_fix {
    font-weight: bold;
}

#call:hover i {
    color: green;
}

div textarea.i_fix {
    border: 1px solid #b23e35;
    padding: 2px;
}

.ds_table {
    display: table;
}

.ds_table > div {
    display: table-row;
}

.ds_table > div > div {
    display: table-cell;
}

.ds_table > div > div:first-child {
    text-align: right;
    padding-right: 4px;
}

.ds_orderinfo label {
    margin: 0 0 0 8px;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #e2dde0;
}

.comment-container {
    padding: 10px;
}

.commentA {
    width: 100%;
    min-height: 200px;
}

.commentB {
    width: 100%;
    min-height: 162px;
}

.btn-violet {
    color: #fff;
    background-color: #9600d4;
    border-color: #ac00eb;
}

.btn-violet:hover {
    color: #fff;
    background-color: #7100a7;
    border-color: #9600d4;
}

.btn-violet:focus, .btn-violet.focus {
    box-shadow: 0 0 0 0.2rem rgba(121, 35, 154, 0.5);
}

.btn-violet.disabled, .btn-violet:disabled {
    color: #fff;
    background-color: #9600d4;
    border-color: #ac00eb;
}

.btn-violet:not(:disabled):not(.disabled):active, .btn-violet:not(:disabled):not(.disabled).active,
.show > .btn-violet.dropdown-toggle {
    color: #fff;
    background-color: #9600d4;
    border-color: #7100a7;
}

.btn-violet:not(:disabled):not(.disabled):active:focus, .btn-violet:not(:disabled):not(.disabled).active:focus,
.show > .btn-violet.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(121, 35, 154, 0.5);
}

.btn-cyan {
    color: #fff;
    background-color: #0091d4;
    border-color: #0099eb;
}

.btn-cyan:hover {
    color: #fff;
    background-color: #0078a7;
    border-color: #0098d4;
}

.btn-cyan:focus, .btn-violet.focus {
    box-shadow: 0 0 0 0.2rem rgb(35, 106, 154);
}

.btn-cyan.disabled, .btn-violet:disabled {
    color: #fff;
    background-color: #0091d4;
    border-color: #0099eb;
}

.btn-cyan:not(:disabled):not(.disabled):active, .btn-violet:not(:disabled):not(.disabled).active,
.show > .btn-violet.dropdown-toggle {
    color: #fff;
    background-color: #0091d4;
    border-color: #005fa7;
}

.btn-cyan:not(:disabled):not(.disabled):active:focus, .btn-violet:not(:disabled):not(.disabled).active:focus,
.show > .btn-violet.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(35, 93, 154);
}


.btn-yellow {
    color: #fff;
    background-color: #b6bc00;
    border-color: #e2c924;
}

.btn-yellow:hover {
    color: #fff;
    background-color: #b6bc00;
    border-color: #e2c924;
}

.btn-yellow:focus, .btn-yellow.focus {
    box-shadow: 0 0 0 0.2rem rgba(142, 137, 38, 0.5);
}

.btn-yellow.disabled, .btn-yellow:disabled {
    color: #fff;
    background-color: #b6bc00;
    border-color: #e2c924;
}

.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active,
.show > .btn-yellow.dropdown-toggle {
    color: #fff;
    background-color: #b6bc00;
    border-color: #e2c924;
}

.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-yellow.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(142, 137, 38, 0.5);
}

.btn-navy {
    color: #fff;
    background-color: #006abc;
    border-color: #0075d9;
}

.btn-navy:hover {
    color: #fff;
    background-color: #006abc;
    border-color: #0075d9;
}

.btn-navy:focus, .btn-navy.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 96, 180, 0.5);
}

.btn-navy.disabled, .btn-navy:disabled {
    color: #fff;
    background-color: #006abc;
    border-color: #0075d9;
}

.btn-navy:not(:disabled):not(.disabled):active, .btn-navy:not(:disabled):not(.disabled).active,
.show > .btn-navy.dropdown-toggle {
    color: #fff;
    background-color: #006abc;
    border-color: #0075d9;
}

.btn-navy:not(:disabled):not(.disabled):active:focus, .btn-navy:not(:disabled):not(.disabled).active:focus,
.show > .btn-navy.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 96, 180, 0.5);
}

.hide {
    display: none;
}

#order_closed {
    color: white;
    background-color: red;
    vertical-align: center;
    font-size: x-large;
    font-weight: bold;
    margin-left: 5ch;
}

.users_info,
.company_info,
.common_info {
    display: none;
}

.gtree {
    padding: 5px;
}

.filter-row {
    display: none;
}

.spareFound {
    font-family: 'Manrope', system-ui, -apple-system, sans-serif;
    background-color: #fffde8;
}

.spareFoundNoWrap {
    font-family: 'Manrope', system-ui, -apple-system, sans-serif;
    white-space: nowrap;
}

.automasterDanger {
    background-color: #f19191;
}

.spareFastDelivery {
    background-color: #98ff92;
}

.spareDivider {
    font-weight: bold;
    text-align: center;
    font-size: large;
    background-color: #ffc356;
}

.loading {
    /*display: none;*/
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: center -200% no-repeat rgba(255, 255, 255, .8) url("/img/loader2.gif");
    opacity: 0.10;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    overflow: hidden;
    display: block;
}

.nodegray {
    color: #9c9c9c;
}

.nodeblack {
    color: black;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

.startcolorred {
    color: #bb0000;
}

.startcolorred:hover {
    color: #660000;
    text-decoration: none;
}

.startcolorgreen {
    color: #006600;
}

.startcolorgreen:hover {
    color: #004400;
    text-decoration: none;
}

.startcolorblue {
    color: #0000dd;
}

.startcolorblue:hover {
    color: #000077;
    text-decoration: none;
}

.cardshadow {
    padding: 7px;
    margin: 5px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cardshadow:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19);
}

.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

@media (min-width: 400px) {
    body {
        font-size: 8px;
    }

    .faresizeble {
        font-size: 18px;
    }
}

@media (min-width: 800px) {
    body {
        font-size: 10px;
    }

    .faresizeble {
        font-size: 72px;
    }
}

@media (min-width: 1000px) {
    body {
        font-size: 14px;
    }

    .faresizeble {
        font-size: 112px;
    }
}

.block-left {
    position: fixed;
    left: auto;
    top: 0;
    width: 15%;
    height: 100%;
    overflow: auto;
    padding: 8px;
}

.block-right {
    position: fixed;
    right: 0;
    top: 0;
    width: 79%;
    height: 100%;
    overflow: auto;
}

.backgroundgray {
    background-color: #f0f0f0;
}

.outStock {
    background-color: red;
}

body {
    font-family: 'Manrope', system-ui, -apple-system, sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Manrope', system-ui, -apple-system, sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #d57373;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 15px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    /*margin-bottom: 5px;*/
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #cc6d6d;
    cursor: pointer;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #8b4747;
}

#sidebar .list-unstyled {
    padding-left: 15px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #d57373;
    background: #fff;
}

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #fff;
    background: #cc6d6d;
}

a[data-bs-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    /*font-size: 0.75em;*/
    /*padding-left: 30px;*/
    font-size: 0.75em !important;
    padding-left: 30px !important;
    background: #cc6d6d;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #d57373;
}

a.article,
a.article:hover {
    background: #cc6d6d !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }

    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #sidebar.active {
        margin-left: 0 !important;
    }

    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

    #sidebar ul li a span {
        font-size: 0.85em;
    }

    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }

    #sidebar {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }
}

.spare-link {
    background: white;
    color: blue;
    font-size: 1em !important;
    padding-left: 0px !important;
}

.to-top-floating {
    display: block;
    font-size: 5em;
    color: #d57373;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99999;
}

.save-button-floating {
    display: block;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99999;
}

@media screen and (max-width: 480px) {
    .to-top-floating {
        top: 100px !important;
    }
}

.pointer {
    cursor: pointer;
}


.session-end {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}

.session-end-window {
    background-color: darkred;
    border: white solid 1px;
    padding: 50px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.session-end-button {
    display: flex;
    justify-content: center;
}

ul#countdown {
    list-style: none;
    padding: 0;
    display: block;
    text-align: center;
}

ul#countdown li {
    display: inline-block;
}

ul#countdown li span {
    color: white;
    font-size: 80px;
    font-weight: 300;
    line-height: 80px;
}

ul#countdown li.seperator {
    font-size: 80px;
    line-height: 70px;
    vertical-align: top;
}

.calendarTime {
    width: 7%;
    margin: 0 0 0 15px;
    padding: 5px !important;
    vertical-align: middle;
    font-weight: bold;
}

.calendarEvent {
    width: 3.5%;
    margin: 0px;
    padding: 2px !important;
}

.calendarEvent:hover {
    background-color: #faa;
}

.calendarHeaderLeft {
    border-right: 0;
    text-align: left;
    width: 33%;
}

.calendarHeaderRight {
    border-left: 0;
    text-align: right;
    width: 33%;
}

.calendarHeaderCenter {
    border: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 34%;
}

.calendarHeader {
    column-span: all;
}

.calendarResourceHeader {
    text-align: center;
}

.calendarResourceTitle, .calendarResourceHeader {
    border-right: double;
}

.blinking {
    animation: mymove 1s infinite alternate;
}

@keyframes mymove {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.button-inside {
    position: relative;
}

.button-inside-input {
    width: 100%;
    padding-right: 100px !important;
    box-sizing: border-box;
}

.button-inside-button {
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    line-height: 1 !important;
    z-index: 4;
}

.discountNegativeOn {
    background-color: red;
}

.discountNegativeOff {
    background-color: #eeeeee;
}

.width-1-percent {
    width: 1%;
}

.blink-bg {
    animation: blinker 1s infinite;
}

@keyframes blinker {
    50% {
        background-color: yellow;
    }
}
