body {
    padding-top: 55px;
    width: 95%;
    margin: auto;
}

.fd-delete-button {
    display: block;
    border: none;
    background-color: #9d0012 !important;
    padding: 5px 5px;
    font-size: 14px;
    text-align: center;
    height: 20px;
    width: 30px;
    color: white;
    position: relative;
    border-radius: 3px;
}

.fd-radio {
    display: block;
    width: 50%;
    border: none;
    background-color: #e5eaf8;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}

.fd-radio:hover {
    background-color: #0097e3;
    font-size: 16px;
}

.fd-radio:active {
    background-color: #0085c9;
}

.business_filter .fd-field, .time_filter_row .fd-field {
    border: none;
    font-size: 18px;
}


.fd-product-image {
    display: block;
    border: solid 1px #fff;
    max-width: 98px;
    max-height: 98px;
    width: auto;
    height: auto;
    border-radius: 3px;
    box-shadow: 2px 2px 5px #888;
    margin-right: 20px;
}

.fd-product-image:hover {
    transform: scale(1.1);
    transition: transform .2s
}

.fd-product-image-modal {
    display: block;
    max-width: 900px;
    width: 100%;
}

.fd-deleted-image {
    border-color: red;
    border-width: thick;
}


.fd-edit-field {
    border: none;
    background-color: transparent;
    padding: 5px 5px;
    font-size: 14px;
    cursor: pointer;
    text-align: left;
    overflow-wrap: anywhere;
}

.fd-search-top {
    background-color: #e2e2e2;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 10px;

}

.fd-search-top .fd-pulldown {
    padding: 3px 15px 3px 28px;
    float: left;
    display: inline-block;
    margin: 0 0 0 10px;
    background: #0bc3ec url(./assets/down-arrow.png) no-repeat 5px 32%;
    background-size: 18px;

}


#fd_delivery .fd-pulldown, #fd_pickup .fd-pulldown {
    padding: 3px 15px 3px 28px;
    float: right;
    display: inline-block;
    margin: 0 0 0 10px;
    background: #0bc3ec url(./assets/down-arrow.png) no-repeat 5px 32%;
    background-size: 18px;
    width: 130px;
    height: 35px;
    font-size: 14px;
}

#customer_select, #order_select {
    width: 350px;

}

.tech-forms #customer_select, .tech-forms #order_select {
    width: 100%;
}

#nav-equipment .fd-field {
    border: none;
    width: auto;
    font-size: 18px;
}

#nav-equipment label {
    font-size: 12px;
    color: #999;
    margin-bottom: -3px;
}


.fd-search-field {
    background-color: #fff;
    padding: 7px 10px;
    font-size: 16px;
    cursor: pointer;
    text-align: left;
    max-width: 100%;
    width: 400px;
    border: solid 1px #dee2e6;
    border-radius: .3rem;
}

.fd-spanning-field {
    width: 100%;
    border: none;
    background-color: #f2f6de;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}

.fd-header-field {
    border: none;
    background-color: #0ec3ec;
    color: #fff;
    padding: 14px 2px 10px 10px;
    font-size: 14px;
    line-height: 16px;
    cursor: 0;
    text-align: left;
    overflow: hidden;
    border-radius: 0 11px 0 0;
    text-shadow: 1px 1px 0px #01a1c6, -1px -1px 0px #01a1c6, 1px -1px 0px #01a1c6, -1px 1px 0px #01a1c6;
    border-right: solid 1px;
    font-weight: 500;
}

.fd-header-field:active {
    background-color: #00b0d8;
}

.fd-crm-head {
    background-color: #f4fbff;
    border-radius: 3px;
    padding: 3px 5px;
}

.fd-table {
    display: block;
    width: 100%;
    border: none;
    background-color: #4f75c9;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}

.fd-pulldown {
    display: block;
    width: 100%;
    height: 50px;
    border: none;
    background: #0bc3ec url("./assets/down-arrow.png") no-repeat 5px 40%;
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
    color: #fff;
    letter-spacing: .5px;
    text-shadow: 1px 1px 0px #01a1c6, -1px -1px 0px #01a1c6, 1px -1px 0px #01a1c6, -1px 1px 0px #01a1c6;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#product_options {
    max-width: 800px;
}

.fd-div-style0 {
    display: block;
    margin-top: 10px;
    border: 1px solid #ffd300;
    width: 100%;
    background-color: #f4f4f4;
    padding: 7px 28px;
    font-size: 20px;
    cursor: pointer;
    text-align: left;
    border-radius: 10px 10px 0 0;
}

.red-border::after {
    color: #0ec3ec;
    content: "\2022";
    font-size: 30px;
    line-height: 33px;
    margin-left: 5px;
}

table, tr, td {
    border: 1px solid;
}

.fd-accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active, .fd-accordion:hover {
    background-color: #ccc;
}

.fd-accordion-panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.fd-accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

/*.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-)
}
*/


.fd-form-background {
    background-color: #f1f1f1;
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto 20px auto;
    border-radius: 5px;
    padding: 20px;
}

.fd-form-text input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type="button"].fd-button {
    background-color: #149bdf;
    padding: 3px 20px;
    border: 0px;
    border-radius: 3px;
    text-shadow: none;
    width: auto;
    overflow: hidden;
    color: #fff;
}

.fd-pulldown-complete {
    max-width: 200px;
    padding: 3px 3px;
    background: #000;
    background-size: 18px;
    font-size: 10px;
    color:#fff;
    margin-top: -11px;
}

#order_complete_wrapper {
background: #b7b7b7;
    font-size: 13px;
    line-height: 13px;
    padding: 5px 5px 0px;
    font-weight: 500;
}

