/*
    StudioWeb App
    Design + Development by Ben Falk, Falken Creative
*/
/* Site Foundation */
/* Fonts */
/* Colors */
/* Media query breakpoints */
/* Example use: @media (min-width: $mq-small) {} */
/* Z-index */
/* positioning */

@import url(https://fonts.googleapis.com/css?family=Roboto:500);

.u-clear {
	content: "";
	display: table;
	clear: both;
}

.u-pull-left {
	float: left;
}

.u-pull-right {
	float: right;
}

/* vertical centering */

.vertical-align {
	display: flex;
	flex-direction: row;
}

.vertical-align > [class^="col-"], .vertical-align > [class*=" col-"] {
	display: flex;
	align-items: center;
	justify-content: center;
}

@keyframes slide-in {
100% {
	transform: translateX(0%);
}
}

@-webkit-keyframes slide-in {
100% {
	-webkit-transform: translateX(0%);
}
}

/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */

.lity {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	background: #0b0b0b;
	background: rgba(0, 0, 0, 0.9);
	outline: none !important;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.lity.lity-opened {
	opacity: 1;
}

.lity.lity-closed {
	opacity: 0;
}

.lity * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lity-wrap {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	outline: none !important;
}

.lity-wrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.lity-loader {
	z-index: 9991;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -0.8em;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: Arial,Helvetica,sans-serif;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.lity-loading .lity-loader {
	opacity: 1;
}

.lity-container {
	z-index: 9992;
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	max-width: 100%;
	max-height: 100%;
	outline: none !important;
}

.lity-content {
	z-index: 9993;
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: -o-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease;
}

.lity-loading .lity-content, .lity-closed .lity-content {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

.lity-content:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
	z-index: 9994;
	width: 35px;
	height: 35px;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-appearance: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial,Baskerville,monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	border: 0;
	background: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.lity-close::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial,Baskerville,monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	border: 0;
	background: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.lity-close:active {
	top: 1px;
}

.lity-image img {
	max-width: 100%;
	display: block;
	line-height: 0;
	border: 0;
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
	width: 100%;
	max-width: 964px;
}

.lity-iframe-container {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: auto;
	pointer-events: auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

.lity-hide {
	display: none;
}

/* Data Tables */

table.dataTable {
	width: 100%;
	margin: 0 auto;
	clear: both;
	border-collapse: separate;
	border-spacing: 0;
}

table.dataTable thead th, table.dataTable tfoot th {
	font-weight: bold;
}

table.dataTable thead th, table.dataTable thead td {
	padding: 10px 18px;
	border-bottom: 1px solid #111;
}

table.dataTable thead th:active, table.dataTable thead td:active {
	outline: none;
}

table.dataTable tfoot th, table.dataTable tfoot td {
	padding: 10px 18px 6px 18px;
	border-top: 1px solid #111;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
	cursor: pointer;
	  *
	cursor: hand;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
	background-repeat: no-repeat;
	background-position: center right;
}

table.dataTable thead .sorting {
	background-image: url("/public/assets/images/saas/sort_both.png");
}

table.dataTable thead .sorting_asc {
	background-image: url("/public/assets/images/saas/sort_asc.png");
}

table.dataTable thead .sorting_desc {
	background-image: url("/public/assets/images/saas/sort_desc.png");
}

table.dataTable thead .sorting_asc_disabled {
	background-image: url("/public/assets/images/saas/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
	background-image: url("/public/assets/images/saas/sort_desc_disabled.png");
}

table.dataTable tbody tr {
	background-color: #fff;
}

table.dataTable tbody tr.selected {
	background-color: #B0BED9;
}

table.dataTable tbody th, table.dataTable tbody td {
	padding: 8px 10px;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
	border-top: 1px solid #ddd;
}

table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
	border-top: none;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
	border-left: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
	border-top: none;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
	background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
	background-color: #abb9d3;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
	background-color: #f5f5f5;
}

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
	background-color: #a9b7d1;
}

table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
	background-color: #f9f9f9;
}

table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
	background-color: #acbad4;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
	background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
	background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
	background-color: #f5f5f5;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
	background-color: #a6b3cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
	background-color: #a7b5ce;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
	background-color: #a9b6d0;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
	background-color: #f9f9f9;
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
	background-color: #fbfbfb;
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
	background-color: #fdfdfd;
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
	background-color: #acbad4;
}

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
	background-color: #adbbd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
	background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
	background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
	background-color: #ebebeb;
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
	background-color: #eee;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
	background-color: #a1aec7;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
	background-color: #a2afc8;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
	background-color: #a4b2cb;
}

table.dataTable.no-footer {
	border-bottom: 1px solid #111;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
	white-space: nowrap;
}

table.dataTable.compact thead th, table.dataTable.compact thead td {
	padding: 4px 17px 4px 4px;
}

table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
	padding: 4px;
}

table.dataTable.compact tbody th, table.dataTable.compact tbody td {
	padding: 4px;
}

table.dataTable th.dt-left, table.dataTable td.dt-left {
	text-align: left;
}

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
	text-align: center;
}

table.dataTable th.dt-right, table.dataTable td.dt-right {
	text-align: right;
}

table.dataTable th.dt-justify, table.dataTable td.dt-justify {
	text-align: justify;
}

table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
	white-space: nowrap;
}

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
	text-align: left;
}

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
	text-align: center;
}

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
	text-align: right;
}

table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
	text-align: justify;
}

table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
	white-space: nowrap;
}

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
	text-align: left;
}

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
	text-align: center;
}

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
	text-align: right;
}

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
	text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
	white-space: nowrap;
}

table.dataTable, table.dataTable th, table.dataTable td {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.dataTables_wrapper {
	position: relative;
	clear: both;
	  *
	zoom: 1;
	zoom: 1;
}

.dataTables_wrapper .dataTables_length {
	float: left;
}

.dataTables_wrapper .dataTables_filter {
	float: right;
	text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
	margin-left: 0.5em;
}

.dataTables_wrapper .dataTables_info {
	clear: both;
	float: left;
	padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
	float: right;
	text-align: right;
	padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding: 0.5em 1em;
	margin-left: 2px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	  *
	cursor: hand;
	color: #333 !important;
	border: 1px solid transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #333 !important;
	border: 1px solid #cacaca;
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
	background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	cursor: default;
	color: #666 !important;
	border: 1px solid transparent;
	background: transparent;
	box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: white !important;
	border: 1px solid #111;
	background-color: #585858;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
	background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
	background: -moz-linear-gradient(top, #585858 0%, #111 100%);
	background: -ms-linear-gradient(top, #585858 0%, #111 100%);
	background: -o-linear-gradient(top, #585858 0%, #111 100%);
	background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
	outline: none;
	background-color: #2b2b2b;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
	background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
	box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
	padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 40px;
	margin-left: -50%;
	margin-top: -25px;
	padding-top: 20px;
	text-align: center;
	font-size: 1.2em;
	background-color: white;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
	color: #333;
}

.dataTables_wrapper .dataTables_scroll {
	clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
	height: 0;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 1px solid #111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table, .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
	border-bottom: none;
}

.dataTables_wrapper:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

@media screen and (max-width: 767px) {
	.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
		float: none;
		text-align: center;
	}
	
	.dataTables_wrapper .dataTables_paginate {
		margin-top: 0.5em;
	}
}

@media screen and (max-width: 640px) {
	.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
		float: none;
		text-align: center;
	}
	
	.dataTables_wrapper .dataTables_filter {
		margin-top: 0.5em;
	}
}

/* Lity lightbox */

body .lity {
	background: rgba(0, 0, 0, 0.8);
}

body .lity-content {
	border-radius: 12px;
	overflow: hidden;
}

.lity-close, .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
	height: 20px;
	width: 20px;
	padding: 10px;
	background: url(/public/assets/images/saas/popup-close.svg) center center no-repeat;
	background-size: 20px;
	top: 20px;
	right: 20px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	text-indent: -999px;
	overflow: hidden;
}

@media (min-width: 480px) {
	.lity-close, .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
		top: 30px;
		right: 30px;
	}
}

/* Components & Reusable Patterns */

body {
	padding-top: 40px;
}

@media (min-width: 480px) {
	body {
		padding-top: 48px;
	}
}

#mobile-nav {
	display: none;
	overflow: scroll;
	position: fixed;
	top: 40px;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000000;
	background: #2c553d;
	background: linear-gradient(90deg, #2c553d 0%, #327d48 100%);
	z-index: 1050;
}

@media (min-width: 480px) {
	#mobile-nav {
		top: 48px;
	}
}
  @media (min-width: 992px) {
	#mobile-nav {
		display: none !important;
	}
}
  #mobile-nav .container {
	padding: 0 30px;
}

@media (min-width: 480px) {
	#mobile-nav .container {
		padding: 0 70px;
	}
}
    @media (min-width: 768px) {
	#mobile-nav .container {
		padding: 0 40px;
	}
}
  #mobile-nav svg {
	position: absolute;
	bottom: -40px;
	left: 0px;
	right: 0px;
	height: 40px;
	width: 100%;
}

@media (min-width: 768px) {
	#mobile-nav svg {
		height: 100px;
		bottom: -99px;
	}
}
  #mobile-nav .global-nav {
	position: relative;
	padding: 60px 0;
	background: #ffffff;
}

@media (min-width: 375px) {
	#mobile-nav .global-nav {
		padding: 60px 0;
	}
}
    @media (min-width: 480px) {
	#mobile-nav .global-nav {
		padding: 60px 0;
	}
}
    @media (min-width: 480px) {
	#mobile-nav .global-nav {
		padding: 60px 0;
	}
}
    #mobile-nav .global-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: 300;
}

@media (min-width: 375px) {
	#mobile-nav .global-nav ul {
		font-size: 24px;
		line-height: 30px;
		letter-spacing: 2px;
	}
}
      #mobile-nav .global-nav ul li {
	margin-bottom: 20px;
}

#mobile-nav .global-nav ul li:last-child {
	margin-bottom: 0;
}

#mobile-nav .global-nav ul a {
	color: #000000;
}

#mobile-nav .global-nav ul a:hover {
	text-decoration: none;
}

#mobile-nav .profile {
	position: relative;
	background: #f7f7f7;
	padding: 30px 0 20px;
}

@media (min-width: 375px) {
	#mobile-nav .profile {
		padding: 40px 0 20px;
	}
}
    @media (min-width: 480px) {
	#mobile-nav .profile {
		padding: 50px 0 20px;
	}
}
    #mobile-nav .profile:after {
	content: '';
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	height: 50px;
	background: #f7f7f7;
	z-index: 2;
	transform: skewY(-6deg);
	transform-origin: bottom left;
}

@media (min-width: 375px) {
	#mobile-nav .profile:after {
		bottom: -100px;
		height: 100px;
	}
}
      @media (min-width: 768px) {
	#mobile-nav .profile:after {
		transform: skewY(-5deg);
	}
}
    #mobile-nav .profile header {
	position: relative;
	margin-bottom: 25px;
}

@media (min-width: 375px) {
	#mobile-nav .profile header {
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid #eaeaea;
		padding-left: 70px;
	}
}
      #mobile-nav .profile header .image {
	position: absolute;
	top: -55px;
	right: 0;
	display: block;
	width: 50px;
	border-radius: 50%;
	overflow: hidden;
}

@media (min-width: 375px) {
	#mobile-nav .profile header .image {
		top: 0px;
		left: 0;
		right: auto;
	}
}
      #mobile-nav .profile header a {
	display: inline-block;
	font-size: 18px;
	color: #000000;
}

#mobile-nav .profile header a:hover {
	text-decoration: none;
}

#mobile-nav .profile header span {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #327d48;
}

#mobile-nav .profile ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
}

#mobile-nav .profile ul li {
	margin-bottom: 10px;
}

#mobile-nav .profile ul li:last-child {
	margin-bottom: 0;
}

#mobile-nav .profile ul a {
	color: #000000;
}

#mobile-nav .profile ul a:hover {
	text-decoration: none;
}

#app-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #000000;
	padding: 8px 10px;
	z-index: 1030;
	font-size: 12px;
	line-height: 24px;
	text-align: right;
	color: #ffffff;
}

@media (min-width: 480px) {
	#app-header {
		font-size: 13px;
		letter-spacing: .5px;
		padding: 9px 30px;
	}
}
  #app-header .container {
	position: relative;
	max-height: 24px;
	padding: 0;
}

@media (min-width: 480px) {
	#app-header .container {
		max-height: 30px;
	}
}
  #app-header .logo {
	float: left;
	padding: 0 0 0 20px;
	transition: none !important;
}

@media (min-width: 375px) {
	#app-header .logo {
		padding: 0 0 0 30px;
	}
}
    @media (min-width: 480px) {
	#app-header .logo {
		padding: 0 0 0 40px;
	}
}
    @media (min-width: 992px) {
	#app-header .logo {
		padding: 0 0 0 60px;
	}
}
    #app-header .logo img {
	height: 14px;
}

