﻿a, a:hover, a:visited, a:link, a:active {
	text-decoration: none !important;
}

.web-university-logo {
	height: 95px;
	margin: 5px auto;
	display: block;
}

.web-tabib-logo {
	height: 75px;
	margin: 5px auto;
	display: block;
}

.mobile-logo {
	height: 50px;
	margin: 5px 0;
}

.dark-row {
	background-color: #0b509e;
	width: 100%;
	border: none;
	margin: 0px;
}

.top-menu-container {
	background-color: #030f39;
	position: relative;
	max-height: 38px;
}

	.top-menu-container.mobile {
	}

	.top-menu-container li {
		display: inline-block;
	}

		.top-menu-container li a {
			color: white;
			padding: 8px 5px;
			font-size: 13px;
			display: inline-block;
		}

.mobile-top-menu-row {
	margin-bottom: 0;
}

.mobile-top-menu {
	position: absolute;
	z-index: 10;
	top: 34px;
	right: calc(-100%);
	transition: .7s;
	width: 100%;
	background-color: #030f39;
	padding-bottom: 20px;
	border-top: 3px solid #0b509e;
	border-bottom: 3px solid #0b509e;
}

	.mobile-top-menu.active {
		right: 0px;
	}

	.mobile-top-menu li {
		padding: 0px 10px;
		display: block;
	}

	.mobile-top-menu.active li {
		padding: 0px 10px;
	}

	.mobile-top-menu li a {
	}

.login-container {
	display: none;
	width: 400px;
	background-color: rgba(196,224,248,0.85);
	background-color: rgba(216,232,251,0.85);
	position: absolute;
	z-index: 10;
	left: 0;
	padding: 30px;
	border-radius: 20px !important;
}

	.login-container.active {
		display: block;
	}

	.login-container input {
		text-align: center;
	}

.btn-login {
	background-color: #4687cf;
	color: #fff;
	border: 1px solid #2b5a8e;
	border-radius: 0;
}

.btn-login:hover {
	color: #fff!important;
}

.login-text-line {
	padding: 7px 15px;
}

	.login-text-line a {
		color: #000;
	}

	.login-text-line.error {
		color: red;
	}

.login-image-container {
	background-image: url("../Images/new/07.png");
	background-repeat: no-repeat;
	margin: auto;
	width: 100%;
	min-height: 350px;
	background-size: cover;
	background-position-x: center;
}

.login-main-image {
	width: 100%;
	margin: auto;
}

