﻿/* Center the loader */
#loader {
    position: absolute;
    left: 40%;
    top: 20%;
    z-index: 1;
    width: 60px;
    height: 60px;
    /* margin: -76px 0 0 -76px; */
    border: 6px solid grey;
    border-radius: 50%;
    border-top: 6px solid lawngreen;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.custom-bt-save {
    background-color: #9ccc65;
    color: #fff;
    border: none;
}

    .custom-bt-save:hover {
        background-color: #82c23c
    }

.custom-bt-delete {
    background-color: lightgrey;
    color: #fff;
    border: none;
}

    .custom-bt-delete:hover {
        background-color: red;
    }


.custom-bt-normal {
    background-color: #808080;
    color: #fff;
    border: none;
}

    .custom-bt-normal:hover {
        color: #fff;
        background-color: #424242;
    }


.custom-bt-cancel {
    background-color: lightgrey;
    color: #fff;
    border: none;
}

    .custom-bt-cancel:hover {
        background-color: grey;
    }

.custom-bt-action {
    background-color: grey;
    color: #fff;
    border: none;
}

    .custom-bt-action:hover {
        background-color: darkorange;
    }


.grid-btn {
    background-color: lightgrey;
    color: #fff;
    border: none;
    outline:none;
}

.btn-label {
    background-color:green;
}

.btn-invoice {
    background-color: skyblue;
}

.btn-label {
    background-color:darkkhaki;
}

.btn-email {
    background-color:goldenrod;
}

.btn-deliverynote {
    background-color: darkcyan;
}

.btn-clear-cache {
    border-radius:5px;
    background-color: #181c36;
    font-size:14px;
}

.btn-workinstructions {
    background-color:darkgrey;
}


.grid-btn:hover {
    background-color: darkorange;
}

.grid-btn-delete {
    background-color: lightgrey;
}

    .grid-btn-delete:hover {
        background-color: orangered;
    }


.grid-btn-edit {
    background-color: lightgrey;
}

    .grid-btn-edit:hover {
        background-color: #00cc00;
    }

.grid-btn-add {
    background-color: #9fdf9f;
}

    .grid-btn-add:hover {
        background-color: #00cc00;
    }

.grid-btn-save {
    background-color: #9fdf9f;
}

    .grid-btn-save:hover {
        background-color: #00cc00;
    }

    .btn-logout {
        background-color:transparent;     
        border-radius:3px;
    }



.btn-nav-back {
    background-color: #9fdf9f;
    color: #fff;
    border: none;
    outline: none;
}

.btn-nav-back:hover {
    background-color: darkorange;
}


.custom-bt-plus {
    background-color: #fff;
    color: lightgrey;
    border: none;
    margin:0;
    padding:0;
}

    .custom-bt-plus:hover {
        background-color: #9ccc65;
        color: #fff;
    }

.custom-bt-plus-position {
    background-color: lightgrey;
    color: #fff;
    border: none;
    margin: 0;
    padding: 0;
}

    .custom-bt-plus-position:hover {
        background-color: #82c23c;
        color: #fff;
    }



.custom-bt-edit {
    background-color: #fff;
    color: lightgrey;
    border: none;
    padding:0;
    margin:0;
}

    .custom-bt-edit:hover {
        background-color: #9ccc65;
        color:#fff;
    }


.grid-btn-reset:hover {
    background-color: grey;
}

.highlighted-reset {
    background-color: red!important;
}

.grid-btn-settings-wrapper {
    display: flex;
    gap: 5px;
}

.grid-toolbar-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    padding: 0 4px;
}

.grid-toolbar-header {
    font-weight: 700;
    font-size: 16px;
    color: #996600;
}

.grid-toolbar-header span {
    font-size: 14px;
    color: #424242;
}

