/* ===== Primary Styles ========================================================
   Author: Dan Mitchell / Vitamin Cornwall
   ========================================================================== */


/**********************************************************************
 Import other stylesheets
 *********************************************************************/

@import url('./reset.css');
@import url('./grid.css');

@import url('./animate.min.css');

@import url('../fontawesome/css/all.css');
@import url('../js/libs/choices/styles/choices.min.css');
@import url('../js/libs/chartjs/Chart.min.css');
@import url('../js/libs/simplebar/simplebar.css');
@import url('../js/libs/tippy/light.css');

@import url('../fonts/gilroy/stylesheet.css');


/**********************************************************************
 Clearable elements
 *********************************************************************/

.clearfix::before, .clearfix::after { content: " "; display: table; }
.clearfix::after { clear: both; } .clearfix { *zoom: 1; }

.container::before, .container::after { content: " "; display: table; }
.container::after { clear: both; } .container { *zoom: 1; }

.row::before, .row::after { content: " "; display: table; }
.row::after { clear: both; } .row { *zoom: 1; }


/**********************************************************************
 Set default elements stylings
 *********************************************************************/

* {
	box-sizing: border-box;
}

html, body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #fff;
	font-family: 'Gilroy', sans-serif;
	line-height: 1.5;
}

html {
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
}

body {
	color: #333;
	letter-spacing: .2px;
	text-align: left;
}

a {
	text-decoration: underline;
	background-color: transparent;
	color: #000;
}
	a:hover {
		color: #0c83e2;
	}
	a:active {
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0 0 1.5em 0;
	color: #2667c6;
}

h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}

hr {
	margin: 1.5em 0;
	height: 1px;
	border: none;
	background-color: rgba(0,0,0,0.07);
	width: 100%;
}

form {
	margin: 0;
}

p + form {
	margin-top: 2em;
}

button {
	margin: 0;
	overflow: visible;
	-webkit-appearance: button;
}


/**********************************************************************
 Useful utility styling classes
 *********************************************************************/

.container {
	max-width: 2500px;
}

.pad-8040 {
	padding: 80px 40px;
}

.width-100 {
	width: 100px;
	max-width: 100px;
}

.width-700 {
	max-width: 700px;
}

.margintopbottom-5 > * {
	margin: 5px 0;
}

.center {
	text-align: center;
}

.nowrap {
	white-space: nowrap;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.row {
	margin-bottom: 1.5em;
}

.row.bordered {
	border-top: 1px solid #ebf0f8;
	border-bottom: 1px solid #ebf0f8;
	padding-top: 1em;
	padding-bottom: 1em;
}

.row.bordered + .row.bordered {
	border-top: none;
	padding-top: 0;
}

.row:last-child {
	margin-bottom: 0;
}

.full-bg {
	position: fixed;
	z-index: 9;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: #8e8e96;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.row.divider {
	text-align: center;
	margin-bottom: 2.5em;
}
	.row.divider span {
		display: block;
		position: relative;
		overflow: hidden;
	}
	.row.divider span::before {
		content: "";
		position: absolute;
		width: 40%;
		height: 1px;
		background: #d8d8d8;
		left: 0;
		top: 50%;
	}
	.row.divider span::after {
		content: "";
		position: absolute;
		width: 40%;
		height: 1px;
		background: #d8d8d8;
		right: 0;
		top: 50%;
	}

.hidden {
	display: none;
}

.l {
	float: left;
}

.r {
	float: right;
}

.l + .l {
	margin-left: 2em;
}


/**********************************************************************
 Tables
 *********************************************************************/

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1em;
	background-color: transparent;
	border-collapse: collapse;
	background: #fff;
}
.table:last-child {
	margin-bottom: 0;
}
	.table td,
	.table th {
		padding: 0.7em;
		border-top: 1px solid #e9ecef;
	}
	.table thead th {
		vertical-align: bottom;
		border-bottom: 2px solid #e9ecef;
	}
.table-striped tbody tr:nth-of-type(even) {
	background-color: #f9f9f9;
}
.table-hover tbody tr {
	transition: all .1s ease;
}
.table-hover tbody tr:hover {
	background-color: #f3f3f3;
}
.table tr[data-href] {
	cursor: pointer;
}


/**********************************************************************
 Menus
 *********************************************************************/

ul.menu {
	list-style: none;
	max-width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	font-weight: 500;
}
	ul.menu li {
		position: relative;
		border-bottom: 1px solid rgba(0,0,0,0.07);
	}
	ul.menu li.divider {
		height: 1px;
		background-color: rgba(0,0,0,0.07);
		margin: 12px 0px;
	}
		ul.menu li a {
			display: block;
			font-size: 16px;
			padding: 10px 15px;
			position: relative;
			white-space: nowrap;
			color: #2667c6;
			transition: all .3s ease;
		}
			ul.menu li > a .icon-holder {
				position: relative;
				display: inline-block;
				border-radius: 6px;
				font-size: 17px;
				height: 35px;
				line-height: 35px;
				margin-right: 14px;
				text-align: center;
				width: 35px;
				transition: all .3s ease;
				vertical-align: middle;
				color: #dfe5ed;
			}
			ul.menu li > a .title {
				display: inline-block;
				max-width: 80%;
				overflow: hidden;
				text-overflow: ellipsis;
				vertical-align: middle;
			}
				ul.menu li > a .title i {
					display: block;
					font-style: normal;
					font-weight: normal;
					color: #7B889B;
					font-size: 0.8em;
				}
		ul.menu li a:hover {
			color: #2667c6;
			text-decoration: none;
			background-color: #f3f3f3;
		}
		ul.menu li a.hover:hover {
			color: #313435 !important;
			text-decoration: none;
			background-color: #f3f3f3 !important;
		}
		ul.menu li a.active {
			color: #fff;
			text-decoration: none;
			background-color: #2667c6;
		}
			ul.menu li a.active .icon-holder {
				color: #fff;
			}
		ul.menu li.list-heading {
			margin-top: 1em;
		}
		ul.menu li em {
			display: inline-block;
			font-style: normal;
			max-width: 98%;
			overflow: hidden;
			text-overflow: ellipsis;
		}
		/*
		ul.menu li em {
			position: absolute;
			right: 0;
			top: 0;
			cursor: pointer;
			height: 100%;
			line-height: 2;
			background-color: #fff;
			color: #CCC;
			padding-left: 10px;
			padding-right: 10px;
		}
		ul.menu li em:hover {
			color: #333;
			transition: all .3s ease;
		}
		*/
		ul.menu li.dropdown > a {
		}
		ul.menu li.dropdown > a::after {
			position: absolute;
			top: 50%;
			right: 14px;
			display: inline-block;
			font-family: 'Font Awesome 5 Free';
			font-weight: 900;
			content: "\f061";
			transform: rotate(0deg) translateY(-50%);
			transform-origin: 50% 0%;
			transition: all .3s ease;
			border-radius: 50%;
			width: 20px;
			line-height: 20px;
			text-align: center;
		}
		ul.menu li.dropdown.open {
			z-index: 2;
		}
		ul.menu li.dropdown.open > a::after {
			transform: rotate(90deg) translateY(-50%);
		}

		ul.menu li.dropdown.dropdown-ellipsis > a:hover::after {
			background-color: #e4e4e4;
		}
		ul.menu li.dropdown.dropdown-ellipsis > a.dropdown-active-link::after {
			background-color: #72777a;
			color: #e6e6e6;
			transform: rotate(0deg) translateY(-50%) !important;
		}

		ul.menu li.dropdown.dropdown-ellipsis > a:hover {
			color: inherit;
			text-decoration: none;
			background-color: inherit;
		}
		ul.menu li.dropdown.dropdown-ellipsis > a::after {
			content: "\f141";
		}
		ul.menu li.dropdown.dropdown-ellipsis.open > a::after {
			transform: rotate(0deg) translateY(-50%);
		}
		
	ul.menu li small {
		display: block;
		width: 72%;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-top: 0.25em;
	}
	ul.dropdown-menu {
		display: none;
		padding: 0;
		position: relative;
		width: 100%;
		list-style: none;
		margin: 0;
		transition: all .15s ease-out;
	}
		ul.dropdown-menu li > a {
			padding: 10px 15px;
			padding-left: 66px;
		}

	li.dropdown.open > ul.dropdown-menu {
		display: block;
		transform: scale(1);
	}
		li.dropdown.open > ul.dropdown-menu > li {
			border-bottom: 0;
		}
	
	ul.menu li.dropdown.dropdown-ellipsis ul.dropdown-menu {
		position: absolute;
		width: auto;
		left: 100%;
		top: 100%;
		z-index: 10;
		background: #fff;
		display: block;
		min-width: 200px;
		border: 1px solid rgba(0,0,0,0.15);
		border-radius: 10px;
		transform: scale(1) translateY(-10%);
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
		transform-origin: top left;
		margin-left: -2em;
		box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	}
	ul.menu li.dropdown.dropdown-ellipsis ul.dropdown-menu.dropdown-left {
		left: auto;
		right: 0;
	}
		ul.menu li.dropdown.dropdown-ellipsis.open > a {
			color: #313435;
			background-color: #f3f3f3;
		}
		ul.menu li.dropdown.dropdown-ellipsis.open > ul.dropdown-menu {
			transform: scale(1) translateY(0%);
			opacity: 1;
			visibility: visible;
		}
		li.dropdown-ellipsis ul.dropdown-menu li > a {
			padding: 10px;
		}

		.dropdown-ellipsis-only {
			border-bottom: 0 !important;
			float: left !important;
			display: inline !important;
		}
		.dropdown-ellipsis-only > a {
			display: inline-block !important;
			padding: 0 !important;
			width: 20px !important;
			height: 20px !important;
			background-color: transparent !important;
		}
			.dropdown-ellipsis-only > a::after,
			ul.menu li.dropdown.dropdown-ellipsis-only.open > a::after {
				right: auto !important;
				position: absolute !important;
				top: auto !important;
				transform: translateY(0) !important;
			}
		.dropdown-ellipsis-only > a .title {
			display: none !important;
		}

