﻿body {
    touch-action: manipulation;
}

.report-sales-row {
    position: relative;
}

    .report-sales-row::before {
        content: "+";
        color: #5aac53;
        font-family: monospace;
        margin-right: 3px;
    }


.report-select-row {
    padding: 20px 30px;
    border-bottom: 1px solid #eeeeee;
    background: #ffffff;
}

.report-select-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.report-select-item-column1 {
    margin-top:20px;
    width:100%;
    margin-bottom: 20px;
    font-size:18px;
    font-weight: 350;
}

.report-select-item-column2 {
    width:100%;
}

    details[open] > summary .report-sales-row::before {
        content: "-";
        color: #5aac53;
        font-family: monospace;
        margin-right: 3px;
    }


.customer-details-item {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction:column;
    /*border-top: 1px dotted #aaaaaa;*/
}

.customer-details-item-name {
    width: 100%;
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    padding-top: 0px;
}

.customer-details-item-value {
    width: 100%;
    font-size: 15px;
    margin-bottom: 30px;
    color: #666666;
    
}

.report-settings {
    width: 100%;
    position: absolute;
    top: 90px;
    background: #ffffff;
    padding-top: 30px;
}

.report-settings-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 80%;
    margin: 0 auto;
    height: 30px;
    font-size: 16px;
}

.report-settings-row-column1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 60%;
}

.report-settings-row-column2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 5%;
}

.report-settings-row-column3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 10%;
}

.report-settings-button-up-down {
    color: #5aac53;
}

.report-settings-buttons-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 10%;
}

.report-settings-button-save {
    height: 30px;
    background: #ffffff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    font-weight: 350;
    font-family: 'Intr94Y';
    color: #333333;
    border: 1px solid #eaeaea;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 10px;
    padding: 0 10px;
    
}





.light {
    font-family: 'Intr94Y';
    font-weight: 200;
}

.regular {
    font-family: 'Intr94Y';
    font-weight: 300;
}

.medium {
    font-family: 'Intr94Y';
    font-weight: 350;
}

.semibold {
    font-family: 'Intr94Y';
    font-weight: 500;
}

.bold {
    font-family: 'Intr94Y';
    font-weight: 700;
}



/*
summary::before {
    content: "+";
    color: #5aac53;
    font-family: monospace;
    left: 3px;
    top: 3px;
    position: absolute;
}

details[open] > summary::before {
    content: "−";
    color: #5aac53;
    font-family: monospace;
    left: 3px;
    top: 3px;
    position: absolute;
}
*/

details > summary {
    position: relative;
    color: #121212;
    color: #0066cc;
    color: #5aac53;
    color: #00A042;
    color: #333333;
    font-size: calc(18px * var(--koeff));
    font-weight: 300;
    line-height: 1.8;
    border-top: 0px solid rgba(0,0,0,0.08);
    /*padding: 10px 30px 10px 0;*/
    outline: none;
    list-style: none;
    cursor: pointer;
    box-sizing: border-box;
}


details > div > p {
    color: #333333;
    opacity: 1;
    font-size: 16px;
    line-height: 1.6;
}


details > div > img {
    width: 100%;
}


details > div {
    padding-top: 0px;
    /*padding-bottom: 30px;*/
    padding-left: 0px;
}

details > summary::-webkit-details-marker {
    display: none !important;
}

details > summary::marker {
    display: none !important;
}

/*
details summary::before {
    content: "+";
    position: absolute;
    left: 5px;
    color: #121212;
    color: #F73A2C;
    color: #aaaaaa;
    color: #00A042;
    font-size: 10px;
    font-weight: 300;
    line-height: 1;
}

details[open] summary::before {
    content: "-";
    position: absolute;
    right: 0;
    color: #121212;
    color: #F73A2C;
    color: #aaaaaa;
    color: #00A042;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
}*/



.my-reconnect-modal > div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    background: rgba(255,255,255,1);
    text-align: center;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: block;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: block;
}

.components-reconnect-rejected > div {
    display: none;
}

.components-reconnect-rejected > .rejected {
    display: block;
}



.text-success {
    color: #ffffff;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}



.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: #ffffff;
    border-radius: 50%;
    opacity: 0.2;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}



input.input-edit-text[type="text"] {
    /* -webkit-appearance: none;
    -moz-appearance: none;*/
    padding: 0 !important;
    position: absolute;
    top: 20px;
    height: calc(100% - 23px);
    width: calc(100% - 40px); /*30-padding + 10px cправа*/
    color: #00a046;
    color: #333333;
}


input.input-edit-text[type="date"] {
    /* -webkit-appearance: none;
    -moz-appearance: none;*/
    padding: 0 !important;
    color: #00a046;
    color: #333333;
    background: none;
}

input.input-edit-text[type="number"] {
    /* -webkit-appearance: none;
    -moz-appearance: none;*/
    padding: 0 !important;
    color: #00a046;
    color: #333333;
}


/*
::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    display: none;
}
*/

html {
    /*overflow: hidden;*/
}

