* {
    font-family: "Montserrat";

}
a{
    color:#fff;
    text-decoration: none;
}
body{
    overflow: hidden;
}
.mainbody {
    width: 99%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.upperbar {
    display: flex;
    flex-direction: row-reverse;
    background-color: #8d7867;
    margin-top: -10px;
    width: 100%;
    height: 60px;
    position: fixed;
    left: 0;
    z-index: 30;
}

.links_box {
    height: 100%;
    background-color: #8d7867;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 20px;
}

.links_box_item {
    margin: 20px;
}

.link {
    height: 70px;
    width: 157px;
    background-color: #8d7867;
    text-decoration: none;
}

.link_name:hover {
    color: #004c90;
    transition-duration: 0.5s;
}

.link_name {
    font-style: normal;
    font-weight: normal;
    font-size: 2vmin;
    line-height: 4px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: #fff;
}

.logo {
    height: 95%;
    position: absolute;
    left: 30px;
}

.main_content {
    display: flex;
    width: 100%;
    height: 100%;
}

.main_content_1 {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.input_subbox_adding_students0{
    padding-top: 7%;
    width: fit-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.input_box_adding_gurtozhitki {
    box-sizing: content-box;
    margin: 15vh 0 0 40vw;
    text-align: center;
    background-color: rgb(139, 139, 139);
    width: 40vmin;
    border-color: #000;
    border-radius: 1vmin;
    opacity: 0.9;
}

.input_box_adding_students {
    box-sizing: content-box;
    margin: 9vh 0 0 40vw;
    text-align: center;
    background-color: rgb(139, 139, 139);
    width: 40vmin;
    border-color: #000;
    border-radius: 1vmin;
    opacity: 0.9;
}

.input_subbox1_adding_students {
    box-sizing: content-box;
    text-align: center;
    margin: 20vh 0 0 31vw;
    background-color: rgb(139, 139, 139);
    width: 40vmin;
    border-color: #000;
    border-radius: 1vmin 0 0 1vmin;
    opacity: 0.9;
}

.input_subbox2_adding_students {
    box-sizing: content-box;
    margin: 20vh 0 0 0;
    text-align: center;
    background-color: rgb(139, 139, 139);
    width: 40vmin;
    border-color: #000;
    border-radius: 0 1vmin 1vmin 0;
    opacity: 0.9;
}

.input_box_adding_users {
    box-sizing: content-box;
    text-align: center;
    background-color: rgb(139, 139, 139);
    padding: 15px 40px;
    border-color: #000;
    border-radius: 1vmin;
    opacity: 0.9;
}
.input_box_adding_users0{
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10%;
}

.input_box_adding_rooms {
    box-sizing: content-box;
    margin: 20vh 0 0 40vw;
    text-align: center;
    background-color: rgb(139, 139, 139);
    width: 18vw;
    height: 55vh;
    border-color: #000;
    border-radius: 1vmin;
    opacity: 0.9;
}

.input_box_editing_rooms {
    margin: 25vh 0 0 33vw;
    display: flex;
}

.input_subbox1_editing_rooms {
    box-sizing: content-box;
    text-align: center;
    background-color: rgb(139, 139, 139);
    width: 18vw;
    height: 40vh;
    border-color: #000;
    border-radius: 1vmin 0 0 1vmin;
    opacity: 0.9;
}

.input_subbox2_editing_rooms {
    box-sizing: content-box;
    text-align: center;
    background-color: rgb(139, 139, 139);
    width: 18vw;
    border-color: #000;
    border-radius: 0 1vmin 1vmin 0;
    opacity: 0.9;
}

.select_domitory {
    width: 10vw;
    height: 4vh;
    background-color: #fff;
    border-radius: 10px;
    font-size: 2vh;
}

.select_domitory:hover,
.select_domitory:focus {
    outline: none;
}

.cell_text {
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 2.5vmin;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: #fff;
    opacity: 1;
}

.radio_text {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 2vmin;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: #fff;
    opacity: 1;
}

.input_place {
    border-radius: 1vmin;
    opacity: 1;
    font-style: normal;
    line-height: normal;
    font-size: 2vmin;
}

.input_place:hover,
.input_place:focus {
    background-color: rgb(165, 165, 165);
    outline: none;
    transition-duration: 0.5s;
    opacity: 1;
}

.submit_button {
    margin-top: 4vh;
    width: 11.5vw;
    background-color: rgb(165, 165, 165);
    border-radius: 10px;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 2vmin;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.table_box_students_page tr {
    font-size: 90%;
}
.submit_button:hover {
    background-color: rgb(90, 90, 90);
    transition-duration: 0.5s;
    cursor: pointer;
}

.submit_button:focus {
    outline: none;
}

.table_box_editing_groups {
    position: absolute;
    margin: 10vh 0 0 41.25vw;
}

.table_box_editing_students {
    position: absolute;
    margin: 10vh 0 0 24vw;
}

.table_box_editing_gurtozhitki_page {
    position: absolute;
    margin: 10vh 0 0 27vw;
}

.table_box_editing_users {
    position: absolute;
    margin: 10vh 0 0 40vw;
}

.table_box_groups_page {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8%;
}

.table_box_userpage {
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-top: 11%;
    width: fit-content;
}

.table_box_gurtozhitki_page {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8%;
}

.buildings {
    width: 100%;
}

.table_box_roomspage {
    padding-top: 7%;
    width: fit-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.table_box_students_page {
    padding-top: 5%;
    width: fit-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.table_box_editing_rooms {
    margin: 15vh 0 0 18vw;
}

table:focus,
table:active {
    outline: none;
}

.top_tr {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

table {
    line-height: 3vh;
    font-size: 2.5vh;
    border-radius: 10px;
    border-spacing: 0;
    text-align: center;
}

th {
    background: #b7b4b4;
    color: white;
    text-shadow: 0 1px 1px #585757;
    padding: 2vh 1.5vw;
}

th,
td {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: white;
}

tr {
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.24), 0 10px 12px 0 rgba(0, 0, 0, 0.19);
}

th:first-child,
td:first-child {
    text-align: left;
}

th:first-child {
    border-top-left-radius: 10px;
}

th:last-child {
    border-top-right-radius: 10px;
    border-right: none;
}

td {
    padding: 10px 20px;
    background: #c4c4c4;
}

tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}

tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}

tr td:last-child {
    border-right: none;
}

.input_box_editing_groups {
    display: flex;
    position: relative;
}

.input_box_adding_groups {
    display: flex;
    position: relative;
}

.input_subbox_editing_groups {
    box-sizing: content-box;
    text-align: center;
    padding: 20px 25px;
    background-color: rgb(139, 139, 139);
    border-color: #000;
    border-radius: 1vmin;
    opacity: 0.9;
    height: 30vh;
}

.input_subbox_adding_groups {
    text-align: center;
    background-color: rgb(139, 139, 139);
    border-color: #000;
    border-radius: 1vmin;
    opacity: 0.9;
    padding: 20px 25px 40px 25px;
}

.input_subbox_editing_buildings {
    box-sizing: content-box;
    text-align: center;
    background-color: rgb(139, 139, 139);
    padding: 25px 5px;
    border-color: #000;
    border-radius: 1vmin;
    opacity: 0.9;
    display: block;
}

.input_subbox_adding_rooms {
    box-sizing: content-box;
    text-align: center;
    margin: 25vh 0 0 31vw;
    background-color: rgb(139, 139, 139);
    width: 80vmin;
    padding-left: 10px;
    border-color: #000;
    border-radius: 1vmin;
    opacity: 0.9;
}

.input_subbox_adding_buildings {
    box-sizing: content-box;
    text-align: center;
    background-color: rgb(139, 139, 139);
    padding-left: 10px;
    border-color: #000;
    border-radius: 1vmin;
    opacity: 0.9;
}

.input_subbox_editing_students1 {
    text-align: center;
    background-color: rgb(139, 139, 139);
    padding-left: 10px;
    border-color: #000;
    border-radius: 1vmin;
    opacity: 0.9;
    padding: 10px 20px 0px 20px;
}

.input_subbox_adding_students1 {
    background-color: rgb(139, 139, 139);
    padding-left: 10px;
    border-color: #000;
    border-radius: 1vmin;
    opacity: 0.9;
}

.input_subbox_editing_students1_div {
    margin: 0 50px 0 50px;
}

.input_subbox_adding_students1_div {
    margin: 0 50px 0 50px;
    width: min-content;
}

.input_subbox_editing_buildings_div {
    margin: 0 50px 0 50px;
}

.input_subbox_adding_buildings_div {
    margin: 0 50px 0 50px;
}

.input_subbox_adding_rooms_div {
    margin: 0 50px 0 50px;
}

.edit_student_form {
    display: inline-block;
}

.input_subbox_editing_students2 {
    box-sizing: content-box;
    margin: 25vh 0 0 0;
    text-align: center;
    background-color: rgb(139, 139, 139);
    width: 40vmin;
    border-color: #000;
    border-radius: 0 1vmin 1vmin 0;
    opacity: 0.9;
}

.input_box_editing_users {
    position: relative;
    display: block;
    margin-left:auto;
    margin-right:auto;
    margin-top: 11%;
    width: fit-content;
}

.input_subbox_editing_users {
    text-align: center;
    background-color: rgb(139, 139, 139);
    border-color: #000;
    border-radius: 1vmin;
    opacity: 0.9;
    padding: 20px 25px;
}

.delete_button_div {
    position: relative;
    right: -25.5%;
}
#delete_button_div_building_edit{
    left: -25.5%;
    position: relative;
    top: -25px;
}
#delete_button_room_edit{
    left: -25.5%;
    position: relative;
    top: -25px;
}
#delete_button_student_edit{
    left: -25.5%;
    position: relative;
    top: -75px;
}
.delete_button {
    width: 11.5vw;
    background-color: rgb(165, 165, 165);
    border-radius: 10px;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 2vmin;
    text-shadow: 0px 4px 4px rgba(0 0 0 0.25);
    margin-top: 0.2vh;
    cursor: pointer;
    text-align: center;
    appearance: auto;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    display: inline-block;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: rgb(118, 118, 118);
    border-image: initial;
}

.delete_button:hover {
    background-color: rgb(90, 90, 90);
    transition-duration: 0.5s;
    cursor: pointer;
}

.delete_button:focus {
    outline: none;
}

.button_box_editing_groups {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.button_box_editing_rooms {
    margin: 40vh 0 0 5vw;
    position: absolute;
}

.button_box_gurtozhitki_page {
    margin: 80vh 0 0 5vw;
    position: absolute;
}

.button_box_editing_users {
    position: relative;
    display: block;
    margin-left:auto;
    margin-right:auto;
    margin-top: 11%;
    width: fit-content;
}

.button_box_editing_students {
    position: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 230px;
}

.button_box_adding_students {
    position: center;
    width: fit-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index:2;
}

.button_box_adding_buildings {
    position: relative;
    left: calc(50% - 185px);
    width: 230px;
}

.button_box_adding_buildings {
    position: relative;
    left: calc(50% - 110px);
    width: 230px;
}

.button_box_editing_gurtozhitki {
    margin: 5vh 0 0 5vw;
    position: absolute;
}

.button_box_adding_groups {
    position: relative;
    left: calc(50% - 110px);
    width: 230px;
}

.edit_button_rooms {
    margin-top: 6vh;
    margin-bottom: 2vh;
    background-color: #a8a6a6;
    height: 4vh;
    width: 10vw;
    font-size: 2vmin;
    border-radius: 10px;
    border-color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition-duration: 0.5s;
}

.edit_button_rooms:hover {
    background-color: rgb(139, 139, 139);
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.24), 0 10px 12px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
    transition-duration: 0.5s;
}

.edit_button_rooms:active,
.edit_button_rooms:focus {
    outline: none;
}

.delete_button_edit_rooms {
    background-color: #a8a6a6;
    margin-top: 2vh;
    height: 4vh;
    width: 10vw;
    font-size: 2vmin;
    border-radius: 10px;
    border-color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition-duration: 0.5s;
}

.delete_button_edit_rooms:hover {
    background-color: rgb(139, 139, 139);
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.24), 0 10px 12px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
    transition-duration: 0.5s;
}

