﻿

.customlink {
    color: #C1A805;
    line-height:1.75;
}

.customlink:hover {
    color: #897704;
}
.site{
    /*max-width:1500px;*/
    margin:10px auto;
    padding:8px;
}
.modal {
    -webkit-overflow-scrolling: touch;
}
.nav-item i{
    display:inline-block;
    width:20px;
    text-align:center;
}

h4{
    margin-top:8px;
}
.search {
    padding: 10px 0px 10px 0px;
}

.no-gutters .search {
    padding: 10px 26px 10px 0px;
}
.tabcontent .search {
    padding: 0px 8px 18px 8px !important;
}
.stats {
    border-left: 8px solid white;
    padding: 10px 8px 18px 8px;
}

.stats span{
    font-size:0.9em;
    line-height:1.4em;
}

.digits {
    padding: 20px 25px 20px 0;
    margin-bottom: 8px;
}

.digits i{
    font-size:0.8em;
}

.left-brd {
    border-left: 8px solid white;
    padding-left:16px;
}

.k-textbox, .k-combobox, .k-dropdown, .k-editor, .k-numerictextbox, .k-autocomplete {
    width: 100% !important;
}

textarea .k-textbox {
    margin-bottom:5px !important;
}
.blank-product {
    width: 90% !important;
    float:right;
    margin-top:2px;
}

.k-radio, .k-radio-label{
    margin-top:8px;
}
.k-grid .k-dropdown {
    width:auto !important;
}
.search .btn {
    margin-top:3px;
}
.form-part > div >div{
    margin-top: 3px;
}
label:not(.k-radio-label):not(.badge), .pad {
    position:relative;
    padding-top:6px;
}
label:empty:before {
    content: "\200b";
}
.datePicker, .k-datepicker {
    width: 100%;
    display:block;
}

.k-grid {
    font-size: 0.9em;
}

.k-grid td {
    line-height: 1.5;
}

.grid-options {
    margin:8px 0 0 0;
    background-color: #629b3e;
    padding:5px;
}
.grid-options-no-margin {
    background-color: #629b3e;
    padding:5px;
}

.k-state-selected {
    background-color: #629b3e !important;
    border-color: #629b3e !important;
    color: black !important;
}
.k-grid .k-state-selected {
    background-color: #e5d8ce !important;
    color: black !important;
}

.k-grid-pager .k-state-selected {
    background-color: #629b3e !important;
    border-color: #6E6E6E !important;
    color: #fff !important;
}

.k-pager-nav {
    color: #6E6E6E !important;
}

.k-link {
    border-right-color: #629b3e !important;
    color: #6E6E6E !important;
}

.k-pager-wrap .k-dropdown{

}