.bookingitem-grid-wrapper {
    max-width:900px;

    .payment-summary {
                    margin-top: 0rem;
                    padding: 1rem;
                    background-color: #f8f9fa;
                    border-radius: 0px;
                    font-size:13px;
                }

                .summary-row {
                    display: flex;
                    justify-content: flex-end;
                    margin-bottom: 0.3rem;
                }

                .summary-label {
                    font-weight: 500;
                    margin-right: 0.5rem;
                }

                .summary-value {
                    min-width: 120px;
                    text-align: right;
                }

                .text-danger {
                    color: #dc3545;
                    font-weight: bold;
                }
}


.openitem-grid-wrapper {
    max-width:1000px;

    .payment-summary {
                    margin-top: 0rem;
                    padding: 1rem;
                    background-color: #f8f9fa;
                    border-radius: 0px;
                    font-size:13px;
                }

                .summary-row {
                    display: flex;
                    justify-content: flex-end;
                    margin-bottom: 0.3rem;
                }

                .summary-label {
                    font-weight: 500;
                    margin-right: 0.5rem;
                }

                .summary-value {
                    min-width: 120px;
                    text-align: right;
                }

                .text-danger {
                    color: #dc3545;
                    font-weight: bold;
                }
}



    a.file-prevlink {
        text-decoration: underline !important;
    }

a.file-prevlink:hover {
    text-decoration: underline;
    color:#82c23c!important;
}

/* the ToolTip Class renders on the tooltip's container */
.custom-tooltip .k-tooltip {
    background: grey;
    color: #fff;
    font-size: 12px;
}

    .custom-tooltip .k-tooltip .k-callout {
        /* same as tooltip background */
        color: #fff;
    }

.target {
    position: absolute;
    top: 25vh;
    left: 25vw;
    width: 15vw;
    height: 10vh;
    border: 1px solid;
    padding: 1em;
}

.custom-textbox-small {
    font-size: 12px;
}



.k-picker-solid {
    border-color: none;
    color: #424242;
    background-color: #fff;
    background-image: none;
}

.k-input-sm, .k-picker-sm {
    font-size: 12px;
    line-height: 1.4285714286;
}


.k-picker-solid:hover {
    border-color: none;
    color: #424242;
    background-color: #fff;
    background-image: none;
}


/* To specify sftextbox placeholder font size and color */
.e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text, .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text {
    font-size: 12px;
    font-weight: normal;
}

.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
    color: #000;
}


/* up to version 3.5.0 */
.k-popup.k-reset,
/* from version 3.6.0 */
.k-child-animation-container {
    transition: none !important;
    /* to make dropdown animations faster use the following style INSTEAD */
    /* transition-duration: 100ms !important; */
}



.wrap-collabsible .checkbox-hide {
    display: none;
}

.wrap-collabsible {
    margin: 0;
    margin-bottom: 10px;
}

    .wrap-collabsible .lbl-toggle {
        display: block;
        font-weight: normal;
        text-align: left;
        font-size: 12px;
        padding: 5px 8px;
        color: #000;
        background-color: #f2f2f2;
        cursor: pointer;
        transition: all 0.25s ease-out;
        /*border: 1px solid #dfdfdf;*/
    }

        .wrap-collabsible .lbl-toggle:hover {
            /* color: #FFF; */
        }

        .wrap-collabsible .lbl-toggle::before {
            color: darkgrey;
            content: ' ';
            display: inline-block;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 5px solid currentColor;
            vertical-align: middle;
            margin-right: 5px;
            transform: translateY(-2px);
            transition: transform .2s ease-out;
        }

    .wrap-collabsible .toggle:checked + .lbl-toggle::before {
        transform: rotate(90deg) translateX(-3px);
    }

    .wrap-collabsible .collapsible-content {
        max-height: 0px;
        overflow: hidden;
        transition: max-height .25s ease-in-out;
    }

    .wrap-collabsible .toggle:checked + .lbl-toggle + .collapsible-content {
        max-height: 4000px;
    }

    .wrap-collabsible .toggle:checked + .lbl-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }


.grid-custom-header {
    width: 100%;
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
}

.grid-custom-header h2 {
    margin:0;
    padding:0;
    font-weight: 700;
    padding-left: 4px;
    padding:5px;
    /*color: darkgrey;*/
    font-size: 12px;
    /*border: 1px solid lightgrey;*/
}