.delete_button_edit_rooms:active,
.delete_button_edit_rooms:focus {
    outline: none;
}

.comeback_button {
    position: relative;
    margin-top: 15px;
    width: 230px;
    height: 5vh;
    background-color: rgb(165, 165, 165);
    border-radius: 10px;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    cursor: pointer;
    text-align: center;
    appearance: auto;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    display: inline-block;
    align-items: flex-start;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: rgb(118, 118, 118);
    border-image: initial;
    font-size: 15px;
    padding-top: 4px;
    text-shadow: 0px 4px 4px rgba(150, 148, 148, 0.25);
    z-index: 1;
}

.comeback_button_p {
    position: relative;
    top: -11px;
    z-index: 10;
}

.comeback_button:hover {
    background-color: rgb(90, 90, 90);
    transition-duration: 0.5s;
    cursor: pointer;
}

.comeback_button:focus {
    outline: none;
}

.edit_button {
    background-color: #b7b4b4;
    border-radius: 10px 10px 10px 10px;
    border-color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition-duration: 0.5s;
    width: 100%;
    height: 100%;
}

.edit_button:hover {
    background-color: rgb(139, 139, 139);
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.24), 0 10px 12px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.edit_button:active,
.edit_button:focus {
    outline: none;
}

.edit_button_text {
    font-size: 2.2vmin;
    color: #fff;
}
.rooms_button {
    background-color: #b7b4b4;
    border-radius: 10px 10px 10px 10px;
    border-color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition-duration: 0.5s;
    width: 100%;
    height: 100%;
}