.km-ios .km-touch-scrollbar {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.form-part {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 8px;
    background-color: #e5d8ce;
}
.form-part-no-margin {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #e5d8ce;
}

.bg-blue {
    background-color: #e5d8ce;
}

.line {
    width: 100%;
    border-top: 1px solid black;
    background-color: black;
    margin-top: 10px;
    margin-bottom: 10px;
}

.linelight {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #dee2e6;
    padding: 0 !important;
    margin-top: 8px;
    margin-bottom: 8px;
}

.k-disabled, input[type="text"]:disabled {
    background-color: #F5F5F5 !important;
}

.error {
    border-bottom: 1px solid #c3262d !important;
}
.errorlabel {
    color: #c3262d !important;
}

.errorbtn {
    background-color: #c3262d !important;
    border: 1px solid #c3262d !important;
}

.savebtn {
    background-color: darkgreen !important;
    border: 1px solid darkgreen !important;
}

.btn i {
    display: inline-block;
    margin-right: 10px;
    padding:0;
}
.btn-sm i {
    margin-right: 6px;
}
.btn-icon {
    margin-right: 0px !important;
}

.single-icon {
    margin-right: 0 !important;
    
}
.tiny-icon {
    padding: 0px 3px 4px 3px !important;
    margin-right:5px;
    line-height:1;
    height:18px;
}
.tiny-icon i{
    margin:0 5px !important;
}

.info-icon {
    padding: 0px 3px 5px 3px !important;
    font-size: 1.1em;
    float: right;
}

.info-icon i {
    margin: 0 3px !important;
}

.pickup{
    color:green;
}

.delivery {
    color: blue;
}

.product {
    padding: 5px;
    border-bottom: 1px solid #e5d8ce;
    background-size: 170px auto;
    background-repeat: no-repeat;
    background-position: right;
    background-attachment: fixed;
}

.product span{
    font-size: 0.8em;
    display:inline-block;
    font-weight:bold;
    line-height:2;
    width:30%;
}
.product .unit {
}
.product .category{
    width:40%;

}

.k-grid td {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.k-grid .btn {
    margin:0 2px
}
.k-grid .btn i{
    margin:0;
}

.option-menu {
    margin-top: 0px;
    position: absolute;
    border: 0px solid #dedede;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    min-width: 200px;
    z-index: 100;
    display:none;
}

.option-menu a {
    padding-left: 10px !important;
    padding-right: 10px;
    color: white !important;
    line-height: 40px;
    display: block;
    text-align: left;

}

.option-menu i{
    width:18px;
}

.option-menu div {
    display: inline-block;
    width: 25px;
}

.option-link {
    padding: 10px 5px 10px 5px;
}
/*.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none;
}*/

.alt-div > div {
    padding-top: 5px;
    padding-bottom: 8px;
    background-color: white;
    line-height: 2em;
    margin:0;

}

.alt {
    background-color: #F5F5F5 !important;
}

.alt-div label {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 8px !important;
    margin-top: 2px;
    line-height: 1.2;
}
.hist-div {
    width: 100%;
}
.hist-div > div {
    padding-top: 6px;
    padding-bottom: 4px;
    background-color: white;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    font-size:0.9em;
}

.hist-div, .alt-div {
    border: 0 !important;
}

.hist-div label {
    padding-left: 5px;
    line-height: 1.4em;
}
    .hist-div .paddeddate {
        padding-left: 16px;
    }
.hist-div .btn{
    font-size:0.9em;
}
.histcontainer {
    margin-top: 5px;
}
.lblLarge {
    font-size: 1.3em;
    font-weight: bold;

}
.txtLarge{
    margin-top:7px;
}

.fluidcolumns {
    column-count: 4;
    column-gap: 8px;
    border: 0;
}
.fluidcolumns-lg {
    column-count: 3 !important;
}
.fluidcolumns > div {
    background-color: #f1f1f1;
    display: inline-block;
    margin: 0;
    width: 100%;
    color: black;
    padding: 0;
    margin: 0 0 8px;
}

.column-body, .column-body > div, .column-body > div > div {
    padding: 0;
    margin: 0;
}
.column-body span{
    padding:5px 10px;
    display:block;
}
.column-body a{
    margin:5px 0;
}
.tilebtns {
    padding-left:5px !important;
}
.column-head {
    background-size: cover;
    background-position:50% 70%;
    position: relative;
    padding-top: 40%;
}
.ch-higher {
    padding-top: 45% !important;
}
.column-head h4{
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%,-50%);
    display:block;
    width:100%;
    text-align:center;
    background-color:rgba(255,255,255,0.6);
    padding:5px;
}

.column-head strong{
    font-size:0.7em;
}

.readonly {
    color: black !important;
    background-color: #dddddd !important;
}

.total span{
    font-weight:bold;
    float:right;
    font-size:1.2em;
}
.sticky-footer {
    /*position: fixed;
    bottom: 0;*/
    width: 100%;
}

.total-div {
    background-color: black;
    color: white;
    font-size:1.3em;
}

.k-tooltip-content {
    text-align: left;
    font-size:0.8em;
    max-width:500px;
    min-width:100%;

}

.hidden {
    display:none;
}

.btns a, .btns button {
    margin-bottom: 5px;
}

.green {
    color: #35a330;
}

.red {
    color: #da1010;
}

.text-lg{
    font-size:1.3em;
}

.padded-cnt {
    line-height: 2.38em;
    padding-top: 6px;
    padding-bottom: 6px;
    line-height:50px;
}

.chart {
    border-collapse: collapse;
    width: 100%;
    margin: 0px auto;
    
}
.k-chart {
    height: 50px;
}

.modal-header i, .lblInfo {
    font-size: 0.8em;
}

.k-editor {
    margin-bottom: 8px;
    padding-bottom: 0 !important;
}
.k-editable-area {
    padding: 0 !important;
}
.k-editor .k-resize-handle {
    padding-right: 5px !important;
}
.k-button{
    color:black !important;
}


.intl-tel-input {
    width: 100%;
}
@media (max-width: 1300px) {
    .fluidcolumns {
        column-count: 3;
    }
    .fluidcolumns-lg {
        column-count: 2 !important;
    }

}

@media (max-width: 991px) {
    .fluidcolumns {
        column-count: 2;
    }
    .fluidcolumns-lg {
        column-count: 2 !important;
    }
    .stats, .left-brd {
        border: 0;
    }
}

@media (max-width: 768px) {
    .stats, .left-brd {
        border: 0;
    }
    .fluidcolumns-lg {
        column-count: 1 !important;
    }
}

@media (max-width: 480px) {
    .product span {
        display: block;
        font-weight: bold;
        line-height: 2em;
    }
    .fluidcolumns {
        column-count: 1;
    }

    .total span {
        font-weight: bold;
        float: none;
    }
}

.k-i-plus,
.k-add {
    background-position: -32px -64px;
    display: inline-block;
    position: relative;
    top: -3px;
}

.k-editor .k-icon:before {
    top: -4px;
}

.k-tiles-arrange {
    display: none;
}

.k-tile {
    height: 150px;
}

.k-tile img {
    width: 213px;
}

.k-tile .k-filesize, .k-tile strong {
    color: black !important;
    background-color: rgba(255,255,255,0.4) !important;
    text-align: center;
    display: inline-block;
    width: 100%;
    line-height: 1.4em;
    padding-right:5px !important;
}

.k-filebrowser-dialog .k-edit-label, .k-filebrowser-dialog .k-edit-field, .k-filebrowser-dialog .k-breadcrumbs {
    display: none;
}

.k-listview {
    margin:0;
}

.k-multiselect-wrap  {
    border-color: #cccccc !important;
}

.k-multiselect-wrap li{
    margin-top:2px;    
}
.customPopup {
    position: relative;
    top: 2px;
}
.k-grid .progress {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    float: left;
}

.gridbadge {
    position:absolute;
    z-index:999;
    left:3px;
    top:3px;
}

.progresslabel{
    font-size:2.5em;
    font-weight:bold;
}
.tabcontent {
    border: 1px solid #dee2e6;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    font-size:0.9em;
}

.tabcontent h2 {
    padding: 18px 0px 13px 12.5px;
    font-size:1.8em;
}
.tabcontent h3 {
    font-size:1.5em;
}
.tabcontent .stats{
    border-color:#dee2e6;
    border-width:1px;
}
.tabcontent .bg-light {
    padding-top:16px !important;
    padding-bottom:16px;
}
.btn-right{
    float:right;
}

.panel-header, .nav-tabs .active {
    background-color: #e5d8ce !important;
    border-top: 1px solid #e5d8ce !important;
    border-bottom: 1px solid #e5d8ce !important;
}
.btn-collapse {
    position:absolute;
    left:0;
    width:100%;
    padding:10px 10px 0 0;
    text-align:right;
    z-index:999;
}
.panel-header .btn-collapse {
    margin-top: 10px;
    padding-right: 20px;
}

.panel-body .btn-collapse {
    margin-top: 0px;
    padding-right: 20px;
    padding-top: 0px;
}
.modal h4{
    font-size:1em;
    text-decoration:underline;
}
.verticalbtns {
    float: right;
    background-color: #343a40;
    border-radius: .2rem;
    position:relative;
    left:3px;
}
.verticalbtns a, .verticalbtns button {
    display:block;
    text-align:left;
}
.btnmenu {
    float: right;
}
.taskstats {
    background-color: #e5d8ce;
    border-radius: 10px;
    text-align: center;
}
.nab-tabs {
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
}
.nab-tabs > li > a {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.nab-tabs > li {
    display:flex;
    width:50%;
}
.treeDiv td {
    margin: 0;
    padding: 0;
    white-space: normal !important;
    text-overflow: unset !important;
}

.treeDiv label {
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
    width: 80%;
}
.treeDiv .k-icon {
    display: inline-block;
    width: 10%;
}
.treeProperties {
    padding:5px;
}
.treeProperties span{
    display:block;
}
.image-wrap {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: 50%;
}

.image-wrap:before {
    content: "";
    display: block;
}
.ratio-4-3 {
    padding-top: 75%;
}

.ratio-16-9 {
    padding-top: 56.25%;
}

.ratio-3-2 {
    padding-top: 66.66%;
}

.ratio-8-5 {
    padding-top: 62.5%;
}

.image-wrap-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.image-wrap-content h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 100%;
    text-align: center;
    background-color: rgba(255,255,255,0.5);
    padding: 5px;
}
.treeImage {
    display: inline-block;
    width: 110px;
    height: 70px;
    background-size: cover;
    background-position: center;
    vertical-align: middle;
    line-height: 80px;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
    margin: 10px 0px;
}

.disabled-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0,0,0,0.5);
}
.disabled-divoverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0,0,0,0.5);
}
.contentoverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1001;
    background-color: rgba(255,255,255,0.5);
}
html.overlay-open {
    height: 100vh !important;
    overflow-y: hidden !important;
    padding-right: 16px;
}
nav {
    z-index: 1001;
}

