/* _content/CalendarBlazorApp/Components/CommonForMan/ButtonsForTableComponent.razor.rz.scp.css */

.buttons-box-align-center[b-gerskr0uj6] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /*background-color:red;*/
}

.buttons-box-align-end[b-gerskr0uj6] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    align-content:flex-end;
    /*background-color: greenyellow;*/
    height: 100%;
}
/* _content/CalendarBlazorApp/Components/CommonForMan/ShowAllAsTable.razor.rz.scp.css */


.show-man-as-table-buttons-box[b-2s7guz12hq] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.show-all-table-btn[b-2s7guz12hq] {
    width: 200px;
    margin: 10px 0.5rem;
}

/* _content/CalendarBlazorApp/Components/CommonForMan/ShowAsCard.razor.rz.scp.css */
.show-man-ascard-button-conteiner[b-5sp8qafi6z] {
    padding: 5px;
    /*background-color: yellow;*/
    height:100%;
}
/* _content/CalendarBlazorApp/Components/CommonForMan/ShowManAsTable.razor.rz.scp.css */


.show-man-as-table-buttons-box[b-b6lbza85an] {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    
}
/* _content/CalendarBlazorApp/Components/CommonForMan/SimpleCardComponent.razor.rz.scp.css */
.products-card-box[b-00d2fc2u2h] {
    max-width: 297px;
    min-height: 250px;
    margin: 0px 12px 12px 0px;
    padding: 12px;
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    box-shadow: 0 3px 6px rgba(0,0,0,0.25);
}

    /*https://habr.com/ru/companies/netologyru/articles/665640/*/
    .products-card-box:hover[b-00d2fc2u2h] {
        /*box-shadow: 8px 10px 5px 2px rgba(0, 0, 255, .2);*/
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }

.products-card-box-flex-conteiner[b-00d2fc2u2h] {
    height: 100%;
    display: flex;
    flex-direction: column;
    /*background-color: aquamarine;*/
    /*padding: 16px 24px;*/
    /*transition-duration: 100ms;
        transition-property: border-color;
        transition-timing-function: cubic-bezier(.4,0,.2,1);*/
}
/* _content/CalendarBlazorApp/Components/Layout/CommonErrorHandlerComponent.razor.rz.scp.css */


main[b-gcr0q5topj] {
    flex: 1;
}

#blazor-error-ui[b-gcr0q5topj] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-gcr0q5topj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/CalendarBlazorApp/Components/Layout/LoginedUsersLayout.razor.rz.scp.css */
.page[b-mz0pkp27h7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-mz0pkp27h7] {
    flex: 1;
}

.sidebar[b-mz0pkp27h7] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-mz0pkp27h7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-mz0pkp27h7]  a, .top-row .btn-link[b-mz0pkp27h7] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-mz0pkp27h7] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-mz0pkp27h7] {
        display: none;
    }

    .top-row.auth[b-mz0pkp27h7] {
        justify-content: space-between;
    }

    .top-row a[b-mz0pkp27h7], .top-row .btn-link[b-mz0pkp27h7] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-mz0pkp27h7] {
        flex-direction: row;
    }

    .sidebar[b-mz0pkp27h7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-mz0pkp27h7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-mz0pkp27h7], article[b-mz0pkp27h7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/CalendarBlazorApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-2i5b7mg02k] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2i5b7mg02k] {
    flex: 1;
}

.sidebar[b-2i5b7mg02k] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-2i5b7mg02k] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-2i5b7mg02k]  a, .top-row[b-2i5b7mg02k]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-2i5b7mg02k]  a:hover, .top-row[b-2i5b7mg02k]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-2i5b7mg02k]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-2i5b7mg02k] {
        justify-content: space-between;
    }

    .top-row[b-2i5b7mg02k]  a, .top-row[b-2i5b7mg02k]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-2i5b7mg02k] {
        flex-direction: row;
    }

    .sidebar[b-2i5b7mg02k] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2i5b7mg02k] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-2i5b7mg02k]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-2i5b7mg02k], article[b-2i5b7mg02k] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-2i5b7mg02k] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-2i5b7mg02k] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/CalendarBlazorApp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-w46mtrezg4] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-w46mtrezg4] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-w46mtrezg4] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-w46mtrezg4] {
    font-size: 1.1rem;
}