body {
    /* overflow: hidden;*/

    padding-bottom: 0px !important;
    padding-top: 0px !important;
    background: #ffffff;
    font-family: 'Intr94Y';
    font-weight: 300;
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.main-wrapper {
    /*width: 100vw;
    height: 100vh;
    overflow: hidden;*/
}

.app-container {
    /*overflow: hidden;
    height: 100vh;
    width: 100%;*/
}

.preloader {
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    width: 28px;
    background-size: cover;
    height: 28px;
    background-repeat: no-repeat !important;
    background: url(//cdnjs.cloudflare.com/ajax/libs/file-uploader/3.7.0/processing.gif);
    background: url('/content/shared/spinner_caussade.gif');
}


.preloader-spinner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 1001;
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
}


@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}


.text-success {
    color: #609E01;
}

textarea {
    display: block;
}

@media screen and (max-width: 799px) and (min-width:100px) {
}

.page {
    
    position: fixed;
    top: 125px;
    bottom: 50px;

    width: 94%;
    padding: 0 3%;
    /*height: calc(100vh - 175px);*/

    /*margin-top: 125px;*/
    
    overflow: auto; /*для скроллинга внутри div*/
    -webkit-overflow-scrolling: touch; /*для скроллинга внутри div*/
}

.order-list {
    background: #f6f6f6;
    padding-top: 30px;
    padding-bottom: 100px;   
}

.order-list-item {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 20px 15px 15px 15px;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    margin-top: 30px;
}



.black-layer-add-product-dialog {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: 10000;
    background: rgba(0,0,0,0.3);
}

.popup-dialog-order-add-product {
    position: absolute;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    box-sizing: border-box;
    padding: 10%;
    background: #fafafa;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0px 20px 20px rgba(0,0,0,0.2);
}

.popup-dialog-order-amount-row {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    height: 50px;
}

.popup-dialog-order-amount-minus {
    width: 20%;
    font-size: 18px;
    border: 1px solid #00a046;
    color: #00a046;
    border-radius: 5px;
}

.popup-dialog-order-amount-plus {
    width: 20%;
    font-size: 18px;
    border: 1px solid #00a046;
    color: #00a046;
    border-radius: 5px;
}

.popup-dialog-order-amount-input {
    width: 50%;
    margin-left: 5%;
    margin-right: 5%;
    height: 100%;
    text-align: center;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: none;
    font-family: 'Intr94Y';
    position: relative;
    font-size: 16px;
    border-radius: 5px;
}
.popup-dialog-order-save-added-product-button {
    padding: 15px 20px;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    background: #00a046;
    color: #ffffff;
    margin-bottom:10px;
}

.popup-dialog-order-cancel-added-product-button {
    padding: 15px 20px;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    border: 1px solid #cccccc;
    color: #888888;
    position: relative;
}

.popup-dialog-order-delete-added-product-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #cccccc;
}

.order-date-user-block {
    height: 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    /* align-items: center;*/
}


.order-date {
    
    font-size: 12px;
    color: #00a046;
    color: #999999;
    justify-self: flex-start;
}

.order-created {
    position: absolute;
    right: 0;
    font-size: 12px;
    color: #999999;
}

.order-delete {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    /*width: 90%;*/
    margin-left: 5%;
    margin-right: 5%;
    color: #aaaaaa;
    font-size: 14px;
    font-family: 'Intr94Y';
    margin-top: 100px;
}
.order-description-block {
    width: 90%;
    padding: 40px 5% 20px 5%;
    font-weight: 400;
}

.order-add-products-div {
    color: #999999;
    color: #00a046;
    margin-top: 50px;
    padding-bottom: 20px;
    padding-left: 5%;
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    box-sizing: border-box;
}

.order-description {
    font-size: 16px;
    padding: 10px 0 20px 0;
}

.order-description-item {
    padding: 20px 0 20px 0;
    padding: 10px 0 10px 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    border-top: 1px solid #eeeeee;
}




.order-description-item-product {
    width: 60%;
    font-size: 14px;
    padding-right: 5px;
}

.order-description-item-amount {
    text-align: center;
    font-size: 14px;
    width: 20%;
}

.order-description-item-sum {
    text-align: right;
    font-size: 14px;
    width: 20%;
}

.product-list-item {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-bottom: 0.5px solid #d8d8d9;
    padding: 10px 5% 10px 5%;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}

.product-list-item-description {
    font-family: 'Intr94Y';
    font-size: 16px;
    width: 80%;
    /*margin-bottom: 12px;*/
}



.product-list-item-add-button-div {
    font-family: 'Intr94Y';
    text-align: center;
    width: 20%;
}
.product-list-item-add-button {
    font-family: 'Intr94Y';
    font-size: 25px;
    color: #00a046;
}




.customer-list-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-bottom: 0.5px solid #d8d8d9;
    padding: 20px 0 20px 10px;
    padding: 20px 3% 20px 3%;
    overflow: hidden;
    position: relative;
}

.customer-list-item-description {
    font-family: 'Intr94Y';
    padding-left: 20px;
    font-weight: 350;
    font-size: 20px;
    margin-bottom: 12px;
}


.customer-list-item-comment {
    font-family: 'Intr94Y';
    font-weight: 300;
    padding-left: 20px;
    margin-bottom: 12px;
    font-size: 17px;
}