.rooms_button:hover {
    background-color: rgb(139, 139, 139);
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.24), 0 10px 12px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.rooms_button:active,
.rooms_button:focus {
    outline: none;
}

.room_button_text {
    font-size: 2.2vmin;
    color: #fff;
    cursor: pointer;
}

.listing_bar_groups_page {
    margin-top: 3px;
    width: 100%;
    border-radius: 10px 10px 10px 10px;
    height: 4vmin;
    opacity: 0.9;
    background-color: #c4c4c4;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.24), 0 10px 12px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}

.listing_bar_students_page {
    width: 100%;
    border-radius: 10px 10px 10px 10px;
    height: 4vmin;
    opacity: 0.9;
    background-color: #c4c4c4;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.24), 0 10px 12px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}

.page_num {
    text-decoration: none;
    font-size: 2.5vh;
    line-height: normal;
    color: #fff;
    margin: 1vw;
}

.page_num:hover,
.page_num:active {
    color: rgb(139, 139, 139);
    text-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.24),
    0 10px 12px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
    transition-duration: 0.5s;
}

.scrolling_button_text {
    font-size: 3vmin;
    color: #fff;
}

.scrolling_button_text:hover {
    color: rgb(139, 139, 139);
    transition-duration: 0.5s;
}

.add_groups_page {
    border-radius: 10px;
    margin: 11vh 0 0 87vw;
}

.add_gurtozhitki_page {
    border-radius: 10px;
    margin: 87vh 0 0 87vw;
}

.add_students_page {
    border-radius: 10px;
    margin: 15vh 0 0 1vw;
}

.add_userpage {
    border-radius: 10px;
    margin: 4vh 0 0 75vw;
}

.add_roomspage {
    border-radius: 10px;
    margin: 6vh 0 0 82vw;
}

.room_edit_button {
    position: relative;
    float: right;
}
.room_edit_button_div {
    padding-top: 13px;
    margin-top:3px;
    height: 50px;
    width: 256px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background-color: rgb(165, 165, 165);
    border-radius: 10px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    appearance: auto;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    display: inline-block;
    align-items: flex-start;
    box-sizing: border-box;
    border-width: 2px;
    border-style: outset;
    border-color: rgb(118, 118, 118);
    border-image: initial;
    text-shadow: 0px 4px 4px rgba(150 148 148 0.25);
    outline: none;
}
.room_edit_button_div:hover {
    background-color: rgb(90, 90, 90);
    transition-duration: 0.5s;
    cursor: pointer;
}

.add_button_a {
    position: relative;
    float: right;
}
.add_button {
    padding-top: 13px;
    height: 50px;
    width: 256px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin-top: 3px;
    background-color: rgb(165, 165, 165);
    border-radius: 10px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    appearance: auto;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    display: inline-block;
    align-items: flex-start;
    box-sizing: border-box;
    border-width: 2px;
    border-style: outset;
    border-color: rgb(118, 118, 118);
    border-image: initial;
    text-shadow: 0px 4px 4px rgba(150 148 148 0.25);
    outline: none;
}

.add_button:hover {
    background-color: rgb(90, 90, 90);
    transition-duration: 0.5s;
    cursor: pointer;
}

.table_box_mainpage {
    position: relative;
    bottom:-20px;
    font-size: 3vh;
    margin: 20vh auto 0 0;
    opacity: 0.7;
    height: fit-content;
}

.lower_tr {
    box-shadow: initial;
}

.lower_td {
    background-color: rgba(33, 221, 236, 0);
    border: none;
}

.lower_td_button {
    background-color: initial;
    background: initial;
    border: initial;
    padding: 0 0 0 0;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.24), 0 10px 12px 0 rgba(0, 0, 0, 0.19);
}

