.konto-container{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    
    min-height: 100%;
}

.menu-left{
    padding:3px;
    background: #107500;
    width: 210px;
    text-align: center;
}

.container-right{
    width:calc(100% - 210px);
    padding-top:3px;
}

.table-label{
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
}

/* zamowienia terminow */

.table-date{
    background:#ffa724;
}

.day{
    cursor: pointer;
}
.day.selected{
    background: #FCFA9C;
}
.day:hover{
    background: #e3e07d;
}
.reserved{
    background:orange;
    cursor:not-allowed;
}
.payed{
    background:red;
    cursor:not-allowed;
}
.zamowienie-info{
    position: fixed;
    display: none;
    width: 100%;
    height: 40px;
    bottom: 38px;
    background: #107500;
    padding: 3px;
    text-align: center;
    color: white;
}
.zamowienie-info .count{
    padding: 0px 20px 0px 0px;
}