﻿/* STYLE FOR SIGN-IN */

.passPeeker {
	position: absolute;
	top: 37px;
	right: 13px;
	opacity: 0.4;
}

.sign-form {
	max-width: 1024px;
}

	.sign-form .btn-sign-in {
		background: transparent linear-gradient(101deg, #3A3AFF 0%, #259DFF 100%) 0% 0% no-repeat padding-box;
		border: 0px;
		border-radius: 8px;
		padding: 20px 16px;
		font-weight: 700 !important;
		font-size: 16px !important;
	}

@media (min-width: 768px) {
	.sign-form-container {
		height: 90vh;
		flex-wrap: wrap;
		align-content: center;
	}

	.sign-in-left-wing {
		background: #6181FD 0% 0% no-repeat padding-box;
		border-radius: 8px 0px 0px 8px;
		height: 609px;
		padding: 32px;
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
	}

	.sign-in-right-wing {
		background: #FFFFFF 0% 0% no-repeat padding-box;
		border-radius: 0px 8px 8px 0px;
		padding: 32px;
		height: 609px;
	}
}

@media (max-width: 767px) {
	#page-top {
		background: #fff;
	}

	.sign-form {
		display: block !important;
		background: transparent linear-gradient(119deg, #3A3AFF 0%, #259DFF 100%) 0% 0% no-repeat padding-box;
	}

	.sign-form-container {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem !important;
	}

	.sign-in-left-wing {
		width: 100%;
		display: block;
		text-align: center;
		padding: 36px;
	}

	.sign-in-right-wing {
		width: 100%;
		display: block;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		border-radius: 8px 8px 0px 0px;
		padding: 36px;
	}
}

/* STYLE FOR HOMEPAGE */
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

body {
	font-family: Roboto;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5 {
	font-weight: 700;
	color: #1F1F21;
	margin-bottom: 20px;
}

/* temporary forcefull modification */
.bg-gradient-primary {
	background-color: #fff;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#ffffff),to(#ffffff));
	background-image: linear-gradient( 180deg,#ffffff 10%,#ffffff 100%);
	background-size: cover;
}

.modal {
	width: 100vw;
}


@media (min-width: 768px) {
	.sidebar {
		width: 320px !important;
		min-width: 320px;
		background: #fff !important;
		box-sizing: border-box;
		border-right: 1px solid #E4E4E4;
		overflow-y: auto;
		max-height: 100vh;
	}

		.sidebar .sidebar-brand {
			min-height: 96px;
			box-sizing: border-box;
		}

		.sidebar .nav-item {
			margin-left: 32px;
			margin-right: 32px;
			width: 256px;
			padding-left: 20px;
			box-sizing: border-box;
			border-bottom: 0px;
		}

			.sidebar .nav-item.menu-selected-active {
				border-radius: 8px;
				background: transparent linear-gradient(102deg, #3A3AFF 0%, #259DFF 100%) 0% 0% no-repeat padding-box;
			}

			.sidebar .nav-item .nav-link {
				/*color: #B7B7BC !important;*/
				color: #000000 !important;
				height: 56px;
				width: 100%;
				box-sizing: border-box;
				padding: 16px 0px 16px 0px !important;
				line-height: 24px;
			}


			.sidebar .nav-item.menu-selected-active .nav-link {
				color: #fff !important;
			}


			.sidebar .nav-item .nav-link span {
				padding-left: 16px;
				font-size: 14px;
			}
}

@media (max-width: 767px) {
	.sidebar .sidebar-brand {
		height: 64px;
	}

	.sidebar {
		background: #fff !important;
		overflow-y: auto;
		max-height: 100vh;
		width: 80vw;
		position: fixed;
	}

		.sidebar.toggled {
			width: 0px !important;
		}

		.sidebar .nav-item.menu-selected-active {
			background: transparent linear-gradient(102deg, #3A3AFF 0%, #259DFF 100%) 0% 0% no-repeat padding-box;
		}

		.sidebar .nav-item .nav-link {
			/*color: #B7B7BC !important;*/
			color: #000000 !important;
			width: 100%;
		}

		.sidebar .nav-item.menu-selected-active .nav-link {
			color: #fff !important;
		}


	#accordionSidebar:not(.toggled) + #content-wrapper {
		/*transform: translateX(200px);*/ /* Equal to translate(10px) */
		margin-left: 80vw;
		width: 100vw;
		position: absolute;
	}

	#accordionSidebar.toggled + #content-wrapper {
		transform: initial; /* Equal to translate(10px) */
		margin-left: 0px;
		width: 100vw;
		position: initial;
	}
}

.sidebar .nav-item .nav-link .gray-filter {
	/*filter: invert(64%) sepia(0%) saturate(50%) hue-rotate(344deg) brightness(113%) contrast(97%);*/
	filter: invert(64%) sepia(70%) saturate(50%) hue-rotate(344deg) brightness(30%) contrast(97%);
}


@media (min-width: 768px) {
	.visible-mobile {
		display: none !important;
	}

	.hidden-mobile {
	}

	.district-school-title {
		text-align: center;
		padding: 14px 16px 14px 32px;
		min-height: auto;
	}

	.top-header-logo {
		float: left;
	}

	.top-header-title {
	}
}

@media (max-width: 767px) {
	.visible-mobile {
	}

	.hidden-mobile {
		display: none !important;
	}

	.district-school-title {
		font-size: 13px;
	}

	.header-title {
		margin-left: auto;
		margin-right: auto;
		padding-right: 48px;
	}

	.top-header-logo {
	}

		.top-header-logo img {
			height: 38px;
		}

	.top-header-title {
		display: none;
	}
}


.sidebar .nav-item.menu-selected-active .nav-link .gray-filter {
	filter: brightness(0) invert(1);
}



#wrapper .base-color {
	background-color: #F4F5F8;
}

.topbar {
	background-color: #fff;
	height: 96px;
	box-sizing: border-box;
	border-bottom: 1px solid #E4E4E4;
	padding-left: 24px;
	padding-right: 24px;
}

	.topbar #sidebarToggleTop {
		height: 32px;
		width: 32px;
		padding: 0px;
		display: block;
		font-size: 22px !important;
		box-sizing: border-box;
		padding: 0px 6px;
		color: #1F1F21;
		font-weight: 300;
	}

@media (max-width: 767px) {
	.topbar {
		height: 64px;
	}
}

.pp-container {
	width: 48px;
	height: 48px;
	background-color: rgba(0,0,0,0.24);
	border-radius: 48px;
	overflow: hidden;
	text-align: center;
	margin-right: 12px;
	margin-left: 12px;
}

.name-title-container {
}

.pp-name {
	display: block;
	color: #259DFF;
	font-weight: 700;
}

.pp-title {
	display: block;
	color: #BBBBC1;
}

#wrapper #content-wrapper {
	background-color: #F4F5F8;
}

