h1,
.h1 {
	margin-bottom: 1rem;
}

@media (max-width: 768px){
	h1,
	.h1 {
		font-size: 2rem;
	}

	h2,
	.h2 {
		font-size: 1.8rem;
	}

	h3,
	.h3 {
		font-size: 1.6rem;
	}

	h4,
	.h4 {
		font-size: 1.4rem;
	}

	h5,
	.h5 {
		font-size: 1.2rem;
	}

	h6,
	.h6 {
		font-size: 1rem;
	}
}

@media (max-width: 576px){
	h1,
	.h1 {
		font-size: 1.5rem;
	}

	h2,
	.h2 {
		font-size: 1.4rem;
	}

	h3,
	.h3 {
		font-size: 1.3rem;
	}

	h4,
	.h4 {
		font-size: 1.2rem;
	}

	h5,
	.h5 {
		font-size: 1.1rem;
	}

	h6,
	.h6 {
		font-size: 1rem;
	}
}

.d-none-initial {
	display: none;
}

.w-10 {
	width: 10%;
}

.w-15 {
	width: 15%;
}

.w-20 {
	width: 20%;
}

.w-30 {
	width: 30%;
}

.w-40 {
	width: 40%;
}

.w-60 {
	width: 60%;
}

.w-70 {
	width: 70%;
}

.w-80 {
	width: 80%;
}

.w-90 {
	width: 90%;
}

#main_navbar.fixed-top {
	z-index: 1000;
}

#main_navbar.navbar {
	padding: 0px;
	margin-bottom: 10px;
}

#main_navbar .navbar-header {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 5px 0px;
	margin-bottom: -1px;
}

#main_navbar.navbar,
#main_navbar .navbar-header {
	border-bottom: 1px solid #aaa;
}

#main_navbar .navbar-brand {
	padding: .3125rem .75rem;
	text-transform: uppercase;
	font-size: 1.15rem;
	font-weight: 700;
}

#main_navbar .navbar-icons button,
#main_navbar .navbar-icons .btn {
	vertical-align: middle;
}

#main_navbar .navbar-toggler,
#main_navbar .navbar-toggler:focus {
	border: 0px;
	outline: 0px;
}

#main_navbar.navbar-dark {
	background-color: #1f419b;
}

#main_navbar.navbar-dark .navbar-toggler,
#main_navbar.navbar-dark .navbar-icons a.btn {
	color: #fff;
}

#main_navbar.navbar-dark .navbar-icons a.btn:focus {
	box-shadow: none;
}

#main_navbar.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

#main_navbar .navbar-nav .dropdown-menu {
	background: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

#main_navbar .navbar-nav .dropdown-menu a:focus,
#main_navbar .navbar-nav .dropdown-menu a:hover {
	background: none;
}

#main_navbar.navbar-dark .navbar-nav .dropdown-menu a {
	color: rgba(255,255,255,.5);
}

#main_navbar.navbar-dark .navbar-nav .dropdown-menu a:focus,
#main_navbar.navbar-dark .navbar-nav .dropdown-menu a:hover {
	color: rgba(255,255,255,.75);
}

#main_navbar.navbar-dark .navbar-nav .dropdown-menu .dropdown-item {
	white-space: normal;
}

.user_initials {
	position: relative;
	top: -3px;
	display: inline-block;
}

#main_navbar .nav-item.level_2 {
	padding-left: 20px;
}

#main_navbar .nav-item.level_3 {
	padding-left: 40px;
}

#main_navbar .nav-item.level_4 {
	padding-left: 60px;
}

#main_navbar .nav-item.level_5 {
	padding-left: 80px;
}

#main_navbar .nav-item.level_6 {
	padding-left: 100px;
}

#main_navbar .navbar-nav .nav-link {
	padding: .5rem .75rem;
}

#cms_alert_msg {
	top: 1rem;
	margin-bottom: 2rem;
	padding-top: .75rem !important;
	width: 60%;
}

#page_body {
	margin-top: 48px;
	margin-bottom: 120px;
}

#page_body>.container:first-child,
#page_body>.container-fluid:first-child {
	padding-top: 1rem;
}

#login_form {
	padding-top: 20px;
}

#login_form,
#login_2sv_container {
	max-width: 375px;
}

#login_form .forgotten_pass_link {
	vertical-align: middle;
	padding: .5rem 0rem;
}

#reg_terms {
	max-width: 640px;
	max-height: 150px;
	overflow-y: auto;
}

.two_step_verification #verify_code {
	width: 160px;
}

.app_form {
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 10px 15px;
}

.app_form.no_bg {
	background: none;
	border: 0px;
	padding: 0px;
}

