html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
    color: #333;
}

body {
    margin-bottom: 60px;
    
    font-size: 1em;
    font-family: Quicksand, sans-serif;
}
body.notes .container{
    margin-top:35px;
}

h1 {
    text-rendering: optimizeLegibility;
    word-wrap: break-word;
    visibility: inherit;
    user-select: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    margin: 0px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: rgb(233, 68, 30);
    font-family: Quicksand, sans-serif;
    font-size: 1.5rem;
    flex: 1 1 100%;
    line-height: 38px;
}

h4 {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    word-wrap: break-word;
    text-size-adjust: none;
    visibility: inherit;
    user-select: none;
    font: inherit;
    color: inherit;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    margin: 0px;
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    line-height: 1.6;
    font-size: 1.25rem;
}
option:disabled{
    color:#ccc;
}
.link-bar{
    color:#999;
}
a, .open, .make-default, .get-help {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    word-wrap: break-word;
    text-size-adjust: none;
    visibility: inherit;
    user-select: none;
    list-style: none;
    text-align: left;
    line-height: 1.5;
    font-size: 14px;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    background-color: transparent;
    font-family: QuickSand,sans-serif;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    color: rgb(233, 68, 30);
}

    a:hover, .open:hover,.make-default:hover {
        color: rgb(186, 54, 24);
    }

button, input[type="submit"], .btn, .btn-primary {
    word-wrap: break-word;
    text-size-adjust: none;
    visibility: inherit;
    touch-action: manipulation;
    font-style: inherit;
    font-feature-settings: inherit;
    font-variant: inherit;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    line-height: 1.75;
    min-width: 64px;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: rgb(255, 255, 255);
    padding: 8px 16px;
    font-size: 16px;
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    text-transform: none;
    text-decoration: none;
    background: rgb(233, 68, 30);
}
    .btn-primary.disabled, .btn-primary:disabled {
        background: rgba(233, 68, 30,.3);
    }
    

    button:hover, .btn-primary:hover, .btn-primary:focus, input[type="submit"]:hover, input[type="submit"]:focus {
        background: rgb(186, 54, 24);
    }
    #left-menu button{
        background:none;
        padding:0;
        font-size:14px;
        color:#333;
        width:100%;
    }
    #left-menu .lm-text{
        text-align:left;
    }
#lm-signout .lm-text{
    color:rgb(33,37,41);
    font-weight:400;
}
#left-menu form {
    width: 100%;
}
#logo {
    padding: 12px 18px;
}

    #logo img {
        max-width:100%;
    }

#main-container {
    display: flex;
}

#left-menu {
    width: 200px;
    display: flex;
    flex-direction: column;
    position: fixed;
    height: 100vh;
    background: #efefef;
}

    #left-menu a {
        color: #333;
    }
#send-invite span
{
    margin-left:5px;
   
}
.pending-invite {
    display: flex;
    font-size: 1rem;
    align-items:center;
    width:100%;
}
.pending-invite a {

    font-size: 1rem;
}
.pi-info{
    flex-grow:1;
}
.pi-actions{
    flex:0 0 40%;
    justify-content:flex-end;
    cursor:pointer;
}
.pi-sendagain {
    text-align:right;
}
.lm-item {
    display: flex;
    cursor: pointer;
    padding: 12px 18px;
    font-size: 14px;
    align-items: center;
    background: inherit;
    border-radius: 0px 4px 4px 0px;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-image: initial;
    border-left: none;
    margin-bottom: 4px;
    box-sizing: border-box;
}

    .lm-item:hover {
        background: #ddd;
    }

.lm-icon {
    width: 28px;
    height: 28px;
    padding: 4px;
    border-radius: 50%;
    background: #c0c0c0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: Quicksand, sans-serif;
    font-size: 1.25rem;
    line-height: 1;
    color: rgb(255, 255, 255);
    margin-right: 10px;
}

.lm-item.active .lm-icon {
    background: rgb(233, 68, 30);
}