@media (min-width: 480px) {
	#app-header .logo img {
		height: 18px;
	}
}
  #app-header nav {
	position: relative;
	display: inline-block;
	height: 30px;
	line-height: 30px;
}

@media (min-width: 992px) {
	#app-header nav {
		padding-right: 26px;
		margin-right: 25px;
	}
	
	#app-header nav:after {
		content: '';
		position: absolute;
		top: 2px;
		right: 0;
		height: 26px;
		width: 1px;
		background: #2e2e2e;
	}
}
    #app-header nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	display: none;
}

@media (min-width: 992px) {
	#app-header nav ul {
		display: block;
	}
}
    #app-header nav li {
	float: left;
	margin-left: 20px;
}

@media (min-width: 768px) {
	#app-header nav li {
		margin-left: 30px;
	}
}
      #app-header nav li:first-child {
	margin-left: 0;
}

#app-header nav a {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	border: 0;
}

#app-header nav a.tel:hover {
	color: #ffffff;
}

#app-header nav a:hover {
	color: #ffdc52;
}

#app-header #mobile-toggle {
	width: 25px;
	height: 18px;
	position: relative;
	top: 4px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

@media (min-width: 480px) {
	#app-header #mobile-toggle {
		top: 6px;
	}
}
    @media (min-width: 992px) {
	#app-header #mobile-toggle {
		display: none;
	}
}
    #app-header #mobile-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #ffffff;
	border-radius: 6px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#app-header #mobile-toggle span:nth-child(1) {
	top: 0px;
}

#app-header #mobile-toggle span:nth-child(2), #app-header #mobile-toggle span:nth-child(3) {
	top: 8px;
}

#app-header #mobile-toggle span:nth-child(4) {
	top: 16px;
}

#app-header #mobile-toggle.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

#app-header #mobile-toggle.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#app-header #mobile-toggle.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#app-header #mobile-toggle.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

#app-header #profile-toggle {
	display: none;
	position: relative;
	cursor: pointer;
}

@media (min-width: 992px) {
	#app-header #profile-toggle {
		display: inline-block;
	}
}
    @media (min-width: 1200px) {
	#app-header #profile-toggle {
		padding-right: 60px;
	}
}
    #app-header #profile-toggle:hover #profile-dropdown {
	top: 30px;
	left: auto;
	opacity: 1;
}

#app-header #profile-toggle svg {
	position: relative;
	top: 12px;
	float: left;
	height: 6px;
	width: 10px;
}

#app-header #profile-toggle > .image {
	float: left;
	margin-left: 15px;
	height: 30px;
	width: 30px;
	border-radius: 15px;
	overflow: hidden;
}

#app-header #profile-dropdown {
	position: absolute;
	top: 20px;
	right: 0;
	width: 300px;
	z-index: 1000;
	padding-top: 30px;
	text-align: left;
	opacity: 0;
	left: -9999px;
	cursor: default;
	-webkit-transition: opacity .3s linear, top .3s linear;
	-moz-transition: opacity .3s linear, top .3s linear;
	-o-transition: opacity .3s linear, top .3s linear;
	transition: opacity .3s linear, top .3s linear;
}

@media (min-width: 1200px) {
	#app-header #profile-dropdown {
		right: 20px;
	}
}
    #app-header #profile-dropdown header {
	background: #000000;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
	padding: 20px;
}

#app-header #profile-dropdown header:before {
	content: '';
	position: absolute;
	top: 26px;
	right: 44px;
	height: 20px;
	width: 20px;
	background: #000000;
	border-radius: 4px;
	transform: rotateY(0deg) rotate(45deg);
}

#app-header #profile-dropdown header .col1 {
	float: left;
	width: 70px;
}

#app-header #profile-dropdown header .col1 img {
	width: 50px;
	border-radius: 50%;
	overflow: hidden;
}

#app-header #profile-dropdown header .col2 {
	float: left;
	width: 190px;
}

#app-header #profile-dropdown header .col2 a {
	display: inline-block;
	margin-top: 2px;
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
}

#app-header #profile-dropdown header .col2 a:hover, #app-header #profile-dropdown header .col2 a:focus {
	text-decoration: none;
}

#app-header #profile-dropdown header .col2 span {
	display: block;
	clear: both;
	font-weight: 600;
	line-height: 20px;
	color: #ffdc52;
}

#app-header #profile-dropdown nav {
	display: block;
	border-top: 1px solid #2e2e2e;
	background: #000000;
	border-radius: 0 0 8px 8px;
	padding: 20px;
	margin: 0;
	height: auto;
}

#app-header #profile-dropdown nav::after {
	display: none;
}

#app-header #profile-dropdown nav li {
	float: none;
	margin: 0;
}

#app-footer {
	background: #f7f7f7;
	border-top: 80px solid #ffffff;
	padding: 15px 10px;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: .8px;
	color: #666666;
}

@media (min-width: 480px) {
	#app-footer {
		padding: 15px 30px;
		font-size: 12px;
	}
}
  #app-footer .container {
	padding: 0 20px;
    text-align: center;
}

@media (min-width: 375px) {
	#app-footer .container {
		padding: 0 30px;
	}
}
    @media (min-width: 480px) {
	#app-footer .container {
		padding: 0 40px;
	}
}
    @media (min-width: 768px) {
	#app-footer .container {
		padding: 0 50px;
	}
}
    @media (min-width: 992px) {
	#app-footer .container {
		padding: 0 60px;
	}
}

html {
	overflow-y: scroll;
}

