@media screen and (min-width: 1500px) and (max-width: 1900px) {
    .period-container {
        width: 65%;
        left: 34.5%;
    }
}

body {
    margin:0px;
    background-color:#FFF;
    font-size: 16px;
    font-family: Tahoma, Calibri, Sans-serif;
    overflow: hidden;
}

body > div#startup {
    position: fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    text-align:center;
    font-size: 1.3em;
    z-index: 99;
    background-color: #AAA;
    padding-top: 100px;
}

body > div#startup > div#loading >  span:first-child {
    margin-right: 15px;
}

body > div#startup > div#loading >  span.block {
    border-radius: 4px;
    background-color: #DDD;
    display: inline-block;
    width:15px;
    height:15px;
    vertical-align: middle;
    animation: loadingblock 1.5s infinite;
    animation-timing-function: linear;
    -webkit-animation: loadingblock 1.5s infinite;
    -webkit-animation-timing-function: linear;
}

body > div#startup > div#loading > span.block.block-one {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

body > div#startup > div#loading >  span.block.block-two {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

body > div#startup > div#loading >  span.block.block-three {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

@-webkit-keyframes loadingblock {
    from {
        background-color: #FFF;
    }
    to {
        background-color: #555;
    }

}

@keyframes loadingblock {
    from {
        background-color: #FFF;
    }
    to {
        background-color: #555;
    }
}




body > div.nettime > div.header {
    background-color: #252525;
    height: 60px;
    border-bottom: 5px solid #252525;
    color: #FFF;
}

body > div.nettime > div.header > div {
    height: 100%;
    vertical-align:top;
    display:inline-block;
}

body > div.nettime > div.header > div.menu > ul {
    margin: 0px;
    padding:0px;
    height:100%;
    list-style: none;
}

body > div.nettime > div.header > div.menu > ul > li {
    display: inline-block;
    font-size: 18px;
    height: 100%;
}




body > div.nettime > div.footer {
    position:absolute;
    bottom:0px;
    left:0px;
    right:0px;
    background-color: #252525;
    padding:8px;
    font-size: 11px;
    color: #DDD;
}

body > div.nettime > div.footer a {
    color: #DDD;
}

body > div#loading-status {
    position: fixed;
    bottom: 35px;
    right: 15px;
    background-color: #FFF;
    border: 1px solid #333;
    border-radius: 6px;
}

body > div#loading-status > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

body > div#loading-status > ul {
    padding: 5px 10px;
}

.period-text span {
    color: white;
}
.period-text td {
    color: white;
    /*    padding-left: 5px;
        padding-right: 5px;*/
}

.period-button {
    background-color: #008C8B;
    border: none;
    color: white;
    padding: 5px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
.period-button:focus {
    outline: none;
}
.period-button2 {
    padding: 17.3px 32px;
    background-color: #008C8B;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
.period-button2:focus {
    outline: none;
}

.overview {
    position: relative;
    display: inline-block;
    padding: 5px;
    top: 0px;
    left: 0px;
    width: 99.3%;
    border-style: solid;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-color: #008C8B;
}

.overview span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
}

.overview a {
    float: right;
    font-size: 24px;
}

.dash-period {
    position: relative;
    display: inline-block;
    float: right;
    /*background-color: #ff751a;*/
}

.dash-charts {
    position: relative;
    display: inline-block;
    width: 100%;
}
.dash-charts2 {
    position: relative;
    display: block;
    width: 100%;
}

/*.sales-charts {
    position: relative;
    display: block;
    width: 100%;
}*/



.tab-bar {
    position:relative;
    left: 0px;
    top: 1px;
    right: 0px;
    width: 100%;
    z-index: 10;
    background-color: #003d66;
    float: left;
    display: inline-block;
}


ul.tabs-store {
    display: flex;
    list-style: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin: 0px;
    margin-left: 0px;
    width: 50%;
}

ul.tabs-store > li {
    display: inline-block;
    padding:9px 11px;
    height:100%;
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
}

ul.tabs-store > li:hover {
    background-color: #B2B2B2;

}
ul.tabs-store > li.selected{
    background-color: #585858;
}

.drop-downBtn {
    background-color: #fff;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.select {
    display:flex;
    flex-direction: column;
    position:relative;
    width:250px;
    height:40px;
}

.date-box {
    position: relative;
    border-radius: 10px;
    border-style: none;
    text-align: center;
}

.custom-select {
    position: relative;
    margin: 0px;
}

.custom-select select {
    width: 75%;
    height: 30px;
    box-shadow: none;
    border-style: none;
    background: transparent;
    background-image: none;
    color: white;
    font-size: 12pt;
}

#interval-padding {
    padding-left: 10px;
}