.fd-button-complete {
    background-color: #e51212;
    padding: 3px 20px;
    border: 0px;
    border-radius: 3px;
    text-shadow: none;
    width: auto;
    overflow: hidden;
}

input[type="button"].fd-button-save {
    background-color: #fff;
    border: solid 1px #8bd8ff;
    padding: 2px 5px;
    border-radius: 3px;
    width: 75px;
    overflow: hidden;
    color: #007bff;
    float: right;
    margin: 15px 0 0 0;
    font-size: 14px;
}

input[type="button"].fd-button-save:hover {
    background-color: #0f77ac;
    color: #fff;
    border: solid 1px #8bd8ff;
    border-radius: 3px;

}


input[type="button"].fd-button:hover {
    background-color: #0f77ac;
    color: #fff;
    border: 0px;
    border-radius: 3px;
}


.fd-button {
    background-color: #149bdf;
    padding: 3px 20px;
    border: 0px;
    border-radius: 3px;
    text-shadow: none;
    width: auto;
    overflow: hidden;
    color: #fff;
    margin-right:3px;
}

.fd-button:hover {
    background-color: #0f77ac;
    color: #fff;
}

.fd-file-button {
    width: 100%;
}

.fd-file {
    width: 100%;
    font-size: 1.1em;
}

.fd-file-button input[type="file"]::file-selector-button {
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    text-shadow: none;
    min-width: 200px;
    width: 100%;
    overflow: hidden;
    border: solid 2px #149bdf;
    font-size: 1.1em;
}

.fd-file-button input[type="file"]::file-selector-button:hover {
    background-color: #149bdf;
    color: #fff;
    border: solid 2px #fff;
}

.fd-file-button input[type="file"]::-webkit-file-upload-button {
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    text-shadow: none;
    min-width: 200px;
    width: auto;
    overflow: hidden;
    border: solid 2px #149bdf;
    font-size: 1.1em;
}

.fd-file-button input[type="file"]::-webkit-file-upload-button:hover {
    background-color: #149bdf;
    color: #fff;
    border: solid 2px #fff;
}


input[type="button"].fd-submit-button {
    background-color: #09a720;
    padding: 3px 20px;
    border-radius: 3px;
    text-shadow: none;
    width: auto;
    overflow: hidden;
    color: #fff;
    width: 300px;
    font-size: 1.25em;
    border: solid 2px #149bdf;
    margin: auto;
    display: block;
    margin: auto;
    line-height: 35px;
}

input[type="submit"]:hover .fd-submit-button {
    background-color: #107d12;
    border: solid 2px #fff;
}


.page_nav_prev, .page_nav_next {
    display: inline-block;
    margin: 10px 0 0 0;
    width: 200px !important;
}


.page_nav_prev {
    border-radius: 16px 3px 3px 16px !important;
    float: left;
}

.page_nav_next {
    border-radius: 3px 16px 16px 3px !important;
    float: right;
}


