@charset "utf-8";

/*Font Family*/
@font-face {
	font-family:'FontAwesome';
	font-style:normal;
	src:url(webfonts/fa-solid-900.eot);
	src:url(webfonts/fa-solid-900.svg),
	url(webfonts/fa-solid-900.ttf),
	url(webfonts/fa-solid-900.woff),
	url(webfonts/fa-solid-900.woff2);
}
@font-face {
	font-family:'Aquilo';
	font-style:normal;
	src:url(_fonts/Aquino-Demo.ttf);

}
@font-face {
	font-family:'GillSansUltra';
	src:url(_fonts/gillsans-ultrabold.eot);
	src:url(_fonts/GILSANUB.ttf),
	url(_fonts/gillsans-ultrabold.woff);
}
@font-face {
	font-family:'Sequel';
	src:url(_fonts/Sequel-Regular.ttf);
}
@font-face {
	font-family:'BorisBlackBloxx';
	src:url(_fonts/BorisBlackBloxx.ttf);
}
@font-face {
	font-family:'Ackbar';
	src:url(_fonts/Ackbar.ttf);
}
@font-face {
	font-family:'LCD';
	src:url(_fonts/LCDMB___.TTF);
}
@font-face {
	font-family:'DS-DIGIB';
	src:url(_fonts/DS-DIGIB.TTF);
}
@font-face {
	font-family:'BebasNeue';
	src:url(_fonts/BebasNeue.otf);
}
@font-face {
	font-family:'BebasKai';
	src:url(_fonts/BebasKai-Regular.otf);
}
@font-face {
	font-family:'Gravity-Regular';
	src:url(_fonts/Gravity-Regular.otf);
}
@font-face {
	font-family:'Gravity-Light';
	src:url(_fonts/Gravity-Light.otf);
}
@font-face {
	font-family:'Gravity-Bold';
	src:url(_fonts/Gravity-Bold.otf);
}
@font-face {
	font-family:'Ubuntu-Title';
	src:url(_fonts/ubuntu-title-fr.ttf);
}
@font-face {
	font-family:'Young';
	src:url(_fonts/Young.ttf);
}
@font-face {
	font-family:'Coffee-Regular';
	src:url(_fonts/kenyan-coffee-rg.ttf);
}
/*General Styles*/
body {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:5px;
	min-height:99%;
	font-family:"Gravity-Regular";
	font-size:100%;
}
#login_bg {
	background:url(../images/login_bg_reduced2.jpg) no-repeat;
	background-size: cover;
}
.no_bg {
	background: url(../images/page-loader.gif) no-repeat 50% -19% !important;
}
#preload_img {
	position:absolute;
	top:-9999px;
	left:-9999px;
}
div.wrapper {
	position: absolute;
	width: calc(100% - 250px);
	left: 250px;
	top: 49px;
	/*height: calc(100% - 50px);*/
	height: auto;
	background-color: hsla(240,7%,81%,.15);
}
div.nomenu_wrapper {
	position:absolute;
	width:100%;
	height:99%;
}
a {
	text-decoration:none;
	color:#0073aa;
}
a:hover {
	color:#00a0d2;
	text-decoration: none;
}
a:focus {
	outline: none;
}
.no_display {
	display:none;
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
}
#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;

	border: 3px solid transparent;
	border-top-color: #3498db;
	z-index: 1500;
	border-radius: 50%;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 3px solid transparent;
	border-top-color: #e74c3c;
	border-radius: 50%;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 3px solid transparent;
	border-top-color: #f9c922;
	border-radius: 50%;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 1000;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}
/* Loaded */
.loaded #loader-wrapper {
    visibility: hidden;
	-webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);

        -webkit-transition: all 0.3s 0.6s ease-out;
                transition: all 0.3s 0.6s ease-out;
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);  /* IE 9 */
    transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);  /* IE 9 */
    transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
}
.loaded #loader {
    opacity: 0;
	-webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.loaded #loader-wrapper .loader-section.section-right,
.loaded #loader-wrapper .loader-section.section-left {

    -webkit-transition: all 0.3s 0.3s ease-out;
            transition: all 0.3s 0.3s ease-out;
}
::-webkit-input-placeholder {
	color: #B5A7A7 !important;
	font-weight: normal;
}