.customer-list-item-region {
    font-size: 14px;
    padding-left: 20px;
    color: #333333;
    font-family: 'Intr94Y';
    font-weight: 350;
    margin-bottom: 10px;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.customer-list-item-days {
    font-size: 15px;
    padding-left: 20px;
    color: #333333;
    font-family: 'Intr94Y';
    font-weight: 350;
}

.customer-list-item-area {
    font-size: 13px;
    padding-left: 20px;
    color: #333333;
    font-family: 'Intr94Y';
    font-weight: 350;
    margin-bottom: 10px;
}

.customer-list-item-category { 
    font-size: 13px;
    padding-left: 20px;
    color: #333333;
    font-family: 'Intr94Y';
    font-weight: 350;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
}

.customer-category-square {
    border-radius: 50%;
    width: 6px;
    margin-top: 4px;
    margin-right: 5px;
    height: 6px;
    font-weight: 350;
}

.customer-category-square-details {
    border-radius: 50%;
    width: 6px;
    margin-top: 8px;
    margin-right: 10px;
    height: 6px;
    font-weight: 350;
}

.customer-list-item-next-event-date {
    font-size: 15px;
    width: 100%;
    text-align: left;
    margin-left: 20px;
    margin-bottom: 15px;
    font-family: 'Intr94Y';
    font-weight: 350;
}


.event-list-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    /*border-bottom: 0.5px solid #d8d8d9;*/
    padding: 7% 8%;
    margin: 0 7% 30px 7%;
    border-radius: 15px;
}

.event-list-item-top-bar {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.event-list-item-region {
    width: 70%;
    font-size: 15px;
    color: #aaaaaa;
    /*padding-left: 20px;*/
    font-family: 'Intr94Y';
    margin-bottom: 20px;
}

.event-list-item-date {
    width: 100%;
    font-size: 14px;
    color: #333333;
    text-align: left;
    font-family: 'Intr94Y';
    margin-top: 0px;
    margin-bottom: 10px;
}


.event-list-item-next-date {
    font-size: 14px;
    color: #333333;
    font-family: 'Intr94Y';
    
}

.event-list-item-headline {
    font-size: 17px;
    color: #333333;
    text-transform: uppercase;
    font-family: 'Intr94Y';
    margin-bottom: 10px;
    
}

.event-list-item-contact {
    font-size: 17px;
    color: #333333;
    font-family: 'Intr94Y';
    margin-bottom: 10px;
}

.event-list-item-description {
    font-size: 18px;
    color: #333333;
    font-family: 'Intr94Y';
    margin-top: 10px;
    margin-bottom: 10px;
}



/*  */
.top-left-border-radius {
    border-top-left-radius: 10px;
}

.top-right-border-radius {
    border-top-right-radius: 10px;
}


.back-button, .forward-button {
    display: flex;
    justify-items: flex-start;
    align-items: center;
    flex-direction: row;
}

.back-button-icon, .forward-button-icon {
    width: 20px;
    height: 20px;
}

.forward-button-icon {
    transform: rotate(180deg);
}

.back-button-icon-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.top-menu-bar {
    
    top: 0;
    background: #f7f7f7;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 50px;
}

.top-menu-bar-customer-details {
    position: absolute;
    top: 0;
    background: #f6f6f6;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 50px;
}

.border-radius {
    border-top-left-radius: 10px 5px;
    border-top-right-radius: 10px 5px;
}

.border-radius-left {
    border-top-left-radius: 10px 5px;
}

.border-radius-right {
    border-top-right-radius: 10px 5px;
}


.top-menu-bar-item {
    display: flex;
    flex-direction: column;
    justify-content: center;  
    cursor:pointer;
}


.align-left {
    font-size: 18px;
    align-items: flex-start;
    color: #00a046;
    font-family: 'Intr94Y';
}

.align-right {
    font-size: 18px;
    color: #00a046;
    align-items: flex-end;
    font-family: 'Intr94Y';
}

.align-center {
    font-size: 22px;
    font-family: 'Intr94Y';
    color: #000000;
    align-items:center;
}


.width20 {
    width: 20%;
}

.width50 {
    width: 50%;
}

.width60 {
    width: 60%;
}


.width30 {
    width: 30%;
}

.width40 {
    width: 40%;
}


.top-menu-bar-search {
    top: 50px;
    width: 94%;
    background: #f7f7f7;
    background: #f4f4f4;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 3%;
    border-bottom: 0.5px solid #d1d1d1;
}

.top-menu-bar-search-inside {
    width: 100%;
    position: relative;
}


.top-menu-bar-search-count {
    color: #aaaaaa;
    font-size: 12px;
    font-family: 'Intr94Y';
    margin-top: 8px;
    padding-left: 30px;
    height: 14px;
    overflow: hidden;
}

.input-search {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    background: #E8E8EA;
    /*background: #e8e8e8;*/
    border: 1px solid #E8E8EA;
    border: 1px solid #dadada;
    border-radius: 7px;
    font-size: 18px;
    box-shadow: none;
    padding: 0 5px;
    margin: 0;
    font-family: 'Intr94Y';
    font-weight: 300;
    padding-left: 10px;
}

    .input-search::placeholder {
        color: #838385;
    }

input {
    -webkit-appearance: none;
}

.input-search-cancel-button {
    z-index: 1;
    position: absolute;
    right: 0px;
    top: 20px;
    transform: translate(0, -50%);
    width: 20px;
    padding: 10px 10px;
}

.full-width {
    width:100%;
}

.flex-left {
    justify-content: flex-start;
}


.top-menu-bar-item-button {
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: none;
    background: #f6f6f6;
    background: #f4f4f4;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    padding: 0;
    cursor: pointer;
}

.top-menu-bar-item-button-headline-left {
    margin-left: 3vw;
    display: flex;
    justify-content: center;
}

.top-menu-bar-item-button-headline-right {
    margin-right: 3vw;
}

.active {
    color: #00A042 !important;
}

.fadeClass {
    filter: blur(1px) grayscale(100%) brightness(0%);
    opacity: 0.5;
}

/*************** Filters page **************** */

.black-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0,0,0,0.75);
}

