/*@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');
@import url('https://fonts.googleapis.com/css?family=Bad+Script');
*/
@import url('https://fonts.googleapis.com/css2?family=Philosopher:wght@400;700&display=swap');

body {
	font-weight:400;
}
a {
	text-decoration: underline;
}
a.btn, 
a.dropdown-item {
	text-decoration: none;
}
.logo {
	margin-top: 0px;
}
.logo img {
	width: 75px;	
	margin: 0px;
	position:relative;

}
.logo img.emblem {
	background: #0063C2;
	margin: 0 35px 0 -30px;  
	padding: 10px;
	width: 70px;
	position:relative;	
}


.logo a:hover {
	text-decoration:none;
}
.logo h4{
	position: relative;
	display: initial;
	font-weight: 400;
	font-size: 1.35em;
	padding: 0;
	margin: 0px 3px; 
	top:2px;
	/*font-family: 'Philosopher'; */
	
	font-weight: 600;
	letter-spacing: -0.02em;
	color: #333;	
	
}

 
.logo p {
	font-size: 0.85em;
	line-height: 1;
	color: #777;
	display: initial;
	margin: 0px 0px 0px 20px; 
	padding:0;
	position: relative;
}
.logo p strong {
	font-size: 1.5rem;
	display: block;	
}
.top_links {
	font-size:0.9em;
}
.top_links a {
	margin: 0px 7px;  
}
.nav-tabs {
	border-bottom: 0px;
}
.slides {
		background-color: #0088bb; 
		background: linear-gradient(270deg, #31A5E7, #C6F5FF); 
		position:relative;
	}
.slides .bg {
		/*background-image: url('/assets/img/slide/bg_slide_eduskz.png');
		background-size:20%;*/
}	
.slides .slider_bg_image {
		position: absolute;
		bottom: 0;
		right: 0;
		height: 500px;
	}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
  bottom: 25%;
}

.carousel-item .slogan {
	z-index: 9999;
	/*color: #1281D2;*/
	color: #0063C2;
	position: absolute;
	top: 20%;
	left: 10%;  
	width: 40%;
	/*background: rgba(0, 0, 0, 0.2);*/
	padding:20px 35px;

}
.carousel-item {
	min-height:550px;	
}
.carousel-item .slogan h2{
	font-size: 2.25em; 
	line-height: 1; 
	letter-spacing: -1px;
	width: 80%;  
}
.carousel-item .slogan p{
	margin-top:20px;
	font-size:1.5rem;
	line-height:1.2; 
}

.carousel-indicators .active {
	background-color: rgba(18, 130, 210, 1);
}
.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);  
  border-radius: 100%;
  cursor:pointer;
}

.margingbox {
	margin-left: 3rem;
	margin-right: 3rem;
}

.userinfo {
	position: relative;
	top: -80px;
	padding: 0 33px;	
	
}
.userinfo h4 {
	margin: 25px 0;
}
.userinfo h4 strong {
	display:block;
	font-weight: 300;	
}
.userinfo img {
	max-width: 125px;
	position: relative;
}
.userinfo a {
	font-size: 0.9em; 
}

.okedus_info {
	background-image: url('/assets/img/bg_mektepedus.png');
	background-size:cover;
	background-position: center;
	color: #ffffff;
	
	
}
.modal-content {
	background-color: transparent;
}
.modal-title {
	line-height:1;
	margin: 5px 0;
	width: 95%;
}

 

footer {
	position: relative;
	background-color: #1B2C38;
	color: #F5F5F5;
	padding: 75px;
	/*background: linear-gradient(180deg,#000000,#1B2C38);*/
	/*background: linear-gradient(180deg,#3c508a,#0F50B5);*/
}	
footer a {
	color: #F5F5F5;
}
footer .logos {
	
}
 
footer .logos span {
	left: 55px;
	position: relative;
	font-size: 0.8em;
	margin: 0;
	padding: 0;	
	display: block;
	line-height: 1.15em;	
}

footer .links h5 {
	margin:10px 0;
}

