body {
	font: 14px/1.6em "Lato", sans-serif;
	font-weight: 100;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", sans-serif;
	color: #333;
}

h1 {
	font-size: 2.8em;
	font-weight: 300;
	margin-bottom: 20px;
	color: #36424A;
	line-height: 1.1em;
}

strong {
	font-weight: 700;
}

h2 {
	font-size: 1.7em;
	font-weight: 200;
	margin-bottom: 0;
}

h3 {
	font-weight: 300;
}

h4 {
	font-size: 1.4em;
	font-weight: 300;
}

h3.text-themecolor {
	color: #333 !important;
}

header.is-sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

.topbar .top-navbar .dropdown-toggle::after {
	display: inline-block;
}

.alert-maint {
	overflow: hidden;
	background: #FFEEBC;
	margin: 0;
	font-size: 14px;
	padding: 0;
}

.alert-maint h3 {
	font-size: 18px;
	font-weight: 300;
	margin: 0;
}

.alert-maint i {
	background: #EA6953;
	color: #FFF;
	margin: 5px 25px 5px 10px;
	display: inline-block;
	padding: 5px 30px 10px;
	border-radius: 15px;
	font-size: 5em;
	vertical-align: middle;
	float: left;
}

.alert-maint .message {
	min-height: 95px;
	display: flex;
	align-items: center;
}

.alert-maint .message p {
	margin-bottom: 0;
}

.indent {
	padding-left: 35px;
	padding-right: 35px;
}

.page-titles {
	padding-left: 35px;
}


.progress {
	border-radius: 8px;
	background: #D2EFF5;
	text-align: right;
}

.progress .progress-bar span {
	margin-left: 15px;
	margin-right: 5px;
	color: #000;
	font-weight: 600;
	display: inline-block;
	padding: 2px 0;
}

.progress .progress-bar.light span {
	color: #fff;
}

.topbar {
	background: #FFF;
	background-image: none;
}

.noti {
	float: right;
	background: red;
	color: #FFF;
	border-radius: 100%;
	height: 25px;
	line-height: 25px;
	width: 25px;
	margin: -5px;
	text-align: center;
	font-weight: 800;
	font-size: 13px;
	display: inline-block;
	text-indent: -1px;
}

strong {
	font-weight: 600;
}

.mini-sidebar .page-wrapper {
	padding: 0;
	margin: 0;
}

.topbar .top-navbar .navbar-header {
	text-align: left;
}

.topbar .profile-pic {
	width: 40px;
}

.topbar .dropdown-menu {
	padding: 0;
}


header .navbar-nav {
	font-size: 1em;
	margin-left: 20px;
}

header.navbar-toggleable-md {
	padding-bottom: 0;
	z-index:30;
}

header.navbar-toggleable-md .navbar-nav {
	border-left: 3px solid #8C9CC5;
}

header.navbar-toggleable-md .navbar-nav li.nav-item {
	border-right: 3px solid #8C9CC5;
    min-height: 40px;
}

header.navbar-toggleable-md .navbar-nav .nav-link {
	padding-left: 15px;
	padding-right: 15px;
	font-weight: 400;
	line-height: 1.4em;
}

header.navbar-toggleable-md .navbar-nav .nav-link {
	margin-top: -4px;
}

header.navbar-toggleable-md .navbar-nav .nav-link:hover {
	margin-top: -8px;
	border-top: 4px solid #00AEEF;
}

header.navbar-toggleable-md .navbar-nav .nav-link i {
	font-size: 20px;
	line-height: 20px;
	display: block;
}

@media (max-width: 992px){
	header.navbar-toggleable-md .navbar-nav .nav-link i {
		display: inline-block;
		margin-right: 5px;
	}
}

header.navbar-toggleable-md .dropdown-menu {
	margin-top: 0;
	margin-left: -15px;
	margin-bottom: 10px;
	border-radius: 0 0 15px 15px;
	border: 0;
}

header.navbar-toggleable-md .dropdown-menu a {
	color: #1F3B89;
	font-weight: 300;
}

