﻿@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400;700&display=swap');

* {
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
}


/* LAYOUT */

html {
	width: 100%;
	min-height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	min-height: 100%;
	background: #ffffff;
	font-family: 'Roboto Mono';
	font-size: 11pt;
	font-weight: 400;
	color: #141d23;
	line-height: 180%;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch;
}

	body.modal-open {
		overflow: hidden;
		height: 100%;
		max-height: 100%;
		touch-action: none;
	}

header {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1000;
	width: 100%;
	background-color: #ffffff;
	overflow-y: auto;
	border-bottom: solid 2px #f7f8f9;
	padding: 15px 0px 9px 0px;
}

#nav {
	float: right;
	position: relative;
	top: 21px;
}

.nav-btn {
	text-align: center;
	color: #0d4d9b;
	transition: background-color .5s !important;
}

	.nav-btn:hover {
		background-color: #f7f8f9;
	}

	.nav-btn i {
		font-size: 14pt;
	}

.badge {
	position: absolute;
	right: -3px;
	top: -3px;
	z-index: 50;
	margin: 0px;
	padding: 8px;
	border-radius: 50%;
}

	.badge.nav {
		right: -9px;
		top: -12px;
	}

	.badge.danger {
		background-color: #ea212d;
		color: #ffffff;
	}

	.badge i {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		font-size: 6pt;
	}

section {
}

	section.topbanner {
		margin: -39px 0px -18px 0px;
	}

main {
	padding: 130px 0px 30px 0px;
}

	body.home main {
		padding-bottom: 0px;
	}

footer {
	background-color: #0d4d9b;
	padding: 30px 12px 12px 12px;
}

	footer a {
		display: block;
		color: #ffffff;
		margin-bottom: 6px;
	}

		footer a:hover {
			color: #ffffff;
			text-decoration: underline;
		}

img {
	max-width: 100%;
	height: auto;
}

.logo {
	width: auto;
	height: 60px;
}

.logo-footer {
	max-height: 40px;
}

.logo-partner {
	max-height: 45px;
	width: auto;
	opacity: .5;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	transition: all .5s;
}

	.logo-partner:hover {
		opacity: 1;
	}

.logo-partner-footer {
	width: 100%;
	max-width: 600px;
}

.wrapper {
	position: relative;
}

.wrapper-fixed {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto 0px auto;
	padding-left: 12px;
	padding-right: 12px;
}

.course-avatar-container {
	width: 150px;
}

.course-list-box {
	position: relative;
}

.course-list-badge {
	position: absolute;
	right: 6px;
	top: 6px;
	z-index: 10;
	font-size: 7pt !important;
	line-height: 7pt;
	padding: 6px !important;
}

.course-list-online {
	font-size: 9pt !important;
	color: #0d4d9b;
	margin-top: -12px;
	margin-bottom: 12px;
}

.course-list-image-container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	padding-top: 35%;
	margin-bottom: 15px;
}

.course-list-image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

	.course-list-image.center-center {
		object-position: center center;
	}

	.course-list-image.top-left {
		object-position: top left;
	}

	.course-list-image.top-right {
		object-position: top right;
	}

	.course-list-image.top-center {
		object-position: top center;
	}

	.course-list-image.bottom-left {
		object-position: bottom left;
	}

	.course-list-image.bottom-right {
		object-position: bottom right;
	}

	.course-list-image.bottom-center {
		object-position: bottom center;
	}

.course-list-infotable .table-cell {
	padding-left: 0px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#layout-error, #layout-success {
	position: relative;
	top: -39px;
}

.overlay {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 30000;
	display: none;
}

.overlay-wait {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	padding: 18px;
	text-align: center;
	z-index: 30001;
	display: none;
	color: #ffffff;
}

	.overlay-wait i {
		font-size: 32pt;
	}

.overlay-waittext {
	margin-top: 12px;
}

.hide-job-description {
	max-height: 100px;
	overflow-y: hidden;
}


/* FORMATTING */

h1, .h1 {
	margin-top: 0px;
	margin-bottom: 36px;
	color: #0d4d9b;
	font-size: 22pt;
	font-weight: normal;
	line-height: 140%;
}

	h1.small-margin, .h1.small-margin {
		margin-bottom: 18px;
	}

h2 {
	margin-top: 0px;
	color: #0d4d9b;
	font-size: 18pt;
	font-weight: normal;
	line-height: 140%;
}

h3 {
	margin-top: 0px;
	color: #141d23;
}