/*Header Styles*/
.navbar > .container-fluid {
	display: block !important;
}
header {
	position:fixed;
	width:100%;
	height:50px;
	background-color:#28282b;
	color:#EDC6C6;
	text-shadow:
	-1px -1px 0 #000,
	1px -1px 0 #000,
	-1px 1px 0 #000,
	1px 1px 0 #000;
	box-shadow:0px 1px 10px #000;
	z-index:5 !important;
}
#headerlogo {
	float:left;
	height:57px;
	width:200px;
	margin-right:20px;
	margin-top:5px;
	margin-left:10px;

}
header .logo {
	float:left;
	padding-left:40px;
	padding-top:1px;
	color:#FFF;
}
div.date_time {
	width:100%;
	text-align:center;
	position:absolute;
	z-index:-1;
	height: 50px;
	top: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
nav #date {
	color:#e2d3d3;
	font-size:150%;
	display:inline-block;
	cursor:pointer;
	padding-right:15px;
}
nav #time {
	font-family:DS-DIGIB;
	color:#b8ccb8;
	font-size:275%;
	display:inline-block;
	cursor:pointer;
}
nav #ampm {
	font-family:DS-DIGIB;
	display:inline-block;
	color:#b8ccb8;
}
.blink {
	animation: blink 1s step-start 0s infinite;
	display:inline-block;

}
nav span.profile_image img {
	width:40px;
	height:40px;
	margin-right:10px;
	border-radius:50%;
}
.navbar {
	height: 50px;
	border-bottom: solid thin #a096964d;
	padding: 0 15px;
}
.user-menu {
	position: absolute !important;
	left: auto;
	right: 0;
	margin: 0;
	top: 50px;
	width: 330px;
	padding: 5px 0 0 0;
}
.notification-block {
	position: absolute !important;
    left: auto;
    right: -117px;
	margin: 0;
	padding: 0 0 5px 0;
	width: 370px;
	min-height: 300px;
}
.nav-icons {
	display: flex;
	height: 50px;
	justify-content: center;
}
.nav-icon {
	display: inline-flex;
	color: #FFF;
	margin-right: 10px;
}
.user-icon {
	height: 50px;
	display: flex;
	justify-content: center;
}
.nav-block {
	height: 50px;
	position: relative;
}
.nav-item {
	display: block;
}
.notification-item {
	height: 65px;
    padding: 5px 20px 5px 10px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    border-bottom: 1px #e5e5ef solid;
    margin-top: 10px;

}
.notification-item:hover > .notification-icon {
	background-color: #0F9;
}
.notification-header {
	padding: 5px;
    background: dodgerblue;
    color: white;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.notification-bell {
	position: relative;
}
.notification-count {
	position: absolute;
    top: -10px;
    right: -5px;
    background: red;
    border-radius: 50%;
    font-size: 66%;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.notification-icon {
	width: 35px;
	background: orange;
	color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    border-radius: 5px;
	margin-right: 10px;
}
.notification-body {
    width: 314px;
	height: 100%;
}
.notification-body .notification-title {
    float: left;
	color: orange;
	line-height: 15px;
}
.notification-body .notification-time {
    float: right;
	font-size: small;
	line-height: 15px;
}
.notification-body .notification-caption {
	color: grey;
    font-size: 14px;
    clear: both;
	line-height: 20px;
	position: relative;
	max-height: 43px;
	overflow: hidden;
}
.notification-body .notification-caption:after {
	content: "";
    text-align: right;
    position: absolute;
    bottom: 1px;
    right: 0;
    width: 35%;
    height: 19px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);

}
.notification-item.read .notification-title {
    color: grey;
}
.notification-item.read .notification-icon {
    background-color: grey;
}
.notification-item.read .notification-caption {
    color: #c8c2c2;
}
.dropdown {
	position: static !important;
}
.header-icon {
	display: contents;
}
.toggler-wrapper {
	display: none;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}
nav .user-details .user-email {
	font-size: 70%;
	color: #665E5E;
}
nav .user-image img {
	width: 100%;
	height: 100%;
	margin-right:10px;
}
nav .usernav_footer {
	margin-top: 10px;
	padding: 15px 5px 15px 5px;
	background: #8b9094;
}
nav .change_photo {
	font-size: 70%;
}
nav .top_nav {
	position: relative;
}
.navbar-brand {
	height: 50px;
	display: inline-flex;
	align-items: center;
}
/*.dropdown {
	position: static !important;
}*/
.user-dropdown {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.user-icon:hover {
	background: #8c8c8c;
}
@media only screen and (max-width: 1350px) {
	nav #date {
		display:none;
	}
}
@media only screen and (max-width: 1200px) {
	nav .date_time {
		display:none;
	}
}
@media only screen and (max-width: 900px) {
	nav .navbar-brand {
		display:none;
	}
}
@media only screen and (max-width: 550px) {
	span.nav_username {
		display: none;
	}
}
@keyframes blink {
	50% {
		opacity:0.0;

	}
}

/*End Header Styles*/

/*Start of Side Menu*/
div.sidebar_menu {
	width:250px;
	height:calc(100% - 50px);
	position:fixed;
	/*left:0;*/
	top:50px;
	/*background-color:#28282b;*/
	/*color:#b9bfb0;*/
	overflow-y: auto;
	overflow-x: hidden;
	z-index:3;
}
i.icon {
    /* padding: 5px; */
    /* background: blue; */
    width: 29px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
	align-items: center;
	border-radius: 5px;
}
.sidebar_menu>ul>li>a {
	display: block;
	padding: 0 20px;
	line-height: 38px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 250px;
}
.sidebar_menu>ul>li.divider {
	padding: 20px 20px 0;
	color: #b0b0b0;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 70%;
	width: 250px;
}
div.sidebar_menu .option {
	cursor:pointer;
	padding: 15px 0px 15px 15px;
	width: 250px;
}
div.sidebar_menu .option:hover {
	color:#090;
	background:rgba(255,255,255,0.3);
}
div.sidebar_menu .option .icon {
	font-family:FontAwesome;
	display:inline-block;
	margin-right:10px;
}
div.sidebar_menu a {
	text-decoration:none;
	color:#FFF;
}
div.sidebar_menu a:hover > i.icon {
	background: #007bff;
	transition: background 0.1s;
}
div.sidebar_active {
	background:rgb(106, 119, 106);
}

div.sidebar_menu::-webkit-scrollbar {
	width: 10px;
}

div.sidebar_menu::-webkit-scrollbar-track {
	/* background: #f1f1f1; */
}

div.sidebar_menu::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 5px;
}

div.sidebar_menu::-webkit-scrollbar-thumb:hover {
	background: #555;
}
/*End of Side Menu*/

/*Start of Dashboard*/
div.dash_wrapper {
	width:100%;
	position:relative;
}
/*End of Dashboard*/