.lm-icon svg {
    fill: #fff;
    font-size: 18px;
    height: 1em;
    width: 1em;
}

.lm-text {
    flex-grow: 1;
}

.lm-spacer {
    flex-grow: 1;
}

#m-bottom-menu {
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    height: 56px;
    justify-content: center;
    max-width: 100vw;
    background: #eee;
}
#mobile-admin-menu {
    background: #ddd;
    position: fixed;
    bottom: 56px;
    width: 100%;
    justify-content: center;
    z-index:100;
    max-width:100vw;
    background:#ccc;
}
#mobile-admin-menu a, #mobile-admin-menu button{
    color:#333;
    border-bottom:1px solid #aaa;
    padding:20px;
    margin:0;
    width:100%;
    text-align:center;
    display:block;
    background:transparent;
    font-size:1rem;
}
.fp {
    padding:20px;
}
.fp020 {
    padding: 10px 20px;
}
.fp1020{
    padding:10px 20px;
}
.reject-box{
    margin-top:10px;
    background:#fff;
    padding:10px;
    text-align:center;
    border-radius:5px;

}
    #m-bottom-menu button,#m-bottom-menu a{
        color: rgba(0,0,0,.6);
        display: inline-flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        position: relative;
        box-sizing: border-box;
        -webkit-tap-highlight-color: transparent;
        background-color: transparent;
        outline: 0px;
        border: 0px;
        margin: 0px;
        border-radius: 0px;
        cursor: pointer;
        text-decoration: none;
        transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, padding-top 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        padding: 6px 12px 8px;
        min-width: 80px;
        max-width: 168px;
        color: #333;
        flex-direction: column;
        flex: 1 1 0%;
        font-size: 1.5rem;
        height: 100%;
    }

    #m-bottom-menu span {
        font-size: 1rem;
        color
    }

    #m-bottom-menu button.selected {
        padding-top: 6px;
        color: rgb(233, 68, 30);
    }

#m-bottom-menu button svg, #m-bottom-menu a svg {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: #999;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.content-container{
    width:100%;
}

@media (min-width:768px) {
    .content-container {
        margin-left: 200px;
        width: calc(100vw - 200px);
    }
}
.container {
    max-width: 900px;
    
}

body #notes {
    position: fixed;
    height: auto;
    width: 100%;
    max-width: 880px;
    background: #fff;
    margin-left:-1px;
    z-index: 100;
    border-bottom: 2px solid rgb(233, 68, 30);
    display: none;
    left:auto;
}
.read-only-note{
    padding:10px;
    border:1px solid #ccc;
}

body.notes #notes {
    display: block;
}
.note.external{
    color:red;
}
.note.internal{
    color:blue;

}

.section {
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 1px -1px, rgb(0 0 0 / 14%) 0px 1px 1px 0px, rgb(0 0 0 / 12%) 0px 1px 3px 0px;
    margin-top: 20px;
    border:1px solid #ddd;
}
.form-section{
    border-bottom:1px solid #ccc;
    padding:20px;
    margin-left:-20px;
    margin-right:-20px;
}
/* ------ login/register ------*/
.register-info
{
    display:flex;
}
    .register-info .form-floating > label
    {
        left:10px;
    }
.form-floating
{
    margin-bottom:20px;
}
/*------- general pages ------*/
.section-header {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #ccc;
}

.header-left {
    flex-grow: 1;
}

.header-right {
    flex: 0 0 200px;
}

.search {
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    text-size-adjust: none;
    visibility: inherit;
    user-select: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    font: inherit;
    color: inherit;
    touch-action: manipulation;
    background: rgb(250, 252, 254);
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px;
    padding: 8px;
    width: 200px;

}
.search-index{
    display:none;
}
#pagination {
    padding: 20px 10px;
}
.form-group
{
    margin-top:5px;
}
/*----- company list -----*/
#companies .row {
    margin: 0;
}

