/* Minification failed. Returning unminified contents.
(367,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(371,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(375,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(379,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(383,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(387,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(391,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(395,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
body {
    padding-top: 0px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    /*padding-top:100px;*/
    padding-left: 15px;
    padding-right: 15px;
}

a.search-list-link {
    color: blue !important;
    text-decoration:none !important;
    display:inline !important;
    padding:0px;
    margin:0px;
}

a.search-list-link:hover {
    text-decoration: underline !important;
}

.body-external {
    padding-top: 0px;
    padding-bottom: 20px;
}

.tbody-scrollable {
    height: 700px;
    overflow-y: auto;
    display: block;
}

.thead-scrollable {
    display: block;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}
h5{
    font-size:14px !important;
}
.navbar-inverse {
    /*This is the one to change for the black strip along the top.*/
    /*background-color: #027537;*/
    /*border-color: #3D1E1E !important;*/
}

.navbar-inverse-e {
    /*background-color: #9B46AD;*/
    /*This is the one to change for the asterix strip along the top.*/
    /*background-color: #8a0312;*/
    background-color: #EB5A00;
    border-color: #3D1E1E !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.navbar-dark-e {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.navbar-inverse .navbar-nav > li > a {
    /*color: white;*/
    padding-left: 1px;
}

.navbar-inverse-f {
    background-color: #007dad;
    border-color: #3D1E1E !important;
}