/*Other Pages*/
div.title {
	border-bottom: thin solid #e0dfde;
	min-height:65px;
	background: #FFF;
}
div.title h1 {
	font-family: Coffee-Regular;
	padding:0 0 0 10px;;
	color: #7b7979;
	margin-bottom:0;
	margin-top:1px;
	/*white-space:nowrap;*/
	/*font-size:350%;*/
	text-align:center;
	/*overflow: hidden;*/
}
table.student_table {
	width:100%;
	max-width: 1250px;
	text-align: left;
}
table.default-table {
	width:100%;
	max-width: 1250px;
	text-align: left;
}
table a {
	text-decoration:none;
	display: inline-block;
}
div.left_column {
	/*width:25%;*/
	/*min-width:360px;*/
	text-align: center;
}
div.left_column .profile_box {
	min-width:300px;
}
div.left_column .profile_box ul {
	padding:10px 10px 0 10px;
}
div.left_column .profile_box ul li {
	color:#360;
	list-style:none;
	font-size:15px;
	font-family:"Arial Black", Gadget, sans-serif;
}
div.left_column .profile_box ul li a {
	text-decoration:none;
	color:inherit;
}
div.left_column .profile_box ul li h5 .info{
	display:inline-block;
}
div.left_column .profile_box ul li figure{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
div.left_column .profile_box ul li figure img {
	width:100%;
	max-width: 480px;
}
div.left_column .profile_box ul li figure figcaption {
	padding: 10px 0px 10px 0;
	margin: 0px 0px 0px 0px;
	background-color:#313233;
	width:100%;
	position:relative;
}
div.left_column .profile_box ul li figure figcaption.student_menu,
div.left_column .profile_box ul li figure figcaption.staff_menu,
.club_menu,
.council_menu {
	/*height:50px;*/
	margin-top:5px;
	text-align:center;
	background:#464242;
	padding-bottom:5px;
	padding-top:5px;

}
div.left_column .profile_box ul li figure figcaption.student_menu .student_menu_wrapper,
div.left_column .profile_box ul li figure figcaption.staff_menu .staff_menu_wrapper {
	width:100%;
	display:inline-block;
}
div.left_column .profile_box ul li figure figcaption.student_menu .student_menu_wrapper .student_menu_option,
div.left_column .profile_box ul li figure figcaption.staff_menu .staff_menu_wrapper .staff_menu_option,
.club_menu_option,
.council_menu_option {
	display:inline-block;
	padding:10px;
	background:#675;
	color:#eae2e2;
	width:80%;
	font-size:80%;
	text-align:center;
	cursor:pointer;
	border-radius:3px;
	margin:5px;
	box-sizing: content-box;
}
div.left_column .profile_box ul li figure figcaption.student_menu .student_menu_wrapper .student_menu_option:hover,
div.left_column .profile_box ul li figure figcaption.staff_menu .staff_menu_wrapper .staff_menu_option:hover,
.club_menu_option:hover,
.council_menu_option:hover {
	background:#999966;
}
div.left_column .profile_box ul li figure figcaption h3{
	font-size:140%;
	color:#bcbf94;
	display:inline-block;
	padding-left:10px;
}
div.left_column .profile_box ul li figure figcaption p{
	font-size:100%;
	color:#FFF;
	padding-left:10px;
}
div.left_column .profile_box table {
	width:100%;
	padding:10px;
}
div.left_column .profile_box table td.label {
	font-family:BebasNeue;
	width:50%;
	min-width:75px;
	font-weight:600;
	color:#633;
	font-size:120%;
}
div.left_column .profile_box table th {
	font-family:Ackbar;
	color:#564646;
	background:#2fc52f;

}
div.action {
	font-family:FontAwesome;
	font-size:45px;
	width:50px;
	height:50px;
	transition:all .2s;
	cursor:pointer;
	color:#FFF;
	position:absolute;
	top:10px;
	right:10px;

}
div.left_column .profile_box table td {
	padding:10px 5px 10px 5px;
}
div.hor_separator {
	width:3px;
	display:inline-block;
	height:100%;
	position:fixed;
	background-color:#090;
}
div.right_column .central_info {
	margin-top:45px;
}
div.right_column .central_info table{
	width:100%;
	text-align:center;
	max-width:800px;
	border-collapse:collapse;
}
div.right_column .central_info table th {
	background:#4a3b2b;
	color:#FFF;
	padding:10px;
}
div.right_column .central_info table td {
	padding:10px;
}
div.report_row1,div.report_row2 {
	width:100%;
	height:300px;
	margin-top:15px;
	text-align:center;
	min-width:785px;
}
div.report1, div.report2, div.report3, div.report4, div.report5, div.report6 {
	height:250px;
	cursor:pointer;
	position:relative;
	transition:all 0.2s;
	margin-bottom: 10px;
}

/*Preload Images*/

div.report1 {
	background:url(../images/assessment.jpg);
}
div.report2 {
	background:url(../images/attendance.jpg);
}
div.report3 {
	background:url(../images/students.jpg);
}
div.report4 {
	background:url(../images/sports.jpg);
}
div.report5 {
	background:url(../images/furniture.jpg);
}
div.report6 {
	background:url(../images/discilpline.jpg);
}
div.report1 h2, div.report2 h2, div.report3 h2, div.report4 h2, div.report5 h2, div.report6 h2 {
	position:absolute;
	width:100%;
	line-height:2;
	margin-top:75px;
	font-size:235%;
	font-family:Sequel;
	color:#FFF;
	transition:all 0.2s;
	text-align: center;
}
div.report1:hover h2, div.report2:hover h2, div.report3:hover h2, div.report4:hover h2, div.report5:hover h2, div.report6:hover h2 {
	margin-top:50px;
}
div.title .title_icon {
	font-family:FontAwesome;
	width:50px;
	height:35px;
	display:inline-flex;
	align-items:center;
	font-size:200%;
	justify-content:center;
	cursor:pointer;
	color:#aeaeb3;
	transition:all 0.2s;
	position:absolute;
	top:5px;
	right:5px;
}
div.title .export_icon {
	font-family:FontAwesome;
	height:20px;
	display:inline-flex;
	align-items:center;
	font-size:200%;
	justify-content:center;
	cursor:pointer;
	color:#0F9;;
	transition:all 0.2s;
	float:right;
	margin-right:15px;
}
div.title .export_icon span.export_label {
	font-size:45%;
	padding-right:5px;

}
div.title .title_icon:hover {
	color:#933;
	/*font-size:250%;*/
}
div.title .export_icon:hover {
	color:#F93;
}
td input.input_width {
	width:80%;
}
#name_availability_result, #id_availability_result, #username_availability_result, #login_availability_result {
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	color:#C93;
	padding:0 0 0 10px;
}
table.subject {
	width:100%;
	text-align:center;
	max-width:800px;
	border-collapse:collapse;
	margin-top:25px;
	margin-left:25px;
	margin-bottom:150px;
}
table.subject th {
	background:#4a3b2b;
	color:#FFF;
	padding:10px;
	text-align: center;
}
table.subject td {
	padding:10px;
}
table.subject button {
	padding:10px;
	background: #F03;
	color:#FFF;
	cursor:pointer;
	border:none;
	border-radius:5px;
	transition:all .2s;
}
table.subject button:hover {
	background:#C63;
}
table.subject td input[type=text], table.subject td select, table.subject td input[type=number] {
	padding:10px;
}
table.subject td input[type=submit] {
	padding:15px;
	cursor:pointer;
	font-weight:bold;
	background-color:#F63;
	border:none;
	border-radius:5px;
	transition:all .2s;
	color:#FFF;
	width:160px;
	height:50px;
}
table.subject td input[type=submit]:hover {
	background-color:#030;
	border-color:#CCC;
	color:#fff;
	font-size:85%;
}
div.settings_menu {
	margin-left:10px;
	height:40px;
}
div.settings_menu .settings_tab {
	display:inline-flex;
	height:25px;
	padding:10px;
	background:#C63;
	border-radius:0 0 10px 10px;
	justify-content: center;
	align-items:center;
	color:#FFF;
	font-weight:700;
	cursor:pointer;
	transition:all 0.2s;

}
div.settings_menu .settings_tab:hover {
	color:#0F3;
}
div.settings_menu .settings_tab2 {
	display:inline-flex;
	height:25px;
	padding:10px;
	background:#C63;
	border-radius:0 0 10px 10px;
	justify-content: center;
	align-items:center;
	color:#0F3;
	font-weight:700;
	cursor:pointer;
	transition:all 0.2s;

}
table.comment_settings {
	width:100%;
	text-align:center;
	max-width:800px;
	border-collapse:collapse;
	margin-top:25px;
	margin-left:25px;
}
table.comment_settings th {
	background:#4a3b2b;
	color:#FFF;
	padding:10px;
}
table.comment_settings td {
	padding:10px;
}
table.comment_settings button {
	padding:10px;
	background: #F03;
	color:#FFF;
	cursor:pointer;
	border:none;
	border-radius:5px;
	transition:all .2s;
}
table.comment_settings button:hover {
	background:#C63;
}
table.comment_settings td input[type=text], table.subject td select, table.subject td input[type=number] {
	padding:10px;
}
table.comment_settings td textarea {
	padding:10px;
	width:calc(100% - 20px);
}
table.comment_settings td input[type=submit] {
	padding:15px;
	cursor:pointer;
	font-weight:bold;
	background-color:#F63;
	border:none;
	border-radius:5px;
	transition:all .2s;
	color:#FFF;
	width:160px;
	height:50px;
}
table.comment_settings td input[type=submit]:hover {
	background-color:#030;
	border-color:#CCC;
	color:#fff;
	font-size:85%;
}
table.term_settings {
	width:100%;
	text-align:center;
	max-width:800px;
	border-collapse:collapse;
	margin-top:25px;
	margin-left:25px;
}
table.term_settings th {
	background:#4a3b2b;
	color:#FFF;
	padding:10px;
}
table.term_settings td {
	padding:10px;
}
table.term_settings button {
	padding:10px;
	background: #F03;
	color:#FFF;
	cursor:pointer;
	border:none;
	border-radius:5px;
	transition:all .2s;
}
table.term_settings button:hover {
	background:#C63;
}
table.term_settings td input[type=text], table.term_settings td select, table.term_settings td input[type=number] {
	padding:10px;
}
table.term_settings td input[type=submit] {
	padding:15px;
	cursor:pointer;
	font-weight:bold;
	background-color:#F63;
	border:none;
	border-radius:5px;
	transition:all .2s;
	color:#FFF;
	width:160px;
	height:50px;
}
table.term_settings td input[type=submit]:hover {
	background-color:#030;
	border-color:#CCC;
	color:#fff;
	font-size:85%;
}
table.term_settings td.bg {
	background:rgba(74, 59, 43, 0.27);
}
table.add_year {
	width:40%;
	text-align:center;
	max-width:500px;
	min-width:350px;
	border-collapse:collapse;
	margin-top:25px;
	background:#001c0e;
	border-radius:0 5px 5px 0;
}
table.add_year th {
	background:#4a3b2b;
	color:#FFF;
	padding:10px;
}
table.add_year td {
	padding:10px;
}
table.add_year button {
	padding:15px;
	cursor:pointer;
	font-weight:bold;
	background-color:#F63;
	border:none;
	border-radius:5px;
	transition:all .2s;
	color:#FFF;
	width:160px;
	height:50px;
}
table.add_year button:hover {
	background-color:#030;
	border-color:#CCC;
	color:#fff;
	font-size:85%;
}
table.add_year td input:not([type]) {
	padding:10px;
}
table.add_year td input[type=submit] {
	padding:15px;
	cursor:pointer;
	font-weight:bold;
	background-color:#F63;
	border:none;
	border-radius:5px;
	transition:all .2s;
	color:#FFF;
	width:160px;
	height:50px;
}
table.add_year td input[type=submit]:hover {
	background-color:#030;
	border-color:#CCC;
	color:#fff;
	font-size:85%;
}
table.add_year td.label {
	font-family:BebasNeue;
	width:50%;
	min-width:75px;
	font-weight:600;
	color:#0C3;
	font-size:175%;
}
table.enter_term {
	width:50%;
	padding:15px;
}
table.enter_term td {
	font-family:Sequel;
	padding:10px;
	color:#663;
}
table.enter_term td input[type=text],table.enter_term td input[type=number],table.enter_term td input[type=date],table.enter_term td input:not([type]),table.enter_term td input[type=file],table.enter_term td select {
	padding:10px;
}
table.enter_term td input[type=submit] {
	padding:15px;
	cursor:pointer;
	font-weight:bold;
	background-color:#F63;
	border:none;
	box-shadow:0px 2px 10px #000;
	border-radius:5px;
	transition:all .2s;
	color:#FFF;
	width:185px;
	height:55px;
}
table.enter_term td input[type=submit]:hover {
	background-color:#030;
	border-color:#CCC;
	color:#fff;
	font-size:85%;
}
table.adv_settings {
	width:50%;
	padding:15px;
}
table.adv_settings td {
	font-family:Sequel;
	padding:10px;
	color:#663;
}
table.adv_settings td input[type=text],table.adv_settings td input[type=email],table.adv_settings td input[type=date],table.adv_settings td input:not([type]),table.adv_settings td input[type=file], table.adv_settings td select, table.adv_settings td input[type=number] {
	padding:10px;
}
table.adv_settings td input[type=submit] {
	padding:15px;
	cursor:pointer;
	font-weight:bold;
	background-color:#F63;
	border:none;
	box-shadow:0px 2px 10px #000;
	border-radius:5px;
	transition:all .2s;
	color:#FFF;
	width:185px;
	height:55px;
}
table.adv_settings td input[type=submit]:hover {
	background-color:#030;
	border-color:#CCC;
	color:#fff;
	font-size:85%;
}
table.adv_settings tr.bg {
	background: rgba(153,153,102,0.2)
}
.school_menu {
	margin-top:10px;
	margin-left:10px;
}
.school_menu button {
	padding:10px;
	cursor:pointer;
	background:#C63;
	color:#FFF;
	transition:all 0.2s;
}
.school_menu button:hover {
	color:#0F3;
}
td.popup {
	cursor:pointer;
	transition:all 0.1s;
}
td.popup:hover {
	background:rgba(0,0,204,0.2);
}
.message {
	text-align:center;
	width:100%;
	max-width:600px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	transition:all .3s;

}
.message .msg_title {
	background:rgb(85, 232, 226);
	padding:10px;
	position:relative;
	border-radius: 5px 5px 0 0;
	font-weight:700;
	font-size:120%;
}
.message .close_icon {
	position:absolute;
	right:10px;
	top:2px;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor:pointer;
	padding:5px;
	font-size:140%;
	font-family:FontAwesome;
}
.message .close_icon:hover {
	color:rgba(204,51,0,1);
}
.message .msg_body {
	background:rgb(103, 87, 79);
	padding:20px;
	border-radius:0 0 5px 5px;
	color:#FFF;
}
button.update_att {
	margin-left:50px;
	padding:10px;
	cursor:pointer;
	background:#770f1d;
	border-radius:5px;
	border:none;
	color:#FFF;
	max-width:300px;
	margin-top:60px;
}
button.update_att:hover {
	background:rgba(0,153,51,1);
}
div.class_menu .class_tab {
	display:inline-flex;
	height:45px;
	padding:10px;
	background:#5f534e;
	border-radius:2px 2px  2px 2px;
	justify-content: center;
	align-items:center;
	color:#FFF;
	font-weight:700;
	cursor:pointer;
	transition:all 0.2s;
	margin-top: 10px;
	margin-bottom: 10px;

}
div.class_menu .class_tab:hover {
	background: #5F8365;
}
div.class_menu .class_tab2 {
	display:inline-flex;
	height:25px;
	padding:10px;
	background:#C63;
	border-radius:0 0 10px 10px;
	justify-content: center;
	align-items:center;
	color:#0F3;
	font-weight:700;
	cursor:pointer;
	transition:all 0.2s;

}
.breadcrumb {
	padding: 0;
	margin-bottom: 0;
	background-color: inherit;
	border-radius: inherit;
}
.breadcrumb ul {
	list-style:none;
	overflow:hidden;
	padding-left:10px;
	margin:0;

}
.breadcrumb ul li {
	float:left;
}
.breadcrumb ul li a{
	text-decoration:none;
	padding:6px 0 6px 40px;
	background:brown;
	background:hsla(34,85%,35%,1);
	position:relative;
	display:block;
	float:left;
	color:#FFF;
	font-weight:700;
}
.breadcrumb ul li a:after{
	content:"";
	display:block;
	width:0;
	height:0;
	border-top:50px solid transparent;
	border-bottom:50px solid transparent;
	border-left:30px solid hsla(34,85%,35%,1);
	position:absolute;
	top:50%;
	margin-top:-50px;
	left:100%;
	z-index:2;
}
.breadcrumb ul li a:before{
	content:"";
	display:block;
	width:0;
	height:0;
	border-top:50px solid transparent;
	border-bottom:50px solid transparent;
	border-left:30px solid white;
	position:absolute;
	top:50%;
	margin-top:-50px;
	margin-left:1px;
	left:100%;
	z-index:1;
}
.breadcrumb ul li:first-child a {
	padding-left: 10px;
}
.breadcrumb ul li:nth-child(2) a {
	background:hsla(34,85%,45%,1);
}
.breadcrumb ul li:nth-child(2) a:after {
	border-left-color: hsla(34,85%,45%,1);
}
.breadcrumb ul li:nth-child(3) a       {
	background:hsla(34,85%,55%,1);
}
.breadcrumb ul li:nth-child(3) a:after {
	border-left-color: hsla(34,85%,55%,1);
}
.breadcrumb ul li:nth-child(4) a {
	background:hsla(34,85%,65%,1);
}
.breadcrumb ul li:nth-child(4) a:after {
	border-left-color: hsla(34,85%,65%,1);
}
.breadcrumb ul li:nth-child(5) a {
	background:hsla(34,85%,75%,1);
}
.breadcrumb ul li:nth-child(5) a:after {
	border-left-color: hsla(34,85%,75%,1);
}
.breadcrumb ul li:last-child a {
	background: transparent !important;
	color: #e0a5a5;
	pointer-events: none;
	cursor: default;
}
.breadcrumb ul li:last-child a:after {
	border: 0;
}
.breadcrumb ul li:last-child a:before {
	border: 0;
}