h4 {
	margin-top: 0px;
	color: #141d23;
}

p {
	margin-top: 0px;
}

pre {
	margin: 0px;
	font-family: inherit;
	font-size: inherit;
	white-space: pre-wrap;
}

a, a:active {
	color: #0d4d9b;
	text-decoration: none;
	outline: none;
}

	a:hover {
		text-decoration: none;
	}

	a.table-row, a.grititem {
		text-decoration: none;
		color: inherit !important;
	}

	a.nav-btn {
		transition: color .5s;
	}

		a.nav-btn:hover {
			color: #002a33;
		}

hr {
	padding: 0px;
	margin: 10px 0px 10px 0px;
	height: 1px;
	overflow: hidden;
	border-width: 0px;
	background-color: #f7f8f9;
	color: #f7f8f9;
}

div.hr {
	margin: 6px 0px 6px 0px;
	height: 1px;
	line-height: 1px;
	border-top: solid 1px #f7f8f9;
}

	div.hr.no-margin {
		margin-top: 0px;
		margin-bottom: 0px;
	}

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

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

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

.text-top {
	vertical-align: top !important;
}

.text-middle {
	vertical-align: middle !important;
}

.text-bottom {
	vertical-align: bottom !important;
}

.text-bold {
	font-weight: 700;
}