.bi[b-w46mtrezg4] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-w46mtrezg4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-w46mtrezg4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-w46mtrezg4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-w46mtrezg4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-w46mtrezg4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-w46mtrezg4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-w46mtrezg4]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-w46mtrezg4]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-w46mtrezg4]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-w46mtrezg4] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-w46mtrezg4] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-w46mtrezg4] {
        display: none;
    }

    .nav-scrollable[b-w46mtrezg4] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/CalendarBlazorApp/Components/Login/LoginComponent.razor.rz.scp.css */

.login-component-conteiner[b-9ar3vap4r7]{
    max-width:500px;
    padding:1rem;
}
/* _content/CalendarBlazorApp/Components/Pages/CalendarPages/CalendarComponent.razor.rz.scp.css */

.calendar-years[b-jcyj0jnllq] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.calendar-text[b-jcyj0jnllq] {
    /*font-size: 2rem;*/
    font-size: calc( (100vw - 480px)/(1280 - 480) * (24 - 16) + 16px);
    margin: 0.7rem;
    /*background-color:antiquewhite;*/
}



.calendar-arrow[b-jcyj0jnllq] {
    font-size: 1rem;
}

.calendar-conteiner[b-jcyj0jnllq] {
    display: flex;
    justify-content: space-around;
    align-items:baseline;
    flex-wrap:wrap;
    width: 100%;
    height: 100%;
    /*background-color: antiquewhite;*/
}


.calendar-card[b-jcyj0jnllq] {
    max-width: 300px;
    max-height: 300px;
    padding: 5px;
    /*margin: 1rem;*/
}
/* _content/CalendarBlazorApp/Components/Pages/PriceList/CleanPriceListComponent.razor.rz.scp.css */

.clean-price-list-box[b-j9rrzqbve6] {
    text-align: center;
    background-color: white;
    margin: 1rem 2rem;
}
/* _content/CalendarBlazorApp/Components/Pages/PriceList/ConfigComponents/AddPriceListServiceComponent.razor.rz.scp.css */
.price-label[b-ift0nkmxts]{
    min-width:10rem;
    text-align:right;
}
/* _content/CalendarBlazorApp/Components/Pages/PriceList/ConfigComponents/AllPriceListServicesComponent.razor.rz.scp.css */

/*.all-price-list-services-wrap {
    height:100%;*/
   /* hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;*/
    /*word-wrap: break-word;
    word-break: break-all;
    background-color:yellow;
}*/
/* _content/CalendarBlazorApp/Components/Pages/PriceList/ConfigComponents/ConfigCashNoncashColumnsComponent.razor.rz.scp.css */
h1[b-aw1z8mkf19] {
    font-size: 1.5rem;
    text-align: center;
}

h2[b-aw1z8mkf19] {
    font-size: 1.2rem;
    text-align: center;
}
/* _content/CalendarBlazorApp/Components/Pages/PriceList/PaymentInputComponent.razor.rz.scp.css */

h1[b-16mvkygnne] {
    font-size: 1.5rem;
    text-align: center;
}

h2[b-16mvkygnne] {
    font-size: 1.2rem;
    text-align: center;
}

.payment-input-box[b-16mvkygnne] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 2px 0;
}

.payment-input-label[b-16mvkygnne] {
    /*min-width: 5rem;*/
    width: 25%;
    text-align: right;
    /*flex-grow: 1;*/
    margin: 0px;
    padding-right: 1rem;
    /*background-color:aqua;*/
}

.payment-input-data[b-16mvkygnne] {
    /*width: auto;*/
    /*min-width:500px;*/
    /*background-color:yellow;*/
    padding:3px;
    /*flex-grow: 3;*/
    margin:0px;
    width:75%;
}

.payment-input-filter-box[b-16mvkygnne] {
    padding: 10px;
    background-color: antiquewhite;
}

.payment-input-payment-label[b-16mvkygnne]{
    color:blueviolet;
    font-weight:700;
}

/*
.payment-input-table-start-time {
    width: 19rem;
    min-width: 19rem;
    max-width: 19rem;
    background-color: yellow;
}

.payment-input-table-end-time {
    width: 5rem;
    min-width: 5rem;
    max-width: 5rem;
}

.payment-input-table-fio{

}
*/

.payment-input-services-box[b-16mvkygnne] {
    background-color: lightblue;
    margin: 0.5rem 0 0 0rem;
    padding: 1rem;
}