.popup-page {
    position: absolute;
    width: 100%;
    height: 93%;
    top: 7%;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: #ffffff;
    border-radius: 30px 30px 0 0;
}

.popup-page-edit {
    position: absolute;
    width: 100%;
    height: 93%;
    top: 7%;
    /* height: 100%;
    top: 0%;*/
    bottom: 0;
    left: 0;
    z-index: 101;
    background: #f6f6f6;
    border-radius: 30px 30px 0 0;
}


.z-index-101 {
    z-index: 101;
}

.z-index-102 {
    z-index: 102;
}

.z-index-103 {
    z-index: 103;
}

.popup-popup-page {
    position: absolute;
    width: 100%;
    height: 93%;
    top: 7%;
    bottom: 0;
    left: 0;
    z-index: 102;
    background: #ffffff;
    border-radius: 30px 30px 0 0;
}


.popup-page-content {
    overflow-y: scroll;
    position: absolute;
    top: 70px;
    bottom: 50px;
    width: 90%;
    padding: 0 5%;
    z-index: 101;
}


.popup-page-content-edit {
    top: 50px;
    bottom: 0px;
    width: 100%;
    background: #f6f6f6;
    z-index: 101;
    position: absolute;

    overflow: auto; /*для скроллинга внутри div*/
    -webkit-overflow-scrolling: touch; /*для скроллинга внутри div*/

    /*overflow-y: scroll;*/
}

.popup-popup-page-content {
    
    overflow: auto; /*для скроллинга внутри div*/
    -webkit-overflow-scrolling: touch; /*для скроллинга внутри div*/

    /*overflow-y: scroll;*/
    position: absolute;
    top: 70px;
    bottom: 50px;
    width: 90%;
    padding: 0 5%;
    z-index: 102;
}



.filter-list-item-1 {
    width: 100%;
    height: 50px;
    font-size: 18px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
}

.filter-list-item-1-container {
    width: calc(100% - 40px);
    overflow: hidden;
    white-space: nowrap;
}

.filter-list-item-1-items-list {
    font-size: 15px;
    font-family: 'Intr94Y';
    color: #aaaaaa;
    padding-left: 10px
}