ul.menu a.addlearnersidebutton {
/*	background-color: #2667c6;*/
/*	color: #fff;*/
/*	border-radius: 2em;*/
/*	margin: 0 5px;*/
}
ul.menu a.addlearnersidebutton:hover {
/*	background-color: #2667c6;*/
/*	color: #fff;*/
}



/**********************************************************************
 Header user menu
 *********************************************************************/
	
.header ul.dropdown-menu {
	display: block;
	position: absolute;
	width: auto;
	background-color: #fff;
	right: 0;
	left: auto;
	top: 100%;
	z-index: 1000;
	min-width: 350px;
	padding: 0;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 10px;
	transform: scale(0);
	transform-origin: top right;
}
	.header ul.dropdown-menu li {
		float: none;
	}
		.header ul.dropdown-menu li a {
			line-height: 1.2;
			min-height: 0;
			padding: 10px 15px;
		}
		.header ul.dropdown-menu li a:hover {
			color: #313435;
			text-decoration: none;
			background-color: #f3f3f3;
		}


/**********************************************************************
 Sidebars
 *********************************************************************/

.sidebar {
	width: 340px;
	background-color: #fff;
	/* overflow: hidden; */
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	transition: all .2s ease;
	z-index: 99999;
	box-shadow: 6px 0px 11px -2px rgba(0,0,0,0.05);
	border-right: 1px solid rgba(0,0,0,0.07);
}
	.sidebar .inner {
	}

	.sidebar .inner > .menu,
	.sidebar .inner .listscroll > .menu {
		/* height: calc(100vh - 65px); */
		padding: 25px 0 0 0;
		/*
		overflow: auto;
		overflow-x: hidden;
		*/
	}
	.sidebar .menu li a {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		padding-right: 3em;
	}
	.sidebar .calltoaction + .listscroll > .menu {
		height: calc(100vh - 149px);
	}
	.sidebar .inner .listscroll {
		height: calc(100vh - 135px); 
	}
	.sidebar .inner .listscroll > .menu {
		padding: 0;
	}
	.sidebar .calltoaction {
		padding: 20px;
		background-color: #f5f5f5;
		border-bottom: 1px solid rgba(0,0,0,0.07);
	}

.meside {
	margin-top: 1em;
}


/**********************************************************************
 The left hand area of the page
 *********************************************************************/

.mainside {
}
	.mainside .logo {
		margin-top: 30px;
		height: 50px;
		text-align: center;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		background-image: url('../images/logo.svg');
	}
	.is-collapsed .mainside .logo {
		background-image: url('../images/logo-square.svg');
		background-size: 3em;
	}
	.is-collapsed .mainside .sidebar:hover .logo {
		background-size: 11em;
		background-image: url('../images/logo.svg');
	}


/**********************************************************************
 The main middle area of the page
 *********************************************************************/

.main {
	margin-left: 340px;
	min-height: 100vh;
	transition: all .2s ease;

	background: #eaf1f9 url('../images/wallpaper-1.png') center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	
	overflow: hidden;
}


/**********************************************************************
 The header
 *********************************************************************/

.header {
	position: fixed;
	top: 0;
	right: 0;
	transition: all .2s ease;
	z-index: 9999;
}
	.header > ul {
		float: left;
		margin: 0;
		padding: 0;
		list-style: none;
		position: relative;
	}
		.header ul > li {
			float: left;
			margin:0;
			position: relative;
		}
			.header ul > li > a {
				color: #72777a;
				display: block;
				line-height: 55px;
				min-height: 55px;
				margin: 5px 0;
				padding: 0 15px;
				transition: all .2s ease-in-out;
			}
			.header ul > li > a .title {
				display:inline-block;
				margin-right: 5px;
			}
			.header ul > li > a .badge {
				display: inline-block;
				background: #ff0000;
				color: #fff;
				border-radius: 50%;
				font-size: 10px;
				line-height: 1;
				position: absolute;
				right: 5px;
				top: 12px;
				padding: 4px 5.5px;
				width: 18px;
				height: 18px;
				text-align: center;
				transition: all .2s ease-in-out;
			}
				.header ul > li > a .badge.disappear {
					transform: scale(0);
				}
			.header ul > li.dropdown-user > a {
				border-radius: 1.5em;
				line-height: 40px;
				min-height: 40px;
				margin: 12.5px 0;
				background: #fff;
				box-shadow: 0px 0px 30px -6px rgba(0,0,0,0.25);
			}
				.header ul > li.dropdown-user > a i {
					color: #2667c6;
					margin-left: 0.5em;
				}
			.header ul > li.dropdown-user > a:hover {
				background: #f6f6f6;
			}
			.header ul > li.dropdown-user.open > a {
				background: #fff;
			}
			.header li.dropdown-user ul.dropdown-menu {
				min-width: 150px;
			}
	.header ul.nav-left {
		float: left;
		margin-left: 10px;
	}
	.header ul.nav-right {
		float: right;
		margin-right: 20px;
	}


/**********************************************************************
 The content area of the main area of the page
 *********************************************************************/

.main-content {
	padding: 20px 20px 40px 20px;
}

.full-content {
	padding: 0;
}

.is-collapsed .mainside .sidebar li >  a .title,
.is-collapsed .mainside .sidebar li >  a .arrow,
.is-collapsed .mainside .sidebar li.dropdown.open ul.dropdown-menu {
	display: none;
}
.is-collapsed .mainside .sidebar {
	width: 70px;
}
.is-collapsed .main {
	margin-left: 70px;
}
.is-collapsed .header {
	width: calc(100% - 70px);
}

.is-collapsed .sidebar .menu li a {
	text-overflow: inherit;
}

.is-collapsed .mainside .menu li.dropdown > a::after {
	opacity: 0;
}

.is-collapsed .mainside .sidebar:hover,
.is-collapsed .mainside .sidebar.isopen {
	width: 340px;
	box-shadow: 6px 0px 8px -2px rgba(0,0,0,0.1);
	display: block;
	transform: translateX(0%);
}
	.is-collapsed .mainside .sidebar:hover a .title,
	.is-collapsed .mainside .sidebar.isopen a .title,
	.is-collapsed .mainside .sidebar:hover li >  a .arrow,
	.is-collapsed .mainside .sidebar.isopen li >  a .arrow,
	.is-collapsed .mainside .sidebar:hover li.dropdown.open ul.dropdown-menu,
	.is-collapsed .mainside .sidebar.isopen li.dropdown.open ul.dropdown-menu {
		display: inline-block;
	}
	.is-collapsed .mainside .sidebar:hover a,
	.is-collapsed .mainside .sidebar.isopen a {
		text-overflow: ellipsis;
	}
	.is-collapsed .mainside .sidebar:hover li.dropdown > a::after,
	.is-collapsed .mainside .sidebar.isopen li.dropdown > a::after {
		opacity: 1;
	}



/**********************************************************************
 A box
 *********************************************************************/

