﻿/*     Font     */
@font-face {
	font-family: 'Tajawal';
	src: url('fonts/tajawal.ttf') format('truetype');
}
a {
	color: #2196f3;
	text-decoration: none;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
}
input:focus, textarea:focus, select:focus, div:focus {
	outline: 0;
}
hr {
	display: block;
	margin: 5px 1% 5px 1%;
	width: 98%;
	border: none;
	height: 1px;
	background: #CCCCCC;
	clear: both;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.JustifyFix {
	width: 100%;
	display: inline-block;
	font-size: 0;
	height: 0;
}
.NoSelect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/***********************************/
body {
	font-family: tajawal, serif;
	min-width: 1200px;
	margin: 0 auto;
	width: auto;
	margin: 0;
}
#Loading {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url(../images/loading2.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 150px;
	z-index: 999;
	display: none;
}
/*************** NEW **************************************/
.Butt {
	display: block;
	height: 35px;
	line-height: 35px;
	color: #fff;
	float: left;
	padding: 0 10px 0 30px;
	margin: 0 10px 0 0;
	border-radius: 2px;
	cursor: pointer;
}
.SaveButt {
	background: #0988e2 url(../images/icons/save-white.png) no-repeat;
	background-position: 7.5px center;
	background-size: 15px;
}
.SaveButt:hover {
	background-color: #097fd2;
}
.AddButt {
	background: #09801d url(../images/icons/plus-white.png) no-repeat;
	background-position: 7.5px center;
	background-size: 15px;
}
.AddButt:hover {
	background-color: #007313;
}
.EditButt {
	background: #fbba44 url(../images/icons/edit-white.png) no-repeat;
	background-position: 7.5px center;
	background-size: 15px;
}
.EditButt:hover {
	background-color: #ffa500;
}
.CancelButt {
	background: #ff2f2f url(../images/icons/cancel-white.png) no-repeat;
	background-position: 7.5px center;
	background-size: 15px;
}
.CancelButt:hover {
	background-color: #d21717;
}
.SearchButt {
	background: #efefef url(../images/icons/search.png) no-repeat;
	background-position: center;
	background-size: 20px;
	padding: 0;
	width: 35px;
}
.SearchButt:hover {
	background-color: #e0dede;
}
.DeleteButt {
	background: #f33a24 url(../images/icons/delete-white.png) no-repeat;
	background-position: 7.5px center;
	background-size: 15px;
}
.DeleteButt:hover {
	background-color: #da1700;
}
.UploadButt {
	background: #65a2bf url(../images/icons/upload-white.png) no-repeat;
	background-position: 7.5px center;
	background-size: 18px;
}
.UploadButt:hover {
	background-color: #5898b7;
}
.ActionsCon {
	padding: 10px;
	margin: 0 0 25px 0;
	border: 1px solid #87b2c5;
	background: #fff;
}
/*************** Filter ***************/
#FilterCon {
	position: relative;
	float: right;
	margin: 5px 0;
}
#FilterCon .FilterButt {
	float: right;
	height: 35px;
	width: 53px;
	border-top: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	border-radius: 0px 4px 4px 0px;
	background: #F1F1F1 url(../images/icons/search.png) no-repeat;
	background-size: 15px;
	background-position: center;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#FilterCon .FilterBar {
	position: absolute;
	display: none;
	width: 240px;
	max-height: 500px;
	padding: 15px 10px 10px 10px;
	background: rgb(95, 95, 95);
	box-shadow: 0px 1px 7px -2px #000;
	top: 35px;
	right: 0px;
	z-index: 100;
}
#FilterCon .FilterMin {
	width: 220px;
	max-height: 450px;
	margin: 0px 0px 10px 0px;
}
#FilterCon #FilterButt:hover {
	background: #cae1ec;
}
#FilterCon .FilterInputC1 {
	height: 25px;
	width: 100%;
	border: 1px solid #ccc;
	padding: 0px 5px;
	display: block;
	margin: 0px 0px 8px 0px;
}
#FilterCon .FilterInputC2 {
	height: 25px;
	width: 49%;
	float: left;
	border: 1px solid #ccc;
	padding: 0px 5px;
	display: block;
	margin: 0px;
}
#FilterCon .FilterInputC3 {
	height: 25px;
	width: 49%;
	float: right;
	border: 1px solid #ccc;
	padding: 0px 5px;
	display: block;
	margin: 0px;
}
#FilterCon .FilterSeperator {
	display: block;
	height: 1px;
	background: #a0a0a0;
	margin: 6px 0px;
}
#FilterCon .FilterLabel {
	display: block;
	height: 25px;
	line-height: 25px;
	color: #fff;
}
#FilterCon .FilterLabelForCheckbox {
	float: left;
	color: #fff;
	width: 80px;
	height: 18px;
	line-height: 18px;
	padding: 0px 10px 0px 0px;
}
#FilterCon .FilterCheckBox {
	margin: 1px 3px 0px 0px;
	height: 18px;
	line-height: 18px;
	width: 14px;
	display: block;
	float: left;
}
#FilterCon .FilterLabel1Box {
	display: block;
	float: right;
	width: calc(100% - 20px);
	height: 18px;
	line-height: 18px;
	color: #fff;
}
#FilterCon .FilterLabel2Box {
	display: block;
	float: left;
	width: 50px;
	height: 18px;
	line-height: 18px;
	color: #fff;
}
#FilterCon #FilterButt {
	display: block;
	float: right;
	border: 1px solid #2e4d5a;
	width: 100px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #a9cdde;
	color: #000000;
	font-weight: bold;
	border-radius: 3px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/*************** Pagination ***************/