.fd-form-background {
    background-color: #f1f1f1;
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto 20px auto;
    border-radius: 5px;
    padding: 20px;
}

.fd-form-text input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 2px solid #149bdf;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 1.25em;
}

.fd-field {
    border: solid 1px #149bdf;
    background-color: #fff;
    padding: 6px 6px;
    font-size: 16px;
    cursor: pointer;
    text-align: left;
    margin-bottom: 5px;
    border-radius: 3px;
    overflow-wrap: anywhere;
}

.fd-crm .fd-field {
    border: solid 1px #dff4ff;
    background-color: #fff;
    padding: 3px 3px;
    font-size: 16px;
    cursor: pointer;
    text-align: left;
    margin-bottom: -19px;
}

.fd-crm .fd-field:hover {
    border: solid 1px #149bdf;
}

.fd-crm label {
    font-size: 9px !important;
    margin-bottom: 0px;
    color: #999;
}

.row {
    margin-bottom: 20px;
}


input#how_heard.fd-field, input#state.fd-field, input#business_name.fd-field {
    max-width: 442px;
    width: 100%;
}

input#delivery_state.fd-field,
input#delivery_state_2.fd-field,
input#state.fd-field,
input#business_state.fd-field,
input#monthly_discount_percentage.fd-field,
input#monthly-discount-dollar.fd-field {
    max-width: 50px;
}

input#delivery_zip.fd-field,
input#delivery_zip_2.fd-field,
input#zip.fd-field,
input#business_zip.fd-field {
    max-width: 100px;
}

input#expire_date.fd-field, input#card_code.fd-field {
    max-width: 100px;
}

.fd-crm-notes label {
    font-size: 14px !important;
    margin-bottom: 0px !important;

}

.fd-readonly {
    background-color: #fff;
    border: 0px;
}


/* .fd-form-background label, .fd-form-background .delivery_price, .fd-form-background .product, .fd-form-background .retail_price, .fd-form-background input[type="number"] {
    line-height: 34px;
    margin: 0 10px 5px 5px;
    display: inline-block;
    margin-bottom: 0.5rem;
    float: left;
    vertical-align: middle;
    max-width: 500px;
    width: auto;
    Overflow: hidden;
}
*/

.fd-form-background label, .fd-form-background .delivery_price, .fd-form-background .product, .fd-form-background .retail_price, .fd-form-background input[type="number"] {
    margin: 0 10px 5px 5px;
    display: inline-block;
    margin-bottom: 0.5rem;
    vertical-align: middle;
    width: auto;
    Overflow: hidden;
    border-radius: 5px;
    font-size: 17px;
    line-height: 17px;
}

.fd-form-background input[type="number"] {
    border: 1px solid #149bdf;
    font-size: 20px;
    width: 60px;
    text-align: left;

}

text#order_type_name.fd-field {
    border: solid 0px #fff;
    text-align: center;
    font-size: 32px;
    line-height: 36px;
    background: transparent;
    display: block;
}

.fd-form-background .product_wrapper {
    height: auto;
    overflow: hidden;
    padding: 3px;
    clear: both;
}

.fd-form-background .deposit, .fd-form-background .delivery_wrapper, .fd-form-background .deposit_percent_wrapper {
    display: none;
}


.section-title {
    background-color: #989797;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 24px !important;
    font-size: 20px;
    padding: 4px 10px;
    margin-bottom: 15px;
}

.fd-form-background .retail_price::before {
    content: "$";
}

.product_wrapper:nth-child(odd) {
    background-color: #eae9e9;
}

.product {
    min-width: 250px;
}


.billing_address_section {
    background-color: #fff;
}


/* Customize the label (the container) */
.fd-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    padding: 3px 30px 0 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.fd-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;

}

/* Create a custom checkbox */
.fd-checkmark {
    position: absolute;
    top: 3px;

    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 2px solid #149bdf;
    border-radius: 3px;
    margin-left: 5px;

}