body {
	background: #f7f7f7;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

body.open {
	overflow: hidden;
}

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

a {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.container {
	padding: 0 20px;
}

@media (min-width: 375px) {
	.container {
		padding: 0 30px;
	}
}
  @media (max-width: 768px) {
	.container {
		max-width: 720px !important;
	}
}
  @media (min-width: 1200px) {
	.container {
		max-width: 1280px;
	}
}

main {
	background: #ffffff;
}

.page {
	font-size: 15px;
	line-height: 24px;
	letter-spacing: .5px;
	color: #2a2a2a;
	  /* headers */
	  /* text */
	  /* utilities */
	  /* lists */
	  /* chip */
	  /* link */
	  /* images */
	  /* video */
	  /* misc */
}

@media (min-width: 480px) {
	.page {
		font-size: 16px;
		line-height: 26px;
		letter-spacing: .5px;
	}
}
  .page h1:first-child, .page h2:first-child, .page h3:first-child, .page h4:first-child, .page h5:first-child {
	margin-top: 0;
}

.page h1 {
	margin: 0 0 20px;
	font-size: 26px;
	line-height: 36px;
	letter-spacing: 1.5px;
	font-weight: 300;
	color: #000000;
}

.content-main h2.main-title {
    margin-top: 0;
}

@media (min-width: 768px) {
	.page h1 {
		font-size: 28px;
		line-height: 38px;
	}
}
    @media (min-width: 992px) {
	.page h1 {
		margin: 0 0 30px;
		font-size: 32px;
		line-height: 42px;
		letter-spacing: 2px;
	}
}
  .page h2 {
	margin: 40px 0 15px 0;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	letter-spacing: .5px;
	color: #327d48;
}

@media (min-width: 992px) {
	.page h2 {
		margin: 45px 0 25px 0;
		font-size: 20px;
		line-height: 30px;
		letter-spacing: .7px;
	}
}
.course-description h1 {
    font-size: 14px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
  .page h3 {
	margin: 0 0 5px 0;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #000000;
}

.page h3 .chip {
	position: relative;
	left: 10px;
	top: -3px;
}

.page h4 {
	margin: 0 0 5px 0;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #000000;
}

.page p {
	max-width: 850px;
	margin: 0 0 20px 0;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: .5px;
	color: #2a2a2a;
}

@media (min-width: 480px) {
	.page p {
		font-size: 16px;
		line-height: 26px;
		letter-spacing: .5px;
	}
}
    .page p b, .page p strong {
	font-weight: 600;
}

.page p:last-child {
	margin-bottom: 0;
}

.page .short {
	margin-bottom: 5px;
}

.page .small {
	font-size: 13px;
	line-height: 18px;
}

.page .c-black {
	color: #000000;
}

.page .legend {
	margin: 0;
	padding: 0;
}

.page .legend li {
	padding-left: 30px;
	margin-bottom: 15px;
}

.page .legend li:last-child {
	margin-top: 20px;
}

.page .legend li:before {
	display: none;
}

.page .legend li.in_progress:before, .page .legend li.completed:before, .page .legend li.failed:before {
	position: absolute;
	top: 6px;
	left: 0;
	display: inline-block;
	height: 14px;
	width: 14px;
	margin-right: 8px;
}

.page .legend li.in_progress:before {
	background: #efe4b1;
}

.page .legend li.completed:before {
	background: #b8e5cd;
}

.page .legend li.failed:before {
	background: #ee9797;
}

.page td.in_progress {
	background: #f8f3de !important;
}

.page td.completed, .page td.passed, .page td.pass{
	background: #cceedc !important;
}

.page td.fail, .page td.failed {
	background: #f6c4c4 !important;
}

.page .align-left {
	text-align: left !important;
}

.page .align-center {
	text-align: center !important;
}

.page .align-right {
	text-align: right !important;
}

.page ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page ol li {
	color: #2a2a2a;
}

.page ol li:last-child {
	margin-bottom: 0;
}

.page ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page ul li {
	position: relative;
	margin-bottom: 8px;
	padding-left: 30px;
	color: #2a2a2a;
}

@media (min-width: 480px) {
	.page ul li {
		padding-left: 40px;
	}
}
      @media (min-width: 992px) {
	.page ul li {
		padding-left: 70px;
	}
}
      .page ul li:before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0px;
	display: block;
	height: 1px;
	width: 15px;
	background: #ff953e;
}

@media (min-width: 480px) {
	.page ul li:before {
		left: 10px;
	}
}
        @media (min-width: 992px) {
	.page ul li:before {
		left: 30px;
		width: 20px;
	}
}
      .page ul li:last-child {
	margin-bottom: 0;
}

.page .chip {
	display: inline-block;
	border-radius: 3px;
	padding: 0 6px;
	font-size: 10px;
	line-height: 18px;
	letter-spacing: 0;
	font-weight: 400;
	color: #ffffff;
}

.page .chip.green {
	background: #00a255;
}

.page .chip.purple {
	background: #65007e;
}

.page .chip.red {
	background: #f26262;
}


.page a {
	color: #327d48;
	text-decoration: none;
	border-bottom: 1px solid #327d48;
	line-height: 19px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.page a:hover, .page a:focus {
	color: #2c553d;
	border-bottom: 1px solid #2c553d;
	text-decoration: none;
}

.page img.aligncenter {
	display: block;
	margin: 0 auto;
}

.page img.alignleft {
	position: relative;
	top: 5px;
	float: left;
	margin: 0 30px 30px 0;
}

@media (min-width: 992px) {
	.page img.alignleft {
		margin: 0 40px 40px 0;
	}
}
  .page img.alignright {
	position: relative;
	top: 5px;
	float: right;
	margin: 0 0 30px 30px;
}

@media (min-width: 992px) {
	.page img.alignright {
		margin: 0 0 40px 40px;
	}
}
    @media (min-width: 1400px) {
	.page img.alignright {
		margin: 0 0 50px 50px;
	}
}
  .page .video {
	background: #000000;
}

.page .video-js {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 56.25%;
}

.page .vjs-default-skin .vjs-big-play-button {
	top: 50% !important;
	left: 50% !important;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.page .vjs-default-skin .vjs-big-play-button:before {
	left: 3px;
	line-height: 100px;
	font-size: 40px;
	text-shadow: none;
}

.page .vjs-default-skin:hover .vjs-big-play-button:before {
	color: #ffffff;
}

.page .vjs-default-skin .vjs-control-bar {
	background: #000000;
}

.page .vjs-default-skin .vjs-play-progress, .page .vjs-default-skin .vjs-volume-level {
	background: #ff953e url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}

.page .vjs-default-skin .vjs-menu li {
	color: #ccc;
}

.page .vjs-default-skin .vjs-menu li:before {
	display: none;
}

.page .vjs-default-skin .vjs-menu li.vjs-selected:hover, .page .vjs-default-skin .vjs-menu li.vjs-selected:focus, .page .vjs-default-skin .vjs-menu li:hover, .page .vjs-default-skin .vjs-menu li:focus {
	box-shadow: none;
}

.page hr {
	margin: 50px 0;
	height: 1px;
	line-height: 1px;
	border: 0;
	background: #eaeaea;
}

@media (min-width: 992px) {
	.page hr {
		margin: 75px 0;
	}
}

body .page-title {
	padding: 5px 30px;
}

@media (min-width: 480px) {
	body .page-title {
		padding: 15px 40px;
	}
}
  @media (min-width: 768px) {
	body .page-title {
		min-height: 63px;
		padding: 30px 40px;
	}
}
  @media (min-width: 992px) {
	body .page-title {
		min-height: 90px;
		padding: 30px 60px;
	}
}
  body .page-title .course-title {
	position: relative;
	left: -3px;
	margin: 0 0 2px 0;
	max-width: 740px;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1.5px;
	font-weight: 300;
	color: #ffffff;
}

@media (min-width: 480px) {
	body .page-title .course-title {
		font-size: 20px;
		line-height: 32px;
	}
}
    @media (min-width: 768px) {
	body .page-title .course-title {
		max-width: 600px;
		font-size: 36px;
		line-height: 46px;
	}
}
    @media (min-width: 992px) {
	body .page-title .course-title {
		margin: 0 0 5px 0;
		font-size: 44px;
		line-height: 52px;
		letter-spacing: 2px;
	}
}

@media (min-width: 768px) {
	body .page-title .breadcrumbs {
		display: block;
	}
}
    body .page-title .breadcrumbs ul {
	overflow: hidden;
}

body .page-title .breadcrumbs li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 34px 0 0;
	font-size: 13px;
	line-height: 23px;
	letter-spacing: .5px;
	color: #ffffff;
}

@media (min-width: 992px) {
	body .page-title .breadcrumbs li {
		padding: 0 40px 0 0;
		font-size: 14px;
		line-height: 30px;
		letter-spacing: 1px;
	}
}
      body .page-title .breadcrumbs li:before {
	display: none;
}

body .page-title .breadcrumbs li:after {
	content: '';
	position: absolute;
	right: 16px;
	top: 10px;
	height: 10px;
	width: 6px;
	background: url(/public/assets/images/saas/icon-arrow-right.svg);
	background-size: cover;
	opacity: 1;
}

@media (max-width: 778px) {
    body .page-title .breadcrumbs li:after {
        top: 6px;
    }
    body .page-title .breadcrumbs {
        padding-top: 20px;
    }
}

body .page-title .breadcrumbs li:last-child {
	opacity: .6;
}

body .page-title .breadcrumbs li:last-child:after {
	display: none;
}

body .page-title .breadcrumbs a {
	color: #ffffff;
	border: 0;
	opacity: .6;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

body .page-title .breadcrumbs a:hover {
	opacity: 1;
}

.aside {
	padding: 0 30px 30px;
}

@media (min-width: 480px) {
	.aside {
		padding: 0 40px 40px;
	}
}
  @media (min-width: 992px) {
	.aside {
		padding: 0 20px 30px 30px;
	}
}
  @media (min-width: 1200px) {
	.aside {
		padding: 0 40px 40px;
	}
}

.bg-gray {
	background: #f7f7f7;
}

.bg-gray.last {
	border-radius: 0 0 6px 6px;
}

.aside-icon {
	text-align: center;
	padding-bottom: 19px;
	border-radius: 6px 6px 0 0;
}

.aside-icon img {
	display: none;
	position: relative;
	top: -40px;
    max-width: 140px;
}

@media (min-width: 992px) {
	.aside-icon img {
		display: inline-block;
	}
}

.aside-navigation {
	padding-top: 40px;
	padding-bottom: 40px;
	border-radius: 0px 6px 6px 6px !important;
}

@media (min-width: 992px) {
	.aside-navigation {
		padding-top: 114px;
		padding-bottom: 114px;
	}
}
  .aside-navigation h4 {
	margin: 0 0 28px 0;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: .5px;
	color: #327d48;
}

.aside-navigation ul {
	margin: 0;
	padding: 0;
}

.aside-navigation ul > li {
	margin-bottom: 20px;
	padding: 0;
	font-size: 16px;
	line-height: 22px;
	color: #666;
}

@media (min-width: 992px) {
	.aside-navigation ul > li {
		font-size: 14px;
	}
}
      @media (min-width: 1200px) {
	.aside-navigation ul > li {
		font-size: 16px;
	}
}
      .aside-navigation ul > li:last-child {
	margin-bottom: 0;
}

.aside-navigation ul > li:before {
	display: none;
}

.aside-navigation ul > li.active {
	position: relative;
}

.aside-navigation ul > li.active > a:before {
	content: '';
	display: block;
	position: absolute;
	top: -5px;
	left: -30px;
	height: 31px;
	width: 3px;
	background: #ff953e;
}

@media (min-width: 480px) {
	.aside-navigation ul > li.active > a:before {
		left: -40px;
	}
}
          @media (min-width: 992px) {
	.aside-navigation ul > li.active > a:before {
		left: -30px;
	}
}
          @media (min-width: 1200px) {
	.aside-navigation ul > li.active > a:before {
		left: -40px;
	}
}
        .aside-navigation ul > li.active > a, .aside-navigation ul > li.active > a:hover {
	color: #000000;
	font-weight: 600;
	border: 0;
}

.aside-navigation ul ul {
	padding: 20px 0 0 24px;
	list-style: none;
	counter-reset: li;
}

.aside-navigation ul ul li {
	position: relative;
	margin-bottom: 12px;
	padding: 0;
	font-size: 13px;
	line-height: 20px;
}

@media (min-width: 992px) {
	.aside-navigation ul ul li {
		margin-bottom: 10px;
		font-size: 12px;
	}
}
      @media (min-width: 1200px) {
	.aside-navigation ul ul li {
		margin-bottom: 12px;
		font-size: 13px;
	}
}
      .aside-navigation ul ul li:before {
	display: none;
}

.aside-navigation ul ul li.active {
	font-weight: 600;
}

.aside-navigation ul ul li.active:before {
	display: none;
}

.aside-navigation ul ul li.active a, .aside-navigation ul ul li.active a:hover {
	color: #327d48;
	border: 0;
}

.aside-navigation ul ul li.active a:before, .aside-navigation ul ul li.active a:hover:before {
	display: none;
}

.aside-navigation a {
	color: #666666;
	border-bottom: 1px solid #f7f7f7;
}

.aside-navigation a:hover {
	color: #2a2a2a;
	border-bottom: 1px solid #2a2a2a;
}

.course-navigation {
	padding-top: 10px;
    margin-bottom: 75px;
}

@media (min-width: 480px) {
	.course-navigation {
		padding-top: 20px;
	}
}
  @media (min-width: 992px) {
	.course-navigation {
		padding-top: 0;
	}
}
  .course-navigation ul {
	margin: 0;
	padding: 0;
}

.course-navigation ul > li {
	margin-bottom: 20px;
	padding: 0;
	font-size: 14px;
	line-height: 21px;
	color: #666;
}

@media (min-width: 992px) {
	.course-navigation ul > li {
		font-size: 13px;
	}
}
      @media (min-width: 1200px) {
	.course-navigation ul > li {
		font-size: 14px;
	}
}
      .course-navigation ul > li:before {
	display: none;
}

.course-navigation ul > li.active {
	position: relative;
}

.course-navigation ul > li.active > a:before {
	content: '';
	display: block;
	position: absolute;
	top: -5px;
	left: -30px;
	height: 31px;
	width: 3px;
	background: #ff953e;
}

@media (min-width: 480px) {
	.course-navigation ul > li.active > a:before {
		left: -40px;
	}
}
          @media (min-width: 992px) {
	.course-navigation ul > li.active > a:before {
		left: -30px;
	}
}
          @media (min-width: 1200px) {
	.course-navigation ul > li.active > a:before {
		left: -40px;
	}
}
        .course-navigation ul > li.active > a, .course-navigation ul > li.active > a:hover {
	color: #000000;
	font-weight: 600;
	border: 0;
}

.course-navigation ul ul {
	padding: 20px 0 0 10px;
	list-style: none;
	counter-reset: li;
}

@media (min-width: 992px) {
	.course-navigation ul ul {
		padding-left: 10px;
	}
}
    @media (min-width: 1200px) {
	.course-navigation ul ul {
		padding-left: 12px;
	}
}
    .course-navigation ul ul li {
	position: relative;
	margin-bottom: 12px;
	padding: 0;
	font-size: 13px;
	line-height: 20px;
}

@media (min-width: 992px) {
	.course-navigation ul ul li {
		margin-bottom: 10px;
		font-size: 12px;
	}
}
      @media (min-width: 1200px) {
	.course-navigation ul ul li {
		margin-bottom: 12px;
		font-size: 13px;
	}
}
      .course-navigation ul ul li:before {
	display: none;
}

.course-navigation ul ul li.active {
	font-weight: 600;
}

.course-navigation ul ul li.active:before {
	display: none;
}

.course-navigation ul ul li.active a, .course-navigation ul ul li.active a:hover {
	color: #327d48;
	border: 0;
    font-weight: bold;
}

.course-navigation ul ul li.active a:before, .course-navigation ul ul li.active a:hover:before {
	display: none;
}

.course-navigation ol {
	padding-top: 20px;
	padding-left: 10px;
	list-style: none;
	counter-reset: li;
}

.course-navigation ul li img {
    margin-left: 5px;
    vertical-align: initial;
}

.content-pagination li a.disabled_question:hover {
    background: url(/public/front_assets/images/icon-lock.gif) no-repeat center center;
    font-size : 0px;
    display:block;
    transition: none;
}

.course-navigation ul li:before {
display: none;
}
.course-navigation ol li {
position: relative;
margin-bottom: 12px;
padding: 0;
font-size: 13px;
line-height: 20px;
}

@media (min-width: 992px) {
.course-navigation ol li {
    margin-bottom: 10px;
    font-size: 12px;
}
}
  @media (min-width: 1200px) {
.course-navigation ol li {
    margin-bottom: 12px;
    font-size: 13px;
}
}


.course-navigation ol li.active {
font-weight: 600;
}

.course-navigation ol li.active:before {
color: #327d48;
}

.course-navigation ol li.active > a, .course-navigation ol li.active > a:hover {
color: #327d48;
border: 0;
}

.course-navigation a {
color: #666;
border-bottom: 1px solid #f7f7f7;
}

.course-navigation a.completed {
    color: #327d48;
}
.course-navigation a:hover {
color: #2a2a2a;
border-bottom: 1px solid #2a2a2a;
}

.course-navigation ul li span.mark_as_skipped{
    text-decoration: line-through;
}

.aside-legend {
padding-top: 40px;
padding-bottom: 40px;
}

@media (min-width: 992px) {
.aside-legend {
    padding-top: 55px;
    padding-bottom: 55px;
}
}
.aside-legend h4 {
margin: 0 0 15px 0;
font-size: 15px;
line-height: 24px;
letter-spacing: .5px;
color: #327d48;
}

.aside-legend .chip {
margin-bottom: 8px;
}

.aside-legend p {
font-size: 13px;
line-height: 20px;
}

.aside-legend p:last-child {
margin-bottom: 0;
}

.aside-faq {
border-top: 1px solid #eaeaea;
padding-top: 40px;
}

@media (min-width: 992px) {
.aside-faq {
    padding-top: 55px;
}
}
.aside-faq h4 {
margin: 0 0 15px 0;
font-size: 15px;
line-height: 24px;
letter-spacing: .5px;
color: #327d48;
}

.aside-faq p {
font-size: 13px;
line-height: 20px;
}

.aside-button {
display: none;
padding: 0;
margin-top: 40px;
}

@media (min-width: 992px) {
.aside-button {
    display: block;
}
}
.aside-button .btn {
display: block;
text-align: center;
}

.dataTables_wrapper {
overflow-x: scroll;
padding-bottom: 25px;
}

.dataTables_wrapper .dataTables_length {
padding-bottom: 15px;
font-size: 13px;
line-height: 18px;
font-weight: 600;
text-align: left !important;
}

@media (min-width: 480px) {
.dataTables_wrapper .dataTables_length {
    line-height: 34px;
}
}
@media (min-width: 768px) {
.dataTables_wrapper .dataTables_length {
    font-size: 14px;
}
}
.dataTables_wrapper .dataTables_length label {
width: 100%;
margin: 0;
}

.dataTables_wrapper .dataTables_length select {
width: 60px;
margin: 0 12px;
padding: 4px 10px;
border: 1px solid #eaeaea;
border-radius: 4px;
font-size: 14px;
line-height: 23px;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;
}

.dataTables_wrapper .dataTables_length select:focus {
outline: none;
border: 1px solid #327d48;
}

.dataTables_wrapper .dataTables_filter {
float: none;
margin: 0;
padding-bottom: 15px;
font-size: 13px;
line-height: 18px;
font-weight: 600;
text-align: left;
}

@media (min-width: 480px) {
.dataTables_wrapper .dataTables_filter {
    /* 480 */
		line-height: 34px;
	}
}
  @media (min-width: 768px) {
	.dataTables_wrapper .dataTables_filter {
		float: right;
		font-size: 14px;
		text-align: right;
		width: 50%;
	}
}
  .dataTables_wrapper .dataTables_filter label {
	width: 100%;
	margin: 0;
}

@media (min-width: 1200px) {
	.dataTables_wrapper .dataTables_filter label {
		width: 340px;
	}
}
  .dataTables_wrapper .dataTables_filter input {
	width: 100%;
	max-width: 160px;
	margin-left: 12px;
	padding: 4px 10px;
	border: 1px solid #eaeaea;
	border-radius: 4px;
	font-size: 14px;
	line-height: 23px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

@media (min-width: 480px) {
	.dataTables_wrapper .dataTables_filter input {
		margin-left: 12px;
		max-width: 200px;
	}
}
    @media (min-width: 992px) {
	.dataTables_wrapper .dataTables_filter input {
		max-width: 200px;
	}
}
    @media (min-width: 1200px) {
	.dataTables_wrapper .dataTables_filter input {
		max-width: 260px;
	}
}
    .dataTables_wrapper .dataTables_filter input:focus {
	outline: none;
	border: 1px solid #327d48;
}

.dataTables_wrapper table.dataTable {
	width: 100%;
	min-width: 800px;
	overflow: hidden;
	border: 1px solid #eaeaea;
	border-collapse: collapse;
	font-size: 13px;
	line-height: 18px;
}

@media (min-width: 768px) {
	.dataTables_wrapper table.dataTable {
		font-size: 14px;
		line-height: 20px;
	}
}
  @media (min-width: 1200px) {
	.dataTables_wrapper table.dataTable {
		font-size: 15px;
		line-height: 24px;
	}
}
  .dataTables_wrapper table.dataTable th {
	background: #f7f7f7;
	padding: 10px;
	border: 1px solid #eaeaea;
	color: #327d48;
    font-size: 12px;
      text-align: center;
}
.dataTables_wrapper table.dataTable a {
    text-decoration: underline;
}

@media (min-width: 1200px) {
	.dataTables_wrapper table.dataTable th {
		padding: 10px 15px;
	}
}
    .dataTables_wrapper table.dataTable th.sorting {
	background: #f7f7f7 url(/public/assets/images/saas/sort_both.png) center right no-repeat;
    background-size: 12px;
}

.dataTables_wrapper table.dataTable th.sorting_asc {
	background: #f7f7f7 url(/public/assets/images/saas/sort_asc.png) center right no-repeat;
    background-size: 12px;
}

.dataTables_wrapper table.dataTable th.sorting_desc {
	background: #f7f7f7 url(/public/assets/images/saas/sort_desc.png) center right no-repeat;
    background-size: 12px;
}

.dataTables_wrapper table.dataTable th a {
	display: inline-block;
    text-decoration: none;
}

.dataTables_wrapper table.dataTable td {
	padding: 10px;
	background: #ffffff;
	border: 1px solid #eaeaea;
	text-align: center;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	-o-transition: background-color .3s linear;
	transition: background-color .3s linear;
}

@media (min-width: 1200px) {
	.dataTables_wrapper table.dataTable td {
		padding: 10px 15px;
	}
}
    @media (min-width: 1400px) {
	.dataTables_wrapper table.dataTable td {
		padding: 15px 15px;
	}
}

#classroom_table_general td.passed {
    background: #98d3b3;
}
#classroom_table_general td.fail, #classroom_table_general td.failed{
    background: #ee9797;
}
#classroom_table_general td.in_progress {
    background: #efe4b1;
}
  #classroom_table_general tr td:first-child {
	border-left: 0;
}

.dataTables_wrapper table.dataTable tr td:last-child {
	border-right: 0;
}

.dataTables_wrapper table.dataTable tr:last-child td {
	border-bottom: 0;
}

.dataTables_wrapper table.dataTable tr:hover td {
	background: #f7f7f7;
}

.dataTables_wrapper table.dataTable a {
	position: relative;
	border: 0;
	color: #2a2a2a;
}

.dataTables_wrapper table.dataTable a:hover, .dataTables_wrapper table.dataTable a:focus {
	border: 0;
	text-decoration: underline;
}

.dataTables_wrapper table.dataTable a:hover .tooltip {
	opacity: 1;
	left: -15px;
}

.dataTables_wrapper table.dataTable .tooltip {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 999px;
	transform: translate(-100%, -50%);
	width: 100%;
	min-width: 80px;
	padding: 6px 12px 7px;
	border-radius: 6px;
	z-index: 2;
	background: #000000;
	font-size: 10px;
	line-height: 16px;
	text-align: left;
	color: #ffffff;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.dataTables_wrapper table.dataTable .tooltip:after {
	top: 50%;
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: #000;
	border-width: 6px;
	margin-top: -6px;
}

.dataTables_wrapper .dataTables_info {
	padding-top: 25px;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
}

@media (min-width: 768px) {
	.dataTables_wrapper .dataTables_info {
		font-size: 14px;
		line-height: 20px;
	}
}

.dataTables_wrapper .dataTables_paginate {
	margin: 0;
	padding-top: 25px;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
}

@media (min-width: 768px) {
	.dataTables_wrapper .dataTables_paginate {
		font-size: 14px;
		line-height: 20px;
	}
}
  .dataTables_wrapper .dataTables_paginate a {
	display: inline-block;
	margin: 0 12px 0 0;
	padding: 0 !important;
	background: transparent !important;
	color: #000000 !important;
	border: 1px solid #ffffff !important;
	border-top: 0 !important;
	cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate a:hover, .dataTables_wrapper .dataTables_paginate a:focus {
	color: #000000;
}

.dataTables_wrapper .dataTables_paginate a:last-child {
	margin-right: 0;
}

.dataTables_wrapper .dataTables_paginate a.current {
	font-weight: 600;
	color: #000000;
	border: 0;
}

.dataTables_wrapper .dataTables_paginate a.disabled {
	color: #999;
	border: 0;
	cursor: default;
}

.dataTables_wrapper .dataTables_paginate span a:last-child {
	margin-right: 12px;
}

.certificate-outline {
	padding-top: 30px;
}

@media (min-width: 480px) {
	.certificate-outline {
		padding-top: 40px;
	}
}
  .certificate-outline ul {
	font-size: 14px;
	line-height: 21px;
}

.overview-highlight {
    font-weight: 600;
    padding: 10px;
    border: 1px solid #fa953e;
    border-radius: 10px;
    margin-top: 20px;
}

@media (min-width: 480px) {
	.certificate-outline ul {
		font-size: 15px;
		line-height: 22px;
	}
}

.course-outline ul li, .course-outline h4 {
	font-size: 14px;
	line-height: 21px;
}

.course-outline ul li {
	margin-bottom: 20px;
	padding-left: 0;
}

@media (min-width: 768px) {
	.course-outline ul li {
		margin-bottom: 25px;
	}
}
  .course-outline ul li:last-child {
	margin-bottom: 0;
}

.course-outline ul li:before {
	display: none;
}

.course-outline ul ul {
	margin: 10px 0 30px;
}

.course-outline ul ul li {
	position: relative;
	margin-bottom: 8px;
	padding-left: 30px;
	color: #2a2a2a;
}

@media (min-width: 480px) {
	.course-outline ul ul li {
		padding-left: 40px;
	}
}
    @media (min-width: 992px) {
	.course-outline ul ul li {
		padding-left: 70px;
	}
}
    .course-outline ul ul li:before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0px;
	display: block;
	height: 1px;
	width: 15px;
	background: #ff953e;
}

@media (min-width: 480px) {
	.course-outline ul ul li:before {
		left: 10px;
	}
}
      @media (min-width: 992px) {
	.course-outline ul ul li:before {
		left: 30px;
		width: 20px;
	}
}
    .course-outline ul ul li:last-child {
	margin-bottom: 0;
}

dl.accordion {
	margin: 0;
	padding-bottom: 35px;
}

@media (min-width: 480px) {
	dl.accordion {
		padding-bottom: 45px;
	}
}
  @media (min-width: 992px) {
	dl.accordion {
		padding-bottom: 55px;
	}
}
  dl.accordion dt {
	position: relative;
	background: #f7f7f7;
	padding: 12px 20px;
	margin-bottom: 5px;
	border-radius: 6px;
	color: #327d48;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	-o-transition: background-color .3s linear;
	transition: background-color .3s linear;
	cursor: pointer;
}

dl.accordion dt:hover {
	background-color: #eaeaea;
}

dl.accordion dt:last-child {
	margin-bottom: 0;
}

dl.accordion dt:after {
	content: '';
	height: 20px;
	width: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 20px;
	line-height: 20px;
	background: url(/public/assets/images/saas/icon-open.svg) center center no-repeat;
	background-size: 20px;
}

dl.accordion dt.active:after {
	background: url(/public/assets/images/saas/icon-closed.svg) center center no-repeat;
	background-size: 20px;
}

dl.accordion dd {
	display: none;
	padding: 20px 20px 50px;
}

dl.accordion dd:last-child {
	padding-bottom: 0;
}

.btn {
	display: inline-block;
	padding: 8px 22px;
	background: #ff953e;
	border-radius: 6px;
	border: 0 !important;
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	color: #ffffff !important;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.btn:hover, .btn:focus {
	background: #fd790d;
	color: #ffffff;
	text-decoration: none;
}

.btn-disabled {
    cursor: not-allowed;
    pointer-events: none;
}

.btn-lrg {
	padding: 12px 30px;
}

@media (min-width: 992px) {
	.btn-lrg {
		padding: 14px 30px;
		font-size: 16px;
		letter-spacing: 1px;
	}
}
  @media (min-width: 1200px) {
	.btn-lrg {
		padding: 14px 40px;
	}
}
  .btn-lrg span {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 14px;
	margin-right: 15px;
}

.btn-lrg img {
	position: absolute;
	top: -4px;
	left: 0;
}

.btn.c-blue {
	background: #4590bc;
	font-weight: 400;
}

.btn.c-blue:hover, .btn.c-blue:focus {
	background: #317ba7;
}

.btn.c-blue strong {
	font-weight: 600;
}

.btn.c-red {
	background: #e20000;
}

.btn.c-red:hover, .btn.c-red:focus {
	background: #c60000;
}

.btn.c-green {
	background: #327d48;
}

.btn.c-grey {
    background: #c7c7c7;
}

.btn.c-green:hover, .btn.c-green:focus {
	background: #2c553d;
}

.error-input {
    border-color: red !important;
}

.error-label {
    color: red;
}

#alert_bar .error {
    background: #ffdacf;
    border: 1px solid #ff6f6f;
    padding: 15px;
    margin-bottom: 10px;
}

#alert_bar .success {
    border: 1px solid #bdeab9;
    background: #e0f7df;
    padding: 15px;
    color: #007942;
    margin-bottom: 10px;
}