.company {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 20px 10px;
}

    .company:nth-child(n+3) {
        border-top: none;
    }

    .actions {
        display: flex;
        text-align:right;
        place-content:flex-end;
    }

    .company .action {
    }

.actions svg {
    fill: #bbb;
    width: 30px;
}
    .actions svg:hover {
        fill: rgb(233, 68, 30);
    }
.action{
    cursor:pointer;
    align-items:center;
    display:flex;
}
.action a {
    display:block;
}
/*----- create company ------*/
#new-company form {
    padding: 0 20px 20px 20px;
}

#new-user, #existing-user {
    display: none;
}
#new-or-existing{
    display:flex;
}
.new-or-existing{
    margin-right:20px;
}
#all-users {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    border: 1px solid #ccc;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.15);
    background:#fff;
}

    #all-users .ac-close {
        text-align: center;
        background: #ddd;
        flex: 0 0 100%;
        padding: 3px;
    }

        #all-users .ac-close:hover {
            background: #aaa;
        }
        #all-users .ac-items{
            width:100%;
        }
    #all-users .ac-item {
        flex: 0 0 100%;
        padding: 4px 10px;
        display: none;
    }
        #all-users .ac-item:hover {
            background: rgba(233, 68, 30, .2);
        }
        #all-users .ac-item.show {
            display: block;
        }
/* company detials */
.make-default, .is-default{
    font-size:smaller;
}


.employee{
    padding:20px;
    border-bottom:1px solid #ddd;
    display:flex;
    align-items:center;
}
.branch {
    padding: 20px;
    border-bottom: 1px solid #ddd;
    display: flex;
}
.edit-employee, .edit-branch{
    padding:20px;
    background:#ccc;
    display:none;
}
.new-container {
    
    margin: 20px 0;
    background: #ddd;
    padding: 20px;
    border-radius: 3px;
}
.new-container .close {
    text-align: center;
    cursor: pointer;
    padding: 5px;
}
.new-container .close:hover {
    background:#ccc;
    
}


#location-addresses {
    padding:20px 0;
    background: rgba(0,0,0, .2);
    margin: 20px 0px;
}
.location-address a{
    padding:2px;
}
.location-address a:hover{
    background:#eee;
}
.location {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
}
.location .container{
    padding:0;
}
#addresses-pending {
    padding: 20px 0;
    background: rgba(0,0,0, .2);
    margin: 20px 0px;
    background: none;
}
.inner-rows h4 {
    padding: 0 20px;
}
#address-list{
    padding:0;
}
.address-detail{
    background:#fff;
    margin:5px 20px;
    border-radius:3px;
    
}
.single-line-address {
    padding: 5px 10px;
    margin: 0;
}
    .cigo {
    display: flex;
    align-items: center;
    border-top: 1px solid #ddd;
    padding:5px 10px;
    margin:0;
}
.cigo-field {
    display: flex;
    align-items: center;
}
.cigo-field input{
    margin:0 10px
}
.delivery-address-hours {
    margin-top:10px;
}
    .address-hours{
    display:flex;
    padding:0 20px 20px 20px;
    cursor:pointer;
}
.ah{
    padding:10px 0;display:flex;
}

.address-hours>div, .ah>div{
    margin-right: 20px;
    flex-shrink:1;
}
#delivery-times{
    margin-top:20px;
    margin-bottom:20px;
}
#delivery-times option {
    display: none;
}
#delivery-times.weekday option.weekday {
    display: block;
}
#delivery-times.saturday option.saturday {
    display: block;
}
#delivery-times.sunday option.sunday {
    display: block;
}

#urgent-anytime-or-timed
{
    display:none;
}
#anytime-or-timed{
    margin-top:20px;
    margin-bottom:20px;
}
#today-or-future, #anytime-or-timed {
    display: flex;
    margin-bottom: 20px;
}
    #today-or-future .orange-rb + label, #anytime-or-timed .orange-rb + label {
        flex: 0 1 25%;
    }