.payment-input-summary-box[b-16mvkygnne] {
    background-color: lightgray;
    margin: 0.5rem 0 0 0rem;
    padding: 1rem;
}

    .payment-input-summary-box table[b-16mvkygnne] {
        border: 1px solid grey;
        font-size: 1rem;
        
    }

    .payment-input-summary-box thead[b-16mvkygnne] {
        /*align: center;*/
    }

    .payment-input-summary-box th[b-16mvkygnne] {
        border: 1px solid grey;
        background-color: lightblue;
        
    }

    .payment-input-summary-box td[b-16mvkygnne] {
        border: 1px solid grey;
        font-size: 0.7rem;
    }

    .payment-input-summary-box tfoot[b-16mvkygnne] {
        background-color: lightblue;
    }

    .division-name[b-16mvkygnne] {
        font-size: 0.8rem;
        color: red;
    }

.payment-input-statistic-table-box[b-16mvkygnne] {
    font-size: 0.7rem;
}


.box[b-16mvkygnne] {
    display: flex;
    /*grid-template-columns: 100px 50% 50%;*/ /*auto;*/
    /*justify-content: stretch;
    place-items: start;
    column-gap: 1%;*/
    /*background-color: antiquewhite;*/
    /*min-width:100%;*/
}
.time-col[b-16mvkygnne] {
    text-align: left;
}

.first-col[b-16mvkygnne] {
    /* min-width: 50%;
    width: 0%;*/
    /*background-color: aquamarine;*/
    margin-left: 0.5rem;
    /*min-width:40%;*/
    color: blueviolet;
}

.second-col[b-16mvkygnne] {
    /*width: 40%;*/
    /*background-color:antiquewhite;*/
    margin-left: 1rem;
    /*background-color: aquamarine;*/
    white-space: nowrap;
}


.payment-input-services-list[b-16mvkygnne] {
    display: flex;
    
}

.payment-input-number[b-16mvkygnne] {
    /*min-width: 100px;*/
    /*width: 5rem;
    min-width: 5rem;
    max-width: 5rem;*/
    text-align: right;
    min-width: 1.5em;
    /*color: red;*/
    /*background-color: aquamarine;*/
}

.payment-input-code[b-16mvkygnne] {
    /* width: 5rem;
    min-width: 5rem;
    max-width: 5rem;*/
    text-align: left;
    margin-left: 0.5rem;
    /*min-width:40%;*/
    color: blueviolet;
    min-width: 8rem;
}

.payment-input-name[b-16mvkygnne] {
    /*width: 5rem;
    min-width: 5rem;
    max-width: 5rem;*/
    text-align: left;
    white-space: nowrap;
}
/* _content/CalendarBlazorApp/Components/Pages/PriceList/PaymentsComponent.razor.rz.scp.css */

.all-payments-table-box[b-h1ygunxvxa] {
    background-color: lightgray;
    margin: 0.5rem 0 0 0rem;
    padding: 1rem;
}

    .all-payments-table-box table[b-h1ygunxvxa] {
        border: 1px solid grey;
    }

    .all-payments-table-box th[b-h1ygunxvxa] {
        border: 1px solid grey;
    }

    .all-payments-table-box td[b-h1ygunxvxa] {
        border: 1px solid grey;
    }

.all-payments-date-box[b-h1ygunxvxa]{
    margin:0.7rem 0;
}
/* _content/CalendarBlazorApp/Components/Pages/PriceList/PriceListComponent.razor.rz.scp.css */

table[b-a32zbdis85] {
    border: 1px solid grey;
    width: 100%;
    text-align:left;
}

th[b-a32zbdis85] {
    border: 1px solid grey;
    text-align: center;
}

td[b-a32zbdis85] {
    border: 1px solid grey;
    padding: 0 0.8rem;
}

thead[b-a32zbdis85] {
    background-color: lightgray;
}

tfoot[b-a32zbdis85] {
    background-color: lightgray;
}

.price-list-section[b-a32zbdis85] {
    text-align: center;
    background-color: #e5e5e5;/*gainsboro;*/
}

.price-list-price-head[b-a32zbdis85]{
    min-width:6em;
}

.price-list-price-cell[b-a32zbdis85]{
    text-align:right;
}
/* _content/CalendarBlazorApp/Components/Pages/PriceList/ShowPriceListComponent.razor.rz.scp.css */

.show-price-list-conteiner[b-i643agzedv] {
    margin: 0rem 2rem 2rem 2rem;
}