/* On mouse-over, add a grey background color */
.fd-container:hover input ~ .fd-checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.fd-container input:checked ~ .fd-checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.fd-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.fd-container input:checked ~ .fd-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.fd-container .fd-checkmark:after {
    left: 7px;
    top: 0px;
    width: 10px;
    height: 17px;
    border: solid white;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


#monthly_amount.fd-field,
#monthly_amount_copy.fd-field,
#deposit_percent.fd-field,
#deposit_flat.fd-field,
#first_amount.fd-field,
#deposit.fd-field,
#delivery_cost_total.fd-field,
#delivery_cost_discounted.fd-field,
#monthly_cost_total.fd-field,
#monthly_cost_total_discounted.fd-field,
#deposit_total.fd-field,
#deposit_discounted.fd-field {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    font-weight: bold;
    min-height: 1.5em !important;
    width: 100px;
    padding: 0px !important;
    margin: 5px 0 0 -9px;
    display: inline-block;
    font-size: 18px;
    color: #000;
}

#monthly_cost_total.fd-field,
#monthly_cost_total_discounted.fd-field {
    width: 80px;
}

input[type=text]#monthly_amount.fd-field::before,
input[type=text]#monthly_amount_copy.fd-field::before,
input[type=text].fd-field::before,
input[type=text]#deposit_cost.fd-field::before,
input#delivery_cost.fd-field::before,
input#first_amount.fd-field::before,
input#deposit.fd-field::before {
    content: "$";
}

input#monthly_amount.fd-field::after,
input#monthly_amount_copy.fd-field::after {
    content: "/m";
}

.fd-primary-image {
    border-color: #0bc3ec;
    border-width: thick;
}

.fd-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

#loading {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
}

#loading-spinner {
    position: absolute;
    top: 45%;
    left: 40%;
    z-index: 100;
}


.fd-content-blur {
    opacity: 0.5;
    filter: blur(2px);
    -webkit-filter: blur(2px);
    pointer-events: none;
}


/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.fd-modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 900px;
    border-radius: 10px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 800px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.fd-modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .fd-modal-content {
        width: 100%;
    }
}

/* The Modal (background) */
.fd-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}

.report-modal {
    max-height: 80vh !important;
    overflow-y: auto;
}

/* Modal Content */
.fd-modal-content {
    background-color: #fff;
    margin: auto;
    padding: 20px;
    border: 1px solid #fff;
    width: 80%;
}

/* The Close Button */
.fd-modal-close {
    color: #000;
    float: right;
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
}

.fd-modal-close:hover,
.fd-modal-close:focus {
    color: #BF0003;
    text-decoration: none;
    cursor: pointer;
    transition: transform .2s;
    transform: scale(1.25);
}


.fd-employee {
    background: #daf3ff;
    border-radius: 10px;
    padding: 20px;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.fd-employee-header {
    background: #8bd8ff;
    padding: 5px;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}


.nav-link {
    padding: 7px 20px !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-weight: 500;
    color: #000 !important;
}

.nav-tabs .active:after {
    content: "";
}

.tab-content > .active {
    background-color: #fff;
    border: solid 1px;
    border-color: #fff #dee2e6 #dee2e6 #dee2e6;
    border-radius: 0 .3rem .3rem .3rem;
    padding: 10px;
}

.tab-content .active:after {
    content: "";
}

#order_type_options .fd-pulldown {
    max-width: 100%;
    padding: 5px 28px;
    background: #0bc3ec url(./assets/down-arrow.png) no-repeat 5px 32%;
    background-size: 18px;
}

#cc-error-box {
    color: red;
    background: #fff;
    opacity: 1;
    font-size: 18px;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid red;
    margin-bottom: 10px;
}

.nav-pills .nav-link {
    border: solid 1px #8bd8ff;
    margin-right: 10px;
}

.fd-colored-background {
    color: red;
}


.shade .row:nth-child(odd) {
    background-color: #ebf9ff;
    padding: 5px 0;
    border-radius: 3px;
}

.shade .row:nth-child(even) {
    background-color: #fff;
    padding: 5px 0;
    border-radius: 3px;
}

.shade .btn {
    background-color: #fff;
}

.btn-outline-danger {
    border: solid 1px red !important;
    font-size: 16px !important;
    width: 100px;
    height: 37px;
    background-color: #fff;
}

.row-attention {
    border: solid 2px red !important;
}

.btn-outline-success {
    border: solid 1px green !important;
    font-size: 16px !important;
    width: 100px;
    height: 37px;
    background-color: #fff;
}

div[tooltip]:hover::after {
    content: attr(tooltip);
    display: block;
    position: absolute;
    transform: translateX(-50%);
    transform: translateY(-5px);
    background-color: #fff;
    border: 1px solid #c8f1ff;
    padding: 7px;
    max-width: 300px;
    width: auto;
    height: auto;
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 20%);
    z-index: 10000;
}