header.navbar-toggleable-md .dropdown-menu .dropdown-item {
	padding: 8px 30px;
}

.page-wrapper {
	padding: 30px 0;
	background: #EDF1F4 !important;
}



.media {
	border: 0;
	border-top: 1px solid #C7CACC;
	margin-bottom: 15px;
	padding: 15px 0;
}

.media img {
	border-radius: 10px;
}



.card {
	margin-bottom: 3em;
}

.card .card-header {
	border-radius: 15px;
	padding: 30px 40px;
	border: 0 none;
	background: transparent;
}

.card .card-header h3 {
	font-size: 2.6em;

}

.card .card-block {
	padding: 25px 40px 20px;
}

.comment-widgets .comment-row {
	padding-top: 0;
	padding-bottom: 0;
}




.niceForm {
	background: transparent;
}

.niceForm h4:first-child {
	margin-top: 0;
}



#course-cards .course-card {
	background: transparent;
}

#course-cards .course-card .card-header {
	color: #FFF;
}

#course-cards .course-card .card-header h3 {
	text-align: center;
	font-size: 2.8em;
	color: #FFF;
	margin-bottom: 20px;
}

#course-cards .course-card .card-header p {
	margin-bottom: 0;
}

#course-cards .course-card .card-block {
	border-radius: 10px;
	background: #FFF;
	margin-bottom: 8px;
	min-height: 200px;
}

#course-cards .course-card .card-block .progress {
	margin: 15px -25px;
}

#course-cards .course-card .card-footer {
	padding: 0;
	border: 0;
	background: transparent;
}

#course-cards .course-card .card-footer a {
	position: relative;
	color: #FFF;
	border-radius: 10px;
	font-size: 1.3em;
	padding: 0 40px;
	min-height: 70px;
	display: flex;
	align-items: center;
	transition: all .25s ease-in-out;
}

#course-cards .course-card .card-footer a:hover {
	color: #000
}

#course-cards .course-card .card-footer a::before {
	position: absolute;
	right: 20px;
	top: 23px;
	font-family: 'IonIcons';
	content: '\f3d3';
	font-size: 1.8em;
}

#course-cards > div:nth-child(1) .course-card .card-header, #course-cards > div:nth-child(1) .course-card .card-footer a, #course-cards > div:nth-child(1) .course-card .progress-bar {
	background: #19388A;
}

#course-cards > div:nth-child(2) .course-card .card-header, #course-cards > div:nth-child(2) .course-card .card-footer a, #course-cards > div:nth-child(2) .course-card .progress-bar {
	background: #00A261;
}

#course-cards > div:nth-child(3) .course-card .card-header, #course-cards > div:nth-child(3) .course-card .card-footer a, #course-cards > div:nth-child(3) .course-card .progress-bar {
	background: #DF376F;
}


#course-cards > div:nth-child(1) .course-card .card-footer a:hover {
	background: #9DCDEA;
}

#course-cards > div:nth-child(2) .course-card .card-footer a:hover {
	background: #C6E08A;
}

#course-cards > div:nth-child(3) .course-card .card-footer a:hover {
	background: #CEB0D0;
}

.calendar-card {
	background: transparent;
	margin-bottom: 0;
	color: #FFF;
}


.calendar-card .card-header {
	background: #8D63AB;
	border-radius: 15px;
	padding: 25px 40px 20px;
}

.calendar-card .card-header h3 {
	font-size: 2.8em;
	margin-bottom: 15px;
	font-weight: 400;
	color: #FFF;
}


.calendar-card .card-header i {
	color: #FFF;
	font-size: 5em;
}

.calendar-card .card-block {
	padding-right: 15px;
}

.calendar-card .card-header i.ion-arrow-expand {
    font-size: 2em;
    position: absolute;
    top: -10px;
    right: 7px;
}

.to-do-widget .list-group-item {
	padding: 10px 0;
	display: block;
}

.to-do-widget .list-group-item span {
	display: block;
}

