<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}



body {
    min-width: 100%;
    width: fit-content;
}

input[type=text], input[type=text]:focus {
    border: none;
    border-bottom: 1px solid;
    max-width: 500px;
    font-size: 1em;
}
input[type=number], input[type=number]:focus {
    text-align: right;
    width: 80px;
}

.raspisanie {
    display: flex;
    flex-direction: row;
    justify-content: left;
    /* height: 100%;
    min-height: 100%; */
    
}

.title-page {
    font-size: 1.2em;
    height: 75px;
}

.grouptitle {
    margin-bottom: 15px;
}

.grouptitle input[type=text], .grouptitle input[type=text]:focus {
    width: 150px;
    font-size: 0.8em;
}

.emojibtn {
    font-size: 0.7em;
    vertical-align: top;
    cursor: pointer;
    z-index: 9999;
}

input:focus {
    outline: none;
}

p {
    margin-bottom: 7px;
}

.room_info {
    width: 120px;
}

form {
    /* width: 500px; */
    /* border: 1px solid; */
    padding: 10px;
}

.workspace{
    /* margin: 0 auto; */
    /* width: fit-content; */
    /* min-width: 1300px; */
    margin-top: 15px;
}

.workspace-center {
    margin: 0 auto;
    width: 1360px;
}

.workspace .block {
    margin-bottom: 25px;
}

.lessontimes {
    width: 100px;
}

.dayoch {
    width: 20px;
}

@media (max-width: 1080px) {
    .content {
        /* margin: 0 auto; */
        margin: 10px;
        width: 1200px;
        /* min-height: 100%; */
        /* min-width: 1300px; */
        /* width: fit-content; */
    }
    .menu-container {
        width: 160px;
        font-size: 0.9em;
    }
    .menu {
        width: 150px;
    }
}
@media (min-width: 1080px) {
    .content {
        /* margin: 0 auto; */
        padding: 10px;
        width: 85%;
        /* min-height: 100%; */
        /* min-width: 1300px; */
        /* width: fit-content; */
    }
    .menu-container, .menu {
        width: 185px;   
    }
    .menu {
        width: 175px;   
    }
}

.nav {
    width: 100%;
}

.menu-container {
    list-style: none;
    color: white;
}



.menu {
    height: 100%;
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    background-color: #1e66b3;
    padding: 5px;
}