.product_assigned {
    display: block;
    width: 100%;
    border: none;
    background: #01991a url("./assets/down-arrow.png") no-repeat 5px 40%;
    padding: 14px 40px;
    font-size: 16px;
    cursor: pointer;
    text-align: left;
    color: #fff;
    letter-spacing: .5px;
    text-shadow: 1px 1px 2px #010615;
    border-radius: 0 0 5px 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.product_unassigned {
    display: block;
    width: 100%;
    border: none;
    border-radius: 0 0 5px 5px;
    background: #ffd300 url("./assets/down-arrow.png") no-repeat 5px 40%;
    padding: 14px 40px;
    font-size: 16px;
    cursor: pointer;
    text-align: left;
    color: #fff;
    letter-spacing: .5px;
    text-shadow: 1px 1px 0px #01a1c6, -1px -1px 0px #01a1c6, 1px -1px 0px #01a1c6, -1px 1px 0px #01a1c6;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.waitlist_checkbox {
    margin-top: 10px;
}

.order-complete {
    color: #e51212;
    font-size: 1.5em;
    text-align: center;
    margin-top: -34px;
}

.number_label {
    display: inline-block;
}

.top_bar .navbar-nav {
    margin-top: 0px;
}

.top_bar .navbar-nav li {
    margin-top: 7px;
    min-width: 200px;
}

.top_bar .navbar-nav .nav-item a {
    margin-top: 4px;
    color: #fff;
    padding: 3px 20px;
    min-width: 200px;
    border-radius: 3px;
    display: inline-block;
}

.top_bar .navbar-nav .nav-item a:hover {
    background-color: #3C3B3B;
}


.product_details {
    max-width: 800px;
    margin: auto;
}

.header_row {
    background-color: #F5F5F5;
    font-weight: bold;
}

#details_container .row:nth-child(odd) {
    background-color: #ebf9ff;
    padding: 0 0 0px 10px;
    border-radius: 3px;
    margin: 0px;
    border: none;
}

#details_container .row:nth-child(even) {
    background-color: #fff;
    padding: 0 0 0px 10px;
    border-radius: 3px;
    margin: 0px;
    border: none;
}

#details_container .fd-header-field {
    text-align: left;
    padding: 0 0 0px 10px;
}

#details_container .fd-field {
    border: solid 0px #149bdf;
    background-color: transparent;
    padding: 0px;
    font-size: 16px;
    text-align: left;
    margin-bottom: 5px;
    border-radius: 3px;
}

.caution-border {
    border: solid 1px #ffb5b5;
    background-color: #ffe5e5 !Important;
}

.fd-admin-button {
    display: block;
    width: 100%;
    border: none;
    border-radius: 0 0 5px 5px;
    background: #ffd300;
    padding: 14px 40px;
    font-size: 16px;
    cursor: pointer;
    text-align: left;
    color: #fff;
    letter-spacing: .5px;
    text-shadow: 1px 1px 0px #01a1c6, -1px -1px 0px #01a1c6, 1px -1px 0px #01a1c6, -1px 1px 0px #01a1c6;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.fd-progress-image {
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 8px;
    margin: 3px 17px;
    background: green;
}

.fd-requested-count {
    max-width: 60px;
}

.report_table input[type="text"] {
    background-color: rgba(255, 2555, 255, 0.8);
    padding: 5px 0px;
    font-size: 15px;
    cursor: pointer;
    text-align: left;
    overflow-wrap: anywhere;
    width: 100%;
    margin: 0px -10px;
    height: auto;
    border: 1px solid color rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    border: 1px solid #dfdfdf;
    padding-left: 3px;
}


.report_table .header_row {
    font-size: 16px;
    text-align: left;
}

.report_table .fd-pulldown {
    isplay: block;
    width: 99px;
    height: 30px;
    border: none;
    background: #0bc3ec url(./assets/down-arrow.png) no-repeat 2px 37%;
    background-size: 10px;
    padding: 5px 5px 5px 14px;
    font-size: 14px;
    cursor: pointer;
    text-align: left;
    color: #fff;
    letter-spacing: 0;
    text-shadow: 1px 1px 0px #4a4c57;
    -webkit-appearance: none;
    margin: 0px;
}