.orange-rb {
    position: absolute;
    opacity: 0;
    width: 0;
}


    .orange-rb + label {
        width: 100%;
        height: 50px;
        border-radius: 5px;
        color: rgb(233, 68, 30);
        margin-right: 20px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid rgb(233, 68, 30);
        background: #fff;
        box-shadow: 2px 2px 5px rgba(0,0,0,.25);
        cursor: pointer;
    }
    .orange-rb[disabled] + label {
       opacity:20%;
    }
    .orange-rb:checked + label {
        background: rgb(233, 68, 30);
        color: #fff;
    }

.pickup-delivery-time 
{
    display:flex;
    align-items:center;
}
.pickup-delivery-time label {
    flex:0 0 100px;
   
}
    .pickup-delivery-time select {
        flex:0 0 200px;
    }
    #delivery-before-pickup-error {
    color: #a00;
}
.edit-hours {
    display: none;
}
.time-group
{
    display:flex;
}
.time-group-item{
    margin-right:20px;
}
.time-group-item .ampm{
    width:auto;
}

.field-group{
    display:flex;
    align-items:center;
}
.input-money{
    width:100px;
    margin-right:5px;
}
.input-kms {
    width: 100px;
    margin-right: 5px;
}
.input-percent {
    width: 100px;
    margin-right: 5px;
}
.input-smallnum, .input-time{
    width:100px;
    margin-right:5px;
}
#addresses-pending .address-detail {
    border: 1px solid #ccc;
}
#addresses-pending .single-line-address {
    background:#ddd;

}
select {
    border-color: #ccc;
    border-radius: 3px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.25);
    height: 40px;
    margin-bottom: 10px;
    background:#fff;
    width:100%;
}
/*--- settings ----*/
#settings select {
    width: 200px;
    border-color: #ccc;
    border-radius: 3px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.25);
    height: 40px;
    margin-bottom: 10px;
   
}

#settings .form-group {
    display: flex;
    align-items: center;
}

#settings #panic-button {
    background-color: rgb(233, 68, 30);
    color: #fff;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.25);
    width: 200px;
    cursor: pointer;
    transition: all 200ms;
    text-align: center;
    margin-bottom:20px
}

    #settings #panic-button:hover {
        background-color: rgb(186, 54, 24);
    }

#settings #rule-settings {
    font-size: 11px;
}

#settings table {
    margin-top: 10px;
}

#settings th {
    background: #333;
    color: #fff;
    padding: 1px 5px;
}

#settings td {
    padding: 1px 5px;
}

#settings tbody tr:nth-child(even) {
    background: #ddd;
}
#copy-settings {
    padding: 10px;
    border:1px solid #ccc;
    border-radius:5px;
    background:#ccc;
}
#copy-settings select{
    width:100%;
}
#delete-settings {
    padding: 0 10px;
    padding-top:10px;
}
#copy-rules {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #ccc;
}
#copy-rules select {
    width: 100%;
    font-size:16px;
}
#delete-rules {
    padding: 10px;
    padding-top: 10px;
}
#change-company{
    padding:0 10px;
}
/*----- deliveries -----*/
.estimate {
    padding: 20px;
    border-bottom: 1px solid #ddd;
    transition: 200ms all;
    margin-bottom:10px;
}
.estimate-header>div{
    padding:5px 20px;
}
.estimate-header-right{
    text-align:right;
}
.estimate > .inner {
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 20%);
}
.show-hide{
    color:rgb(233, 68, 30);
    text-align:center;
    width:100%;
    margin:0 0 10px 0;
    cursor:pointer;
    font-weight:bold;
    padding:3px;
    transition:200ms all;
}
    .show-hide:hover{
        background:#EEe;
    }
    .hide-details {
        display: none;
    }