.filter-list-item-2 {
    width: 100%;
    height: 40px;
    font-size: 18px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.filter-list-item-2-district {
    width: 90%;
    margin-left: 10%;
    height: 40px;
    font-size: 18px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

/*input.radio-button {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    appearance: none;
    -webkit-appearance: none;
}
    */
input[type="radio" i] {
    background-color: initial;
    cursor: default;
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    padding: initial;
    border: initial;
}


     input[type="radio"].radio-button {
        position: relative;
        padding: 3px 0 0 40px;
        height: 20px;
        width: 20px;
        cursor: pointer;
    }

        input[type="radio"].radio-button:before {
            content: '';
            background: #fff;
            border: 1px solid #aaaaaa;
            height: 20px;
            width: 20px;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
        }

        input[type="radio"].radio-button:after {
            content: '';
            background: #00a046;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            position: absolute;
            top: 4px;
            left: 4px;
            opacity: 0;
            transform: scale(2);
            transition: transform 0.3s linear, opacity 0.3s linear
        }

        input[type="radio"].radio-button:checked:after {
            opacity: 1;
            transform: scale(1)
        }


.radio-button-headline {
    padding-top: 3px;
}


input.filter-checkbox {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    border: 1px solid #dddddd;
    border-radius: 3px;
}

input[type="checkbox"]:checked::after {
    content: '\2713';
    color: #00a046;
    position: absolute;
    margin-left: 3px;
    transform: translate(0,-1px);
    font-weight: 700;
    font-size: 15px;
}

.filter-checkbox-headline {
    width: calc(100% - 30px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


input.filter-integer {
    border: none;
    font-family: 'Intr94Y';
    font-size: 18px;
    outline: none;
    width: 30%;
    text-align: center;
}

    input.filter-integer:focus {
        outline: none;
    }


/* ************** Filters page **************** */

.customer-details-page {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: 90;
    background: #ffffff;
    box-sizing: border-box;
   
}



.customer-details-content {
    position: absolute;
    width: 100%;
    height: calc(100vh - 50px);
    top: 50px;
    left: 0%;
    z-index: 100;
    background: #f6f6f6;
    background: #f4f4f4;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: scroll;
}

.customer-details-content-crop-structure {
    margin-top: 20px;
}

.customer-details-content-headline {
    width: 86%;
    margin: 7% 7%;
    font-size: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    font-family: 'Intr94Y';
}

.customer-details-content-headline-headline {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Intr94Y';
    font-weight: 400;
}

.customer-details-content-headline-region {
    font-size: 16px;
    color: #aaaaaa;
    font-family: 'Intr94Y';
    font-weight: 350;
    text-align: center;
    margin-top: 10px;
}

.customer-details-docs-menu {
    width: 86%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding-top: 70px;
    padding-bottom: 0px;
}

.docs-menu-item {
    
    height: 30px;
    /*border-bottom: 1px solid #eeeeee;*/
    border-radius: 0px;
    /*background: #ffffff;*/
    font-family: 'Intr94Y';
    font-weight: 500;
    font-size: 18px;
    font-weight: 350;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #aaaaaa;
}

.docs-menu-item-active {
    
    opacity: 1;
    
    height: 30px;
    /*border-bottom: 1px solid #cccccc;*/
    border-radius: 0px;
    /*background: #ffffff;*/
    font-family: 'Intr94Y';
    font-weight: 500;
    font-size: 18px;
    font-weight: 350;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

table.crop-structure {
    width: 80%;
    margin: 0 auto;
}

    table.crop-structure th.crop-structure-first-column {
        width: 50%;
        height: 20px;
        vertical-align: middle;
        text-align: left;
    }

    table.crop-structure th.crop-structure-second-column {
        width: 25%;
        height: 20px;
        vertical-align: middle;
        text-align: left;
    }

    table.crop-structure th.crop-structure-third-column {
        width: 25%;
        height: 20px;
        vertical-align: middle;
        text-align: left;
    }


    table.crop-structure td.crop-structure-first-column {
        width: 50%;
        height: 20px;
        vertical-align: top;
        text-align: left;
        padding-bottom: 10px;
    }

    table.crop-structure td.crop-structure-second-column {
        width: 25%;
        height: 20px;
        vertical-align: middle;
        text-align: left;
    }

    table.crop-structure td.crop-structure-third-column {
        width: 25%;
        height: 20px;
        vertical-align: middle;
        text-align: left;
    }




table.competitors {
    width: 80%;
    margin: 0 auto;
}

    table.competitors th.competitors-first-column {
        width: 50%;
        height: 20px;
        vertical-align: middle;
        text-align: left;
    }

    table.competitors th.competitors-second-column {
        width: 50%;
        height: 20px;
        vertical-align: middle;
        text-align: left;
    }

    table.competitors td.competitors-first-column {
        width: 50%;
        height: 20px;
        vertical-align: middle;
        text-align: left;
    }

    table.competitors td.competitors-second-column {
        width: 50%;
        height: 20px;
        vertical-align: middle;
        text-align: left;
    }


.customer-details-content-line {
    height: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 300;
}

    .customer-details-content-line hr {
        width: 80%;
        border-color: #eeeeee;
        border-style: solid;
        border-width: 0.5px;
    }



.content-empty-2x {
    height: 40px;
}


.content-empty-1x {
    height: 20px;
}


table.system {
    width: 80%;
    margin: 0 auto;
}

    table.system th.system-first-column {
        width: 50%;
        height: 20px;
        vertical-align: middle;
        text-align: left;
    }

    table.system th.system-second-column {
        width: 50%;
        height: 20px;
        vertical-align: middle;
        text-align: left;
    }

    table.system td.system-first-column {
        width: 50%;
        height: 20px;
        vertical-align: middle;
        text-align: left;
    }

    table.system td.system-second-column {
        width: 50%;
        height: 20px;
        vertical-align: middle;
        text-align: left;
    }


.contacts {
    width: 80%;
    margin: 0 auto;
}

.customer-details-content-contact {
    width:100%;
    height:100%;
    background: #ffffff;
    padding: 0 0 0 30px;
    border-radius: 10px;
    border: none;
    color: #333333;
    font-family: 'Intr94Y';
    text-align: left;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 30px 20px 30px;
}

a.customer-details-content-contact {
    text-decoration-style:unset;
    text-decoration:none;
}


.customer-details-content-contact-headline {
    font-size: 18px;
    margin-bottom: 5px;
    font-family: 'Intr94Y';
    font-weight: 350;
    color: #333333;
}

.customer-details-content-contact-position {
    font-size: 16px;
    margin-bottom: 5px;
    color: #aaaaaa;
    font-family: 'Intr94Y';
    font-weight: 300;
    margin-bottom: 0;
}

.customer-details-content-contact-phone {
    font-size: 18px;
    margin: 5px 0 0 0;
    color: #333333;
    color: #00a046;
    font-family: 'Intr94Y';
    font-weight: 350;
    cursor: pointer;
}

.button-delete {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    color: #d91a1a;
    color: #aaaaaa;
    border: none;
    background: transparent;
    padding-left:0px;
    font-family: 'Intr94Y';
    position: relative;
}

.button-delete-icon {
    width: 18px;
    height: 18px;
    left: 0;
    position: absolute;
}

.button-choice {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 17px;
}

.button-choice-picked {
    color: #333333;
    font-family: 'Intr94Y';
}

.button-alone {
    height: 60px;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    font-family: 'Intr94Y';
    color: #00a046;
    width: 86%;
    margin: 0 auto;
    border: 1px solid #e3e3e3;
}

.button-alone-transparent {
    height: 60px;
    background: transparent;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    font-family: 'Intr94Y';
    color: #00a046;
    width: 86%;
    margin: 0 auto;
    border: 1px solid #e3e3e3;
}

.button-alone-contact {
    height: 90px;
    height: auto;
    background: #ffffff;
   /* background: transparent;*/
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    font-family: 'Intr94Y';
    color: #00a046;
    width: 86%;
    border: 1px solid #eaeaea;
    margin: 0 auto;
    /*padding: 15px 0;*/
}

.button-alone-contact-full-width {
    height: 100px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    font-family: 'Intr94Y';
    color: #00a046;
    width: 100%;
    margin: 0 auto;
    
}


.button-composed-alone {
    height: 60px;
    background: #ffffff;
    color: #00a046;
    padding: 0;
    width: 86%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    font-size: 18px;
    font-family: 'Intr94Y';
}


.button-composed-top {
    height: 60px;
    background: #ffffff;
    color: #00a046;
    padding: 0;
    width: 86%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    font-size: 18px;
    font-family: 'Intr94Y';
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

.button-composed-center {
    height: 60px;
    background: #ffffff;
    color: #00a046;
    padding: 0;
    width: 86%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    font-size: 18px;
    font-family: 'Intr94Y';
    
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

.button-composed-bottom {
    position: relative;
    height: 60px;
    background: #ffffff;
    color: #00a046;
    padding: 0;
    width: 86%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 18px;
    font-family: 'Intr94Y';
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}


.button-composed-center-full-width {
    height: 60px;
    background: #ffffff;
    color: #00a046;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    font-size: 18px;
    font-family: 'Intr94Y';
}

    .bottom-menu-bar-item > button,
    .button-composed-bottom > button,
    .button-composed-center > button,
    .button-composed-top > button,
    .button-composed-alone > button,
    .button-alone > button,
    .button-alone-contact > button,
    .button-composed-center-full-width > button {
        width: 100%;
        height: 100%;
        background: transparent;
        border: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        font-size: 18px;
        font-family: 'Intr94Y';
        padding: 20px 30px 20px 30px;
        margin: 0;
        color: #00a046;
    }

    .button-static-customer-category {
        font-family: 'Intr94Y' !important;
        color: #333333 !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: flex-start !important;
        align-items: center !important;
        padding: 0 !important;
        padding-left: 20px !important;
    }




    button {
        background: transparent;
        box-shadow: 0px 0px 0px transparent;
        border: 0px solid transparent;
        text-shadow: 0px 0px 0px transparent;
    }

    button:hover {
        /*background: transparent;*/
        /*box-shadow: 0px 0px 0px transparent;
        border: 0px solid transparent;
        text-shadow: 0px 0px 0px transparent;*/
    }

    button:active {
        outline: none;
        border: none;
    }

    button:focus {
        outline: 0;
    }
    

.button-border-bottom {
    width: calc(100% - 20px);
    position: absolute;
    bottom: 0;
    left: 10px;
    height: 0.5px;
    background: #dddddd;
}

.input-edit-composed {
    height: 60px;
    background: #ffffff;
    padding: 0 0 0 20px;
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    font-size: 17px;
    font-family: 'Intr94Y';
    width: 94%;
    margin: 0 auto;
    box-sizing: border-box;
}

.input-edit-composed-button {
    height: 60px;
    background: #ffffff;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    font-size: 17px;
    font-family: 'Intr94Y';
    width: 94%;
    margin: 0 auto;
    box-sizing: border-box;
}

.input-edit-composed-top {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.input-edit-composed-bottom {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.input-edit-composed-alone {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}


.textarea-edit-composed {
    height: 200px;
    background: #ffffff;
    padding: 0 0 0 20px;
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    font-size: 17px;
    font-family: 'Intr94Y';
    width: 94%;
    margin: 0 auto;
    box-sizing: border-box;
}


.input-edit-composed-contact-position {
    height: 60px;
    background: #ffffff;
    padding: 0 0 0 20px;
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    font-size: 17px;
    font-family: 'Intr94Y';
    width: 94%;
    margin: 0 auto;
    box-sizing: border-box;
}

.input-edit-composed-transparent {
    height: 50px;
    background: transparent;
    padding: 0 0 0 20px;
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    font-size: 17px;
    font-family: 'Intr94Y';
    
}


.input-edit-composed-text {
    height: 200px;
    background: #ffffff;
    padding: 10px 10px 10px 20px;
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    font-size: 17px;
    font-family: 'Intr94Y';
    width: 94%;
    margin: 0 auto;
    box-sizing: border-box;
}


.input-edit-composed-numeric {
    height: 50px;
    background: #ffffff;
    padding: 0 0 0 20px;
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    font-size: 17px;
    font-family: 'Intr94Y';
    width: 94%;
    margin: 0 auto;
    box-sizing: border-box;
}


.input-edit-composed-numeric-transparent {
    height: 50px;
    background: transparent;
    padding: 0 0 0 20px;
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    font-size: 17px;
    font-family: 'Intr94Y';
    width: 94%;
    margin: 0 auto;
    box-sizing: border-box;
}


.input-border-bottom {
    width: calc(100% - 0px);
    position: absolute;
    bottom: 0;
    left: 0px;
    height: 0.5px;
    background: #dddddd;
}

.input-edit-text {
    max-height: 100%;
    height: 100%;
    border: none;
    padding-left: 0;
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-family: 'Intr94Y';
    position: relative;
    color: #00a046;
    color: #333333;
}

.input-edit-textarea {
    max-height: 100%;
    height: 100%;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-family: 'Intr94Y';
    position: relative;
    padding-top: 20px;
    padding-right:20px;
    font-weight:300;
    /*width: calc(100% - 20px);*/
}

    .input-edit-text:focus, .input-edit-text:active, input-edit-text:hover {
        outline: none;
        border: none;
    }

    .input-edit-textarea:focus, .input-edit-textarea:active, input-edit-textarea:hover {
        outline: none;
        border: none;
    }

    .input-edit-text::placeholder {
        color: #aaaaaa;
        font-family: 'Intr94Y';
    }

    .input-edit-textarea::placeholder {
        position: absolute;
        left: 0px;
        top: 20px;
        color: #00a046;
        font-family: 'Intr94Y';
    }


.input-edit-text-placeholder {
    position: absolute;
    font-size: 14px;
    font-family: 'Intr94Y';
    z-index: 20;
    color: #333333;
    color: #cccccc;
    left: 20px;
    top: 5px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 90%;
}



.input-edit-numeric-label {
    color: #333333;
    font-size: 17px;
    font-family: 'Intr94Y';
    width:50%;
}

.input-edit-text-label {
    color: #aaaaaa;
    font-size: 14px;
    font-family: 'Intr94Y';
    width: 100%;
    margin-bottom: 10px;
}

.empty-selected-item-from-list {
    color: #aaaaaa;
    font-size: 17px;
    font-family:'Intr94Y';
}

.input-edit-button-text-black {
    color: #00a046;
    color: #333333;
    font-family: 'Intr94Y';
}

.input-edit-button {
    font-size: 17px;
    font-family: 'Intr94Y';
    color: #333333;
    color: #333333;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}


.input-edit-button-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 3%;
    transform: rotate(180deg); 
}


.input-edit-switch-button-icon {
    width: 100px;
    height: 30px;
    position: absolute;
    right: 2%;
}

.input-edit-done-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    font-size: 16px;
    font-weight:700;
    right: 5%;
    padding-bottom: 5px;
}


.bottom-menu-bar {
    position: fixed;
    bottom: 0;
    background: #fafafa;
    background: linear-gradient(to bottom, #EDEDED, #f4f4f4);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 45px;
    border-top: 0.5px solid #cdcdcd;
}

.bottom-menu-bar-item {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
    background: transparent;
}


.bottom-menu-bar-item-icon {
    height: 25px;
    text-align: center;
}

.bottom-menu-bar-item-headline {
    font-size: 9px;
    text-align: center;
    font-family:'Intr94Y';
    color: #333333;
}

.active {
    color: #5aac53 !important;
}



.events {
    box-sizing: border-box;
    /*background: #fafafa;*/
    height: auto;
    border-radius: 10px;
    width: 86%;
    margin: 0 auto;
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
    padding-bottom: 30px;
    /*border: 1px solid #eaeaea;*/
    min-height: 100vh;
}


.events-empty {
    min-height: 100vh;
    color: #aaaaaa;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    margin-top: 30px;
}

.orders {
    min-height: 100vh;
}

.orders-empty {
    min-height: 100vh;
    color: #aaaaaa;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    margin-top: 30px;
}

.rns {
    min-height: 100vh;
}

.rns-empty {
    min-height: 100vh;
    color: #aaaaaa;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    margin-top: 30px;
}


.events-header {
    font-size: 22px;
    font-family: 'Intr94Y';
    font-weight:350;
    padding: 5% 0% 5% 0px;
}

.events-customer-next-event-date {
    margin: 50px 0% 10% 5px;
    font-size: 16px;
    color: #aaaaaa;
}



.hr {
    border-bottom: 0.5px solid #dddddd;
}

.event {
    padding: 0px 20px;
    border-radius: 10px;
    border: 1px solid #eaeaea;
    background: #ffffff;
    margin-top: 30px;
}

.event-emty {
    padding: 0px 20px;
    border-radius: 10px;
    border: 1px solid #eaeaea;
    background: #fafafa;
    margin-top: 30px;
}

.mr5px {
    margin-right:5px;
}

.event-type {
    font-size: 14px;
    font-family: 'Intr94Y';
    font-weight: 300;
    color: #aaaaaa;
    padding-bottom: 20px;
}

.event-type-mark {
    /*padding: 2px 6px;*/
    /*color: #00a046;*/
    font-size: 14px;
    /*border: 0.5px solid #00a046;*/
    /*border-radius: 3px;*/
   /* background: #f4faf6;*/
   color:#aaaaaa;
}

.event-description {
    font-size: 16px;
    font-family: 'Intr94Y';
    font-weight: 350;
    color: #333333;
    padding-top: 30px;
    padding-bottom: 20px;
}


.event-headline {
    font-size: 14px;
    font-family: 'Intr94Y';
    font-weight:300;
    color: #aaaaaa;
    margin-bottom: 3%;
}

.event-description-plan {
    font-size: 14px;
    font-family: 'Intr94Y';
    font-weight: 300;
    color: #00a046;
    margin-bottom: 3%;
    font-style: italic;
}

.event-date {
    font-size: 14px;
    font-family: 'Intr94Y';
    color: #aaaaaa;
}

.event-delete-dialog {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    z-index: 2000;
}

.calendar-time-bar {
    width: 100%;
    height: 100px;
    
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; /*для скроллинга внутри div*/
    -webkit-box-flex: 1;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
}

.scrollbar-hidden::-webkit-scrollbar {
    display: none;
}

.scrollbar-hidden {
    -ms-overflow-style: none;
    scrollbar-width: none; /* Firefox */
}


.calendar-time-bar-day-block {
    /*width: 70px;
    min-width: 70px;
    height: 70px;*/
    
    width: 40px;
    min-width: 40px;
    height: 40px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.calendar-time-bar-day-block-month {
    font-size: 10px;
    height: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    font-family: 'Intr94Y';
}

.calendar-time-bar-day-block-headline {
    font-size: 18px;
    font-family: 'Intr94Y';
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 25px;
}

.calendar-time-bar-day-block-description {
    font-size: 12px;
    font-family: 'Intr94Y';
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 15px;
}

.calendar-time-bar-day-block-count {
    align-items: center;
    color: red;
    height: 20px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    font-size: 10px;
    margin-bottom: 5px;
}



/*Swiper slider*/

.swiper {
    width: 100%;
    height: 100%;
}


.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /*border-bottom: 1px solid #eeeeee*/
    background: #fcfcfc;
}

.swiper-scrollbar {
    display: none;
}
    /*.swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }*/





.customer-list-item-last-events-block {
    width: 100%;  
    margin-left: 20px;
    margin-top: 10px;
}

.customer-list-item-last-events-block-event-block {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    margin-bottom: 5px;
}


.customer-list-item-last-events-block-event-type {
    width: 20%;
    font-size: 12px;
    font-family: 'Intr94Y';
    color: #aaaaaa;
}


.customer-list-item-last-events-block-event-date {
    width: 15%;
    font-size: 12px;
    font-family: 'Intr94Y';
    color: #aaaaaa;
}


.customer-list-item-last-events-block-event-description {
    width: 65%;
    font-size: 12px;
    font-family: 'Intr94Y';
    color: #aaaaaa;
    padding-right: 5px;
}


.customer-details-show-hide-button-div {
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.customer-details-show-hide-button {
    width: 15px;
    transform: rotate(-90deg);
}

.monthes-bar {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-top: 0.5px solid #eeeeee;
    /*border-bottom: 0.5px solid #eeeeee;*/
    /*overflow-x: scroll;*/
    flex-wrap: wrap;
    background: #fcfcfc;
}

    /*.monthes-bar::-webkit-scrollbar {
        display: none;
    }*/


.month-bar-item {
    width: 16.65%;
    max-width: 16.65%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    border-right: 0.5px solid #eeeeee !important;
    border-bottom: 0.5px solid #eeeeee !important;
    font-size: 12px;
    color: #aaaaaa;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.years-bar {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fcfcfc;
    
}

.year-bar-item {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    border-right: 0.5px solid #eeeeee !important;
    font-size: 12px;
    color: #aaaaaa;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}


.actions-bar {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 86%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.customer-details-actions-bar-button {
    width: 32%;
    height: 60px;
    border: 1px solid #eaeaea;
    border: 1px solid #e3e3e3;
    /*border: 1px solid #00a046;*/
    border-radius: 6px;
    /*background: #ffffff;*/
    font-family: 'Intr94Y';
    font-weight: 500;
    font-size: 16px;
    color: #00a046;
}

.logout {
    font-family: 'Intr94Y';
    margin-left: 0;
    padding-left: 0;
    font-size: 18px;
    color: #333333;
}

.customer-category-icon {
    width:10px;
    height:10px;

}

.sales-table-row {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    height: 30px;
    font-size: 14px;
    width: 96%;
    padding: 0 2%;
    border-bottom: 1px solid #f4f4f4;
}

.top-menu-bar-reports {
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-family: 'Intr94Y';
    background: #fafafa;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom:1px solid #eeeeee;
}

.top-menu-bar-reports-center {
    width: 100%;
    font-size: 14px;
    font-family: 'Intr94Y';
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    text-align:center;
}

.top-menu-bar-reports-left {
    width: 100%;
    font-size: 14px;
    font-family: 'Intr94Y';
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    color: #00a046;
    padding-left:3%;
}

.top-menu-bar-reports-right {
    width: 100%;
    font-size: 14px;
    font-family: 'Intr94Y';
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    color: #00a046;
    padding-right: 3%;
}




.slideup {
    animation: slideup 0.3s ease-in-out;
}


@keyframes slideup {

    from {
        top: 55%;
        opacity: 0.5;
    }

    to {
        top: 7%;
        opacity: 1;
    }
}



.slideleft {
    animation: slideleft 0.3s ease-in-out;
}

@keyframes slideleft {

    from {
        left: 55%;
        opacity: 0.5;
    }

    to {
        left: 0;
        opacity: 1;
    }
}




.slideright {
    animation: slideright 0.3s ease-in-out;
}

@keyframes slideright {

    from {
        left: 0;
        opacity: 1;
    }

    to {
        left: 100%;
        opacity: 1;
    }
}



.slidebottom {
    animation: slidebottom 0.3s ease-in-out;
}

@keyframes slidebottom {

    from {
        top: 7%;
        opacity: 1;
    }

    to {
        top: 50%;
        opacity: 1;
    }
}

.display {
    display: block;
}

.hide {
    display: none;
}