#date-padding {
    padding-right: 10px;
    padding-top: 5px;
}
#date-padding-top {
    padding-top: 5px;
}

#priority-padding {
    padding-bottom: 20px;
}

#priority-table {
    padding-top: 0px;
    padding-bottom: 13px;
}

#stock-on-hand-table {
    padding-top: 0px;
    padding-bottom: 28px;
}

div.template-cell{
    background-color: white;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
}
div.template-cell:hover{
    box-shadow: 0 2px 10px rgba(255, 117, 26, 1);
}

.sidebyside {
    margin-left:-5px;
    margin-right:-5px;
}
.sidebyside::after{
    content: "";
    clear: both;
    display: table;
}
.k-widget.k-window{
    background-color: #252525;
    border-color: #252525;
    box-shadow: 1px 1px 7px 1px rgb(128 128 128 30%);
}

.k-widget.k-window.k-state-focused{
    border-color: #252525;/*
    box-shadow: 1px 1px 7px 1px rgb(0, 0, 0);*/
}
.k-window-titlebar.k-header {
    background-color: #252525;
    color: #FFF;
    background-image: none;
}

button:enabled {
    cursor: pointer;
}
button:hover:enabled{
    box-shadow: 0px 0px 5px gray;
}

.k-grid  .k-grid-header  .k-header  .k-link {
    height: auto;
}

.k-grid  .k-grid-header  .k-header {
    white-space: normal;
}

.k-grid tr.k-state-selected  {
    background-color: white !important;
    color: #000000;
    border-color: black;
    border-width: 1px;
}

.k-grid tr.k-alt.k-state-selected   {
    background-color: #f1f1f1 !important;
    color: #000000;
    border-color: black;
    border-width: 1px;
}

.k-grid .k-state-selected {
    background-color: rgb(10, 76, 130);
}

.k-grid .k-checkbox {
    background: white;
}

/*Checked checkbox*/
.k-grid .k-checkbox:checked {
    background: rgb(10, 76, 130);
    color: white;
}

.k-checkbox {
    background: white;
}

/*Checked checkbox*/
.k-checkbox:checked {
    background: rgb(10, 76, 130);
    color: white;
}

.netStoreSearch.k-textbox,.netStoreSearch.k-textbox:hover{
    background-image: url("/icons/search.png");
    background-position: 10px 50%;
    background-size: 16px;
    padding-left: 20px;
}

.netBoxSearch.k-textbox,.netBoxSearch.k-textbox:hover{
    background-image: url("/icons/unBoxing/boxScan.svg");
    background-size: 34px;
    padding-left: 30px;
}

.netBoxSearch.k-textbox,.netStoreSearch.k-textbox,.netBoxSearch.k-textbox:hover,.netStoreSearch.k-textbox:hover{
    
    background-repeat: no-repeat;
    
}
.nettime.k-switch-on.k-switch-handle{
    border-color: #d5570f;
    color: #0A4C82;
    background-color: #0A4C82;
    background-image: url(textures/highlight.png);
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, .25) 0, rgba(255, 255, 255, 0) 100%);
}