
body {
	background: url(/templates/disted/html/main/img/disted-bg.jpg) no-repeat top;
	background-size: 100%;
}

body a {
	color: #003aff;
}

.fw-semibold {
	font-weight: 600 !important;
}


/* HEADER */

header > .container {
	max-width: 1140px;
}

/* AUTHORIZATION */

.auth {
	width: 200px !important;
	height: 245px;
	right: 0;
	top: 0;
	position: fixed;
	z-index: 99;
}

.login {
	width: 200px;
	right: 0px;
	padding: 10px 0;
	color: #111;
	float: right;
	position: absolute;
	border-radius: 13px 0 0 13px;
	background-color: #003aff;
}

.login a {
	font-size: 14px;
	color: #fff;
}

.login a:hover {
	color: #fff;
	text-decoration: none;
}

#link {
	height: 245px;
	width: 22px;
	padding: 9px 0;
	line-height: 1;
	z-index: 999;
	border-radius: 13px;
	color: #000;
	float: left;
	cursor: pointer;
	font-weight: bold;
	position: relative;
	text-align: center;
	background-color: #063aec;
}

#link span {
	vertical-align:middle;
}

.login .links {
	margin-top: .5em;
	text-align: center;
}

.login .links svg {
	width: 20px;
	font-size: .9rem;
	text-align: left;
	color: #fff;
}

#auth-form {
	position: absolute;
}

#auth-form .dropdown-item {
	white-space: normal;
}

.reg-menu .new-message svg {
	vertical-align: -.15em;
}

.reg-menu #link.link1 {
	padding-top: 36px;
	background-color: #6ebbff;
}

.reg-menu ul.dropdown-menu {
	width: 100%;
	z-index: 0;
	border-radius: .7rem .0rem .0rem .7rem;
	overflow: hidden;
	background-color: #b4dcff;
	border: none;
}

.reg-menu ul.dropdown-menu .nav-item {
	margin-right: -0.5rem;
}

.reg-menu ul.dropdown-menu .dropdown-item {
	font-size: .93rem;
	line-height: 1.3;
	font-weight: 600;
	border-bottom: 1px solid #fff;
}

.reg-menu ul.dropdown-menu li:last-child .dropdown-item {
	border-bottom: 10px solid #6ebbff;
}

.reg-menu ul.dropdown-menu #logout .dropdown-item {
	border-bottom: none;
}

.reg-menu ul.dropdown-menu .dropdown-item:hover,
.reg-menu ul.dropdown-menu .dropdown-item:active,
.reg-menu ul.dropdown-menu .dropdown-item:focus {
	color: #212529;
	background-color: #6ebbff;
}

.reg-menu ul.dropdown-menu .dropdown-item.active {
	border-radius: .7rem 0 0 0;
	font-weight: 600;
	background-color: #6ebbff;
}

.reg-menu .logout ul.dropdown-menu,
.reg-menu .personal-chat {
	border-radius: 0.7rem;
}


/* MAIN */

main.main-height {
	min-height: 1280px;
}

main > .container {
	max-width: 1140px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	overflow: auto;
}

main .name-wrapper-horizontal {
	background: linear-gradient(90deg, rgb(255, 205, 76) 0%, rgb(255, 250, 237) 25%, rgb(255, 205, 76) 50%, rgb(255, 205, 76) 100%);
	border-top-style: solid;
	border-top-width: 4px;
	border-top-color: transparent;
}

main .name-wrapper-vertical {
	background: linear-gradient(180deg, rgba(255,205,76,1) 0%, rgba(255,250,237,1) 100%);
	border-left-style: solid;
	border-left-width: 4px;
	border-left-color: transparent;
}

main .name {
	height: 200px;
	border-radius: 7px 0 0 0;
	background-color: #fffaed;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(/templates/disted/html/main/img/disted-student.png);
}

main .name a {
	color: #212529;
	text-decoration: none;
}

main .name h1 {
	margin-bottom: 0px;
	font-weight: 700;
	font-size: 70px;
	font-family: 'Caveat', cursive;
	text-decoration: underline;
}

main .sub-title {
	font-weight: 600;
}

main .name p,
main .sub-title-montserrat {
	font-family: 'Montserrat Alternates', sans-serif;
}

@media screen and (max-width: 768px) {
	main .name {
		background-size: 300px;
	}
	main .name h1 {
		font-size: 46px;
		text-align: center;
	}
	main .name p {
		font-size: 15px;
		text-align: center;
	}
}

/* slider - home page */

main .sub-title-montserrat {
	font-size: 26px;
}

main .slider-item-title {
	font-size: 18px;
}

main .slider .icon-wrapper {
	padding: 5px;
	border-radius: 50%;
	border: 1px solid #fff;
}

main .slider .icon-wrapper svg {
	color: #fff;
	padding: 15px;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	background-color: #ffcd4c;
}

@media screen and (max-width: 768px) {
	main .sub-title-montserrat {
		font-size: 22px;
	}
}

/* lessons and courses - home page */

main .lessons-and-courses a {
	color: #212529;
}

main .lessons-and-courses .lesson-title p,
main .lessons-and-courses .course-title p {
	border-radius: 50px;
	background-color: #f5f5f5;
}

main .lessons-and-courses .lesson-title-odd,
main .lessons-and-courses .course-title-odd {
	border-radius: 50px;
	background-color: rgba(255,205,76,0.4);
}

main .lessons-and-courses .lesson-title-even,
main .lessons-and-courses .course-title-even {
	background-color: #fff;
}

@media screen and (max-width: 991px) {
	main .lessons-and-courses .lesson-title-all,
	main .lessons-and-courses .course-title-all {
		min-height: 48px;
		align-items: center;
	}
}

@media screen and (max-width: 768px) {
	main .lessons-and-courses .lesson-title-all {
		min-height: 48px;
		align-items: center;
		border-radius: 50px;
		background-color: rgba(255,205,76,0.4);
	}
	main .lessons-and-courses .course-title-all {
		min-height: 48px;
		align-items: center;
	}
	main .lessons-and-courses .course-title-odd {
		background-color: #fff;
	}
	main .lessons-and-courses .lesson-title-odd,
	main .lessons-and-courses .lesson-title-even {
		font-weight: 600;
	}
}

main .last-users {
	background: #f5f5f5;
}

/* registration */

main .registration img.form-control {
	width: auto;
}

main .registration input.registration_input[type="checkbox"] {
	display: none;
}

/* tables */

table.table td,
table.table th {
	font-size: 14px;
}

table.table thead tr {
	background-color: #ffcd4c;
}

.table-default tr.col td {
	word-break: break-all;
}

/* other */

a.course-selected {
	font-weight: 700;
	color: #ac2424;
}

.functions {
	border-radius: 0.7rem;
	background: #ffe297;
}

.functions a {
	font-size: 1rem;
	color: #000;
}


/* FOOTER */

footer {
	background: #f5f5f5;
}

footer .container {
	max-width: 1140px;
}

footer .col a {
	color: #212529;
}

footer .col a:hover {
	text-decoration: none;
}

footer .copy {
	font-size: 14px;
	font-family: 'Comfortaa', cursive;
}

/* to top */

#to_top {
	width: 50px;
	height: 50px;
	background-color: #FFC107;
	border-radius: 4px;
	opacity: 0.8;
	position: fixed;
	bottom: 53px;
	left: 16px;
	text-align: center;
	text-decoration: none;
	font-size: 34px;
	color: #fff;
	cursor: pointer;
	z-index: 9999;
}

#to_top:hover {
	opacity: 1;
}