.report_table .fd-delete-button {
    line-height: 14px;
    margin: auto;
    width: 45px;
    text-align: center;
    height: 24px;
}

.row-searchable {
    border: solid 2px #00ff15 !important;
}

.fd-delete-customer {
    background-color: #839de1;
}

.fd-keep-customer {
    background-color: #7acbad;
}


/*.im-layout{width:100%; max-width:1200px; margin:auto;max-height: 2000px;overflow-y: scroll;}*/
.im-layout {
    width: 100%;
    max-width: 1200px;
    margin: 55px auto;
}

.im-layout #order_type_details .row,
.im-layout #product_model_table .row {
    margin: 0 0 4px 0;
    line-height: 35px;
}


.im-layout#order_types_wrapper .row:nth-child(odd),
.im-layout #product_model_table .row:nth-child(odd),
.im-layout #order_type_details .row:nth-child(odd),
.im-layout #product_inventory .row:nth-child(odd) {
    background-color: #ebf9ff;
}

.container-fluid .filter_row {
    width: 100%;
    max-width: 1200px;
    margin: 2px auto;
    font-size: 25px;
    line-height: 30px;
}

.im-layout #product_model_table .row .fd-field,
.im-layout #product_inventory .row .fd-field {
    border: 0px;
    background-color: transparent;
    font-weight: 500;
}

.im-layout #product_inventory .row .fd-field {
    border-right: solid 1px #EBEBEB;
    border-radius: 0px;
}

.type_filter_row .fd-radio, .type_filter_row.time_filter_row, .type_filter_row .fd-radio, .type_filter_row.time_filter_row:hover {
    display: none;
    text-decoration: none;
}

.show_search_option{
    display:block;
    visibility: visible;
}
.hide_search_option{
    display:none;
    visibility: hidden;
}

#check_for_new {
    font-size: 22px;
    background-color: #00ba17;
    margin-bottom: 5px;
}

#product_list label {
    width: 200px;
}

.im-layout .col-md-3,
.im-layout .col-md-1,
.im-layout .col {
    border-right: solid 1px #EBEBEB;
}

input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    width:100%;
}


#requires_order_wrapper, #order_options {
    height: auto;
}

#customer_search_button {
    height: 32px;
    margin-bottom: 20px;
}

.form-title {
    background-image: linear-gradient(#edf8fa, #fff);
    text-align: center;
    border-radius: 15px 15px 0 0;
    font-size: 18px;
    line-height: 32px;
    color: #0ec3ec;
}

#requires_order_wrapper #order_type_options .fd-pulldown {
    width: 100%;
}


.top_bar .navbar {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    z-index: 10000;
}

.top_bar .navbar-brand {
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 1em;
    height: 55px;
    margin: 0 20px 0 0;
    left: 10px;
}

.top_bar .navbar-toggler-icon {
    color: #fff;
}

.top_bar .navbar-nav .nav-item .nav-link,
.top_bar .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 1em;
}

/* Hover state for menu items and links */
.top_bar .navbar-nav .nav-item .nav-link:hover,
.top_bar .navbar-nav .nav-item .nav-link:hover {
    background-color: #666;
    color: #fff;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; /* Add fade-in animation */
}

/* Increase link font size to 1.5em */
.top_bar .navbar-nav .nav-item .nav-link {
    font-size: 1.25em;
    padding: 8px 20px;
    background-color: #000;

}

/* Submenu background color */
.top_bar .dropdown-menu {
    background-color: #444;
}

.top_bar .dropdown-item {
    font-size: 1 . em;
}


/* Hover state for submenu items */
.top_bar .dropdown-menu a.dropdown-item:hover {
    background-color: #666;
    color: #fff;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; /* Add fade-in animation */
}

/* Move down the menu on small screens */
@media (max-width: 768px) {
    .top_bar .nav-link {
        margin-top: 20px;
        width: 100%;
        padding-left: 20px;
    }

    .top_bar .navbar-nav {
        margin-top: 0px;
        background-color: #000;
        border-radius: 5px;
    }

    .top_bar .navbar-nav .nav-link {
        padding-left: 40px;
        border-radius: 3px;
    }
}

.top_bar .dropdown-menu {
    box-shadow: 5px 5px rgba(0, 0, 0, .25)
}

.top_bar .navbar-brand {
    padding: 0px;
}

