/*@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;
}

.table-head th {
    vertical-align: top;
    text-align: center;
}

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

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

.lesson-hm {
    color: #8a8a8a;
}

.lesson-hm:hover {
    cursor: pointer;
    background: #efefef;
    color: black;
}

.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;
}

/* modal window */
/*.modal {*/
/*    display: none;*/
/*    position: fixed;*/
/*    z-index: 1;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow: auto;*/
/*    background-color: rgba(0,0,0,0.4);*/
/*}*/

/*.modal-content {*/
/*    background-color: #fefefe;*/
/*    margin: 15% auto;*/
/*    padding: 20px;*/
/*    border: 1px solid #888;*/
/*    width: 80%;*/
/*}*/

/*.modal-header {*/
/*    padding: 10px;*/
/*    cursor: move;*/
/*    background-color: #f1f1f1;*/
/*    -webkit-user-select: none;*/
/*    -moz-user-select: none;*/
/*    -ms-user-select: none;*/
/*    user-select: none;*/
/*}*/

/*.close {*/
/*    color: #aaa;*/
/*    float: right;*/
/*    font-size: 28px;*/
/*    font-weight: bold;*/
/*}*/

/*.close:hover,*/
/*.close:focus {*/
/*    color: black;*/
/*    text-decoration: none;*/
/*    cursor: pointer;*/
/*}*/

/*.input-field {*/
/*    width: 100%;*/
/*    padding: 10px;*/
/*    margin: 5px 0;*/
/*    border: 1px solid #ccc;*/
/*}*/

/*.draggable-area {*/
/*    width: 100%;*/
/*    height: 30px;*/
/*    background-color: #f1f1f1;*/
/*}*/
