* {
	margin: 0;
	padding: 0;
}
h1 {
	text-align: center;
}
body {	
	font-family: 'Roboto Condensed', sans-serif;
	color: black;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
body::-webkit-scrollbar {
  height:  .5em;
  width: .5em;
}
 
body::-webkit-scrollbar-track {
  background: none;
}
 
body::-webkit-scrollbar-thumb {
  background-color: #006994;
}
.class_flex {

}
/*------------------------------> Main PAGE styles start */
.main-login-page {
	height: 100vh;
	display: flex;
	background: url('/public/img/main-back_result.webp');
	background-size: cover;
	background-repeat: no-repeat;
}
.main-login-wrapper {
	position: absolute;
	width: 50%;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	padding: 1.5vw 0;
	background: #00a5db;
	box-shadow: 0vw 0vw 4vw white;
	z-index: 5;
}
.main-secondary-wrapper {
	width: 50vw;
	height: 50vw;
	border-radius: 50%;
	background: black;
	position: absolute;
	z-index: 4;
	transform: rotate(45deg);
	left: 25%;
	opacity: 0.6;
	top: -15vw;
	animation: roundchangesblack 5s infinite alternate;
}
.main-third-level-wrapper {
	width: 30vw;
	height: 30vw;
	border-radius: 50%;
	transform: rotate(45deg);
	background: white;
	position: absolute;
	left: 35%;
	opacity: 0.8;
	top: -5vw;
	z-index: 3;
	animation: roundchangeswhite 5s infinite alternate;
}
@keyframes roundchangesblack {
		0%{width: 50vw; height: 50vw; z-index: 4; left: 25%; top: -15vw; opacity: 0.6;}
        100%{width: 30vw; height: 30vw; z-index: 3; left: 35%; top: -5vw; opacity: 0.8; background: white;}
}
@keyframes roundchangeswhite {
		0%{width: 30vw; height: 30vw; z-index: 3; left: 35%; top: -5vw; opacity: 0.8;}
		100%{width: 50vw; height: 50vw; z-index: 4; left: 25%; top: -15vw; opacity: 0.6; background: black;}
}
.lines {
	margin-left: -1vw;
	border-radius: 20px;
	width: 5vw;
    height: 0.3vw;
    background: white;
    display: block;
    position: absolute;
    animation: menuanimationlines 5s infinite alternate;
}
.lines:nth-of-type(2) {
	margin-top: 1vw;
	animation-delay: 2.5s;
}
.lines:nth-of-type(3) {
	margin-top: 2vw;
	animation-delay: 5s;
}
@keyframes menuanimationlines {
		0%{width: 5vw; }
        100%{width: 10vw;}
}
.main-login-wrapper h1 {
	text-align: center;
	margin-bottom: 2vw;
	color: white;
	font-size: 2.3em;
}
.main-form {
	width: 100%;
}
.main-form input, .main-form label  {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto; 
	text-align: center;
	margin-bottom: 0.5vw;
	color: white;
	font-size: 20px;
}
.main-form input {
	width: 60%;
    display: block;
    background-color: #f8f8f8;
    border: 2px solid #ccc;
    color: black!important;
    padding: 10px 0 10px 0;
    font-size: 1vw;
    font-family: 'Roboto Condensed', sans-serif;
}
.main-submit {
	background: white;
	border: 0.3vw solid #ff5252;
	border-radius: 20px;
	font-size: 22px;
	padding: 0.3vw 2.5vw;
	margin-top: 2vw;
	box-shadow: 0vw 0vh 1vw black;
	transition: 0.5s;
}
.main-submit:hover {
	background: #ff5252;
	color: white!important;
	box-shadow: 0vw 0.3vh 0.3vw black;
	transition: 0.3s;
}

/*------------------------------> Main PAGE styles end */
/*--------------------------------*/
/*       GENERAL STYLESHEET       */
/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
.content_all {
	min-height: 100vh;
	display: flex;
}
.content_left{
  width: 25%;              /* твоя ширина меню */
  flex: 0 0 25%;
  transition: width .25s ease, flex-basis .25s ease;
  overflow: hidden;          /* чтобы контент не торчал при сворачивании */
  position: relative;
}
.content_right{
  padding-top: 5vh;
  flex: 1 1 auto;
  min-width: 0;              /* важно для flex, чтобы контент нормально ужимался */
}
/* Свернуто */
.content_all.is-collapsed .content_left{
  width: 0;
  flex-basis: 0;
}
.sidebar-toggle{
  position: fixed;           /* удобно: всегда доступна */
  top: 12px;
  left: 12px;
  z-index: 999;
  padding: 8px 10px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  background: rgba(0,0,0,.7);
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
/* Когда меню раскрыто — кнопку можно чуть сдвинуть, если хочешь */
.content_all:not(.is-collapsed) .sidebar-toggle{
  left: 25%;               /* 280 + отступы */
  transition: left .25s ease;
}
.content_all.is-collapsed .sidebar-toggle{
  left: 12px;
  transition: left .25s ease;
}
.all-blocks {

	display: inline-flex;
	justify-content: space-around;
	align-content: center;
}
.curr-class {
	
}
.curr-class h2 {
	text-align: center;
	background: lightskyblue;
}
.curr-class h3 {
	text-align: center;
}
.block-on-center {
position: absolute;
top: 50%;
left: 50%;
margin-top: -100px;
margin-left: -100px; 
}

.cal{
border: 1px solid #ccc;
color: #333;
background: #F6F6F6;
font: Arial;
font-size: 14px;
text-align: center;
}

.caltoday{
font: Arial;
font-size: 14px;
text-align: center;
font-weight: bold;
}

.navi{
font: Arial;
font-size: 16px;
font-weight: bold;
}

.datehead{
font: Arial;
font-size: 16px;
font-weight: bold;
}
/*------------------------------> */
/*------------------------------> */
/*-------ASIDE MENU STYLES--------*/
/*------------------------------> */
/*------------------------------> */

.aside-nav {
    height: 100%;
    /*background-image: linear-gradient(to right, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);*/
    background: #111111;
    color: white;
}

.nav-menu-flex {
    display: flex;
    align-items: baseline;
    justify-content: space-between;	
    padding: 0.5vw 0.5vw;
    border-top: 0.2vw solid #111111;
    border-bottom: 0.2vw solid #111111;
    transition: 0.4s;
}
.nav-menu-flex:hover .menu-header-name {
    text-shadow: 0.3vh 0.3vh 0.5vh #ffcb74;
    transition: 0.4s;
}
.nav-menu-flex:hover {
    border-top: 0.2vw solid #ffcb74;
    border-bottom: 0.2vw solid #ffcb74;
    transition: 0.4s;
}
.menu-header-name {
    margin-left: 1vw;
    font-size: 1em;
    transition: 0.4s;
}
.left-admin-menu {
    min-height: 10%;
    color: white;
    display: none;
    opacity: 0;
    transition: 0.3s;
    border-top: 0.2vw solid #ffcb74;
    border-bottom: 0.2vw solid #ffcb74;
}
.left-admin-menu li {
		list-style: none;
    text-align: left;
    font-size: .8em;
    padding: 0.2vw 0vw;
    transition: 0.5s;
    width: 100%;
}
.left-admin-menu li:hover {
    list-style: inside url('/public/img/small/rocket-small-32.svg');
    transition: 0.5s;
    background: whitesmoke;
}
.left-admin-menu li:hover a{
    transition: 0.5s;
    color: #111111;
    text-shadow: 0 0 5px ffcb74;
}
.left-admin-menu a {
    color: white;
    text-shadow: 0 0 0px white;
    transition: 0.5s;
}
.left-admin-menu-btn-hide, .left-admin-menu-btn-show{
    margin-left: 1vw;
    display: block;
    text-align: center;
    background-color: #f8f8f8;
    border: 2px solid #ccc;
    border-radius: 50%;
    padding: 0px 0.3vw 0px 0.3vw;
    font-size: 1.1vw;
    font-family: 'Roboto Condensed', sans-serif;
    transition: 0.5s;
}
.left-admin-menu-btn-hide, .left-admin-menu-btn-show:hover {
    color: white;
    background: orange;
    box-shadow: 0px 0px 10px orange;
    transition: 0.5s;
} 
.left-admin-menu-btn-hide {
    display: none;
}
/*------------------------------> */
/*--------------ENDS------------> */
/*-------ASIDE MENU STYLES--------*/
/*--------------ENDS------------> */
/*------------------------------> */

.pagination-wrapper {
	width: 100%;
	border-top: 0.5vw solid #2f2f2f;
	border-bottom: 0.5vw solid #2f2f2f;
}
.pagination-wrapper ul{
	padding: 1vw 0.5vw;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.pagination-wrapper li{
	display: block;
}
.pagination-wrapper a {
	padding: 5px 10px;
	border-radius: 5px;
	background: lightgrey;
	color: black;
	box-shadow: 0px 3px 5px black;
}
.pagination-wrapper a:hover {
	background: black;
	color: white;
}
/*--------------------------------*/
/*     PAGINATION STYLESHEET      */
/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/