.add_student_table {
    background: none;
}

.td1 {
    border-style: solid;
    height: 30vh;
}

.td2 {
    border-style: solid;
    height: 30vh;
}

.td3 {
    border-style: solid;
    height: 30vh;
}

.td4 {
    border-style: solid;
    height: 30vh;
}

.number_in_table {
    padding: 0 0 5vh 3vw;
    margin-right: 100%;
    float: left;
}

.table_number_of_statistics {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 7vh;
    line-height: 10vh;
    text-align: center;
    color: #000;
}

.text_in_table {
    padding: 0 0 0 12.5vw;
    text-align: center;
}

.table_text_of_statistics {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 61px;
    color: #000;
    
}

.text_mainpage {
    font-size: 5vh;
    color: #fff;
    margin-top: 17%;
    width: 40vw;
    text-align: center;
    position: relative;
    margin-left:auto;
    margin-right:50px;
}
.find_groups {
    position: relative;
    bottom: -3px;
    right: 0;
    float: left;
    text-align: center;
}
.find_students {
    position: relative;
    bottom: -3px;
    right: 0;
    float: left;
}
#addbut_student{
    position: relative;
}
.finding_box_students_page {
    margin: 15.5vh 0 0 0;
}

.input_place_students_page {
    border-radius: 1vmin;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 2vh;
    height: 3vh;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background-color: rgb(199, 199, 199);
}