.breadcrumb ul li a:hover {
	background: hsla(34,85%,25%,1);
}
.breadcrumb ul li a:hover:after {
	border-left-color: hsla(34,85%,25%,1) !important;
}
.action {
	cursor:pointer;
	display: table-cell;
}
table.att_form th.att_heading, table.grade th.att_heading {
	background:rgba(213, 128, 17, 0.7);
}
select.td_sel {
	width:100%;
	padding:10px;
	text-align:center;
}
select.td_sel option {
	text-align:center;
}
.report_sel {
	margin-left:10px;
	max-width:450px;
	border: solid thin;
	padding:10px;
	margin-top:10px;

}
.report_sel .report_date {
	margin-left:10px;
	display:inline-block;
}
.report_sel .report_date input[type=text], .report_sel .report_date select {
	padding:5px;
}
.report_sel .subject_sel {
	/*display:inline-block;*/
	float:left;
	margin-bottom:10px;
}
.report_sel button {
	clear:both;
	margin-top:10px;
	padding:10px;
	display:block;
	width:100%;
}
.student_side_menu {
	background:#0066FF;
}
.fam_option {
	display:inline-block;
	padding:10px;
	cursor:pointer;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:underline;
}
.fam_option:hover {
	color:#999933;
}
#fam_create_box td {
	padding:10px;
}
#fam_create_box td input {
	padding:10px;
}
.fam_normal {
	display:inline-block;
	padding:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666666;
}
.login {
	/*margin-top:100px;*/
	color:#000;
	max-width: 360px;
	/*width:75%;*/
	border-radius:3px;
	border-color:#090;
	box-shadow:0px 5px 20px #000;
	background: #FFF;
	margin-left:auto;
	margin-right:auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.login_header {
	font-family:Coffee-Regular;
	color:#FFF;
	/*background-color: rgb(57, 57, 64);*/
	height:80px;
	display:flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
	font-size: 220%;
	text-shadow: 2px 2px 8px #000;
}
.login input[type=submit] {
	font-family:Aquilo;
	cursor:pointer;
	height:40px;
	font-weight:bold;
	background-color:#67574f;
	border:none;
	box-shadow:0px 2px 10px;
	border-radius:5px;
	transition:all .2s;
	width:100%;
	font-size:110%;
	color:#7ac5ac;
}
.login input[type=submit]:hover {
	background-color:#030;
	border-color:#CCC;
	color:#fff;
	font-size:120%;
}
.login input[type=text],
.login input[type=password]/* ,
.input-group input[type=text] */ {
	padding:10px;
	/*border-radius:5px;*/
	border: none !important;
	/*border:thin solid rgba(177, 122, 11, 0.35);*/
}
.login input[type=text]:focus,
.login input[type=password]:focus/* ,
.input-group input[type=text]:focus */ {
	outline: none !important;
	box-shadow: none !important;
}
.login .label {
	font-family:FontAwesome;
	color:#67574f;
	font-size:220%;
}
.login .input {
	display:flex;
	justify-content: center;
	width:75%;
}
.login .login_row {
	position:relative;
	display:flex;
	padding:10px;
	align-items:center;
	justify-content:center;
}
.login .submit {
	padding:10px;
}
.login .forgot {
	text-align:right;
	padding-top: 10px;
}
.logo {
	background:url(../images/myJSIS_web.png) no-repeat;
	/*position:absolute;*/
	left:15px;
	top:15px;
	width:220px;
	height:50px;
}
.login_school {
	/*position:absolute;*/
	font-family: Coffee-Regular;
    font-size: 300%;
	color:#CCC;
	text-shadow: 2px 2px 8px #000;
}
.dash_box {
	height: 150px;
	background: #DC7072;
	border: thin solid #A18DE3;
}
.dash_box2 {
	height: 300px;
	background: #DC7072;
	border: thin solid #A18DE3;
}
.ui-checkboxradio-icon {
	box-sizing: content-box !important;
}

/*Dashboard Blocks*/
.dash_top_box {
	min-height:130px;
	border: thin solid rgba(0,0,0,.125);
	background: #FFFFFF;
	border-radius: 4px;
}
.dash_top_title {
	font-family: Gravity-Regular;
	font-size: 120%;
	color: #8a8585;
	padding-top: 10px;
	/*position: absolute;
	top: 10px;*/
}
.dash_top_box .dash_top_value {
	font-family: Gravity-Light;
	font-size: 215%;
	/*margin-top: 20px;*/
	color: #151313;
}
.dash_top_box .dash_top_chart {
	height: 120px;
	/*background: #000;*/
}
.dash_mid_box {
	min-height:400px;
	border: thin solid rgba(0,0,0,.125);
	background: #FFFFFF;
	border-radius: 4px;
}
.dash_mid_box .dash_mid_chart {
	height: 350px;
}
.dash_bottom_box {
	min-height:300px;
	border: thin solid rgba(0,0,0,.125);
	background: #FFFFFF;
	border-radius: 4px;
}
.dash_bottom_box .assessment_table {
	width: 100%;
	font-size: 120%;
	color: #866e6e;
	margin-top: 20px;
	text-align: center;
}
.dash_bottom_box .assessment_table td{
	padding: 10px;
}
.dash_bottom_box .assessment_table th{
	padding: 10px;
	text-align: center;
}
.dash_bottom_box .assessment_table tbody tr{
	border-bottom: 1px solid #b9a4a4;
}
.dash_bottom_box .assessment_table tbody tr:nth-child(even){
	background: #f1dfdf;
}
.dash_bottom_box .assessment_table thead{
	border-bottom: 2px solid #989696;
	border-top: 2px solid #989696;
}
.dash_bottom_box .news_table {
	width: 100%;
	font-size: 100%;
	color: #866e6e;
	margin-top: 20px;
	text-align: center;
}
.dash_bottom_box .news_table td{
	padding: 3px;
}
.dash_bottom_box .news_table td:nth-child(2), .dash_bottom_box .news_table th:nth-child(2) {
	text-align: left;
}

.dash_bottom_box .news_table th{
	padding: 10px;
	text-align: center;
}
.dash_bottom_box .news_table tbody tr{
	border-bottom: 1px solid #b4bba3;
}
.dash_bottom_box .news_table tbody tr:nth-child(even){
	background: #deeaca;
}
.dash_bottom_box .news_table thead{
	border-bottom: 2px solid #b4bba3;
	border-top: 2px solid #b4bba3;
}
.date_range {
	width: 49.5%;
	display: inline-block
}
.date_range_label {
	display: block !important;
}
/*Student Boxes*/

.student_top_box {
	min-height:130px;
	border: thin solid #c1bebe;
	background: #FFFFFF;
	margin-top: 10px;
}
.student_top_title {
	font-family: Gravity-Regular;
	font-size: 120%;
	color: #706363;
	padding-top: 10px;
	/*position: absolute;
	top: 10px;*/
}
.student_top_box .student_top_value {
	font-family: Gravity-Regular;
	font-size: 215%;
	margin-top: 20px;
	color: #362E2E;
}
.student_right_value {
	top: 55px;
	right: -50px;
	font-size: 190%;
	text-align: center;
	color: #424c4c;
	font-family: Gravity-Regular;
}
.student_right_bottom_value {
	text-align: center;
	font-family: Gravity-Regular;
	font-size: 75%;

}
.student_mid_box,
.staff_mid_box,
.club_mid_box,
.council_mid_box {
	min-height:400px;
	border: thin solid #c1bebe;
	background: #FFFFFF;
	margin-top: 10px;
}
.council_mid_box {
	min-height: 300px;
}
.student_adjust {
	top: 35px;
}
.student_mid_label,
.staff_mid_label,
.club_mid_label,
.council_mid_label {
	padding: 5px;
	background: #989898;
	color: #FFF;
	margin-top: 5px;
}
.student_mid_info,
.staff_mid_info,
.club_mid_info,
.council_mid_info {
	padding: 2px 0 2px 10px;
}
#student_table {
	text-align: left;
}
/*Padding Classes*/