.text-italic {
	font-style: italic;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.text-small {
	font-size: 90%;
}

.text-xsmall, sup {
	font-size: 70%;
}

.text-danger, .text-bad {
	color: #ea212d !important;
}

.text-success, .text-good {
	color: #75b12a !important;
}

.text-light, .text-neutral {
	color: #9aa3b0 !important;
}

.text-note {
	color: #8c7e5e !important;
}

.text-normal {
	color: #141d23 !important;
}

.text-link {
	color: #0d4d9b !important;
}

.text-overflow-dots {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}

.text-no-wrap {
	white-space: nowrap;
}

.no-border {
	border-color: transparent !important;
}

.no-margin {
	margin: 0px !important;
}

.no-margin-top {
	margin-top: 0px !important;
}

.no-margin-bottom {
	margin-bottom: 0px !important;
}

.no-padding {
	padding: 0px !important;
}

.no-padding-top {
	padding-top: 0px !important;
}

.no-padding-bottom {
	padding-bottom: 0px !important;
}

.no-padding-left {
	padding-left: 0px !important;
}

.no-padding-right {
	padding-right: 0px !important;
}

.content-padding {
	padding-top: 0px !important;
	padding-left: 0px !important;
}

.no-list-items {
	margin-top: 30px;
	color: #9aa3b0;
	text-align: center;
}

label, .label {
	display: inline-block;
	margin-bottom: 3px;
	color: #9aa3b0;
	font-size: 90%;
}

.fw {
	display: block !important;
	width: 100%;
}

.hide, .filtered, .fv-error-field {
	display: none !important;
}

.show {
	display: block !important;
}

.disabled {
	opacity: .5;
	cursor: default;
}

.cursor-pointer {
	cursor: pointer;
}


/* TAGS */

.tag {
	display: inline-block;
	padding: 3px 4px 3px 4px;
	border-radius: 3px;
	font-size: 8pt;
	color: #ffffff !important;
	background-color: #0558f7;
	border: solid 1px transparent;
	white-space: nowrap;
	line-height: 140%;
}

	.tag.big {
		font-size: 10pt;
	}

	.tag.bg {
		background-color: #f8fafc;
		border-color: #f8fafc;
		color: inherit !important;
	}

	.tag.simple {
		background-color: transparent;
		border-color: #0558f7;
		color: #0558f7 !important;
	}

	.tag.neutral {
		background-color: #9aa3b0;
	}

	.tag.good {
		background-color: #75b12a;
	}

	.tag.warning {
		background-color: #feb030;
	}

	.tag.bad {
		background-color: #f44628;
	}

	.tag i {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	.tag .text {
		margin-left: 3px;
	}


/* ICON GROUP */

.icon-btn-group {
	float: left;
	position: relative;
	z-index: 10;
}

	.icon-btn-group:not(.right) .icon-btn {
		margin-right: 6px;
	}

	.icon-btn-group.right {
		float: right;
	}

		.icon-btn-group.right .icon-btn {
			margin-left: 6px;
		}

	.icon-btn-group::after {
		content: '';
		clear: both;
		display: table;
	}

.modal-header .icon-btn-group {
	margin-top: -3px;
}

.icon-btn {
	display: inline-block;
	position: relative;
	left: 0px;
	top: 0px;
	padding: 21px;
	margin: -6px -12px -6px -12px;
	border-radius: 50%;
	color: #9aa3b0;
	cursor: pointer;
	transition: all .3s;
}

	.icon-btn.inline {
		top: -8px;
		margin-bottom: -24px !important;
	}

.icon-btn-group .icon-btn.inline {
	top: 0px;
	margin-bottom: -24px !important;
}

.icon-btn > i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.icon-btn > .dot {
	display: inline-block;
	position: absolute;
	right: 9px;
	top: 9px;
	z-index: 10;
	border-radius: 50%;
	padding: 3px;
	background-color: #0d4d9b;
}

.icon-btn:hover, .icon-btn.active {
	background-color: #f7f8f9;
	color: #0d4d9b;
	text-decoration: none;
}

.icon-btn.dark:hover, .icon-btn.dark.active, header .icon-btn:hover, header .icon-btn.active {
	background-color: #f3f3f6;
}

.icon-btn.clean:hover, .icon-btn.clean.active {
	background-color: transparent;
}


/* CONTEXTMENU */

.ctxmenu-container {
}

	.ctxmenu-container.open .ctxmenu-overlay, .ctxmenu-container.open .ctxmenu {
		visibility: visible;
		opacity: 1;
	}

		.ctxmenu-container.open .ctxmenu:not(.left) {
			right: 0px;
			transition: right .5s;
		}

		.ctxmenu-container.open .ctxmenu.left {
			left: 0px;
			transition: left .5s;
		}

.ctxmenu-overlay {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100vh;
	background: rgba(53, 64, 82, .08);
	cursor: auto;
	z-index: 2000;
	opacity: 0;
	visibility: hidden;
}

.ctxmenu {
	position: fixed;
	right: -350px;
	top: 0px;
	width: 350px;
	height: 100vh;
	overflow-y: auto;
	color: inherit;
	font-size: inherit;
	background-color: #ffffff;
	border: solid 1px #f2f3f6;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
	padding: 6px 9px 6px 9px;
	text-align: left;
	line-height: normal;
	z-index: 3000;
	cursor: auto;
	opacity: 0;
	visibility: hidden;
}

	.ctxmenu.left {
		right: auto;
		left: -350px;
	}

	.ctxmenu .block {
		padding: 12px 9px 12px 9px;
		margin: 0px -9px 0px -9px;
		transition: all .3s;
		display: block;
		color: #141d23;
	}

	.ctxmenu a.block:hover, .ctxmenu span.block:hover {
		background-color: #f7f8f9;
		cursor: pointer;
		text-decoration: none;
		/*color: #0d4d9b;*/
	}

	.ctxmenu.lookup-list a.block, .ctxmenu.lookup-list span.block {
		padding: 9px 6px 9px 6px;
	}

	.ctxmenu h2 {
		color: inherit;
		font-size: 90%;
		text-transform: uppercase;
		padding: 15px 9px 15px 9px;
		margin: 0px -9px 0px -9px;
	}

		.ctxmenu h2 i {
			margin-right: 15px;
		}

		.ctxmenu h2:not(:first-of-type) {
			margin-top: 24px;
		}

	.ctxmenu a i {
		margin-right: 9px;
		color: #9aa3b0;
	}

	.ctxmenu i.fas, .ctxmenu i.far {
		/*opacity: .5;*/
	}


/* MODAL */

.modal-container {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 4000;
	width: 100%;
	height: 100%;
	background: rgba(53, 64, 82, .2);
	transition: opacity .5s;
	cursor: default;
}

	.modal-container:not(.open) {
		visibility: hidden;
		opacity: 0;
	}

	.modal-container.open {
		visibility: visible;
		opacity: 1;
	}

.modal {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 5000;
	width: 90%;
	max-width: 90%;
	max-height: 90%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

	.modal:not(.clean) {
		padding: 18px;
		background-color: #ffffff;
		border: solid 1px #f2f3f6;
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
	}

.modal-container.slide-in-right .modal {
	left: auto;
	right: -100%;
	top: 0%;
	max-width: 100%;
	height: 100%;
	max-height: none;
	transform: none;
	transition: right .5s;
}

.modal-container.slide-in-right.open .modal {
	right: 0%;
}

.modal.bottom-left {
	top: unset;
	right: unset;
	bottom: 6px;
	left: 6px;
	transform: none;
	transition: right .5s;
}

.modal-lg {
	width: 1200px;
}

.modal-md {
	width: 900px;
}

.modal-sm {
	width: 600px;
}

.modal-xs {
	width: 450px;
}

.modal-sheet {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.modal-header {
	padding: 6px;
	position: relative;
	margin-bottom: 18px;
	border-bottom: solid 0px #f7f8f9;
}

	.modal-header h2 {
		margin-bottom: 18px;
		color: inherit;
	}

.modal .icon-btn-group {
	margin-top: 0px;
	margin-right: 6px;
}

.modal-content {
	padding: 0px 6px 6px 6px;
	text-align: left;
	height: 100%;
	overflow: auto;
}

.modal-opener {
	cursor: pointer;
}


/* TABGROUPS */

.tabgroup {
	border-radius: 3px;
}

	.tabgroup .tabs {
		margin-bottom: 12px;
	}

		.tabgroup .tabs .tab {
			margin-right: 9px;
			font-size: 90%;
			color: #9aa3b0;
			padding: 3px;
			border-bottom: solid 2px transparent;
			text-decoration: none;
		}

			.tabgroup .tabs .tab.active {
				color: #0d4d9b;
				border-bottom-color: #0d4d9b;
			}

	.tabgroup .tabsheets {
	}

		.tabgroup .tabsheets .tabsheet {
			padding: 9px;
		}

			.tabgroup .tabsheets .tabsheet:not(.active) {
				display: none;
			}



/* FORM/INPUTS */

.form-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form-group {
	position: relative;
	width: 100%;
	margin-bottom: 18px;
}

	.form-group::after {
		content: '';
		clear: both;
		display: table;
	}

	.form-group.quarter {
		width: calc(25% - 3px);
	}

	.form-group.third {
		width: calc(33.33% - 3px);
	}

	.form-group.half {
		width: calc(50% - 3px);
	}

	.form-group.twothird {
		width: calc(66.67% - 3px);
	}

	.form-group.buttons {
		float: none;
		clear: both;
		text-align: right;
		margin-top: 18px;
		margin-bottom: 0px;
		display: flex;
		justify-content: flex-end;
	}

		.form-group.buttons .btn {
			display: inline-block;
			min-width: 100px;
			text-decoration: none;
		}

			.form-group.buttons .btn:not(:first-of-type) {
				margin-left: 6px;
			}

	.form-group.header {
		margin-bottom: 9px;
	}

		.form-group.header:not(:first-of-type) {
			margin-top: 30px;
		}

form {
	margin: 0px;
}

.input-container {
	position: relative;
}

.input {
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	padding: 9px;
	background: none #f7f8f9;
	border: solid 1px #f7f8f9;
	border-radius: 3px;
	outline: 0;
	resize: none;
	transition: all .3s;
	-webkit-appearance: none;
}

	.input:not(.white):focus {
		background-color: #f4f8fe;
		border-color: #f4f8fe;
	}

	.input.white {
		background-color: #ffffff;
		border-color: rgba(0, 0, 0, .1);
	}

		.input.white:focus {
			border-color: rgba(0, 0, 0, .15);
		}

	.input.show-error.input-validation-error {
		/*background-color: rgba(234, 33, 45, .12);*/
	}

	.input.show-success.input-validation-success {
	}

	.input.lookup {
		padding-right: 30px;
	}

		.input.lookup.selectlist, .input.lookup.picklist {
			cursor: pointer;
		}

	.input.clean {
		background-color: transparent;
		border-color: transparent;
	}

	.input.headersearch {
		background: #ffffff;
		border-width: 0px;
	}

	.input.inline {
		margin-top: -9px;
		margin-bottom: -9px;
	}

.input-radio, .input-checkbox {
	cursor: pointer;
	opacity: 1 !important;
	margin-left: 30px;
}

	.input-radio input, .input-checkbox input {
		display: none;
	}

	.input-radio span::before, .input-checkbox span::before {
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		color: transparent;
		background-color: #9aa3b0;
		border: solid 2px rgba(0, 0, 0, .1);
		margin-right: 6px;
		padding: 5px;
		transition: color .3s;
		position: relative;
		top: -2px;
		font-size: 8pt;
	}

	.input-radio.white span::before, .input-checkbox.white span::before {
		background-color: #ffffff;
	}

	.input-radio.input, .input-checkbox.input {
		padding: 9px 7px 5px 7px;
		margin-bottom: 0px;
	}

	.input-radio span::before {
		border-radius: 50%;
		content: '\f111';
		margin-left: -30px;
	}

	.input-checkbox span::before {
		border-radius: 3px;
		content: '\f00c';
		margin-left: -30px;
	}

	.input-radio input:checked + span::before, .input-checkbox input:checked + span::before {
		color: #0d4d9b;
	}

	.input-checkbox.checkbox-delete span::before {
		font-weight: 400;
		background-color: transparent;
		color: inherit;
		font-size: 10.5pt !important;
		border-width: 0px;
		border-radius: 0px;
		padding: unset;
		content: '\f2ed';
		transition: color .3s;
		top: 0px;
	}

	.input-checkbox.checkbox-delete input:checked + span::before {
		content: '\f2ed';
		color: #ea212d;
	}

	.input-checkbox.tag {
		margin: 0px 3px 6px 0px;
	}

		.input-checkbox.tag span {
			font-size: 10pt;
		}

			.input-checkbox.tag span::before {
				display: none;
			}

.input-icon {
	position: absolute;
	right: 7px;
	top: 7px;
	z-index: 20;
}

	.input-icon + .input {
		padding-right: 30px;
	}

	.input-icon.left {
		left: 7px;
		right: auto;
	}

		.input-icon.left + .input {
			padding-left: 30px;
			padding-right: 9px;
		}

	.input-icon:not(.left).second {
		right: 30px;
		top: 7px;
	}

span.input-icon {
	color: #0d4d9b;
}

.btn {
	border: solid 1px #0d4d9b;
	border-radius: 3px;
	outline: 0;
	background: none #0d4d9b;
	color: #ffffff;
	font-size: inherit;
	font-family: inherit;
	padding: 7px;
	cursor: pointer;
	transition: background .3s;
	text-align: center;
	opacity: .9;
	-webkit-appearance: none;
	transition: all .3s;
}

	.btn:hover {
		text-decoration: none;
		opacity: 1;
		background-color: #0d4d9b;
		border-color: #0d4d9b;
		color: #ffffff;
	}

	.btn.reverse {
		background-color: #002a33;
		border-color: #002a33;
	}

		.btn.reverse:hover {
			background-color: #0d4d9b;
			border-color: #0d4d9b;
		}

	.btn.simple {
		background-color: #f4f8fe;
		border-color: #f4f8fe;
		color: #0d4d9b;
	}

		.btn.simple:hover {
			background-color: #f4f8fe;
		}

	.btn.clean {
		background-color: transparent;
		color: #9aa3b0;
		border-color: transparent;
	}

		.btn.clean:hover {
		}

	.btn.danger {
		background-color: #ea212d;
		border-color: #ea212d;
		color: #ffffff;
	}

		.btn.danger:hover {
			background-color: #e2202c;
			color: #ffffff;
		}

		.btn.danger.simple {
			background-color: transparent;
			color: #ea212d;
		}

			.btn.danger.simple:hover {
				color: #ffffff;
			}

		.btn.danger.clean {
			background-color: transparent;
			color: #9aa3b0;
			border-color: transparent;
		}

			.btn.danger.clean:hover {
				color: #ea212d;
			}

::placeholder {
	color: #abb9b7;
	font-size: 90%;
}

.input.input-validation-error::placeholder {
	/*color: #ea212d;*/
}

.validation-summary-errors, .field-validation-error {
	color: #ea212d;
	font-size: 90%;
}

	.validation-summary-errors ul {
		padding-left: 18px;
	}

.field-validation-error {
	padding: 6px;
	display: block;
	text-align: right;
}

	.field-validation-error.inline {
		padding: 0px;
		display: inline-block;
	}


/* BOX-CONTAINERS */

.box {
	background-color: #ffffff;
	border: solid 2px #f7f8f9;
	border-radius: 3px;
	transition: background-color .5s;
}

a.box:hover {
	border-color: #f4f8fe;
}

.box-bg-1 {
	background-color: #f7f8f9;
	border-radius: 3px;
}

.box-bg-2 {
	background-color: #f4f8fe;
	border-radius: 3px;
}

	.box-bg-1 .table-row:hover, .box-bg-2 .table-row:hover {
		background-color: rgba(0, 0, 0, .03);
	}

.bg-note {
	background-color: #fffbe7 !important;
}


/* GRID */

.grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0px;
	margin: 0px -6px 0px -6px;
}

	.grid.flex-start {
		justify-content: flex-start;
	}

		.grid.flex-start .griditem {
			margin-left: 6px;
			margin-right: 6px;
		}

	.grid.no-equal-height {
		align-items: flex-start;
	}

.griditem {
	margin-bottom: 12px;
	padding: 24px;
	position: relative;
	border-radius: 3px;
}

	.griditem.small-padding {
		padding: 12px;
	}

	.griditem.no-padding {
		padding: 0px;
	}

	.griditem.border {
		border: solid 1px #f7f8f9;
	}

.grid.datagrid > .griditem {
	padding: 0px;
}

.gridheader::after {
	content: '';
	clear: both;
	display: table;
	margin-bottom: 15px;
}

.griditem.col-0 {
	width: 0px;
	margin: 0px;
	overflow: hidden;
}

.griditem.col-1 {
	width: calc(8.3333% - 12px);
}

.griditem.col-2 {
	width: calc(16.6666% - 12px);
}

.griditem.col-3 {
	width: calc(24.9999% - 12px);
}

.griditem.col-4 {
	width: calc(33.3332% - 12px);
}

.griditem.col-5 {
	width: calc(41.6665% - 12px);
}

.griditem.col-6 {
	width: calc(49.9998% - 12px);
}

.griditem.col-7 {
	width: calc(58.3331% - 12px);
}

.griditem.col-8 {
	width: calc(66.6664% - 12px);
}

.griditem.col-9 {
	width: calc(74.9997% - 12px);
}

.griditem.col-10 {
	width: calc(83.333% - 12px);
}

.griditem.col-11 {
	width: calc(91.6663% - 12px);
}

.griditem.col-12 {
	width: calc(100% - 12px);
}


/* TABLE */

.table {
	display: table;
	width: 100%;
}

	.table.fixed {
		table-layout: fixed;
	}

.table-head {
	display: table-header-group;
}

.table-body {
	display: table-row-group;
}

.table-row {
	display: table-row;
}

	.table-row:hover {
		background-color: #f7f8f9;
	}

	.table.no-hover > .table-row, .table.no-hover > .table-row:hover, .table-row.no-hover:hover, .table-row.header, .table-row.footer {
		background-color: transparent;
	}

.box-bg .table > .table-row:hover:not(.header) {
	background-color: rgba(0, 0, 0, .01);
}

.table-row.header {
	color: #9aa3b0;
	text-transform: uppercase;
	font-size: 90%;
}

	.table-row.header .table-cell.col-sort {
		cursor: ns-resize;
		user-select: none;
	}

.table:not(.no-border) > .table-row.header:not(.no-border) > .table-cell {
	border-width: 2px;
}

.table-row.pick {
	cursor: pointer;
}

.table-row.footer {
	font-weight: bold;
}

	.table-row.footer .table-cell {
		border-bottom-width: 0px;
	}

.table.no-border > .table-body > .table-row > .table-cell, .table.no-border > .table-row > .table-cell, .table-row.no-border > .table-cell, .table-cell.no-border {
	border-width: 0px;
}

.table.no-padding > .table-row > .table-cell, .table-row.no-padding > .table-cell, .table-cell.no-padding {
	padding: 0px;
}

.table-cell {
	display: table-cell;
	border-bottom: solid 1px #f7f8f9;
	padding: 12px 9px 12px 9px;
	position: relative;
	vertical-align: middle;
}

.table.boxed > .table-row > .table-cell {
	border: solid 2px #ffffff;
}

.table-cell.content-fit {
	width: 1px;
	white-space: nowrap;
}

.table-cell.indent {
	padding-left: 24px;
}

.table-cell.actions {
	text-align: right;
}

	.table-cell.actions i {
		margin-left: 9px;
	}

	.table-cell.actions > a, .table-cell.actions > span, .table-cell.actions > .action {
		color: #0d4d9b;
		cursor: pointer;
		display: inline-block;
	}

.table-cell.avatars {
	width: 50px;
}

	.table-cell.avatars .avatar {
		margin-top: 3px;
	}



/* RESPONSIVE */

@media (max-width: 1200px) {

	.griditem.no-padding-lg {
		padding: 0px;
	}

	.griditem.no-margin-bottom-lg {
		margin-bottom: 0px;
	}

	.griditem.col-lg-0 {
		width: 0px;
		margin: 0px;
		overflow: hidden;
	}

	.griditem.col-lg-1 {
		width: calc(8.3333% - 12px);
	}

	.griditem.col-lg-2 {
		width: calc(16.6666% - 12px);
	}

	.griditem.col-lg-3 {
		width: calc(24.9999% - 12px);
	}

	.griditem.col-lg-4 {
		width: calc(33.3332% - 12px);
	}

	.griditem.col-lg-5 {
		width: calc(41.6665% - 12px);
	}

	.griditem.col-lg-6 {
		width: calc(49.9998% - 12px);
	}

	.griditem.col-lg-7 {
		width: calc(58.3331% - 12px);
	}

	.griditem.col-lg-8 {
		width: calc(66.6664% - 12px);
	}

	.griditem.col-lg-9 {
		width: calc(74.9997% - 12px);
	}

	.griditem.col-lg-10 {
		width: calc(83.333% - 12px);
	}

	.griditem.col-lg-11 {
		width: calc(91.6663% - 12px);
	}

	.griditem.col-lg-12 {
		width: calc(100% - 12px);
	}

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

	.no-padding-lg {
		padding: 0px !important;
	}

	.no-margin-lg {
		margin: 0px !important;
	}

	.content-padding.col-lg-12 {
		padding-right: 0px !important;
	}

	.show-lg {
		display: inline-block !important;
	}

	.table-row.show-lg {
		display: table-row !important;
	}

	.table-cell.show-lg {
		display: table-cell !important;
	}

	.hide-lg, .table-row.hide-lg, .table-cell.hide-lg {
		display: none !important;
	}
}


@media (max-width: 900px) {


	h1 {
		font-size: 20pt;
	}

	.griditem.col-md-0 {
		width: 0px;
		margin: 0px;
		overflow: hidden;
	}

	.griditem.col-md-1 {
		width: calc(8.3333% - 12px);
	}

	.griditem.col-md-2 {
		width: calc(16.6666% - 12px);
	}

	.griditem.col-md-3 {
		width: calc(24.9999% - 12px);
	}

	.griditem.col-md-4 {
		width: calc(33.3332% - 12px);
	}

	.griditem.col-md-5 {
		width: calc(41.6665% - 12px);
	}

	.griditem.col-md-6 {
		width: calc(49.9998% - 12px);
	}

	.griditem.col-md-7 {
		width: calc(58.3331% - 12px);
	}

	.griditem.col-md-8 {
		width: calc(66.6664% - 12px);
	}

	.griditem.col-md-9 {
		width: calc(74.9997% - 12px);
	}

	.griditem.col-md-10 {
		width: calc(83.333% - 12px);
	}

	.griditem.col-md-11 {
		width: calc(91.6663% - 12px);
	}

	.griditem.col-md-12 {
		width: calc(100% - 12px);
	}

	.griditem.col-md-sort-1 {
		order: 1;
	}

	.griditem.col-md-sort-2 {
		order: 2;
	}

	.griditem.col-md-sort-3 {
		order: 3;
	}

	.griditem.col-md-sort-4 {
		order: 4;
	}

	.griditem.col-md-sort-5 {
		order: 5;
	}

	.griditem.col-md-sort-6 {
		order: 6;
	}

	.griditem.col-md-sort-7 {
		order: 7;
	}

	.griditem.col-md-sort-8 {
		order: 8;
	}

	.griditem.col-md-sort-9 {
		order: 9;
	}

	.griditem.col-md-sort-10 {
		order: 10;
	}

	.griditem.col-md-sort-11 {
		order: 11;
	}

	.griditem.col-md-sort-12 {
		order: 12;
	}

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

	.no-padding-md {
		padding: 0px !important;
	}

	.no-margin-md {
		margin: 0px !important;
	}

	.content-padding.col-md-12 {
		padding-right: 0px !important;
	}

	.show-md {
		display: inline-block !important;
	}

	.table-row.show-md {
		display: table-row !important;
	}

	.table-cell.show-md {
		display: table-cell !important;
	}

	.hide-md, .table-row.hide-md, .table-cell.hide-md {
		display: none !important;
	}

	.form-container.survey .table.fixed .table-cell {
		display: block;
	}

}



@media (max-width: 600px) {

	@keyframes ctxMenuAnimation {
		from {
			opacity: 0;
		}

		to {
			opacity: 1;
		}
	}

	.logo {
		height: 50px;
	}

	#nav {
		top: 17px;
	}

		#nav .link .fa-bars {
			font-size: 14pt;
		}

		#nav .nav-btn {
			font-size: 90%;
		}

	main {
		padding-top: 120px;
	}

	.modal-container {
		background-color: #ffffff;
	}

	.modal:not(.clean) {
		border-width: 0px;
		box-shadow: none;
	}

	.ctxmenu-overlay {
		background: rgb(53,64,82);
		background: linear-gradient(90deg, rgba(0,62,205,1) 0%, rgba(0,73,247,1) 100%);
	}

	.ctxmenu, .ctxmenu.left {
		top: auto;
		bottom: 0px;
		color: #ffffff;
		width: 100vw;
		height: auto;
		background-color: transparent;
		border-width: 0px;
		border-radius: 0px;
		box-shadow: none;
		text-align: right;
		animation-name: ctxMenuAnimation;
		animation-duration: 1s;
		padding-bottom: 12px;
	}

		.ctxmenu .block {
			color: #ffffff;
			width: 100%;
			transition: color .3s;
		}

		.ctxmenu a.block:hover, .ctxmenu span.block:hover {
			background-color: transparent;
			color: rgba(255, 255, 255, .5);
		}

		.ctxmenu .block i {
			float: right;
			margin: 3px 0px 0px 9px;
			color: rgba(255, 255, 255, .5);
		}

		.ctxmenu h2 {
			color: rgba(255, 255, 255, .5);
			text-align: left;
			font-size: inherit;
		}

			.ctxmenu h2 i {
				margin-right: 6px;
			}

		.ctxmenu div.hr {
			border-top-color: rgba(255, 255, 255, .1);
		}

	.form-group.buttons {
		text-align: center;
		flex-direction: column-reverse;
	}

		.form-group.buttons.no-reverse {
			flex-direction: column;
		}

		.form-group.buttons .btn {
			width: 100%;
			margin: 9px 0px 0px 0px !important;
		}

	.griditem {
		padding: 18px;
	}

		.griditem.col-sm-0 {
			width: 0px;
			margin: 0px;
			overflow: hidden;
		}

		.griditem.col-sm-1 {
			width: calc(8.3333% - 12px);
		}

		.griditem.col-sm-2 {
			width: calc(16.6666% - 12px);
		}

		.griditem.col-sm-3 {
			width: calc(24.9999% - 12px);
		}

		.griditem.col-sm-4 {
			width: calc(33.3332% - 12px);
		}

		.griditem.col-sm-5 {
			width: calc(41.6665% - 12px);
		}

		.griditem.col-sm-6 {
			width: calc(49.9998% - 12px);
		}

		.griditem.col-sm-7 {
			width: calc(58.3331% - 12px);
		}

		.griditem.col-sm-8 {
			width: calc(66.6664% - 12px);
		}

		.griditem.col-sm-9 {
			width: calc(74.9997% - 12px);
		}

		.griditem.col-sm-10 {
			width: calc(83.333% - 12px);
		}

		.griditem.col-sm-11 {
			width: calc(91.6663% - 12px);
		}

		.griditem.col-sm-12 {
			width: calc(100% - 12px);
		}

		.griditem.col-sm-sort-1 {
			order: 1;
		}

		.griditem.col-sm-sort-2 {
			order: 2;
		}

		.griditem.col-sm-sort-3 {
			order: 3;
		}

		.griditem.col-sm-sort-4 {
			order: 4;
		}

		.griditem.col-sm-sort-5 {
			order: 5;
		}

		.griditem.col-sm-sort-6 {
			order: 6;
		}

		.griditem.col-sm-sort-7 {
			order: 7;
		}

		.griditem.col-sm-sort-8 {
			order: 8;
		}

		.griditem.col-sm-sort-9 {
			order: 9;
		}

		.griditem.col-sm-sort-10 {
			order: 10;
		}

		.griditem.col-sm-sort-11 {
			order: 11;
		}

		.griditem.col-sm-sort-12 {
			order: 12;
		}

	.form-group.quarter {
		width: calc(50% - 3px);
	}

	.form-group.third, .form-group.half, .form-group.twothird {
		width: 100%;
	}

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

	.no-padding-sm {
		padding: 0px !important;
	}

	.no-margin-sm {
		margin: 0px !important;
	}

	.content-padding.col-sm-12 {
		padding-right: 0px !important;
	}

	.show-sm {
		display: inline-block !important;
	}

	.table-row.show-sm {
		display: table-row !important;
	}

	.table-cell.show-sm {
		display: table-cell !important;
	}

	.hide-sm, .table-row.hide-sm, .table-cell.hide-sm {
		display: none !important;
	}
}


@media (-webkit-min-device-pixel-ratio: 2) {

	body.mobile .input-icon {
		top: 12px;
	}
}
