﻿#cookieConsent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px;
    background: linear-gradient(to top, rgba(0, 0, 0, .9), rgba(0, 0, 0, .7));
    text-shadow: 2px 2px 2px black;
    z-index: 1000000000;
}

#GridAutomaticOrderPurchaseItems .k-loading-color {
    background-color: grey;
}

.checkmark {
    border: 1px solid grey;
    box-shadow: 2px 2px 0px lightgrey;
}

#cookieConsent .row {
    height: 90%;
    position: relative;
}

#cookieConsent p {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 30%;
    margin: auto;
    font-size: 40px;
}

.user-photo {
    width: 250px;
    height: 250px;
    border: 5px solid white;
    box-shadow: 5px 5px 1px lightgrey;
}

.user-photo-navbar {
    width: 40px;
    height: 40px;
    border: 1px solid white;
    box-shadow: 2px 2px 1px lightgrey;
}

.menu-user {
    background-color: rgb(16, 82, 134);
    height: 50px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

.favorites-container {
    margin-bottom: 25px;
}

.btn-primary {
    background-color: rgb(16, 82, 134) !important;
}

.btn-danger {
    background-color: rgb(197, 51, 44) !important;
}

.form-control {
    border-radius: 0;
}

.validation-message {
    color: red;
}

.fs-auto-complete {
    bottom: 1px;
}

.save-button {
    float: right;
    margin-top: 10px;
    width: 50%;
}

.menu-user span {
    color: white;
    height: 30px;
    float: right;
    line-height: 30px;
}

.menu-user .img-circle {
    height: 30px;
    width: 30px;
    float: right;
    margin-left: 20px;
}

.menu-user div {
    padding-top: 10px;
    transition: 0.1s all linear;
}

    .menu-user div:hover {
        transform: scale(1.05);
        cursor: pointer;
    }

.site-header {
    z-index: 100;
    box-shadow: 2px 2px 2px lightgrey;
    padding: 0 10px 0 15px;
    z-index: 10002;
    background-color: #00477d;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

#currentPageName {
    color: #9fbacf;
    font-weight: bolder;
    position: absolute;
    bottom: 20px;
    left: 220px;
    font-size: 18px;
    white-space: nowrap;
}

.username {
    color: steelblue;
    font-size: 12px;
    font-weight: bolder;
    margin: 16px;
    max-height: 48px;
    overflow: hidden;
}

.fs-button {
    min-width: 48px;
    min-height: 48px;
    border-radius: 0;
    box-shadow: 1px 1px 4px rgba(0,0,0,.2);
}

    .fs-button.float-right {
        margin-right: 4px;
    }

    .fs-button.float-md-right {
        margin-right: 4px;
    }

    .fs-button.float-md-left {
        margin-right: 4px;
    }

.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: 1px 1px 4px rgba(0,0,0,.2);
}

@media (max-width: 768px) {
    .fs-button.float-xs-left {
        margin-top: 4px;
        margin-left: 1px;
        width: 36%;
    }
}

@media (max-width: 1400px) {
    .new-delivery-config-header {
        font-size: 16px !important;
    }
}

.fs-icon {
    padding: 0;
    font-size: 16px;
    pointer-events: none;
}


.fs-highlight {
    background-color: #eee;
}

#user {
    height: 100%;
}

.fs-form-control {
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #006cb8;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: 3px 3px 3px rgba(0,0,0,.1);
    transition: all .1s ease-in-out;
    padding: 15px 10px 0px;
    outline: none;
}

    .fs-form-control.fs-dropdownlist {
        padding: 0;
    }

        .fs-form-control.fs-dropdownlist * {
            height: 53px;
            line-height: 55px;
        }

    .fs-form-control:focus, .fs-form-control.fs-has-content {
        border-bottom: 2px solid #006cb8;
    }

    .fs-form-control ~ label.fs-form-label {
        position: absolute;
        left: 25px;
        top: 15px;
        pointer-events: none;
        transition: all .1s ease-in-out;
        color: #648ca9;
    }

    .fs-form-control:focus ~ label.fs-form-label, .fs-form-control.fs-has-content ~ label.fs-form-label {
        top: 0;
        font-size: 12px;
        color: rgba(0, 108, 184, 1);
    }