form .form-messages {
	clear: both;
}

form .form-messages .message {
	position: relative;
	padding: 15px 20px 15px 60px;
	margin-bottom: 12px;
	border-radius: 6px;
	font-size: 14px;
	line-height: 24px;
}

form .form-messages .message:last-child {
	margin-bottom: 15px;
}

form .form-messages #message-errors .message:last-child {
    margin-bottom: 12px;
}

@media (min-width: 480px) {
	form .form-messages .message:last-child {
		margin-bottom: 25px;
	}
}
      @media (min-width: 992px) {
	form .form-messages .message:last-child {
		margin-bottom: 35px;
	}
}
    form .form-messages .message:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: 21px;
	height: 18px;
	width: 18px;
}

form .form-messages .message-error {
	background: #ffefe2;
}

form .form-messages .message-error:before {
	background: url(/public/assets/images/saas/icon-alert.svg);
}

form .form-messages .message-hint {
	background: #f0f9ff;
}

form .form-messages .message-hint:before {
	background: url(/public/assets/images/saas/icon-question.svg);
}

form .form-hints {
	overflow: hidden;
}

@media (min-width: 768px) {
	form .form-hints {
		overflow: visible;
	}
}
  @media (min-width: 1200px) {
	form .form-hints h2 {
		float: left;
		width: 50%;
	}
}
  form .form-hints .hints {
	float: left;
	margin-top: -25px;
	margin-bottom: 35px;
}

@media (min-width: 480px) {
	form .form-hints .hints {
		margin-bottom: 45px;
	}
}
    @media (min-width: 1200px) {
	form .form-hints .hints {
		position: relative;
		top: -3px;
		width: 50%;
		float: left;
		margin-top: 0;
		margin-bottom: 0;
		text-align: right;
	}
}
    form .form-hints .hints .remaining {
	font-size: 12px;
	line-height: 35px;
	color: #666666;
}

@media (max-width: 991px) {
    form .form-hints .hints {
        margin-top: 0px;
    }
}

