/*@import url(//fonts.googleapis.com/css?family=Muli);*/
hr {
    /*// margin: 22px 0;*/
    height: 1px;
    border: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

#app {
    min-height: calc(100vh - 96px);
}

footer {
    position: relative;
    height: 40px;
    font-weight: bolder;
    bottom: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #8a8a8a;
    z-index: 10000;
}

.table-div {
    max-width: min-content;
}

table td, th {
    margin: 0;
    padding: 0;
}

#journal-table {
    font-size: 12px;
}

.lesson-date {
    font-size: 12px;
}

.mark_cell, table th, td {
    text-align: center;
}

.fio {
    text-align: left;
}

.mark_cell:hover {
    background: #95e7ad;
    cursor: pointer;
}

.head_tr {
    transform: rotate(-90deg);
}

.head_tr:hover {
    background: #efefef;
    cursor: pointer;
}

table td, th {
    white-space: nowrap;
}

table .subject {
    width: 170px;
}

table .fio {
    width: 280px;
}


.table-col-fixed th:nth-child(2),
.table-col-fixed td:nth-child(2) {
    position: sticky;
    left: 0;
    background: #fcf8f8;
    z-index: 1;
}