.estimate-dropdown{
    display:none;
}
.estimate-details {
    background: #eee;
    padding: 20px;
    margin-top: 20px;
    border-radius: 3px;
}
.estimate-detail {
    display: flex;
    border-top: 1px solid #ccc;
    padding: 5px 0;
}
.estimate-body{
   padding:20px;
}
.complete-estimate{
    background:#999;
    padding:20px;
    color:#fff;
}
.complete-estimate{
    align-items:center;
}
.delivery-date{
    display:flex;
    width:100%;
    margin-bottom:10px;
}
.delivery-status{
    font-size:1rem;
    margin-top:5px;
}
.package-string{
    display:flex;
}
.package-string-summary {
    margin-right:5px;
}

#terms{
    margin:10px 0;
}
.req{
    display:flex;
}
.req::after{
    content:'*';
    color:rgba(200,0,0,1);
    display:block;

}
.create-estimate-lineitem input.input-validation-error, #new-company select.input-validation-error, .input-validation-error {
    background: rgba(255,200,200,1);
    border: 1px solid rgba(255,150,150,1);
}
.create-estimate-lineitem{
    display:flex;
}
.save-lineitem {
    background: none;
    text-align: right;
    width: auto;
    min-width: 0;
    padding: 0;
}
    .save-lineitem:hover {
        background: none;
    }
    .estimate-detail.header > div {
        font-weight: bold;
    }
.estimate-detail>div{
    margin-left:10px;
}
.estimate-detail>div:first-child{
    margin-left:0;
}
.ed-description{
    flex:1 0 30%;
}
.ed-price{
    flex:0 0 15%;
    text-align:right;
   
}
.ed-quantity {
    flex: 0 0 10%;
    text-align: right;
}
.ed-total {
    flex: 0 0 15%;
    text-align: right;
}
.ed-actions
{
    flex:0 0 10%;
    text-align:right;
}
.lineitem {
    display: flex;
    display:block;
}
.estimate-header{
    display:flex;
    padding:5px;
    background:#ccc;
    font-weight:bold;
}
#deliveries{
    border:none;
}
.estimate-body, .show-hide{
    background:#fff;
}
.estimate.timed {
    border: 1px solid rgb(180, 180, 100);
    background: rgba(180, 180, 100,.25);
}
    .estimate.timed .estimate-header {
        background: rgba(180, 180, 100,.25);
    }
.estimate.urgent{
    border:1px solid red;
}
.estimate.urgent .estimate-header{
    background:rgba(255,0,0,.5);
}
.lineitem-total{
    font-weight:bold;
    margin-top:3px;
}
.create-estimate-lineitem{
    background:#ddd;
    padding:20px;
}
.total {
    padding: 10px;
    background-color: rgb(233, 68, 30);
    color: #fff;
    border-radius: 3px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.company-address{
    display:none;
}
#delivery-company{
    margin:10px 20px;
  
   
}
#thank-you-details
{
   
    margin-top:20px;
    justify-content:center;
    padding:0;
}
    #thank-you-details .inner {
        background: #ddd;
        padding: 20px;
        border-radius:5px;
    }
    #thank-you-details .fas {
        display: none;
    }
    .ty-spacer{
        margin-bottom:14px;
    }
#delivery-company h4 {
    margin: 0;
}
    #new-company select, #select-company {
        height: 40px;
       
        background: #fff;
        box-shadow: 2px 2px 5px rgba(0,0,0,.25);
        padding:5px;
        border-radius:3px;
        border:1px solid #ccc;
    }
#select-company {
    width: 200px;
}
    #delivery-types {
        display: flex;
        margin-top:20px;
        margin-bottom:20px;
        flex-wrap:wrap;
   
    }
.rb-type {
    position: absolute;
    opacity: 0;
    width: 0; /* for internet explorer */
}