.top_bar .navbar-dark .navbar-nav .active > .nav-link {
    background-color: #159cdf;
}

.transactions_wrapper .fd-field {
    border: 0px;
}

.transactions_wrapper .row {
    margin-bottom: 5px;
}

#email_logs {
    width: 68px;
    font-size: 12px;
    background-color: #434242;
    color: #999;
    text-wrap: none;
    padding: 2px;
    text-align: center;
    float: right;
}

.hide_row {
    display: none;
}

.order-tab-label {
    background-color: #0ec3ec;
    width: 100%;

}

.fd-status-image-complete {
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 8px;
    margin: 3px 17px;
    background: green;
}

.fd-status-image-partial-complete {
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 8px;
    margin: 3px 17px;
    background: #06ef06;
}

.fd-status-image-pending {
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 8px;
    margin: 3px 17px;
    background: #aa9404;
}

.fd-status-image-problem {
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 8px;
    margin: 3px 17px;
    background: #f30606;
}

.late {
    background-color: #f30606;
}

.mp_contract_attention {
    color: #aa9404;
}

.im-manager-layout {
    width: 100%;
    max-width: 1600px;
}

.mp_order_date{
    font-size:16px; 
    display:block;
        
}
.mp_customer_link {
    font-size:16px; 
    font-weight:500;
    border: solid 1px #8bd8ff;
    background-color: #c9eafb;
    border-radius: 3px;
    padding:3px 10px;
    display:block;
}
.mp_customer_link:hover {
    background-color: #8bd8ff;
}

.mp_order{
    font-weight:500;
    font-size:18px;
    display:block;
    padding-left:15px;
    margin-top:8px;
}

.im-manager-layout .fd-pulldown {
    display: block;
    width: 100%;
    height: 33px;
    line-height: 22px;
    border: solid 1px #61bfe7;
    background: #0bc3ec url(./assets/down-arrow.png) no-repeat 5px 40%;
    background-size:10px 10px;
    padding: 3px 10px 5px 35px;
    font-size: 16px;
    cursor: pointer;
    text-align: left;
    color: #fff;
    letter-spacing: .5px;
    text-shadow: 1px 1px 0px #01a1c6, -1px -1px 0px #01a1c6, 1px -1px 0px #01a1c6, -1px 1px 0px #01a1c6;
    -webkit-appearance: none;
}


.mp_fd-pulldown {
    display: block;
    width: 100%;
    height: 33px;
    border: solid 1px #61bfe7;
    background: #0bc3ec url(./assets/down-arrow.png) no-repeat 5px 40%;
    padding: 5px 10px 5px 35px;
    font-size: 16px;
    cursor: pointer;
    text-align: left;
    color: #fff;
    letter-spacing: 0px;
    text-shadow: 1px 1px 0px #01a1c6, -1px -1px 0px #01a1c6, 1px -1px 0px #01a1c6, -1px 1px 0px #01a1c6;
    -webkit-appearance: none;
}

/*.im-manager-layout .fd-field {
    border: solid 1px transparent;
    background-color: transparent;
    padding: 6px 6px;
    font-size: 15px;
    cursor: pointer;
    text-align: left;
    margin-bottom: 5px;
    border-radius: 0px;
    overflow-wrap: anywhere;
}*/

.mp_fd-field {
    border: solid 1px #149bdf;
    background-color: #fff;
    padding: 6px 6px;
    font-size: 15px;
    cursor: pointer;
    text-align: left;
    margin-bottom: 5px;
    border-radius: 0px;
    overflow-wrap: anywhere;
}

.order-tab-label {
    font-size: 18px;
    font-weight: 500;
    padding: 5px 20px;
    color: #fff;
}

.mp_scheduling {
    text-align: center;
}

.mp_schedule-title {
    font-size: 13px;
    color: #999;
}

.employee-action-required {
    border: solid 1px #ffc600 !important;
    background: #fadd8e url(./assets/down-arrow.png) no-repeat 5px 40% !important;
    background-size:10px 10px !important;
    font-size: 16px !important;
    color: #000 !important;
    text-shadow: 1px 1px 0px #fff !important;
}

 .employee-action-required-button {
    border: solid 1px #ffc600 !important;
    background: #fadd8e !important;
    background-size:10px 10px !important;
    font-size: 16px !important;
    color: #000 !important;
    text-shadow: 1px 1px 0px #fff !important;
}