footer .links ul {
	margin: 10px 0 0 0;
}
footer .links ul li {
	list-style: none;
	margin: 0 0 0 -40px;
	position: relative;	
}
footer .links a {
	font-size: 0.9em;	 
} 
footer .socnets {
	position: relative;	
	
}
footer .socnets a {
	font-size: 1.75em;
	margin: 0 5px;	
}

footer .processor {
	position: relative;
	font-size: 0.8em;
	color: #bbbbbb;
}
@media (min-width: 992px) AND (max-width: 1200px) {
	.container {
		width:100%;
		max-width:100%;
	}
}
@media (max-width:575px) {
	
	.logo {
	/*margin-bottom: 20px;*/
	border-bottom: 1px solid #eee;		
		
	}
	
	.logo img {
		/*
		width: 110px;
		width: 145px;
		width: 75px;	
		margin: 0px 10px 0px 10px;
		float: left;
		border-right: 2px solid #ccc;
		padding: 5px 15px 5px 0px;
		*/
		width: 55px;

	}
	.logo img.emblem {
		margin: 0 15px 0 -30px;
	}
	.logo a:hover {
		text-decoration:none;
	}
	.logo h2{
		color: #000;
		font-weight: 700;
		float: left;
		margin: 0px 20px;
		text-transform: uppercase;
		font-family: Oswald, Arial;
		letter-spacing: 0px;
		font-size: 2rem;
		line-height: 1;	
		/*border-right: 4px solid #ccc;*/
		border-right: 1px solid #4e9bc9;
		padding: 10px 20px 10px 0px; 
		
	}
	.logo h4 {
		top:1px;
		margin:0 0 0 1px;
	}
	.logo h2 span{
		font-weight: 400;
		color: #08b;
		font-size: 1.5rem;	
		display: block;
		line-height: 0.8;
	}
	.logo p {
		font-size: 0.75rem;
		line-height: 1;
		color: #000;
		margin: 0px 0px 0px 10px;
 
	}
	.logo p strong {
		font-size: 1.25rem;
		display: block;	
	}
	.logo img.emblem {
		width:70px;
		padding: 5px;
	}
	
	.top_links {
		margin: 0px -30px 25px -30px;
		background-color: #ebf6ff;
		padding: 5px 0;
		text-align: center !important;
	}
	.slides {
		background: rgb(3, 150, 195);
		background-image: url('/assets/img/school_edus-min.png');
		background-size: cover;
		margin: 0;
		padding:0;
	}

	.slides .slider_bg_image {
		position: absolute;
		bottom: 0;
		right: 0;
		height: 200px;
		display:none;
	}
	.slides .bg {
		background-image:none;
	}	
	.carousel-item {
		min-height:300px;	
	}
	.carousel-item .slogan {
		z-index: 9999;
		color: #fff;
		position: absolute;
		top: 0%;
		left: 0%;
		width: 100%;
		padding:50px 20px 0 20px; 
		background: rgb(0,0,0,0.25);
		height:100%;
	}
	.carousel-item .slogan h2{
		font-size: 1.75rem;
		letter-spacing: 0px;
		
	}
	.carousel-item .slogan p{		
		font-size:1em;		
	}
	.carousel-indicators {
		bottom:10px;
		justify-content: right;
	}

	.margingbox {
		margin-left: 0.25rem;
		margin-right: 0.25rem;
	}

	.userinfo	{
		padding:0;
	}
	footer {
		padding: 75px 25px;
	}
	
}
@media (min-width: 576px) and (max-width:920px) {

 
	
	.slides {  
		background-size: cover;
		margin: 0;
		padding:0;
	}
	.slides .slider_bg_image {
		position: absolute;
		bottom: 0;
		right: 0;
		height: 225px;
		 
	}
	.carousel-item {
		min-height:250px;	
	}
	.carousel-item .slogan {
		top: 10%;
		width: 60%;
	}
	.carousel-item .slogan h2{
		font-size: 1.75rem;
		letter-spacing: 0px;
		
	}
	.carousel-item .slogan p{		
		font-size:1em;		
	}
	.carousel-indicators {
		bottom:10px;
		justify-content: center; 
	}

	.margingbox {
		margin-left: 0.25rem;
		margin-right: 0.25rem;
	}
	
}