.type-info{
    display:none;
    margin-top:10px;
}
#delivery-info{
    display:block;
}
.info .inner {
    border: 1px solid rgba(0, 0, 0,.5);
    border-radius: 5px;
    
    color: #fff;
    padding: 5px;
    padding-left:40px;
    background: url(../images/info-white.png) no-repeat rgba(0, 0, 0,.6);
    background-position-y:center;
    background-position-x:10px;
    background-size:25px;
}
.delivery-type {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    color: rgb(233, 68, 30);
    margin-right: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgb(233, 68, 30);
    background: #fff;
    box-shadow: 2px 2px 5px rgba(0,0,0,.25);
    cursor: pointer;
}
.rb-type:focus + .delivery-type {
    border:3px solid yellow;

}
.rb-type:checked + .delivery-type {
    background: rgb(233, 68, 30);
    color: #fff;
}
.time-select{
     width:auto;
}

/* JOB DATE AND TIME CSS */
#job-date-container {
    display: none;
    margin-top: 17px;
    margin-bottom: 20px;
}
#job-time-container{
    display:none;
}

.packages {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 3px;
    background: #ddd;
    margin-top: 20px;
}
.packages-header{
    margin-bottom:10px;
}
.package{
    display:none;
}
.package.show{
    display:flex;
    align-items:center;
    padding:10px 0;
}
.package-table-header{
    display:flex;
}
.package-no {
    font-weight: bold;
    flex: 0 1 20px;
    min-width:8px;
}
.package-field {
    padding-left: 5px;
    flex: 1 0 15%;
}
@media (min-width:768px) {
    .package-field {
        padding-left: 20px;
    }
}
.package-field.actions{
    flex:1 0 10%;
}
    .package-field:first-child {
        padding-left: 0;
    }
.packages input.input-validation-error{
    background:rgba(255,200,200,1);
    border:1px solid rgba(255,150,150,1);
}
button.delete-package{
    background:none;
    text-align:right;
    width:auto;
    min-width:0;
    padding:0;
}
    button.delete-package:hover {
        background: none;
    }
    button.delete-package:focus svg{
        fill:rgb(233, 68, 30);
    }
.package-types,.fees{

}
.package-type, .fee, .cd{
    padding:10px 0;
    border-bottom:1px solid #ccc;
   
}
.fees, .cds{
    padding:20px;
}
.inactive-items{
    display:none;
}
.package-types .package-type, .fees .fee{
    display: none;
}
    .package-types .package-type.active, .fees .fee.active, .cds .cd.active {
        display: block;
    }
    .package-type form, .package-type-header, .fee form, .fee-header, .cd form, .cd-header {
        display: flex;
        align-items: center;
        flex-direction: row;
    }
    .fee form, .cd form{
        align-items:flex-start;
    }
    .package-type-header, .fee-header, .cd-header{
        font-weight:bold;
    }
.package-type-name{
    flex:0 0 25%;
    margin-right:20px;
}
.fee-name {
    flex: 0 0 20%;
    margin-right: 15px;
}
.fee-description {
    flex: 0 0 30%;
    margin-right: 15px;
}
.fee-cost {
    flex: 0 0 15%;
    margin-right: 15px;
}
.fee-sequence {
    flex: 0 0 10%;
    margin-right: 15px;
}
.cd-date {
    flex: 0 0 25%;
    margin-right: 15px;
}

.cd-summary {
    flex: 0 0 60%;
    margin-right: 15px;
}

.cd-actions {
    flex: 0 1 40px;
}
.cd-actions button{
    background:none;
    margin:0;
    padding:0;
}


#faq-fees, #faq-cds, #faq-policies {
    padding: 20px;
}
.fee-table-name
{
  
    padding:5px;
}
#fee-table{
    width:100%;
}
#fee-table td{
    border:1px solid #ccc;
}
.fee-table-description {
 
    padding: 5px;
}
.fee-table-cost {
  
    padding: 5px;
    text-align:right;
}
#cd-table{
    width:75%;
}
#cd-table td {
    border: 1px solid #ccc;
    padding:5px;
}
.cd-table-date {
    padding: 5px;
    width:200px;
}