.ptb-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.ptb-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.prl-10 {
	padding-right: 10px;
	padding-left: 10px;
}

.no-padding {
	padding: 0 !important;
}
.hor-center {
	display: flex;
	justify-content: center
}

/*End Padding Classes*/
.school_bottom {
	position: absolute;
	bottom: 50px;
	left: 15px;
}

.error {
	font-size: 80%;
	font-weight: normal;
	color: #DC171A;

}
.radio_choice .error {
	font-size: 80%;
	font-weight: normal;
	color: #DC171A;
	position: absolute;
	width: 100%;

}
.main_label {
	color: #D45930;
	font-family: Gravity-Bold;

}
form.form-default {
	padding: 20px 10px;
	background: #FFF;
}
form.form-default input {
	transition: all 0.3s;
}
form.form-default input:focus {
	background:#bee4c5;
	/*border: #FFF;*/
	outline:none;
	outline-offset:0;
	border-style:solid;
	border-color:#009900;
}
.btn-theme {
	background: #dc7a58;
	color: #FFF;
	font-weight: 800;
	transition: all 0.3s;
}
.btn-theme:hover {
	background: #E5888A;
}
.table_wrapper {
	overflow-x: auto;
	max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}
.no_overflow {
	overflow-x: hidden;
}
.report_option_button {
	padding: 10px;
	background: #42382C;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
}
table.dataTable thead th {
	/*background: rgb(76, 68, 66)*/
	padding: 10px;
	border-bottom: medium solid #bdb5b5;
}
table.dataTable tbody td {
	position: relative;
	padding: 10px;
}
table.dataTable tbody td a {
	font-weight: 600;
    width: 100%;
    background: #007bff;
    text-align: center;
    border-radius: 3px;
	color: white !important;
	white-space: nowrap;
	padding: 5px 10px;
}
table.dataTable tbody td a:hover {
	background: #0069d9;
}
span.action a {
    background-color: transparent !important;
}
/*Pop Up Form Window*/