.show-price-list-title-box[b-i643agzedv] {
    width: 100%;
    display: flex;
    align-items:center;
    margin-bottom:1rem;
}

.show-price-list-button[b-i643agzedv]{
    /*background-color:aquamarine;*/
    
}

.show-price-list-title[b-i643agzedv] {
    width: 100%;
    /*background-color: antiquewhite;*/
    text-align:center;
}

/* _content/CalendarBlazorApp/Components/Pages/Schedule/InputCellDataComponent.razor.rz.scp.css */
.input-cell-title[b-6s9ak00ac6]{
    font-weight:700;
    margin-top:7px;
}

.input-cell-time-conteiner[b-6s9ak00ac6]{
    margin: 4px 0px 2px 0px;
}

.input-cell-time-box[b-6s9ak00ac6] {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.input-cell-time-title[b-6s9ak00ac6] {
   /* flex-grow: 2;
    background-color: antiquewhite;*/
   text-align:left;
    
}

.input-cell-end-time-time[b-6s9ak00ac6] {
    /*flex-grow: 1;
    background-color: aquamarine;
    padding:2px;*/
}

/* _content/CalendarBlazorApp/Components/Pages/Schedule/ScheduleComponent.razor.rz.scp.css */
/*:root {
    --table-time-col-width: 170px;
    --table-name-col-width: 250px;
}*/


.schedule-conteiner[b-qiw2liu1t0] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*background-color:aquamarine;*/
}