.form_login {

	}
.form_reminder {
	position: absolute;
	width: 220px;
	border: 1px dashed #9eb7cd;
	right:30px;
	top: 60px;
	background-color:#eaf1f7;
	padding:15px;
	box-shadow: 0px 0px 20px 0px #bbb;
	border-radius:14px;
	z-index:99;
}
.form_reminder input{
	position: relative;
	width: 170px;
	height: 20px;
	border-radius: 5px;
	border: 2px solid #9eb7cd;
	background-color:#fff;
	margin-top:6px;
	margin-bottom:8px;
	padding:4px;
	color:#adadad;
	left:15px;
}
.vhod_login {
	line-height: 20px;
}
.vhod_login:hover {
	text-decoration: underline;
}
.parent_login {
	position: absolute;
	width: 340px;
	left: -20px;
	top: 20px;
	display: none;
	padding: 20px;
	z-index: 99;
	background: #fff;
	border: 10px solid #2561ab;
	z-index: 999999;	
}
.parent_login form {
	margin:15px 0px;
}
.parent_login input{
	position: relative;
	width: 80%;
	border-radius: 3px;
	border: 1px solid #b4b4b4;
	padding: 4px 6px;
	left: 15px;
	margin: 5px 0px;
}
input.login_close{
	position: relative;
	border-radius: 5px;
	cursor: pointer;
	font-weight: 700;
}

.close {
/*	
	text-align: right;
	padding: 2px 5px;
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
	color: #d7827b;
*/	
	margin: 0px;
	top: 7px;
	position: absolute;
	right: 10px;
}
.close:hover {
	
	text-decoration: none;
	color: #F00;
	
}
.remind {
	text-align: right;
	padding: 2px 5px;
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
	color: #d7827b;
}
.parent input[type=text], .parent input[type=password] {
	width: 140px;
	margin-top: 7px;
	margin-left: 35px;
	padding: 1px 5px;
	height: 20px;
}
.parent input[type=submit] {
	margin-left: 86px;
	margin-top: 7px;
	padding: 4px 10px;
}
#myTabLogin li {
	padding: 0px 0px;
	margin:0px;
}
#myTabLogin .nav-tabs > li.active {
	border-top: 1px solid #6091ba; 
	
}
#myTabLogin li a.item {
font-size: 15px;
color: #000;
padding: 5px 10px;
}
.top_line {	 
	margin:0; 
	padding:0;
}
.top_line .row {
	padding:0px;
	margin: 0px;
	height: 1px;
	
}
.top_line .green_color {
	height:100%;
	background-color: #54a439;
	margin:0px;
}
.top_line .orange_color {
	height:100%;
	background-color: #f9a41f;
	margin:0px;
}
.top_line .blue_color {
	height:100%;
	background-color: #2cb7ea;
	margin:0px;
}
.top_line .red_color {
	height:100%;
	background-color: #ff8e8e;
	margin:0px;
}
.top_line .gray_color {
	height:100%;
	background-color: #7b9eff;
	margin:0px;
}
.top_line .darkblue_color {
	height:100%;
	background-color: darkblue;
	margin:0px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
 .container {
		max-width: 100%; 
	} 
}


@media (max-width: 768px) {
	.top_line {display:none;}
}