@media (min-width: 480px) {
	form .form-hints .hints .remaining {
        margin-right: 5px;
		display: inline-block;
		font-size: 13px;
	}
}
      @media (min-width: 1200px) {
	form .form-hints .hints .remaining {
		float: none;
	}
}
    form .form-hints .hints .get {
	padding-right: 18px;
}

@media (min-width: 480px) {
	form .form-hints .hints .get {
		float: right;
		display: inline-block;
	}
}
      @media (min-width: 1200px) {
	form .form-hints .hints .get {
		float: none;
		padding-right: 0px;
		padding-left: 18px;
	}
}
    form .form-hints .hints .btn {
	font-size: 12px;
}

@media (min-width: 480px) {
	form .form-hints .hints .btn {
		font-size: 13px;
	}
}

form .form-group {
	clear: both;
	margin-bottom: 25px;
}

form .input-wrapper {
	position: relative;
}

form label {
	display: block;
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
}

@media (min-width: 768px) {
	form label {
		font-size: 14px;
		line-height: 20px;
	}
}
  .option form label {
	font-weight: 400;
}

form .form-group.option {
	margin-bottom: 20px;
}

form .form-group.option:last-child {
	margin-bottom: 0px;
}

form .form-group.option label {
	position: relative;
	padding-left: 28px;
	font-weight: 400;
}


form .form-group.option input {
	position: absolute;
	left: 0;
	top: 3px;
}

@media (max-width: 768px) {
    form .form-group.option label {
        padding-left: 15px;
    }
    form .form-group.option input {
        margin-top: 1px;
    }
}
form input[type="text"], form input[type="password"] {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #eaeaea;
	border-radius: 4px;
	font-size: 14px;
	line-height: 23px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

@media (min-width: 768px) {
	form input[type="text"], form input[type="password"] {
		font-size: 16px;
		line-height: 24px;
	}
}
  form input[type="text"]:focus, form input[type="password"]:focus {
	outline: none;
	border: 1px solid #327d48;
}

form input[type="password"] {
	padding-right: 65px;
}

form .show-password {
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	width: 55px;
	border-left: 1px solid #eaeaea;
	cursor: pointer;
}

form .show-password input {
	display: none;
}

form .show-password label {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -11px;
	width: 22px;
	height: 15px;
	line-height: 15px;
	cursor: pointer;
}

form .show-password label svg {
	width: 100%;
}

form .show-password label svg path, form .show-password label svg circle {
	fill: #999;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

form .show-password label:hover svg path, form .show-password label:hover svg circle {
	fill: #666;
}

form .show-password.active svg path, form .show-password.active svg circle {
	fill: #fd790d !important;
}

form .link {
	margin: 60px 0 0;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
}

@media (min-width: 480px) {
	form .link {
		float: right;
		margin: 0;
		margin-top: 9px;
	}
}
  @media (min-width: 768px) {
	form .link {
		font-size: 16px;
		line-height: 24px;
	}
}

.lity-container {
	width: 100%;
	max-width: 600px;
	padding: 0 20px;
}

.popup {
	background: #ffffff;
	padding: 45px 20px 40px;
	width: 100%;
	height: 100%;
	text-align: center;
}

.fancybox-inner {
    border-radius: 20px;
}

.popup .text {
	margin: 30px 0;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: .5px;
	color: #2a2a2a;
}

@media (min-width: 480px) {
	.popup .text {
		font-size: 16px;
		line-height: 26px;
		letter-spacing: .5px;
	}
}

/* Pages */

.page {
	position: relative;
	z-index: 1;
	padding: 0 10px;
}

@media (min-width: 480px) {
	.page {
		padding: 0 30px;
	}
}
  .page .bg-angled {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	height: 200px;
	z-index: -1;
	background: #327d48;
	-webkit-transition: height .3s linear;
	-moz-transition: height .3s linear;
	-o-transition: height .3s linear;
	transition: height .3s linear;
}

@media (min-width: 768px) {
	.page .bg-angled {
		height: 250px;
	}
}
    @media (min-width: 1200px) {
	.page .bg-angled {
		height: 300px;
	}
}
    @media (min-width: 1400px) {
	.page .bg-angled:before {
		content: '';
		position: absolute;
		top: 0;
		height: 100%;
		width: 50%;
		background: #2c553d;
		z-index: -1;
	}
}
    .page .bg-angled:after {
	content: '';
	position: absolute;
	bottom: -200px;
	left: 0;
	right: 0;
	height: 200px;
	background: #ffffff;
	z-index: 2;
	transform: skewY(-6deg);
	transform-origin: bottom left;
}

@media (min-width: 768px) {
	.page .bg-angled:after {
		transform: skewY(-5deg);
	}
}
      @media (min-width: 992px) {
	.page .bg-angled:after {
		transform: skewY(-4deg);
	}
}
    .page .bg-angled div {
	height: 100%;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	z-index: 2;
	background: url(/public/assets/images/saas/bg-angled.jpg) top center no-repeat;
	background-size: cover;
}

.page .bg-container {
	padding: 0 15px;
}

@media (max-width: 768px) {
    .page .bg-container {
        padding-top: 20px;
    }
}

.page .page-fullcol {
	background: #ffffff;
	border-radius: 8px;
	padding: 15px 20px;
}

@media (min-width: 375px) {
	.page .page-fullcol {
		padding: 25px 30px;
	}
}
    @media (min-width: 480px) {
	.page .page-fullcol {
		padding: 35px 40px;
	}
}
    @media (min-width: 768px) {
	.page .page-fullcol {
		padding: 45px 50px;
	}
}
    @media (min-width: 992px) {
	.page .page-fullcol {
		padding: 55px 60px;
	}
}
  .page .page-leftcol {
	background: #ffffff;
	border-radius: 8px;
	padding: 15px 20px 60px;
}

@media (min-width: 375px) {
	.page .page-leftcol {
		padding: 25px 30px 60px;
	}
}
    @media (min-width: 480px) {
	.page .page-leftcol {
		padding: 35px 40px 60px;
	}
}
    @media (min-width: 992px) {
	.page .page-leftcol {
		padding: 55px 60px;
		border-radius: 8px 0 0;
	}
}
  .page .page-rightcol {
	background: #ffffff;
	border-radius: 0 8px;
	padding: 0;
}

.page .content-header {
	border-bottom: 1px solid #eaeaea;
}

.page .content-header h1 div {
	margin: 0 0 5px 0;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: .5px;
	color: #327d48;
}

@media (min-width: 480px) {
	.page .content-header h1 div {
		font-size: 16px;
		line-height: 26px;
		letter-spacing: .5px;
	}
}
    .page .content-header h1 .chip {
	position: relative;
	left: 5px;
	top: -5px;
}

.page .content-header h2 {
	margin: 0 0 5px 0;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: .5px;
	color: #327d48;
}

@media (min-width: 480px) {
	.page .content-header h2 {
		font-size: 16px;
		line-height: 26px;
		letter-spacing: .5px;
	}
}
  .page .content-main {
	position: relative;
	padding-top: 35px;
}

@media (min-width: 480px) {
	.page .content-main {
		padding-top: 45px;
	}
}
    @media (min-width: 992px) {
	.page .content-main {
		padding-top: 55px;
	}
}
  .page form .content-main h2 {
	margin-bottom: 15px;
}

@media (min-width: 480px) {
	.page form .content-main h2 {
		margin-bottom: 25px;
	}
}
    @media (min-width: 992px) {
	.page form .content-main h2 {
		margin-bottom: 35px;
	}
}
  .page .tabs-container {
	padding-top: 35px;
}

@media (min-width: 480px) {
	.page .tabs-container {
		padding-top: 45px;
	}
}
    @media (min-width: 992px) {
	.page .tabs-container {
		padding-top: 0;
	}
}
    .page .tabs-container .tabs-navigation {
	display: none;
	position: relative;
	z-index: 999;
}

@media (min-width: 992px) {
	.page .tabs-container .tabs-navigation {
		display: block;
	}
}
      .page .tabs-container .tabs-navigation ul {
	float: left;
	margin: 0;
	padding: 0;
	border-radius: 6px 6px 0 0;
	overflow: visible;
	background: #f7f7f7;
}

.page .tabs-container .tabs-navigation li {
	float: left;
	margin: 0;
	padding: 12px 30px;
	border: 1px solid #f7f7f7;
	border-bottom: 0;
	border-left: 1px solid #eaeaea;
	background: #f7f7f7;
	overflow: visible;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	-o-transition: background-color .3s linear;
	transition: background-color .3s linear;
}

.page .tabs-container .tabs-navigation li:hover {
	background-color: #eaeaea;
}

.page .tabs-container .tabs-navigation li:first-child {
	border-left: 0;
	border-radius: 6px 0 0 0;
}

.page .tabs-container .tabs-navigation li:last-child {
	border-radius: 0 6px 0 0;
}

.page .tabs-container .tabs-navigation li:before {
	display: none;
}

.page .tabs-container .tabs-navigation li.active {
	position: relative;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	background: #ffffff;
}

.page .tabs-container .tabs-navigation li.active:before {
	display: block;
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background: #ffffff;
}

.page .tabs-container .tabs-navigation li.active a {
	font-weight: 600;
}

.page .tabs-container .tabs-navigation a {
	border: 0;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
}

@media (min-width: 992px) {
	.page .tabs-container .tabs-subnavigation {
		display: block;
		padding-bottom: 50px;
	}
}
      .page .tabs-container .tabs-subnavigation ul {
	overflow: hidden;
}

.page .tabs-container .tabs-subnavigation li {
	float: left;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
}

.page .tabs-container .tabs-subnavigation li:before {
	display: none;
}

.page .tabs-container .tabs-subnavigation li:after {
	content: '';
	position: absolute;
	top: 6px;
	right: 0;
	bottom: 5px;
	width: 1px;
	background: #eaeaea;
}

.page .tabs-container .tabs-subnavigation li:last-child:after {
	display: none;
}

.page .tabs-container .tabs-subnavigation li a.active {
	border-bottom: 1px solid #000000;
	font-weight: 600;
}

.page .tabs-container .tabs-subnavigation a {
	border: 1px solid #ffffff;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

.page .tabs-container .tabs-subnavigation a:hover {
	border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
    .page .tabs-container .tabs-subnavigation {
        margin-bottom: 20px;
    }
    .page .tabs-container .tabs-subnavigation li {
        margin: 0 10px 0 0;
        padding: 0 10px 0 0;
    }
}

.page .tabs-container .tabs-content {
	position: relative;
	clear: both;
	z-index: 1;
}

@media (min-width: 992px) {
	.page .tabs-container .tabs-content {
		border-radius: 0 0 6px 6px;
        border: 1px solid #e6e6e6;
		padding: 40px;
	}
}
    .page .tabs-container .aside-navigation {
	margin-top: 35px;
}

@media (min-width: 480px) {
	.page .tabs-container .aside-navigation {
		margin-top: 45px;
	}
}
      @media (min-width: 992px) {
	.page .tabs-container .aside-navigation {
		display: none;
	}
}
  .page .content-pagination {
	border-top: 1px solid #eaeaea;
	margin-top: 75px;
	padding-top: 35px;
}

@media (min-width: 480px) {
	.page .content-pagination {
		margin-top: 95px;
		padding-top: 45px;
	}
}
    @media (min-width: 992px) {
	.page .content-pagination {
		margin-top: 115px;
		padding-top: 55px;
	}
}
    .page .content-pagination ul {
	margin: 0;
	padding: 0;
}

.page .content-pagination ul li {
	margin: 0 12px 12px 0;
	padding: 0;
	float: left;
}

.page .content-pagination ul li:last-child {
	margin-right: 0;
}

.page .content-pagination ul li:before {
	display: none;
}

.page .content-pagination ul li.completed:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 13px;
	height: 14px;
	width: 14px;
	background: url(/public/assets/images/saas/icon-check2.svg) center center no-repeat;
}

.page .content-pagination ul li.completed a {
	background: #327d48;
	padding-right: 36px;
	color: #ffffff;
}

.page .content-pagination ul li.active a {
	background: #2c553d;
	font-weight: 600;
	color: #ffffff;
}

.page .content-pagination ul a {
	display: inline-block;
	border-radius: 6px;
	background: #f7f7f7;
	border: 1px solid #f7f7f7;
	padding: 0 14px;
	min-height: 40px;
	min-width: 40px;
	line-height: 40px;
	border: 0;
	text-align: center;
	color: #666666;
}

.page .content-pagination ul a:hover, .page .content-pagination ul a:focus {
	background-color: #eaeaea;
	color: #000000;
}
.page .content-pagination ul a.mark_as_skipped {
    position: relative;
}
.page .content-pagination ul a.mark_as_skipped:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #b6b6b6;
    width: 100%;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    transform:rotate(-45deg);
}

.page .content-footer {
	padding-top: 35px;
}

@media (min-width: 480px) {
	.page .content-footer {
		padding-top: 25px;
	}
}
    @media (min-width: 992px) {
	.page .content-footer {
		padding-top: 35px;
	}
}

body.auth {
	background: #ffffff;
	padding-top: 0;
}

.page-auth {
	padding: 60px 20px 0;
}

@media (min-width: 480px) {
	.page-auth {
		padding: 70px 30px 0;
	}
}
  @media (min-width: 992px) {
	.page-auth {
		padding: 70px 30px 0;
	}
}
  @media (min-width: 1200px) {
	.page-auth {
		padding: 90px 30px 0;
	}
}
  .page-auth .bg-container {
	position: relative;
	max-width: 500px;
	z-index: 2;
	-webkit-transition: max-width .3s linear;
	-moz-transition: max-width .3s linear;
	-o-transition: max-width .3s linear;
	transition: max-width .3s linear;
}

@media (min-width: 992px) {
	.page-auth .bg-container {
		max-width: 700px;
	}

    .page-error .bg-container {
        max-width: 992px;
    }
}

.error-body-content {
    padding: 70px 0px;
}

    .page-auth .bg-container:before {
	content: '';
	position: absolute;
	bottom: -20px;
	left: -20px;
	right: -20px;
	height: 240px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
	z-index: -1;
}

.page-auth .bg-container:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	border-radius: 8px;
	box-shadow: 0px 0px 20px #ececec;
	z-index: -2;
}