#PaginationCon {
	position: relative;
	float: right;
	margin: 5px 0px 5px 10px;
}
#PaginationPerPage {
	height: 35px;
	line-height: 35px;
	width: 53px;
	background: #F1F1F1;
	float: right;
	border: 1px solid #E3E3E3;
	border-radius: 4px 0px 0px 4px;
	color: #4c4c4c;
	padding: 0px 3px;
	cursor: pointer;
}
#PaginationPrev {
	height: 35px;
	float: right;
	border: none;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	width: 30px;
	background: #F1F1F1 url(../images/icons/arrow_left.png) no-repeat;
	background-size: 25px;
	background-position: center;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#PaginationPrev:hover {
	background-color: #a9cdde;
}
#PaginationPages {
	height: 35px;
	line-height: 35px;
	background: #F1F1F1;
	float: right;
	border: none;
	border-top: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	text-align: center;
	color: #4c4c4c;
	padding: 0px 5px;
	cursor: pointer;
}
#PaginationNext {
	height: 35px;
	background: #F1F1F1;
	float: right;
	border: 1px solid #E3E3E3;
	width: 30px;
	background: #F1F1F1 url(../images/icons/arrow_right.png) no-repeat;
	background-size: 25px;
	background-position: center;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#PaginationNext:hover {
	background-color: #a9cdde;
}
#PaginationPrev.disabled, #PaginationNext.disabled, #PaginationPages:disabled {
	background-color: #f9f9f9;
	color: #c7c7c7;
	cursor: default;
}
#PaginationPages:focus, #PaginationPerPage:focus {
	outline: 0;
}
/**************************************************/
.InputsBoxCon1 {
	position: relative;
	border-radius: 3px;
	background: #ffffff;
	border-top: 4px solid #0988e2;
	margin-bottom: 20px;
	width: 100%;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.InputsBoxTitleCon {
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding: 0 25px;
	border-bottom: 1px solid #ececec;
}
.InputsBoxBody {
	width: 100%;
	padding: 0 15px;
}
.InputsBoxFooterCon {
	padding: 0 25px;
	height: 45px;
	line-height: 45px;
	border-top: 1px solid #ececec;
	font-size: 14px;
}
.PageTitle {
	font-weight: bold;
	color: #316d88;
}
.InputGroupCon1 {
	float: left;
	width: 50%;
	padding: 0 20px 0 0;
}
.InputGroupCon2 {
	float: left;
	width: 50%;
	padding: 0 0 0 20px;
}
.InputGroup {
	margin: 0 0 30px 0;
}
.LabelC1 {
	display: block;
	float: left;
	height: 34px;
	line-height: 34px;
	width: 170px;
	font-size: 18px;
	padding: 0 10px 0 0;
	margin: 0 0 15px 0;
}
.LabelC2 {
	display: block;
	height: 34px;
	line-height: 34px;
	width: 100%;
	font-size: 18px;
}
.InputC1 {
	height: 34px;
	float: left;
	border: 1px solid #b1bcc1;
	border-radius: 3px;
	padding: 0 8px;
	display: block;
	color: #495057;
	width: calc(100% - 170px);
	background: #fff;
}
.InputC2 {
	height: 34px;
	border: 1px solid #b1bcc1;
	border-radius: 3px;
	padding: 0 8px;
	display: block;
	color: #495057;
	width: 100%;
	background: #fff;
}
.TinyMceCon {
	width: 100%;
}
/****************************************************************/
#HeaderCon {
	background: #65a2bf;
}
#HeaderMin {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	height: 80px;
	text-align: center;
}
.LogoCon {
	height: 100%;
	padding: 10px 0;
	margin: 0 10px 0 0;
	float: left;
}
.Logo {
	height: 100%;
}
#UserBar {
	position: relative;
	float: right;
	height: 80px;
	padding: 20px 0;
	cursor: pointer;
}
#UserBarAvatar {
	width: 40px;
	height: 40px;
	float: right;
	background: #f3f3f3 url(../images/icons/student-avatar.png);
	border-radius: 25px;
	background-size: cover;
	background-position: center;
}
#UserBarAvatar.Student {
	background-image: url(../images/icons/student-avatar.png);
}
#UserBarAvatar.Teacher {
	background-image: url(../images/icons/teacher-avatar.png);
}
#UserBarAvatar.Admin {
	background-image: url(../images/icons/admin-avatar.png);
}
.UserInfoCon {
	height: 40px;
	padding: 0 10px;
	float: right;
}
#UserBarName {
	height: 20px;
	line-height: 20px;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: right;
}
#UserBarLogin {
	height: 16px;
	line-height: 16px;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 13px;
	color: #ffffff;
	text-align: right;
}
#UserBarOptions {
	display: none;
	position: absolute;
	right: 0;
	top: 60px;
	white-space: nowrap;
	cursor: default;
	padding: 5px 0;
	font-size: 14px;
	color: #505050;
	background: #fff;
	z-index: 10000;
}
#UserBarOptions .UserBarOption {
	display: block;
	padding: 0 10px;
	cursor: pointer;
	height: 35px;
	line-height: 35px;
	color: #212121;
}
#UserBarOptions .UserBarOption:hover {
	background: #e6e6e6;
	font-weight: bold;
}
#SchoolTitle {
	height: 77px;
	line-height: 77px;
	margin: 150px auto 0 auto;
	font-size: 44px;
	color: #414141;
}
#SchoolDescription {
	line-height: 18px;
	width: 335px;
	display: block;
	margin: 10px auto 0 auto;
}
#ContainerCon {
	width: 100%;
	background: #ececec;
}
#ContainerMin {
	max-width: 1200px;
	margin: 0 auto;
	padding: 1%;
	min-height: 500px;
	position: relative;
}
#NavView {
	margin: 20px 0 30px 0;
	border-bottom: 5px solid #c3d5e4;
	overflow: hidden;
}
#NavView .NavItem {
	font-size: 14px;
	color: #414141;
	height: 30px;
	line-height: 30px;
	float: left;
}
#NavView .NavItem.Last {
	font-weight: bold;
	cursor: default;
}
#NavView .NavItemSep {
	padding: 0 5px;
	cursor: default;
}
#ContentCon {
	background: #fff;
	padding: 0 0 10px 0;
}
.InputsBoxCon1 .DocTabsTitlesCon {
	border-bottom: 1px solid #e6e6e6;
}
.InputsBoxCon1 .TabTitle {
	display: block;
	float: left;
	min-width: 70px;
	text-align: center;
	margin: 0px 30px 0px 0px;
	height: 55px;
	line-height: 55px;
	cursor: pointer;
}
.InputsBoxCon1 .TabTitle:hover {
	color: #4d9dd2;
	font-weight: bold;
	border-bottom: 3px solid #4d9dd2;
}
.InputsBoxCon1 .ActiveTab {
	color: #4d9dd2;
	font-weight: bold;
	border-bottom: 3px solid #4d9dd2;
}
.InputsBoxCon1 .DocTabsSection {
	display: none;
	width: 100%;
	min-height: 500px;
	padding: 20px 0 25px 0;
}
.DataTable {
	width: calc(100% - 20px);
	margin: 0 10px;
	font-size: 14px;
	color: #353535;
	cursor: default;
}
.DataTable th {
	color: #000;
	font-weight: bold;
	border-bottom: 2px solid #2d8ac7;
}
.DataTable, th, td {
	border-bottom: 1px solid #d6d6d6;
	border-collapse: collapse;
	padding: 8px 5px;
	text-align: left;
}
.DataTable tr:last-child, .DataTable tr:last-child td {
	border-bottom: 1px solid #fff;
}
.DataTable .MoreOptions {
	width: 20px;
	position: relative;
}
.DataTable .OptionsIcon {
	width: 100%;
	cursor: pointer;
}
.DataTable .OptionsListCon {
	display: none;
	background: #fff;
	min-width: 160px;
	z-index: 100;
	position: absolute;
	top: 6px;
	right: 17px;
	font-size: 11px;
	padding: 10px 0;
	text-align: left;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
}
.DataTable .OptionListItem {
	display: block;
	cursor: pointer;
	padding: 6px 10px 6px 33px;
	color: #3c4043;
}
.DataTable .OptionListItem:hover {
	background-color: #e6e6e6;
	color: #000;
	cursor: pointer;
}
.DataTable .ShowOption {
	background-position: 15px center;
	background-repeat: no-repeat;
	background-size: 14px;
	background-image: url(../images/icons/show.png);
}
.DataTable .EditOption {
	background-position: 15px center;
	background-repeat: no-repeat;
	background-size: 14px;
	background-image: url(../images/icons/edit2.png);
}
.DataTable .DeleteOption {
	background-position: 15px center;
	background-repeat: no-repeat;
	background-size: 14px;
	background-image: url(../images/icons/delete2.png);
}
.DataTable .NewEdited {
	background: #56b9ff52;
}
.DataTable .CheckColmun {
	width: 30px;
}
.TableLabel {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background: #368622;
	color: #fff;
	padding: 0 6px;
	margin: 1px 6px 1px 0;
	border-radius: 3px;
	white-space: nowrap;
}
.DataTable .DateCon {
	float: left;
	padding: 4px 0px;
	width: 50px;
	height: 50px;
	border: 2px solid #5699c5;
	color: #5699c5;
	text-align: center;
}
.DataTable .DatePart1 {
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	height: 20px;
}
.DataTable .DatePart2 {
	display: block;
	font-size: 15px;
	line-height: 18px;
	height: 18px;
	text-transform: uppercase;
}
.DataTable .PostTitle {
	height: 30px;
	display: block;
	font-size: 17px;
	font-weight: bold;
    max-width: 430px;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.DataTable .LessonDateTime {
	display: block;
	font-size: 0;
	height: 20px;
}
.DataTable .LessonDate {
	background: url(../images/icons/date.png);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: left 0px center;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	padding: 0 20px 0 20px;
}
.DataTable .LessonTime {
	background: url(../images/icons/time.png);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: left 0px center;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	padding: 0 20px 0 20px;
}
.DataTable th.Order {
	cursor: pointer;
	background-position: right 3px center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/sort.png);
	padding: 8px 14px 8px 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.DataTable th.asc {
	background-image: url(../images/icons/assc.png);
}
.DataTable th.desc {
	background-image: url(../images/icons/desc.png);
}
.Etat.Lesson {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background: #368622;
	color: #fff;
	padding: 0 6px;
	margin: 1px 6px 1px 0;
	border-radius: 3px;
	white-space: nowrap;
}
.Etat.Exercise {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background: #FF9800;
	color: #fff;
	padding: 0 6px;
	margin: 1px 6px 1px 0;
	border-radius: 3px;
	white-space: nowrap;
}
/********** PopUp *********************/
.PopupOverlay {
	position: fixed;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #00000073;
	z-index: 1000;
}
.PopupCon {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 95%;
	max-height: 90%;
	background: #fff;
	border-top: 6px solid #167d1a;
	box-shadow: 0px 0px 21px 0px #000;
	border-radius: 4px;
	overflow-y: auto;
}
.PopupHeader {
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	border-bottom: 1px solid #ececec;
}
.PopupTitle {
	float: left;
	height: 44px;
	line-height: 44px;
	width: calc(100% - 35px);
	font-size: 17px;
	font-weight: bold;
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.PopupClose {
	float: right;
	height: 24px;
	margin: 10px 0 10px 10px;
	padding: 3px;
	border-radius: 24px;
	overflow: hidden;
	cursor: pointer;
}
.PopupClose:hover {
	background: #ccc;
}
.PopupContent {
	background: #fff;
	margin: 0px;
	padding: 35px;
}
.PopupContentPart1 {
	float: left;
	width: 50%;
	padding: 0 15px 0 0;
	border-right: 1px solid #b1bcc1;
}
.PopupContentPart2 {
	float: right;
	width: 50%;
	padding: 0 0 0 15px;
}
.PopupGroupInputsC1 {
	width: 50%;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 20px 0 0;
}
.PopupGroupInputsC2 {
	width: 100%;
	margin: 0 0 20px 0;
}
.PopupLabelC1 {
	display: block;
	height: 25px;
	line-height: 25px;
}
.PopupInputC1 {
	height: 34px;
	border: 1px solid #b1bcc1;
	padding: 0px 8px;
	color: #495057;
	width: 100%;
}
.PopupInputFor2C1 {
	height: 34px;
	float: left;
	border: 1px solid #b1bcc1;
	padding: 0px 8px;
	color: #495057;
	width: 50%;
}
.PopupInputFor2C2 {
	height: 34px;
	float: right;
	border: 1px solid #b1bcc1;
	border-left: none;
	padding: 0px 8px;
	color: #495057;
	width: 50%;
}
.CheckElementCon {
	float: left;
	height: 25px;
	line-height: 25px;
	margin: 0 15px 5px 0;
}
.PopupInputCheck {
	float: left;
	margin: 5px 5px 5px 0;
	height: 15px;
	width: 15px;
}
.PopupLoding {
	display: none;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 120px;
	height: 120px;
	position: absolute;
	margin: auto;
}
.PopupFooter {
	width: 100%;
	padding: 10px 20px;
	border-top: 1px solid #ccc;
}
.PasswordInput {
	float: left;
	width: calc(100% - 34px);
}
.GeneratePw {
	float: left;
	width: 34px;
	height: 34px;
	padding: 5px;
	border: 1px solid #b1bcc1;
	border-left: none;
	cursor: pointer;
}
.GeneratePw img {
	width: 100%;
	height: 100%;
}
/********** Footer ********************/
#FooterCon {
	width: 100%;
	background: #65a2bf;
}
#FooterMin {
	max-width: 1200px;
	margin: 0 auto;
	padding: 25px 0 10px 0;
}
.FirstFooterItem {
	width: 30%;
	float: right;
}
.FirstFooterCon {
	direction: ltr;
	border-left: 1px solid #cccccc6b;
	padding: 0 16px;
}
.ThirdFooterItem {
	width: 70%;
	float: right;
}
.ThirdFooterCon {
	direction: ltr;
	text-align: justify;
	font-size: 15px;
	padding: 0 16px;
}
.GoEtudLogo {
	float: left;
	width: 95px;
	margin: 0 8px 0 0;
}
.FooterPhone {
	display: block;
	padding: 4px 6px 4px 35px;
	background: url(../images/icons/phone.png) no-repeat;
	background-position: 5px center;
	background-size: 25px;
}
.FooterFax {
	display: block;
	padding: 4px 6px 4px 35px;
	background: url(../images/icons/fax.png) no-repeat;
	background-position: 5px center;
	background-size: 24px;
}
.FooterEmail {
	display: block;
	padding: 4px 6px 4px 35px;
	background: url(../images/icons/email.png) no-repeat;
	background-position: 5px center;
	background-size: 25px;
}
.FooterAddress {
	display: block;
	padding: 4px 6px 4px 35px;
	background: url(../images/icons/address.png) no-repeat;
	background-position: 5px center;
	background-size: 25px;
}
#CopyrightCon {
	width: 100%;
	background: #447e9a;
}
#CopyrightMin {
	max-width: 1200px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
}
/******************************** Responsive *************************/
@media all and (max-width: 900px) {
.FirstFooterItem {
	width: 50%;
}
.SecondFooterItem {
	width: 50%;
}
.ThirdFooterItem {
	width: 100%;
}
.ThirdFooterCon {
	border-right: none;
}
.SecondFooterCon {
	text-align: center;
	padding: 0 16px 15px 16px;
}
}
@media all and (max-width: 800px) {
#NavView {
	margin: 10px 0 0 0;
	padding: 0 10px;
}
#NavView .NavItem {
	font-size: 12px;
	height: 22px;
	line-height: 22px;
}
.swal2-title {
	font-size: 16px;
}
.Butt {
	height: 32px;
	line-height: 32px;
	padding: 0 20px 0 8px;
	font-size: 12px;
}
.DeleteButt, .SearchButt, .CancelButt, .EditButt, .AddButt, .SaveButt {
	background-position: right 5px center;
	background-size: 10px;
}
}
@media all and (max-width: 790px) {
#HeaderMin {
	height: 380px;
}
}
@media all and (max-width: 730px) {
#HeaderMin {
	height: 355px;
}
#SchoolTitle {
	font-size: 40px;
}
}
@media all and (max-width: 630px) {
#HeaderMin {
	height: 280px;
}
#SchoolTitle {
	margin: 85px auto 0 auto;
	font-size: 35px;
}
}
@media all and (max-width: 560px) {
#HeaderMin {
	height: 285px;
}
#SchoolTitle {
	margin: 90px auto 0 auto;
	font-size: 30px;
}
.FirstFooterItem {
	width: 100%;
	border-bottom: 1px solid #ccccccb3;
}
.SecondFooterItem {
	width: 100%;
	border-bottom: 1px solid #ccccccb3;
}
.ThirdFooterItem {
	width: 100%;
}
.FirstFooterCon {
	border-left: none;
	padding: 0 16px 15px 16px;
}
#CopyrightMin {
	height: unset;
	line-height: initial;
	padding: 8px 5px;
}
}
@media all and (max-width: 510px) {
#HeaderMin {
	height: 250px;
}
#SchoolTitle {
	margin: 80px auto 0 auto;
	font-size: 28px;
}
#SchoolDescription {
	width: 90%;
	margin: 0 auto 0 auto;
}
}
@media all and (max-width: 450px) {
#HeaderMin {
	height: 240px;
}
#SchoolTitle {
	margin: 70px auto 0 auto;
	font-size: 20px;
}
}
@media all and (max-width: 440px) {
#HeaderMin {
	height: 230px;
}
#SchoolTitle {
	margin: 60px auto 0 auto;
	font-size: 20px;
}
}
@media all and (max-width: 420px) {
#HeaderMin {
	height: 200px;
}
}