.menu-group {
    padding-inline-start: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.menu-group li {
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
}

.menu-group a {
    color: white;
}

.group-title {
    font-size: 1.2em;
    color: #a9d3fa ;
    border-bottom: 1px #76afe4 solid;
}

.menu-group li:hover {
    background-color: #76afe4;
}

.submenu {
    /* width: 100%; */
    /* padding-bottom: 10px; */
    display:inline-block;
}

.submenu H1 {
    margin: 10px;
}

.submenu ul {

    /* margin-left: 0; РћС‚СЃС‚СѓРї СЃР»РµРІР° РІ Р±СЂР°СѓР·РµСЂРµ IE Рё Opera */
    padding-left: 0;
    display: none;
    position: absolute;
}

.submenu li {
    /* text-align: center; */
    
    /* margin: 5px; */
    list-style-type: none;
    font-size: 1.1em;

    /* top: 100%; */
}

.submenu a {
    padding-top: 13px;
    padding-left: 2px;
    display: block;
    border-bottom: 1px solid #76afe4;
    color: white;
    text-decoration: none;
}

.submenu a:hover {
    background-color: #76afe4;
}

.submenu:hover {
    background-color: #76afe4;
}

.submenu:hover &gt; ul {
    display:inherit;
    background-color: #1e66b3;
    z-index: 999;
}
.nav ul ul li{
    min-width:170px;
    /* float:none; */
    display:list-item;
    position: relative;
    padding-inline-start: 0px;
}

.tablemanagment {
    display: flex;
    justify-content: space-between;
    align-items: center;

    /* width: 1300px; */
    margin: 15px auto;
}
.filters &gt; span {
    margin-right: 15px;
}

.navigation {
    display: flex;
    justify-content: space-around;
    width: 300px;
    align-items: center;
}

.hide_btn {
    font-size: 0.8em;
    cursor: pointer;
    color: #b31e1e;
}

.zipped_row_other {
    background-color: #cecdcd;
    
}

.zipped_row_title {
    cursor: pointer;
    background-color: white;
}


.alert_chk{
    width: 15px;
}

.alert_for {
    width: 300px;
}

.info {
    border: 1px solid #1e66b3;
    border-radius: 5px;
    background-color: #b7d0e7;
    padding: 10px; 
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 830px;
    display: inline-block;
}

input[type="file"] {
    display: none;
}



input[type="submit"] {
    background-color: #2ab31e;
    border: none;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    color: white;
    height: 31px;
    box-sizing: border-box;
    margin-top: 10px;
}

.negative {
    background-color: #b31e26;
    border: none;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    color: white;
    height: 31px;
    box-sizing: border-box;
    margin-top: 10px;
}

.fileuploader {
    width: 1300px;
    display: flex;
    justify-content: space-between;
}

.btn, .bluebtn {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    height: 31px;
    box-sizing: border-box;
    max-width: 170px;
    height: auto;
    text-align: center;
    text-decoration: none;
    border: 0px;

}



.bluebtn {
    background-color: #1e66b3;
    color: white;
}
.bluebtn:hover {
    background-color: #447ab4;
}

.redbtn {
    background-color: #b31e1e;
    color: white;
}

.greenbtn {
    background-color: #2fb31e;
    color: white;
}

.graybtn {
    background-color: #8f8f8f;
    color: rgb(0, 0, 0);
}


/* form p {
    vertical-align: top;
    margin-top: 30px;
    margin-bottom: 30px;
} */

.description {
    margin-top: 30px;
    margin-bottom: 30px;
}

.history {
    width: 350px;
    margin-bottom: 15px;
}

.chosen {
    padding: 15px;
}

h2 {
    margin-bottom: 10px;
}

.item_list {
    
    margin-bottom: 20px;
}

.item {
    border: 1px solid #76afe4;
    width: 500px;
    padding: 10px;
    margin-top: 15px;
    color: black
}

.institute:hover  {
    background-color: #76afe4;
    color: white;
    /* border-color: ; */
}

.grouplist {
    overflow: scroll;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    height:200px;
    width: 100px;
    border: 2px solid #ccc;
    padding: 5px;
}

.redback {
    background-color: #f1bec0;
}

.greenback {
    background-color: #cbeec2;
}

.countinputs {
    
    width: 220px;
}

.countinputs &gt; div {
    display: flex;
    justify-content: space-between;
}

.popuplayer {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background-color: #25252586;
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.popuplayer input[type=number] {
    width: 40px;
}

.popupform {
    background-color: white;
    padding: 10px;
    min-width: 650px;
}
.popupform &gt; div {
    margin-top: 10px;
}
/* .popupform label {
    margin-left: 10px;
} */
.mainformdata {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.buttonslist {
    margin-bottom: 10px;
}

.buttonslist-middle {
    display: flex;
    justify-content: space-around;
}

.buttonslist .btn {
    margin-right: 10px;
}

.periodstatic, .prorectosign {
    margin-bottom: 15px;
    margin-top: 10px;
}

.periodedit {
    margin-bottom: 20px;
}
.periodedit &gt; h3 {
    margin-bottom: 10px;
}


/* .troom {
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
} */

.delelem {
    color:#b31e26
}

.manipulate-lists {
    display: flex;
    justify-content: space-between;
    width: 400px;
    align-items: center;
    margin-bottom: 30px;
}

.list-edit-lesson {
    width: 170px;
}

.public select, .public label {
    font-size: 1.04em;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 210px;
    /* text-align: center; */
}

.may_click {
    cursor: pointer;
}

.redcolor.may_click:hover {
    color: #b31e1e;
}

.spoiler:hover {
    cursor: pointer;
    text-decoration:underline;
}

.triangle-left {
    display: inline-block;
	border: 5px solid transparent; 
	border-left: 5px solid #1e66b3;
}

.triangle-down {
    display: inline-block;
	border: 5px solid transparent; 
	border-top: 5px solid #1e66b3;
}

.grouplist-all-rasp {
    font-size: 0.8em;
    margin: 3px;
    padding: 10px;
    border-left: #1e66b3 solid 1px;
}

.chosen {
    background-color: #1e66b3;
    color: white;
}

.group_list_buttons {
    width: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}

.group_list_buttons input {
    display: none;
}

.group_list_buttons .btn {
    cursor: pointer;
    margin: 5px;
}

.groupdata {
    display: flex;
    justify-content: space-between;
}

.leftdata {
    margin-right: 30px;
}

.rightdata {
    width: 600px;
}

.hidden {
    display: none;
}

.form-filter {
    display: flex;
    justify-content: space-between;
}

.form-list {
    margin: 10px;
}</pre></body></html>