.divider-line-title {
	text-align: center;
	text-align: center;
	margin: 50px 0 15px;
	margin: 10px 0;
	display: flex;
	width: 100%;
	align-items: center;
}

	.divider-line-title > span {
		font-size: 16px;
		padding: 4px 20px;
		border-radius: 20px;
		color: #0b509e;
		white-space: nowrap;
	}

	.divider-line-title::before, .divider-line-title::after {
		content: "";
		flex: 1;
		height: 4px;
		border-radius: 5px;
		position: relative;
	}

	.divider-line-title:before {
		left: -5px;
		background: linear-gradient(90deg,#0b509e 0%,#fff 100%);
	}

	.divider-line-title:after {
		right: -5px;
		background: linear-gradient(90deg,#fff 0%,#0b509e 100%);
	}

.owl-prev span, .owl-next span {
	font-size: 30px;
}

.owl-nav button.disabled {
	visibility: hidden;
}

.owl-prev, .owl-next {
	width: 25px;
	position: absolute;
	top: calc(50% - 0.5em);
	transform: translateY(-50%);
	display: block !important;
	border: 0px solid black;
}

.owl-prev {
	right: -20px;
}

.owl-next {
	left: -20px;
}

.owl-news-item {
	background-color: #d8e8fb;
	/*border-radius: 10px !important;*/
	padding: 10px;
	height: 100px;
	margin: 0 5px;
	display: block;
}

.owl-carousel .owl-news-item .news-icon {
	width: 60px;
	float: right;
	margin: 5px 0 auto 5px;
	max-height:70px;
}

.owl-carousel .owl-news-item .news-title {
	font-weight: bold;
	font-size: 12px;
	color: brown;
	padding-bottom: 7px
}

.owl-carousel .owl-news-item .news-summary {
	font-size: 12px;
	color: #222;
}

.subsystem-container {
	margin: auto;
}

.owl-subsystem-item {
	background-color: #fff;
	padding: 5px;
	width: 140px;
	height: 160px;
	margin: 0 5px;
	display: block;

}
	.owl-subsystem-item.active {
		background-color: #d8e8fb;
	}
	.owl-subsystem-item .sub-system-icon {
		color: black;
		height: 90px;
		padding: 0;
		margin: 0 auto !important;
		display:block;
	}

	.owl-subsystem-item .title {
		color: black;
		text-align: center;
		height: 20px;
		padding: 0 0 10px 0;
		color: #030f39;
		font-weight: bold;
	}

.sub-system-icon {
	background-image: url('../Images/new/subsystem-icons-90.png');
	width: 90px;
	height: 90px;
	background-repeat: no-repeat;
}

	.sub-system-icon.icon-empowerment {
		background-position: -630px 0px;
	}

	.sub-system-icon.icon-logbook {
		background-position: -540px 0px;
	}

	.sub-system-icon.icon-promotion {
		background-position: -450px 0px;
	}

	.sub-system-icon.icon-evaluation {
		background-position: -360px 0px;
	}

	.sub-system-icon.icon-accreditation {
		background-position: -270px 0px;
	}

	.sub-system-icon.icon-empowerment-workchops {
		background-position: -180px 0px;
	}

	.sub-system-icon.icon-curriculumns {
		background-position: -90px 0px;
	}

	.sub-system-icon.icon-rules {
		background-position: 0px 0px;
	}

@media (max-width:767px) {
	body {
		overflow-x: hidden;
		width: 100%;
	}

	.login-container {
		display: block;
		z-index: 10;
		position: absolute;
		width: 100%;
		left: calc(-100%);
		transition: .7s;
		background: #030f39;
		border-top: 3px solid #0b509e;
		border-bottom: 3px solid #0b509e;
		border-radius: 0px !important;
	}

		.login-container.active {
			left: 0;
		}

	.login-text-line a {
		color: #fff;
	}

	.login-text-line span {
		color: #ccc;
	}

	.login-text-line.error {
		color: red;
	}

	.login-image-container {
		min-height: 150px;
	}
}

.footer {
	min-height: 200px;
	background-color: #030f39;
	padding: 0;
	margin: 0;
}
.footer-links {
	padding: 10px;
}

	.footer-links * {
		color: white;
		font-size: 13px;
	}

.ul-links {
	list-style-type: none;
}

	.ul-links li::before {
		content: "\2022";
		color: #0b509e;
		display: inline-block;
		margin-left: 5px;
		width: 13px;
		border-radius: 104px !important;
		height: 12px;
		background-color: #0b509e;
		text-align: center;
	}

	.ul-links li {
		padding: 5px;
	}


.footer-title {
	background-color: #0b509e;
	text-align: center;
	padding: 5px;
	font-size: 12px;
	margin: 0px;
	border-bottom: 1px solid white;
	color: white;
	font-size: 15px;
}

.fourth-line span {
	color: white;
	margin: 20px;
	font-size: 15px;
	font-weight: bold
}

.footer-links {
	background-color: #030f39;
	margin: 0px;
	color: white
}
.news-box {
	border:1px solid #0b509e;
		border-radius: 15px !important;
}

.login-box {
	background-color: #d8e8fb;
	padding: 50px 0;
	height: 400px;
	margin: 10px auto;
	max-width: 500px;
}

	.login-box .login-title {
		font-family: 'Mitra';
		font-size: 24pt;
		color: #5395d9;
		padding-top: 12px;
		padding-bottom: 12px;
	}

		.login-box .login-title.small {
			font-size: 20pt;
		}

	.login-box input {
		max-width: none !important;
		height: auto;
		font-family: 'Mitra';
		font-size: 16pt;
	}

	.login-box a.forget-password {
		max-width: none !important;
		height: auto;
		font-family: 'Mitra';
		font-size: 12pt;
		color: slategray;
	}

.forget-pass-row {
	padding-top: 15px;
	padding-bottom: 15px;
}


.copyright {
	text-align: center;
	background-color: black;
	color: #ccc;
}