.cd-table-summary {
    padding: 5px;
   
}
.policy{
    padding-bottom:10px;
    padding-top:10px;
    border-bottom:1px solid #ccc;
}

.package-type-active {
    flex: 0 0 10%;
    margin-right: 20px;
}
.fee-active {
    flex: 0 0 10%;
    margin-right: 20px;
}
.package-type-actions, .fee-actions, .cd-actions {
    flex: 0 0 40px;
}
.package-type-actions button, .fee-actions button, .cd-actions button{
    background:none;
    padding:0;
    margin:0;
    min-width:unset;
}
#summary {
    position: fixed;
    top: 0;
    z-index: 1000;
    padding: 10px;
    background: #ddd;
    left:0;
    width:100%;
    font-size: smaller;
    border: 1px solid rgb(233, 68, 30);
    border-radius: 5px;
   box-shadow:1px 1px 5px rgba(0,0,0,.25)
}


#summary-details{
    display:flex;
    align-items:center;
    flex-direction:column;
}
    #summary-details h4
    {
        margin-right:20px;
    }
    #summary-info {
        display: none;
    }
@media (min-width:768px) {
    #summary {
        width: 270px;
        height: auto;
        left: unset;
        right: 0;
        border-radius: 5px;
        border: 1px solid rgb(233, 68, 30);
    }

        #summary-details h4 {
            margin-right: 0;
        }
    #summary-info {
        display: block;
    }
}
/*--- registration page ----- */
#login-submit{
    margin-bottom:1rem;
}
#registerSubmit{
    margin-top:1rem;
}
#registerForm h4{
    margin-bottom: 15px;
}

/*--- -Reports ------*/
.report {
 margin:20px;  
}
.report .filters{
    display:flex;
    align-items:center;
}
.report .filter{
    flex:0 0 200px;
    margin-right:10px;
}
    .report .filter input[type=text]{
        height:40px;
        padding:5px;
        border:1px solid #ccc;
        border-radius:5px;
    }
    .report thead {
        background: #ddd;
        color: #000;
    }
    .report th, .report td
    {
        padding:5px;
        border:0;
    }
    .report th {
        border-left: 1px #ccc solid;
        
    }
    .report td{
        border-left:1px #ccc solid;
        border-bottom:1px #ccc solid;
        border-right:1px #ccc solid;
    }

/* ---- delivery help form ---- */
#help{
    position:fixed;
    left:0;
    top:0;
    height:0;
    width:100vw;
    height:100vh;
    background:rgba(0,0,0,.75);
    display:flex;
    align-items:center;
    justify-content:center;
}
#help-form{
    width:calc(100% - 50px);
    max-width:600px;
    height:auto;
    max-height:100%;
    background:#fff;
    border-radius:5px;
    padding:20px;
}
#help-form .close{
    font-weight:bold;
    text-align:center;
    height:40px;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}
#help-form .close:hover{
    background:#ccc;
}
#help-form textarea{
    width:100%;
    height:180px;
    margin-bottom:15px;
}
@media (max-width:800px){
    #help-form{
        width:100%;
    }
}
.icon-default {
    color: rgb(233, 68, 30);
}
#summary-info table td:first-child{
    font-weight:bold;
    padding-right: 5px;
    text-align:right;
}
#summary-amount{
    font-weight:bold;
    display:flex;
    justify-content:center;
}
.tooltip-inner {
    color: black;
    text-align: left;
    background-color: rgba(221, 221, 221);
    border: 1px solid rgb(233, 68, 30);
    box-shadow: 3px 3px 3px rgba(0,0,0,.1);
    opacity: 1 !important;
}

.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: gray !important;
}

.tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: gray !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: gray !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: gray !important;
}

.phone-number {



    position: absolute;
    left: -9999px;

}
.form-group:has(.phone-number.input-validation-error) .jobphone {
    border: 1px solid rgba(255, 150, 150, 1); /* Example styling */
    background-color: rgba(255,200,200,1);
}