.welcome-page-container {
	margin-left: 16px;
	margin-right: 16px;
}


.icon_menu_box .nav-link {
	background-color: #fff;
	aspect-ratio: 1/1;
	width: 100%;
	/*min-width: 241px;*/
	margin-bottom: 24px;
	border-radius: 8px;
	text-align: center;
	padding: 12px;
}

	.icon_menu_box .nav-link .icon_menu_span {
		color: #1F1F21;
		font-size: 18px;
		font-weight: normal;
	}


.icon_menu {
	width: 64px;
	height: 64px;
	display: block;
	background-color: rgba(0,0,0,0.24);
	background-position: center;
	border-radius: 8px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (max-width: 767px) {

	.icon_menu_box .nav-link .icon_menu_span {
		color: #1F1F21;
		font-size: 14px;
		font-weight: normal;
	}

	.icon_menu {
		transform: scale(0.6875);
		margin-top: 0px;
		margin-bottom: 5px;
	}
}

.icon_menu.add_student {
	background-color: rgba(37, 157, 255, 0.24);
}

	.icon_menu.add_student .icon_add_student {
		width: 64px;
		height: 64px;
		background-position: center;
		background-color: rgba(37, 157, 255, 1);
		mask: url(../images/all-icons/group_add-24px.svg) no-repeat center;
		-webkit-mask: url(../images/all-icons/group_add-24px.svg) no-repeat center;
		mask-size: 31px;
		-webkit-mask-size: 31px;
	}

.icon_menu.info_student {
	background-color: rgba(37, 157, 255, 0.24);
}

	.icon_menu.info_student .icon_info_student {
		width: 64px;
		height: 64px;
		background-position: center;
		background-color: rgba(37, 157, 255, 1);
		mask: url(../images/all-icons/info-24px.svg) no-repeat center;
		-webkit-mask: url(../images/all-icons/info-24px.svg) no-repeat center;
		mask-size: 27px;
		-webkit-mask-size: 27px;
	}

.icon_menu.add_staff {
	background-color: rgba(252, 194, 45, 0.24);
}

	.icon_menu.add_staff .icon_add_staff {
		width: 64px;
		height: 64px;
		background-position: center;
		background-color: rgba(252, 194, 45, 1);
		mask: url(../images/all-icons/person_add-24px.svg) no-repeat center;
		-webkit-mask: url(../images/all-icons/person_add-24px.svg) no-repeat center;
		mask-size: 31px;
		-webkit-mask-size: 31px;
	}

.icon_menu.info_staff {
	background-color: rgba(252, 194, 45, 0.24);
}

	.icon_menu.info_staff .icon_info_staff {
		width: 64px;
		height: 64px;
		background-position: center;
		background-color: rgba(252, 194, 45, 1);
		mask: url(../images/all-icons/info-24px.svg) no-repeat center;
		-webkit-mask: url(../images/all-icons/info-24px.svg) no-repeat center;
		mask-size: 27px;
		-webkit-mask-size: 27px;
	}

.icon_menu.print_shop {
	background-color: rgba(151, 70, 232, 0.24);
}

	.icon_menu.print_shop .icon_print_shop {
		width: 64px;
		height: 64px;
		background-position: center;
		background-color: rgba(151, 70, 232, 1);
		mask: url(../images/all-icons/local_printshop-24px.svg) no-repeat center;
		-webkit-mask: url(../images/all-icons/local_printshop-24px.svg) no-repeat center;
		mask-size: 27px;
		-webkit-mask-size: 27px;
	}

.icon_menu.manage_users {
	background-color: rgba(151, 70, 232, 0.24);
}

	.icon_menu.manage_users .icon_manage_users {
		width: 64px;
		height: 64px;
		background-position: center;
		background-color: rgba(151, 70, 232, 1);
		mask: url(../images/all-icons/ManageUsers.png) no-repeat center;
		-webkit-mask: url(../images/all-icons/ManageUsers.png) no-repeat center;
		mask-size: 27px;
		-webkit-mask-size: 27px;
	}

.icon_menu.id_print_history {
	background-color: rgba(37, 157, 255, 0.24);
}

	.icon_menu.id_print_history .icon_id_print_history {
		width: 64px;
		height: 64px;
		background-position: center;
		background-color: rgba(37, 157, 255, 1);
		mask: url(../images/all-icons/PrintHistory.png) no-repeat center;
		-webkit-mask: url(../images/all-icons/PrintHistory.png) no-repeat center;
		mask-size: 31px;
		-webkit-mask-size: 31px;
	}

.icon_menu.export_image {
	background-color: rgba(237, 77, 77, 0.24);
}

	.icon_menu.export_image .icon_export_image {
		width: 64px;
		height: 64px;
		background-position: center;
		background-color: rgba(237, 77, 77, 1);
		mask: url(../images/all-icons/perm_media-24px.svg) no-repeat center;
		-webkit-mask: url(../images/all-icons/perm_media-24px.svg) no-repeat center;
		mask-size: 27px;
		-webkit-mask-size: 27px;
	}

.icon_menu.contact_us {
	background-color: rgba(237, 77, 77, 0.24);
}

	.icon_menu.contact_us .icon_contact_us {
		width: 64px;
		height: 64px;
		background-position: center;
		background-color: rgba(237, 77, 77, 1);
		mask: url(../images/all-icons/ContactUs.png) no-repeat center;
		-webkit-mask: url(../images/all-icons/ContactUs.png) no-repeat center;
		mask-size: 27px;
		-webkit-mask-size: 27px;
	}

.icon_menu.school_list_uploader {
	background-color: rgba(237, 77, 77, 0.24);
}

	.icon_menu.school_list_uploader .icon_school_list_uploader {
		width: 64px;
		height: 64px;
		background-position: center;
		background-color: rgba(237, 77, 77, 1);
		mask: url(../images/menu/menu-school-list-uploader.png) no-repeat center;
		-webkit-mask: url(../images/menu/menu-school-list-uploader.png) no-repeat center;
		mask-size: 27px;
		-webkit-mask-size: 27px;
	}

#quickLink {
	background-color: #fff;
	border-radius: 8px;
	margin-bottom: 20px;
}

	#quickLink .nav-link {
		height: 64px;
		padding: 0px;
		margin-left: 8px;
		margin-right: 8px;
		border-bottom: 1px solid rgba(228, 228, 228, 1);
		line-height: 64px;
		box-sizing: border-box;
		position: relative;
	}

		#quickLink .nav-link:last-child {
			border-bottom: 0px solid rgba(228, 228, 228, 1);
		}

		#quickLink .nav-link::after {
			content: "";
			display: block;
			position: absolute;
			width: 15px;
			height: 20px;
			background-image: url('../images/all-icons/arrow_forward_ios-24px.svg');
			background-repeat: no-repeat;
			background-size: contain;
			background-position: center;
			top: 22px;
			right: 0px;
			opacity: 0.3;
		}

		#quickLink .nav-link .quick-link {
			color: #BBBBC1;
			font-weight: normal;
			font-size: 16px;
		}