.app_form legend {
	margin: -10px -15px 1rem -15px;
	width: calc(100% + 30px);
	max-width: none;
	font-size: 1rem;
}

.app_form legend.col-form-label {
	font-weight: bold;
	margin: 0;
	padding-top: 0;
}

.app_form .cms_ajax_form_error+legend {
	margin-top: 0px;
}

.form_msg_target {
	padding-bottom: .7rem;
}

.app_form label {
	font-weight: bold;
}

.app_form label.font-weight-normal {
	font-weight: normal;
}

.app_form .form-control:not(.is-invalid) {
	border-color: #aaa;
}

.app_form .form-control-file {
	padding: .375rem .75rem;
	border-style: solid;
	border-width: 1px;
	border-radius: .25rem;
}

.app_form .form-control-file:not(.is-invalid) {
	border-color: #aaa;
}

.app_form .form-check-input {
	margin-top: .35rem;
}

.app_form .form-check-inline .form-check-input {
	margin-top: 0;
}

.app_form input[type="date"],
.date_field,
.app_form input[type="time"],
.time_field {
	white-space: nowrap;
}

.app_form input[type="date"],
.date_field {
	width: 160px;
}

.app_form input[type="time"],
.time_field {
	width: 100px;
}

.table.user_group_memberships tr th {
	vertical-align: middle;
}

.group_member_date_fields .form-check-input {
	margin-left: -1.30rem;
}

.card_header_dropdown .dropdown-toggle {
	margin-top: -4px;
	margin-right: -10px;
	padding: .20rem .45rem .15rem .45rem;
	font-size: .8rem;
}

.card_header_dropdown .dropdown-item {
	color: #212529;
}

@media (max-width: 576px){
	.card_responsive .card-header {
		font-size: .9rem;
		padding: .75rem 1rem;
	}

	.card_responsive .card-body {
		font-size: .9rem;
		padding: 1rem;
	}
}

#main_navbar .navbar-icons {
	position: relative;
}

.notification_count {
	position: absolute !important;
	top: -6px !important;
	margin-top: 10px;
	margin-left: 2px;
	font-weight: normal;
	font-size: 0.8rem;
}

caption.header_caption {
	background: #eee;
	color: #000;
	font-weight: bold;
	padding: .75rem;
	border-radius: 5px 5px 0px 0px;
	caption-side: top;
	border-bottom: 1px solid #ddd;
}

.typeahead.dropdown-menu {
	max-width: 85%;
}

.typeahead .dropdown-item {
	padding: .25rem .75rem;
	overflow: hidden;
}

input[type="date"]{
	min-height: 2.4rem;
}

.text_black {
	color: #000 !important;
}

.bg_black {
	background-color: #000 !important;
}

.bg_shade_1 {
	background: #f5f5f5;
}

.bg_shade_2 {
	background: #ebebeb;
}

.bg_shade_3 {
	background: #e1e1e1;
}

.bg_shade_4 {
	background: #d7d7d7;
}

.bg_shade_5 {
	background: #cdcdcd;
}

.bg_shade_6 {
	background: #c3c3c3;
}

.bg_shade_7 {
	background: #b9b9b9;
}

.bg_shade_8 {
	background: #afafaf;
}

.bg_shade_9 {
	background: #a5a5a5;
}

.bg_shade_10 {
	background: #9b9b9b;
}

.bg_shade_11 {
	background: #919191;
}

.bg_shade_12 {
	background: #878787;
}

.accent_1 {
	color: #5fa9c4 !important;
}

.accent_2 {
	color: #1f419b !important;
}

.accent_3 {
	color: #667f98 !important;
}

.bg_accent_1 {
	background: #5fa9c4;
}

.bg_accent_2 {
	background: #1f419b;
	color: #fff !important;
}

.bg_accent_3 {
	background: #667f98;
	color: #fff !important;
}

.highlight {
	background: #ff0;
	color: #000 !important;
}

a.no_hover:hover {
	text-decoration: none;
}

a.no_hover {
	color: #212529;
}

a.no_hover h1,
a.no_hover .h1,
a.no_hover h2,
a.no_hover .h2,
a.no_hover h3,
a.no_hover .h3,
a.no_hover h4,
a.no_hover .h4,
a.no_hover h5,
a.no_hover .h5,
a.no_hover h6,
a.no_hover .h6 {
	color: #007bff;
}

a.no_hover:hover h1,
a.no_hover:hover .h1,
a.no_hover:hover h2,
a.no_hover:hover .h2,
a.no_hover:hover h3,
a.no_hover:hover .h3,
a.no_hover:hover h4,
a.no_hover:hover .h4,
a.no_hover:hover h5,
a.no_hover:hover .h5,
a.no_hover:hover h6,
a.no_hover:hover .h6 {
	color: #0056b3;
}

