/* BOOTSTRAP EXTENDED */

:root {
	--main-red: #d10000;
	--main-dark: #191919;
}

.pager,
form .form-actions.center {
	text-align: center;
}

.dropdown-toggle:focus,
a:focus {
	outline: 0;
}

.font-small-1 {
	font-size: 0.7rem !important;
}

.font-small-2 {
	font-size: 0.8rem !important;
}

.font-small-3 {
	font-size: 0.9rem !important;
}

.font-medium-1 {
	font-size: 1.1rem !important;
}

.font-medium-2 {
	font-size: 1.2rem !important;
}

.font-medium-3 {
	font-size: 1.3rem !important;
}

.font-medium-4 {
	font-size: 1.4rem !important;
}

.font-medium-5 {
	font-size: 1.5rem !important;
}

.font-large-1 {
	font-size: 2rem !important;
}

.font-large-2 {
	font-size: 3rem !important;
}

.font-large-3 {
	font-size: 4rem !important;
}

.font-large-4 {
	font-size: 5rem !important;
}

.font-large-5 {
	font-size: 6rem !important;
}

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

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

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

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

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

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

.text-highlight {
	padding: 4px 6px;
}

dl li,
ol li,
ul li {
	line-height: 1.8;
}

code {
	padding: 0.2rem 0.4rem;
	font-size: 90%;
	color: #f74b5c;
	background-color: #e6e8ea;
	border-radius: 0.21rem;
}

pre {
	background-color: #f7f7f9;
}

pre code {
	background-color: transparent !important;
}

.bd-example-row .row + .row {
	margin-top: 1rem;
}

.bd-example-row .row > .col,
.bd-example-row .row > [class^="col-"] {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	background-color: rgba(86, 61, 124, 0.15);
	border: 1px solid rgba(86, 61, 124, 0.2);
}

.bd-example-row .flex-items-bottom,
.bd-example-row .flex-items-middle,
.bd-example-row .flex-items-top {
	min-height: 6rem;
	background-color: rgba(255, 0, 0, 0.1);
}

.bd-example-row-flex-cols .row {
	min-height: 10rem;
	background-color: rgba(255, 0, 0, 0.1);
}

.bd-highlight {
	background-color: rgba(86, 61, 124, 0.15);
	border: 1px solid rgba(86, 61, 124, 0.15);
}

.example-container {
	width: 800px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.example-content-main,
.example-content-secondary {
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
}

.example-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width: 576px) {
	.example-content-main {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-moz-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 992px) {
	.example-content-main {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-moz-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
}

@media (min-width: 576px) {
	.example-content-secondary {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-moz-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	form.form-horizontal .form-group .label-control {
		text-align: right;
	}
}

@media (min-width: 992px) {
	.example-content-secondary {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-moz-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
}

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

.table-borderless td,
.table-borderless th {
	border: none;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #e3ebf3;
	border-top: 1px solid #e3ebf3;
}

.table-bordered,
.table-bordered td,
.table-bordered th {
	border: 1px solid #e3ebf3;
}

.table td,
.table th {
	/* border-bottom: 1px solid #E3EBF3; */
	border-bottom: unset;
	padding: 5px 10px;
}

.table-inverse {
	color: #eceeef;
	background-color: #00a5a8;
}

form .form-actions.filled,
form.striped-rows .form-group:nth-child(even) {
	background-color: #f3f3f3;
}

.table.table-column td,
.table.table-column th {
	border: none;
	border-left: 1px solid #e3ebf3;
}

.table.table-column td:first-child,
.table.table-column th:first-child {
	border-left: none;
}

.table.table-xl td,
.table.table-xl th {
	padding: 1.25rem 2rem;
}

.table.table-lg td,
.table.table-lg th {
	padding: 0.9rem 2rem;
}

.table.table-de td,
.table.table-de th {
	padding: 0.75rem 2rem;
}

.table.table-sm td,
.table.table-sm th {
	padding: 0.6rem 2rem;
}

.table.table-xs td,
.table.table-xs th {
	padding: 0.4rem 2rem;
}

.table-borderless thead th {
	border-top: 1px solid #e3ebf3;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th {
	border: 0;
}

.table > thead > tr.border-solid > th {
	border-bottom-width: 2px;
}

.table > thead > tr.border-double > th {
	border-bottom-width: 4px;
	border-bottom-style: double;
}

.table > tbody > tr.border-dashed > td {
	border-top-style: dashed;
}

.border-custom-color td {
	border-top: inherit;
	border-bottom: inherit;
}

form label {
	color: #414141;
}

form .form-group {
	margin-bottom: 1.5rem;
}

form .form-group .text-danger {
	margin-top: 8px;
	font-size: 13px;
}

form .form-control {
	border: 1px solid #d4d4d4;
	color: #5a5a5a;
}

form .form-control::-webkit-input-placeholder {
	color: #5a5a5a;
}

form .form-control:-moz-placeholder {
	color: #5a5a5a;
}

form .form-control::-moz-placeholder {
	color: #5a5a5a;
}

form .form-control:-ms-input-placeholder {
	color: #5a5a5a;
}

form .form-section {
	color: #1d2b36;
	line-height: 3rem;
	margin-bottom: 20px;
	border-bottom: 1px solid #1d2b36;
}

.custom-control-indicator,
form .custom-control-indicator {
	width: 1.1rem;
	height: 1.075rem;
	line-height: 1.05rem;
	top: 0.15rem;
}

form .form-section i {
	font-size: 20px;
	margin-left: 5px;
	margin-right: 10px;
}

form .form-actions {
	border-top: 1px solid #dadada;
	padding: 20px 0;
	margin-top: 20px;
}

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

form .form-actions.top {
	border-top: 0;
	border-bottom: 1px solid #dadada;
	margin-top: 0;
	margin-bottom: 20px;
}

@media (max-width: 767.98px) {
	form .form-actions .buttons-group {
		float: left !important;
		margin-bottom: 10px;
	}
}

form.row-separator .form-group {
	margin: 0;
	border-bottom: 1px solid #ebebeb;
}

form.row-separator .form-group .label-control {
	padding-top: 1.5rem;
}

form.row-separator .form-group > div {
	padding: 1.2rem 0 1.2rem 1.2rem;
}

form.row-separator .form-group.last {
	border-bottom: 0;
}

form.form-bordered .form-group {
	margin: 0;
	border-bottom: 1px solid #ebebeb;
}

form.form-bordered .form-group .label-control {
	padding-top: 1.5rem;
}

form.form-bordered .form-group > div {
	padding: 1.2rem 0 1.2rem 1.2rem;
	border-left: 1px solid #ebebeb;
}

form.form-bordered .form-group.last {
	border-bottom: 0;
}

form.striped-rows .form-group {
	margin: 0;
}

form.striped-rows .form-group .label-control {
	padding-top: 1.5rem;
}

form.striped-rows .form-group > div {
	padding: 1.2rem 0 1.2rem 1.2rem;
}

form.striped-labels .form-group {
	margin: 0;
}

.custom-control-indicator + .custom-control-description,
form .custom-control-indicator + .custom-control-description {
	margin-left: 1rem;
}

form.striped-labels .form-group .label-control {
	padding-top: 1.5rem;
}

form.striped-labels .form-group > div {
	padding: 1.2rem 0 1.2rem 1.2rem;
	background-color: #fff;
}

form.striped-labels .form-group:nth-child(even) {
	background-color: #f3f3f3;
}

form .custom-control-indicator {
	left: 0;
}

/* ================ */

.form-group-right-side-icon {
	position: absolute;
	right: 0;
	top: 0px;
	padding: 13px 12px;
	border-left: 1px solid lightgray;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.form-group-right-side-icon i {
	line-height: 0;
}

.form-group-right-side-icon input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* =========================== */
select.form-control {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.custom-checkbox {
	margin-bottom: 0;
}

.custom-checkbox
	.custom-control-input:disabled:checked
	~ .custom-control-label::before {
	background-color: rgba(30, 159, 242, 0.5);
}

.form-control:disabled,
.form-control[readonly],
.input-group-addon {
	background-color: #eceff1;
}

.custom-checkbox input:disabled:checked ~ .custom-control-indicator {
	opacity: 0.5;
}

.custom-checkbox input:disabled ~ .custom-control-indicator {
	cursor: not-allowed;
}

.custom-control-input > input:focus ~ .custom-control-indicator {
	padding: 0.51rem;
}

.input-group-addon {
	border-color: #babfc7;
}

.btn.btn-square {
	border-radius: 0;
}

.btn.btn-round {
	border-radius: 2rem;
}

.btn.active,
.btn.focus,
.btn:active,
.btn:focus {
	outline: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.btn.btn-icon i {
	font-size: 1.1rem;
}

.btn.btn-icon.btn-pure i,
.nav.nav-tabs.nav-only-icon .nav-item .nav-link {
	font-size: 1.25rem;
}

.btn.btn-icon.btn-pure {
	background-color: transparent;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn.btn-social {
	padding: 0.7rem 0.25rem 0.85rem 3.75rem;
}

.btn-min-width {
	min-width: 8.5rem;
}

.color-box {
	width: 100%;
	height: 2.75rem;
	border-radius: 0.25rem;
}

.btn-float {
	padding: 15px;
	white-space: normal;
	-webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.btn-float.btn-link {
	padding: 10px;
}

.btn-float i {
	display: block;
	margin: 0;
	top: 0;
}

.dropdown i,
.nav-item i {
	margin-right: 0.5rem;
}

.btn-float.btn-float-lg i,
.btn-float.btn-float-lg span {
	font-size: 2rem;
}

.btn-float.btn-float-lg i + span {
	font-size: 1.1rem;
}

.btn-float > i + span {
	display: block;
	padding-top: 10px;
	margin-bottom: -6px;
}

.collapse-icon .card-header {
	position: relative;
}

.collapse-icon a[data-toggle="collapse"]:after {
	position: absolute;
	top: 40%;
	right: 20px;
	margin-top: -8px;
	font-family: feather;
	content: "\e982";
	-webkit-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.collapse-icon a[data-toggle="collapse"]:before {
	position: absolute;
	top: 40%;
	right: 20px;
	margin-top: -8px;
	font-family: feather;
	content: "\e99d";
	-webkit-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.collapse-icon.left a {
	padding-left: 28px;
}

.collapse-icon.left a:after,
.collapse-icon.left a:before {
	left: 20px;
	right: auto;
}

.collapse-icon a[aria-expanded="true"]:before,
.collapse-icon a[aria-expanded="false"]:after {
	opacity: 0;
}

.collapse-icon.accordion-icon-rotate a[aria-expanded="true"]:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.collapse-icon.accordion-icon-rotate a[aria-expanded="false"]:after {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.dropdown.dropdown-demo {
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}

.dropdown .dropdown-divider,
.dropdown .dropdown-menu {
	border: 1px solid #e6e6e6;
}

.dropdown .dropdown-menu {
	opacity: 0;
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border-radius: 0.21rem;
	display: block;
}

.header-navbar,
.header-navbar .navbar-header {
	-webkit-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
}

.dropdown .dropdown-menu .dropdown-header {
	padding: 10px 20px;
	margin-top: 10px;
	text-transform: uppercase;
	color: #818a91;
}

.dropdown .dropdown-menu .dropdown-item {
	padding: 10px 20px;
	width: 100%;
}

.dropdown .dropdown-menu .dropdown-item i {
	margin-left: 0;
}

.dropdown .dropdown-menu .dropdown-item.active a,
.dropdown .dropdown-menu .dropdown-item:active a {
	color: #fff;
}

.show > .dropdown-menu {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
}

.dropdown-toggle::after {
	content: unset;
}

.dropdown-toggle.nav-hide-arrow::after {
	display: none;
}

.dropdown-menu-right {
	right: 0;
}

.dropdown-menu {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dropdown-menu .dropdown-submenu {
	position: relative;
}

.dropdown-menu .dropdown-submenu:hover .dropdown-menu {
	display: block;
}

.dropdown-menu .dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
}

.dropdown-menu .dropdown-submenu > .dropdown-menu.open-left {
	left: auto;
	right: 100%;
}

.dropdown-menu .dropdown-submenu :hover > a:after,
.dropdown-menu .dropdown-submenu :hover > button:after {
	border-left-color: #555;
}

.dropdown-menu .dropdown-submenu .pull-left {
	float: none;
}

.dropdown-menu .dropdown-submenu .pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
}

.dropdown-header {
	text-transform: uppercase;
}

.dropdown-header.highlight {
	color: #2b2d2f;
	text-decoration: none;
	background-color: #f5f5f5;
}

.btn-secondary ~ .dropdown-menu .dropdown-item.active {
	background-color: #ccc;
}

.btn-primary ~ .dropdown-menu .dropdown-item.active {
	background-color: #967adc;
}

.btn-success ~ .dropdown-menu .dropdown-item.active {
	background-color: #37bc9b;
}

.btn-danger ~ .dropdown-menu .dropdown-item.active {
	background-color: #da4453;
}

.btn-info ~ .dropdown-menu .dropdown-item.active {
	background-color: #d10000;
}

.btn-warning ~ .dropdown-menu .dropdown-item.active {
	background-color: #f6bb42;
}

.dropdown-menu.arrow {
	margin-top: 12px;
}

.dropdown-menu.arrow:after,
.dropdown-menu.arrow:before {
	position: absolute;
	left: 10px;
	display: inline-block;
	width: 0;
	height: 0;
	content: "";
	border: 7px solid transparent;
	border-top-width: 0;
}

.dropdown-menu.arrow:before {
	top: -7px;
	border-bottom-color: #b3b3b3;
}

.dropdown-menu.arrow:after {
	top: -6px;
	border-bottom-color: #fff;
}

.dropdown-menu .arrow-left {
	margin-left: 7px !important;
}

.dropdown-menu .arrow-left:after,
.dropdown-menu .arrow-left:before {
	position: absolute;
	top: 10px;
	display: inline-block;
	width: 0;
	height: 0;
	content: "";
	border: 7px solid transparent;
	border-left-width: 0;
}

.dropdown-menu .arrow-left:before {
	left: -8px;
	border-right-color: #b3b3b3;
}

.dropdown-menu .arrow-left:after {
	left: -7px;
	border-right-color: #fff;
}

.dropdown-menu .arrow-right {
	margin-right: 7px !important;
}

.dropdown-menu .arrow-right:after,
.dropdown-menu .arrow-right:before {
	position: absolute;
	top: 10px;
	display: inline-block;
	width: 0;
	height: 0;
	content: "";
	border: 7px solid transparent;
	border-right-width: 0;
}

.dropdown-menu .arrow-right:before {
	right: -7px;
	border-left-color: #b3b3b3;
}

.dropdown-menu .arrow-right:after {
	right: -6px;
	border-left-color: #fff;
}

.dropup .dropdown-toggle::after {
	content: "\f106" !important;
}

.dropup .dropdown-menu {
	top: auto;
}

.dropup .dropdown-menu.arrow {
	margin-bottom: 12px;
}

.dropup .dropdown-menu.arrow:after,
.dropup .dropdown-menu.arrow:before {
	top: auto;
	border-top-width: 7px;
	border-bottom-width: 0;
}

.dropup .dropdown-menu.arrow:before {
	bottom: -8px;
	border-top-color: #b3b3b3;
}

.dropup .dropdown-menu.arrow:after {
	bottom: -6px;
	border-top-color: #fff;
}

.dropup .dropdown-submenu .dropdown-menu {
	bottom: auto;
	top: 0;
}

.dropdown-menu-xl a,
.dropdown-menu-xl button {
	padding-top: 9px !important;
	padding-bottom: 9px !important;
	font-size: 1.2rem;
	line-height: 1.43;
}

.dropdown-menu-lg a,
.dropdown-menu-lg button {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}

.dropdown-menu-sm a,
.dropdown-menu-sm button {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	font-size: 0.86rem;
	line-height: 1.67;
}

.navbar-dark .navbar-nav li,
.navbar-light .navbar-nav li,
.navbar-semi-dark .navbar-nav li,
.navbar-semi-light .navbar-nav li {
	line-height: 1;
}

.dropdown-item.buttons-columnVisibility.active {
	color: #000;
}

.drilldown-menu .dropdown-item.active.hover,
.drilldown-menu .dropdown-item.active:hover,
.drilldown-menu .dropdown-item:active.hover,
.drilldown-menu .dropdown-item:active:hover {
	color: #fff;
}

.navbar-dark .hamburger-inner,
.navbar-dark .hamburger-inner::after,
.navbar-dark .hamburger-inner::before {
	background-color: #fff;
}

.header-navbar {
	padding: 0;
	/* min-height: 4.57rem; */
	transition: 0.3s ease all;
}

.header-navbar .navbar-wrapper {
	width: 100%;
}

/* .header-navbar.navbar-border {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
} */

.header-navbar.navbar-dark.navbar-border {
	border-bottom: 1px solid #8596b5;
}

.header-navbar.navbar-shadow {
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.header-navbar.navbar-without-dd-arrow .nav-link.dropdown-toggle::after {
	display: none;
}

.header-navbar.navbar-brand-center .navbar-header {
	width: 192px;
	padding: 0;
	margin: 0;
}

.header-navbar .navbar-header {
	width: 240px;
	height: 80px;
	padding: 0 0.85rem;
	transition: 0.3s ease all;
}

.header-navbar .navbar-header .navbar-brand {
	padding: 14px 0;
	margin-right: 0;
}

.header-navbar .navbar-header .navbar-brand svg {
	height: 50px;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link .avatar,
.header-navbar .navbar-container ul.nav li > a.nav-link i.flag-icon {
	margin-right: 0.5rem;
}

.header-navbar .navbar-header .navbar-brand .brand-logo {
	width: 36px;
}

.header-navbar .navbar-header .navbar-brand .brand-text {
	display: inline;
	padding-left: 6px;
	font-weight: 500;
	vertical-align: middle;
}

.header-navbar .navbar-container {
	padding: 0 18px;
	height: 4.57rem;
	-webkit-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	transition: 0.3s ease all;
	background: inherit;
}

.header-navbar .navbar-container ul.nav li > a.nav-link {
	padding: 1.8rem 1rem;
	font-size: 1.05rem;
}

/* ------------------------------------ */
.jumps-prevent {
	padding-block-start: 0px;
}

@media (max-width: 1199.9px) {
	.horizontal-menu .navbar-light .active > a,
	.horizontal-menu .navbar-light ul#main-menu-navigation > li.active > a {
		background: unset;
	}

	.jumps-prevent {
		padding-top: 103px !important;
	}

	.bpm-page header .jumps-prevent {
		padding-top: 127px !important;
	}
	.bpm-page .content-body .jumps-prevent {
		padding-top: 125px !important;
	}
	.bpm-page #topnav {
		top: 30px;
	}
}

@media (min-width: 1200px) {
	.horizontal .jumps-prevent {
		margin-block-start: -100px !important;
	}

	.bpm-page .content-body .jumps-prevent {
		padding-top: 175px !important;
	}
}

#topnav .navbar-toggle {
	border: 0;
	position: relative;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.topnav-menu .nav-link {
	color: #8c9396;
}

.topnav-menu .nav-link {
	min-width: 32px;
	display: block;
	line-height: 70px;
	text-align: center;
	max-height: 70px;
}

#topnav .navbar-toggle .lines {
	width: 25px;
	display: block;
	position: relative;
	margin: 0 20px 0 20px;
	padding-top: 13px;
	height: 44px;
	transition: all 0.5s ease;
}

#topnav .navbar-toggle span {
	height: 2px;
	width: 100%;
	background-color: rgba(49, 58, 70, 0.6);
	display: block;
	margin-bottom: 5px;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

body.menu--opened {
	overflow: hidden;
	padding-right: 15px;
}

body.menu--opened #topnav {
	right: 0;
}

#topnav {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 1001;
	/* padding: 0 12px; */
}

.top-bar {
	padding: 6px;
}

@media (max-width: 1199.9px) {
	/* .avh-main-section.main-content.hor-content{
    margin-top: 90px !important;
    }

    .main-content.hor-content{
    margin-top: 0px !important;
    } */

	#topnav {
		transition: 0.4s;
		width: 100vw;
		height: 100vh;
		top: 22px;
		background-color: #fff !important;
		right: -130%;
	}

	.header-navbar.hor-header {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		/* height: 70px; */
		z-index: 100;
	}
}

@media (max-width: 767.9px) {
	#topnav {
		top: 20px;
	}
}

.topbar-menu {
	background-color: rgb(var(--volgh-white-rgb));
}

@media (max-width: 767.98px) {
	.header .dropdown-menu {
		left: -113px !important;
	}

	.drop-heading,
	.dropdown-toggle::after {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
}

.main-content.hor-content,
.avh-main-section {
	margin-top: 140px;
}

.bpm-page .avh-main-section {
	margin-top: 170px;
}

/* ------------------------------------- */
.header-navbar .navbar-container ul.nav li a.dropdown-user-link {
	display: flex;
	align-items: center;
	/* background: #1c385c75; */
	padding: 0 15px 0 0;
	/* padding: 0; */
	border-radius: 17px;
}

.bpm-page .bpm-header.header-navbar,
.bpm-page .bottom-header.header-navbar {
	top: 30px;
}

body.header-fixed .bottom-header.header-navbar,
body.header-fixed .bpm-header.header-navbar {
	top: 0 !important;
}

/* .header-fixed.bpm-page .bottom-header {
    margin-top: 0;
} */

.bpm-header.header-navbar .navbar-container ul.nav li a.dropdown-user-link {
	background: unset;
	padding: 0;
}
.dropdown-menu.dropdown-menu-right::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff;
	top: 0;
	transform: translateY(-100%);
	right: 12px;
	filter: drop-shadow(0px -1px 0px #e6e6e6);
}
.bpm-header.header-navbar .dropdown-menu {
	width: max-content;
	padding: 10px;
	top: 45px;
}

.bpm-header.header-navbar .dropdown-menu .avatar img {
	width: 100%;
}

.bpm-header.header-navbar .dropdown-menu .avatar .user-name {
	font-size: 18px;
	font-weight: 500;
	margin-left: 10px;
}

.bpm-header.header-navbar .dropdown-menu .avatar .user-role-name {
	margin-left: 10px;
	margin-top: 6px;
}

.bpm-header.header-navbar .auth-btn {
	font-size: 14px;
	font-weight: 500;
	width: 120px;
	display: flex;
	justify-content: center;
	border-radius: 2px;
}

.bpm-header.header-navbar .profile-btn {
	background: #e9e9e9;
}

.bpm-header.header-navbar .logout-btn {
	background: #1b385b;
	color: #fff;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {
	display: inline-block;
	margin-bottom: 0;
}

.header-navbar .navbar-container ul.nav li a.menu-toggle {
	padding: 1.4rem 1rem;
}

.header-navbar .navbar-container ul.nav li a.nav-link-expand,
.header-navbar .navbar-container ul.nav li a.nav-link-label,
.header-navbar .navbar-container ul.nav li a.nav-link-search {
	padding: 1.5rem 1rem;
}

.header-navbar .navbar-container ul.nav li a.menu-toggle i {
	font-size: 1.6rem;
}

.header-navbar .navbar-container ul.nav li div.input-group {
	padding: 0.7rem 1rem;
}

.header-navbar .navbar-container ul.nav li i.ficon {
	font-size: 1.4rem;
}

.header-navbar .navbar-container ul.nav li .media-list {
	max-height: 18.2rem;
	top: -20px;
}

.header-navbar .navbar-container ul.nav li .scrollable-container {
	position: relative;
}

.header-navbar .navbar-container .dropdown-menu-media {
	width: 24rem;
}

.header-navbar .navbar-container .dropdown-menu-media .media-list .media {
	padding: 1rem;
	border: none;
	border-bottom: 1px solid #e6e6e6;
}

.header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-header {
	border-bottom: 1px solid #e6e6e6;
}

.header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-footer a {
	padding: 0.3rem;
	border-top: 1px solid #e6e6e6;
}

.header-navbar .nav-item + .nav-item,
.header-navbar.navbar-without-menu .navbar-container {
	margin-left: 0;
}

@media (max-width: 767.98px) {
	.header-navbar .navbar-header {
		width: 100% !important;
		padding: 0.5rem 1rem;
	}

	.header-navbar .navbar-header .menu-toggle {
		top: 2px;
		position: relative;
	}

	.header-navbar .navbar-header .open-navbar-container i {
		font-size: 1.8rem;
	}

	.header-navbar .navbar-header .navbar-brand {
		position: absolute;
		left: 50%;
		top: 0;
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	.header-navbar.navbar-with-menu .navbar-container {
		width: 100%;
		display: table;
		background: #fff;
		padding: 0 1rem;
		margin: 0;
		height: auto;
	}
}

.navbar-light,
.navbar-light.navbar-horizontal {
	background: #fff;
}

.navbar-light .navbar-nav .active.nav-link {
	background-color: rgba(0, 0, 0, 0.03);
}

.navbar-light .navbar-nav .disabled.nav-link {
	color: #55595c;
}

.navbar-dark,
.navbar-dark.navbar-horizontal {
	background: #1d2b36;
}

.navbar-dark .nav-search .btn-secondary,
.navbar-dark .nav-search .form-control {
	color: #fff;
	background: #1d2b36;
}

.navbar-dark .navbar-brand .brand-text {
	color: #fff !important;
}

.navbar-dark .navbar-nav .active.nav-link {
	background-color: rgba(255, 255, 255, 0.05);
}

.navbar-dark .navbar-nav .disabled.nav-link {
	color: #eceeef;
}

.navbar-semi-dark {
	background: #fff;
}

.navbar-semi-dark .navbar-header {
	background: #1d2b36;
}

.navbar-semi-dark .navbar-header .brand-text {
	color: #fff;
}

.navbar-semi-dark .navbar-nav .disabled.nav-link,
.navbar-semi-dark .navbar-nav .nav-link {
	color: #55595c;
}

.navbar-semi-dark .navbar-nav .active.nav-link {
	background-color: rgba(0, 0, 0, 0.03);
}

.navbar-semi-light {
	background: #55595c;
}

.navbar-semi-light .navbar-header {
	background: #fff;
}

.navbar-semi-light .navbar-header .brand-text {
	color: #373a3c;
}

.navbar-semi-light .navbar-nav .nav-link {
	color: #fff;
}

.navbar-semi-light .navbar-nav .active.nav-link {
	background-color: rgba(0, 0, 0, 0.03);
}

.navbar-semi-light .navbar-nav .disabled.nav-link {
	color: #55595c;
}

.mega-dropdown {
	position: static !important;
}

.mega-dropdown .dropdown-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.navbar-nav .mega-dropdown-menu,
.navigation-main .mega-dropdown-menu {
	width: -webkit-calc(100% - 50px);
	width: -moz-calc(100% - 50px);
	width: calc(100% - 50px);
	padding: 0.5rem 0;
	margin: 0 25px;
	-webkit-box-shadow: 0 5px 75px 2px rgba(64, 70, 74, 0.2);
	box-shadow: 0 5px 75px 2px rgba(64, 70, 74, 0.2);
	z-index: 9999;
}

.navbar-nav .mega-dropdown-menu ul,
.navigation-main .mega-dropdown-menu ul {
	padding: 0;
	margin: 0;
}

.navbar-nav .mega-dropdown-menu ul li,
.navigation-main .mega-dropdown-menu ul li {
	list-style: none;
}

.navbar-nav .mega-dropdown-menu ul li a,
.navigation-main .mega-dropdown-menu ul li a {
	display: block;
	color: #373a3c;
}

.navbar-nav .mega-dropdown-menu ul li a .children-in,
.navigation-main .mega-dropdown-menu ul li a .children-in {
	float: right;
}

.navbar-nav .mega-dropdown-menu ul li a:focus,
.navbar-nav .mega-dropdown-menu ul li a:hover,
.navigation-main .mega-dropdown-menu ul li a:focus,
.navigation-main .mega-dropdown-menu ul li a:hover {
	text-decoration: none;
	color: #55595c;
}

.navbar-nav .mega-dropdown-menu ul a.dropdown-item,
.navigation-main .mega-dropdown-menu ul a.dropdown-item {
	padding: 10px;
}

.navbar-nav .mega-dropdown-menu p.accordion-text,
.navigation-main .mega-dropdown-menu p.accordion-text {
	line-height: 1.45;
}

.navbar-nav .mega-dropdown-menu .dropdown-menu-header,
.navigation-main .mega-dropdown-menu .dropdown-menu-header {
	padding: 0.5rem 0;
	border-bottom: 1px solid #e6e6e6;
}

.navbar-nav .mega-dropdown-menu h6 i.la,
.navigation-main .mega-dropdown-menu h6 i.la {
	font-size: 1.1rem;
}

.horizontal-top-icon-menu .mega-dropdown-menu {
	margin: 0 25px !important;
}

@media (min-width: 576px) {
	.container .mega-dropdown-menu {
		max-width: 540px;
		margin: 0 -webkit-calc((100% - 540px)/ 2);
		margin: 0 -moz-calc((100% - 540px)/ 2);
		margin: 0 calc((100% - 540px) / 2);
	}
}

@media (min-width: 768px) {
	.container .mega-dropdown-menu {
		max-width: 720px;
		margin: 0 -webkit-calc((100% - 720px)/ 2);
		margin: 0 -moz-calc((100% - 720px)/ 2);
		margin: 0 calc((100% - 720px) / 2);
	}
}

@media (min-width: 992px) {
	.container .mega-dropdown-menu {
		max-width: 960px;
		margin: 0 -webkit-calc((100% - 960px)/ 2);
		margin: 0 -moz-calc((100% - 960px)/ 2);
		margin: 0 calc((100% - 960px) / 2);
	}
}

@media (min-width: 1200px) {
	.container .mega-dropdown-menu {
		max-width: 1140px;
		margin: 0 -webkit-calc((100% - 1140px)/ 2);
		margin: 0 -moz-calc((100% - 1140px)/ 2);
		margin: 0 calc((100% - 1140px) / 2);
	}
}

@-moz-document url-prefix() {
	ul li a .children-in {
		position: relative;
		right: 3px;
		top: -14px;
	}
}

.menu-list {
	list-style: none;
	padding: 0;
	overflow: hidden;
}

.menu-panel {
	padding: 0;
}

.sliding-menu {
	overflow: hidden;
	position: relative;
}

.sliding-menu ul {
	float: left;
	margin: 0;
	padding: 0;
}

.sliding-menu ul li {
	list-style: none;
	margin: 0;
}

.navbar-menu-icon {
	width: 24px;
	margin: 16px 2px !important;
	position: relative;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
}

.navbar-menu-icon span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #55595c;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.navbar-menu-icon span:nth-child(1) {
	top: 0;
}

.navbar-menu-icon span:nth-child(2) {
	top: 10px;
}

.navbar-menu-icon span:nth-child(3) {
	top: 20px;
}

.navbar-menu-icon.show span:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.navbar-menu-icon.show span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

.navbar-menu-icon.show span:nth-child(3) {
	top: 10px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

@media (max-width: 767.98px) {
	.header-navbar .navbar-container ul.nav li.nav-item i,
	.header-navbar .navbar-container ul.nav li > a.nav-link i.flag-icon {
		margin-right: 0.2rem;
	}

	.header-navbar .navbar-nav .show {
		position: static;
	}

	.header-navbar .navbar-nav .open-navbar-container {
		padding-top: 0.625rem;
	}

	.header-navbar .navbar-container .show .dropdown-menu {
		right: 0;
		left: 0 !important;
		float: none;
		width: auto;
		margin-top: 0;
		max-height: 400px;
		overflow-x: hidden;
		overflow-y: scroll;
	}

	.header-navbar .navbar-container ul.nav li > a.nav-link {
		padding: 1.2rem 0.4rem;
	}

	.header-navbar .navbar-container ul.nav li a.dropdown-user-link {
		/* padding: .8rem .6rem */
		padding: 0.6rem 0.6rem;
	}

	.header-navbar .navbar-container ul.nav li a.nav-link-label {
		padding: 1.4rem 0 1rem 0.8rem;
	}

	.header-navbar .navbar-container ul.nav li a.nav-link-expand,
	.header-navbar .navbar-container ul.nav li a.nav-link-search {
		padding: 1.4rem 1rem 1rem;
	}

	.header-navbar .navbar-container ul.nav li .dropdown-toggle::after {
		margin-right: 0;
		margin-left: -2px;
	}

	.navbar-dark .hamburger-inner,
	.navbar-dark .hamburger-inner::after,
	.navbar-dark .hamburger-inner::before,
	.navbar-semi-dark .hamburger-inner,
	.navbar-semi-dark .hamburger-inner::after,
	.navbar-semi-dark .hamburger-inner::before {
		background-color: #fff;
	}

	.navbar-dark .navbar-header .navbar-nav .nav-link,
	.navbar-semi-dark .navbar-header .navbar-nav .nav-link {
		color: #fff;
	}

	.navbar-dark .navbar-container .navbar-nav .nav-link,
	.navbar-semi-dark .navbar-container .navbar-nav .nav-link {
		color: #55595c;
	}

	.navbar-light .navbar-header .navbar-nav .nav-link,
	.navbar-semi-light .navbar-header .navbar-nav .nav-link {
		color: #1d2b36;
	}

	.navbar-light .navbar-container .navbar-nav .nav-link,
	.navbar-semi-light .navbar-container .navbar-nav .nav-link {
		color: #55595c;
	}
}

.headroom {
	will-change: transform;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-moz-transition: transform 0.2s linear, -moz-transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear,
		-moz-transform 0.2s linear, -o-transform 0.2s linear;
}

.headroom--pinned-top {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.headroom--unpinned-top {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

.headroom--pinned-bottom {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.headroom--unpinned-bottom {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

@media (max-width: 1199.98px) {
	.header-navbar .navbar-container ul.nav li > a.nav-link i.flag-icon {
		margin-right: 0.2rem;
	}

	.header-navbar .navbar-container ul.nav li a.dropdown-user-link {
		/* padding: .8rem .6rem */
		padding: 0.6rem 0.6rem;
	}

	.header-navbar .navbar-container ul.nav li a.dropdown-user-link .avatar {
		margin-right: 0;
	}

	.header-navbar .navbar-container ul.nav li .dropdown-toggle::after {
		margin-right: 0;
		margin-left: -2px;
	}

	.header-navbar .navbar-container ul.nav li .selected-language,
	.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {
		display: none;
	}
}

@media (max-width: 767.9px) {
	#navbar-mobile.navbar-collapse .navbar-nav {
		margin: 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	#navbar-mobile.navbar-collapse .navbar-nav .dropdown-menu {
		position: absolute;
		top: 64px;
		left: auto !important;
	}

	#navbar-mobile.navbar-collapse .navbar-nav .nav-item {
		float: left;
	}
}

.breadcrumbs-right .breadcrumb,
.pager .next > a,
.pager .next > span {
	float: right;
}

@media only screen and (min-device-width: 26.78em) and (max-device-width: 47.64em) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.header-navbar .navbar-container .show .dropdown-menu {
		max-height: 180px;
	}
}

@media only screen and (min-device-width: 29.57em) and (max-device-width: 52.57em) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
	.header-navbar .navbar-container .show .dropdown-menu {
		max-height: 280px;
	}
}

.card-deck,
.card-group {
	margin-bottom: 0.75rem;
}

.card {
	margin-bottom: 1.875rem;
	border: none;
	-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
}

.card .card {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.card .card-title {
	font-weight: 500;
	letter-spacing: 0.05rem;
	font-size: 1.12rem;
}

.card .card-bordered {
	border: 1px solid rgba(0, 0, 0, 0.06);
}

.card.card-fullscreen {
	display: block;
	z-index: 9999;
	position: fixed;
	width: 100% !important;
	height: 100% !important;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow: auto;
}

.card .card-body[class*="border-bottom-"] {
	border-bottom-width: 2px !important;
}

.card .card-img-overlay.bg-overlay {
	background: rgba(0, 0, 0, 0.45);
}

.card .card-img-overlay .text-muted {
	color: #373a3c !important;
}

.card.card-minimal {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.card.crypto-card-3 .card-body:before {
	font-size: 10rem;
	color: rgba(255, 255, 255, 0.15);
	position: absolute;
	bottom: -32px;
	right: 0;
}

.card-moved .card,
.card-moved .card-header {
	background-color: #f6bb42;
	color: #fff;
}

.handle,
.titleArea {
	cursor: move;
}

.card-header {
	border-bottom: none;
	display: flex;
	align-items: center;
	padding: 10px;
}

.card-header .card-title {
	margin-bottom: 0;
}

.card-header .heading-elements-toggle.heading-top-elements .page-item,
.card-header .heading-elements.heading-top-elements .page-item {
	display: inline-block;
}

.card-header .heading-elements a,
.card-header .heading-elements-toggle a {
	padding: 0 8px;
}

.card-header .heading-elements a.btn,
.card-header .heading-elements-toggle a.btn {
	padding-top: 6px;
	padding-bottom: 6px;
}

.card-footer,
.card-body {
	padding: 10px;
}

.card-footer {
	border-top: 1px solid #eee;
}

.text-white .card-text {
	color: #fff;
}

.text-white .card-img-overlay .text-muted {
	color: #fff !important;
}

.text-white code {
	background-color: #fff;
}

.card-head-inverse,
.card-head-inverse .heading-elements i,
.text-white .heading-elements i {
	color: #fff;
}

.card-transparent {
	background-color: transparent;
}

.card-image-position-right {
	margin-left: 50px;
	position: absolute;
	top: -27px;
}

.card-image-position-right-mid {
	position: absolute;
	top: 23px;
	margin-left: 280px;
	width: 250px;
}

.card-font-style-black {
	font-size: 90px;
	font-weight: 900;
	color: #fff5;
	margin-top: -12px;
}

.card-font-style-white {
	font-size: 72px;
	font-weight: 900;
	margin-top: -10px;
}

.background-round {
	background-color: rgba(0, 0, 0, 0.18);
	padding: 8px;
	border-radius: 50%;
}

@media (max-width: 991.98px) {
	.heading-elements {
		text-align: center;
	}

	.heading-elements .list-inline {
		display: none;
	}

	.heading-elements.visible {
		display: block;
		margin-top: 0;
		top: 100%;
		top: 50px;
		height: auto;
		left: 0;
		padding: 10px;
		border: 1px solid #eee;
		z-index: 997;
		position: absolute;
		width: 100%;
	}

	.heading-elements.visible .list-inline {
		display: block;
	}
}

@media (min-width: 992px) {
	.heading-elements-toggle {
		display: none;
	}
}

.breadcrumb {
	font-size: 1rem;
	background-color: transparent;
	padding: 0 0 0.75rem;
}

.breadcrumb > li + li::before {
	padding-right: 0.6rem;
	padding-left: 0.6rem;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	content: "/";
}

.breadcrumbs-top .breadcrumb {
	margin: 0;
	padding: 0;
}

.breadcrumb-new .content-header-title {
	padding: 6px 24px 8px 0;
	margin: 0 24px 0 0;
	border-right: 1px solid #e6e6e6;
}

.pagination {
	margin-top: 1rem;
}

.pagination .page-link {
	color: #d10000;
	border: 1px solid #adb5bd;
}

.pagination .page-item.active .page-link {
	background-color: #d10000;
	border-color: #d10000;
}

.pager {
	padding-left: 0;
	margin: 1.45 0;
	list-style: none;
}

.pager li {
	display: inline;
}

.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #818a91;
	border-radius: 0.21rem;
}

.pager li > a:focus,
.pager li > a:hover {
	text-decoration: none;
	background-color: #f1f1f1;
}

.pager.pager-square li a {
	border-radius: 0;
}

.pager.pager-round li a {
	border-radius: 2rem;
}

.pager.pager-flat li a {
	border: 0;
}

.pager .previous > a,
.pager .previous > span {
	float: left;
}

.nav.nav-pills.nav-justified .nav-item,
.nav.nav-tabs.nav-justified .nav-item {
	float: none;
}

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
	color: #55595c;
	background-color: #fff;
}

.badge,
.badge[class*="badge-"] a {
	color: #fff;
}

.pager [class*="text-"] .pager {
	text-align: inherit;
}

.badge {
	font-weight: 400;
}

.badge[class*="badge-"] [class*="icon-"] {
	line-height: 1;
}

.badge[class*="badge-"] [class*="icon-"] ~ span,
.badge[class*="badge-"] span {
	position: relative;
	bottom: 2px;
	padding: 0 5px;
}

.badge.badge-striped a,
.badge[class*="badge-"] .dropdown-menu a {
	color: #555;
}

.badge[class*="badge-"] .dropdown-toggle::after,
.badge[class*="badge-"].dropdown-toggle::after {
	position: relative;
	top: -2px;
	right: 3px;
	font-size: 1rem;
}

.badge.badge-square {
	border-radius: 0;
}

.badge.badge-border {
	background-color: transparent;
	border-width: 3px !important;
	font-size: 85%;
}

.badge.badge-striped {
	background-color: #dadada;
	border-width: 3px !important;
	font-size: 0.85rem;
	color: #555;
}

.badge.badge.float-right {
	margin-left: 0.5rem;
	margin-top: 0.15rem;
}

.badge-xl {
	font-size: 1.8rem;
}

.badge-lg {
	font-size: 1.2rem;
}

.badge-md {
	font-size: 1rem;
}

.badge-sm {
	font-size: 0.8rem;
}

.badge-secondary {
	background-color: #55595c;
}

.badge-secondary.badge-glow {
	-webkit-box-shadow: 0 0 10px #55595c;
	box-shadow: 0 0 10px #55595c;
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
	background-color: #3d3f41;
}

.badge-primary {
	background-color: #967adc;
}

.badge-primary.badge-glow {
	-webkit-box-shadow: 0 0 10px #967adc;
	box-shadow: 0 0 10px #967adc;
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
	background-color: #7652d1;
}

.badge-success {
	background-color: #37bc9b;
}

.badge-success.badge-glow {
	-webkit-box-shadow: 0 0 10px #37bc9b;
	box-shadow: 0 0 10px #37bc9b;
}

.badge-success[href]:focus,
.badge-success[href]:hover {
	background-color: #2b957a;
}

.badge-info {
	background-color: #d10000;
}

.badge-info.badge-glow {
	-webkit-box-shadow: 0 0 10px #d10000;
	box-shadow: 0 0 10px #d10000;
}

.badge-info[href]:focus,
.badge-info[href]:hover {
	background-color: #2494be;
}

.badge-warning {
	background-color: #f6bb42;
}

.badge-warning.badge-glow {
	-webkit-box-shadow: 0 0 10px #f6bb42;
	box-shadow: 0 0 10px #f6bb42;
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
	background-color: #f4a911;
}

.badge-danger {
	background-color: #da4453;
}

.badge-danger.badge-glow {
	-webkit-box-shadow: 0 0 10px #da4453;
	box-shadow: 0 0 10px #da4453;
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
	background-color: #c42737;
}

.badge-up {
	position: absolute;
	top: 10px;
	right: 6px;
}

.badge-icon i {
	font-size: 100%;
	margin-right: 5px;
}

.form-control + .block-tag {
	display: block;
}

.block-tag {
	margin-top: 0.5rem;
}

.block-area {
	padding: 0.24rem 0.3rem;
}

.token.boolean,
.token.constant,
.token.deleted,
.token.number,
.token.property,
.token.symbol,
.token.tag {
	color: #905;
	font-size: 100%;
	font-weight: 400;
	padding: 0;
}

.nav {
	border-radius: 0.25rem;
}

.nav.wrap-border {
	border: 1px solid #ddd;
}

.nav.wrap-border li.nav-header {
	margin: 0 0.5rem;
}

.nav.no-hover-bg .nav-item:hover {
	background-color: transparent;
}

.nav .dropdown .dropdown-item.active,
.nav .dropdown .dropdown-item.active:focus {
	background-color: transparent;
	color: #55595c;
}

.nav.square-border,
.nav.square-border .nav-item .nav-link.active {
	border-radius: 0;
}

.nav .nav-item i {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.nav .modern-nav-toggle {
	padding: 25px 0;
}

.nav.nav-pills .nav-item .nav-link.active {
	background-color: #d10000 !important;
	color: #fff;
}

.nav.nav-pills .nav-item .nav-link i.float-right:before {
	position: relative;
	top: 7px;
	left: 7px;
}

.nav.nav-pills .nav-item .nav-link .badge.float-right {
	position: relative;
	top: 1px;
	left: 3px;
}

.nav.nav-pills .nav-item .nav-link.dropdown-toggle::after {
	top: -1px;
}

.nav.nav-pills.nav-justified {
	width: 100%;
}

.nav.nav-pills.nav-justified .nav-link {
	text-align: center;
	margin-bottom: 5px;
}

.nav.nav-pills.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media (min-width: 576px) {
	.nav.nav-pills.nav-justified .nav-item {
		display: table-cell;
		width: 1%;
	}

	.nav.nav-pills.nav-justified .nav-link {
		margin-bottom: 0;
	}

	.nav.nav-pills.nav-justified .nav-link.active,
	.nav.nav-pills.nav-justified .nav-link.active:focus,
	.nav.nav-pills.nav-justified .nav-link.active:hover {
		border-bottom-color: transparent;
	}
}

.nav.nav-pills.nav-justified .nav-link {
	margin-right: 0;
	border-radius: 0.21rem;
	display: block;
}

.nav.nav-pills.nav-justified .nav-link.active,
.nav.nav-pills.nav-justified .nav-link.active:focus,
.nav.nav-pills.nav-justified .nav-link.active:hover {
	border: none;
}

.nav.nav-pills.nav-pill-bordered .nav-item {
	border: 1px solid #d3d3d3;
	border-radius: 0.25rem;
}

.nav.nav-pills.nav-pill-with-active-bordered .nav-item a.nav-link {
	border: 1px solid #d3d3d3;
	border-radius: 0.25rem;
	background-color: #fff;
	color: #55595c;
}

.nav.nav-pills.nav-pill-with-active-bordered .nav-item a.nav-link.active {
	border: 1px solid #d10000;
	color: #fff;
}

.nav.nav-pills.nav-active-bordered-pill .nav-item a.nav-link {
	color: #55595c;
}

.nav.nav-pills.nav-active-bordered-pill .nav-item a.nav-link.active {
	border: 1px solid #d10000;
	border-radius: 0.25rem;
	color: #fff;
	background-color: #fff;
}

.nav.nav-pills.nav-pill-toolbar.nav-stacked .nav-item ~ .nav-item a.nav-link {
	border-left: 1px solid #d3d3d3;
	border-top: 0;
}

.nav.nav-pills.nav-pill-toolbar.nav-stacked .nav-item:first-child a.nav-link {
	border-radius: 0.25rem 0.25rem 0 0;
}

.nav.nav-pills.nav-pill-toolbar.nav-stacked .nav-item:last-child a.nav-link {
	border-radius: 0 0 0.25rem 0.25rem;
}

.nav.nav-pills.nav-pill-toolbar .nav-item {
	margin-top: 0;
	margin-left: 0;
}

.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.dropdown-toggle:after,
.nav.nav-tabs.nav-underline .nav-item a.nav-link.dropdown-toggle::after {
	margin-top: -1rem;
}

.nav.nav-pills.nav-pill-toolbar .nav-item a.nav-link {
	border: 1px solid #d3d3d3;
	border-radius: 0;
}

.nav.nav-pills.nav-pill-toolbar .nav-item a.nav-link.active,
.nav.nav-pills.nav-pill-toolbar .nav-item a.nav-link:active {
	border-color: #d10000;
}

.nav.nav-tabs .nav-item .nav-link {
	padding: 0.5rem 0.7rem;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.nav.nav-tabs .nav-item .nav-link:hover:not(.active) {
	border-color: transparent;
}

.nav.nav-tabs .nav-item .nav-link.active {
	background-color: #fff;
	border-radius: 0.25rem 0.25rem 0 0;
}

.nav.nav-tabs .nav-item .nav-link i.float-right {
	margin-left: 0.5rem;
}

.nav.nav-tabs .nav-item .nav-link.dropdown-toggle::after {
	top: -1px;
}

.nav.nav-tabs .nav-item:hover {
	color: #333;
}

.nav.nav-tabs.wrap-border {
	border: 1px solid #ddd;
}

.nav.nav-tabs.no-hover-bg .nav-item:hover {
	background-color: transparent;
}

.nav.nav-tabs .dropdown .dropdown-item.active,
.nav.nav-tabs .dropdown .dropdown-item.active:focus {
	background-color: transparent;
	color: #55595c;
}

.nav.nav-tabs.square-border,
.nav.nav-tabs.square-border .nav-item .nav-link.active {
	border-radius: 0;
}

.nav.nav-tabs.nav-justified {
	width: 100%;
}

.nav.nav-tabs.nav-justified .nav-link {
	text-align: center;
	margin-bottom: 5px;
	margin-right: 0;
	border-radius: 0.21rem;
}

.nav.nav-tabs.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media (min-width: 576px) {
	.nav.nav-tabs.nav-justified .nav-item {
		display: table-cell;
		width: 1%;
	}

	.nav.nav-tabs.nav-justified .nav-link {
		margin-bottom: 0;
	}

	.nav.nav-tabs.nav-justified .nav-link.active,
	.nav.nav-tabs.nav-justified .nav-link.active:focus,
	.nav.nav-tabs.nav-justified .nav-link.active:hover {
		border-bottom-color: transparent;
	}
}

.nav.nav-tabs.nav-justified .nav-item a.nav-link {
	display: block;
}

.nav.nav-tabs.nav-justified .nav-item a.nav-link .active {
	background-color: #fff;
}

.nav.nav-tabs.nav-top-border .nav-item a {
	color: #37bc9b;
}

.nav.nav-tabs.nav-top-border .nav-item a.nav-link.active {
	border-top: 3px solid #37bc9b;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	color: #555;
}

.nav.nav-tabs.nav-top-border .nav-item a:hover {
	color: #144639;
}

.nav.nav-tabs.nav-top-border .nav-item a:hover:not(.active) {
	border-color: transparent;
}

.nav.nav-tabs.nav-topline {
	border-bottom: none;
}

.nav.nav-tabs.nav-topline .nav-item:hover {
	background-color: transparent;
}

.nav.nav-tabs.nav-topline .nav-item:not(:last-child) {
	border-right: none;
}

.nav.nav-tabs.nav-topline .nav-item a {
	border: 1px solid rgba(40, 44, 42, 0.1);
	border-bottom: none;
}

.nav.nav-tabs.nav-topline .nav-item a.nav-link {
	padding: 0.8rem 0.5rem;
	background: rgba(40, 44, 42, 0.05);
	color: #74777b;
	line-height: 1;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	-moz-transition: color 0.2s;
	transition: color 0.2s;
}

.nav.nav-tabs.nav-topline .nav-item a.nav-link.active {
	background: 0 0;
	-webkit-box-shadow: inset 0 3px 0 #da4453;
	box-shadow: inset 0 3px 0 #da4453;
	color: #da4453;
	border-radius: 0;
	border-top-color: #da4453;
	border-bottom: none;
}

.nav.nav-tabs.nav-topline .nav-item a.nav-link:focus,
.nav.nav-tabs.nav-topline .nav-item a.nav-link:hover {
	color: #da4453;
}

.nav.nav-tabs.nav-topline .nav-item a.nav-link.dropdown-toggle::after {
	top: -1px;
}

.nav.nav-tabs.nav-underline {
	background: #fff;
	position: relative;
	border-bottom: 1px solid #d10000;
}

.nav.nav-tabs.nav-underline .nav-item {
	position: relative;
	z-index: 1;
	display: block;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
	margin-left: 0;
}

.nav.nav-tabs.nav-underline .nav-item.open a .nav-link {
	background-color: transparent;
}

.nav.nav-tabs.nav-underline .nav-item.open a .nav-link:focus,
.nav.nav-tabs.nav-underline .nav-item.open a .nav-link:hover {
	background-color: transparent;
	color: #d10000;
}

.nav.nav-tabs.nav-underline .nav-item a.nav-link {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2rem;
	padding: 0.5rem 1rem;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	-moz-transition: color 0.2s;
	transition: color 0.2s;
	color: #d10000;
	border: none;
}

.nav.nav-tabs.nav-underline .nav-item a.nav-link.active {
	border: none;
	background-color: transparent;
}

.nav.nav-tabs.nav-underline .nav-item a.nav-link.active:focus,
.nav.nav-tabs.nav-underline .nav-item a.nav-link.active:hover {
	color: #55595c;
	background-color: transparent;
}

.nav.nav-tabs.nav-underline .nav-item a.nav-link.active:before {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.nav.nav-tabs.nav-underline .nav-item a.nav-link:focus,
.nav.nav-tabs.nav-underline .nav-item a.nav-link:hover {
	color: #d10000;
}

.nav.nav-tabs.nav-underline .nav-item a.nav-link:before {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 4px;
	background: #d10000;
	content: "";
	-webkit-transition: -webkit-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-moz-transition: transform 0.3s, -moz-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s,
		-o-transform 0.3s;
	-webkit-transform: translate3d(0, 150%, 0);
	-moz-transform: translate3d(0, 150%, 0);
	transform: translate3d(0, 150%, 0);
}

.nav.nav-tabs.nav-linetriangle {
	border-bottom-color: #f6bb42;
}

.nav.nav-tabs.nav-linetriangle .nav-item {
	position: relative;
	z-index: 1;
	display: block;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
}

.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link {
	position: relative;
	display: block;
	overflow: visible;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
	border: none;
	color: #55595c;
}

.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom-color: #f6bb42;
	color: #f6bb42;
}

.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:after,
.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:before {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border: solid transparent;
	content: "";
	pointer-events: none;
}

.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:before {
	margin-left: -11px;
	border-width: 12px;
	border-top-color: #f6bb42;
}

.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:after {
	margin-left: -10px;
	border-width: 10px;
	border-top-color: #fff;
}

.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:focus {
	color: #f6bb42;
}

.nav.nav-tabs.nav-linetriangle
	.nav-item
	a.nav-link.dropdown-toggle.active:after {
	margin-top: 0;
}

.nav.nav-tabs.nav-linetriangle.nav-justified {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom-color: #f6bb42;
}

.nav.nav-tabs.nav-linetriangle.nav-justified .nav-item a.nav-link.active {
	top: 0;
}

.nav.nav-tabs.nav-iconfall {
	overflow: visible;
	border-bottom: none;
}

.nav.nav-tabs.nav-iconfall .nav-item {
	position: relative;
	z-index: 1;
	display: block;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
	margin: 0.5rem 0.7rem 0;
}

.nav.nav-tabs.nav-iconfall .nav-item:focus,
.nav.nav-tabs.nav-iconfall .nav-item:hover {
	background-color: transparent;
}

.nav.nav-tabs.nav-iconfall .nav-item a.nav-link {
	display: inline-block;
	padding: 1em 0 2em;
	color: #74777b;
	position: relative;
	line-height: 2.5;
	width: 100%;
	border: none;
	-webkit-transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-o-transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.nav.nav-tabs.nav-iconfall .nav-item a:focus,
.nav.nav-tabs.nav-iconfall .nav-item a:hover {
	color: #2cc185;
	border: none;
}

.nav.nav-tabs.nav-iconfall .nav-item a.active {
	color: #2cc185;
	border: none;
	background-color: transparent;
}

.nav.nav-tabs.nav-iconfall .nav-item a.active i:after {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.nav.nav-tabs.nav-iconfall .nav-item a.active i:before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.nav.nav-tabs.nav-iconfall .nav-item a i {
	display: block;
	margin-right: 0;
}

.nav.nav-tabs.nav-iconfall .nav-item a i:after {
	position: absolute;
	bottom: 1em;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 4px;
	background: #2cc185;
	content: "";
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s ease-in;
	-o-transition: -o-transform 0.2s ease-in;
	-moz-transition: transform 0.2s ease-in, -moz-transform 0.2s ease-in;
	transition: transform 0.2s ease-in;
	transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in,
		-moz-transform 0.2s ease-in, -o-transform 0.2s ease-in;
	-webkit-transform: scale3d(0, 1, 1);
	-moz-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
}

.nav.nav-tabs.nav-iconfall .nav-item a i:before {
	display: block;
	margin: 0 0 0.35em;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	-o-transition: opacity 0.2s, -o-transform 0.2s;
	-moz-transition: transform 0.2s, opacity 0.2s, -moz-transform 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s,
		-moz-transform 0.2s, -o-transform 0.2s;
	-webkit-transform: translate3d(0, -100px, 0);
	-moz-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0);
	pointer-events: none;
}

.nav.nav-tabs.nav-iconfall .nav-item a.dropdown-toggle:after {
	margin-top: -1rem;
}

.nav .nav-item .nav-link {
	display: block;
}

.nav .dropdown-divider {
	margin: 0.5rem 0;
}

@media (min-width: 576px) {
	.nav.nav-tabs.nav-iconfall.nav-justified .nav-item,
	.nav.nav-tabs.nav-linetriangle.nav-justified .nav-item,
	.nav.nav-tabs.nav-underline.nav-justified .nav-item {
		display: table-cell !important;
	}
}

.nav-vertical {
	overflow: hidden;
}

.nav-vertical .nav-left.nav-tabs {
	float: left;
	border-bottom: 0;
	border-radius: 0;
	display: table;
}

.nav-vertical .nav-left.nav-tabs li.nav-item {
	float: none;
	margin: 0 -1px 0 0;
}

.nav-vertical .nav-left.nav-tabs li.nav-item a.nav-link {
	min-width: 6.5rem;
	border-right: 1px solid #ddd;
}

.nav-vertical .nav-left.nav-tabs li.nav-item a.nav-link.active {
	border: 1px solid #ddd;
	border-right: 0;
	border-radius: 0.25rem 0 0 0.25rem;
}

.nav-vertical .nav-left.nav-tabs li.nav-item a.nav-link:hover:not(.active) {
	border-color: transparent;
	border-right: 1px solid #ddd;
}

.nav-vertical .nav-left.nav-tabs.nav-border-left li.nav-item a.nav-link {
	color: #da4453;
}

.nav-vertical .nav-left.nav-tabs.nav-border-left li.nav-item a.nav-link.active {
	border-left: 3px solid #da4453;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	color: #555;
}

.nav-vertical .nav-left ~ .tab-content {
	margin-left: 45px;
}

.nav-vertical .nav-left ~ .tab-content .tab-pane {
	display: none;
	background-color: #fff;
	padding: 0 0 0.6rem 1rem;
	overflow-y: auto;
}

.nav-vertical .nav-left ~ .tab-content .tab-pane.active {
	display: block;
}

.nav-vertical .nav-right.nav-tabs {
	float: right;
	border-bottom: 0;
	border-radius: 0;
	display: table;
}

.nav-vertical .nav-right.nav-tabs li.nav-item {
	float: none;
	margin: 0 0 0 -1px;
}

.nav-vertical .nav-right.nav-tabs li.nav-item a.nav-link {
	min-width: 6.5rem;
	border-left: 1px solid #ddd;
}

.nav-vertical .nav-right.nav-tabs li.nav-item a.nav-link.active {
	border: 1px solid #ddd;
	border-left: 0;
	border-radius: 0 0.25rem 0.25rem 0;
}

.nav-vertical .nav-right.nav-tabs li.nav-item a.nav-link:hover:not(.active) {
	border-color: transparent;
	border-left: 1px solid #ddd;
}

.nav-vertical .nav-right.nav-tabs.nav-border-right li.nav-item a.nav-link {
	color: #da4453;
}

.nav-vertical
	.nav-right.nav-tabs.nav-border-right
	li.nav-item
	a.nav-link.active {
	border-right: 3px solid #da4453;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	color: #555;
}

.nav-vertical .nav-right ~ .tab-content .tab-pane {
	display: none;
	background-color: #fff;
	padding: 0 0 0.6rem 1rem;
	overflow-y: auto;
}

.nav-vertical .nav-right ~ .tab-content .tab-pane.active {
	display: block;
}

.icon-spin,
ul.list-inline li {
	display: inline-block;
}

.nav.nav-tabs.nav-only-icon .nav-item .nav-link i {
	margin-left: 0.5rem;
}

.nav.nav-tabs .nav-item.show .nav-link,
.nav.nav-tabs .nav-item.show .nav-link:focus {
	background-color: transparent;
}

.alert {
	position: relative;
}

.alert .alert-link:hover {
	text-decoration: underline;
}

.alert.alert-icon-left {
	border-left-width: 4rem;
}

.alert.alert-icon-right {
	border-right-width: 4rem;
}

.alert.alert-icon-left[class*="bg-"] {
	border-left-color: rgba(0, 0, 0, 0.15) !important;
}

.alert.alert-icon-right[class*="bg-"] {
	border-right-color: rgba(0, 0, 0, 0.15) !important;
}

.alert[class*="alert-icon-"] .alert-icon {
	content: "\f2b2";
	font-family: LineAwesome;
	color: #fff;
	width: 4rem;
	left: -4rem;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.alert .close {
	font-size: 2rem;
	line-height: 1rem;
}

.alert[class*="bg-"],
.alert[class*="bg-"] .alert-link {
	color: #fff;
}

.alert[class*="bg-"] .close {
	color: #fff;
	opacity: 1;
	text-shadow: none;
}

.alert.alert-icon-right .alert-icon {
	left: auto;
	right: -4rem;
}

.alert[class*="alert-arrow-"]:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	border-left: 8px solid;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left-color: inherit;
	margin-top: -8px;
}

.alert.alert-arrow-right:before {
	left: auto;
	right: 0;
	border-left: 0;
	border-right: 8px solid;
	border-right-color: inherit;
}

.media-list .media {
	padding: 1.25rem;
	margin-top: 0;
}

.media-list .media .media-left {
	padding-right: 1rem;
	float: left;
}

.media-list .media .media-right {
	padding-left: 1rem;
	float: right;
}

.media-list a.media {
	color: #55595c !important;
}

.media [class*="avatar-"] {
	position: relative;
	padding-right: 0 !important;
	margin-right: 0;
}

.media [class*="avatar-"] i {
	position: absolute;
	right: -4px;
	bottom: -1px;
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-radius: 100%;
}

.media-bordered .media {
	border-top: 1px solid #e4e7ed;
}

.media-bordered .media:first-child {
	border-top: 0;
}

.media-notation a {
	margin-right: 0.5rem;
}

.progress {
	margin-bottom: 3rem;
}

.progress:last-child {
	margin-bottom: 1rem;
}

.progress.progress-xl {
	height: 2rem !important;
}

.progress.progress-lg {
	height: 1.5rem !important;
}

.progress.progress-md {
	height: 1rem !important;
}

.progress.progress-sm {
	height: 0.5rem !important;
}

.progress.progress-xs {
	height: 0.25rem !important;
}

.progress.box-shadow {
	-webkit-box-shadow: 0 10px 15px 0 rgba(85, 89, 92, 0.3);
	box-shadow: 0 10px 15px 0 rgba(85, 89, 92, 0.3);
}

ul.list-inline.list-inline-pipe > li + li:before {
	content: " | ";
	color: #818a91;
}

.list-group .list-group-item.active {
	color: #fff !important;
}

.list-group .list-group-item-action:active {
	color: #fff;
	background-color: #d10000;
}

.list-group .list-group-item-action:active a {
	color: #fff;
}

.users-list li + li {
	margin-left: -14px;
}

.users-list li img {
	border: 2px solid #fff;
	-webkit-box-shadow: 0 2px 10px 0 rgba(85, 89, 92, 0.3);
	box-shadow: 0 2px 10px 0 rgba(85, 89, 92, 0.3);
}

.users-list li .badge {
	background: rgba(255, 255, 255, 0.8);
	color: #55595c;
	margin-bottom: 6px;
}

.modal-sm {
	max-width: 400px;
}

.modal-xs {
	max-width: 300px;
}

.modal-xl {
	max-width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}

.icon-align {
	margin-top: 0.6rem;
	margin-left: 0.5rem;
}

.popover.bs-tether-element-attached-left:after,
.popover.bs-tether-element-attached-left:before,
.popover.bs-tether-element-attached-right:after,
.popover.bs-tether-element-attached-right:before,
.popover.popover-left:after,
.popover.popover-left:before,
.popover.popover-right:after,
.popover.popover-right:before {
	margin-top: -10px;
}

.popover.bs-tether-element-attached-bottom:after,
.popover.bs-tether-element-attached-bottom:before,
.popover.bs-tether-element-attached-top:after,
.popover.bs-tether-element-attached-top:before,
.popover.popover-bottom:after,
.popover.popover-bottom:before,
.popover.popover-top:after,
.popover.popover-top:before {
	margin-left: -10px;
}

.icon-bg-circle {
	color: #fff;
	padding: 0.5rem;
	border-radius: 50%;
}

.icon-left,
.icon-right {
	margin-right: 0.5rem;
}

.icon-spin {
	-webkit-animation: spin 1s infinite linear;
	-moz-animation: spin 1s infinite linear;
	-o-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear;
}

.blockOverlay {
	z-index: 1050 !important;
}

.blockElement,
.blockPage {
	z-index: 1051 !important;
}

.embed-responsive:before {
	padding-top: 57%;
}

@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0);
	}

	to {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@-o-keyframes spin {
	from {
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.hidden {
	display: none;
	visibility: hidden;
}

a:hover {
	cursor: pointer;
}

.round {
	border-radius: 1.5rem;
}

.square {
	border-radius: 0;
}

.mega-dropdown-menu p.accordion-text {
	line-height: 1.45;
}

.mega-dropdown-menu a[aria-expanded="true"] {
	padding-bottom: 1rem;
}

.line-on-side {
	border-bottom: 1px solid #dadada;
	line-height: 0.1em;
	margin: 10px 0 20px;
}

.line-on-side span {
	background: #fff;
	padding: 0 10px;
}

.icon-line-height {
	line-height: 1.5rem !important;
}

.table-middle td {
	vertical-align: middle;
}

.spinner {
	display: inline-block;
	-webkit-animation: spin 1s linear infinite;
	-o-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0%,
	from {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	100%,
	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* COLORS */

.alert-white,
.btn-white {
	border-color: #fff !important;
}

.white {
	color: #fff !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-white .card-footer,
.bg-white .card-header {
	background-color: transparent;
}

.selectboxit.selectboxit-btn.bg-white {
	background-color: #fff !important;
}

.alert-white {
	background-color: #fff !important;
	color: #a6a6a6 !important;
}

.alert-white .alert-link {
	color: #919191 !important;
}

.overlay-white {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
}

.btn-white {
	background-color: #fff !important;
	color: #fff;
}

.btn-white:active,
.btn-white:focus,
.btn-white:hover {
	color: #fff !important;
}

.btn-white.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 255, 255, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 255, 255, 0.6);
}

.btn-outline-white {
	border-color: #fff;
	background-color: transparent;
	color: #fff;
}

.btn-outline-white:hover {
	background-color: #fff;
	color: #fff !important;
}

.alert-black,
.alert-black .alert-link,
.black {
	color: #000 !important;
}

.btn-outline-white.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 255, 255, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 255, 255, 0.6);
}

input[type="checkbox"].bg-white + .custom-control-label:before,
input[type="radio"].bg-white + .custom-control-label:before {
	background-color: #fff !important;
}

input:focus ~ .bg-white {
	-webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fff !important;
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fff !important;
}

.border-white {
	border: 1px solid #fff !important;
}

.alert-black,
.btn-black {
	border-color: #000 !important;
}

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

.bg-black .card-footer,
.bg-black .card-header {
	background-color: transparent;
}

.selectboxit.selectboxit-btn.bg-black {
	background-color: #000 !important;
}

.alert-black {
	background-color: #242424 !important;
}

.overlay-black {
	background: #000;
	background: rgba(0, 0, 0, 0.8);
}

.btn-black {
	background-color: #000 !important;
	color: #fff;
}

.btn-black:active,
.btn-black:focus,
.btn-black:hover {
	color: #fff !important;
}

.btn-black.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.6);
}

.btn-outline-black {
	border-color: #000;
	background-color: transparent;
	color: #000;
}

.btn-outline-black:hover {
	background-color: #000;
	color: #fff !important;
}

.btn-outline-black.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.6);
}

input[type="checkbox"].bg-black + .custom-control-label:before,
input[type="radio"].bg-black + .custom-control-label:before {
	background-color: #000 !important;
}

.bg-primary.bg-lighten-5,
.btn-primary.btn-lighten-5 {
	background-color: #f1ebff !important;
}

input:focus ~ .bg-black {
	-webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #000 !important;
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #000 !important;
}

.border-black {
	border: 1px solid #000 !important;
}

.primary.lighten-5 {
	color: #f1ebff !important;
}

.bg-primary.bg-lighten-5.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(241, 235, 255, 0.6);
	box-shadow: 0 1px 20px 1px rgba(241, 235, 255, 0.6);
}

.btn-primary.btn-lighten-5 {
	border-color: #704acf !important;
}

.btn-primary.btn-lighten-5:hover {
	border-color: #704acf !important;
	background-color: #5e34c6 !important;
}

.btn-primary.btn-lighten-5:active,
.btn-primary.btn-lighten-5:focus {
	border-color: #5e34c6 !important;
	background-color: #522eae !important;
}

.btn-outline-primary.btn-outline-lighten-5 {
	border-color: #f1ebff !important;
	color: #f1ebff !important;
}

.btn-outline-primary.btn-outline-lighten-5:hover {
	background-color: #f1ebff !important;
}

.border-primary.border-lighten-5 {
	border: 1px solid #f1ebff !important;
}

.border-top-primary.border-top-lighten-5 {
	border-top: 1px solid #f1ebff !important;
}

.border-bottom-primary.border-bottom-lighten-5 {
	border-bottom: 1px solid #f1ebff !important;
}

.border-left-primary.border-left-lighten-5 {
	border-left: 1px solid #f1ebff !important;
}

.border-right-primary.border-right-lighten-5 {
	border-right: 1px solid #f1ebff !important;
}

.overlay-primary.overlay-lighten-5 {
	background: #f1ebff;
	background: rgba(241, 235, 255, 0.8);
}

.bg-primary.bg-lighten-4,
.btn-primary.btn-lighten-4 {
	background-color: #e9e3f8 !important;
}

.primary.lighten-4 {
	color: #e9e3f8 !important;
}

.bg-primary.bg-lighten-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(233, 227, 248, 0.6);
	box-shadow: 0 1px 20px 1px rgba(233, 227, 248, 0.6);
}

.btn-primary.btn-lighten-4 {
	border-color: #704acf !important;
}

.btn-primary.btn-lighten-4:hover {
	border-color: #704acf !important;
	background-color: #5e34c6 !important;
}

.btn-primary.btn-lighten-4:active,
.btn-primary.btn-lighten-4:focus {
	border-color: #5e34c6 !important;
	background-color: #522eae !important;
}

.btn-outline-primary.btn-outline-lighten-4 {
	border-color: #e9e3f8 !important;
	color: #e9e3f8 !important;
}

.btn-outline-primary.btn-outline-lighten-4:hover {
	background-color: #e9e3f8 !important;
}

.border-primary.border-lighten-4 {
	border: 1px solid #e9e3f8 !important;
}

.border-top-primary.border-top-lighten-4 {
	border-top: 1px solid #e9e3f8 !important;
}

.border-bottom-primary.border-bottom-lighten-4 {
	border-bottom: 1px solid #e9e3f8 !important;
}

.border-left-primary.border-left-lighten-4 {
	border-left: 1px solid #e9e3f8 !important;
}

.border-right-primary.border-right-lighten-4 {
	border-right: 1px solid #e9e3f8 !important;
}

.overlay-primary.overlay-lighten-4 {
	background: #e9e3f8;
	background: rgba(233, 227, 248, 0.8);
}

.bg-primary.bg-lighten-3,
.btn-primary.btn-lighten-3 {
	background-color: #bcaae9 !important;
}

.primary.lighten-3 {
	color: #bcaae9 !important;
}

.bg-primary.bg-lighten-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(188, 170, 233, 0.6);
	box-shadow: 0 1px 20px 1px rgba(188, 170, 233, 0.6);
}

.btn-primary.btn-lighten-3 {
	border-color: #704acf !important;
}

.btn-primary.btn-lighten-3:hover {
	border-color: #704acf !important;
	background-color: #5e34c6 !important;
}

.btn-primary.btn-lighten-3:active,
.btn-primary.btn-lighten-3:focus {
	border-color: #5e34c6 !important;
	background-color: #522eae !important;
}

.btn-outline-primary.btn-outline-lighten-3 {
	border-color: #bcaae9 !important;
	color: #bcaae9 !important;
}

.btn-outline-primary.btn-outline-lighten-3:hover {
	background-color: #bcaae9 !important;
}

.border-primary.border-lighten-3 {
	border: 1px solid #bcaae9 !important;
}

.border-top-primary.border-top-lighten-3 {
	border-top: 1px solid #bcaae9 !important;
}

.border-bottom-primary.border-bottom-lighten-3 {
	border-bottom: 1px solid #bcaae9 !important;
}

.border-left-primary.border-left-lighten-3 {
	border-left: 1px solid #bcaae9 !important;
}

.border-right-primary.border-right-lighten-3 {
	border-right: 1px solid #bcaae9 !important;
}

.overlay-primary.overlay-lighten-3 {
	background: #bcaae9;
	background: rgba(188, 170, 233, 0.8);
}

.bg-primary.bg-lighten-2,
.btn-primary.btn-lighten-2 {
	background-color: #ac92ec !important;
}

.primary.lighten-2 {
	color: #ac92ec !important;
}

.bg-primary.bg-lighten-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(172, 146, 236, 0.6);
	box-shadow: 0 1px 20px 1px rgba(172, 146, 236, 0.6);
}

.btn-primary.btn-lighten-2 {
	border-color: #704acf !important;
}

.btn-primary.btn-lighten-2:hover {
	border-color: #704acf !important;
	background-color: #5e34c6 !important;
}

.btn-primary.btn-lighten-2:active,
.btn-primary.btn-lighten-2:focus {
	border-color: #5e34c6 !important;
	background-color: #522eae !important;
}

.btn-outline-primary.btn-outline-lighten-2 {
	border-color: #ac92ec !important;
	color: #ac92ec !important;
}

.btn-outline-primary.btn-outline-lighten-2:hover {
	background-color: #ac92ec !important;
}

.border-primary.border-lighten-2 {
	border: 1px solid #ac92ec !important;
}

.border-top-primary.border-top-lighten-2 {
	border-top: 1px solid #ac92ec !important;
}

.border-bottom-primary.border-bottom-lighten-2 {
	border-bottom: 1px solid #ac92ec !important;
}

.border-left-primary.border-left-lighten-2 {
	border-left: 1px solid #ac92ec !important;
}

.border-right-primary.border-right-lighten-2 {
	border-right: 1px solid #ac92ec !important;
}

.overlay-primary.overlay-lighten-2 {
	background: #ac92ec;
	background: rgba(172, 146, 236, 0.8);
}

.bg-primary.bg-lighten-1,
.btn-primary.btn-lighten-1 {
	background-color: #a992e2 !important;
}

.primary.lighten-1 {
	color: #a992e2 !important;
}

.bg-primary.bg-lighten-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(169, 146, 226, 0.6);
	box-shadow: 0 1px 20px 1px rgba(169, 146, 226, 0.6);
}

.bg-primary.bg-glow,
.btn-primary.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(150, 122, 220, 0.6);
}

.btn-primary.btn-lighten-1 {
	border-color: #704acf !important;
}

.btn-primary.btn-lighten-1:hover {
	border-color: #704acf !important;
	background-color: #5e34c6 !important;
}

.btn-primary.btn-lighten-1:active,
.btn-primary.btn-lighten-1:focus {
	border-color: #5e34c6 !important;
	background-color: #522eae !important;
}

.btn-outline-primary.btn-outline-lighten-1 {
	border-color: #a992e2 !important;
	color: #a992e2 !important;
}

.btn-outline-primary.btn-outline-lighten-1:hover {
	background-color: #a992e2 !important;
}

.border-primary.border-lighten-1 {
	border: 1px solid #a992e2 !important;
}

.border-top-primary.border-top-lighten-1 {
	border-top: 1px solid #a992e2 !important;
}

.border-bottom-primary.border-bottom-lighten-1 {
	border-bottom: 1px solid #a992e2 !important;
}

.border-left-primary.border-left-lighten-1 {
	border-left: 1px solid #a992e2 !important;
}

.border-right-primary.border-right-lighten-1 {
	border-right: 1px solid #a992e2 !important;
}

.alert-primary,
.btn-primary {
	border-color: #967adc !important;
}

.overlay-primary.overlay-lighten-1 {
	background: #a992e2;
	background: rgba(169, 146, 226, 0.8);
}

.primary {
	color: #967adc !important;
}

.bg-primary {
	background-color: #967adc !important;
}

.bg-primary .card-footer,
.bg-primary .card-header {
	background-color: transparent;
}

.bg-primary.bg-glow {
	box-shadow: 0 1px 20px 1px rgba(150, 122, 220, 0.6);
}

.selectboxit.selectboxit-btn.bg-primary {
	background-color: #967adc !important;
}

.alert-primary {
	background-color: #c3b3eb !important;
	color: #3d2281 !important;
}

.alert-primary .alert-link {
	color: #2e1a61 !important;
}

.overlay-primary {
	background: #967adc;
	background: rgba(150, 122, 220, 0.8);
}

.btn-primary {
	background-color: #967adc !important;
	color: #fff;
}

.btn-primary:hover {
	border-color: #704acf !important;
	background-color: #8362d6 !important;
	color: #fff !important;
}

.btn-primary:active,
.btn-primary:focus {
	border-color: #5e34c6 !important;
	background-color: #704acf !important;
	color: #fff !important;
}

.btn-primary.btn-glow {
	box-shadow: 0 1px 20px 1px rgba(150, 122, 220, 0.6);
}

.btn-outline-primary {
	border-color: #967adc;
	background-color: transparent;
	color: #967adc;
}

.btn-outline-primary:hover {
	background-color: #967adc;
	color: #fff !important;
}

.btn-outline-primary.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(150, 122, 220, 0.6);
	box-shadow: 0 1px 20px 1px rgba(150, 122, 220, 0.6);
}

input[type="checkbox"].bg-primary + .custom-control-label:before,
input[type="radio"].bg-primary + .custom-control-label:before {
	background-color: #967adc !important;
}

.bg-primary.bg-darken-1,
.btn-primary.btn-darken-1 {
	background-color: #8362d6 !important;
}

.border-primary {
	border: 1px solid #967adc !important;
}

.border-top-primary {
	border-top: 1px solid #967adc;
}

.border-bottom-primary {
	border-bottom: 1px solid #967adc;
}

.border-left-primary {
	border-left: 1px solid #967adc;
}

.border-right-primary {
	border-right: 1px solid #967adc;
}

.primary.darken-1 {
	color: #8362d6 !important;
}

.bg-primary.bg-darken-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(131, 98, 214, 0.6);
	box-shadow: 0 1px 20px 1px rgba(131, 98, 214, 0.6);
}

.btn-primary.btn-darken-1 {
	border-color: #704acf !important;
}

.btn-primary.btn-darken-1:hover {
	border-color: #704acf !important;
	background-color: #5e34c6 !important;
}

.btn-primary.btn-darken-1:active,
.btn-primary.btn-darken-1:focus {
	border-color: #5e34c6 !important;
	background-color: #522eae !important;
}

.btn-outline-primary.btn-outline-darken-1 {
	border-color: #8362d6 !important;
	color: #8362d6 !important;
}

.btn-outline-primary.btn-outline-darken-1:hover {
	background-color: #8362d6 !important;
}

.border-primary.border-darken-1 {
	border: 1px solid #8362d6 !important;
}

.border-top-primary.border-top-darken-1 {
	border-top: 1px solid #8362d6 !important;
}

.border-bottom-primary.border-bottom-darken-1 {
	border-bottom: 1px solid #8362d6 !important;
}

.border-left-primary.border-left-darken-1 {
	border-left: 1px solid #8362d6 !important;
}

.border-right-primary.border-right-darken-1 {
	border-right: 1px solid #8362d6 !important;
}

.overlay-primary.overlay-darken-1 {
	background: #8362d6;
	background: rgba(131, 98, 214, 0.8);
}

.bg-primary.bg-darken-2,
.btn-primary.btn-darken-2 {
	background-color: #704acf !important;
}

.primary.darken-2 {
	color: #704acf !important;
}

.bg-primary.bg-darken-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(112, 74, 207, 0.6);
	box-shadow: 0 1px 20px 1px rgba(112, 74, 207, 0.6);
}

.btn-primary.btn-darken-2 {
	border-color: #704acf !important;
}

.btn-primary.btn-darken-2:hover {
	border-color: #704acf !important;
	background-color: #5e34c6 !important;
}

.btn-primary.btn-darken-2:active,
.btn-primary.btn-darken-2:focus {
	border-color: #5e34c6 !important;
	background-color: #522eae !important;
}

.btn-outline-primary.btn-outline-darken-2 {
	border-color: #704acf !important;
	color: #704acf !important;
}

.btn-outline-primary.btn-outline-darken-2:hover {
	background-color: #704acf !important;
}

.border-primary.border-darken-2 {
	border: 1px solid #704acf !important;
}

.border-top-primary.border-top-darken-2 {
	border-top: 1px solid #704acf !important;
}

.border-bottom-primary.border-bottom-darken-2 {
	border-bottom: 1px solid #704acf !important;
}

.border-left-primary.border-left-darken-2 {
	border-left: 1px solid #704acf !important;
}

.border-right-primary.border-right-darken-2 {
	border-right: 1px solid #704acf !important;
}

.overlay-primary.overlay-darken-2 {
	background: #704acf;
	background: rgba(112, 74, 207, 0.8);
}

.primary.darken-3 {
	color: #5e34c6 !important;
}

.bg-primary.bg-darken-3 {
	background-color: #5e34c6 !important;
}

.bg-primary.bg-darken-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(94, 52, 198, 0.6);
	box-shadow: 0 1px 20px 1px rgba(94, 52, 198, 0.6);
}

.btn-primary.btn-darken-3,
.btn-primary.btn-darken-3:hover {
	border-color: #704acf !important;
	background-color: #5e34c6 !important;
}

.btn-primary.btn-darken-3:active,
.btn-primary.btn-darken-3:focus {
	border-color: #5e34c6 !important;
	background-color: #522eae !important;
}

.btn-outline-primary.btn-outline-darken-3 {
	border-color: #5e34c6 !important;
	color: #5e34c6 !important;
}

.btn-outline-primary.btn-outline-darken-3:hover {
	background-color: #5e34c6 !important;
}

.border-primary.border-darken-3 {
	border: 1px solid #5e34c6 !important;
}

.border-top-primary.border-top-darken-3 {
	border-top: 1px solid #5e34c6 !important;
}

.border-bottom-primary.border-bottom-darken-3 {
	border-bottom: 1px solid #5e34c6 !important;
}

.border-left-primary.border-left-darken-3 {
	border-left: 1px solid #5e34c6 !important;
}

.border-right-primary.border-right-darken-3 {
	border-right: 1px solid #5e34c6 !important;
}

.overlay-primary.overlay-darken-3 {
	background: #5e34c6;
	background: rgba(94, 52, 198, 0.8);
}

.bg-primary.bg-darken-4,
.btn-primary.btn-darken-4 {
	background-color: #522eae !important;
}

.primary.darken-4 {
	color: #522eae !important;
}

.bg-primary.bg-darken-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(82, 46, 174, 0.6);
	box-shadow: 0 1px 20px 1px rgba(82, 46, 174, 0.6);
}

.btn-primary.btn-darken-4 {
	border-color: #704acf !important;
}

.btn-primary.btn-darken-4:hover {
	border-color: #704acf !important;
	background-color: #5e34c6 !important;
}

.btn-primary.btn-darken-4:active,
.btn-primary.btn-darken-4:focus {
	border-color: #5e34c6 !important;
	background-color: #522eae !important;
}

.btn-outline-primary.btn-outline-darken-4 {
	border-color: #522eae !important;
	color: #522eae !important;
}

.btn-outline-primary.btn-outline-darken-4:hover {
	background-color: #522eae !important;
}

.border-primary.border-darken-4 {
	border: 1px solid #522eae !important;
}

.border-top-primary.border-top-darken-4 {
	border-top: 1px solid #522eae !important;
}

.border-bottom-primary.border-bottom-darken-4 {
	border-bottom: 1px solid #522eae !important;
}

.border-left-primary.border-left-darken-4 {
	border-left: 1px solid #522eae !important;
}

.border-right-primary.border-right-darken-4 {
	border-right: 1px solid #522eae !important;
}

.overlay-primary.overlay-darken-4 {
	background: #522eae;
	background: rgba(82, 46, 174, 0.8);
}

.bg-primary.bg-accent-1,
.btn-primary.btn-accent-1 {
	background-color: #9e77fd !important;
}

.primary.accent-1 {
	color: #9e77fd !important;
}

.bg-primary.bg-accent-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(158, 119, 253, 0.6);
	box-shadow: 0 1px 20px 1px rgba(158, 119, 253, 0.6);
}

.btn-primary.btn-accent-1 {
	border-color: #704acf !important;
}

.btn-primary.btn-accent-1:hover {
	border-color: #704acf !important;
	background-color: #5e34c6 !important;
}

.btn-primary.btn-accent-1:active,
.btn-primary.btn-accent-1:focus {
	border-color: #5e34c6 !important;
	background-color: #522eae !important;
}

.btn-outline-primary.btn-outline-accent-1 {
	border-color: #9e77fd !important;
	color: #9e77fd !important;
}

.btn-outline-primary.btn-outline-accent-1:hover {
	background-color: #9e77fd !important;
}

.border-primary.border-accent-1 {
	border: 1px solid #9e77fd !important;
}

.border-top-primary.border-top-accent-1 {
	border-top: 1px solid #9e77fd !important;
}

.border-bottom-primary.border-bottom-accent-1 {
	border-bottom: 1px solid #9e77fd !important;
}

.border-left-primary.border-left-accent-1 {
	border-left: 1px solid #9e77fd !important;
}

.border-right-primary.border-right-accent-1 {
	border-right: 1px solid #9e77fd !important;
}

.overlay-primary.overlay-accent-1 {
	background: #9e77fd;
	background: rgba(158, 119, 253, 0.8);
}

.bg-primary.bg-accent-2,
.btn-primary.btn-accent-2 {
	background-color: #9067f5 !important;
}

.primary.accent-2 {
	color: #9067f5 !important;
}

.bg-primary.bg-accent-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(144, 103, 245, 0.6);
	box-shadow: 0 1px 20px 1px rgba(144, 103, 245, 0.6);
}

.btn-primary.btn-accent-2 {
	border-color: #704acf !important;
}

.btn-primary.btn-accent-2:hover {
	border-color: #704acf !important;
	background-color: #5e34c6 !important;
}

.btn-primary.btn-accent-2:active,
.btn-primary.btn-accent-2:focus {
	border-color: #5e34c6 !important;
	background-color: #522eae !important;
}

.btn-outline-primary.btn-outline-accent-2 {
	border-color: #9067f5 !important;
	color: #9067f5 !important;
}

.btn-outline-primary.btn-outline-accent-2:hover {
	background-color: #9067f5 !important;
}

.border-primary.border-accent-2 {
	border: 1px solid #9067f5 !important;
}

.border-top-primary.border-top-accent-2 {
	border-top: 1px solid #9067f5 !important;
}

.border-bottom-primary.border-bottom-accent-2 {
	border-bottom: 1px solid #9067f5 !important;
}

.border-left-primary.border-left-accent-2 {
	border-left: 1px solid #9067f5 !important;
}

.border-right-primary.border-right-accent-2 {
	border-right: 1px solid #9067f5 !important;
}

.overlay-primary.overlay-accent-2 {
	background: #9067f5;
	background: rgba(144, 103, 245, 0.8);
}

.bg-primary.bg-accent-3,
.btn-primary.btn-accent-3 {
	background-color: #845de2 !important;
}

.primary.accent-3 {
	color: #845de2 !important;
}

.bg-primary.bg-accent-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(132, 93, 226, 0.6);
	box-shadow: 0 1px 20px 1px rgba(132, 93, 226, 0.6);
}

.btn-primary.btn-accent-3 {
	border-color: #704acf !important;
}

.btn-primary.btn-accent-3:hover {
	border-color: #704acf !important;
	background-color: #5e34c6 !important;
}

.btn-primary.btn-accent-3:active,
.btn-primary.btn-accent-3:focus {
	border-color: #5e34c6 !important;
	background-color: #522eae !important;
}

.btn-outline-primary.btn-outline-accent-3 {
	border-color: #845de2 !important;
	color: #845de2 !important;
}

.btn-outline-primary.btn-outline-accent-3:hover {
	background-color: #845de2 !important;
}

.border-primary.border-accent-3 {
	border: 1px solid #845de2 !important;
}

.border-top-primary.border-top-accent-3 {
	border-top: 1px solid #845de2 !important;
}

.border-bottom-primary.border-bottom-accent-3 {
	border-bottom: 1px solid #845de2 !important;
}

.border-left-primary.border-left-accent-3 {
	border-left: 1px solid #845de2 !important;
}

.border-right-primary.border-right-accent-3 {
	border-right: 1px solid #845de2 !important;
}

.overlay-primary.overlay-accent-3 {
	background: #845de2;
	background: rgba(132, 93, 226, 0.8);
}

.bg-primary.bg-accent-4,
.btn-primary.btn-accent-4 {
	background-color: #7452c7 !important;
}

.primary.accent-4 {
	color: #7452c7 !important;
}

.bg-primary.bg-accent-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(116, 82, 199, 0.6);
	box-shadow: 0 1px 20px 1px rgba(116, 82, 199, 0.6);
}

.btn-primary.btn-accent-4 {
	border-color: #704acf !important;
}

.btn-primary.btn-accent-4:hover {
	border-color: #704acf !important;
	background-color: #5e34c6 !important;
}

.btn-primary.btn-accent-4:active,
.btn-primary.btn-accent-4:focus {
	border-color: #5e34c6 !important;
	background-color: #522eae !important;
}

.btn-outline-primary.btn-outline-accent-4 {
	border-color: #7452c7 !important;
	color: #7452c7 !important;
}

.btn-outline-primary.btn-outline-accent-4:hover {
	background-color: #7452c7 !important;
}

input:focus ~ .bg-primary {
	-webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7452c7 !important;
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7452c7 !important;
}

.border-primary.border-accent-4 {
	border: 1px solid #7452c7 !important;
}

.border-top-primary.border-top-accent-4 {
	border-top: 1px solid #7452c7 !important;
}

.border-bottom-primary.border-bottom-accent-4 {
	border-bottom: 1px solid #7452c7 !important;
}

.border-left-primary.border-left-accent-4 {
	border-left: 1px solid #7452c7 !important;
}

.border-right-primary.border-right-accent-4 {
	border-right: 1px solid #7452c7 !important;
}

.overlay-primary.overlay-accent-4 {
	background: #7452c7;
	background: rgba(116, 82, 199, 0.8);
}

.bg-success.bg-lighten-5,
.btn-success.btn-lighten-5 {
	background-color: #c2ede3 !important;
}

.success.lighten-5 {
	color: #c2ede3 !important;
}

.bg-success.bg-lighten-5.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(194, 237, 227, 0.6);
	box-shadow: 0 1px 20px 1px rgba(194, 237, 227, 0.6);
}

.btn-success.btn-lighten-5 {
	border-color: #298d74 !important;
}

.btn-success.btn-lighten-5:hover {
	border-color: #298d74 !important;
	background-color: #227560 !important;
}

.btn-success.btn-lighten-5:active,
.btn-success.btn-lighten-5:focus {
	border-color: #227560 !important;
	background-color: #1b5d4d !important;
}

.btn-outline-success.btn-outline-lighten-5 {
	border-color: #c2ede3 !important;
	color: #c2ede3 !important;
}

.btn-outline-success.btn-outline-lighten-5:hover {
	background-color: #c2ede3 !important;
}

.border-success.border-lighten-5 {
	border: 1px solid #c2ede3 !important;
}

.border-top-success.border-top-lighten-5 {
	border-top: 1px solid #c2ede3 !important;
}

.border-bottom-success.border-bottom-lighten-5 {
	border-bottom: 1px solid #c2ede3 !important;
}

.border-left-success.border-left-lighten-5 {
	border-left: 1px solid #c2ede3 !important;
}

.border-right-success.border-right-lighten-5 {
	border-right: 1px solid #c2ede3 !important;
}

.overlay-success.overlay-lighten-5 {
	background: #c2ede3;
	background: rgba(194, 237, 227, 0.8);
}

.bg-success.bg-lighten-4,
.btn-success.btn-lighten-4 {
	background-color: #97e1ce !important;
}

.success.lighten-4 {
	color: #97e1ce !important;
}

.bg-success.bg-lighten-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(151, 225, 206, 0.6);
	box-shadow: 0 1px 20px 1px rgba(151, 225, 206, 0.6);
}

.btn-success.btn-lighten-4 {
	border-color: #298d74 !important;
}

.btn-success.btn-lighten-4:hover {
	border-color: #298d74 !important;
	background-color: #227560 !important;
}

.btn-success.btn-lighten-4:active,
.btn-success.btn-lighten-4:focus {
	border-color: #227560 !important;
	background-color: #1b5d4d !important;
}

.btn-outline-success.btn-outline-lighten-4 {
	border-color: #97e1ce !important;
	color: #97e1ce !important;
}

.btn-outline-success.btn-outline-lighten-4:hover {
	background-color: #97e1ce !important;
}

.border-success.border-lighten-4 {
	border: 1px solid #97e1ce !important;
}

.border-top-success.border-top-lighten-4 {
	border-top: 1px solid #97e1ce !important;
}

.border-bottom-success.border-bottom-lighten-4 {
	border-bottom: 1px solid #97e1ce !important;
}

.border-left-success.border-left-lighten-4 {
	border-left: 1px solid #97e1ce !important;
}

.border-right-success.border-right-lighten-4 {
	border-right: 1px solid #97e1ce !important;
}

.overlay-success.overlay-lighten-4 {
	background: #97e1ce;
	background: rgba(151, 225, 206, 0.8);
}

.bg-success.bg-lighten-3,
.btn-success.btn-lighten-3 {
	background-color: #60d0b4 !important;
}

.success.lighten-3 {
	color: #60d0b4 !important;
}

.bg-success.bg-lighten-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(96, 208, 180, 0.6);
	box-shadow: 0 1px 20px 1px rgba(96, 208, 180, 0.6);
}

.btn-success.btn-lighten-3 {
	border-color: #298d74 !important;
}

.btn-success.btn-lighten-3:hover {
	border-color: #298d74 !important;
	background-color: #227560 !important;
}

.btn-success.btn-lighten-3:active,
.btn-success.btn-lighten-3:focus {
	border-color: #227560 !important;
	background-color: #1b5d4d !important;
}

.btn-outline-success.btn-outline-lighten-3 {
	border-color: #60d0b4 !important;
	color: #60d0b4 !important;
}

.btn-outline-success.btn-outline-lighten-3:hover {
	background-color: #60d0b4 !important;
}

.border-success.border-lighten-3 {
	border: 1px solid #60d0b4 !important;
}

.border-top-success.border-top-lighten-3 {
	border-top: 1px solid #60d0b4 !important;
}

.border-bottom-success.border-bottom-lighten-3 {
	border-bottom: 1px solid #60d0b4 !important;
}

.border-left-success.border-left-lighten-3 {
	border-left: 1px solid #60d0b4 !important;
}

.border-right-success.border-right-lighten-3 {
	border-right: 1px solid #60d0b4 !important;
}

.overlay-success.overlay-lighten-3 {
	background: #60d0b4;
	background: rgba(96, 208, 180, 0.8);
}

.bg-success.bg-lighten-2,
.btn-success.btn-lighten-2 {
	background-color: #48cfad !important;
}

.success.lighten-2 {
	color: #48cfad !important;
}

.bg-success.bg-lighten-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(72, 207, 173, 0.6);
	box-shadow: 0 1px 20px 1px rgba(72, 207, 173, 0.6);
}

.btn-success.btn-lighten-2 {
	border-color: #298d74 !important;
}

.btn-success.btn-lighten-2:hover {
	border-color: #298d74 !important;
	background-color: #227560 !important;
}

.btn-success.btn-lighten-2:active,
.btn-success.btn-lighten-2:focus {
	border-color: #227560 !important;
	background-color: #1b5d4d !important;
}

.btn-outline-success.btn-outline-lighten-2 {
	border-color: #48cfad !important;
	color: #48cfad !important;
}

.btn-outline-success.btn-outline-lighten-2:hover {
	background-color: #48cfad !important;
}

.border-success.border-lighten-2 {
	border: 1px solid #48cfad !important;
}

.border-top-success.border-top-lighten-2 {
	border-top: 1px solid #48cfad !important;
}

.border-bottom-success.border-bottom-lighten-2 {
	border-bottom: 1px solid #48cfad !important;
}

.border-left-success.border-left-lighten-2 {
	border-left: 1px solid #48cfad !important;
}

.border-right-success.border-right-lighten-2 {
	border-right: 1px solid #48cfad !important;
}

.overlay-success.overlay-lighten-2 {
	background: #48cfad;
	background: rgba(72, 207, 173, 0.8);
}

.bg-success.bg-lighten-1,
.btn-success.btn-lighten-1 {
	background-color: #48c9a9 !important;
}

.success.lighten-1 {
	color: #48c9a9 !important;
}

.bg-success.bg-lighten-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(72, 201, 169, 0.6);
	box-shadow: 0 1px 20px 1px rgba(72, 201, 169, 0.6);
}

.bg-success.bg-glow,
.btn-success.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(55, 188, 155, 0.6);
}

.btn-success.btn-lighten-1 {
	border-color: #298d74 !important;
}

.btn-success.btn-lighten-1:hover {
	border-color: #298d74 !important;
	background-color: #227560 !important;
}

.btn-success.btn-lighten-1:active,
.btn-success.btn-lighten-1:focus {
	border-color: #227560 !important;
	background-color: #1b5d4d !important;
}

.btn-outline-success.btn-outline-lighten-1 {
	border-color: #48c9a9 !important;
	color: #48c9a9 !important;
}

.btn-outline-success.btn-outline-lighten-1:hover {
	background-color: #48c9a9 !important;
}

.border-success.border-lighten-1 {
	border: 1px solid #48c9a9 !important;
}

.border-top-success.border-top-lighten-1 {
	border-top: 1px solid #48c9a9 !important;
}

.border-bottom-success.border-bottom-lighten-1 {
	border-bottom: 1px solid #48c9a9 !important;
}

.border-left-success.border-left-lighten-1 {
	border-left: 1px solid #48c9a9 !important;
}

.border-right-success.border-right-lighten-1 {
	border-right: 1px solid #48c9a9 !important;
}

.alert-success,
.btn-success {
	border-color: #37bc9b !important;
}

.overlay-success.overlay-lighten-1 {
	background: #48c9a9;
	background: rgba(72, 201, 169, 0.8);
}

.success {
	color: #37bc9b !important;
}

.bg-success {
	background-color: #37bc9b !important;
}

.bg-success .card-footer,
.bg-success .card-header {
	background-color: transparent;
}

.bg-success.bg-glow {
	box-shadow: 0 1px 20px 1px rgba(55, 188, 155, 0.6);
}

.selectboxit.selectboxit-btn.bg-success {
	background-color: #37bc9b !important;
}

.alert-success {
	background-color: #68d3b8 !important;
	color: #0f3229 !important;
}

.alert-success .alert-link {
	color: #05120f !important;
}

.overlay-success {
	background: #37bc9b;
	background: rgba(55, 188, 155, 0.8);
}

.btn-success {
	background-color: #37bc9b !important;
	color: #fff;
}

.btn-success:hover {
	border-color: #298d74 !important;
	background-color: #30a487 !important;
	color: #fff !important;
}

.btn-success:active,
.btn-success:focus {
	border-color: #227560 !important;
	background-color: #298d74 !important;
	color: #fff !important;
}

.btn-success.btn-glow {
	box-shadow: 0 1px 20px 1px rgba(55, 188, 155, 0.6);
}

.btn-outline-success {
	border-color: #37bc9b;
	background-color: transparent;
	color: #37bc9b;
}

.btn-outline-success:hover {
	background-color: #37bc9b;
	color: #fff !important;
}

.btn-outline-success.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(55, 188, 155, 0.6);
	box-shadow: 0 1px 20px 1px rgba(55, 188, 155, 0.6);
}

input[type="checkbox"].bg-success + .custom-control-label:before,
input[type="radio"].bg-success + .custom-control-label:before {
	background-color: #37bc9b !important;
}

.bg-success.bg-darken-1,
.btn-success.btn-darken-1 {
	background-color: #30a487 !important;
}

.border-success {
	border: 1px solid #37bc9b !important;
}

.border-top-success {
	border-top: 1px solid #37bc9b;
}

.border-bottom-success {
	border-bottom: 1px solid #37bc9b;
}

.border-left-success {
	border-left: 1px solid #37bc9b;
}

.border-right-success {
	border-right: 1px solid #37bc9b;
}

.success.darken-1 {
	color: #30a487 !important;
}

.bg-success.bg-darken-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(48, 164, 135, 0.6);
	box-shadow: 0 1px 20px 1px rgba(48, 164, 135, 0.6);
}

.btn-success.btn-darken-1 {
	border-color: #298d74 !important;
}

.btn-success.btn-darken-1:hover {
	border-color: #298d74 !important;
	background-color: #227560 !important;
}

.btn-success.btn-darken-1:active,
.btn-success.btn-darken-1:focus {
	border-color: #227560 !important;
	background-color: #1b5d4d !important;
}

.btn-outline-success.btn-outline-darken-1 {
	border-color: #30a487 !important;
	color: #30a487 !important;
}

.btn-outline-success.btn-outline-darken-1:hover {
	background-color: #30a487 !important;
}

.border-success.border-darken-1 {
	border: 1px solid #30a487 !important;
}

.border-top-success.border-top-darken-1 {
	border-top: 1px solid #30a487 !important;
}

.border-bottom-success.border-bottom-darken-1 {
	border-bottom: 1px solid #30a487 !important;
}

.border-left-success.border-left-darken-1 {
	border-left: 1px solid #30a487 !important;
}

.border-right-success.border-right-darken-1 {
	border-right: 1px solid #30a487 !important;
}

.overlay-success.overlay-darken-1 {
	background: #30a487;
	background: rgba(48, 164, 135, 0.8);
}

.bg-success.bg-darken-2,
.btn-success.btn-darken-2 {
	background-color: #298d74 !important;
}

.success.darken-2 {
	color: #298d74 !important;
}

.bg-success.bg-darken-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(41, 141, 116, 0.6);
	box-shadow: 0 1px 20px 1px rgba(41, 141, 116, 0.6);
}

.btn-success.btn-darken-2 {
	border-color: #298d74 !important;
}

.btn-success.btn-darken-2:hover {
	border-color: #298d74 !important;
	background-color: #227560 !important;
}

.btn-success.btn-darken-2:active,
.btn-success.btn-darken-2:focus {
	border-color: #227560 !important;
	background-color: #1b5d4d !important;
}

.btn-outline-success.btn-outline-darken-2 {
	border-color: #298d74 !important;
	color: #298d74 !important;
}

.btn-outline-success.btn-outline-darken-2:hover {
	background-color: #298d74 !important;
}

.border-success.border-darken-2 {
	border: 1px solid #298d74 !important;
}

.border-top-success.border-top-darken-2 {
	border-top: 1px solid #298d74 !important;
}

.border-bottom-success.border-bottom-darken-2 {
	border-bottom: 1px solid #298d74 !important;
}

.border-left-success.border-left-darken-2 {
	border-left: 1px solid #298d74 !important;
}

.border-right-success.border-right-darken-2 {
	border-right: 1px solid #298d74 !important;
}

.overlay-success.overlay-darken-2 {
	background: #298d74;
	background: rgba(41, 141, 116, 0.8);
}

.success.darken-3 {
	color: #227560 !important;
}

.bg-success.bg-darken-3 {
	background-color: #227560 !important;
}

.bg-success.bg-darken-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(34, 117, 96, 0.6);
	box-shadow: 0 1px 20px 1px rgba(34, 117, 96, 0.6);
}

.btn-success.btn-darken-3,
.btn-success.btn-darken-3:hover {
	border-color: #298d74 !important;
	background-color: #227560 !important;
}

.btn-success.btn-darken-3:active,
.btn-success.btn-darken-3:focus {
	border-color: #227560 !important;
	background-color: #1b5d4d !important;
}

.btn-outline-success.btn-outline-darken-3 {
	border-color: #227560 !important;
	color: #227560 !important;
}

.btn-outline-success.btn-outline-darken-3:hover {
	background-color: #227560 !important;
}

.border-success.border-darken-3 {
	border: 1px solid #227560 !important;
}

.border-top-success.border-top-darken-3 {
	border-top: 1px solid #227560 !important;
}

.border-bottom-success.border-bottom-darken-3 {
	border-bottom: 1px solid #227560 !important;
}

.border-left-success.border-left-darken-3 {
	border-left: 1px solid #227560 !important;
}

.border-right-success.border-right-darken-3 {
	border-right: 1px solid #227560 !important;
}

.overlay-success.overlay-darken-3 {
	background: #227560;
	background: rgba(34, 117, 96, 0.8);
}

.bg-success.bg-darken-4,
.btn-success.btn-darken-4 {
	background-color: #1b5d4d !important;
}

.success.darken-4 {
	color: #1b5d4d !important;
}

.bg-success.bg-darken-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(27, 93, 77, 0.6);
	box-shadow: 0 1px 20px 1px rgba(27, 93, 77, 0.6);
}

.btn-success.btn-darken-4 {
	border-color: #298d74 !important;
}

.btn-success.btn-darken-4:hover {
	border-color: #298d74 !important;
	background-color: #227560 !important;
}

.btn-success.btn-darken-4:active,
.btn-success.btn-darken-4:focus {
	border-color: #227560 !important;
	background-color: #1b5d4d !important;
}

.btn-outline-success.btn-outline-darken-4 {
	border-color: #1b5d4d !important;
	color: #1b5d4d !important;
}

.btn-outline-success.btn-outline-darken-4:hover {
	background-color: #1b5d4d !important;
}

.border-success.border-darken-4 {
	border: 1px solid #1b5d4d !important;
}

.border-top-success.border-top-darken-4 {
	border-top: 1px solid #1b5d4d !important;
}

.border-bottom-success.border-bottom-darken-4 {
	border-bottom: 1px solid #1b5d4d !important;
}

.border-left-success.border-left-darken-4 {
	border-left: 1px solid #1b5d4d !important;
}

.border-right-success.border-right-darken-4 {
	border-right: 1px solid #1b5d4d !important;
}

.overlay-success.overlay-darken-4 {
	background: #1b5d4d;
	background: rgba(27, 93, 77, 0.8);
}

.bg-success.bg-accent-1,
.btn-success.btn-accent-1 {
	background-color: #d8f7f0 !important;
}

.success.accent-1 {
	color: #d8f7f0 !important;
}

.bg-success.bg-accent-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(216, 247, 240, 0.6);
	box-shadow: 0 1px 20px 1px rgba(216, 247, 240, 0.6);
}

.btn-success.btn-accent-1 {
	border-color: #298d74 !important;
}

.btn-success.btn-accent-1:hover {
	border-color: #298d74 !important;
	background-color: #227560 !important;
}

.btn-success.btn-accent-1:active,
.btn-success.btn-accent-1:focus {
	border-color: #227560 !important;
	background-color: #1b5d4d !important;
}

.btn-outline-success.btn-outline-accent-1 {
	border-color: #d8f7f0 !important;
	color: #d8f7f0 !important;
}

.btn-outline-success.btn-outline-accent-1:hover {
	background-color: #d8f7f0 !important;
}

.border-success.border-accent-1 {
	border: 1px solid #d8f7f0 !important;
}

.border-top-success.border-top-accent-1 {
	border-top: 1px solid #d8f7f0 !important;
}

.border-bottom-success.border-bottom-accent-1 {
	border-bottom: 1px solid #d8f7f0 !important;
}

.border-left-success.border-left-accent-1 {
	border-left: 1px solid #d8f7f0 !important;
}

.border-right-success.border-right-accent-1 {
	border-right: 1px solid #d8f7f0 !important;
}

.overlay-success.overlay-accent-1 {
	background: #d8f7f0;
	background: rgba(216, 247, 240, 0.8);
}

.bg-success.bg-accent-2,
.btn-success.btn-accent-2 {
	background-color: #c2ede3 !important;
}

.success.accent-2 {
	color: #c2ede3 !important;
}

.bg-success.bg-accent-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(194, 237, 227, 0.6);
	box-shadow: 0 1px 20px 1px rgba(194, 237, 227, 0.6);
}

.btn-success.btn-accent-2 {
	border-color: #298d74 !important;
}

.btn-success.btn-accent-2:hover {
	border-color: #298d74 !important;
	background-color: #227560 !important;
}

.btn-success.btn-accent-2:active,
.btn-success.btn-accent-2:focus {
	border-color: #227560 !important;
	background-color: #1b5d4d !important;
}

.btn-outline-success.btn-outline-accent-2 {
	border-color: #c2ede3 !important;
	color: #c2ede3 !important;
}

.btn-outline-success.btn-outline-accent-2:hover {
	background-color: #c2ede3 !important;
}

.border-success.border-accent-2 {
	border: 1px solid #c2ede3 !important;
}

.border-top-success.border-top-accent-2 {
	border-top: 1px solid #c2ede3 !important;
}

.border-bottom-success.border-bottom-accent-2 {
	border-bottom: 1px solid #c2ede3 !important;
}

.border-left-success.border-left-accent-2 {
	border-left: 1px solid #c2ede3 !important;
}

.border-right-success.border-right-accent-2 {
	border-right: 1px solid #c2ede3 !important;
}

.overlay-success.overlay-accent-2 {
	background: #c2ede3;
	background: rgba(194, 237, 227, 0.8);
}

.bg-success.bg-accent-3,
.btn-success.btn-accent-3 {
	background-color: #3ec3a2 !important;
}

.success.accent-3 {
	color: #3ec3a2 !important;
}

.bg-success.bg-accent-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(62, 195, 162, 0.6);
	box-shadow: 0 1px 20px 1px rgba(62, 195, 162, 0.6);
}

.btn-success.btn-accent-3 {
	border-color: #298d74 !important;
}

.btn-success.btn-accent-3:hover {
	border-color: #298d74 !important;
	background-color: #227560 !important;
}

.btn-success.btn-accent-3:active,
.btn-success.btn-accent-3:focus {
	border-color: #227560 !important;
	background-color: #1b5d4d !important;
}

.btn-outline-success.btn-outline-accent-3 {
	border-color: #3ec3a2 !important;
	color: #3ec3a2 !important;
}

.btn-outline-success.btn-outline-accent-3:hover {
	background-color: #3ec3a2 !important;
}

.border-success.border-accent-3 {
	border: 1px solid #3ec3a2 !important;
}

.border-top-success.border-top-accent-3 {
	border-top: 1px solid #3ec3a2 !important;
}

.border-bottom-success.border-bottom-accent-3 {
	border-bottom: 1px solid #3ec3a2 !important;
}

.border-left-success.border-left-accent-3 {
	border-left: 1px solid #3ec3a2 !important;
}

.border-right-success.border-right-accent-3 {
	border-right: 1px solid #3ec3a2 !important;
}

.overlay-success.overlay-accent-3 {
	background: #3ec3a2;
	background: rgba(62, 195, 162, 0.8);
}

.bg-success.bg-accent-4,
.btn-success.btn-accent-4 {
	background-color: #298d74 !important;
}

.success.accent-4 {
	color: #298d74 !important;
}

.bg-success.bg-accent-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(41, 141, 116, 0.6);
	box-shadow: 0 1px 20px 1px rgba(41, 141, 116, 0.6);
}

.btn-success.btn-accent-4 {
	border-color: #298d74 !important;
}

.btn-success.btn-accent-4:hover {
	border-color: #298d74 !important;
	background-color: #227560 !important;
}

.btn-success.btn-accent-4:active,
.btn-success.btn-accent-4:focus {
	border-color: #227560 !important;
	background-color: #1b5d4d !important;
}

.btn-outline-success.btn-outline-accent-4 {
	border-color: #298d74 !important;
	color: #298d74 !important;
}

.btn-outline-success.btn-outline-accent-4:hover {
	background-color: #298d74 !important;
}

input:focus ~ .bg-success {
	-webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #298d74 !important;
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #298d74 !important;
}

.border-success.border-accent-4 {
	border: 1px solid #298d74 !important;
}

.border-top-success.border-top-accent-4 {
	border-top: 1px solid #298d74 !important;
}

.border-bottom-success.border-bottom-accent-4 {
	border-bottom: 1px solid #298d74 !important;
}

.border-left-success.border-left-accent-4 {
	border-left: 1px solid #298d74 !important;
}

.border-right-success.border-right-accent-4 {
	border-right: 1px solid #298d74 !important;
}

.btn-info.btn-lighten-5,
.btn-info.btn-lighten-5:hover {
	border-color: #228eb6 !important;
}

.overlay-success.overlay-accent-4 {
	background: #298d74;
	background: rgba(41, 141, 116, 0.8);
}

.bg-info.bg-lighten-5,
.btn-info.btn-lighten-5 {
	background-color: #daf0f8 !important;
}

.info.lighten-5 {
	color: #daf0f8 !important;
}

.bg-info.bg-lighten-5.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(218, 240, 248, 0.6);
	box-shadow: 0 1px 20px 1px rgba(218, 240, 248, 0.6);
}

.btn-info.btn-lighten-5:hover {
	background-color: #1d7a9c !important;
}

.btn-info.btn-lighten-5:active,
.btn-info.btn-lighten-5:focus {
	border-color: #1d7a9c !important;
	background-color: #196682 !important;
}

.btn-outline-info.btn-outline-lighten-5 {
	border-color: #daf0f8 !important;
	color: #daf0f8 !important;
}

.btn-outline-info.btn-outline-lighten-5:hover {
	background-color: #daf0f8 !important;
}

.border-info.border-lighten-5 {
	border: 1px solid #daf0f8 !important;
}

.border-top-info.border-top-lighten-5 {
	border-top: 1px solid #daf0f8 !important;
}

.border-bottom-info.border-bottom-lighten-5 {
	border-bottom: 1px solid #daf0f8 !important;
}

.border-left-info.border-left-lighten-5 {
	border-left: 1px solid #daf0f8 !important;
}

.border-right-info.border-right-lighten-5 {
	border-right: 1px solid #daf0f8 !important;
}

.btn-info.btn-lighten-4,
.btn-info.btn-lighten-4:hover {
	border-color: #228eb6 !important;
}

.overlay-info.overlay-lighten-5 {
	background: #daf0f8;
	background: rgba(218, 240, 248, 0.8);
}

.bg-info.bg-lighten-4,
.btn-info.btn-lighten-4 {
	background-color: #abddef !important;
}

.info.lighten-4 {
	color: #abddef !important;
}

.bg-info.bg-lighten-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(171, 221, 239, 0.6);
	box-shadow: 0 1px 20px 1px rgba(171, 221, 239, 0.6);
}

.btn-info.btn-lighten-4:hover {
	background-color: #1d7a9c !important;
}

.btn-info.btn-lighten-4:active,
.btn-info.btn-lighten-4:focus {
	border-color: #1d7a9c !important;
	background-color: #196682 !important;
}

.btn-outline-info.btn-outline-lighten-4 {
	border-color: #abddef !important;
	color: #abddef !important;
}

.btn-outline-info.btn-outline-lighten-4:hover {
	background-color: #abddef !important;
}

.border-info.border-lighten-4 {
	border: 1px solid #abddef !important;
}

.border-top-info.border-top-lighten-4 {
	border-top: 1px solid #abddef !important;
}

.border-bottom-info.border-bottom-lighten-4 {
	border-bottom: 1px solid #abddef !important;
}

.border-left-info.border-left-lighten-4 {
	border-left: 1px solid #abddef !important;
}

.border-right-info.border-right-lighten-4 {
	border-right: 1px solid #abddef !important;
}

.btn-info.btn-lighten-3,
.btn-info.btn-lighten-3:hover {
	border-color: #228eb6 !important;
}

.overlay-info.overlay-lighten-4 {
	background: #abddef;
	background: rgba(171, 221, 239, 0.8);
}

.bg-info.bg-lighten-3,
.btn-info.btn-lighten-3 {
	background-color: #6ec4e4 !important;
}

.info.lighten-3 {
	color: #6ec4e4 !important;
}

.bg-info.bg-lighten-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(110, 196, 228, 0.6);
	box-shadow: 0 1px 20px 1px rgba(110, 196, 228, 0.6);
}

.btn-info.btn-lighten-3:hover {
	background-color: #1d7a9c !important;
}

.btn-info.btn-lighten-3:active,
.btn-info.btn-lighten-3:focus {
	border-color: #1d7a9c !important;
	background-color: #196682 !important;
}

.btn-outline-info.btn-outline-lighten-3 {
	border-color: #6ec4e4 !important;
	color: #6ec4e4 !important;
}

.btn-outline-info.btn-outline-lighten-3:hover {
	background-color: #6ec4e4 !important;
}

.border-info.border-lighten-3 {
	border: 1px solid #6ec4e4 !important;
}

.border-top-info.border-top-lighten-3 {
	border-top: 1px solid #6ec4e4 !important;
}

.border-bottom-info.border-bottom-lighten-3 {
	border-bottom: 1px solid #6ec4e4 !important;
}

.border-left-info.border-left-lighten-3 {
	border-left: 1px solid #6ec4e4 !important;
}

.border-right-info.border-right-lighten-3 {
	border-right: 1px solid #6ec4e4 !important;
}

.btn-info.btn-lighten-2,
.btn-info.btn-lighten-2:hover {
	border-color: #228eb6 !important;
}

.overlay-info.overlay-lighten-3 {
	background: #6ec4e4;
	background: rgba(110, 196, 228, 0.8);
}

.bg-info.bg-lighten-2,
.btn-info.btn-lighten-2 {
	background-color: #4fc1e9 !important;
}

.info.lighten-2 {
	color: #4fc1e9 !important;
}

.bg-info.bg-lighten-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(79, 193, 233, 0.6);
	box-shadow: 0 1px 20px 1px rgba(79, 193, 233, 0.6);
}

.btn-info.btn-lighten-2:hover {
	background-color: #1d7a9c !important;
}

.btn-info.btn-lighten-2:active,
.btn-info.btn-lighten-2:focus {
	border-color: #1d7a9c !important;
	background-color: #196682 !important;
}

.btn-outline-info.btn-outline-lighten-2 {
	border-color: #4fc1e9 !important;
	color: #4fc1e9 !important;
}

.btn-outline-info.btn-outline-lighten-2:hover {
	background-color: #4fc1e9 !important;
}

.border-info.border-lighten-2 {
	border: 1px solid #4fc1e9 !important;
}

.border-top-info.border-top-lighten-2 {
	border-top: 1px solid #4fc1e9 !important;
}

.border-bottom-info.border-bottom-lighten-2 {
	border-bottom: 1px solid #4fc1e9 !important;
}

.border-left-info.border-left-lighten-2 {
	border-left: 1px solid #4fc1e9 !important;
}

.border-right-info.border-right-lighten-2 {
	border-right: 1px solid #4fc1e9 !important;
}

.btn-info.btn-lighten-1,
.btn-info.btn-lighten-1:hover {
	border-color: #228eb6 !important;
}

.overlay-info.overlay-lighten-2 {
	background: #4fc1e9;
	background: rgba(79, 193, 233, 0.8);
}

.bg-info.bg-lighten-1,
.btn-info.btn-lighten-1 {
	background-color: #55b9df !important;
}

.info.lighten-1 {
	color: #55b9df !important;
}

.bg-info.bg-lighten-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(85, 185, 223, 0.6);
	box-shadow: 0 1px 20px 1px rgba(85, 185, 223, 0.6);
}

.bg-info.bg-glow,
.btn-info.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(59, 175, 218, 0.6);
}

.btn-info.btn-lighten-1:hover {
	background-color: #1d7a9c !important;
}

.btn-info.btn-lighten-1:active,
.btn-info.btn-lighten-1:focus {
	border-color: #1d7a9c !important;
	background-color: #196682 !important;
}

.btn-outline-info.btn-outline-lighten-1 {
	border-color: #55b9df !important;
	color: #55b9df !important;
}

.btn-outline-info.btn-outline-lighten-1:hover {
	background-color: #55b9df !important;
}

.border-info.border-lighten-1 {
	border: 1px solid #55b9df !important;
}

.border-top-info.border-top-lighten-1 {
	border-top: 1px solid #55b9df !important;
}

.border-bottom-info.border-bottom-lighten-1 {
	border-bottom: 1px solid #55b9df !important;
}

.border-left-info.border-left-lighten-1 {
	border-left: 1px solid #55b9df !important;
}

.border-right-info.border-right-lighten-1 {
	border-right: 1px solid #55b9df !important;
}

.overlay-info.overlay-lighten-1 {
	background: #55b9df;
	background: rgba(85, 185, 223, 0.8);
}

/* .info {
    color: #d10000 !important
} */

.bg-info {
	background-color: #4ca3c3 !important;
}

.bg-info .card-footer,
.bg-info .card-header {
	background-color: transparent;
}

.bg-info.bg-glow {
	box-shadow: 0 1px 20px 1px rgba(59, 175, 218, 0.6);
}

.selectboxit.selectboxit-btn.bg-info {
	background-color: #d10000 !important;
}

.alert-info {
	background-color: #77c8e5 !important;
	color: #104153 !important;
}

.alert-info .alert-link {
	color: #092631 !important;
}

.overlay-info {
	background: #d10000;
	background: rgba(59, 175, 218, 0.8);
}

.btn-info {
	background-color: #191919 !important;
	border-color: #191919 !important;
	color: #fff;
}

.btn-info:hover {
	border-color: #191919 !important;
	background-color: #191919 !important;
	color: #fff !important;
}

.btn-info:active,
.btn-info:focus {
	border-color: #1d7a9c !important;
	background-color: #228eb6 !important;
	color: #fff !important;
}

.btn-info.btn-glow {
	box-shadow: 0 1px 20px 1px rgba(59, 175, 218, 0.6);
}

.btn-outline-info {
	border-color: var(--main-dark);
	background-color: transparent;
	color: var(--main-dark);
}

.btn-outline-info:hover {
	background-color: var(--main-dark);
	border-color: var(--main-dark);
	color: #fff !important;
}

.btn-outline-info.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(59, 175, 218, 0.6);
	box-shadow: 0 1px 20px 1px rgba(59, 175, 218, 0.6);
}

input[type="checkbox"].bg-info + .custom-control-label:before,
input[type="radio"].bg-info + .custom-control-label:before {
	background-color: #d10000 !important;
}

.bg-info.bg-darken-1,
.btn-info.btn-darken-1 {
	background-color: #27a2cf !important;
}

.border-info {
	border: 1px solid #d10000 !important;
}

.border-top-info {
	border-top: 1px solid #d10000;
}

.border-bottom-info {
	border-bottom: 1px solid #d10000;
}

.border-left-info {
	border-left: 1px solid #d10000;
}

.border-right-info {
	border-right: 1px solid #d10000;
}

.info.darken-1 {
	color: #27a2cf !important;
}

.bg-info.bg-darken-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(39, 162, 207, 0.6);
	box-shadow: 0 1px 20px 1px rgba(39, 162, 207, 0.6);
}

.btn-info.btn-darken-1 {
	border-color: #228eb6 !important;
}

.btn-info.btn-darken-1:hover {
	border-color: #228eb6 !important;
	background-color: #1d7a9c !important;
}

.btn-info.btn-darken-1:active,
.btn-info.btn-darken-1:focus {
	border-color: #1d7a9c !important;
	background-color: #196682 !important;
}

.btn-outline-info.btn-outline-darken-1 {
	border-color: #27a2cf !important;
	color: #27a2cf !important;
}

.btn-outline-info.btn-outline-darken-1:hover {
	background-color: #27a2cf !important;
}

.border-info.border-darken-1 {
	border: 1px solid #27a2cf !important;
}

.border-top-info.border-top-darken-1 {
	border-top: 1px solid #27a2cf !important;
}

.border-bottom-info.border-bottom-darken-1 {
	border-bottom: 1px solid #27a2cf !important;
}

.border-left-info.border-left-darken-1 {
	border-left: 1px solid #27a2cf !important;
}

.border-right-info.border-right-darken-1 {
	border-right: 1px solid #27a2cf !important;
}

.btn-info.btn-darken-2,
.btn-info.btn-darken-2:hover {
	border-color: #228eb6 !important;
}

.overlay-info.overlay-darken-1 {
	background: #27a2cf;
	background: rgba(39, 162, 207, 0.8);
}

.bg-info.bg-darken-2,
.btn-info.btn-darken-2 {
	background-color: #228eb6 !important;
}

.info.darken-2 {
	color: #228eb6 !important;
}

.bg-info.bg-darken-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(34, 142, 182, 0.6);
	box-shadow: 0 1px 20px 1px rgba(34, 142, 182, 0.6);
}

.btn-info.btn-darken-2:hover {
	background-color: #1d7a9c !important;
}

.btn-info.btn-darken-2:active,
.btn-info.btn-darken-2:focus {
	border-color: #1d7a9c !important;
	background-color: #196682 !important;
}

.btn-outline-info.btn-outline-darken-2 {
	border-color: #228eb6 !important;
	color: #228eb6 !important;
}

.btn-outline-info.btn-outline-darken-2:hover {
	background-color: #228eb6 !important;
}

.border-info.border-darken-2 {
	border: 1px solid #228eb6 !important;
}

.border-top-info.border-top-darken-2 {
	border-top: 1px solid #228eb6 !important;
}

.border-bottom-info.border-bottom-darken-2 {
	border-bottom: 1px solid #228eb6 !important;
}

.border-left-info.border-left-darken-2 {
	border-left: 1px solid #228eb6 !important;
}

.border-right-info.border-right-darken-2 {
	border-right: 1px solid #228eb6 !important;
}

.overlay-info.overlay-darken-2 {
	background: #228eb6;
	background: rgba(34, 142, 182, 0.8);
}

.info.darken-3 {
	color: #1d7a9c !important;
}

.bg-info.bg-darken-3 {
	background-color: #1d7a9c !important;
}

.bg-info.bg-darken-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(29, 122, 156, 0.6);
	box-shadow: 0 1px 20px 1px rgba(29, 122, 156, 0.6);
}

.btn-info.btn-darken-3,
.btn-info.btn-darken-3:hover {
	border-color: #228eb6 !important;
	background-color: #1d7a9c !important;
}

.btn-info.btn-darken-3:active,
.btn-info.btn-darken-3:focus {
	border-color: #1d7a9c !important;
	background-color: #196682 !important;
}

.btn-outline-info.btn-outline-darken-3 {
	border-color: #1d7a9c !important;
	color: #1d7a9c !important;
}

.btn-outline-info.btn-outline-darken-3:hover {
	background-color: #1d7a9c !important;
}

.border-info.border-darken-3 {
	border: 1px solid #1d7a9c !important;
}

.border-top-info.border-top-darken-3 {
	border-top: 1px solid #1d7a9c !important;
}

.border-bottom-info.border-bottom-darken-3 {
	border-bottom: 1px solid #1d7a9c !important;
}

.border-left-info.border-left-darken-3 {
	border-left: 1px solid #1d7a9c !important;
}

.border-right-info.border-right-darken-3 {
	border-right: 1px solid #1d7a9c !important;
}

.btn-info.btn-darken-4,
.btn-info.btn-darken-4:hover {
	border-color: #228eb6 !important;
}

.overlay-info.overlay-darken-3 {
	background: #1d7a9c;
	background: rgba(29, 122, 156, 0.8);
}

.bg-info.bg-darken-4,
.btn-info.btn-darken-4 {
	background-color: #196682 !important;
}

.info.darken-4 {
	color: #196682 !important;
}

.bg-info.bg-darken-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(25, 102, 130, 0.6);
	box-shadow: 0 1px 20px 1px rgba(25, 102, 130, 0.6);
}

.btn-info.btn-darken-4:hover {
	background-color: #1d7a9c !important;
}

.btn-info.btn-darken-4:active,
.btn-info.btn-darken-4:focus {
	border-color: #1d7a9c !important;
	background-color: #196682 !important;
}

.btn-outline-info.btn-outline-darken-4 {
	border-color: #196682 !important;
	color: #196682 !important;
}

.btn-outline-info.btn-outline-darken-4:hover {
	background-color: #196682 !important;
}

.border-info.border-darken-4 {
	border: 1px solid #196682 !important;
}

.border-top-info.border-top-darken-4 {
	border-top: 1px solid #196682 !important;
}

.border-bottom-info.border-bottom-darken-4 {
	border-bottom: 1px solid #196682 !important;
}

.border-left-info.border-left-darken-4 {
	border-left: 1px solid #196682 !important;
}

.border-right-info.border-right-darken-4 {
	border-right: 1px solid #196682 !important;
}

.btn-info.btn-accent-1,
.btn-info.btn-accent-1:hover {
	border-color: #228eb6 !important;
}

.overlay-info.overlay-darken-4 {
	background: #196682;
	background: rgba(25, 102, 130, 0.8);
}

.bg-info.bg-accent-1,
.btn-info.btn-accent-1 {
	background-color: #80d2ef !important;
}

.info.accent-1 {
	color: #80d2ef !important;
}

.bg-info.bg-accent-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(128, 210, 239, 0.6);
	box-shadow: 0 1px 20px 1px rgba(128, 210, 239, 0.6);
}

.btn-info.btn-accent-1:hover {
	background-color: #1d7a9c !important;
}

.btn-info.btn-accent-1:active,
.btn-info.btn-accent-1:focus {
	border-color: #1d7a9c !important;
	background-color: #196682 !important;
}

.btn-outline-info.btn-outline-accent-1 {
	border-color: #80d2ef !important;
	color: #80d2ef !important;
}

.btn-outline-info.btn-outline-accent-1:hover {
	background-color: #80d2ef !important;
}

.border-info.border-accent-1 {
	border: 1px solid #80d2ef !important;
}

.border-top-info.border-top-accent-1 {
	border-top: 1px solid #80d2ef !important;
}

.border-bottom-info.border-bottom-accent-1 {
	border-bottom: 1px solid #80d2ef !important;
}

.border-left-info.border-left-accent-1 {
	border-left: 1px solid #80d2ef !important;
}

.border-right-info.border-right-accent-1 {
	border-right: 1px solid #80d2ef !important;
}

.btn-info.btn-accent-2,
.btn-info.btn-accent-2:hover {
	border-color: #228eb6 !important;
}

.overlay-info.overlay-accent-1 {
	background: #80d2ef;
	background: rgba(128, 210, 239, 0.8);
}

.bg-info.bg-accent-2,
.btn-info.btn-accent-2 {
	background-color: #25b1e4 !important;
}

.info.accent-2 {
	color: #25b1e4 !important;
}

.bg-info.bg-accent-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(37, 177, 228, 0.6);
	box-shadow: 0 1px 20px 1px rgba(37, 177, 228, 0.6);
}

.btn-info.btn-accent-2:hover {
	background-color: #1d7a9c !important;
}

.btn-info.btn-accent-2:active,
.btn-info.btn-accent-2:focus {
	border-color: #1d7a9c !important;
	background-color: #196682 !important;
}

.btn-outline-info.btn-outline-accent-2 {
	border-color: #25b1e4 !important;
	color: #25b1e4 !important;
}

.btn-outline-info.btn-outline-accent-2:hover {
	background-color: #25b1e4 !important;
}

.border-info.border-accent-2 {
	border: 1px solid #25b1e4 !important;
}

.border-top-info.border-top-accent-2 {
	border-top: 1px solid #25b1e4 !important;
}

.border-bottom-info.border-bottom-accent-2 {
	border-bottom: 1px solid #25b1e4 !important;
}

.border-left-info.border-left-accent-2 {
	border-left: 1px solid #25b1e4 !important;
}

.border-right-info.border-right-accent-2 {
	border-right: 1px solid #25b1e4 !important;
}

.btn-info.btn-accent-3,
.btn-info.btn-accent-3:hover {
	border-color: #228eb6 !important;
}

.overlay-info.overlay-accent-2 {
	background: #25b1e4;
	background: rgba(37, 177, 228, 0.8);
}

.bg-info.bg-accent-3,
.btn-info.btn-accent-3 {
	background-color: #168bb6 !important;
}

.info.accent-3 {
	color: #168bb6 !important;
}

.bg-info.bg-accent-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(22, 139, 182, 0.6);
	box-shadow: 0 1px 20px 1px rgba(22, 139, 182, 0.6);
}

.btn-info.btn-accent-3:hover {
	background-color: #1d7a9c !important;
}

.btn-info.btn-accent-3:active,
.btn-info.btn-accent-3:focus {
	border-color: #1d7a9c !important;
	background-color: #196682 !important;
}

.btn-outline-info.btn-outline-accent-3 {
	border-color: #168bb6 !important;
	color: #168bb6 !important;
}

.btn-outline-info.btn-outline-accent-3:hover {
	background-color: #168bb6 !important;
}

.border-info.border-accent-3 {
	border: 1px solid #168bb6 !important;
}

.border-top-info.border-top-accent-3 {
	border-top: 1px solid #168bb6 !important;
}

.border-bottom-info.border-bottom-accent-3 {
	border-bottom: 1px solid #168bb6 !important;
}

.border-left-info.border-left-accent-3 {
	border-left: 1px solid #168bb6 !important;
}

.border-right-info.border-right-accent-3 {
	border-right: 1px solid #168bb6 !important;
}

.btn-info.btn-accent-4,
.btn-info.btn-accent-4:hover {
	border-color: #228eb6 !important;
}

.overlay-info.overlay-accent-3 {
	background: #168bb6;
	background: rgba(22, 139, 182, 0.8);
}

.bg-info.bg-accent-4,
.btn-info.btn-accent-4 {
	background-color: #126f91 !important;
}

.info.accent-4 {
	color: #126f91 !important;
}

.bg-info.bg-accent-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(18, 111, 145, 0.6);
	box-shadow: 0 1px 20px 1px rgba(18, 111, 145, 0.6);
}

.btn-info.btn-accent-4:hover {
	background-color: #1d7a9c !important;
}

.btn-info.btn-accent-4:active,
.btn-info.btn-accent-4:focus {
	border-color: #1d7a9c !important;
	background-color: #196682 !important;
}

.btn-outline-info.btn-outline-accent-4 {
	border-color: #126f91 !important;
	color: #126f91 !important;
}

.btn-outline-info.btn-outline-accent-4:hover {
	background-color: #126f91 !important;
}

input:focus ~ .bg-info {
	-webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #126f91 !important;
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #126f91 !important;
}

.border-info.border-accent-4 {
	border: 1px solid #126f91 !important;
}

.border-top-info.border-top-accent-4 {
	border-top: 1px solid #126f91 !important;
}

.border-bottom-info.border-bottom-accent-4 {
	border-bottom: 1px solid #126f91 !important;
}

.border-left-info.border-left-accent-4 {
	border-left: 1px solid #126f91 !important;
}

.border-right-info.border-right-accent-4 {
	border-right: 1px solid #126f91 !important;
}

.overlay-info.overlay-accent-4 {
	background: #126f91;
	background: rgba(18, 111, 145, 0.8);
}

.bg-warning.bg-lighten-5,
.btn-warning.btn-lighten-5 {
	background-color: #fffcf6 !important;
}

.warning.lighten-5 {
	color: #fffcf6 !important;
}

.bg-warning.bg-lighten-5.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 252, 246, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 252, 246, 0.6);
}

.btn-warning.btn-lighten-5 {
	border-color: #efa50b !important;
}

.btn-warning.btn-lighten-5:hover {
	border-color: #efa50b !important;
	background-color: #d2910a !important;
}

.btn-warning.btn-lighten-5:active,
.btn-warning.btn-lighten-5:focus {
	border-color: #d2910a !important;
	background-color: #b57c09 !important;
}

.btn-outline-warning.btn-outline-lighten-5 {
	border-color: #fffcf6 !important;
	color: #fffcf6 !important;
}

.btn-outline-warning.btn-outline-lighten-5:hover {
	background-color: #fffcf6 !important;
}

.border-warning.border-lighten-5 {
	border: 1px solid #fffcf6 !important;
}

.border-top-warning.border-top-lighten-5 {
	border-top: 1px solid #fffcf6 !important;
}

.border-bottom-warning.border-bottom-lighten-5 {
	border-bottom: 1px solid #fffcf6 !important;
}

.border-left-warning.border-left-lighten-5 {
	border-left: 1px solid #fffcf6 !important;
}

.border-right-warning.border-right-lighten-5 {
	border-right: 1px solid #fffcf6 !important;
}

.overlay-warning.overlay-lighten-5 {
	background: #fffcf6;
	background: rgba(255, 252, 246, 0.8);
}

.bg-warning.bg-lighten-4,
.btn-warning.btn-lighten-4 {
	background-color: #fce9c1 !important;
}

.warning.lighten-4 {
	color: #fce9c1 !important;
}

.bg-warning.bg-lighten-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(252, 233, 193, 0.6);
	box-shadow: 0 1px 20px 1px rgba(252, 233, 193, 0.6);
}

.btn-warning.btn-lighten-4 {
	border-color: #efa50b !important;
}

.btn-warning.btn-lighten-4:hover {
	border-color: #efa50b !important;
	background-color: #d2910a !important;
}

.btn-warning.btn-lighten-4:active,
.btn-warning.btn-lighten-4:focus {
	border-color: #d2910a !important;
	background-color: #b57c09 !important;
}

.btn-outline-warning.btn-outline-lighten-4 {
	border-color: #fce9c1 !important;
	color: #fce9c1 !important;
}

.btn-outline-warning.btn-outline-lighten-4:hover {
	background-color: #fce9c1 !important;
}

.border-warning.border-lighten-4 {
	border: 1px solid #fce9c1 !important;
}

.border-top-warning.border-top-lighten-4 {
	border-top: 1px solid #fce9c1 !important;
}

.border-bottom-warning.border-bottom-lighten-4 {
	border-bottom: 1px solid #fce9c1 !important;
}

.border-left-warning.border-left-lighten-4 {
	border-left: 1px solid #fce9c1 !important;
}

.border-right-warning.border-right-lighten-4 {
	border-right: 1px solid #fce9c1 !important;
}

.overlay-warning.overlay-lighten-4 {
	background: #fce9c1;
	background: rgba(252, 233, 193, 0.8);
}

.bg-warning.bg-lighten-3,
.btn-warning.btn-lighten-3 {
	background-color: #f9d07c !important;
}

.warning.lighten-3 {
	color: #f9d07c !important;
}

.bg-warning.bg-lighten-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(249, 208, 124, 0.6);
	box-shadow: 0 1px 20px 1px rgba(249, 208, 124, 0.6);
}

.btn-warning.btn-lighten-3 {
	border-color: #efa50b !important;
}

.btn-warning.btn-lighten-3:hover {
	border-color: #efa50b !important;
	background-color: #d2910a !important;
}

.btn-warning.btn-lighten-3:active,
.btn-warning.btn-lighten-3:focus {
	border-color: #d2910a !important;
	background-color: #b57c09 !important;
}

.btn-outline-warning.btn-outline-lighten-3 {
	border-color: #f9d07c !important;
	color: #f9d07c !important;
}

.btn-outline-warning.btn-outline-lighten-3:hover {
	background-color: #f9d07c !important;
}

.border-warning.border-lighten-3 {
	border: 1px solid #f9d07c !important;
}

.border-top-warning.border-top-lighten-3 {
	border-top: 1px solid #f9d07c !important;
}

.border-bottom-warning.border-bottom-lighten-3 {
	border-bottom: 1px solid #f9d07c !important;
}

.border-left-warning.border-left-lighten-3 {
	border-left: 1px solid #f9d07c !important;
}

.border-right-warning.border-right-lighten-3 {
	border-right: 1px solid #f9d07c !important;
}

.overlay-warning.overlay-lighten-3 {
	background: #f9d07c;
	background: rgba(249, 208, 124, 0.8);
}

.bg-warning.bg-lighten-2,
.btn-warning.btn-lighten-2 {
	background-color: #ffce54 !important;
}

.warning.lighten-2 {
	color: #ffce54 !important;
}

.bg-warning.bg-lighten-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 206, 84, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 206, 84, 0.6);
}

.btn-warning.btn-lighten-2 {
	border-color: #efa50b !important;
}

.btn-warning.btn-lighten-2:hover {
	border-color: #efa50b !important;
	background-color: #d2910a !important;
}

.btn-warning.btn-lighten-2:active,
.btn-warning.btn-lighten-2:focus {
	border-color: #d2910a !important;
	background-color: #b57c09 !important;
}

.btn-outline-warning.btn-outline-lighten-2 {
	border-color: #ffce54 !important;
	color: #ffce54 !important;
}

.btn-outline-warning.btn-outline-lighten-2:hover {
	background-color: #ffce54 !important;
}

.border-warning.border-lighten-2 {
	border: 1px solid #ffce54 !important;
}

.border-top-warning.border-top-lighten-2 {
	border-top: 1px solid #ffce54 !important;
}

.border-bottom-warning.border-bottom-lighten-2 {
	border-bottom: 1px solid #ffce54 !important;
}

.border-left-warning.border-left-lighten-2 {
	border-left: 1px solid #ffce54 !important;
}

.border-right-warning.border-right-lighten-2 {
	border-right: 1px solid #ffce54 !important;
}

.overlay-warning.overlay-lighten-2 {
	background: #ffce54;
	background: rgba(255, 206, 84, 0.8);
}

.bg-warning.bg-lighten-1,
.btn-warning.btn-lighten-1 {
	background-color: #f7c55f !important;
}

.warning.lighten-1 {
	color: #f7c55f !important;
}

.bg-warning.bg-lighten-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(247, 197, 95, 0.6);
	box-shadow: 0 1px 20px 1px rgba(247, 197, 95, 0.6);
}

.bg-warning.bg-glow,
.btn-warning.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(246, 187, 66, 0.6);
}

.btn-warning.btn-lighten-1 {
	border-color: #efa50b !important;
}

.btn-warning.btn-lighten-1:hover {
	border-color: #efa50b !important;
	background-color: #d2910a !important;
}

.btn-warning.btn-lighten-1:active,
.btn-warning.btn-lighten-1:focus {
	border-color: #d2910a !important;
	background-color: #b57c09 !important;
}

.btn-outline-warning.btn-outline-lighten-1 {
	border-color: #f7c55f !important;
	color: #f7c55f !important;
}

.btn-outline-warning.btn-outline-lighten-1:hover {
	background-color: #f7c55f !important;
}

.border-warning.border-lighten-1 {
	border: 1px solid #f7c55f !important;
}

.border-top-warning.border-top-lighten-1 {
	border-top: 1px solid #f7c55f !important;
}

.border-bottom-warning.border-bottom-lighten-1 {
	border-bottom: 1px solid #f7c55f !important;
}

.border-left-warning.border-left-lighten-1 {
	border-left: 1px solid #f7c55f !important;
}

.border-right-warning.border-right-lighten-1 {
	border-right: 1px solid #f7c55f !important;
}

.alert-warning,
.btn-warning {
	border-color: #f6bb42 !important;
}

.overlay-warning.overlay-lighten-1 {
	background: #f7c55f;
	background: rgba(247, 197, 95, 0.8);
}

.warning {
	color: #f6bb42 !important;
}

.bg-warning {
	background-color: #f6bb42 !important;
}

.bg-warning .card-footer,
.bg-warning .card-header {
	background-color: transparent;
}

.bg-warning.bg-glow {
	box-shadow: 0 1px 20px 1px rgba(246, 187, 66, 0.6);
}

.selectboxit.selectboxit-btn.bg-warning {
	background-color: #f6bb42 !important;
}

.alert-warning {
	background-color: #f9d486 !important;
	color: #7f5806 !important;
}

.alert-warning .alert-link {
	color: #583d04 !important;
}

.overlay-warning {
	background: #f6bb42;
	background: rgba(246, 187, 66, 0.8);
}

.btn-warning {
	background-color: #f6bb42 !important;
	color: #fff;
}

.btn-warning:hover {
	border-color: #efa50b !important;
	background-color: #f5b025 !important;
	color: #fff !important;
}

.btn-warning:active,
.btn-warning:focus {
	border-color: #d2910a !important;
	background-color: #efa50b !important;
	color: #fff !important;
}

.btn-warning.btn-glow {
	box-shadow: 0 1px 20px 1px rgba(246, 187, 66, 0.6);
}

.btn-outline-warning {
	border-color: #f6bb42;
	background-color: transparent;
	color: #f6bb42;
}

.btn-outline-warning:hover {
	background-color: #f6bb42;
	color: #fff !important;
}

.btn-outline-warning.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(246, 187, 66, 0.6);
	box-shadow: 0 1px 20px 1px rgba(246, 187, 66, 0.6);
}

input[type="checkbox"].bg-warning + .custom-control-label:before,
input[type="radio"].bg-warning + .custom-control-label:before {
	background-color: #f6bb42 !important;
}

.bg-warning.bg-darken-1,
.btn-warning.btn-darken-1 {
	background-color: #f5b025 !important;
}

.border-warning {
	border: 1px solid #f6bb42 !important;
}

.border-top-warning {
	border-top: 1px solid #f6bb42;
}

.border-bottom-warning {
	border-bottom: 1px solid #f6bb42;
}

.border-left-warning {
	border-left: 1px solid #f6bb42;
}

.border-right-warning {
	border-right: 1px solid #f6bb42;
}

.warning.darken-1 {
	color: #f5b025 !important;
}

.bg-warning.bg-darken-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(245, 176, 37, 0.6);
	box-shadow: 0 1px 20px 1px rgba(245, 176, 37, 0.6);
}

.btn-warning.btn-darken-1 {
	border-color: #efa50b !important;
}

.btn-warning.btn-darken-1:hover {
	border-color: #efa50b !important;
	background-color: #d2910a !important;
}

.btn-warning.btn-darken-1:active,
.btn-warning.btn-darken-1:focus {
	border-color: #d2910a !important;
	background-color: #b57c09 !important;
}

.btn-outline-warning.btn-outline-darken-1 {
	border-color: #f5b025 !important;
	color: #f5b025 !important;
}

.btn-outline-warning.btn-outline-darken-1:hover {
	background-color: #f5b025 !important;
}

.border-warning.border-darken-1 {
	border: 1px solid #f5b025 !important;
}

.border-top-warning.border-top-darken-1 {
	border-top: 1px solid #f5b025 !important;
}

.border-bottom-warning.border-bottom-darken-1 {
	border-bottom: 1px solid #f5b025 !important;
}

.border-left-warning.border-left-darken-1 {
	border-left: 1px solid #f5b025 !important;
}

.border-right-warning.border-right-darken-1 {
	border-right: 1px solid #f5b025 !important;
}

.overlay-warning.overlay-darken-1 {
	background: #f5b025;
	background: rgba(245, 176, 37, 0.8);
}

.bg-warning.bg-darken-2,
.btn-warning.btn-darken-2 {
	background-color: #efa50b !important;
}

.warning.darken-2 {
	color: #efa50b !important;
}

.bg-warning.bg-darken-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(239, 165, 11, 0.6);
	box-shadow: 0 1px 20px 1px rgba(239, 165, 11, 0.6);
}

.btn-warning.btn-darken-2 {
	border-color: #efa50b !important;
}

.btn-warning.btn-darken-2:hover {
	border-color: #efa50b !important;
	background-color: #d2910a !important;
}

.btn-warning.btn-darken-2:active,
.btn-warning.btn-darken-2:focus {
	border-color: #d2910a !important;
	background-color: #b57c09 !important;
}

.btn-outline-warning.btn-outline-darken-2 {
	border-color: #efa50b !important;
	color: #efa50b !important;
}

.btn-outline-warning.btn-outline-darken-2:hover {
	background-color: #efa50b !important;
}

.border-warning.border-darken-2 {
	border: 1px solid #efa50b !important;
}

.border-top-warning.border-top-darken-2 {
	border-top: 1px solid #efa50b !important;
}

.border-bottom-warning.border-bottom-darken-2 {
	border-bottom: 1px solid #efa50b !important;
}

.border-left-warning.border-left-darken-2 {
	border-left: 1px solid #efa50b !important;
}

.border-right-warning.border-right-darken-2 {
	border-right: 1px solid #efa50b !important;
}

.overlay-warning.overlay-darken-2 {
	background: #efa50b;
	background: rgba(239, 165, 11, 0.8);
}

.warning.darken-3 {
	color: #d2910a !important;
}

.bg-warning.bg-darken-3 {
	background-color: #d2910a !important;
}

.bg-warning.bg-darken-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(210, 145, 10, 0.6);
	box-shadow: 0 1px 20px 1px rgba(210, 145, 10, 0.6);
}

.btn-warning.btn-darken-3,
.btn-warning.btn-darken-3:hover {
	border-color: #efa50b !important;
	background-color: #d2910a !important;
}

.btn-warning.btn-darken-3:active,
.btn-warning.btn-darken-3:focus {
	border-color: #d2910a !important;
	background-color: #b57c09 !important;
}

.btn-outline-warning.btn-outline-darken-3 {
	border-color: #d2910a !important;
	color: #d2910a !important;
}

.btn-outline-warning.btn-outline-darken-3:hover {
	background-color: #d2910a !important;
}

.border-warning.border-darken-3 {
	border: 1px solid #d2910a !important;
}

.border-top-warning.border-top-darken-3 {
	border-top: 1px solid #d2910a !important;
}

.border-bottom-warning.border-bottom-darken-3 {
	border-bottom: 1px solid #d2910a !important;
}

.border-left-warning.border-left-darken-3 {
	border-left: 1px solid #d2910a !important;
}

.border-right-warning.border-right-darken-3 {
	border-right: 1px solid #d2910a !important;
}

.overlay-warning.overlay-darken-3 {
	background: #d2910a;
	background: rgba(210, 145, 10, 0.8);
}

.bg-warning.bg-darken-4,
.btn-warning.btn-darken-4 {
	background-color: #b57c09 !important;
}

.warning.darken-4 {
	color: #b57c09 !important;
}

.bg-warning.bg-darken-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(181, 124, 9, 0.6);
	box-shadow: 0 1px 20px 1px rgba(181, 124, 9, 0.6);
}

.btn-warning.btn-darken-4 {
	border-color: #efa50b !important;
}

.btn-warning.btn-darken-4:hover {
	border-color: #efa50b !important;
	background-color: #d2910a !important;
}

.btn-warning.btn-darken-4:active,
.btn-warning.btn-darken-4:focus {
	border-color: #d2910a !important;
	background-color: #b57c09 !important;
}

.btn-outline-warning.btn-outline-darken-4 {
	border-color: #b57c09 !important;
	color: #b57c09 !important;
}

.btn-outline-warning.btn-outline-darken-4:hover {
	background-color: #b57c09 !important;
}

.border-warning.border-darken-4 {
	border: 1px solid #b57c09 !important;
}

.border-top-warning.border-top-darken-4 {
	border-top: 1px solid #b57c09 !important;
}

.border-bottom-warning.border-bottom-darken-4 {
	border-bottom: 1px solid #b57c09 !important;
}

.border-left-warning.border-left-darken-4 {
	border-left: 1px solid #b57c09 !important;
}

.border-right-warning.border-right-darken-4 {
	border-right: 1px solid #b57c09 !important;
}

.overlay-warning.overlay-darken-4 {
	background: #b57c09;
	background: rgba(181, 124, 9, 0.8);
}

.bg-warning.bg-accent-1,
.btn-warning.btn-accent-1 {
	background-color: #fddea1 !important;
}

.warning.accent-1 {
	color: #fddea1 !important;
}

.bg-warning.bg-accent-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(253, 222, 161, 0.6);
	box-shadow: 0 1px 20px 1px rgba(253, 222, 161, 0.6);
}

.btn-warning.btn-accent-1 {
	border-color: #efa50b !important;
}

.btn-warning.btn-accent-1:hover {
	border-color: #efa50b !important;
	background-color: #d2910a !important;
}

.btn-warning.btn-accent-1:active,
.btn-warning.btn-accent-1:focus {
	border-color: #d2910a !important;
	background-color: #b57c09 !important;
}

.btn-outline-warning.btn-outline-accent-1 {
	border-color: #fddea1 !important;
	color: #fddea1 !important;
}

.btn-outline-warning.btn-outline-accent-1:hover {
	background-color: #fddea1 !important;
}

.border-warning.border-accent-1 {
	border: 1px solid #fddea1 !important;
}

.border-top-warning.border-top-accent-1 {
	border-top: 1px solid #fddea1 !important;
}

.border-bottom-warning.border-bottom-accent-1 {
	border-bottom: 1px solid #fddea1 !important;
}

.border-left-warning.border-left-accent-1 {
	border-left: 1px solid #fddea1 !important;
}

.border-right-warning.border-right-accent-1 {
	border-right: 1px solid #fddea1 !important;
}

.overlay-warning.overlay-accent-1 {
	background: #fddea1;
	background: rgba(253, 222, 161, 0.8);
}

.bg-warning.bg-accent-2,
.btn-warning.btn-accent-2 {
	background-color: #f9d07d !important;
}

.warning.accent-2 {
	color: #f9d07d !important;
}

.bg-warning.bg-accent-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(249, 208, 125, 0.6);
	box-shadow: 0 1px 20px 1px rgba(249, 208, 125, 0.6);
}

.btn-warning.btn-accent-2 {
	border-color: #efa50b !important;
}

.btn-warning.btn-accent-2:hover {
	border-color: #efa50b !important;
	background-color: #d2910a !important;
}

.btn-warning.btn-accent-2:active,
.btn-warning.btn-accent-2:focus {
	border-color: #d2910a !important;
	background-color: #b57c09 !important;
}

.btn-outline-warning.btn-outline-accent-2 {
	border-color: #f9d07d !important;
	color: #f9d07d !important;
}

.btn-outline-warning.btn-outline-accent-2:hover {
	background-color: #f9d07d !important;
}

.border-warning.border-accent-2 {
	border: 1px solid #f9d07d !important;
}

.border-top-warning.border-top-accent-2 {
	border-top: 1px solid #f9d07d !important;
}

.border-bottom-warning.border-bottom-accent-2 {
	border-bottom: 1px solid #f9d07d !important;
}

.border-left-warning.border-left-accent-2 {
	border-left: 1px solid #f9d07d !important;
}

.border-right-warning.border-right-accent-2 {
	border-right: 1px solid #f9d07d !important;
}

.overlay-warning.overlay-accent-2 {
	background: #f9d07d;
	background: rgba(249, 208, 125, 0.8);
}

.bg-warning.bg-accent-3,
.btn-warning.btn-accent-3 {
	background-color: #fda85c !important;
}

.warning.accent-3 {
	color: #fda85c !important;
}

.bg-warning.bg-accent-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(253, 168, 92, 0.6);
	box-shadow: 0 1px 20px 1px rgba(253, 168, 92, 0.6);
}

.btn-warning.btn-accent-3 {
	border-color: #efa50b !important;
}

.btn-warning.btn-accent-3:hover {
	border-color: #efa50b !important;
	background-color: #d2910a !important;
}

.btn-warning.btn-accent-3:active,
.btn-warning.btn-accent-3:focus {
	border-color: #d2910a !important;
	background-color: #b57c09 !important;
}

.btn-outline-warning.btn-outline-accent-3 {
	border-color: #fda85c !important;
	color: #fda85c !important;
}

.btn-outline-warning.btn-outline-accent-3:hover {
	background-color: #fda85c !important;
}

.border-warning.border-accent-3 {
	border: 1px solid #fda85c !important;
}

.border-top-warning.border-top-accent-3 {
	border-top: 1px solid #fda85c !important;
}

.border-bottom-warning.border-bottom-accent-3 {
	border-bottom: 1px solid #fda85c !important;
}

.border-left-warning.border-left-accent-3 {
	border-left: 1px solid #fda85c !important;
}

.border-right-warning.border-right-accent-3 {
	border-right: 1px solid #fda85c !important;
}

.overlay-warning.overlay-accent-3 {
	background: #fda85c;
	background: rgba(253, 168, 92, 0.8);
}

.bg-warning.bg-accent-4,
.btn-warning.btn-accent-4 {
	background-color: #f5a90b !important;
}

.warning.accent-4 {
	color: #f5a90b !important;
}

.bg-warning.bg-accent-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(245, 169, 11, 0.6);
	box-shadow: 0 1px 20px 1px rgba(245, 169, 11, 0.6);
}

.btn-warning.btn-accent-4 {
	border-color: #efa50b !important;
}

.btn-warning.btn-accent-4:hover {
	border-color: #efa50b !important;
	background-color: #d2910a !important;
}

.btn-warning.btn-accent-4:active,
.btn-warning.btn-accent-4:focus {
	border-color: #d2910a !important;
	background-color: #b57c09 !important;
}

.btn-outline-warning.btn-outline-accent-4 {
	border-color: #f5a90b !important;
	color: #f5a90b !important;
}

.btn-outline-warning.btn-outline-accent-4:hover {
	background-color: #f5a90b !important;
}

input:focus ~ .bg-warning {
	-webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f5a90b !important;
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f5a90b !important;
}

.border-warning.border-accent-4 {
	border: 1px solid #f5a90b !important;
}

.border-top-warning.border-top-accent-4 {
	border-top: 1px solid #f5a90b !important;
}

.border-bottom-warning.border-bottom-accent-4 {
	border-bottom: 1px solid #f5a90b !important;
}

.border-left-warning.border-left-accent-4 {
	border-left: 1px solid #f5a90b !important;
}

.border-right-warning.border-right-accent-4 {
	border-right: 1px solid #f5a90b !important;
}

.overlay-warning.overlay-accent-4 {
	background: #f5a90b;
	background: rgba(245, 169, 11, 0.8);
}

.bg-danger.bg-lighten-5,
.btn-danger.btn-lighten-5 {
	background-color: #f9e1e4 !important;
}

.danger.lighten-5 {
	color: #f9e1e4 !important;
}

.bg-danger.bg-lighten-5.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(249, 225, 228, 0.6);
	box-shadow: 0 1px 20px 1px rgba(249, 225, 228, 0.6);
}

.btn-danger.btn-lighten-5 {
	border-color: #bc2534 !important;
}

.btn-danger.btn-lighten-5:hover {
	border-color: #bc2534 !important;
	background-color: #a2202d !important;
}

.btn-danger.btn-lighten-5:active,
.btn-danger.btn-lighten-5:focus {
	border-color: #a2202d !important;
	background-color: #891b26 !important;
}

.btn-outline-danger.btn-outline-lighten-5 {
	border-color: #f9e1e4 !important;
	color: #f9e1e4 !important;
}

.btn-outline-danger.btn-outline-lighten-5:hover {
	background-color: #f9e1e4 !important;
}

.border-danger.border-lighten-5 {
	border: 1px solid #f9e1e4 !important;
}

.border-top-danger.border-top-lighten-5 {
	border-top: 1px solid #f9e1e4 !important;
}

.border-bottom-danger.border-bottom-lighten-5 {
	border-bottom: 1px solid #f9e1e4 !important;
}

.border-left-danger.border-left-lighten-5 {
	border-left: 1px solid #f9e1e4 !important;
}

.border-right-danger.border-right-lighten-5 {
	border-right: 1px solid #f9e1e4 !important;
}

.overlay-danger.overlay-lighten-5 {
	background: #f9e1e4;
	background: rgba(249, 225, 228, 0.8);
}

.bg-danger.bg-lighten-4,
.btn-danger.btn-lighten-4 {
	background-color: #f0b3b9 !important;
}

.danger.lighten-4 {
	color: #f0b3b9 !important;
}

.bg-danger.bg-lighten-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(240, 179, 185, 0.6);
	box-shadow: 0 1px 20px 1px rgba(240, 179, 185, 0.6);
}

.btn-danger.btn-lighten-4 {
	border-color: #bc2534 !important;
}

.btn-danger.btn-lighten-4:hover {
	border-color: #bc2534 !important;
	background-color: #a2202d !important;
}

.btn-danger.btn-lighten-4:active,
.btn-danger.btn-lighten-4:focus {
	border-color: #a2202d !important;
	background-color: #891b26 !important;
}

.btn-outline-danger.btn-outline-lighten-4 {
	border-color: #f0b3b9 !important;
	color: #f0b3b9 !important;
}

.btn-outline-danger.btn-outline-lighten-4:hover {
	background-color: #f0b3b9 !important;
}

.border-danger.border-lighten-4 {
	border: 1px solid #f0b3b9 !important;
}

.border-top-danger.border-top-lighten-4 {
	border-top: 1px solid #f0b3b9 !important;
}

.border-bottom-danger.border-bottom-lighten-4 {
	border-bottom: 1px solid #f0b3b9 !important;
}

.border-left-danger.border-left-lighten-4 {
	border-left: 1px solid #f0b3b9 !important;
}

.border-right-danger.border-right-lighten-4 {
	border-right: 1px solid #f0b3b9 !important;
}

.overlay-danger.overlay-lighten-4 {
	background: #f0b3b9;
	background: rgba(240, 179, 185, 0.8);
}

.bg-danger.bg-lighten-3,
.btn-danger.btn-lighten-3 {
	background-color: #e47782 !important;
}

.danger.lighten-3 {
	color: #e47782 !important;
}

.bg-danger.bg-lighten-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(228, 119, 130, 0.6);
	box-shadow: 0 1px 20px 1px rgba(228, 119, 130, 0.6);
}

.btn-danger.btn-lighten-3 {
	border-color: #bc2534 !important;
}

.btn-danger.btn-lighten-3:hover {
	border-color: #bc2534 !important;
	background-color: #a2202d !important;
}

.btn-danger.btn-lighten-3:active,
.btn-danger.btn-lighten-3:focus {
	border-color: #a2202d !important;
	background-color: #891b26 !important;
}

.btn-outline-danger.btn-outline-lighten-3 {
	border-color: #e47782 !important;
	color: #e47782 !important;
}

.btn-outline-danger.btn-outline-lighten-3:hover {
	background-color: #e47782 !important;
}

.border-danger.border-lighten-3 {
	border: 1px solid #e47782 !important;
}

.border-top-danger.border-top-lighten-3 {
	border-top: 1px solid #e47782 !important;
}

.border-bottom-danger.border-bottom-lighten-3 {
	border-bottom: 1px solid #e47782 !important;
}

.border-left-danger.border-left-lighten-3 {
	border-left: 1px solid #e47782 !important;
}

.border-right-danger.border-right-lighten-3 {
	border-right: 1px solid #e47782 !important;
}

.overlay-danger.overlay-lighten-3 {
	background: #e47782;
	background: rgba(228, 119, 130, 0.8);
}

.bg-danger.bg-lighten-2,
.btn-danger.btn-lighten-2 {
	background-color: #ed5565 !important;
}

.danger.lighten-2 {
	color: #ed5565 !important;
}

.bg-danger.bg-lighten-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(237, 85, 101, 0.6);
	box-shadow: 0 1px 20px 1px rgba(237, 85, 101, 0.6);
}

.btn-danger.btn-lighten-2 {
	border-color: #bc2534 !important;
}

.btn-danger.btn-lighten-2:hover {
	border-color: #bc2534 !important;
	background-color: #a2202d !important;
}

.btn-danger.btn-lighten-2:active,
.btn-danger.btn-lighten-2:focus {
	border-color: #a2202d !important;
	background-color: #891b26 !important;
}

.btn-outline-danger.btn-outline-lighten-2 {
	border-color: #ed5565 !important;
	color: #ed5565 !important;
}

.btn-outline-danger.btn-outline-lighten-2:hover {
	background-color: #ed5565 !important;
}

.border-danger.border-lighten-2 {
	border: 1px solid #ed5565 !important;
}

.border-top-danger.border-top-lighten-2 {
	border-top: 1px solid #ed5565 !important;
}

.border-bottom-danger.border-bottom-lighten-2 {
	border-bottom: 1px solid #ed5565 !important;
}

.border-left-danger.border-left-lighten-2 {
	border-left: 1px solid #ed5565 !important;
}

.border-right-danger.border-right-lighten-2 {
	border-right: 1px solid #ed5565 !important;
}

.overlay-danger.overlay-lighten-2 {
	background: #ed5565;
	background: rgba(237, 85, 101, 0.8);
}

.bg-danger.bg-lighten-1,
.btn-danger.btn-lighten-1 {
	background-color: #df5e6a !important;
}

.danger.lighten-1 {
	color: #df5e6a !important;
}

.bg-danger.bg-lighten-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(223, 94, 106, 0.6);
	box-shadow: 0 1px 20px 1px rgba(223, 94, 106, 0.6);
}

.bg-danger.bg-glow,
.btn-danger.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(218, 68, 83, 0.6);
}

.btn-danger.btn-lighten-1 {
	border-color: #bc2534 !important;
}

.btn-danger.btn-lighten-1:hover {
	border-color: #bc2534 !important;
	background-color: #a2202d !important;
}

.btn-danger.btn-lighten-1:active,
.btn-danger.btn-lighten-1:focus {
	border-color: #a2202d !important;
	background-color: #891b26 !important;
}

.btn-outline-danger.btn-outline-lighten-1 {
	border-color: #df5e6a !important;
	color: #df5e6a !important;
}

.btn-outline-danger.btn-outline-lighten-1:hover {
	background-color: #df5e6a !important;
}

.border-danger.border-lighten-1 {
	border: 1px solid #df5e6a !important;
}

.border-top-danger.border-top-lighten-1 {
	border-top: 1px solid #df5e6a !important;
}

.border-bottom-danger.border-bottom-lighten-1 {
	border-bottom: 1px solid #df5e6a !important;
}

.border-left-danger.border-left-lighten-1 {
	border-left: 1px solid #df5e6a !important;
}

.border-right-danger.border-right-lighten-1 {
	border-right: 1px solid #df5e6a !important;
}

.alert-danger,
.btn-danger {
	border-color: #da4453 !important;
}

.overlay-danger.overlay-lighten-1 {
	background: #df5e6a;
	background: rgba(223, 94, 106, 0.8);
}

.danger {
	color: #da4453 !important;
}

.bg-danger {
	background-color: #da4453 !important;
}

.bg-danger .card-footer,
.bg-danger .card-header {
	background-color: transparent;
}

.bg-danger.bg-glow {
	box-shadow: 0 1px 20px 1px rgba(218, 68, 83, 0.6);
}

.selectboxit.selectboxit-btn.bg-danger {
	background-color: #da4453 !important;
}

.alert-danger {
	background-color: #ffc1c7 !important;
	border-color: #ffc1c7 !important;
	color: #ca1223 !important;
}

.alert-danger .alert-link {
	color: #380b0f !important;
}

.overlay-danger {
	background: #da4453;
	background: rgba(218, 68, 83, 0.8);
}

.btn-danger {
	background-color: #dd382b !important;
	color: #fff;
}

.btn-danger:hover {
	border-color: #dd382b !important;
	background-color: #dd382b !important;
	/* border-color: #BC2534 !important;
    background-color: #D52A3B !important; */
	color: #fff !important;
}

.btn-danger:active,
.btn-danger:focus {
	border-color: #a2202d !important;
	background-color: #bc2534 !important;
	color: #fff !important;
}

.btn-danger.btn-glow {
	box-shadow: 0 1px 20px 1px rgba(218, 68, 83, 0.6);
}

.btn-outline-danger {
	border-color: #da4453;
	background-color: transparent;
	color: #da4453;
}

.btn-outline-danger:hover {
	background-color: #da4453;
	color: #fff !important;
}

.btn-outline-danger.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(218, 68, 83, 0.6);
	box-shadow: 0 1px 20px 1px rgba(218, 68, 83, 0.6);
}

input[type="checkbox"].bg-danger + .custom-control-label:before,
input[type="radio"].bg-danger + .custom-control-label:before {
	background-color: #da4453 !important;
}

.bg-danger.bg-darken-1,
.btn-danger.btn-darken-1 {
	background-color: #d52a3b !important;
}

.border-danger {
	border: 1px solid #da4453 !important;
}

.border-top-danger {
	border-top: 1px solid #da4453;
}

.border-bottom-danger {
	border-bottom: 1px solid #da4453;
}

.border-left-danger {
	border-left: 1px solid #da4453;
}

.border-right-danger {
	border-right: 1px solid #da4453;
}

.danger.darken-1 {
	color: #d52a3b !important;
}

.bg-danger.bg-darken-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(213, 42, 59, 0.6);
	box-shadow: 0 1px 20px 1px rgba(213, 42, 59, 0.6);
}

.btn-danger.btn-darken-1 {
	border-color: #bc2534 !important;
}

.btn-danger.btn-darken-1:hover {
	border-color: #bc2534 !important;
	background-color: #a2202d !important;
}

.btn-danger.btn-darken-1:active,
.btn-danger.btn-darken-1:focus {
	border-color: #a2202d !important;
	background-color: #891b26 !important;
}

.btn-outline-danger.btn-outline-darken-1 {
	border-color: #d52a3b !important;
	color: #d52a3b !important;
}

.btn-outline-danger.btn-outline-darken-1:hover {
	background-color: #d52a3b !important;
}

.border-danger.border-darken-1 {
	border: 1px solid #d52a3b !important;
}

.border-top-danger.border-top-darken-1 {
	border-top: 1px solid #d52a3b !important;
}

.border-bottom-danger.border-bottom-darken-1 {
	border-bottom: 1px solid #d52a3b !important;
}

.border-left-danger.border-left-darken-1 {
	border-left: 1px solid #d52a3b !important;
}

.border-right-danger.border-right-darken-1 {
	border-right: 1px solid #d52a3b !important;
}

.btn-danger.btn-darken-2,
.btn-danger.btn-darken-2:hover {
	border-color: #bc2534 !important;
}

.overlay-danger.overlay-darken-1 {
	background: #d52a3b;
	background: rgba(213, 42, 59, 0.8);
}

.bg-danger.bg-darken-2,
.btn-danger.btn-darken-2 {
	background-color: #bc2534 !important;
}

.danger.darken-2 {
	color: #bc2534 !important;
}

.bg-danger.bg-darken-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(188, 37, 52, 0.6);
	box-shadow: 0 1px 20px 1px rgba(188, 37, 52, 0.6);
}

.btn-danger.btn-darken-2:hover {
	background-color: #a2202d !important;
}

.btn-danger.btn-darken-2:active,
.btn-danger.btn-darken-2:focus {
	border-color: #a2202d !important;
	background-color: #891b26 !important;
}

.btn-outline-danger.btn-outline-darken-2 {
	border-color: #bc2534 !important;
	color: #bc2534 !important;
}

.btn-outline-danger.btn-outline-darken-2:hover {
	background-color: #bc2534 !important;
}

.border-danger.border-darken-2 {
	border: 1px solid #bc2534 !important;
}

.border-top-danger.border-top-darken-2 {
	border-top: 1px solid #bc2534 !important;
}

.border-bottom-danger.border-bottom-darken-2 {
	border-bottom: 1px solid #bc2534 !important;
}

.border-left-danger.border-left-darken-2 {
	border-left: 1px solid #bc2534 !important;
}

.border-right-danger.border-right-darken-2 {
	border-right: 1px solid #bc2534 !important;
}

.overlay-danger.overlay-darken-2 {
	background: #bc2534;
	background: rgba(188, 37, 52, 0.8);
}

.danger.darken-3 {
	color: #a2202d !important;
}

.bg-danger.bg-darken-3 {
	background-color: #a2202d !important;
}

.bg-danger.bg-darken-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(162, 32, 45, 0.6);
	box-shadow: 0 1px 20px 1px rgba(162, 32, 45, 0.6);
}

.btn-danger.btn-darken-3,
.btn-danger.btn-darken-3:hover {
	border-color: #bc2534 !important;
	background-color: #a2202d !important;
}

.btn-danger.btn-darken-3:active,
.btn-danger.btn-darken-3:focus {
	border-color: #a2202d !important;
	background-color: #891b26 !important;
}

.btn-outline-danger.btn-outline-darken-3 {
	border-color: #a2202d !important;
	color: #a2202d !important;
}

.btn-outline-danger.btn-outline-darken-3:hover {
	background-color: #a2202d !important;
}

.border-danger.border-darken-3 {
	border: 1px solid #a2202d !important;
}

.border-top-danger.border-top-darken-3 {
	border-top: 1px solid #a2202d !important;
}

.border-bottom-danger.border-bottom-darken-3 {
	border-bottom: 1px solid #a2202d !important;
}

.border-left-danger.border-left-darken-3 {
	border-left: 1px solid #a2202d !important;
}

.border-right-danger.border-right-darken-3 {
	border-right: 1px solid #a2202d !important;
}

.btn-danger.btn-darken-4,
.btn-danger.btn-darken-4:hover {
	border-color: #bc2534 !important;
}

.overlay-danger.overlay-darken-3 {
	background: #a2202d;
	background: rgba(162, 32, 45, 0.8);
}

.bg-danger.bg-darken-4,
.btn-danger.btn-darken-4 {
	background-color: #891b26 !important;
}

.danger.darken-4 {
	color: #891b26 !important;
}

.bg-danger.bg-darken-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(137, 27, 38, 0.6);
	box-shadow: 0 1px 20px 1px rgba(137, 27, 38, 0.6);
}

.btn-danger.btn-darken-4:hover {
	background-color: #a2202d !important;
}

.btn-danger.btn-darken-4:active,
.btn-danger.btn-darken-4:focus {
	border-color: #a2202d !important;
	background-color: #891b26 !important;
}

.btn-outline-danger.btn-outline-darken-4 {
	border-color: #891b26 !important;
	color: #891b26 !important;
}

.btn-outline-danger.btn-outline-darken-4:hover {
	background-color: #891b26 !important;
}

.border-danger.border-darken-4 {
	border: 1px solid #891b26 !important;
}

.border-top-danger.border-top-darken-4 {
	border-top: 1px solid #891b26 !important;
}

.border-bottom-danger.border-bottom-darken-4 {
	border-bottom: 1px solid #891b26 !important;
}

.border-left-danger.border-left-darken-4 {
	border-left: 1px solid #891b26 !important;
}

.border-right-danger.border-right-darken-4 {
	border-right: 1px solid #891b26 !important;
}

.btn-danger.btn-accent-1,
.btn-danger.btn-accent-1:hover {
	border-color: #bc2534 !important;
}

.overlay-danger.overlay-darken-4 {
	background: #891b26;
	background: rgba(137, 27, 38, 0.8);
}

.bg-danger.bg-accent-1,
.btn-danger.btn-accent-1 {
	background-color: #f9e1e4 !important;
}

.danger.accent-1 {
	color: #f9e1e4 !important;
}

.bg-danger.bg-accent-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(249, 225, 228, 0.6);
	box-shadow: 0 1px 20px 1px rgba(249, 225, 228, 0.6);
}

.btn-danger.btn-accent-1:hover {
	background-color: #a2202d !important;
}

.btn-danger.btn-accent-1:active,
.btn-danger.btn-accent-1:focus {
	border-color: #a2202d !important;
	background-color: #891b26 !important;
}

.btn-outline-danger.btn-outline-accent-1 {
	border-color: #f9e1e4 !important;
	color: #f9e1e4 !important;
}

.btn-outline-danger.btn-outline-accent-1:hover {
	background-color: #f9e1e4 !important;
}

.border-danger.border-accent-1 {
	border: 1px solid #f9e1e4 !important;
}

.border-top-danger.border-top-accent-1 {
	border-top: 1px solid #f9e1e4 !important;
}

.border-bottom-danger.border-bottom-accent-1 {
	border-bottom: 1px solid #f9e1e4 !important;
}

.border-left-danger.border-left-accent-1 {
	border-left: 1px solid #f9e1e4 !important;
}

.border-right-danger.border-right-accent-1 {
	border-right: 1px solid #f9e1e4 !important;
}

.btn-danger.btn-accent-2,
.btn-danger.btn-accent-2:hover {
	border-color: #bc2534 !important;
}

.overlay-danger.overlay-accent-1 {
	background: #f9e1e4;
	background: rgba(249, 225, 228, 0.8);
}

.bg-danger.bg-accent-2,
.btn-danger.btn-accent-2 {
	background-color: #ea7983 !important;
}

.danger.accent-2 {
	color: #ea7983 !important;
}

.bg-danger.bg-accent-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(234, 121, 131, 0.6);
	box-shadow: 0 1px 20px 1px rgba(234, 121, 131, 0.6);
}

.btn-danger.btn-accent-2:hover {
	background-color: #a2202d !important;
}

.btn-danger.btn-accent-2:active,
.btn-danger.btn-accent-2:focus {
	border-color: #a2202d !important;
	background-color: #891b26 !important;
}

.btn-outline-danger.btn-outline-accent-2 {
	border-color: #ea7983 !important;
	color: #ea7983 !important;
}

.btn-outline-danger.btn-outline-accent-2:hover {
	background-color: #ea7983 !important;
}

.border-danger.border-accent-2 {
	border: 1px solid #ea7983 !important;
}

.border-top-danger.border-top-accent-2 {
	border-top: 1px solid #ea7983 !important;
}

.border-bottom-danger.border-bottom-accent-2 {
	border-bottom: 1px solid #ea7983 !important;
}

.border-left-danger.border-left-accent-2 {
	border-left: 1px solid #ea7983 !important;
}

.border-right-danger.border-right-accent-2 {
	border-right: 1px solid #ea7983 !important;
}

.btn-danger.btn-accent-3,
.btn-danger.btn-accent-3:hover {
	border-color: #bc2534 !important;
}

.overlay-danger.overlay-accent-2 {
	background: #ea7983;
	background: rgba(234, 121, 131, 0.8);
}

.bg-danger.bg-accent-3,
.btn-danger.btn-accent-3 {
	background-color: #df5e6a !important;
}

.danger.accent-3 {
	color: #df5e6a !important;
}

.bg-danger.bg-accent-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(223, 94, 106, 0.6);
	box-shadow: 0 1px 20px 1px rgba(223, 94, 106, 0.6);
}

.btn-danger.btn-accent-3:hover {
	background-color: #a2202d !important;
}

.btn-danger.btn-accent-3:active,
.btn-danger.btn-accent-3:focus {
	border-color: #a2202d !important;
	background-color: #891b26 !important;
}

.btn-outline-danger.btn-outline-accent-3 {
	border-color: #df5e6a !important;
	color: #df5e6a !important;
}

.btn-outline-danger.btn-outline-accent-3:hover {
	background-color: #df5e6a !important;
}

.border-danger.border-accent-3 {
	border: 1px solid #df5e6a !important;
}

.border-top-danger.border-top-accent-3 {
	border-top: 1px solid #df5e6a !important;
}

.border-bottom-danger.border-bottom-accent-3 {
	border-bottom: 1px solid #df5e6a !important;
}

.border-left-danger.border-left-accent-3 {
	border-left: 1px solid #df5e6a !important;
}

.border-right-danger.border-right-accent-3 {
	border-right: 1px solid #df5e6a !important;
}

.btn-danger.btn-accent-4,
.btn-danger.btn-accent-4:hover {
	border-color: #bc2534 !important;
}

.overlay-danger.overlay-accent-3 {
	background: #df5e6a;
	background: rgba(223, 94, 106, 0.8);
}

.bg-danger.bg-accent-4,
.btn-danger.btn-accent-4 {
	background-color: #cc2f3e !important;
}

.danger.accent-4 {
	color: #cc2f3e !important;
}

.bg-danger.bg-accent-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(204, 47, 62, 0.6);
	box-shadow: 0 1px 20px 1px rgba(204, 47, 62, 0.6);
}

.btn-danger.btn-accent-4:hover {
	background-color: #a2202d !important;
}

.btn-danger.btn-accent-4:active,
.btn-danger.btn-accent-4:focus {
	border-color: #a2202d !important;
	background-color: #891b26 !important;
}

.btn-outline-danger.btn-outline-accent-4 {
	border-color: #cc2f3e !important;
	color: #cc2f3e !important;
}

.btn-outline-danger.btn-outline-accent-4:hover {
	background-color: #cc2f3e !important;
}

input:focus ~ .bg-danger {
	-webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #cc2f3e !important;
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #cc2f3e !important;
}

.border-danger.border-accent-4 {
	border: 1px solid #cc2f3e !important;
}

.border-top-danger.border-top-accent-4 {
	border-top: 1px solid #cc2f3e !important;
}

.border-bottom-danger.border-bottom-accent-4 {
	border-bottom: 1px solid #cc2f3e !important;
}

.border-left-danger.border-left-accent-4 {
	border-left: 1px solid #cc2f3e !important;
}

.border-right-danger.border-right-accent-4 {
	border-right: 1px solid #cc2f3e !important;
}

.btn-red.btn-lighten-5,
.btn-red.btn-lighten-5:hover {
	border-color: #d32f2f !important;
}

.overlay-danger.overlay-accent-4 {
	background: #cc2f3e;
	background: rgba(204, 47, 62, 0.8);
}

.bg-red.bg-lighten-5,
.btn-red.btn-lighten-5 {
	background-color: #ffebee !important;
}

.red.lighten-5 {
	color: #ffebee !important;
}

.bg-red.bg-lighten-5.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 235, 238, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 235, 238, 0.6);
}

.btn-red.btn-lighten-5:hover {
	background-color: #c62828 !important;
}

.btn-red.btn-lighten-5:active,
.btn-red.btn-lighten-5:focus {
	border-color: #c62828 !important;
	background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-lighten-5 {
	border-color: #ffebee !important;
	color: #ffebee !important;
}

.btn-outline-red.btn-outline-lighten-5:hover {
	background-color: #ffebee !important;
}

.border-red.border-lighten-5 {
	border: 1px solid #ffebee !important;
}

.border-top-red.border-top-lighten-5 {
	border-top: 1px solid #ffebee !important;
}

.border-bottom-red.border-bottom-lighten-5 {
	border-bottom: 1px solid #ffebee !important;
}

.border-left-red.border-left-lighten-5 {
	border-left: 1px solid #ffebee !important;
}

.border-right-red.border-right-lighten-5 {
	border-right: 1px solid #ffebee !important;
}

.btn-red.btn-lighten-4,
.btn-red.btn-lighten-4:hover {
	border-color: #d32f2f !important;
}

.overlay-red.overlay-lighten-5 {
	background: #ffebee;
	background: rgba(255, 235, 238, 0.8);
}

.bg-red.bg-lighten-4,
.btn-red.btn-lighten-4 {
	background-color: #ffcdd2 !important;
}

.red.lighten-4 {
	color: #ffcdd2 !important;
}

.bg-red.bg-lighten-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 205, 210, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 205, 210, 0.6);
}

.btn-red.btn-lighten-4:hover {
	background-color: #c62828 !important;
}

.btn-red.btn-lighten-4:active,
.btn-red.btn-lighten-4:focus {
	border-color: #c62828 !important;
	background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-lighten-4 {
	border-color: #ffcdd2 !important;
	color: #ffcdd2 !important;
}

.btn-outline-red.btn-outline-lighten-4:hover {
	background-color: #ffcdd2 !important;
}

.border-red.border-lighten-4 {
	border: 1px solid #ffcdd2 !important;
}

.border-top-red.border-top-lighten-4 {
	border-top: 1px solid #ffcdd2 !important;
}

.border-bottom-red.border-bottom-lighten-4 {
	border-bottom: 1px solid #ffcdd2 !important;
}

.border-left-red.border-left-lighten-4 {
	border-left: 1px solid #ffcdd2 !important;
}

.border-right-red.border-right-lighten-4 {
	border-right: 1px solid #ffcdd2 !important;
}

.btn-red.btn-lighten-3,
.btn-red.btn-lighten-3:hover {
	border-color: #d32f2f !important;
}

.overlay-red.overlay-lighten-4 {
	background: #ffcdd2;
	background: rgba(255, 205, 210, 0.8);
}

.bg-red.bg-lighten-3,
.btn-red.btn-lighten-3 {
	background-color: #ef9a9a !important;
}

.red.lighten-3 {
	color: #ef9a9a !important;
}

.bg-red.bg-lighten-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(239, 154, 154, 0.6);
	box-shadow: 0 1px 20px 1px rgba(239, 154, 154, 0.6);
}

.btn-red.btn-lighten-3:hover {
	background-color: #c62828 !important;
}

.btn-red.btn-lighten-3:active,
.btn-red.btn-lighten-3:focus {
	border-color: #c62828 !important;
	background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-lighten-3 {
	border-color: #ef9a9a !important;
	color: #ef9a9a !important;
}

.btn-outline-red.btn-outline-lighten-3:hover {
	background-color: #ef9a9a !important;
}

.border-red.border-lighten-3 {
	border: 1px solid #ef9a9a !important;
}

.border-top-red.border-top-lighten-3 {
	border-top: 1px solid #ef9a9a !important;
}

.border-bottom-red.border-bottom-lighten-3 {
	border-bottom: 1px solid #ef9a9a !important;
}

.border-left-red.border-left-lighten-3 {
	border-left: 1px solid #ef9a9a !important;
}

.border-right-red.border-right-lighten-3 {
	border-right: 1px solid #ef9a9a !important;
}

.btn-red.btn-lighten-2,
.btn-red.btn-lighten-2:hover {
	border-color: #d32f2f !important;
}

.overlay-red.overlay-lighten-3 {
	background: #ef9a9a;
	background: rgba(239, 154, 154, 0.8);
}

.bg-red.bg-lighten-2,
.btn-red.btn-lighten-2 {
	background-color: #e57373 !important;
}

.red.lighten-2 {
	color: #e57373 !important;
}

.bg-red.bg-lighten-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(229, 115, 115, 0.6);
	box-shadow: 0 1px 20px 1px rgba(229, 115, 115, 0.6);
}

.btn-red.btn-lighten-2:hover {
	background-color: #c62828 !important;
}

.btn-red.btn-lighten-2:active,
.btn-red.btn-lighten-2:focus {
	border-color: #c62828 !important;
	background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-lighten-2 {
	border-color: #e57373 !important;
	color: #e57373 !important;
}

.btn-outline-red.btn-outline-lighten-2:hover {
	background-color: #e57373 !important;
}

.border-red.border-lighten-2 {
	border: 1px solid #e57373 !important;
}

.border-top-red.border-top-lighten-2 {
	border-top: 1px solid #e57373 !important;
}

.border-bottom-red.border-bottom-lighten-2 {
	border-bottom: 1px solid #e57373 !important;
}

.border-left-red.border-left-lighten-2 {
	border-left: 1px solid #e57373 !important;
}

.border-right-red.border-right-lighten-2 {
	border-right: 1px solid #e57373 !important;
}

.btn-red.btn-lighten-1,
.btn-red.btn-lighten-1:hover {
	border-color: #d32f2f !important;
}

.overlay-red.overlay-lighten-2 {
	background: #e57373;
	background: rgba(229, 115, 115, 0.8);
}

.bg-red.bg-lighten-1,
.btn-red.btn-lighten-1 {
	background-color: #ef5350 !important;
}

.red.lighten-1 {
	color: #ef5350 !important;
}

.bg-red.bg-lighten-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(239, 83, 80, 0.6);
	box-shadow: 0 1px 20px 1px rgba(239, 83, 80, 0.6);
}

.bg-red.bg-glow,
.btn-red.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(244, 67, 54, 0.6);
}

.btn-red.btn-lighten-1:hover {
	background-color: #c62828 !important;
}

.btn-red.btn-lighten-1:active,
.btn-red.btn-lighten-1:focus {
	border-color: #c62828 !important;
	background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-lighten-1 {
	border-color: #ef5350 !important;
	color: #ef5350 !important;
}

.btn-outline-red.btn-outline-lighten-1:hover {
	background-color: #ef5350 !important;
}

.border-red.border-lighten-1 {
	border: 1px solid #ef5350 !important;
}

.border-top-red.border-top-lighten-1 {
	border-top: 1px solid #ef5350 !important;
}

.border-bottom-red.border-bottom-lighten-1 {
	border-bottom: 1px solid #ef5350 !important;
}

.border-left-red.border-left-lighten-1 {
	border-left: 1px solid #ef5350 !important;
}

.border-right-red.border-right-lighten-1 {
	border-right: 1px solid #ef5350 !important;
}

.alert-red,
.btn-red {
	border-color: #f44336 !important;
}

.overlay-red.overlay-lighten-1 {
	background: #ef5350;
	background: rgba(239, 83, 80, 0.8);
}

.red {
	color: #f44336 !important;
}

.bg-red {
	background-color: #f44336 !important;
}

.bg-red .card-footer,
.bg-red .card-header {
	background-color: transparent;
}

.bg-red.bg-glow {
	box-shadow: 0 1px 20px 1px rgba(244, 67, 54, 0.6);
}

.selectboxit.selectboxit-btn.bg-red {
	background-color: #f44336 !important;
}

.alert-red {
	background-color: #f8827a !important;
	color: #710e06 !important;
}

.alert-red .alert-link {
	color: #4b0904 !important;
}

.overlay-red {
	background: #f44336;
	background: rgba(244, 67, 54, 0.8);
}

.btn-red {
	background-color: #f44336 !important;
	color: #fff;
}

.btn-red:hover {
	border-color: #d32f2f !important;
	background-color: #e53935 !important;
	color: #fff !important;
}

.btn-red:active,
.btn-red:focus {
	border-color: #c62828 !important;
	background-color: #d32f2f !important;
	color: #fff !important;
}

.btn-red.btn-glow {
	box-shadow: 0 1px 20px 1px rgba(244, 67, 54, 0.6);
}

.btn-outline-red {
	border-color: #f44336;
	background-color: transparent;
	color: #f44336;
}

.btn-outline-red:hover {
	background-color: #f44336;
	color: #fff !important;
}

.btn-outline-red.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(244, 67, 54, 0.6);
	box-shadow: 0 1px 20px 1px rgba(244, 67, 54, 0.6);
}

input[type="checkbox"].bg-red + .custom-control-label:before,
input[type="radio"].bg-red + .custom-control-label:before {
	background-color: #f44336 !important;
}

.bg-red.bg-darken-1,
.btn-red.btn-darken-1 {
	background-color: #e53935 !important;
}

.border-red {
	border: 1px solid #f44336 !important;
}

.border-top-red {
	border-top: 1px solid #f44336;
}

.border-bottom-red {
	border-bottom: 1px solid #f44336;
}

.border-left-red {
	border-left: 1px solid #f44336;
}

.border-right-red {
	border-right: 1px solid #f44336;
}

.red.darken-1 {
	color: #e53935 !important;
}

.bg-red.bg-darken-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(229, 57, 53, 0.6);
	box-shadow: 0 1px 20px 1px rgba(229, 57, 53, 0.6);
}

.btn-red.btn-darken-1 {
	border-color: #d32f2f !important;
}

.btn-red.btn-darken-1:hover {
	border-color: #d32f2f !important;
	background-color: #c62828 !important;
}

.btn-red.btn-darken-1:active,
.btn-red.btn-darken-1:focus {
	border-color: #c62828 !important;
	background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-darken-1 {
	border-color: #e53935 !important;
	color: #e53935 !important;
}

.btn-outline-red.btn-outline-darken-1:hover {
	background-color: #e53935 !important;
}

.border-red.border-darken-1 {
	border: 1px solid #e53935 !important;
}

.border-top-red.border-top-darken-1 {
	border-top: 1px solid #e53935 !important;
}

.border-bottom-red.border-bottom-darken-1 {
	border-bottom: 1px solid #e53935 !important;
}

.border-left-red.border-left-darken-1 {
	border-left: 1px solid #e53935 !important;
}

.border-right-red.border-right-darken-1 {
	border-right: 1px solid #e53935 !important;
}

.btn-red.btn-darken-2,
.btn-red.btn-darken-2:hover {
	border-color: #d32f2f !important;
}

.overlay-red.overlay-darken-1 {
	background: #e53935;
	background: rgba(229, 57, 53, 0.8);
}

.bg-red.bg-darken-2,
.btn-red.btn-darken-2 {
	background-color: #d32f2f !important;
}

.red.darken-2 {
	color: #d32f2f !important;
}

.bg-red.bg-darken-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(211, 47, 47, 0.6);
	box-shadow: 0 1px 20px 1px rgba(211, 47, 47, 0.6);
}

.btn-red.btn-darken-2:hover {
	background-color: #c62828 !important;
}

.btn-red.btn-darken-2:active,
.btn-red.btn-darken-2:focus {
	border-color: #c62828 !important;
	background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-darken-2 {
	border-color: #d32f2f !important;
	color: #d32f2f !important;
}

.btn-outline-red.btn-outline-darken-2:hover {
	background-color: #d32f2f !important;
}

.border-red.border-darken-2 {
	border: 1px solid #d32f2f !important;
}

.border-top-red.border-top-darken-2 {
	border-top: 1px solid #d32f2f !important;
}

.border-bottom-red.border-bottom-darken-2 {
	border-bottom: 1px solid #d32f2f !important;
}

.border-left-red.border-left-darken-2 {
	border-left: 1px solid #d32f2f !important;
}

.border-right-red.border-right-darken-2 {
	border-right: 1px solid #d32f2f !important;
}

.overlay-red.overlay-darken-2 {
	background: #d32f2f;
	background: rgba(211, 47, 47, 0.8);
}

.red.darken-3 {
	color: #c62828 !important;
}

.bg-red.bg-darken-3 {
	background-color: #c62828 !important;
}

.bg-red.bg-darken-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(198, 40, 40, 0.6);
	box-shadow: 0 1px 20px 1px rgba(198, 40, 40, 0.6);
}

.btn-red.btn-darken-3,
.btn-red.btn-darken-3:hover {
	border-color: #d32f2f !important;
	background-color: #c62828 !important;
}

.btn-red.btn-darken-3:active,
.btn-red.btn-darken-3:focus {
	border-color: #c62828 !important;
	background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-darken-3 {
	border-color: #c62828 !important;
	color: #c62828 !important;
}

.btn-outline-red.btn-outline-darken-3:hover {
	background-color: #c62828 !important;
}

.border-red.border-darken-3 {
	border: 1px solid #c62828 !important;
}

.border-top-red.border-top-darken-3 {
	border-top: 1px solid #c62828 !important;
}

.border-bottom-red.border-bottom-darken-3 {
	border-bottom: 1px solid #c62828 !important;
}

.border-left-red.border-left-darken-3 {
	border-left: 1px solid #c62828 !important;
}

.border-right-red.border-right-darken-3 {
	border-right: 1px solid #c62828 !important;
}

.btn-red.btn-darken-4,
.btn-red.btn-darken-4:hover {
	border-color: #d32f2f !important;
}

.overlay-red.overlay-darken-3 {
	background: #c62828;
	background: rgba(198, 40, 40, 0.8);
}

.bg-red.bg-darken-4,
.btn-red.btn-darken-4 {
	background-color: #b71c1c !important;
}

.red.darken-4 {
	color: #b71c1c !important;
}

.bg-red.bg-darken-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(183, 28, 28, 0.6);
	box-shadow: 0 1px 20px 1px rgba(183, 28, 28, 0.6);
}

.btn-red.btn-darken-4:hover {
	background-color: #c62828 !important;
}

.btn-red.btn-darken-4:active,
.btn-red.btn-darken-4:focus {
	border-color: #c62828 !important;
	background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-darken-4 {
	border-color: #b71c1c !important;
	color: #b71c1c !important;
}

.btn-outline-red.btn-outline-darken-4:hover {
	background-color: #b71c1c !important;
}

.border-red.border-darken-4 {
	border: 1px solid #b71c1c !important;
}

.border-top-red.border-top-darken-4 {
	border-top: 1px solid #b71c1c !important;
}

.border-bottom-red.border-bottom-darken-4 {
	border-bottom: 1px solid #b71c1c !important;
}

.border-left-red.border-left-darken-4 {
	border-left: 1px solid #b71c1c !important;
}

.border-right-red.border-right-darken-4 {
	border-right: 1px solid #b71c1c !important;
}

.btn-red.btn-accent-1,
.btn-red.btn-accent-1:hover {
	border-color: #d32f2f !important;
}

.overlay-red.overlay-darken-4 {
	background: #b71c1c;
	background: rgba(183, 28, 28, 0.8);
}

.bg-red.bg-accent-1,
.btn-red.btn-accent-1 {
	background-color: #ff8a80 !important;
}

.red.accent-1 {
	color: #ff8a80 !important;
}

.bg-red.bg-accent-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 138, 128, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 138, 128, 0.6);
}

.btn-red.btn-accent-1:hover {
	background-color: #c62828 !important;
}

.btn-red.btn-accent-1:active,
.btn-red.btn-accent-1:focus {
	border-color: #c62828 !important;
	background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-accent-1 {
	border-color: #ff8a80 !important;
	color: #ff8a80 !important;
}

.btn-outline-red.btn-outline-accent-1:hover {
	background-color: #ff8a80 !important;
}

.border-red.border-accent-1 {
	border: 1px solid #ff8a80 !important;
}

.border-top-red.border-top-accent-1 {
	border-top: 1px solid #ff8a80 !important;
}

.border-bottom-red.border-bottom-accent-1 {
	border-bottom: 1px solid #ff8a80 !important;
}

.border-left-red.border-left-accent-1 {
	border-left: 1px solid #ff8a80 !important;
}

.border-right-red.border-right-accent-1 {
	border-right: 1px solid #ff8a80 !important;
}

.btn-red.btn-accent-2,
.btn-red.btn-accent-2:hover {
	border-color: #d32f2f !important;
}

.overlay-red.overlay-accent-1 {
	background: #ff8a80;
	background: rgba(255, 138, 128, 0.8);
}

.bg-red.bg-accent-2,
.btn-red.btn-accent-2 {
	background-color: #ff5252 !important;
}

.red.accent-2 {
	color: #ff5252 !important;
}

.bg-red.bg-accent-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 82, 82, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 82, 82, 0.6);
}

.btn-red.btn-accent-2:hover {
	background-color: #c62828 !important;
}

.btn-red.btn-accent-2:active,
.btn-red.btn-accent-2:focus {
	border-color: #c62828 !important;
	background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-accent-2 {
	border-color: #ff5252 !important;
	color: #ff5252 !important;
}

.btn-outline-red.btn-outline-accent-2:hover {
	background-color: #ff5252 !important;
}

.border-red.border-accent-2 {
	border: 1px solid #ff5252 !important;
}

.border-top-red.border-top-accent-2 {
	border-top: 1px solid #ff5252 !important;
}

.border-bottom-red.border-bottom-accent-2 {
	border-bottom: 1px solid #ff5252 !important;
}

.border-left-red.border-left-accent-2 {
	border-left: 1px solid #ff5252 !important;
}

.border-right-red.border-right-accent-2 {
	border-right: 1px solid #ff5252 !important;
}

.btn-red.btn-accent-3,
.btn-red.btn-accent-3:hover {
	border-color: #d32f2f !important;
}

.overlay-red.overlay-accent-2 {
	background: #ff5252;
	background: rgba(255, 82, 82, 0.8);
}

.bg-red.bg-accent-3,
.btn-red.btn-accent-3 {
	background-color: #ff1744 !important;
}

.red.accent-3 {
	color: #ff1744 !important;
}

.bg-red.bg-accent-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 23, 68, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 23, 68, 0.6);
}

.btn-red.btn-accent-3:hover {
	background-color: #c62828 !important;
}

.btn-red.btn-accent-3:active,
.btn-red.btn-accent-3:focus {
	border-color: #c62828 !important;
	background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-accent-3 {
	border-color: #ff1744 !important;
	color: #ff1744 !important;
}

.btn-outline-red.btn-outline-accent-3:hover {
	background-color: #ff1744 !important;
}

.border-red.border-accent-3 {
	border: 1px solid #ff1744 !important;
}

.border-top-red.border-top-accent-3 {
	border-top: 1px solid #ff1744 !important;
}

.border-bottom-red.border-bottom-accent-3 {
	border-bottom: 1px solid #ff1744 !important;
}

.border-left-red.border-left-accent-3 {
	border-left: 1px solid #ff1744 !important;
}

.border-right-red.border-right-accent-3 {
	border-right: 1px solid #ff1744 !important;
}

.btn-red.btn-accent-4,
.btn-red.btn-accent-4:hover {
	border-color: #d32f2f !important;
}

.overlay-red.overlay-accent-3 {
	background: #ff1744;
	background: rgba(255, 23, 68, 0.8);
}

.bg-red.bg-accent-4,
.btn-red.btn-accent-4 {
	background-color: #d50000 !important;
}

.red.accent-4 {
	color: #d50000 !important;
}

.bg-red.bg-accent-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(213, 0, 0, 0.6);
	box-shadow: 0 1px 20px 1px rgba(213, 0, 0, 0.6);
}

.btn-red.btn-accent-4:hover {
	background-color: #c62828 !important;
}

.btn-red.btn-accent-4:active,
.btn-red.btn-accent-4:focus {
	border-color: #c62828 !important;
	background-color: #b71c1c !important;
}

.btn-outline-red.btn-outline-accent-4 {
	border-color: #d50000 !important;
	color: #d50000 !important;
}

.btn-outline-red.btn-outline-accent-4:hover {
	background-color: #d50000 !important;
}

input:focus ~ .bg-red {
	-webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #d50000 !important;
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #d50000 !important;
}

.border-red.border-accent-4 {
	border: 1px solid #d50000 !important;
}

.border-top-red.border-top-accent-4 {
	border-top: 1px solid #d50000 !important;
}

.border-bottom-red.border-bottom-accent-4 {
	border-bottom: 1px solid #d50000 !important;
}

.border-left-red.border-left-accent-4 {
	border-left: 1px solid #d50000 !important;
}

.border-right-red.border-right-accent-4 {
	border-right: 1px solid #d50000 !important;
}

.btn-pink.btn-lighten-5,
.btn-pink.btn-lighten-5:hover {
	border-color: #c2185b !important;
}

.overlay-red.overlay-accent-4 {
	background: #d50000;
	background: rgba(213, 0, 0, 0.8);
}

.bg-pink.bg-lighten-5,
.btn-pink.btn-lighten-5 {
	background-color: #fce4ec !important;
}

.pink.lighten-5 {
	color: #fce4ec !important;
}

.bg-pink.bg-lighten-5.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(252, 228, 236, 0.6);
	box-shadow: 0 1px 20px 1px rgba(252, 228, 236, 0.6);
}

.btn-pink.btn-lighten-5:hover {
	background-color: #ad1457 !important;
}

.btn-pink.btn-lighten-5:active,
.btn-pink.btn-lighten-5:focus {
	border-color: #ad1457 !important;
	background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-lighten-5 {
	border-color: #fce4ec !important;
	color: #fce4ec !important;
}

.btn-outline-pink.btn-outline-lighten-5:hover {
	background-color: #fce4ec !important;
}

.border-pink.border-lighten-5 {
	border: 1px solid #fce4ec !important;
}

.border-top-pink.border-top-lighten-5 {
	border-top: 1px solid #fce4ec !important;
}

.border-bottom-pink.border-bottom-lighten-5 {
	border-bottom: 1px solid #fce4ec !important;
}

.border-left-pink.border-left-lighten-5 {
	border-left: 1px solid #fce4ec !important;
}

.border-right-pink.border-right-lighten-5 {
	border-right: 1px solid #fce4ec !important;
}

.btn-pink.btn-lighten-4,
.btn-pink.btn-lighten-4:hover {
	border-color: #c2185b !important;
}

.overlay-pink.overlay-lighten-5 {
	background: #fce4ec;
	background: rgba(252, 228, 236, 0.8);
}

.bg-pink.bg-lighten-4,
.btn-pink.btn-lighten-4 {
	background-color: #f8bbd0 !important;
}

.pink.lighten-4 {
	color: #f8bbd0 !important;
}

.bg-pink.bg-lighten-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(248, 187, 208, 0.6);
	box-shadow: 0 1px 20px 1px rgba(248, 187, 208, 0.6);
}

.btn-pink.btn-lighten-4:hover {
	background-color: #ad1457 !important;
}

.btn-pink.btn-lighten-4:active,
.btn-pink.btn-lighten-4:focus {
	border-color: #ad1457 !important;
	background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-lighten-4 {
	border-color: #f8bbd0 !important;
	color: #f8bbd0 !important;
}

.btn-outline-pink.btn-outline-lighten-4:hover {
	background-color: #f8bbd0 !important;
}

.border-pink.border-lighten-4 {
	border: 1px solid #f8bbd0 !important;
}

.border-top-pink.border-top-lighten-4 {
	border-top: 1px solid #f8bbd0 !important;
}

.border-bottom-pink.border-bottom-lighten-4 {
	border-bottom: 1px solid #f8bbd0 !important;
}

.border-left-pink.border-left-lighten-4 {
	border-left: 1px solid #f8bbd0 !important;
}

.border-right-pink.border-right-lighten-4 {
	border-right: 1px solid #f8bbd0 !important;
}

.btn-pink.btn-lighten-3,
.btn-pink.btn-lighten-3:hover {
	border-color: #c2185b !important;
}

.overlay-pink.overlay-lighten-4 {
	background: #f8bbd0;
	background: rgba(248, 187, 208, 0.8);
}

.bg-pink.bg-lighten-3,
.btn-pink.btn-lighten-3 {
	background-color: #f48fb1 !important;
}

.pink.lighten-3 {
	color: #f48fb1 !important;
}

.bg-pink.bg-lighten-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(244, 143, 177, 0.6);
	box-shadow: 0 1px 20px 1px rgba(244, 143, 177, 0.6);
}

.btn-pink.btn-lighten-3:hover {
	background-color: #ad1457 !important;
}

.btn-pink.btn-lighten-3:active,
.btn-pink.btn-lighten-3:focus {
	border-color: #ad1457 !important;
	background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-lighten-3 {
	border-color: #f48fb1 !important;
	color: #f48fb1 !important;
}

.btn-outline-pink.btn-outline-lighten-3:hover {
	background-color: #f48fb1 !important;
}

.border-pink.border-lighten-3 {
	border: 1px solid #f48fb1 !important;
}

.border-top-pink.border-top-lighten-3 {
	border-top: 1px solid #f48fb1 !important;
}

.border-bottom-pink.border-bottom-lighten-3 {
	border-bottom: 1px solid #f48fb1 !important;
}

.border-left-pink.border-left-lighten-3 {
	border-left: 1px solid #f48fb1 !important;
}

.border-right-pink.border-right-lighten-3 {
	border-right: 1px solid #f48fb1 !important;
}

.btn-pink.btn-lighten-2,
.btn-pink.btn-lighten-2:hover {
	border-color: #c2185b !important;
}

.overlay-pink.overlay-lighten-3 {
	background: #f48fb1;
	background: rgba(244, 143, 177, 0.8);
}

.bg-pink.bg-lighten-2,
.btn-pink.btn-lighten-2 {
	background-color: #f06292 !important;
}

.pink.lighten-2 {
	color: #f06292 !important;
}

.bg-pink.bg-lighten-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(240, 98, 146, 0.6);
	box-shadow: 0 1px 20px 1px rgba(240, 98, 146, 0.6);
}

.btn-pink.btn-lighten-2:hover {
	background-color: #ad1457 !important;
}

.btn-pink.btn-lighten-2:active,
.btn-pink.btn-lighten-2:focus {
	border-color: #ad1457 !important;
	background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-lighten-2 {
	border-color: #f06292 !important;
	color: #f06292 !important;
}

.btn-outline-pink.btn-outline-lighten-2:hover {
	background-color: #f06292 !important;
}

.border-pink.border-lighten-2 {
	border: 1px solid #f06292 !important;
}

.border-top-pink.border-top-lighten-2 {
	border-top: 1px solid #f06292 !important;
}

.border-bottom-pink.border-bottom-lighten-2 {
	border-bottom: 1px solid #f06292 !important;
}

.border-left-pink.border-left-lighten-2 {
	border-left: 1px solid #f06292 !important;
}

.border-right-pink.border-right-lighten-2 {
	border-right: 1px solid #f06292 !important;
}

.btn-pink.btn-lighten-1,
.btn-pink.btn-lighten-1:hover {
	border-color: #c2185b !important;
}

.overlay-pink.overlay-lighten-2 {
	background: #f06292;
	background: rgba(240, 98, 146, 0.8);
}

.bg-pink.bg-lighten-1,
.btn-pink.btn-lighten-1 {
	background-color: #ec407a !important;
}

.pink.lighten-1 {
	color: #ec407a !important;
}

.bg-pink.bg-lighten-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(236, 64, 122, 0.6);
	box-shadow: 0 1px 20px 1px rgba(236, 64, 122, 0.6);
}

.bg-pink.bg-glow,
.btn-pink.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(233, 30, 99, 0.6);
}

.btn-pink.btn-lighten-1:hover {
	background-color: #ad1457 !important;
}

.btn-pink.btn-lighten-1:active,
.btn-pink.btn-lighten-1:focus {
	border-color: #ad1457 !important;
	background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-lighten-1 {
	border-color: #ec407a !important;
	color: #ec407a !important;
}

.btn-outline-pink.btn-outline-lighten-1:hover {
	background-color: #ec407a !important;
}

.border-pink.border-lighten-1 {
	border: 1px solid #ec407a !important;
}

.border-top-pink.border-top-lighten-1 {
	border-top: 1px solid #ec407a !important;
}

.border-bottom-pink.border-bottom-lighten-1 {
	border-bottom: 1px solid #ec407a !important;
}

.border-left-pink.border-left-lighten-1 {
	border-left: 1px solid #ec407a !important;
}

.border-right-pink.border-right-lighten-1 {
	border-right: 1px solid #ec407a !important;
}

.alert-pink,
.btn-pink {
	border-color: #e91e63 !important;
}

.overlay-pink.overlay-lighten-1 {
	background: #ec407a;
	background: rgba(236, 64, 122, 0.8);
}

.pink {
	color: #e91e63 !important;
}

.bg-pink {
	background-color: #e91e63 !important;
}

.bg-pink .card-footer,
.bg-pink .card-header {
	background-color: transparent;
}

.bg-pink.bg-glow {
	box-shadow: 0 1px 20px 1px rgba(233, 30, 99, 0.6);
}

.selectboxit.selectboxit-btn.bg-pink {
	background-color: #e91e63 !important;
}

.alert-pink {
	background-color: #ef5f90 !important;
	color: #4d081f !important;
}

.alert-pink .alert-link {
	color: #280410 !important;
}

.overlay-pink {
	background: #e91e63;
	background: rgba(233, 30, 99, 0.8);
}

.btn-pink {
	background-color: #e91e63 !important;
	color: #fff;
}

.btn-pink:hover {
	border-color: #c2185b !important;
	background-color: #d81b60 !important;
	color: #fff !important;
}

.btn-pink:active,
.btn-pink:focus {
	border-color: #ad1457 !important;
	background-color: #c2185b !important;
	color: #fff !important;
}

.btn-pink.btn-glow {
	box-shadow: 0 1px 20px 1px rgba(233, 30, 99, 0.6);
}

.btn-outline-pink {
	border-color: #e91e63;
	background-color: transparent;
	color: #e91e63;
}

.btn-outline-pink:hover {
	background-color: #e91e63;
	color: #fff !important;
}

.btn-outline-pink.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(233, 30, 99, 0.6);
	box-shadow: 0 1px 20px 1px rgba(233, 30, 99, 0.6);
}

input[type="checkbox"].bg-pink + .custom-control-label:before,
input[type="radio"].bg-pink + .custom-control-label:before {
	background-color: #e91e63 !important;
}

.bg-pink.bg-darken-1,
.btn-pink.btn-darken-1 {
	background-color: #d81b60 !important;
}

.border-pink {
	border: 1px solid #e91e63 !important;
}

.border-top-pink {
	border-top: 1px solid #e91e63;
}

.border-bottom-pink {
	border-bottom: 1px solid #e91e63;
}

.border-left-pink {
	border-left: 1px solid #e91e63;
}

.border-right-pink {
	border-right: 1px solid #e91e63;
}

.pink.darken-1 {
	color: #d81b60 !important;
}

.bg-pink.bg-darken-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(216, 27, 96, 0.6);
	box-shadow: 0 1px 20px 1px rgba(216, 27, 96, 0.6);
}

.btn-pink.btn-darken-1 {
	border-color: #c2185b !important;
}

.btn-pink.btn-darken-1:hover {
	border-color: #c2185b !important;
	background-color: #ad1457 !important;
}

.btn-pink.btn-darken-1:active,
.btn-pink.btn-darken-1:focus {
	border-color: #ad1457 !important;
	background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-darken-1 {
	border-color: #d81b60 !important;
	color: #d81b60 !important;
}

.btn-outline-pink.btn-outline-darken-1:hover {
	background-color: #d81b60 !important;
}

.border-pink.border-darken-1 {
	border: 1px solid #d81b60 !important;
}

.border-top-pink.border-top-darken-1 {
	border-top: 1px solid #d81b60 !important;
}

.border-bottom-pink.border-bottom-darken-1 {
	border-bottom: 1px solid #d81b60 !important;
}

.border-left-pink.border-left-darken-1 {
	border-left: 1px solid #d81b60 !important;
}

.border-right-pink.border-right-darken-1 {
	border-right: 1px solid #d81b60 !important;
}

.btn-pink.btn-darken-2,
.btn-pink.btn-darken-2:hover {
	border-color: #c2185b !important;
}

.overlay-pink.overlay-darken-1 {
	background: #d81b60;
	background: rgba(216, 27, 96, 0.8);
}

.bg-pink.bg-darken-2,
.btn-pink.btn-darken-2 {
	background-color: #c2185b !important;
}

.pink.darken-2 {
	color: #c2185b !important;
}

.bg-pink.bg-darken-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(194, 24, 91, 0.6);
	box-shadow: 0 1px 20px 1px rgba(194, 24, 91, 0.6);
}

.btn-pink.btn-darken-2:hover {
	background-color: #ad1457 !important;
}

.btn-pink.btn-darken-2:active,
.btn-pink.btn-darken-2:focus {
	border-color: #ad1457 !important;
	background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-darken-2 {
	border-color: #c2185b !important;
	color: #c2185b !important;
}

.btn-outline-pink.btn-outline-darken-2:hover {
	background-color: #c2185b !important;
}

.border-pink.border-darken-2 {
	border: 1px solid #c2185b !important;
}

.border-top-pink.border-top-darken-2 {
	border-top: 1px solid #c2185b !important;
}

.border-bottom-pink.border-bottom-darken-2 {
	border-bottom: 1px solid #c2185b !important;
}

.border-left-pink.border-left-darken-2 {
	border-left: 1px solid #c2185b !important;
}

.border-right-pink.border-right-darken-2 {
	border-right: 1px solid #c2185b !important;
}

.overlay-pink.overlay-darken-2 {
	background: #c2185b;
	background: rgba(194, 24, 91, 0.8);
}

.pink.darken-3 {
	color: #ad1457 !important;
}

.bg-pink.bg-darken-3 {
	background-color: #ad1457 !important;
}

.bg-pink.bg-darken-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(173, 20, 87, 0.6);
	box-shadow: 0 1px 20px 1px rgba(173, 20, 87, 0.6);
}

.btn-pink.btn-darken-3,
.btn-pink.btn-darken-3:hover {
	border-color: #c2185b !important;
	background-color: #ad1457 !important;
}

.btn-pink.btn-darken-3:active,
.btn-pink.btn-darken-3:focus {
	border-color: #ad1457 !important;
	background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-darken-3 {
	border-color: #ad1457 !important;
	color: #ad1457 !important;
}

.btn-outline-pink.btn-outline-darken-3:hover {
	background-color: #ad1457 !important;
}

.border-pink.border-darken-3 {
	border: 1px solid #ad1457 !important;
}

.border-top-pink.border-top-darken-3 {
	border-top: 1px solid #ad1457 !important;
}

.border-bottom-pink.border-bottom-darken-3 {
	border-bottom: 1px solid #ad1457 !important;
}

.border-left-pink.border-left-darken-3 {
	border-left: 1px solid #ad1457 !important;
}

.border-right-pink.border-right-darken-3 {
	border-right: 1px solid #ad1457 !important;
}

.btn-pink.btn-darken-4,
.btn-pink.btn-darken-4:hover {
	border-color: #c2185b !important;
}

.overlay-pink.overlay-darken-3 {
	background: #ad1457;
	background: rgba(173, 20, 87, 0.8);
}

.bg-pink.bg-darken-4,
.btn-pink.btn-darken-4 {
	background-color: #880e4f !important;
}

.pink.darken-4 {
	color: #880e4f !important;
}

.bg-pink.bg-darken-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(136, 14, 79, 0.6);
	box-shadow: 0 1px 20px 1px rgba(136, 14, 79, 0.6);
}

.btn-pink.btn-darken-4:hover {
	background-color: #ad1457 !important;
}

.btn-pink.btn-darken-4:active,
.btn-pink.btn-darken-4:focus {
	border-color: #ad1457 !important;
	background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-darken-4 {
	border-color: #880e4f !important;
	color: #880e4f !important;
}

.btn-outline-pink.btn-outline-darken-4:hover {
	background-color: #880e4f !important;
}

.border-pink.border-darken-4 {
	border: 1px solid #880e4f !important;
}

.border-top-pink.border-top-darken-4 {
	border-top: 1px solid #880e4f !important;
}

.border-bottom-pink.border-bottom-darken-4 {
	border-bottom: 1px solid #880e4f !important;
}

.border-left-pink.border-left-darken-4 {
	border-left: 1px solid #880e4f !important;
}

.border-right-pink.border-right-darken-4 {
	border-right: 1px solid #880e4f !important;
}

.btn-pink.btn-accent-1,
.btn-pink.btn-accent-1:hover {
	border-color: #c2185b !important;
}

.overlay-pink.overlay-darken-4 {
	background: #880e4f;
	background: rgba(136, 14, 79, 0.8);
}

.bg-pink.bg-accent-1,
.btn-pink.btn-accent-1 {
	background-color: #ff80ab !important;
}

.pink.accent-1 {
	color: #ff80ab !important;
}

.bg-pink.bg-accent-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 128, 171, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 128, 171, 0.6);
}

.btn-pink.btn-accent-1:hover {
	background-color: #ad1457 !important;
}

.btn-pink.btn-accent-1:active,
.btn-pink.btn-accent-1:focus {
	border-color: #ad1457 !important;
	background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-accent-1 {
	border-color: #ff80ab !important;
	color: #ff80ab !important;
}

.btn-outline-pink.btn-outline-accent-1:hover {
	background-color: #ff80ab !important;
}

.border-pink.border-accent-1 {
	border: 1px solid #ff80ab !important;
}

.border-top-pink.border-top-accent-1 {
	border-top: 1px solid #ff80ab !important;
}

.border-bottom-pink.border-bottom-accent-1 {
	border-bottom: 1px solid #ff80ab !important;
}

.border-left-pink.border-left-accent-1 {
	border-left: 1px solid #ff80ab !important;
}

.border-right-pink.border-right-accent-1 {
	border-right: 1px solid #ff80ab !important;
}

.btn-pink.btn-accent-2,
.btn-pink.btn-accent-2:hover {
	border-color: #c2185b !important;
}

.overlay-pink.overlay-accent-1 {
	background: #ff80ab;
	background: rgba(255, 128, 171, 0.8);
}

.bg-pink.bg-accent-2,
.btn-pink.btn-accent-2 {
	background-color: #ff4081 !important;
}

.pink.accent-2 {
	color: #ff4081 !important;
}

.bg-pink.bg-accent-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 64, 129, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 64, 129, 0.6);
}

.btn-pink.btn-accent-2:hover {
	background-color: #ad1457 !important;
}

.btn-pink.btn-accent-2:active,
.btn-pink.btn-accent-2:focus {
	border-color: #ad1457 !important;
	background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-accent-2 {
	border-color: #ff4081 !important;
	color: #ff4081 !important;
}

.btn-outline-pink.btn-outline-accent-2:hover {
	background-color: #ff4081 !important;
}

.border-pink.border-accent-2 {
	border: 1px solid #ff4081 !important;
}

.border-top-pink.border-top-accent-2 {
	border-top: 1px solid #ff4081 !important;
}

.border-bottom-pink.border-bottom-accent-2 {
	border-bottom: 1px solid #ff4081 !important;
}

.border-left-pink.border-left-accent-2 {
	border-left: 1px solid #ff4081 !important;
}

.border-right-pink.border-right-accent-2 {
	border-right: 1px solid #ff4081 !important;
}

.btn-pink.btn-accent-3,
.btn-pink.btn-accent-3:hover {
	border-color: #c2185b !important;
}

.overlay-pink.overlay-accent-2 {
	background: #ff4081;
	background: rgba(255, 64, 129, 0.8);
}

.bg-pink.bg-accent-3,
.btn-pink.btn-accent-3 {
	background-color: #f50057 !important;
}

.pink.accent-3 {
	color: #f50057 !important;
}

.bg-pink.bg-accent-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(245, 0, 87, 0.6);
	box-shadow: 0 1px 20px 1px rgba(245, 0, 87, 0.6);
}

.btn-pink.btn-accent-3:hover {
	background-color: #ad1457 !important;
}

.btn-pink.btn-accent-3:active,
.btn-pink.btn-accent-3:focus {
	border-color: #ad1457 !important;
	background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-accent-3 {
	border-color: #f50057 !important;
	color: #f50057 !important;
}

.btn-outline-pink.btn-outline-accent-3:hover {
	background-color: #f50057 !important;
}

.border-pink.border-accent-3 {
	border: 1px solid #f50057 !important;
}

.border-top-pink.border-top-accent-3 {
	border-top: 1px solid #f50057 !important;
}

.border-bottom-pink.border-bottom-accent-3 {
	border-bottom: 1px solid #f50057 !important;
}

.border-left-pink.border-left-accent-3 {
	border-left: 1px solid #f50057 !important;
}

.border-right-pink.border-right-accent-3 {
	border-right: 1px solid #f50057 !important;
}

.btn-pink.btn-accent-4,
.btn-pink.btn-accent-4:hover {
	border-color: #c2185b !important;
}

.overlay-pink.overlay-accent-3 {
	background: #f50057;
	background: rgba(245, 0, 87, 0.8);
}

.bg-pink.bg-accent-4,
.btn-pink.btn-accent-4 {
	background-color: #c51162 !important;
}

.pink.accent-4 {
	color: #c51162 !important;
}

.bg-pink.bg-accent-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(197, 17, 98, 0.6);
	box-shadow: 0 1px 20px 1px rgba(197, 17, 98, 0.6);
}

.btn-pink.btn-accent-4:hover {
	background-color: #ad1457 !important;
}

.btn-pink.btn-accent-4:active,
.btn-pink.btn-accent-4:focus {
	border-color: #ad1457 !important;
	background-color: #880e4f !important;
}

.btn-outline-pink.btn-outline-accent-4 {
	border-color: #c51162 !important;
	color: #c51162 !important;
}

.btn-outline-pink.btn-outline-accent-4:hover {
	background-color: #c51162 !important;
}

input:focus ~ .bg-pink {
	-webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #c51162 !important;
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #c51162 !important;
}

.border-pink.border-accent-4 {
	border: 1px solid #c51162 !important;
}

.border-top-pink.border-top-accent-4 {
	border-top: 1px solid #c51162 !important;
}

.border-bottom-pink.border-bottom-accent-4 {
	border-bottom: 1px solid #c51162 !important;
}

.border-left-pink.border-left-accent-4 {
	border-left: 1px solid #c51162 !important;
}

.border-right-pink.border-right-accent-4 {
	border-right: 1px solid #c51162 !important;
}

.overlay-pink.overlay-accent-4 {
	background: #c51162;
	background: rgba(197, 17, 98, 0.8);
}

.bg-purple.bg-lighten-5,
.btn-purple.btn-lighten-5 {
	background-color: #f3e5f5 !important;
}

.purple.lighten-5 {
	color: #f3e5f5 !important;
}

.bg-purple.bg-lighten-5.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(243, 229, 245, 0.6);
	box-shadow: 0 1px 20px 1px rgba(243, 229, 245, 0.6);
}

.btn-purple.btn-lighten-5 {
	border-color: #7b1fa2 !important;
}

.btn-purple.btn-lighten-5:hover {
	border-color: #7b1fa2 !important;
	background-color: #6a1b9a !important;
}

.btn-purple.btn-lighten-5:active,
.btn-purple.btn-lighten-5:focus {
	border-color: #6a1b9a !important;
	background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-lighten-5 {
	border-color: #f3e5f5 !important;
	color: #f3e5f5 !important;
}

.btn-outline-purple.btn-outline-lighten-5:hover {
	background-color: #f3e5f5 !important;
}

.border-purple.border-lighten-5 {
	border: 1px solid #f3e5f5 !important;
}

.border-top-purple.border-top-lighten-5 {
	border-top: 1px solid #f3e5f5 !important;
}

.border-bottom-purple.border-bottom-lighten-5 {
	border-bottom: 1px solid #f3e5f5 !important;
}

.border-left-purple.border-left-lighten-5 {
	border-left: 1px solid #f3e5f5 !important;
}

.border-right-purple.border-right-lighten-5 {
	border-right: 1px solid #f3e5f5 !important;
}

.overlay-purple.overlay-lighten-5 {
	background: #f3e5f5;
	background: rgba(243, 229, 245, 0.8);
}

.bg-purple.bg-lighten-4,
.btn-purple.btn-lighten-4 {
	background-color: #e1bee7 !important;
}

.purple.lighten-4 {
	color: #e1bee7 !important;
}

.bg-purple.bg-lighten-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(225, 190, 231, 0.6);
	box-shadow: 0 1px 20px 1px rgba(225, 190, 231, 0.6);
}

.btn-purple.btn-lighten-4 {
	border-color: #7b1fa2 !important;
}

.btn-purple.btn-lighten-4:hover {
	border-color: #7b1fa2 !important;
	background-color: #6a1b9a !important;
}

.btn-purple.btn-lighten-4:active,
.btn-purple.btn-lighten-4:focus {
	border-color: #6a1b9a !important;
	background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-lighten-4 {
	border-color: #e1bee7 !important;
	color: #e1bee7 !important;
}

.btn-outline-purple.btn-outline-lighten-4:hover {
	background-color: #e1bee7 !important;
}

.border-purple.border-lighten-4 {
	border: 1px solid #e1bee7 !important;
}

.border-top-purple.border-top-lighten-4 {
	border-top: 1px solid #e1bee7 !important;
}

.border-bottom-purple.border-bottom-lighten-4 {
	border-bottom: 1px solid #e1bee7 !important;
}

.border-left-purple.border-left-lighten-4 {
	border-left: 1px solid #e1bee7 !important;
}

.border-right-purple.border-right-lighten-4 {
	border-right: 1px solid #e1bee7 !important;
}

.overlay-purple.overlay-lighten-4 {
	background: #e1bee7;
	background: rgba(225, 190, 231, 0.8);
}

.bg-purple.bg-lighten-3,
.btn-purple.btn-lighten-3 {
	background-color: #ce93d8 !important;
}

.purple.lighten-3 {
	color: #ce93d8 !important;
}

.bg-purple.bg-lighten-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(206, 147, 216, 0.6);
	box-shadow: 0 1px 20px 1px rgba(206, 147, 216, 0.6);
}

.btn-purple.btn-lighten-3 {
	border-color: #7b1fa2 !important;
}

.btn-purple.btn-lighten-3:hover {
	border-color: #7b1fa2 !important;
	background-color: #6a1b9a !important;
}

.btn-purple.btn-lighten-3:active,
.btn-purple.btn-lighten-3:focus {
	border-color: #6a1b9a !important;
	background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-lighten-3 {
	border-color: #ce93d8 !important;
	color: #ce93d8 !important;
}

.btn-outline-purple.btn-outline-lighten-3:hover {
	background-color: #ce93d8 !important;
}

.border-purple.border-lighten-3 {
	border: 1px solid #ce93d8 !important;
}

.border-top-purple.border-top-lighten-3 {
	border-top: 1px solid #ce93d8 !important;
}

.border-bottom-purple.border-bottom-lighten-3 {
	border-bottom: 1px solid #ce93d8 !important;
}

.border-left-purple.border-left-lighten-3 {
	border-left: 1px solid #ce93d8 !important;
}

.border-right-purple.border-right-lighten-3 {
	border-right: 1px solid #ce93d8 !important;
}

.overlay-purple.overlay-lighten-3 {
	background: #ce93d8;
	background: rgba(206, 147, 216, 0.8);
}

.bg-purple.bg-lighten-2,
.btn-purple.btn-lighten-2 {
	background-color: #ba68c8 !important;
}

.purple.lighten-2 {
	color: #ba68c8 !important;
}

.bg-purple.bg-lighten-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(186, 104, 200, 0.6);
	box-shadow: 0 1px 20px 1px rgba(186, 104, 200, 0.6);
}

.btn-purple.btn-lighten-2 {
	border-color: #7b1fa2 !important;
}

.btn-purple.btn-lighten-2:hover {
	border-color: #7b1fa2 !important;
	background-color: #6a1b9a !important;
}

.btn-purple.btn-lighten-2:active,
.btn-purple.btn-lighten-2:focus {
	border-color: #6a1b9a !important;
	background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-lighten-2 {
	border-color: #ba68c8 !important;
	color: #ba68c8 !important;
}

.btn-outline-purple.btn-outline-lighten-2:hover {
	background-color: #ba68c8 !important;
}

.border-purple.border-lighten-2 {
	border: 1px solid #ba68c8 !important;
}

.border-top-purple.border-top-lighten-2 {
	border-top: 1px solid #ba68c8 !important;
}

.border-bottom-purple.border-bottom-lighten-2 {
	border-bottom: 1px solid #ba68c8 !important;
}

.border-left-purple.border-left-lighten-2 {
	border-left: 1px solid #ba68c8 !important;
}

.border-right-purple.border-right-lighten-2 {
	border-right: 1px solid #ba68c8 !important;
}

.overlay-purple.overlay-lighten-2 {
	background: #ba68c8;
	background: rgba(186, 104, 200, 0.8);
}

.bg-purple.bg-lighten-1,
.btn-purple.btn-lighten-1 {
	background-color: #ab47bc !important;
}

.purple.lighten-1 {
	color: #ab47bc !important;
}

.bg-purple.bg-lighten-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(171, 71, 188, 0.6);
	box-shadow: 0 1px 20px 1px rgba(171, 71, 188, 0.6);
}

.bg-purple.bg-glow,
.btn-purple.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(156, 39, 176, 0.6);
}

.btn-purple.btn-lighten-1 {
	border-color: #7b1fa2 !important;
}

.btn-purple.btn-lighten-1:hover {
	border-color: #7b1fa2 !important;
	background-color: #6a1b9a !important;
}

.btn-purple.btn-lighten-1:active,
.btn-purple.btn-lighten-1:focus {
	border-color: #6a1b9a !important;
	background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-lighten-1 {
	border-color: #ab47bc !important;
	color: #ab47bc !important;
}

.btn-outline-purple.btn-outline-lighten-1:hover {
	background-color: #ab47bc !important;
}

.border-purple.border-lighten-1 {
	border: 1px solid #ab47bc !important;
}

.border-top-purple.border-top-lighten-1 {
	border-top: 1px solid #ab47bc !important;
}

.border-bottom-purple.border-bottom-lighten-1 {
	border-bottom: 1px solid #ab47bc !important;
}

.border-left-purple.border-left-lighten-1 {
	border-left: 1px solid #ab47bc !important;
}

.border-right-purple.border-right-lighten-1 {
	border-right: 1px solid #ab47bc !important;
}

.alert-purple,
.btn-purple {
	border-color: #9c27b0 !important;
}

.overlay-purple.overlay-lighten-1 {
	background: #ab47bc;
	background: rgba(171, 71, 188, 0.8);
}

.purple {
	color: #9c27b0 !important;
}

.bg-purple {
	background-color: #9c27b0 !important;
}

.bg-purple .card-footer,
.bg-purple .card-header {
	background-color: transparent;
}

.bg-purple.bg-glow {
	box-shadow: 0 1px 20px 1px rgba(156, 39, 176, 0.6);
}

.selectboxit.selectboxit-btn.bg-purple {
	background-color: #9c27b0 !important;
}

.alert-purple {
	background-color: #c248d6 !important;
	color: #1a071e !important;
}

.alert-purple .alert-link {
	color: #000 !important;
}

.overlay-purple {
	background: #9c27b0;
	background: rgba(156, 39, 176, 0.8);
}

.btn-purple {
	background-color: #9c27b0 !important;
	color: #fff;
}

.btn-purple:hover {
	border-color: #7b1fa2 !important;
	background-color: #8e24aa !important;
	color: #fff !important;
}

.btn-purple:active,
.btn-purple:focus {
	border-color: #6a1b9a !important;
	background-color: #7b1fa2 !important;
	color: #fff !important;
}

.btn-purple.btn-glow {
	box-shadow: 0 1px 20px 1px rgba(156, 39, 176, 0.6);
}

.btn-outline-purple {
	border-color: #9c27b0;
	background-color: transparent;
	color: #9c27b0;
}

.btn-outline-purple:hover {
	background-color: #9c27b0;
	color: #fff !important;
}

.btn-outline-purple.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(156, 39, 176, 0.6);
	box-shadow: 0 1px 20px 1px rgba(156, 39, 176, 0.6);
}

input[type="checkbox"].bg-purple + .custom-control-label:before,
input[type="radio"].bg-purple + .custom-control-label:before {
	background-color: #9c27b0 !important;
}

.bg-purple.bg-darken-1,
.btn-purple.btn-darken-1 {
	background-color: #8e24aa !important;
}

.border-purple {
	border: 1px solid #9c27b0 !important;
}

.border-top-purple {
	border-top: 1px solid #9c27b0;
}

.border-bottom-purple {
	border-bottom: 1px solid #9c27b0;
}

.border-left-purple {
	border-left: 1px solid #9c27b0;
}

.border-right-purple {
	border-right: 1px solid #9c27b0;
}

.purple.darken-1 {
	color: #8e24aa !important;
}

.bg-purple.bg-darken-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(142, 36, 170, 0.6);
	box-shadow: 0 1px 20px 1px rgba(142, 36, 170, 0.6);
}

.btn-purple.btn-darken-1 {
	border-color: #7b1fa2 !important;
}

.btn-purple.btn-darken-1:hover {
	border-color: #7b1fa2 !important;
	background-color: #6a1b9a !important;
}

.btn-purple.btn-darken-1:active,
.btn-purple.btn-darken-1:focus {
	border-color: #6a1b9a !important;
	background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-darken-1 {
	border-color: #8e24aa !important;
	color: #8e24aa !important;
}

.btn-outline-purple.btn-outline-darken-1:hover {
	background-color: #8e24aa !important;
}

.border-purple.border-darken-1 {
	border: 1px solid #8e24aa !important;
}

.border-top-purple.border-top-darken-1 {
	border-top: 1px solid #8e24aa !important;
}

.border-bottom-purple.border-bottom-darken-1 {
	border-bottom: 1px solid #8e24aa !important;
}

.border-left-purple.border-left-darken-1 {
	border-left: 1px solid #8e24aa !important;
}

.border-right-purple.border-right-darken-1 {
	border-right: 1px solid #8e24aa !important;
}

.btn-purple.btn-darken-2,
.btn-purple.btn-darken-2:hover {
	border-color: #7b1fa2 !important;
}

.overlay-purple.overlay-darken-1 {
	background: #8e24aa;
	background: rgba(142, 36, 170, 0.8);
}

.bg-purple.bg-darken-2,
.btn-purple.btn-darken-2 {
	background-color: #7b1fa2 !important;
}

.purple.darken-2 {
	color: #7b1fa2 !important;
}

.bg-purple.bg-darken-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(123, 31, 162, 0.6);
	box-shadow: 0 1px 20px 1px rgba(123, 31, 162, 0.6);
}

.btn-purple.btn-darken-2:hover {
	background-color: #6a1b9a !important;
}

.btn-purple.btn-darken-2:active,
.btn-purple.btn-darken-2:focus {
	border-color: #6a1b9a !important;
	background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-darken-2 {
	border-color: #7b1fa2 !important;
	color: #7b1fa2 !important;
}

.btn-outline-purple.btn-outline-darken-2:hover {
	background-color: #7b1fa2 !important;
}

.border-purple.border-darken-2 {
	border: 1px solid #7b1fa2 !important;
}

.border-top-purple.border-top-darken-2 {
	border-top: 1px solid #7b1fa2 !important;
}

.border-bottom-purple.border-bottom-darken-2 {
	border-bottom: 1px solid #7b1fa2 !important;
}

.border-left-purple.border-left-darken-2 {
	border-left: 1px solid #7b1fa2 !important;
}

.border-right-purple.border-right-darken-2 {
	border-right: 1px solid #7b1fa2 !important;
}

.overlay-purple.overlay-darken-2 {
	background: #7b1fa2;
	background: rgba(123, 31, 162, 0.8);
}

.purple.darken-3 {
	color: #6a1b9a !important;
}

.bg-purple.bg-darken-3 {
	background-color: #6a1b9a !important;
}

.bg-purple.bg-darken-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(106, 27, 154, 0.6);
	box-shadow: 0 1px 20px 1px rgba(106, 27, 154, 0.6);
}

.btn-purple.btn-darken-3,
.btn-purple.btn-darken-3:hover {
	border-color: #7b1fa2 !important;
	background-color: #6a1b9a !important;
}

.btn-purple.btn-darken-3:active,
.btn-purple.btn-darken-3:focus {
	border-color: #6a1b9a !important;
	background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-darken-3 {
	border-color: #6a1b9a !important;
	color: #6a1b9a !important;
}

.btn-outline-purple.btn-outline-darken-3:hover {
	background-color: #6a1b9a !important;
}

.border-purple.border-darken-3 {
	border: 1px solid #6a1b9a !important;
}

.border-top-purple.border-top-darken-3 {
	border-top: 1px solid #6a1b9a !important;
}

.border-bottom-purple.border-bottom-darken-3 {
	border-bottom: 1px solid #6a1b9a !important;
}

.border-left-purple.border-left-darken-3 {
	border-left: 1px solid #6a1b9a !important;
}

.border-right-purple.border-right-darken-3 {
	border-right: 1px solid #6a1b9a !important;
}

.btn-purple.btn-darken-4,
.btn-purple.btn-darken-4:hover {
	border-color: #7b1fa2 !important;
}

.overlay-purple.overlay-darken-3 {
	background: #6a1b9a;
	background: rgba(106, 27, 154, 0.8);
}

.bg-purple.bg-darken-4,
.btn-purple.btn-darken-4 {
	background-color: #4a148c !important;
}

.purple.darken-4 {
	color: #4a148c !important;
}

.bg-purple.bg-darken-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(74, 20, 140, 0.6);
	box-shadow: 0 1px 20px 1px rgba(74, 20, 140, 0.6);
}

.btn-purple.btn-darken-4:hover {
	background-color: #6a1b9a !important;
}

.btn-purple.btn-darken-4:active,
.btn-purple.btn-darken-4:focus {
	border-color: #6a1b9a !important;
	background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-darken-4 {
	border-color: #4a148c !important;
	color: #4a148c !important;
}

.btn-outline-purple.btn-outline-darken-4:hover {
	background-color: #4a148c !important;
}

.border-purple.border-darken-4 {
	border: 1px solid #4a148c !important;
}

.border-top-purple.border-top-darken-4 {
	border-top: 1px solid #4a148c !important;
}

.border-bottom-purple.border-bottom-darken-4 {
	border-bottom: 1px solid #4a148c !important;
}

.border-left-purple.border-left-darken-4 {
	border-left: 1px solid #4a148c !important;
}

.border-right-purple.border-right-darken-4 {
	border-right: 1px solid #4a148c !important;
}

.btn-purple.btn-accent-1,
.btn-purple.btn-accent-1:hover {
	border-color: #7b1fa2 !important;
}

.overlay-purple.overlay-darken-4 {
	background: #4a148c;
	background: rgba(74, 20, 140, 0.8);
}

.bg-purple.bg-accent-1,
.btn-purple.btn-accent-1 {
	background-color: #ea80fc !important;
}

.purple.accent-1 {
	color: #ea80fc !important;
}

.bg-purple.bg-accent-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(234, 128, 252, 0.6);
	box-shadow: 0 1px 20px 1px rgba(234, 128, 252, 0.6);
}

.btn-purple.btn-accent-1:hover {
	background-color: #6a1b9a !important;
}

.btn-purple.btn-accent-1:active,
.btn-purple.btn-accent-1:focus {
	border-color: #6a1b9a !important;
	background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-accent-1 {
	border-color: #ea80fc !important;
	color: #ea80fc !important;
}

.btn-outline-purple.btn-outline-accent-1:hover {
	background-color: #ea80fc !important;
}

.border-purple.border-accent-1 {
	border: 1px solid #ea80fc !important;
}

.border-top-purple.border-top-accent-1 {
	border-top: 1px solid #ea80fc !important;
}

.border-bottom-purple.border-bottom-accent-1 {
	border-bottom: 1px solid #ea80fc !important;
}

.border-left-purple.border-left-accent-1 {
	border-left: 1px solid #ea80fc !important;
}

.border-right-purple.border-right-accent-1 {
	border-right: 1px solid #ea80fc !important;
}

.btn-purple.btn-accent-2,
.btn-purple.btn-accent-2:hover {
	border-color: #7b1fa2 !important;
}

.overlay-purple.overlay-accent-1 {
	background: #ea80fc;
	background: rgba(234, 128, 252, 0.8);
}

.bg-purple.bg-accent-2,
.btn-purple.btn-accent-2 {
	background-color: #e040fb !important;
}

.purple.accent-2 {
	color: #e040fb !important;
}

.bg-purple.bg-accent-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(224, 64, 251, 0.6);
	box-shadow: 0 1px 20px 1px rgba(224, 64, 251, 0.6);
}

.btn-purple.btn-accent-2:hover {
	background-color: #6a1b9a !important;
}

.btn-purple.btn-accent-2:active,
.btn-purple.btn-accent-2:focus {
	border-color: #6a1b9a !important;
	background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-accent-2 {
	border-color: #e040fb !important;
	color: #e040fb !important;
}

.btn-outline-purple.btn-outline-accent-2:hover {
	background-color: #e040fb !important;
}

.border-purple.border-accent-2 {
	border: 1px solid #e040fb !important;
}

.border-top-purple.border-top-accent-2 {
	border-top: 1px solid #e040fb !important;
}

.border-bottom-purple.border-bottom-accent-2 {
	border-bottom: 1px solid #e040fb !important;
}

.border-left-purple.border-left-accent-2 {
	border-left: 1px solid #e040fb !important;
}

.border-right-purple.border-right-accent-2 {
	border-right: 1px solid #e040fb !important;
}

.btn-purple.btn-accent-3,
.btn-purple.btn-accent-3:hover {
	border-color: #7b1fa2 !important;
}

.overlay-purple.overlay-accent-2 {
	background: #e040fb;
	background: rgba(224, 64, 251, 0.8);
}

.bg-purple.bg-accent-3,
.btn-purple.btn-accent-3 {
	background-color: #d500f9 !important;
}

.purple.accent-3 {
	color: #d500f9 !important;
}

.bg-purple.bg-accent-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(213, 0, 249, 0.6);
	box-shadow: 0 1px 20px 1px rgba(213, 0, 249, 0.6);
}

.btn-purple.btn-accent-3:hover {
	background-color: #6a1b9a !important;
}

.btn-purple.btn-accent-3:active,
.btn-purple.btn-accent-3:focus {
	border-color: #6a1b9a !important;
	background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-accent-3 {
	border-color: #d500f9 !important;
	color: #d500f9 !important;
}

.btn-outline-purple.btn-outline-accent-3:hover {
	background-color: #d500f9 !important;
}

.border-purple.border-accent-3 {
	border: 1px solid #d500f9 !important;
}

.border-top-purple.border-top-accent-3 {
	border-top: 1px solid #d500f9 !important;
}

.border-bottom-purple.border-bottom-accent-3 {
	border-bottom: 1px solid #d500f9 !important;
}

.border-left-purple.border-left-accent-3 {
	border-left: 1px solid #d500f9 !important;
}

.border-right-purple.border-right-accent-3 {
	border-right: 1px solid #d500f9 !important;
}

.btn-purple.btn-accent-4,
.btn-purple.btn-accent-4:hover {
	border-color: #7b1fa2 !important;
}

.overlay-purple.overlay-accent-3 {
	background: #d500f9;
	background: rgba(213, 0, 249, 0.8);
}

.bg-purple.bg-accent-4,
.btn-purple.btn-accent-4 {
	background-color: #d0f !important;
}

.purple.accent-4 {
	color: #d0f !important;
}

.bg-purple.bg-accent-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(221, 0, 255, 0.6);
	box-shadow: 0 1px 20px 1px rgba(221, 0, 255, 0.6);
}

.btn-purple.btn-accent-4:hover {
	background-color: #6a1b9a !important;
}

.btn-purple.btn-accent-4:active,
.btn-purple.btn-accent-4:focus {
	border-color: #6a1b9a !important;
	background-color: #4a148c !important;
}

.btn-outline-purple.btn-outline-accent-4 {
	border-color: #d0f !important;
	color: #d0f !important;
}

.btn-outline-purple.btn-outline-accent-4:hover {
	background-color: #d0f !important;
}

input:focus ~ .bg-purple {
	-webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #d0f !important;
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #d0f !important;
}

.border-purple.border-accent-4 {
	border: 1px solid #d0f !important;
}

.border-top-purple.border-top-accent-4 {
	border-top: 1px solid #d0f !important;
}

.border-bottom-purple.border-bottom-accent-4 {
	border-bottom: 1px solid #d0f !important;
}

.border-left-purple.border-left-accent-4 {
	border-left: 1px solid #d0f !important;
}

.border-right-purple.border-right-accent-4 {
	border-right: 1px solid #d0f !important;
}

.overlay-purple.overlay-accent-4 {
	background: #d0f;
	background: rgba(221, 0, 255, 0.8);
}

.bg-deep-purple.bg-lighten-5,
.btn-deep-purple.btn-lighten-5 {
	background-color: #ede7f6 !important;
}

.deep-purple.lighten-5 {
	color: #ede7f6 !important;
}

.bg-deep-purple.bg-lighten-5.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(237, 231, 246, 0.6);
	box-shadow: 0 1px 20px 1px rgba(237, 231, 246, 0.6);
}

.btn-deep-purple.btn-lighten-5 {
	border-color: #512da8 !important;
}

.btn-deep-purple.btn-lighten-5:hover {
	border-color: #512da8 !important;
	background-color: #4527a0 !important;
}

.btn-deep-purple.btn-lighten-5:active,
.btn-deep-purple.btn-lighten-5:focus {
	border-color: #4527a0 !important;
	background-color: #311b92 !important;
}

.btn-outline-deep-purple.btn-outline-lighten-5 {
	border-color: #ede7f6 !important;
	color: #ede7f6 !important;
}

.btn-outline-deep-purple.btn-outline-lighten-5:hover {
	background-color: #ede7f6 !important;
}

.border-deep-purple.border-lighten-5 {
	border: 1px solid #ede7f6 !important;
}

.border-top-deep-purple.border-top-lighten-5 {
	border-top: 1px solid #ede7f6 !important;
}

.border-bottom-deep-purple.border-bottom-lighten-5 {
	border-bottom: 1px solid #ede7f6 !important;
}

.border-left-deep-purple.border-left-lighten-5 {
	border-left: 1px solid #ede7f6 !important;
}

.border-right-deep-purple.border-right-lighten-5 {
	border-right: 1px solid #ede7f6 !important;
}

.overlay-deep-purple.overlay-lighten-5 {
	background: #ede7f6;
	background: rgba(237, 231, 246, 0.8);
}

.bg-deep-purple.bg-lighten-4,
.btn-deep-purple.btn-lighten-4 {
	background-color: #d1c4e9 !important;
}

.deep-purple.lighten-4 {
	color: #d1c4e9 !important;
}

.bg-deep-purple.bg-lighten-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(209, 196, 233, 0.6);
	box-shadow: 0 1px 20px 1px rgba(209, 196, 233, 0.6);
}

.btn-deep-purple.btn-lighten-4 {
	border-color: #512da8 !important;
}

.btn-deep-purple.btn-lighten-4:hover {
	border-color: #512da8 !important;
	background-color: #4527a0 !important;
}

.btn-deep-purple.btn-lighten-4:active,
.btn-deep-purple.btn-lighten-4:focus {
	border-color: #4527a0 !important;
	background-color: #311b92 !important;
}

.btn-outline-deep-purple.btn-outline-lighten-4 {
	border-color: #d1c4e9 !important;
	color: #d1c4e9 !important;
}

.btn-outline-deep-purple.btn-outline-lighten-4:hover {
	background-color: #d1c4e9 !important;
}

.border-deep-purple.border-lighten-4 {
	border: 1px solid #d1c4e9 !important;
}

.border-top-deep-purple.border-top-lighten-4 {
	border-top: 1px solid #d1c4e9 !important;
}

.border-bottom-deep-purple.border-bottom-lighten-4 {
	border-bottom: 1px solid #d1c4e9 !important;
}

.border-left-deep-purple.border-left-lighten-4 {
	border-left: 1px solid #d1c4e9 !important;
}

.border-right-deep-purple.border-right-lighten-4 {
	border-right: 1px solid #d1c4e9 !important;
}

.overlay-deep-purple.overlay-lighten-4 {
	background: #d1c4e9;
	background: rgba(209, 196, 233, 0.8);
}

.bg-deep-purple.bg-lighten-3,
.btn-deep-purple.btn-lighten-3 {
	background-color: #b39ddb !important;
}

.deep-purple.lighten-3 {
	color: #b39ddb !important;
}

.bg-deep-purple.bg-lighten-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(179, 157, 219, 0.6);
	box-shadow: 0 1px 20px 1px rgba(179, 157, 219, 0.6);
}

.btn-deep-purple.btn-lighten-3 {
	border-color: #512da8 !important;
}

.btn-deep-purple.btn-lighten-3:hover {
	border-color: #512da8 !important;
	background-color: #4527a0 !important;
}

.btn-deep-purple.btn-lighten-3:active,
.btn-deep-purple.btn-lighten-3:focus {
	border-color: #4527a0 !important;
	background-color: #311b92 !important;
}

.btn-outline-deep-purple.btn-outline-lighten-3 {
	border-color: #b39ddb !important;
	color: #b39ddb !important;
}

.btn-outline-deep-purple.btn-outline-lighten-3:hover {
	background-color: #b39ddb !important;
}

.border-deep-purple.border-lighten-3 {
	border: 1px solid #b39ddb !important;
}

.border-top-deep-purple.border-top-lighten-3 {
	border-top: 1px solid #b39ddb !important;
}

.border-bottom-deep-purple.border-bottom-lighten-3 {
	border-bottom: 1px solid #b39ddb !important;
}

.border-left-deep-purple.border-left-lighten-3 {
	border-left: 1px solid #b39ddb !important;
}

.border-right-deep-purple.border-right-lighten-3 {
	border-right: 1px solid #b39ddb !important;
}

.overlay-deep-purple.overlay-lighten-3 {
	background: #b39ddb;
	background: rgba(179, 157, 219, 0.8);
}

.bg-deep-purple.bg-lighten-2,
.btn-deep-purple.btn-lighten-2 {
	background-color: #9575cd !important;
}

.deep-purple.lighten-2 {
	color: #9575cd !important;
}

.bg-deep-purple.bg-lighten-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(149, 117, 205, 0.6);
	box-shadow: 0 1px 20px 1px rgba(149, 117, 205, 0.6);
}

.btn-deep-purple.btn-lighten-2 {
	border-color: #512da8 !important;
}

.btn-deep-purple.btn-lighten-2:hover {
	border-color: #512da8 !important;
	background-color: #4527a0 !important;
}

.btn-deep-purple.btn-lighten-2:active,
.btn-deep-purple.btn-lighten-2:focus {
	border-color: #4527a0 !important;
	background-color: #311b92 !important;
}

.btn-outline-deep-purple.btn-outline-lighten-2 {
	border-color: #9575cd !important;
	color: #9575cd !important;
}

.btn-outline-deep-purple.btn-outline-lighten-2:hover {
	background-color: #9575cd !important;
}

.border-deep-purple.border-lighten-2 {
	border: 1px solid #9575cd !important;
}

.border-top-deep-purple.border-top-lighten-2 {
	border-top: 1px solid #9575cd !important;
}

.border-bottom-deep-purple.border-bottom-lighten-2 {
	border-bottom: 1px solid #9575cd !important;
}

.border-left-deep-purple.border-left-lighten-2 {
	border-left: 1px solid #9575cd !important;
}

.border-right-deep-purple.border-right-lighten-2 {
	border-right: 1px solid #9575cd !important;
}

.overlay-deep-purple.overlay-lighten-2 {
	background: #9575cd;
	background: rgba(149, 117, 205, 0.8);
}

.bg-deep-purple.bg-lighten-1,
.btn-deep-purple.btn-lighten-1 {
	background-color: #7e57c2 !important;
}

.deep-purple.lighten-1 {
	color: #7e57c2 !important;
}

.bg-deep-purple.bg-lighten-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(126, 87, 194, 0.6);
	box-shadow: 0 1px 20px 1px rgba(126, 87, 194, 0.6);
}

.bg-deep-purple.bg-glow,
.btn-deep-purple.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(103, 58, 183, 0.6);
}

.btn-deep-purple.btn-lighten-1 {
	border-color: #512da8 !important;
}

.btn-deep-purple.btn-lighten-1:hover {
	border-color: #512da8 !important;
	background-color: #4527a0 !important;
}

.btn-deep-purple.btn-lighten-1:active,
.btn-deep-purple.btn-lighten-1:focus {
	border-color: #4527a0 !important;
	background-color: #311b92 !important;
}

.btn-outline-deep-purple.btn-outline-lighten-1 {
	border-color: #7e57c2 !important;
	color: #7e57c2 !important;
}

.btn-outline-deep-purple.btn-outline-lighten-1:hover {
	background-color: #7e57c2 !important;
}

.border-deep-purple.border-lighten-1 {
	border: 1px solid #7e57c2 !important;
}

.border-top-deep-purple.border-top-lighten-1 {
	border-top: 1px solid #7e57c2 !important;
}

.border-bottom-deep-purple.border-bottom-lighten-1 {
	border-bottom: 1px solid #7e57c2 !important;
}

.border-left-deep-purple.border-left-lighten-1 {
	border-left: 1px solid #7e57c2 !important;
}

.border-right-deep-purple.border-right-lighten-1 {
	border-right: 1px solid #7e57c2 !important;
}

.overlay-deep-purple.overlay-lighten-1 {
	background: #7e57c2;
	background: rgba(126, 87, 194, 0.8);
}

.deep-purple {
	color: #673ab7 !important;
}

.bg-deep-purple {
	background-color: #673ab7 !important;
}

.bg-deep-purple .card-footer,
.bg-deep-purple .card-header {
	background-color: transparent;
}

.bg-deep-purple.bg-glow {
	box-shadow: 0 1px 20px 1px rgba(103, 58, 183, 0.6);
}

.selectboxit.selectboxit-btn.bg-deep-purple {
	background-color: #673ab7 !important;
}

.alert-deep-purple {
	border-color: #673ab7 !important;
	background-color: #8e69cf !important;
	color: #1b0f2f !important;
}

.alert-deep-purple .alert-link {
	color: #090510 !important;
}

.overlay-deep-purple {
	background: #673ab7;
	background: rgba(103, 58, 183, 0.8);
}

.btn-deep-purple {
	border-color: #673ab7 !important;
	background-color: #673ab7 !important;
	color: #fff;
}

.btn-deep-purple:hover {
	border-color: #512da8 !important;
	background-color: #5e35b1 !important;
	color: #fff !important;
}

.btn-deep-purple:active,
.btn-deep-purple:focus {
	border-color: #4527a0 !important;
	background-color: #512da8 !important;
	color: #fff !important;
}

.btn-deep-purple.btn-glow {
	box-shadow: 0 1px 20px 1px rgba(103, 58, 183, 0.6);
}

.btn-outline-deep-purple {
	border-color: #673ab7;
	background-color: transparent;
	color: #673ab7;
}

.btn-outline-deep-purple:hover {
	background-color: #673ab7;
	color: #fff !important;
}

.btn-outline-deep-purple.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(103, 58, 183, 0.6);
	box-shadow: 0 1px 20px 1px rgba(103, 58, 183, 0.6);
}

input[type="checkbox"].bg-deep-purple + .custom-control-label:before,
input[type="radio"].bg-deep-purple + .custom-control-label:before {
	background-color: #673ab7 !important;
}

.bg-deep-purple.bg-darken-1,
.btn-deep-purple.btn-darken-1 {
	background-color: #5e35b1 !important;
}

.border-deep-purple {
	border: 1px solid #673ab7 !important;
}

.border-top-deep-purple {
	border-top: 1px solid #673ab7;
}

.border-bottom-deep-purple {
	border-bottom: 1px solid #673ab7;
}

.border-left-deep-purple {
	border-left: 1px solid #673ab7;
}

.border-right-deep-purple {
	border-right: 1px solid #673ab7;
}

.deep-purple.darken-1 {
	color: #5e35b1 !important;
}

.bg-deep-purple.bg-darken-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(94, 53, 177, 0.6);
	box-shadow: 0 1px 20px 1px rgba(94, 53, 177, 0.6);
}

.btn-deep-purple.btn-darken-1 {
	border-color: #512da8 !important;
}

.btn-deep-purple.btn-darken-1:hover {
	border-color: #512da8 !important;
	background-color: #4527a0 !important;
}

.btn-deep-purple.btn-darken-1:active,
.btn-deep-purple.btn-darken-1:focus {
	border-color: #4527a0 !important;
	background-color: #311b92 !important;
}

.btn-outline-deep-purple.btn-outline-darken-1 {
	border-color: #5e35b1 !important;
	color: #5e35b1 !important;
}

.btn-outline-deep-purple.btn-outline-darken-1:hover {
	background-color: #5e35b1 !important;
}

.border-deep-purple.border-darken-1 {
	border: 1px solid #5e35b1 !important;
}

.border-top-deep-purple.border-top-darken-1 {
	border-top: 1px solid #5e35b1 !important;
}

.border-bottom-deep-purple.border-bottom-darken-1 {
	border-bottom: 1px solid #5e35b1 !important;
}

.border-left-deep-purple.border-left-darken-1 {
	border-left: 1px solid #5e35b1 !important;
}

.border-right-deep-purple.border-right-darken-1 {
	border-right: 1px solid #5e35b1 !important;
}

.overlay-deep-purple.overlay-darken-1 {
	background: #5e35b1;
	background: rgba(94, 53, 177, 0.8);
}

.bg-deep-purple.bg-darken-2,
.btn-deep-purple.btn-darken-2 {
	background-color: #512da8 !important;
}

.deep-purple.darken-2 {
	color: #512da8 !important;
}

.bg-deep-purple.bg-darken-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(81, 45, 168, 0.6);
	box-shadow: 0 1px 20px 1px rgba(81, 45, 168, 0.6);
}

.btn-deep-purple.btn-darken-2 {
	border-color: #512da8 !important;
}

.btn-deep-purple.btn-darken-2:hover {
	border-color: #512da8 !important;
	background-color: #4527a0 !important;
}

.btn-deep-purple.btn-darken-2:active,
.btn-deep-purple.btn-darken-2:focus {
	border-color: #4527a0 !important;
	background-color: #311b92 !important;
}

.btn-outline-deep-purple.btn-outline-darken-2 {
	border-color: #512da8 !important;
	color: #512da8 !important;
}

.btn-outline-deep-purple.btn-outline-darken-2:hover {
	background-color: #512da8 !important;
}

.border-deep-purple.border-darken-2 {
	border: 1px solid #512da8 !important;
}

.border-top-deep-purple.border-top-darken-2 {
	border-top: 1px solid #512da8 !important;
}

.border-bottom-deep-purple.border-bottom-darken-2 {
	border-bottom: 1px solid #512da8 !important;
}

.border-left-deep-purple.border-left-darken-2 {
	border-left: 1px solid #512da8 !important;
}

.border-right-deep-purple.border-right-darken-2 {
	border-right: 1px solid #512da8 !important;
}

.overlay-deep-purple.overlay-darken-2 {
	background: #512da8;
	background: rgba(81, 45, 168, 0.8);
}

.deep-purple.darken-3 {
	color: #4527a0 !important;
}

.bg-deep-purple.bg-darken-3 {
	background-color: #4527a0 !important;
}

.bg-deep-purple.bg-darken-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(69, 39, 160, 0.6);
	box-shadow: 0 1px 20px 1px rgba(69, 39, 160, 0.6);
}

.btn-deep-purple.btn-darken-3,
.btn-deep-purple.btn-darken-3:hover {
	border-color: #512da8 !important;
	background-color: #4527a0 !important;
}

.btn-deep-purple.btn-darken-3:active,
.btn-deep-purple.btn-darken-3:focus {
	border-color: #4527a0 !important;
	background-color: #311b92 !important;
}

.btn-outline-deep-purple.btn-outline-darken-3 {
	border-color: #4527a0 !important;
	color: #4527a0 !important;
}

.btn-outline-deep-purple.btn-outline-darken-3:hover {
	background-color: #4527a0 !important;
}

.border-deep-purple.border-darken-3 {
	border: 1px solid #4527a0 !important;
}

.border-top-deep-purple.border-top-darken-3 {
	border-top: 1px solid #4527a0 !important;
}

.border-bottom-deep-purple.border-bottom-darken-3 {
	border-bottom: 1px solid #4527a0 !important;
}

.border-left-deep-purple.border-left-darken-3 {
	border-left: 1px solid #4527a0 !important;
}

.border-right-deep-purple.border-right-darken-3 {
	border-right: 1px solid #4527a0 !important;
}

.overlay-deep-purple.overlay-darken-3 {
	background: #4527a0;
	background: rgba(69, 39, 160, 0.8);
}

.bg-deep-purple.bg-darken-4,
.btn-deep-purple.btn-darken-4 {
	background-color: #311b92 !important;
}

.deep-purple.darken-4 {
	color: #311b92 !important;
}

.bg-deep-purple.bg-darken-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(49, 27, 146, 0.6);
	box-shadow: 0 1px 20px 1px rgba(49, 27, 146, 0.6);
}

.btn-deep-purple.btn-darken-4 {
	border-color: #512da8 !important;
}

.btn-deep-purple.btn-darken-4:hover {
	border-color: #512da8 !important;
	background-color: #4527a0 !important;
}

.btn-deep-purple.btn-darken-4:active,
.btn-deep-purple.btn-darken-4:focus {
	border-color: #4527a0 !important;
	background-color: #311b92 !important;
}

.btn-outline-deep-purple.btn-outline-darken-4 {
	border-color: #311b92 !important;
	color: #311b92 !important;
}

.btn-outline-deep-purple.btn-outline-darken-4:hover {
	background-color: #311b92 !important;
}

.border-deep-purple.border-darken-4 {
	border: 1px solid #311b92 !important;
}

.border-top-deep-purple.border-top-darken-4 {
	border-top: 1px solid #311b92 !important;
}

.border-bottom-deep-purple.border-bottom-darken-4 {
	border-bottom: 1px solid #311b92 !important;
}

.border-left-deep-purple.border-left-darken-4 {
	border-left: 1px solid #311b92 !important;
}

.border-right-deep-purple.border-right-darken-4 {
	border-right: 1px solid #311b92 !important;
}

.overlay-deep-purple.overlay-darken-4 {
	background: #311b92;
	background: rgba(49, 27, 146, 0.8);
}

.bg-deep-purple.bg-accent-1,
.btn-deep-purple.btn-accent-1 {
	background-color: #b388ff !important;
}

.deep-purple.accent-1 {
	color: #b388ff !important;
}

.bg-deep-purple.bg-accent-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(179, 136, 255, 0.6);
	box-shadow: 0 1px 20px 1px rgba(179, 136, 255, 0.6);
}

.btn-deep-purple.btn-accent-1 {
	border-color: #512da8 !important;
}

.btn-deep-purple.btn-accent-1:hover {
	border-color: #512da8 !important;
	background-color: #4527a0 !important;
}

.btn-deep-purple.btn-accent-1:active,
.btn-deep-purple.btn-accent-1:focus {
	border-color: #4527a0 !important;
	background-color: #311b92 !important;
}

.btn-outline-deep-purple.btn-outline-accent-1 {
	border-color: #b388ff !important;
	color: #b388ff !important;
}

.btn-outline-deep-purple.btn-outline-accent-1:hover {
	background-color: #b388ff !important;
}

.border-deep-purple.border-accent-1 {
	border: 1px solid #b388ff !important;
}

.border-top-deep-purple.border-top-accent-1 {
	border-top: 1px solid #b388ff !important;
}

.border-bottom-deep-purple.border-bottom-accent-1 {
	border-bottom: 1px solid #b388ff !important;
}

.border-left-deep-purple.border-left-accent-1 {
	border-left: 1px solid #b388ff !important;
}

.border-right-deep-purple.border-right-accent-1 {
	border-right: 1px solid #b388ff !important;
}

.overlay-deep-purple.overlay-accent-1 {
	background: #b388ff;
	background: rgba(179, 136, 255, 0.8);
}

.bg-deep-purple.bg-accent-2,
.btn-deep-purple.btn-accent-2 {
	background-color: #7c4dff !important;
}

.deep-purple.accent-2 {
	color: #7c4dff !important;
}

.bg-deep-purple.bg-accent-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(124, 77, 255, 0.6);
	box-shadow: 0 1px 20px 1px rgba(124, 77, 255, 0.6);
}

.btn-deep-purple.btn-accent-2 {
	border-color: #512da8 !important;
}

.btn-deep-purple.btn-accent-2:hover {
	border-color: #512da8 !important;
	background-color: #4527a0 !important;
}

.btn-deep-purple.btn-accent-2:active,
.btn-deep-purple.btn-accent-2:focus {
	border-color: #4527a0 !important;
	background-color: #311b92 !important;
}

.btn-outline-deep-purple.btn-outline-accent-2 {
	border-color: #7c4dff !important;
	color: #7c4dff !important;
}

.btn-outline-deep-purple.btn-outline-accent-2:hover {
	background-color: #7c4dff !important;
}

.border-deep-purple.border-accent-2 {
	border: 1px solid #7c4dff !important;
}

.border-top-deep-purple.border-top-accent-2 {
	border-top: 1px solid #7c4dff !important;
}

.border-bottom-deep-purple.border-bottom-accent-2 {
	border-bottom: 1px solid #7c4dff !important;
}

.border-left-deep-purple.border-left-accent-2 {
	border-left: 1px solid #7c4dff !important;
}

.border-right-deep-purple.border-right-accent-2 {
	border-right: 1px solid #7c4dff !important;
}

.overlay-deep-purple.overlay-accent-2 {
	background: #7c4dff;
	background: rgba(124, 77, 255, 0.8);
}

.bg-deep-purple.bg-accent-3,
.btn-deep-purple.btn-accent-3 {
	background-color: #651fff !important;
}

.deep-purple.accent-3 {
	color: #651fff !important;
}

.bg-deep-purple.bg-accent-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(101, 31, 255, 0.6);
	box-shadow: 0 1px 20px 1px rgba(101, 31, 255, 0.6);
}

.btn-deep-purple.btn-accent-3 {
	border-color: #512da8 !important;
}

.btn-deep-purple.btn-accent-3:hover {
	border-color: #512da8 !important;
	background-color: #4527a0 !important;
}

.btn-deep-purple.btn-accent-3:active,
.btn-deep-purple.btn-accent-3:focus {
	border-color: #4527a0 !important;
	background-color: #311b92 !important;
}

.btn-outline-deep-purple.btn-outline-accent-3 {
	border-color: #651fff !important;
	color: #651fff !important;
}

.btn-outline-deep-purple.btn-outline-accent-3:hover {
	background-color: #651fff !important;
}

.border-deep-purple.border-accent-3 {
	border: 1px solid #651fff !important;
}

.border-top-deep-purple.border-top-accent-3 {
	border-top: 1px solid #651fff !important;
}

.border-bottom-deep-purple.border-bottom-accent-3 {
	border-bottom: 1px solid #651fff !important;
}

.border-left-deep-purple.border-left-accent-3 {
	border-left: 1px solid #651fff !important;
}

.border-right-deep-purple.border-right-accent-3 {
	border-right: 1px solid #651fff !important;
}

.overlay-deep-purple.overlay-accent-3 {
	background: #651fff;
	background: rgba(101, 31, 255, 0.8);
}

.bg-deep-purple.bg-accent-4,
.btn-deep-purple.btn-accent-4 {
	background-color: #6200ea !important;
}

.deep-purple.accent-4 {
	color: #6200ea !important;
}

.bg-deep-purple.bg-accent-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(98, 0, 234, 0.6);
	box-shadow: 0 1px 20px 1px rgba(98, 0, 234, 0.6);
}

.btn-deep-purple.btn-accent-4 {
	border-color: #512da8 !important;
}

.btn-deep-purple.btn-accent-4:hover {
	border-color: #512da8 !important;
	background-color: #4527a0 !important;
}

.btn-deep-purple.btn-accent-4:active,
.btn-deep-purple.btn-accent-4:focus {
	border-color: #4527a0 !important;
	background-color: #311b92 !important;
}

.btn-outline-deep-purple.btn-outline-accent-4 {
	border-color: #6200ea !important;
	color: #6200ea !important;
}

.btn-outline-deep-purple.btn-outline-accent-4:hover {
	background-color: #6200ea !important;
}

input:focus ~ .bg-deep-purple {
	-webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #6200ea !important;
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #6200ea !important;
}

.border-deep-purple.border-accent-4 {
	border: 1px solid #6200ea !important;
}

.border-top-deep-purple.border-top-accent-4 {
	border-top: 1px solid #6200ea !important;
}

.border-bottom-deep-purple.border-bottom-accent-4 {
	border-bottom: 1px solid #6200ea !important;
}

.border-left-deep-purple.border-left-accent-4 {
	border-left: 1px solid #6200ea !important;
}

.border-right-deep-purple.border-right-accent-4 {
	border-right: 1px solid #6200ea !important;
}

.overlay-deep-purple.overlay-accent-4 {
	background: #6200ea;
	background: rgba(98, 0, 234, 0.8);
}

.bg-indigo.bg-lighten-5,
.btn-indigo.btn-lighten-5 {
	background-color: #e8eaf6 !important;
}

.indigo.lighten-5 {
	color: #e8eaf6 !important;
}

.bg-indigo.bg-lighten-5.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(232, 234, 246, 0.6);
	box-shadow: 0 1px 20px 1px rgba(232, 234, 246, 0.6);
}

.btn-indigo.btn-lighten-5 {
	border-color: #303f9f !important;
}

.btn-indigo.btn-lighten-5:hover {
	border-color: #303f9f !important;
	background-color: #283593 !important;
}

.btn-indigo.btn-lighten-5:active,
.btn-indigo.btn-lighten-5:focus {
	border-color: #283593 !important;
	background-color: #1a237e !important;
}

.btn-outline-indigo.btn-outline-lighten-5 {
	border-color: #e8eaf6 !important;
	color: #e8eaf6 !important;
}

.btn-outline-indigo.btn-outline-lighten-5:hover {
	background-color: #e8eaf6 !important;
}

.border-indigo.border-lighten-5 {
	border: 1px solid #e8eaf6 !important;
}

.border-top-indigo.border-top-lighten-5 {
	border-top: 1px solid #e8eaf6 !important;
}

.border-bottom-indigo.border-bottom-lighten-5 {
	border-bottom: 1px solid #e8eaf6 !important;
}

.border-left-indigo.border-left-lighten-5 {
	border-left: 1px solid #e8eaf6 !important;
}

.border-right-indigo.border-right-lighten-5 {
	border-right: 1px solid #e8eaf6 !important;
}

.overlay-indigo.overlay-lighten-5 {
	background: #e8eaf6;
	background: rgba(232, 234, 246, 0.8);
}

.bg-indigo.bg-lighten-4,
.btn-indigo.btn-lighten-4 {
	background-color: #c5cae9 !important;
}

.indigo.lighten-4 {
	color: #c5cae9 !important;
}

.bg-indigo.bg-lighten-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(197, 202, 233, 0.6);
	box-shadow: 0 1px 20px 1px rgba(197, 202, 233, 0.6);
}

.btn-indigo.btn-lighten-4 {
	border-color: #303f9f !important;
}

.btn-indigo.btn-lighten-4:hover {
	border-color: #303f9f !important;
	background-color: #283593 !important;
}

.btn-indigo.btn-lighten-4:active,
.btn-indigo.btn-lighten-4:focus {
	border-color: #283593 !important;
	background-color: #1a237e !important;
}

.btn-outline-indigo.btn-outline-lighten-4 {
	border-color: #c5cae9 !important;
	color: #c5cae9 !important;
}

.btn-outline-indigo.btn-outline-lighten-4:hover {
	background-color: #c5cae9 !important;
}

.border-indigo.border-lighten-4 {
	border: 1px solid #c5cae9 !important;
}

.border-top-indigo.border-top-lighten-4 {
	border-top: 1px solid #c5cae9 !important;
}

.border-bottom-indigo.border-bottom-lighten-4 {
	border-bottom: 1px solid #c5cae9 !important;
}

.border-left-indigo.border-left-lighten-4 {
	border-left: 1px solid #c5cae9 !important;
}

.border-right-indigo.border-right-lighten-4 {
	border-right: 1px solid #c5cae9 !important;
}

.overlay-indigo.overlay-lighten-4 {
	background: #c5cae9;
	background: rgba(197, 202, 233, 0.8);
}

.bg-indigo.bg-lighten-3,
.btn-indigo.btn-lighten-3 {
	background-color: #9fa8da !important;
}

.indigo.lighten-3 {
	color: #9fa8da !important;
}

.bg-indigo.bg-lighten-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(159, 168, 218, 0.6);
	box-shadow: 0 1px 20px 1px rgba(159, 168, 218, 0.6);
}

.btn-indigo.btn-lighten-3 {
	border-color: #303f9f !important;
}

.btn-indigo.btn-lighten-3:hover {
	border-color: #303f9f !important;
	background-color: #283593 !important;
}

.btn-indigo.btn-lighten-3:active,
.btn-indigo.btn-lighten-3:focus {
	border-color: #283593 !important;
	background-color: #1a237e !important;
}

.btn-outline-indigo.btn-outline-lighten-3 {
	border-color: #9fa8da !important;
	color: #9fa8da !important;
}

.btn-outline-indigo.btn-outline-lighten-3:hover {
	background-color: #9fa8da !important;
}

.border-indigo.border-lighten-3 {
	border: 1px solid #9fa8da !important;
}

.border-top-indigo.border-top-lighten-3 {
	border-top: 1px solid #9fa8da !important;
}

.border-bottom-indigo.border-bottom-lighten-3 {
	border-bottom: 1px solid #9fa8da !important;
}

.border-left-indigo.border-left-lighten-3 {
	border-left: 1px solid #9fa8da !important;
}

.border-right-indigo.border-right-lighten-3 {
	border-right: 1px solid #9fa8da !important;
}

.overlay-indigo.overlay-lighten-3 {
	background: #9fa8da;
	background: rgba(159, 168, 218, 0.8);
}

.bg-indigo.bg-lighten-2,
.btn-indigo.btn-lighten-2 {
	background-color: #7986cb !important;
}

.indigo.lighten-2 {
	color: #7986cb !important;
}

.bg-indigo.bg-lighten-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(121, 134, 203, 0.6);
	box-shadow: 0 1px 20px 1px rgba(121, 134, 203, 0.6);
}

.btn-indigo.btn-lighten-2 {
	border-color: #303f9f !important;
}

.btn-indigo.btn-lighten-2:hover {
	border-color: #303f9f !important;
	background-color: #283593 !important;
}

.btn-indigo.btn-lighten-2:active,
.btn-indigo.btn-lighten-2:focus {
	border-color: #283593 !important;
	background-color: #1a237e !important;
}

.btn-outline-indigo.btn-outline-lighten-2 {
	border-color: #7986cb !important;
	color: #7986cb !important;
}

.btn-outline-indigo.btn-outline-lighten-2:hover {
	background-color: #7986cb !important;
}

.border-indigo.border-lighten-2 {
	border: 1px solid #7986cb !important;
}

.border-top-indigo.border-top-lighten-2 {
	border-top: 1px solid #7986cb !important;
}

.border-bottom-indigo.border-bottom-lighten-2 {
	border-bottom: 1px solid #7986cb !important;
}

.border-left-indigo.border-left-lighten-2 {
	border-left: 1px solid #7986cb !important;
}

.border-right-indigo.border-right-lighten-2 {
	border-right: 1px solid #7986cb !important;
}

.overlay-indigo.overlay-lighten-2 {
	background: #7986cb;
	background: rgba(121, 134, 203, 0.8);
}

.bg-indigo.bg-lighten-1,
.btn-indigo.btn-lighten-1 {
	background-color: #5c6bc0 !important;
}

.indigo.lighten-1 {
	color: #5c6bc0 !important;
}

.bg-indigo.bg-lighten-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(92, 107, 192, 0.6);
	box-shadow: 0 1px 20px 1px rgba(92, 107, 192, 0.6);
}

.bg-indigo.bg-glow,
.btn-indigo.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(63, 81, 181, 0.6);
}

.btn-indigo.btn-lighten-1 {
	border-color: #303f9f !important;
}

.btn-indigo.btn-lighten-1:hover {
	border-color: #303f9f !important;
	background-color: #283593 !important;
}

.btn-indigo.btn-lighten-1:active,
.btn-indigo.btn-lighten-1:focus {
	border-color: #283593 !important;
	background-color: #1a237e !important;
}

.btn-outline-indigo.btn-outline-lighten-1 {
	border-color: #5c6bc0 !important;
	color: #5c6bc0 !important;
}

.btn-outline-indigo.btn-outline-lighten-1:hover {
	background-color: #5c6bc0 !important;
}

.border-indigo.border-lighten-1 {
	border: 1px solid #5c6bc0 !important;
}

.border-top-indigo.border-top-lighten-1 {
	border-top: 1px solid #5c6bc0 !important;
}

.border-bottom-indigo.border-bottom-lighten-1 {
	border-bottom: 1px solid #5c6bc0 !important;
}

.border-left-indigo.border-left-lighten-1 {
	border-left: 1px solid #5c6bc0 !important;
}

.border-right-indigo.border-right-lighten-1 {
	border-right: 1px solid #5c6bc0 !important;
}

.alert-indigo,
.btn-indigo {
	border-color: #3f51b5 !important;
}

.overlay-indigo.overlay-lighten-1 {
	background: #5c6bc0;
	background: rgba(92, 107, 192, 0.8);
}

.indigo {
	color: #3f51b5 !important;
}

.bg-indigo {
	background-color: #3f51b5 !important;
}

.bg-indigo .card-footer,
.bg-indigo .card-header {
	background-color: transparent;
}

.bg-indigo.bg-glow {
	box-shadow: 0 1px 20px 1px rgba(63, 81, 181, 0.6);
}

.selectboxit.selectboxit-btn.bg-indigo {
	background-color: #3f51b5 !important;
}

.alert-indigo {
	background-color: #6f7dcd !important;
	color: #111631 !important;
}

.alert-indigo .alert-link {
	color: #060812 !important;
}

.overlay-indigo {
	background: #3f51b5;
	background: rgba(63, 81, 181, 0.8);
}

.btn-indigo {
	background-color: #3f51b5 !important;
	color: #fff;
}

.btn-indigo:hover {
	border-color: #303f9f !important;
	background-color: #3949ab !important;
	color: #fff !important;
}

.btn-indigo:active,
.btn-indigo:focus {
	border-color: #283593 !important;
	background-color: #303f9f !important;
	color: #fff !important;
}

.btn-indigo.btn-glow {
	box-shadow: 0 1px 20px 1px rgba(63, 81, 181, 0.6);
}

.btn-outline-indigo {
	border-color: #3f51b5;
	background-color: transparent;
	color: #3f51b5;
}

.btn-outline-indigo:hover {
	background-color: #3f51b5;
	color: #fff !important;
}

.btn-outline-indigo.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(63, 81, 181, 0.6);
	box-shadow: 0 1px 20px 1px rgba(63, 81, 181, 0.6);
}

input[type="checkbox"].bg-indigo + .custom-control-label:before,
input[type="radio"].bg-indigo + .custom-control-label:before {
	background-color: #3f51b5 !important;
}

.bg-indigo.bg-darken-1,
.btn-indigo.btn-darken-1 {
	background-color: #3949ab !important;
}

.border-indigo {
	border: 1px solid #3f51b5 !important;
}

.border-top-indigo {
	border-top: 1px solid #3f51b5;
}

.border-bottom-indigo {
	border-bottom: 1px solid #3f51b5;
}

.border-left-indigo {
	border-left: 1px solid #3f51b5;
}

.border-right-indigo {
	border-right: 1px solid #3f51b5;
}

.indigo.darken-1 {
	color: #3949ab !important;
}

.bg-indigo.bg-darken-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(57, 73, 171, 0.6);
	box-shadow: 0 1px 20px 1px rgba(57, 73, 171, 0.6);
}

.btn-indigo.btn-darken-1 {
	border-color: #303f9f !important;
}

.btn-indigo.btn-darken-1:hover {
	border-color: #303f9f !important;
	background-color: #283593 !important;
}

.btn-indigo.btn-darken-1:active,
.btn-indigo.btn-darken-1:focus {
	border-color: #283593 !important;
	background-color: #1a237e !important;
}

.btn-outline-indigo.btn-outline-darken-1 {
	border-color: #3949ab !important;
	color: #3949ab !important;
}

.btn-outline-indigo.btn-outline-darken-1:hover {
	background-color: #3949ab !important;
}

.border-indigo.border-darken-1 {
	border: 1px solid #3949ab !important;
}

.border-top-indigo.border-top-darken-1 {
	border-top: 1px solid #3949ab !important;
}

.border-bottom-indigo.border-bottom-darken-1 {
	border-bottom: 1px solid #3949ab !important;
}

.border-left-indigo.border-left-darken-1 {
	border-left: 1px solid #3949ab !important;
}

.border-right-indigo.border-right-darken-1 {
	border-right: 1px solid #3949ab !important;
}

.btn-indigo.btn-darken-2,
.btn-indigo.btn-darken-2:hover {
	border-color: #303f9f !important;
}

.overlay-indigo.overlay-darken-1 {
	background: #3949ab;
	background: rgba(57, 73, 171, 0.8);
}

.bg-indigo.bg-darken-2,
.btn-indigo.btn-darken-2 {
	background-color: #303f9f !important;
}

.indigo.darken-2 {
	color: #303f9f !important;
}

.bg-indigo.bg-darken-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(48, 63, 159, 0.6);
	box-shadow: 0 1px 20px 1px rgba(48, 63, 159, 0.6);
}

.btn-indigo.btn-darken-2:hover {
	background-color: #283593 !important;
}

.btn-indigo.btn-darken-2:active,
.btn-indigo.btn-darken-2:focus {
	border-color: #283593 !important;
	background-color: #1a237e !important;
}

.btn-outline-indigo.btn-outline-darken-2 {
	border-color: #303f9f !important;
	color: #303f9f !important;
}

.btn-outline-indigo.btn-outline-darken-2:hover {
	background-color: #303f9f !important;
}

.border-indigo.border-darken-2 {
	border: 1px solid #303f9f !important;
}

.border-top-indigo.border-top-darken-2 {
	border-top: 1px solid #303f9f !important;
}

.border-bottom-indigo.border-bottom-darken-2 {
	border-bottom: 1px solid #303f9f !important;
}

.border-left-indigo.border-left-darken-2 {
	border-left: 1px solid #303f9f !important;
}

.border-right-indigo.border-right-darken-2 {
	border-right: 1px solid #303f9f !important;
}

.overlay-indigo.overlay-darken-2 {
	background: #303f9f;
	background: rgba(48, 63, 159, 0.8);
}

.indigo.darken-3 {
	color: #283593 !important;
}

.bg-indigo.bg-darken-3 {
	background-color: #283593 !important;
}

.bg-indigo.bg-darken-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(40, 53, 147, 0.6);
	box-shadow: 0 1px 20px 1px rgba(40, 53, 147, 0.6);
}

.btn-indigo.btn-darken-3,
.btn-indigo.btn-darken-3:hover {
	border-color: #303f9f !important;
	background-color: #283593 !important;
}

.btn-indigo.btn-darken-3:active,
.btn-indigo.btn-darken-3:focus {
	border-color: #283593 !important;
	background-color: #1a237e !important;
}

.btn-outline-indigo.btn-outline-darken-3 {
	border-color: #283593 !important;
	color: #283593 !important;
}

.btn-outline-indigo.btn-outline-darken-3:hover {
	background-color: #283593 !important;
}

.border-indigo.border-darken-3 {
	border: 1px solid #283593 !important;
}

.border-top-indigo.border-top-darken-3 {
	border-top: 1px solid #283593 !important;
}

.border-bottom-indigo.border-bottom-darken-3 {
	border-bottom: 1px solid #283593 !important;
}

.border-left-indigo.border-left-darken-3 {
	border-left: 1px solid #283593 !important;
}

.border-right-indigo.border-right-darken-3 {
	border-right: 1px solid #283593 !important;
}

.btn-indigo.btn-darken-4,
.btn-indigo.btn-darken-4:hover {
	border-color: #303f9f !important;
}

.overlay-indigo.overlay-darken-3 {
	background: #283593;
	background: rgba(40, 53, 147, 0.8);
}

.bg-indigo.bg-darken-4,
.btn-indigo.btn-darken-4 {
	background-color: #1a237e !important;
}

.indigo.darken-4 {
	color: #1a237e !important;
}

.bg-indigo.bg-darken-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(26, 35, 126, 0.6);
	box-shadow: 0 1px 20px 1px rgba(26, 35, 126, 0.6);
}

.btn-indigo.btn-darken-4:hover {
	background-color: #283593 !important;
}

.btn-indigo.btn-darken-4:active,
.btn-indigo.btn-darken-4:focus {
	border-color: #283593 !important;
	background-color: #1a237e !important;
}

.btn-outline-indigo.btn-outline-darken-4 {
	border-color: #1a237e !important;
	color: #1a237e !important;
}

.btn-outline-indigo.btn-outline-darken-4:hover {
	background-color: #1a237e !important;
}

.border-indigo.border-darken-4 {
	border: 1px solid #1a237e !important;
}

.border-top-indigo.border-top-darken-4 {
	border-top: 1px solid #1a237e !important;
}

.border-bottom-indigo.border-bottom-darken-4 {
	border-bottom: 1px solid #1a237e !important;
}

.border-left-indigo.border-left-darken-4 {
	border-left: 1px solid #1a237e !important;
}

.border-right-indigo.border-right-darken-4 {
	border-right: 1px solid #1a237e !important;
}

.btn-indigo.btn-accent-1,
.btn-indigo.btn-accent-1:hover {
	border-color: #303f9f !important;
}

.overlay-indigo.overlay-darken-4 {
	background: #1a237e;
	background: rgba(26, 35, 126, 0.8);
}

.bg-indigo.bg-accent-1,
.btn-indigo.btn-accent-1 {
	background-color: #8c9eff !important;
}

.indigo.accent-1 {
	color: #8c9eff !important;
}

.bg-indigo.bg-accent-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(140, 158, 255, 0.6);
	box-shadow: 0 1px 20px 1px rgba(140, 158, 255, 0.6);
}

.btn-indigo.btn-accent-1:hover {
	background-color: #283593 !important;
}

.btn-indigo.btn-accent-1:active,
.btn-indigo.btn-accent-1:focus {
	border-color: #283593 !important;
	background-color: #1a237e !important;
}

.btn-outline-indigo.btn-outline-accent-1 {
	border-color: #8c9eff !important;
	color: #8c9eff !important;
}

.btn-outline-indigo.btn-outline-accent-1:hover {
	background-color: #8c9eff !important;
}

.border-indigo.border-accent-1 {
	border: 1px solid #8c9eff !important;
}

.border-top-indigo.border-top-accent-1 {
	border-top: 1px solid #8c9eff !important;
}

.border-bottom-indigo.border-bottom-accent-1 {
	border-bottom: 1px solid #8c9eff !important;
}

.border-left-indigo.border-left-accent-1 {
	border-left: 1px solid #8c9eff !important;
}

.border-right-indigo.border-right-accent-1 {
	border-right: 1px solid #8c9eff !important;
}

.btn-indigo.btn-accent-2,
.btn-indigo.btn-accent-2:hover {
	border-color: #303f9f !important;
}

.overlay-indigo.overlay-accent-1 {
	background: #8c9eff;
	background: rgba(140, 158, 255, 0.8);
}

.bg-indigo.bg-accent-2,
.btn-indigo.btn-accent-2 {
	background-color: #536dfe !important;
}

.indigo.accent-2 {
	color: #536dfe !important;
}

.bg-indigo.bg-accent-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(83, 109, 254, 0.6);
	box-shadow: 0 1px 20px 1px rgba(83, 109, 254, 0.6);
}

.btn-indigo.btn-accent-2:hover {
	background-color: #283593 !important;
}

.btn-indigo.btn-accent-2:active,
.btn-indigo.btn-accent-2:focus {
	border-color: #283593 !important;
	background-color: #1a237e !important;
}

.btn-outline-indigo.btn-outline-accent-2 {
	border-color: #536dfe !important;
	color: #536dfe !important;
}

.btn-outline-indigo.btn-outline-accent-2:hover {
	background-color: #536dfe !important;
}

.border-indigo.border-accent-2 {
	border: 1px solid #536dfe !important;
}

.border-top-indigo.border-top-accent-2 {
	border-top: 1px solid #536dfe !important;
}

.border-bottom-indigo.border-bottom-accent-2 {
	border-bottom: 1px solid #536dfe !important;
}

.border-left-indigo.border-left-accent-2 {
	border-left: 1px solid #536dfe !important;
}

.border-right-indigo.border-right-accent-2 {
	border-right: 1px solid #536dfe !important;
}

.btn-indigo.btn-accent-3,
.btn-indigo.btn-accent-3:hover {
	border-color: #303f9f !important;
}

.overlay-indigo.overlay-accent-2 {
	background: #536dfe;
	background: rgba(83, 109, 254, 0.8);
}

.bg-indigo.bg-accent-3,
.btn-indigo.btn-accent-3 {
	background-color: #3d5afe !important;
}

.indigo.accent-3 {
	color: #3d5afe !important;
}

.bg-indigo.bg-accent-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(61, 90, 254, 0.6);
	box-shadow: 0 1px 20px 1px rgba(61, 90, 254, 0.6);
}

.btn-indigo.btn-accent-3:hover {
	background-color: #283593 !important;
}

.btn-indigo.btn-accent-3:active,
.btn-indigo.btn-accent-3:focus {
	border-color: #283593 !important;
	background-color: #1a237e !important;
}

.btn-outline-indigo.btn-outline-accent-3 {
	border-color: #3d5afe !important;
	color: #3d5afe !important;
}

.btn-outline-indigo.btn-outline-accent-3:hover {
	background-color: #3d5afe !important;
}

.border-indigo.border-accent-3 {
	border: 1px solid #3d5afe !important;
}

.border-top-indigo.border-top-accent-3 {
	border-top: 1px solid #3d5afe !important;
}

.border-bottom-indigo.border-bottom-accent-3 {
	border-bottom: 1px solid #3d5afe !important;
}

.border-left-indigo.border-left-accent-3 {
	border-left: 1px solid #3d5afe !important;
}

.border-right-indigo.border-right-accent-3 {
	border-right: 1px solid #3d5afe !important;
}

.btn-indigo.btn-accent-4,
.btn-indigo.btn-accent-4:hover {
	border-color: #303f9f !important;
}

.overlay-indigo.overlay-accent-3 {
	background: #3d5afe;
	background: rgba(61, 90, 254, 0.8);
}

.bg-indigo.bg-accent-4,
.btn-indigo.btn-accent-4 {
	background-color: #304ffe !important;
}

.indigo.accent-4 {
	color: #304ffe !important;
}

.bg-indigo.bg-accent-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(48, 79, 254, 0.6);
	box-shadow: 0 1px 20px 1px rgba(48, 79, 254, 0.6);
}

.btn-indigo.btn-accent-4:hover {
	background-color: #283593 !important;
}

.btn-indigo.btn-accent-4:active,
.btn-indigo.btn-accent-4:focus {
	border-color: #283593 !important;
	background-color: #1a237e !important;
}

.btn-outline-indigo.btn-outline-accent-4 {
	border-color: #304ffe !important;
	color: #304ffe !important;
}

.btn-outline-indigo.btn-outline-accent-4:hover {
	background-color: #304ffe !important;
}

input:focus ~ .bg-indigo {
	-webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #304ffe !important;
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #304ffe !important;
}

.border-indigo.border-accent-4 {
	border: 1px solid #304ffe !important;
}

.border-top-indigo.border-top-accent-4 {
	border-top: 1px solid #304ffe !important;
}

.border-bottom-indigo.border-bottom-accent-4 {
	border-bottom: 1px solid #304ffe !important;
}

.border-left-indigo.border-left-accent-4 {
	border-left: 1px solid #304ffe !important;
}

.border-right-indigo.border-right-accent-4 {
	border-right: 1px solid #304ffe !important;
}

.btn-blue.btn-lighten-5,
.btn-blue.btn-lighten-5:hover {
	border-color: #1976d2 !important;
}

.overlay-indigo.overlay-accent-4 {
	background: #304ffe;
	background: rgba(48, 79, 254, 0.8);
}

.bg-blue.bg-lighten-5,
.btn-blue.btn-lighten-5 {
	background-color: #e3f2fd !important;
}

.blue.lighten-5 {
	color: #e3f2fd !important;
}

.bg-blue.bg-lighten-5.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(227, 242, 253, 0.6);
	box-shadow: 0 1px 20px 1px rgba(227, 242, 253, 0.6);
}

.btn-blue.btn-lighten-5:hover {
	background-color: #1565c0 !important;
}

.btn-blue.btn-lighten-5:active,
.btn-blue.btn-lighten-5:focus {
	border-color: #1565c0 !important;
	background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-lighten-5 {
	border-color: #e3f2fd !important;
	color: #e3f2fd !important;
}

.btn-outline-blue.btn-outline-lighten-5:hover {
	background-color: #e3f2fd !important;
}

.border-blue.border-lighten-5 {
	border: 1px solid #e3f2fd !important;
}

.border-top-blue.border-top-lighten-5 {
	border-top: 1px solid #e3f2fd !important;
}

.border-bottom-blue.border-bottom-lighten-5 {
	border-bottom: 1px solid #e3f2fd !important;
}

.border-left-blue.border-left-lighten-5 {
	border-left: 1px solid #e3f2fd !important;
}

.border-right-blue.border-right-lighten-5 {
	border-right: 1px solid #e3f2fd !important;
}

.btn-blue.btn-lighten-4,
.btn-blue.btn-lighten-4:hover {
	border-color: #1976d2 !important;
}

.overlay-blue.overlay-lighten-5 {
	background: #e3f2fd;
	background: rgba(227, 242, 253, 0.8);
}

.bg-blue.bg-lighten-4,
.btn-blue.btn-lighten-4 {
	background-color: #bbdefb !important;
}

.blue.lighten-4 {
	color: #bbdefb !important;
}

.bg-blue.bg-lighten-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(187, 222, 251, 0.6);
	box-shadow: 0 1px 20px 1px rgba(187, 222, 251, 0.6);
}

.btn-blue.btn-lighten-4:hover {
	background-color: #1565c0 !important;
}

.btn-blue.btn-lighten-4:active,
.btn-blue.btn-lighten-4:focus {
	border-color: #1565c0 !important;
	background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-lighten-4 {
	border-color: #bbdefb !important;
	color: #bbdefb !important;
}

.btn-outline-blue.btn-outline-lighten-4:hover {
	background-color: #bbdefb !important;
}

.border-blue.border-lighten-4 {
	border: 1px solid #bbdefb !important;
}

.border-top-blue.border-top-lighten-4 {
	border-top: 1px solid #bbdefb !important;
}

.border-bottom-blue.border-bottom-lighten-4 {
	border-bottom: 1px solid #bbdefb !important;
}

.border-left-blue.border-left-lighten-4 {
	border-left: 1px solid #bbdefb !important;
}

.border-right-blue.border-right-lighten-4 {
	border-right: 1px solid #bbdefb !important;
}

.btn-blue.btn-lighten-3,
.btn-blue.btn-lighten-3:hover {
	border-color: #1976d2 !important;
}

.overlay-blue.overlay-lighten-4 {
	background: #bbdefb;
	background: rgba(187, 222, 251, 0.8);
}

.bg-blue.bg-lighten-3,
.btn-blue.btn-lighten-3 {
	background-color: #90caf9 !important;
}

.blue.lighten-3 {
	color: #90caf9 !important;
}

.bg-blue.bg-lighten-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(144, 202, 249, 0.6);
	box-shadow: 0 1px 20px 1px rgba(144, 202, 249, 0.6);
}

.btn-blue.btn-lighten-3:hover {
	background-color: #1565c0 !important;
}

.btn-blue.btn-lighten-3:active,
.btn-blue.btn-lighten-3:focus {
	border-color: #1565c0 !important;
	background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-lighten-3 {
	border-color: #90caf9 !important;
	color: #90caf9 !important;
}

.btn-outline-blue.btn-outline-lighten-3:hover {
	background-color: #90caf9 !important;
}

.border-blue.border-lighten-3 {
	border: 1px solid #90caf9 !important;
}

.border-top-blue.border-top-lighten-3 {
	border-top: 1px solid #90caf9 !important;
}

.border-bottom-blue.border-bottom-lighten-3 {
	border-bottom: 1px solid #90caf9 !important;
}

.border-left-blue.border-left-lighten-3 {
	border-left: 1px solid #90caf9 !important;
}

.border-right-blue.border-right-lighten-3 {
	border-right: 1px solid #90caf9 !important;
}

.btn-blue.btn-lighten-2,
.btn-blue.btn-lighten-2:hover {
	border-color: #1976d2 !important;
}

.overlay-blue.overlay-lighten-3 {
	background: #90caf9;
	background: rgba(144, 202, 249, 0.8);
}

.bg-blue.bg-lighten-2,
.btn-blue.btn-lighten-2 {
	background-color: #64b5f6 !important;
}

.blue.lighten-2 {
	color: #64b5f6 !important;
}

.bg-blue.bg-lighten-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(100, 181, 246, 0.6);
	box-shadow: 0 1px 20px 1px rgba(100, 181, 246, 0.6);
}

.btn-blue.btn-lighten-2:hover {
	background-color: #1565c0 !important;
}

.btn-blue.btn-lighten-2:active,
.btn-blue.btn-lighten-2:focus {
	border-color: #1565c0 !important;
	background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-lighten-2 {
	border-color: #64b5f6 !important;
	color: #64b5f6 !important;
}

.btn-outline-blue.btn-outline-lighten-2:hover {
	background-color: #64b5f6 !important;
}

.border-blue.border-lighten-2 {
	border: 1px solid #64b5f6 !important;
}

.border-top-blue.border-top-lighten-2 {
	border-top: 1px solid #64b5f6 !important;
}

.border-bottom-blue.border-bottom-lighten-2 {
	border-bottom: 1px solid #64b5f6 !important;
}

.border-left-blue.border-left-lighten-2 {
	border-left: 1px solid #64b5f6 !important;
}

.border-right-blue.border-right-lighten-2 {
	border-right: 1px solid #64b5f6 !important;
}

.btn-blue.btn-lighten-1,
.btn-blue.btn-lighten-1:hover {
	border-color: #1976d2 !important;
}

.overlay-blue.overlay-lighten-2 {
	background: #64b5f6;
	background: rgba(100, 181, 246, 0.8);
}

.bg-blue.bg-lighten-1,
.btn-blue.btn-lighten-1 {
	background-color: #42a5f5 !important;
}

.blue.lighten-1 {
	color: #42a5f5 !important;
}

.bg-blue.bg-lighten-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(66, 165, 245, 0.6);
	box-shadow: 0 1px 20px 1px rgba(66, 165, 245, 0.6);
}

.bg-blue.bg-glow,
.btn-blue.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(33, 150, 243, 0.6);
}

.btn-blue.btn-lighten-1:hover {
	background-color: #1565c0 !important;
}

.btn-blue.btn-lighten-1:active,
.btn-blue.btn-lighten-1:focus {
	border-color: #1565c0 !important;
	background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-lighten-1 {
	border-color: #42a5f5 !important;
	color: #42a5f5 !important;
}

.btn-outline-blue.btn-outline-lighten-1:hover {
	background-color: #42a5f5 !important;
}

.border-blue.border-lighten-1 {
	border: 1px solid #42a5f5 !important;
}

.border-top-blue.border-top-lighten-1 {
	border-top: 1px solid #42a5f5 !important;
}

.border-bottom-blue.border-bottom-lighten-1 {
	border-bottom: 1px solid #42a5f5 !important;
}

.border-left-blue.border-left-lighten-1 {
	border-left: 1px solid #42a5f5 !important;
}

.border-right-blue.border-right-lighten-1 {
	border-right: 1px solid #42a5f5 !important;
}

.alert-blue,
.btn-blue {
	border-color: #2196f3 !important;
}

.overlay-blue.overlay-lighten-1 {
	background: #42a5f5;
	background: rgba(66, 165, 245, 0.8);
}

.blue {
	color: #2196f3 !important;
}

.bg-blue {
	background-color: #2196f3 !important;
}

.bg-blue .card-footer,
.bg-blue .card-header {
	background-color: transparent;
}

.bg-blue.bg-glow {
	box-shadow: 0 1px 20px 1px rgba(33, 150, 243, 0.6);
}

.selectboxit.selectboxit-btn.bg-blue {
	background-color: #2196f3 !important;
}

.alert-blue {
	background-color: #65b6f7 !important;
	color: #05365d !important;
}

.alert-blue .alert-link {
	color: #031f36 !important;
}

.overlay-blue {
	background: #2196f3;
	background: rgba(33, 150, 243, 0.8);
}

.btn-blue {
	background-color: #2196f3 !important;
	color: #fff;
}

.btn-blue:hover {
	border-color: #1976d2 !important;
	background-color: #1e88e5 !important;
	color: #fff !important;
}

.btn-blue:active,
.btn-blue:focus {
	border-color: #1565c0 !important;
	background-color: #1976d2 !important;
	color: #fff !important;
}

.btn-blue.btn-glow {
	box-shadow: 0 1px 20px 1px rgba(33, 150, 243, 0.6);
}

.btn-outline-blue {
	border-color: #2196f3;
	background-color: transparent;
	color: #2196f3;
}

.btn-outline-blue:hover {
	background-color: #2196f3;
	color: #fff !important;
}

.btn-outline-blue.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(33, 150, 243, 0.6);
	box-shadow: 0 1px 20px 1px rgba(33, 150, 243, 0.6);
}

input[type="checkbox"].bg-blue + .custom-control-label:before,
input[type="radio"].bg-blue + .custom-control-label:before {
	background-color: #2196f3 !important;
}

.bg-blue.bg-darken-1,
.btn-blue.btn-darken-1 {
	background-color: #1e88e5 !important;
}

.border-blue {
	border: 1px solid #2196f3 !important;
}

.border-top-blue {
	border-top: 1px solid #2196f3;
}

.border-bottom-blue {
	border-bottom: 1px solid #2196f3;
}

.border-left-blue {
	border-left: 1px solid #2196f3;
}

.border-right-blue {
	border-right: 1px solid #2196f3;
}

.blue.darken-1 {
	color: #1e88e5 !important;
}

.bg-blue.bg-darken-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(30, 136, 229, 0.6);
	box-shadow: 0 1px 20px 1px rgba(30, 136, 229, 0.6);
}

.btn-blue.btn-darken-1 {
	border-color: #1976d2 !important;
}

.btn-blue.btn-darken-1:hover {
	border-color: #1976d2 !important;
	background-color: #1565c0 !important;
}

.btn-blue.btn-darken-1:active,
.btn-blue.btn-darken-1:focus {
	border-color: #1565c0 !important;
	background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-darken-1 {
	border-color: #1e88e5 !important;
	color: #1e88e5 !important;
}

.btn-outline-blue.btn-outline-darken-1:hover {
	background-color: #1e88e5 !important;
}

.border-blue.border-darken-1 {
	border: 1px solid #1e88e5 !important;
}

.border-top-blue.border-top-darken-1 {
	border-top: 1px solid #1e88e5 !important;
}

.border-bottom-blue.border-bottom-darken-1 {
	border-bottom: 1px solid #1e88e5 !important;
}

.border-left-blue.border-left-darken-1 {
	border-left: 1px solid #1e88e5 !important;
}

.border-right-blue.border-right-darken-1 {
	border-right: 1px solid #1e88e5 !important;
}

.btn-blue.btn-darken-2,
.btn-blue.btn-darken-2:hover {
	border-color: #1976d2 !important;
}

.overlay-blue.overlay-darken-1 {
	background: #1e88e5;
	background: rgba(30, 136, 229, 0.8);
}

.bg-blue.bg-darken-2,
.btn-blue.btn-darken-2 {
	background-color: #1976d2 !important;
}

.blue.darken-2 {
	color: #1976d2 !important;
}

.bg-blue.bg-darken-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(25, 118, 210, 0.6);
	box-shadow: 0 1px 20px 1px rgba(25, 118, 210, 0.6);
}

.btn-blue.btn-darken-2:hover {
	background-color: #1565c0 !important;
}

.btn-blue.btn-darken-2:active,
.btn-blue.btn-darken-2:focus {
	border-color: #1565c0 !important;
	background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-darken-2 {
	border-color: #1976d2 !important;
	color: #1976d2 !important;
}

.btn-outline-blue.btn-outline-darken-2:hover {
	background-color: #1976d2 !important;
}

.border-blue.border-darken-2 {
	border: 1px solid #1976d2 !important;
}

.border-top-blue.border-top-darken-2 {
	border-top: 1px solid #1976d2 !important;
}

.border-bottom-blue.border-bottom-darken-2 {
	border-bottom: 1px solid #1976d2 !important;
}

.border-left-blue.border-left-darken-2 {
	border-left: 1px solid #1976d2 !important;
}

.border-right-blue.border-right-darken-2 {
	border-right: 1px solid #1976d2 !important;
}

.overlay-blue.overlay-darken-2 {
	background: #1976d2;
	background: rgba(25, 118, 210, 0.8);
}

.blue.darken-3 {
	color: #1565c0 !important;
}

.bg-blue.bg-darken-3 {
	background-color: #1565c0 !important;
}

.bg-blue.bg-darken-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(21, 101, 192, 0.6);
	box-shadow: 0 1px 20px 1px rgba(21, 101, 192, 0.6);
}

.btn-blue.btn-darken-3,
.btn-blue.btn-darken-3:hover {
	border-color: #1976d2 !important;
	background-color: #1565c0 !important;
}

.btn-blue.btn-darken-3:active,
.btn-blue.btn-darken-3:focus {
	border-color: #1565c0 !important;
	background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-darken-3 {
	border-color: #1565c0 !important;
	color: #1565c0 !important;
}

.btn-outline-blue.btn-outline-darken-3:hover {
	background-color: #1565c0 !important;
}

.border-blue.border-darken-3 {
	border: 1px solid #1565c0 !important;
}

.border-top-blue.border-top-darken-3 {
	border-top: 1px solid #1565c0 !important;
}

.border-bottom-blue.border-bottom-darken-3 {
	border-bottom: 1px solid #1565c0 !important;
}

.border-left-blue.border-left-darken-3 {
	border-left: 1px solid #1565c0 !important;
}

.border-right-blue.border-right-darken-3 {
	border-right: 1px solid #1565c0 !important;
}

.btn-blue.btn-darken-4,
.btn-blue.btn-darken-4:hover {
	border-color: #1976d2 !important;
}

.overlay-blue.overlay-darken-3 {
	background: #1565c0;
	background: rgba(21, 101, 192, 0.8);
}

.bg-blue.bg-darken-4,
.btn-blue.btn-darken-4 {
	background-color: #0d47a1 !important;
}

.blue.darken-4 {
	color: #0d47a1 !important;
}

.bg-blue.bg-darken-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(13, 71, 161, 0.6);
	box-shadow: 0 1px 20px 1px rgba(13, 71, 161, 0.6);
}

.btn-blue.btn-darken-4:hover {
	background-color: #1565c0 !important;
}

.btn-blue.btn-darken-4:active,
.btn-blue.btn-darken-4:focus {
	border-color: #1565c0 !important;
	background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-darken-4 {
	border-color: #0d47a1 !important;
	color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-darken-4:hover {
	background-color: #0d47a1 !important;
}

.border-blue.border-darken-4 {
	border: 1px solid #0d47a1 !important;
}

.border-top-blue.border-top-darken-4 {
	border-top: 1px solid #0d47a1 !important;
}

.border-bottom-blue.border-bottom-darken-4 {
	border-bottom: 1px solid #0d47a1 !important;
}

.border-left-blue.border-left-darken-4 {
	border-left: 1px solid #0d47a1 !important;
}

.border-right-blue.border-right-darken-4 {
	border-right: 1px solid #0d47a1 !important;
}

.btn-blue.btn-accent-1,
.btn-blue.btn-accent-1:hover {
	border-color: #1976d2 !important;
}

.overlay-blue.overlay-darken-4 {
	background: #0d47a1;
	background: rgba(13, 71, 161, 0.8);
}

.bg-blue.bg-accent-1,
.btn-blue.btn-accent-1 {
	background-color: #82b1ff !important;
}

.blue.accent-1 {
	color: #82b1ff !important;
}

.bg-blue.bg-accent-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(130, 177, 255, 0.6);
	box-shadow: 0 1px 20px 1px rgba(130, 177, 255, 0.6);
}

.btn-blue.btn-accent-1:hover {
	background-color: #1565c0 !important;
}

.btn-blue.btn-accent-1:active,
.btn-blue.btn-accent-1:focus {
	border-color: #1565c0 !important;
	background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-accent-1 {
	border-color: #82b1ff !important;
	color: #82b1ff !important;
}

.btn-outline-blue.btn-outline-accent-1:hover {
	background-color: #82b1ff !important;
}

.border-blue.border-accent-1 {
	border: 1px solid #82b1ff !important;
}

.border-top-blue.border-top-accent-1 {
	border-top: 1px solid #82b1ff !important;
}

.border-bottom-blue.border-bottom-accent-1 {
	border-bottom: 1px solid #82b1ff !important;
}

.border-left-blue.border-left-accent-1 {
	border-left: 1px solid #82b1ff !important;
}

.border-right-blue.border-right-accent-1 {
	border-right: 1px solid #82b1ff !important;
}

.btn-blue.btn-accent-2,
.btn-blue.btn-accent-2:hover {
	border-color: #1976d2 !important;
}

.overlay-blue.overlay-accent-1 {
	background: #82b1ff;
	background: rgba(130, 177, 255, 0.8);
}

.bg-blue.bg-accent-2,
.btn-blue.btn-accent-2 {
	background-color: #448aff !important;
}

.blue.accent-2 {
	color: #448aff !important;
}

.bg-blue.bg-accent-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(68, 138, 255, 0.6);
	box-shadow: 0 1px 20px 1px rgba(68, 138, 255, 0.6);
}

.btn-blue.btn-accent-2:hover {
	background-color: #1565c0 !important;
}

.btn-blue.btn-accent-2:active,
.btn-blue.btn-accent-2:focus {
	border-color: #1565c0 !important;
	background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-accent-2 {
	border-color: #448aff !important;
	color: #448aff !important;
}

.btn-outline-blue.btn-outline-accent-2:hover {
	background-color: #448aff !important;
}

.border-blue.border-accent-2 {
	border: 1px solid #448aff !important;
}

.border-top-blue.border-top-accent-2 {
	border-top: 1px solid #448aff !important;
}

.border-bottom-blue.border-bottom-accent-2 {
	border-bottom: 1px solid #448aff !important;
}

.border-left-blue.border-left-accent-2 {
	border-left: 1px solid #448aff !important;
}

.border-right-blue.border-right-accent-2 {
	border-right: 1px solid #448aff !important;
}

.btn-blue.btn-accent-3,
.btn-blue.btn-accent-3:hover {
	border-color: #1976d2 !important;
}

.overlay-blue.overlay-accent-2 {
	background: #448aff;
	background: rgba(68, 138, 255, 0.8);
}

.bg-blue.bg-accent-3,
.btn-blue.btn-accent-3 {
	background-color: #2979ff !important;
}

.blue.accent-3 {
	color: #2979ff !important;
}

.bg-blue.bg-accent-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(41, 121, 255, 0.6);
	box-shadow: 0 1px 20px 1px rgba(41, 121, 255, 0.6);
}

.btn-blue.btn-accent-3:hover {
	background-color: #1565c0 !important;
}

.btn-blue.btn-accent-3:active,
.btn-blue.btn-accent-3:focus {
	border-color: #1565c0 !important;
	background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-accent-3 {
	border-color: #2979ff !important;
	color: #2979ff !important;
}

.btn-outline-blue.btn-outline-accent-3:hover {
	background-color: #2979ff !important;
}

.border-blue.border-accent-3 {
	border: 1px solid #2979ff !important;
}

.border-top-blue.border-top-accent-3 {
	border-top: 1px solid #2979ff !important;
}

.border-bottom-blue.border-bottom-accent-3 {
	border-bottom: 1px solid #2979ff !important;
}

.border-left-blue.border-left-accent-3 {
	border-left: 1px solid #2979ff !important;
}

.border-right-blue.border-right-accent-3 {
	border-right: 1px solid #2979ff !important;
}

.btn-blue.btn-accent-4,
.btn-blue.btn-accent-4:hover {
	border-color: #1976d2 !important;
}

.overlay-blue.overlay-accent-3 {
	background: #2979ff;
	background: rgba(41, 121, 255, 0.8);
}

.bg-blue.bg-accent-4,
.btn-blue.btn-accent-4 {
	background-color: #2962ff !important;
}

.blue.accent-4 {
	color: #2962ff !important;
}

.bg-blue.bg-accent-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(41, 98, 255, 0.6);
	box-shadow: 0 1px 20px 1px rgba(41, 98, 255, 0.6);
}

.btn-blue.btn-accent-4:hover {
	background-color: #1565c0 !important;
}

.btn-blue.btn-accent-4:active,
.btn-blue.btn-accent-4:focus {
	border-color: #1565c0 !important;
	background-color: #0d47a1 !important;
}

.btn-outline-blue.btn-outline-accent-4 {
	border-color: #2962ff !important;
	color: #2962ff !important;
}

.btn-outline-blue.btn-outline-accent-4:hover {
	background-color: #2962ff !important;
}

input:focus ~ .bg-blue {
	-webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #2962ff !important;
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #2962ff !important;
}

.border-blue.border-accent-4 {
	border: 1px solid #2962ff !important;
}

.border-top-blue.border-top-accent-4 {
	border-top: 1px solid #2962ff !important;
}

.border-bottom-blue.border-bottom-accent-4 {
	border-bottom: 1px solid #2962ff !important;
}

.border-left-blue.border-left-accent-4 {
	border-left: 1px solid #2962ff !important;
}

.border-right-blue.border-right-accent-4 {
	border-right: 1px solid #2962ff !important;
}

.overlay-blue.overlay-accent-4 {
	background: #2962ff;
	background: rgba(41, 98, 255, 0.8);
}

.bg-light-blue.bg-lighten-5,
.btn-light-blue.btn-lighten-5 {
	background-color: #e1f5fe !important;
}

.light-blue.lighten-5 {
	color: #e1f5fe !important;
}

.bg-light-blue.bg-lighten-5.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(225, 245, 254, 0.6);
	box-shadow: 0 1px 20px 1px rgba(225, 245, 254, 0.6);
}

.btn-light-blue.btn-lighten-5 {
	border-color: #0288d1 !important;
}

.btn-light-blue.btn-lighten-5:hover {
	border-color: #0288d1 !important;
	background-color: #0277bd !important;
}

.btn-light-blue.btn-lighten-5:active,
.btn-light-blue.btn-lighten-5:focus {
	border-color: #0277bd !important;
	background-color: #01579b !important;
}

.btn-outline-light-blue.btn-outline-lighten-5 {
	border-color: #e1f5fe !important;
	color: #e1f5fe !important;
}

.btn-outline-light-blue.btn-outline-lighten-5:hover {
	background-color: #e1f5fe !important;
}

.border-light-blue.border-lighten-5 {
	border: 1px solid #e1f5fe !important;
}

.border-top-light-blue.border-top-lighten-5 {
	border-top: 1px solid #e1f5fe !important;
}

.border-bottom-light-blue.border-bottom-lighten-5 {
	border-bottom: 1px solid #e1f5fe !important;
}

.border-left-light-blue.border-left-lighten-5 {
	border-left: 1px solid #e1f5fe !important;
}

.border-right-light-blue.border-right-lighten-5 {
	border-right: 1px solid #e1f5fe !important;
}

.overlay-light-blue.overlay-lighten-5 {
	background: #e1f5fe;
	background: rgba(225, 245, 254, 0.8);
}

.bg-light-blue.bg-lighten-4,
.btn-light-blue.btn-lighten-4 {
	background-color: #b3e5fc !important;
}

.light-blue.lighten-4 {
	color: #b3e5fc !important;
}

.bg-light-blue.bg-lighten-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(179, 229, 252, 0.6);
	box-shadow: 0 1px 20px 1px rgba(179, 229, 252, 0.6);
}

.btn-light-blue.btn-lighten-4 {
	border-color: #0288d1 !important;
}

.btn-light-blue.btn-lighten-4:hover {
	border-color: #0288d1 !important;
	background-color: #0277bd !important;
}

.btn-light-blue.btn-lighten-4:active,
.btn-light-blue.btn-lighten-4:focus {
	border-color: #0277bd !important;
	background-color: #01579b !important;
}

.btn-outline-light-blue.btn-outline-lighten-4 {
	border-color: #b3e5fc !important;
	color: #b3e5fc !important;
}

.btn-outline-light-blue.btn-outline-lighten-4:hover {
	background-color: #b3e5fc !important;
}

.border-light-blue.border-lighten-4 {
	border: 1px solid #b3e5fc !important;
}

.border-top-light-blue.border-top-lighten-4 {
	border-top: 1px solid #b3e5fc !important;
}

.border-bottom-light-blue.border-bottom-lighten-4 {
	border-bottom: 1px solid #b3e5fc !important;
}

.border-left-light-blue.border-left-lighten-4 {
	border-left: 1px solid #b3e5fc !important;
}

.border-right-light-blue.border-right-lighten-4 {
	border-right: 1px solid #b3e5fc !important;
}

.overlay-light-blue.overlay-lighten-4 {
	background: #b3e5fc;
	background: rgba(179, 229, 252, 0.8);
}

.bg-light-blue.bg-lighten-3,
.btn-light-blue.btn-lighten-3 {
	background-color: #81d4fa !important;
}

.light-blue.lighten-3 {
	color: #81d4fa !important;
}

.bg-light-blue.bg-lighten-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(129, 212, 250, 0.6);
	box-shadow: 0 1px 20px 1px rgba(129, 212, 250, 0.6);
}

.btn-light-blue.btn-lighten-3 {
	border-color: #0288d1 !important;
}

.btn-light-blue.btn-lighten-3:hover {
	border-color: #0288d1 !important;
	background-color: #0277bd !important;
}

.btn-light-blue.btn-lighten-3:active,
.btn-light-blue.btn-lighten-3:focus {
	border-color: #0277bd !important;
	background-color: #01579b !important;
}

.btn-outline-light-blue.btn-outline-lighten-3 {
	border-color: #81d4fa !important;
	color: #81d4fa !important;
}

.btn-outline-light-blue.btn-outline-lighten-3:hover {
	background-color: #81d4fa !important;
}

.border-light-blue.border-lighten-3 {
	border: 1px solid #81d4fa !important;
}

.border-top-light-blue.border-top-lighten-3 {
	border-top: 1px solid #81d4fa !important;
}

.border-bottom-light-blue.border-bottom-lighten-3 {
	border-bottom: 1px solid #81d4fa !important;
}

.border-left-light-blue.border-left-lighten-3 {
	border-left: 1px solid #81d4fa !important;
}

.border-right-light-blue.border-right-lighten-3 {
	border-right: 1px solid #81d4fa !important;
}

.overlay-light-blue.overlay-lighten-3 {
	background: #81d4fa;
	background: rgba(129, 212, 250, 0.8);
}

.bg-light-blue.bg-lighten-2,
.btn-light-blue.btn-lighten-2 {
	background-color: #4fc3f7 !important;
}

.light-blue.lighten-2 {
	color: #4fc3f7 !important;
}

.bg-light-blue.bg-lighten-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(79, 195, 247, 0.6);
	box-shadow: 0 1px 20px 1px rgba(79, 195, 247, 0.6);
}

.btn-light-blue.btn-lighten-2 {
	border-color: #0288d1 !important;
}

.btn-light-blue.btn-lighten-2:hover {
	border-color: #0288d1 !important;
	background-color: #0277bd !important;
}

.btn-light-blue.btn-lighten-2:active,
.btn-light-blue.btn-lighten-2:focus {
	border-color: #0277bd !important;
	background-color: #01579b !important;
}

.btn-outline-light-blue.btn-outline-lighten-2 {
	border-color: #4fc3f7 !important;
	color: #4fc3f7 !important;
}

.btn-outline-light-blue.btn-outline-lighten-2:hover {
	background-color: #4fc3f7 !important;
}

.border-light-blue.border-lighten-2 {
	border: 1px solid #4fc3f7 !important;
}

.border-top-light-blue.border-top-lighten-2 {
	border-top: 1px solid #4fc3f7 !important;
}

.border-bottom-light-blue.border-bottom-lighten-2 {
	border-bottom: 1px solid #4fc3f7 !important;
}

.border-left-light-blue.border-left-lighten-2 {
	border-left: 1px solid #4fc3f7 !important;
}

.border-right-light-blue.border-right-lighten-2 {
	border-right: 1px solid #4fc3f7 !important;
}

.overlay-light-blue.overlay-lighten-2 {
	background: #4fc3f7;
	background: rgba(79, 195, 247, 0.8);
}

.bg-light-blue.bg-lighten-1,
.btn-light-blue.btn-lighten-1 {
	background-color: #29b6f6 !important;
}

.light-blue.lighten-1 {
	color: #29b6f6 !important;
}

.bg-light-blue.bg-lighten-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(41, 182, 246, 0.6);
	box-shadow: 0 1px 20px 1px rgba(41, 182, 246, 0.6);
}

.bg-light-blue.bg-glow,
.btn-light-blue.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(3, 169, 244, 0.6);
}

.btn-light-blue.btn-lighten-1 {
	border-color: #0288d1 !important;
}

.btn-light-blue.btn-lighten-1:hover {
	border-color: #0288d1 !important;
	background-color: #0277bd !important;
}

.btn-light-blue.btn-lighten-1:active,
.btn-light-blue.btn-lighten-1:focus {
	border-color: #0277bd !important;
	background-color: #01579b !important;
}

.btn-outline-light-blue.btn-outline-lighten-1 {
	border-color: #29b6f6 !important;
	color: #29b6f6 !important;
}

.btn-outline-light-blue.btn-outline-lighten-1:hover {
	background-color: #29b6f6 !important;
}

.border-light-blue.border-lighten-1 {
	border: 1px solid #29b6f6 !important;
}

.border-top-light-blue.border-top-lighten-1 {
	border-top: 1px solid #29b6f6 !important;
}

.border-bottom-light-blue.border-bottom-lighten-1 {
	border-bottom: 1px solid #29b6f6 !important;
}

.border-left-light-blue.border-left-lighten-1 {
	border-left: 1px solid #29b6f6 !important;
}

.border-right-light-blue.border-right-lighten-1 {
	border-right: 1px solid #29b6f6 !important;
}

.overlay-light-blue.overlay-lighten-1 {
	background: #29b6f6;
	background: rgba(41, 182, 246, 0.8);
}

.light-blue {
	color: #03a9f4 !important;
}

.bg-light-blue {
	background-color: #03a9f4 !important;
}

.bg-light-blue .card-footer,
.bg-light-blue .card-header {
	background-color: transparent;
}

.bg-light-blue.bg-glow {
	box-shadow: 0 1px 20px 1px rgba(3, 169, 244, 0.6);
}

.selectboxit.selectboxit-btn.bg-light-blue {
	background-color: #03a9f4 !important;
}

.alert-light-blue {
	border-color: #03a9f4 !important;
	background-color: #42c2fd !important;
	color: #012f44 !important;
}

.alert-light-blue .alert-link {
	color: #00131b !important;
}

.overlay-light-blue {
	background: #03a9f4;
	background: rgba(3, 169, 244, 0.8);
}

.btn-light-blue {
	border-color: #03a9f4 !important;
	background-color: #03a9f4 !important;
	color: #fff;
}

.btn-light-blue:hover {
	border-color: #0288d1 !important;
	background-color: #039be5 !important;
	color: #fff !important;
}

.btn-light-blue:active,
.btn-light-blue:focus {
	border-color: #0277bd !important;
	background-color: #0288d1 !important;
	color: #fff !important;
}

.btn-light-blue.btn-glow {
	box-shadow: 0 1px 20px 1px rgba(3, 169, 244, 0.6);
}

.btn-outline-light-blue {
	border-color: #03a9f4;
	background-color: transparent;
	color: #03a9f4;
}

.btn-outline-light-blue:hover {
	background-color: #03a9f4;
	color: #fff !important;
}

.btn-outline-light-blue.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(3, 169, 244, 0.6);
	box-shadow: 0 1px 20px 1px rgba(3, 169, 244, 0.6);
}

input[type="checkbox"].bg-light-blue + .custom-control-label:before,
input[type="radio"].bg-light-blue + .custom-control-label:before {
	background-color: #03a9f4 !important;
}

.bg-light-blue.bg-darken-1,
.btn-light-blue.btn-darken-1 {
	background-color: #039be5 !important;
}

.border-light-blue {
	border: 1px solid #03a9f4 !important;
}

.border-top-light-blue {
	border-top: 1px solid #03a9f4;
}

.border-bottom-light-blue {
	border-bottom: 1px solid #03a9f4;
}

.border-left-light-blue {
	border-left: 1px solid #03a9f4;
}

.border-right-light-blue {
	border-right: 1px solid #03a9f4;
}

.light-blue.darken-1 {
	color: #039be5 !important;
}

.bg-light-blue.bg-darken-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(3, 155, 229, 0.6);
	box-shadow: 0 1px 20px 1px rgba(3, 155, 229, 0.6);
}

.btn-light-blue.btn-darken-1 {
	border-color: #0288d1 !important;
}

.btn-light-blue.btn-darken-1:hover {
	border-color: #0288d1 !important;
	background-color: #0277bd !important;
}

.btn-light-blue.btn-darken-1:active,
.btn-light-blue.btn-darken-1:focus {
	border-color: #0277bd !important;
	background-color: #01579b !important;
}

.btn-outline-light-blue.btn-outline-darken-1 {
	border-color: #039be5 !important;
	color: #039be5 !important;
}

.btn-outline-light-blue.btn-outline-darken-1:hover {
	background-color: #039be5 !important;
}

.border-light-blue.border-darken-1 {
	border: 1px solid #039be5 !important;
}

.border-top-light-blue.border-top-darken-1 {
	border-top: 1px solid #039be5 !important;
}

.border-bottom-light-blue.border-bottom-darken-1 {
	border-bottom: 1px solid #039be5 !important;
}

.border-left-light-blue.border-left-darken-1 {
	border-left: 1px solid #039be5 !important;
}

.border-right-light-blue.border-right-darken-1 {
	border-right: 1px solid #039be5 !important;
}

.overlay-light-blue.overlay-darken-1 {
	background: #039be5;
	background: rgba(3, 155, 229, 0.8);
}

.bg-light-blue.bg-darken-2,
.btn-light-blue.btn-darken-2 {
	background-color: #0288d1 !important;
}

.light-blue.darken-2 {
	color: #0288d1 !important;
}

.bg-light-blue.bg-darken-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(2, 136, 209, 0.6);
	box-shadow: 0 1px 20px 1px rgba(2, 136, 209, 0.6);
}

.btn-light-blue.btn-darken-2 {
	border-color: #0288d1 !important;
}

.btn-light-blue.btn-darken-2:hover {
	border-color: #0288d1 !important;
	background-color: #0277bd !important;
}

.btn-light-blue.btn-darken-2:active,
.btn-light-blue.btn-darken-2:focus {
	border-color: #0277bd !important;
	background-color: #01579b !important;
}

.btn-outline-light-blue.btn-outline-darken-2 {
	border-color: #0288d1 !important;
	color: #0288d1 !important;
}

.btn-outline-light-blue.btn-outline-darken-2:hover {
	background-color: #0288d1 !important;
}

.border-light-blue.border-darken-2 {
	border: 1px solid #0288d1 !important;
}

.border-top-light-blue.border-top-darken-2 {
	border-top: 1px solid #0288d1 !important;
}

.border-bottom-light-blue.border-bottom-darken-2 {
	border-bottom: 1px solid #0288d1 !important;
}

.border-left-light-blue.border-left-darken-2 {
	border-left: 1px solid #0288d1 !important;
}

.border-right-light-blue.border-right-darken-2 {
	border-right: 1px solid #0288d1 !important;
}

.overlay-light-blue.overlay-darken-2 {
	background: #0288d1;
	background: rgba(2, 136, 209, 0.8);
}

.light-blue.darken-3 {
	color: #0277bd !important;
}

.bg-light-blue.bg-darken-3 {
	background-color: #0277bd !important;
}

.bg-light-blue.bg-darken-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(2, 119, 189, 0.6);
	box-shadow: 0 1px 20px 1px rgba(2, 119, 189, 0.6);
}

.btn-light-blue.btn-darken-3,
.btn-light-blue.btn-darken-3:hover {
	border-color: #0288d1 !important;
	background-color: #0277bd !important;
}

.btn-light-blue.btn-darken-3:active,
.btn-light-blue.btn-darken-3:focus {
	border-color: #0277bd !important;
	background-color: #01579b !important;
}

.btn-outline-light-blue.btn-outline-darken-3 {
	border-color: #0277bd !important;
	color: #0277bd !important;
}

.btn-outline-light-blue.btn-outline-darken-3:hover {
	background-color: #0277bd !important;
}

.border-light-blue.border-darken-3 {
	border: 1px solid #0277bd !important;
}

.border-top-light-blue.border-top-darken-3 {
	border-top: 1px solid #0277bd !important;
}

.border-bottom-light-blue.border-bottom-darken-3 {
	border-bottom: 1px solid #0277bd !important;
}

.border-left-light-blue.border-left-darken-3 {
	border-left: 1px solid #0277bd !important;
}

.border-right-light-blue.border-right-darken-3 {
	border-right: 1px solid #0277bd !important;
}

.overlay-light-blue.overlay-darken-3 {
	background: #0277bd;
	background: rgba(2, 119, 189, 0.8);
}

.bg-light-blue.bg-darken-4,
.btn-light-blue.btn-darken-4 {
	background-color: #01579b !important;
}

.light-blue.darken-4 {
	color: #01579b !important;
}

.bg-light-blue.bg-darken-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(1, 87, 155, 0.6);
	box-shadow: 0 1px 20px 1px rgba(1, 87, 155, 0.6);
}

.btn-light-blue.btn-darken-4 {
	border-color: #0288d1 !important;
}

.btn-light-blue.btn-darken-4:hover {
	border-color: #0288d1 !important;
	background-color: #0277bd !important;
}

.btn-light-blue.btn-darken-4:active,
.btn-light-blue.btn-darken-4:focus {
	border-color: #0277bd !important;
	background-color: #01579b !important;
}

.btn-outline-light-blue.btn-outline-darken-4 {
	border-color: #01579b !important;
	color: #01579b !important;
}

.btn-outline-light-blue.btn-outline-darken-4:hover {
	background-color: #01579b !important;
}

.border-light-blue.border-darken-4 {
	border: 1px solid #01579b !important;
}

.border-top-light-blue.border-top-darken-4 {
	border-top: 1px solid #01579b !important;
}

.border-bottom-light-blue.border-bottom-darken-4 {
	border-bottom: 1px solid #01579b !important;
}

.border-left-light-blue.border-left-darken-4 {
	border-left: 1px solid #01579b !important;
}

.border-right-light-blue.border-right-darken-4 {
	border-right: 1px solid #01579b !important;
}

.overlay-light-blue.overlay-darken-4 {
	background: #01579b;
	background: rgba(1, 87, 155, 0.8);
}

.bg-light-blue.bg-accent-1,
.btn-light-blue.btn-accent-1 {
	background-color: #80d8ff !important;
}

.light-blue.accent-1 {
	color: #80d8ff !important;
}

.bg-light-blue.bg-accent-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(128, 216, 255, 0.6);
	box-shadow: 0 1px 20px 1px rgba(128, 216, 255, 0.6);
}

.btn-light-blue.btn-accent-1 {
	border-color: #0288d1 !important;
}

.btn-light-blue.btn-accent-1:hover {
	border-color: #0288d1 !important;
	background-color: #0277bd !important;
}

.btn-light-blue.btn-accent-1:active,
.btn-light-blue.btn-accent-1:focus {
	border-color: #0277bd !important;
	background-color: #01579b !important;
}

.btn-outline-light-blue.btn-outline-accent-1 {
	border-color: #80d8ff !important;
	color: #80d8ff !important;
}

.btn-outline-light-blue.btn-outline-accent-1:hover {
	background-color: #80d8ff !important;
}

.border-light-blue.border-accent-1 {
	border: 1px solid #80d8ff !important;
}

.border-top-light-blue.border-top-accent-1 {
	border-top: 1px solid #80d8ff !important;
}

.border-bottom-light-blue.border-bottom-accent-1 {
	border-bottom: 1px solid #80d8ff !important;
}

.border-left-light-blue.border-left-accent-1 {
	border-left: 1px solid #80d8ff !important;
}

.border-right-light-blue.border-right-accent-1 {
	border-right: 1px solid #80d8ff !important;
}

.overlay-light-blue.overlay-accent-1 {
	background: #80d8ff;
	background: rgba(128, 216, 255, 0.8);
}

.bg-light-blue.bg-accent-2,
.btn-light-blue.btn-accent-2 {
	background-color: #40c4ff !important;
}

.light-blue.accent-2 {
	color: #40c4ff !important;
}

.bg-light-blue.bg-accent-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(64, 196, 255, 0.6);
	box-shadow: 0 1px 20px 1px rgba(64, 196, 255, 0.6);
}

.btn-light-blue.btn-accent-2 {
	border-color: #0288d1 !important;
}

.btn-light-blue.btn-accent-2:hover {
	border-color: #0288d1 !important;
	background-color: #0277bd !important;
}

.btn-light-blue.btn-accent-2:active,
.btn-light-blue.btn-accent-2:focus {
	border-color: #0277bd !important;
	background-color: #01579b !important;
}

.btn-outline-light-blue.btn-outline-accent-2 {
	border-color: #40c4ff !important;
	color: #40c4ff !important;
}

.btn-outline-light-blue.btn-outline-accent-2:hover {
	background-color: #40c4ff !important;
}

.border-light-blue.border-accent-2 {
	border: 1px solid #40c4ff !important;
}

.border-top-light-blue.border-top-accent-2 {
	border-top: 1px solid #40c4ff !important;
}

.border-bottom-light-blue.border-bottom-accent-2 {
	border-bottom: 1px solid #40c4ff !important;
}

.border-left-light-blue.border-left-accent-2 {
	border-left: 1px solid #40c4ff !important;
}

.border-right-light-blue.border-right-accent-2 {
	border-right: 1px solid #40c4ff !important;
}

.overlay-light-blue.overlay-accent-2 {
	background: #40c4ff;
	background: rgba(64, 196, 255, 0.8);
}

.bg-light-blue.bg-accent-3,
.btn-light-blue.btn-accent-3 {
	background-color: #00b0ff !important;
}

.light-blue.accent-3 {
	color: #00b0ff !important;
}

.bg-light-blue.bg-accent-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(0, 176, 255, 0.6);
	box-shadow: 0 1px 20px 1px rgba(0, 176, 255, 0.6);
}

.btn-light-blue.btn-accent-3 {
	border-color: #0288d1 !important;
}

.btn-light-blue.btn-accent-3:hover {
	border-color: #0288d1 !important;
	background-color: #0277bd !important;
}

.btn-light-blue.btn-accent-3:active,
.btn-light-blue.btn-accent-3:focus {
	border-color: #0277bd !important;
	background-color: #01579b !important;
}

.btn-outline-light-blue.btn-outline-accent-3 {
	border-color: #00b0ff !important;
	color: #00b0ff !important;
}

.btn-outline-light-blue.btn-outline-accent-3:hover {
	background-color: #00b0ff !important;
}

.border-light-blue.border-accent-3 {
	border: 1px solid #00b0ff !important;
}

.border-top-light-blue.border-top-accent-3 {
	border-top: 1px solid #00b0ff !important;
}

.border-bottom-light-blue.border-bottom-accent-3 {
	border-bottom: 1px solid #00b0ff !important;
}

.border-left-light-blue.border-left-accent-3 {
	border-left: 1px solid #00b0ff !important;
}

.border-right-light-blue.border-right-accent-3 {
	border-right: 1px solid #00b0ff !important;
}

.overlay-light-blue.overlay-accent-3 {
	background: #00b0ff;
	background: rgba(0, 176, 255, 0.8);
}

.bg-light-blue.bg-accent-4,
.btn-light-blue.btn-accent-4 {
	background-color: #0091ea !important;
}

.light-blue.accent-4 {
	color: #0091ea !important;
}

.bg-light-blue.bg-accent-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(0, 145, 234, 0.6);
	box-shadow: 0 1px 20px 1px rgba(0, 145, 234, 0.6);
}

.btn-light-blue.btn-accent-4 {
	border-color: #0288d1 !important;
}

.btn-light-blue.btn-accent-4:hover {
	border-color: #0288d1 !important;
	background-color: #0277bd !important;
}

.btn-light-blue.btn-accent-4:active,
.btn-light-blue.btn-accent-4:focus {
	border-color: #0277bd !important;
	background-color: #01579b !important;
}

.btn-outline-light-blue.btn-outline-accent-4 {
	border-color: #0091ea !important;
	color: #0091ea !important;
}

.btn-outline-light-blue.btn-outline-accent-4:hover {
	background-color: #0091ea !important;
}

input:focus ~ .bg-light-blue {
	-webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0091ea !important;
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0091ea !important;
}

.border-light-blue.border-accent-4 {
	border: 1px solid #0091ea !important;
}

.border-top-light-blue.border-top-accent-4 {
	border-top: 1px solid #0091ea !important;
}

.border-bottom-light-blue.border-bottom-accent-4 {
	border-bottom: 1px solid #0091ea !important;
}

.border-left-light-blue.border-left-accent-4 {
	border-left: 1px solid #0091ea !important;
}

.border-right-light-blue.border-right-accent-4 {
	border-right: 1px solid #0091ea !important;
}

.btn-cyan.btn-lighten-5,
.btn-cyan.btn-lighten-5:hover {
	border-color: #0097a7 !important;
}

.overlay-light-blue.overlay-accent-4 {
	background: #0091ea;
	background: rgba(0, 145, 234, 0.8);
}

.bg-cyan.bg-lighten-5,
.btn-cyan.btn-lighten-5 {
	background-color: #e0f7fa !important;
}

.cyan.lighten-5 {
	color: #e0f7fa !important;
}

.bg-cyan.bg-lighten-5.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(224, 247, 250, 0.6);
	box-shadow: 0 1px 20px 1px rgba(224, 247, 250, 0.6);
}

.btn-cyan.btn-lighten-5:hover {
	background-color: #00838f !important;
}

.btn-cyan.btn-lighten-5:active,
.btn-cyan.btn-lighten-5:focus {
	border-color: #00838f !important;
	background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-lighten-5 {
	border-color: #e0f7fa !important;
	color: #e0f7fa !important;
}

.btn-outline-cyan.btn-outline-lighten-5:hover {
	background-color: #e0f7fa !important;
}

.border-cyan.border-lighten-5 {
	border: 1px solid #e0f7fa !important;
}

.border-top-cyan.border-top-lighten-5 {
	border-top: 1px solid #e0f7fa !important;
}

.border-bottom-cyan.border-bottom-lighten-5 {
	border-bottom: 1px solid #e0f7fa !important;
}

.border-left-cyan.border-left-lighten-5 {
	border-left: 1px solid #e0f7fa !important;
}

.border-right-cyan.border-right-lighten-5 {
	border-right: 1px solid #e0f7fa !important;
}

.btn-cyan.btn-lighten-4,
.btn-cyan.btn-lighten-4:hover {
	border-color: #0097a7 !important;
}

.overlay-cyan.overlay-lighten-5 {
	background: #e0f7fa;
	background: rgba(224, 247, 250, 0.8);
}

.bg-cyan.bg-lighten-4,
.btn-cyan.btn-lighten-4 {
	background-color: #b2ebf2 !important;
}

.cyan.lighten-4 {
	color: #b2ebf2 !important;
}

.bg-cyan.bg-lighten-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(178, 235, 242, 0.6);
	box-shadow: 0 1px 20px 1px rgba(178, 235, 242, 0.6);
}

.btn-cyan.btn-lighten-4:hover {
	background-color: #00838f !important;
}

.btn-cyan.btn-lighten-4:active,
.btn-cyan.btn-lighten-4:focus {
	border-color: #00838f !important;
	background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-lighten-4 {
	border-color: #b2ebf2 !important;
	color: #b2ebf2 !important;
}

.btn-outline-cyan.btn-outline-lighten-4:hover {
	background-color: #b2ebf2 !important;
}

.border-cyan.border-lighten-4 {
	border: 1px solid #b2ebf2 !important;
}

.border-top-cyan.border-top-lighten-4 {
	border-top: 1px solid #b2ebf2 !important;
}

.border-bottom-cyan.border-bottom-lighten-4 {
	border-bottom: 1px solid #b2ebf2 !important;
}

.border-left-cyan.border-left-lighten-4 {
	border-left: 1px solid #b2ebf2 !important;
}

.border-right-cyan.border-right-lighten-4 {
	border-right: 1px solid #b2ebf2 !important;
}

.btn-cyan.btn-lighten-3,
.btn-cyan.btn-lighten-3:hover {
	border-color: #0097a7 !important;
}

.overlay-cyan.overlay-lighten-4 {
	background: #b2ebf2;
	background: rgba(178, 235, 242, 0.8);
}

.bg-cyan.bg-lighten-3,
.btn-cyan.btn-lighten-3 {
	background-color: #80deea !important;
}

.cyan.lighten-3 {
	color: #80deea !important;
}

.bg-cyan.bg-lighten-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(128, 222, 234, 0.6);
	box-shadow: 0 1px 20px 1px rgba(128, 222, 234, 0.6);
}

.btn-cyan.btn-lighten-3:hover {
	background-color: #00838f !important;
}

.btn-cyan.btn-lighten-3:active,
.btn-cyan.btn-lighten-3:focus {
	border-color: #00838f !important;
	background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-lighten-3 {
	border-color: #80deea !important;
	color: #80deea !important;
}

.btn-outline-cyan.btn-outline-lighten-3:hover {
	background-color: #80deea !important;
}

.border-cyan.border-lighten-3 {
	border: 1px solid #80deea !important;
}

.border-top-cyan.border-top-lighten-3 {
	border-top: 1px solid #80deea !important;
}

.border-bottom-cyan.border-bottom-lighten-3 {
	border-bottom: 1px solid #80deea !important;
}

.border-left-cyan.border-left-lighten-3 {
	border-left: 1px solid #80deea !important;
}

.border-right-cyan.border-right-lighten-3 {
	border-right: 1px solid #80deea !important;
}

.btn-cyan.btn-lighten-2,
.btn-cyan.btn-lighten-2:hover {
	border-color: #0097a7 !important;
}

.overlay-cyan.overlay-lighten-3 {
	background: #80deea;
	background: rgba(128, 222, 234, 0.8);
}

.bg-cyan.bg-lighten-2,
.btn-cyan.btn-lighten-2 {
	background-color: #4dd0e1 !important;
}

.cyan.lighten-2 {
	color: #4dd0e1 !important;
}

.bg-cyan.bg-lighten-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(77, 208, 225, 0.6);
	box-shadow: 0 1px 20px 1px rgba(77, 208, 225, 0.6);
}

.btn-cyan.btn-lighten-2:hover {
	background-color: #00838f !important;
}

.btn-cyan.btn-lighten-2:active,
.btn-cyan.btn-lighten-2:focus {
	border-color: #00838f !important;
	background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-lighten-2 {
	border-color: #4dd0e1 !important;
	color: #4dd0e1 !important;
}

.btn-outline-cyan.btn-outline-lighten-2:hover {
	background-color: #4dd0e1 !important;
}

.border-cyan.border-lighten-2 {
	border: 1px solid #4dd0e1 !important;
}

.border-top-cyan.border-top-lighten-2 {
	border-top: 1px solid #4dd0e1 !important;
}

.border-bottom-cyan.border-bottom-lighten-2 {
	border-bottom: 1px solid #4dd0e1 !important;
}

.border-left-cyan.border-left-lighten-2 {
	border-left: 1px solid #4dd0e1 !important;
}

.border-right-cyan.border-right-lighten-2 {
	border-right: 1px solid #4dd0e1 !important;
}

.btn-cyan.btn-lighten-1,
.btn-cyan.btn-lighten-1:hover {
	border-color: #0097a7 !important;
}

.overlay-cyan.overlay-lighten-2 {
	background: #4dd0e1;
	background: rgba(77, 208, 225, 0.8);
}

.bg-cyan.bg-lighten-1,
.btn-cyan.btn-lighten-1 {
	background-color: #26c6da !important;
}

.cyan.lighten-1 {
	color: #26c6da !important;
}

.bg-cyan.bg-lighten-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(38, 198, 218, 0.6);
	box-shadow: 0 1px 20px 1px rgba(38, 198, 218, 0.6);
}

.bg-cyan.bg-glow,
.btn-cyan.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(0, 188, 212, 0.6);
}

.btn-cyan.btn-lighten-1:hover {
	background-color: #00838f !important;
}

.btn-cyan.btn-lighten-1:active,
.btn-cyan.btn-lighten-1:focus {
	border-color: #00838f !important;
	background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-lighten-1 {
	border-color: #26c6da !important;
	color: #26c6da !important;
}

.btn-outline-cyan.btn-outline-lighten-1:hover {
	background-color: #26c6da !important;
}

.border-cyan.border-lighten-1 {
	border: 1px solid #26c6da !important;
}

.border-top-cyan.border-top-lighten-1 {
	border-top: 1px solid #26c6da !important;
}

.border-bottom-cyan.border-bottom-lighten-1 {
	border-bottom: 1px solid #26c6da !important;
}

.border-left-cyan.border-left-lighten-1 {
	border-left: 1px solid #26c6da !important;
}

.border-right-cyan.border-right-lighten-1 {
	border-right: 1px solid #26c6da !important;
}

.alert-cyan,
.btn-cyan {
	border-color: #00bcd4 !important;
}

.overlay-cyan.overlay-lighten-1 {
	background: #26c6da;
	background: rgba(38, 198, 218, 0.8);
}

.cyan {
	color: #00bcd4 !important;
}

.bg-cyan {
	background-color: #00bcd4 !important;
}

.bg-cyan .card-footer,
.bg-cyan .card-header {
	background-color: transparent;
}

.bg-cyan.bg-glow {
	box-shadow: 0 1px 20px 1px rgba(0, 188, 212, 0.6);
}

.selectboxit.selectboxit-btn.bg-cyan {
	background-color: #00bcd4 !important;
}

.alert-cyan {
	background-color: #1ce5ff !important;
	color: #001e22 !important;
}

.alert-cyan .alert-link {
	color: #000 !important;
}

.overlay-cyan {
	background: #00bcd4;
	background: rgba(0, 188, 212, 0.8);
}

.btn-cyan {
	background-color: #00bcd4 !important;
	color: #fff;
}

.btn-cyan:hover {
	border-color: #0097a7 !important;
	background-color: #00acc1 !important;
	color: #fff !important;
}

.btn-cyan:active,
.btn-cyan:focus {
	border-color: #00838f !important;
	background-color: #0097a7 !important;
	color: #fff !important;
}

.btn-cyan.btn-glow {
	box-shadow: 0 1px 20px 1px rgba(0, 188, 212, 0.6);
}

.btn-outline-cyan {
	border-color: #00bcd4;
	background-color: transparent;
	color: #00bcd4;
}

.btn-outline-cyan:hover {
	background-color: #00bcd4;
	color: #fff !important;
}

.btn-outline-cyan.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(0, 188, 212, 0.6);
	box-shadow: 0 1px 20px 1px rgba(0, 188, 212, 0.6);
}

input[type="checkbox"].bg-cyan + .custom-control-label:before,
input[type="radio"].bg-cyan + .custom-control-label:before {
	background-color: #00bcd4 !important;
}

.bg-cyan.bg-darken-1,
.btn-cyan.btn-darken-1 {
	background-color: #00acc1 !important;
}

.border-cyan {
	border: 1px solid #00bcd4 !important;
}

.border-top-cyan {
	border-top: 1px solid #00bcd4;
}

.border-bottom-cyan {
	border-bottom: 1px solid #00bcd4;
}

.border-left-cyan {
	border-left: 1px solid #00bcd4;
}

.border-right-cyan {
	border-right: 1px solid #00bcd4;
}

.cyan.darken-1 {
	color: #00acc1 !important;
}

.bg-cyan.bg-darken-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(0, 172, 193, 0.6);
	box-shadow: 0 1px 20px 1px rgba(0, 172, 193, 0.6);
}

.btn-cyan.btn-darken-1 {
	border-color: #0097a7 !important;
}

.btn-cyan.btn-darken-1:hover {
	border-color: #0097a7 !important;
	background-color: #00838f !important;
}

.btn-cyan.btn-darken-1:active,
.btn-cyan.btn-darken-1:focus {
	border-color: #00838f !important;
	background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-darken-1 {
	border-color: #00acc1 !important;
	color: #00acc1 !important;
}

.btn-outline-cyan.btn-outline-darken-1:hover {
	background-color: #00acc1 !important;
}

.border-cyan.border-darken-1 {
	border: 1px solid #00acc1 !important;
}

.border-top-cyan.border-top-darken-1 {
	border-top: 1px solid #00acc1 !important;
}

.border-bottom-cyan.border-bottom-darken-1 {
	border-bottom: 1px solid #00acc1 !important;
}

.border-left-cyan.border-left-darken-1 {
	border-left: 1px solid #00acc1 !important;
}

.border-right-cyan.border-right-darken-1 {
	border-right: 1px solid #00acc1 !important;
}

.btn-cyan.btn-darken-2,
.btn-cyan.btn-darken-2:hover {
	border-color: #0097a7 !important;
}

.overlay-cyan.overlay-darken-1 {
	background: #00acc1;
	background: rgba(0, 172, 193, 0.8);
}

.bg-cyan.bg-darken-2,
.btn-cyan.btn-darken-2 {
	background-color: #0097a7 !important;
}

.cyan.darken-2 {
	color: #0097a7 !important;
}

.bg-cyan.bg-darken-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(0, 151, 167, 0.6);
	box-shadow: 0 1px 20px 1px rgba(0, 151, 167, 0.6);
}

.btn-cyan.btn-darken-2:hover {
	background-color: #00838f !important;
}

.btn-cyan.btn-darken-2:active,
.btn-cyan.btn-darken-2:focus {
	border-color: #00838f !important;
	background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-darken-2 {
	border-color: #0097a7 !important;
	color: #0097a7 !important;
}

.btn-outline-cyan.btn-outline-darken-2:hover {
	background-color: #0097a7 !important;
}

.border-cyan.border-darken-2 {
	border: 1px solid #0097a7 !important;
}

.border-top-cyan.border-top-darken-2 {
	border-top: 1px solid #0097a7 !important;
}

.border-bottom-cyan.border-bottom-darken-2 {
	border-bottom: 1px solid #0097a7 !important;
}

.border-left-cyan.border-left-darken-2 {
	border-left: 1px solid #0097a7 !important;
}

.border-right-cyan.border-right-darken-2 {
	border-right: 1px solid #0097a7 !important;
}

.overlay-cyan.overlay-darken-2 {
	background: #0097a7;
	background: rgba(0, 151, 167, 0.8);
}

.cyan.darken-3 {
	color: #00838f !important;
}

.bg-cyan.bg-darken-3 {
	background-color: #00838f !important;
}

.bg-cyan.bg-darken-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(0, 131, 143, 0.6);
	box-shadow: 0 1px 20px 1px rgba(0, 131, 143, 0.6);
}

.btn-cyan.btn-darken-3,
.btn-cyan.btn-darken-3:hover {
	border-color: #0097a7 !important;
	background-color: #00838f !important;
}

.btn-cyan.btn-darken-3:active,
.btn-cyan.btn-darken-3:focus {
	border-color: #00838f !important;
	background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-darken-3 {
	border-color: #00838f !important;
	color: #00838f !important;
}

.btn-outline-cyan.btn-outline-darken-3:hover {
	background-color: #00838f !important;
}

.border-cyan.border-darken-3 {
	border: 1px solid #00838f !important;
}

.border-top-cyan.border-top-darken-3 {
	border-top: 1px solid #00838f !important;
}

.border-bottom-cyan.border-bottom-darken-3 {
	border-bottom: 1px solid #00838f !important;
}

.border-left-cyan.border-left-darken-3 {
	border-left: 1px solid #00838f !important;
}

.border-right-cyan.border-right-darken-3 {
	border-right: 1px solid #00838f !important;
}

.btn-cyan.btn-darken-4,
.btn-cyan.btn-darken-4:hover {
	border-color: #0097a7 !important;
}

.overlay-cyan.overlay-darken-3 {
	background: #00838f;
	background: rgba(0, 131, 143, 0.8);
}

.bg-cyan.bg-darken-4,
.btn-cyan.btn-darken-4 {
	background-color: #006064 !important;
}

.cyan.darken-4 {
	color: #006064 !important;
}

.bg-cyan.bg-darken-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(0, 96, 100, 0.6);
	box-shadow: 0 1px 20px 1px rgba(0, 96, 100, 0.6);
}

.btn-cyan.btn-darken-4:hover {
	background-color: #00838f !important;
}

.btn-cyan.btn-darken-4:active,
.btn-cyan.btn-darken-4:focus {
	border-color: #00838f !important;
	background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-darken-4 {
	border-color: #006064 !important;
	color: #006064 !important;
}

.btn-outline-cyan.btn-outline-darken-4:hover {
	background-color: #006064 !important;
}

.border-cyan.border-darken-4 {
	border: 1px solid #006064 !important;
}

.border-top-cyan.border-top-darken-4 {
	border-top: 1px solid #006064 !important;
}

.border-bottom-cyan.border-bottom-darken-4 {
	border-bottom: 1px solid #006064 !important;
}

.border-left-cyan.border-left-darken-4 {
	border-left: 1px solid #006064 !important;
}

.border-right-cyan.border-right-darken-4 {
	border-right: 1px solid #006064 !important;
}

.btn-cyan.btn-accent-1,
.btn-cyan.btn-accent-1:hover {
	border-color: #0097a7 !important;
}

.overlay-cyan.overlay-darken-4 {
	background: #006064;
	background: rgba(0, 96, 100, 0.8);
}

.bg-cyan.bg-accent-1,
.btn-cyan.btn-accent-1 {
	background-color: #84ffff !important;
}

.cyan.accent-1 {
	color: #84ffff !important;
}

.bg-cyan.bg-accent-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(132, 255, 255, 0.6);
	box-shadow: 0 1px 20px 1px rgba(132, 255, 255, 0.6);
}

.btn-cyan.btn-accent-1:hover {
	background-color: #00838f !important;
}

.btn-cyan.btn-accent-1:active,
.btn-cyan.btn-accent-1:focus {
	border-color: #00838f !important;
	background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-accent-1 {
	border-color: #84ffff !important;
	color: #84ffff !important;
}

.btn-outline-cyan.btn-outline-accent-1:hover {
	background-color: #84ffff !important;
}

.border-cyan.border-accent-1 {
	border: 1px solid #84ffff !important;
}

.border-top-cyan.border-top-accent-1 {
	border-top: 1px solid #84ffff !important;
}

.border-bottom-cyan.border-bottom-accent-1 {
	border-bottom: 1px solid #84ffff !important;
}

.border-left-cyan.border-left-accent-1 {
	border-left: 1px solid #84ffff !important;
}

.border-right-cyan.border-right-accent-1 {
	border-right: 1px solid #84ffff !important;
}

.btn-cyan.btn-accent-2,
.btn-cyan.btn-accent-2:hover {
	border-color: #0097a7 !important;
}

.overlay-cyan.overlay-accent-1 {
	background: #84ffff;
	background: rgba(132, 255, 255, 0.8);
}

.bg-cyan.bg-accent-2,
.btn-cyan.btn-accent-2 {
	background-color: #18ffff !important;
}

.cyan.accent-2 {
	color: #18ffff !important;
}

.bg-cyan.bg-accent-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(24, 255, 255, 0.6);
	box-shadow: 0 1px 20px 1px rgba(24, 255, 255, 0.6);
}

.btn-cyan.btn-accent-2:hover {
	background-color: #00838f !important;
}

.btn-cyan.btn-accent-2:active,
.btn-cyan.btn-accent-2:focus {
	border-color: #00838f !important;
	background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-accent-2 {
	border-color: #18ffff !important;
	color: #18ffff !important;
}

.btn-outline-cyan.btn-outline-accent-2:hover {
	background-color: #18ffff !important;
}

.border-cyan.border-accent-2 {
	border: 1px solid #18ffff !important;
}

.border-top-cyan.border-top-accent-2 {
	border-top: 1px solid #18ffff !important;
}

.border-bottom-cyan.border-bottom-accent-2 {
	border-bottom: 1px solid #18ffff !important;
}

.border-left-cyan.border-left-accent-2 {
	border-left: 1px solid #18ffff !important;
}

.border-right-cyan.border-right-accent-2 {
	border-right: 1px solid #18ffff !important;
}

.btn-cyan.btn-accent-3,
.btn-cyan.btn-accent-3:hover {
	border-color: #0097a7 !important;
}

.overlay-cyan.overlay-accent-2 {
	background: #18ffff;
	background: rgba(24, 255, 255, 0.8);
}

.bg-cyan.bg-accent-3,
.btn-cyan.btn-accent-3 {
	background-color: #00e5ff !important;
}

.cyan.accent-3 {
	color: #00e5ff !important;
}

.bg-cyan.bg-accent-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(0, 229, 255, 0.6);
	box-shadow: 0 1px 20px 1px rgba(0, 229, 255, 0.6);
}

.btn-cyan.btn-accent-3:hover {
	background-color: #00838f !important;
}

.btn-cyan.btn-accent-3:active,
.btn-cyan.btn-accent-3:focus {
	border-color: #00838f !important;
	background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-accent-3 {
	border-color: #00e5ff !important;
	color: #00e5ff !important;
}

.btn-outline-cyan.btn-outline-accent-3:hover {
	background-color: #00e5ff !important;
}

.border-cyan.border-accent-3 {
	border: 1px solid #00e5ff !important;
}

.border-top-cyan.border-top-accent-3 {
	border-top: 1px solid #00e5ff !important;
}

.border-bottom-cyan.border-bottom-accent-3 {
	border-bottom: 1px solid #00e5ff !important;
}

.border-left-cyan.border-left-accent-3 {
	border-left: 1px solid #00e5ff !important;
}

.border-right-cyan.border-right-accent-3 {
	border-right: 1px solid #00e5ff !important;
}

.btn-cyan.btn-accent-4,
.btn-cyan.btn-accent-4:hover {
	border-color: #0097a7 !important;
}

.overlay-cyan.overlay-accent-3 {
	background: #00e5ff;
	background: rgba(0, 229, 255, 0.8);
}

.bg-cyan.bg-accent-4,
.btn-cyan.btn-accent-4 {
	background-color: #00b8d4 !important;
}

.cyan.accent-4 {
	color: #00b8d4 !important;
}

.bg-cyan.bg-accent-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(0, 184, 212, 0.6);
	box-shadow: 0 1px 20px 1px rgba(0, 184, 212, 0.6);
}

.btn-cyan.btn-accent-4:hover {
	background-color: #00838f !important;
}

.btn-cyan.btn-accent-4:active,
.btn-cyan.btn-accent-4:focus {
	border-color: #00838f !important;
	background-color: #006064 !important;
}

.btn-outline-cyan.btn-outline-accent-4 {
	border-color: #00b8d4 !important;
	color: #00b8d4 !important;
}

.btn-outline-cyan.btn-outline-accent-4:hover {
	background-color: #00b8d4 !important;
}

input:focus ~ .bg-cyan {
	-webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00b8d4 !important;
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00b8d4 !important;
}

.border-cyan.border-accent-4 {
	border: 1px solid #00b8d4 !important;
}

.border-top-cyan.border-top-accent-4 {
	border-top: 1px solid #00b8d4 !important;
}

.border-bottom-cyan.border-bottom-accent-4 {
	border-bottom: 1px solid #00b8d4 !important;
}

.border-left-cyan.border-left-accent-4 {
	border-left: 1px solid #00b8d4 !important;
}

.border-right-cyan.border-right-accent-4 {
	border-right: 1px solid #00b8d4 !important;
}

.btn-teal.btn-lighten-5,
.btn-teal.btn-lighten-5:hover {
	border-color: #00796b !important;
}

.overlay-cyan.overlay-accent-4 {
	background: #00b8d4;
	background: rgba(0, 184, 212, 0.8);
}

.bg-teal.bg-lighten-5,
.btn-teal.btn-lighten-5 {
	background-color: #e0f2f1 !important;
}

.teal.lighten-5 {
	color: #e0f2f1 !important;
}

.bg-teal.bg-lighten-5.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(224, 242, 241, 0.6);
	box-shadow: 0 1px 20px 1px rgba(224, 242, 241, 0.6);
}

.btn-teal.btn-lighten-5:hover {
	background-color: #00695c !important;
}

.btn-teal.btn-lighten-5:active,
.btn-teal.btn-lighten-5:focus {
	border-color: #00695c !important;
	background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-lighten-5 {
	border-color: #e0f2f1 !important;
	color: #e0f2f1 !important;
}

.btn-outline-teal.btn-outline-lighten-5:hover {
	background-color: #e0f2f1 !important;
}

.border-teal.border-lighten-5 {
	border: 1px solid #e0f2f1 !important;
}

.border-top-teal.border-top-lighten-5 {
	border-top: 1px solid #e0f2f1 !important;
}

.border-bottom-teal.border-bottom-lighten-5 {
	border-bottom: 1px solid #e0f2f1 !important;
}

.border-left-teal.border-left-lighten-5 {
	border-left: 1px solid #e0f2f1 !important;
}

.border-right-teal.border-right-lighten-5 {
	border-right: 1px solid #e0f2f1 !important;
}

.btn-teal.btn-lighten-4,
.btn-teal.btn-lighten-4:hover {
	border-color: #00796b !important;
}

.overlay-teal.overlay-lighten-5 {
	background: #e0f2f1;
	background: rgba(224, 242, 241, 0.8);
}

.bg-teal.bg-lighten-4,
.btn-teal.btn-lighten-4 {
	background-color: #b2dfdb !important;
}

.teal.lighten-4 {
	color: #b2dfdb !important;
}

.bg-teal.bg-lighten-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(178, 223, 219, 0.6);
	box-shadow: 0 1px 20px 1px rgba(178, 223, 219, 0.6);
}

.btn-teal.btn-lighten-4:hover {
	background-color: #00695c !important;
}

.btn-teal.btn-lighten-4:active,
.btn-teal.btn-lighten-4:focus {
	border-color: #00695c !important;
	background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-lighten-4 {
	border-color: #b2dfdb !important;
	color: #b2dfdb !important;
}

.btn-outline-teal.btn-outline-lighten-4:hover {
	background-color: #b2dfdb !important;
}

.border-teal.border-lighten-4 {
	border: 1px solid #b2dfdb !important;
}

.border-top-teal.border-top-lighten-4 {
	border-top: 1px solid #b2dfdb !important;
}

.border-bottom-teal.border-bottom-lighten-4 {
	border-bottom: 1px solid #b2dfdb !important;
}

.border-left-teal.border-left-lighten-4 {
	border-left: 1px solid #b2dfdb !important;
}

.border-right-teal.border-right-lighten-4 {
	border-right: 1px solid #b2dfdb !important;
}

.btn-teal.btn-lighten-3,
.btn-teal.btn-lighten-3:hover {
	border-color: #00796b !important;
}

.overlay-teal.overlay-lighten-4 {
	background: #b2dfdb;
	background: rgba(178, 223, 219, 0.8);
}

.bg-teal.bg-lighten-3,
.btn-teal.btn-lighten-3 {
	background-color: #80cbc4 !important;
}

.teal.lighten-3 {
	color: #80cbc4 !important;
}

.bg-teal.bg-lighten-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(128, 203, 196, 0.6);
	box-shadow: 0 1px 20px 1px rgba(128, 203, 196, 0.6);
}

.btn-teal.btn-lighten-3:hover {
	background-color: #00695c !important;
}

.btn-teal.btn-lighten-3:active,
.btn-teal.btn-lighten-3:focus {
	border-color: #00695c !important;
	background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-lighten-3 {
	border-color: #80cbc4 !important;
	color: #80cbc4 !important;
}

.btn-outline-teal.btn-outline-lighten-3:hover {
	background-color: #80cbc4 !important;
}

.border-teal.border-lighten-3 {
	border: 1px solid #80cbc4 !important;
}

.border-top-teal.border-top-lighten-3 {
	border-top: 1px solid #80cbc4 !important;
}

.border-bottom-teal.border-bottom-lighten-3 {
	border-bottom: 1px solid #80cbc4 !important;
}

.border-left-teal.border-left-lighten-3 {
	border-left: 1px solid #80cbc4 !important;
}

.border-right-teal.border-right-lighten-3 {
	border-right: 1px solid #80cbc4 !important;
}

.btn-teal.btn-lighten-2,
.btn-teal.btn-lighten-2:hover {
	border-color: #00796b !important;
}

.overlay-teal.overlay-lighten-3 {
	background: #80cbc4;
	background: rgba(128, 203, 196, 0.8);
}

.bg-teal.bg-lighten-2,
.btn-teal.btn-lighten-2 {
	background-color: #4db6ac !important;
}

.teal.lighten-2 {
	color: #4db6ac !important;
}

.bg-teal.bg-lighten-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(77, 182, 172, 0.6);
	box-shadow: 0 1px 20px 1px rgba(77, 182, 172, 0.6);
}

.btn-teal.btn-lighten-2:hover {
	background-color: #00695c !important;
}

.btn-teal.btn-lighten-2:active,
.btn-teal.btn-lighten-2:focus {
	border-color: #00695c !important;
	background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-lighten-2 {
	border-color: #4db6ac !important;
	color: #4db6ac !important;
}

.btn-outline-teal.btn-outline-lighten-2:hover {
	background-color: #4db6ac !important;
}

.border-teal.border-lighten-2 {
	border: 1px solid #4db6ac !important;
}

.border-top-teal.border-top-lighten-2 {
	border-top: 1px solid #4db6ac !important;
}

.border-bottom-teal.border-bottom-lighten-2 {
	border-bottom: 1px solid #4db6ac !important;
}

.border-left-teal.border-left-lighten-2 {
	border-left: 1px solid #4db6ac !important;
}

.border-right-teal.border-right-lighten-2 {
	border-right: 1px solid #4db6ac !important;
}

.btn-teal.btn-lighten-1,
.btn-teal.btn-lighten-1:hover {
	border-color: #00796b !important;
}

.overlay-teal.overlay-lighten-2 {
	background: #4db6ac;
	background: rgba(77, 182, 172, 0.8);
}

.bg-teal.bg-lighten-1,
.btn-teal.btn-lighten-1 {
	background-color: #26a69a !important;
}

.teal.lighten-1 {
	color: #26a69a !important;
}

.bg-teal.bg-lighten-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(38, 166, 154, 0.6);
	box-shadow: 0 1px 20px 1px rgba(38, 166, 154, 0.6);
}

.bg-teal.bg-glow,
.btn-teal.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(0, 150, 136, 0.6);
}

.btn-teal.btn-lighten-1:hover {
	background-color: #00695c !important;
}

.btn-teal.btn-lighten-1:active,
.btn-teal.btn-lighten-1:focus {
	border-color: #00695c !important;
	background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-lighten-1 {
	border-color: #26a69a !important;
	color: #26a69a !important;
}

.btn-outline-teal.btn-outline-lighten-1:hover {
	background-color: #26a69a !important;
}

.border-teal.border-lighten-1 {
	border: 1px solid #26a69a !important;
}

.border-top-teal.border-top-lighten-1 {
	border-top: 1px solid #26a69a !important;
}

.border-bottom-teal.border-bottom-lighten-1 {
	border-bottom: 1px solid #26a69a !important;
}

.border-left-teal.border-left-lighten-1 {
	border-left: 1px solid #26a69a !important;
}

.border-right-teal.border-right-lighten-1 {
	border-right: 1px solid #26a69a !important;
}

.alert-teal,
.btn-teal {
	border-color: #009688 !important;
}

.overlay-teal.overlay-lighten-1 {
	background: #26a69a;
	background: rgba(38, 166, 154, 0.8);
}

.teal {
	color: #009688 !important;
}

.alert-teal,
.alert-teal .alert-link {
	color: #000 !important;
}

.bg-teal {
	background-color: #009688 !important;
}

.bg-teal .card-footer,
.bg-teal .card-header {
	background-color: transparent;
}

.bg-teal.bg-glow {
	box-shadow: 0 1px 20px 1px rgba(0, 150, 136, 0.6);
}

.selectboxit.selectboxit-btn.bg-teal {
	background-color: #009688 !important;
}

.alert-teal {
	background-color: #00ddc9 !important;
}

.overlay-teal {
	background: #009688;
	background: rgba(0, 150, 136, 0.8);
}

.btn-teal {
	background-color: #009688 !important;
	color: #fff;
}

.btn-teal:hover {
	border-color: #00796b !important;
	background-color: #00897b !important;
	color: #fff !important;
}

.btn-teal:active,
.btn-teal:focus {
	border-color: #00695c !important;
	background-color: #00796b !important;
	color: #fff !important;
}

.btn-teal.btn-glow {
	box-shadow: 0 1px 20px 1px rgba(0, 150, 136, 0.6);
}

.btn-outline-teal {
	border-color: #009688;
	background-color: transparent;
	color: #009688;
}

.btn-outline-teal:hover {
	background-color: #009688;
	color: #fff !important;
}

.btn-outline-teal.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(0, 150, 136, 0.6);
	box-shadow: 0 1px 20px 1px rgba(0, 150, 136, 0.6);
}

input[type="checkbox"].bg-teal + .custom-control-label:before,
input[type="radio"].bg-teal + .custom-control-label:before {
	background-color: #009688 !important;
}

.bg-teal.bg-darken-1,
.btn-teal.btn-darken-1 {
	background-color: #00897b !important;
}

.border-teal {
	border: 1px solid #009688 !important;
}

.border-top-teal {
	border-top: 1px solid #009688;
}

.border-bottom-teal {
	border-bottom: 1px solid #009688;
}

.border-left-teal {
	border-left: 1px solid #009688;
}

.border-right-teal {
	border-right: 1px solid #009688;
}

.teal.darken-1 {
	color: #00897b !important;
}

.bg-teal.bg-darken-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(0, 137, 123, 0.6);
	box-shadow: 0 1px 20px 1px rgba(0, 137, 123, 0.6);
}

.btn-teal.btn-darken-1 {
	border-color: #00796b !important;
}

.btn-teal.btn-darken-1:hover {
	border-color: #00796b !important;
	background-color: #00695c !important;
}

.btn-teal.btn-darken-1:active,
.btn-teal.btn-darken-1:focus {
	border-color: #00695c !important;
	background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-darken-1 {
	border-color: #00897b !important;
	color: #00897b !important;
}

.btn-outline-teal.btn-outline-darken-1:hover {
	background-color: #00897b !important;
}

.border-teal.border-darken-1 {
	border: 1px solid #00897b !important;
}

.border-top-teal.border-top-darken-1 {
	border-top: 1px solid #00897b !important;
}

.border-bottom-teal.border-bottom-darken-1 {
	border-bottom: 1px solid #00897b !important;
}

.border-left-teal.border-left-darken-1 {
	border-left: 1px solid #00897b !important;
}

.border-right-teal.border-right-darken-1 {
	border-right: 1px solid #00897b !important;
}

.btn-teal.btn-darken-2,
.btn-teal.btn-darken-2:hover {
	border-color: #00796b !important;
}

.overlay-teal.overlay-darken-1 {
	background: #00897b;
	background: rgba(0, 137, 123, 0.8);
}

.bg-teal.bg-darken-2,
.btn-teal.btn-darken-2 {
	background-color: #00796b !important;
}

.teal.darken-2 {
	color: #00796b !important;
}

.bg-teal.bg-darken-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(0, 121, 107, 0.6);
	box-shadow: 0 1px 20px 1px rgba(0, 121, 107, 0.6);
}

.btn-teal.btn-darken-2:hover {
	background-color: #00695c !important;
}

.btn-teal.btn-darken-2:active,
.btn-teal.btn-darken-2:focus {
	border-color: #00695c !important;
	background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-darken-2 {
	border-color: #00796b !important;
	color: #00796b !important;
}

.btn-outline-teal.btn-outline-darken-2:hover {
	background-color: #00796b !important;
}

.border-teal.border-darken-2 {
	border: 1px solid #00796b !important;
}

.border-top-teal.border-top-darken-2 {
	border-top: 1px solid #00796b !important;
}

.border-bottom-teal.border-bottom-darken-2 {
	border-bottom: 1px solid #00796b !important;
}

.border-left-teal.border-left-darken-2 {
	border-left: 1px solid #00796b !important;
}

.border-right-teal.border-right-darken-2 {
	border-right: 1px solid #00796b !important;
}

.overlay-teal.overlay-darken-2 {
	background: #00796b;
	background: rgba(0, 121, 107, 0.8);
}

.teal.darken-3 {
	color: #00695c !important;
}

.bg-teal.bg-darken-3 {
	background-color: #00695c !important;
}

.bg-teal.bg-darken-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(0, 105, 92, 0.6);
	box-shadow: 0 1px 20px 1px rgba(0, 105, 92, 0.6);
}

.btn-teal.btn-darken-3,
.btn-teal.btn-darken-3:hover {
	border-color: #00796b !important;
	background-color: #00695c !important;
}

.btn-teal.btn-darken-3:active,
.btn-teal.btn-darken-3:focus {
	border-color: #00695c !important;
	background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-darken-3 {
	border-color: #00695c !important;
	color: #00695c !important;
}

.btn-outline-teal.btn-outline-darken-3:hover {
	background-color: #00695c !important;
}

.border-teal.border-darken-3 {
	border: 1px solid #00695c !important;
}

.border-top-teal.border-top-darken-3 {
	border-top: 1px solid #00695c !important;
}

.border-bottom-teal.border-bottom-darken-3 {
	border-bottom: 1px solid #00695c !important;
}

.border-left-teal.border-left-darken-3 {
	border-left: 1px solid #00695c !important;
}

.border-right-teal.border-right-darken-3 {
	border-right: 1px solid #00695c !important;
}

.btn-teal.btn-darken-4,
.btn-teal.btn-darken-4:hover {
	border-color: #00796b !important;
}

.overlay-teal.overlay-darken-3 {
	background: #00695c;
	background: rgba(0, 105, 92, 0.8);
}

.bg-teal.bg-darken-4,
.btn-teal.btn-darken-4 {
	background-color: #004d40 !important;
}

.teal.darken-4 {
	color: #004d40 !important;
}

.bg-teal.bg-darken-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(0, 77, 64, 0.6);
	box-shadow: 0 1px 20px 1px rgba(0, 77, 64, 0.6);
}

.btn-teal.btn-darken-4:hover {
	background-color: #00695c !important;
}

.btn-teal.btn-darken-4:active,
.btn-teal.btn-darken-4:focus {
	border-color: #00695c !important;
	background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-darken-4 {
	border-color: #004d40 !important;
	color: #004d40 !important;
}

.btn-outline-teal.btn-outline-darken-4:hover {
	background-color: #004d40 !important;
}

.border-teal.border-darken-4 {
	border: 1px solid #004d40 !important;
}

.border-top-teal.border-top-darken-4 {
	border-top: 1px solid #004d40 !important;
}

.border-bottom-teal.border-bottom-darken-4 {
	border-bottom: 1px solid #004d40 !important;
}

.border-left-teal.border-left-darken-4 {
	border-left: 1px solid #004d40 !important;
}

.border-right-teal.border-right-darken-4 {
	border-right: 1px solid #004d40 !important;
}

.btn-teal.btn-accent-1,
.btn-teal.btn-accent-1:hover {
	border-color: #00796b !important;
}

.overlay-teal.overlay-darken-4 {
	background: #004d40;
	background: rgba(0, 77, 64, 0.8);
}

.bg-teal.bg-accent-1,
.btn-teal.btn-accent-1 {
	background-color: #a7ffeb !important;
}

.teal.accent-1 {
	color: #a7ffeb !important;
}

.bg-teal.bg-accent-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(167, 255, 235, 0.6);
	box-shadow: 0 1px 20px 1px rgba(167, 255, 235, 0.6);
}

.btn-teal.btn-accent-1:hover {
	background-color: #00695c !important;
}

.btn-teal.btn-accent-1:active,
.btn-teal.btn-accent-1:focus {
	border-color: #00695c !important;
	background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-accent-1 {
	border-color: #a7ffeb !important;
	color: #a7ffeb !important;
}

.btn-outline-teal.btn-outline-accent-1:hover {
	background-color: #a7ffeb !important;
}

.border-teal.border-accent-1 {
	border: 1px solid #a7ffeb !important;
}

.border-top-teal.border-top-accent-1 {
	border-top: 1px solid #a7ffeb !important;
}

.border-bottom-teal.border-bottom-accent-1 {
	border-bottom: 1px solid #a7ffeb !important;
}

.border-left-teal.border-left-accent-1 {
	border-left: 1px solid #a7ffeb !important;
}

.border-right-teal.border-right-accent-1 {
	border-right: 1px solid #a7ffeb !important;
}

.btn-teal.btn-accent-2,
.btn-teal.btn-accent-2:hover {
	border-color: #00796b !important;
}

.overlay-teal.overlay-accent-1 {
	background: #a7ffeb;
	background: rgba(167, 255, 235, 0.8);
}

.bg-teal.bg-accent-2,
.btn-teal.btn-accent-2 {
	background-color: #64ffda !important;
}

.teal.accent-2 {
	color: #64ffda !important;
}

.bg-teal.bg-accent-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(100, 255, 218, 0.6);
	box-shadow: 0 1px 20px 1px rgba(100, 255, 218, 0.6);
}

.btn-teal.btn-accent-2:hover {
	background-color: #00695c !important;
}

.btn-teal.btn-accent-2:active,
.btn-teal.btn-accent-2:focus {
	border-color: #00695c !important;
	background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-accent-2 {
	border-color: #64ffda !important;
	color: #64ffda !important;
}

.btn-outline-teal.btn-outline-accent-2:hover {
	background-color: #64ffda !important;
}

.border-teal.border-accent-2 {
	border: 1px solid #64ffda !important;
}

.border-top-teal.border-top-accent-2 {
	border-top: 1px solid #64ffda !important;
}

.border-bottom-teal.border-bottom-accent-2 {
	border-bottom: 1px solid #64ffda !important;
}

.border-left-teal.border-left-accent-2 {
	border-left: 1px solid #64ffda !important;
}

.border-right-teal.border-right-accent-2 {
	border-right: 1px solid #64ffda !important;
}

.btn-teal.btn-accent-3,
.btn-teal.btn-accent-3:hover {
	border-color: #00796b !important;
}

.overlay-teal.overlay-accent-2 {
	background: #64ffda;
	background: rgba(100, 255, 218, 0.8);
}

.bg-teal.bg-accent-3,
.btn-teal.btn-accent-3 {
	background-color: #1de9b6 !important;
}

.teal.accent-3 {
	color: #1de9b6 !important;
}

.bg-teal.bg-accent-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(29, 233, 182, 0.6);
	box-shadow: 0 1px 20px 1px rgba(29, 233, 182, 0.6);
}

.btn-teal.btn-accent-3:hover {
	background-color: #00695c !important;
}

.btn-teal.btn-accent-3:active,
.btn-teal.btn-accent-3:focus {
	border-color: #00695c !important;
	background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-accent-3 {
	border-color: #1de9b6 !important;
	color: #1de9b6 !important;
}

.btn-outline-teal.btn-outline-accent-3:hover {
	background-color: #1de9b6 !important;
}

.border-teal.border-accent-3 {
	border: 1px solid #1de9b6 !important;
}

.border-top-teal.border-top-accent-3 {
	border-top: 1px solid #1de9b6 !important;
}

.border-bottom-teal.border-bottom-accent-3 {
	border-bottom: 1px solid #1de9b6 !important;
}

.border-left-teal.border-left-accent-3 {
	border-left: 1px solid #1de9b6 !important;
}

.border-right-teal.border-right-accent-3 {
	border-right: 1px solid #1de9b6 !important;
}

.btn-teal.btn-accent-4,
.btn-teal.btn-accent-4:hover {
	border-color: #00796b !important;
}

.overlay-teal.overlay-accent-3 {
	background: #1de9b6;
	background: rgba(29, 233, 182, 0.8);
}

.bg-teal.bg-accent-4,
.btn-teal.btn-accent-4 {
	background-color: #00bfa5 !important;
}

.teal.accent-4 {
	color: #00bfa5 !important;
}

.bg-teal.bg-accent-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(0, 191, 165, 0.6);
	box-shadow: 0 1px 20px 1px rgba(0, 191, 165, 0.6);
}

.btn-teal.btn-accent-4:hover {
	background-color: #00695c !important;
}

.btn-teal.btn-accent-4:active,
.btn-teal.btn-accent-4:focus {
	border-color: #00695c !important;
	background-color: #004d40 !important;
}

.btn-outline-teal.btn-outline-accent-4 {
	border-color: #00bfa5 !important;
	color: #00bfa5 !important;
}

.btn-outline-teal.btn-outline-accent-4:hover {
	background-color: #00bfa5 !important;
}

input:focus ~ .bg-teal {
	-webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00bfa5 !important;
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00bfa5 !important;
}

.border-teal.border-accent-4 {
	border: 1px solid #00bfa5 !important;
}

.border-top-teal.border-top-accent-4 {
	border-top: 1px solid #00bfa5 !important;
}

.border-bottom-teal.border-bottom-accent-4 {
	border-bottom: 1px solid #00bfa5 !important;
}

.border-left-teal.border-left-accent-4 {
	border-left: 1px solid #00bfa5 !important;
}

.border-right-teal.border-right-accent-4 {
	border-right: 1px solid #00bfa5 !important;
}

.btn-green.btn-lighten-5,
.btn-green.btn-lighten-5:hover {
	border-color: #388e3c !important;
}

.overlay-teal.overlay-accent-4 {
	background: #00bfa5;
	background: rgba(0, 191, 165, 0.8);
}

.bg-green.bg-lighten-5,
.btn-green.btn-lighten-5 {
	background-color: #e8f5e9 !important;
}

.green.lighten-5 {
	color: #e8f5e9 !important;
}

.bg-green.bg-lighten-5.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(232, 245, 233, 0.6);
	box-shadow: 0 1px 20px 1px rgba(232, 245, 233, 0.6);
}

.btn-green.btn-lighten-5:hover {
	background-color: #2e7d32 !important;
}

.btn-green.btn-lighten-5:active,
.btn-green.btn-lighten-5:focus {
	border-color: #2e7d32 !important;
	background-color: #1b5e20 !important;
}

.btn-outline-green.btn-outline-lighten-5 {
	border-color: #e8f5e9 !important;
	color: #e8f5e9 !important;
}

.btn-outline-green.btn-outline-lighten-5:hover {
	background-color: #e8f5e9 !important;
}

.border-green.border-lighten-5 {
	border: 1px solid #e8f5e9 !important;
}

.border-top-green.border-top-lighten-5 {
	border-top: 1px solid #e8f5e9 !important;
}

.border-bottom-green.border-bottom-lighten-5 {
	border-bottom: 1px solid #e8f5e9 !important;
}

.border-left-green.border-left-lighten-5 {
	border-left: 1px solid #e8f5e9 !important;
}

.border-right-green.border-right-lighten-5 {
	border-right: 1px solid #e8f5e9 !important;
}

.btn-green.btn-lighten-4,
.btn-green.btn-lighten-4:hover {
	border-color: #388e3c !important;
}

.overlay-green.overlay-lighten-5 {
	background: #e8f5e9;
	background: rgba(232, 245, 233, 0.8);
}

.bg-green.bg-lighten-4,
.btn-green.btn-lighten-4 {
	background-color: #c8e6c9 !important;
}

.green.lighten-4 {
	color: #c8e6c9 !important;
}

.bg-green.bg-lighten-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(200, 230, 201, 0.6);
	box-shadow: 0 1px 20px 1px rgba(200, 230, 201, 0.6);
}

.btn-green.btn-lighten-4:hover {
	background-color: #2e7d32 !important;
}

.btn-green.btn-lighten-4:active,
.btn-green.btn-lighten-4:focus {
	border-color: #2e7d32 !important;
	background-color: #1b5e20 !important;
}

.btn-outline-green.btn-outline-lighten-4 {
	border-color: #c8e6c9 !important;
	color: #c8e6c9 !important;
}

.btn-outline-green.btn-outline-lighten-4:hover {
	background-color: #c8e6c9 !important;
}

.border-green.border-lighten-4 {
	border: 1px solid #c8e6c9 !important;
}

.border-top-green.border-top-lighten-4 {
	border-top: 1px solid #c8e6c9 !important;
}

.border-bottom-green.border-bottom-lighten-4 {
	border-bottom: 1px solid #c8e6c9 !important;
}

.border-left-green.border-left-lighten-4 {
	border-left: 1px solid #c8e6c9 !important;
}

.border-right-green.border-right-lighten-4 {
	border-right: 1px solid #c8e6c9 !important;
}

.btn-green.btn-lighten-3,
.btn-green.btn-lighten-3:hover {
	border-color: #388e3c !important;
}

.overlay-green.overlay-lighten-4 {
	background: #c8e6c9;
	background: rgba(200, 230, 201, 0.8);
}

.bg-green.bg-lighten-3,
.btn-green.btn-lighten-3 {
	background-color: #a5d6a7 !important;
}

.green.lighten-3 {
	color: #a5d6a7 !important;
}

.bg-green.bg-lighten-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(165, 214, 167, 0.6);
	box-shadow: 0 1px 20px 1px rgba(165, 214, 167, 0.6);
}

.btn-green.btn-lighten-3:hover {
	background-color: #2e7d32 !important;
}

.btn-green.btn-lighten-3:active,
.btn-green.btn-lighten-3:focus {
	border-color: #2e7d32 !important;
	background-color: #1b5e20 !important;
}

.btn-outline-green.btn-outline-lighten-3 {
	border-color: #a5d6a7 !important;
	color: #a5d6a7 !important;
}

.btn-outline-green.btn-outline-lighten-3:hover {
	background-color: #a5d6a7 !important;
}

.border-green.border-lighten-3 {
	border: 1px solid #a5d6a7 !important;
}

.border-top-green.border-top-lighten-3 {
	border-top: 1px solid #a5d6a7 !important;
}

.border-bottom-green.border-bottom-lighten-3 {
	border-bottom: 1px solid #a5d6a7 !important;
}

.border-left-green.border-left-lighten-3 {
	border-left: 1px solid #a5d6a7 !important;
}

.border-right-green.border-right-lighten-3 {
	border-right: 1px solid #a5d6a7 !important;
}

.btn-green.btn-lighten-2,
.btn-green.btn-lighten-2:hover {
	border-color: #388e3c !important;
}

.overlay-green.overlay-lighten-3 {
	background: #a5d6a7;
	background: rgba(165, 214, 167, 0.8);
}

.bg-green.bg-lighten-2,
.btn-green.btn-lighten-2 {
	background-color: #81c784 !important;
}

.green.lighten-2 {
	color: #81c784 !important;
}

.bg-green.bg-lighten-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(129, 199, 132, 0.6);
	box-shadow: 0 1px 20px 1px rgba(129, 199, 132, 0.6);
}

.btn-green.btn-lighten-2:hover {
	background-color: #2e7d32 !important;
}

.btn-green.btn-lighten-2:active,
.btn-green.btn-lighten-2:focus {
	border-color: #2e7d32 !important;
	background-color: #1b5e20 !important;
}

.btn-outline-green.btn-outline-lighten-2 {
	border-color: #81c784 !important;
	color: #81c784 !important;
}

.btn-outline-green.btn-outline-lighten-2:hover {
	background-color: #81c784 !important;
}

.border-green.border-lighten-2 {
	border: 1px solid #81c784 !important;
}

.border-top-green.border-top-lighten-2 {
	border-top: 1px solid #81c784 !important;
}

.border-bottom-green.border-bottom-lighten-2 {
	border-bottom: 1px solid #81c784 !important;
}

.border-left-green.border-left-lighten-2 {
	border-left: 1px solid #81c784 !important;
}

.border-right-green.border-right-lighten-2 {
	border-right: 1px solid #81c784 !important;
}

.btn-green.btn-lighten-1,
.btn-green.btn-lighten-1:hover {
	border-color: #388e3c !important;
}

.overlay-green.overlay-lighten-2 {
	background: #81c784;
	background: rgba(129, 199, 132, 0.8);
}

.bg-green.bg-lighten-1,
.btn-green.btn-lighten-1 {
	background-color: #66bb6a !important;
}

.green.lighten-1 {
	color: #66bb6a !important;
}

.bg-green.bg-lighten-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(102, 187, 106, 0.6);
	box-shadow: 0 1px 20px 1px rgba(102, 187, 106, 0.6);
}

.bg-green.bg-glow,
.btn-green.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(76, 175, 80, 0.6);
}

.btn-green.btn-lighten-1:hover {
	background-color: #2e7d32 !important;
}

.btn-green.btn-lighten-1:active,
.btn-green.btn-lighten-1:focus {
	border-color: #2e7d32 !important;
	background-color: #1b5e20 !important;
}

.btn-outline-green.btn-outline-lighten-1 {
	border-color: #66bb6a !important;
	color: #66bb6a !important;
}

.btn-outline-green.btn-outline-lighten-1:hover {
	background-color: #66bb6a !important;
}

.border-green.border-lighten-1 {
	border: 1px solid #66bb6a !important;
}

.border-top-green.border-top-lighten-1 {
	border-top: 1px solid #66bb6a !important;
}

.border-bottom-green.border-bottom-lighten-1 {
	border-bottom: 1px solid #66bb6a !important;
}

.border-left-green.border-left-lighten-1 {
	border-left: 1px solid #66bb6a !important;
}

.border-right-green.border-right-lighten-1 {
	border-right: 1px solid #66bb6a !important;
}

.alert-green,
.btn-green {
	border-color: #4caf50 !important;
}

.overlay-green.overlay-lighten-1 {
	background: #66bb6a;
	background: rgba(102, 187, 106, 0.8);
}

.green {
	color: #4caf50 !important;
}

.bg-green {
	background-color: #4caf50 !important;
}

.bg-green .card-footer,
.bg-green .card-header {
	background-color: transparent;
}

.bg-green.bg-glow {
	box-shadow: 0 1px 20px 1px rgba(76, 175, 80, 0.6);
}

.selectboxit.selectboxit-btn.bg-green {
	background-color: #4caf50 !important;
}

.alert-green {
	background-color: #7cc67f !important;
	color: #163317 !important;
}

.alert-green .alert-link {
	color: #0a160a !important;
}

.overlay-green {
	background: #4caf50;
	background: rgba(76, 175, 80, 0.8);
}

.btn-green {
	background-color: #4caf50 !important;
	color: #fff;
}

.btn-green:hover {
	border-color: #388e3c !important;
	background-color: #43a047 !important;
	color: #fff !important;
}

.btn-green:active,
.btn-green:focus {
	border-color: #2e7d32 !important;
	background-color: #388e3c !important;
	color: #fff !important;
}

.btn-green.btn-glow {
	box-shadow: 0 1px 20px 1px rgba(76, 175, 80, 0.6);
}

.btn-outline-green {
	border-color: #4caf50;
	background-color: transparent;
	color: #4caf50;
}

.btn-outline-green:hover {
	background-color: #4caf50;
	color: #fff !important;
}

.btn-outline-green.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(76, 175, 80, 0.6);
	box-shadow: 0 1px 20px 1px rgba(76, 175, 80, 0.6);
}

input[type="checkbox"].bg-green + .custom-control-label:before,
input[type="radio"].bg-green + .custom-control-label:before {
	background-color: #4caf50 !important;
}

.bg-green.bg-darken-1,
.btn-green.btn-darken-1 {
	background-color: #43a047 !important;
}

.border-green {
	border: 1px solid #4caf50 !important;
}

.border-top-green {
	border-top: 1px solid #4caf50;
}

.border-bottom-green {
	border-bottom: 1px solid #4caf50;
}

.border-left-green {
	border-left: 1px solid #4caf50;
}

.border-right-green {
	border-right: 1px solid #4caf50;
}

.green.darken-1 {
	color: #43a047 !important;
}

.bg-green.bg-darken-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(67, 160, 71, 0.6);
	box-shadow: 0 1px 20px 1px rgba(67, 160, 71, 0.6);
}

.btn-green.btn-darken-1 {
	border-color: #388e3c !important;
}

.btn-green.btn-darken-1:hover {
	border-color: #388e3c !important;
	background-color: #2e7d32 !important;
}

.btn-green.btn-darken-1:active,
.btn-green.btn-darken-1:focus {
	border-color: #2e7d32 !important;
	background-color: #1b5e20 !important;
}

.btn-outline-green.btn-outline-darken-1 {
	border-color: #43a047 !important;
	color: #43a047 !important;
}

.btn-outline-green.btn-outline-darken-1:hover {
	background-color: #43a047 !important;
}

.border-green.border-darken-1 {
	border: 1px solid #43a047 !important;
}

.border-top-green.border-top-darken-1 {
	border-top: 1px solid #43a047 !important;
}

.border-bottom-green.border-bottom-darken-1 {
	border-bottom: 1px solid #43a047 !important;
}

.border-left-green.border-left-darken-1 {
	border-left: 1px solid #43a047 !important;
}

.border-right-green.border-right-darken-1 {
	border-right: 1px solid #43a047 !important;
}

.btn-green.btn-darken-2,
.btn-green.btn-darken-2:hover {
	border-color: #388e3c !important;
}

.overlay-green.overlay-darken-1 {
	background: #43a047;
	background: rgba(67, 160, 71, 0.8);
}

.bg-green.bg-darken-2,
.btn-green.btn-darken-2 {
	background-color: #388e3c !important;
}

.green.darken-2 {
	color: #388e3c !important;
}

.bg-green.bg-darken-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(56, 142, 60, 0.6);
	box-shadow: 0 1px 20px 1px rgba(56, 142, 60, 0.6);
}

.btn-green.btn-darken-2:hover {
	background-color: #2e7d32 !important;
}

.btn-green.btn-darken-2:active,
.btn-green.btn-darken-2:focus {
	border-color: #2e7d32 !important;
	background-color: #1b5e20 !important;
}

.btn-outline-green.btn-outline-darken-2 {
	border-color: #388e3c !important;
	color: #388e3c !important;
}

.btn-outline-green.btn-outline-darken-2:hover {
	background-color: #388e3c !important;
}

.border-green.border-darken-2 {
	border: 1px solid #388e3c !important;
}

.border-top-green.border-top-darken-2 {
	border-top: 1px solid #388e3c !important;
}

.border-bottom-green.border-bottom-darken-2 {
	border-bottom: 1px solid #388e3c !important;
}

.border-left-green.border-left-darken-2 {
	border-left: 1px solid #388e3c !important;
}

.border-right-green.border-right-darken-2 {
	border-right: 1px solid #388e3c !important;
}

.overlay-green.overlay-darken-2 {
	background: #388e3c;
	background: rgba(56, 142, 60, 0.8);
}

.green.darken-3 {
	color: #2e7d32 !important;
}

.bg-green.bg-darken-3 {
	background-color: #2e7d32 !important;
}

.bg-green.bg-darken-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(46, 125, 50, 0.6);
	box-shadow: 0 1px 20px 1px rgba(46, 125, 50, 0.6);
}

.btn-green.btn-darken-3,
.btn-green.btn-darken-3:hover {
	border-color: #388e3c !important;
	background-color: #2e7d32 !important;
}

.btn-green.btn-darken-3:active,
.btn-green.btn-darken-3:focus {
	border-color: #2e7d32 !important;
	background-color: #1b5e20 !important;
}

.btn-outline-green.btn-outline-darken-3 {
	border-color: #2e7d32 !important;
	color: #2e7d32 !important;
}

.btn-outline-green.btn-outline-darken-3:hover {
	background-color: #2e7d32 !important;
}

.border-green.border-darken-3 {
	border: 1px solid #2e7d32 !important;
}

.border-top-green.border-top-darken-3 {
	border-top: 1px solid #2e7d32 !important;
}

.border-bottom-green.border-bottom-darken-3 {
	border-bottom: 1px solid #2e7d32 !important;
}

.border-left-green.border-left-darken-3 {
	border-left: 1px solid #2e7d32 !important;
}

.border-right-green.border-right-darken-3 {
	border-right: 1px solid #2e7d32 !important;
}

.btn-green.btn-darken-4,
.btn-green.btn-darken-4:hover {
	border-color: #388e3c !important;
}

.overlay-green.overlay-darken-3 {
	background: #2e7d32;
	background: rgba(46, 125, 50, 0.8);
}

.bg-green.bg-darken-4,
.btn-green.btn-darken-4 {
	background-color: #1b5e20 !important;
}

.green.darken-4 {
	color: #1b5e20 !important;
}

.bg-green.bg-darken-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(27, 94, 32, 0.6);
	box-shadow: 0 1px 20px 1px rgba(27, 94, 32, 0.6);
}

.btn-green.btn-darken-4:hover {
	background-color: #2e7d32 !important;
}

.btn-green.btn-darken-4:active,
.btn-green.btn-darken-4:focus {
	border-color: #2e7d32 !important;
	background-color: #1b5e20 !important;
}

.btn-outline-green.btn-outline-darken-4 {
	border-color: #1b5e20 !important;
	color: #1b5e20 !important;
}

.btn-outline-green.btn-outline-darken-4:hover {
	background-color: #1b5e20 !important;
}

.border-green.border-darken-4 {
	border: 1px solid #1b5e20 !important;
}

.border-top-green.border-top-darken-4 {
	border-top: 1px solid #1b5e20 !important;
}

.border-bottom-green.border-bottom-darken-4 {
	border-bottom: 1px solid #1b5e20 !important;
}

.border-left-green.border-left-darken-4 {
	border-left: 1px solid #1b5e20 !important;
}

.border-right-green.border-right-darken-4 {
	border-right: 1px solid #1b5e20 !important;
}

.btn-green.btn-accent-1,
.btn-green.btn-accent-1:hover {
	border-color: #388e3c !important;
}

.overlay-green.overlay-darken-4 {
	background: #1b5e20;
	background: rgba(27, 94, 32, 0.8);
}

.bg-green.bg-accent-1,
.btn-green.btn-accent-1 {
	background-color: #b9f6ca !important;
}

.green.accent-1 {
	color: #b9f6ca !important;
}

.bg-green.bg-accent-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(185, 246, 202, 0.6);
	box-shadow: 0 1px 20px 1px rgba(185, 246, 202, 0.6);
}

.btn-green.btn-accent-1:hover {
	background-color: #2e7d32 !important;
}

.btn-green.btn-accent-1:active,
.btn-green.btn-accent-1:focus {
	border-color: #2e7d32 !important;
	background-color: #1b5e20 !important;
}

.btn-outline-green.btn-outline-accent-1 {
	border-color: #b9f6ca !important;
	color: #b9f6ca !important;
}

.btn-outline-green.btn-outline-accent-1:hover {
	background-color: #b9f6ca !important;
}

.border-green.border-accent-1 {
	border: 1px solid #b9f6ca !important;
}

.border-top-green.border-top-accent-1 {
	border-top: 1px solid #b9f6ca !important;
}

.border-bottom-green.border-bottom-accent-1 {
	border-bottom: 1px solid #b9f6ca !important;
}

.border-left-green.border-left-accent-1 {
	border-left: 1px solid #b9f6ca !important;
}

.border-right-green.border-right-accent-1 {
	border-right: 1px solid #b9f6ca !important;
}

.btn-green.btn-accent-2,
.btn-green.btn-accent-2:hover {
	border-color: #388e3c !important;
}

.overlay-green.overlay-accent-1 {
	background: #b9f6ca;
	background: rgba(185, 246, 202, 0.8);
}

.bg-green.bg-accent-2,
.btn-green.btn-accent-2 {
	background-color: #69f0ae !important;
}

.green.accent-2 {
	color: #69f0ae !important;
}

.bg-green.bg-accent-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(105, 240, 174, 0.6);
	box-shadow: 0 1px 20px 1px rgba(105, 240, 174, 0.6);
}

.btn-green.btn-accent-2:hover {
	background-color: #2e7d32 !important;
}

.btn-green.btn-accent-2:active,
.btn-green.btn-accent-2:focus {
	border-color: #2e7d32 !important;
	background-color: #1b5e20 !important;
}

.btn-outline-green.btn-outline-accent-2 {
	border-color: #69f0ae !important;
	color: #69f0ae !important;
}

.btn-outline-green.btn-outline-accent-2:hover {
	background-color: #69f0ae !important;
}

.border-green.border-accent-2 {
	border: 1px solid #69f0ae !important;
}

.border-top-green.border-top-accent-2 {
	border-top: 1px solid #69f0ae !important;
}

.border-bottom-green.border-bottom-accent-2 {
	border-bottom: 1px solid #69f0ae !important;
}

.border-left-green.border-left-accent-2 {
	border-left: 1px solid #69f0ae !important;
}

.border-right-green.border-right-accent-2 {
	border-right: 1px solid #69f0ae !important;
}

.btn-green.btn-accent-3,
.btn-green.btn-accent-3:hover {
	border-color: #388e3c !important;
}

.overlay-green.overlay-accent-2 {
	background: #69f0ae;
	background: rgba(105, 240, 174, 0.8);
}

.bg-green.bg-accent-3,
.btn-green.btn-accent-3 {
	background-color: #00e676 !important;
}

.green.accent-3 {
	color: #00e676 !important;
}

.bg-green.bg-accent-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(0, 230, 118, 0.6);
	box-shadow: 0 1px 20px 1px rgba(0, 230, 118, 0.6);
}

.btn-green.btn-accent-3:hover {
	background-color: #2e7d32 !important;
}

.btn-green.btn-accent-3:active,
.btn-green.btn-accent-3:focus {
	border-color: #2e7d32 !important;
	background-color: #1b5e20 !important;
}

.btn-outline-green.btn-outline-accent-3 {
	border-color: #00e676 !important;
	color: #00e676 !important;
}

.btn-outline-green.btn-outline-accent-3:hover {
	background-color: #00e676 !important;
}

.border-green.border-accent-3 {
	border: 1px solid #00e676 !important;
}

.border-top-green.border-top-accent-3 {
	border-top: 1px solid #00e676 !important;
}

.border-bottom-green.border-bottom-accent-3 {
	border-bottom: 1px solid #00e676 !important;
}

.border-left-green.border-left-accent-3 {
	border-left: 1px solid #00e676 !important;
}

.border-right-green.border-right-accent-3 {
	border-right: 1px solid #00e676 !important;
}

.btn-green.btn-accent-4,
.btn-green.btn-accent-4:hover {
	border-color: #388e3c !important;
}

.overlay-green.overlay-accent-3 {
	background: #00e676;
	background: rgba(0, 230, 118, 0.8);
}

.bg-green.bg-accent-4,
.btn-green.btn-accent-4 {
	background-color: #00c853 !important;
}

.green.accent-4 {
	color: #00c853 !important;
}

.bg-green.bg-accent-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(0, 200, 83, 0.6);
	box-shadow: 0 1px 20px 1px rgba(0, 200, 83, 0.6);
}

.btn-green.btn-accent-4:hover {
	background-color: #2e7d32 !important;
}

.btn-green.btn-accent-4:active,
.btn-green.btn-accent-4:focus {
	border-color: #2e7d32 !important;
	background-color: #1b5e20 !important;
}

.btn-outline-green.btn-outline-accent-4 {
	border-color: #00c853 !important;
	color: #00c853 !important;
}

.btn-outline-green.btn-outline-accent-4:hover {
	background-color: #00c853 !important;
}

input:focus ~ .bg-green {
	-webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00c853 !important;
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00c853 !important;
}

.border-green.border-accent-4 {
	border: 1px solid #00c853 !important;
}

.border-top-green.border-top-accent-4 {
	border-top: 1px solid #00c853 !important;
}

.border-bottom-green.border-bottom-accent-4 {
	border-bottom: 1px solid #00c853 !important;
}

.border-left-green.border-left-accent-4 {
	border-left: 1px solid #00c853 !important;
}

.border-right-green.border-right-accent-4 {
	border-right: 1px solid #00c853 !important;
}

.overlay-green.overlay-accent-4 {
	background: #00c853;
	background: rgba(0, 200, 83, 0.8);
}

.bg-light-green.bg-lighten-5,
.btn-light-green.btn-lighten-5 {
	background-color: #f1f8a9 !important;
}

.light-green.lighten-5 {
	color: #f1f8a9 !important;
}

.bg-light-green.bg-lighten-5.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(241, 248, 169, 0.6);
	box-shadow: 0 1px 20px 1px rgba(241, 248, 169, 0.6);
}

.btn-light-green.btn-lighten-5 {
	border-color: #689f38 !important;
}

.btn-light-green.btn-lighten-5:hover {
	border-color: #689f38 !important;
	background-color: #558b2f !important;
}

.btn-light-green.btn-lighten-5:active,
.btn-light-green.btn-lighten-5:focus {
	border-color: #558b2f !important;
	background-color: #33691e !important;
}

.btn-outline-light-green.btn-outline-lighten-5 {
	border-color: #f1f8a9 !important;
	color: #f1f8a9 !important;
}

.btn-outline-light-green.btn-outline-lighten-5:hover {
	background-color: #f1f8a9 !important;
}

.border-light-green.border-lighten-5 {
	border: 1px solid #f1f8a9 !important;
}

.border-top-light-green.border-top-lighten-5 {
	border-top: 1px solid #f1f8a9 !important;
}

.border-bottom-light-green.border-bottom-lighten-5 {
	border-bottom: 1px solid #f1f8a9 !important;
}

.border-left-light-green.border-left-lighten-5 {
	border-left: 1px solid #f1f8a9 !important;
}

.border-right-light-green.border-right-lighten-5 {
	border-right: 1px solid #f1f8a9 !important;
}

.overlay-light-green.overlay-lighten-5 {
	background: #f1f8a9;
	background: rgba(241, 248, 169, 0.8);
}

.bg-light-green.bg-lighten-4,
.btn-light-green.btn-lighten-4 {
	background-color: #dcedc8 !important;
}

.light-green.lighten-4 {
	color: #dcedc8 !important;
}

.bg-light-green.bg-lighten-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(220, 237, 200, 0.6);
	box-shadow: 0 1px 20px 1px rgba(220, 237, 200, 0.6);
}

.btn-light-green.btn-lighten-4 {
	border-color: #689f38 !important;
}

.btn-light-green.btn-lighten-4:hover {
	border-color: #689f38 !important;
	background-color: #558b2f !important;
}

.btn-light-green.btn-lighten-4:active,
.btn-light-green.btn-lighten-4:focus {
	border-color: #558b2f !important;
	background-color: #33691e !important;
}

.btn-outline-light-green.btn-outline-lighten-4 {
	border-color: #dcedc8 !important;
	color: #dcedc8 !important;
}

.btn-outline-light-green.btn-outline-lighten-4:hover {
	background-color: #dcedc8 !important;
}

.border-light-green.border-lighten-4 {
	border: 1px solid #dcedc8 !important;
}

.border-top-light-green.border-top-lighten-4 {
	border-top: 1px solid #dcedc8 !important;
}

.border-bottom-light-green.border-bottom-lighten-4 {
	border-bottom: 1px solid #dcedc8 !important;
}

.border-left-light-green.border-left-lighten-4 {
	border-left: 1px solid #dcedc8 !important;
}

.border-right-light-green.border-right-lighten-4 {
	border-right: 1px solid #dcedc8 !important;
}

.overlay-light-green.overlay-lighten-4 {
	background: #dcedc8;
	background: rgba(220, 237, 200, 0.8);
}

.bg-light-green.bg-lighten-3,
.btn-light-green.btn-lighten-3 {
	background-color: #c5e1a5 !important;
}

.light-green.lighten-3 {
	color: #c5e1a5 !important;
}

.bg-light-green.bg-lighten-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(197, 225, 165, 0.6);
	box-shadow: 0 1px 20px 1px rgba(197, 225, 165, 0.6);
}

.btn-light-green.btn-lighten-3 {
	border-color: #689f38 !important;
}

.btn-light-green.btn-lighten-3:hover {
	border-color: #689f38 !important;
	background-color: #558b2f !important;
}

.btn-light-green.btn-lighten-3:active,
.btn-light-green.btn-lighten-3:focus {
	border-color: #558b2f !important;
	background-color: #33691e !important;
}

.btn-outline-light-green.btn-outline-lighten-3 {
	border-color: #c5e1a5 !important;
	color: #c5e1a5 !important;
}

.btn-outline-light-green.btn-outline-lighten-3:hover {
	background-color: #c5e1a5 !important;
}

.border-light-green.border-lighten-3 {
	border: 1px solid #c5e1a5 !important;
}

.border-top-light-green.border-top-lighten-3 {
	border-top: 1px solid #c5e1a5 !important;
}

.border-bottom-light-green.border-bottom-lighten-3 {
	border-bottom: 1px solid #c5e1a5 !important;
}

.border-left-light-green.border-left-lighten-3 {
	border-left: 1px solid #c5e1a5 !important;
}

.border-right-light-green.border-right-lighten-3 {
	border-right: 1px solid #c5e1a5 !important;
}

.overlay-light-green.overlay-lighten-3 {
	background: #c5e1a5;
	background: rgba(197, 225, 165, 0.8);
}

.bg-light-green.bg-lighten-2,
.btn-light-green.btn-lighten-2 {
	background-color: #aed581 !important;
}

.light-green.lighten-2 {
	color: #aed581 !important;
}

.bg-light-green.bg-lighten-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(174, 213, 129, 0.6);
	box-shadow: 0 1px 20px 1px rgba(174, 213, 129, 0.6);
}

.btn-light-green.btn-lighten-2 {
	border-color: #689f38 !important;
}

.btn-light-green.btn-lighten-2:hover {
	border-color: #689f38 !important;
	background-color: #558b2f !important;
}

.btn-light-green.btn-lighten-2:active,
.btn-light-green.btn-lighten-2:focus {
	border-color: #558b2f !important;
	background-color: #33691e !important;
}

.btn-outline-light-green.btn-outline-lighten-2 {
	border-color: #aed581 !important;
	color: #aed581 !important;
}

.btn-outline-light-green.btn-outline-lighten-2:hover {
	background-color: #aed581 !important;
}

.border-light-green.border-lighten-2 {
	border: 1px solid #aed581 !important;
}

.border-top-light-green.border-top-lighten-2 {
	border-top: 1px solid #aed581 !important;
}

.border-bottom-light-green.border-bottom-lighten-2 {
	border-bottom: 1px solid #aed581 !important;
}

.border-left-light-green.border-left-lighten-2 {
	border-left: 1px solid #aed581 !important;
}

.border-right-light-green.border-right-lighten-2 {
	border-right: 1px solid #aed581 !important;
}

.overlay-light-green.overlay-lighten-2 {
	background: #aed581;
	background: rgba(174, 213, 129, 0.8);
}

.bg-light-green.bg-lighten-1,
.btn-light-green.btn-lighten-1 {
	background-color: #9ccc65 !important;
}

.light-green.lighten-1 {
	color: #9ccc65 !important;
}

.bg-light-green.bg-lighten-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(156, 204, 101, 0.6);
	box-shadow: 0 1px 20px 1px rgba(156, 204, 101, 0.6);
}

.bg-light-green.bg-glow,
.btn-light-green.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(139, 195, 74, 0.6);
}

.btn-light-green.btn-lighten-1 {
	border-color: #689f38 !important;
}

.btn-light-green.btn-lighten-1:hover {
	border-color: #689f38 !important;
	background-color: #558b2f !important;
}

.btn-light-green.btn-lighten-1:active,
.btn-light-green.btn-lighten-1:focus {
	border-color: #558b2f !important;
	background-color: #33691e !important;
}

.btn-outline-light-green.btn-outline-lighten-1 {
	border-color: #9ccc65 !important;
	color: #9ccc65 !important;
}

.btn-outline-light-green.btn-outline-lighten-1:hover {
	background-color: #9ccc65 !important;
}

.border-light-green.border-lighten-1 {
	border: 1px solid #9ccc65 !important;
}

.border-top-light-green.border-top-lighten-1 {
	border-top: 1px solid #9ccc65 !important;
}

.border-bottom-light-green.border-bottom-lighten-1 {
	border-bottom: 1px solid #9ccc65 !important;
}

.border-left-light-green.border-left-lighten-1 {
	border-left: 1px solid #9ccc65 !important;
}

.border-right-light-green.border-right-lighten-1 {
	border-right: 1px solid #9ccc65 !important;
}

.overlay-light-green.overlay-lighten-1 {
	background: #9ccc65;
	background: rgba(156, 204, 101, 0.8);
}

.light-green {
	color: #8bc34a !important;
}

.bg-light-green {
	background-color: #8bc34a !important;
}

.bg-light-green .card-footer,
.bg-light-green .card-header {
	background-color: transparent;
}

.bg-light-green.bg-glow {
	box-shadow: 0 1px 20px 1px rgba(139, 195, 74, 0.6);
}

.selectboxit.selectboxit-btn.bg-light-green {
	background-color: #8bc34a !important;
}

.alert-light-green {
	border-color: #8bc34a !important;
	background-color: #add580 !important;
	color: #2f4417 !important;
}

.alert-light-green .alert-link {
	color: #1a250c !important;
}

.overlay-light-green {
	background: #8bc34a;
	background: rgba(139, 195, 74, 0.8);
}

.btn-light-green {
	border-color: #8bc34a !important;
	background-color: #8bc34a !important;
	color: #fff;
}

.btn-light-green:hover {
	border-color: #689f38 !important;
	background-color: #7cb342 !important;
	color: #fff !important;
}

.btn-light-green:active,
.btn-light-green:focus {
	border-color: #558b2f !important;
	background-color: #689f38 !important;
	color: #fff !important;
}

.btn-light-green.btn-glow {
	box-shadow: 0 1px 20px 1px rgba(139, 195, 74, 0.6);
}

.btn-outline-light-green {
	border-color: #8bc34a;
	background-color: transparent;
	color: #8bc34a;
}

.btn-outline-light-green:hover {
	background-color: #8bc34a;
	color: #fff !important;
}

.btn-outline-light-green.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(139, 195, 74, 0.6);
	box-shadow: 0 1px 20px 1px rgba(139, 195, 74, 0.6);
}

input[type="checkbox"].bg-light-green + .custom-control-label:before,
input[type="radio"].bg-light-green + .custom-control-label:before {
	background-color: #8bc34a !important;
}

.bg-light-green.bg-darken-1,
.btn-light-green.btn-darken-1 {
	background-color: #7cb342 !important;
}

.border-light-green {
	border: 1px solid #8bc34a !important;
}

.border-top-light-green {
	border-top: 1px solid #8bc34a;
}

.border-bottom-light-green {
	border-bottom: 1px solid #8bc34a;
}

.border-left-light-green {
	border-left: 1px solid #8bc34a;
}

.border-right-light-green {
	border-right: 1px solid #8bc34a;
}

.light-green.darken-1 {
	color: #7cb342 !important;
}

.bg-light-green.bg-darken-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(124, 179, 66, 0.6);
	box-shadow: 0 1px 20px 1px rgba(124, 179, 66, 0.6);
}

.btn-light-green.btn-darken-1 {
	border-color: #689f38 !important;
}

.btn-light-green.btn-darken-1:hover {
	border-color: #689f38 !important;
	background-color: #558b2f !important;
}

.btn-light-green.btn-darken-1:active,
.btn-light-green.btn-darken-1:focus {
	border-color: #558b2f !important;
	background-color: #33691e !important;
}

.btn-outline-light-green.btn-outline-darken-1 {
	border-color: #7cb342 !important;
	color: #7cb342 !important;
}

.btn-outline-light-green.btn-outline-darken-1:hover {
	background-color: #7cb342 !important;
}

.border-light-green.border-darken-1 {
	border: 1px solid #7cb342 !important;
}

.border-top-light-green.border-top-darken-1 {
	border-top: 1px solid #7cb342 !important;
}

.border-bottom-light-green.border-bottom-darken-1 {
	border-bottom: 1px solid #7cb342 !important;
}

.border-left-light-green.border-left-darken-1 {
	border-left: 1px solid #7cb342 !important;
}

.border-right-light-green.border-right-darken-1 {
	border-right: 1px solid #7cb342 !important;
}

.overlay-light-green.overlay-darken-1 {
	background: #7cb342;
	background: rgba(124, 179, 66, 0.8);
}

.bg-light-green.bg-darken-2,
.btn-light-green.btn-darken-2 {
	background-color: #689f38 !important;
}

.light-green.darken-2 {
	color: #689f38 !important;
}

.bg-light-green.bg-darken-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(104, 159, 56, 0.6);
	box-shadow: 0 1px 20px 1px rgba(104, 159, 56, 0.6);
}

.btn-light-green.btn-darken-2 {
	border-color: #689f38 !important;
}

.btn-light-green.btn-darken-2:hover {
	border-color: #689f38 !important;
	background-color: #558b2f !important;
}

.btn-light-green.btn-darken-2:active,
.btn-light-green.btn-darken-2:focus {
	border-color: #558b2f !important;
	background-color: #33691e !important;
}

.btn-outline-light-green.btn-outline-darken-2 {
	border-color: #689f38 !important;
	color: #689f38 !important;
}

.btn-outline-light-green.btn-outline-darken-2:hover {
	background-color: #689f38 !important;
}

.border-light-green.border-darken-2 {
	border: 1px solid #689f38 !important;
}

.border-top-light-green.border-top-darken-2 {
	border-top: 1px solid #689f38 !important;
}

.border-bottom-light-green.border-bottom-darken-2 {
	border-bottom: 1px solid #689f38 !important;
}

.border-left-light-green.border-left-darken-2 {
	border-left: 1px solid #689f38 !important;
}

.border-right-light-green.border-right-darken-2 {
	border-right: 1px solid #689f38 !important;
}

.overlay-light-green.overlay-darken-2 {
	background: #689f38;
	background: rgba(104, 159, 56, 0.8);
}

.light-green.darken-3 {
	color: #558b2f !important;
}

.bg-light-green.bg-darken-3 {
	background-color: #558b2f !important;
}

.bg-light-green.bg-darken-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(85, 139, 47, 0.6);
	box-shadow: 0 1px 20px 1px rgba(85, 139, 47, 0.6);
}

.btn-light-green.btn-darken-3,
.btn-light-green.btn-darken-3:hover {
	border-color: #689f38 !important;
	background-color: #558b2f !important;
}

.btn-light-green.btn-darken-3:active,
.btn-light-green.btn-darken-3:focus {
	border-color: #558b2f !important;
	background-color: #33691e !important;
}

.btn-outline-light-green.btn-outline-darken-3 {
	border-color: #558b2f !important;
	color: #558b2f !important;
}

.btn-outline-light-green.btn-outline-darken-3:hover {
	background-color: #558b2f !important;
}

.border-light-green.border-darken-3 {
	border: 1px solid #558b2f !important;
}

.border-top-light-green.border-top-darken-3 {
	border-top: 1px solid #558b2f !important;
}

.border-bottom-light-green.border-bottom-darken-3 {
	border-bottom: 1px solid #558b2f !important;
}

.border-left-light-green.border-left-darken-3 {
	border-left: 1px solid #558b2f !important;
}

.border-right-light-green.border-right-darken-3 {
	border-right: 1px solid #558b2f !important;
}

.overlay-light-green.overlay-darken-3 {
	background: #558b2f;
	background: rgba(85, 139, 47, 0.8);
}

.bg-light-green.bg-darken-4,
.btn-light-green.btn-darken-4 {
	background-color: #33691e !important;
}

.light-green.darken-4 {
	color: #33691e !important;
}

.bg-light-green.bg-darken-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(51, 105, 30, 0.6);
	box-shadow: 0 1px 20px 1px rgba(51, 105, 30, 0.6);
}

.btn-light-green.btn-darken-4 {
	border-color: #689f38 !important;
}

.btn-light-green.btn-darken-4:hover {
	border-color: #689f38 !important;
	background-color: #558b2f !important;
}

.btn-light-green.btn-darken-4:active,
.btn-light-green.btn-darken-4:focus {
	border-color: #558b2f !important;
	background-color: #33691e !important;
}

.btn-outline-light-green.btn-outline-darken-4 {
	border-color: #33691e !important;
	color: #33691e !important;
}

.btn-outline-light-green.btn-outline-darken-4:hover {
	background-color: #33691e !important;
}

.border-light-green.border-darken-4 {
	border: 1px solid #33691e !important;
}

.border-top-light-green.border-top-darken-4 {
	border-top: 1px solid #33691e !important;
}

.border-bottom-light-green.border-bottom-darken-4 {
	border-bottom: 1px solid #33691e !important;
}

.border-left-light-green.border-left-darken-4 {
	border-left: 1px solid #33691e !important;
}

.border-right-light-green.border-right-darken-4 {
	border-right: 1px solid #33691e !important;
}

.overlay-light-green.overlay-darken-4 {
	background: #33691e;
	background: rgba(51, 105, 30, 0.8);
}

.bg-light-green.bg-accent-1,
.btn-light-green.btn-accent-1 {
	background-color: #ccff90 !important;
}

.light-green.accent-1 {
	color: #ccff90 !important;
}

.bg-light-green.bg-accent-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(204, 255, 144, 0.6);
	box-shadow: 0 1px 20px 1px rgba(204, 255, 144, 0.6);
}

.btn-light-green.btn-accent-1 {
	border-color: #689f38 !important;
}

.btn-light-green.btn-accent-1:hover {
	border-color: #689f38 !important;
	background-color: #558b2f !important;
}

.btn-light-green.btn-accent-1:active,
.btn-light-green.btn-accent-1:focus {
	border-color: #558b2f !important;
	background-color: #33691e !important;
}

.btn-outline-light-green.btn-outline-accent-1 {
	border-color: #ccff90 !important;
	color: #ccff90 !important;
}

.btn-outline-light-green.btn-outline-accent-1:hover {
	background-color: #ccff90 !important;
}

.border-light-green.border-accent-1 {
	border: 1px solid #ccff90 !important;
}

.border-top-light-green.border-top-accent-1 {
	border-top: 1px solid #ccff90 !important;
}

.border-bottom-light-green.border-bottom-accent-1 {
	border-bottom: 1px solid #ccff90 !important;
}

.border-left-light-green.border-left-accent-1 {
	border-left: 1px solid #ccff90 !important;
}

.border-right-light-green.border-right-accent-1 {
	border-right: 1px solid #ccff90 !important;
}

.overlay-light-green.overlay-accent-1 {
	background: #ccff90;
	background: rgba(204, 255, 144, 0.8);
}

.bg-light-green.bg-accent-2,
.btn-light-green.btn-accent-2 {
	background-color: #b2ff59 !important;
}

.light-green.accent-2 {
	color: #b2ff59 !important;
}

.bg-light-green.bg-accent-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(178, 255, 89, 0.6);
	box-shadow: 0 1px 20px 1px rgba(178, 255, 89, 0.6);
}

.btn-light-green.btn-accent-2 {
	border-color: #689f38 !important;
}

.btn-light-green.btn-accent-2:hover {
	border-color: #689f38 !important;
	background-color: #558b2f !important;
}

.btn-light-green.btn-accent-2:active,
.btn-light-green.btn-accent-2:focus {
	border-color: #558b2f !important;
	background-color: #33691e !important;
}

.btn-outline-light-green.btn-outline-accent-2 {
	border-color: #b2ff59 !important;
	color: #b2ff59 !important;
}

.btn-outline-light-green.btn-outline-accent-2:hover {
	background-color: #b2ff59 !important;
}

.border-light-green.border-accent-2 {
	border: 1px solid #b2ff59 !important;
}

.border-top-light-green.border-top-accent-2 {
	border-top: 1px solid #b2ff59 !important;
}

.border-bottom-light-green.border-bottom-accent-2 {
	border-bottom: 1px solid #b2ff59 !important;
}

.border-left-light-green.border-left-accent-2 {
	border-left: 1px solid #b2ff59 !important;
}

.border-right-light-green.border-right-accent-2 {
	border-right: 1px solid #b2ff59 !important;
}

.overlay-light-green.overlay-accent-2 {
	background: #b2ff59;
	background: rgba(178, 255, 89, 0.8);
}

.bg-light-green.bg-accent-3,
.btn-light-green.btn-accent-3 {
	background-color: #76ff03 !important;
}

.light-green.accent-3 {
	color: #76ff03 !important;
}

.bg-light-green.bg-accent-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(118, 255, 3, 0.6);
	box-shadow: 0 1px 20px 1px rgba(118, 255, 3, 0.6);
}

.btn-light-green.btn-accent-3 {
	border-color: #689f38 !important;
}

.btn-light-green.btn-accent-3:hover {
	border-color: #689f38 !important;
	background-color: #558b2f !important;
}

.btn-light-green.btn-accent-3:active,
.btn-light-green.btn-accent-3:focus {
	border-color: #558b2f !important;
	background-color: #33691e !important;
}

.btn-outline-light-green.btn-outline-accent-3 {
	border-color: #76ff03 !important;
	color: #76ff03 !important;
}

.btn-outline-light-green.btn-outline-accent-3:hover {
	background-color: #76ff03 !important;
}

.border-light-green.border-accent-3 {
	border: 1px solid #76ff03 !important;
}

.border-top-light-green.border-top-accent-3 {
	border-top: 1px solid #76ff03 !important;
}

.border-bottom-light-green.border-bottom-accent-3 {
	border-bottom: 1px solid #76ff03 !important;
}

.border-left-light-green.border-left-accent-3 {
	border-left: 1px solid #76ff03 !important;
}

.border-right-light-green.border-right-accent-3 {
	border-right: 1px solid #76ff03 !important;
}

.overlay-light-green.overlay-accent-3 {
	background: #76ff03;
	background: rgba(118, 255, 3, 0.8);
}

.bg-light-green.bg-accent-4,
.btn-light-green.btn-accent-4 {
	background-color: #64dd17 !important;
}

.light-green.accent-4 {
	color: #64dd17 !important;
}

.bg-light-green.bg-accent-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(100, 221, 23, 0.6);
	box-shadow: 0 1px 20px 1px rgba(100, 221, 23, 0.6);
}

.btn-light-green.btn-accent-4 {
	border-color: #689f38 !important;
}

.btn-light-green.btn-accent-4:hover {
	border-color: #689f38 !important;
	background-color: #558b2f !important;
}

.btn-light-green.btn-accent-4:active,
.btn-light-green.btn-accent-4:focus {
	border-color: #558b2f !important;
	background-color: #33691e !important;
}

.btn-outline-light-green.btn-outline-accent-4 {
	border-color: #64dd17 !important;
	color: #64dd17 !important;
}

.btn-outline-light-green.btn-outline-accent-4:hover {
	background-color: #64dd17 !important;
}

input:focus ~ .bg-light-green {
	-webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #64dd17 !important;
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #64dd17 !important;
}

.border-light-green.border-accent-4 {
	border: 1px solid #64dd17 !important;
}

.border-top-light-green.border-top-accent-4 {
	border-top: 1px solid #64dd17 !important;
}

.border-bottom-light-green.border-bottom-accent-4 {
	border-bottom: 1px solid #64dd17 !important;
}

.border-left-light-green.border-left-accent-4 {
	border-left: 1px solid #64dd17 !important;
}

.border-right-light-green.border-right-accent-4 {
	border-right: 1px solid #64dd17 !important;
}

.btn-lime.btn-lighten-5,
.btn-lime.btn-lighten-5:hover {
	border-color: #afb42b !important;
}

.overlay-light-green.overlay-accent-4 {
	background: #64dd17;
	background: rgba(100, 221, 23, 0.8);
}

.bg-lime.bg-lighten-5,
.btn-lime.btn-lighten-5 {
	background-color: #f9fbe7 !important;
}

.lime.lighten-5 {
	color: #f9fbe7 !important;
}

.bg-lime.bg-lighten-5.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(249, 251, 231, 0.6);
	box-shadow: 0 1px 20px 1px rgba(249, 251, 231, 0.6);
}

.btn-lime.btn-lighten-5:hover {
	background-color: #9e9d24 !important;
}

.btn-lime.btn-lighten-5:active,
.btn-lime.btn-lighten-5:focus {
	border-color: #9e9d24 !important;
	background-color: #827717 !important;
}

.btn-outline-lime.btn-outline-lighten-5 {
	border-color: #f9fbe7 !important;
	color: #f9fbe7 !important;
}

.btn-outline-lime.btn-outline-lighten-5:hover {
	background-color: #f9fbe7 !important;
}

.border-lime.border-lighten-5 {
	border: 1px solid #f9fbe7 !important;
}

.border-top-lime.border-top-lighten-5 {
	border-top: 1px solid #f9fbe7 !important;
}

.border-bottom-lime.border-bottom-lighten-5 {
	border-bottom: 1px solid #f9fbe7 !important;
}

.border-left-lime.border-left-lighten-5 {
	border-left: 1px solid #f9fbe7 !important;
}

.border-right-lime.border-right-lighten-5 {
	border-right: 1px solid #f9fbe7 !important;
}

.btn-lime.btn-lighten-4,
.btn-lime.btn-lighten-4:hover {
	border-color: #afb42b !important;
}

.overlay-lime.overlay-lighten-5 {
	background: #f9fbe7;
	background: rgba(249, 251, 231, 0.8);
}

.bg-lime.bg-lighten-4,
.btn-lime.btn-lighten-4 {
	background-color: #f0f4c3 !important;
}

.lime.lighten-4 {
	color: #f0f4c3 !important;
}

.bg-lime.bg-lighten-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(240, 244, 195, 0.6);
	box-shadow: 0 1px 20px 1px rgba(240, 244, 195, 0.6);
}

.btn-lime.btn-lighten-4:hover {
	background-color: #9e9d24 !important;
}

.btn-lime.btn-lighten-4:active,
.btn-lime.btn-lighten-4:focus {
	border-color: #9e9d24 !important;
	background-color: #827717 !important;
}

.btn-outline-lime.btn-outline-lighten-4 {
	border-color: #f0f4c3 !important;
	color: #f0f4c3 !important;
}

.btn-outline-lime.btn-outline-lighten-4:hover {
	background-color: #f0f4c3 !important;
}

.border-lime.border-lighten-4 {
	border: 1px solid #f0f4c3 !important;
}

.border-top-lime.border-top-lighten-4 {
	border-top: 1px solid #f0f4c3 !important;
}

.border-bottom-lime.border-bottom-lighten-4 {
	border-bottom: 1px solid #f0f4c3 !important;
}

.border-left-lime.border-left-lighten-4 {
	border-left: 1px solid #f0f4c3 !important;
}

.border-right-lime.border-right-lighten-4 {
	border-right: 1px solid #f0f4c3 !important;
}

.btn-lime.btn-lighten-3,
.btn-lime.btn-lighten-3:hover {
	border-color: #afb42b !important;
}

.overlay-lime.overlay-lighten-4 {
	background: #f0f4c3;
	background: rgba(240, 244, 195, 0.8);
}

.bg-lime.bg-lighten-3,
.btn-lime.btn-lighten-3 {
	background-color: #e6ee9c !important;
}

.lime.lighten-3 {
	color: #e6ee9c !important;
}

.bg-lime.bg-lighten-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(230, 238, 156, 0.6);
	box-shadow: 0 1px 20px 1px rgba(230, 238, 156, 0.6);
}

.btn-lime.btn-lighten-3:hover {
	background-color: #9e9d24 !important;
}

.btn-lime.btn-lighten-3:active,
.btn-lime.btn-lighten-3:focus {
	border-color: #9e9d24 !important;
	background-color: #827717 !important;
}

.btn-outline-lime.btn-outline-lighten-3 {
	border-color: #e6ee9c !important;
	color: #e6ee9c !important;
}

.btn-outline-lime.btn-outline-lighten-3:hover {
	background-color: #e6ee9c !important;
}

.border-lime.border-lighten-3 {
	border: 1px solid #e6ee9c !important;
}

.border-top-lime.border-top-lighten-3 {
	border-top: 1px solid #e6ee9c !important;
}

.border-bottom-lime.border-bottom-lighten-3 {
	border-bottom: 1px solid #e6ee9c !important;
}

.border-left-lime.border-left-lighten-3 {
	border-left: 1px solid #e6ee9c !important;
}

.border-right-lime.border-right-lighten-3 {
	border-right: 1px solid #e6ee9c !important;
}

.btn-lime.btn-lighten-2,
.btn-lime.btn-lighten-2:hover {
	border-color: #afb42b !important;
}

.overlay-lime.overlay-lighten-3 {
	background: #e6ee9c;
	background: rgba(230, 238, 156, 0.8);
}

.bg-lime.bg-lighten-2,
.btn-lime.btn-lighten-2 {
	background-color: #dce775 !important;
}

.lime.lighten-2 {
	color: #dce775 !important;
}

.bg-lime.bg-lighten-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(220, 231, 117, 0.6);
	box-shadow: 0 1px 20px 1px rgba(220, 231, 117, 0.6);
}

.btn-lime.btn-lighten-2:hover {
	background-color: #9e9d24 !important;
}

.btn-lime.btn-lighten-2:active,
.btn-lime.btn-lighten-2:focus {
	border-color: #9e9d24 !important;
	background-color: #827717 !important;
}

.btn-outline-lime.btn-outline-lighten-2 {
	border-color: #dce775 !important;
	color: #dce775 !important;
}

.btn-outline-lime.btn-outline-lighten-2:hover {
	background-color: #dce775 !important;
}

.border-lime.border-lighten-2 {
	border: 1px solid #dce775 !important;
}

.border-top-lime.border-top-lighten-2 {
	border-top: 1px solid #dce775 !important;
}

.border-bottom-lime.border-bottom-lighten-2 {
	border-bottom: 1px solid #dce775 !important;
}

.border-left-lime.border-left-lighten-2 {
	border-left: 1px solid #dce775 !important;
}

.border-right-lime.border-right-lighten-2 {
	border-right: 1px solid #dce775 !important;
}

.btn-lime.btn-lighten-1,
.btn-lime.btn-lighten-1:hover {
	border-color: #afb42b !important;
}

.overlay-lime.overlay-lighten-2 {
	background: #dce775;
	background: rgba(220, 231, 117, 0.8);
}

.bg-lime.bg-lighten-1,
.btn-lime.btn-lighten-1 {
	background-color: #d4e157 !important;
}

.lime.lighten-1 {
	color: #d4e157 !important;
}

.bg-lime.bg-lighten-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(212, 225, 87, 0.6);
	box-shadow: 0 1px 20px 1px rgba(212, 225, 87, 0.6);
}

.bg-lime.bg-glow,
.btn-lime.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(205, 220, 57, 0.6);
}

.btn-lime.btn-lighten-1:hover {
	background-color: #9e9d24 !important;
}

.btn-lime.btn-lighten-1:active,
.btn-lime.btn-lighten-1:focus {
	border-color: #9e9d24 !important;
	background-color: #827717 !important;
}

.btn-outline-lime.btn-outline-lighten-1 {
	border-color: #d4e157 !important;
	color: #d4e157 !important;
}

.btn-outline-lime.btn-outline-lighten-1:hover {
	background-color: #d4e157 !important;
}

.border-lime.border-lighten-1 {
	border: 1px solid #d4e157 !important;
}

.border-top-lime.border-top-lighten-1 {
	border-top: 1px solid #d4e157 !important;
}

.border-bottom-lime.border-bottom-lighten-1 {
	border-bottom: 1px solid #d4e157 !important;
}

.border-left-lime.border-left-lighten-1 {
	border-left: 1px solid #d4e157 !important;
}

.border-right-lime.border-right-lighten-1 {
	border-right: 1px solid #d4e157 !important;
}

.alert-lime,
.btn-lime {
	border-color: #cddc39 !important;
}

.overlay-lime.overlay-lighten-1 {
	background: #d4e157;
	background: rgba(212, 225, 87, 0.8);
}

.lime {
	color: #cddc39 !important;
}

.bg-lime {
	background-color: #cddc39 !important;
}

.bg-lime .card-footer,
.bg-lime .card-header {
	background-color: transparent;
}

.bg-lime.bg-glow {
	box-shadow: 0 1px 20px 1px rgba(205, 220, 57, 0.6);
}

.selectboxit.selectboxit-btn.bg-lime {
	background-color: #cddc39 !important;
}

.alert-lime {
	background-color: #dce776 !important;
	color: #4d540f !important;
}

.alert-lime .alert-link {
	color: #2d3109 !important;
}

.overlay-lime {
	background: #cddc39;
	background: rgba(205, 220, 57, 0.8);
}

.btn-lime {
	background-color: #cddc39 !important;
	color: #fff;
}

.btn-lime:hover {
	border-color: #afb42b !important;
	background-color: #c0ca33 !important;
	color: #fff !important;
}

.btn-lime:active,
.btn-lime:focus {
	border-color: #9e9d24 !important;
	background-color: #afb42b !important;
	color: #fff !important;
}

.btn-lime.btn-glow {
	box-shadow: 0 1px 20px 1px rgba(205, 220, 57, 0.6);
}

.btn-outline-lime {
	border-color: #cddc39;
	background-color: transparent;
	color: #cddc39;
}

.btn-outline-lime:hover {
	background-color: #cddc39;
	color: #fff !important;
}

.btn-outline-lime.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(205, 220, 57, 0.6);
	box-shadow: 0 1px 20px 1px rgba(205, 220, 57, 0.6);
}

input[type="checkbox"].bg-lime + .custom-control-label:before,
input[type="radio"].bg-lime + .custom-control-label:before {
	background-color: #cddc39 !important;
}

.bg-lime.bg-darken-1,
.btn-lime.btn-darken-1 {
	background-color: #c0ca33 !important;
}

.border-lime {
	border: 1px solid #cddc39 !important;
}

.border-top-lime {
	border-top: 1px solid #cddc39;
}

.border-bottom-lime {
	border-bottom: 1px solid #cddc39;
}

.border-left-lime {
	border-left: 1px solid #cddc39;
}

.border-right-lime {
	border-right: 1px solid #cddc39;
}

.lime.darken-1 {
	color: #c0ca33 !important;
}

.bg-lime.bg-darken-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(192, 202, 51, 0.6);
	box-shadow: 0 1px 20px 1px rgba(192, 202, 51, 0.6);
}

.btn-lime.btn-darken-1 {
	border-color: #afb42b !important;
}

.btn-lime.btn-darken-1:hover {
	border-color: #afb42b !important;
	background-color: #9e9d24 !important;
}

.btn-lime.btn-darken-1:active,
.btn-lime.btn-darken-1:focus {
	border-color: #9e9d24 !important;
	background-color: #827717 !important;
}

.btn-outline-lime.btn-outline-darken-1 {
	border-color: #c0ca33 !important;
	color: #c0ca33 !important;
}

.btn-outline-lime.btn-outline-darken-1:hover {
	background-color: #c0ca33 !important;
}

.border-lime.border-darken-1 {
	border: 1px solid #c0ca33 !important;
}

.border-top-lime.border-top-darken-1 {
	border-top: 1px solid #c0ca33 !important;
}

.border-bottom-lime.border-bottom-darken-1 {
	border-bottom: 1px solid #c0ca33 !important;
}

.border-left-lime.border-left-darken-1 {
	border-left: 1px solid #c0ca33 !important;
}

.border-right-lime.border-right-darken-1 {
	border-right: 1px solid #c0ca33 !important;
}

.btn-lime.btn-darken-2,
.btn-lime.btn-darken-2:hover {
	border-color: #afb42b !important;
}

.overlay-lime.overlay-darken-1 {
	background: #c0ca33;
	background: rgba(192, 202, 51, 0.8);
}

.bg-lime.bg-darken-2,
.btn-lime.btn-darken-2 {
	background-color: #afb42b !important;
}

.lime.darken-2 {
	color: #afb42b !important;
}

.bg-lime.bg-darken-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(175, 180, 43, 0.6);
	box-shadow: 0 1px 20px 1px rgba(175, 180, 43, 0.6);
}

.btn-lime.btn-darken-2:hover {
	background-color: #9e9d24 !important;
}

.btn-lime.btn-darken-2:active,
.btn-lime.btn-darken-2:focus {
	border-color: #9e9d24 !important;
	background-color: #827717 !important;
}

.btn-outline-lime.btn-outline-darken-2 {
	border-color: #afb42b !important;
	color: #afb42b !important;
}

.btn-outline-lime.btn-outline-darken-2:hover {
	background-color: #afb42b !important;
}

.border-lime.border-darken-2 {
	border: 1px solid #afb42b !important;
}

.border-top-lime.border-top-darken-2 {
	border-top: 1px solid #afb42b !important;
}

.border-bottom-lime.border-bottom-darken-2 {
	border-bottom: 1px solid #afb42b !important;
}

.border-left-lime.border-left-darken-2 {
	border-left: 1px solid #afb42b !important;
}

.border-right-lime.border-right-darken-2 {
	border-right: 1px solid #afb42b !important;
}

.overlay-lime.overlay-darken-2 {
	background: #afb42b;
	background: rgba(175, 180, 43, 0.8);
}

.lime.darken-3 {
	color: #9e9d24 !important;
}

.bg-lime.bg-darken-3 {
	background-color: #9e9d24 !important;
}

.bg-lime.bg-darken-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(158, 157, 36, 0.6);
	box-shadow: 0 1px 20px 1px rgba(158, 157, 36, 0.6);
}

.btn-lime.btn-darken-3,
.btn-lime.btn-darken-3:hover {
	border-color: #afb42b !important;
	background-color: #9e9d24 !important;
}

.btn-lime.btn-darken-3:active,
.btn-lime.btn-darken-3:focus {
	border-color: #9e9d24 !important;
	background-color: #827717 !important;
}

.btn-outline-lime.btn-outline-darken-3 {
	border-color: #9e9d24 !important;
	color: #9e9d24 !important;
}

.btn-outline-lime.btn-outline-darken-3:hover {
	background-color: #9e9d24 !important;
}

.border-lime.border-darken-3 {
	border: 1px solid #9e9d24 !important;
}

.border-top-lime.border-top-darken-3 {
	border-top: 1px solid #9e9d24 !important;
}

.border-bottom-lime.border-bottom-darken-3 {
	border-bottom: 1px solid #9e9d24 !important;
}

.border-left-lime.border-left-darken-3 {
	border-left: 1px solid #9e9d24 !important;
}

.border-right-lime.border-right-darken-3 {
	border-right: 1px solid #9e9d24 !important;
}

.btn-lime.btn-darken-4,
.btn-lime.btn-darken-4:hover {
	border-color: #afb42b !important;
}

.overlay-lime.overlay-darken-3 {
	background: #9e9d24;
	background: rgba(158, 157, 36, 0.8);
}

.bg-lime.bg-darken-4,
.btn-lime.btn-darken-4 {
	background-color: #827717 !important;
}

.lime.darken-4 {
	color: #827717 !important;
}

.bg-lime.bg-darken-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(130, 119, 23, 0.6);
	box-shadow: 0 1px 20px 1px rgba(130, 119, 23, 0.6);
}

.btn-lime.btn-darken-4:hover {
	background-color: #9e9d24 !important;
}

.btn-lime.btn-darken-4:active,
.btn-lime.btn-darken-4:focus {
	border-color: #9e9d24 !important;
	background-color: #827717 !important;
}

.btn-outline-lime.btn-outline-darken-4 {
	border-color: #827717 !important;
	color: #827717 !important;
}

.btn-outline-lime.btn-outline-darken-4:hover {
	background-color: #827717 !important;
}

.border-lime.border-darken-4 {
	border: 1px solid #827717 !important;
}

.border-top-lime.border-top-darken-4 {
	border-top: 1px solid #827717 !important;
}

.border-bottom-lime.border-bottom-darken-4 {
	border-bottom: 1px solid #827717 !important;
}

.border-left-lime.border-left-darken-4 {
	border-left: 1px solid #827717 !important;
}

.border-right-lime.border-right-darken-4 {
	border-right: 1px solid #827717 !important;
}

.btn-lime.btn-accent-1,
.btn-lime.btn-accent-1:hover {
	border-color: #afb42b !important;
}

.overlay-lime.overlay-darken-4 {
	background: #827717;
	background: rgba(130, 119, 23, 0.8);
}

.bg-lime.bg-accent-1,
.btn-lime.btn-accent-1 {
	background-color: #f4ff81 !important;
}

.lime.accent-1 {
	color: #f4ff81 !important;
}

.bg-lime.bg-accent-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(244, 255, 129, 0.6);
	box-shadow: 0 1px 20px 1px rgba(244, 255, 129, 0.6);
}

.btn-lime.btn-accent-1:hover {
	background-color: #9e9d24 !important;
}

.btn-lime.btn-accent-1:active,
.btn-lime.btn-accent-1:focus {
	border-color: #9e9d24 !important;
	background-color: #827717 !important;
}

.btn-outline-lime.btn-outline-accent-1 {
	border-color: #f4ff81 !important;
	color: #f4ff81 !important;
}

.btn-outline-lime.btn-outline-accent-1:hover {
	background-color: #f4ff81 !important;
}

.border-lime.border-accent-1 {
	border: 1px solid #f4ff81 !important;
}

.border-top-lime.border-top-accent-1 {
	border-top: 1px solid #f4ff81 !important;
}

.border-bottom-lime.border-bottom-accent-1 {
	border-bottom: 1px solid #f4ff81 !important;
}

.border-left-lime.border-left-accent-1 {
	border-left: 1px solid #f4ff81 !important;
}

.border-right-lime.border-right-accent-1 {
	border-right: 1px solid #f4ff81 !important;
}

.btn-lime.btn-accent-2,
.btn-lime.btn-accent-2:hover {
	border-color: #afb42b !important;
}

.overlay-lime.overlay-accent-1 {
	background: #f4ff81;
	background: rgba(244, 255, 129, 0.8);
}

.bg-lime.bg-accent-2,
.btn-lime.btn-accent-2 {
	background-color: #eeff41 !important;
}

.lime.accent-2 {
	color: #eeff41 !important;
}

.bg-lime.bg-accent-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(238, 255, 65, 0.6);
	box-shadow: 0 1px 20px 1px rgba(238, 255, 65, 0.6);
}

.btn-lime.btn-accent-2:hover {
	background-color: #9e9d24 !important;
}

.btn-lime.btn-accent-2:active,
.btn-lime.btn-accent-2:focus {
	border-color: #9e9d24 !important;
	background-color: #827717 !important;
}

.btn-outline-lime.btn-outline-accent-2 {
	border-color: #eeff41 !important;
	color: #eeff41 !important;
}

.btn-outline-lime.btn-outline-accent-2:hover {
	background-color: #eeff41 !important;
}

.border-lime.border-accent-2 {
	border: 1px solid #eeff41 !important;
}

.border-top-lime.border-top-accent-2 {
	border-top: 1px solid #eeff41 !important;
}

.border-bottom-lime.border-bottom-accent-2 {
	border-bottom: 1px solid #eeff41 !important;
}

.border-left-lime.border-left-accent-2 {
	border-left: 1px solid #eeff41 !important;
}

.border-right-lime.border-right-accent-2 {
	border-right: 1px solid #eeff41 !important;
}

.btn-lime.btn-accent-3,
.btn-lime.btn-accent-3:hover {
	border-color: #afb42b !important;
}

.overlay-lime.overlay-accent-2 {
	background: #eeff41;
	background: rgba(238, 255, 65, 0.8);
}

.bg-lime.bg-accent-3,
.btn-lime.btn-accent-3 {
	background-color: #c6ff00 !important;
}

.lime.accent-3 {
	color: #c6ff00 !important;
}

.bg-lime.bg-accent-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(198, 255, 0, 0.6);
	box-shadow: 0 1px 20px 1px rgba(198, 255, 0, 0.6);
}

.btn-lime.btn-accent-3:hover {
	background-color: #9e9d24 !important;
}

.btn-lime.btn-accent-3:active,
.btn-lime.btn-accent-3:focus {
	border-color: #9e9d24 !important;
	background-color: #827717 !important;
}

.btn-outline-lime.btn-outline-accent-3 {
	border-color: #c6ff00 !important;
	color: #c6ff00 !important;
}

.btn-outline-lime.btn-outline-accent-3:hover {
	background-color: #c6ff00 !important;
}

.border-lime.border-accent-3 {
	border: 1px solid #c6ff00 !important;
}

.border-top-lime.border-top-accent-3 {
	border-top: 1px solid #c6ff00 !important;
}

.border-bottom-lime.border-bottom-accent-3 {
	border-bottom: 1px solid #c6ff00 !important;
}

.border-left-lime.border-left-accent-3 {
	border-left: 1px solid #c6ff00 !important;
}

.border-right-lime.border-right-accent-3 {
	border-right: 1px solid #c6ff00 !important;
}

.btn-lime.btn-accent-4,
.btn-lime.btn-accent-4:hover {
	border-color: #afb42b !important;
}

.overlay-lime.overlay-accent-3 {
	background: #c6ff00;
	background: rgba(198, 255, 0, 0.8);
}

.bg-lime.bg-accent-4,
.btn-lime.btn-accent-4 {
	background-color: #aeea00 !important;
}

.lime.accent-4 {
	color: #aeea00 !important;
}

.bg-lime.bg-accent-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(174, 234, 0, 0.6);
	box-shadow: 0 1px 20px 1px rgba(174, 234, 0, 0.6);
}

.btn-lime.btn-accent-4:hover {
	background-color: #9e9d24 !important;
}

.btn-lime.btn-accent-4:active,
.btn-lime.btn-accent-4:focus {
	border-color: #9e9d24 !important;
	background-color: #827717 !important;
}

.btn-outline-lime.btn-outline-accent-4 {
	border-color: #aeea00 !important;
	color: #aeea00 !important;
}

.btn-outline-lime.btn-outline-accent-4:hover {
	background-color: #aeea00 !important;
}

input:focus ~ .bg-lime {
	-webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #aeea00 !important;
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #aeea00 !important;
}

.border-lime.border-accent-4 {
	border: 1px solid #aeea00 !important;
}

.border-top-lime.border-top-accent-4 {
	border-top: 1px solid #aeea00 !important;
}

.border-bottom-lime.border-bottom-accent-4 {
	border-bottom: 1px solid #aeea00 !important;
}

.border-left-lime.border-left-accent-4 {
	border-left: 1px solid #aeea00 !important;
}

.border-right-lime.border-right-accent-4 {
	border-right: 1px solid #aeea00 !important;
}

.overlay-lime.overlay-accent-4 {
	background: #aeea00;
	background: rgba(174, 234, 0, 0.8);
}

.bg-yellow.bg-lighten-5,
.btn-yellow.btn-lighten-5 {
	background-color: #fffde7 !important;
}

.yellow.lighten-5 {
	color: #fffde7 !important;
}

.bg-yellow.bg-lighten-5.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 253, 231, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 253, 231, 0.6);
}

.btn-yellow.btn-lighten-5 {
	border-color: #fbc02d !important;
}

.btn-yellow.btn-lighten-5:hover {
	border-color: #fbc02d !important;
	background-color: #f9a825 !important;
}

.btn-yellow.btn-lighten-5:active,
.btn-yellow.btn-lighten-5:focus {
	border-color: #f9a825 !important;
	background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-lighten-5 {
	border-color: #fffde7 !important;
	color: #fffde7 !important;
}

.btn-outline-yellow.btn-outline-lighten-5:hover {
	background-color: #fffde7 !important;
}

.border-yellow.border-lighten-5 {
	border: 1px solid #fffde7 !important;
}

.border-top-yellow.border-top-lighten-5 {
	border-top: 1px solid #fffde7 !important;
}

.border-bottom-yellow.border-bottom-lighten-5 {
	border-bottom: 1px solid #fffde7 !important;
}

.border-left-yellow.border-left-lighten-5 {
	border-left: 1px solid #fffde7 !important;
}

.border-right-yellow.border-right-lighten-5 {
	border-right: 1px solid #fffde7 !important;
}

.overlay-yellow.overlay-lighten-5 {
	background: #fffde7;
	background: rgba(255, 253, 231, 0.8);
}

.bg-yellow.bg-lighten-4,
.btn-yellow.btn-lighten-4 {
	background-color: #fff9c4 !important;
}

.yellow.lighten-4 {
	color: #fff9c4 !important;
}

.bg-yellow.bg-lighten-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 249, 196, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 249, 196, 0.6);
}

.btn-yellow.btn-lighten-4 {
	border-color: #fbc02d !important;
}

.btn-yellow.btn-lighten-4:hover {
	border-color: #fbc02d !important;
	background-color: #f9a825 !important;
}

.btn-yellow.btn-lighten-4:active,
.btn-yellow.btn-lighten-4:focus {
	border-color: #f9a825 !important;
	background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-lighten-4 {
	border-color: #fff9c4 !important;
	color: #fff9c4 !important;
}

.btn-outline-yellow.btn-outline-lighten-4:hover {
	background-color: #fff9c4 !important;
}

.border-yellow.border-lighten-4 {
	border: 1px solid #fff9c4 !important;
}

.border-top-yellow.border-top-lighten-4 {
	border-top: 1px solid #fff9c4 !important;
}

.border-bottom-yellow.border-bottom-lighten-4 {
	border-bottom: 1px solid #fff9c4 !important;
}

.border-left-yellow.border-left-lighten-4 {
	border-left: 1px solid #fff9c4 !important;
}

.border-right-yellow.border-right-lighten-4 {
	border-right: 1px solid #fff9c4 !important;
}

.overlay-yellow.overlay-lighten-4 {
	background: #fff9c4;
	background: rgba(255, 249, 196, 0.8);
}

.bg-yellow.bg-lighten-3,
.btn-yellow.btn-lighten-3 {
	background-color: #fff59d !important;
}

.yellow.lighten-3 {
	color: #fff59d !important;
}

.bg-yellow.bg-lighten-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 245, 157, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 245, 157, 0.6);
}

.btn-yellow.btn-lighten-3 {
	border-color: #fbc02d !important;
}

.btn-yellow.btn-lighten-3:hover {
	border-color: #fbc02d !important;
	background-color: #f9a825 !important;
}

.btn-yellow.btn-lighten-3:active,
.btn-yellow.btn-lighten-3:focus {
	border-color: #f9a825 !important;
	background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-lighten-3 {
	border-color: #fff59d !important;
	color: #fff59d !important;
}

.btn-outline-yellow.btn-outline-lighten-3:hover {
	background-color: #fff59d !important;
}

.border-yellow.border-lighten-3 {
	border: 1px solid #fff59d !important;
}

.border-top-yellow.border-top-lighten-3 {
	border-top: 1px solid #fff59d !important;
}

.border-bottom-yellow.border-bottom-lighten-3 {
	border-bottom: 1px solid #fff59d !important;
}

.border-left-yellow.border-left-lighten-3 {
	border-left: 1px solid #fff59d !important;
}

.border-right-yellow.border-right-lighten-3 {
	border-right: 1px solid #fff59d !important;
}

.overlay-yellow.overlay-lighten-3 {
	background: #fff59d;
	background: rgba(255, 245, 157, 0.8);
}

.bg-yellow.bg-lighten-2,
.btn-yellow.btn-lighten-2 {
	background-color: #fff176 !important;
}

.yellow.lighten-2 {
	color: #fff176 !important;
}

.bg-yellow.bg-lighten-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 241, 118, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 241, 118, 0.6);
}

.btn-yellow.btn-lighten-2 {
	border-color: #fbc02d !important;
}

.btn-yellow.btn-lighten-2:hover {
	border-color: #fbc02d !important;
	background-color: #f9a825 !important;
}

.btn-yellow.btn-lighten-2:active,
.btn-yellow.btn-lighten-2:focus {
	border-color: #f9a825 !important;
	background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-lighten-2 {
	border-color: #fff176 !important;
	color: #fff176 !important;
}

.btn-outline-yellow.btn-outline-lighten-2:hover {
	background-color: #fff176 !important;
}

.border-yellow.border-lighten-2 {
	border: 1px solid #fff176 !important;
}

.border-top-yellow.border-top-lighten-2 {
	border-top: 1px solid #fff176 !important;
}

.border-bottom-yellow.border-bottom-lighten-2 {
	border-bottom: 1px solid #fff176 !important;
}

.border-left-yellow.border-left-lighten-2 {
	border-left: 1px solid #fff176 !important;
}

.border-right-yellow.border-right-lighten-2 {
	border-right: 1px solid #fff176 !important;
}

.overlay-yellow.overlay-lighten-2 {
	background: #fff176;
	background: rgba(255, 241, 118, 0.8);
}

.bg-yellow.bg-lighten-1,
.btn-yellow.btn-lighten-1 {
	background-color: #ffee58 !important;
}

.yellow.lighten-1 {
	color: #ffee58 !important;
}

.bg-yellow.bg-lighten-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 238, 88, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 238, 88, 0.6);
}

.bg-yellow.bg-glow,
.btn-yellow.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 235, 59, 0.6);
}

.btn-yellow.btn-lighten-1 {
	border-color: #fbc02d !important;
}

.btn-yellow.btn-lighten-1:hover {
	border-color: #fbc02d !important;
	background-color: #f9a825 !important;
}

.btn-yellow.btn-lighten-1:active,
.btn-yellow.btn-lighten-1:focus {
	border-color: #f9a825 !important;
	background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-lighten-1 {
	border-color: #ffee58 !important;
	color: #ffee58 !important;
}

.btn-outline-yellow.btn-outline-lighten-1:hover {
	background-color: #ffee58 !important;
}

.border-yellow.border-lighten-1 {
	border: 1px solid #ffee58 !important;
}

.border-top-yellow.border-top-lighten-1 {
	border-top: 1px solid #ffee58 !important;
}

.border-bottom-yellow.border-bottom-lighten-1 {
	border-bottom: 1px solid #ffee58 !important;
}

.border-left-yellow.border-left-lighten-1 {
	border-left: 1px solid #ffee58 !important;
}

.border-right-yellow.border-right-lighten-1 {
	border-right: 1px solid #ffee58 !important;
}

.alert-yellow,
.btn-yellow {
	border-color: #ffeb3b !important;
}

.overlay-yellow.overlay-lighten-1 {
	background: #ffee58;
	background: rgba(255, 238, 88, 0.8);
}

.yellow {
	color: #ffeb3b !important;
}

.bg-yellow {
	background-color: #ffeb3b !important;
}

.bg-yellow .card-footer,
.bg-yellow .card-header {
	background-color: transparent;
}

.bg-yellow.bg-glow {
	box-shadow: 0 1px 20px 1px rgba(255, 235, 59, 0.6);
}

.selectboxit.selectboxit-btn.bg-yellow {
	background-color: #ffeb3b !important;
}

.alert-yellow {
	background-color: #fff282 !important;
	color: #887a00 !important;
}

.alert-yellow .alert-link {
	color: #5f5500 !important;
}

.overlay-yellow {
	background: #ffeb3b;
	background: rgba(255, 235, 59, 0.8);
}

.btn-yellow {
	background-color: #ffeb3b !important;
	color: #fff;
}

.btn-yellow:hover {
	border-color: #fbc02d !important;
	background-color: #fdd835 !important;
	color: #fff !important;
}

.btn-yellow:active,
.btn-yellow:focus {
	border-color: #f9a825 !important;
	background-color: #fbc02d !important;
	color: #fff !important;
}

.btn-yellow.btn-glow {
	box-shadow: 0 1px 20px 1px rgba(255, 235, 59, 0.6);
}

.btn-outline-yellow {
	border-color: #ffeb3b;
	background-color: transparent;
	color: #ffeb3b;
}

.btn-outline-yellow:hover {
	background-color: #ffeb3b;
	color: #fff !important;
}

.btn-outline-yellow.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 235, 59, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 235, 59, 0.6);
}

input[type="checkbox"].bg-yellow + .custom-control-label:before,
input[type="radio"].bg-yellow + .custom-control-label:before {
	background-color: #ffeb3b !important;
}

.bg-yellow.bg-darken-1,
.btn-yellow.btn-darken-1 {
	background-color: #fdd835 !important;
}

.border-yellow {
	border: 1px solid #ffeb3b !important;
}

.border-top-yellow {
	border-top: 1px solid #ffeb3b;
}

.border-bottom-yellow {
	border-bottom: 1px solid #ffeb3b;
}

.border-left-yellow {
	border-left: 1px solid #ffeb3b;
}

.border-right-yellow {
	border-right: 1px solid #ffeb3b;
}

.yellow.darken-1 {
	color: #fdd835 !important;
}

.bg-yellow.bg-darken-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(253, 216, 53, 0.6);
	box-shadow: 0 1px 20px 1px rgba(253, 216, 53, 0.6);
}

.btn-yellow.btn-darken-1 {
	border-color: #fbc02d !important;
}

.btn-yellow.btn-darken-1:hover {
	border-color: #fbc02d !important;
	background-color: #f9a825 !important;
}

.btn-yellow.btn-darken-1:active,
.btn-yellow.btn-darken-1:focus {
	border-color: #f9a825 !important;
	background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-darken-1 {
	border-color: #fdd835 !important;
	color: #fdd835 !important;
}

.btn-outline-yellow.btn-outline-darken-1:hover {
	background-color: #fdd835 !important;
}

.border-yellow.border-darken-1 {
	border: 1px solid #fdd835 !important;
}

.border-top-yellow.border-top-darken-1 {
	border-top: 1px solid #fdd835 !important;
}

.border-bottom-yellow.border-bottom-darken-1 {
	border-bottom: 1px solid #fdd835 !important;
}

.border-left-yellow.border-left-darken-1 {
	border-left: 1px solid #fdd835 !important;
}

.border-right-yellow.border-right-darken-1 {
	border-right: 1px solid #fdd835 !important;
}

.btn-yellow.btn-darken-2,
.btn-yellow.btn-darken-2:hover {
	border-color: #fbc02d !important;
}

.overlay-yellow.overlay-darken-1 {
	background: #fdd835;
	background: rgba(253, 216, 53, 0.8);
}

.bg-yellow.bg-darken-2,
.btn-yellow.btn-darken-2 {
	background-color: #fbc02d !important;
}

.yellow.darken-2 {
	color: #fbc02d !important;
}

.bg-yellow.bg-darken-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(251, 192, 45, 0.6);
	box-shadow: 0 1px 20px 1px rgba(251, 192, 45, 0.6);
}

.btn-yellow.btn-darken-2:hover {
	background-color: #f9a825 !important;
}

.btn-yellow.btn-darken-2:active,
.btn-yellow.btn-darken-2:focus {
	border-color: #f9a825 !important;
	background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-darken-2 {
	border-color: #fbc02d !important;
	color: #fbc02d !important;
}

.btn-outline-yellow.btn-outline-darken-2:hover {
	background-color: #fbc02d !important;
}

.border-yellow.border-darken-2 {
	border: 1px solid #fbc02d !important;
}

.border-top-yellow.border-top-darken-2 {
	border-top: 1px solid #fbc02d !important;
}

.border-bottom-yellow.border-bottom-darken-2 {
	border-bottom: 1px solid #fbc02d !important;
}

.border-left-yellow.border-left-darken-2 {
	border-left: 1px solid #fbc02d !important;
}

.border-right-yellow.border-right-darken-2 {
	border-right: 1px solid #fbc02d !important;
}

.overlay-yellow.overlay-darken-2 {
	background: #fbc02d;
	background: rgba(251, 192, 45, 0.8);
}

.yellow.darken-3 {
	color: #f9a825 !important;
}

.bg-yellow.bg-darken-3 {
	background-color: #f9a825 !important;
}

.bg-yellow.bg-darken-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(249, 168, 37, 0.6);
	box-shadow: 0 1px 20px 1px rgba(249, 168, 37, 0.6);
}

.btn-yellow.btn-darken-3,
.btn-yellow.btn-darken-3:hover {
	border-color: #fbc02d !important;
	background-color: #f9a825 !important;
}

.btn-yellow.btn-darken-3:active,
.btn-yellow.btn-darken-3:focus {
	border-color: #f9a825 !important;
	background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-darken-3 {
	border-color: #f9a825 !important;
	color: #f9a825 !important;
}

.btn-outline-yellow.btn-outline-darken-3:hover {
	background-color: #f9a825 !important;
}

.border-yellow.border-darken-3 {
	border: 1px solid #f9a825 !important;
}

.border-top-yellow.border-top-darken-3 {
	border-top: 1px solid #f9a825 !important;
}

.border-bottom-yellow.border-bottom-darken-3 {
	border-bottom: 1px solid #f9a825 !important;
}

.border-left-yellow.border-left-darken-3 {
	border-left: 1px solid #f9a825 !important;
}

.border-right-yellow.border-right-darken-3 {
	border-right: 1px solid #f9a825 !important;
}

.btn-yellow.btn-darken-4,
.btn-yellow.btn-darken-4:hover {
	border-color: #fbc02d !important;
}

.overlay-yellow.overlay-darken-3 {
	background: #f9a825;
	background: rgba(249, 168, 37, 0.8);
}

.bg-yellow.bg-darken-4,
.btn-yellow.btn-darken-4 {
	background-color: #f57f17 !important;
}

.yellow.darken-4 {
	color: #f57f17 !important;
}

.bg-yellow.bg-darken-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(245, 127, 23, 0.6);
	box-shadow: 0 1px 20px 1px rgba(245, 127, 23, 0.6);
}

.btn-yellow.btn-darken-4:hover {
	background-color: #f9a825 !important;
}

.btn-yellow.btn-darken-4:active,
.btn-yellow.btn-darken-4:focus {
	border-color: #f9a825 !important;
	background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-darken-4 {
	border-color: #f57f17 !important;
	color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-darken-4:hover {
	background-color: #f57f17 !important;
}

.border-yellow.border-darken-4 {
	border: 1px solid #f57f17 !important;
}

.border-top-yellow.border-top-darken-4 {
	border-top: 1px solid #f57f17 !important;
}

.border-bottom-yellow.border-bottom-darken-4 {
	border-bottom: 1px solid #f57f17 !important;
}

.border-left-yellow.border-left-darken-4 {
	border-left: 1px solid #f57f17 !important;
}

.border-right-yellow.border-right-darken-4 {
	border-right: 1px solid #f57f17 !important;
}

.btn-yellow.btn-accent-1,
.btn-yellow.btn-accent-1:hover {
	border-color: #fbc02d !important;
}

.overlay-yellow.overlay-darken-4 {
	background: #f57f17;
	background: rgba(245, 127, 23, 0.8);
}

.bg-yellow.bg-accent-1,
.btn-yellow.btn-accent-1 {
	background-color: #ffff8d !important;
}

.yellow.accent-1 {
	color: #ffff8d !important;
}

.bg-yellow.bg-accent-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 255, 141, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 255, 141, 0.6);
}

.btn-yellow.btn-accent-1:hover {
	background-color: #f9a825 !important;
}

.btn-yellow.btn-accent-1:active,
.btn-yellow.btn-accent-1:focus {
	border-color: #f9a825 !important;
	background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-accent-1 {
	border-color: #ffff8d !important;
	color: #ffff8d !important;
}

.btn-outline-yellow.btn-outline-accent-1:hover {
	background-color: #ffff8d !important;
}

.border-yellow.border-accent-1 {
	border: 1px solid #ffff8d !important;
}

.border-top-yellow.border-top-accent-1 {
	border-top: 1px solid #ffff8d !important;
}

.border-bottom-yellow.border-bottom-accent-1 {
	border-bottom: 1px solid #ffff8d !important;
}

.border-left-yellow.border-left-accent-1 {
	border-left: 1px solid #ffff8d !important;
}

.border-right-yellow.border-right-accent-1 {
	border-right: 1px solid #ffff8d !important;
}

.btn-yellow.btn-accent-2,
.btn-yellow.btn-accent-2:hover {
	border-color: #fbc02d !important;
}

.overlay-yellow.overlay-accent-1 {
	background: #ffff8d;
	background: rgba(255, 255, 141, 0.8);
}

.bg-yellow.bg-accent-2,
.btn-yellow.btn-accent-2 {
	background-color: #ff0 !important;
}

.yellow.accent-2 {
	color: #ff0 !important;
}

.bg-yellow.bg-accent-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 255, 0, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 255, 0, 0.6);
}

.btn-yellow.btn-accent-2:hover {
	background-color: #f9a825 !important;
}

.btn-yellow.btn-accent-2:active,
.btn-yellow.btn-accent-2:focus {
	border-color: #f9a825 !important;
	background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-accent-2 {
	border-color: #ff0 !important;
	color: #ff0 !important;
}

.btn-outline-yellow.btn-outline-accent-2:hover {
	background-color: #ff0 !important;
}

.border-yellow.border-accent-2 {
	border: 1px solid #ff0 !important;
}

.border-top-yellow.border-top-accent-2 {
	border-top: 1px solid #ff0 !important;
}

.border-bottom-yellow.border-bottom-accent-2 {
	border-bottom: 1px solid #ff0 !important;
}

.border-left-yellow.border-left-accent-2 {
	border-left: 1px solid #ff0 !important;
}

.border-right-yellow.border-right-accent-2 {
	border-right: 1px solid #ff0 !important;
}

.btn-yellow.btn-accent-3,
.btn-yellow.btn-accent-3:hover {
	border-color: #fbc02d !important;
}

.overlay-yellow.overlay-accent-2 {
	background: #ff0;
	background: rgba(255, 255, 0, 0.8);
}

.bg-yellow.bg-accent-3,
.btn-yellow.btn-accent-3 {
	background-color: #ffea00 !important;
}

.yellow.accent-3 {
	color: #ffea00 !important;
}

.bg-yellow.bg-accent-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 234, 0, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 234, 0, 0.6);
}

.btn-yellow.btn-accent-3:hover {
	background-color: #f9a825 !important;
}

.btn-yellow.btn-accent-3:active,
.btn-yellow.btn-accent-3:focus {
	border-color: #f9a825 !important;
	background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-accent-3 {
	border-color: #ffea00 !important;
	color: #ffea00 !important;
}

.btn-outline-yellow.btn-outline-accent-3:hover {
	background-color: #ffea00 !important;
}

.border-yellow.border-accent-3 {
	border: 1px solid #ffea00 !important;
}

.border-top-yellow.border-top-accent-3 {
	border-top: 1px solid #ffea00 !important;
}

.border-bottom-yellow.border-bottom-accent-3 {
	border-bottom: 1px solid #ffea00 !important;
}

.border-left-yellow.border-left-accent-3 {
	border-left: 1px solid #ffea00 !important;
}

.border-right-yellow.border-right-accent-3 {
	border-right: 1px solid #ffea00 !important;
}

.btn-yellow.btn-accent-4,
.btn-yellow.btn-accent-4:hover {
	border-color: #fbc02d !important;
}

.overlay-yellow.overlay-accent-3 {
	background: #ffea00;
	background: rgba(255, 234, 0, 0.8);
}

.bg-yellow.bg-accent-4,
.btn-yellow.btn-accent-4 {
	background-color: #ffd600 !important;
}

.yellow.accent-4 {
	color: #ffd600 !important;
}

.bg-yellow.bg-accent-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 214, 0, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 214, 0, 0.6);
}

.btn-yellow.btn-accent-4:hover {
	background-color: #f9a825 !important;
}

.btn-yellow.btn-accent-4:active,
.btn-yellow.btn-accent-4:focus {
	border-color: #f9a825 !important;
	background-color: #f57f17 !important;
}

.btn-outline-yellow.btn-outline-accent-4 {
	border-color: #ffd600 !important;
	color: #ffd600 !important;
}

.btn-outline-yellow.btn-outline-accent-4:hover {
	background-color: #ffd600 !important;
}

input:focus ~ .bg-yellow {
	-webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffd600 !important;
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffd600 !important;
}

.border-yellow.border-accent-4 {
	border: 1px solid #ffd600 !important;
}

.border-top-yellow.border-top-accent-4 {
	border-top: 1px solid #ffd600 !important;
}

.border-bottom-yellow.border-bottom-accent-4 {
	border-bottom: 1px solid #ffd600 !important;
}

.border-left-yellow.border-left-accent-4 {
	border-left: 1px solid #ffd600 !important;
}

.border-right-yellow.border-right-accent-4 {
	border-right: 1px solid #ffd600 !important;
}

.btn-amber.btn-lighten-5,
.btn-amber.btn-lighten-5:hover {
	border-color: #ffa000 !important;
}

.overlay-yellow.overlay-accent-4 {
	background: #ffd600;
	background: rgba(255, 214, 0, 0.8);
}

.bg-amber.bg-lighten-5,
.btn-amber.btn-lighten-5 {
	background-color: #fff8e1 !important;
}

.amber.lighten-5 {
	color: #fff8e1 !important;
}

.bg-amber.bg-lighten-5.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 248, 225, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 248, 225, 0.6);
}

.btn-amber.btn-lighten-5:hover {
	background-color: #ff8f00 !important;
}

.btn-amber.btn-lighten-5:active,
.btn-amber.btn-lighten-5:focus {
	border-color: #ff8f00 !important;
	background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-lighten-5 {
	border-color: #fff8e1 !important;
	color: #fff8e1 !important;
}

.btn-outline-amber.btn-outline-lighten-5:hover {
	background-color: #fff8e1 !important;
}

.border-amber.border-lighten-5 {
	border: 1px solid #fff8e1 !important;
}

.border-top-amber.border-top-lighten-5 {
	border-top: 1px solid #fff8e1 !important;
}

.border-bottom-amber.border-bottom-lighten-5 {
	border-bottom: 1px solid #fff8e1 !important;
}

.border-left-amber.border-left-lighten-5 {
	border-left: 1px solid #fff8e1 !important;
}

.border-right-amber.border-right-lighten-5 {
	border-right: 1px solid #fff8e1 !important;
}

.btn-amber.btn-lighten-4,
.btn-amber.btn-lighten-4:hover {
	border-color: #ffa000 !important;
}

.overlay-amber.overlay-lighten-5 {
	background: #fff8e1;
	background: rgba(255, 248, 225, 0.8);
}

.bg-amber.bg-lighten-4,
.btn-amber.btn-lighten-4 {
	background-color: #ffecb3 !important;
}

.amber.lighten-4 {
	color: #ffecb3 !important;
}

.bg-amber.bg-lighten-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 236, 179, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 236, 179, 0.6);
}

.btn-amber.btn-lighten-4:hover {
	background-color: #ff8f00 !important;
}

.btn-amber.btn-lighten-4:active,
.btn-amber.btn-lighten-4:focus {
	border-color: #ff8f00 !important;
	background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-lighten-4 {
	border-color: #ffecb3 !important;
	color: #ffecb3 !important;
}

.btn-outline-amber.btn-outline-lighten-4:hover {
	background-color: #ffecb3 !important;
}

.border-amber.border-lighten-4 {
	border: 1px solid #ffecb3 !important;
}

.border-top-amber.border-top-lighten-4 {
	border-top: 1px solid #ffecb3 !important;
}

.border-bottom-amber.border-bottom-lighten-4 {
	border-bottom: 1px solid #ffecb3 !important;
}

.border-left-amber.border-left-lighten-4 {
	border-left: 1px solid #ffecb3 !important;
}

.border-right-amber.border-right-lighten-4 {
	border-right: 1px solid #ffecb3 !important;
}

.btn-amber.btn-lighten-3,
.btn-amber.btn-lighten-3:hover {
	border-color: #ffa000 !important;
}

.overlay-amber.overlay-lighten-4 {
	background: #ffecb3;
	background: rgba(255, 236, 179, 0.8);
}

.bg-amber.bg-lighten-3,
.btn-amber.btn-lighten-3 {
	background-color: #ffe082 !important;
}

.amber.lighten-3 {
	color: #ffe082 !important;
}

.bg-amber.bg-lighten-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 224, 130, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 224, 130, 0.6);
}

.btn-amber.btn-lighten-3:hover {
	background-color: #ff8f00 !important;
}

.btn-amber.btn-lighten-3:active,
.btn-amber.btn-lighten-3:focus {
	border-color: #ff8f00 !important;
	background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-lighten-3 {
	border-color: #ffe082 !important;
	color: #ffe082 !important;
}

.btn-outline-amber.btn-outline-lighten-3:hover {
	background-color: #ffe082 !important;
}

.border-amber.border-lighten-3 {
	border: 1px solid #ffe082 !important;
}

.border-top-amber.border-top-lighten-3 {
	border-top: 1px solid #ffe082 !important;
}

.border-bottom-amber.border-bottom-lighten-3 {
	border-bottom: 1px solid #ffe082 !important;
}

.border-left-amber.border-left-lighten-3 {
	border-left: 1px solid #ffe082 !important;
}

.border-right-amber.border-right-lighten-3 {
	border-right: 1px solid #ffe082 !important;
}

.btn-amber.btn-lighten-2,
.btn-amber.btn-lighten-2:hover {
	border-color: #ffa000 !important;
}

.overlay-amber.overlay-lighten-3 {
	background: #ffe082;
	background: rgba(255, 224, 130, 0.8);
}

.bg-amber.bg-lighten-2,
.btn-amber.btn-lighten-2 {
	background-color: #ffd54f !important;
}

.amber.lighten-2 {
	color: #ffd54f !important;
}

.bg-amber.bg-lighten-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 213, 79, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 213, 79, 0.6);
}

.btn-amber.btn-lighten-2:hover {
	background-color: #ff8f00 !important;
}

.btn-amber.btn-lighten-2:active,
.btn-amber.btn-lighten-2:focus {
	border-color: #ff8f00 !important;
	background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-lighten-2 {
	border-color: #ffd54f !important;
	color: #ffd54f !important;
}

.btn-outline-amber.btn-outline-lighten-2:hover {
	background-color: #ffd54f !important;
}

.border-amber.border-lighten-2 {
	border: 1px solid #ffd54f !important;
}

.border-top-amber.border-top-lighten-2 {
	border-top: 1px solid #ffd54f !important;
}

.border-bottom-amber.border-bottom-lighten-2 {
	border-bottom: 1px solid #ffd54f !important;
}

.border-left-amber.border-left-lighten-2 {
	border-left: 1px solid #ffd54f !important;
}

.border-right-amber.border-right-lighten-2 {
	border-right: 1px solid #ffd54f !important;
}

.btn-amber.btn-lighten-1,
.btn-amber.btn-lighten-1:hover {
	border-color: #ffa000 !important;
}

.overlay-amber.overlay-lighten-2 {
	background: #ffd54f;
	background: rgba(255, 213, 79, 0.8);
}

.bg-amber.bg-lighten-1,
.btn-amber.btn-lighten-1 {
	background-color: #ffca28 !important;
}

.amber.lighten-1 {
	color: #ffca28 !important;
}

.bg-amber.bg-lighten-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 202, 40, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 202, 40, 0.6);
}

.bg-amber.bg-glow,
.btn-amber.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 193, 7, 0.6);
}

.btn-amber.btn-lighten-1:hover {
	background-color: #ff8f00 !important;
}

.btn-amber.btn-lighten-1:active,
.btn-amber.btn-lighten-1:focus {
	border-color: #ff8f00 !important;
	background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-lighten-1 {
	border-color: #ffca28 !important;
	color: #ffca28 !important;
}

.btn-outline-amber.btn-outline-lighten-1:hover {
	background-color: #ffca28 !important;
}

.border-amber.border-lighten-1 {
	border: 1px solid #ffca28 !important;
}

.border-top-amber.border-top-lighten-1 {
	border-top: 1px solid #ffca28 !important;
}

.border-bottom-amber.border-bottom-lighten-1 {
	border-bottom: 1px solid #ffca28 !important;
}

.border-left-amber.border-left-lighten-1 {
	border-left: 1px solid #ffca28 !important;
}

.border-right-amber.border-right-lighten-1 {
	border-right: 1px solid #ffca28 !important;
}

.alert-amber,
.btn-amber {
	border-color: #ffc107 !important;
}

.overlay-amber.overlay-lighten-1 {
	background: #ffca28;
	background: rgba(255, 202, 40, 0.8);
}

.amber {
	color: #ffc107 !important;
}

.bg-amber {
	background-color: #ffc107 !important;
}

.bg-amber .card-footer,
.bg-amber .card-header {
	background-color: transparent;
}

.bg-amber.bg-glow {
	box-shadow: 0 1px 20px 1px rgba(255, 193, 7, 0.6);
}

.selectboxit.selectboxit-btn.bg-amber {
	background-color: #ffc107 !important;
}

.alert-amber {
	background-color: #ffd34e !important;
	color: #543f00 !important;
}

.alert-amber .alert-link {
	color: #2b2000 !important;
}

.overlay-amber {
	background: #ffc107;
	background: rgba(255, 193, 7, 0.8);
}

.btn-amber {
	background-color: #ffc107 !important;
	color: #fff;
}

.btn-amber:hover {
	border-color: #ffa000 !important;
	background-color: #ffb300 !important;
	color: #fff !important;
}

.btn-amber:active,
.btn-amber:focus {
	border-color: #ff8f00 !important;
	background-color: #ffa000 !important;
	color: #fff !important;
}

.btn-amber.btn-glow {
	box-shadow: 0 1px 20px 1px rgba(255, 193, 7, 0.6);
}

.btn-outline-amber {
	border-color: #ffc107;
	background-color: transparent;
	color: #ffc107;
}

.btn-outline-amber:hover {
	background-color: #ffc107;
	color: #fff !important;
}

.btn-outline-amber.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 193, 7, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 193, 7, 0.6);
}

input[type="checkbox"].bg-amber + .custom-control-label:before,
input[type="radio"].bg-amber + .custom-control-label:before {
	background-color: #ffc107 !important;
}

.bg-amber.bg-darken-1,
.btn-amber.btn-darken-1 {
	background-color: #ffb300 !important;
}

.border-amber {
	border: 1px solid #ffc107 !important;
}

.border-top-amber {
	border-top: 1px solid #ffc107;
}

.border-bottom-amber {
	border-bottom: 1px solid #ffc107;
}

.border-left-amber {
	border-left: 1px solid #ffc107;
}

.border-right-amber {
	border-right: 1px solid #ffc107;
}

.amber.darken-1 {
	color: #ffb300 !important;
}

.bg-amber.bg-darken-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 179, 0, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 179, 0, 0.6);
}

.btn-amber.btn-darken-1 {
	border-color: #ffa000 !important;
}

.btn-amber.btn-darken-1:hover {
	border-color: #ffa000 !important;
	background-color: #ff8f00 !important;
}

.btn-amber.btn-darken-1:active,
.btn-amber.btn-darken-1:focus {
	border-color: #ff8f00 !important;
	background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-darken-1 {
	border-color: #ffb300 !important;
	color: #ffb300 !important;
}

.btn-outline-amber.btn-outline-darken-1:hover {
	background-color: #ffb300 !important;
}

.border-amber.border-darken-1 {
	border: 1px solid #ffb300 !important;
}

.border-top-amber.border-top-darken-1 {
	border-top: 1px solid #ffb300 !important;
}

.border-bottom-amber.border-bottom-darken-1 {
	border-bottom: 1px solid #ffb300 !important;
}

.border-left-amber.border-left-darken-1 {
	border-left: 1px solid #ffb300 !important;
}

.border-right-amber.border-right-darken-1 {
	border-right: 1px solid #ffb300 !important;
}

.btn-amber.btn-darken-2,
.btn-amber.btn-darken-2:hover {
	border-color: #ffa000 !important;
}

.overlay-amber.overlay-darken-1 {
	background: #ffb300;
	background: rgba(255, 179, 0, 0.8);
}

.bg-amber.bg-darken-2,
.btn-amber.btn-darken-2 {
	background-color: #ffa000 !important;
}

.amber.darken-2 {
	color: #ffa000 !important;
}

.bg-amber.bg-darken-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 160, 0, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 160, 0, 0.6);
}

.btn-amber.btn-darken-2:hover {
	background-color: #ff8f00 !important;
}

.btn-amber.btn-darken-2:active,
.btn-amber.btn-darken-2:focus {
	border-color: #ff8f00 !important;
	background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-darken-2 {
	border-color: #ffa000 !important;
	color: #ffa000 !important;
}

.btn-outline-amber.btn-outline-darken-2:hover {
	background-color: #ffa000 !important;
}

.border-amber.border-darken-2 {
	border: 1px solid #ffa000 !important;
}

.border-top-amber.border-top-darken-2 {
	border-top: 1px solid #ffa000 !important;
}

.border-bottom-amber.border-bottom-darken-2 {
	border-bottom: 1px solid #ffa000 !important;
}

.border-left-amber.border-left-darken-2 {
	border-left: 1px solid #ffa000 !important;
}

.border-right-amber.border-right-darken-2 {
	border-right: 1px solid #ffa000 !important;
}

.overlay-amber.overlay-darken-2 {
	background: #ffa000;
	background: rgba(255, 160, 0, 0.8);
}

.amber.darken-3 {
	color: #ff8f00 !important;
}

.bg-amber.bg-darken-3 {
	background-color: #ff8f00 !important;
}

.bg-amber.bg-darken-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 143, 0, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 143, 0, 0.6);
}

.btn-amber.btn-darken-3,
.btn-amber.btn-darken-3:hover {
	border-color: #ffa000 !important;
	background-color: #ff8f00 !important;
}

.btn-amber.btn-darken-3:active,
.btn-amber.btn-darken-3:focus {
	border-color: #ff8f00 !important;
	background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-darken-3 {
	border-color: #ff8f00 !important;
	color: #ff8f00 !important;
}

.btn-outline-amber.btn-outline-darken-3:hover {
	background-color: #ff8f00 !important;
}

.border-amber.border-darken-3 {
	border: 1px solid #ff8f00 !important;
}

.border-top-amber.border-top-darken-3 {
	border-top: 1px solid #ff8f00 !important;
}

.border-bottom-amber.border-bottom-darken-3 {
	border-bottom: 1px solid #ff8f00 !important;
}

.border-left-amber.border-left-darken-3 {
	border-left: 1px solid #ff8f00 !important;
}

.border-right-amber.border-right-darken-3 {
	border-right: 1px solid #ff8f00 !important;
}

.btn-amber.btn-darken-4,
.btn-amber.btn-darken-4:hover {
	border-color: #ffa000 !important;
}

.overlay-amber.overlay-darken-3 {
	background: #ff8f00;
	background: rgba(255, 143, 0, 0.8);
}

.bg-amber.bg-darken-4,
.btn-amber.btn-darken-4 {
	background-color: #ff6f00 !important;
}

.amber.darken-4 {
	color: #ff6f00 !important;
}

.bg-amber.bg-darken-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 111, 0, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 111, 0, 0.6);
}

.btn-amber.btn-darken-4:hover {
	background-color: #ff8f00 !important;
}

.btn-amber.btn-darken-4:active,
.btn-amber.btn-darken-4:focus {
	border-color: #ff8f00 !important;
	background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-darken-4 {
	border-color: #ff6f00 !important;
	color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-darken-4:hover {
	background-color: #ff6f00 !important;
}

.border-amber.border-darken-4 {
	border: 1px solid #ff6f00 !important;
}

.border-top-amber.border-top-darken-4 {
	border-top: 1px solid #ff6f00 !important;
}

.border-bottom-amber.border-bottom-darken-4 {
	border-bottom: 1px solid #ff6f00 !important;
}

.border-left-amber.border-left-darken-4 {
	border-left: 1px solid #ff6f00 !important;
}

.border-right-amber.border-right-darken-4 {
	border-right: 1px solid #ff6f00 !important;
}

.btn-amber.btn-accent-1,
.btn-amber.btn-accent-1:hover {
	border-color: #ffa000 !important;
}

.overlay-amber.overlay-darken-4 {
	background: #ff6f00;
	background: rgba(255, 111, 0, 0.8);
}

.bg-amber.bg-accent-1,
.btn-amber.btn-accent-1 {
	background-color: #ffe57f !important;
}

.amber.accent-1 {
	color: #ffe57f !important;
}

.bg-amber.bg-accent-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 229, 127, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 229, 127, 0.6);
}

.btn-amber.btn-accent-1:hover {
	background-color: #ff8f00 !important;
}

.btn-amber.btn-accent-1:active,
.btn-amber.btn-accent-1:focus {
	border-color: #ff8f00 !important;
	background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-accent-1 {
	border-color: #ffe57f !important;
	color: #ffe57f !important;
}

.btn-outline-amber.btn-outline-accent-1:hover {
	background-color: #ffe57f !important;
}

.border-amber.border-accent-1 {
	border: 1px solid #ffe57f !important;
}

.border-top-amber.border-top-accent-1 {
	border-top: 1px solid #ffe57f !important;
}

.border-bottom-amber.border-bottom-accent-1 {
	border-bottom: 1px solid #ffe57f !important;
}

.border-left-amber.border-left-accent-1 {
	border-left: 1px solid #ffe57f !important;
}

.border-right-amber.border-right-accent-1 {
	border-right: 1px solid #ffe57f !important;
}

.btn-amber.btn-accent-2,
.btn-amber.btn-accent-2:hover {
	border-color: #ffa000 !important;
}

.overlay-amber.overlay-accent-1 {
	background: #ffe57f;
	background: rgba(255, 229, 127, 0.8);
}

.bg-amber.bg-accent-2,
.btn-amber.btn-accent-2 {
	background-color: #ffd740 !important;
}

.amber.accent-2 {
	color: #ffd740 !important;
}

.bg-amber.bg-accent-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 215, 64, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 215, 64, 0.6);
}

.btn-amber.btn-accent-2:hover {
	background-color: #ff8f00 !important;
}

.btn-amber.btn-accent-2:active,
.btn-amber.btn-accent-2:focus {
	border-color: #ff8f00 !important;
	background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-accent-2 {
	border-color: #ffd740 !important;
	color: #ffd740 !important;
}

.btn-outline-amber.btn-outline-accent-2:hover {
	background-color: #ffd740 !important;
}

.border-amber.border-accent-2 {
	border: 1px solid #ffd740 !important;
}

.border-top-amber.border-top-accent-2 {
	border-top: 1px solid #ffd740 !important;
}

.border-bottom-amber.border-bottom-accent-2 {
	border-bottom: 1px solid #ffd740 !important;
}

.border-left-amber.border-left-accent-2 {
	border-left: 1px solid #ffd740 !important;
}

.border-right-amber.border-right-accent-2 {
	border-right: 1px solid #ffd740 !important;
}

.btn-amber.btn-accent-3,
.btn-amber.btn-accent-3:hover {
	border-color: #ffa000 !important;
}

.overlay-amber.overlay-accent-2 {
	background: #ffd740;
	background: rgba(255, 215, 64, 0.8);
}

.bg-amber.bg-accent-3,
.btn-amber.btn-accent-3 {
	background-color: #ffc400 !important;
}

.amber.accent-3 {
	color: #ffc400 !important;
}

.bg-amber.bg-accent-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 196, 0, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 196, 0, 0.6);
}

.btn-amber.btn-accent-3:hover {
	background-color: #ff8f00 !important;
}

.btn-amber.btn-accent-3:active,
.btn-amber.btn-accent-3:focus {
	border-color: #ff8f00 !important;
	background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-accent-3 {
	border-color: #ffc400 !important;
	color: #ffc400 !important;
}

.btn-outline-amber.btn-outline-accent-3:hover {
	background-color: #ffc400 !important;
}

.border-amber.border-accent-3 {
	border: 1px solid #ffc400 !important;
}

.border-top-amber.border-top-accent-3 {
	border-top: 1px solid #ffc400 !important;
}

.border-bottom-amber.border-bottom-accent-3 {
	border-bottom: 1px solid #ffc400 !important;
}

.border-left-amber.border-left-accent-3 {
	border-left: 1px solid #ffc400 !important;
}

.border-right-amber.border-right-accent-3 {
	border-right: 1px solid #ffc400 !important;
}

.btn-amber.btn-accent-4,
.btn-amber.btn-accent-4:hover {
	border-color: #ffa000 !important;
}

.overlay-amber.overlay-accent-3 {
	background: #ffc400;
	background: rgba(255, 196, 0, 0.8);
}

.bg-amber.bg-accent-4,
.btn-amber.btn-accent-4 {
	background-color: #ffab00 !important;
}

.amber.accent-4 {
	color: #ffab00 !important;
}

.bg-amber.bg-accent-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 171, 0, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 171, 0, 0.6);
}

.btn-amber.btn-accent-4:hover {
	background-color: #ff8f00 !important;
}

.btn-amber.btn-accent-4:active,
.btn-amber.btn-accent-4:focus {
	border-color: #ff8f00 !important;
	background-color: #ff6f00 !important;
}

.btn-outline-amber.btn-outline-accent-4 {
	border-color: #ffab00 !important;
	color: #ffab00 !important;
}

.btn-outline-amber.btn-outline-accent-4:hover {
	background-color: #ffab00 !important;
}

input:focus ~ .bg-amber {
	-webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffab00 !important;
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffab00 !important;
}

.border-amber.border-accent-4 {
	border: 1px solid #ffab00 !important;
}

.border-top-amber.border-top-accent-4 {
	border-top: 1px solid #ffab00 !important;
}

.border-bottom-amber.border-bottom-accent-4 {
	border-bottom: 1px solid #ffab00 !important;
}

.border-left-amber.border-left-accent-4 {
	border-left: 1px solid #ffab00 !important;
}

.border-right-amber.border-right-accent-4 {
	border-right: 1px solid #ffab00 !important;
}

.overlay-amber.overlay-accent-4 {
	background: #ffab00;
	background: rgba(255, 171, 0, 0.8);
}

.bg-orange.bg-lighten-5,
.btn-orange.btn-lighten-5 {
	background-color: #fff3e0 !important;
}

.orange.lighten-5 {
	color: #fff3e0 !important;
}

.bg-orange.bg-lighten-5.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 243, 224, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 243, 224, 0.6);
}

.btn-orange.btn-lighten-5 {
	border-color: #f57c00 !important;
}

.btn-orange.btn-lighten-5:hover {
	border-color: #f57c00 !important;
	background-color: #ef6c00 !important;
}

.btn-orange.btn-lighten-5:active,
.btn-orange.btn-lighten-5:focus {
	border-color: #ef6c00 !important;
	background-color: #e65100 !important;
}

.btn-outline-orange.btn-outline-lighten-5 {
	border-color: #fff3e0 !important;
	color: #fff3e0 !important;
}

.btn-outline-orange.btn-outline-lighten-5:hover {
	background-color: #fff3e0 !important;
}

.border-orange.border-lighten-5 {
	border: 1px solid #fff3e0 !important;
}

.border-top-orange.border-top-lighten-5 {
	border-top: 1px solid #fff3e0 !important;
}

.border-bottom-orange.border-bottom-lighten-5 {
	border-bottom: 1px solid #fff3e0 !important;
}

.border-left-orange.border-left-lighten-5 {
	border-left: 1px solid #fff3e0 !important;
}

.border-right-orange.border-right-lighten-5 {
	border-right: 1px solid #fff3e0 !important;
}

.overlay-orange.overlay-lighten-5 {
	background: #fff3e0;
	background: rgba(255, 243, 224, 0.8);
}

.bg-orange.bg-lighten-4,
.btn-orange.btn-lighten-4 {
	background-color: #ffe0b2 !important;
}

.orange.lighten-4 {
	color: #ffe0b2 !important;
}

.bg-orange.bg-lighten-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 224, 178, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 224, 178, 0.6);
}

.btn-orange.btn-lighten-4 {
	border-color: #f57c00 !important;
}

.btn-orange.btn-lighten-4:hover {
	border-color: #f57c00 !important;
	background-color: #ef6c00 !important;
}

.btn-orange.btn-lighten-4:active,
.btn-orange.btn-lighten-4:focus {
	border-color: #ef6c00 !important;
	background-color: #e65100 !important;
}

.btn-outline-orange.btn-outline-lighten-4 {
	border-color: #ffe0b2 !important;
	color: #ffe0b2 !important;
}

.btn-outline-orange.btn-outline-lighten-4:hover {
	background-color: #ffe0b2 !important;
}

.border-orange.border-lighten-4 {
	border: 1px solid #ffe0b2 !important;
}

.border-top-orange.border-top-lighten-4 {
	border-top: 1px solid #ffe0b2 !important;
}

.border-bottom-orange.border-bottom-lighten-4 {
	border-bottom: 1px solid #ffe0b2 !important;
}

.border-left-orange.border-left-lighten-4 {
	border-left: 1px solid #ffe0b2 !important;
}

.border-right-orange.border-right-lighten-4 {
	border-right: 1px solid #ffe0b2 !important;
}

.overlay-orange.overlay-lighten-4 {
	background: #ffe0b2;
	background: rgba(255, 224, 178, 0.8);
}

.bg-orange.bg-lighten-3,
.btn-orange.btn-lighten-3 {
	background-color: #ffcc80 !important;
}

.orange.lighten-3 {
	color: #ffcc80 !important;
}

.bg-orange.bg-lighten-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 204, 128, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 204, 128, 0.6);
}

.btn-orange.btn-lighten-3 {
	border-color: #f57c00 !important;
}

.btn-orange.btn-lighten-3:hover {
	border-color: #f57c00 !important;
	background-color: #ef6c00 !important;
}

.btn-orange.btn-lighten-3:active,
.btn-orange.btn-lighten-3:focus {
	border-color: #ef6c00 !important;
	background-color: #e65100 !important;
}

.btn-outline-orange.btn-outline-lighten-3 {
	border-color: #ffcc80 !important;
	color: #ffcc80 !important;
}

.btn-outline-orange.btn-outline-lighten-3:hover {
	background-color: #ffcc80 !important;
}

.border-orange.border-lighten-3 {
	border: 1px solid #ffcc80 !important;
}

.border-top-orange.border-top-lighten-3 {
	border-top: 1px solid #ffcc80 !important;
}

.border-bottom-orange.border-bottom-lighten-3 {
	border-bottom: 1px solid #ffcc80 !important;
}

.border-left-orange.border-left-lighten-3 {
	border-left: 1px solid #ffcc80 !important;
}

.border-right-orange.border-right-lighten-3 {
	border-right: 1px solid #ffcc80 !important;
}

.overlay-orange.overlay-lighten-3 {
	background: #ffcc80;
	background: rgba(255, 204, 128, 0.8);
}

.bg-orange.bg-lighten-2,
.btn-orange.btn-lighten-2 {
	background-color: #ffb74d !important;
}

.orange.lighten-2 {
	color: #ffb74d !important;
}

.bg-orange.bg-lighten-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 183, 77, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 183, 77, 0.6);
}

.btn-orange.btn-lighten-2 {
	border-color: #f57c00 !important;
}

.btn-orange.btn-lighten-2:hover {
	border-color: #f57c00 !important;
	background-color: #ef6c00 !important;
}

.btn-orange.btn-lighten-2:active,
.btn-orange.btn-lighten-2:focus {
	border-color: #ef6c00 !important;
	background-color: #e65100 !important;
}

.btn-outline-orange.btn-outline-lighten-2 {
	border-color: #ffb74d !important;
	color: #ffb74d !important;
}

.btn-outline-orange.btn-outline-lighten-2:hover {
	background-color: #ffb74d !important;
}

.border-orange.border-lighten-2 {
	border: 1px solid #ffb74d !important;
}

.border-top-orange.border-top-lighten-2 {
	border-top: 1px solid #ffb74d !important;
}

.border-bottom-orange.border-bottom-lighten-2 {
	border-bottom: 1px solid #ffb74d !important;
}

.border-left-orange.border-left-lighten-2 {
	border-left: 1px solid #ffb74d !important;
}

.border-right-orange.border-right-lighten-2 {
	border-right: 1px solid #ffb74d !important;
}

.overlay-orange.overlay-lighten-2 {
	background: #ffb74d;
	background: rgba(255, 183, 77, 0.8);
}

.bg-orange.bg-lighten-1,
.btn-orange.btn-lighten-1 {
	background-color: #ffa726 !important;
}

.orange.lighten-1 {
	color: #ffa726 !important;
}

.bg-orange.bg-lighten-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 167, 38, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 167, 38, 0.6);
}

.bg-orange.bg-glow,
.btn-orange.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 152, 0, 0.6);
}

.btn-orange.btn-lighten-1 {
	border-color: #f57c00 !important;
}

.btn-orange.btn-lighten-1:hover {
	border-color: #f57c00 !important;
	background-color: #ef6c00 !important;
}

.btn-orange.btn-lighten-1:active,
.btn-orange.btn-lighten-1:focus {
	border-color: #ef6c00 !important;
	background-color: #e65100 !important;
}

.btn-outline-orange.btn-outline-lighten-1 {
	border-color: #ffa726 !important;
	color: #ffa726 !important;
}

.btn-outline-orange.btn-outline-lighten-1:hover {
	background-color: #ffa726 !important;
}

.border-orange.border-lighten-1 {
	border: 1px solid #ffa726 !important;
}

.border-top-orange.border-top-lighten-1 {
	border-top: 1px solid #ffa726 !important;
}

.border-bottom-orange.border-bottom-lighten-1 {
	border-bottom: 1px solid #ffa726 !important;
}

.border-left-orange.border-left-lighten-1 {
	border-left: 1px solid #ffa726 !important;
}

.border-right-orange.border-right-lighten-1 {
	border-right: 1px solid #ffa726 !important;
}

.alert-orange,
.btn-orange {
	border-color: #ff9800 !important;
}

.overlay-orange.overlay-lighten-1 {
	background: #ffa726;
	background: rgba(255, 167, 38, 0.8);
}

.orange {
	color: #ff9800 !important;
}

.bg-orange {
	background-color: #ff9800 !important;
}

.bg-orange .card-footer,
.bg-orange .card-header {
	background-color: transparent;
}

.bg-orange.bg-glow {
	box-shadow: 0 1px 20px 1px rgba(255, 152, 0, 0.6);
}

.selectboxit.selectboxit-btn.bg-orange {
	background-color: #ff9800 !important;
}

.alert-orange {
	background-color: #ffb547 !important;
	color: #4d2e00 !important;
}

.alert-orange .alert-link {
	color: #241500 !important;
}

.overlay-orange {
	background: #ff9800;
	background: rgba(255, 152, 0, 0.8);
}

.btn-orange {
	background-color: #ff9800 !important;
	color: #fff;
}

.btn-orange:hover {
	border-color: #f57c00 !important;
	background-color: #fb8c00 !important;
	color: #fff !important;
}

.btn-orange:active,
.btn-orange:focus {
	border-color: #ef6c00 !important;
	background-color: #f57c00 !important;
	color: #fff !important;
}

.btn-orange.btn-glow {
	box-shadow: 0 1px 20px 1px rgba(255, 152, 0, 0.6);
}

.btn-outline-orange {
	border-color: #ff9800;
	background-color: transparent;
	color: #ff9800;
}

.btn-outline-orange:hover {
	background-color: #ff9800;
	color: #fff !important;
}

.btn-outline-orange.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 152, 0, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 152, 0, 0.6);
}

input[type="checkbox"].bg-orange + .custom-control-label:before,
input[type="radio"].bg-orange + .custom-control-label:before {
	background-color: #ff9800 !important;
}

.bg-orange.bg-darken-1,
.btn-orange.btn-darken-1 {
	background-color: #fb8c00 !important;
}

.border-orange {
	border: 1px solid #ff9800 !important;
}

.border-top-orange {
	border-top: 1px solid #ff9800;
}

.border-bottom-orange {
	border-bottom: 1px solid #ff9800;
}

.border-left-orange {
	border-left: 1px solid #ff9800;
}

.border-right-orange {
	border-right: 1px solid #ff9800;
}

.orange.darken-1 {
	color: #fb8c00 !important;
}

.bg-orange.bg-darken-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(251, 140, 0, 0.6);
	box-shadow: 0 1px 20px 1px rgba(251, 140, 0, 0.6);
}

.btn-orange.btn-darken-1 {
	border-color: #f57c00 !important;
}

.btn-orange.btn-darken-1:hover {
	border-color: #f57c00 !important;
	background-color: #ef6c00 !important;
}

.btn-orange.btn-darken-1:active,
.btn-orange.btn-darken-1:focus {
	border-color: #ef6c00 !important;
	background-color: #e65100 !important;
}

.btn-outline-orange.btn-outline-darken-1 {
	border-color: #fb8c00 !important;
	color: #fb8c00 !important;
}

.btn-outline-orange.btn-outline-darken-1:hover {
	background-color: #fb8c00 !important;
}

.border-orange.border-darken-1 {
	border: 1px solid #fb8c00 !important;
}

.border-top-orange.border-top-darken-1 {
	border-top: 1px solid #fb8c00 !important;
}

.border-bottom-orange.border-bottom-darken-1 {
	border-bottom: 1px solid #fb8c00 !important;
}

.border-left-orange.border-left-darken-1 {
	border-left: 1px solid #fb8c00 !important;
}

.border-right-orange.border-right-darken-1 {
	border-right: 1px solid #fb8c00 !important;
}

.btn-orange.btn-darken-2,
.btn-orange.btn-darken-2:hover {
	border-color: #f57c00 !important;
}

.overlay-orange.overlay-darken-1 {
	background: #fb8c00;
	background: rgba(251, 140, 0, 0.8);
}

.bg-orange.bg-darken-2,
.btn-orange.btn-darken-2 {
	background-color: #f57c00 !important;
}

.orange.darken-2 {
	color: #f57c00 !important;
}

.bg-orange.bg-darken-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(245, 124, 0, 0.6);
	box-shadow: 0 1px 20px 1px rgba(245, 124, 0, 0.6);
}

.btn-orange.btn-darken-2:hover {
	background-color: #ef6c00 !important;
}

.btn-orange.btn-darken-2:active,
.btn-orange.btn-darken-2:focus {
	border-color: #ef6c00 !important;
	background-color: #e65100 !important;
}

.btn-outline-orange.btn-outline-darken-2 {
	border-color: #f57c00 !important;
	color: #f57c00 !important;
}

.btn-outline-orange.btn-outline-darken-2:hover {
	background-color: #f57c00 !important;
}

.border-orange.border-darken-2 {
	border: 1px solid #f57c00 !important;
}

.border-top-orange.border-top-darken-2 {
	border-top: 1px solid #f57c00 !important;
}

.border-bottom-orange.border-bottom-darken-2 {
	border-bottom: 1px solid #f57c00 !important;
}

.border-left-orange.border-left-darken-2 {
	border-left: 1px solid #f57c00 !important;
}

.border-right-orange.border-right-darken-2 {
	border-right: 1px solid #f57c00 !important;
}

.overlay-orange.overlay-darken-2 {
	background: #f57c00;
	background: rgba(245, 124, 0, 0.8);
}

.orange.darken-3 {
	color: #ef6c00 !important;
}

.bg-orange.bg-darken-3 {
	background-color: #ef6c00 !important;
}

.bg-orange.bg-darken-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(239, 108, 0, 0.6);
	box-shadow: 0 1px 20px 1px rgba(239, 108, 0, 0.6);
}

.btn-orange.btn-darken-3,
.btn-orange.btn-darken-3:hover {
	border-color: #f57c00 !important;
	background-color: #ef6c00 !important;
}

.btn-orange.btn-darken-3:active,
.btn-orange.btn-darken-3:focus {
	border-color: #ef6c00 !important;
	background-color: #e65100 !important;
}

.btn-outline-orange.btn-outline-darken-3 {
	border-color: #ef6c00 !important;
	color: #ef6c00 !important;
}

.btn-outline-orange.btn-outline-darken-3:hover {
	background-color: #ef6c00 !important;
}

.border-orange.border-darken-3 {
	border: 1px solid #ef6c00 !important;
}

.border-top-orange.border-top-darken-3 {
	border-top: 1px solid #ef6c00 !important;
}

.border-bottom-orange.border-bottom-darken-3 {
	border-bottom: 1px solid #ef6c00 !important;
}

.border-left-orange.border-left-darken-3 {
	border-left: 1px solid #ef6c00 !important;
}

.border-right-orange.border-right-darken-3 {
	border-right: 1px solid #ef6c00 !important;
}

.btn-orange.btn-darken-4,
.btn-orange.btn-darken-4:hover {
	border-color: #f57c00 !important;
}

.overlay-orange.overlay-darken-3 {
	background: #ef6c00;
	background: rgba(239, 108, 0, 0.8);
}

.bg-orange.bg-darken-4,
.btn-orange.btn-darken-4 {
	background-color: #e65100 !important;
}

.orange.darken-4 {
	color: #e65100 !important;
}

.bg-orange.bg-darken-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(230, 81, 0, 0.6);
	box-shadow: 0 1px 20px 1px rgba(230, 81, 0, 0.6);
}

.btn-orange.btn-darken-4:hover {
	background-color: #ef6c00 !important;
}

.btn-orange.btn-darken-4:active,
.btn-orange.btn-darken-4:focus {
	border-color: #ef6c00 !important;
	background-color: #e65100 !important;
}

.btn-outline-orange.btn-outline-darken-4 {
	border-color: #e65100 !important;
	color: #e65100 !important;
}

.btn-outline-orange.btn-outline-darken-4:hover {
	background-color: #e65100 !important;
}

.border-orange.border-darken-4 {
	border: 1px solid #e65100 !important;
}

.border-top-orange.border-top-darken-4 {
	border-top: 1px solid #e65100 !important;
}

.border-bottom-orange.border-bottom-darken-4 {
	border-bottom: 1px solid #e65100 !important;
}

.border-left-orange.border-left-darken-4 {
	border-left: 1px solid #e65100 !important;
}

.border-right-orange.border-right-darken-4 {
	border-right: 1px solid #e65100 !important;
}

.btn-orange.btn-accent-1,
.btn-orange.btn-accent-1:hover {
	border-color: #f57c00 !important;
}

.overlay-orange.overlay-darken-4 {
	background: #e65100;
	background: rgba(230, 81, 0, 0.8);
}

.bg-orange.bg-accent-1,
.btn-orange.btn-accent-1 {
	background-color: #ffd180 !important;
}

.orange.accent-1 {
	color: #ffd180 !important;
}

.bg-orange.bg-accent-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 209, 128, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 209, 128, 0.6);
}

.btn-orange.btn-accent-1:hover {
	background-color: #ef6c00 !important;
}

.btn-orange.btn-accent-1:active,
.btn-orange.btn-accent-1:focus {
	border-color: #ef6c00 !important;
	background-color: #e65100 !important;
}

.btn-outline-orange.btn-outline-accent-1 {
	border-color: #ffd180 !important;
	color: #ffd180 !important;
}

.btn-outline-orange.btn-outline-accent-1:hover {
	background-color: #ffd180 !important;
}

.border-orange.border-accent-1 {
	border: 1px solid #ffd180 !important;
}

.border-top-orange.border-top-accent-1 {
	border-top: 1px solid #ffd180 !important;
}

.border-bottom-orange.border-bottom-accent-1 {
	border-bottom: 1px solid #ffd180 !important;
}

.border-left-orange.border-left-accent-1 {
	border-left: 1px solid #ffd180 !important;
}

.border-right-orange.border-right-accent-1 {
	border-right: 1px solid #ffd180 !important;
}

.btn-orange.btn-accent-2,
.btn-orange.btn-accent-2:hover {
	border-color: #f57c00 !important;
}

.overlay-orange.overlay-accent-1 {
	background: #ffd180;
	background: rgba(255, 209, 128, 0.8);
}

.bg-orange.bg-accent-2,
.btn-orange.btn-accent-2 {
	background-color: #ffab40 !important;
}

.orange.accent-2 {
	color: #ffab40 !important;
}

.bg-orange.bg-accent-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 171, 64, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 171, 64, 0.6);
}

.btn-orange.btn-accent-2:hover {
	background-color: #ef6c00 !important;
}

.btn-orange.btn-accent-2:active,
.btn-orange.btn-accent-2:focus {
	border-color: #ef6c00 !important;
	background-color: #e65100 !important;
}

.btn-outline-orange.btn-outline-accent-2 {
	border-color: #ffab40 !important;
	color: #ffab40 !important;
}

.btn-outline-orange.btn-outline-accent-2:hover {
	background-color: #ffab40 !important;
}

.border-orange.border-accent-2 {
	border: 1px solid #ffab40 !important;
}

.border-top-orange.border-top-accent-2 {
	border-top: 1px solid #ffab40 !important;
}

.border-bottom-orange.border-bottom-accent-2 {
	border-bottom: 1px solid #ffab40 !important;
}

.border-left-orange.border-left-accent-2 {
	border-left: 1px solid #ffab40 !important;
}

.border-right-orange.border-right-accent-2 {
	border-right: 1px solid #ffab40 !important;
}

.btn-orange.btn-accent-3,
.btn-orange.btn-accent-3:hover {
	border-color: #f57c00 !important;
}

.overlay-orange.overlay-accent-2 {
	background: #ffab40;
	background: rgba(255, 171, 64, 0.8);
}

.bg-orange.bg-accent-3,
.btn-orange.btn-accent-3 {
	background-color: #ff9100 !important;
}

.orange.accent-3 {
	color: #ff9100 !important;
}

.bg-orange.bg-accent-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 145, 0, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 145, 0, 0.6);
}

.btn-orange.btn-accent-3:hover {
	background-color: #ef6c00 !important;
}

.btn-orange.btn-accent-3:active,
.btn-orange.btn-accent-3:focus {
	border-color: #ef6c00 !important;
	background-color: #e65100 !important;
}

.btn-outline-orange.btn-outline-accent-3 {
	border-color: #ff9100 !important;
	color: #ff9100 !important;
}

.btn-outline-orange.btn-outline-accent-3:hover {
	background-color: #ff9100 !important;
}

.border-orange.border-accent-3 {
	border: 1px solid #ff9100 !important;
}

.border-top-orange.border-top-accent-3 {
	border-top: 1px solid #ff9100 !important;
}

.border-bottom-orange.border-bottom-accent-3 {
	border-bottom: 1px solid #ff9100 !important;
}

.border-left-orange.border-left-accent-3 {
	border-left: 1px solid #ff9100 !important;
}

.border-right-orange.border-right-accent-3 {
	border-right: 1px solid #ff9100 !important;
}

.btn-orange.btn-accent-4,
.btn-orange.btn-accent-4:hover {
	border-color: #f57c00 !important;
}

.overlay-orange.overlay-accent-3 {
	background: #ff9100;
	background: rgba(255, 145, 0, 0.8);
}

.bg-orange.bg-accent-4,
.btn-orange.btn-accent-4 {
	background-color: #ff6d00 !important;
}

.orange.accent-4 {
	color: #ff6d00 !important;
}

.bg-orange.bg-accent-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 109, 0, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 109, 0, 0.6);
}

.btn-orange.btn-accent-4:hover {
	background-color: #ef6c00 !important;
}

.btn-orange.btn-accent-4:active,
.btn-orange.btn-accent-4:focus {
	border-color: #ef6c00 !important;
	background-color: #e65100 !important;
}

.btn-outline-orange.btn-outline-accent-4 {
	border-color: #ff6d00 !important;
	color: #ff6d00 !important;
}

.btn-outline-orange.btn-outline-accent-4:hover {
	background-color: #ff6d00 !important;
}

input:focus ~ .bg-orange {
	-webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff6d00 !important;
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff6d00 !important;
}

.border-orange.border-accent-4 {
	border: 1px solid #ff6d00 !important;
}

.border-top-orange.border-top-accent-4 {
	border-top: 1px solid #ff6d00 !important;
}

.border-bottom-orange.border-bottom-accent-4 {
	border-bottom: 1px solid #ff6d00 !important;
}

.border-left-orange.border-left-accent-4 {
	border-left: 1px solid #ff6d00 !important;
}

.border-right-orange.border-right-accent-4 {
	border-right: 1px solid #ff6d00 !important;
}

.overlay-orange.overlay-accent-4 {
	background: #ff6d00;
	background: rgba(255, 109, 0, 0.8);
}

.bg-deep-orange.bg-lighten-5,
.btn-deep-orange.btn-lighten-5 {
	background-color: #fbe9e7 !important;
}

.deep-orange.lighten-5 {
	color: #fbe9e7 !important;
}

.bg-deep-orange.bg-lighten-5.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(251, 233, 231, 0.6);
	box-shadow: 0 1px 20px 1px rgba(251, 233, 231, 0.6);
}

.btn-deep-orange.btn-lighten-5 {
	border-color: #e64a19 !important;
}

.btn-deep-orange.btn-lighten-5:hover {
	border-color: #e64a19 !important;
	background-color: #d84315 !important;
}

.btn-deep-orange.btn-lighten-5:active,
.btn-deep-orange.btn-lighten-5:focus {
	border-color: #d84315 !important;
	background-color: #bf360c !important;
}

.btn-outline-deep-orange.btn-outline-lighten-5 {
	border-color: #fbe9e7 !important;
	color: #fbe9e7 !important;
}

.btn-outline-deep-orange.btn-outline-lighten-5:hover {
	background-color: #fbe9e7 !important;
}

.border-deep-orange.border-lighten-5 {
	border: 1px solid #fbe9e7 !important;
}

.border-top-deep-orange.border-top-lighten-5 {
	border-top: 1px solid #fbe9e7 !important;
}

.border-bottom-deep-orange.border-bottom-lighten-5 {
	border-bottom: 1px solid #fbe9e7 !important;
}

.border-left-deep-orange.border-left-lighten-5 {
	border-left: 1px solid #fbe9e7 !important;
}

.border-right-deep-orange.border-right-lighten-5 {
	border-right: 1px solid #fbe9e7 !important;
}

.overlay-deep-orange.overlay-lighten-5 {
	background: #fbe9e7;
	background: rgba(251, 233, 231, 0.8);
}

.bg-deep-orange.bg-lighten-4,
.btn-deep-orange.btn-lighten-4 {
	background-color: #ffccbc !important;
}

.deep-orange.lighten-4 {
	color: #ffccbc !important;
}

.bg-deep-orange.bg-lighten-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 204, 188, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 204, 188, 0.6);
}

.btn-deep-orange.btn-lighten-4 {
	border-color: #e64a19 !important;
}

.btn-deep-orange.btn-lighten-4:hover {
	border-color: #e64a19 !important;
	background-color: #d84315 !important;
}

.btn-deep-orange.btn-lighten-4:active,
.btn-deep-orange.btn-lighten-4:focus {
	border-color: #d84315 !important;
	background-color: #bf360c !important;
}

.btn-outline-deep-orange.btn-outline-lighten-4 {
	border-color: #ffccbc !important;
	color: #ffccbc !important;
}

.btn-outline-deep-orange.btn-outline-lighten-4:hover {
	background-color: #ffccbc !important;
}

.border-deep-orange.border-lighten-4 {
	border: 1px solid #ffccbc !important;
}

.border-top-deep-orange.border-top-lighten-4 {
	border-top: 1px solid #ffccbc !important;
}

.border-bottom-deep-orange.border-bottom-lighten-4 {
	border-bottom: 1px solid #ffccbc !important;
}

.border-left-deep-orange.border-left-lighten-4 {
	border-left: 1px solid #ffccbc !important;
}

.border-right-deep-orange.border-right-lighten-4 {
	border-right: 1px solid #ffccbc !important;
}

.overlay-deep-orange.overlay-lighten-4 {
	background: #ffccbc;
	background: rgba(255, 204, 188, 0.8);
}

.bg-deep-orange.bg-lighten-3,
.btn-deep-orange.btn-lighten-3 {
	background-color: #ffab91 !important;
}

.deep-orange.lighten-3 {
	color: #ffab91 !important;
}

.bg-deep-orange.bg-lighten-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 171, 145, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 171, 145, 0.6);
}

.btn-deep-orange.btn-lighten-3 {
	border-color: #e64a19 !important;
}

.btn-deep-orange.btn-lighten-3:hover {
	border-color: #e64a19 !important;
	background-color: #d84315 !important;
}

.btn-deep-orange.btn-lighten-3:active,
.btn-deep-orange.btn-lighten-3:focus {
	border-color: #d84315 !important;
	background-color: #bf360c !important;
}

.btn-outline-deep-orange.btn-outline-lighten-3 {
	border-color: #ffab91 !important;
	color: #ffab91 !important;
}

.btn-outline-deep-orange.btn-outline-lighten-3:hover {
	background-color: #ffab91 !important;
}

.border-deep-orange.border-lighten-3 {
	border: 1px solid #ffab91 !important;
}

.border-top-deep-orange.border-top-lighten-3 {
	border-top: 1px solid #ffab91 !important;
}

.border-bottom-deep-orange.border-bottom-lighten-3 {
	border-bottom: 1px solid #ffab91 !important;
}

.border-left-deep-orange.border-left-lighten-3 {
	border-left: 1px solid #ffab91 !important;
}

.border-right-deep-orange.border-right-lighten-3 {
	border-right: 1px solid #ffab91 !important;
}

.overlay-deep-orange.overlay-lighten-3 {
	background: #ffab91;
	background: rgba(255, 171, 145, 0.8);
}

.bg-deep-orange.bg-lighten-2,
.btn-deep-orange.btn-lighten-2 {
	background-color: #ff8a65 !important;
}

.deep-orange.lighten-2 {
	color: #ff8a65 !important;
}

.bg-deep-orange.bg-lighten-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 138, 101, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 138, 101, 0.6);
}

.btn-deep-orange.btn-lighten-2 {
	border-color: #e64a19 !important;
}

.btn-deep-orange.btn-lighten-2:hover {
	border-color: #e64a19 !important;
	background-color: #d84315 !important;
}

.btn-deep-orange.btn-lighten-2:active,
.btn-deep-orange.btn-lighten-2:focus {
	border-color: #d84315 !important;
	background-color: #bf360c !important;
}

.btn-outline-deep-orange.btn-outline-lighten-2 {
	border-color: #ff8a65 !important;
	color: #ff8a65 !important;
}

.btn-outline-deep-orange.btn-outline-lighten-2:hover {
	background-color: #ff8a65 !important;
}

.border-deep-orange.border-lighten-2 {
	border: 1px solid #ff8a65 !important;
}

.border-top-deep-orange.border-top-lighten-2 {
	border-top: 1px solid #ff8a65 !important;
}

.border-bottom-deep-orange.border-bottom-lighten-2 {
	border-bottom: 1px solid #ff8a65 !important;
}

.border-left-deep-orange.border-left-lighten-2 {
	border-left: 1px solid #ff8a65 !important;
}

.border-right-deep-orange.border-right-lighten-2 {
	border-right: 1px solid #ff8a65 !important;
}

.overlay-deep-orange.overlay-lighten-2 {
	background: #ff8a65;
	background: rgba(255, 138, 101, 0.8);
}

.bg-deep-orange.bg-lighten-1,
.btn-deep-orange.btn-lighten-1 {
	background-color: #ff7043 !important;
}

.deep-orange.lighten-1 {
	color: #ff7043 !important;
}

.bg-deep-orange.bg-lighten-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 112, 67, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 112, 67, 0.6);
}

.bg-deep-orange.bg-glow,
.btn-deep-orange.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 87, 34, 0.6);
}

.btn-deep-orange.btn-lighten-1 {
	border-color: #e64a19 !important;
}

.btn-deep-orange.btn-lighten-1:hover {
	border-color: #e64a19 !important;
	background-color: #d84315 !important;
}

.btn-deep-orange.btn-lighten-1:active,
.btn-deep-orange.btn-lighten-1:focus {
	border-color: #d84315 !important;
	background-color: #bf360c !important;
}

.btn-outline-deep-orange.btn-outline-lighten-1 {
	border-color: #ff7043 !important;
	color: #ff7043 !important;
}

.btn-outline-deep-orange.btn-outline-lighten-1:hover {
	background-color: #ff7043 !important;
}

.border-deep-orange.border-lighten-1 {
	border: 1px solid #ff7043 !important;
}

.border-top-deep-orange.border-top-lighten-1 {
	border-top: 1px solid #ff7043 !important;
}

.border-bottom-deep-orange.border-bottom-lighten-1 {
	border-bottom: 1px solid #ff7043 !important;
}

.border-left-deep-orange.border-left-lighten-1 {
	border-left: 1px solid #ff7043 !important;
}

.border-right-deep-orange.border-right-lighten-1 {
	border-right: 1px solid #ff7043 !important;
}

.overlay-deep-orange.overlay-lighten-1 {
	background: #ff7043;
	background: rgba(255, 112, 67, 0.8);
}

.deep-orange {
	color: #ff5722 !important;
}

.bg-deep-orange {
	background-color: #ff5722 !important;
}

.bg-deep-orange .card-footer,
.bg-deep-orange .card-header {
	background-color: transparent;
}

.bg-deep-orange.bg-glow {
	box-shadow: 0 1px 20px 1px rgba(255, 87, 34, 0.6);
}

.selectboxit.selectboxit-btn.bg-deep-orange {
	background-color: #ff5722 !important;
}

.alert-deep-orange {
	border-color: #ff5722 !important;
	background-color: #ff8d69 !important;
	color: #6f1b00 !important;
}

.alert-deep-orange .alert-link {
	color: #461100 !important;
}

.overlay-deep-orange {
	background: #ff5722;
	background: rgba(255, 87, 34, 0.8);
}

.btn-deep-orange {
	border-color: #ff5722 !important;
	background-color: #ff5722 !important;
	color: #fff;
}

.btn-deep-orange:hover {
	border-color: #e64a19 !important;
	background-color: #f4511e !important;
	color: #fff !important;
}

.btn-deep-orange:active,
.btn-deep-orange:focus {
	border-color: #d84315 !important;
	background-color: #e64a19 !important;
	color: #fff !important;
}

.btn-deep-orange.btn-glow {
	box-shadow: 0 1px 20px 1px rgba(255, 87, 34, 0.6);
}

.btn-outline-deep-orange {
	border-color: #ff5722;
	background-color: transparent;
	color: #ff5722;
}

.btn-outline-deep-orange:hover {
	background-color: #ff5722;
	color: #fff !important;
}

.btn-outline-deep-orange.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 87, 34, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 87, 34, 0.6);
}

input[type="checkbox"].bg-deep-orange + .custom-control-label:before,
input[type="radio"].bg-deep-orange + .custom-control-label:before {
	background-color: #ff5722 !important;
}

.bg-deep-orange.bg-darken-1,
.btn-deep-orange.btn-darken-1 {
	background-color: #f4511e !important;
}

.border-deep-orange {
	border: 1px solid #ff5722 !important;
}

.border-top-deep-orange {
	border-top: 1px solid #ff5722;
}

.border-bottom-deep-orange {
	border-bottom: 1px solid #ff5722;
}

.border-left-deep-orange {
	border-left: 1px solid #ff5722;
}

.border-right-deep-orange {
	border-right: 1px solid #ff5722;
}

.deep-orange.darken-1 {
	color: #f4511e !important;
}

.bg-deep-orange.bg-darken-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(244, 81, 30, 0.6);
	box-shadow: 0 1px 20px 1px rgba(244, 81, 30, 0.6);
}

.btn-deep-orange.btn-darken-1 {
	border-color: #e64a19 !important;
}

.btn-deep-orange.btn-darken-1:hover {
	border-color: #e64a19 !important;
	background-color: #d84315 !important;
}

.btn-deep-orange.btn-darken-1:active,
.btn-deep-orange.btn-darken-1:focus {
	border-color: #d84315 !important;
	background-color: #bf360c !important;
}

.btn-outline-deep-orange.btn-outline-darken-1 {
	border-color: #f4511e !important;
	color: #f4511e !important;
}

.btn-outline-deep-orange.btn-outline-darken-1:hover {
	background-color: #f4511e !important;
}

.border-deep-orange.border-darken-1 {
	border: 1px solid #f4511e !important;
}

.border-top-deep-orange.border-top-darken-1 {
	border-top: 1px solid #f4511e !important;
}

.border-bottom-deep-orange.border-bottom-darken-1 {
	border-bottom: 1px solid #f4511e !important;
}

.border-left-deep-orange.border-left-darken-1 {
	border-left: 1px solid #f4511e !important;
}

.border-right-deep-orange.border-right-darken-1 {
	border-right: 1px solid #f4511e !important;
}

.overlay-deep-orange.overlay-darken-1 {
	background: #f4511e;
	background: rgba(244, 81, 30, 0.8);
}

.bg-deep-orange.bg-darken-2,
.btn-deep-orange.btn-darken-2 {
	background-color: #e64a19 !important;
}

.deep-orange.darken-2 {
	color: #e64a19 !important;
}

.bg-deep-orange.bg-darken-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(230, 74, 25, 0.6);
	box-shadow: 0 1px 20px 1px rgba(230, 74, 25, 0.6);
}

.btn-deep-orange.btn-darken-2 {
	border-color: #e64a19 !important;
}

.btn-deep-orange.btn-darken-2:hover {
	border-color: #e64a19 !important;
	background-color: #d84315 !important;
}

.btn-deep-orange.btn-darken-2:active,
.btn-deep-orange.btn-darken-2:focus {
	border-color: #d84315 !important;
	background-color: #bf360c !important;
}

.btn-outline-deep-orange.btn-outline-darken-2 {
	border-color: #e64a19 !important;
	color: #e64a19 !important;
}

.btn-outline-deep-orange.btn-outline-darken-2:hover {
	background-color: #e64a19 !important;
}

.border-deep-orange.border-darken-2 {
	border: 1px solid #e64a19 !important;
}

.border-top-deep-orange.border-top-darken-2 {
	border-top: 1px solid #e64a19 !important;
}

.border-bottom-deep-orange.border-bottom-darken-2 {
	border-bottom: 1px solid #e64a19 !important;
}

.border-left-deep-orange.border-left-darken-2 {
	border-left: 1px solid #e64a19 !important;
}

.border-right-deep-orange.border-right-darken-2 {
	border-right: 1px solid #e64a19 !important;
}

.overlay-deep-orange.overlay-darken-2 {
	background: #e64a19;
	background: rgba(230, 74, 25, 0.8);
}

.deep-orange.darken-3 {
	color: #d84315 !important;
}

.bg-deep-orange.bg-darken-3 {
	background-color: #d84315 !important;
}

.bg-deep-orange.bg-darken-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(216, 67, 21, 0.6);
	box-shadow: 0 1px 20px 1px rgba(216, 67, 21, 0.6);
}

.btn-deep-orange.btn-darken-3,
.btn-deep-orange.btn-darken-3:hover {
	border-color: #e64a19 !important;
	background-color: #d84315 !important;
}

.btn-deep-orange.btn-darken-3:active,
.btn-deep-orange.btn-darken-3:focus {
	border-color: #d84315 !important;
	background-color: #bf360c !important;
}

.btn-outline-deep-orange.btn-outline-darken-3 {
	border-color: #d84315 !important;
	color: #d84315 !important;
}

.btn-outline-deep-orange.btn-outline-darken-3:hover {
	background-color: #d84315 !important;
}

.border-deep-orange.border-darken-3 {
	border: 1px solid #d84315 !important;
}

.border-top-deep-orange.border-top-darken-3 {
	border-top: 1px solid #d84315 !important;
}

.border-bottom-deep-orange.border-bottom-darken-3 {
	border-bottom: 1px solid #d84315 !important;
}

.border-left-deep-orange.border-left-darken-3 {
	border-left: 1px solid #d84315 !important;
}

.border-right-deep-orange.border-right-darken-3 {
	border-right: 1px solid #d84315 !important;
}

.overlay-deep-orange.overlay-darken-3 {
	background: #d84315;
	background: rgba(216, 67, 21, 0.8);
}

.bg-deep-orange.bg-darken-4,
.btn-deep-orange.btn-darken-4 {
	background-color: #bf360c !important;
}

.deep-orange.darken-4 {
	color: #bf360c !important;
}

.bg-deep-orange.bg-darken-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(191, 54, 12, 0.6);
	box-shadow: 0 1px 20px 1px rgba(191, 54, 12, 0.6);
}

.btn-deep-orange.btn-darken-4 {
	border-color: #e64a19 !important;
}

.btn-deep-orange.btn-darken-4:hover {
	border-color: #e64a19 !important;
	background-color: #d84315 !important;
}

.btn-deep-orange.btn-darken-4:active,
.btn-deep-orange.btn-darken-4:focus {
	border-color: #d84315 !important;
	background-color: #bf360c !important;
}

.btn-outline-deep-orange.btn-outline-darken-4 {
	border-color: #bf360c !important;
	color: #bf360c !important;
}

.btn-outline-deep-orange.btn-outline-darken-4:hover {
	background-color: #bf360c !important;
}

.border-deep-orange.border-darken-4 {
	border: 1px solid #bf360c !important;
}

.border-top-deep-orange.border-top-darken-4 {
	border-top: 1px solid #bf360c !important;
}

.border-bottom-deep-orange.border-bottom-darken-4 {
	border-bottom: 1px solid #bf360c !important;
}

.border-left-deep-orange.border-left-darken-4 {
	border-left: 1px solid #bf360c !important;
}

.border-right-deep-orange.border-right-darken-4 {
	border-right: 1px solid #bf360c !important;
}

.overlay-deep-orange.overlay-darken-4 {
	background: #bf360c;
	background: rgba(191, 54, 12, 0.8);
}

.bg-deep-orange.bg-accent-1,
.btn-deep-orange.btn-accent-1 {
	background-color: #ff9e80 !important;
}

.deep-orange.accent-1 {
	color: #ff9e80 !important;
}

.bg-deep-orange.bg-accent-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 158, 128, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 158, 128, 0.6);
}

.btn-deep-orange.btn-accent-1 {
	border-color: #e64a19 !important;
}

.btn-deep-orange.btn-accent-1:hover {
	border-color: #e64a19 !important;
	background-color: #d84315 !important;
}

.btn-deep-orange.btn-accent-1:active,
.btn-deep-orange.btn-accent-1:focus {
	border-color: #d84315 !important;
	background-color: #bf360c !important;
}

.btn-outline-deep-orange.btn-outline-accent-1 {
	border-color: #ff9e80 !important;
	color: #ff9e80 !important;
}

.btn-outline-deep-orange.btn-outline-accent-1:hover {
	background-color: #ff9e80 !important;
}

.border-deep-orange.border-accent-1 {
	border: 1px solid #ff9e80 !important;
}

.border-top-deep-orange.border-top-accent-1 {
	border-top: 1px solid #ff9e80 !important;
}

.border-bottom-deep-orange.border-bottom-accent-1 {
	border-bottom: 1px solid #ff9e80 !important;
}

.border-left-deep-orange.border-left-accent-1 {
	border-left: 1px solid #ff9e80 !important;
}

.border-right-deep-orange.border-right-accent-1 {
	border-right: 1px solid #ff9e80 !important;
}

.overlay-deep-orange.overlay-accent-1 {
	background: #ff9e80;
	background: rgba(255, 158, 128, 0.8);
}

.bg-deep-orange.bg-accent-2,
.btn-deep-orange.btn-accent-2 {
	background-color: #ff6e40 !important;
}

.deep-orange.accent-2 {
	color: #ff6e40 !important;
}

.bg-deep-orange.bg-accent-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 110, 64, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 110, 64, 0.6);
}

.btn-deep-orange.btn-accent-2 {
	border-color: #e64a19 !important;
}

.btn-deep-orange.btn-accent-2:hover {
	border-color: #e64a19 !important;
	background-color: #d84315 !important;
}

.btn-deep-orange.btn-accent-2:active,
.btn-deep-orange.btn-accent-2:focus {
	border-color: #d84315 !important;
	background-color: #bf360c !important;
}

.btn-outline-deep-orange.btn-outline-accent-2 {
	border-color: #ff6e40 !important;
	color: #ff6e40 !important;
}

.btn-outline-deep-orange.btn-outline-accent-2:hover {
	background-color: #ff6e40 !important;
}

.border-deep-orange.border-accent-2 {
	border: 1px solid #ff6e40 !important;
}

.border-top-deep-orange.border-top-accent-2 {
	border-top: 1px solid #ff6e40 !important;
}

.border-bottom-deep-orange.border-bottom-accent-2 {
	border-bottom: 1px solid #ff6e40 !important;
}

.border-left-deep-orange.border-left-accent-2 {
	border-left: 1px solid #ff6e40 !important;
}

.border-right-deep-orange.border-right-accent-2 {
	border-right: 1px solid #ff6e40 !important;
}

.overlay-deep-orange.overlay-accent-2 {
	background: #ff6e40;
	background: rgba(255, 110, 64, 0.8);
}

.bg-deep-orange.bg-accent-3,
.btn-deep-orange.btn-accent-3 {
	background-color: #ff3d00 !important;
}

.deep-orange.accent-3 {
	color: #ff3d00 !important;
}

.bg-deep-orange.bg-accent-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 61, 0, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 61, 0, 0.6);
}

.btn-deep-orange.btn-accent-3 {
	border-color: #e64a19 !important;
}

.btn-deep-orange.btn-accent-3:hover {
	border-color: #e64a19 !important;
	background-color: #d84315 !important;
}

.btn-deep-orange.btn-accent-3:active,
.btn-deep-orange.btn-accent-3:focus {
	border-color: #d84315 !important;
	background-color: #bf360c !important;
}

.btn-outline-deep-orange.btn-outline-accent-3 {
	border-color: #ff3d00 !important;
	color: #ff3d00 !important;
}

.btn-outline-deep-orange.btn-outline-accent-3:hover {
	background-color: #ff3d00 !important;
}

.border-deep-orange.border-accent-3 {
	border: 1px solid #ff3d00 !important;
}

.border-top-deep-orange.border-top-accent-3 {
	border-top: 1px solid #ff3d00 !important;
}

.border-bottom-deep-orange.border-bottom-accent-3 {
	border-bottom: 1px solid #ff3d00 !important;
}

.border-left-deep-orange.border-left-accent-3 {
	border-left: 1px solid #ff3d00 !important;
}

.border-right-deep-orange.border-right-accent-3 {
	border-right: 1px solid #ff3d00 !important;
}

.overlay-deep-orange.overlay-accent-3 {
	background: #ff3d00;
	background: rgba(255, 61, 0, 0.8);
}

.bg-deep-orange.bg-accent-4,
.btn-deep-orange.btn-accent-4 {
	background-color: #dd2c00 !important;
}

.deep-orange.accent-4 {
	color: #dd2c00 !important;
}

.bg-deep-orange.bg-accent-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(221, 44, 0, 0.6);
	box-shadow: 0 1px 20px 1px rgba(221, 44, 0, 0.6);
}

.btn-deep-orange.btn-accent-4 {
	border-color: #e64a19 !important;
}

.btn-deep-orange.btn-accent-4:hover {
	border-color: #e64a19 !important;
	background-color: #d84315 !important;
}

.btn-deep-orange.btn-accent-4:active,
.btn-deep-orange.btn-accent-4:focus {
	border-color: #d84315 !important;
	background-color: #bf360c !important;
}

.btn-outline-deep-orange.btn-outline-accent-4 {
	border-color: #dd2c00 !important;
	color: #dd2c00 !important;
}

.btn-outline-deep-orange.btn-outline-accent-4:hover {
	background-color: #dd2c00 !important;
}

input:focus ~ .bg-deep-orange {
	-webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #dd2c00 !important;
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #dd2c00 !important;
}

.border-deep-orange.border-accent-4 {
	border: 1px solid #dd2c00 !important;
}

.border-top-deep-orange.border-top-accent-4 {
	border-top: 1px solid #dd2c00 !important;
}

.border-bottom-deep-orange.border-bottom-accent-4 {
	border-bottom: 1px solid #dd2c00 !important;
}

.border-left-deep-orange.border-left-accent-4 {
	border-left: 1px solid #dd2c00 !important;
}

.border-right-deep-orange.border-right-accent-4 {
	border-right: 1px solid #dd2c00 !important;
}

.btn-brown.btn-lighten-5,
.btn-brown.btn-lighten-5:hover {
	border-color: #5d4037 !important;
}

.overlay-deep-orange.overlay-accent-4 {
	background: #dd2c00;
	background: rgba(221, 44, 0, 0.8);
}

.bg-brown.bg-lighten-5,
.btn-brown.btn-lighten-5 {
	background-color: #efebe9 !important;
}

.brown.lighten-5 {
	color: #efebe9 !important;
}

.bg-brown.bg-lighten-5.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(239, 235, 233, 0.6);
	box-shadow: 0 1px 20px 1px rgba(239, 235, 233, 0.6);
}

.btn-brown.btn-lighten-5:hover {
	background-color: #4e342e !important;
}

.btn-brown.btn-lighten-5:active,
.btn-brown.btn-lighten-5:focus {
	border-color: #4e342e !important;
	background-color: #3e2723 !important;
}

.btn-outline-brown.btn-outline-lighten-5 {
	border-color: #efebe9 !important;
	color: #efebe9 !important;
}

.btn-outline-brown.btn-outline-lighten-5:hover {
	background-color: #efebe9 !important;
}

.border-brown.border-lighten-5 {
	border: 1px solid #efebe9 !important;
}

.border-top-brown.border-top-lighten-5 {
	border-top: 1px solid #efebe9 !important;
}

.border-bottom-brown.border-bottom-lighten-5 {
	border-bottom: 1px solid #efebe9 !important;
}

.border-left-brown.border-left-lighten-5 {
	border-left: 1px solid #efebe9 !important;
}

.border-right-brown.border-right-lighten-5 {
	border-right: 1px solid #efebe9 !important;
}

.btn-brown.btn-lighten-4,
.btn-brown.btn-lighten-4:hover {
	border-color: #5d4037 !important;
}

.overlay-brown.overlay-lighten-5 {
	background: #efebe9;
	background: rgba(239, 235, 233, 0.8);
}

.bg-brown.bg-lighten-4,
.btn-brown.btn-lighten-4 {
	background-color: #d7ccc8 !important;
}

.brown.lighten-4 {
	color: #d7ccc8 !important;
}

.bg-brown.bg-lighten-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(215, 204, 200, 0.6);
	box-shadow: 0 1px 20px 1px rgba(215, 204, 200, 0.6);
}

.btn-brown.btn-lighten-4:hover {
	background-color: #4e342e !important;
}

.btn-brown.btn-lighten-4:active,
.btn-brown.btn-lighten-4:focus {
	border-color: #4e342e !important;
	background-color: #3e2723 !important;
}

.btn-outline-brown.btn-outline-lighten-4 {
	border-color: #d7ccc8 !important;
	color: #d7ccc8 !important;
}

.btn-outline-brown.btn-outline-lighten-4:hover {
	background-color: #d7ccc8 !important;
}

.border-brown.border-lighten-4 {
	border: 1px solid #d7ccc8 !important;
}

.border-top-brown.border-top-lighten-4 {
	border-top: 1px solid #d7ccc8 !important;
}

.border-bottom-brown.border-bottom-lighten-4 {
	border-bottom: 1px solid #d7ccc8 !important;
}

.border-left-brown.border-left-lighten-4 {
	border-left: 1px solid #d7ccc8 !important;
}

.border-right-brown.border-right-lighten-4 {
	border-right: 1px solid #d7ccc8 !important;
}

.btn-brown.btn-lighten-3,
.btn-brown.btn-lighten-3:hover {
	border-color: #5d4037 !important;
}

.overlay-brown.overlay-lighten-4 {
	background: #d7ccc8;
	background: rgba(215, 204, 200, 0.8);
}

.bg-brown.bg-lighten-3,
.btn-brown.btn-lighten-3 {
	background-color: #bcaaa4 !important;
}

.brown.lighten-3 {
	color: #bcaaa4 !important;
}

.bg-brown.bg-lighten-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(188, 170, 164, 0.6);
	box-shadow: 0 1px 20px 1px rgba(188, 170, 164, 0.6);
}

.btn-brown.btn-lighten-3:hover {
	background-color: #4e342e !important;
}

.btn-brown.btn-lighten-3:active,
.btn-brown.btn-lighten-3:focus {
	border-color: #4e342e !important;
	background-color: #3e2723 !important;
}

.btn-outline-brown.btn-outline-lighten-3 {
	border-color: #bcaaa4 !important;
	color: #bcaaa4 !important;
}

.btn-outline-brown.btn-outline-lighten-3:hover {
	background-color: #bcaaa4 !important;
}

.border-brown.border-lighten-3 {
	border: 1px solid #bcaaa4 !important;
}

.border-top-brown.border-top-lighten-3 {
	border-top: 1px solid #bcaaa4 !important;
}

.border-bottom-brown.border-bottom-lighten-3 {
	border-bottom: 1px solid #bcaaa4 !important;
}

.border-left-brown.border-left-lighten-3 {
	border-left: 1px solid #bcaaa4 !important;
}

.border-right-brown.border-right-lighten-3 {
	border-right: 1px solid #bcaaa4 !important;
}

.btn-brown.btn-lighten-2,
.btn-brown.btn-lighten-2:hover {
	border-color: #5d4037 !important;
}

.overlay-brown.overlay-lighten-3 {
	background: #bcaaa4;
	background: rgba(188, 170, 164, 0.8);
}

.bg-brown.bg-lighten-2,
.btn-brown.btn-lighten-2 {
	background-color: #a1887f !important;
}

.brown.lighten-2 {
	color: #a1887f !important;
}

.bg-brown.bg-lighten-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(161, 136, 127, 0.6);
	box-shadow: 0 1px 20px 1px rgba(161, 136, 127, 0.6);
}

.btn-brown.btn-lighten-2:hover {
	background-color: #4e342e !important;
}

.btn-brown.btn-lighten-2:active,
.btn-brown.btn-lighten-2:focus {
	border-color: #4e342e !important;
	background-color: #3e2723 !important;
}

.btn-outline-brown.btn-outline-lighten-2 {
	border-color: #a1887f !important;
	color: #a1887f !important;
}

.btn-outline-brown.btn-outline-lighten-2:hover {
	background-color: #a1887f !important;
}

.border-brown.border-lighten-2 {
	border: 1px solid #a1887f !important;
}

.border-top-brown.border-top-lighten-2 {
	border-top: 1px solid #a1887f !important;
}

.border-bottom-brown.border-bottom-lighten-2 {
	border-bottom: 1px solid #a1887f !important;
}

.border-left-brown.border-left-lighten-2 {
	border-left: 1px solid #a1887f !important;
}

.border-right-brown.border-right-lighten-2 {
	border-right: 1px solid #a1887f !important;
}

.btn-brown.btn-lighten-1,
.btn-brown.btn-lighten-1:hover {
	border-color: #5d4037 !important;
}

.overlay-brown.overlay-lighten-2 {
	background: #a1887f;
	background: rgba(161, 136, 127, 0.8);
}

.bg-brown.bg-lighten-1,
.btn-brown.btn-lighten-1 {
	background-color: #8d6e63 !important;
}

.brown.lighten-1 {
	color: #8d6e63 !important;
}

.bg-brown.bg-lighten-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(141, 110, 99, 0.6);
	box-shadow: 0 1px 20px 1px rgba(141, 110, 99, 0.6);
}

.bg-brown.bg-glow,
.btn-brown.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(121, 85, 72, 0.6);
}

.btn-brown.btn-lighten-1:hover {
	background-color: #4e342e !important;
}

.btn-brown.btn-lighten-1:active,
.btn-brown.btn-lighten-1:focus {
	border-color: #4e342e !important;
	background-color: #3e2723 !important;
}

.btn-outline-brown.btn-outline-lighten-1 {
	border-color: #8d6e63 !important;
	color: #8d6e63 !important;
}

.btn-outline-brown.btn-outline-lighten-1:hover {
	background-color: #8d6e63 !important;
}

.border-brown.border-lighten-1 {
	border: 1px solid #8d6e63 !important;
}

.border-top-brown.border-top-lighten-1 {
	border-top: 1px solid #8d6e63 !important;
}

.border-bottom-brown.border-bottom-lighten-1 {
	border-bottom: 1px solid #8d6e63 !important;
}

.border-left-brown.border-left-lighten-1 {
	border-left: 1px solid #8d6e63 !important;
}

.border-right-brown.border-right-lighten-1 {
	border-right: 1px solid #8d6e63 !important;
}

.alert-brown,
.btn-brown {
	border-color: #795548 !important;
}

.overlay-brown.overlay-lighten-1 {
	background: #8d6e63;
	background: rgba(141, 110, 99, 0.8);
}

.brown {
	color: #795548 !important;
}

.bg-brown {
	background-color: #795548 !important;
}

.bg-brown .card-footer,
.bg-brown .card-header {
	background-color: transparent;
}

.bg-brown.bg-glow {
	box-shadow: 0 1px 20px 1px rgba(121, 85, 72, 0.6);
}

.selectboxit.selectboxit-btn.bg-brown {
	background-color: #795548 !important;
}

.alert-brown {
	background-color: #a37665 !important;
	color: #090605 !important;
}

.alert-brown .alert-link {
	color: #000 !important;
}

.overlay-brown {
	background: #795548;
	background: rgba(121, 85, 72, 0.8);
}

.btn-brown {
	background-color: #795548 !important;
	color: #fff;
}

.btn-brown:hover {
	border-color: #5d4037 !important;
	background-color: #6d4c41 !important;
	color: #fff !important;
}

.btn-brown:active,
.btn-brown:focus {
	border-color: #4e342e !important;
	background-color: #5d4037 !important;
	color: #fff !important;
}

.btn-brown.btn-glow {
	box-shadow: 0 1px 20px 1px rgba(121, 85, 72, 0.6);
}

.btn-outline-brown {
	border-color: #795548;
	background-color: transparent;
	color: #795548;
}

.btn-outline-brown:hover {
	background-color: #795548;
	color: #fff !important;
}

.btn-outline-brown.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(121, 85, 72, 0.6);
	box-shadow: 0 1px 20px 1px rgba(121, 85, 72, 0.6);
}

input[type="checkbox"].bg-brown + .custom-control-label:before,
input[type="radio"].bg-brown + .custom-control-label:before {
	background-color: #795548 !important;
}

.bg-brown.bg-darken-1,
.btn-brown.btn-darken-1 {
	background-color: #6d4c41 !important;
}

.border-brown {
	border: 1px solid #795548 !important;
}

.border-top-brown {
	border-top: 1px solid #795548;
}

.border-bottom-brown {
	border-bottom: 1px solid #795548;
}

.border-left-brown {
	border-left: 1px solid #795548;
}

.border-right-brown {
	border-right: 1px solid #795548;
}

.brown.darken-1 {
	color: #6d4c41 !important;
}

.bg-brown.bg-darken-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(109, 76, 65, 0.6);
	box-shadow: 0 1px 20px 1px rgba(109, 76, 65, 0.6);
}

.btn-brown.btn-darken-1 {
	border-color: #5d4037 !important;
}

.btn-brown.btn-darken-1:hover {
	border-color: #5d4037 !important;
	background-color: #4e342e !important;
}

.btn-brown.btn-darken-1:active,
.btn-brown.btn-darken-1:focus {
	border-color: #4e342e !important;
	background-color: #3e2723 !important;
}

.btn-outline-brown.btn-outline-darken-1 {
	border-color: #6d4c41 !important;
	color: #6d4c41 !important;
}

.btn-outline-brown.btn-outline-darken-1:hover {
	background-color: #6d4c41 !important;
}

.border-brown.border-darken-1 {
	border: 1px solid #6d4c41 !important;
}

.border-top-brown.border-top-darken-1 {
	border-top: 1px solid #6d4c41 !important;
}

.border-bottom-brown.border-bottom-darken-1 {
	border-bottom: 1px solid #6d4c41 !important;
}

.border-left-brown.border-left-darken-1 {
	border-left: 1px solid #6d4c41 !important;
}

.border-right-brown.border-right-darken-1 {
	border-right: 1px solid #6d4c41 !important;
}

.btn-brown.btn-darken-2,
.btn-brown.btn-darken-2:hover {
	border-color: #5d4037 !important;
}

.overlay-brown.overlay-darken-1 {
	background: #6d4c41;
	background: rgba(109, 76, 65, 0.8);
}

.bg-brown.bg-darken-2,
.btn-brown.btn-darken-2 {
	background-color: #5d4037 !important;
}

.brown.darken-2 {
	color: #5d4037 !important;
}

.bg-brown.bg-darken-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(93, 64, 55, 0.6);
	box-shadow: 0 1px 20px 1px rgba(93, 64, 55, 0.6);
}

.btn-brown.btn-darken-2:hover {
	background-color: #4e342e !important;
}

.btn-brown.btn-darken-2:active,
.btn-brown.btn-darken-2:focus {
	border-color: #4e342e !important;
	background-color: #3e2723 !important;
}

.btn-outline-brown.btn-outline-darken-2 {
	border-color: #5d4037 !important;
	color: #5d4037 !important;
}

.btn-outline-brown.btn-outline-darken-2:hover {
	background-color: #5d4037 !important;
}

.border-brown.border-darken-2 {
	border: 1px solid #5d4037 !important;
}

.border-top-brown.border-top-darken-2 {
	border-top: 1px solid #5d4037 !important;
}

.border-bottom-brown.border-bottom-darken-2 {
	border-bottom: 1px solid #5d4037 !important;
}

.border-left-brown.border-left-darken-2 {
	border-left: 1px solid #5d4037 !important;
}

.border-right-brown.border-right-darken-2 {
	border-right: 1px solid #5d4037 !important;
}

.overlay-brown.overlay-darken-2 {
	background: #5d4037;
	background: rgba(93, 64, 55, 0.8);
}

.brown.darken-3 {
	color: #4e342e !important;
}

.bg-brown.bg-darken-3 {
	background-color: #4e342e !important;
}

.bg-brown.bg-darken-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(78, 52, 46, 0.6);
	box-shadow: 0 1px 20px 1px rgba(78, 52, 46, 0.6);
}

.btn-brown.btn-darken-3,
.btn-brown.btn-darken-3:hover {
	border-color: #5d4037 !important;
	background-color: #4e342e !important;
}

.btn-brown.btn-darken-3:active,
.btn-brown.btn-darken-3:focus {
	border-color: #4e342e !important;
	background-color: #3e2723 !important;
}

.btn-outline-brown.btn-outline-darken-3 {
	border-color: #4e342e !important;
	color: #4e342e !important;
}

.btn-outline-brown.btn-outline-darken-3:hover {
	background-color: #4e342e !important;
}

.border-brown.border-darken-3 {
	border: 1px solid #4e342e !important;
}

.border-top-brown.border-top-darken-3 {
	border-top: 1px solid #4e342e !important;
}

.border-bottom-brown.border-bottom-darken-3 {
	border-bottom: 1px solid #4e342e !important;
}

.border-left-brown.border-left-darken-3 {
	border-left: 1px solid #4e342e !important;
}

.border-right-brown.border-right-darken-3 {
	border-right: 1px solid #4e342e !important;
}

.btn-brown.btn-darken-4,
.btn-brown.btn-darken-4:hover {
	border-color: #5d4037 !important;
}

.overlay-brown.overlay-darken-3 {
	background: #4e342e;
	background: rgba(78, 52, 46, 0.8);
}

.bg-brown.bg-darken-4,
.btn-brown.btn-darken-4 {
	background-color: #3e2723 !important;
}

.brown.darken-4 {
	color: #3e2723 !important;
}

.bg-brown.bg-darken-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(62, 39, 35, 0.6);
	box-shadow: 0 1px 20px 1px rgba(62, 39, 35, 0.6);
}

.btn-brown.btn-darken-4:hover {
	background-color: #4e342e !important;
}

.btn-brown.btn-darken-4:active,
.btn-brown.btn-darken-4:focus {
	border-color: #4e342e !important;
	background-color: #3e2723 !important;
}

.btn-outline-brown.btn-outline-darken-4 {
	border-color: #3e2723 !important;
	color: #3e2723 !important;
}

.btn-outline-brown.btn-outline-darken-4:hover {
	background-color: #3e2723 !important;
}

input:focus ~ .bg-brown {
	-webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #3e2723 !important;
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #3e2723 !important;
}

.border-brown.border-darken-4 {
	border: 1px solid #3e2723 !important;
}

.border-top-brown.border-top-darken-4 {
	border-top: 1px solid #3e2723 !important;
}

.border-bottom-brown.border-bottom-darken-4 {
	border-bottom: 1px solid #3e2723 !important;
}

.border-left-brown.border-left-darken-4 {
	border-left: 1px solid #3e2723 !important;
}

.border-right-brown.border-right-darken-4 {
	border-right: 1px solid #3e2723 !important;
}

.overlay-brown.overlay-darken-4 {
	background: #3e2723;
	background: rgba(62, 39, 35, 0.8);
}

.bg-blue-grey.bg-lighten-5,
.btn-blue-grey.btn-lighten-5 {
	background-color: #eceff1 !important;
}

.blue-grey.lighten-5 {
	color: #eceff1 !important;
}

.bg-blue-grey.bg-lighten-5.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(236, 239, 241, 0.6);
	box-shadow: 0 1px 20px 1px rgba(236, 239, 241, 0.6);
}

.btn-blue-grey.btn-lighten-5 {
	border-color: #455a64 !important;
}

.btn-blue-grey.btn-lighten-5:hover {
	border-color: #455a64 !important;
	background-color: #37474f !important;
}

.btn-blue-grey.btn-lighten-5:active,
.btn-blue-grey.btn-lighten-5:focus {
	border-color: #37474f !important;
	background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-lighten-5 {
	border-color: #eceff1 !important;
	color: #eceff1 !important;
}

.btn-outline-blue-grey.btn-outline-lighten-5:hover {
	background-color: #eceff1 !important;
}

.border-blue-grey.border-lighten-5 {
	border: 1px solid #eceff1 !important;
}

.border-top-blue-grey.border-top-lighten-5 {
	border-top: 1px solid #eceff1 !important;
}

.border-bottom-blue-grey.border-bottom-lighten-5 {
	border-bottom: 1px solid #eceff1 !important;
}

.border-left-blue-grey.border-left-lighten-5 {
	border-left: 1px solid #eceff1 !important;
}

.border-right-blue-grey.border-right-lighten-5 {
	border-right: 1px solid #eceff1 !important;
}

.overlay-blue-grey.overlay-lighten-5 {
	background: #eceff1;
	background: rgba(236, 239, 241, 0.8);
}

.bg-blue-grey.bg-lighten-4,
.btn-blue-grey.btn-lighten-4 {
	background-color: #cfd8dc !important;
}

.blue-grey.lighten-4 {
	color: #cfd8dc !important;
}

.bg-blue-grey.bg-lighten-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(207, 216, 220, 0.6);
	box-shadow: 0 1px 20px 1px rgba(207, 216, 220, 0.6);
}

.btn-blue-grey.btn-lighten-4 {
	border-color: #455a64 !important;
}

.btn-blue-grey.btn-lighten-4:hover {
	border-color: #455a64 !important;
	background-color: #37474f !important;
}

.btn-blue-grey.btn-lighten-4:active,
.btn-blue-grey.btn-lighten-4:focus {
	border-color: #37474f !important;
	background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-lighten-4 {
	border-color: #cfd8dc !important;
	color: #cfd8dc !important;
}

.btn-outline-blue-grey.btn-outline-lighten-4:hover {
	background-color: #cfd8dc !important;
}

.border-blue-grey.border-lighten-4 {
	border: 1px solid #cfd8dc !important;
}

.border-top-blue-grey.border-top-lighten-4 {
	border-top: 1px solid #cfd8dc !important;
}

.border-bottom-blue-grey.border-bottom-lighten-4 {
	border-bottom: 1px solid #cfd8dc !important;
}

.border-left-blue-grey.border-left-lighten-4 {
	border-left: 1px solid #cfd8dc !important;
}

.border-right-blue-grey.border-right-lighten-4 {
	border-right: 1px solid #cfd8dc !important;
}

.overlay-blue-grey.overlay-lighten-4 {
	background: #cfd8dc;
	background: rgba(207, 216, 220, 0.8);
}

.bg-blue-grey.bg-lighten-3,
.btn-blue-grey.btn-lighten-3 {
	background-color: #b0bec5 !important;
}

.blue-grey.lighten-3 {
	color: #b0bec5 !important;
}

.bg-blue-grey.bg-lighten-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(176, 190, 197, 0.6);
	box-shadow: 0 1px 20px 1px rgba(176, 190, 197, 0.6);
}

.btn-blue-grey.btn-lighten-3 {
	border-color: #455a64 !important;
}

.btn-blue-grey.btn-lighten-3:hover {
	border-color: #455a64 !important;
	background-color: #37474f !important;
}

.btn-blue-grey.btn-lighten-3:active,
.btn-blue-grey.btn-lighten-3:focus {
	border-color: #37474f !important;
	background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-lighten-3 {
	border-color: #b0bec5 !important;
	color: #b0bec5 !important;
}

.btn-outline-blue-grey.btn-outline-lighten-3:hover {
	background-color: #b0bec5 !important;
}

.border-blue-grey.border-lighten-3 {
	border: 1px solid #b0bec5 !important;
}

.border-top-blue-grey.border-top-lighten-3 {
	border-top: 1px solid #b0bec5 !important;
}

.border-bottom-blue-grey.border-bottom-lighten-3 {
	border-bottom: 1px solid #b0bec5 !important;
}

.border-left-blue-grey.border-left-lighten-3 {
	border-left: 1px solid #b0bec5 !important;
}

.border-right-blue-grey.border-right-lighten-3 {
	border-right: 1px solid #b0bec5 !important;
}

.overlay-blue-grey.overlay-lighten-3 {
	background: #b0bec5;
	background: rgba(176, 190, 197, 0.8);
}

.bg-blue-grey.bg-lighten-2,
.btn-blue-grey.btn-lighten-2 {
	background-color: #90a4ae !important;
}

.blue-grey.lighten-2 {
	color: #90a4ae !important;
}

.bg-blue-grey.bg-lighten-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(144, 164, 174, 0.6);
	box-shadow: 0 1px 20px 1px rgba(144, 164, 174, 0.6);
}

.btn-blue-grey.btn-lighten-2 {
	border-color: #455a64 !important;
}

.btn-blue-grey.btn-lighten-2:hover {
	border-color: #455a64 !important;
	background-color: #37474f !important;
}

.btn-blue-grey.btn-lighten-2:active,
.btn-blue-grey.btn-lighten-2:focus {
	border-color: #37474f !important;
	background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-lighten-2 {
	border-color: #90a4ae !important;
	color: #90a4ae !important;
}

.btn-outline-blue-grey.btn-outline-lighten-2:hover {
	background-color: #90a4ae !important;
}

.border-blue-grey.border-lighten-2 {
	border: 1px solid #90a4ae !important;
}

.border-top-blue-grey.border-top-lighten-2 {
	border-top: 1px solid #90a4ae !important;
}

.border-bottom-blue-grey.border-bottom-lighten-2 {
	border-bottom: 1px solid #90a4ae !important;
}

.border-left-blue-grey.border-left-lighten-2 {
	border-left: 1px solid #90a4ae !important;
}

.border-right-blue-grey.border-right-lighten-2 {
	border-right: 1px solid #90a4ae !important;
}

.overlay-blue-grey.overlay-lighten-2 {
	background: #90a4ae;
	background: rgba(144, 164, 174, 0.8);
}

.bg-blue-grey.bg-lighten-1,
.btn-blue-grey.btn-lighten-1 {
	background-color: #78909c !important;
}

.blue-grey.lighten-1 {
	color: #78909c !important;
}

.bg-blue-grey.bg-lighten-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(120, 144, 156, 0.6);
	box-shadow: 0 1px 20px 1px rgba(120, 144, 156, 0.6);
}

.bg-blue-grey.bg-glow,
.btn-blue-grey.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(96, 125, 139, 0.6);
}

.btn-blue-grey.btn-lighten-1 {
	border-color: #455a64 !important;
}

.btn-blue-grey.btn-lighten-1:hover {
	border-color: #455a64 !important;
	background-color: #37474f !important;
}

.btn-blue-grey.btn-lighten-1:active,
.btn-blue-grey.btn-lighten-1:focus {
	border-color: #37474f !important;
	background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-lighten-1 {
	border-color: #78909c !important;
	color: #78909c !important;
}

.btn-outline-blue-grey.btn-outline-lighten-1:hover {
	background-color: #78909c !important;
}

.border-blue-grey.border-lighten-1 {
	border: 1px solid #78909c !important;
}

.border-top-blue-grey.border-top-lighten-1 {
	border-top: 1px solid #78909c !important;
}

.border-bottom-blue-grey.border-bottom-lighten-1 {
	border-bottom: 1px solid #78909c !important;
}

.border-left-blue-grey.border-left-lighten-1 {
	border-left: 1px solid #78909c !important;
}

.border-right-blue-grey.border-right-lighten-1 {
	border-right: 1px solid #78909c !important;
}

.overlay-blue-grey.overlay-lighten-1 {
	background: #78909c;
	background: rgba(120, 144, 156, 0.8);
}

.blue-grey {
	color: #607d8b !important;
}

.bg-blue-grey {
	background-color: #607d8b !important;
}

.bg-blue-grey .card-footer,
.bg-blue-grey .card-header {
	background-color: transparent;
}

.bg-blue-grey.bg-glow {
	box-shadow: 0 1px 20px 1px rgba(96, 125, 139, 0.6);
}

.selectboxit.selectboxit-btn.bg-blue-grey {
	background-color: #607d8b !important;
}

.alert-blue-grey {
	border-color: #607d8b !important;
	background-color: #87a0ac !important;
	color: #171e21 !important;
}

.alert-blue-grey .alert-link {
	color: #060809 !important;
}

.overlay-blue-grey {
	background: #607d8b;
	background: rgba(96, 125, 139, 0.8);
}

.btn-blue-grey {
	border-color: #607d8b !important;
	background-color: #607d8b !important;
	color: #fff;
}

.btn-blue-grey:hover {
	border-color: #455a64 !important;
	background-color: #546e7a !important;
	color: #fff !important;
}

.btn-blue-grey:active,
.btn-blue-grey:focus {
	border-color: #37474f !important;
	background-color: #455a64 !important;
	color: #fff !important;
}

.btn-blue-grey.btn-glow {
	box-shadow: 0 1px 20px 1px rgba(96, 125, 139, 0.6);
}

.btn-outline-blue-grey {
	border-color: #607d8b;
	background-color: transparent;
	color: #607d8b;
}

.btn-outline-blue-grey:hover {
	background-color: #607d8b;
	color: #fff !important;
}

.btn-outline-blue-grey.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(96, 125, 139, 0.6);
	box-shadow: 0 1px 20px 1px rgba(96, 125, 139, 0.6);
}

input[type="checkbox"].bg-blue-grey + .custom-control-label:before,
input[type="radio"].bg-blue-grey + .custom-control-label:before {
	background-color: #607d8b !important;
}

.bg-blue-grey.bg-darken-1,
.btn-blue-grey.btn-darken-1 {
	background-color: #546e7a !important;
}

.border-blue-grey {
	border: 1px solid #607d8b !important;
}

.border-top-blue-grey {
	border-top: 1px solid #607d8b;
}

.border-bottom-blue-grey {
	border-bottom: 1px solid #607d8b;
}

.border-left-blue-grey {
	border-left: 1px solid #607d8b;
}

.border-right-blue-grey {
	border-right: 1px solid #607d8b;
}

.blue-grey.darken-1 {
	color: #546e7a !important;
}

.bg-blue-grey.bg-darken-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(84, 110, 122, 0.6);
	box-shadow: 0 1px 20px 1px rgba(84, 110, 122, 0.6);
}

.btn-blue-grey.btn-darken-1 {
	border-color: #455a64 !important;
}

.btn-blue-grey.btn-darken-1:hover {
	border-color: #455a64 !important;
	background-color: #37474f !important;
}

.btn-blue-grey.btn-darken-1:active,
.btn-blue-grey.btn-darken-1:focus {
	border-color: #37474f !important;
	background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-darken-1 {
	border-color: #546e7a !important;
	color: #546e7a !important;
}

.btn-outline-blue-grey.btn-outline-darken-1:hover {
	background-color: #546e7a !important;
}

.border-blue-grey.border-darken-1 {
	border: 1px solid #546e7a !important;
}

.border-top-blue-grey.border-top-darken-1 {
	border-top: 1px solid #546e7a !important;
}

.border-bottom-blue-grey.border-bottom-darken-1 {
	border-bottom: 1px solid #546e7a !important;
}

.border-left-blue-grey.border-left-darken-1 {
	border-left: 1px solid #546e7a !important;
}

.border-right-blue-grey.border-right-darken-1 {
	border-right: 1px solid #546e7a !important;
}

.overlay-blue-grey.overlay-darken-1 {
	background: #546e7a;
	background: rgba(84, 110, 122, 0.8);
}

.bg-blue-grey.bg-darken-2,
.btn-blue-grey.btn-darken-2 {
	background-color: #455a64 !important;
}

.blue-grey.darken-2 {
	color: #455a64 !important;
}

.bg-blue-grey.bg-darken-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(69, 90, 100, 0.6);
	box-shadow: 0 1px 20px 1px rgba(69, 90, 100, 0.6);
}

.btn-blue-grey.btn-darken-2 {
	border-color: #455a64 !important;
}

.btn-blue-grey.btn-darken-2:hover {
	border-color: #455a64 !important;
	background-color: #37474f !important;
}

.btn-blue-grey.btn-darken-2:active,
.btn-blue-grey.btn-darken-2:focus {
	border-color: #37474f !important;
	background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-darken-2 {
	border-color: #455a64 !important;
	color: #455a64 !important;
}

.btn-outline-blue-grey.btn-outline-darken-2:hover {
	background-color: #455a64 !important;
}

.border-blue-grey.border-darken-2 {
	border: 1px solid #455a64 !important;
}

.border-top-blue-grey.border-top-darken-2 {
	border-top: 1px solid #455a64 !important;
}

.border-bottom-blue-grey.border-bottom-darken-2 {
	border-bottom: 1px solid #455a64 !important;
}

.border-left-blue-grey.border-left-darken-2 {
	border-left: 1px solid #455a64 !important;
}

.border-right-blue-grey.border-right-darken-2 {
	border-right: 1px solid #455a64 !important;
}

.overlay-blue-grey.overlay-darken-2 {
	background: #455a64;
	background: rgba(69, 90, 100, 0.8);
}

.blue-grey.darken-3 {
	color: #37474f !important;
}

.bg-blue-grey.bg-darken-3 {
	background-color: #37474f !important;
}

.bg-blue-grey.bg-darken-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(55, 71, 79, 0.6);
	box-shadow: 0 1px 20px 1px rgba(55, 71, 79, 0.6);
}

.btn-blue-grey.btn-darken-3,
.btn-blue-grey.btn-darken-3:hover {
	border-color: #455a64 !important;
	background-color: #37474f !important;
}

.btn-blue-grey.btn-darken-3:active,
.btn-blue-grey.btn-darken-3:focus {
	border-color: #37474f !important;
	background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-darken-3 {
	border-color: #37474f !important;
	color: #37474f !important;
}

.btn-outline-blue-grey.btn-outline-darken-3:hover {
	background-color: #37474f !important;
}

.border-blue-grey.border-darken-3 {
	border: 1px solid #37474f !important;
}

.border-top-blue-grey.border-top-darken-3 {
	border-top: 1px solid #37474f !important;
}

.border-bottom-blue-grey.border-bottom-darken-3 {
	border-bottom: 1px solid #37474f !important;
}

.border-left-blue-grey.border-left-darken-3 {
	border-left: 1px solid #37474f !important;
}

.border-right-blue-grey.border-right-darken-3 {
	border-right: 1px solid #37474f !important;
}

.overlay-blue-grey.overlay-darken-3 {
	background: #37474f;
	background: rgba(55, 71, 79, 0.8);
}

.bg-blue-grey.bg-darken-4,
.btn-blue-grey.btn-darken-4 {
	background-color: #263238 !important;
}

.blue-grey.darken-4 {
	color: #263238 !important;
}

.bg-blue-grey.bg-darken-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(38, 50, 56, 0.6);
	box-shadow: 0 1px 20px 1px rgba(38, 50, 56, 0.6);
}

.btn-blue-grey.btn-darken-4 {
	border-color: #455a64 !important;
}

.btn-blue-grey.btn-darken-4:hover {
	border-color: #455a64 !important;
	background-color: #37474f !important;
}

.btn-blue-grey.btn-darken-4:active,
.btn-blue-grey.btn-darken-4:focus {
	border-color: #37474f !important;
	background-color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-darken-4 {
	border-color: #263238 !important;
	color: #263238 !important;
}

.btn-outline-blue-grey.btn-outline-darken-4:hover {
	background-color: #263238 !important;
}

input:focus ~ .bg-blue-grey {
	-webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #263238 !important;
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #263238 !important;
}

.border-blue-grey.border-darken-4 {
	border: 1px solid #263238 !important;
}

.border-top-blue-grey.border-top-darken-4 {
	border-top: 1px solid #263238 !important;
}

.border-bottom-blue-grey.border-bottom-darken-4 {
	border-bottom: 1px solid #263238 !important;
}

.border-left-blue-grey.border-left-darken-4 {
	border-left: 1px solid #263238 !important;
}

.border-right-blue-grey.border-right-darken-4 {
	border-right: 1px solid #263238 !important;
}

.btn-grey.btn-lighten-5,
.btn-grey.btn-lighten-5:hover {
	border-color: #616161 !important;
}

.overlay-blue-grey.overlay-darken-4 {
	background: #263238;
	background: rgba(38, 50, 56, 0.8);
}

.bg-grey.bg-lighten-5,
.btn-grey.btn-lighten-5 {
	background-color: #fafafa !important;
}

.grey.lighten-5 {
	color: #fafafa !important;
}

.bg-grey.bg-lighten-5.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(250, 250, 250, 0.6);
	box-shadow: 0 1px 20px 1px rgba(250, 250, 250, 0.6);
}

.btn-grey.btn-lighten-5:hover {
	background-color: #424242 !important;
}

.btn-grey.btn-lighten-5:active,
.btn-grey.btn-lighten-5:focus {
	border-color: #424242 !important;
	background-color: #212121 !important;
}

.btn-outline-grey.btn-outline-lighten-5 {
	border-color: #fafafa !important;
	color: #fafafa !important;
}

.btn-outline-grey.btn-outline-lighten-5:hover {
	background-color: #fafafa !important;
}

.border-grey.border-lighten-5 {
	border: 1px solid #fafafa !important;
}

.border-top-grey.border-top-lighten-5 {
	border-top: 1px solid #fafafa !important;
}

.border-bottom-grey.border-bottom-lighten-5 {
	border-bottom: 1px solid #fafafa !important;
}

.border-left-grey.border-left-lighten-5 {
	border-left: 1px solid #fafafa !important;
}

.border-right-grey.border-right-lighten-5 {
	border-right: 1px solid #fafafa !important;
}

.btn-grey.btn-lighten-4,
.btn-grey.btn-lighten-4:hover {
	border-color: #616161 !important;
}

.overlay-grey.overlay-lighten-5 {
	background: #fafafa;
	background: rgba(250, 250, 250, 0.8);
}

.bg-grey.bg-lighten-4,
.btn-grey.btn-lighten-4 {
	background-color: #f5f5f5 !important;
}

.grey.lighten-4 {
	color: #f5f5f5 !important;
}

.bg-grey.bg-lighten-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(245, 245, 245, 0.6);
	box-shadow: 0 1px 20px 1px rgba(245, 245, 245, 0.6);
}

.btn-grey.btn-lighten-4:hover {
	background-color: #424242 !important;
}

.btn-grey.btn-lighten-4:active,
.btn-grey.btn-lighten-4:focus {
	border-color: #424242 !important;
	background-color: #212121 !important;
}

.btn-outline-grey.btn-outline-lighten-4 {
	border-color: #f5f5f5 !important;
	color: #f5f5f5 !important;
}

.btn-outline-grey.btn-outline-lighten-4:hover {
	background-color: #f5f5f5 !important;
}

.border-grey.border-lighten-4 {
	border: 1px solid #f5f5f5 !important;
}

.border-top-grey.border-top-lighten-4 {
	border-top: 1px solid #f5f5f5 !important;
}

.border-bottom-grey.border-bottom-lighten-4 {
	border-bottom: 1px solid #f5f5f5 !important;
}

.border-left-grey.border-left-lighten-4 {
	border-left: 1px solid #f5f5f5 !important;
}

.border-right-grey.border-right-lighten-4 {
	border-right: 1px solid #f5f5f5 !important;
}

.btn-grey.btn-lighten-3,
.btn-grey.btn-lighten-3:hover {
	border-color: #616161 !important;
}

.overlay-grey.overlay-lighten-4 {
	background: #f5f5f5;
	background: rgba(245, 245, 245, 0.8);
}

.bg-grey.bg-lighten-3,
.btn-grey.btn-lighten-3 {
	background-color: #eee !important;
}

.grey.lighten-3 {
	color: #eee !important;
}

.bg-grey.bg-lighten-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(238, 238, 238, 0.6);
	box-shadow: 0 1px 20px 1px rgba(238, 238, 238, 0.6);
}

.btn-grey.btn-lighten-3:hover {
	background-color: #424242 !important;
}

.btn-grey.btn-lighten-3:active,
.btn-grey.btn-lighten-3:focus {
	border-color: #424242 !important;
	background-color: #212121 !important;
}

.btn-outline-grey.btn-outline-lighten-3 {
	border-color: #eee !important;
	color: #eee !important;
}

.btn-outline-grey.btn-outline-lighten-3:hover {
	background-color: #eee !important;
}

.border-grey.border-lighten-3 {
	border: 1px solid #eee !important;
}

.border-top-grey.border-top-lighten-3 {
	border-top: 1px solid #eee !important;
}

.border-bottom-grey.border-bottom-lighten-3 {
	border-bottom: 1px solid #eee !important;
}

.border-left-grey.border-left-lighten-3 {
	border-left: 1px solid #eee !important;
}

.border-right-grey.border-right-lighten-3 {
	border-right: 1px solid #eee !important;
}

.btn-grey.btn-lighten-2,
.btn-grey.btn-lighten-2:hover {
	border-color: #616161 !important;
}

.overlay-grey.overlay-lighten-3 {
	background: #eee;
	background: rgba(238, 238, 238, 0.8);
}

.bg-grey.bg-lighten-2,
.btn-grey.btn-lighten-2 {
	background-color: #e0e0e0 !important;
}

.grey.lighten-2 {
	color: #e0e0e0 !important;
}

.bg-grey.bg-lighten-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(224, 224, 224, 0.6);
	box-shadow: 0 1px 20px 1px rgba(224, 224, 224, 0.6);
}

.btn-grey.btn-lighten-2:hover {
	background-color: #424242 !important;
}

.btn-grey.btn-lighten-2:active,
.btn-grey.btn-lighten-2:focus {
	border-color: #424242 !important;
	background-color: #212121 !important;
}

.btn-outline-grey.btn-outline-lighten-2 {
	border-color: #e0e0e0 !important;
	color: #e0e0e0 !important;
}

.btn-outline-grey.btn-outline-lighten-2:hover {
	background-color: #e0e0e0 !important;
}

.border-grey.border-lighten-2 {
	border: 1px solid #e0e0e0 !important;
}

.border-top-grey.border-top-lighten-2 {
	border-top: 1px solid #e0e0e0 !important;
}

.border-bottom-grey.border-bottom-lighten-2 {
	border-bottom: 1px solid #e0e0e0 !important;
}

.border-left-grey.border-left-lighten-2 {
	border-left: 1px solid #e0e0e0 !important;
}

.border-right-grey.border-right-lighten-2 {
	border-right: 1px solid #e0e0e0 !important;
}

.btn-grey.btn-lighten-1,
.btn-grey.btn-lighten-1:hover {
	border-color: #616161 !important;
}

.overlay-grey.overlay-lighten-2 {
	background: #e0e0e0;
	background: rgba(224, 224, 224, 0.8);
}

.bg-grey.bg-lighten-1,
.btn-grey.btn-lighten-1 {
	background-color: #bdbdbd !important;
}

.grey.lighten-1 {
	color: #bdbdbd !important;
}

.bg-grey.bg-lighten-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(189, 189, 189, 0.6);
	box-shadow: 0 1px 20px 1px rgba(189, 189, 189, 0.6);
}

.bg-grey.bg-glow,
.btn-grey.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(158, 158, 158, 0.6);
}

.btn-grey.btn-lighten-1:hover {
	background-color: #424242 !important;
}

.btn-grey.btn-lighten-1:active,
.btn-grey.btn-lighten-1:focus {
	border-color: #424242 !important;
	background-color: #212121 !important;
}

.btn-outline-grey.btn-outline-lighten-1 {
	border-color: #bdbdbd !important;
	color: #bdbdbd !important;
}

.btn-outline-grey.btn-outline-lighten-1:hover {
	background-color: #bdbdbd !important;
}

.border-grey.border-lighten-1 {
	border: 1px solid #bdbdbd !important;
}

.border-top-grey.border-top-lighten-1 {
	border-top: 1px solid #bdbdbd !important;
}

.border-bottom-grey.border-bottom-lighten-1 {
	border-bottom: 1px solid #bdbdbd !important;
}

.border-left-grey.border-left-lighten-1 {
	border-left: 1px solid #bdbdbd !important;
}

.border-right-grey.border-right-lighten-1 {
	border-right: 1px solid #bdbdbd !important;
}

.alert-grey,
.btn-grey {
	border-color: #9e9e9e !important;
}

.overlay-grey.overlay-lighten-1 {
	background: #bdbdbd;
	background: rgba(189, 189, 189, 0.8);
}

.grey {
	color: #9e9e9e !important;
}

.bg-grey {
	background-color: #9e9e9e !important;
}

.bg-grey .card-footer,
.bg-grey .card-header {
	background-color: transparent;
}

.bg-grey.bg-glow {
	box-shadow: 0 1px 20px 1px rgba(158, 158, 158, 0.6);
}

.selectboxit.selectboxit-btn.bg-grey {
	background-color: #9e9e9e !important;
}

.alert-grey {
	background-color: #c2c2c2 !important;
	color: #454545 !important;
}

.alert-grey .alert-link {
	color: #303030 !important;
}

.overlay-grey {
	background: #9e9e9e;
	background: rgba(158, 158, 158, 0.8);
}

.btn-grey {
	background-color: #9e9e9e !important;
	color: #fff;
}

.btn-grey:hover {
	border-color: #616161 !important;
	background-color: #757575 !important;
	color: #fff !important;
}

.btn-grey:active,
.btn-grey:focus {
	border-color: #424242 !important;
	background-color: #616161 !important;
	color: #fff !important;
}

.btn-grey.btn-glow {
	box-shadow: 0 1px 20px 1px rgba(158, 158, 158, 0.6);
}

.btn-outline-grey {
	border-color: #9e9e9e;
	background-color: transparent;
	color: #9e9e9e;
}

.btn-outline-grey:hover {
	background-color: #9e9e9e;
	color: #fff !important;
}

.btn-outline-grey.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(158, 158, 158, 0.6);
	box-shadow: 0 1px 20px 1px rgba(158, 158, 158, 0.6);
}

input[type="checkbox"].bg-grey + .custom-control-label:before,
input[type="radio"].bg-grey + .custom-control-label:before {
	background-color: #9e9e9e !important;
}

.bg-grey.bg-darken-1,
.btn-grey.btn-darken-1 {
	background-color: #757575 !important;
}

.border-grey {
	border: 1px solid #9e9e9e !important;
}

.border-top-grey {
	border-top: 1px solid #9e9e9e;
}

.border-bottom-grey {
	border-bottom: 1px solid #9e9e9e;
}

.border-left-grey {
	border-left: 1px solid #9e9e9e;
}

.border-right-grey {
	border-right: 1px solid #9e9e9e;
}

.grey.darken-1 {
	color: #757575 !important;
}

.bg-grey.bg-darken-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(117, 117, 117, 0.6);
	box-shadow: 0 1px 20px 1px rgba(117, 117, 117, 0.6);
}

.btn-grey.btn-darken-1 {
	border-color: #616161 !important;
}

.btn-grey.btn-darken-1:hover {
	border-color: #616161 !important;
	background-color: #424242 !important;
}

.btn-grey.btn-darken-1:active,
.btn-grey.btn-darken-1:focus {
	border-color: #424242 !important;
	background-color: #212121 !important;
}

.btn-outline-grey.btn-outline-darken-1 {
	border-color: #757575 !important;
	color: #757575 !important;
}

.btn-outline-grey.btn-outline-darken-1:hover {
	background-color: #757575 !important;
}

.border-grey.border-darken-1 {
	border: 1px solid #757575 !important;
}

.border-top-grey.border-top-darken-1 {
	border-top: 1px solid #757575 !important;
}

.border-bottom-grey.border-bottom-darken-1 {
	border-bottom: 1px solid #757575 !important;
}

.border-left-grey.border-left-darken-1 {
	border-left: 1px solid #757575 !important;
}

.border-right-grey.border-right-darken-1 {
	border-right: 1px solid #757575 !important;
}

.btn-grey.btn-darken-2,
.btn-grey.btn-darken-2:hover {
	border-color: #616161 !important;
}

.overlay-grey.overlay-darken-1 {
	background: #757575;
	background: rgba(117, 117, 117, 0.8);
}

.bg-grey.bg-darken-2,
.btn-grey.btn-darken-2 {
	background-color: #616161 !important;
}

.grey.darken-2 {
	color: #616161 !important;
}

.bg-grey.bg-darken-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(97, 97, 97, 0.6);
	box-shadow: 0 1px 20px 1px rgba(97, 97, 97, 0.6);
}

.btn-grey.btn-darken-2:hover {
	background-color: #424242 !important;
}

.btn-grey.btn-darken-2:active,
.btn-grey.btn-darken-2:focus {
	border-color: #424242 !important;
	background-color: #212121 !important;
}

.btn-outline-grey.btn-outline-darken-2 {
	border-color: #616161 !important;
	color: #616161 !important;
}

.btn-outline-grey.btn-outline-darken-2:hover {
	background-color: #616161 !important;
}

.border-grey.border-darken-2 {
	border: 1px solid #616161 !important;
}

.border-top-grey.border-top-darken-2 {
	border-top: 1px solid #616161 !important;
}

.border-bottom-grey.border-bottom-darken-2 {
	border-bottom: 1px solid #616161 !important;
}

.border-left-grey.border-left-darken-2 {
	border-left: 1px solid #616161 !important;
}

.border-right-grey.border-right-darken-2 {
	border-right: 1px solid #616161 !important;
}

.overlay-grey.overlay-darken-2 {
	background: #616161;
	background: rgba(97, 97, 97, 0.8);
}

.grey.darken-3 {
	color: #424242 !important;
}

.bg-grey.bg-darken-3 {
	background-color: #424242 !important;
}

.bg-grey.bg-darken-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(66, 66, 66, 0.6);
	box-shadow: 0 1px 20px 1px rgba(66, 66, 66, 0.6);
}

.btn-grey.btn-darken-3,
.btn-grey.btn-darken-3:hover {
	border-color: #616161 !important;
	background-color: #424242 !important;
}

.btn-grey.btn-darken-3:active,
.btn-grey.btn-darken-3:focus {
	border-color: #424242 !important;
	background-color: #212121 !important;
}

.btn-outline-grey.btn-outline-darken-3 {
	border-color: #424242 !important;
	color: #424242 !important;
}

.btn-outline-grey.btn-outline-darken-3:hover {
	background-color: #424242 !important;
}

.border-grey.border-darken-3 {
	border: 1px solid #424242 !important;
}

.border-top-grey.border-top-darken-3 {
	border-top: 1px solid #424242 !important;
}

.border-bottom-grey.border-bottom-darken-3 {
	border-bottom: 1px solid #424242 !important;
}

.border-left-grey.border-left-darken-3 {
	border-left: 1px solid #424242 !important;
}

.border-right-grey.border-right-darken-3 {
	border-right: 1px solid #424242 !important;
}

.btn-grey.btn-darken-4,
.btn-grey.btn-darken-4:hover {
	border-color: #616161 !important;
}

.overlay-grey.overlay-darken-3 {
	background: #424242;
	background: rgba(66, 66, 66, 0.8);
}

.bg-grey.bg-darken-4,
.btn-grey.btn-darken-4 {
	background-color: #212121 !important;
}

.grey.darken-4 {
	color: #212121 !important;
}

.bg-grey.bg-darken-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(33, 33, 33, 0.6);
	box-shadow: 0 1px 20px 1px rgba(33, 33, 33, 0.6);
}

.btn-grey.btn-darken-4:hover {
	background-color: #424242 !important;
}

.btn-grey.btn-darken-4:active,
.btn-grey.btn-darken-4:focus {
	border-color: #424242 !important;
	background-color: #212121 !important;
}

.btn-outline-grey.btn-outline-darken-4 {
	border-color: #212121 !important;
	color: #212121 !important;
}

.btn-outline-grey.btn-outline-darken-4:hover {
	background-color: #212121 !important;
}

input:focus ~ .bg-grey {
	-webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #212121 !important;
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #212121 !important;
}

.border-grey.border-darken-4 {
	border: 1px solid #212121 !important;
}

.border-top-grey.border-top-darken-4 {
	border-top: 1px solid #212121 !important;
}

.border-bottom-grey.border-bottom-darken-4 {
	border-bottom: 1px solid #212121 !important;
}

.border-left-grey.border-left-darken-4 {
	border-left: 1px solid #212121 !important;
}

.border-right-grey.border-right-darken-4 {
	border-right: 1px solid #212121 !important;
}

.overlay-grey.overlay-darken-4 {
	background: #212121;
	background: rgba(33, 33, 33, 0.8);
}

.bg-grey-blue.bg-lighten-5,
.btn-grey-blue.btn-lighten-5 {
	background-color: #eceff1 !important;
}

.grey-blue.lighten-5 {
	color: #eceff1 !important;
}

.bg-grey-blue.bg-lighten-5.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(236, 239, 241, 0.6);
	box-shadow: 0 1px 20px 1px rgba(236, 239, 241, 0.6);
}

.btn-grey-blue.btn-lighten-5 {
	border-color: #2c303b !important;
}

.btn-grey-blue.btn-lighten-5:hover {
	border-color: #2c303b !important;
	background-color: #37474f !important;
}

.btn-grey-blue.btn-lighten-5:active,
.btn-grey-blue.btn-lighten-5:focus {
	border-color: #37474f !important;
	background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-lighten-5 {
	border-color: #eceff1 !important;
	color: #eceff1 !important;
}

.btn-outline-grey-blue.btn-outline-lighten-5:hover {
	background-color: #eceff1 !important;
}

.border-grey-blue.border-lighten-5 {
	border: 1px solid #eceff1 !important;
}

.border-top-grey-blue.border-top-lighten-5 {
	border-top: 1px solid #eceff1 !important;
}

.border-bottom-grey-blue.border-bottom-lighten-5 {
	border-bottom: 1px solid #eceff1 !important;
}

.border-left-grey-blue.border-left-lighten-5 {
	border-left: 1px solid #eceff1 !important;
}

.border-right-grey-blue.border-right-lighten-5 {
	border-right: 1px solid #eceff1 !important;
}

.overlay-grey-blue.overlay-lighten-5 {
	background: #eceff1;
	background: rgba(236, 239, 241, 0.8);
}

.bg-grey-blue.bg-lighten-4,
.btn-grey-blue.btn-lighten-4 {
	background-color: #cfd8dc !important;
}

.grey-blue.lighten-4 {
	color: #cfd8dc !important;
}

.bg-grey-blue.bg-lighten-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(207, 216, 220, 0.6);
	box-shadow: 0 1px 20px 1px rgba(207, 216, 220, 0.6);
}

.btn-grey-blue.btn-lighten-4 {
	border-color: #2c303b !important;
}

.btn-grey-blue.btn-lighten-4:hover {
	border-color: #2c303b !important;
	background-color: #37474f !important;
}

.btn-grey-blue.btn-lighten-4:active,
.btn-grey-blue.btn-lighten-4:focus {
	border-color: #37474f !important;
	background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-lighten-4 {
	border-color: #cfd8dc !important;
	color: #cfd8dc !important;
}

.btn-outline-grey-blue.btn-outline-lighten-4:hover {
	background-color: #cfd8dc !important;
}

.border-grey-blue.border-lighten-4 {
	border: 1px solid #cfd8dc !important;
}

.border-top-grey-blue.border-top-lighten-4 {
	border-top: 1px solid #cfd8dc !important;
}

.border-bottom-grey-blue.border-bottom-lighten-4 {
	border-bottom: 1px solid #cfd8dc !important;
}

.border-left-grey-blue.border-left-lighten-4 {
	border-left: 1px solid #cfd8dc !important;
}

.border-right-grey-blue.border-right-lighten-4 {
	border-right: 1px solid #cfd8dc !important;
}

.overlay-grey-blue.overlay-lighten-4 {
	background: #cfd8dc;
	background: rgba(207, 216, 220, 0.8);
}

.bg-grey-blue.bg-lighten-3,
.btn-grey-blue.btn-lighten-3 {
	background-color: #b0bec5 !important;
}

.grey-blue.lighten-3 {
	color: #b0bec5 !important;
}

.bg-grey-blue.bg-lighten-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(176, 190, 197, 0.6);
	box-shadow: 0 1px 20px 1px rgba(176, 190, 197, 0.6);
}

.btn-grey-blue.btn-lighten-3 {
	border-color: #2c303b !important;
}

.btn-grey-blue.btn-lighten-3:hover {
	border-color: #2c303b !important;
	background-color: #37474f !important;
}

.btn-grey-blue.btn-lighten-3:active,
.btn-grey-blue.btn-lighten-3:focus {
	border-color: #37474f !important;
	background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-lighten-3 {
	border-color: #b0bec5 !important;
	color: #b0bec5 !important;
}

.btn-outline-grey-blue.btn-outline-lighten-3:hover {
	background-color: #b0bec5 !important;
}

.border-grey-blue.border-lighten-3 {
	border: 1px solid #b0bec5 !important;
}

.border-top-grey-blue.border-top-lighten-3 {
	border-top: 1px solid #b0bec5 !important;
}

.border-bottom-grey-blue.border-bottom-lighten-3 {
	border-bottom: 1px solid #b0bec5 !important;
}

.border-left-grey-blue.border-left-lighten-3 {
	border-left: 1px solid #b0bec5 !important;
}

.border-right-grey-blue.border-right-lighten-3 {
	border-right: 1px solid #b0bec5 !important;
}

.overlay-grey-blue.overlay-lighten-3 {
	background: #b0bec5;
	background: rgba(176, 190, 197, 0.8);
}

.bg-grey-blue.bg-lighten-2,
.btn-grey-blue.btn-lighten-2 {
	background-color: #6f85ad !important;
}

.grey-blue.lighten-2 {
	color: #6f85ad !important;
}

.bg-grey-blue.bg-lighten-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(111, 133, 173, 0.6);
	box-shadow: 0 1px 20px 1px rgba(111, 133, 173, 0.6);
}

.btn-grey-blue.btn-lighten-2 {
	border-color: #2c303b !important;
}

.btn-grey-blue.btn-lighten-2:hover {
	border-color: #2c303b !important;
	background-color: #37474f !important;
}

.btn-grey-blue.btn-lighten-2:active,
.btn-grey-blue.btn-lighten-2:focus {
	border-color: #37474f !important;
	background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-lighten-2 {
	border-color: #6f85ad !important;
	color: #6f85ad !important;
}

.btn-outline-grey-blue.btn-outline-lighten-2:hover {
	background-color: #6f85ad !important;
}

.border-grey-blue.border-lighten-2 {
	border: 1px solid #6f85ad !important;
}

.border-top-grey-blue.border-top-lighten-2 {
	border-top: 1px solid #6f85ad !important;
}

.border-bottom-grey-blue.border-bottom-lighten-2 {
	border-bottom: 1px solid #6f85ad !important;
}

.border-left-grey-blue.border-left-lighten-2 {
	border-left: 1px solid #6f85ad !important;
}

.border-right-grey-blue.border-right-lighten-2 {
	border-right: 1px solid #6f85ad !important;
}

.overlay-grey-blue.overlay-lighten-2 {
	background: #6f85ad;
	background: rgba(111, 133, 173, 0.8);
}

.bg-grey-blue.bg-lighten-1,
.btn-grey-blue.btn-lighten-1 {
	background-color: #78909c !important;
}

.grey-blue.lighten-1 {
	color: #78909c !important;
}

.bg-grey-blue.bg-lighten-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(120, 144, 156, 0.6);
	box-shadow: 0 1px 20px 1px rgba(120, 144, 156, 0.6);
}

.bg-grey-blue.bg-glow,
.btn-grey-blue.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(27, 41, 66, 0.6);
}

.btn-grey-blue.btn-lighten-1 {
	border-color: #2c303b !important;
}

.btn-grey-blue.btn-lighten-1:hover {
	border-color: #2c303b !important;
	background-color: #37474f !important;
}

.btn-grey-blue.btn-lighten-1:active,
.btn-grey-blue.btn-lighten-1:focus {
	border-color: #37474f !important;
	background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-lighten-1 {
	border-color: #78909c !important;
	color: #78909c !important;
}

.btn-outline-grey-blue.btn-outline-lighten-1:hover {
	background-color: #78909c !important;
}

.border-grey-blue.border-lighten-1 {
	border: 1px solid #78909c !important;
}

.border-top-grey-blue.border-top-lighten-1 {
	border-top: 1px solid #78909c !important;
}

.border-bottom-grey-blue.border-bottom-lighten-1 {
	border-bottom: 1px solid #78909c !important;
}

.border-left-grey-blue.border-left-lighten-1 {
	border-left: 1px solid #78909c !important;
}

.border-right-grey-blue.border-right-lighten-1 {
	border-right: 1px solid #78909c !important;
}

.overlay-grey-blue.overlay-lighten-1 {
	background: #78909c;
	background: rgba(120, 144, 156, 0.8);
}

.grey-blue {
	color: #1b2942 !important;
}

.alert-grey-blue,
.alert-grey-blue .alert-link {
	color: #000 !important;
}

.bg-grey-blue {
	background-color: #1b2942 !important;
}

.bg-grey-blue .card-footer,
.bg-grey-blue .card-header {
	background-color: transparent;
}

.bg-grey-blue.bg-glow {
	box-shadow: 0 1px 20px 1px rgba(27, 41, 66, 0.6);
}

.selectboxit.selectboxit-btn.bg-grey-blue {
	background-color: #1b2942 !important;
}

.alert-grey-blue {
	border-color: #1b2942 !important;
	background-color: #304875 !important;
}

.overlay-grey-blue {
	background: #1b2942;
	background: rgba(27, 41, 66, 0.8);
}

.btn-grey-blue {
	border-color: #1b2942 !important;
	background-color: #1b2942 !important;
	color: #fff;
}

.btn-grey-blue:hover {
	border-color: #2c303b !important;
	background-color: #546e7a !important;
	color: #fff !important;
}

.btn-grey-blue:active,
.btn-grey-blue:focus {
	border-color: #37474f !important;
	background-color: #2c303b !important;
	color: #fff !important;
}

.btn-grey-blue.btn-glow {
	box-shadow: 0 1px 20px 1px rgba(27, 41, 66, 0.6);
}

.btn-outline-grey-blue {
	border-color: #1b2942;
	background-color: transparent;
	color: #1b2942;
}

.btn-outline-grey-blue:hover {
	background-color: #1b2942;
	color: #fff !important;
}

.btn-outline-grey-blue.btn-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(27, 41, 66, 0.6);
	box-shadow: 0 1px 20px 1px rgba(27, 41, 66, 0.6);
}

input[type="checkbox"].bg-grey-blue + .custom-control-label:before,
input[type="radio"].bg-grey-blue + .custom-control-label:before {
	background-color: #1b2942 !important;
}

.bg-grey-blue.bg-darken-1,
.btn-grey-blue.btn-darken-1 {
	background-color: #546e7a !important;
}

.border-grey-blue {
	border: 1px solid #1b2942 !important;
}

.border-top-grey-blue {
	border-top: 1px solid #1b2942;
}

.border-bottom-grey-blue {
	border-bottom: 1px solid #1b2942;
}

.border-left-grey-blue {
	border-left: 1px solid #1b2942;
}

.border-right-grey-blue {
	border-right: 1px solid #1b2942;
}

.grey-blue.darken-1 {
	color: #546e7a !important;
}

.bg-grey-blue.bg-darken-1.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(84, 110, 122, 0.6);
	box-shadow: 0 1px 20px 1px rgba(84, 110, 122, 0.6);
}

.btn-grey-blue.btn-darken-1 {
	border-color: #2c303b !important;
}

.btn-grey-blue.btn-darken-1:hover {
	border-color: #2c303b !important;
	background-color: #37474f !important;
}

.btn-grey-blue.btn-darken-1:active,
.btn-grey-blue.btn-darken-1:focus {
	border-color: #37474f !important;
	background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-darken-1 {
	border-color: #546e7a !important;
	color: #546e7a !important;
}

.btn-outline-grey-blue.btn-outline-darken-1:hover {
	background-color: #546e7a !important;
}

.border-grey-blue.border-darken-1 {
	border: 1px solid #546e7a !important;
}

.border-top-grey-blue.border-top-darken-1 {
	border-top: 1px solid #546e7a !important;
}

.border-bottom-grey-blue.border-bottom-darken-1 {
	border-bottom: 1px solid #546e7a !important;
}

.border-left-grey-blue.border-left-darken-1 {
	border-left: 1px solid #546e7a !important;
}

.border-right-grey-blue.border-right-darken-1 {
	border-right: 1px solid #546e7a !important;
}

.overlay-grey-blue.overlay-darken-1 {
	background: #546e7a;
	background: rgba(84, 110, 122, 0.8);
}

.bg-grey-blue.bg-darken-2,
.btn-grey-blue.btn-darken-2 {
	background-color: #2c303b !important;
}

.grey-blue.darken-2 {
	color: #2c303b !important;
}

.bg-grey-blue.bg-darken-2.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(44, 48, 59, 0.6);
	box-shadow: 0 1px 20px 1px rgba(44, 48, 59, 0.6);
}

.btn-grey-blue.btn-darken-2 {
	border-color: #2c303b !important;
}

.btn-grey-blue.btn-darken-2:hover {
	border-color: #2c303b !important;
	background-color: #37474f !important;
}

.btn-grey-blue.btn-darken-2:active,
.btn-grey-blue.btn-darken-2:focus {
	border-color: #37474f !important;
	background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-darken-2 {
	border-color: #2c303b !important;
	color: #2c303b !important;
}

.btn-outline-grey-blue.btn-outline-darken-2:hover {
	background-color: #2c303b !important;
}

.border-grey-blue.border-darken-2 {
	border: 1px solid #2c303b !important;
}

.border-top-grey-blue.border-top-darken-2 {
	border-top: 1px solid #2c303b !important;
}

.border-bottom-grey-blue.border-bottom-darken-2 {
	border-bottom: 1px solid #2c303b !important;
}

.border-left-grey-blue.border-left-darken-2 {
	border-left: 1px solid #2c303b !important;
}

.border-right-grey-blue.border-right-darken-2 {
	border-right: 1px solid #2c303b !important;
}

.overlay-grey-blue.overlay-darken-2 {
	background: #2c303b;
	background: rgba(44, 48, 59, 0.8);
}

.grey-blue.darken-3 {
	color: #37474f !important;
}

.bg-grey-blue.bg-darken-3 {
	background-color: #37474f !important;
}

.bg-grey-blue.bg-darken-3.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(55, 71, 79, 0.6);
	box-shadow: 0 1px 20px 1px rgba(55, 71, 79, 0.6);
}

.btn-grey-blue.btn-darken-3,
.btn-grey-blue.btn-darken-3:hover {
	border-color: #2c303b !important;
	background-color: #37474f !important;
}

.btn-grey-blue.btn-darken-3:active,
.btn-grey-blue.btn-darken-3:focus {
	border-color: #37474f !important;
	background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-darken-3 {
	border-color: #37474f !important;
	color: #37474f !important;
}

.btn-outline-grey-blue.btn-outline-darken-3:hover {
	background-color: #37474f !important;
}

.border-grey-blue.border-darken-3 {
	border: 1px solid #37474f !important;
}

.border-top-grey-blue.border-top-darken-3 {
	border-top: 1px solid #37474f !important;
}

.border-bottom-grey-blue.border-bottom-darken-3 {
	border-bottom: 1px solid #37474f !important;
}

.border-left-grey-blue.border-left-darken-3 {
	border-left: 1px solid #37474f !important;
}

.border-right-grey-blue.border-right-darken-3 {
	border-right: 1px solid #37474f !important;
}

.overlay-grey-blue.overlay-darken-3 {
	background: #37474f;
	background: rgba(55, 71, 79, 0.8);
}

.bg-grey-blue.bg-darken-4,
.btn-grey-blue.btn-darken-4 {
	background-color: #263238 !important;
}

.grey-blue.darken-4 {
	color: #263238 !important;
}

.bg-grey-blue.bg-darken-4.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(38, 50, 56, 0.6);
	box-shadow: 0 1px 20px 1px rgba(38, 50, 56, 0.6);
}

.btn-grey-blue.btn-darken-4 {
	border-color: #2c303b !important;
}

.btn-grey-blue.btn-darken-4:hover {
	border-color: #2c303b !important;
	background-color: #37474f !important;
}

.btn-grey-blue.btn-darken-4:active,
.btn-grey-blue.btn-darken-4:focus {
	border-color: #37474f !important;
	background-color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-darken-4 {
	border-color: #263238 !important;
	color: #263238 !important;
}

.btn-outline-grey-blue.btn-outline-darken-4:hover {
	background-color: #263238 !important;
}

input:focus ~ .bg-grey-blue {
	-webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #263238 !important;
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #263238 !important;
}

.border-grey-blue.border-darken-4 {
	border: 1px solid #263238 !important;
}

.border-top-grey-blue.border-top-darken-4 {
	border-top: 1px solid #263238 !important;
}

.border-bottom-grey-blue.border-bottom-darken-4 {
	border-bottom: 1px solid #263238 !important;
}

.border-left-grey-blue.border-left-darken-4 {
	border-left: 1px solid #263238 !important;
}

.border-right-grey-blue.border-right-darken-4 {
	border-right: 1px solid #263238 !important;
}

.overlay-grey-blue.overlay-darken-4 {
	background: #263238;
	background: rgba(38, 50, 56, 0.8);
}

.bg-shades.bg-black,
.btn-outline-shades.btn-outline-black:hover,
.btn-shades.btn-black {
	background-color: #000 !important;
}

.shades.black {
	color: #000 !important;
}

.bg-shades.bg-black.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.6);
}

.btn-outline-shades.btn-outline-black {
	border-color: #000 !important;
	color: #000 !important;
}

.border-shades.border-black {
	border: 1px solid #000 !important;
}

.border-top-shades.border-top-black {
	border-top: 1px solid #000 !important;
}

.border-bottom-shades.border-bottom-black {
	border-bottom: 1px solid #000 !important;
}

.border-left-shades.border-left-black {
	border-left: 1px solid #000 !important;
}

.border-right-shades.border-right-black {
	border-right: 1px solid #000 !important;
}

.overlay-shades.overlay-black {
	background: #000;
	background: rgba(0, 0, 0, 0.8);
}

.bg-shades.bg-white,
.btn-outline-shades.btn-outline-white:hover,
.btn-shades.btn-white {
	background-color: #fff !important;
}

.shades.white {
	color: #fff !important;
}

.bg-shades.bg-white.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 255, 255, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 255, 255, 0.6);
}

.btn-outline-shades.btn-outline-white {
	border-color: #fff !important;
	color: #fff !important;
}

.border-shades.border-white {
	border: 1px solid #fff !important;
}

.border-top-shades.border-top-white {
	border-top: 1px solid #fff !important;
}

.border-bottom-shades.border-bottom-white {
	border-bottom: 1px solid #fff !important;
}

.border-left-shades.border-left-white {
	border-left: 1px solid #fff !important;
}

.border-right-shades.border-right-white {
	border-right: 1px solid #fff !important;
}

.overlay-shades.overlay-white {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
}

.bg-shades.bg-transparent,
.btn-outline-shades.btn-outline-transparent:hover,
.btn-shades.btn-transparent {
	background-color: transparent !important;
}

.shades.transparent {
	color: transparent !important;
}

.bg-shades.bg-transparent.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.6);
}

.btn-outline-shades.btn-outline-transparent {
	border-color: transparent !important;
	color: transparent !important;
}

input:focus ~ .bg-shades {
	-webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem transparent !important;
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem transparent !important;
}

.border-shades.border-transparent {
	border: 1px solid transparent !important;
}

.border-top-shades.border-top-transparent {
	border-top: 1px solid transparent !important;
}

.border-bottom-shades.border-bottom-transparent {
	border-bottom: 1px solid transparent !important;
}

.border-left-shades.border-left-transparent {
	border-left: 1px solid transparent !important;
}

.border-right-shades.border-right-transparent {
	border-right: 1px solid transparent !important;
}

.overlay-shades.overlay-transparent {
	background: 0 0;
	background: rgba(0, 0, 0, 0.8);
}

.bg-black.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.6);
}

input:focus ~ .bg-black {
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #000;
}

.border-top-black {
	border-top: 1px solid #000;
}

.border-bottom-black {
	border-bottom: 1px solid #000;
}

.border-left-black {
	border-left: 1px solid #000;
}

.border-right-black {
	border-right: 1px solid #000;
}

.bg-white.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(255, 255, 255, 0.6);
	box-shadow: 0 1px 20px 1px rgba(255, 255, 255, 0.6);
}

input:focus ~ .bg-white {
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fff;
}

.border-top-white {
	border-top: 1px solid #fff;
}

.border-bottom-white {
	border-bottom: 1px solid #fff;
}

.border-left-white {
	border-left: 1px solid #fff;
}

.border-right-white {
	border-right: 1px solid #fff;
}

.transparent {
	color: transparent;
}

.bg-transparent {
	background-color: transparent;
}

.bg-transparent.bg-glow {
	-webkit-box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.6);
}

input:focus ~ .bg-transparent {
	-webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem transparent;
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem transparent;
}

.border-transparent {
	border: 1px solid transparent;
}

.border-top-transparent {
	border-top: 1px solid transparent;
}

.border-bottom-transparent {
	border-bottom: 1px solid transparent;
}

.border-left-transparent {
	border-left: 1px solid transparent;
}

.border-right-transparent {
	border-right: 1px solid transparent;
}

/* COMPONENTS */

.app-content.center-layout,
html body .content.app-content {
	overflow: hidden;
}

.main-menu a,
.select2-container--classic:focus,
.select2-container--default:focus {
	outline: 0;
}

html {
	font-size: 14px;
	height: 100%;
}

html body {
	height: 100%;
	width: 100%;
	background-color: #f3f3f3;
	direction: ltr;
	font-family: "Roboto" !important;
}

html body.fixed-navbar {
	padding-top: 4.57rem;
}

html body a {
	color: #d10000;
}

html body a:hover {
	color: #2494be;
}

html body .content {
	padding: 0;
	position: relative;
	-webkit-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	transition: 0.3s ease all;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	min-height: -webkit-calc(100% - 32px);
	min-height: -moz-calc(100% - 32px);
	min-height: calc(100% - 32px);
}

html body .content .content-wrapper {
	padding: 2.2rem;
}

html body .content .content-wrapper .content-header-title {
	font-weight: 500;
	letter-spacing: 1px;
	color: #373a3c;
}

html body .la {
	font-size: 1.4rem;
}

html body[data-col="1-column"]:not(.vertical-content-menu) .content,
html body[data-col="1-column"]:not(.vertical-content-menu) .footer {
	margin-left: 0 !important;
}

html body[data-col="1-column"].horizontal-layout .content,
html body[data-col="1-column"].horizontal-layout .footer {
	margin: 0 auto !important;
}

html body[data-col="1-column"].vertical-content-menu .content-body {
	margin-left: 0 !important;
}

html body.boxed-layout {
	padding-left: 0;
	padding-right: 0;
}

html body.bg-full-screen-image {
	background: url(/assets/globals/img/background/login-bg.jpg) center center
		no-repeat fixed;
	-webkit-background-size: cover;
	background-size: cover;
}

html body .pace .pace-progress {
	background: #d10000;
}

.blank-page .content-wrapper {
	padding: 0 !important;
}

.blank-page .content-wrapper .flexbox-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100vh;
}

@media (max-width: 767.98px) {
	html body .content .content-wrapper {
		padding: 1rem;
	}

	html body footer {
		text-align: center;
	}
}

@media (min-width: 992px) {
	body .content-right {
		width: -webkit-calc(100% - 300px);
		width: -moz-calc(100% - 300px);
		width: calc(100% - 300px);
		float: right;
	}

	body .content-left {
		width: -webkit-calc(100% - 300px);
		width: -moz-calc(100% - 300px);
		width: calc(100% - 300px);
		float: left;
	}

	body .content-detached {
		width: 100%;
	}

	body .content-detached.content-right {
		float: right;
		margin-left: -300px;
	}

	body .content-detached.content-right .content-body {
		margin-left: 320px;
	}

	body .content-detached.content-left {
		float: left;
		margin-right: -300px;
	}

	body .content-detached.content-left .content-body {
		margin-right: 320px;
	}

	.sidebar-right.sidebar-sticky {
		float: right !important;
		margin-left: -300px;
		width: 300px !important;
	}

	[data-col="content-left-sidebar"] .sticky-wrapper {
		float: left;
	}

	.vertical-content-menu .content .sidebar-left {
		margin-left: 268px;
	}

	.vertical-content-menu .content .content-detached.content-right {
		float: right;
		width: -webkit-calc(100% - 300px);
		width: -moz-calc(100% - 300px);
		width: calc(100% - 300px);
		margin-left: -300px;
	}

	.vertical-content-menu
		.content
		.content-detached.content-right
		.content-body {
		margin-left: 295px;
	}

	.vertical-content-menu .content .content-detached.content-left {
		float: left;
		width: 100%;
		margin-right: -300px;
	}

	.vertical-content-menu .content .content-detached.content-left .content-body {
		margin-right: 320px;
	}
}

.sidebar {
	position: relative;
	width: 100%;
}

.sidebar-fixed {
	position: fixed;
	height: 100%;
	overflow: scroll;
}

@media (min-width: 992px) {
	.sidebar {
		vertical-align: top;
		width: 300px;
	}

	.sidebar-left {
		float: left;
	}

	.sidebar-right {
		float: right;
	}
}

.horizontal-menu-padding .header-navbar .navbar-container {
	padding: 0;
}

.header-navbar .navbar-container {
	height: auto;
}

footer.footer {
	padding: 0.8rem;
}

footer.navbar-shadow {
	-webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 0 20px rgba(0, 0, 0, 0.1);
}

footer.navbar-border {
	border-top: 1px solid #e4e7ed;
}

footer.footer-transparent {
	border: none;
}

footer.footer-light {
	background: #fff;
}

footer.footer-dark {
	background: #1d2b36;
	color: #fff;
}

.main-menu {
	z-index: 1000;
	position: absolute;
	display: table-cell;
}

.main-menu.menu-dark .navigation > li > a i,
.main-menu.menu-light .navigation > li > a i {
	position: relative;
	top: 1px;
}

.main-menu.menu-light {
	color: #55595c;
	background: #fff;
	border-right: 1px solid #e4e7ed;
}

.main-menu.menu-light .main-menu-header {
	padding: 20px;
}

.main-menu.menu-light .main-menu-header .menu-search {
	background: #e6e6e6;
	padding: 0.5rem 1rem;
	color: #3d3f41;
}

.main-menu.menu-light .main-menu-header .menu-search:focus {
	border-color: #d9d9d9;
}

.main-menu.menu-light .navigation {
	background: #fff;
}

.main-menu.menu-light .navigation .navigation-header {
	color: #55595c;
	padding: 30px 20px 8px;
}

.main-menu.menu-light .navigation .navigation-header span {
	font-weight: 600;
	text-transform: uppercase;
}

.main-menu.menu-light .navigation li a {
	color: #55595c;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.main-menu.menu-light .navigation li a i,
.main-menu.menu-light .navigation li a span {
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.main-menu.menu-light .navigation li a span {
	display: inline-block;
}

.main-menu.menu-light .navigation > li ul .has-sub:not(.open) > ul,
.main-menu.menu-light .navigation > li:not(.open) > ul {
	display: none;
}

.main-menu.menu-light .navigation li a span.menu-sub-title {
	color: #a1a6a9;
}

.main-menu.menu-light .navigation li.active > a,
.main-menu.menu-light .navigation li.hover > a,
.main-menu.menu-light .navigation li.open > a {
	color: #fff;
}

.main-menu.menu-light .navigation > li {
	padding: 0;
}

.main-menu.menu-light .navigation > li > a {
	padding: 8px 20px;
}

.main-menu.menu-light .navigation > li > a .label {
	margin-top: 4px;
	margin-right: 5px;
}

.main-menu.menu-light .navigation > li.open > ul {
	background: #f5f5f5;
}

.main-menu.menu-light .navigation > li.open > a {
	color: #3d3f41;
	background: #f5f5f5;
}

.main-menu.menu-light .navigation > li.open .hover > a {
	background: #f0f0f0;
}

.main-menu.menu-light .navigation > li.active > a,
.main-menu.menu-light .navigation > li.hover > a,
.main-menu.menu-light .navigation > li:hover > a {
	color: #3d3f41;
	background-color: #f5f5f5;
}

.main-menu.menu-light .navigation > li.active > a.mm-next,
.main-menu.menu-light .navigation > li.hover > a.mm-next,
.main-menu.menu-light .navigation > li:hover > a.mm-next {
	background-color: inherit;
}

.main-menu.menu-light .navigation > li.active > a {
	color: #55595c;
	font-weight: 700;
	background: #f0f0f0;
	border-right: 4px solid #d10000;
}

.main-menu.menu-light .navigation > li .active {
	background: #f0f0f0;
}

.main-menu.menu-light .navigation > li .active > a {
	color: #6d7377;
	font-weight: 700;
	background: #f0f0f0;
	border-right: 4px solid #d10000;
}

.main-menu.menu-light .navigation > li .active .hover > a {
	background: #f5f5f5;
}

.main-menu.menu-light .navigation > li ul {
	padding: 0;
	margin: 0;
	font-size: 1rem;
}

.main-menu.menu-light .navigation > li ul li {
	color: #55595c;
	background: 0 0;
}

.main-menu.menu-light .navigation > li ul li > a {
	padding: 8px 20px 8px 50px;
}

.main-menu.menu-light .navigation > li ul .open {
	background: #ededed;
}

.main-menu.menu-light .navigation > li ul .open > a {
	color: #55595c;
}

.main-menu.menu-light .navigation > li ul .open > ul {
	display: block;
	background: #ededed;
}

.main-menu.menu-light .navigation > li ul .open > ul li > a {
	padding: 8px 20px 8px 60px;
}

.main-menu.menu-light .navigation > li ul .open > ul .open {
	background: #e6e6e6;
}

.main-menu.menu-light .navigation > li ul .open > ul .open > ul {
	display: block;
	background: #e6e6e6;
}

.main-menu.menu-light .navigation > li ul .open > ul .open > ul li > a {
	padding: 8px 20px 8px 70px;
}

.main-menu.menu-light .navigation > li ul .open .hover > a {
	background: #f5f5f5;
}

.main-menu.menu-light .navigation > li ul .hover > a,
.main-menu.menu-light .navigation > li ul:hover > a {
	color: #5f6367;
}

.main-menu.menu-light .navigation > li ul .active {
	background: 0 0;
}

.main-menu.menu-light .navigation > li ul .active > a {
	color: #6d7377;
	font-weight: 700;
}

.main-menu.menu-light .navigation > li ul .active .hover > a {
	background-color: transparent;
}

.main-menu.menu-light .navigation > li > ul,
.main-menu.menu-light ul.menu-popout {
	background: #fff;
}

.main-menu.menu-light ul.menu-popout li a {
	color: #55595c;
}

.main-menu.menu-light ul.menu-popout li a span.menu-sub-title {
	color: #a1a6a9;
}

.main-menu.menu-light ul.menu-popout .has-sub:not(.open) > ul {
	display: none;
}

.main-menu.menu-light ul.menu-popout .open > a {
	color: #55595c;
}

.main-menu.menu-light ul.menu-popout .open > ul {
	display: block;
}

.main-menu.menu-light ul.menu-popout .open > ul .open {
	background: #e8e8e8;
}

.main-menu.menu-light ul.menu-popout .open > ul .open > ul {
	display: block;
	background: #e8e8e8;
}

.main-menu.menu-light ul.menu-popout .hover > a,
.main-menu.menu-light ul.menu-popout:hover > a {
	color: #5f6367;
}

.main-menu.menu-light ul.menu-popout .active {
	font-weight: 700;
}

.main-menu.menu-light ul.menu-popout .active > a {
	color: #6d7377;
}

.main-menu.menu-light ul.menu-popout .active .hover > a,
.main-menu.menu-light ul.menu-popout .active :hover > a {
	background-color: transparent;
}

.main-menu.menu-light.mm-menu .mm-search input {
	background: #e6e6e6;
	color: #55595c;
	padding: 16px;
}

.main-menu.menu-light.mm-menu .mm-divider {
	background: #f2f2f2;
}

.main-menu.menu-light.mm-menu .mm-navbar > {
	border-color: #fff;
}

.main-menu.menu-light.mm-menu .mm-navbar > *,
.main-menu.menu-light.mm-menu .mm-navbar > a {
	color: #18191a;
}

.main-menu.menu-light.mm-menu .mm-navbar > .mm-btn:after,
.main-menu.menu-light.mm-menu .mm-navbar > .mm-btn:before {
	border-color: #494c4f;
}

.main-menu.menu-light.mm-menu .mm-listview > li .mm-arrow:after,
.main-menu.menu-light.mm-menu .mm-listview > li .mm-next:after {
	border-color: #303334;
}

.main-menu.menu-light.mm-menu
	.mm-listview.navigation-main
	> li:hover
	.mm-arrow:after,
.main-menu.menu-light.mm-menu
	.mm-listview.navigation-main
	> li:hover
	.mm-next:after {
	border-color: #fff;
}

.main-menu.menu-light.mm-menu .mm-hasnavbar .mm-listview > li:hover {
	background-color: #f2f2f2;
}

.main-menu.menu-dark {
	color: #dcdcdc;
	background: #1d2b36;
}

.main-menu.menu-dark .main-menu-header {
	padding: 20px;
}

.main-menu.menu-dark .main-menu-header .menu-search {
	background: #0b1115;
	padding: 0.5rem 1rem;
	color: #c3c3c3;
}

.main-menu.menu-dark .main-menu-header .menu-search:focus {
	border-color: #020304;
}

.main-menu.menu-dark .navigation {
	background: #1d2b36;
}

.main-menu.menu-dark .navigation .navigation-header {
	color: #dcdcdc;
	padding: 30px 20px 8px;
}

.main-menu.menu-dark .navigation .navigation-header span {
	font-weight: 600;
	text-transform: uppercase;
}

.main-menu.menu-dark .navigation li a {
	color: #dcdcdc;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.main-menu.menu-dark .navigation li a i,
.main-menu.menu-dark .navigation li a span {
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.main-menu.menu-dark .navigation li a span {
	display: inline-block;
}

.main-menu.menu-dark .navigation > li ul .has-sub:not(.open) > ul,
.main-menu.menu-dark .navigation > li:not(.open) > ul {
	display: none;
}

.main-menu.menu-dark .navigation li a span.menu-sub-title {
	color: #fff;
}

.main-menu.menu-dark .navigation li.active > a,
.main-menu.menu-dark .navigation li.hover > a,
.main-menu.menu-dark .navigation li.open > a {
	color: #fff;
}

.main-menu.menu-dark .navigation > li {
	padding: 0;
}

.main-menu.menu-dark .navigation > li > a {
	padding: 8px 20px;
}

.main-menu.menu-dark .navigation > li > a .label {
	margin-top: 4px;
	margin-right: 5px;
}

.main-menu.menu-dark .navigation > li.open > ul {
	background: #162029;
}

.main-menu.menu-dark .navigation > li.open > a {
	color: #c3c3c3;
	background: #162029;
}

.main-menu.menu-dark .navigation > li.open .hover > a {
	background: #121b22;
}

.main-menu.menu-dark .navigation > li.active > a,
.main-menu.menu-dark .navigation > li.hover > a,
.main-menu.menu-dark .navigation > li:hover > a {
	color: #c3c3c3;
	background-color: #162029;
}

.main-menu.menu-dark .navigation > li.active > a.mm-next,
.main-menu.menu-dark .navigation > li.hover > a.mm-next,
.main-menu.menu-dark .navigation > li:hover > a.mm-next {
	background-color: inherit;
}

.main-menu.menu-dark .navigation > li.active > a {
	color: #dcdcdc;
	font-weight: 700;
	background: #121b22;
	border-right: 4px solid #d10000;
}

.main-menu.menu-dark .navigation > li .active {
	background: #121b22;
}

.main-menu.menu-dark .navigation > li .active > a {
	color: #f6f6f6;
	font-weight: 700;
	background: #121b22;
	border-right: 4px solid #d10000;
}

.main-menu.menu-dark .navigation > li .active .hover > a {
	background: #162029;
}

.main-menu.menu-dark .navigation > li ul {
	padding: 0;
	margin: 0;
	font-size: 1rem;
}

.main-menu.menu-dark .navigation > li ul li {
	color: #dcdcdc;
	background: 0 0;
}

.main-menu.menu-dark .navigation > li ul li > a {
	padding: 8px 20px 8px 50px;
}

.main-menu.menu-dark .navigation > li ul .open {
	background: #11191f;
}

.main-menu.menu-dark .navigation > li ul .open > a {
	color: #dcdcdc;
}

.main-menu.menu-dark .navigation > li ul .open > ul {
	display: block;
	background: #11191f;
}

.main-menu.menu-dark .navigation > li ul .open > ul li > a {
	padding: 8px 20px 8px 60px;
}

.main-menu.menu-dark .navigation > li ul .open > ul .open {
	background: #0b1115;
}

.main-menu.menu-dark .navigation > li ul .open > ul .open > ul {
	display: block;
	background: #0b1115;
}

.main-menu.menu-dark .navigation > li ul .open > ul .open > ul li > a {
	padding: 8px 20px 8px 70px;
}

.main-menu.menu-dark .navigation > li ul .open .hover > a {
	background: #162029;
}

.main-menu.menu-dark .navigation > li ul .hover > a,
.main-menu.menu-dark .navigation > li ul:hover > a {
	color: #e6e6e6;
}

.main-menu.menu-dark .navigation > li ul .active {
	background: 0 0;
}

.main-menu.menu-dark .navigation > li ul .active > a {
	color: #f6f6f6;
	font-weight: 700;
}

.main-menu.menu-dark .navigation > li ul .active .hover > a {
	background-color: transparent;
}

.main-menu.menu-dark .navigation > li > ul,
.main-menu.menu-dark ul.menu-popout {
	background: #1d2b36;
}

.main-menu.menu-dark ul.menu-popout li a {
	color: #dcdcdc;
}

.main-menu.menu-dark ul.menu-popout li a span.menu-sub-title {
	color: #fff;
}

.main-menu.menu-dark ul.menu-popout .has-sub:not(.open) > ul {
	display: none;
}

.main-menu.menu-dark ul.menu-popout .open > a {
	color: #dcdcdc;
}

.main-menu.menu-dark ul.menu-popout .open > ul {
	display: block;
}

.main-menu.menu-dark ul.menu-popout .open > ul .open {
	background: #0d1318;
}

.main-menu.menu-dark ul.menu-popout .open > ul .open > ul {
	display: block;
	background: #0d1318;
}

.main-menu.menu-dark ul.menu-popout .hover > a,
.main-menu.menu-dark ul.menu-popout:hover > a {
	color: #e6e6e6;
}

.main-menu.menu-dark ul.menu-popout .active {
	font-weight: 700;
}

.navigation,
.navigation .navigation-header {
	font-weight: 400;
}

.main-menu.menu-dark ul.menu-popout .active > a {
	color: #f6f6f6;
}

.main-menu.menu-dark ul.menu-popout .active .hover > a,
.main-menu.menu-dark ul.menu-popout .active :hover > a {
	background-color: transparent;
}

.main-menu.menu-dark.mm-menu .mm-search input {
	background: #0b1115;
	color: #dcdcdc;
	padding: 16px;
}

.main-menu.menu-dark.mm-menu .mm-divider {
	background: #141e25;
}

.main-menu.menu-dark.mm-menu .mm-navbar > {
	border-color: #263847;
}

.main-menu.menu-dark.mm-menu .mm-navbar > *,
.main-menu.menu-dark.mm-menu .mm-navbar > a {
	color: #9c9c9c;
}

.main-menu.menu-dark.mm-menu .mm-navbar > .mm-btn:after,
.main-menu.menu-dark.mm-menu .mm-navbar > .mm-btn:before {
	border-color: #cfcfcf;
}

.main-menu.menu-dark.mm-menu .mm-listview > li .mm-arrow:after,
.main-menu.menu-dark.mm-menu .mm-listview > li .mm-next:after {
	border-color: #b6b6b6;
}

.main-menu.menu-dark.mm-menu
	.mm-listview.navigation-main
	> li:hover
	.mm-arrow:after,
.main-menu.menu-dark.mm-menu
	.mm-listview.navigation-main
	> li:hover
	.mm-next:after {
	border-color: #fff;
}

.main-menu.menu-dark.mm-menu .mm-hasnavbar .mm-listview > li:hover {
	background-color: #141e25;
}

.main-menu.menu-fixed {
	position: fixed;
	top: 4.57rem;
	height: -webkit-calc(100% - 4.57rem);
	height: -moz-calc(100% - 4.57rem);
	height: calc(100% - 4.57rem);
}

.main-menu.menu-fixed .main-menu-footer {
	position: fixed;
}

.main-menu.menu-shadow {
	-webkit-box-shadow: 1px 0 30px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 0 30px rgba(0, 0, 0, 0.1);
}

.main-menu.menu-border {
	border-right: 1px solid #e4e7ed;
}

.main-menu.menu-native-scroll .main-menu-content {
	overflow-y: scroll;
}

.main-menu.menu-bordered.menu-light .navigation > li {
	border-top: 1px solid #e4e7ed;
}

.main-menu.menu-bordered.menu-dark .navigation > li {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.main-menu .main-menu-content {
	height: 100%;
	position: relative;
}

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

.main-menu ul.navigation-main {
	overflow-x: hidden;
}

.main-menu a:focus,
.main-menu a:hover {
	text-decoration: none;
}

.navigation {
	font-size: 1.1rem;
	letter-spacing: 0.2px;
	overflow-y: hidden;
	padding-bottom: 20px;
}

.navigation .navigation-header {
	line-height: 1.2;
	padding: 12px 22px;
	font-size: 1rem;
}

.navigation li {
	position: relative;
	white-space: nowrap;
}

.navigation li a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
}

.menu-popout li.disabled a,
.navigation li.disabled a {
	cursor: not-allowed;
}

.dropdown-notification .notification-text {
	margin-bottom: 0.5rem;
}

.dropdown-notification .notification-tag {
	position: relative;
	top: -28px;
	right: 20px;
}

.main-menu-header .user-content {
	padding: 20px;
}

.main-menu-header .user-content .media {
	overflow: inherit;
}

.main-menu-header .user-content .media-body {
	vertical-align: bottom;
	opacity: 1;
	width: 150px;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease 0.15s;
	-o-transition: all 0.3s ease 0.15s;
	-moz-transition: all 0.3s ease 0.15s;
	transition: all 0.3s ease 0.15s;
}

.main-menu-footer {
	position: relative;
	overflow: hidden;
	bottom: 0;
	display: block;
	z-index: 1000;
	color: #b0c5d5;
	background-color: #0b1115;
}

.main-menu-footer.footer-open {
	max-height: 500px;
	-webkit-transition: max-height 0.2s ease-in-out;
	-o-transition: max-height 0.2s ease-in-out;
	-moz-transition: max-height 0.2s ease-in-out;
	transition: max-height 0.2s ease-in-out;
}

.main-menu-footer.footer-close {
	max-height: 15px;
	-webkit-transition: max-height 0.2s ease-in-out;
	-o-transition: max-height 0.2s ease-in-out;
	-moz-transition: max-height 0.2s ease-in-out;
	transition: max-height 0.2s ease-in-out;
}

.main-menu-footer a {
	color: #8facc3;
}

.main-menu-footer a:focus,
.main-menu-footer a:hover {
	color: #fff;
}

.main-menu-footer .header {
	height: 19px;
	border-bottom: 1px solid #141e25;
}

.main-menu-footer .toggle {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	transition: -webkit-transform 0.2s ease-in-out;
}

.main-menu-footer .content {
	padding: 0;
}

.main-menu-footer .content .actions > a {
	display: block;
	float: left;
	width: 33.33333%;
	padding: 1rem 0;
	color: #8facc3;
	text-align: center;
	border-top: 1px solid #141e25;
	border-left: 1px solid #141e25;
}

.main-menu-footer .content .actions > a > span {
	font-size: 1.35rem;
}

.main-menu-footer .content .actions > a:focus,
.main-menu-footer .content .actions > a:hover {
	color: #fff;
}

body.vertical-layout.vertical-menu.menu-expanded .main-menu-footer .content {
	margin-left: 0;
}

.vertical-layout.menu-expanded .menu-icon-right ul.navigation li > a:after,
.vertical-overlay-menu .menu-icon-right ul.navigation li > a:after {
	left: 8px;
	right: initial !important;
}

.vertical-layout.menu-expanded .menu-icon-right ul.navigation li > a > i,
.vertical-overlay-menu .menu-icon-right ul.navigation li > a > i {
	float: right !important;
	margin: 0 -6px 0 0 !important;
}

.horizontal-layout .navbar-icon-right ul.nav > li > a:after {
	float: left;
	position: relative;
	top: 27px;
	left: -16px;
}

.horizontal-layout .navbar-icon-right ul.nav > li > a > i {
	float: right;
	margin: 0 4px 0 8px;
}

.horizontal-layout .navbar-fixed {
	z-index: 999 !important;
}
@media (min-width: 1199.9px) {
	.horizontal-layout .navbar-fixed {
		box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
	}
}
@media (max-width: 767.98px) {
	.menu-hide .main-menu,
	.menu-open .main-menu {
		-webkit-transition: top 0.35s, height 0.35s, -webkit-transform 0.25s;
		-o-transition: top 0.35s, height 0.35s, -o-transform 0.25s;
		-moz-transition: transform 0.25s, top 0.35s, height 0.35s,
			-moz-transform 0.25s;
		transition: transform 0.25s, top 0.35s, height 0.35s;
		transition: transform 0.25s, top 0.35s, height 0.35s,
			-webkit-transform 0.25s, -moz-transform 0.25s, -o-transform 0.25s;
	}

	.main-menu {
		-webkit-transform: translate3d(-240px, 0, 0);
		-moz-transform: translate3d(-240px, 0, 0);
		transform: translate3d(-240px, 0, 0);
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000;
		-moz-perspective: 1000;
		perspective: 1000;
	}

	.menu-open .main-menu {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@media (max-width: 991.98px) {
	.horizontal-layout.vertical-overlay-menu .main-menu-content,
	.horizontal-layout.vertical-overlay-menu
		.main-menu-content
		.mega-dropdown-menu
		> li {
		padding: 0;
	}

	.horizontal-layout.vertical-overlay-menu
		.main-menu-content
		.mega-dropdown-menu {
		margin: 0;
		width: 100%;
	}

	.horizontal-layout.vertical-overlay-menu .navbar .navbar-container {
		margin-left: 0;
	}
}

.display-inline {
	display: inline !important;
}

.display-block {
	display: block !important;
}

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

.display-hidden {
	display: none !important;
}

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

.avatar,
.spinner,
.spinner-reverse {
	display: inline-block;
}

.position-top-0 {
	top: 0;
}

.position-right-0 {
	right: 0;
}

.position-bottom-0 {
	bottom: 0;
}

.position-left-0 {
	left: 0;
}

.zindex-1 {
	z-index: 1 !important;
}

.zindex-2 {
	z-index: 2 !important;
}

.zindex-3 {
	z-index: 3 !important;
}

.zindex-4 {
	z-index: 4 !important;
}

.zindex-0 {
	z-index: 0 !important;
}

.zindex-minus-1 {
	z-index: -1 !important;
}

.zindex-minus-2 {
	z-index: -2 !important;
}

.zindex-minus-3 {
	z-index: -3 !important;
}

.zindex-minus-4 {
	z-index: -4 !important;
}

.no-edge-top {
	top: 0 !important;
}

.no-edge-bottom {
	bottom: 0 !important;
}

.no-edge-left {
	left: 0 !important;
}

.no-edge-right {
	right: 0 !important;
}

.cursor-pointer {
	cursor: pointer;
}

.cursor-move {
	cursor: move;
}

.cursor-default {
	cursor: default;
}

.cursor-progress {
	cursor: progress;
}

.cursor-not-allowed {
	cursor: not-allowed;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-visible {
	overflow: visible;
}

.overflow-auto {
	overflow: auto;
}

.overflow-scroll,
.overflow-x-scroll,
.overflow-y-scroll {
	overflow: scroll;
}

.bullets-inside {
	list-style: inside;
}

.list-style-circle {
	list-style: circle;
}

.list-style-square {
	list-style: square;
}

.list-style-icons {
	padding-left: 10px;
	margin-left: 0;
	list-style: none;
}

.list-style-icons > li i {
	float: left;
	width: 1em;
	margin: 0 6px 0 0;
}

.border {
	border: 1px solid;
}

.no-border-top-left-radius,
.no-border-top-radius {
	border-top-left-radius: 0 !important;
}

.no-border-top-radius,
.no-border-top-right-radius {
	border-top-right-radius: 0 !important;
}

.no-border-bottom-left-radius,
.no-border-bottom-radius {
	border-bottom-left-radius: 0 !important;
}

.no-border-bottom-radius,
.no-border-bottom-right-radius {
	border-bottom-right-radius: 0 !important;
}

.border-top {
	border-top: 1px solid;
}

.border-bottom {
	border-bottom: 1px solid;
}

.border-left {
	border-left: 1px solid;
}

.border-right {
	border-right: 1px solid;
}

.border-2 {
	border-width: 2px !important;
}

.border-top-2 {
	border-top-width: 2px !important;
}

.border-bottom-2 {
	border-bottom-width: 2px !important;
}

.border-left-2 {
	border-left-width: 2px !important;
}

.border-right-2 {
	border-right-width: 2px !important;
}

.border-3 {
	border-width: 3px !important;
}

.border-top-3 {
	border-top-width: 3px !important;
}

.border-bottom-3 {
	border-bottom-width: 3px !important;
}

.border-left-3 {
	border-left-width: 3px !important;
}

.border-right-3 {
	border-right-width: 3px !important;
}

.box-shadow-0 {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.box-shadow-1 {
	-webkit-box-shadow: 0 7px 12px 0 rgba(62, 57, 107, 0.16);
	box-shadow: 0 7px 12px 0 rgba(62, 57, 107, 0.16);
}

.box-shadow-2 {
	-webkit-box-shadow: 0 10px 18px 0 rgba(62, 57, 107, 0.2);
	box-shadow: 0 10px 18px 0 rgba(62, 57, 107, 0.2);
}

.box-shadow-3 {
	-webkit-box-shadow: 0 14px 24px 0 rgba(62, 57, 107, 0.26);
	box-shadow: 0 14px 24px 0 rgba(62, 57, 107, 0.26);
}

.box-shadow-4 {
	-webkit-box-shadow: 0 16px 28px 0 rgba(62, 57, 107, 0.3);
	box-shadow: 0 16px 28px 0 rgba(62, 57, 107, 0.3);
}

.box-shadow-5 {
	-webkit-box-shadow: 0 27px 24px 0 rgba(62, 57, 107, 0.36);
	box-shadow: 0 27px 24px 0 rgba(62, 57, 107, 0.36);
}

.fit {
	max-width: 100% !important;
}

.half-width {
	width: 50% !important;
}

.full-width {
	width: 100% !important;
}

.full-height {
	height: 100% !important;
}

.width-50 {
	width: 50px !important;
}

.width-100 {
	width: 100px !important;
}

.width-150 {
	width: 150px !important;
}

.width-200 {
	width: 200px !important;
}

.width-250 {
	width: 250px !important;
}

.width-300 {
	width: 300px !important;
}

.width-350 {
	width: 350px !important;
}

.width-400 {
	width: 400px !important;
}

.width-450 {
	width: 450px !important;
}

.width-500 {
	width: 500px !important;
}

.width-550 {
	width: 550px !important;
}

.width-600 {
	width: 600px !important;
}

.width-650 {
	width: 650px !important;
}

.width-700 {
	width: 700px !important;
}

.width-750 {
	width: 750px !important;
}

.width-800 {
	width: 800px !important;
}

.width-5-per {
	width: 5% !important;
}

.width-10-per {
	width: 10% !important;
}

.width-15-per {
	width: 15% !important;
}

.width-20-per {
	width: 20% !important;
}

.width-25-per {
	width: 25% !important;
}

.width-30-per {
	width: 30% !important;
}

.width-35-per {
	width: 35% !important;
}

.width-40-per {
	width: 40% !important;
}

.width-45-per {
	width: 45% !important;
}

.width-50-per {
	width: 50% !important;
}

.width-55-per {
	width: 55% !important;
}

.width-60-per {
	width: 60% !important;
}

.width-65-per {
	width: 65% !important;
}

.width-70-per {
	width: 70% !important;
}

.width-75-per {
	width: 75% !important;
}

.width-80-per {
	width: 80% !important;
}

.width-90-per {
	width: 90% !important;
}

.width-95-per {
	width: 95% !important;
}

.height-50 {
	height: 50px !important;
}

.height-75 {
	height: 75px !important;
}

.height-100 {
	height: 100px !important;
}

.height-150 {
	height: 150px !important;
}

.height-200 {
	height: 200px !important;
}

.height-250 {
	height: 250px !important;
}

.height-300 {
	height: 300px !important;
}

.height-350 {
	height: 350px !important;
}

.height-400 {
	height: 400px !important;
}

.height-450 {
	height: 450px !important;
}

.height-500 {
	height: 500px !important;
}

.height-550 {
	height: 550px !important;
}

.height-600 {
	height: 600px !important;
}

.height-650 {
	height: 650px !important;
}

.height-700 {
	height: 700px !important;
}

.height-750 {
	height: 750px !important;
}

.height-800 {
	height: 800px !important;
}

.height-5-per {
	height: 5% !important;
}

.height-10-per {
	height: 10% !important;
}

.height-15-per {
	height: 15% !important;
}

.height-20-per {
	height: 20% !important;
}

.height-25-per {
	height: 25% !important;
}

.height-30-per {
	height: 30% !important;
}

.height-35-per {
	height: 35% !important;
}

.height-40-per {
	height: 40% !important;
}

.height-45-per {
	height: 45% !important;
}

.height-50-per {
	height: 50% !important;
}

.height-55-per {
	height: 55% !important;
}

.height-60-per {
	height: 60% !important;
}

.height-65-per {
	height: 65% !important;
}

.height-70-per {
	height: 70% !important;
}

.height-75-per {
	height: 75% !important;
}

.height-80-per {
	height: 80% !important;
}

.full-height-vh-with-nav {
	height: -webkit-calc(100vh - 4.57rem - 4rem);
	height: -moz-calc(100vh - 4.57rem - 4rem);
	height: calc(100vh - 4.57rem - 4rem);
}

.full-height-vh {
	height: 100vh;
}

.line-height-1 {
	line-height: 1 !important;
}

.line-height-2 {
	line-height: 2 !important;
}

.rotate-45 {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.rotate-45-inverse {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.rotate-90 {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.rotate-90-inverse {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.rotate-180 {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.rotate-180-inverse {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pull-up {
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.pull-up:hover {
	-webkit-transform: translateY(-4px) scale(1.02);
	-moz-transform: translateY(-4px) scale(1.02);
	-ms-transform: translateY(-4px) scale(1.02);
	-o-transform: translateY(-4px) scale(1.02);
	transform: translateY(-4px) scale(1.02);
	-webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, 0.2);
	box-shadow: 0 14px 24px rgba(62, 57, 107, 0.2);
	z-index: 999;
}

.spinner {
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	-o-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes spin {
	0% {
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.spinner-reverse {
	-webkit-animation: spin-reverse 1s linear infinite;
	-moz-animation: spin-reverse 1s linear infinite;
	-o-animation: spin-reverse 1s linear infinite;
	animation: spin-reverse 1s linear infinite;
}

@-webkit-keyframes spin-reverse {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@-moz-keyframes spin-reverse {
	0% {
		-moz-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-moz-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@-o-keyframes spin-reverse {
	0% {
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-o-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes spin-reverse {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		-moz-transform: rotate(-360deg);
		-o-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

.bg-cover {
	-webkit-background-size: cover !important;
	background-size: cover !important;
}

.background-repeat {
	background-repeat: repeat !important;
}

.background-no-repeat {
	background-repeat: no-repeat !important;
}

.img-xl {
	width: 64px !important;
	height: 64px !important;
}

.img-lg {
	width: 44px !important;
	height: 44px !important;
}

.img-sm {
	width: 36px !important;
	height: 36px !important;
}

.img-xs {
	width: 32px !important;
	height: 32px !important;
}

.bg-hexagons {
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23f7f7f7' fill-opacity='1' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.bg-hexagons-danger {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23ff6576' fill-opacity='1' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.avatar {
	position: relative;
	width: 35px;
	white-space: nowrap;
	border-radius: 1000px;
	vertical-align: bottom;
	border: 1px solid #fff;
}

.avatar i {
	position: absolute;
	right: -7px;
	bottom: 2px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
}

.avatar span.text-circle {
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 1.2rem;
	background: #f7f7f9;
	display: table-cell;
}

.avatar img {
	width: 100%;
	max-width: 100%;
	height: auto;
	border: 0;
	border-radius: 1000px;
}

.avatar .badge-up {
	top: -8px;
	right: -11px;
}

.avatar-online i {
	background-color: #37bc9b;
}

.avatar-off i {
	background-color: #373a3c;
}

.avatar-busy i {
	background-color: #da4453;
}

.avatar-away i {
	background-color: #f6bb42;
}

.avatar-100 {
	width: 100px;
}

.avatar-100 span.text-circle {
	width: 100px;
	height: 100px;
}

.avatar-100 i {
	height: 20px;
	width: 20px;
}

.avatar-50 {
	width: 50px;
}

.avatar-50 span.text-circle {
	width: 50px;
	height: 50px;
}

.avatar-50 i {
	height: 10px;
	width: 10px;
}

.avatar-lg {
	width: 144px;
}

.avatar-lg span.text-circle {
	width: 144px;
	height: 144px;
}

.avatar-lg i {
	right: 0;
	bottom: 0;
	height: 30px;
	width: 30px;
}

.avatar-md {
	width: 40px;
}

.avatar-md span.text-circle {
	width: 40px;
	height: 40px;
}

.avatar-md i {
	right: 0;
	bottom: 0;
	height: 12px;
	width: 12px;
}

.avatar-sm {
	width: 32px;
}

.avatar-sm span.text-circle {
	width: 32px;
	height: 32px;
}

.avatar-sm i {
	height: 10px;
	width: 10px;
}

.avatar-xs {
	width: 24px;
}

.avatar-xs span.text-circle {
	width: 24px;
	height: 24px;
}

.avatar-xs i {
	height: 9px;
	width: 9px;
}

@media (max-width: 767.9px) {
	/* .avatar {
        width: 25px !important;
    } */

	.header-cart {
		padding: 4px !important;
	}

	/* .header-cart i {
        font-size: 15px !important;
    } */

	#topnav .navbar-toggle .lines {
		margin: 0 10px 0 10px;
	}

	.navbar-brand img {
		height: 65px !important;
	}

	.header-navbar .navbar-container ul.nav li a.dropdown-user-link {
		/* padding: 0; */
	}
}

.navbar-container a.nav-link-search {
	float: left;
}

.navbar-container .search-input {
	float: left;
	padding-top: 1.2rem;
	width: 0;
}

.navbar-container .search-input .input {
	width: 0;
	border: none;
	background: 0 0;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	line-height: 16px;
}

.navbar-container .search-input.open .input {
	width: 200px;
	padding: 5px 10px;
	outline: 0;
	background: 0 0;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.navbar-light .search-input .input,
.navbar-semi-dark .search-input .input {
	color: #2c303b;
}

.navbar-light .search-input .input::-webkit-input-placeholder,
.navbar-semi-dark .search-input .input::-webkit-input-placeholder {
	color: #2c303b;
}

.navbar-light .search-input .input:-moz-placeholder,
.navbar-semi-dark .search-input .input:-moz-placeholder {
	color: #2c303b;
}

.navbar-light .search-input .input::-moz-placeholder,
.navbar-semi-dark .search-input .input::-moz-placeholder {
	color: #2c303b;
}

.navbar-light .search-input .input:-ms-input-placeholder,
.navbar-semi-dark .search-input .input:-ms-input-placeholder {
	color: #2c303b;
}

.navbar-light .search-input .input::placeholder,
.navbar-semi-dark .search-input .input::placeholder {
	color: #2c303b;
}

.navbar-light .search-input.open .input,
.navbar-semi-dark .search-input.open .input {
	color: #2c303b;
	border-bottom: 1px solid #2c303b;
}

.navbar-dark .search-input .input,
.navbar-semi-light .search-input .input {
	color: #f9fafd;
}

.navbar-dark .search-input .input::-webkit-input-placeholder,
.navbar-semi-light .search-input .input::-webkit-input-placeholder {
	color: #f9fafd;
}

.navbar-dark .search-input .input:-moz-placeholder,
.navbar-semi-light .search-input .input:-moz-placeholder {
	color: #f9fafd;
}

.navbar-dark .search-input .input::-moz-placeholder,
.navbar-semi-light .search-input .input::-moz-placeholder {
	color: #f9fafd;
}

.navbar-dark .search-input .input:-ms-input-placeholder,
.navbar-semi-light .search-input .input:-ms-input-placeholder {
	color: #f9fafd;
}

.navbar-dark .search-input .input::placeholder,
.navbar-semi-light .search-input .input::placeholder {
	color: #f9fafd;
}

.navbar-dark .search-input.open .input,
.navbar-semi-light .search-input.open .input {
	color: #f9fafd;
	border-bottom: 1px solid #f9fafd;
}

@media (max-width: 991.98px) {
	#navbar-mobile .search-input.open .input {
		width: 180px;
		color: #2c303b;
		border-bottom: 1px solid #2c303b;
		overflow: hidden;
		position: relative;
		background: #fff;
		z-index: 1;
		padding: 10px;
		top: -5px;
	}
}

.chart,
.chart-container {
	position: relative;
	width: 100%;
}

.btn-adn,
.btn-adn.disabled,
.btn-adn:disabled,
.btn-adn:hover {
	background-color: #d87a68;
	color: #fff;
}

@media (max-width: 768px) {
	.chart-container {
		overflow-x: scroll;
		overflow-y: visible;
		max-width: 100%;
	}
}

.chart {
	display: block;
}

.jqstooltip {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

[class*="bs-callout"] p {
	letter-spacing: 0.6px;
}

[class*="bs-callout"] .media {
	border-radius: 0.25rem !important;
}

[class*="bs-callout"].callout-bordered {
	border: 1px solid #ddd;
}

[class*="bs-callout"] .callout-arrow-left:before,
[class*="bs-callout"] .callout-arrow-right:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	margin-top: -8px;
}

[class*="bs-callout"].callout-border-left {
	border-left: 5px solid;
}

[class*="bs-callout"].callout-border-right {
	border-right: 5px solid;
}

[class*="bs-callout"] .callout-arrow-left {
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

[class*="bs-callout"] .callout-arrow-left:before {
	right: -11%;
	border-left: 8px solid;
	border-left-color: inherit;
}

[class*="bs-callout"] .callout-arrow-right {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

[class*="bs-callout"] .callout-arrow-right:before {
	left: -11%;
	border-left: 0;
	border-left-color: inherit;
	border-right: 8px solid;
	border-right-color: inherit;
}

[class*="bs-callout"].callout-round {
	border-radius: 5rem !important;
}

[class*="bs-callout"].callout-round .media-left {
	border-top-left-radius: 5rem;
	border-bottom-left-radius: 5rem;
}

[class*="bs-callout"].callout-round .media-right {
	border-top-right-radius: 5rem;
	border-bottom-right-radius: 5rem;
}

[class*="bs-callout"].callout-square,
[class*="bs-callout"].callout-square .callout-arrow-left,
[class*="bs-callout"].callout-square .callout-arrow-right,
[class*="bs-callout"].callout-square .media {
	border-radius: 0 !important;
}

.btn-social,
.btn-social-icon {
	position: relative;
	padding-left: 3.95rem;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.btn-social-icon > :first-child,
.btn-social > :first-child {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 2.95rem;
	line-height: 2.7rem;
	font-size: 1.6em;
	text-align: center;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-lg.btn-social-icon,
.btn-social.btn-lg {
	padding-left: 3.25rem;
}

.btn-lg.btn-social-icon > :first-child,
.btn-social.btn-lg > :first-child {
	line-height: 3.7rem;
	width: 3rem;
	font-size: 1.8em;
}

.btn-sm.btn-social-icon,
.btn-social.btn-sm {
	padding-left: 3.75rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.btn-sm.btn-social-icon > :first-child,
.btn-social.btn-sm > :first-child {
	line-height: 2.2rem;
	width: 3rem;
	font-size: 1.4em;
}

.btn-social.btn-xs,
.btn-xs.btn-social-icon {
	padding-left: 2.25rem;
	font-size: 0.75rem;
	line-height: 0.2rem;
}

.btn-social.btn-xs > :first-child,
.btn-xs.btn-social-icon > :first-child {
	line-height: 2rem;
	width: 1.8rem;
	font-size: 1.2em;
}

.btn-social-icon {
	height: 2.95rem;
	width: 2.95rem;
	padding: 0;
}

.btn-social-icon > :first-child {
	border: none;
	text-align: center;
	width: 100% !important;
}

.btn-social-icon.btn-lg {
	height: 4rem;
	width: 4rem;
	padding-left: 0;
	padding-right: 0;
}

.btn-social-icon.btn-sm {
	height: 2.5rem;
	width: 2.5rem;
	padding-left: 0;
	padding-right: 0;
}

.btn-social-icon.btn-xs {
	height: 2rem;
	width: 2rem;
	padding-left: 0;
	padding-right: 0;
}

.btn-adn {
	border-color: #fff;
}

.btn-adn:hover {
	border-color: #d87a68;
}

.btn-adn.focus,
.btn-adn:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-adn.disabled,
.btn-adn:disabled {
	border-color: #fff;
}

.btn-adn:not(:disabled):not(.disabled).active,
.btn-adn:not(:disabled):not(.disabled):active,
.show > .btn-adn.dropdown-toggle {
	color: #fff;
	background-color: #ce563f;
	border-color: #dfdfdf;
}

.btn-bitbucket,
.btn-bitbucket:hover {
	background-color: #205081;
	color: #fff;
}

.btn-adn:not(:disabled):not(.disabled).active:focus,
.btn-adn:not(:disabled):not(.disabled):active:focus,
.show > .btn-adn.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-bitbucket {
	border-color: #fff;
}

.btn-bitbucket:hover {
	border-color: #205081;
}

.btn-bitbucket.focus,
.btn-bitbucket:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-bitbucket.disabled,
.btn-bitbucket:disabled {
	color: #fff;
	background-color: #205081;
	border-color: #fff;
}

.btn-bitbucket:not(:disabled):not(.disabled).active,
.btn-bitbucket:not(:disabled):not(.disabled):active,
.show > .btn-bitbucket.dropdown-toggle {
	color: #fff;
	background-color: #163758;
	border-color: #dfdfdf;
}

.btn-dropbox,
.btn-dropbox:hover {
	background-color: #1087dd;
	color: #fff;
}

.btn-bitbucket:not(:disabled):not(.disabled).active:focus,
.btn-bitbucket:not(:disabled):not(.disabled):active:focus,
.show > .btn-bitbucket.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-dropbox {
	border-color: #fff;
}

.btn-dropbox:hover {
	border-color: #1087dd;
}

.btn-dropbox.focus,
.btn-dropbox:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-dropbox.disabled,
.btn-dropbox:disabled {
	color: #fff;
	background-color: #1087dd;
	border-color: #fff;
}

.btn-dropbox:not(:disabled):not(.disabled).active,
.btn-dropbox:not(:disabled):not(.disabled):active,
.show > .btn-dropbox.dropdown-toggle {
	color: #fff;
	background-color: #0d6aad;
	border-color: #dfdfdf;
}

.btn-facebook,
.btn-facebook:hover {
	background-color: #3b5998;
	color: #fff;
}

.btn-dropbox:not(:disabled):not(.disabled).active:focus,
.btn-dropbox:not(:disabled):not(.disabled):active:focus,
.show > .btn-dropbox.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-facebook {
	border-color: #fff;
}

.btn-facebook:hover {
	border-color: #3b5998;
}

.btn-facebook.focus,
.btn-facebook:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-facebook.disabled,
.btn-facebook:disabled {
	color: #fff;
	background-color: #3b5998;
	border-color: #fff;
}

.btn-facebook:not(:disabled):not(.disabled).active,
.btn-facebook:not(:disabled):not(.disabled):active,
.show > .btn-facebook.dropdown-toggle {
	color: #fff;
	background-color: #2d4373;
	border-color: #dfdfdf;
}

.btn-flickr,
.btn-flickr:hover {
	background-color: #ff0084;
	color: #fff;
}

.btn-facebook:not(:disabled):not(.disabled).active:focus,
.btn-facebook:not(:disabled):not(.disabled):active:focus,
.show > .btn-facebook.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-flickr {
	border-color: #fff;
}

.btn-flickr:hover {
	border-color: #ff0084;
}

.btn-flickr.focus,
.btn-flickr:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-flickr.disabled,
.btn-flickr:disabled {
	color: #fff;
	background-color: #ff0084;
	border-color: #fff;
}

.btn-flickr:not(:disabled):not(.disabled).active,
.btn-flickr:not(:disabled):not(.disabled):active,
.show > .btn-flickr.dropdown-toggle {
	color: #fff;
	background-color: #cc006a;
	border-color: #dfdfdf;
}

.btn-flickr:not(:disabled):not(.disabled).active:focus,
.btn-flickr:not(:disabled):not(.disabled):active:focus,
.show > .btn-flickr.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-foursquare {
	color: #fff;
	background-color: #f94877;
	border-color: #fff;
}

.btn-foursquare:hover {
	color: #fff;
	background-color: #f94877;
	border-color: #f94877;
}

.btn-foursquare.focus,
.btn-foursquare:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-foursquare.disabled,
.btn-foursquare:disabled {
	color: #fff;
	background-color: #f94877;
	border-color: #fff;
}

.btn-foursquare:not(:disabled):not(.disabled).active,
.btn-foursquare:not(:disabled):not(.disabled):active,
.show > .btn-foursquare.dropdown-toggle {
	color: #fff;
	background-color: #f71752;
	border-color: #dfdfdf;
}

.btn-github,
.btn-github:hover {
	background-color: #444;
	color: #fff;
}

.btn-foursquare:not(:disabled):not(.disabled).active:focus,
.btn-foursquare:not(:disabled):not(.disabled):active:focus,
.show > .btn-foursquare.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-github {
	border-color: #fff;
}

.btn-github:hover {
	border-color: #444;
}

.btn-github.focus,
.btn-github:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-github.disabled,
.btn-github:disabled {
	color: #fff;
	background-color: #444;
	border-color: #fff;
}

.btn-github:not(:disabled):not(.disabled).active,
.btn-github:not(:disabled):not(.disabled):active,
.show > .btn-github.dropdown-toggle {
	color: #fff;
	background-color: #2b2b2b;
	border-color: #dfdfdf;
}

.btn-google,
.btn-google:hover {
	background-color: #dd4b39;
	color: #fff;
}

.btn-github:not(:disabled):not(.disabled).active:focus,
.btn-github:not(:disabled):not(.disabled):active:focus,
.show > .btn-github.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-google {
	border-color: #fff;
}

.btn-google:hover {
	border-color: #dd4b39;
}

.btn-google.focus,
.btn-google:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-google.disabled,
.btn-google:disabled {
	color: #fff;
	background-color: #dd4b39;
	border-color: #fff;
}

.btn-google:not(:disabled):not(.disabled).active,
.btn-google:not(:disabled):not(.disabled):active,
.show > .btn-google.dropdown-toggle {
	color: #fff;
	background-color: #c23321;
	border-color: #dfdfdf;
}

.btn-instagram,
.btn-instagram:hover {
	background-color: #3f729b;
	color: #fff;
}

.btn-google:not(:disabled):not(.disabled).active:focus,
.btn-google:not(:disabled):not(.disabled):active:focus,
.show > .btn-google.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-instagram {
	border-color: #fff;
}

.btn-instagram:hover {
	border-color: #3f729b;
}

.btn-instagram.focus,
.btn-instagram:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-instagram.disabled,
.btn-instagram:disabled {
	color: #fff;
	background-color: #3f729b;
	border-color: #fff;
}

.btn-instagram:not(:disabled):not(.disabled).active,
.btn-instagram:not(:disabled):not(.disabled):active,
.show > .btn-instagram.dropdown-toggle {
	color: #fff;
	background-color: #305777;
	border-color: #dfdfdf;
}

.btn-linkedin,
.btn-linkedin:hover {
	background-color: #007bb6;
	color: #fff;
}

.btn-instagram:not(:disabled):not(.disabled).active:focus,
.btn-instagram:not(:disabled):not(.disabled):active:focus,
.show > .btn-instagram.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-linkedin {
	border-color: #fff;
}

.btn-linkedin:hover {
	border-color: #007bb6;
}

.btn-linkedin.focus,
.btn-linkedin:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-linkedin.disabled,
.btn-linkedin:disabled {
	color: #fff;
	background-color: #007bb6;
	border-color: #fff;
}

.btn-linkedin:not(:disabled):not(.disabled).active,
.btn-linkedin:not(:disabled):not(.disabled):active,
.show > .btn-linkedin.dropdown-toggle {
	color: #fff;
	background-color: #005983;
	border-color: #dfdfdf;
}

.btn-microsoft,
.btn-microsoft:hover {
	background-color: #2672ec;
	color: #fff;
}

.btn-linkedin:not(:disabled):not(.disabled).active:focus,
.btn-linkedin:not(:disabled):not(.disabled):active:focus,
.show > .btn-linkedin.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-microsoft {
	border-color: #fff;
}

.btn-microsoft:hover {
	border-color: #2672ec;
}

.btn-microsoft.focus,
.btn-microsoft:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-microsoft.disabled,
.btn-microsoft:disabled {
	color: #fff;
	background-color: #2672ec;
	border-color: #fff;
}

.btn-microsoft:not(:disabled):not(.disabled).active,
.btn-microsoft:not(:disabled):not(.disabled):active,
.show > .btn-microsoft.dropdown-toggle {
	color: #fff;
	background-color: #125acd;
	border-color: #dfdfdf;
}

.btn-microsoft:not(:disabled):not(.disabled).active:focus,
.btn-microsoft:not(:disabled):not(.disabled):active:focus,
.show > .btn-microsoft.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-odnoklassniki {
	color: #fff;
	background-color: #f4731c;
	border-color: #fff;
}

.btn-odnoklassniki:hover {
	color: #fff;
	background-color: #f4731c;
	border-color: #f4731c;
}

.btn-odnoklassniki.focus,
.btn-odnoklassniki:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-odnoklassniki.disabled,
.btn-odnoklassniki:disabled {
	color: #fff;
	background-color: #f4731c;
	border-color: #fff;
}

.btn-odnoklassniki:not(:disabled):not(.disabled).active,
.btn-odnoklassniki:not(:disabled):not(.disabled):active,
.show > .btn-odnoklassniki.dropdown-toggle {
	color: #fff;
	background-color: #d35b0a;
	border-color: #dfdfdf;
}

.btn-openid,
.btn-openid:hover {
	color: #2a2e30;
	background-color: #f7931e;
}

.btn-odnoklassniki:not(:disabled):not(.disabled).active:focus,
.btn-odnoklassniki:not(:disabled):not(.disabled):active:focus,
.show > .btn-odnoklassniki.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-openid {
	border-color: #fff;
}

.btn-openid:hover {
	border-color: #f7931e;
}

.btn-openid.focus,
.btn-openid:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-openid.disabled,
.btn-openid:disabled {
	color: #2a2e30;
	background-color: #f7931e;
	border-color: #fff;
}

.btn-openid:not(:disabled):not(.disabled).active,
.btn-openid:not(:disabled):not(.disabled):active,
.show > .btn-openid.dropdown-toggle {
	color: #fff;
	background-color: #da7908;
	border-color: #dfdfdf;
}

.btn-pinterest,
.btn-pinterest:hover {
	background-color: #cb2027;
	color: #fff;
}

.btn-openid:not(:disabled):not(.disabled).active:focus,
.btn-openid:not(:disabled):not(.disabled):active:focus,
.show > .btn-openid.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-pinterest {
	border-color: #fff;
}

.btn-pinterest:hover {
	border-color: #cb2027;
}

.btn-pinterest.focus,
.btn-pinterest:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-pinterest.disabled,
.btn-pinterest:disabled {
	color: #fff;
	background-color: #cb2027;
	border-color: #fff;
}

.btn-pinterest:not(:disabled):not(.disabled).active,
.btn-pinterest:not(:disabled):not(.disabled):active,
.show > .btn-pinterest.dropdown-toggle {
	color: #fff;
	background-color: #9f191f;
	border-color: #dfdfdf;
}

.btn-pinterest:not(:disabled):not(.disabled).active:focus,
.btn-pinterest:not(:disabled):not(.disabled):active:focus,
.show > .btn-pinterest.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-reddit {
	color: #2a2e30;
	background-color: #eff7ff;
	border-color: #000;
}

.btn-reddit:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.btn-reddit.focus,
.btn-reddit:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-reddit.disabled,
.btn-reddit:disabled {
	color: #2a2e30;
	background-color: #eff7ff;
	border-color: #000;
}

.btn-reddit:not(:disabled):not(.disabled).active,
.btn-reddit:not(:disabled):not(.disabled):active,
.show > .btn-reddit.dropdown-toggle {
	color: #2a2e30;
	background-color: #bcdeff;
	border-color: #000;
}

.btn-reddit:not(:disabled):not(.disabled).active:focus,
.btn-reddit:not(:disabled):not(.disabled):active:focus,
.show > .btn-reddit.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-soundcloud {
	color: #fff;
	background-color: #f50;
	border-color: #fff;
}

.btn-soundcloud:hover {
	color: #fff;
	background-color: #f50;
	border-color: #f50;
}

.btn-soundcloud.focus,
.btn-soundcloud:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-soundcloud.disabled,
.btn-soundcloud:disabled {
	color: #fff;
	background-color: #f50;
	border-color: #fff;
}

.btn-soundcloud:not(:disabled):not(.disabled).active,
.btn-soundcloud:not(:disabled):not(.disabled):active,
.show > .btn-soundcloud.dropdown-toggle {
	color: #fff;
	background-color: #c40;
	border-color: #dfdfdf;
}

.btn-tumblr,
.btn-tumblr:hover {
	background-color: #2c4762;
	color: #fff;
}

.btn-soundcloud:not(:disabled):not(.disabled).active:focus,
.btn-soundcloud:not(:disabled):not(.disabled):active:focus,
.show > .btn-soundcloud.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-tumblr {
	border-color: #fff;
}

.btn-tumblr:hover {
	border-color: #2c4762;
}

.btn-tumblr.focus,
.btn-tumblr:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-tumblr.disabled,
.btn-tumblr:disabled {
	color: #fff;
	background-color: #2c4762;
	border-color: #fff;
}

.btn-tumblr:not(:disabled):not(.disabled).active,
.btn-tumblr:not(:disabled):not(.disabled):active,
.show > .btn-tumblr.dropdown-toggle {
	color: #fff;
	background-color: #1c2e3f;
	border-color: #dfdfdf;
}

.btn-tumblr:not(:disabled):not(.disabled).active:focus,
.btn-tumblr:not(:disabled):not(.disabled):active:focus,
.show > .btn-tumblr.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-twitter {
	color: #2a2e30;
	background-color: #55acee;
	border-color: #fff;
}

.btn-twitter:hover {
	color: #2a2e30;
	background-color: #fff;
	border-color: #55acee;
}

.btn-twitter.focus,
.btn-twitter:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-twitter.disabled,
.btn-twitter:disabled {
	color: #2a2e30;
	background-color: #55acee;
	border-color: #fff;
}

.btn-twitter:not(:disabled):not(.disabled).active,
.btn-twitter:not(:disabled):not(.disabled):active,
.show > .btn-twitter.dropdown-toggle {
	color: #fff;
	background-color: #2795e9;
	border-color: #dfdfdf;
}

.btn-vimeo,
.btn-vimeo:hover {
	background-color: #1ab7ea;
	color: #fff;
}

.btn-twitter:not(:disabled):not(.disabled).active:focus,
.btn-twitter:not(:disabled):not(.disabled):active:focus,
.show > .btn-twitter.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-vimeo {
	border-color: #fff;
}

.btn-vimeo:hover {
	border-color: #1ab7ea;
}

.btn-vimeo.focus,
.btn-vimeo:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-vimeo.disabled,
.btn-vimeo:disabled {
	color: #fff;
	background-color: #1ab7ea;
	border-color: #fff;
}

.btn-vimeo:not(:disabled):not(.disabled).active,
.btn-vimeo:not(:disabled):not(.disabled):active,
.show > .btn-vimeo.dropdown-toggle {
	color: #fff;
	background-color: #1295bf;
	border-color: #dfdfdf;
}

.btn-vk,
.btn-vk.disabled,
.btn-vk:disabled,
.btn-vk:hover {
	background-color: #587ea3;
	color: #fff;
}

.btn-vimeo:not(:disabled):not(.disabled).active:focus,
.btn-vimeo:not(:disabled):not(.disabled):active:focus,
.show > .btn-vimeo.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-vk {
	border-color: #fff;
}

.btn-vk:hover {
	border-color: #587ea3;
}

.btn-vk.focus,
.btn-vk:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-vk.disabled,
.btn-vk:disabled {
	border-color: #fff;
}

.btn-vk:not(:disabled):not(.disabled).active,
.btn-vk:not(:disabled):not(.disabled):active,
.show > .btn-vk.dropdown-toggle {
	color: #fff;
	background-color: #466482;
	border-color: #dfdfdf;
}

.btn-yahoo,
.btn-yahoo:hover {
	background-color: #720e9e;
	color: #fff;
}

.btn-vk:not(:disabled):not(.disabled).active:focus,
.btn-vk:not(:disabled):not(.disabled):active:focus,
.show > .btn-vk.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-yahoo {
	border-color: #fff;
}

.btn-yahoo:hover {
	border-color: #720e9e;
}

.btn-yahoo.focus,
.btn-yahoo:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-yahoo.disabled,
.btn-yahoo:disabled {
	color: #fff;
	background-color: #720e9e;
	border-color: #fff;
}

.btn-yahoo:not(:disabled):not(.disabled).active,
.btn-yahoo:not(:disabled):not(.disabled):active,
.show > .btn-yahoo.dropdown-toggle {
	color: #fff;
	background-color: #500a6f;
	border-color: #dfdfdf;
}

.btn-yahoo:not(:disabled):not(.disabled).active:focus,
.btn-yahoo:not(:disabled):not(.disabled):active:focus,
.show > .btn-yahoo.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-adn {
	border: 1px solid #d87a68 !important;
	color: #d87a68;
}

.btn-outline-bitbucket {
	border: 1px solid #205081 !important;
	color: #205081;
}

.btn-outline-dropbox {
	border: 1px solid #1087dd !important;
	color: #1087dd;
}

.btn-outline-facebook {
	border: 1px solid #3b5998 !important;
	color: #3b5998;
}

.btn-outline-flickr {
	border: 1px solid #ff0084 !important;
	color: #ff0084;
}

.btn-outline-foursquare {
	border: 1px solid #f94877 !important;
	color: #f94877;
}

.btn-outline-github {
	border: 1px solid #444 !important;
	color: #444;
}

.btn-outline-google {
	border: 1px solid #dd4b39 !important;
	color: #dd4b39;
}

.btn-outline-instagram {
	border: 1px solid #3f729b !important;
	color: #3f729b;
}

.btn-outline-linkedin {
	border: 1px solid #007bb6 !important;
	color: #007bb6;
}

.btn-outline-microsoft {
	border: 1px solid #2672ec !important;
	color: #2672ec;
}

.btn-outline-odnoklassniki {
	border: 1px solid #f4731c !important;
	color: #f4731c;
}

.btn-outline-openid {
	border: 1px solid #f7931e !important;
	color: #f7931e;
}

.btn-outline-pinterest {
	border: 1px solid #cb2027 !important;
	color: #cb2027;
}

.btn-outline-reddit {
	border: 1px solid #ff4500 !important;
	color: #ff4500;
}

.btn-outline-soundcloud {
	border: 1px solid #f50 !important;
	color: #f50;
}

.btn-outline-tumblr {
	border: 1px solid #2c4762 !important;
	color: #2c4762;
}

.btn-outline-twitter {
	border: 1px solid #55acee !important;
	color: #55acee;
}

.btn-outline-vimeo {
	border: 1px solid #1ab7ea !important;
	color: #1ab7ea;
}

.btn-outline-vk {
	border: 1px solid #587ea3 !important;
	color: #587ea3;
}

.btn-outline-yahoo {
	border: 1px solid #720e9e !important;
	color: #720e9e;
}

.btn-outline-adn:hover {
	color: #ad412d;
	border: 1px solid #ad412d !important;
}

.btn-outline-bitbucket:hover {
	color: #0c1d2f;
	border: 1px solid #0c1d2f !important;
}

.btn-outline-dropbox:hover {
	color: #094d7e;
	border: 1px solid #094d7e !important;
}

.btn-outline-facebook:hover {
	color: #1e2e4f;
	border: 1px solid #1e2e4f !important;
}

.btn-outline-flickr:hover {
	color: #99004f;
	border: 1px solid #99004f !important;
}

.btn-outline-foursquare:hover {
	color: #d4073d;
	border: 1px solid #d4073d !important;
}

.btn-outline-github:hover {
	color: #111;
	border: 1px solid #111 !important;
}

.btn-outline-google:hover {
	color: #96271a;
	border: 1px solid #96271a !important;
}

.btn-outline-instagram:hover {
	color: #223d52;
	border: 1px solid #223d52 !important;
}

.btn-outline-linkedin:hover {
	color: #003650;
	border: 1px solid #003650 !important;
}

.btn-outline-microsoft:hover {
	color: #0e459e;
	border: 1px solid #0e459e !important;
}

.btn-outline-odnoklassniki:hover {
	color: #a24608;
	border: 1px solid #a24608 !important;
}

.btn-outline-openid:hover {
	color: #a95e06;
	border: 1px solid #a95e06 !important;
}

.btn-outline-pinterest:hover {
	color: #731216;
	border: 1px solid #731216 !important;
}

.btn-outline-reddit:hover {
	color: #992900;
	border: 1px solid #992900 !important;
}

.btn-outline-soundcloud:hover {
	color: #930;
	border: 1px solid #930 !important;
}

.btn-outline-tumblr:hover {
	color: #0c141c;
	border: 1px solid #0c141c !important;
}

.btn-outline-twitter:hover {
	color: #147bc9;
	border: 1px solid #147bc9 !important;
}

.btn-outline-vimeo:hover {
	color: #0d7091;
	border: 1px solid #0d7091 !important;
}

.btn-outline-vk:hover {
	color: #344b61;
	border: 1px solid #344b61 !important;
}

.btn-outline-yahoo:hover {
	color: #2e0640;
	border: 1px solid #2e0640 !important;
}

.bg-adn {
	background-color: #d87a68;
}

.bg-bitbucket {
	background-color: #205081;
}

.bg-dropbox {
	background-color: #1087dd;
}

.bg-facebook {
	background-color: #3b5998;
}

.bg-flickr {
	background-color: #ff0084;
}

.bg-foursquare {
	background-color: #f94877;
}

.bg-github {
	background-color: #444;
}

.bg-google {
	background-color: #dd4b39;
}

.bg-instagram {
	background-color: #3f729b;
}

.bg-linkedin {
	background-color: #007bb6;
}

.bg-microsoft {
	background-color: #2672ec;
}

.bg-odnoklassniki {
	background-color: #f4731c;
}

.bg-openid {
	background-color: #f7931e;
}

.bg-pinterest {
	background-color: #cb2027;
}

.bg-reddit {
	background-color: #ff4500;
}

.bg-soundcloud {
	background-color: #f50;
}

.bg-tumblr {
	background-color: #2c4762;
}

.bg-twitter {
	background-color: #55acee;
}

.bg-vimeo {
	background-color: #1ab7ea;
}

.bg-vk {
	background-color: #587ea3;
}

.bg-yahoo {
	background-color: #720e9e;
}

.fonticon-container > .fonticon-wrap {
	float: left;
	width: 60px;
	height: 60px;
	line-height: 4.8rem;
	text-align: center;
	border-radius: 0.1875rem;
	margin-right: 1rem;
	margin-bottom: 1.5rem;
}

.fonticon-container > .fonticon-wrap > i {
	font-size: 2.28rem;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.fonticon-container > .fonticon-wrap.youtube {
	width: 100px;
}

.fonticon-container:hover i {
	color: #967adc;
	font-size: 2.9rem;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}

.fonticon-container > .fonticon-classname,
.fonticon-container > .fonticon-unit {
	display: block;
	font-size: 1.5rem;
	line-height: 1.2;
}

.fonticon-container > .fonticon-unit {
	font-size: 1rem;
	font-style: italic;
}

.scroll-example {
	padding: 0.5rem;
	position: relative;
	border: 2px solid #dadada;
	overflow: auto;
}

.scroll-example .horz-scroll-content {
	width: 1200px;
}

.browser {
	background: #e0e0e0;
	border: 4px solid #e0e0e0;
	width: 100%;
	height: 12rem;
	padding-top: 20px;
	margin: 0 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.browser iframe {
	border: 0;
	background: #fff;
	height: 100%;
	width: 100%;
}

.loader-wrapper {
	height: 8em;
}

.maintenance-icon {
	font-size: 4rem;
}

.animationIcon {
	right: 30px;
	bottom: 10px;
}

.customizer {
	width: 400px;
	right: -400px;
	padding: 0;
	background-color: #fff;
	z-index: 1051;
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100vh;
	-webkit-transition: right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
	-o-transition: right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
	-moz-transition: right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
	transition: right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	border-left: 1px solid rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.customizer.open {
	right: 0;
}

.customizer .customizer-content {
	position: relative;
	height: 100%;
}

.customizer a.customizer-toggle {
	background: #fff;
	color: #967adc;
	display: block;
	border-radius: 15px 0 0 15px;
}

.customizer a.customizer-close {
	color: #000;
}

.customizer .customizer-close {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 7px;
	width: auto;
	z-index: 10;
}

.customizer .customizer-toggle {
	position: absolute;
	top: 35%;
	width: 54px;
	height: 50px;
	left: -54px;
	text-align: center;
	line-height: 56px;
	cursor: pointer;
}

.customizer .color-options a {
	white-space: pre;
}

.customizer .customizer-sidebar-options .active {
	background-color: #967adc;
	border-color: #967adc;
	color: #fff;
}

.buy-now {
	position: fixed;
	bottom: 5%;
	right: 2%;
}

.ps-container {
	-ms-touch-action: none;
	touch-action: none;
	overflow: hidden !important;
	-ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
	.ps-container {
		overflow: auto !important;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ps-container {
		overflow: auto !important;
	}
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
	display: block;
	background-color: transparent;
}

.ps-container.ps-in-scrolling {
	pointer-events: none;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
	background-color: #eee;
	opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
	background-color: #999;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
	background-color: #eee;
	opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	background-color: #999;
}

.ps-container > .ps-scrollbar-x-rail {
	display: none;
	position: absolute;
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
	-o-transition: background-color 0.2s linear, opacity 0.2s linear;
	-moz-transition: background-color 0.2s linear, opacity 0.2s linear;
	transition: background-color 0.2s linear, opacity 0.2s linear;
	bottom: 3px;
	height: 8px;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
	position: absolute;
	background-color: #aaa;
	border-radius: 4px;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	bottom: 0;
	height: 8px;
}

.ps-container > .ps-scrollbar-y-rail {
	display: none;
	position: absolute;
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
	-o-transition: background-color 0.2s linear, opacity 0.2s linear;
	-moz-transition: background-color 0.2s linear, opacity 0.2s linear;
	transition: background-color 0.2s linear, opacity 0.2s linear;
	right: 3px;
	width: 8px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	position: absolute;
	background-color: #aaa;
	border-radius: 4px;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	right: 0;
	width: 8px;
}

.ps-container:hover.ps-in-scrolling {
	pointer-events: none;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
	background-color: #eee;
	opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-x
	> .ps-scrollbar-x-rail
	> .ps-scrollbar-x {
	background-color: #999;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
	background-color: #eee;
	opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-y
	> .ps-scrollbar-y-rail
	> .ps-scrollbar-y {
	background-color: #999;
}

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
	opacity: 0.6;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
	background-color: #eee;
	opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
	background-color: #999;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
	background-color: #eee;
	opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
	background-color: #999;
}

.ps-theme-dark {
	-ms-touch-action: none;
	touch-action: none;
	overflow: hidden !important;
	-ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
	.ps-theme-dark {
		overflow: auto !important;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ps-theme-dark {
		overflow: auto !important;
	}
}

.ps-theme-dark.ps-active-x > .ps-scrollbar-x-rail,
.ps-theme-dark.ps-active-y > .ps-scrollbar-y-rail {
	display: block;
	background-color: transperant;
}

.ps-theme-dark.ps-in-scrolling {
	pointer-events: none;
}

.ps-theme-dark.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.9;
}

.ps-theme-dark.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
	background-color: rgba(0, 0, 0, 0.4);
}

.ps-theme-dark.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.9;
}

.ps-theme-dark.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	background-color: rgba(0, 0, 0, 0.4);
}

.ps-theme-dark > .ps-scrollbar-x-rail {
	display: none;
	position: absolute;
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
	-o-transition: background-color 0.2s linear, opacity 0.2s linear;
	-moz-transition: background-color 0.2s linear, opacity 0.2s linear;
	transition: background-color 0.2s linear, opacity 0.2s linear;
	bottom: 3px;
	height: 8px;
}

.ps-theme-dark > .ps-scrollbar-x-rail > .ps-scrollbar-x {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	bottom: 0;
	height: 8px;
}

.ps-theme-dark > .ps-scrollbar-y-rail {
	display: none;
	position: absolute;
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
	-o-transition: background-color 0.2s linear, opacity 0.2s linear;
	-moz-transition: background-color 0.2s linear, opacity 0.2s linear;
	transition: background-color 0.2s linear, opacity 0.2s linear;
	right: 0;
	width: 6px;
}

.ps-theme-dark > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	right: 0;
	width: 6px;
}

.ps-theme-dark:hover.ps-in-scrolling {
	pointer-events: none;
}

.ps-theme-dark:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.9;
}

.ps-theme-dark:hover.ps-in-scrolling.ps-x
	> .ps-scrollbar-x-rail
	> .ps-scrollbar-x {
	background-color: rgba(0, 0, 0, 0.4);
}

.ps-theme-dark:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.9;
}

.ps-theme-dark:hover.ps-in-scrolling.ps-y
	> .ps-scrollbar-y-rail
	> .ps-scrollbar-y {
	background-color: rgba(0, 0, 0, 0.4);
}

.ps-theme-dark:hover > .ps-scrollbar-x-rail,
.ps-theme-dark:hover > .ps-scrollbar-y-rail {
	opacity: 0.6;
}

.ps-theme-dark:hover > .ps-scrollbar-x-rail:hover {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.9;
}

.ps-theme-dark:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
	background-color: rgba(0, 0, 0, 0.4);
}

.ps-theme-dark:hover > .ps-scrollbar-y-rail:hover {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.9;
}

.ps-theme-dark:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
	background-color: rgba(0, 0, 0, 0.4);
}

.ps-theme-light {
	-ms-touch-action: none;
	touch-action: none;
	overflow: hidden !important;
	-ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
	.ps-theme-light {
		overflow: auto !important;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ps-theme-light {
		overflow: auto !important;
	}
}

.ps-theme-light.ps-active-x > .ps-scrollbar-x-rail,
.ps-theme-light.ps-active-y > .ps-scrollbar-y-rail {
	display: block;
	background-color: transperant;
}

.ps-theme-light.ps-in-scrolling {
	pointer-events: none;
}

.ps-theme-light.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
	background-color: rgba(255, 255, 255, 0.2);
	opacity: 0.9;
}

.ps-theme-light.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
	background-color: rgba(255, 255, 255, 0.8);
}

.ps-theme-light.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
	background-color: rgba(255, 255, 255, 0.2);
	opacity: 0.9;
}

.ps-theme-light.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	background-color: rgba(255, 255, 255, 0.8);
}

.ps-theme-light > .ps-scrollbar-x-rail {
	display: none;
	position: absolute;
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
	-o-transition: background-color 0.2s linear, opacity 0.2s linear;
	-moz-transition: background-color 0.2s linear, opacity 0.2s linear;
	transition: background-color 0.2s linear, opacity 0.2s linear;
	bottom: 3px;
	height: 8px;
}

.ps-theme-light > .ps-scrollbar-x-rail > .ps-scrollbar-x {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 4px;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	bottom: 0;
	height: 8px;
}

.ps-theme-light > .ps-scrollbar-y-rail {
	display: none;
	position: absolute;
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
	-o-transition: background-color 0.2s linear, opacity 0.2s linear;
	-moz-transition: background-color 0.2s linear, opacity 0.2s linear;
	transition: background-color 0.2s linear, opacity 0.2s linear;
	right: 0;
	width: 6px;
}

.ps-theme-light > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 4px;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	right: 0;
	width: 6px;
}

.ps-theme-light:hover.ps-in-scrolling {
	pointer-events: none;
}

.ps-theme-light:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
	background-color: rgba(255, 255, 255, 0.2);
	opacity: 0.9;
}

.ps-theme-light:hover.ps-in-scrolling.ps-x
	> .ps-scrollbar-x-rail
	> .ps-scrollbar-x {
	background-color: rgba(255, 255, 255, 0.8);
}

.ps-theme-light:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
	background-color: rgba(255, 255, 255, 0.2);
	opacity: 0.9;
}

.ps-theme-light:hover.ps-in-scrolling.ps-y
	> .ps-scrollbar-y-rail
	> .ps-scrollbar-y {
	background-color: rgba(255, 255, 255, 0.8);
}

.ps-theme-light:hover > .ps-scrollbar-x-rail,
.ps-theme-light:hover > .ps-scrollbar-y-rail {
	opacity: 0.6;
}

.ps-theme-light:hover > .ps-scrollbar-x-rail:hover {
	background-color: rgba(255, 255, 255, 0.2);
	opacity: 0.9;
}

.ps-theme-light:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
	background-color: rgba(255, 255, 255, 0.8);
}

.ps-theme-light:hover > .ps-scrollbar-y-rail:hover {
	background-color: rgba(255, 255, 255, 0.2);
	opacity: 0.9;
}

.ps-theme-light:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
	background-color: rgba(255, 255, 255, 0.8);
}

.menu-collapsed .ps-theme-dark {
	-ms-touch-action: none;
	touch-action: none;
	overflow: hidden !important;
	-ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
	.menu-collapsed .ps-theme-dark {
		overflow: auto !important;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.menu-collapsed .ps-theme-dark {
		overflow: auto !important;
	}
}

.menu-collapsed .ps-theme-dark.ps-active-x > .ps-scrollbar-x-rail,
.menu-collapsed .ps-theme-dark.ps-active-y > .ps-scrollbar-y-rail {
	display: block;
	background-color: transparent;
}

.menu-collapsed .ps-theme-dark.ps-in-scrolling {
	pointer-events: none;
}

.menu-collapsed .ps-theme-dark.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
	background-color: #eee;
	opacity: 0.9;
}

.menu-collapsed
	.ps-theme-dark.ps-in-scrolling.ps-x
	> .ps-scrollbar-x-rail
	> .ps-scrollbar-x {
	background-color: #999;
}

.menu-collapsed .ps-theme-dark.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
	background-color: #eee;
	opacity: 0.9;
}

.menu-collapsed
	.ps-theme-dark.ps-in-scrolling.ps-y
	> .ps-scrollbar-y-rail
	> .ps-scrollbar-y {
	background-color: #999;
}

.menu-collapsed .ps-theme-dark > .ps-scrollbar-x-rail {
	display: none;
	position: absolute;
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
	-o-transition: background-color 0.2s linear, opacity 0.2s linear;
	-moz-transition: background-color 0.2s linear, opacity 0.2s linear;
	transition: background-color 0.2s linear, opacity 0.2s linear;
	bottom: 3px;
	height: 8px;
}

.menu-collapsed .ps-theme-dark > .ps-scrollbar-x-rail > .ps-scrollbar-x {
	position: absolute;
	background-color: #55595c !important;
	border-radius: 4px;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	bottom: 0;
	height: 8px;
}

.menu-collapsed .ps-theme-dark > .ps-scrollbar-y-rail {
	display: none;
	position: absolute;
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
	-o-transition: background-color 0.2s linear, opacity 0.2s linear;
	-moz-transition: background-color 0.2s linear, opacity 0.2s linear;
	transition: background-color 0.2s linear, opacity 0.2s linear;
	right: 0;
	width: 6px;
}

.menu-collapsed .ps-theme-dark > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	position: absolute;
	background-color: #55595c !important;
	border-radius: 4px;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	right: 0;
	width: 6px;
}

.menu-collapsed .ps-theme-dark:hover.ps-in-scrolling {
	pointer-events: none;
}

.menu-collapsed
	.ps-theme-dark:hover.ps-in-scrolling.ps-x
	> .ps-scrollbar-x-rail {
	background-color: #eee;
	opacity: 0.9;
}

.menu-collapsed
	.ps-theme-dark:hover.ps-in-scrolling.ps-x
	> .ps-scrollbar-x-rail
	> .ps-scrollbar-x {
	background-color: #999;
}

.menu-collapsed
	.ps-theme-dark:hover.ps-in-scrolling.ps-y
	> .ps-scrollbar-y-rail {
	background-color: #eee;
	opacity: 0.9;
}

.menu-collapsed
	.ps-theme-dark:hover.ps-in-scrolling.ps-y
	> .ps-scrollbar-y-rail
	> .ps-scrollbar-y {
	background-color: #999;
}

.menu-collapsed .ps-theme-dark:hover > .ps-scrollbar-x-rail,
.menu-collapsed .ps-theme-dark:hover > .ps-scrollbar-y-rail {
	opacity: 0;
}

.menu-collapsed .ps-theme-dark:hover > .ps-scrollbar-x-rail:hover {
	background-color: #eee;
	opacity: 0.9;
}

.menu-collapsed
	.ps-theme-dark:hover
	> .ps-scrollbar-x-rail:hover
	> .ps-scrollbar-x {
	background-color: #999;
}

.menu-collapsed .ps-theme-dark:hover > .ps-scrollbar-y-rail:hover {
	background-color: #eee;
	opacity: 0.9;
}

.menu-collapsed
	.ps-theme-dark:hover
	> .ps-scrollbar-y-rail:hover
	> .ps-scrollbar-y {
	background-color: #999;
}

.menu-collapsed ul.ps-theme-dark {
	-ms-touch-action: none;
	touch-action: none;
	overflow: hidden !important;
	-ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
	.menu-collapsed ul.ps-theme-dark {
		overflow: auto !important;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.menu-collapsed ul.ps-theme-dark {
		overflow: auto !important;
	}
}

.menu-collapsed ul.ps-theme-dark.ps-active-x > .ps-scrollbar-x-rail,
.menu-collapsed ul.ps-theme-dark.ps-active-y > .ps-scrollbar-y-rail {
	display: block;
	background-color: transperant;
}

.menu-collapsed ul.ps-theme-dark.ps-in-scrolling {
	pointer-events: none;
}

.menu-collapsed ul.ps-theme-dark.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.9;
}

.menu-collapsed
	ul.ps-theme-dark.ps-in-scrolling.ps-x
	> .ps-scrollbar-x-rail
	> .ps-scrollbar-x {
	background-color: rgba(0, 0, 0, 0.4);
}

.menu-collapsed ul.ps-theme-dark.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.9;
}

.menu-collapsed
	ul.ps-theme-dark.ps-in-scrolling.ps-y
	> .ps-scrollbar-y-rail
	> .ps-scrollbar-y {
	background-color: rgba(0, 0, 0, 0.4);
}

.menu-collapsed ul.ps-theme-dark > .ps-scrollbar-x-rail {
	display: none;
	position: absolute;
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
	-o-transition: background-color 0.2s linear, opacity 0.2s linear;
	-moz-transition: background-color 0.2s linear, opacity 0.2s linear;
	transition: background-color 0.2s linear, opacity 0.2s linear;
	bottom: 3px;
	height: 8px;
}

.menu-collapsed ul.ps-theme-dark > .ps-scrollbar-x-rail > .ps-scrollbar-x {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	bottom: 0;
	height: 8px;
}

.menu-collapsed ul.ps-theme-dark > .ps-scrollbar-y-rail {
	display: none;
	position: absolute;
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
	-o-transition: background-color 0.2s linear, opacity 0.2s linear;
	-moz-transition: background-color 0.2s linear, opacity 0.2s linear;
	transition: background-color 0.2s linear, opacity 0.2s linear;
	right: 0;
	width: 6px;
}

.menu-collapsed ul.ps-theme-dark > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	right: 0;
	width: 6px;
}

.menu-collapsed ul.ps-theme-dark:hover.ps-in-scrolling {
	pointer-events: none;
}

.menu-collapsed
	ul.ps-theme-dark:hover.ps-in-scrolling.ps-x
	> .ps-scrollbar-x-rail {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.9;
}

.menu-collapsed
	ul.ps-theme-dark:hover.ps-in-scrolling.ps-x
	> .ps-scrollbar-x-rail
	> .ps-scrollbar-x {
	background-color: rgba(0, 0, 0, 0.4);
}

.menu-collapsed
	ul.ps-theme-dark:hover.ps-in-scrolling.ps-y
	> .ps-scrollbar-y-rail {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.9;
}

.menu-collapsed
	ul.ps-theme-dark:hover.ps-in-scrolling.ps-y
	> .ps-scrollbar-y-rail
	> .ps-scrollbar-y {
	background-color: rgba(0, 0, 0, 0.4);
}

.menu-collapsed ul.ps-theme-dark:hover > .ps-scrollbar-x-rail,
.menu-collapsed ul.ps-theme-dark:hover > .ps-scrollbar-y-rail {
	opacity: 0.6;
}

.menu-collapsed ul.ps-theme-dark:hover > .ps-scrollbar-x-rail:hover {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.9;
}

.menu-collapsed
	ul.ps-theme-dark:hover
	> .ps-scrollbar-x-rail:hover
	> .ps-scrollbar-x {
	background-color: rgba(0, 0, 0, 0.4);
}

.menu-collapsed ul.ps-theme-dark:hover > .ps-scrollbar-y-rail:hover {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.9;
}

.menu-collapsed
	ul.ps-theme-dark:hover
	> .ps-scrollbar-y-rail:hover
	> .ps-scrollbar-y {
	background-color: rgba(0, 0, 0, 0.4);
}

.vertical-menu-modern.menu-collapsed .ps-theme-dark {
	-ms-touch-action: none;
	touch-action: none;
	overflow: hidden !important;
	-ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
	.vertical-menu-modern.menu-collapsed .ps-theme-dark {
		overflow: auto !important;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.vertical-menu-modern.menu-collapsed .ps-theme-dark {
		overflow: auto !important;
	}
}

.vertical-menu-modern.menu-collapsed
	.ps-theme-dark.ps-active-x
	> .ps-scrollbar-x-rail,
.vertical-menu-modern.menu-collapsed
	.ps-theme-dark.ps-active-y
	> .ps-scrollbar-y-rail {
	display: block;
	background-color: transperant;
}

.vertical-menu-modern.menu-collapsed .ps-theme-dark.ps-in-scrolling {
	pointer-events: none;
}

.vertical-menu-modern.menu-collapsed
	.ps-theme-dark.ps-in-scrolling.ps-x
	> .ps-scrollbar-x-rail {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.9;
}

.vertical-menu-modern.menu-collapsed
	.ps-theme-dark.ps-in-scrolling.ps-x
	> .ps-scrollbar-x-rail
	> .ps-scrollbar-x {
	background-color: rgba(0, 0, 0, 0.4);
}

.vertical-menu-modern.menu-collapsed
	.ps-theme-dark.ps-in-scrolling.ps-y
	> .ps-scrollbar-y-rail {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.9;
}

.vertical-menu-modern.menu-collapsed
	.ps-theme-dark.ps-in-scrolling.ps-y
	> .ps-scrollbar-y-rail
	> .ps-scrollbar-y {
	background-color: rgba(0, 0, 0, 0.4);
}

.vertical-menu-modern.menu-collapsed .ps-theme-dark > .ps-scrollbar-x-rail {
	display: none;
	position: absolute;
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
	-o-transition: background-color 0.2s linear, opacity 0.2s linear;
	-moz-transition: background-color 0.2s linear, opacity 0.2s linear;
	transition: background-color 0.2s linear, opacity 0.2s linear;
	bottom: 3px;
	height: 8px;
}

.vertical-menu-modern.menu-collapsed
	.ps-theme-dark
	> .ps-scrollbar-x-rail
	> .ps-scrollbar-x {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	bottom: 0;
	height: 8px;
}

.vertical-menu-modern.menu-collapsed .ps-theme-dark > .ps-scrollbar-y-rail {
	display: none;
	position: absolute;
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
	-o-transition: background-color 0.2s linear, opacity 0.2s linear;
	-moz-transition: background-color 0.2s linear, opacity 0.2s linear;
	transition: background-color 0.2s linear, opacity 0.2s linear;
	right: 0;
	width: 6px;
}

.vertical-menu-modern.menu-collapsed
	.ps-theme-dark
	> .ps-scrollbar-y-rail
	> .ps-scrollbar-y {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	right: 0;
	width: 6px;
}

.vertical-menu-modern.menu-collapsed .ps-theme-dark:hover.ps-in-scrolling {
	pointer-events: none;
}

.vertical-menu-modern.menu-collapsed
	.ps-theme-dark:hover.ps-in-scrolling.ps-x
	> .ps-scrollbar-x-rail {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.9;
}

.vertical-menu-modern.menu-collapsed
	.ps-theme-dark:hover.ps-in-scrolling.ps-x
	> .ps-scrollbar-x-rail
	> .ps-scrollbar-x {
	background-color: rgba(0, 0, 0, 0.4);
}

.vertical-menu-modern.menu-collapsed
	.ps-theme-dark:hover.ps-in-scrolling.ps-y
	> .ps-scrollbar-y-rail {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.9;
}

.vertical-menu-modern.menu-collapsed
	.ps-theme-dark:hover.ps-in-scrolling.ps-y
	> .ps-scrollbar-y-rail
	> .ps-scrollbar-y {
	background-color: rgba(0, 0, 0, 0.4);
}

.vertical-menu-modern.menu-collapsed
	.ps-theme-dark:hover
	> .ps-scrollbar-x-rail,
.vertical-menu-modern.menu-collapsed
	.ps-theme-dark:hover
	> .ps-scrollbar-y-rail {
	opacity: 0.6;
}

.vertical-menu-modern.menu-collapsed
	.ps-theme-dark:hover
	> .ps-scrollbar-x-rail:hover {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.9;
}

.vertical-menu-modern.menu-collapsed
	.ps-theme-dark:hover
	> .ps-scrollbar-x-rail:hover
	> .ps-scrollbar-x {
	background-color: rgba(0, 0, 0, 0.4);
}

.vertical-menu-modern.menu-collapsed
	.ps-theme-dark:hover
	> .ps-scrollbar-y-rail:hover {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.9;
}

.vertical-menu-modern.menu-collapsed
	.ps-theme-dark:hover
	> .ps-scrollbar-y-rail:hover
	> .ps-scrollbar-y {
	background-color: rgba(0, 0, 0, 0.4);
}

.vertical-menu-modern.menu-collapsed ul.ps-theme-dark {
	-ms-touch-action: none;
	touch-action: none;
	overflow: hidden !important;
	-ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
	.vertical-menu-modern.menu-collapsed ul.ps-theme-dark {
		overflow: auto !important;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.vertical-menu-modern.menu-collapsed ul.ps-theme-dark {
		overflow: auto !important;
	}
}

.vertical-menu-modern.menu-collapsed
	ul.ps-theme-dark.ps-active-x
	> .ps-scrollbar-x-rail,
.vertical-menu-modern.menu-collapsed
	ul.ps-theme-dark.ps-active-y
	> .ps-scrollbar-y-rail {
	display: block;
	background-color: transperant;
}

.vertical-menu-modern.menu-collapsed ul.ps-theme-dark.ps-in-scrolling {
	pointer-events: none;
}

.vertical-menu-modern.menu-collapsed
	ul.ps-theme-dark.ps-in-scrolling.ps-x
	> .ps-scrollbar-x-rail {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.9;
}

.vertical-menu-modern.menu-collapsed
	ul.ps-theme-dark.ps-in-scrolling.ps-x
	> .ps-scrollbar-x-rail
	> .ps-scrollbar-x {
	background-color: rgba(0, 0, 0, 0.4);
}

.vertical-menu-modern.menu-collapsed
	ul.ps-theme-dark.ps-in-scrolling.ps-y
	> .ps-scrollbar-y-rail {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.9;
}

.vertical-menu-modern.menu-collapsed
	ul.ps-theme-dark.ps-in-scrolling.ps-y
	> .ps-scrollbar-y-rail
	> .ps-scrollbar-y {
	background-color: rgba(0, 0, 0, 0.4);
}

.vertical-menu-modern.menu-collapsed ul.ps-theme-dark > .ps-scrollbar-x-rail {
	display: none;
	position: absolute;
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
	-o-transition: background-color 0.2s linear, opacity 0.2s linear;
	-moz-transition: background-color 0.2s linear, opacity 0.2s linear;
	transition: background-color 0.2s linear, opacity 0.2s linear;
	bottom: 3px;
	height: 8px;
}

.vertical-menu-modern.menu-collapsed
	ul.ps-theme-dark
	> .ps-scrollbar-x-rail
	> .ps-scrollbar-x {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	bottom: 0;
	height: 8px;
}

.vertical-menu-modern.menu-collapsed ul.ps-theme-dark > .ps-scrollbar-y-rail {
	display: none;
	position: absolute;
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
	-o-transition: background-color 0.2s linear, opacity 0.2s linear;
	-moz-transition: background-color 0.2s linear, opacity 0.2s linear;
	transition: background-color 0.2s linear, opacity 0.2s linear;
	right: 0;
	width: 6px;
}

.vertical-menu-modern.menu-collapsed
	ul.ps-theme-dark
	> .ps-scrollbar-y-rail
	> .ps-scrollbar-y {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	right: 0;
	width: 6px;
}

.vertical-menu-modern.menu-collapsed ul.ps-theme-dark:hover.ps-in-scrolling {
	pointer-events: none;
}

.vertical-menu-modern.menu-collapsed
	ul.ps-theme-dark:hover.ps-in-scrolling.ps-x
	> .ps-scrollbar-x-rail {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.9;
}

.vertical-menu-modern.menu-collapsed
	ul.ps-theme-dark:hover.ps-in-scrolling.ps-x
	> .ps-scrollbar-x-rail
	> .ps-scrollbar-x {
	background-color: rgba(0, 0, 0, 0.4);
}

.vertical-menu-modern.menu-collapsed
	ul.ps-theme-dark:hover.ps-in-scrolling.ps-y
	> .ps-scrollbar-y-rail {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.9;
}

.vertical-menu-modern.menu-collapsed
	ul.ps-theme-dark:hover.ps-in-scrolling.ps-y
	> .ps-scrollbar-y-rail
	> .ps-scrollbar-y {
	background-color: rgba(0, 0, 0, 0.4);
}

.vertical-menu-modern.menu-collapsed
	ul.ps-theme-dark:hover
	> .ps-scrollbar-x-rail,
.vertical-menu-modern.menu-collapsed
	ul.ps-theme-dark:hover
	> .ps-scrollbar-y-rail {
	opacity: 0.6;
}

.vertical-menu-modern.menu-collapsed
	ul.ps-theme-dark:hover
	> .ps-scrollbar-x-rail:hover {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.9;
}

.vertical-menu-modern.menu-collapsed
	ul.ps-theme-dark:hover
	> .ps-scrollbar-x-rail:hover
	> .ps-scrollbar-x {
	background-color: rgba(0, 0, 0, 0.4);
}

.vertical-menu-modern.menu-collapsed
	ul.ps-theme-dark:hover
	> .ps-scrollbar-y-rail:hover {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.9;
}

.vertical-menu-modern.menu-collapsed
	ul.ps-theme-dark:hover
	> .ps-scrollbar-y-rail:hover
	> .ps-scrollbar-y {
	background-color: rgba(0, 0, 0, 0.4);
}

.always-visible.ps-container > .ps-scrollbar-x-rail,
.always-visible.ps-container > .ps-scrollbar-y-rail {
	opacity: 0.6;
}

.large-margin.ps-container > .ps-scrollbar-x-rail {
	margin: 0 25%;
}

.large-margin.ps-container > .ps-scrollbar-y-rail {
	margin: 100px 0;
}

@media screen and (min-width: 0) {
	head {
		font-family: "xs 0px";
	}

	body:after {
		content: "xs - min-width: 0px";
	}
}

@media screen and (min-width: 544px) {
	head {
		font-family: "sm 544px";
	}

	body:after {
		content: "sm - min-width: 544px";
	}
}

@media screen and (min-width: 768px) {
	head {
		font-family: "md 768px";
	}

	body:after {
		content: "md - min-width: 768px";
	}
}

@media screen and (min-width: 992px) {
	head {
		font-family: "lg 992px";
	}

	body:after {
		content: "lg - min-width: 992px";
	}
}

@media screen and (min-width: 1200px) {
	head {
		font-family: "xl 1200px";
	}

	body:after {
		content: "xl - min-width: 1200px";
	}
}

head {
	clear: both;
}

head title {
	font-family: "xs 0px, sm 544px, md 768px, lg 992px, xl 1200px";
}

[data-usn-if],
body:after {
	display: none;
}

#cke_ckeditor-inline {
	max-width: 68%;
}

.note-editor.note-frame {
	border-radius: 0.3rem;
}

.note-popover.popover {
	display: none;
}

.note-toolbar.panel-heading {
	color: #333;
	background-color: #f9f9f9;
	border-bottom: 1px solid #ddd;
	padding: 0.25rem 1rem 0.55rem !important;
}

.note-toolbar button.note-btn {
	background-color: transparent;
	border: 1px solid #ccc;
	padding: 0.5rem 1rem;
}

.note-toolbar .dropdown-toggle::after {
	display: none;
}

.content {
	overflow: visible;
	position: relative;
	width: auto;
	margin-left: 0;
	min-height: auto;
	padding: inherit;
}

.mce-tinymce-inline {
	max-width: 80% !important;
}

.mce-container-body {
	overflow: auto;
}

.CodeMirror {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.CodeMirror .CodeMirror-selected {
	background-color: #87ceeb !important;
}

.CodeMirror .CodeMirror-selectedtext {
	color: #fff;
}

.CodeMirror .styled-background {
	background-color: #ff7;
}

.CodeMirror .cm-matchhighlight {
	background-color: #90ee90;
}

.CodeMirror .CodeMirror-selection-highlight-scrollbar {
	background-color: green;
}

#codemirror-tabs + .CodeMirror .cm-tab {
	background: url(../../app-assets/images/icons/img.png) right no-repeat;
}

iframe#preview {
	height: 300px;
	border: 1px solid #000;
	width: 100%;
}

.ace_editor {
	position: relative;
	overflow: hidden;
	height: 320px;
}

.ql-editor,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6,
.ql-toolbar {
	font-size: 1rem;
}

.group-area {
	margin-bottom: 3rem;
}

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

.has-icon-left .form-control {
	padding-left: 2.5rem;
}

.form-control-position {
	position: absolute;
	top: 1px;
	right: 0;
	z-index: 2;
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 3.2rem;
	text-align: center;
}

input.form-control.input-xl,
select.form-control:not([size]):not([multiple]).input-xl {
	height: 3.75rem;
	padding: 0.5rem 1rem;
	font-size: 1.5rem;
	line-height: 1.45;
	border-radius: 0.35rem;
}

input.form-control.form-group-xl .form-control,
select.form-control:not([size]):not([multiple]).form-group-xl .form-control {
	height: 3.75rem;
	padding: 0.5rem;
	font-size: 1.5rem;
	line-height: 1.45;
	border-radius: 0.35rem;
}

input.form-control.form-group-xl .form-control-static,
select.form-control:not([size]):not([multiple]).form-group-xl
	.form-control-static {
	height: 3.55rem;
	padding: 0.5rem;
	font-size: 1.5rem;
	line-height: 1.7;
}

input.form-control.input-lg,
select.form-control:not([size]):not([multiple]).input-lg {
	height: 3rem;
	padding: 0.75rem;
	font-size: 1.1rem;
	line-height: 1.45;
	border-radius: 0.27rem;
}

input.form-control.form-group-lg .form-control,
select.form-control:not([size]):not([multiple]).form-group-lg .form-control {
	height: 3rem;
	padding: 1rem 1.25rem;
	font-size: 1.1rem;
	line-height: 1.25;
	border-radius: 0.27rem;
}

input.form-control.form-group-lg select.form-control,
select.form-control:not([size]):not([multiple]).form-group-lg
	select.form-control {
	height: -webkit-calc(3.375rem + 2px);
	height: -moz-calc(3.375rem + 2px);
	height: calc(3.375rem + 2px);
	line-height: -webkit-calc(3.375rem + 2px);
	line-height: -moz-calc(3.375rem + 2px);
	line-height: calc(3.375rem + 2px);
}

input.form-control.form-group-lg select[multiple].form-control,
input.form-control.form-group-lg textarea.form-control,
select.form-control:not([size]):not([multiple]).form-group-lg
	select[multiple].form-control,
select.form-control:not([size]):not([multiple]).form-group-lg
	textarea.form-control {
	height: auto;
}

input.form-control.form-group-lg .form-control-static,
select.form-control:not([size]):not([multiple]).form-group-lg
	.form-control-static {
	height: -webkit-calc(3.375rem + 2px);
	height: -moz-calc(3.375rem + 2px);
	height: calc(3.375rem + 2px);
	min-height: 2.55rem;
	padding: 2rem 1.25rem;
	font-size: 1.1rem;
	line-height: 1.25;
}

input.form-control.input-sm,
select.form-control:not([size]):not([multiple]).input-sm {
	height: 2rem;
	padding: 0.95rem;
	font-size: 0.975rem;
	line-height: 1.45;
	border-radius: 0.18rem;
}

input.form-control.form-group-sm .form-control,
select.form-control:not([size]):not([multiple]).form-group-sm .form-control {
	height: -webkit-calc(1.875rem + 2px + 10);
	height: -moz-calc(1.875rem + 2px + 10);
	height: calc(1.875rem + 2px + 10);
	padding: 0.5rem 0.75rem;
	font-size: 0.875rem;
	line-height: 1.45;
	border-radius: 0.18rem;
}

input.form-control.form-group-sm .form-control-static,
select.form-control:not([size]):not([multiple]).form-group-sm
	.form-control-static {
	font-size: 0.875rem;
	line-height: 1;
}

input.form-control.input-xs,
select.form-control:not([size]):not([multiple]).input-xs {
	height: 1.525rem;
	padding: 0.1rem 0.525rem;
	font-size: 0.75rem;
	line-height: 1.45;
	border-radius: 0.12rem;
}

input.form-control.form-group-xs .form-control,
select.form-control:not([size]):not([multiple]).form-group-xs .form-control {
	height: 1.525rem;
	padding: 0.2rem 0.275rem;
	font-size: 0.75rem;
	line-height: 1.45;
	border-radius: 0.12rem;
}

input.form-control.form-group-xs .form-control-static,
select.form-control:not([size]):not([multiple]).form-group-xs
	.form-control-static {
	height: 1.525rem;
	padding: 0.2rem 0.275rem;
	font-size: 0.75rem;
	line-height: 1.5;
}

input.form-control.form-group-xl > .form-control-position,
input.form-control.input-xl + .form-control-position,
select.form-control:not([size]):not([multiple]).form-group-xl
	> .form-control-position,
select.form-control:not([size]):not([multiple]).input-xl
	+ .form-control-position {
	width: 3.55rem;
	height: 3.55rem;
	line-height: 3.55rem;
	top: 4px;
}

input.form-control.form-group-lg > .form-control-position,
input.form-control.input-lg + .form-control-position,
select.form-control:not([size]):not([multiple]).form-group-lg
	> .form-control-position,
select.form-control:not([size]):not([multiple]).input-lg
	+ .form-control-position {
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	top: 4px;
}

input.form-control.form-group-sm > .form-control-position,
input.form-control.input-sm + .form-control-position,
select.form-control:not([size]):not([multiple]).form-group-sm
	> .form-control-position,
select.form-control:not([size]):not([multiple]).input-sm
	+ .form-control-position {
	width: -webkit-calc(1.875rem + 2px + 10);
	width: -moz-calc(1.875rem + 2px + 10);
	width: calc(1.875rem + 2px + 10);
	height: -webkit-calc(1.875rem + 2px + 10);
	height: -moz-calc(1.875rem + 2px + 10);
	height: calc(1.875rem + 2px + 10);
	line-height: -webkit-calc(1.875rem + 2px + 10);
	line-height: -moz-calc(1.875rem + 2px + 10);
	line-height: calc(1.875rem + 2px + 10);
	top: -6px;
}

input.form-control.form-group-xs > .form-control-position,
input.form-control.input-xs + .form-control-position,
select.form-control:not([size]):not([multiple]).form-group-xs
	> .form-control-position,
select.form-control:not([size]):not([multiple]).input-xs
	+ .form-control-position {
	width: 1.525rem;
	height: 1.525rem;
	line-height: 1.525rem;
	top: 0;
}

.position-relative .form-control {
	padding-right: -webkit-calc(2.75rem + 2px);
	padding-right: -moz-calc(2.75rem + 2px);
	padding-right: calc(2.75rem + 2px);
}

.position-relative .form-control.input-xl {
	padding-right: 3.55rem;
}

.position-relative .form-control.input-lg {
	padding-right: -webkit-calc(3.375rem + 2px);
	padding-right: -moz-calc(3.375rem + 2px);
	padding-right: calc(3.375rem + 2px);
}

.position-relative .form-control.input-sm {
	padding-right: -webkit-calc(1.875rem + 2px + 10);
	padding-right: -moz-calc(1.875rem + 2px + 10);
	padding-right: calc(1.875rem + 2px + 10);
}

.position-relative .form-control.input-xs {
	padding-right: 1.525rem;
}

.has-icon-left .form-control {
	padding-right: 1rem;
	padding-left: -webkit-calc(2.75rem + 2px);
	padding-left: -moz-calc(2.75rem + 2px);
	padding-left: calc(2.75rem + 2px);
}

.has-icon-left .form-control.input-xl {
	padding-right: 0.5rem;
	padding-left: 3.55rem;
}

.has-icon-left .form-control.input-lg {
	padding-right: 1.25rem;
	padding-left: -webkit-calc(3.375rem + 2px);
	padding-left: -moz-calc(3.375rem + 2px);
	padding-left: calc(3.375rem + 2px);
}

.has-icon-left .form-control.input-sm {
	padding-right: 0.75rem;
	padding-left: 1.97rem;
}

.has-icon-left .form-control.input-xs {
	padding-right: 0.275rem;
	padding-left: 1.525rem;
}

.has-icon-left .form-control-position {
	right: auto;
	left: inherit;
}

input[type="color"] {
	height: -webkit-calc(2.75rem + 2px);
	height: -moz-calc(2.75rem + 2px);
	height: calc(2.75rem + 2px);
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
	line-height: 1.45;
}

.font-size-large {
	font-size: 1.1rem;
}

.font-size-base {
	font-size: 1rem;
}

.font-size-small {
	font-size: 0.875rem;
}

.font-size-xsmall {
	font-size: 0.75rem;
}

.form-group-style {
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.07);
	overflow: hidden;
	padding: 7px 12px 4px;
}

.form-group-style label {
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
}

.form-group-style .form-control {
	border: none;
	padding-left: 0;
	margin-top: -4px;
	background: 0 0;
}

.form-group-style.focus {
	background-color: #f0f0f0;
}

.form-group-style label.filled,
.form-group-style.focus label {
	opacity: 0.5;
}

.input-group-xs .form-control,
.input-group-xs .input-group-addon,
.input-group-xs .input-group-btn > button {
	padding: 0.175rem 0.5rem;
	font-size: 0.725rem;
	line-height: 1.677777;
	border-bottom-left-radius: 0.175rem;
	border-top-left-radius: 0.175rem;
}

.input-group-xs .input-group-btn > button {
	border-radius: 0.175rem;
}

.input-group-addon {
	padding: 0.75rem;
}

.floating-label-form-group-with-focus label,
.floating-label-form-group-with-value label {
	color: #967adc !important;
	text-transform: uppercase;
	font-weight: 400;
}

.select2-container--classic .img-flag,
.select2-container--default .img-flag {
	height: 15px;
	width: 18px;
}

.select2-container--classic .select2-selection--single,
.select2-container--default .select2-selection--single {
	height: 40px !important;
	padding: 5px;
	border-color: #adb5bd !important;
}

.select2-container--classic.select2-container--focus
	.select2-selection--multiple,
.select2-container--classic.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--focus
	.select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single {
	border-color: #ccc !important;
	outline: 0;
}

.select2-container--classic
	.select2-selection--single
	.select2-selection__rendered
	i,
.select2-container--default
	.select2-selection--single
	.select2-selection__rendered
	i {
	margin-right: 0.5rem;
}

.select2-container--classic.select2-container--focus,
.select2-container--default.select2-container--focus {
	outline: 0;
}

.select2-container--classic .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
	min-height: 40px !important;
	padding: 5px 8px !important;
	border-color: #d9d9d9 !important;
}

.select2-container--classic
	.select2-selection--multiple
	.select2-selection__choice,
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice {
	padding: 2px 6px !important;
	margin-top: 0 !important;
	background-color: #967adc !important;
	border-color: #7652d1 !important;
	color: #fff;
	margin-right: 8px !important;
	margin-bottom: 2px;
}
select.is-invalid + .select2-container--default .select2-selection {
	border-color: #da4453 !important;
}
.select2-container--classic
	.select2-selection--multiple
	.select2-selection__rendered,
.select2-container--default
	.select2-selection--multiple
	.select2-selection__rendered {
	display: block !important;
	padding: 0 !important;
}

.select2-container--classic
	.select2-selection--multiple
	.select2-selection__choice__remove,
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove {
	color: #fff !important;
	float: right;
	margin-left: 0.5rem;
}

.select2-container--classic .select2-selection--multiple i,
.select2-container--default .select2-selection--multiple i {
	position: relative;
	top: 1px;
	margin-right: 0.5rem;
	padding-left: 1px;
}

.select2-container--classic
	.select2-selection--multiple[class*="bg-"]
	.select2-selection__choice,
.select2-container--default
	.select2-selection--multiple[class*="bg-"]
	.select2-selection__choice {
	background-color: rgba(0, 0, 0, 0.15) !important;
	border-color: rgba(0, 0, 0, 0.2) !important;
}

.select2-container--classic
	.select2-results__options
	.select2-results__option
	i,
.select2-container--default
	.select2-results__options
	.select2-results__option
	i {
	margin-right: 0.5rem;
}

.select2-container--classic
	.select2-results__options
	.select2-results__option[aria-selected="true"],
.select2-container--default
	.select2-results__options
	.select2-results__option[aria-selected="true"] {
	background-color: #967adc !important;
	color: #fff !important;
}

.select2-container--classic
	.select2-results__option--highlighted[aria-selected],
.select2-container--default
	.select2-results__option--highlighted[aria-selected] {
	background-color: #e0e0e0 !important;
	color: #424242 !important;
}

.select2-container--classic
	.select2-result-repository
	.select2-result-repository__avatar,
.select2-container--default
	.select2-result-repository
	.select2-result-repository__avatar {
	width: 22%;
	float: left;
}

.select2-container--classic
	.select2-result-repository
	.select2-result-repository__avatar
	img,
.select2-container--default
	.select2-result-repository
	.select2-result-repository__avatar
	img {
	width: 75px;
}

.select2-container--classic
	.select2-result-repository
	.select2-result-repository__meta,
.select2-container--default
	.select2-result-repository
	.select2-result-repository__meta {
	width: 78%;
	float: right;
}

.select2-container--classic
	.select2-result-repository
	.select2-result-repository__meta
	.select2-result-repository__title,
.select2-container--default
	.select2-result-repository
	.select2-result-repository__meta
	.select2-result-repository__title {
	font-size: 1.35rem;
	font-weight: 700;
	text-transform: capitalize;
}

.select2-container--classic
	.select2-result-repository
	.select2-result-repository__meta
	.select2-result-repository__statistics
	div,
.select2-container--default
	.select2-result-repository
	.select2-result-repository__meta
	.select2-result-repository__statistics
	div {
	display: inline;
	margin-right: 1rem;
}

.select2-container--classic .select-lg,
.select2-container--default .select-lg {
	height: -webkit-calc(3.375rem + 2px) 0.55 !important;
	height: -moz-calc(3.375rem + 2px) 0.55 !important;
	height: calc(3.375rem + 2px) 0.55 !important;
	font-size: 1.1rem;
	margin-bottom: 0 !important;
	padding: 0.75rem 0;
}

.select2-container--classic
	.select-lg.select2-selection--single
	.select2-selection__rendered,
.select2-container--default
	.select-lg.select2-selection--single
	.select2-selection__rendered {
	padding-top: 0.1rem;
	padding-left: 1rem;
	padding-right: 5.5rem;
	line-height: 1;
}

.select2-container--classic
	.select-lg.select2-selection--single
	.select2-selection__arrow,
.select2-container--default
	.select-lg.select2-selection--single
	.select2-selection__arrow {
	top: 0.75rem !important;
}

.select2-container--classic
	.select-lg.select2-selection--multiple
	.select2-selection__choice,
.select2-container--default
	.select-lg.select2-selection--multiple
	.select2-selection__choice {
	padding: 0.2rem 0.75rem !important;
	font-size: 1.1rem;
}

.select2-container--classic
	.select-lg.select2-selection--multiple
	.select2-search--inline
	.select2-search__field,
.select2-container--default
	.select-lg.select2-selection--multiple
	.select2-search--inline
	.select2-search__field {
	padding: 0;
	font-size: 1.1rem;
}

.select2-container--classic .select-sm,
.select2-container--default .select-sm {
	height: -webkit-calc(-webkit-calc(1.875rem + 2px + 10) + 0.5rem) !important;
	height: -moz-calc(-moz-calc(1.875rem + 2px + 10) + 0.5rem) !important;
	height: calc(calc(1.875rem + 2px + 10) + 0.5rem) !important;
	font-size: 0.875rem;
	padding: 0.35rem 0.2rem;
	margin-bottom: 0 !important;
}

.select2-container--classic
	.select-sm.select2-selection--single
	.select2-selection__rendered,
.select2-container--default
	.select-sm.select2-selection--single
	.select2-selection__rendered {
	padding-right: 5.5rem;
}

.select2-container--classic
	.select-sm.select2-selection--single
	.select2-selection__arrow,
.select2-container--default
	.select-sm.select2-selection--single
	.select2-selection__arrow {
	top: 0.5rem !important;
}

.select2-container--classic .select-sm.select2-selection--multiple,
.select2-container--default .select-sm.select2-selection--multiple {
	min-height: -webkit-calc(
		-webkit-calc(1.875rem + 2px + 10) + 0.5rem
	) !important;
	min-height: -moz-calc(-moz-calc(1.875rem + 2px + 10) + 0.5rem) !important;
	min-height: calc(calc(1.875rem + 2px + 10) + 0.5rem) !important;
	padding: 0.25rem 0.5rem !important;
}

.select2-container--classic
	.select-sm.select2-selection--multiple
	.select2-selection__choice,
.select2-container--default
	.select-sm.select2-selection--multiple
	.select2-selection__choice {
	padding: 0 0.5rem !important;
	font-size: 0.875rem;
}

.select2-container--classic
	.select-sm.select2-selection--multiple
	.select2-search--inline
	.select2-search__field,
.select2-container--default
	.select-sm.select2-selection--multiple
	.select2-search--inline
	.select2-search__field {
	padding: 0.35rem 0;
	margin-top: 0;
}

.select2-container--classic .select-xs,
.select2-container--default .select-xs {
	height: -webkit-calc(-webkit-calc(1.875rem + 2px + 10)) !important;
	height: -moz-calc(-moz-calc(1.875rem + 2px + 10)) !important;
	height: calc(calc(1.875rem + 2px + 10)) !important;
	padding: 0 0.2rem;
	font-size: 0.75rem;
	margin-bottom: 0 !important;
	line-height: 1.5;
}

.select2-container--classic
	.select-xs.select2-selection--single
	.select2-selection__rendered,
.select2-container--default
	.select-xs.select2-selection--single
	.select2-selection__rendered {
	padding-left: 0.525rem;
	padding-right: 4.55rem;
}

.select2-container--classic
	.select-xs.select2-selection--single
	.select2-selection__arrow,
.select2-container--default
	.select-xs.select2-selection--single
	.select2-selection__arrow {
	top: 0.175rem !important;
}

.select2-container--classic .select-xs.select2-selection--multiple,
.select2-container--default .select-xs.select2-selection--multiple {
	min-height: -webkit-calc(
		-webkit-calc(1.875rem + 2px + 10) + 0.2rem
	) !important;
	min-height: -moz-calc(-moz-calc(1.875rem + 2px + 10) + 0.2rem) !important;
	min-height: calc(calc(1.875rem + 2px + 10) + 0.2rem) !important;
	padding: 4px 6px !important;
}

.select2-container--classic
	.select-xs.select2-selection--multiple
	.select2-selection__choice,
.select2-container--default
	.select-xs.select2-selection--multiple
	.select2-selection__choice {
	padding: 0 0.4rem !important;
	font-size: 0.75rem;
}

.select2-container--classic
	.select-xs.select2-selection--multiple
	.select2-search--inline
	.select2-search__field,
.select2-container--default
	.select-xs.select2-selection--multiple
	.select2-search--inline
	.select2-search__field {
	padding: 0;
	font-size: 0.75rem;
	margin-top: 0;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	top: 6px !important;
	right: 6px !important;
}

.select2-container--classic
	.select2-selection--single
	.select2-selection__arrow {
	top: 1px !important;
	right: 2px !important;
	height: 96% !important;
}

table.dataTable {
	border-spacing: 0;
}

.content-wrapper
	table.dataTable.dtr-inline.collapsed
	> tbody
	> tr
	> td:first-child:before,
.content-wrapper
	table.dataTable.dtr-inline.collapsed
	> tbody
	> tr
	> th:first-child:before {
	background-color: #967adc;
	border-radius: 0;
	top: 10px;
	left: 10px;
	-webkit-box-shadow: 0 0 2px #444;
	box-shadow: 0 0 2px #444;
}

.content-wrapper
	table.dataTable.dtr-inline.collapsed
	> tbody
	> tr.parent
	> td:first-child:before,
.content-wrapper
	table.dataTable.dtr-inline.collapsed
	> tbody
	> tr.parent
	> th:first-child:before {
	background-color: #da4453;
}

@media (max-width: 991.98px) {
	.dataTables_wrapper table {
		display: block;
		width: 100%;
		min-height: 0.01%;
		overflow-x: auto;
	}
}

.DTFC_LeftBodyLiner {
	top: -1px !important;
}

div.dataTables_wrapper {
	width: 100%;
	margin: 0 auto;
}

div.dataTables_wrapper div.dataTables_filter label {
	margin-top: 1rem;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	margin: 10px 0;
}

td.highlight {
	font-weight: 700;
	color: #967adc;
	background-color: #f5f5f5 !important;
}

tr.group,
tr.group:hover {
	background-color: #ededed !important;
}

th {
	white-space: nowrap;
}

.toolbar {
	float: left;
}

.no-style tfoot > tr > th,
.no-style thead > tr > th {
	border-bottom: 1px solid #e3ebf3;
}

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

.table-striped tbody tr.even.selected,
.table-striped tbody tr.odd.selected {
	background-color: #967adc;
	color: #fff;
}

table.dataTable tbody > tr > .selected {
	background-color: #967adc;
}

a.dt-button.red {
	color: red;
}

a.dt-button.orange {
	color: orange;
}

a.dt-button.green {
	color: green;
}

.dataex-css-row tr {
	height: 55px;
}

.dataex-key-customstyling td.focus {
	outline: #ac1212 solid 1px;
	outline-offset: -3px;
	background-color: #e3ebf3 !important;
}

.dt-events-log {
	border: 1px solid #888;
	background: #f7f7f7;
	padding: 1em;
	margin-bottom: 1em;
}

.dataTables_wrapper tfoot input {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

td.details-control {
	background: url(../images/datatables/resources/details_open.png) center center
		no-repeat;
	cursor: pointer;
}

tr.shown td.details-control {
	background: url(../images/datatables/resources/details_close.png) center
		center no-repeat;
}

.DTFC_LeftBodyLiner,
.DTFC_RightBodyLiner {
	background: #fff;
}

.datepaginator .pagination li,
.datepaginator-lg .pagination li,
.datepaginator-sm .pagination li {
	display: inline-block;
}

.datepaginator .pagination li a,
.datepaginator-lg .pagination li a,
.datepaginator-sm .pagination li a {
	position: relative;
	float: left;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.6;
	color: #d10000;
	text-decoration: none;
	background-color: #fff;
	border: none;
}

.datepaginator .pagination li a.dp-off,
.datepaginator-lg .pagination li a.dp-off,
.datepaginator-sm .pagination li a.dp-off {
	background-color: #f5f5f5 !important;
}

.datepaginator .pagination li a.dp-selected,
.datepaginator .pagination li a.dp-today,
.datepaginator-lg .pagination li a.dp-selected,
.datepaginator-lg .pagination li a.dp-today,
.datepaginator-sm .pagination li a.dp-selected,
.datepaginator-sm .pagination li a.dp-today {
	background-color: #d10000 !important;
}

.datepaginator .pagination li a .dp-divider,
.datepaginator-lg .pagination li a .dp-divider,
.datepaginator-sm .pagination li a .dp-divider {
	border-left: 2px solid #ddd !important;
}

.datepaginator .pagination li a #dp-calendar,
.datepaginator-lg .pagination li a #dp-calendar,
.datepaginator-sm .pagination li a #dp-calendar {
	padding: 0 5px 0 0 !important;
	margin-right: 3px;
	position: absolute;
	right: -5px;
	top: 0;
	font-size: 1.4rem;
}

.pagination.pagination-separate li:first-child a {
	margin-left: 0;
}

.pagination.pagination-separate li a {
	margin-left: 3px;
}

.pagination.pagination-separate.pagination-sm li.active a {
	padding: 0.5rem 0.7rem;
}

.pagination li a.no-border {
	padding: 0.5rem 1rem;
}

.pagination.pagination-round.pagination-flat li.active a {
	border-width: 1px;
	border-radius: 2rem;
	padding: 0.5rem 1rem;
}

.pagination.pagination-round.pagination-flat.pagination-sm li.active a {
	padding: 0.5rem 0.7rem;
}

.pagination.pagination-round li a.page-link:hover.no-border {
	border-width: 1px;
	border-radius: 2rem;
}

.pagination.pagination-round li:first-child a {
	border-top-left-radius: 2rem !important;
	border-bottom-left-radius: 2rem !important;
	padding-left: 1.2rem;
}

.pagination.pagination-round li:last-child a {
	border-top-right-radius: 2rem !important;
	border-bottom-right-radius: 2rem !important;
	padding-right: 1.2rem;
}

.pagination.pagination-round li.active a.no-border,
.pagination.pagination-round li.active a.no-border:hover {
	border-width: 1px;
	border-radius: 2rem;
	padding: 0.5rem 1rem;
}

.pagination.pagination-curved li a {
	border-radius: 0.25rem;
}

.pagination.pagination-curved.pagination-sm li.active a {
	padding: 0.5rem 0.7rem;
}

.pagination.pagination-flat li a {
	border: 0;
	border-radius: 0.25rem;
}

.pagination.pagination-flat li.active a {
	border-width: 1px;
	border-radius: 3px;
	padding: 0.5rem 1rem;
}

.pagination.pagination-flat.pagination-sm li.active a {
	padding: 0.5rem 0.7rem;
}

.input-group-append button {
	min-width: 40px;
}

.card-top-info {
	font-size: 16px;
}

/* Modal loader  */
.modal .modal-loader {
	top: 50%;
	transform: translate(-50%, -50%) !important;
	user-select: none !important;
	-ms-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
}

.modal .modal-loader .modal-content {
	height: 195px;
}

body.loading-modal {
	overflow: hidden;
	padding-right: 8px;
}

body.loading-modal .modal-loader-box {
	opacity: 1;
	visibility: visible;
}

body.loading-modal .modal-loader-box .inner {
	transform: translateY(0px);
}

.modal-loader-box {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100vw;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	user-select: none !important;
	-ms-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	transition: 0.4s;
}

.modal-loader-box img {
	height: 130px;
	width: 130px;
	object-fit: cover;
}

.modal-loader-box .inner {
	background-color: #fff;
	box-shadow: 0px 2px 7px -6px #212121;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px;
	transition: 0.4s;
	border-radius: 3px;
	transform: translateY(-20px);
	height: 250px;
	width: 250px;
}

.modal-loader-box .overlay {
	background: #00000067;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: 0.4s;
}

.mark,
mark {
	background: #fff700 !important;
	padding: 0 !important;
}

.login-logo img {
	height: 100px;
	width: 140px;
	object-fit: contain;
	margin-bottom: 30px;
}

.currency {
	background: #005c6e;
	height: 100%;
	align-items: center;
	display: flex;
	color: #fff;
	height: 44px;
	padding: 0 10px;
}

@media (max-width: 1313px) {
	.currency {
		font-size: 12px;
	}

	.currency {
		padding: 5px;
	}

	.currency span:not(:last-child) {
		margin-right: 5px;
	}
}

@media (max-width: 1287px) {
	.currency {
		display: none;
	}
}

.currency span:not(:last-child) {
	margin-right: 10px;
}

.header-cart {
	display: flex;
	/* flex-direction: column; */
	align-items: center;
	position: relative;
	/* background: #dd382b; */
	color: #2f4858;
	padding: 5px;
	border-radius: 3px;
	/* margin-right: 20px; */
	transition: 0.4s;
}

.header-cart:hover {
	color: #2f4858;
	transform: scale(1.1);
}

.header-cart i {
	margin: 0 7px 0 0;
	font-size: 22px;
}

.header-cart .badge {
	position: absolute;
	top: -16px;
	left: -5px;
	background-color: #005c6e;
}

/* TESTING */
.ellipsis {
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.o-quantity {
	min-width: 90px;
}

.o-price {
	min-width: 140px;
}

/* CARD */
.modal-content {
	padding: 10px;
}

.modal-content .modal-header {
	border-bottom: unset;
	align-items: center;
}

.modal-content .close-modal-btn svg {
	width: 12px;
	height: 12px;
}

.modal-content .modal-header .modal-title {
	font-size: 18px;
	font-weight: 500;
}

.modal-content .card-body {
	padding: 1rem;
}

.modal-content .card-body form .form-group {
	margin-bottom: 1rem;
}

.modal-content .card-body form label {
	font-weight: 500;
	color: #414141e8;
	font-size: 13px;
	margin-bottom: 5px;
}

/* .modal-content .card-body input.form-control{
    height: 37px;
} */
.modal-content .card-body .form-control::placeholder {
	font-size: 13px;
	font-weight: 400;
	color: #8d8d8d;
}

.modal-content .card-body .switch_box label {
	margin-bottom: unset;
	margin-left: 8px;
}

.modal-content .card-body input.form-control,
.modal-content
	.card-body
	.select2-container--classic
	.select2-selection--single,
.modal-content
	.card-body
	.select2-container--default
	.select2-selection--single,
.modal-content .card-body .select2.form-control {
	height: 37px !important;
}

.modal-content
	.card-body
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	line-height: 25px !important;
}

.modal-content .modal-footer {
	border-top: unset;
	justify-content: space-between;
}

.modal-content .modal-footer .btn {
	width: 49%;
	padding: 8px;
}

.modal-content .modal-footer .btn-secondary {
	background: transparent;
	color: #000;
}

.mt-c-8 {
	margin-top: 8px;
}

@media (min-width: 576px) {
	.mt-sm-c-0 {
		margin-top: 0px;
	}

	.mt-sm-c-8 {
		margin-top: 8px;
	}
}

@media (min-width: 768px) {
	.mt-md-c-0 {
		margin-top: 0px;
	}

	.mt-md-c-8 {
		margin-top: 8px;
	}
}

@media (min-width: 992px) {
	.mt-lg-c-8 {
		margin-top: 8px;
	}

	.mt-lg-c-0 {
		margin-top: 0px;
	}
}

/* ----------------------- */
.open-submenu .show-submenu {
	display: none;
}

@media (max-width: 1199.9px) {
	.open-submenu .show-submenu {
		display: block;
	}
	.side-menu li.open-submenu .dropdown-menu {
		padding: 0;
		margin: 0;
		opacity: 0;
		visibility: hidden;
		height: 0;
		display: none !important;
		position: relative !important;
		transform: unset !important;
		border: unset !important;
		box-shadow: unset !important;
	}

	.side-menu li.open-submenu.active-sub .dropdown-menu {
		opacity: 1 !important;
		visibility: visible !important;
		height: max-content !important;
		display: block !important;
		position: relative !important;
		transform: unset !important;
		padding: 5px 0 5px 15px;
	}
}

.bg-olive-dark {
	background-color: #595b4c;
}

.btn-olive-dark {
	color: #fff;
	border-color: #595b4c;
	background-color: #595b4c;
}

.btn-olive-dark:hover {
	border-color: #3a3b30;
	background-color: #3a3b30;
}