.fs-validation-error.fs-form-label, .field-validation-error {
    color: red !important;
}

.fs-validation-error .fs-form-control {
    border-bottom: 2px solid red;
}

.main-container {
    margin-top: 85px;
}

.menu-historic {
    height: 50px;
    line-height: 30px;
    color: steelblue;
    margin-top: 10px;
    font-weight: bold;
    display: inline-block;
}

#backbutton {
    margin: 0;
}

.menu-historic button {
    color: steelblue;
}

.menu-historic i {
    color: steelblue;
}

.site-header div > i {
    height: 100%;
}

.fs-loading-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 99999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fs-loading-wheel-container {
    position: relative;
}

.fs-loading-wheel-big {
    width: 100px;
    height: 100px;
    animation: loading-wheel 1s linear 0ms infinite normal none;
    border: 2px solid white;
    border-bottom-color: transparent;
    border-radius: 50%;
}

.fs-loading-wheel-small {
    width: 50px;
    position: absolute;
    top: 25px;
    left: 25px;
    height: 50px;
    animation: loading-wheel 1s linear 0ms infinite reverse none;
    border: 2px solid white;
    border-top-color: transparent;
    border-radius: 50%;
}

.fs-form-checkbox {
    font-size: 40px;
}

.fs-checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .fs-checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 13px;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #eee;
}

.fs-form-control.fs-checkbox-container {
    box-shadow: none;
    border: 0;
}

.fs-checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

.fs-checkbox-container input:checked ~ .checkmark {
    background-color: rgb(16, 82, 134);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.fs-checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.fs-checkbox-container .checkmark:after {
    left: 12px;
    top: 7px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#btnFilters {
    width: 100%;
    margin-bottom: 20px;
}

.fs-numeric-up-down .k-numeric-wrap.k-state-default {
    background-color: white;
}

.fs-numeric-up-down * input {
    margin-top: 10px !important;
}

.fs-numeric-up-down *,
.fs-auto-complete *,
.fs-numeric-up-down *:focus,
.fs-numeric-up-down *:hover,
.fs-numeric-up-down .k-state-focused,
.fs-form-control .fs-auto-complete,
.fs-form-control .fs-auto-complete *:focus,
.fs-form-control .fs-auto-complete *:hover,
.fs-form-control .fs-auto-complete .k-state-focused {
    box-shadow: none;
    border: 0;
}

.fs-multi-select {
    width: 100%;
    border-bottom: 1px solid #006cb8;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: 3px 3px 3px rgba(0,0,0,.1);
    /*transition: all .1s ease-in-out;*/
    padding: 0px 0px 0px 0px;
    outline: none;
}

    .fs-multi-select ~ label.fs-multi-select-label {
        position: absolute;
        left: 25px;
        top: 0px;
        bottom: 20px;
        pointer-events: none;
        transition: all .1s ease-in-out;
        font-size: 12px;
        color: rgba(0, 108, 184, 1);
    }

    .fs-multi-select .k-reset {
        padding-top: 20px !important;
    }

.fs-form-control > .fs-auto-complete {
    margin-left: -10px;
    width: 100%;
}

.side-menu-options {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 3px 0;
}

    .side-menu-options .fs-button {
        margin: 0 0 3px 0 !important;
        width: 100%;
        padding: 20px;
    }

.side-menu-language,
.side-menu-company {
    display: flex;
    flex-direction: column;
    box-shadow: -15px 0 20px 0px rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    right: -500px;
    width: 250px;
    background-color: white;
    transition: right .5s ease-in-out;
    overflow-y: auto;
    overflow-x: hidden;
}

    .side-menu-language.open,
    .side-menu-company.open {
        right: 0;
    }

.side-menu-shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s ease-in-out;
}

    .side-menu-shadow.open {
        opacity: .3;
        pointer-events: initial;
    }

#crudTabStrip * {
    box-sizing: border-box;
}