.schedule-sticky[b-qiw2liu1t0] {
    /*position: sticky;
    top: 0px;
    width: 100%;
    z-index: 555;*/
    width: 100%;
    /*background-color: red;*/
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.schedule-title[b-qiw2liu1t0] {
    /*background-color: darkgoldenrod;*/
    width: 100%;
    /*margin-bottom: 1.0rem;*/
    margin-bottom: calc( (100vw - 480px)/(1280 - 480) * (24 - 8) + 8px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.schedule-current-date-conteiner[b-qiw2liu1t0] {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    /*background-color: greenyellow;*/
}

.schedule-current-date-text[b-qiw2liu1t0] {
    /*font-size: 2rem;*/
    font-size: calc( (100vw - 480px)/(1280 - 480) * (24 - 14) + 14px);
    margin: 0 0.5rem 0 0.5rem;
    /*background-color: blue;*/
    /*height: 100%;*/
}

.schedule-current-date-arrow[b-qiw2liu1t0] {
    font-size: 1rem;
}


.schedule-selected-specialists[b-qiw2liu1t0] {
    /*background-color: red;*/
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}


.schedule-table-conteiner[b-qiw2liu1t0] {
    /*background-color: yellow;*/
}






table[b-qiw2liu1t0] {
    border: 1px solid white;
    border-collapse: collapse;
    font-size: 0.6rem;
    /*table-layout: fixed;*/
    /*width:100%;*/
    /*background-color: greenyellow;*/
    height: 1px;
}

thead[b-qiw2liu1t0] {
    position: sticky;
    top: 0;
}

.td-text-size[b-qiw2liu1t0] {
    font-size: 1.0rem;
}


tr[b-qiw2liu1t0] {
    height: 100%;
}


td[b-qiw2liu1t0] {
    height: 100%;
    padding: 3px;
    border: 1px solid lightgray;
    overflow: hidden;
    text-overflow:ellipsis;
    /*overflow-wrap: anywhere;*/
    /*--------*/
    /*word-wrap: break-word;*/
    /*white-space: break-spaces;*/
    /*word-break: break-all;*/
    /*text-overflow: ellipsis;*/
    /*    width: 15rem;
    max-width: 15rem;
    min-width: 12rem;*/
}


/*.td-time-width {
    width: var(--table-time-col-width);
    max-width: var(--table-time-col-width);
    min-width: var(--table-time-col-width);
}*/

.td-fio-width[b-qiw2liu1t0] {
    width: 200px;
    /*width: var(--table-name-col-width 200px);
    max-width: var(--table-name-col-width 200px);*/
    /*min-width: var(--table-name-col-width);*/
}



/*
table {
    height: 1px;
}*/

/* Will be ignored, don't worry. */
/*
tr {
    height: 100%;
}*/


/*td {
    height: 100%;
    padding: 3px;
    border: 1px solid lightgray;*/
    /*color: lightgray*/
/*}*/

/*границы ячеек*/
.border-td-for-time[b-qiw2liu1t0] {
    border-left: 0;
    border-bottom: 0;
    border-top: 0;
    text-align: right;
}


.border-td-time-first[b-qiw2liu1t0] {
    border-top: 0;
}

.border-td-time-second[b-qiw2liu1t0] {
    border-bottom: 0;
}

.border-td-time-second-bold[b-qiw2liu1t0] {
    border-bottom: 0;
    border-top: 2px solid gray;
}






.th-fio[b-qiw2liu1t0] {
    padding: 3px 0px 2px 0px;
    /*min-width: 12rem;*/
    text-align: center;
}


.td-fot-time-text[b-qiw2liu1t0] {
    margin-right: 0.7rem;
    /*background-color: red;*/
    height: 100%;
    display: flex;
    flex-direction:column;
    justify-content:flex-end;
}

.td-time[b-qiw2liu1t0] {
    margin-bottom: 0.2rem;
    /*background-color: greenyellow;*/
}

.table-div[b-qiw2liu1t0] {
    height: 100%;
    background-color: #c0e3f8; /*#ff771a; /* #ffa56b  ;*/
    padding: 3px;
    border-radius: 10px;
}

.table-editing-div[b-qiw2liu1t0] {
    height: 100%;
    background-color: #ffc5ab; /*red*/
    padding: 3px;
    border-radius: 10px;
}


.schedule-box[b-qiw2liu1t0] {
    /* background-color:bisque;
    width:100%;
    height:100%;
    margin:10px;
    padding:10px;*/
    font-size: 1rem;
    
}


.schedule-time[b-qiw2liu1t0] {
    font-weight: 600;
}



.schedule-time-flex[b-qiw2liu1t0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
   /* width: 100%;
    height: 100%;*/
    flex-wrap:nowrap;
}

.schedule-payment[b-qiw2liu1t0] {
    cursor: pointer;
}




.schedule-fio[b-qiw2liu1t0] {
    font-weight: 600;
}

.schedule-telephone[b-qiw2liu1t0] {
    font-weight: 500;
}

.schedule-comment[b-qiw2liu1t0] {
    font-weight: 500;
    /*white-space: break-spaces;
    overflow-wrap:anywhere;*/
    /*white-space: nowrap; /* Запрещаем перенос строк */
    /* https://ru.stackoverflow.com/questions/600204/%D0%9A%D0%B0%D0%BA-%D0%B4%D0%BE%D0%B1%D0%B0%D0%B2%D0%B8%D1%82%D1%8C-%D0%BC%D0%BD%D0%BE%D0%B3%D0%BE%D1%82%D0%BE%D1%87%D0%B8%D0%B5-%D0%BF%D0%BE%D1%81%D0%BB%D0%B5-%D0%BF%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%B5%D0%B3%D0%BE-%D1%81%D0%BB%D0%BE%D0%B2%D0%B0-%D0%B2-%D0%BC%D0%BD%D0%BE%D0%B3%D0%BE%D1%81%D1%82%D1%80%D0%BE%D1%87%D0%BD%D0%BE%D0%BC-%D1%82%D0%B5%D0%BA%D1%81%D1%82%D0%B5 */
    /*background: #fc0;*/ /* Цвет фона */
    /*padding: 5px;*/ /* Поля вокруг текста */

    text-overflow: ellipsis; /* Добавляем многоточие */
    white-space: nowrap; /* Запрещаем перенос строк */
    overflow: hidden; /* Обрезаем все, что не помещается в область */
}






/*примечание*/


.schedule-note-box[b-qiw2liu1t0] {
    background-color: lightgray;
    width: 100%;
    /*min-height: 10rem;
    height: 10rem;*/
    height:auto;
    padding:5px;
    margin-top:1rem;
}

/*.schedule-note-text-box {
    width: 100%;
    height: 100%;*/
    /*background: aliceblue;
    padding:5px;*/
    /*overflow-y:auto;*/
/*}*/


.schedule-input-text-area-box[b-qiw2liu1t0] {
    width: 100%;
    /*background-color:aliceblue;*/
}



.schedule-note-head-conteiner[b-qiw2liu1t0] {
    display: flex;
    flex-wrap: wrap;
    flex-direction:column;
    /*background-color:blueviolet;*/

}


.schedule-note-head[b-qiw2liu1t0] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    /*height: 3rem;*/
    /*background-color:yellow;*/
}





/* _content/CalendarBlazorApp/Components/Pages/Schedule/ShowPayInfoComponent.razor.rz.scp.css */

.show-pay-massage-in-basket[b-v5j0ancquk] {
    color: red;
    font-weight: 700;
    text-align:center;
    font-size:1.1rem;
}

.input-cell-title[b-v5j0ancquk] {
    font-weight: 700;
    margin-top: 7px;
    /*color:red;*/
}
/* _content/CalendarBlazorApp/Components/Pages/Statistics/InfoAboutOneVisitPaymentComponent.razor.rz.scp.css */
.info-about-one-visit-payment-table-box[b-aej4nx83qj] {
    margin: 0.1em 0 1em 0;
}

table[b-aej4nx83qj] {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid rgb(140 140 140);
    font-family: sans-serif;
    font-size: 1em;
    letter-spacing: 1px;
    text-align: left;
}

/*tbody > tr:nth-of-type(even) {
    background-color: rgb(237 238 242);
}*/

th[b-aej4nx83qj] {
    text-align: center;
}


th[b-aej4nx83qj],
td[b-aej4nx83qj] {
    border: 1px solid rgb(160 160 160);
    padding: 1px 2px;
}

th[b-aej4nx83qj] {
    text-overflow: clip;/*ellipsis;*/
    white-space: nowrap;
    overflow: hidden;
}

td[b-aej4nx83qj] {
}

thead[b-aej4nx83qj],
tfoot[b-aej4nx83qj] {
    /*background-color: rgb(228 240 245);*/
    background-color: lightblue;
    /*word-wrap: break-word;*/
    
}

    tfoot[b-aej4nx83qj]{
        text-align:right;
    }

    tfoot td[b-aej4nx83qj] {
        font-weight: bold;
    }

.info-about-one-visit-payment-table-box .division-name[b-aej4nx83qj] {
    /*font-size: 0.8rem;*/
    /*color: red;*/
    min-width: 6em;
    width: 6em;
    max-width: 6em;
}

.info-about-one-visit-payment-table-box .table-buttons[b-aej4nx83qj]{
    width:7em;
}

.info-about-one-visit-payment-table-box .price-cell[b-aej4nx83qj] {
    text-align: right;
}
/* _content/CalendarBlazorApp/Components/Pages/Statistics/StatisticComponent.razor.rz.scp.css */

.statistic-table-box[b-k02jta58h1] {
    font-size: 0.8rem;
}

.all-payments-table-box[b-k02jta58h1] {
    background-color: lightgray;
    margin: 0.5rem 0 0 0rem;
    padding: 1rem;
}

    .all-payments-table-box table[b-k02jta58h1] {
        border: 1px solid grey;
        width: 100%;
        text-align: left;
    }

    .all-payments-table-box th[b-k02jta58h1] {
        border: 1px solid grey;
        text-align: center;
    }

    .all-payments-table-box td[b-k02jta58h1] {
        border: 1px solid grey;
    }

    .all-payments-table-box thead[b-k02jta58h1] {
        background-color: lightskyblue;
    }

    .all-payments-table-box tfoot[b-k02jta58h1] {
        background-color: lightskyblue;
        text-align: right;
    }

    .all-payments-table-box .count-cell[b-k02jta58h1] {
        min-width: 6em;
        width: 7em;
        max-width: 7em;
    }
    .all-payments-table-box .center-allign[b-k02jta58h1] {
        text-align: center;
    }

    .all-payments-table-box .division-cell[b-k02jta58h1] {
        min-width: 8em;
        width: 8em;
        max-width: 8em;
    }

    .all-payments-table-box .button-cell[b-k02jta58h1] {
        min-width: 6em;
        width: 7em;
        max-width: 7em;
    }

    .all-payments-table-box tfoot td[b-k02jta58h1] {
        font-weight: bold;
    }

    .all-payments-table-box .price-cell[b-k02jta58h1] {
        text-align: right;
    }
/* _content/CalendarBlazorApp/Components/ShowOperrationErrorComponent.razor.rz.scp.css */

/*
    перенос строк
    https://stackoverflow.com/questions/64157834/how-can-i-have-new-line-in-blazor
*/
.show-operation-error-message[b-4z8xvz9w14] {
    text-align: left;
    color: orangered;
    white-space: pre-wrap;
    word-wrap: break-word;
    /*white-space: normal;*/
}