.w_10 {
	width: 10%;
}

.w_20 {
	width: 20%;
}

.w_30 {
	width: 30%;
}

.w_40 {
	width: 40%;
}

.w_60 {
	width: 60%;
}

.w_70 {
	width: 70%;
}

.w_80 {
	width: 80%;
}

.w_90 {
	width: 90%;
}

.op_10 {
	opacity: .1 !important;
}

.op_20 {
	opacity: .2 !important;
}

.op_25 {
	opacity: .25 !important;
}

.op_30 {
	opacity: .3 !important;
}

.op_40 {
	opacity: .4 !important;
}

.op_50 {
	opacity: .5 !important;
}

.op_60 {
	opacity: .6 !important;
}

.op_70 {
	opacity: .7 !important;
}

.op_75 {
	opacity: .75 !important;
}

.op_80 {
	opacity: .8 !important;
}

.op_90 {
	opacity: .9 !important;
}

.lh_1 {
	line-height: 1;
}

.lh_1_1 {
	line-height: 1.1;
}

.lh_1_2 {
	line-height: 1.2;
}

.lh_1_3 {
	line-height: 1.3;
}

.lh_1_4 {
	line-height: 1.4;
}

.lh_1_5 {
	line-height: 1.5;
}

.text-wrap {
	white-space: normal !important;
}

.banner {
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.cursor_default {
	cursor: default !important;
}

.cursor_pointer {
	cursor: pointer !important;
}

.anchor {
	padding-top: 50px;
	margin-top: -50px;
}

@media (max-width: 576px){
	.anchor:before {
		display: block;
		content: '';
		height: 75px;
		margin: -75px 0 0;
	}
}

.cms_syntax_highlight {
	white-space: pre;
}

.profile_pic,
.profile_pic a {
	color: #fff;
}

.profile_pic span {
	padding: 28px 0px;
}

.play_icon {
	color: #fff !important;
	border-radius: 6px;
}

.reward_points_score {
	border: 2px solid #1f419b;
	border-radius: 6px;
}

.post_list.row {
	margin-left: -5px;
	margin-right: -5px;
}

.post_list.row>div {
	padding-left: 5px;
	padding-right: 5px;
}

@media (max-width: 576px){
	.post_list h5 {
		font-size: 0.9rem;
		line-height: 1.3;
	}

	.post_list p {
		font-size: 0.9rem;
		margin-top: 0.1rem;
		line-height: 1.3;
	}
}

@media print {
	.table tr.table-dark th,
	.table tr.table-dark td {
		background: #c6c8ca !important;
		color: #fff;
	}

	.table tr.bg-primary th,
	.table tr.bg-primary td,

	.table tr.bg-secondary th,
	.table tr.bg-secondary td,

	.table tr.bg-success th,
	.table tr.bg-success td,

	.table tr.bg-danger th,
	.table tr.bg-danger td,

	.table tr.bg-warning th,
	.table tr.bg-warning td,

	.table tr.bg-info th,
	.table tr.bg-info td,

	.table tr.bg-light th,
	.table tr.bg-light td,

	.table tr.bg-dark th,
	.table tr.bg-dark td,

	.table tr.bg-white th,
	.table tr.bg-white td,

	.table tr.bg-transparent th,
	.table tr.bg-transparent td {
		background: inherit !important;
	}
}

@media only screen and (max-width: 760px){

	table.cms_responsive_table,
	.cms_responsive_table thead,
	.cms_responsive_table tbody,
	.cms_responsive_table th,
	.cms_responsive_table td,
	.cms_responsive_table tr {
		display: block;
	}

	.cms_responsive_table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.cms_responsive_table tr {
		border: 1px solid #ccc;
		margin-bottom: 10px;
	}

	.cms_responsive_table tr:not(.cms_responsive_table_ignore) td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		text-align: left !important;
	}

	.cms_responsive_table tr td.cms_responsive_table_hidden {
		display: none;
	}

	.cms_responsive_table tr:not(.cms_responsive_table_ignore) td:before {
		position: absolute;
		top: .75rem;
		left: .75rem;
		width: 45%;
		padding-right: .75rem;
		font-weight: 600;
		text-align: left !important;
	}

	.cms_responsive_table tr:not(.cms_responsive_table_ignore) td:before {
		content: attr(data-cms-responsive-table-heading);
	}

	.cms_responsive_table.table-hover tbody tr:hover {
		color: inherit;
		background-color: inherit;
	}
}

#img_editor_canvas_container > * {
	margin-left: auto;
	margin-right: auto;
}