/*Calendar CSS*/
.k-calendar {
	border-radius: 8px;
	border: 1px solid #E4E4E4;
}

	.k-calendar > .k-header {
		border-color: #fff; /*#dedee0*/
		color: #535b6a;
		background-color: #fff;
		font-weight: 700;
		font-size: 18px;
	}

	.k-calendar th {
		border-color: #fff; /*#dedee0*/
		color: #515967;
		background-color: #fff;
		font-weight: 700;
	}

	.k-calendar .k-today .k-link {
		color: #fff;
		box-shadow: inset 0 0 0 1px #FCC22D;
		background-color: #FCC22D;
		border-radius: 50px;
	}

	.k-calendar td.k-state-selected .k-link {
		border-color: #259DFF;
		color: #fff;
		background-color: #259DFF;
		border-radius: 50px;
	}


	.k-calendar td.k-state-hover .k-link {
		border-color: #259DFF;
		color: #505968;
		background-color: rgba(37,157,255,0.6);
		border-radius: 50px;
	}

/* Event Container CSS*/
.event-container-row {
	overflow-y: scroll;
	width: 100%;
	border-radius: 8px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #E4E4E4;
}

	.event-container-row .event-tr {
		border: initial;
		border-bottom: 1px #E4E4E4 solid;
	}

		.event-container-row .event-tr:last-child {
			border: initial;
			border-bottom: 0px;
		}

.event-tr .event-date {
	background-color: #fff;
	color: initial;
	padding-top: 12px;
	padding-bottom: 12px;
}

.event-tr .event-title {
	font-weight: 400;
}

.k-block, .k-content, .k-dropdown .k-input, 
.k-popup, .k-toolbar, .k-widget, .k-textbox, 
.k-multiselect, .k-link, .k-header,
.k-grid-filter, .k-filterable, .k-label, .k-pager-wrap,
.k-floatwrap{
	color: #000000 !important;
}