.input_place_students_page:hover,
.input_place_students_page:focus {
    background-color: rgb(143, 142, 142);
    outline: none;
    transition-duration: 0.5s;
    opacity: 1;
}

.finding_button_students_page {
    margin-top: 2vh;
    width: 6.5vw;
    height: 4vh;
    background-color: rgb(165, 165, 165);
    border-radius: 10px;
    margin-bottom: 3vh;
    font-size: 2vh;
    border-color: #fff;
    color: #fff;
}

.finding_button_students_page:hover {
    background-color: rgb(129, 127, 127);
    transition-duration: 0.5s;
    cursor: pointer;
}

.finding_button:focus {
    outline: none;
}

.h1_login {
    color: #fff;
    font-size: 7vh;
    font-family: "Montserrat";
    margin-top: 7vh;
    margin-bottom: 3vh;
}

.header_login {
    color: #fff;
    font-size: 5vh;
    margin: 3vh;
    font-family: "Montserrat";
}

.form-3 {
    font-weight: 400;
    /* Size and position */
    width: 20vw;
    position: relative;
    margin: 7.5vh auto 4vh;
    padding: 2vh;
    overflow: hidden;

    /* Styles */
    background: #fff;
    border-radius: 0.4em;
    border: 1px solid #fff;
    box-shadow: inset 0 0 2px 1px rgba(255, 255, 255, 0.08),
    0 16px 10px -8px rgba(0, 0, 0, 0.6);

}

.form-3 label {
    /* Size and position */
    width: 50%;
    float: left;
    padding-top: 2.7vh;

    /* Styles */
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-indent: 1px;
    font-weight: 700;
    cursor: pointer;

}

.form-3 input[type=text],
.form-3 input[type=password] {
    /* Size and position */
    width: 50%;
    float: left;
    padding: 2vh 0.4vw;
    margin-bottom: 2vh;
    font-size: 2vh;
    box-sizing: border-box;

    /* Styles */
    background: linear-gradient(#1f2124, #27292c);
    border: 1px solid #fff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    border-radius: 3px;

    /* Font styles */
    color: #fff;

}

.form-3 input[type=text]:hover,
.form-3 input[type=password]:hover,
.form-3 label:hover ~ input[type=text],
.form-3 label:hover ~ input[type=password] {
    background: #27292c;
}

.form-3 input[type=text]:focus,
.form-3 input[type=password]:focus {
    box-shadow: inset 0 0 2px #000;
    background: #494d54;
    border-color: #000;
    outline: none; /* Remove Chrome outline */
}

.form-3 p:nth-child(3),
.form-3 p:nth-child(4) {
    float: left;
    width: 50%;
}


.form-3 input[type=checkbox] {
    margin-left: 10px;
    vertical-align: middle;
}

.form-3 button[type=button] {
    /* Width and position */
    width: 100%;
    padding: 8px 5px;
    margin-left: 5vw;
    /* Styles */
    border: 0px solid #000; /* Fallback */
    border: 0px solid rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3),
    inset 0 10px 10px rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    background: linear-gradient(45deg, #c7b39b, #fff);
    cursor: pointer;

    /* Font styles */

    color: black;
    font-weight: 700;
    font-size: 15px;

}


.form-3 button[type=button]:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.form-3 button[type=button]:active {
    background: #fff;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.6);
    border-color: #000; /* Fallback */
    border-color: rgba(0, 0, 0, 0.9);
}

.no-boxshadow .form-3 button[type=button]:hover {
    background: #c7b39b;
}

/* Gradient line */
.form-3:after {
    /* Size and position */
    content: "";
    height: 1px;
    width: 33%;
    position: absolute;
    left: 20%;
    top: 0;

    /* Styles */
    background: linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);
}

