﻿




.k-window-titlebar {
    border-color: #ced4da !important;
    color: #424242;
    background-color: white !important;
}

.small-text {
    color: #444;
    font-size: 0.75em;
    font-style: italic
}


.small-text {
    color: #444;
    font-size: 0.85em;
    
}


.sku-code-wrapper {
    border: solid 0.5px #ddd;
    background-color: #fafafa;
    font-size: 0.75em;
    padding: 2px;
    color: #888;
    float: left;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    border-radius: 3px;
}

.T_ESTIMATE_REJECTED, .T_QUOTE_REJECTED {
    background-color: #654321 !important;
    border-color: #654321 !important;
    /* color: white !important;*/
}

.dv-service-address {
font-size:12px;
padding-top:4px;
padding-bottom:4px;
}

.dv-allocated-resource {
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.dv-title {
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.appointment-ref {
    font-size: 16px !important;
    font-weight: bold;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #588fdd;
    background: aliceblue;
    width: fit-content;
    padding: 6px;
    border-radius: 4px;
    padding-bottom: 8px;
    opacity: 0.85;
}
.project-ref {
    font-size: 14px !important;
    font-weight: bold;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #588fdd;
    background: aliceblue;
    width: fit-content;
    padding: 6px;
    padding-bottom: 6px;
    border-radius: 4px;
    padding-bottom: 8px;
    opacity: 0.85;
}


.appointment-ref-thin, .project-ref-thin {
    font-size: 12px !important;
    padding: 2px !important;
    padding-bottom: 4px !important;
}

.appointment-month {
    font-size: 12px !important;
    padding: 1px !important;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-bottom: 1px !important;
    margin-top: 3px;
    margin-left: 3px;
}


.appointment-icon {
    font-size: 10px !important;
    float: left;
}


.block-ref-wrapper {
    width: 100%;
    font-weight: bold;
 /*   color: white;*/
    font-size: 0.75em;
}

.block-location-wrapper {
    width: 100%;
  /*  color: white;*/
}

.block-assigned-wrapper {
font-size:0.75em;
padding:2px;
margin-top:0px;
margin-bottom:0px;
}

.block-contact-wrapper {
    width: 100%;
    color: #454545;
    font-size: 0.7em;
    padding: 2px;
   
    margin-top: 0px;
    border-radius: 2px;
    line-height: 1.1em;
   

}


.block-workflow-wrapper {
    width: 100%;
    /*color: white;*/
    font-size: 0.75em;
    margin-bottom:0px;

    padding:2px;
}

.btn-secondary {
    color: #fff !important;
    background-color: #b8b8b8 !important;
    border-color: #b8b8b8;
}

    .btn-secondary:hover {
        color: #000;
        background-color: #808080 !important;
        border-color: #808080;
    }


.file-input-zone {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    position: relative;
    width: fit-content;
    height: 38px;
    background-color: white;
    padding: 14px;
    border-radius: 4px;
    border: solid 1px #007bff;
    background-color: #007bff;
    color: white;
}
    .file-input-zone:hover {
        background-color: #28a745;
        border-color: #28a745;
        color: #fff;
    }

    .file-input-zone input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.split-button-sub-button {
background-color:darkgray !important;
}
.btn-selected {
    background-color: #003d66;
    color:white;
}

    .btn-selected:hover {
    color:white !important;
    }
    .btn-blue {
        background-color: #43a2de;
        border-color: #43a2de;
        color: #454545;
    }

    .btn-blue:hover {
        background-color: #0dcaf0;
        border-color: #0dcaf0;
    }




.form-control.disabled {
    background-color: #eee !important;
    border-color: #ced4da !important;
}
    .block {
        width: 48% !important;
        margin-left: 1% !important;
        float: left !important;
        border: 4px solid antiquewhite;
        background-color: antiquewhite;
        position: relative;
        margin-bottom: 10px;
        border-radius: 4px;
        -webkit-box-shadow: 4px 5px 7px -6px rgba(0,0,0,0.75);
        -moz-box-shadow: 4px 5px 7px -6px rgba(0,0,0,0.75);
        box-shadow: 4px 5px 7px -6px rgba(0,0,0,0.75);
    }

    .block::before,
    .block::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        border-color: transparent;
        border-style: solid;
        left: -4px;
        position: absolute;
        top: -4px;
    }

    .block::before {
        border-width: .75em;
        border-left-color: #ccc;
        border-top-color: #ccc;
        border-style: solid;
        left: -4px;
        position: absolute;
        top: -4px;
    }

    .block.T_NEW_BUSINESS::after {
        border-radius: 0em;
        border-width: .75em;
        border-left-color: #0c0;
        border-top-color: #0c0;
    }


        .block.T_NEW_BUSINESS::after {
            border-radius: 0em;
            border-width: .75em;
            border-left-color: #0c0;
            border-top-color: #0c0;
        }

        .block.T_SITE_VISIT_BOOKED::after, .block.T_SPECIFICATION_VISIT_BOOKED::after, .block.ORANGE::after, .block.T_PENDING::after, .block.T_UNSCHEDULED::after, .block.T_READY::after, .block.GRAY::after, .block.T_IN_PROGRESS::after, .block.T_STARTED::after {
            border-radius: 0em;
            border-width: .75em;
            border-left-color: #0c0;
            border-top-color: #0c0;
            background-color: transparent;
        }


        .block.ORANGE:after, .block.T_PENDING::after, .block.T_S1_INVOICE_SENT::after, .block.T_READY::after, .block.T_QUOTE_SENT::after, .block.T_ESTIMATE_SENT::after, .block.T_JOB_SCHEDULED_ALLOCATED::after, .block.T_SCHEDULED::after {
            border-radius: 0em;
            border-width: .75em;
            border-left-color: #FF9000;
            border-top-color: #FF9000;
            background-color: transparent;
        }


            .block.T_NEW_BUSINESS::after, .block.T_UNSCHEDULED::after, .block.T_NEW_PROJECT::after, .block.T_S1_INVOICE_PAID::after, .block.T_QUOTE_ACCEPTED::after, .block.T_ESTIMATE_ACCEPTED::after, .T_JOB_COMPLETE {
                border-radius: 0em;
                border-width: .75em;
                border-left-color: #F31700;/*<---red*/
                border-top-color: #F31700;
            }

.s5-job-wrapper {
    /*    width: 10em;
    height: 6em;*/
    border: 4px solid #ccc;
    background-color: #fff;
    position: relative;
}

.s5-job-wrapper::before,
.s5-job-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-color: transparent;
    border-style: solid;
}

