.patroWrap {
    margin:0 auto;
    max-width:960px;
}

.flat-list.table-responsive{
    margin-bottom: 50px;
}

.flat-list-item {
    border: 1px solid rgba(0,0,0,.1);
    border-left: 0;
    border-right: 0;
    background: transparent;
    transition: background 0.1s linear;
    cursor: pointer;
}
.flat-list-item:hover,
.flat-list-item:focus,
.flat-list-item:active{
    background: #fff;
}

.flat-list-item td {

}

.flat-list-item {
    background: #f9f9f9;
}
.flat-list-item.hovered {
    background: #ffffff;
}

.flat-list th {
    background: #003da5;
    color: #fff;
}
.flat-list th,
.flat-list td {
    text-align: center;
}
.flat-list td.cena {
    font-weight: bold;
    color: #003da5;
}

.flat-list td.pdf {
    text-align:center;
}

.flat-list td.pdf i{
    color: #dc1c2e;
}

.flat-list td.pdf i:hover {
    color: #003da5;
}

.flat-list .Volné {
    color: #62a72f;
    font-weight: bold;
}
.flat-list .Rezervováno {
    color: #ffa813;
    font-weight: bold;
}
.flat-list .Prodáno {
    color: #dc1c2e;
    font-weight: bold;
}

.flatListWrap {
overflow-x: scroll;
}