/* Small flash */
.form-3:before {
    /* Size and position */
    content: "";
    width: 1vw;
    height: 1vh;
    position: absolute;
    left: 34%;
    top: -1vh;

    /* Styles */
    border-radius: 50%;
    box-shadow: 0 0 6px 4px #fff;
}

.form-3 p:nth-child(1):before {
    /* Size and position */
    content: "";
    width: 17vw;
    height: 20vh;
    position: absolute;
    top: 0;
    left: 3vw;

    /* Styles */
    transform: rotate(75deg);
    background: linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
    pointer-events: none;
}

.no-pointerevents .form-3 p:nth-child(1):before {
    display: none;
}

.listing_bar_userpage {
    border-radius: 10px 10px 10px 10px;
    height: 4vh;
    background-color: #c4c4c4;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.24), 0 10px 12px 0 rgba(0, 0, 0, 0.19);
}

.next_but {
    float: right;
    text-decoration: none;
}

.prev_but {
    text-decoration: none;
}

.scrolling_button_text {
    font-size: 3vmin;
    color: #fff;
}

.scrolling_button_text:hover {
    color: rgb(139, 139, 139);
    transition-duration: 0.5s;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

.edit_button_userpage, .delete_button_userpage {
    background-color: #b7b4b4;
    border-radius: 10px 10px 10px 10px;
    border-color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition-duration: 0.5s;
    width: 100%;
    height: 100%;
}

.edit_button_userpage:hover, .delete_button_userpage:hover {
    background-color: rgb(139, 139, 139);
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.24), 0 10px 12px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.edit_button_userpage:active, .edit_button_userpage:focus, .delete_button_userpage:active, .delete_button_userpage:focus {
    outline: none;
}
.livesearch {
    z-index: 6;
    border-radius: 1vmin;
    opacity: 1;
    font-style: normal;
    line-height: normal;
    font-size: 2vmin;
    height: 5vh;
    margin: 0em;
}
.select_building {
    z-index: 6;
    border-radius: 1vmin;
    opacity: 1;
    font-style: normal;
    font-size: 2vmin;
    margin: 0;
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #fff;
    color: #000000;
    text-decoration: none;
    line-height: 20px;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-shadow: none;
    text-align: start;
    cursor: text;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-image: initial;
    border-color: rgb(118, 118, 118);
    outline: none;
}
.select_group {
    z-index: 6;
    border-radius: 1vmin;
    opacity: 1;
    font-style: normal;
    font-size: 2vmin;
    margin: 0;
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #fff;
    color: #000000;
    text-decoration: none;
    line-height: 20px;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-shadow: none;
    text-align: start;
    cursor: text;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-image: initial;
    border-color: rgb(118, 118, 118);
    outline: none;
}
.select_role {
    z-index: 6;
    border-radius: 1vmin;
    opacity: 1;
    font-style: normal;
    font-size: 2vmin;
    margin-left:auto;
    margin-right:auto;
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #fff;
    color: #000000;
    text-decoration: none;
    line-height: 20px;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-shadow: none;
    text-align: start;
    cursor: text;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-image: initial;
    border-color: rgb(118, 118, 118);
    outline: none;
}
.input_subbox_adding_buildings0{
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    margin-top: 9%;
}
.input_box_editing_buildings{
     margin-left: auto;
     margin-right: auto;
     display: block;
     text-align: center;
     margin-top: 10%;
 }
.input_box_editing_students{
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    margin-top: 10%;
}
.input_box_editing_groups0{
     margin-left: auto;
     margin-right: auto;
     display: block;
     text-align: center;
     margin-top: 14%;
 }
.input_box_adding_groups0{
      margin-left: auto;
      margin-right: auto;
      display: block;
      text-align: center;
      margin-top: 14%;
  }