.employee-action-required:hover {
    border: solid 1px #149bdf;
    background: #0bc3ec url(./assets/down-arrow.png) no-repeat 5px 40%;
    color: #fff;
    letter-spacing: 0px;
    text-shadow: 1px 1px 0px #01a1c6, -1px -1px 0px #01a1c6, 1px -1px 0px #01a1c6, -1px 1px 0px #01a1c6;
}

.employee-action-disabled {
    border: solid 1px #666 !important;
    background: #dbdbdb url(./assets/down-arrow.png) no-repeat 5px 40% !important;
    background-size:10px 10px !important;
    font-size: 16px !important;
    color: #777 !important;
    text-shadow: 1px 1px 0px #fff !important;
}

.fd-pulldown .filter-option .filter-option-inner-inner{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mp_fd-status-image-complete {
    display: inline-block;
    height: 16px;
    width: 116px;
    border-radius: 8px;
    margin: 3px 17px;
    background: green;
}

.delivery_employee_select, .pickup_employee_select{
    width:100%!important;
    display:block;
}
.schedule_buttondelivery_schedule{
    background: transparent url(./assets/calendar-new-window.png) no-repeat 5px 40% !important;
    margin-bottom: 5px;
    color: #000;
    border: 1px solid #666;
    padding-left: 54px;
    width: 100%;
}
.reschedule_buttondelivery_schedule {
    font-size:12px;
    
}



.bootstrap-select>.dropdown-toggle.bs-placeholder{
    background-color:transparent;
    background-image:none;
    border: 1px solid transparent;
}


.complete_delivery_button{
    background-color:#efefef;
    height:24px;
    float:right;
    font-size:12px;
    line-height:12px;
    color:666;
}
.complete_delivery_button:hover{
    background-color:red;
    color:fff;
}

.filter_row .fd-button, .time-filters .fd-button, .add-update-filter .fd-field{
    height: 33px;
    border-radius: 22px;
    text-align: center;
    background-color: #149bdf;
}

.filter_row .fd-button:active {
    height: 33px;
    border-radius: 22px;
    text-align: center;
    background-color: #666;
}
.fd-button label {display:block;}

.time_filter #date_filter{height:0px;}

.equipment_option_label{
    font-size: 16px;
    display:inline-block;
    color: #149bdf;
    border: 1px solid  #8ae9ff;
    border-right: 0px;padding: 0px 0px 0px 15px;
    height: 35px;line-height: 33px;
    border-radius: 9px 0 0 0;
}

.shade .row .fd-field{
border:0px;
background-color:transparent;}

#product_types, #product_models{
    display:inline-block;
}

#product_type_select, #product_model_select{
    width: 300px;
    height: 36px;
    line-height: 32px;
    padding: 0px 0px 0px 38px;
    background: #149bdf url(./assets/down-arrow.png) no-repeat 5px 19%;
    margin-top: 2px;
    border-radius: 0 9px 0 0;
}

#location_download_csv, .download-button{
    display: block;
    margin: -4px 0 6px auto;
    height: 25px;
    background-color: #fff;
    line-height: 16px;
    font-size: 14px;
    color: #6acbfb;
    border: 1px solid #8ae9ff;        
}

#location_download_csv:hover{
    background-color: #6acbfb;
    color: #fff;
    border: 1px solid #149bdf;        
}

.equip-locations-pane{max-width:1200px; margin:auto;}

#product_model_table .fd-button {
    border-radius: 20px;
    padding: 0px 20px;
}

#product_model_table .fd-button:hover{
    background-color: #007bff;}

#product_inventory .row{margin-bottom:0;}



.page-title{
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: #333333;
    width: 100%;
    height: 34px;
    border-radius: 0 0 5px 5px;
    border: 2px solid #129cdf;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    max-width: 1200px;
    margin: auto;
}

.mp_datepicker{background:transaparent;}

.ui-widget.ui-widget-content {
    border: 1px solid #fff;
    background-color: #ebf7fd;}

    .ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #129cdf;
    color: #fff;
    font-weight: bold;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #32caec;
}

.er-layout{
max-width: 1200px;
    margin:0 auto;
}

.er-layout #product_details_panel .fd-header-field{
    padding: 5px 10px;
}

.add-update-label{width:150px;}