.page-auth header {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 45px;
}

@media (min-width: 768px) {
	.page-auth header {
		padding-top: 30px;
		padding-bottom: 65px;
	}
}
    .page-auth header img {
	max-width: 80%;
}

@media (min-width: 480px) {
	.page-auth header img {
		max-width: 70%;
	}
}
  .page-auth form p {
	max-width: 500px;
}

.page-auth form .btn {
	display: block;
	width: 100%;
}

@media (min-width: 480px) {
	.page-auth form .btn {
		display: inline-block;
		width: auto;
	}
}

#auth-footer {
	text-align: center;
	padding: 45px 0;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: .8px;
	color: #666666;
}

@media (min-width: 480px) {
	#auth-footer {
		font-size: 12px;
	}
}

.course-summary .foundation-label {
	background: #00a255;
}

.course-summary .project-label {
	background-color: #64029c;
}


.course-summary .exam-label {
	background-color: #f26262;
}

.course-summary .pro-label {
	background-color: #f26262;
}

.page-dashboard .course-summary li {
	position: relative;
	border-bottom: 1px solid #eaeaea;
	padding-left: 0;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.page-dashboard .course-description ul {
    margin-bottom: 15px;
}
.page-dashboard .course-description ul li {
    padding-left: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border: 0;
    font-size: 14px;
    line-height: 21px;
}

@media (min-width: 992px) {
	.page-dashboard .course-summary li {
		padding-left: 140px;
		padding-bottom: 60px;
		margin-bottom: 60px;
	}
}
.page-dashboard .course-summary li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.page-dashboard .course-summary li:before {
	display: none;
}

.page-dashboard .course-summary li img {
	display: none;
	width: 80px;
	float: right;
	margin: 0 0 30px 30px;
}

@media (min-width: 480px) {
	.page-dashboard .course-summary li img {
		display: block;
	}
}
    @media (min-width: 992px) {
	.page-dashboard .course-summary li img {
		position: absolute;
		top: 0;
		left: 0;
		float: none;
		margin: 0;
	}
}

.course-summary .course-description ul.arrow {
    margin-bottom: 10px;
    font-size: 14px;
}

.course-summary .course-description .arrow li {
    padding: 0;
    margin: 0;
    border: 0;
}
  .page-dashboard .course-summary li .course-description p {
	font-size: 14px;
	line-height: 21px;
}

@media (min-width: 1200px) {
	.page-dashboard .course-summary li .course-description p {
		padding-right: 20px;
	}
}
  .page-dashboard .course-summary li .course-description p:last-child {
	position: relative;
	margin-top: 30px;
	margin-bottom: 10px;
}

.page-dashboard .course-summary li .course-description p:last-child:before {
	content: '';
	position: absolute;
	top: 3px;
	left: -30px;
	height: 16px;
	width: 16px;
	background: url(/public/assets/images/saas/icon-info.svg);
}

@media (min-width: 480px) {
	.page-dashboard .course-summary li .course-description p:last-child:before {
		left: -37px;
	}
}
    .page-dashboard .course-summary li .course-description p:last-child strong {
	font-weight: 700;
}

.page-dashboard .course-summary li .documents {
	position: relative;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 21px;
}

.page-dashboard .course-summary li .documents:before {
	content: '';
	position: absolute;
	top: 3px;
	left: -30px;
	height: 16px;
	width: 16px;
	background: url(/public/assets/images/saas/icon-download.svg);
}

@media (min-width: 480px) {
	.page-dashboard .course-summary li .documents:before {
		left: -37px;
	}
}
    .page-dashboard .course-summary li .documents strong {
	font-weight: 700;
}

.page-dashboard .course-summary li .answers {
	position: relative;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 21px;
}

.page-dashboard .course-summary li .answers:before {
	content: '';
	position: absolute;
	top: 3px;
	left: -30px;
	height: 16px;
	width: 16px;
	background: url(/public/assets/images/saas/icon-check.svg);
}

@media (min-width: 480px) {
	.page-dashboard .course-summary li .answers:before {
		left: -37px;
	}
}
    .page-dashboard .course-summary li .answers strong {
	font-weight: 700;
}

.page-classroommanagement {
	/* page header */
	  /* stats summary */
}

.page-classroommanagement .content-header {
	position: relative;
	border: 0;
	overflow: hidden;
}

.page-classroommanagement .content-header .classroom {
	position: relative;
}

@media (min-width: 992px) {
	.page-classroommanagement .content-header .classroom {
		position: absolute;
		top: 10px;
		right: 0;
		width: 100%;
		text-align: right;
	}
}
      .page-classroommanagement .content-header .classroom label {
	display: inline-block;
	padding-right: 10px;
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
}

@media (min-width: 768px) {
	.page-classroommanagement .content-header .classroom label {
		font-size: 14px;
		line-height: 20px;
	}
}
      .page-classroommanagement .content-header .classroom select {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #eaeaea;
	border-radius: 4px;
	font-size: 14px;
	line-height: 23px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

@media (min-width: 768px) {
	.page-classroommanagement .content-header .classroom select {
		font-size: 16px;
		line-height: 24px;
	}
}
        @media (min-width: 992px) {
	.page-classroommanagement .content-header .classroom select {
		max-width: 200px;
	}
}
        @media (min-width: 1200px) {
	.page-classroommanagement .content-header .classroom select {
		max-width: 340px;
	}
}
        .page-classroommanagement .content-header .classroom select:focus {
	outline: none;
	border: 1px solid #327d48;
}

.page-classroommanagement .row.summary {
	/* bg */
    /* bg icons */
    /* icons */
}

@media (min-width: 1200px) {
	.page-classroommanagement .row.summary {
		margin-left: -20px;
		margin-right: -20px;
	}
}
    .page-classroommanagement .row.summary .col-md-4 {
	margin-bottom: 20px;
	overflow: hidden;
}

@media (min-width: 768px) {
	.page-classroommanagement .row.summary .col-md-4 {
		margin-bottom: 0;
	}
}
      @media (min-width: 1200px) {
	.page-classroommanagement .row.summary .col-md-4 {
		padding: 0 20px;
	}
}
      .page-classroommanagement .row.summary .col-md-4:last-child {
	margin-bottom: 0;
}

.page-classroommanagement .row.summary .inner {
	border-radius: 6px;
	padding: 20px 20px 12px;
	width: 100%;
}

@media (min-width: 992px) {
	.page-classroommanagement .row.summary .inner {
		padding: 25px 30px 20px;
	}
}
      .page-classroommanagement .row.summary .inner .label {
	font-size: 14px;
	line-height: 20px;
	color: #ffdc52;
}

.page-classroommanagement .row.summary .inner .value {
	position: relative;
	display: inline-block;
	font-size: 40px;
	line-height: 54px;
	letter-spacing: 2px;
	font-weight: 300;
	color: #ffffff;
}

.page-classroommanagement .row.summary .col1:before, .page-classroommanagement .row.summary .col2:before, .page-classroommanagement .row.summary .col3:before {
	content: '';
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	bottom: 0;
	border-radius: 6px;
	z-index: -1;
}

@media (min-width: 1200px) {
	.page-classroommanagement .row.summary .col1:before, .page-classroommanagement .row.summary .col2:before, .page-classroommanagement .row.summary .col3:before {
		left: 20px;
		right: 20px;
	}
}
    .page-classroommanagement .row.summary .col1:before {
	background: #007842;
}

.page-classroommanagement .row.summary .col2:before {
	background: #135333;
}

.page-classroommanagement .row.summary .col3:before {
	background: #113f2a;
}

.page-classroommanagement .row.summary .col1:after {
	content: '';
	position: absolute;
	top: -20px;
	right: 30px;
	height: 100%;
	width: 50%;
	max-width: 200px;
	background: url(/public/assets/images/saas/icon-stats1.svg) right center no-repeat;
	background-size: contain;
	opacity: .1;
}

@media (min-width: 375px) {
	.page-classroommanagement .row.summary .col1:after {
		right: 40px;
	}
}
      @media (min-width: 480px) {
	.page-classroommanagement .row.summary .col1:after {
		right: 50px;
	}
}
      @media (min-width: 768px) {
	.page-classroommanagement .row.summary .col1:after {
		right: 30px;
	}
}
      @media (min-width: 1200px) {
	.page-classroommanagement .row.summary .col1:after {
		right: 50px;
	}
}
    .page-classroommanagement .row.summary .col2:after {
	content: '';
	position: absolute;
	top: -30px;
	right: 30px;
	height: 115%;
	width: 80%;
	max-width: 180px;
	background: url(/public/assets/images/saas/icon-stats2.svg) right center no-repeat;
	background-size: contain;
	opacity: .1;
}

@media (min-width: 375px) {
	.page-classroommanagement .row.summary .col2:after {
		right: 40px;
	}
}
      @media (min-width: 480px) {
	.page-classroommanagement .row.summary .col2:after {
		right: 50px;
	}
}
      @media (min-width: 768px) {
	.page-classroommanagement .row.summary .col2:after {
		right: 30px;
	}
}
      @media (min-width: 1200px) {
	.page-classroommanagement .row.summary .col2:after {
		max-width: 220px;
		height: 140%;
		top: -25px;
		right: 50px;
	}
}
    .page-classroommanagement .row.summary .col3:after {
	content: '';
	position: absolute;
	bottom: -10px;
	right: 30px;
	height: 80%;
	width: 50%;
	max-width: 300px;
	background: url(/public/assets/images/saas/icon-stats3.svg) right center no-repeat;
	background-size: contain;
	opacity: .1;
}

@media (min-width: 375px) {
	.page-classroommanagement .row.summary .col3:after {
		right: 40px;
	}
}
      @media (min-width: 480px) {
	.page-classroommanagement .row.summary .col3:after {
		right: 50px;
	}
}
      @media (min-width: 768px) {
	.page-classroommanagement .row.summary .col3:after {
		right: 30px;
	}
}
      @media (min-width: 1200px) {
	.page-classroommanagement .row.summary .col3:after {
		right: 50px;
	}
}
    .page-classroommanagement .row.summary .col1 .value:after {
	content: '';
	display: inline-block;
	height: 24px;
	width: 24px;
	position: absolute;
	top: 50%;
	right: -35px;
	margin-top: -12px;
	background: url(/public/assets/images/saas/icon-stats1.svg) right center no-repeat;
	background-size: contain;
}

@media (min-width: 992px) {
	.page-classroommanagement .row.summary .col1 .value:after {
		right: -40px;
	}
}
    .page-classroommanagement .row.summary .col2 .value:after {
	content: '';
	display: inline-block;
	height: 24px;
	width: 24px;
	position: absolute;
	top: 50%;
	right: -35px;
	margin-top: -12px;
	background: url(/public/assets/images/saas/icon-stats2.svg) right center no-repeat;
	background-size: contain;
}

@media (min-width: 992px) {
	.page-classroommanagement .row.summary .col2 .value:after {
		right: -40px;
	}
}
    .page-classroommanagement .row.summary .col3 .value:after {
	content: '';
	display: inline-block;
	height: 24px;
	width: 34px;
	position: absolute;
	top: 50%;
	right: -45px;
	margin-top: -12px;
	background: url(/public/assets/images/saas/icon-stats3.svg) right center no-repeat;
	background-size: contain;
}

@media (min-width: 992px) {
	.page-classroommanagement .row.summary .col3 .value:after {
		right: -50px;
	}
}

.page-courses .course-description p:last-child {
	font-size: 14px;
	line-height: 21px;
}

.page-courses .course-summary li {
	position: relative;
	border-bottom: 1px solid #eaeaea;
	padding-left: 0;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

@media (min-width: 992px) {
	.page-courses .course-summary li {
		padding-left: 140px;
		padding-bottom: 60px;
		margin-bottom: 60px;
	}
}
  .page-courses .course-summary li:first-child {
	margin-top: 40px;
}
.page-courses .course-summary li li:first-child, .page-courses .course-summary li li {
    margin: 0;
    border: 0;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 14px;
}

@media (min-width: 992px) {
	.page-courses .course-summary li:first-child {
		margin-top: 60px;
	}
}
  .page-courses .course-summary li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.page-courses .course-summary li:before {
	display: none;
}

.page-courses .course-summary li img {
	display: none;
	width: 80px;
	float: right;
	margin: 0 0 30px 30px;
}

@media (min-width: 480px) {
	.page-courses .course-summary li img {
		display: block;
	}
}
    @media (min-width: 992px) {
	.page-courses .course-summary li img {
		position: absolute;
		top: 0;
		left: 0;
		float: none;
		margin: 0;
	}
}
  .page-courses .course-summary li .course-description {
	margin-bottom: 30px;
}

.page-courses .course-summary li .course-description, .page-courses .course-summary li .course-description p {
    font-size: 14px;
	line-height: 21px;
}

@media (min-width: 1200px) {
	.page-courses .course-summary li .course-description p {
		padding-right: 20px;
	}
}
    .page-courses .course-summary li .course-description p:last-child {
	position: relative;
	margin-bottom: 10px;
}

.page-courses .course-summary li .course-description p:last-child strong {
	font-weight: 700;
}

.page-profile .profile-header, .page-profile .profile-progress, .page-profile .profile-badges {
	position: relative;
}

@media (min-width: 992px) {
	.page-profile .profile-header, .page-profile .profile-progress, .page-profile .profile-badges {
		width: 81%;
		margin-left: 19%;
		max-width: 780px;
	}
}
  @media (min-width: 1200px) {
	.page-profile .profile-header, .page-profile .profile-progress, .page-profile .profile-badges {
		width: 68%;
		margin: 0 auto;
	}
}

.page-profile .profile-header {
	position: relative;
	top: -20px;
}

@media (min-width: 480px) {
	.page-profile .profile-header {
		top: -35px;
	}
}
  @media (min-width: 768px) {
	.page-profile .profile-header {
		top: -45px;
	}
}
  @media (min-width: 992px) {
	.page-profile .profile-header {
		top: 0;
	}
}
  .page-profile .profile-header .img {
	position: relative;
	top: -20px;
	text-align: center;
}

@media (min-width: 992px) {
	.page-profile .profile-header .img {
		position: absolute;
		top: 0;
		left: -32%;
		width: 32%;
		text-align: center;
	}
}
    .page-profile .profile-header .img img {
	border-radius: 50%;
	overflow: hidden;
	max-width: 100px;
	border: 3px solid #fff;
}

@media (min-width: 992px) {
	.page-profile .profile-header .img img {
		max-width: 100px;
	}
}
      @media (min-width: 1200px) {
	.page-profile .profile-header .img img {
		max-width: 130px;
	}
}
  .page-profile .profile-header h1 {
	margin: 0 0 5px 0;
}

@media (min-width: 992px) {
	.page-profile .profile-header h1 {
		padding-top: 13px;
	}
}
    @media (min-width: 1200px) {
	.page-profile .profile-header h1 {
		padding-top: 28px;
	}
}
  .page-profile .profile-header ul.social {
	margin: 25px 0 0;
	overflow: hidden;
}

@media (min-width: 992px) {
	.page-profile .profile-header ul.social {
		margin: 35px 0 0;
	}
}
    .page-profile .profile-header ul.social li {
	float: left;
	margin: 0;
	padding: 0 12px 0 0;
}

.page-profile .profile-header ul.social li:before {
	display: none;
}

.page-profile .profile-header ul.social li a {
	border: 0;
}

.page-profile .profile-header ul.social li img {
	height: 30px;
	width: 30px;
}

.page-profile .profile-progress {
	overflow: hidden;
	padding-top: 35px;
}

@media (min-width: 480px) {
	.page-profile .profile-progress {
		padding-top: 15px;
	}
}
  @media (min-width: 992px) {
	.page-profile .profile-progress {
		padding-top: 75px;
	}
}
  @media (min-width: 1200px) {
	.page-profile .profile-progress {
		padding-top: 95px;
	}
}
  .page-profile .profile-progress h2 .chip {
	position: relative;
	top: -2px;
}

.page-profile .profile-progress h2 .chip:first-child {
	margin-left: 15px;
}

.page-profile .profile-progress .courses,
.page-profile .certification-progress .certifications {
	margin: 25px 0 0;
}
.certification-top-banner
{
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 10px;
}
.download_certy_section{
	font-size: 13px;
}
@media (min-width: 992px) {
	.page-profile .profile-progress .courses, .page-profile .certification-progress .certifications {
		margin: 35px -30px 0;
	}
}
    @media (min-width: 1200px) {
	.page-profile .profile-progress .courses, .page-profile .certification-progress .certifications {
		margin: 35px -40px 0;
	}
}
  .page-profile .profile-progress .course
  .certification-progress .certifications .certification {
	padding: 0 0 40px;
}

@media (min-width: 992px) {
	.page-profile .profile-progress .course,
	.page-profile .certification-progress .certification {
		float: left;
		width: 50%;
		padding: 0 30px 60px;
	}
	
	.page-profile .profile-progress .course:nth-child(odd) {
		clear: left;
	}
}
    @media (min-width: 1200px) {
	.page-profile .profile-progress .course, .page-profile .certification-progress .certification {
		padding: 0 40px 60px;
	}
}
    .page-profile .profile-progress .course:last-child {
	padding-bottom: 0;
}

.course-user-profile {
    display: table;
    width: 100%;
}
.page-profile .profile-progress .course .progress {
	position: relative;
	margin-top: 5px;
}

.page-profile .profile-progress .course .progress .bar {
	overflow: hidden;
	height: 4px;
	background: #eaeaea;
}

.page-profile .profile-progress .course .progress .bar div {
	background: #ff953e;
	height: 4px;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	animation: slide-in 0.8s forwards;
	-webkit-animation: slide-in 0.8s forwards;
}

.page-profile .profile-progress .course .progress .label {
	position: absolute;
	top: -17px;
	right: 0;
	font-size: 12px;
	font-weight: 600;
	text-align: right;
}

.page-profile .profile-progress .course .title,
.certification-progress .certifications .title {
	margin-top: 20px;
	font-weight: 700;
}

@media (min-width: 768px) {
	.page-profile .profile-progress .course .title {
		margin-top: 25px;
	}
}
    .page-profile .profile-progress .course .stats, .certification-progress .stats {
	font-size: 13px;
	line-height: 22px;
	color: #666666;
}

.page-profile .profile-badges {
	padding-top: 50px;
	display: table;
}

@media (min-width: 480px) {
	.page-profile .profile-badges {
		padding-top: 55px;
	}
}
  @media (min-width: 992px) {
	.page-profile .profile-badges {
		padding-top: 10px;
	}
}
  @media (min-width: 1200px) {
	.page-profile .profile-badges {
		padding-top: 45px;
	}
}
  @media (min-width: 992px) {
	.page-profile .profile-badges h2 {
		margin-bottom: 5px;
	}
}
  .page-profile .profile-badges h2 .chip {
	position: relative;
	top: -2px;
}

.page-profile .profile-badges h2 .chip:first-child {
	margin-left: 15px;
}

.page-profile .profile-badges .badges {
	margin: 25px 0 0;
}

@media (min-width: 992px) {
	.page-profile .profile-badges .badges {
		margin: 0 -30px 0;
	}
}
    @media (min-width: 1200px) {
	.page-profile .profile-badges .badges {
		margin: 0 -40px 0;
	}
}
  .page-profile .profile-badges .badge {
	position: relative;
	margin: 30px 0 0;
	text-align: center;
}

@media (min-width: 992px) {
	.page-profile .profile-badges .badge {
		float: left;
		width: 50%;
		padding: 0 30px 15px;
	}
	
	.page-profile .profile-badges .badge:nth-child(odd) {
		clear: left;
	}
}
    @media (min-width: 1200px) {
	.page-profile .profile-badges .badge {
		padding: 0 40px 15px;
	}
}
    .page-profile .profile-badges .badge:first-child {
	margin: 25px 0 0;
}

@media (min-width: 992px) {
	.page-profile .profile-badges .badge:first-child {
		margin: 30px 0 0;
	}
}
    .page-profile .profile-badges .badge:last-child {
	padding-bottom: 0;
}

.page-profile .profile-badges .badge .inner {
	padding: 40px 40px 35px;
	background: #f7f7f7;
	border-radius: 8px;
}

.page-profile .profile-badges .badge .info {
	position: absolute;
	top: 20px;
	right: 20px;
}

@media (min-width: 992px) {
	.page-profile .profile-badges .badge .info {
		right: 50px;
	}
}
      @media (min-width: 1200px) {
	.page-profile .profile-badges .badge .info {
		right: 60px;
	}
}
      .page-profile .profile-badges .badge .info img {
	width: 20px;
	opacity: .2;
	cursor: pointer;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.page-profile .profile-badges .badge .info:hover img {
	opacity: 1;
}

.page-profile .profile-badges .badge .info:hover .tooltip {
	opacity: 1;
	left: -70px;
}

.page-profile .profile-badges .badge .tooltip {
	opacity: 0;
	position: absolute;
	bottom: 50px;
	left: -9999px;
	width: 160px;
	padding: 6px 12px 7px;
	border-radius: 6px;
	z-index: 2;
	background: #000000;
	font-size: 10px;
	line-height: 16px;
	text-align: left;
	color: #ffffff;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.page-profile .profile-badges .badge .tooltip:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #000;
	border-width: 6px;
	margin-left: -6px;
}

.page-profile .profile-badges .badge img {
	margin-bottom: 15px;
	max-width: 90px;
}

.page-profile .profile-badges .badge .title {
	font-weight: 700;
}

.page-profile .profile-badges .badge .stats, .certification-progress .stats {
	font-size: 13px;
	line-height: 22px;
	color: #666666;
}

.page-certificate .content-header .remaining {
	margin-bottom: 3px;
	color: #327d48;
	letter-spacing: 1px;
	font-weight: 600;
}

.page-certificate .content-header .progress {
	position: relative;
}

.page-certificate .content-header .progress .bar {
	height: 4px;
	background: #eaeaea;
	overflow: hidden;
}

@media (min-width: 768px) {
	.page-certificate .content-header .progress .bar {
		margin-right: 170px;
	}
}
    .page-certificate .content-header .progress .bar div {
	background: #ff953e;
	height: 4px;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	animation: slide-in 0.8s forwards;
	-webkit-animation: slide-in 0.8s forwards;
}

.page-certificate .content-header .progress .label {
	margin-top: 8px;
	font-size: 13px;
	font-weight: 600;
	text-align: right;
}

@media (min-width: 768px) {
	.page-certificate .content-header .progress .label {
		position: absolute;
		top: -12px;
		right: 0;
		margin-top: 0;
		font-size: 14px;
		font-weight: 700;
	}
}

.page-certificate.page-certificate-question .content-header {
	border: 0;
}

.page-certificate .content-main .intro {
	max-width: 750px;
}

.page-certificate .icon {
	display: none;
}

.course-user-profile .course-top-banner,
.certification-user-profile .certification-top-banner {
    text-align: center;
}
.course-user-profile .course-top-banner .title,
.certification-user-profile .certification-top-banner .title
{
    padding: 5px 0px;
}

.course-user-profile .course-top-banner .course-image,
.certification-user-profile .certification-top-banner .certification-image
{
    padding: 5px 0px;
}

.course-user-profile .course-top-banner img,
.certification-user-profile .certification-top-banner img
{
    max-width: 80px;
}
.stats-label{
    width: 40%;
    display: block;
    float: left;
    font-weight: bold;
}

.course-user-profile .progress {
    padding: 5px 0px;
}

@media (min-width: 1200px) {
	.page-certificate .icon {
		display: block;
		position: absolute;
		top: -50px;
		right: 60px;
		max-width: 180px;
	}
}
  @media (min-width: 1400px) {
	.page-certificate .icon {
		right: 100px;
	}
}

.page-course .content-header {
	position: relative;
}

.page-course .content-header h1 {
	padding-top: 60px;
}

@media (min-width: 768px) {
	.page-course .content-header h1 {
		padding-top: 0;
		padding-right: 120px;
	}
}
  .page-course .content-header .points {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 36px;
}

@media (min-width: 768px) {
	.page-course .content-header .points {
		position: absolute;
		top: 0;
		right: 0;
		text-align: right;
		line-height: 38px;
	}
}
    @media (min-width: 992px) {
	.page-course .content-header .points {
		line-height: 42px;
	}
}
    .page-course .content-header .points .total {
	float: left;
	margin: 0 0 5px 0;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: .5px;
}

.content-header .points .possible .points_complete{
    letter-spacing: 1px;
    font-size: 15px;
}

.content-header .points .possible .points_complete img{
    width: 30px;
    vertical-align: text-bottom;
}

@media (min-width: 480px) {
	.page-course .content-header .points .total {
		font-size: 16px;
		line-height: 26px;
		letter-spacing: .5px;
	}
}
      @media (min-width: 768px) {
	.page-course .content-header .points .total {
		float: none;
	}
}
    .page-course .content-header .points .possible {
	float: left;
	padding-left: 15px;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 1.5px;
	font-weight: 700;
	color: #000000;
}

@media (min-width: 768px) {
	.page-course .content-header .points .possible {
		float: none;
		font-size: 28px;
		line-height: 38px;
	}
}
      @media (min-width: 992px) {
	.page-course .content-header .points .possible {
		font-size: 32px;
		line-height: 42px;
		letter-spacing: 2px;
	}
}
  .page-course .content-header .remaining {
	margin-bottom: 3px;
	color: #327d48;
	letter-spacing: 1px;
	font-weight: 600;
}

.page-course .content-header .progress {
	position: relative;
	top: -1px;
}

.page-course .content-header .progress .bar {
	height: 4px;
	background: #eaeaea;
	overflow: hidden;
}

.page-course .content-header .progress .bar div {
	background: #ff953e;
	height: 4px;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	animation: slide-in 0.8s forwards;
	-webkit-animation: slide-in 0.8s forwards;
}

.page-course.page-course-question .content-header {
	border: 0;
}

.page-course .course-description p:last-child {
	font-size: 14px;
	line-height: 21px;
}

.codechallenge-header {
    display: table;
    width: 100%;
    border: 1px solid #eee;
    border-bottom: 0;
    background: #f7f7f7;
}
.codechallenge-textarea {
    border: 1px solid #eee;
}
.codekeys {
    padding: 3px 10px;
    display: block;
    float: right;
}

.codekeys span {
    padding: 2px 10px;
    background: #efeeee;
    margin: 0 3px;
    cursor: pointer;
    border: 1px solid #ddd;
    float: left;
    height: 30px;
    color: #383838;
}
.codekeys span:hover {
    background: #b7b7b7;
}
/* Tooltip container */
.tooltip {
    position: relative;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #327c48;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    top: 9px;
    font-size: 12px;
    left: 40%;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%; /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #327c48 transparent;
}

.section_coursecomplete {
    background: url(/public/front_assets/images/bg-coursecomplete.gif) center 100px no-repeat;
    text-align: center;
    padding-top: 60px;
    position: relative;
}
.section_coursecomplete .complete
{
    position: absolute;
}
.section_coursecomplete_body h1
{
    font-size: 30px;
    margin-top: 20px !important;
    color: #000000;
    text-align: center;
}
.section_coursecomplete_body h2
{
    font-style: italic;
    font-size: 18px;
    color: #666666;
    font-weight: normal;
    text-align: center;
    margin-top: 0;
}
.section_coursecomplete_body .section-buttons{
    text-align: center;
    padding: 35px 0;
    margin: 0;
}
.section_coursecomplete_body .section-buttons .prevnext a {
    margin-bottom: 10px;
}

.badge .multiplier {
    font-size: 11px;
    font-weight: normal;
    color: #2d8544;
}
a.logo {
    border-bottom: 0;
}
a.logo:hover {
    border-bottom: 0;
}
.page-studentdetail .students_details li {
    margin: 0;
}
.page-studentdetail p {
    font-size: 14px;
}
.page-studentdetail .note{
    font-size: 14px;
    font-style: italic;
}

.revoke_wrapper ul li label{
    margin-bottom: 0px;
}
.course_list_wrapper {
    margin: 50px 0;
}
.course_list_wrapper_box {
    height: 160px;
    overflow-y: scroll;
    border: 1px solid #e8e8e8;
    padding: 9px 16px;
    width: 320px;
}

.course_list_wrapper_box::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.course_list_wrapper_box::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px #dadada;
    border-radius: 10px;
}

.course_list_wrapper_box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #1e8446;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.57);
}
.course_list_wrapper_box ul li {
    padding: 0;
}
.course_list_wrapper_box ul li label
{
    display: inline;
}
.course_list_wrapper_box ul li:before, .course-answer ul li:before {
    content: none;
}
.grant_course_access, .remove_course_access,
.grant_certification_access, .remove_certification_access{
    margin-top: 10px;
}
.course-answer
{
    font-size: 14px;
    line-height: 20px;
}
.course-answer ul li {
    padding-left: 30px;
}
.course-answer .question_type_label
{
    background: #ff953e;
    padding: 1px 6px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
}
.danger-bg
{
    background: #f4645f !important;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#loadbtn {
    float: right;
}
#ajax_course {
    font-size: 14px;
}
#ajax_course li {
    padding: 0;
    margin: 0;
}
#ajax_course li:before {
    content: none;
}
#ajax_course ul, #ajax_course ol{
    margin: 1em 0;
    padding: 0 0 0 40px;
}
#ajax_course label
{
    margin: 0;
}
.lock_unlock_tree .lesson_tab label,
.lock_skip_tree .lesson_tab label{
    padding-left: 5px;
}
label.skippedByTeacher {
    text-decoration: line-through;
    color: #909090;
}
.lock_unlock_tree .question_tab img,
.lock_skip_tree .question_tab img{
    margin-left: 5px;
    margin-bottom: 5px;
}