.nav-link {
    font-size: 15px !important;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.dropdown-toggle-asterix-text {
    color: white !important;
}

input[type="date"] {
    font-size: 12px;
}

input[type="datetime-local"] {
    font-size: 12px;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

button.link-button {
    background: none !important;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    color: #085be0;
    font-size: 12px;
    cursor: pointer;
    text-align: left;
}

button.link-button-selected {
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    color: white;
    font-size: 12px;
    cursor: pointer;
    text-align: left;
    background-color: #3D1E1E;
    border-radius: 2px;
}


button.link-button:hover {
    text-decoration: underline;
}

button.link-button-heading {
    background: none !important;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    color: #085be0;
    font-size: 16px;
    font-weight: normal;
    /*border is optional*/
    /*border-bottom: 1px solid #444;*/
    cursor: pointer;
}

    button.link-button-heading:hover {
        /*border-bottom: 1px solid #085be0;*/
        text-decoration: underline;
    }

hr {
    margin-top: 7px !important;
    /*margin-bottom: 4px !important;*/
    /*padding:0px !important;*/
}

button.link-button-heading2 {
    display: block;
    background: none !important;
    color: inherit;
    border: none;
    padding: 0 0 0 20px !important;
    font: inherit;
    color: #085be0;
    font-size: 14px;
    font-weight: normal;
    /*border is optional*/
    /*border-bottom: 1px solid #444;*/
    cursor: pointer;
}

button.link-button-heading:hover {
    /*border-bottom: 1px solid #085be0;*/
    text-decoration: underline;
}

button.btn-xs {
    height: 25px;
    font-size: 12px;
    padding: 2px 6px 2px 6px;
    border-radius: 4px;
}
a.btn-xs {
    height: 25px;
    font-size: 12px;
    padding: 2px 6px 2px 6px;
    border-radius: 4px;
}
label{
    font-weight:bold;
    font-size:small;
}

label.cascade {
    font-weight: normal;
}

.firspopup {
    display: none;
    position: fixed;
    z-index: 1001;
    left: 5%;
    top: 10%;
    width: 90%;
    height: 80%;
    overflow: auto;
    background-color: #F5F5F5;
    border: 2px solid;
    border-color: #3D1D1C;
    border-radius: 0px;
}

.smallpopup {
    display: none;
    position: fixed;
    z-index: 1001;
    left: 28%;
    top: 20%;
    width: 40%;
    height: 50%;
    overflow: auto;
    background-color: white;
    border: 2px solid;
    border-color: #3D1D1C;
    border-radius: 0px;
}

.mediumpopup-2 {
    display: none;
    position: fixed;
    z-index: 1001;
    left: 15%;
    top: 15%;
    width: 60%;
    height: 70%;
    overflow: auto;
    background-color: white;
    border: 2px solid;
    border-color: #3D1D1C;
    border-radius: 0px;
}

.largepopup-2 {
    display: none;
    position: fixed;
    z-index: 1001;
    left: 5%;
    top: 5%;
    width: 85%;
    height: 90%;
    overflow: auto;
    background-color: white;
    border: 2px solid;
    border-color: #3D1D1C;
    border-radius: 0px;
}

.mediumpopup {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 15%;
    top: 15%;
    width: 60%;
    height: 70%;
    overflow: auto;
    background-color: white;
    border: 2px solid;
    border-color: #3D1D1C;
    border-radius: 0px;
}

.textAreaBox {
    min-width: 100%;
}

.green-background {
    background-color: lightblue !important;
}

table.table tr.green-background td {
    background-color: lightblue !important;
}

table.table.table-striped tr.grey-background td {
    background-color: #CECBCB;
}

table.table.table-striped tr.yellow-background td {
    background-color: yellow;
}

table.table.table-striped tr.blue-background td {
    background-color: #94C126;
}

table.table.table-striped td.red-background {
    background-color: red;
}

table.table tr td {
    padding: 2px;
}

.tableFixHead {
    overflow-y: auto;
    height: 900px;
    z-index: 250;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
        z-index: 250;
        background-color: lightgray;
    }
table.table-expand-1 {
    --bs-table-bg: #404040; /* Example: bisque color */
    color: white; /* Example: dark text color */
}
table.table-expand-2 {
    --bs-table-bg: #6b6b6b; /* Example: bisque color */
    color: white; /* Example: dark text color */
}
table.table-expand-3 {
    --bs-table-bg: #919191; /* Example: bisque color */
    color: white; /* Example: dark text color */
}
table.table-expand-4 {
    --bs-table-bg: #b0b0b0; /* Example: bisque color */
    color: white; /* Example: dark text color */
}
table.table-expand-5 {
    --bs-table-bg: #c7c7c7; /* Example: bisque color */ 
    color: black; /* Example: dark text color */
}
table.table-expand-6 {
    --bs-table-bg: #dedede; /* Example: bisque color */
    color: black; /* Example: dark text color */
}
table.table-expand-7 {
    --bs-table-bg: #f0f0f0; /* Example: bisque color */
    color: black; /* Example: dark text color */
}
table.table-expand-8 {
    --bs-table-bg: #f0f0f0; /* Example: bisque color */
    color: black; /* Example: dark text color */
}

legend {
    margin-bottom: 0px;
}

.panel-body {
    padding: 5px;
}

.red-background {
    background-color: red;
}

.well {
    padding-top: 2px;
    padding-left:5px;
    padding-bottom:2px;
    margin-top:1px;
}

.coverover {
    position: fixed;
    top: 42px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.4;
    filter: alpha(opacity = 50);
}

.lg {
    font-size: 13px;
}

.label-cl-main {
    background-color: #B6D273 !important;
    outline: solid;
    outline-color: #94C126;
    border-radius: 0;
    color:white;
    font-size:large;

}

.label-cl-main2 {
    background-color: #B6D273 !important;
    outline: solid;
    outline-color: red;
    border-radius: 0;
}

.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -100px; /* half width of the spinner gif */
    margin-top: -100px; /* half height of the spinner gif */
    text-align: center;
    z-index: 2234;
    overflow: auto;
    width: 210px; /* width of the spinner gif */
    height: 212px; /*hight of the spinner gif +2px to fix IE8 issue */
}

.spinner-asterix {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -225px; /* half width of the spinner gif */
    margin-top: -70px; /* half height of the spinner gif */
    text-align: center;
    z-index: 2234;
    overflow: auto;
    width: 450px; /* width of the spinner gif */
    height: 142px; /*hight of the spinner gif +2px to fix IE8 issue */
}

.spinner-small {
    /*position: fixed;*/
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px; /* half width of the spinner gif */
    margin-top: -100px; /* half height of the spinner gif */
    text-align: center;
    z-index: 2234;
    overflow: auto;
}

.form-small {
    font-size: 9px;
    height: 20px;
    width: 100px;
}

.font-small {
    font-size: 9px !important;
}

.font-medium-small {
    font-size: 11px !important;
}

.font-xlarge {
    font-size: 20px !important;
    font-weight: bold;
}

.font-large {
    font-size: 17px !important;
    font-weight: bold !important;
}
.font-medium-large {
    font-size: 15px !important;
    font-weight: bold !important;
}

.font-medium {
    font-size: 12px !important;
}

.validation-error {
    background-color: rgba(255, 0, 0, 0.15) !important;
}

.alert-red {
    background-color: red !important;
    color: white;
}

.alert-green {
    background-color: green !important;
    color: white;
}

.blue-div-background {
    background-color: #94C126 !important;
}

.small-image {
    width: 20px;
}

.small-logo-image {
    width: 40px;
}

.product-image {
    width: 70px;
}

.product-image-medium {
    width: 140px;
}

.k-grid .k-grid-content {
    min-height: 0px;
    max-height: 600px;
}

.Monday {
    background: black;
    color: white;
    padding: 9px;
    border-radius: 5px
}

.Tuesday {
    background: blue;
    color: white;
    padding: 9px;
    border-radius: 5px
}

.Wednesday {
    background: purple;
    color: white;
    padding: 9px;
    border-radius: 5px
}

.Thursday {
    background: green;
    color: white;
    padding: 9px;
    border-radius: 5px
}

.Friday {
    background: yellow;
    color: black;
    padding: 9px;
    border-radius: 5px
}

.Saturday {
    background: pink;
    color: black;
    padding: 9px;
    border-radius: 5px
}

.Sunday {
    background: red;
    color: white;
    padding: 9px;
    border-radius: 5px
}

.NotStarted {
    background: lightgreen;
    color: black;
    padding: 9px;
    border-radius: 5px
}

.Current {
    background: darksalmon;
    color: black;
    padding: 9px;
    border-radius: 5px
}

.RecentlyCompleted {
    background: pink;
    color: black;
    padding: 9px;
    border-radius: 5px
}

/* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

    /* Dropdown button on hover & focus */
    .dropbtn:hover, .dropbtn:focus {
        background-color: #3e8e41;
    }

/* The search field */
#myInput {
    box-sizing: border-box;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}

    /* The search field when it gets focus/clicked on */
    #myInput:focus {
        outline: 3px solid #ddd;
    }