.upload-control 
{
    position:relative;
}
.full-page-upload {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    background-color: transparent;
    color: transparent;
    margin: auto;
}
.modal-upload {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: transparent;
    color: transparent;
    margin: auto;
}
.overlaymodal {
    border-radius: .3rem;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(255,255,255,1);
    padding-top: 50%;
}

.k-dropzone {
    padding: 5px;
}
.k-dropzone-active {
    background-color: rgba(0,0,0,0.5) !important;
    z-index: 100000;
    color: white !important;
}
.k-dropzone-hovered {
    background-color: transparent;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none; 
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
/*.upload-area>div {
    border-radius: .3rem;
    background-color: transparent;
    margin-left: 5px;
    margin-right: 5px;
    padding: 12px;
    top: -50px;
    display:block;
    text-align:right;
}*/
.icon-grid {
    padding: 0 !important;
    margin: 0 !important;
    height: 70px;
    width: 100px;
}


.img-grid {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 70px;
    width: 100px;
    display: flex;
    border-top: 1px solid #e0e0e0;
    /*position: absolute;
    margin-top: -50px;
    transition: transform ease 0.2s;
    transform: scale(1);
    transform-origin: left top;*/
}
.k-state-selected .img-grid {
    border-top: 1px solid #cbd7d5;
}
.imagetooltipdiv {
    border: 3px solid #424242 !important;
    padding: 0;
    margin-top: -40px;
}
/*.img-grid:hover, .img-grid:focus {
    transform: scale(3);
    transform-origin: top left;
    position: absolute;
    margin-top: -50px;
    z-index: 99999999;
    border-top: 0;
    background-size: contain;
    border: 0;
    clip-parent: .site;
}
.img-grid:hover span, .img-grid:focus span{
    display:none;
}*/
    .img-grid span {
    background-color: rgba(255,255,255,0.7);
    padding: 2px;
    width: 100%;
    margin: auto auto 0 auto;
    line-height: 1.5em;
}
.k-state-selected .img-grid > span {
    background-color: rgba(219,232,230,0.6);
}

.icon-grid i {
    font-size: 1.5em;
    float: right;
}

.rightoption{
    width:200px;
}
.tabcontent .rightoption {
    margin-top:2px;
}

.black, .black:hover {
    color: #343a40 !important;
}

.btn-sm {
    padding: .33rem .5rem !important;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn-inline {
    line-height: 1;
    float:left;
    margin-right:5px;
}

.badge-light {
    font-size: 1em;
    font-weight: normal;
    border:1px solid #dee2e6;
}

.badge-light > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 293.5px;
    display: inline-block;
    text-align: left;
    position: relative;
    top: 4px;
    line-height: 1;
    font-size:0.8em;
}
.badge-light > span >i  {
    font-size:1.2em;
    line-height: 1.2;
}

.btn-tiny {
    padding: .2rem .4rem !important;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.alert-warning{
    font-size:0.9em;
    margin-bottom:0;
}

.k-calendar .k-alt{
    background-color:#e5d8ce
}
.k-calendar th.k-alt::before {
    content:"week";
    font-size:0.8em;
    font-weight:bold;
}
.alt-div .btn-sm{
    margin-top:2px;
}

.modal-footer .btn,.search .btn {
    padding: .6rem .75rem !important;
}

.info-div {
    line-height: 1.8;
    padding-left:8px;
}

.nav-tabs a {
    outline:0 !important;
}

.btn-sm svg {
    height: 1.1rem;
    box-sizing: border-box;
    position:relative;
    top:-2px;
}

.row>div{
    padding-top:3px;
}