.box {
	background-color: #fff;
	/* border: 1px solid rgba(0,0,0,0.07); */
	padding: 20px 25px;
	margin-bottom: 20px;
	border-radius: 1.5em;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.box.noshadow {
	box-shadow: none;
}
	.box h6 {
		margin: 0 0 1em 0;
		font-weight: bold;
		font-size: 1.2em;
		color: #2667c6; 
	}
.box + .box {
}


/**********************************************************************
 Buttons
 *********************************************************************/

.btn {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	padding: .7em 1.5em;
	border-radius: 2em;
	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;	
	cursor: pointer;
	font-weight: bold;
}
a.btn {
	text-decoration: none;
}
	.btn i {
		margin-right: 0.5em;
		margin-top: 0.2em;
		float: right;
	}
	.btn-icon-left i {
		float: none;
		margin: 0 0.5em 0 0;
		display: inline-block;
		vertical-align: baseline;
	}
	.btn-icon-right i {
		float: none;
		margin: 0 0 0 0.5em;
		display: inline-block;
		vertical-align: baseline;
	}
.btn + .btn {
	margin-left: 20px;
}
.btn-block {
	display: block;
}
.btn-moresidepadding {
	padding-left: 2.5em;
	padding-right: 2.5em;
}
	.btn:hover {
		text-decoration: none;
	}
	.btn:focus {
		box-shadow: 0 0 0 0.2em rgba(33,150,243,.5);
		outline: 0;
	}
	.btn:active {
		color: #fff;
		background-color: red;
		border-color: red;
	    box-shadow: 0 0 0 0.2em rgba(33,150,243,.5);
	}

.btn-primary {
	color: #fff !important;
	background-color: #2667c6;
	border-color: #2667c6;
}
	.btn-primary:hover {
		color: #fff !important;
		background-color: #0c83e2;
		border-color: #0c7cd5;
	}
	.btn-primary:focus {
		box-shadow: 0 0 0 0.2em rgba(33,150,243,.5);
	}
	.btn-primary:active {
		color: #fff !important;
		background-color: #0c7cd5;
		border-color: #0b75c9;
		box-shadow: 0 0 0 0.2em rgba(33,150,243,.5);
	}

.btn-secondary {
	color: #fff !important;
    background-color: #868e96;
    border-color: #868e96;
}
	.btn-secondary:hover {
		color: #fff !important;
		background-color: #727b84;
		border-color: #6c757d;
	}
	.btn-secondary:focus {
		box-shadow: 0 0 0 0.2em hsla(210,7%,56%,.5);
	}
	.btn-secondary:active {
		color: #fff !important;
		background-color: #6c757d;
		border-color: #666e76;
		box-shadow: 0 0 0 0.2em hsla(210,7%,56%,.5);
	}

.btn-success {
	color: #fff !important;
    background-color: #4caf50;
    border-color: #4caf50;
	padding-top:14px;
	padding-bottom:14px;
}
	.btn-success:hover {
		color: #fff !important;
		background-color: #409444;
		border-color: #3d8b40;
	}
	.btn-success:focus {
		box-shadow: 0 0 0 0.2em rgba(76,175,80,.5);
	}
	.btn-success:active {
		color: #fff !important;
		background-color: #3d8b40;
		border-color: #39833c;
		-webkit-box-shadow: 0 0 0 0.2em rgba(76,175,80,.5);
		box-shadow: 0 0 0 0.2em rgba(76,175,80,.5);
	}

.btn-danger {
    color: #fff !important;
    background-color: #f44336;
    border-color: #f44336;
}
	.btn-danger:hover {
		color: #fff !important;
		background-color: #f22112;
		border-color: #ea1c0d;
	}
	.btn-danger:focus {
		box-shadow: 0 0 0 0.2em rgba(244,67,54,.5);
	}
	.btn-danger:active {
		color: #fff !important;
		background-color: #ea1c0d;
		border-color: #de1b0c;
		-webkit-box-shadow: 0 0 0 0.2em rgba(244,67,54,.5);
		box-shadow: 0 0 0 0.2em rgba(244,67,54,.5);
	}

.btn-warning {
	color: #111 !important;
    background-color: #ffeb3b;
    border-color: #ffeb3b;
}
	.btn-warning:hover {
		color: #111 !important;
		background-color: #ffe715;
		border-color: #ffe608;
	}
	.btn-warning:focus {
		box-shadow: 0 0 0 0.2em rgba(255,235,59,.5);
	}
	.btn-warning:active {
		color: #111 !important;
		background-color: #ffe608;
		border-color: #fae100;
		-webkit-box-shadow: 0 0 0 0.2em rgba(255,235,59,.5);
		box-shadow: 0 0 0 0.2em rgba(255,235,59,.5);
	}

.btn-info {
	color: #fff !important;
    background-color: #00bcd4;
    border-color: #00bcd4;
}
	.btn-info:hover {
		color: #fff !important;
		background-color: #009aae;
		border-color: #008fa1;
	}
	.btn-info:focus {
		box-shadow: 0 0 0 0.2em rgba(0,188,212,.5);
	}
	.btn-info:active {
		color: #fff !important;
		background-color: #008fa1;
		border-color: #008394;
		-webkit-box-shadow: 0 0 0 0.2em rgba(0,188,212,.5);
		box-shadow: 0 0 0 0.2em rgba(0,188,212,.5);
	}

.btn-invert {
}
	.btn-danger.btn-invert {
		color: #f44336 !important;
		background-color: transparent;
		border-color: transparent;
	}
		.btn-danger.btn-invert:hover {
			color: #fff !important;
			background-color: #f22112;
			border-color: #ea1c0d;
		}

.btn[disabled] {
	opacity: 0.5;
	cursor: default;
	background-color: #CCC;
	border-color: #999;
	color: #000 !important;
}
	.btn[disabled]:hover,
	.btn[disabled]:active {
		background-color: #CCC;
		border-color: #999;
		color: #000 !important;
	}


/**********************************************************************
 Alerts
 *********************************************************************/

.alert {
	position: relative;
	padding: .7em 1.25em;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: .25em;
}
	.alert-primary {
		color: #114e7e;
		background-color: #d3eafd;
		border-color: #c1e2fc;
	}
	.alert-secondary {
		color: #464a4e;
		background-color: #e7e8ea;
		border-color: #dddfe2;
	}
	.alert-success {
		color: #285b2a;
		background-color: #dbefdc;
		border-color: #cde9ce;
	}
	.alert-danger {
		color: #7f231c;
		background-color: #fdd9d7;
		border-color: #fccac7;
	}
	.alert-warning {
		color: #857a1f;
		background-color: #fffbd8;
		border-color: #fff9c8;
	}
	.alert-info {
		color: #00626e;
		background-color: #ccf2f6;
		border-color: #b8ecf3;
	}


/**********************************************************************
 Forms
 *********************************************************************/

.form {
}
	.form label {
		display: inline-block;
		margin-bottom: 0.5em;
		font-weight: bold;
	}
	.form label.full {
		width: 100%;
	}
	.form input::placeholder,
	.form textarea::placeholder {
		color: #d6d6d6;
	}
	.form input[type=text],
	.form input[type=number],
	.form input[type=email],
	.form input[type=password],
	.form input[type=date],
	.form input[type=time],
	.form input[type=datetime-local],
	.form select,
	.form textarea {
		display: block;
		width: 100%;
		padding: .5em .7em;
		margin: 0;
		font-size: 1em;
		color: #495057;
		background-color: #fff;
		border: 1px solid #ced4da;
		border-radius: .5em;
		transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
		min-height: 2.25em;
	}
		.form input[type=text]:focus,
		.form input[type=number]:focus,
		.form input[type=email]:focus,
		.form input[type=password]:focus,
		.form input[type=date]:focus,
		.form input[type=time]:focus,
		.form input[type=datetime-local]:focus,
		.form select:focus,
		.form textarea:focus {
			color: #495057;
			background-color: #fff;
			border-color: #9acffa;
			outline: none;
			box-shadow: 0 0 0 0.2em rgba(33,150,243,.25);
		}
	.form textarea {
		min-height: 100px;
		resize: vertical;
	}
	.form option.placeholder {
		color: #d6d6d6;
	}
	.form select {
		-webkit-appearance: none;
		text-indent: 1px;
	}
	.form select.subjectselector-new {
		-webkit-appearance: auto;
	}
	.form .select {
		display: block;
		position: relative;
	}
	.form .select::after {
		content: "\f061";
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;

		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 2.2;

		color: #000;
		position: absolute;
		right: 0;
		top: 0;
		text-align: center;
		width: 40px;
		height: 100%;
		pointer-events: none;
		transition: .1s all ease-in-out;
	}
	.form .select.focus::after {
		/* content: "\f063"; */
		transform: rotate(90deg);
	}
	.form .select.multiple::after {
		display: none;
	}
	.form input[type=text] + input,
	.form input[type=text] + textarea {
		margin-top: 1em;
	}
	.form .item-thirds {
		margin: 0;
	}
		.form .item-third {
			width: 32.3333%;
			float: left;
			margin: 0;
		}
		.form .item-third:nth-child(2) {
			margin-left: 1%;
			margin-right: 1%;
		}
	.form .item-halves {
		margin: 0;
	}
		.form .item-half {
			width: 48%;
			float: left;
			margin: 0;
		}
		.form .item-half:nth-child(2) {
			margin-left: 2%;
		}
.form .item-quarters {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.form .item-quarter {
	flex: 1;
	margin-right: 2%;
}
.form .item-quarter:last-child {
	margin-right: 0;
}

.choices.is-focused .choices__inner {
    color: #495057;
    background-color: #fff;
    border-color: #9acffa;
    outline: none;
    box-shadow: 0 0 0 0.2em rgba(33,150,243,.25);
}

.choices__input,
.choices__inner {
	color: #495057 !important;
	background: #fff !important;
	border: 1px solid #ced4da !important;
	border-radius: .5em !important;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out !important;
	min-height: 3.25em !important;
	font-size: 14px !important;
	padding: .5em .7em !important;
}
	.choices__input:focus {
		box-shadow: none !important;
		border-radius: 0 !important;
		border: none !important;
	}

[data-type=select-multiple] .choices__inner {
	padding: 4px 8px !important;
}

.choices__list + .choices__input {
	display: inline-block !important;
	border: none !important;
}

.choices__list--multiple .choices__item {
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #2196fe;
    border: 1px solid #2196fe;
    color: #fff;
}
.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
    border-left: 1px solid #fff;
}

.choices__list--dropdown .choices__item--selectable:after {
	display: none !important;
}

.choices__list--dropdown .choices__item--selectable {
    padding-right: 0;
}

/**********************************************************************
 Custom checkboxes and radios
 *********************************************************************/

.checkbox {
	position: relative;
	user-select: none;
	cursor: pointer;
	font-weight: normal !important;
}
.checkbox + .checkbox {
	margin-left: 20px;
}
label + .checkbox {
	margin-left: 10px;
}
	.checkbox input[type=checkbox],
	.checkbox input[type=radio] {
		position: absolute;
		opacity: 0;
		cursor: pointer;
		height: 0;
		width: 0;
	}
	.checkbox span {
		display: inline-block;
		width: 21px;
		height: 21px;
		background-color: #fff;
		border: 1px solid #ced4da;
		border-radius: 20%;
		vertical-align: middle;
		position: relative;
		margin-right: 0.5em;
		border-radius: .25em;
		transition: all .2s ease;
		font-weight: normal;
	}
	.checkbox:hover input ~ span,
	.checkbox:focus input ~ span,
	.checkbox input:focus ~ span {
		background-color: #e7e7e7;
	}
	.checkbox input:focus ~ span {
		border-color: #9acffa;
		outline: none;
		box-shadow: 0 0 0 0.2em rgba(33,150,243,.25);
	}
	.checkbox input:checked ~ span {
		background-color: #2667c6;
		border: 1px solid #2667c6;
	}
	.checkbox span::after {
		content: "";
		position: absolute;
		opacity: 1;
		transition: all .3s ease;
	}
	.checkbox span::after {
		left: 6px;
		top: 2px;
		width: 5px;
		height: 10px;
		border: solid #ffffff;
		border-width: 0 3px 3px 0;
		transform: rotate(45deg) scale(.01);
		opacity: 0;
	}
	.checkbox input:checked ~ span::after {
		opacity: 1;
		transform: rotate(45deg) scale(1);
	}
	.checkbox.radio span::after {
		left: 4px;
		top: 4px;
		width: 11px;
		height: 11px;
		border: none !important;
		transform: scale(0.01);
		border-radius: 50%;
		background-color: #fff;
	}
	.checkbox.radio span {
		border-radius: 50%;
	}

	/* .checkbox-eyes | replaces checkbox default with the 'eye' icon */
	.checkbox.checkbox-eyes:hover input ~ span,
	.checkbox.checkbox-eyes:focus input ~ span,
	.checkbox.checkbox-eyes input:focus ~ span {
		background-color: transparent;
	}
	.checkbox.checkbox-eyes span {
		border: none;
	}
	.checkbox.checkbox-eyes input:checked ~ span {
		background-color: transparent;
		border: none;
	}
	.checkbox.checkbox-eyes span::after {
		font-family: 'Font Awesome 5 Free';
		font-weight: 400;
		content: "\f06e";
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		line-height: 1.3;
		border: none;
		transform: rotate(0deg) !important;
		color: #757575;
		text-align: center;
		opacity: 0;
	}

	/* .checkbox-info | replaces checkbox default with the 'info' icon */
	.checkbox.checkbox-info span {
		border: none;
	}
	.checkbox.checkbox-info span::after {
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		content: "\f05a";
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		line-height: 1.3;
		border: none;
		transform: rotate(0deg);
		color: #2196fe;
		text-align: center;
	}
	.checkbox.checkbox-info:hover input ~ span,
	.checkbox.checkbox-info:focus input ~ span,
	.checkbox.checkbox-info input:focus ~ span {
		background-color: transparent;
		border-color: transparent;
		box-shadow: none;
	}
	.checkbox.checkbox-info input:checked ~ span {
		background-color: transparent;
		border: none;
	}


/**********************************************************************
 Login panel
 *********************************************************************/

.panel-login {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	width: 400px;
	margin-left: -200px;
	transform: translateY(-50%);
	background-color: rgba(255,255,255,1);
	border-radius: 1.5em;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
	.panel-login .inner {
		padding: 2em;
	}
	.panel-login h4 {
		text-align: center;
	}
	.panel-login a.forgotpw {
		margin-top: 10px;
		font-size: 12px;
		display: inline-block;
		float: right;
	}
	.panel-login a.forgotpw:hover {
		text-decoration: underline;
	}

	.panel-login a.returntologin {
	}
	.panel-login a.returntologin:hover {
	}


/**********************************************************************
 Register panel
 *********************************************************************/

.panel-register {
	position: relative;
	z-index: 10;
	float: right;
	width: 400px;
	height: 100vh;
	background-color: rgba(255,255,255,0.98);
	box-shadow: 6px 0px 8px 3px rgba(0,0,0,0.5);
}
	.panel-register a.returntologin {
		margin-top: 10px;
		font-size: 12px;
		display: inline-block;
		float: right;
	}
	.panel-register a.returntologin:hover {
		text-decoration: underline;
	}


/**********************************************************************
 Apps
 *********************************************************************/

.app {
}
	.app .sidebar {
		background: #fff;
		float: left;
		top: auto;
		bottom: auto;
		z-index: 8888;
		box-shadow: 6px 0px 8px -2px rgba(0,0,0,0.1);
	}
	.app .sidebar .inner > ul {
		border-right: 0;
	}

.app-wrapper {
	transition: all .3s ease-in-out;
	position: relative;
}
	.app-wrapper .inner {
		padding: 0px 30px;
	}

.app .sidebar + .app-wrapper {
	margin-left: 280px;
}



/**********************************************************************
 Maps
 *********************************************************************/

.map-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100vh - 65px);
	z-index: 10;
}
	#map {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		color: #fff;
	}