/* The container <div> - needed to position the dropdown content */
.dropdown-search {
    position: relative;
    display: inline-block;
    z-index: 5;
    position: absolute;
    background: white;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-search-content {
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    border: 1px solid #ddd;
    z-index: 1;
}
    /* Links inside the dropdown */
    .dropdown-search-content a {
        color: blue;
        padding: 0px 10px;
        margin: 0px 0px;
        display: block;
    }

        .dropdown-search-content a[onclick] {
            cursor: pointer;
        }
        /* Change color of dropdown links on hover */
        .dropdown-search-content a:hover {
            background-color: #f1f1f1
        }

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}

.bg-warning {
    background-color: orange;
    padding: 2px;
    margin: 0px;
}

.bg-purple {
    background-color: purple;
    padding: 2px;
    margin: 0px;
}

.bg-success {
    background-color: green;
    padding: 2px;
    margin: 0px;
}

.bg-primary {
}

.bg-pink {
    background-color: hotpink;
    padding: 2px;
    margin: 0px;
}

.bg-blue {
    background-color: cornflowerblue;
    padding: 2px;
    margin: 0px;
}

.bg-danger {
    background-color: red;
    padding: 2px;
    margin: 0px;
}

.bg-black {
    background-color: black;
    padding: 2px;
    margin: 0px;
    color: white;
}