span#unlockbyteacher_label, span#skippedbyteacher_label {
    background: #f9cd00;
    padding: 3px 10px;
    font-weight: 600;
    font-size: 9px;
    text-transform: uppercase;
    color: #333;
    margin: 0 2px;
}
span#unlockbyteacher_label {
    background: #2c8543e0;
    color: #fff;
}
.final_ajax_tree {
    margin: 0 auto;
    border: 1px solid #e6e6e6;
    padding: 20px;
    float: none !important;
    border-radius: 6px;
}
.showdetaills{
    font-size: 11px;
    line-height: 15px;
}
.change_password_form{
    max-width: 500px;
}
p.update_profile_uploadmsg {
    font-size: 14px;
    margin-top: 10px;
}
 input[type=file] {
     font-size: 12px;
     line-height: normal;
}
 input[type=email] {
     width: 100%;
     padding: 8px 10px;
     border: 1px solid #eaeaea;
     border-radius: 4px;
     font-size: 14px;
     line-height: 23px;
     -webkit-transition: all .3s linear;
     -moz-transition: all .3s linear;
     -o-transition: all .3s linear;
     transition: all .3s linear;
 }
 .classroom-management-navigation ul li ul{
     display: none;
 }
.classroom-management-navigation li.active ul{
    display: block;
}
.purchase-history-header {
    font-size: 14px;
    font-weight: bold;
}
.purchase-history-order {
    border: 1px solid #d4d4d4;
    margin-bottom: 10px;
}
.purchase-history-title {
    border: 1px solid #d4d4d4;
    border-bottom: none;
    background: #edecec;
    padding: 9px;
}
.purchase-history-order.order-success {
    background: #f5fff9;
}
.purchase-history-order.order-processing {
    background: #fffeef;
}
.purchase-history-order.order-failed {
    background: #fff0ef;
}
.shopping-list {
    padding: 0;
}
.shopping-list li {
    list-style: none;
    padding: 10px 0;
    font-size: 12px;
}
.shopping-list img {
    width: 75px;
    margin-left: 0;
    margin-bottom: 5px;
    height: auto;
    float: left;
    padding: 10px;
}
.shopping-list_title {
    color: #505763;
    font-weight: 600;
    font-size: 14px;
    margin-top: 25px;
    display: inline-flex;
}
.purchase-history-order .total-price
{
    margin-top: 25px;
    display: inline-flex;
}
@media (max-width: 768px) {
    .shopping-list img {
        margin-right: 20px;
    }
    .shopping-list_title {
        padding: 0;
    }
}
.order-receipt-wrapper hr{
    margin: 3rem 0;
}
.order-receipt-wrapper .carttable {
    width: 100%;
}
.codekeys {
    text-align: none;
}