form label, form input {
	display:block;
}
input.text {
	margin-bottom:12px;
	width:95%;
	padding: .4em;
}
fieldset {
	padding:0;
	border:0;
	margin-top:25px;
}
div#users-contain {
	width: 350px;
	margin: 20px 0;
}
div#users-contain table {
	margin: 1em 0;
	border-collapse: collapse;
	width: 100%;
}
div#users-contain table td, div#users-contain table th {
	border: 1px solid #eee;
	padding: .6em 10px;
	text-align: left;
}
.ui-dialog .ui-state-error {
	padding: .3em;
}
.validateTips {
	border: 1px solid transparent;
	padding: 0.3em;
}
form#uploadform fieldset input#files {
	padding:10px;
}
.grade_sel {
	max-width: 1155px;
}
.supervisor_name {
	color: #151313;
	font-family: Gravity-Light;
	font-size: 165%;
}
.chart_loader {
	background: url("../images/chart_loader.gif") no-repeat center;
	/*background-size: 100%;*/
}
.export_button {
	padding: 10px;
	background: #7b5c5c;
	color: #FFF;
	border: none;
	border-radius: 5px;

}
.center_align {
	text-align: center;
}
tr.group {
	background: #797371 !important;
	color: #FFF;
	text-align: center;
}
.student_na {
	background: #272221 !important;
	color: #635b5b;
}
.club_logo {
	margin-top: 10px;
	text-align: center;
}
.club_logo img {
	width: 100%;
	max-width: 480px;
}
.club_menu,
.council_menu {
	background: none !important;
}
.ui-widget-header {
	background: #4e4845;
	color: #FFF;
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-widget-header .ui-state-hover {
	background: #A07E7F;
}
.ui-widget-overlay {
	background: #040404;
}
.ui-button-icon-only {
	background: #4e4845;
}
[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
}
.comment_student_gender,
.attend_student_gender,
.grades_student_gender {
	padding: 10px;
	background: #454546;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 5px;
}
label.comment_student,
label.attend_student,
label.grades_student {
	margin-bottom: 10px;
}
.comment_group,
.attend_group,
.grades_group {
	padding: 10px;
	background: #c5bcbc;
}
span.comment_student_id,
span.attend_student_id,
span.grades_student_id {
	font-size: 75%;
	background: #6a8636;
	padding: 3px;
	color: #FFF;
	margin-right: 5px;
	border-radius: 3px;
}
span.comment_char_limit {
	font-size: 65%;
	float: right;
	opacity: 0;
	transition: opacity 0.3s linear;
}
span.grade_percentage {
	font-size: 75%;
	margin-right: 10px;
	background: #b54a4a;
	padding: 2px;
	border-radius: 3px;
	color: #FFF;
	opacity: 0;
	transition: opacity 0.3s linear;
}
.display {
	opacity: 1 !important;
}
.attend_group .ui-button {
	width: 48% !important;
}
.attend_group .flex {
	display: flex;
	justify-content: center;
}
.dropdown-menu.inner{
	display: block;
}
.input-icon {
	background: none !important;
	border: none !important;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
	background-color: #FFF !important;
	-webkit-box-shadow: 0 0 0 30px white inset;
	box-shadow: 0 0 0 30px white inset;
	border: 1px solid green;
  	-webkit-text-fill-color: green;
  	transition: background-color 5000s ease-in-out 0s;
}
.input-group {
	margin-bottom: 10px;
}
.profile_block {
	border: thin solid rgba(0,0,0,.125);
	background: #FFFFFF;
	border-radius: 4px;
	min-height: 375px;
	margin-top: 10px;
}
.profile_block .profile_banner {
	display: flex;
	justify-content: center;
	align-items: center;
}
.profile_block img {
	width: 100%;
}
.profile_block .profile_pic {
	width: 30%;
	border-radius: 50%;
	border: thick solid #FFF;
	position: absolute;
	top: 80px;
	background: #FFF;
}
.profile_block .profile_pic img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.profile_block .profile_name {
	margin-top: 80px;
	text-align: center;
}
.profile_block .profile_username {
	text-align: center;
	font-size: 75%;
	color: #867d7d;
}
.profile_block hr {
	margin-left: 20px;
	margin-right: 20px;
}
.profile_info {
	border: thin solid rgba(0,0,0,.125);
	background: #FFFFFF;
	border-radius: 4px;
	min-height: 375px;
	margin-top: 10px;

}
.profile_info .profile_title {
	padding: 10px 10px 20px;
	font-size: 130%;
}
.password_wrapper {
	border: thin solid rgba(0,0,0,.125);
	background: #FFFFFF;
	border-radius: 4px;
	margin-top: 10px;
}
.grade_block {
	padding: 10px;
	background: #e2cccc;
	margin-bottom: 10px;
}
.grade_block span.grade {
	background: #396732;
	padding: 2px 10px;
	color: #FFF;
	border-radius: 5px;
}
.grade_block span.grade_name {
	font-size: 70%;
}
.subject_block, .class_block {
	padding: 10px 5px;
	background: #e8e2e2;
	height: 50px;
	position: relative;
}
.subject_block span.subject_name, .class_block span.class_name {
	padding: 10px;
}
.subject_block span.subject_check, .class_block span.class_check {
	right: 10px;
	position: absolute;
}
.subject_block.even_row, .class_block.even_row {
	background: #FFF;
}
.subject_title, .class_title {
	padding: 10px 5px;
	background: #6d5454;
	color: #FFF;
	font-size: 110%;
}
.swal-content .text {
	font-size: 16px;
    position: relative;
    float: none;
    line-height: normal;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-weight: 400;
    color: rgba(0,0,0,.64);
    max-width: calc(100% - 20px);
    overflow-wrap: break-word;
    box-sizing: border-box;
}
.swal-content .header {
	color: rgba(0,0,0,.65);
    font-weight: 600;
    text-transform: none;
    position: relative;
    display: block;
    padding: 13px 16px;
    font-size: 27px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
}
.swal-content .feedback-footer {
	text-align: right;
}
.swal-content .feedback-comment {
	margin-bottom: 25px;
}
/* Rating Star Widgets Style */
.rating-stars {
	margin-top: 25px;
	margin-bottom: 25px;
}
.rating-stars ul {
  list-style-type:none;
  padding:0;
	cursor: pointer;

  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  	display:inline-block;
	/*transition: transform 0.1s ease-out;
	transform: scale(1);*/
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  	font-size:2.5em; /* Change the size of the stars */
  	color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  	color:#FFCC36;
	cursor: pointer;
	/*transition: transform 0.1s ease-in-out;
	transform: scale(1.2);*/
}
/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  	color:#FF912C;
}
#feedback-contact {
	margin-top: 10px;
	text-align: left;
	display: flex;
	align-items: center;
}
/*Styling check boxes*/
/* The container */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 92%;
	color: #6d6b68;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tutorial {
	min-width: 300px;
	max-width: 330px;
}
.tutorial .tutorial-header {
	padding: 15px;
	background: #4e823a;
	color: #FFF;
}
.tutorial .tutorial-body {
	padding: 15px;
}
.tutorial .tutorial-navigation .btn {
	background: #dc7a58 !important;
    color: #FFF !important;
    transition: all 0.3s !important;
    margin-bottom: 10px;
}
.comment-progress {
	font-size: 270%;
	color: #6d6666;
}
.comment-progress span.complete {
	font-size: 50%;
    color: #747976;
}
.comment-button {
	text-align: right;
    margin-top: 5px;
}
.btn-success-override {
    color: #fff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}
.btn-success-override:hover {
    color: #fff !important;
    background-color: #218838 !important;
    border-color: #1e7e34 !important;
}
.progress-bar {
  width: 0;
  animation: progress 2.5s ease-in-out forwards;
}
.progress-bar span {
	opacity: 0;
	animation: show 1.0s ease-in-out forwards;
}
.card {
	margin-bottom: 10px;
}
.separator {
	padding: 20px 0px;
	color: #847a7a;
	font-weight: 700;
	font-size: 90%;
	text-align: left;
}
.fam-enter {
	width: calc(100% - 20px) !important;
    max-width: 600px !important;
}
.announcementPopup {
	width: calc(100% - 20px) !important;
    max-width: 1000px !important;
	text-align: left;
}
@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes show  {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.comment-button .btn {
	margin-top: 10px;
}
/* .btn-secondary {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}
.btn-secondary:hover {
    color: #fff !important;
    background-color: #5a6268 !important;
    border-color: #545b62 !important;
} */
.form-group {
	text-align: left;
}
.dataTables_wrapper {
	margin-top: 10px;
}
table.dataTable {
    width: 100%;
    background: #FFF;
    /*padding: 10px;*/
    border: #bdb5b5 solid thin;
    border-radius: 5px;
}
.dataTables_wrapper .dataTables_info {
	margin-left: 0 !important;
}
.dataTables_wrapper .dataTables_paginate {
	margin-right: 0 !important;
}
.dataTables_wrapper .dataTables_filter {
	margin-left: 0 !important;
	margin-top: 5px;
}
.hasDatepicker {
	cursor: pointer;
}
.blue-icon {
	color: #007bff;
}
.yellow-icon {
	color: #ffc107;
}
.red-icon {
	color: #dc3545;
}
span.student-name {
	font-size: 100%;
	margin-left: 5px;
}
span.text {
	display: flex !important;
	align-items: center !important;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    right: 1em;
    content: "\f30c";
    font-family: FontAwesome;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "\f309";
	font-family: FontAwesome;
}
table.dataTable tbody tr.even {
    background-color: rgba(239, 188, 171, 0.33);
}
.click-input, .subject-comment {
	cursor: pointer;
}
.bootstrap-select .dropdown-menu li a span.text {
	display: flex !important;
    align-items: center !important;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	display: flex !important;
    align-items: center !important;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner .badge {
	position: static;
}
.comment_option {
	padding: 10px;
	cursor: pointer;
	background: #d6dad4;
    margin-bottom: 3px;
	text-align: left;
}
div.top-info {
    margin-top: 10px;
    background: #C33;
    color: #FFF;
    /* width: 500px; */
    text-align: center;
    padding: 10px;
}
.select {
	cursor: pointer;
	margin-right: 5px;
}
/* Bootstrap Toggle v2.2.2 corrections for Bootsrtap 4*/
.toggle-off {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.toggle.off {
    border-color: rgba(0, 0, 0, .25);
}

.toggle-handle {
    background-color: white;
    border: thin rgba(0, 0, 0, .25) solid;
}
.settings-option {
	border-bottom: thin solid #e6d7d7;
    padding: 10px 0 10px 20px;
	display: flex;
    align-items: center;
}
.option_label {
	font-weight: bold;
}
.option_discription {
	font-size: 75%;
    color: #ada9a9;
    margin-bottom: 5px;
}
.dropdown.float-right.show .dropdown-menu.show {
	transform: translate3d(-100px, 31px, 0px) !important;
}
.settings_input {
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.weight-group {
	padding: 5px;
}
.period-row {
	padding: 10px;
    border-bottom: thin solid #c1b9b9;
	display: flex;
}
.card-info {
	font-size: 170%;
}
.info-label {
	background: #6c757d;
    color: #FFF;
    border: solid thin #6c757d;
    /*border-radius: 3px 0 0 3px;*/
    padding: 5px;
}
.info-text {
	border: solid thin #6c757d;
    /*border-radius: 0 3px 3px 0;*/
    padding: 5px;
}
.session-label {
	font-size: 80%;
}
.tokenBlock {
	padding: 10px;
	background: #C3E764;
	font-size: 130%;
}
.background-red {
	background: #e45c5c;
	color: #FFF;
}
.background-red:hover {
	background: red;
	color: #FFF;
}
.no-overflow {
	overflow-y: inherit !important;
}
.tour-highlight {
	background: green;
	color: #fff;
	animation: tourFlash 2s infinite;
}
.tour-next {
	background: green;
	color: #fff;
}
.ui-widget.ui-widget-content {
	z-index: 9999 !important;
}
table.dataTable tbody td.select-checkbox, table.dataTable tbody th.select-checkbox {
	width: 40px;
}
table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
    color: #867b78;
    left: 40%;
    bottom: 30%;
    height: auto;
    width: auto;
    top: auto;
    margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-family: FontAwesome;
	content: '\f00c';
}
table.dataTable tbody tr.selected {
	color: inherit !important;
	background-color: #B0BED9 !important;
}
.btn-group .btn + .btn {
    margin-right: 5px;
}
table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
    width: 20px;
    height: 20px;
    border: 1px solid #867b78;
	margin: auto;
	position: static;
}
.btn-danger-override {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}
.btn-danger-override:hover {
    color: #fff !important;
    background-color: #f55968 !important;
    border-color: #f55968 !important;
}
.btn-light {
	border-color: #ced4da;
}
@keyframes tourFlash {
	0%		{background: inherit;}
	50% 	{background: green;}
	100%	{background: inherit;}
}
.loginModal {
    /* margin-top: 100px; */
    color: #000;
    /* max-width: 360px; */
    /* width: 75%; */
    border-radius: 3px;
    border-color: #090;
    /* box-shadow: 0px 5px 20px #000; */
    background: #FFF;
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* padding-top: 30px; */
    /* padding-bottom: 30px; */
}

.loginModal input[type=submit] {
	font-family:Aquilo;
	cursor:pointer;
	height:40px;
	font-weight:bold;
	background-color:#67574f;
	border:none;
	box-shadow:0px 2px 10px;
	border-radius:5px;
	transition:all .2s;
	width:100%;
	font-size:110%;
	color:#7ac5ac;
}
.loginModal input[type=submit]:hover {
	background-color:#030;
	border-color:#CCC;
	color:#fff;
	font-size:120%;
}
.loginModal input[type=text],
.loginModal input[type=password]/* ,
.input-group input[type=text] */ {
	padding:10px;
	/*border-radius:5px;*/
	border: none !important;
	/*border:thin solid rgba(177, 122, 11, 0.35);*/
}
.loginModal input[type=text]:focus,
.loginModal input[type=password]:focus/* ,
.input-group input[type=text]:focus */ {
	outline: none !important;
	box-shadow: none !important;
}
.loginModal .label {
	font-family:FontAwesome;
	color:#67574f;
	font-size:220%;
}
.loginModal .input {
	display:flex;
	justify-content: center;
	width:75%;
}
.loginModal .login_row {
	position:relative;
	display:flex;
	padding:10px;
	align-items:center;
	justify-content:center;
}
.loginModal .submit {
	padding:10px;
}
.loginModalButton {
	font-family:Aquilo;
	cursor:pointer;
	height:40px;
	font-weight:bold;
	background-color:#67574f;
	border:none;
	box-shadow:0px 2px 10px;
	border-radius:5px;
	transition:all .2s;
	width:100%;
	font-size:110%;
	color:#7ac5ac;
}
.loginContainer .swal2-actions {
	margin: 0 !important;
}
.loginContainer .swal2-title {
	font-size: 20px !important;
	margin-bottom: 25px;
}
.input-group.form-control.disabled {
    background-color: #e9ecef;
    opacity: 1;
    border: none;
}
/*To hide scrollbar*/
/* div.sidebar_menu::-webkit-scrollbar {
    display: none;
} */
span.counter {
    background: #6b9c36;
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-left: 30px;
}
.swal2-popup .swal2-actions {
	z-index: 0 !important;
}
/* .tour-backdrop {
	z-index: 9999;
} */
.popover[class*="tour-"] {
	z-index: 10001;
}
.btn {
	white-space: nowrap;
}
.navbar .container-fluid {
	display: block;
}
.form-control {
	height: auto;
}
.dropdown-menu.show {
	z-index: 9999;
}
/*Screen Sizes Variations*/
@media only screen and (max-width: 1480px) {
	div.bottom_menu {
	left:620px;

	}
div.top_info .first, div.top_info .sec, div.top_info .third {
	margin-right:0px;
}

}
@media only screen and (max-width: 1575px) {
	div.right_column {
	width:calc(99% - 360px);

	}

}
@media only screen and (max-width: 1215px) {
	div.club_info {
	width:calc(95% - 234px);

	}
}
@media only screen and (max-width: 1275px) {
	div.right_group {
		display:block;
	}
	div.left_group, div.right_group {
		max-width:100%;
		width:100%;
		margin-left:0;
	}

}
@media only screen and (max-width: 1000px) {
	div.sidebar_menu {
		display:none;
	}
	div.wrapper {
		left:0;
		width:100%;
	}
	.toggler-wrapper, header .adminmenu_icon {
		display:flex;
	}
	div.bottom_menu {
		left: auto;
	}

}
@media only screen and (max-width: 1240px) {
	div.breadcrumb {
		display: none;
	}
	/*div.title {
		height: 65px;
	}*/
}