.to-do-widget .list-group-item .btn {
	background: #E7336D;
	color: #FFF;
	padding: 5px 10px;
	border-radius: 15px;
	font-weight: 400;
	text-transform: uppercase;
	margin-left: 10px;
	font-size: 10px;
}

.row.wider {
	margin: 0 -25px;
}

.row.wider > div {
	padding: 0 25px;
}


footer.footer {
	position: static;
	border: 0;
	background: transparent;
}

footer.footer .nav-item {
	padding: 0 20px;
	border-right: 1px solid #00ADEF;
}


footer.footer .nav-link {
	color: #1F3B89;
	padding: 0;
}

footer.footer li.nav-item:last-child .nav-link {
	border: 0;
}


footer.footer a.nav-link:hover {
	text-decoration: underline;
}





.bg_maint {
	background: #FFEEBC;
}

.text-black {
	color: #000;
}

.btn-success, .btn-info, .btn-warning {
	color: #000;
}

.btn-success, .btn-success.disabled { background: #96C646; border: 1px solid #96C646; }
.btn-success:hover, .btn-success.disabled:hover { background: #96C646; opacity: 0.7; border: 1px solid #96C646; }

.btn-warning, .btn-warning.disabled { background: #F8B33F; border: 1px solid #F8B33F; }
.btn-warning:hover, .btn-warning.disabled:hover { background: #F8B33F; opacity: 0.7; border: 1px solid #F8B33F; }

.btn-rounded {
	border-radius: 15px;
}

hr {
	max-width: 980px;
	border-color: #CCC;
}

.text-x2 { font-size: 1.2em; }
.text-x2-5 { font-size: 1.3em; }
.text-x3 { font-size: 1.4em; }
.text-x3-5 { font-size: 1.5em; }
.text-x4 { font-size: 1.6em; }
.text-x5 { font-size: 1.8em; }
.text-x6 { font-size: 2em; }
.text-x7 { font-size: 2.2em; }
.text-x8 { font-size: 2.4em; }
.text-x9 { font-size: 2.6em; }
.text-x10 { font-size: 2.8em; }



.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before { border-bottom-color: #36424A; background: red;}
.tooltip > .tooltip-inner { background-color: #36424A; }

.tooltip { border-radius: 15px; }
.tooltip > .tooltip-inner { padding: 25px 30px; border-radius: 15px; text-align: left; max-width: 300px; }
.tooltip.show { opacity: 1 !important; }

.icon-stack-large {
	text-align: center;
	position:relative;
}

.icon-stack-large i {
	font-size:5em;
	position: absolute;
	width: 65px;
}

.border-rad-15 {
	border-radius: 15px;
}

.news-card-image {
	display: block;
	width: 140px;
	max-width: 140px;
	min-height: 100px;
	margin-right: 1rem;
	text-align: center;
}

@media (min-width : 576px) {
	.news-card-container {
		display: block;
		max-width: 140px !important;
		min-height: 100px;
		margin-right: 1rem;
		text-align: center;
	}

	.media-body.col-12 {
		max-width: 100% !important;
	}
}

.news-card-image .icon-stack-large {
    text-align: center;
    position: relative;
    display: block;
    height: 70px;
    width: 83px;
    padding-top: 14px;
}

.news-card-bigtext {
    font-size: 50px;
    margin-top: 36px;
    margin-left: 10px;
    position: absolute;
}

.news-card-blue {
	background-color: #00aeef;
	color: #fff;
}

.news-card-green {
	background-color: #96c646;
	color: #fff;
}

.news-card-red {
	background-color: #e41b5b;
	color: #fff;
}

.mt-3em {
	margin-top: 3em;
}

.card-red {
	background-color: #da381b;
	color: #fff;
}

.card-red a {
	color: #fff;
}

.feedback-card .ion-ios-arrow-forward {
	top: 7px;
    position: relative;
    margin-left: 10px;
    font-size: 2em;
}

.feedback-card .ion-chatbubble-working {
	font-size: 5em;
	position: absolute;
    top: -14px;
}

@media (max-width: 1280px){

	.container {
		width: 100%;
	}

	.row.wider {
		margin: 0 -15px;
	}

	.row.wider > div {
		padding: 0 15px;
	}

	.card .card-header {
		padding: 20px;
	}


}

/* scorm course results table view */
.course_results_detail_container .icon-large {
	font-size: 28px;
}
.course_results_detail_container .col-12 {
	background: white;
	border-radius: 20px;
	margin-bottom: 20px;
}

.course_results_detail_container .niceForm h4 {
    display: block;
    padding: 30px;
    background: none;
    font-size: 35px;
    font-weight: 300;
    color: #333;
    margin: 0px -15px 0;
    border: none;
}

.course_results_detail_container .niceForm h3 {
	padding:0px 30px 10px;
	margin: 0px -15px 0;
}

.course_results_detail_container .niceForm p {
	padding:0px 30px 0px;
	margin: 0px -15px 0;	
}
.course_results_detail_container .niceForm .table {
	background: none;
	border: none;
	border-collapse: separate;
}

.course_results_detail_container .niceForm .table th,
.course_results_detail_container .niceForm .table td {
	border-right: 1px solid #00aeef;
}

.course_results_detail_container .niceForm .table tr:first-child td {
	border-top: none;
}

.course_results_detail_container .niceForm .table th:last-child,
.course_results_detail_container .niceForm .table td:last-child {
	border-right: none;
}

.course_results_detail_container .niceForm .table tbody {
	background: white;
}
.course_results_detail_container thead tr {
	background: #edf1f4;
	border: 1px solid #edf1f4;
}
.course_results_detail_container thead tr th:first-child {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.course_results_detail_container thead tr th:last-child {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.course_results_detail_container .btn {
	border-radius: 10px;
	border: none;
}

.course_results_detail_container .btn-info.btn-labeled {
	background-color: #283684;
	color: #fff;
}

.course_results_detail_container .btn-secondary.btn-labeled {
	background-color: #7F7F7F;
	color: #fff;
}

.course_results_detail_container .btn-success.view_learning_times {
	background-color: #4876C3;
	color: #fff;
}

.course_results_detail_container .niceForm .table td.no-border-top {
	border-top: none;
}

/* Certificates page */
.certificate_course_title {
	font-size: 20px;
	font-weight: bold;
}

.certificate-table td {
	line-height: 30px;
}

.dropdown-menu .completed-badge {
	background: #707070;
	color: #fff;
	position:relative;
	top: -6px;
	right: -20px;
}

.dropdown-menu .completed-badge:hover {
	background: #488355;
	color: #fff;
}

@media(min-width: 992px) {
	.dropdown-menu.courses_menu {
		min-width: 30rem;
	}
}

.hide-no-edit, 
.student-edit-breadcrumbs {
	display: none;
}

span.color-red {
	color: red;
}

.card-border-highlight {
	border: 4px solid #F8B33F !important;
}

.learning-plan-table td,
.learning-plan-table th {
    padding: .5rem !important;
}

.page-wrapper{
    margin-left:0;
}

.topbar {
    position: relative!important;
}

.navbar-main{
    background-color: #19388A;
}

.navbar-main.bd-navbar .navbar-nav .nav-item>a:visited,
.navbar-main.bd-navbar .navbar-nav .nav-item>a:active,
.navbar-main.bd-navbar .navbar-nav .nav-item>a:hover,
.navbar-main.bd-navbar .navbar-nav .nav-item>a:focus,
.navbar-main.bd-navbar .navbar-nav .nav-link {
    color:#fff;
}

.navbar-light .navbar-toggler-icon {
    background-image:
        url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.mini-sidebar .page-wrapper {
    padding-top: 0px;
}

.card-no-border .page-wrapper {
    background: #F2F7F8;
}

.footer {
    left: 0px;
}

.d-flex.justify-content-between {
    position: absolute;
    right: 80px;
    top: 15px;
}