.k-tabstrip {
    box-shadow: 0 2px 6px rgba(0,0,0,.2), 0 2px 3px rgba(0,0,0,.05) !important;
}

@keyframes loading-wheel {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {
    #currentPageName {
        display: none;
    }
}

.delivery-icon {
    display: none;
}

@media (max-width: 768px) {
    .main-container {
        margin-bottom: 60px;
        min-height: 100vh;
    }

    #cookieConsent p {
        font-size: 20px;
    }

    .new-delivery-btn {
        width: 50px !important;
        min-width: 50px !important;
    }

    .delivery-text {
        display: none;
    }

    .delivery-icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.column_header-line-break {
    overflow: visible !important;
    white-space: normal !important;
}

.k-window-titlebar.k-header {
    height: 60px !important;
}

a.k-button.k-bare.k-button-icon.k-window-action {
    min-height: 48px;
    min-width: 48px;
    border: 1px solid white !important;
    opacity: 1;
}

.fs-master-info {
    position: absolute;
    right: 4px;
    top: 82px;
    background-color: lightgrey;
    z-index: 2;
    padding: 10px 35px;
    text-align: center;
}

@media all and (max-width: 600px) {
    .fs-master-info {
        position: initial;
    }
}

.new-delivery-btn {
    padding: 8px;
    border: 1px solid white;
    color: white;
    text-align: center;
    min-width: 200px;
}

.visual-assist-info-container.legend {
    font-size: 14px;
    justify-content: space-between;
}

.legend-circle {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
    background-color: grey;
    border-radius: 100%;
}

.visual-assist-container {
    overflow: auto;
    padding: 10px;
    position: relative;
    min-width: 200px;
}

.visual-assist-row {
    display: flex;
    justify-content: center;
    gap: 2px;
    margin-bottom: 2px;
}

.warehouse-info-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid lightgray;
    position: relative;
    padding-top: 20px;
    padding-bottom: 5px;
    min-height: 300px;
}

    .warehouse-info-container .fs-loading-wheel-big {
        border-bottom-color: grey;
        border-left-color: grey;
    }

    .warehouse-info-container .fs-loading-wheel-small {
        border-top-color: grey;
        border-left-color: grey;
    }

.warehouse-info-container-title {
    padding: 3px 20px;
    font-size: 14px;
    background-color: darkgray;
    color: white;
    position: absolute;
    left: 0px;
    top: 0px;
}

.product-info-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
}

.products {
    opacity: 0;
    height: 120px;
}

    .products.show {
        opacity: 1;
    }

.visual-assist-position-number {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.visual-assist-cell {
    display: inline-block;
    font-size: 12px;
    border: 1px solid lightgrey;
    color: white;
}

.visual-assist-selected {
    background-color: #ffc107;
    color: lightblue;
    position: absolute;
    animation: pulse 2s infinite;
}

.visual-assist-position-info {
    background-color: #5ca9dd;
    position: absolute;
    border: 1px solid black;
}

    .visual-assist-position-info:hover {
        transform: scale(1.05);
        background-color: #00477d !important;
    }

.visual-assist-container.hovered .visual-assist-cell {
    opacity: 0.7;
}

.visual-assist-container.hovered .visual-assist-position-number {
    color: lightgrey;
}

.visual-assist-container.hovered .visual-assist-selected {
    box-shadow: 0 1px 10px 2px lightgrey;
    transform: scale(1.05);
    animation: none;
}

.visual-assist-info-container {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 10px;
}

.visual-assist-col {
    flex: 1;
}

.visual-assist-info {
    padding: 0 5px;
    border: 1px solid grey;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}

    .visual-assist-info label {
        font-size: 10px;
        margin-bottom: 3px;
    }


@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.5);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.5);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0.5);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}

.info-error-container {
    position: fixed;
    background-color: #00000070;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-error-qty-max {
    margin-top: 11px;
    position: absolute;
    font-size: 13px;
    color: indianred;
    background-color: white;
    padding: 20px;
}

.info-error-qty-max-button-container {
    display: flex;
    justify-content: flex-end;
}

.info-help-container {
    background-color: whitesmoke;
    border: 1px solid darkgrey;
}