.s5-job-wrapper::before {
    border-width: .75em;
    border-left-color: #ccc;
    border-top-color: #ccc;
}

/*//AMBER*/
    .s5-job-wrapper.T_JOB_PENDING::after, s5-job-wrapper.T_JOB_SCHEDULED_ALLOCATED::after, .T_JOB_SCHEDULED_ALLOCATED::after {
        border-radius: 0em;
        border-width: .75em;
        border-left-color: #FF9000;
        border-top-color: #FF9000;
        background-color: white;
    }

.T_JOB_STATUS_STARTED::after {
    border-radius: 0em;
    border-width: .75em;
    border-left-color: #0c0; /*<--green*/
    border-top-color: #0c0;
    background-color: white;
}

.T_JOB_COMPLETE::after {
    border-radius: 0em;
    border-width: .75em;
    border-left-color: #0c0; /*<--green*/
    border-top-color: #0c0;
    background-color: white;
}


/*.k-tabstrip-content, .k-content, .k-active {
    border: none !important;
    outline: none !important;
}*/

.job-synopsis-wrapper {

   /* padding:2px;<- don't add padding causes empty cells to just be a line */
    background-color:aliceblue;
    font-size:11px;

}
/*.k-tabstrip-content, .k-tabstrip > .k-content {
    margin: 0 !important;
    margin-right: 0px;
    margin-left: 0px;
    padding-block: 6px !important;
    padding-inline: 16px;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    display: none;
    overflow: auto;
    flex: 1 1 auto;
    position: relative;
    background-color: #f8f4f0 !important;
}*/

/*.k-table-md {
    font-size: 1.1em !important;
}*/

.k-pager-numbers .k-selected {
    cursor: inherit;
    z-index: 2;
    color: #007bff !important;
}

.block-assigned-to-wrapper {
    background-color: #454545;
    color: white;
    border-radius: 2px;
    padding-left: 4px;
    width: fit-content;
    padding-right: 4px;
    width: 100%;
}

.icon-button-disabled {
    border-color: #6c757d;
    padding: 3px;
    font-size: 10px;
    color: gray;
    cursor: pointer
}


.icon-button {
    background-color: #6c757d;
    padding: 3px;
    font-size: 10px;
    color: white;
    cursor: pointer
}

    .icon-button:hover {
        background-color: #808080;
        color:black;
        -moz-transition: all 0.25s ease-in;
        /* WebKit */
        -webkit-transition: all 0.25s ease-in;
        /* Opera */
        -o-transition: all 0.25s ease-in;
        /* Standard */
        transition: all 0.25s ease-in;
    }


.alert-status {
    color: #FFA500 !important
}

.info-status {
    color: #17a2b8 !important
}

.gray {
    color:#888
}

.k-notification {
    border-radius: 0.375rem;
    padding-block: 1rem;
    padding-inline: 1rem;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.875rem;
    line-height: 1.5;
    cursor: default;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 18px !important;
    padding: 18px !important;
    min-width:600px !important;
}