.login-panel {
	background-color: #016d9f;
	min-height: 500px;
	/*
	border-top: 5px solid #014b6d;
	border-bottom: 5px solid #88c0d9;	
	background: radial-gradient(#4badda, #016d9f);
	*/
	border-top: 5px solid #012b6d;
	border-bottom: 5px solid #88c0d9;	
	background: radial-gradient(#4b90da, #013f9f);	
	
	/*background-image: url('/images/chalk-board.jpeg');
	background-size: 100%;*/
}
.login_text, .login_form { 
	color: #fff;	
	padding: 50px 0px 20px 0px;	
	/*font-family: 'Bad Script';*/
	font-size:1.1em;
}	

.login_text h3 {
	font-weight: 400;
	margin-bottom: 20px;
	font-size: 36px;
	 
	
}
.form-control {
	font-size: 1.3rem;
	line-height: 2;
}
/*
 form .form-group {
  position: relative; }
   form .form-group label {
    margin-bottom: 0;
    vertical-align: bottom; }
   form .form-group .form-control {
	   width:100%;
     }
   form .form-group span {
    position: absolute;
    right: 1rem;
    height: 18px;
	color: #8bb4d6;
	font-size:2rem;
    top: calc((100% - 18px) / 2); 
	
	}
*/
 form .btn {
/*	 
  font-size: 1.25rem; 
  padding: 10px 50px;
*/
 }
 form -link {
  font-size: 0.875rem; }
   form -link:hover {
    color: initial; }
.icon {
	/*width:15%;*/
	height: 36px;
}	
.mobile_title {
	 
	line-height: 1.5rem;
}

.modal-header h5 img {
	width: 45px;
	margin: 0 10px 0 0;
	border: 1px solid #9ba5c3;
	border-radius: 100%;
	padding: 2px;	
	
}

.modal-header .close {
	font-size:2em;
	font-weight:300;
	color: red;
	margin:-1rem 0 -1rem auto;
}

/* ---------------------- Parents */

.head_menu {
	padding:0px; 
	margin:0px 15px;
}
.head_language {
	margin: auto; 
	padding:7px 15px 7px 3px;
	text-align: right !important;
}
.navbar-expand-md .navbar-nav .nav-link {
	font-weight: normal;
}
.bs-profile {
	width: 100%;
	position: relative; 	
}
.bs-profile .nav ul li a {
	position: relative;
	text-align: left;
}
.bs-profile .nav {
	position: relative;
	text-align: right;	
}
.bs-profile .fio {
	line-height: 1;
	font-size: 0.85em;
	color: #2a6fa2;
	position: relative;
	margin: auto 0;
	float: right;
	padding: 10px 0px 0px 10px;
	 
}
.bs-profile ul li ul {
	position: absolute;
	transform: translate3d(-63px, 32px, 0px);
	top: 0px;
	left: 0px;
	will-change: transform;
	width: 220px;
	padding: 20px 0px;
	line-height: 2em;
	background-color: rgb(255, 255, 255);
	margin: 15px 0px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 15px;	
	
}	
 .realtimer {
		font-size: 1.75em;
		font-weight: 300;
		position: relative;
	}	
		
		.profile_student {
			/*background-color: #959677; 
			background-color: #0cb25c;*/
			background-color: #2a6fa2; 
			min-height:90px; 
			border-radius: 0 30px 0 0;
			position: relative;	
			padding: 20px 10px;	
			text-align: left;
			/*background: linear-gradient(90deg,#0063c2,#0cb25c);*/
			background: linear-gradient(90deg,#0063c2,#296089);
		}
		.profile_student img {
			width:48px;
			position: relative;
			float: left;
			margin: 0 20px 0 10px;
		}
		.profile_student span {
			position: absolute;
			right: 25px;
			top: 30%;
			font-size: 1.75em;
			font-weight: 300;
		}
		.profile_student p {
			line-height:1;
			width: 85%;
		}
		.profile_student a {
			
		}
		.parent_menu {
			padding: 2px 0;
			margin: 5px 0 0px 15px;
		}
		.parent_menu li {
			font-size: 0.85em;
			line-height: 1;
			
		}
		.parent_menu li div 
		{
			color: #fff;
			text-decoration: none;
			margin: -3px 0px;
			padding: 0;
			background-color: #859EB1;
			border-radius: 6px 6px 0 0;		
		} 
		.parent_menu li a {
			color: #6692B2;
			text-decoration: none;
			margin: 0px 5px;
			padding: 5px 25px;
			background-color: #D0DDE7;
			border-radius: 6px 6px 0 0;				
		}
		
		
		.parent_menu li a.active,
		.parent_menu li.hover		{
			/*background-color: #6692B2;*/
			background-color: #2A6FA2;
			color: #fff;
		}
 
 
		.parent_menu li a:hover {
			background-color: #8BBCDF;
			color: #fff;
		}	
		.tab-bg
		{
			width: 100%;
			/*background-color: #6692B2;*/
			background-color: #2A6FA2;
			padding: 10px 15px;
			margin: 0px 0;		
			top: 3px;
			position: relative;			
		}
		.navbar-dark .navbar-nav .nav-link {
			font-size:1em;
			margin: 0 15px 0 0;
			text-decoration:none;
		}
		
.WordSection1 {
	/*font-size: 1.1rem;*/
	line-height: 1.5;
}
.col-sm-3 {
	width:25%;
}
.col-sm-4 {
	width:33%;
}
.col-sm-5 {
	width:41.6%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-7 {
	width: 58.3%;
}
.col-sm-8 {
	width: 66.6%;
}
.col-sm-9 {
	width: 75%;
}
@media (max-width: 575px) {
	.container {
		padding-right:5px;
		padding-left:5px;
		
	}
	.with-top-navbar {
		padding:0;
	}
	.fixed-top {
		position: relative;
		
	}
	.top_header .logo {
		padding: 0px 10px 0px 25px;
	}
	.logo img.emblem {
		width:60px;
	}
	
	.head_menu {
		margin:0;
	}
	.head_language {
		margin: auto; 
		padding:0;
		text-align: left !important;
	}
	.bs-profile {
		position:absolute;
		top: -55px;
		right: -80px;
	}
	.bs-profile .fio {
		display:none;
	}
	.bs-profile ul li ul {
		font-size:1.1em;
		width:280px;
	}
	.tab-bg {
		/*background-color: #0063C2;*/
		background-color: #0054A5;
		margin: -2px 0 0 0;
		}	
}
@media (min-width: 768px) and (max-width: 960px){
	.fixed-top {
		position:relative;
	}
	.with-top-navbar {
		padding: 0;
	}
	.container {
		max-width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	.profile_student {
		padding: 15px 5px;
		min-height:80px;
		border-radius: 0 20px 0 0;
	}
	.profile_student h3 {
		font-size: 1.1em
	}		
	.profile_student img {
		margin: 0 10px;
		width:40px;
	}
	.profile_student span {
		right: 10px;
		bottom: 0px;
		font-size: 1.5em;		
	}
	.parent_menu {
		margin: 5px 0 0 5px;
	}
	.parent_menu li a {
		 
		padding: 5px 12px;
	}
 
	.navbar-dark .navbar-nav .nav-link {
		margin: 0 5px 0 0;
		font-size: 0.75em;
	}
	.navbar-dark .navbar-nav .nav-link span {
		display:none;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		font-weight: normal;
	}
	
	.tab-bg {
		padding: 8px 10px;
	}
}

	.mobilemenu {}
	button.mobilemenu {
		color: #fff;
		background-color: transparent;
		border: 2px solid rgba(255, 255, 255, 0.25);
		padding: 5px 5px;
		border-radius: 10px;
		font-size: 2em;
	}
	button.mobilemenu:focus 
	{			
		outline: transparent !important; 
	}
	.dropdown-menu-mobile {
		/*
		top:48px;
		left:20px;
		*/
		top:-13px;
		left:45px;		
		padding: 20px;
		min-width: 18em;
		font-size:1em;
		box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 15px;	
	}
	.dropdown-menu-mobile ul li {
		list-style: none;
		margin-left: -15px;
		line-height: 2em;
	}
	.dropdown-menu-mobile ul li a {
		position: relative;	
		text-decoration:none;
		
	}
	.dropdown-menu-mobile ul li a:hover {
		color: orange;		
	}	
	.dropdown-menu-mobile ul li a span {
		font-size: 2rem;
		margin: auto;
		position: absolute;
	}
	.dropdown-menu-mobile ul li a strong {
		position: relative;
		left: 40px;
		top:2px;
	}
	
		.profile_student_mobile { 
			text-align: left; 
		}
		.profile_student_mobile img {
			width:40px;
			position: relative;
			float: left;
			margin: 0px 10px 0 0px;
		}
		.profile_student_mobile span {
			position: absolute;
			right: 25px;
			top: 30%;
			font-size: 1.25em; 
		}
		.profile_student_mobile p {
			line-height:1;
			width: 85%;
		}
		.profile_student_mobile a {
			
		}


