@font-face {
    font-family: Magistral;
    src: url("../../fonts/MagistralLight.woff2") format('woff2');
    src: url("../../fonts/MagistralLight.woff") format('woff');
    src: url("../../fonts/MagistralLight.ttf") format('truetype');
}

@font-face {
    font-family: Fruiger;
    src: url("../../fonts/FrutigerHeavy.woff2") format('woff2');
    src: url("../../fonts/FrutigerHeavy.woff") format('woff');
    src: url("../../fonts/FrutigerHeavy.ttf") format('truetype');
    ;
}

.center-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

html {
    height: 100%;
}

body {
    font-family: ProximaNova-Light;
    margin: 0px;
}

header {
    display: flex;
    box-sizing: border-box;
    height: 45px;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    padding-top: 9.5px;
    padding-bottom: 9.5px;
    background: white;
    z-index: 9999;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

header .lang-div {
    margin: 0 10px;
    color: #2196cf;
}

.lang-mobile {
    padding: 10px 25px;
    background: white;
}

header .mobile-search {
    position: absolute;
    top: 0;
    left: 0;
    height: 45px;
    width: 45px;
}

.mobile-search-opened .search-icon,
.mobile-search .search-icon {
    height: 40%;
    width: 40%;
    margin: 0 auto;
    display: block;
    margin-top: 16px;
}

.mobile-bucket .bucket-img {
    background: url(../../img/svg/Top_Right_Balance.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 70%;
    height: 50%;
    margin: 11px auto 0 auto;
    position: relative;
}

.mobile-bucket .cart-count {
    text-align: center;
    font-size: 11px;
    height: 23px;
    padding-top: 9px;
}

header .mobile-bucket {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 45px;
}

header .company-logo {
    display: table;
    margin: 0 auto;
}

header .logo-main {
    font-family: Fruiger;
    font-size: 1.4em;
    color: #0095CF;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

header .logo-part {
    font-family: Magistral;
    font-size: 1.4em;
    color: #0095CF;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.login-content {
    background: #fff url('../../img/mobile/login_mobile.jpg') no-repeat center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    overflow-y: hidden;
    text-align: center;
}

.environment-content {
    background: #fff url('../../img/mobile/login_mobile.jpg') no-repeat center;
    background-size: cover;
    height: 100%;
    width: 100%;
    text-align: center;
    position: fixed;
    overflow-y: auto;
}

.company-content {
    background: #fff url('../../img/mobile/login_mobile.jpg') no-repeat center;
    background-size: cover;
    height: 100%;
    width: 100%;
    text-align: center;
    position: fixed;
    overflow-y: auto;
}

.registration-content {
    background: rgb(66, 72, 76);
    text-align: center;
    height: calc(100vh - 45px);
    width: 100%;
    margin-bottom: 45px;
    overflow-x: hidden;
}

.manage-content {
    background: rgb(66, 72, 76);
    height: 100%;
    width: 100%;
    text-align: center;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
}

input[type=tel],
input[type=text],
input[type=password],
input[type=email],
input[type=date],
select {
    font-family: ProximaNova-Medium;
    font-size: 0.9em;
    width: 100%;
    padding: 9px 13px;
    margin: 6px 0;
    border: none;
    height: 40px;
    color: black;
    border-radius: 2px;
    box-sizing: border-box;
}

button[type=submit] {
    height: 40px;
}

@media (max-width: 321px) {
    header .logo-main {
        font-size: 1.3em;
    }
    header .logo-part {
        font-size: 1.3em;
    }
    .reports-mobile .tab-content .dates input {
        width: 30% !important;
    }
    .reports-mobile .tab-content .orders-settings li:nth-child(2) {
        margin: 0 2% !important;
    }
}

::-webkit-input-placeholder {
    font-family: ProximaNova-Light;
    color: #0096CF;
}

::-moz-placeholder {
    font-family: ProximaNova-Light;
    color: #0096CF;
}

/* Firefox 19+ */

:-moz-placeholder {
    font-family: ProximaNova-Light;
    color: #0096CF;
}

/* Firefox 18- */

:-ms-input-placeholder {
    font-family: ProximaNova-Light;
    color: #0096CF;
}

.not-found {
    color: #ccc;
    font-size: 20px;
    text-align: center;
    margin-top: 118px;
    font-family: ProximaNova-Light;
    padding: 0 20px
}

footer {
    display: none;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  not supported by any browser */
}

.afimilk-footer {
    height: 140px;
    position: relative;
    background-color: #f2f2f2;
    background: -webkit-linear-gradient(to bottom, rgba(225, 226, 226, 1), rgba(0, 0, 0, 0.1));
    background: -o-linear-gradient(bottom, rgba(225, 226, 226, 1), rgba(0, 0, 0, 0.1));
    background: -moz-linear-gradient(bottom, rgba(225, 226, 226, 1), rgba(0, 0, 0, 0.1));
    background: linear-gradient(to bottom, rgba(225, 226, 226, 1), rgba(0, 0, 0, 0.1));
}

.white {
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0.1));
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0.1));
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0.1));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0.1));
}

.afimilk-footer .line {
    box-sizing: border-box;
    color: #0096CF;
    height: 36px;
    width: 100vw;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
}

.afimilk-footer .decor {
    position: absolute;
    bottom: 0px;
    right: calc(50vw - 105px);
    height: 91px;
    width: 212px;
}

.k-animation-container {
    padding: 0 !important;
}

.kendo-auto {
    font-family: ProximaNovaA-Light;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    height: 45px !important;
    outline: none !important;
    border: 1px solid #0096CF;
    width: 100vw;
    padding-left: 45px;
    padding-right: 45px;
}

.mobile-autocomplete span {
    padding-left: 45px;
    padding-right: 45px;
    height: 45px;
}

.k-autocomplete.k-state-hover {
    background-color: #fff;
}

.mobile-search-opened {
    height: 45px;
    width: 45px;
    position: absolute;
    right: 0;
    top: 0;
}

.close {
    height: 45px;
    width: 45px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    text-align: center;
    padding-top: 0px;
    font-size: 37px;
    opacity: 0.2;
}

.mobile-autocomplete .k-autocomplete .k-loading {
    position: absolute;
    right: 0;
    top: 0;
}