.k-column-title {
    overflow:unset;
}


.k-list-item {
    font-size:12px;
}

.wrap-collabsible .lbl-toggle {
    font-weight:500;
    /*color:#a9a9a9;*/
}

.box-row .head {
    font-weight:500;
}

.box-row .big {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.box-row-article .head {
    font-weight:500;
}

.box-row .highlight {
    font-weight: 700;
    /*color:white;*/
    /* color: saddlebrown;*/
/*    background-color: saddlebrown*/
}



strong {
    font-weight:500;
}


.delete-modal-content {
    font-size:12px;
    line-height:20px;
    color:black;
}

.booking-header {
    display: flex;
    justify-content: space-between;
    height:47px;
    /*  gap: 8px;*/
    max-width: 1250px;
    align-items: center;
    margin-bottom: 1rem;
    padding-left:5px;
/*    padding: 6px 8px;*/
    /*line-height: 24px;*/
    font-size: 14px;
    color: #424242;
    background-color: #fff;
    font-weight: normal;
    /*border: 1px solid rgba(0, 0, 0, .08);*/

    .header {
            font-weight: 700;
            font-size: 16px;
            color: #996600;
             margin-left:8px;
         }
}



.bg-bright {
    background-color: #fff !important;
}


.custom-dropdown.k-picker-solid.k-focus {
    box-shadow: none !important;
}

.nav-link, .nav-link-disabled {
    display: block;
    padding: 8px 12px;
    min-width: 100px;
    font-size: 12px;
    color: darkgray;
    text-decoration: none;
    transition: color 0.05s ease-in-out, background-color 0.05s ease-in-out, border-color 0.05s ease-in-out;
    cursor: pointer;
    font-weight: 700;
    text-align: center;
/*    border: 1px solid grey !important;*/
    border-bottom: none !important;
    margin-right: 3px;
    /*background-color: #424242;*/    
}

    .nav-link.active {
        color:saddlebrown !important; /*#181c36*/
        background-color: #d6d6d6 !important;
        border-bottom: none !important;
    }


    .nav-link .tab-text {
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        max-width: 175px;
        /* Fade-out effect starting at 150px and ending at 175px */
        -webkit-mask-image: linear-gradient(to right, black 150px, black 150px, transparent 175px);
        mask-image: linear-gradient(to right, black 150px, black 150px, transparent 175px);
    }

.nav-link:hover {
    color: #181c36;
    background-color: #d6d6d6;
    border-bottom: none !important;
}

a .nav-link-disabled:hover {
    color: darkgray;
}



.customer-nav {
    display: flex;
    /*height: 47px;*/
    align-items: center;
    margin-bottom: 1rem;
    padding: 5px 10px;
    background-color: darkgrey;
    font-weight: normal;
}

.nav-link-sub {
    display: block;
    padding: 4px 12px;
    font-size: 12px;
    color: #e6e6e6;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.nav-link-sub.active {
    color: #181c36 !important;
    background-color: #d6d6d6 !important;
    border-bottom: none !important;
}

a.nav-link-sub:hover {
    color: #181c36;
    background-color: #d6d6d6;
    border-bottom: none !important;
}

.customer-detail-action-bar {
    display: flex;
    background-color: #fff; /*cadetblue*/
    justify-content: space-between;
    align-items:center;
    margin-bottom: 0.5rem;
    padding: 5px 10px;
}

    .customer-detail-action-bar a.action-link {
        cursor: pointer;
        text-decoration: underline;
        font-size: 12px;
        font-weight: 500;
    }


.customer-detail-action-bar .converted-to-wrapper { 
    font-size: 12px;
    font-weight:500;
    color:cadetblue
}



.send-history-wrapper {
    /*display: flex;*/
    background-color: #fff; /*cadetblue*/
    margin-bottom: 0.5rem;
    padding: 10px 10px;
    font-size:12px;
}

    .send-history-wrapper .row div {
        flex: 1;
        padding-bottom:3px;
    }

    .send-history-wrapper .header {
        font-weight: 700;
        padding-bottom: 5px;
    }



  /*  .send-history-wrapper a.action-link {
        cursor: pointer;
        text-decoration: underline;
        font-size: 12px;
        font-weight: 500;
    }*/


.icon-clear:hover {
    color:orangered;
    font-weight:700;
    background-color:aliceblue;
}

.detail-action-bar {
    display: flex;
    background-color: #fff; /*cadetblue*/
    align-items: center;
    margin-bottom: 0.5rem;
    padding: 5px 10px;
    width:100%;
    margin-bottom:25px;
}

    .detail-action-bar a.action-link {
        cursor: pointer;
        font-size: 12px;
        font-weight: 500;
    }

    .detail-action-bar .text  {
        margin:0;
        font-size: 13px;
        margin-left: 6px;
        font-weight: 500;
    }

/*.box-row .footer-col-2:hover {
    background-color: #9ccc65;
    color: #fff;
}*/

.box-row .footer-col-2:hover .custom-bt-edit {
    background-color: #9ccc65;
    color: #fff;
}

.box-row .footer-col-2:hover .custom-bt-plus {
    background-color: #9ccc65;
    color: #fff;
}

.box-row .footer:hover .custom-bt-edit {
    background-color: #9ccc65;
    color: #fff;
}

.translation-bar {
    margin-top:20px;
    display: flex;
    margin-left: 5px;
    cursor: pointer;
}
    .translation-bar img {
        width:15px;
    }

    .translation-bar p {
        padding: 3px;
        margin: 0px;
        font-size: 12px;
        color: grey
    }

.textitem-edit-wrapper {
    display:flex;
}

.dditem-content-card {
    background-color:#fff;
    padding: 20px;
    margin-bottom: 10px;
}


.pricechecker-form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 100px;
    row-gap:25px;
    padding:10px;
}
.pricechecker-form-wrapper .k-input-inner {
    font-size:14px!important;
}

 .pricechecker-form-wrapper {
         

        .form-group {
            margin-bottom: 25px;
        }

        .input-label {
            display: block;
            font-size: 12px;
            color: grey;
            margin-bottom: 8px;
        }

        /* Styling for normal input fields */
        input {
            background-color: #fff;
            color: #000;
            border: 1px solid lightgreen;
        }

        /* Styling for disabled input fields */
        input:disabled {
            background-color: #f0f0f0;
            color: dimgrey;
            border: 1px solid #ccc;
            /*cursor: not-allowed;*/
        }

     
        .result input {        
            color:black;
            font-weight:500;
            background-color:bisque;
        }
    

        .highlight {
            font-weight: 700;
            /*background-color:burlywood;*/
        }

        .result {
            font-weight: 700;
            color: #000;
        }


      /*  .editable {
            color:blueviolet;
            font-weight:700;
        }*/

 /*       .form-input {
            width: 100%;
            padding: 10px;
            font-size: 14px;
            border: 1px solid #ccc;
            border-radius: 4px;
            box-sizing: border-box;
        }

            .form-input:focus {
                border-color: #0066ff;
                outline: none;
                box-shadow: 0 0 4px rgba(0, 102, 255, 0.2);
            }*/
}


.custom-card-pricechecker {
    display: grid;
    grid-template-columns: 130px auto; /* Define your column sizes here */
    font-size: 12px;
    width: 100%;
    border: 1px solid #f6f6f6;
    border-bottom: none;
    margin-bottom:25px;
}

.custom-card-pricechecker .left {
    color:darkgray;
    background-color:#fff;
    align-content:center;
}

    .custom-card-pricechecker .right {
        color: darkgray;
        background-color: #fff;
        align-content: center;
    }

.grid-checkmark {
    font-size: 16px;
    color: green;
}

.grid-center-checkbox {
    display: flex;
    justify-content: center;
}

.ac-header h5 {
    font-size:14px;
    margin-top:15px;
}