.bg-grey {
    background-color: gray;
    padding: 2px;
    margin: 0px;
    color: white;
}

.show-pointer {
    cursor: pointer;
}

.no-padding-right {
    padding-right: 1px;
}

.no-padding {
    padding: 1px;
}

.no-margin {
    margin: 1px;
}

#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) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.img-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: white;
    font-size: 50px;
    font-weight: bold;
    transition: 0.3s;
    outline-color: white;
    outline-width: 2px;
    background-color: red;
}

    .img-close:hover,
    .img-close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.daypilot-zero-hour-shift {
    border-width: 10px;
    border-color: orange;
    background-color: black;
}



/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.select2-container {
    width: 100% !important;
    padding: 0;
}

.btn-default.firspager {
    background-color: aliceblue;
}

.lunch_time_cell {
    background-color: #ABD123;
    border-width: 5px;
}

@media (min-width: 767px) and (max-width: 900px) {
    .navbar-collapse {
        width: 830px;
        min-height: 20px;
    }
}

@media (min-width: 900px) and (max-width: 1100px) {
    .navbar-collapse {
        width: 950px;
    }
}

@media (min-width: 767px) and (max-width: 1100px) {
    .body-content {
        padding-top: 5px;
    }

    .container-fluid {
        padding-top: 5px;
    }

    .body {
        padding-bottom: 0px;
    }

    div.navbar.navbar-inverse.navbar-fixed-top {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    /*.navbar-inverse-e{
       margin:0px;
       padding:0px;
   }*/
    .navbar {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .dropdown-toggle-asterix-text {
        padding: 0px;
        margin: 0px;
    }

    /*.dropdown-toggle.dropdown-toggle-asterix-text {
        padding-top: 3px;
        padding-bottom: 4px;
        font-size: 11px;
       
    }*/

    .dropdown-toggle {
        font-size: 11px;
        margin: 0px;
        padding: 0px;
    }



    .navbar {
        min-height: 20px;
        margin-bottom: 2px;
    }

    .user-dropdown {
        font-size: 8px;
    }
}

@media (min-width: 1100px) and (max-width: 1200px) {
    .navbar-collapse {
        width: 1160px;
    }
}

@media (min-width: 1200px) and (max-width: 2000px) {
    .navbar-collapse {
        width: 1400px;
    }
}

.barcode:focus {
    background-color: yellow !important;
}

.barcode-green:focus {
    background-color: lightgreen !important;
}

form-control {
    max-width: 150px !important;
}

.form-control-large {
    font-size: x-large;
    height: 80px;
    width: 200px;
    max-width: 200px;
}

.form-control-narrow {
    width: 200px;
    max-width: 200px;
}

.form-control-very-narrow {
    width: 80px;
    max-width: 80px;
}

.textInputChanged {
    background-color: yellow;
}

.image-selected {
    background-color: burlywood;
}

.text-green {
    color: green !important;
}

.img-small {
    max-height: 100px;
    max-width: 200px;
    width: auto;
    height: auto;
}

.timesheet-bookend {
    background-color: darkgrey;
}
ul.dropdown-menu{
    z-index:50000 !important;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.canvas-preview {
    max-width: 100px;
}

.sms-in {
    background-color: lightgray;
    border-radius: 6px;
    padding: 8px;
}

.sms-out {
    background-color: lightblue;
    border-radius: 6px;
    padding: 8px;
}

.no-bottom-margin {
    margin-bottom: 2px;
}

.ql-editor {
    background-color: white;
}

.dropend {
    cursor: pointer;
}
p.quote-cascade {
    text-indent: -23px;
    padding-left: 16px;
    margin-bottom: 0px;
    border-bottom: dotted;
    border-bottom-width:1px;
    border-bottom-color:lightgray;
}