.solution .hints {
    position: absolute;
    top: 12px;
    right: 0;
    width: 301px;
    text-align: right;
}
.blur-me {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
#question_content .ajax-loader {
    margin: 0 auto;
    display: table;
}
.page h4.course_answer_lesson
{
    background-color: #138446;
    color: #fff;
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 20px;
}
.page .order-list {
    list-style: decimal;
    margin-left: 20px;
}
.page ol.order-list li {
    padding-left: 7px;
    margin: 0;
}
.page ol.order-list li:before {
    content: none;
}
.contact-form {
    max-width: 500px;
}
.contact-form textarea {
    max-width: 500px;
    height: 150px;
    width: 100%;
}
.page-contactus h1, .page-cookiepolicy h1
{
    margin-bottom: 5px;
}
.page-cookiepolicy p {
    max-width: inherit;
}
.contact-form .form-group {
    padding: 0;
}
.contact-form .btn[disabled="disabled"] {
    background: #c7c7c7;
}
.page-course-overview #lesson_video {
    max-width: 100%;
    max-height: 480px;
}
.get_hint_btn #get_hint {
    background: #4590bc;
}
.question_unlock_clear_log {
    margin-bottom: 30px;
    border: 1px solid #f7f7f7;
    border-radius: 7px;
}
.question_unlock_clear_log dl.accordion dt {
    margin-bottom: 0px;
}
.bottom-navigation-container {
    float: right;
}
.bottom-navigation-container .bottom-navigator {
    float: left;
    margin-right: 10px;
}
.question-tip-container
{
    position: relative;
    padding: 15px;
    margin-bottom: 12px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 24px;
    background: #f0f9ff;
}
.course-complete-badge {
    max-width: 140px;
}

#course_stats_data tr td.passed {
    background: #98d3b3;
}
#course_stats_data tr td.fail {
    background: #ee9797;
}
#course_stats_data tr td.in_progress {
    background: #efe4b1;
}
#submit_answer:focus {
    outline: none;
}
.completed_text {
    font-weight: bold;
}
.checkmark
{
    padding: 1.5px 4px;
    background-color: #00a255;
    border-radius: 50%;
    color: white;
    font-size: 10px;
    vertical-align: top;
}
.certificate-header {
    width: 100%;
    display: table;
}
.certificate-header h1 {
    float: left;
    width: 80%;
}
.certificate-header .score_counter {
    float: right;
    font-size: 12px;
    line-height: initial;
    text-align: right;
}
.certificate-header .score_counter .fa {
    margin-right: 5px;
}
.certificate-header .score_counter .correct-icon {
    color: green;
}
.certificate-header .score_counter .incorrect-icon {
    color: #f4645f;
}

.front_public_course .imgright {
    float: right;
    padding: 20px;
    max-width: 180px;
}
.no-btn {
    background: none;
    border: none;
    text-decoration: underline;
}
.google-btn {
    width: 184px;
    height: 42px;
    background-color: #4285f4;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
}
.google-btn .google-icon-wrapper {
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: #fff;
}
.google-btn .google-icon {
    position: absolute;
    margin-top: 11px;
    margin-left: 11px;
    width: 18px;
    height: 18px;
}
.google-btn .btn-text {
    float: right;
    margin: 8px 11px 0 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.2px;
    font-family: "Roboto";
}
.google-btn:hover {
    box-shadow: 0 0 6px #4285f4;
}
.google-btn:active {
    background: #1669f2;
}
.login-btn-wrapper {
    margin-bottom: 18px;
}
.login-or-wrapper {
    margin-bottom: 20px;
}
.login-or-wrapper .login-or-label:before,.login-or-wrapper .login-or-label:after
{
    display: inline-block;
    content: '';
    margin: 0 5px;
    position: relative;
    top: -4px;
    width: 15px;
    border-bottom: 1px solid #555;
}
.login-or-wrapper .login-or-label
{
    font-size: 12px;
    margin-left: 30px;
    color: #484848;
    font-weight: bold;
}
.login-page-logo:focus, .login-page-logo:hover {
    border-bottom: 0;
}


@media (max-width: 768px) {
    form .login-btn-wrapper .link {
        margin: 20px 0 0;
        text-align: right;
    }
    .login-or-wrapper .login-or-label
    {
        margin: 0 auto;
        display: table;
    }
    .login-btn-wrapper {
        margin-bottom: 16px !important;
    }
    .google-btn {
        margin: 0 auto;
    }
}