/**********************************************************************
 Content block
 *********************************************************************/

.content-block {
	display: none;
}
	.content-block.active {
		display: block;
	}



/**********************************************************************
 Loaders, Modals, and Veils
 *********************************************************************/

.veilspinner {
	position: fixed;
	z-index: 999998;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: opacity .4s;
	transition-timing-function: cubic-bezier(0.36, 0.55, 0.19, 1);
	background-color: #444;
	opacity: .7;
	animation: veilfadein .4s;
	animation-fill-mode: forwards;
}
	.veilspinner.hidden {
		animation: veilfadeout .4s;
		animation-fill-mode: forwards;
	}

.spinner,
.veilspinner::before {
	content:"";
	position: absolute;
	z-index: 999999;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 50px;
	height: 50px;
	background: url('../images/spinner1.svg') center center no-repeat;
	background-size: contain;
}

.veil {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.8);
	z-index: 99998;
	transition: all .3s ease;
	animation: veilfadein .4s;
	animation-fill-mode: forwards;
}
	.veil.inactive {
		animation: veilfadeout .4s;
		animation-fill-mode: forwards;
	}

@keyframes veilfadeout {
	0% {
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}

@keyframes veilfadein {
	0% {
		opacity: 0;
		visibility: visible;
	}
	100% {
		opacity: 1;
	}
}



/**********************************************************************
 Cards and box shadows
 *********************************************************************/

.card {
	background: #fff;
	border-radius: 2px;
	display: inline-block;
	height: 300px;
	margin: 1rem;
	position: relative;
	width: 300px;
}

.card-1 {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-2 {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card-3 {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-4 {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-5 {
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}



/*********************
*********************/


.menubutton {
	float: right;
	position: relative;
	width: 42px;
	height: 34px;
	margin-top: 1em;
	margin-right: 20px;
	display: none;
}
	.menubutton::before {
		content: "";
		width: 100%;
		height: 4px;
		background: #4a576b;
		position: absolute;
		left: 0;
		top: 0;
		border-radius: 2px;
		transition: all .2s ease;
	}
	.menubutton::after {
		content: "";
		width: 100%;
		height: 4px;
		background: #f87c73;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -2px;
		border-radius: 2px;
		transition: all .2s ease;
	}
	.menubutton span {
		position: absolute;
		display: block;
		right: 0;
		bottom: 0;
		width: 75%;
		height: 4px;
		background: #eac062;
		border-radius: 2px;
		transition: all .2s ease;
	}
	.menubutton:hover span {
		width: 100%;
	}
.menuopen .menubutton::before {
	top: 50%;
	margin-top: -2px;
	background: #fff !important;
	transform: rotate(45deg);
}
.menuopen .menubutton::after {
	background: #fff !important;
	transform: rotate(-45deg);
}
.menuopen .menubutton span {
	bottom: 50%;
	margin-bottom: -2px;
	background: #fff !important;
	opacity: 0;
}

.header .logo {
	display: block;
	float: left;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 50%;
	height: 34px;
	background: url('../images/logo.svg') left center no-repeat;
	background-size: contain;
	display: none;
}

.meinfo {
	text-align: center;
	margin-top: 2em;
}
	.meinfo .img {
		display: inline-block;
		width: 130px;
		height: 130px;
		border-radius: 10%;
		overflow: hidden;
		background-color: #333;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		background-image: url('../images/profile-image-holder.png');
		margin-bottom:15px;
	}
	.meinfo strong {
		display: block;
		padding: 0 0.75em;
		color: #2667c6;
		font-size: 30px;
		line-height: 1.2;
	}
	.meinfo small {
		display: block;
		color: #7b889b;
		font-size: 16px;
	}


.addevidence {
	background: #f2f3f7;
	border-radius: 1.5em;
	border: 1px dashed #bcc0c5;
	overflow: hidden;
	text-align: left;
	margin: 2em auto 1em auto;
	width: 85%;
	padding: 1.5em 2em;
	transition: all .2s ease;
}
	.addevidence .img {
		color: #dfe5ed;
		font-size: 3em;
		float: left;
		width: 20%;
		margin-right: 5%;
	}
	.addevidence span {
		float: left;
		width: 75%;
	}
	.addevidence strong {
		display: block;
		color: #2667c6;
		font-weight: bold;
		font-size: 19px;
	}
	.addevidence small {
		font-size: 14px;
		color: #707782;
		display: block;
		margin-bottom: 1em;
	}
	.addevidence .btn {
		width: 100%;
		text-align: left;
	}
	.addevidence .btn i {
		float: right;
		margin-top: 4px;
	}
.addevidence.long {
	width: 100%;
	margin: 2.5em auto 2em auto;
	text-align: left;
	padding: 1.5em;
}
.addevidence.long .img {
	margin:0 25px 0 0;
	font-size: 4em;
	float: left;
	width: auto;
}
.addevidence.long .btn {
	width: auto;
	float: right;
	margin-top: 0.5em;
	width: auto;
}
.addevidence.long h4 {
	color: #2667c6;
	font-size: 24px;
}
.addevidence.long h4,
.addevidence.long p {
	margin: 0;
}

.dragenterover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	border-color: #2667c6;
}

.addlearner {
	border-radius: 1.5em;
	overflow: hidden;
	text-align: center;
	margin: 2em auto 1em auto;
	width: 85%;
	padding: 2em 2em;
}
	.addlearner .img {
		color: #dfe5ed;
		font-size: 5em;
		margin-bottom: 30px;
	}
	.addlearner strong {
		display: block;
		color: #2667c6;
		font-weight: bold;
		font-size: 21px;
	}
	.addlearner small {
		font-size: 14px;
		color: #707782;
		display: block;
		margin-bottom: 1em;
	}
	.addlearner .btn {
		width: 100%;
		text-align: left;
	}
	.addlearner .btn i {
		float: right;
		margin-top: 4px;
	}


.salutation {
	max-width: 600px;
	color: #7b889b;
	font-size: 22px;
	margin: 0 0 1em 0;
}
	.salutation h1 {
		font-size: 40px;
		margin: 0;
		color: #2667c6;
	}
	.salutation p {
		margin: 0;
	}
	.salutation .btn {
		font-size: 16px;
		margin-top: 1em;
	}
.l .salutation {
	margin-top: 0.25em;
}

.learnerheader {
	margin-bottom: 2em;
}


.slimpanels {
	margin: 0 0 2em 0;
}

.slimpanel {
	background: #fff;
	width: 100%;
	max-width: 380px;
	padding: 2em;
	border-radius: 1.5em;
	color: #2667c6;
	float: left;
	margin: 0 2em 2em 0;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
	.slimpanel h2 {
		font-size: 30px;
		margin: 0;
		line-height: 1.2;
	}
	.slimpanel p {
		font-size: 16px;
	}
	.slimpanel p:last-child {
		margin-bottom: 0;
	}
	.slimpanel a.btn {
		width: 100%;
	}
	.slimpanel .imgholder {
		margin: 1.5em -2em;
		height: 370px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
.slimpanel:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.slimpanel.addlearner {
	background: none;
	box-shadow: none;
}
.slimpanel.addlearner:hover {
	box-shadow: none;
}
	.slimpanel.addlearner a {
		display: block;
		width: 100%;
		height: 400px;
		background: url('../images/add-learner.png') center center no-repeat;
		background-size: contain;
	}

.subjectselects {
	margin-top: 0.5em;
}
	.subjectselects .col {
		float: left;
		width: 45%;
	}
	.subjectselects .col:last-child {
		float: right;
	}
	.subjectselects .item {
		margin: 5px 0;
	}
		.subjectselects .item label {
			font-weight: normal;
			margin-top: 0.75em;
		}
		.subjectselects .item .sel {
			float: right;
			width: 50%;
		}

#addlearnerform {
}

.addlearnerbox {
	width: 100%;
	max-width: 850px;
}
	.addlearnerbox .l {
		float: left;
		width: 28%;
	}
	.addlearnerbox .r {
		float: right;
		width: 72%;
	}

.learnerimagecontainer {
	position: relative;
	width: 180px;
}
	.learnerimageholder {
		border-radius: 1.5em;
		border: 10px solid #eaf1f9;
		background: #f0f0f0;
		width: 100%;
		height: 180px;
		position: relative;
		overflow: hidden;
	}
	.learnerimageholder::before {
		content: "";
		position: absolute;
		z-index: 20;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: rgba(0,0,0,0.8);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		background-image: url('../images/c-spinner-1.gif');
		opacity: 0;
		cursor: wait;
		visibility: hidden;
		transition: all .3s ease;
	}
	.learnerimageholder.isuploading::before {
		opacity: 1;
		visibility: visible;
	}
.learnerimagecontainer.l-140 {
	width: 150px;
}
.learnerimagecontainer.l-140 .learnerimageholder {
	height: 140px;
}
	
	
	.learnerimageholder.alt {
		border-color: #fff;
	}
		.learnerimageholder .inner {
			position: absolute;
			left:0;
			top:0;
			right:0;
			bottom:0;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
			background-image: url('../images/profile-image-holder.png');
		}
	.learnerimagecontainer .picuploadicon {
		position: absolute;
		z-index: 30;
		right: -0.5em;
		top: -0.5em;
		width: 2em;
		height: 2em;
		display: block;
		background: #fff;
		color: #2667c6;
		text-align: center;
		line-height: 1;
		border-radius: 50%;
		box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
		transition: 0.3s all ease;
	}
		.learnerimagecontainer .picuploadicon i {
			display: block;
			width: 2em;
			height: 2em;
			padding-top: 0.5em;
		}
	.learnerimagecontainer .picuploadicon:hover {
		background-color: #f6f6f6;
	}


.subject-row {
	margin: 1.5em 0 0.5em 0;
	position: relative;
}
.overview .subject-row {
	border-bottom: 1px solid #d8deea;
}
	.subject-heading {
		margin: 0 0 1.5em 0;
	}
		.subject-heading .chartContainer {
			width: 147px;
			margin-right: 2em;
			vertical-align: middle;
		}
		.subject-row h4 {
			margin: 0 0 0.5em 0;
			color: #2667C6;
			font-size: 26px;
			position: relative;
			padding-left: 1em;
		}
			.subject-row h4::before {
				content: "";
				position: absolute;
				left:0;
				top:50%;
				margin-top: -5px;
				width: 10px;
				height: 10px;
				border-radius: 50%;
				background: #2667C6;
			}
			.subject-row h4 small {
				font-weight: 200;
			}
			.subject-row h4.link {
				border-bottom: 1px solid transparent;
				transition: all .3s ease;
			}
			.subject-row h4.link:hover {
				border-color: #2667C6;
			}
		.subject-heading-text {
			display: inline-block;
			vertical-align: middle;
		}
			.subject-heading-text .btn {
				background-color: #2667c6;
				border-color: #2667c6;
			}
				.subject-heading-text .btn:hover {
					background-color: #134894;
					border-color: #134894;
				}
			.subject-heading-text .btn-toggle-aspects .hide-text {
				display: none;
			}
			.subject-heading-text .btn-toggle-aspects .show-text {
				display: inline-block;
			}
			.subject-heading-text .btn-toggle-aspects.toggled .hide-text {
				display: inline-block;
			}
			.subject-heading-text .btn-toggle-aspects.toggled .show-text {
				display: none;
			}
	.subject-row .tile {
		display: inline-block;		
		color: #7B889B;
		border-radius: 1em;
		padding: 1em;
		margin: 0 2em 2em 0;
		width: 100%;
		max-width: 400px;
		transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	}
	.overview .subject-row .tile {
		background: #fff;
		cursor: pointer;
	}
	.subject-row .tile:hover {
		box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	}
	.subject-row .tile.nohover:hover {
		box-shadow: none;
	}
.subject-row.topline-row .tile {
	margin: 0;
	padding-top:0;
}

/*
.subject-row .subject-container {
	transition: all .3s ease;
	overflow: hidden;
	display: block;
	opacity: 1;
	height: auto;
	visibility: visible;
}
.subject-row .subject-container.hidden {
	display: block;
	visibility: hidden;
	opacity: 0;
	height: 0 !important;
}
*/

.chartContainer {
	display: inline-block;
	width: 40%;
	height: 147px;
	margin-right: 5%;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}
.chartContainer.alt {
	height: 124px;
}
	.chartContainer canvas.chart {
		position: absolute;
		z-index: 1;
		width: 100%;
		left: 0;
		top: 0;
	}
	.chartContainer .tally {
		position: absolute;
		z-index: 2;
		width: 100%;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		text-align: center;
		font-weight: bold;
		font-size: 1.2em;
	}
		.subject-row .tile .text {
			display: inline-block;
			width: 50%;
			vertical-align: top;
		}
			.subject-row .tile .text strong {
				display: block;
				color: #2667C6;
				font-size: 16px;
				font-weight: bold;
				line-height: 1.2;
			}
			.subject-row .tile .text em {
				display: block;
				font-size: 16px;
				font-style: normal;
				margin-bottom: 1em;
			}
			.subject-row .tile .text span {
				display: block;
			}
			.subject-row .tile .text em span {
				display: inline-block;
			}
			

.subject-row.highlight-red h4::before {
	background: #E5072D;
}
.subject-row.highlight-red .text strong,
.subject-row.highlight-red .tally {
	color: #E5072D;
}

.subject-row.highlight-green h4::before {
	background: #2BB673;
}
.subject-row.highlight-green .text strong,
.subject-row.highlight-green .tally {
	color: #2BB673;
}

.subject-row.highlight-orange h4::before {
	background: #F97D73;
}
.subject-row.highlight-orange .text strong,
.subject-row.highlight-orange .tally {
	color: #F97D73;
}

.subject-row.highlight-purple h4::before {
	background: #662D91;
}
.subject-row.highlight-purple .text strong,
.subject-row.highlight-purple .tally {
	color: #662D91;
}

.subject-row.highlight-yellowish h4::before {
	background: #F7941E;
}
.subject-row.highlight-yellowish .text strong,
.subject-row.highlight-yellowish .tally {
	color: #F7941E;
}

.box .aspects {
	margin: 0 0 0.5em 0;
}

.link {
	cursor: pointer;
}

.shortpanel {
	width: 100%;
	max-width: 340px;
	color: #2667c6;
	float: left;
	margin: 2em 5em 0em 0;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
	.shortpanel ul.menu li {
		border-bottom: none;
	}
		.shortpanel ul.menu li a {
			padding: 0;
		}
		.shortpanel ul.menu .dropdown-ellipsis > a > .title {
			padding: 0;
			font-size: 30px;
			font-weight: bold;
		}
		.shortpanel ul.menu .dropdown-ellipsis a::after {
			right: 0;
		}
		.shortpanel ul.menu .dropdown-ellipsis.open > a {
			background: none !important;
			color: #2667c6 !important;
		}
	.shortpanel .img {
		display: block;
		border-radius: 1.5em;
		border: 15px solid #eaf1f9;
		background: #f0f0f0;
		width: 340px;
		height: 340px;
		position: relative;
		overflow: hidden;
		border-color: #fff;
		margin: 1.2em 0 1.5em 0;
		transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	}
		.shortpanel .img span {
			display: block;
			position: absolute;
			left:0;
			top:0;
			right:0;
			bottom:0;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
		}
	.shortpanel:hover .img {
		border-width: 15px;
		box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	}
	.shortpanel a.btn {
		width: 100%;
		text-align: left;
	}

.subject-title {
	margin: 0;
	font-size: 26px;
	color: #2667c6;
	padding-left: 1.5em;
	position: relative;
}
	.subject-title::before {
		content: "";
		position: absolute;
		left:0;
		top:50%;
		margin-top: -8px;
		width: 16px;
		height: 16px;
		border-radius: 50%;
		background: #2667C6;
	}
	.subject-title small {
		font-size: 26px;
		font-weight: 200;
	}

.accordion-toggle-button {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #dde1e6;
	color: #fff;
	text-align: center;
	line-height: 28px;
	transition: all .2s ease;
	text-decoration: none;
}
	.accordion-toggle-button::before {
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		content: "\f078";
	}
.accordion-toggle-button:hover {
	background: #b3b6b9;
}
	
.subject-evidence-list {
	font-size: 14px;
	display: none;
}
	.subject-evidence-list .item-appendix {
		padding: 1.5em 1em 0.25em 1em;
		text-align: left;
		font-style: normal;
	}
		.subject-evidence-list .item-appendix a {
			border-bottom: 1px dotted #000;
		}
		.subject-evidence-list .item-appendix a:hover {
		}
	.subject-evidence-list .item-pretext {
		padding: 1.5em 1em 0.25em 1em;
		text-align: left;
		font-style: italic;
	}
	.subject-evidence-list .item-pretext2 {
		padding: 0em 1em 0.25em 1em;
		text-align: left;
		font-style: italic;
	}
	.subject-evidence-list .item-pretext + .item-pretext2 {
		margin-top: 1em;
	}
	.subject-evidence-list .item {
		padding-left: 90px;
		position: relative;
		margin-top: 1.5em;
		margin-bottom: 1.5em;
	}
		.subject-evidence-list .item i {
			color: #2667c6;
		}
	.subject-evidence-list .item.ghosted {
		opacity: 0.5;
	}
	.subject-evidence-list .item::before {
		content: "";
		text-align: center;
		color: #fff;
		line-height: 28px;
		position: absolute;
		left: 1.5em;
		top: 0;
		width: 28px;
		height: 28px;
		background: #dde1e6;
		border-radius: 50%;
	}
	.subject-evidence-list .item.notdone {
		cursor: pointer;
	}
	.subject-evidence-list .item.notdone::before {
		background: #dde1e6 !important;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		content: "\f067";
		line-height: 28px;
	}
		.subject-evidence-list .item.notdone:hover::before {
			background: #c2c8d0 !important;
		}
	.subject-evidence-list .item.done::before {
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		content: "\f00c";
		line-height: 28px;
	}


.subject-panel {
	padding: 1em;
	background: #F2F3F7;
	margin: 1em 0 1.5em 0;
	border-radius: 1.5em;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
	.subject-panel:hover {
		box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	}
	.evidence-area .subject-panel:hover {
		box-shadow: none;
	}
.subject-panel:last-child {
	margin-bottom: 0;
}
.subject-panel:first-child {
	margin-top: 0;
}
	.subject-panel .subject-row {
		margin: 0;
		padding: 0;
		outline: none;	
		cursor: pointer;	
	}

	.subject-panel .subject-row .tile {
		padding: 0;
		background: none;
		margin: 0;
	}
	.subject-panel .subject-row .tile:hover {
		box-shadow: none;
	}
	.subject-panel .subject-row .text {
		width: 57%;
	}
	.subject-panel .subject-row .text strong {
		font-size: 18px;
	}
	.subject-panel .subject-row .text em {
		font-size: 15px;
		margin: 0;
	}
	.subject-panel .subject-row .chartContainer.alt {
		width: 70px;
		height: 70px;
	}
	.subject-panel .subject-row .chartContainer .tally {
		font-size: 13px;
	}

.subject-panel.open {
}
	.subject-panel.open .subject-evidence-list {
		/* display: block; */
	}
	.subject-panel.open .accordion-toggle-button::before {
		content: "\f077";
	}


.uploadbox {
	max-width: 800px;
}
	.uploadbox .l {
		width: 48%;
	}
	.uploadbox .r {
		width: 48%;
	}

.inlineselects {
}
	.inlineselects .row {
		margin-bottom: 1em;
	}
	.inlineselects .row:last-child {
		margin-bottom: 0;
	}
	.inlineselects label {
		margin-top: 0.5em;
	}
	.inlineselects .inlineselect {
		float: right;
		width: 70%;
	}


.evidence-area {
	padding: 0;
	margin: 0;
	font-size: 1em;
	color: #495057;
	background-color: #fff;
	border: 0px solid #ced4da;
	border-radius: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	min-height: 2.25em;
	height: 505px;
	position: relative;
}
	.evidence-area .subject-panel {
		background: #F2F3F7;
		padding: 1.5em;
		border-radius: 0;
	}
	.evidence-area .tile {
		cursor: text;
	}
	.evidence-area .subject-evidence-list label {
		font-weight: normal;
		cursor: pointer;
		position: relative;
		display: block;
	}
	.evidence-area .subject-evidence-list .item::before {
		display: none;
	}
.evidence-area .checkbox + .checkbox {
	margin-left: 0;
}
.evidence-area .checkbox span {
	text-align: center;
	color: #fff;
	line-height: 28px;
	position: absolute;
	left: 1.5em;
	top: 0;
	width: 28px;
	height: 28px;
	background: #dde1e6;
	border-radius: 50%;
}
.evidence-area .checkbox input ~ span::after {
	left: 9px;
	top: 5px;
}

#notes {
	height: 100px;
	min-height: 100px;
}


.uploadbox .learnerimagecontainer {
	width: 100%;
}

.empty-placeholder {
	text-align: center;
	color: #a9aeb5;
	margin: 1em 0;
	transition: all .3s ease;
}
	.empty-placeholder .img {
		font-size: 5em;
		margin-bottom: 20px;
	}
	.empty-placeholder strong {
		display: block;
	}
	
.uploadgallery {
	background: #fbfbfd;
	padding: 1.5em;
	border: 1px dashed #d4d5d7;
	margin: 0 0 1em 0;
	border-radius: 1em;
}
	.uploadgallery .l {
		width: 65%;
	}
	.uploadgallery .r {
		width: auto;
	}
		.uploadgallery label {
			margin: 0;
			line-height: 1.2;
			transition: all .3s ease;
		}
		.uploadgallery.is-uploading label {
			opacity: 0.5;
			cursor: not-allowed;
		}
		.uploadgallery.is-uploading label:hover {
			background-color: #2667c6 !important;
		}
	.uploadedfiles {
		margin: 0 0 1em 0;
		margin-right: -2%;
	}
		.uploadedfiles.hasfiles .empty-placeholder {
			display: none;
		}
	.filetile {
		width: 23%;
		float: left;
		display: inline-block;
		margin: 0;
		margin-right: 2%;
		margin-bottom: 1.5em;
		position: relative;
	}
		.filetile .thumb {
			height: 150px;
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center center;
			background-color: #f0f0f0;
			border: 10px solid #fff;
			position: relative;
			overflow: hidden;
			border-radius: 1.5em;
			margin-bottom: 0.5em;
		}
		.filetile a.remove-uploaded-file-button {
			display: block;
			position: absolute;
			right: -10px;
			top: -10px;
			border-radius: 50%;
			width: 32px;
			height: 32px;
			line-height: 24px;
			background: red;
			color: #fff;
			z-index: 99;
			text-align: center;
			border: 5px solid #fff;
		}

.progress-area {
	margin-top: 0.75em;
	opacity: 0;
	transition: all .3s ease;
	display: none;
	visibility: hidden;
}
	.progress-bar {
		position: relative;
		background: #d2d8e6;
		width: 200px;
		height: 14px;
		border-radius: 7px;
		position: relative;
		overflow: hidden;
		display: inline-block;
		vertical-align: middle;
	}
		.progress-bar-inner {
			position: absolute;
			display: block;
			left: 0;
			top: 0;
			bottom: 0;
			width: 0%;
			border-radius: 7px;
			background-color: #2567c5;
			transition: all .3s ease;
		}
	.progress-text {
		display: block;
		margin-top: 1em;
		color: #2567c5;
		vertical-align: middle;
	}
		.progress-text .progress-current {
		}
		.progress-text .progress-total {
		}

.is-uploading {
}
	.is-uploading .progress-area {
		opacity: 1;
		visibility: visible;
	}
	.is-uploading .empty-placeholder {
		opacity: 0.25;
	}

.filescontainer {
	position: relative;
}
	.filescontainer .loading {
		position: absolute;
		z-index: 10;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(219,229,244,1);
		background-image: url('../images/c-spinner-2.gif');
		background-size: auto;
		background-repeat: no-repeat;
		background-position: center 10%;
		border-radius: 0.5em;
		cursor: wait;
		transition: opacity .4s;
		transition-timing-function: cubic-bezier(0.36, 0.55, 0.19, 1);
	}
	.filescontainer .loading.inactive {
		animation: veilfadeout .4s;
		animation-fill-mode: forwards;
	}
	
.file {
	display: inline-block;
	position: relative;
	background: #fff;
	width: 100%;
	/* max-width: 270px; */
	padding: 1.2em;
	padding-top: 1em;
	border-radius: 1.5em;
	color: #2667c6;
	float: left;
	margin: 0 0 2em 0;
	box-shadow: none;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.file:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
	.file ul.menu li {
		border-bottom: none;
	}
		.file ul.menu li a {
			padding: 0;
		}
		.file ul.menu .dropdown-ellipsis > a > .title {
			padding: 0;
			font-size: 16px;
			font-weight: bold;
		}
		.file ul.menu .dropdown-ellipsis a::after {
			right: 0;
		}
		.file ul.menu .dropdown-ellipsis.open > a {
			background: none !important;
			color: #2667c6 !important;
		}
	.file-header {
	}
	.file-thumb {
		background-color: #f2f3f7;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		border-radius: 0.5em;
		border: 1px dashed #bcc0c5;
		overflow: hidden;
		text-align: center;
		margin: 1em auto 0 auto;
		width: 100%;
		padding: 3em 2em;
		transition: all .2s ease;
		cursor: pointer;
		position: relative;
		height: 160px;
		box-sizing: border-box;
	}
		/*
		.file-thumb::before {
			content: "";
			position: absolute;
			z-index: 0;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			background-color: rgba(0,0,0,0.3);
		}
		*/
		.file-thumb i,
		.file-thumb span,
		.file-thumb a.btn {
			position: relative;
			z-index: 1;
		}
		.file-thumb i {
			color: #7B889B;
			font-size: 4em;
		}
		.file-thumb span {
			font-weight: 300;
			text-align: center;
			display: block;
			color: #7B889B;
			margin-top: 20px;
		}
		.file-thumb a.btn {
			background: #7B889B;
			border-color: #7B889B;
			margin-top: 20px;
			font-size: 15px;
		}
	.file-footer {
		margin-top: 5px;
	}
		.file-footer .btn {
			font-size: 11px;
			margin: 1em 0 0 0;
		}

.layout-grid {
}

.layout-list {
}
	.layout-list .file {
		display:block;
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0% !important;
	}
		.layout-list .file-header {
			margin-left: 100px;
		}
		.layout-list .file-thumb {
			width: 100px;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
			margin: 0;
			padding: 0;
			border: none;
		}
			.layout-list .file-thumb i {
				position: absolute;
				left: 50%;
				top: 50%;
				font-size: 2em;
				transform: translate(-50%,-50%);
			}
		.layout-list .file-footer {
			margin-left: 100px;
		}

.notformobile {
	display: none !important;
}

.reflectheader {
	position: relative;
}
	.reflectheader h1 {
		margin-bottom: 1em;
	}
	
.layout-combo {
	float: right;
	font-size: 24px;
	color: #2667c6;
}
	.layout-combo a {
		display: inline-block;
		color: #afc7e9;
		text-decoration: none;
		margin-left: 1em;
		transition: all .3s ease;
	}
	.layout-combo a.active {
		color: #2667c6;
	}
	
.file-title-box {
}
	.file-title-box h4 {
		margin:0;
		padding:0;
		float: left;
		font-size: 30px;
	}
		.file-title-box h4 ul.menu {
			width: auto;
			display: inline-block;
			vertical-align: middle;
			margin-left: 0.5em;
		}
			.file-title-box h4 ul.menu > li.dropdown > a {
				color: #fff;
			}
				.file-title-box h4 ul.menu > li.dropdown > ul.dropdown-menu {
					margin-left: -1em;
				}
	.file-title-box h5 {
		margin:0;
		padding:0;
		margin-top: 8px;
		float: right;
		font-weight: 200;
		font-size: 20px;
	}

.file-info-area {
}
	.file-info-area h3 {
		margin: 0 0 0.5em 0;
		font-size: 24px;
	}
	.file-info-area h3:last-child {
		margin-bottom: 0;
	}
	.file-info-area p:last-child {
		margin-bottom: 0;
	}

.file-imgholder {
	display: block;
	background-color: #f2f3f7;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 1.5em;
	border: 1px dashed #bcc0c5;
	overflow: hidden;
	text-align: center;
	margin: 1em 0 1em 0;
	width: 100%;
	padding: 0;
	height: 550px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.file-imgholder:first-child {
	margin: 0;
}

.file-videoholder {
	display: block;
	background-color: #f2f3f7;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 1.5em;
	border: 1px dashed #bcc0c5;
	overflow: hidden;
	text-align: center;
	margin: 1em 0 1em 0;
	width: 100%;
	padding: 0;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	line-height: 0;
}
.file-videoholder:first-child {
	margin: 0;
}
	.file-videoholder video {
		width: 100%;
		margin: 0;
	}

.file-aspects .btn {
	font-size: 11px;
	margin: 1em 0 0 0;
}

.file-thumb i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.file-footer .btn {
	width: 100%;
}

.phases-info-toggle {
	cursor: pointer;
}
	.phases-info-toggle:hover {
		text-decoration: underline;
	}
	
.phases-info {
	margin: 1em 0 2em 0;
	border-bottom: 2px solid #e9ecef;
}
	.phasestable thead th {
		text-align: center;
		vertical-align: middle;
	}
	.phasestable tbody td {
		white-space: nowrap;
		width: 20%;
		text-align: center;
	}

.pdf-iframe {
	border: none;
	width: 100%;
	height: 500px;
}

.gallery-area {
}
.gallery-area .container {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
	.gallery-area .gallery-item {
/*		float: left;*/
		flex: 0 0 48%;
		display: inline-block;
/*		width: 50%;*/
		padding: 10px 0 10px 0;
		position: relative;
	}
	.gallery-area-1up .gallery-item {
		width: 100%;
		float: none;
	}
		.gallery-area .gallery-item a {
			display: block;
			text-decoration: none;
			width: 100%;
			height: 200px;
			position: relative;
			overflow: hidden;
			background-color: #f0f0f0;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
			border: 1px solid #dbe5f4;
			border-radius: 0.5em;
			transition: all .3s ease;
		}
		.gallery-area-1up .gallery-item a {
			height: 500px;
		}
		.gallery-area .gallery-item a:hover {
			box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
		}
			.gallery-area .gallery-item a span.icon {
				position: absolute;
				display: block;
				z-index: 1;
				left:0;
				top: 0;
				width: 100%;
				height: 100%;
				text-align: center;
				font-size: 2.5em;
				color: #fff;
			}
				.gallery-area .gallery-item a span i {
					position: absolute;
					left: 50%;
					top: 50%;
					transform: translate(-50%,-80%);
				}
			.gallery-area .gallery-item a span.caption {
				position: absolute;
				display: block;
				z-index: 2;
				left:0;
				bottom: 0;
				width: 100%;
				text-align: left;
				font-size: 0.8em;
				background-color: rgba(255,255,255,0.8);
				color: #000;
				padding: 1em;
				line-height: 1;
				text-overflow: ellipsis;
				overflow: hidden;
			}

.archived-subjects {
	margin-top: 4em;
}
	.archived-subjects > h2 {
		margin-bottom: 0;
		font-size: 24px;
	}
	.archived-subjects > .container {
		-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
		filter: grayscale(100%);
	}












#animation_container {
	position: fixed; 
	z-index: 999999; 
	left: 0; 
	bottom: 0; 
	width: 100%; 
	height: 158px;
	display: none;
}
#animation_container.active {
	display: block;
}
	#canvas_confetti {
		position: absolute; 
		bottom: 0; 
		left: 0; 
		display: block;
	}

.swal2-popup {
	border-radius: 24px !important;
}


.tippy-tooltip {
	border-radius: 1.5em;
}
.tippy-content {
	text-align: left;
	padding: 1em;
}
	.tippy-content ul {
		margin: 0;
		padding: 0;
	}
		.tippy-content li {
			margin: 0.5em 1em 0.5em 1.5em;
			padding: 0;
		}
		.tippy-content li:first-child {
			margin-top: 0;
		}
		.tippy-content li:last-child {
			margin-bottom: 0;
		}


.tint-red .tint-text {
	color: #E5072D !important;
}
.tint-red .tint-before::before {
	background: #E5072D;
}
.tint-red .tint-bg {
	background: #E5072D;
	border-color: #E5072D;
}
.tint-red .tint-bg .tint-bg-text {
	color: #fff;
}
.tint-red .tint-borders {
	border-color: #E5072D !important;
}

.tint-green .tint-text {
	color: #2BB673 !important;
}
.tint-green .tint-before::before {
	background: #2BB673;
}
.tint-green .tint-bg {
	background: #2BB673;
	border-color: #2BB673;
}
.tint-green .tint-bg .tint-bg-text {
	color: #fff;
}
.tint-green .tint-borders {
	border-color: #2BB673 !important;
}

.tint-orange .tint-text {
	color: #F97D73 !important;
}
.tint-orange .tint-before::before {
	background: #F97D73;
}
.tint-orange .tint-bg {
	background: #F97D73;
	border-color: #F97D73;
}
.tint-orange .tint-bg .tint-bg-text {
	color: #fff;
}
.tint-orange .tint-borders {
	border-color: #F97D73 !important;
}

.tint-purple .tint-text {
	color: #662D91 !important;
}
.tint-purple .tint-before::before {
	background: #662D91;
}
.tint-purple .tint-bg {
	background: #662D91;
	border-color: #662D91;
}
.tint-purple .tint-bg .tint-bg-text {
	color: #fff;
}
.tint-purple .tint-borders {
	border-color: #662D91 !important;
}

.tint-yellowish .tint-text {
	color: #F7941E !important;
}
.tint-yellowish .tint-before::before {
	background: #F7941E;
}
.tint-yellowish .tint-bg {
	background: #F7941E;
	border-color: #F7941E;
}
.tint-yellowish .tint-bg .tint-bg-text {
	color: #fff;
}
.tint-yellowish .tint-borders {
	border-color: #F7941E !important;
}







.forMobile {
	display: none !important;
}

@media only screen and (max-width: 980px) {
	.forMobile {
		display: block !important;
	}
}


.show-mobile {
	display: none !important;
}


.mobileFooterButton {
	position: fixed;
	z-index: 999;
	right: 0;
	bottom: 0;
	padding: 1em;
}
	.mobileFooterButton .btn {
		text-align: center;
		box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
		padding: 1em;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		line-height: 28px;
	}
		.mobileFooterButton .btn i {
			float: none;
			margin: 0;
		}


.landscape-blocker {
	position: fixed;
	z-index: 99999999999999999;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	color: #333;
	text-align: center;
	display: none;
}
	.landscape-blocker .inner {
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

.disclaimerinfo {
	font-size: 10px;
}
	.disclaimerinfo p:first-child {
		margin-top:0;
	}
	.disclaimerinfo p:last-child {
		margin-bottom:0;
	}

.toolbar {
	background: #fff;
	border-radius: 2em;
	padding: 1em;
	margin-bottom: 2em;
}

.rotate-image-button {
	cursor: pointer;
}

.floaty-tools {
	position: absolute;
	right: 1em;
	top: 1em;
}
.floaty-tools i {
	display: inline-block;
	background: #fff;
	width: 2em;
	height: 2em;
	padding: 8px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
	.floaty-tools i:hover {
		background-color: #2667c6;
		color: #fff;
	}
.floaty-tools i.disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.nothing {
	text-align: center;
	padding: 5em 0;
}


.cardcontainer {
	max-width: 410px;
	border: 1px solid #2667c6;
	background: #fcfdff;
	padding: 1em;
	border-radius: 1.5em;
}

#card-errors {
	color: red;
	margin-top: 1em;
}

.account-sections {
	margin-top: 3em;
}
	.account-sections h2 {
		margin-bottom: 0.5em;
	}
	.account-sections .box {
		margin-bottom: 3em;
		max-width: 750px;
	}
	.account-sections p:first-child {
		margin-top: 0;
	}
	.account-sections p:last-child {
		margin-bottom: 0;
	}


.payment {
	border-bottom: 1px dotted #2667c6;
}
.payment:last-child {
	border-bottom: 0;
}
	.payment span {
		display: block;
		float: left;
		overflow: hidden;
		text-overflow: ellipsis;
		padding: 3px 0;
	}
	.payment span.date {
		width: 25%;
		text-align: left;
	}
	.payment span.title {
		width: 45%;
		text-align: left;
	}
	.payment span.value {
		width: 15%;
		text-align: right;
	}
	.payment span.status {
		width: 15%;
		text-align: right;
	}
.payment-header {
	border: none;
}
.payment-header span {
	font-weight: bold;
	color: #2667c6;
}

.replacecardcontainer {
	border-top: 1px solid #f0f0f0;
	padding-top: 1.5em;
	margin-top: 1.5em;
}

.btnrow {
	margin-bottom: 1em;
}

.reportfilterbox h2 {
	margin-bottom: 0.5em;
}
.reportfilterbox2 {
	margin-bottom: 3em;
}

.report-subject {
	border-bottom: 1px solid #c3c3c3;
	padding-bottom: 1em;
	margin-top: 2em;
}
	.report-subject h2 {
		margin-bottom: 1em;
		font-size: 1.6em;
	}
		.report-subject h2 small {
			font-weight: normal;
		}
		.report-subject h2 span {
			font-weight: normal;
			font-style: italic;
			font-size: 0.8em;
			display: block;
			line-height: 1.2;
		}
	.report-subject h3 {
		margin-bottom: 1em;
	}
	.report-subject .l {
		float: left;
		width: 48%;
	}
	.report-subject .r {
		float: right;
		width: 48%;
	}
	.report-subject ul {
	}
		.report-subject ul li {
			margin: 1em 0;
		}

.beta {
	position: fixed;
	z-index: 9999999999999999;
	left:0;
	top: 0;
	width: 50px;
	height: 50px;
	background: url('../images/beta-sticker-2.png') left center no-repeat;
	background-size: contain;
}

.swal2-container {
	z-index: 999999 !important;
}


.trackingmethodslayout {
	display: flex;
	flex-wrap: wrap;
}

.trackingmethodslayout > label {
	flex: 0 0 auto;
	margin-right: 20px;
}

.trackingmethodslayout .checkbox + .checkbox {
	margin-left: 0;
}

.subjectselects {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}

.subjectselects::before,
.subjectselects::after {
	display: none !important;
}

.subjectselects .col {
	float: none !important;
	width: auto;
	flex: 0 0 47%;
}

.subjectselects .item {
	flex: 0 0 47%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.subjectselects .item label {
	flex: 1;
}

.subjectselects .item-is-custom label {
/*	font-weight: bold;*/
	color: #2667c6;
	font-weight: 500;
}

.remove-custom-category {
	color: red;
}

.subjectselects .item .sel {
	flex: 0 0 50%;
}









.fc {
	--fc-today-bg-color: #eff8ff;
}
.fc .fc-button-primary {
	--myColour: #0c83e2;
	background-color: var(--myColour) !important;
	border-color: var(--myColour) !important;
}
.fc .fc-button-active {
	--myColour: #2667c6;
}

.fc .fc-scrollgrid {
	background-color: #fff !important;
}

.fc-theme-standard th {
	background-color: #0c83e2 !important;
}

.fc-theme-standard th a {
	color: #fff !important;
	text-decoration: none !important;
	display: inline-block !important;
    padding: 15px 4px !important;
}


.fc .fc-timegrid-slot {
    height: 2em !important;
    border-bottom: 0 /* each cell owns its top border */;
}

.fc .fc-button {
    display: inline-block;
    font-weight: 600 !important;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.5em 1em !important;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 0.25em;
}


.fc-timegrid-event-harness-inset .fc-timegrid-event, .fc-timegrid-event.fc-event-mirror, .fc-timegrid-more-link {
    box-shadow: 0px 0px 0px 1px #fff;
    box-shadow: 0px 0px 0px 1px var(--fc-page-bg-color, #fff);
    padding: 5px 8px !important;
}

.fc-timegrid-event .fc-event-time {
    white-space: nowrap !important;
    font-size: .85em !important;
    font-size: 1em !important;
    margin-bottom: 1px !important;
    font-weight: 700 !important;
}


.fc-v-event .fc-event-title {
    top: 0;
    bottom: 0;
    max-height: 100%;
    overflow: hidden;
    font-size: 1.1em !important;
    font-weight: 500 !important;
}

.fc-toolbar-title {
	line-height: 1.1;
}

.fc-v-event.highlight {
	background-color: var(--baseColour) !important;
	border-color: var(--baseColour) !important;
}
.fc-v-event.highlight-red {
	--baseColour: #E5072D;
}
.fc-v-event.highlight-green {
	--baseColour: #2BB673;
}
.fc-v-event.highlight-orange {
	--baseColour: #F97D73;
}
.fc-v-event.highlight-purple {
	--baseColour: #662D91;
}
.fc-v-event.highlight-yellowish {
	--baseColour: #F7941E;
}

.fc-v-event.highlight-pink {
	--baseColour: #e5079f;
}
.fc-v-event.highlight-blue {
	--baseColour: #0721e5;
}
.fc-v-event.highlight-brown {
	--baseColour: #d17806;
}


/*
.fc-header-toolbar .fc-toolbar-chunk:nth-child(3) {
	display: flex;
	flex-direction: column;
}

.fc-header-toolbar .fc-toolbar-chunk:nth-child(3) .fc-button-group:nth-child(1) {
	display: none;
}

.fc-header-toolbar .fc-toolbar-chunk:nth-child(3) button {
	margin-bottom: 5px;
}
*/



.addtocalendarblock {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 2em 0;
}
.addtocalendarblock .choices {
	margin: 0 1em 0 0;
}
.addtocalendarblock > * {
	margin-right: 1em !important;
	width: auto !important;
}
.addtocalendarblock textarea {
	margin-top: 5px;
	resize: vertical;
	height: 3em;
	min-height: 3em;
}
.addtocalendarblock .inputs {
}
.addtocalendarblock label {
	font-weight: normal;
	font-size: 14px;
	margin: 0;
}
.addtocalendarblock input {
	margin-bottom: 5px !important;
}
.addtocalendarblock input:last-child {
	margin-bottom: 0px;
}


.form .select-css {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #444;
	line-height: 1.3;
	padding: .1em 1.4em .1em .8em;
	padding-right: 3em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
		linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
	display: none;
}
.select-css:hover {
	border-color: #888;
}
.select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.select-css option {
	font-weight:normal;
}






.activitycontainer {
		
	}
	.activityfeed {
		
	}
	.activityfeed .block {
		background: #fff;
		padding: 10px;
		margin: 0 0 2em 0;
		border-radius: 20px;
	}
	.activityfeed .block h4 {
		margin: 0 0 0.5em 0;
		padding: 0 10px;
	}
	.activityfeed .item {
		padding-bottom: 1em;
/*		margin-bottom: 1em;*/
/*		border-bottom: 1px solid #dbe5f4;*/
		display: flex;
		justify-content: flex-start;
		align-items: center;
		transition: all 300ms ease;
		cursor: pointer;
		padding: 10px;
		border-radius: 20px;
	}
	.activityfeed .item:hover {
		background-color: #efefef;
	}
	.activityfeed .item-image {
		flex: 0 0 60px;
		width: 60px;
		height: 60px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		background-color: #f0f0f0;
		border-radius: 100%;
		margin-right: 1em;
	}
	.activityfeed .item:hover .item-image {
		background-color: #fff;
	}
	.activityfeed .item-main {
		flex: 1;
	}
	.activityfeed .item-content {
		
	}
	.activityfeed .item-content b {
		color: #2667c6;
	}
	.activityfeed .item-content strong {
		color: #2667c6;
	}
	.activityfeed .item-meta {
		font-size: 12px;
		margin-top: 10px;
	}
	.activityfeed .item:last-child {
		border-bottom: 0;
		margin-bottom: 0;
/*		padding-bottom: 0;*/
	}
	.activityfeed hr {
		margin: 5px 0;
	}
	.activityfeed hr:last-child {
		display: none;
	}
	.activityfeed .item-category {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.activityfeed .item-category i {
		display: inline-block;
		width: 12px;
		height: 12px;
		border-radius: 100%;
		background: #fff;
		margin-right: 0.5em;
	}
	.activityfeed .item-category.highlight-red i {
		background: #E5072D;
	}
	.activityfeed .item-category.highlight-green i {
		background: #2BB673;
	}
	.activityfeed .item-category.highlight-orange i {
		background: #F97D73;
	}
	.activityfeed .item-category.highlight-purple i {
		background: #662D91;
	}
	.activityfeed .item-category.highlight-yellowish i {
		background: #F7941E;
	}
	
	.activityfeedfilter {
		margin: 0 0 2em 0;
		width: 100%;
	}
	.activityfeedfilter .form {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.activityfeedfilter .form > div {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin: 0 0 5px 0;
	}
	.activityfeedfilter .form > .btn {
		margin-bottom: 5px;
	}
	.activityfeedfilter label {
		margin: 0 5px 0 0;
		width: auto !important;
	}
	.activityfeedfilter input {
		width: 150px !important;
		margin-right: 10px !important;
		-webkit-appearance: none;
	}











