* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
:root {
	--yellow: #ffed00;
	--orange: #f5a20a;
	--red: #d61a1a;
	--brown: #693323;
	--lime: #adca40;
	--olive: #727201;
	--darkolive: #495c29;
	--green: #038803;
	--lightblue: #9bc5cf;
	--cadetblue: #57a2a5;
	--steelblue: #467fad ;
	--violet: #8624e2;
	--black: #141414;
	--night: #27272e;
	--darkgrey: #444444;
	--grey: #707070;
	--lightgrey: #e6e6e6;
	--white: #ffffff;
	--fb_orange: rgb(219, 141, 28);
}
body {
	/*font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	background: rgb(238, 238, 238) !important;
	padding: 70px 0px 0px 0px;
	font-size: 14px;
	position: absolute;
	min-height: 100%;
	width: 100%;
}
.content {
	padding: 10px 20px;
	display: block;
	overflow: hidden;
}

a {
    text-decoration: none;
    color: #467fad;
}


/*******************
Page Logo
*******************/
.page-logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	padding: -100px 0px 10px 0px;
}

/*******************
Log In Card
*******************/
.login-register {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
	padding: 10% 0;
	position: fixed; 
}
  
.login-card {
	width: 400px;
	margin: 0 auto; 
	padding: 20px;
	border-radius: 5px;
	border: 1px solid white;
	background: white;
}
@media (max-width: 576px) {
	.login-card {
		width: 300px;
	}
}
.login-heading {
	text-align: center;
	margin-bottom: 20px;
}
.login-card .form-control:focus {
	right: 0;
	border-bottom: 1px solid #f5a20a!important;
	-webkit-transition: 1s ease;
	   -moz-transition: 1s ease;
		 -o-transition: 1s ease;
			transition: 1s ease;
	background: rgba(255, 206, 115, 0.075);
}
.pw-reset {
	display: block;
	margin-top: 5px;
	text-align: right;
	color: grey;
	text-decoration: none;
}
  
.page-cover img {	
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    position: fixed;
    object-fit: cover;
    width: 100%;
	height: 100%;
	z-index: -2;
}
.page-cover .page-cover-bg {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
	opacity: 0.66;
	z-index: -1;
}


/*******************
Topnav
*******************/
.topnav {
	position: fixed;
	top: 0;
	height: 60px;
	width: 100%;
	background: rgb(32, 34, 41);
	z-index: 9992;
    display: flex;
    justify-content: space-between;
}
.topnav .topnav-list {
    list-style-type: none;
    display: flex;
    align-items: center;
    color: white;
    height: 60px;
}
.topnav .topnav-list .nav-item,
.topnav .topnav-list .nav-icon {
    padding: 0 20px;
    height: 60px;
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
    margin-right: 2px;
}
.topnav .topnav-list .nav-icon {
    padding: 0 10px;
}
.topnav .topnav-list .nav-item i {
    margin-right: 4px;
}
.topnav .topnav-list .nav-item.item-action {
    background: none;
    margin-right: 5px;
}
.topnav .topnav-list .nav-item:hover,
.topnav .topnav-list .nav-icon:hover,
.topnav .topnav-list .nav-icon.active,
.topnav .topnav-list .nav-item.active {
    background: rgb(238, 238, 238);
    color: #27272e;
    border-radius: 10px 10px 0 0;
}
.topnav .topnav-list .nav-item.active i {
    color: #f5a20a;
}
.topnav .topnav-list .nav-item.item-action:hover {
    background: #747b82;
    opacity: .8;
    border-radius: 0;
    color: white;
}
.topnav .topnav-list .nav-item.item-action.active {
    background: rgb(238, 238, 238);
    border-radius: 0;
    color: #27272e;
}

@media (max-width: 768px) {
    .topnav .topnav-list .nav-item {
        padding: 0 10px;
    }
    .topnav .topnav-list .nav-item .nav-text {
        display: none;
    }
}

/*******************
Headings
*******************/
.heading {
    line-height: 22px;
    font-size: 12px;
    font-weight: 600;
    color: grey;
    text-transform: uppercase;
}
.page-heading {
	color: #27272e;
	margin-bottom: 10px;
    font-size: 20px;
    line-height: initial;
}
.tiny-heading {
	font-size: 10px;
	font-weight: 600;
	color: grey;
	margin-bottom: 5px;
    text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #27272e;
  font-weight: 400;
  margin-bottom: 10px; 
}
h1 {
  line-height: 40px;
  font-size: 36px; 
}
h2 {
  line-height: 36px;
  font-size: 24px; 
}
h3 {
  line-height: 30px;
  font-size: 21px; 
}
h4 {
  line-height: 22px;
  font-size: 18px; 
}
h5 {
  line-height: 18px;
  font-size: 16px;
  font-weight: 400; 
}
h6 {
  line-height: 16px;
  font-size: 14px;
  font-weight: 400; 
}

/*******************
Typography
*******************/
a {
	text-decoration: none;
	color: #27272e;
}
.link {
	text-decoration: underline;
	color: #3b668a;
}
.link-red {
	text-decoration: none;
	color: #d61a1a;
}
.link-blue {
	text-decoration: none;
	color: #467fad;
}
p {
	font-size: 14px;
	color: #272727;
}
hr {
	margin: 20px 0;
	border: 0.5px solid rgb(238, 238, 238);
}
hr.hr-small {
	margin: 10px 0;
}
small {
	font-size: 70%;
	/*margin-left: 5px;*/
	color: grey;
}

.list-sortable li {
    list-style-type: none;
	border: 1px solid #e6e6e6;
	background: #ffffff;
    margin: 0;
    padding: 10px 15px;
}
.list-sortable li i {
    color: #707070;
    margin-right: 10px;
}
.sortable-handle {
	cursor: move;
}

/*******************
Breadcrumbs
*******************/
.breadcrumbs {
	list-style-type: none;
	display: flex;
    float: right;
    margin: 0;
    position: inherit;
    align-items: center;
}
.breadcrumb-seperator {
    margin: 5px 10px;
    color: grey;
	font-size: 12px;
}
.breadcrumb {
	color: #27272e;
	font-size: 12px;
}
.breadcrumb:hover {
	text-decoration: underline;
}
.breadcrumb-active {
	color: grey;
	font-size: 12px;
}


/*******************
Card
*******************/
.card {
	margin-bottom: 20px;
    background-color: white;
    border: none;
    box-shadow: none;
    border-radius: 3px;
	box-shadow: 0 0 12px 1px rgb(221, 221, 221);
}
.card.box-shadow {
	box-shadow: 0 0 8px 1px rgb(199, 199, 199);
}
.card .card-header {
	display: flow-root;
	background: white;
	border-bottom: 1px solid #e6e6e6;
    padding: 15px 20px;
    border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #27272e;
}
.card .card-body {
    padding: 15px 20px;
	overflow: auto;
	scrollbar-width: thin;
    scrollbar-color: #27272e;
    background: white;
}
.card::-webkit-scrollbar,
.card .card-body::-webkit-scrollbar {
	width: 6px !important;
	height: 6px;
}
.card .card-footer {
    padding: 15px 20px;
	background: rgb(223, 223, 223);
	color: white;
    border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	overflow: auto;
	font-size: 14px;
}
.card .card-action {
	float: right;
	display: flex;
	align-items: center;
}
.card .card-action-left {
	float: left;
	margin-right: 5px;
}
.card .card-action .btn {
	margin: 0 2px;
}

.card-default .card-header,
.card-default-outline .card-header {
	background: #e6e6e6;
	color: #27272e;
}
.card-default-full .card-header,
.card-default-full .card-body {
	background: white;
	color: #27272e;
}
.card-default-full .card-body p {
	color: #27272e;
}
.card-dark .card-header,
.card-dark-full .card-header,
.card-dark-full .card-body,
.card-dark-outline .card-header {
	background: #444444;
}
.card-info .card-header,
.card-info-full .card-header,
.card-info-full .card-body,
.card-info-outline .card-header {
	background: #467fad;
}
.card-warning .card-header,
.card-warning-full .card-header,
.card-warning-full .card-body,
.card-warning-outline .card-header {
	background: #f5a20a;
}
.card-success .card-header,
.card-success-full .card-header,
.card-success-full .card-body,
.card-success-outline .card-header {
	background: #adca40;
}
.card-danger .card-header,
.card-danger-full .card-header,
.card-danger-full .card-body,
.card-danger-outline .card-header {
	background: #d61a1a;
}
.card-default-full p,
.card-dark-full p,
.card-info-full p,
.card-success-full p,
.card-warning-full p,
.card-danger-full p {
	color: white;
}
.card-default-outline .card-body {
	border: 2px solid #e6e6e6;
}
.card-dark-outline .card-body {
	border: 2px solid #444444;
}
.card-info-outline .card-body {
	border: 2px solid #467fad;
}
.card-success-outline .card-body {
	border: 2px solid #adca40;
}
.card-warning-outline .card-body {
	border: 2px solid #f5a20a;
}
.card-danger-outline .card-body {
	border: 2px solid #d61a1a;
}
.card-dark .card-header,
.card-dark-full .card-header,
.card-dark-outline .card-header,
.card-info .card-header,
.card-info-full .card-header,
.card-info-outline .card-header,
.card-success .card-header,
.card-success-full .card-header,
.card-success-outline .card-header,
.card-warning .card-header,
.card-warning-full .card-header,
.card-warning-outline .card-header,
.card-danger .card-header,
.card-danger-full .card-header,
.card-danger-outline .card-header {
	border: none;
	color: white;
}

/*******************
Form Basics
*******************/
.form-group {
	margin-bottom: 15px;
	align-items: center;
}
.form-label {
	padding-top: 2px;
}
.form-control,
.form-control-success {
	width: 100%;
	min-height: 36px;
	padding: 5px;
	border: 0.5px solid grey;
	border-radius: 3px;
	box-shadow: none;
	font-size: 14px;
	font-family: inherit;
}
.form-control:focus {
	outline: none;
}
.form-control[readonly],
.form-control[disabled] {
	background: rgb(228, 228, 228);
	border: none;
}
.form-control-textonly[readonly],
.form-control-textonly[disabled] {
	background: none;
	border: none;
}
.form-control-lg {
	min-height: 46px;
	font-size: 18px;
}
.form-control-sm {
	min-height: 26px;
	font-size: 12px;
}
.form-control-success {
	background: yellowgreen;
	max-height: 40px;
}
.form-control-success option {
	background: white;
	padding: 2px 4px;
	max-height: 200px;
	transition: max-height 2s ease;
}
.form-control-success:focus {
	outline: none;
}
.form-input-group {
	position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.form-input-group-prepend, 
.form-input-group-append,
.form-input-group-between {
	display: flex;
}
.form-input-group-prepend {
	margin-right: -1px;
}
.form-input-group-append {
	margin-left: -1px;
}
.form-input-group .form-input-group-text {
    display: flex;
    align-items: center;
    padding: 5px 15px;;
    color: #74788d;
    text-align: center;
    white-space: nowrap;
    background-color: #f7f8fa;
	border: 1px solid #e2e5ec;
	border-radius: 3px;
}
.form-input-group .form-input-group-prepend .form-input-group-text,
.form-input-group .form-input-group-prepend .form-input-group-text .btn {
	border-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.form-input-group .form-input-group-append .form-input-group-text,
.form-input-group .form-input-group-append .form-input-group-text .btn {
	border-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.form-input-group .form-input-group-between .form-input-group-text {
	border-radius: 0;
}
.form-input-group .form-control {
    flex: 1 1 auto;
	width: 1%;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.form-input-group .form-control-right {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.form-input-group .form-control-left {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.form-input-group .form-control-center {
	border-radius: 0;
}
.form-input-group .form-input-group-text .checkbox,
.form-input-group .form-input-group-text .radio {
	margin-bottom: 20px !important;
	padding-left: 20px !important;
}
.form-input-group .form-input-group-text .btn {
	margin: -6px -16px;
}
.form-input-group .form-input-group-text .dropdown-inline .ul-dropdown {
    margin-left: -15px;
    margin-top: 5px;
    margin-right: 0;
}
.form-input-group .form-input-group-text .dropdown-position-right .ul-dropdown {
	margin-right: -20px;
	margin-top: 5px;
	margin-left: 0;
}
.form-submit {
	text-align: right;
	padding-top: 10px;
}
.form-datepicker {
	width: 90%;
}
label {
	display: inline-block;
	margin-bottom: 5px;	
}


/*******************
Checkbox
*******************/
.checkbox-label,
.radio-label {
	color: #4a4b4b;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 16px;
} 
input[type="radio"],
input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0.7em;
	margin-left: 0;
	cursor: pointer;
}
input[type="radio"] {
	position: relative;
	width: 21px;
	min-width: 21px;
	height: 20px;
	min-height: 20px;
	background-color: white;
	border: 1px solid #515151;
	border-radius: 100%;
}
input[type="radio"]::after {
	content: "";
	border-radius: 100%;
	height: 12px;
	min-height: 12px;
	width: 13px;
	min-width: 13px;
	margin: auto;
	position: absolute;
	top: 3px;
	left: 3px;
	-webkit-transition: background 0.25s ease;
	transition: background 0.25s ease;
}
input[type="checkbox"] {
	position: relative;
	width: 21px;
	min-width: 21px;
	height: 20px;
	min-height: 20px;
	border: 1px solid #515151;
	border-radius: 5px;
	background-color: white;
}
input[type="checkbox"]::after {
	content: "";
	width: 55%;
	height: 30%;
	border-radius: 0;
	border: none;
	margin: auto;
	position: absolute;
	top: 3px;
	left: 3px;
	-webkit-transition: background 0.25s ease;
	transition: background 0.25s ease;
}
input[type="checkbox"]:checked::after {
	border-left: 3px solid;
	border-bottom: 3px solid;
	border-color: white;
	border-radius: 0;
	-webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
	transform: rotate(-45deg) translate3d(0, 0, 0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
	outline:0;
}
input[type="checkbox"][disabled],
input[type="radio"][disabled] {
	background: #ececec;
	border: none;
	cursor: not-allowed;
}
.checkbox-default:checked {
	background: grey;
	border: 1px solid grey;
}



/*******************
Buttons
******************/
.btn {
	padding: 9px 15px;
	margin: 2px 1px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer; 
	border: none;
	border-radius: 3px;
	transition: opacity 0.1s ease-in;
	font-family: inherit;
} 
.btn:hover {
	opacity: 0.6;
	transition: opacity 0.1s ease-out;
}
.btn:focus {
	outline: 0;
	opacity: 0.6;
}
.btn.btn-info {
    background: #467fad;
    color: white;
}
.btn-xs {
	padding: 5px 5px;
    font-size: 12px; 
    min-height: 26px;
    min-width: 26px;
} 
.btn-sm {
	padding: 7px 12px;
	font-size: 12px; 
}
.btn-lg {
	padding: 12px 20px;
	font-size: 16px; 
}
.btn-xl {
	padding: 18px 24px;
	font-size: 18px; 
}
.btn.btn-round {
	border-radius: 20px;
}
.btn-circle {
	border-radius: 100%;
	width: 40px;
	height: 40px;
	padding: 10px; 
}  
.btn-circle.btn-xs {
	width: 22px;
	height: 22px;
	padding: 4px 4px;
	font-size: 12px; 
}  
.btn-circle.btn-sm {
	width: 35px;
	height: 35px;
	padding: 8px 10px;
	font-size: 14px; 
}  
.btn-circle.btn-lg {
	width: 50px;
	height: 50px;
	padding: 14px 15px;
	font-size: 18px; 
}  
.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 14px 15px;
	font-size: 24px; 
}
.btn-block {
	width: 100%;
}
button[disabled],
button[disabled]:hover {
	background: #e6e6e6 !important;
	cursor: auto;
	color: #707070;
	opacity: 0.8;
	border-color: #e6e6e6 !important;
}
.btn-white {
	background: #ffffff;
	border: 0.5px solid rgb(231, 231, 231);
	color: #141414;
}
.btn-white:hover {
	background: rgb(225, 225, 225);
	transition: background-color 0.1s ease-out;
}
.btn-default {
	background: #e6e6e6;
	color: #141414;
}
.btn-yellow {
	background: #ffed00;
	color: #141414;
}
.btn-success {
	background: #adca40;
	color: #ffffff;
}
.btn-warning {
	background: #f5a20a;
	color: #ffffff;
}
.btn-danger {
	background: #d61a1a;
	color: #ffffff;
}
.btn-lightblue {
	background: #9bc5cf;
	color: #141414;
}
.btn-info {
	background: #467fad;
	color: #ffffff;
}
.btn-lime {
	background: #adca40;
	color: #ffffff;
}
.btn-green {
	background: #038803;
	color: #ffffff;
}
.btn-grey {
	background: #707070;
	color: #ffffff;
}
.btn-dark {
	background: #27272e;
	color: #ffffff;
}
.btn-outline {
	background: #ffffff;
	color: #27272e;
}
.btn-outline.btn-default {
	border: 1px solid #e6e6e6;
	color: #707070;
}
.btn-outline.btn-yellow {
	border: 1px solid #ffed00;
	color: #ffed00;
}
.btn-outline.btn-success {
	border: 1px solid #adca40;
	color: #adca40;
}
.btn-outline.btn-warning {
	border: 1px solid #f5a20a;
	color: #f5a20a;
}
.btn-outline.btn-danger {
	border: 1px solid #d61a1a;
	color: #d61a1a;
}
.btn-outline.btn-lightblue {
	border: 1px solid #9bc5cf;
	color: #9bc5cf;
}
.btn-outline.btn-info {
	border: 1px solid #467fad;
	color: #467fad;
}
.btn-outline.btn-lime {
	border: 1px solid #adca40;
	color: #adca40;
}
.btn-outline.btn-green {
	border: 1px solid #038803;
	color: #038803;
}
.btn-outline.btn-grey {
	border: 1px solid #707070;
	color: #707070;
}
.btn-outline.btn-dark {
	border: 1px solid #27272e;
	color: #27272e;
}
.btn-card {
	background: #ffffff;
	color: #27272e;
}
.btn-card:hover {
	opacity: 1;
	box-shadow: 0 0 12px 1px rgb(221, 221, 221);
}
.btn-card:focus,
.btn-card.active {
	opacity: 1;
	box-shadow: 0 0 12px 2px rgb(214, 214, 214);
}


/*******************
Label
*******************/
.label {
	display: inline-block;
	margin: 0 2px 5px 0;
	padding: 4px 8px;
	font-size: 12px;
	line-height: 1;
	border: none;
	border-radius: 3px;
	background: #e6e6e6;
} 
.label-round {
	border-radius: 50px;
}
.label:first-child {
	margin-left: 0;
}
.label:last-child {
	margin-right: 0;
}
.label-white {
	background: #ffffff;
	border: 0.5px solid rgb(231, 231, 231);
	color: #141414;
}
.label-default {
	background: #e6e6e6;
	color: #141414;
}
.label-yellow {
	background: #ffed00;
	color: #141414;
}
.label-success {
	background: #adca40;
	color: #ffffff;
}
.label-warning {
	background: #f5a20a;
	color: #ffffff;
}
.label-danger {
	background: #d61a1a;
	color: #ffffff;
}
.label-lightblue {
	background: #9bc5cf;
	color: #141414;
}
.label-info {
	background: #467fad;
	color: #ffffff;
}
.label-lime {
	background: #adca40;
	color: #ffffff;
}
.label-green {
	background: #038803;
	color: #ffffff;
}
.label-grey {
	background: #707070;
	color: #ffffff;
}
.label-dark {
	background: #27272e;
	color: #ffffff;
}

/*******************
List
*******************/
.list-box {
	position: relative;
}
.list-badge::before {
	position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
	left: 3px;
	background: #e6e6e6;
}
.list-item:first-child {
    padding-top: 0;
    margin-top: 0;
}
.list-item {
    position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
	align-items: center;
	padding: 8px 0;
}
.list-item .list-item-text {
    width: 100%;
    display: inline-block;
    text-align: left;
	padding: 0 5px 0 0;
	color: #27272e;
}
.list-item .list-item-time {
    min-width: 80px;
    text-align: right;
    display: inline-block;
	padding: 0;
	font-size: 12px;
	color: #707070;
}
.list-item .list-item-icon {
    display: inline-block;
    min-width: 50px;
    padding: 0 15px 0 10px;
    line-height: 0;
    text-align: center;
}
.list-item .list-item-icon i {
    font-size: 18px;
	color: #707070;
}
.list-item .list-item-badge {
    display: flex;
    align-items: center;
    text-align: left;
    position: relative;
    width: 20px;
}
.list-item .list-item-badge::before {
    position: absolute;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    left: 0;
	border-radius: 100%;
	background: #707070;
}
.list-item .list-item-badge-line {
    display: flex;
    align-items: center;
    text-align: left;
    position: relative;
	width: 4px;
	height: 20px;
	margin-right: 10px;
}
.list-box.list-hover .list-item:hover .list-item-icon,
.list-box.list-hover .list-item:hover .list-item-text,
.list-box.list-hover .list-item:hover .list-item-time {
	color: #dddddd;
}
.list-box.list-hover .list-item:hover .list-item-badge::before {
	background: #467fad;
}
.list-box.list-nowrap .list-item .list-item-text {
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
}
.list-box.list-nowrap .list-item:hover .list-item-text {
	color: #cfcfcf;
	white-space: unset;
}

/*******************
Custom Dropdown
*******************/
.dropdown-inline {
	display: inline-block;
}
.btn-dropdown,
.btn-group-dropdown {
	text-align: left;
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.btn-dropdown .icon-dropdown,
.btn-group-dropdown .icon-dropdown {
	text-align: center;
	margin-left: 5px;
	float: right;
}
.btn-dropdown .icon-dropdown-single,
.btn-group-dropdown .icon-dropdown-single {
	text-align: center;
}
.ul-dropdown {
	margin-left: -9999px;
	position: absolute;
	max-height: 0;
	color: transparent;
}
.ul-dropdown.active {
	list-style-type: none;
	border: 0.5px solid #e6e6e6;
    border-radius: 3px;
    margin: 0;
    position: absolute;
    background: #ffffff;
	max-height: 200px;
	z-index: 99;
	color: #444444;
	transition: max-height .2s ease-out 0s, color .2s ease .1s;
}
.ul-dropdown.active li {
    padding: 8px 15px;
    margin: 2px 0;
}
.ul-dropdown.active li:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding-top: 16px;
}
.ul-dropdown.active li:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding-bottom: 16px;
}
.ul-dropdown.active li:hover {
	background: #e6e6e6;
}
.ul-dropdown.active .dropdown-header {
    padding: 8px 15px;
	background: var(--lightgrey);
}
.ul-dropdown.active li i {
	margin-right: 5px;
}
.ul-dropdown.active li.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	padding: 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef; 
}
.ul-dropdown.active li.dropdown-divider:hover {
	background: #ffffff;
}
.ul-dropdown.dropdown-right {
	margin-right: -9999px;
}
.ul-dropdown.dropdown-right.active {
	right: 10px;
}
/* Select */
.custom-dropdown {
	position: relative;
}
.custom-dropdown .btn-dropdown {
	width: 100%;
	justify-content: space-between;
}
.custom-dropdown .dropdown-select {
	width: 100%;
}

/*******************
Dropdown Right
*******************/
.card-action-dropdown {
	display: block;
}
.card-action .ul-dropdown.active,
.card-action-dropdown .ul-dropdown.active,
.dropdown-position-right .ul-dropdown.active {
	right: 20px;
}

/*******************
Basic table
*******************/
.table {
	width: 100%;
	border-collapse: collapse;
	/*display: inline-block;*/
	overflow: auto;
}
.table thead th, .table>thead>tr>th {
    color: #242a30;
    font-weight: 600;
	border-bottom: 1px solid #b6c2c9;
	text-align: left;
}
.table th, 
.table td {
    border-color: #e2e7eb;
    padding: 10px 15px;
}
.table td {
	border-top: 0.5px solid rgb(240, 240, 240);
	color: #707070;
}
.table-hover tbody tr:hover {
	background: rgb(224, 224, 224);
}
.td-element {
	display: flex;
	text-align: right;
}
.td-element button,
.td-element select,
.td-element input,
.td-element textarea {
	width: 100%;
	margin-left: 5px;
}
.table-border th,
.table-border td {
	border: 0.5px solid #e6e6e6;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
.table-grey td {
	background: rgb(247, 247, 247);
}
.tr-default td {
	background: rgb(230, 230, 230);
	border-color: rgb(230, 230, 230);
	color: #707070;
}
.tr-lightblue td {
	background: rgb(195, 221, 230);
	border-color: rgb(195, 221, 230);
	color: rgb(49, 49, 122);
}
.tr-lightgreen td {
	background: rgb(184, 230, 184);
	border-color: rgb(184, 230, 184);
	color: rgb(49, 107, 49);
}
.tr-lightorange td {
	background: rgb(236, 212, 167);
	border-color: rgb(236, 212, 167);
	color: rgb(112, 87, 39);
}
.tr-lightred td {
	background: rgb(255, 164, 164);
	border-color: rgb(255, 164, 164);
	color: rgb(117, 38, 38);
}
.th-10 {
	width: 10%;
}
.th-20 {
	width: 20%;
}
.th-30 {
	width: 30%;
}
.th-40 {
	width: 40%;
}
.th-50 {
	width: 50%;
}
.th-60 {
	width: 60%;
}
.th-70 {
	width: 70%;
}
.th-80 {
	width: 80%;
}
.th-90 {
	width: 90%;
}



/*******************
Modal
*******************/
.modal {
	display: none;
    position: fixed;
    margin: auto;
    top: 20vh;
    left: 0;
    right: 0;
    background: white;
	z-index: 9994;
	border-radius: 5px;
	transform: scale(0);
	animation: zoomIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    box-shadow: 0 0 25px 2px #444444a1;
}
.modal-header {
	background: white;
    color: #27272e;
	padding: 15px 15px;
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid grey;
}
.modal-body,
.modal-action {
	padding: 15px;
	margin-bottom: -10px;
}
.modal-notify .modal-body {
	padding: 25px;
}
.close_modal {
	float: right;
	cursor: pointer;
}
.modal-small .modal-action,
.modal-medium .modal-action,
.modal-large .modal-action {
	margin-top: 20px;
	float: right;
	border-top: 0.5px solid #e6e6e6;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}
.modal-notify {
	width: 400px;
	height: 280px;
}
.modal-notify .modal-body {
	text-align: center;
}
.modal-notify .modal-body .modal-icon {
	font-size: 82px;
	margin-bottom: 15px;
}
.modal-notify .modal-body .modal-action {
    margin-top: 15px;
    display: inline-block;
}
.modal-notify .modal-body .modal-action .close_modal {
    float: unset;
}
.modal-small {
	width: 400px;
	min-height: 200px;
}
.modal-medium {
	width: 600px;
}
.modal-large {
	top: 10vh;
}
.modal-left {
    left: 0;
    right: auto;
    top: 0;
	bottom: 0;
    border-radius: unset;
	min-width: 300px;
	transform: scale(1);
	animation: leftRight 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal-right {
    left: auto;
    right: 0;
    top: 0;
	bottom: 0;
    border-radius: unset;
	min-width: 300px;
	transform: scale(1);
	animation: rightLeft 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal-left.left-small,
.modal-right.right-small {
	width: 300px;
	max-width: 300px;
}
.modal-left.left-medium,
.modal-right.right-medium {
	width: 450px;
	max-width: 450px;
}
.modal-left.left-large,
.modal-right.right-large {
	width: 600px;
	max-width: 600px;
}
.modal-top {
    top: 0;
    min-height: 80px;
    border-radius: unset;
	transform: scale(1);
	animation: topDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal-bottom {
	top: unset;
	bottom: 0;
    min-height: 80px;
    border-radius: unset;
	transform: scale(1);
	animation: bottomUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal-top.top-small,
.modal-bottom.bottom-small {
	height: 80px;
	max-height: 80px;
}
.modal-top.top-medium,
.modal-bottom.bottom-medium {
	height: 160px;
	max-height: 160px;
}
.modal-top.top-large,
.modal-bottom.bottom-large {
	height: 300px;
	max-height: 300px;
}
.modal-top .modal-icon-area,
.modal-bottom .modal-icon-area {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    min-height: 80px;
}
.modal-top .modal-icon-area i,
.modal-bottom .modal-icon-area i {
    font-size: 60px;
    margin-right: 20px;
    padding: 15px;
	border-radius: 50%;
	cursor: pointer;
}
.modal-top .modal-icon-area i:active,
.modal-top .modal-icon-area i:hover,
.modal-bottom .modal-icon-area i:active,
.modal-bottom .modal-icon-area i:hover {
	box-shadow: 0 0 5px 10px #e6e6e6;
}
.modal-cover {
	display: none;
	position: fixed;
	z-index: 9993;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: none;
	animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}


@keyframes zoomIn {
	0% {
	  transform: scale(0);
	}
	100% {
	  transform: scale(1);
	}
}
  @keyframes zoomOut {
	0% {
	  transform: scale(1);
	}
	100% {
	  transform: scale(0);
	}
}
@keyframes fadeIn {
	0% {
		background: none;
	}
	100% {
		background: rgba(0, 0, 0, 0.4);
	}
}
@keyframes topDown {
	0% {
	  top: -200px;
	}
	100% {
	  top: 0;
	}
}
@keyframes bottomUp {
	0% {
	  bottom: -200px;
	}
	100% {
	  bottom: 0;
	}
}
@keyframes leftRight {
	0% {
	  left: -300px;
	}
	100% {
	  left: 0;
	}
}
@keyframes rightLeft {
	0% {
	  right: -300px;
	}
	100% {
	  right: 0;
	}
}



/*******************
Rows and Columns
*******************/
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}
.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}


/*******************
Color Picker
*******************/
.colorpicker-box {
    background: white;
    display: flex;
    justify-content: center;
    padding: 15px;
    display: none;
}


/*******************
jQuery Datepicker
*******************/
.ui-datepicker-trigger {
	border: none;
	background: none;
	margin-left: 5px;
	cursor: pointer;
}
.ui-datepicker-inline {
    border: none !important;
    background: #ffffff;
	color: #333333;
	box-shadow: none !important;
	width: 100%;
	max-width: 400px;
}
.ui-datepicker-prev  {
    transform: scale(0.5);
}
.ui-datepicker-prev span {
	border: solid #141414;
	border-width: 0 2px 2px 0;
	display: inline-block;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.ui-datepicker-next {
	transform: scale(0.5);
}
.ui-datepicker-next span {
	border: solid #141414;
	border-width: 0 2px 2px 0;
	display: inline-block;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}




/*******************
General
*******************/
.overflow-auto {
	overflow: auto !important;
}
.overflow-hidden {
	overflow: hidden !important;
}
.overflow-visible {
	overflow: visible !important;
}
.overflow-scroll {
	overflow: scroll !important;
}
.overflow-x-hidden {
	overflow-x: hidden !important;
}
.overflow-x-visible {
	overflow-x: visible !important;
}
.overflow-x-scroll {
	overflow-x: scroll !important;
}
.overflow-y-hidden {
	overflow-y: hidden !important;
}
.overflow-y-visible {
	overflow-y: visible !important;
}
.overflow-y-scroll {
	overflow-y: scroll !important;
}

.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}

.b-radius-5 {
	border-radius: 5px !important;
}
.b-radius-10 {
	border-radius: 10px !important;
}
.b-radius-15 {
	border-radius: 15px !important;
}
.b-radius-20 {
	border-radius: 20px !important;
}
.b-radius-full {
	border-radius: 50% !important;
}

.display-block {
	display: block;
}
.display-inline-block {
	display: inline-block;
}
.display-flex {
	display: flex;
}
.flex {
	flex: 1;
}

/*******************
Width & Height
*******************/

.width-p-100 {
	width: 100% !important;
}
.width-p-90 {
	width: 90% !important;
}
.width-p-80 {
	width: 80% !important;
}
.width-p-70 {
	width: 70% !important;
}
.width-p-60 {
	width: 60% !important;
}
.width-p-50 {
	width: 50% !important;
}
.width-p-40 {
	width: 40% !important;
}
.width-p-30 {
	width: 30% !important;
}
.width-p-20 {
	width: 20% !important;
}
.width-p-15 {
	width: 15% !important;
}
.width-p-10 {
	width: 10% !important;
}
.width-p-5 {
	width: 5% !important;
}
.width-600 {
	width: 600px !important;
}
.width-550 {
	width: 550px !important;
}
.width-500 {
	width: 500px !important;
}
.width-450 {
	width: 450px !important;
}
.width-400 {
	width: 400px !important;
}
.width-350 {
	width: 350px !important;
}
.width-300 {
	width: 300px !important;
}
.width-250 {
	width: 250px !important;
}
.width-200 {
	width: 200px !important;
}
.width-150 {
	width: 150px !important;
}
.width-100 {
	width: 100px !important;
}
.width-50 {
	width: 50px !important;
}

.height-p-100 {
	height: 100% !important;
}
.height-p-90 {
	height: 90% !important;
}
.height-p-80 {
	height: 80% !important;
}
.height-p-70 {
	height: 70% !important;
}
.height-p-60 {
	height: 60% !important;
}
.height-p-50 {
	height: 50% !important;
}
.height-p-40 {
	height: 40% !important;
}
.height-p-30 {
	height: 30% !important;
}
.height-p-20 {
	height: 20% !important;
}
.height-p-15 {
	height: 15% !important;
}
.height-p-10 {
	height: 10% !important;
}
.height-p-5 {
	height: 5% !important;
}
.height-600 {
	height: 600px !important;
}
.height-550 {
	height: 550px !important;
}
.height-500 {
	height: 500px !important;
}
.height-450 {
	height: 450px !important;
}
.height-400 {
	height: 400px !important;
}
.height-350 {
	height: 350px !important;
}
.height-300 {
	height: 300px !important;
}
.height-250 {
	height: 250px !important;
}
.height-200 {
	height: 200px !important;
}
.height-150 {
	height: 150px !important;
}
.height-100 {
	height: 100px !important;
}
.height-50 {
	height: 50px !important;
}


/*******************
Text & Fonts
*******************/

.f-s-6 {
	font-size: 6px !important;
}
.f-s-8 {
	font-size: 8px !important;
}
.f-s-10 {
	font-size: 10px !important;
}
.f-s-12 {
	font-size: 12px !important;
}
.f-s-14 {
	font-size: 14px !important;
}
.f-s-16 {
	font-size: 16px !important;
}
.f-s-18 {
	font-size: 18px !important;
}
.f-s-20 {
	font-size: 20px !important;
}
.f-s-22 {
	font-size: 22px !important;
}
.f-s-24 {
	font-size: 24px !important;
}
.f-s-26 {
	font-size: 26px !important;
}
.f-s-28 {
	font-size: 28px !important;
}

.f-w-100 {
	font-weight: 100 !important;
}
.f-w-200 {
	font-weight: 200 !important;
}
.f-w-300 {
	font-weight: 300 !important;
}
.f-w-400 {
	font-weight: 400 !important;
}
.f-w-500 {
	font-weight: 500 !important;
}
.f-w-600 {
	font-weight: 600 !important;
}
.f-w-700 {
	font-weight: 700 !important;
}

.text-left {
	text-align: left !important;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}



.h4-two-lines {
	min-height: 45px !important;
}


/*******************
Margin
*******************/

.m-0 {
	margin: 0 !important;
}
.m-1 {
	margin: 1px !important;
}
.m-2 {
	margin: 2px !important;
}
.m-3 {
	margin: 3px !important;
}
.m-4 {
	margin: 4px !important;
}
.m-5 {
	margin: 5px !important;
}
.m-10 {
	margin: 10px !important;
}
.m-15 {
	margin: 15px !important;
}
.m-20 {
	margin: 20px !important;
}
.m-25 {
	margin: 25px !important;
}
.m-30 {
	margin: 30px !important;
}
.m-35 {
	margin: 35px !important;
}
.m-40 {
	margin: 40px !important;
}
.m-45 {
	margin: 45px !important;
}
.m-50 {
	margin: 50px !important;
}
.m-auto {
	margin: auto !important;
}

.m-t-0 {
	margin-top: 0 !important;
}
.m-t-1 {
	margin-top: 1px !important;
}
.m-t-2 {
	margin-top: 2px !important;
}
.m-t-3 {
	margin-top: 3px !important;
}
.m-t-4 {
	margin-top: 4px !important;
}
.m-t-5 {
	margin-top: 5px !important;
}
.m-t-10 {
	margin-top: 10px !important;
}
.m-t-15 {
	margin-top: 15px !important;
}
.m-t-20 {
	margin-top: 20px !important;
}
.m-t-25 {
	margin-top: 25px !important;
}
.m-t-30 {
	margin-top: 30px !important;
}
.m-t-35 {
	margin-top: 35px !important;
}
.m-t-40 {
	margin-top: 40px !important;
}
.m-t-45 {
	margin-top: 45px !important;
}
.m-t-50 {
	margin-top: 50px !important;
}
.m-t-auto {
	margin-top: auto !important;
}

.m-r-0 {
	margin-right: 0 !important;
}
.m-r-1 {
	margin-right: 1px !important;
}
.m-r-2 {
	margin-right: 2px !important;
}
.m-r-3 {
	margin-right: 3px !important;
}
.m-r-4 {
	margin-right: 4px !important;
}
.m-r-5 {
	margin-right: 5px !important;
}
.m-r-10 {
	margin-right: 10px !important;
}
.m-r-15 {
	margin-right: 15px !important;
}
.m-r-20 {
	margin-right: 20px !important;
}
.m-r-25 {
	margin-right: 25px !important;
}
.m-r-30 {
	margin-right: 30px !important;
}
.m-r-35 {
	margin-right: 35px !important;
}
.m-r-40 {
	margin-right: 40px !important;
}
.m-r-45 {
	margin-right: 45px !important;
}
.m-r-50 {
	margin-right: 50px !important;
}
.m-r-auto {
	margin-right: auto !important;
}

.m-b-0 {
	margin-bottom: 0 !important;
}
.m-b-1 {
	margin-bottom: 1px !important;
}
.m-b-2 {
	margin-bottom: 2px !important;
}
.m-b-3 {
	margin-bottom: 3px !important;
}
.m-b-4 {
	margin-bottom: 4px !important;
}
.m-b-5 {
	margin-bottom: 5px !important;
}
.m-b-10 {
	margin-bottom: 10px !important;
}
.m-b-15 {
	margin-bottom: 15px !important;
}
.m-b-20 {
	margin-bottom: 20px !important;
}
.m-b-25 {
	margin-bottom: 25px !important;
}
.m-b-30 {
	margin-bottom: 30px !important;
}
.m-b-35 {
	margin-bottom: 35px !important;
}
.m-b-40 {
	margin-bottom: 40px !important;
}
.m-b-45 {
	margin-bottom: 45px !important;
}
.m-b-50 {
	margin-bottom: 50px !important;
}
.m-b-auto {
	margin-bottom: auto !important;
}

.m-l-0 {
	margin-left: 0 !important;
}
.m-l-1 {
	margin-left: 1px !important;
}
.m-l-2 {
	margin-left: 2px !important;
}
.m-l-3 {
	margin-left: 3px !important;
}
.m-l-4 {
	margin-left: 4px !important;
}
.m-l-5 {
	margin-left: 5px !important;
}
.m-l-10 {
	margin-left: 10px !important;
}
.m-l-15 {
	margin-left: 15px !important;
}
.m-l-20 {
	margin-left: 20px !important;
}
.m-l-25 {
	margin-left: 25px !important;
}
.m-l-30 {
	margin-left: 30px !important;
}
.m-l-35 {
	margin-left: 35px !important;
}
.m-l-40 {
	margin-left: 40px !important;
}
.m-l-45 {
	margin-left: 45px !important;
}
.m-l-50 {
	margin-left: 50px !important;
}
.m-l-auto {
	margin-left: auto !important;
}

/*******************
Padding
*******************/

.p-0 {
	padding: 0 !important;
}
.p-1 {
	padding: 1px !important;
}
.p-2 {
	padding: 2px !important;
}
.p-3 {
	padding: 3px !important;
}
.p-4 {
	padding: 4px !important;
}
.p-5 {
	padding: 5px !important;
}
.p-10 {
	padding: 10px !important;
}
.p-15 {
	padding: 15px !important;
}
.p-20 {
	padding: 20px !important;
}
.p-25 {
	padding: 25px !important;
}
.p-30 {
	padding: 30px !important;
}
.p-35 {
	padding: 35px !important;
}
.p-40 {
	padding: 40px !important;
}
.p-45 {
	padding: 45px !important;
}
.p-50 {
	padding: 50px !important;
}
.p-auto {
	padding: auto !important;
}

.p-t-0 {
	padding-top: 0 !important;
}
.p-t-1 {
	padding-top: 1px !important;
}
.p-t-2 {
	padding-top: 2px !important;
}
.p-t-3 {
	padding-top: 3px !important;
}
.p-t-4 {
	padding-top: 4px !important;
}
.p-t-5 {
	padding-top: 5px !important;
}
.p-t-10 {
	padding-top: 10px !important;
}
.p-t-15 {
	padding-top: 15px !important;
}
.p-t-20 {
	padding-top: 20px !important;
}
.p-t-25 {
	padding-top: 25px !important;
}
.p-t-30 {
	padding-top: 30px !important;
}
.p-t-35 {
	padding-top: 35px !important;
}
.p-t-40 {
	padding-top: 40px !important;
}
.p-t-45 {
	padding-top: 45px !important;
}
.p-t-50 {
	padding-top: 50px !important;
}
.p-t-auto {
	padding-top: auto !important;
}

.p-r-0 {
	padding-right: 0 !important;
}
.p-r-1 {
	padding-right: 1px !important;
}
.p-r-2 {
	padding-right: 2px !important;
}
.p-r-3 {
	padding-right: 3px !important;
}
.p-r-4 {
	padding-right: 4px !important;
}
.p-r-5 {
	padding-right: 5px !important;
}
.p-r-10 {
	padding-right: 10px !important;
}
.p-r-15 {
	padding-right: 15px !important;
}
.p-r-20 {
	padding-right: 20px !important;
}
.p-r-25 {
	padding-right: 25px !important;
}
.p-r-30 {
	padding-right: 30px !important;
}
.p-r-35 {
	padding-right: 35px !important;
}
.p-r-40 {
	padding-right: 40px !important;
}
.p-r-45 {
	padding-right: 45px !important;
}
.p-r-50 {
	padding-right: 50px !important;
}
.p-r-auto {
	padding-right: auto !important;
}

.p-b-0 {
	padding-bottom: 0 !important;
}
.p-b-1 {
	padding-bottom: 1px !important;
}
.p-b-2 {
	padding-bottom: 2px !important;
}
.p-b-3 {
	padding-bottom: 3px !important;
}
.p-b-4 {
	padding-bottom: 4px !important;
}
.p-b-5 {
	padding-bottom: 5px !important;
}
.p-b-10 {
	padding-bottom: 10px !important;
}
.p-b-15 {
	padding-bottom: 15px !important;
}
.p-b-20 {
	padding-bottom: 20px !important;
}
.p-b-25 {
	padding-bottom: 25px !important;
}
.p-b-30 {
	padding-bottom: 30px !important;
}
.p-b-35 {
	padding-bottom: 35px !important;
}
.p-b-40 {
	padding-bottom: 40px !important;
}
.p-b-45 {
	padding-bottom: 45px !important;
}
.p-b-50 {
	padding-bottom: 50px !important;
}
.p-b-auto {
	padding-bottom: auto !important;
}

.p-l-0 {
	padding-left: 0 !important;
}
.p-l-1 {
	padding-left: 1px !important;
}
.p-l-2 {
	padding-left: 2px !important;
}
.p-l-3 {
	padding-left: 3px !important;
}
.p-l-4 {
	padding-left: 4px !important;
}
.p-l-5 {
	padding-left: 5px !important;
}
.p-l-10 {
	padding-left: 10px !important;
}
.p-l-15 {
	padding-left: 15px !important;
}
.p-l-20 {
	padding-left: 20px !important;
}
.p-l-25 {
	padding-left: 25px !important;
}
.p-l-30 {
	padding-left: 30px !important;
}
.p-l-35 {
	padding-left: 35px !important;
}
.p-l-40 {
	padding-left: 40px !important;
}
.p-l-45 {
	padding-left: 45px !important;
}
.p-l-50 {
	padding-left: 50px !important;
}
.p-l-auto {
	padding-left: auto !important;
}



/*******************
Background
*******************/

/* helper to display colors */
.bg-color-box {
	height: 20px;
	width: 20px;
	border-radius: 5px;
	display: inline-block;
	margin-right: 5px;
}
.text-color-box {
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
}

/* Background - Yellow */
.bg-yellow,
.bg-yellow .pie-circle {
	background: #ffed00 !important;
}
.bg-yellow-lighter {
	background: rgb(255, 255, 111) !important;
}
.bg-yellow-darker {
	background: rgb(190, 190, 21) !important;
}
.bg-yellow-transparent-9 {
	background: #ffed00 !important;
	opacity: 0.9 !important;
}
.bg-yellow-transparent-8 {
	background: #ffed00 !important;
	opacity: 0.8 !important;
}
.bg-yellow-transparent-7 {
	background: #ffed00 !important;
	opacity: 0.7 !important;
}
.bg-yellow-transparent-6 {
	background: #ffed00 !important;
	opacity: 0.6 !important;
}
.bg-yellow-transparent-5 {
	background: #ffed00 !important;
	opacity: 0.5 !important;
}
.bg-yellow-transparent-4 {
	background: #ffed00 !important;
	opacity: 0.4 !important;
}
.bg-yellow-transparent-3 {
	background: #ffed00 !important;
	opacity: 0.3 !important;
}
.bg-yellow-transparent-2 {
	background: #ffed00 !important;
	opacity: 0.2 !important;
}
.bg-yellow-transparent-1 {
	background: #ffed00 !important;
	opacity: 0.1 !important;
}
/* Text - Yellow */
.text-yellow {
	color: #ffed00 !important;
}
.text-yellow-lighter {
	color: rgb(255, 255, 111) !important;
}
.text-yellow-darker {
	color: rgb(190, 190, 21) !important;
}
.text-yellow-transparent-9 {
	color: #ffed00 !important;
	opacity: 0.9 !important;
}
.text-yellow-transparent-8 {
	color: #ffed00 !important;
	opacity: 0.8 !important;
}
.text-yellow-transparent-7 {
	color: #ffed00 !important;
	opacity: 0.7 !important;
}
.text-yellow-transparent-6 {
	color: #ffed00 !important;
	opacity: 0.6 !important;
}
.text-yellow-transparent-5 {
	color: #ffed00 !important;
	opacity: 0.5 !important;
}
.text-yellow-transparent-4 {
	color: #ffed00 !important;
	opacity: 0.4 !important;
}
.text-yellow-transparent-3 {
	color: #ffed00 !important;
	opacity: 0.3 !important;
}
.text-yellow-transparent-2 {
	color: #ffed00 !important;
	opacity: 0.2 !important;
}
.text-yellow-transparent-1 {
	color: #ffed00 !important;
	opacity: 0.1 !important;
}

/* Background - Orange */
.bg-orange,
.bg-warning,
.bg-warning .pie-circle,
.bg-orange .pie-circle {
	background: #f5a20a !important;
}
.bg-orange-lighter {
	background: #f5ba4c !important;
}
.bg-orange-darker {
	background: #c27400 !important;
}
.bg-orange-transparent-9 {
	background: #f5a20a !important;
	opacity: 0.9 !important;
}
.bg-orange-transparent-8 {
	background: #f5a20a !important;
	opacity: 0.8 !important;
}
.bg-orange-transparent-7 {
	background: #f5a20a !important;
	opacity: 0.7 !important;
}
.bg-orange-transparent-6 {
	background: #f5a20a !important;
	opacity: 0.6 !important;
}
.bg-orange-transparent-5 {
	background: #f5a20a !important;
	opacity: 0.5 !important;
}
.bg-orange-transparent-4 {
	background: #f5a20a !important;
	opacity: 0.4 !important;
}
.bg-orange-transparent-3 {
	background: #f5a20a !important;
	opacity: 0.3 !important;
}
.bg-orange-transparent-2 {
	background: #f5a20a !important;
	opacity: 0.2 !important;
}
.bg-orange-transparent-1 {
	background: #f5a20a !important;
	opacity: 0.1 !important;
}
/* Text - Orange */
.text-orange,
.text-warning {
	color: #f5a20a !important;
}
.text-orange-lighter {
	color: #f5ba4c !important;
}
.text-orange-darker {
	color: #c27400 !important;
}
.text-orange-transparent-9 {
	color: #f5a20a !important;
	opacity: 0.9 !important;
}
.text-orange-transparent-8 {
	color: #f5a20a !important;
	opacity: 0.8 !important;
}
.text-orange-transparent-7 {
	color: #f5a20a !important;
	opacity: 0.7 !important;
}
.text-orange-transparent-6 {
	color: #f5a20a !important;
	opacity: 0.6 !important;
}
.text-orange-transparent-5 {
	color: #f5a20a !important;
	opacity: 0.5 !important;
}
.text-orange-transparent-4 {
	color: #f5a20a !important;
	opacity: 0.4 !important;
}
.text-orange-transparent-3 {
	color: #f5a20a !important;
	opacity: 0.3 !important;
}
.text-orange-transparent-2 {
	color: #f5a20a !important;
	opacity: 0.2 !important;
}
.text-orange-transparent-1 {
	color: #f5a20a !important;
	opacity: 0.1 !important;
}

/* Background - Red */
.bg-red,
.bg-danger,
.bg-danger .pie-circle,
.bg-red .pie-circle {
	background: #d61a1a !important;
}
.bg-red-lighter {
	background: #fd6666 !important;
}
.bg-red-darker {
	background: #8a0101 !important;
}
.bg-red-transparent-9 {
	background: #d61a1a !important;
	opacity: 0.9 !important;
}
.bg-red-transparent-8 {
	background: #d61a1a !important;
	opacity: 0.8 !important;
}
.bg-red-transparent-7 {
	background: #d61a1a !important;
	opacity: 0.7 !important;
}
.bg-red-transparent-6 {
	background: #d61a1a !important;
	opacity: 0.6 !important;
}
.bg-red-transparent-5 {
	background: #d61a1a !important;
	opacity: 0.5 !important;
}
.bg-red-transparent-4 {
	background: #d61a1a !important;
	opacity: 0.4 !important;
}
.bg-red-transparent-3 {
	background: #d61a1a !important;
	opacity: 0.3 !important;
}
.bg-red-transparent-2 {
	background: #d61a1a !important;
	opacity: 0.2 !important;
}
.bg-red-transparent-1 {
	background: #d61a1a !important;
	opacity: 0.1 !important;
}
/* Text - Red */
.text-red,
.text-danger {
	color: #d61a1a !important;
}
.text-red-lighter {
	color: #fd6666 !important;
}
.text-red-darker {
	color: #8a0101 !important;
}
.text-red-transparent-9 {
	color: #d61a1a !important;
	opacity: 0.9 !important;
}
.text-red-transparent-8 {
	color: #d61a1a !important;
	opacity: 0.8 !important;
}
.text-red-transparent-7 {
	color: #d61a1a !important;
	opacity: 0.7 !important;
}
.text-red-transparent-6 {
	color: #d61a1a !important;
	opacity: 0.6 !important;
}
.text-red-transparent-5 {
	color: #d61a1a !important;
	opacity: 0.5 !important;
}
.text-red-transparent-4 {
	color: #d61a1a !important;
	opacity: 0.4 !important;
}
.text-red-transparent-3 {
	color: #d61a1a !important;
	opacity: 0.3 !important;
}
.text-red-transparent-2 {
	color: #d61a1a !important;
	opacity: 0.2 !important;
}
.text-red-transparent-1 {
	color: #d61a1a !important;
	opacity: 0.1 !important;
}

/* Background - Brown */
.bg-brown,
.bg-brown .pie-circle {
	background: #693323 !important;
}
.bg-brown-lighter {
	background: #8d4c39 !important;
}
.bg-brown-darker {
	background: #5a291b !important;
}
.bg-brown-transparent-9 {
	background: #693323 !important;
	opacity: 0.9 !important;
}
.bg-brown-transparent-8 {
	background: #693323 !important;
	opacity: 0.8 !important;
}
.bg-brown-transparent-7 {
	background: #693323 !important;
	opacity: 0.7 !important;
}
.bg-brown-transparent-6 {
	background: #693323 !important;
	opacity: 0.6 !important;
}
.bg-brown-transparent-5 {
	background: #693323 !important;
	opacity: 0.5 !important;
}
.bg-brown-transparent-4 {
	background: #693323 !important;
	opacity: 0.4 !important;
}
.bg-brown-transparent-3 {
	background: #693323 !important;
	opacity: 0.3 !important;
}
.bg-brown-transparent-2 {
	background: #693323 !important;
	opacity: 0.2 !important;
}
.bg-brown-transparent-1 {
	background: #693323 !important;
	opacity: 0.1 !important;
}
/* Text - Brown */
.text-brown {
	color: #693323 !important;
}
.text-brown-lighter {
	color: #8d4c39 !important;
}
.text-brown-darker {
	color: #5a291b !important;
}
.text-brown-transparent-9 {
	color: #693323 !important;
	opacity: 0.9 !important;
}
.text-brown-transparent-8 {
	color: #693323 !important;
	opacity: 0.8 !important;
}
.text-brown-transparent-7 {
	color: #693323 !important;
	opacity: 0.7 !important;
}
.text-brown-transparent-6 {
	color: #693323 !important;
	opacity: 0.6 !important;
}
.text-brown-transparent-5 {
	color: #693323 !important;
	opacity: 0.5 !important;
}
.text-brown-transparent-4 {
	color: #693323 !important;
	opacity: 0.4 !important;
}
.text-brown-transparent-3 {
	color: #693323 !important;
	opacity: 0.3 !important;
}
.text-brown-transparent-2 {
	color: #693323 !important;
	opacity: 0.2 !important;
}
.text-brown-transparent-1 {
	color: #693323 !important;
	opacity: 0.1 !important;
}

/* Background - Lime */
.bg-lime,
.bg-success,
.bg-success .pie-circle,
.bg-lime .pie-circle {
	background: #adca40 !important;
}
.bg-lime-lighter {
	background: #bce766 !important;
}
.bg-lime-darker {
	background: #77a718 !important;
}
.bg-lime-transparent-9 {
	background: #adca40 !important;
	opacity: 0.9 !important;
}
.bg-lime-transparent-8 {
	background: #adca40 !important;
	opacity: 0.8 !important;
}
.bg-lime-transparent-7 {
	background: #adca40 !important;
	opacity: 0.7 !important;
}
.bg-lime-transparent-6 {
	background: #adca40 !important;
	opacity: 0.6 !important;
}
.bg-lime-transparent-5 {
	background: #adca40 !important;
	opacity: 0.5 !important;
}
.bg-lime-transparent-4 {
	background: #adca40 !important;
	opacity: 0.4 !important;
}
.bg-lime-transparent-3 {
	background: #adca40 !important;
	opacity: 0.3 !important;
}
.bg-lime-transparent-2 {
	background: #adca40 !important;
	opacity: 0.2 !important;
}
.bg-lime-transparent-1 {
	background: #adca40 !important;
	opacity: 0.1 !important;
}
/* Text - Lime */
.text-lime,
.text-success {
	color: #adca40 !important;
}
.text-lime-lighter {
	color: #bce766 !important;
}
.text-lime-darker {
	color: #77a718 !important;
}
.text-lime-transparent-9 {
	color: #adca40 !important;
	opacity: 0.9 !important;
}
.text-lime-transparent-8 {
	color: #adca40 !important;
	opacity: 0.8 !important;
}
.text-lime-transparent-7 {
	color: #adca40 !important;
	opacity: 0.7 !important;
}
.text-lime-transparent-6 {
	color: #adca40 !important;
	opacity: 0.6 !important;
}
.text-lime-transparent-5 {
	color: #adca40 !important;
	opacity: 0.5 !important;
}
.text-lime-transparent-4 {
	color: #adca40 !important;
	opacity: 0.4 !important;
}
.text-lime-transparent-3 {
	color: #adca40 !important;
	opacity: 0.3 !important;
}
.text-lime-transparent-2 {
	color: #adca40 !important;
	opacity: 0.2 !important;
}
.text-lime-transparent-1 {
	color: #adca40 !important;
	opacity: 0.1 !important;
}

/* Background - Olive */
.bg-olive,
.bg-olive .pie-circle {
	background: #727201 !important;
}
.bg-olive-lighter {
	background: #86860e !important;
}
.bg-olive-darker {
	background: #525203 !important;
}
.bg-olive-transparent-9 {
	background: #727201 !important;
	opacity: 0.9 !important;
}
.bg-olive-transparent-8 {
	background: #727201 !important;
	opacity: 0.8 !important;
}
.bg-olive-transparent-7 {
	background: #727201 !important;
	opacity: 0.7 !important;
}
.bg-olive-transparent-6 {
	background: #727201 !important;
	opacity: 0.6 !important;
}
.bg-olive-transparent-5 {
	background: #727201 !important;
	opacity: 0.5 !important;
}
.bg-olive-transparent-4 {
	background: #727201 !important;
	opacity: 0.4 !important;
}
.bg-olive-transparent-3 {
	background: #727201 !important;
	opacity: 0.3 !important;
}
.bg-olive-transparent-2 {
	background: #727201 !important;
	opacity: 0.2 !important;
}
.bg-olive-transparent-1 {
	background: #727201 !important;
	opacity: 0.1 !important;
}
/* Text - Olive */
.text-olive {
	color: #727201 !important;
}
.text-olive-lighter {
	color: #86860e !important;
}
.text-olive-darker {
	color: #525203 !important;
}
.text-olive-transparent-9 {
	color: #727201 !important;
	opacity: 0.9 !important;
}
.text-olive-transparent-8 {
	color: #727201 !important;
	opacity: 0.8 !important;
}
.text-olive-transparent-7 {
	color: #727201 !important;
	opacity: 0.7 !important;
}
.text-olive-transparent-6 {
	color: #727201 !important;
	opacity: 0.6 !important;
}
.text-olive-transparent-5 {
	color: #727201 !important;
	opacity: 0.5 !important;
}
.text-olive-transparent-4 {
	color: #727201 !important;
	opacity: 0.4 !important;
}
.text-olive-transparent-3 {
	color: #727201 !important;
	opacity: 0.3 !important;
}
.text-olive-transparent-2 {
	color: #727201 !important;
	opacity: 0.2 !important;
}
.text-olive-transparent-1 {
	color: #727201 !important;
	opacity: 0.1 !important;
}

/* Background - Darkolive */
.bg-darkolive,
.bg-darkolive .pie-circle {
	background: #495c29 !important;
}
.bg-darkolive-lighter {
	background: #5d7238 !important;
}
.bg-darkolive-darker {
	background: #36441f !important;
}
.bg-darkolive-transparent-9 {
	background: #495c29 !important;
	opacity: 0.9 !important;
}
.bg-darkolive-transparent-8 {
	background: #495c29 !important;
	opacity: 0.8 !important;
}
.bg-darkolive-transparent-7 {
	background: #495c29 !important;
	opacity: 0.7 !important;
}
.bg-darkolive-transparent-6 {
	background: #495c29 !important;
	opacity: 0.6 !important;
}
.bg-darkolive-transparent-5 {
	background: #495c29 !important;
	opacity: 0.5 !important;
}
.bg-darkolive-transparent-4 {
	background: #495c29 !important;
	opacity: 0.4 !important;
}
.bg-darkolive-transparent-3 {
	background: #495c29 !important;
	opacity: 0.3 !important;
}
.bg-darkolive-transparent-2 {
	background: #495c29 !important;
	opacity: 0.2 !important;
}
.bg-darkolive-transparent-1 {
	background: #495c29 !important;
	opacity: 0.1 !important;
}
/* Text - Darkolive */
.text-darkolive {
	color: #495c29 !important;
}
.text-darkolive-lighter {
	color: #5d7238 !important;
}
.text-darkolive-darker {
	color: #36441f !important;
}
.text-darkolive-transparent-9 {
	color: #495c29 !important;
	opacity: 0.9 !important;
}
.text-darkolive-transparent-8 {
	color: #495c29 !important;
	opacity: 0.8 !important;
}
.text-darkolive-transparent-7 {
	color: #495c29 !important;
	opacity: 0.7 !important;
}
.text-darkolive-transparent-6 {
	color: #495c29 !important;
	opacity: 0.6 !important;
}
.text-darkolive-transparent-5 {
	color: #495c29 !important;
	opacity: 0.5 !important;
}
.text-darkolive-transparent-4 {
	color: #495c29 !important;
	opacity: 0.4 !important;
}
.text-darkolive-transparent-3 {
	color: #495c29 !important;
	opacity: 0.3 !important;
}
.text-darkolive-transparent-2 {
	color: #495c29 !important;
	opacity: 0.2 !important;
}
.text-darkolive-transparent-1 {
	color: #495c29 !important;
	opacity: 0.1 !important;
}

/* Background - Green */
.bg-green,
.bg-green .pie-circle {
	background: #038803 !important;
}
.bg-green-lighter {
	background: #229b22 !important;
}
.bg-green-darker {
	background: #036603 !important;
}
.bg-green-transparent-9 {
	background: #038803 !important;
	opacity: 0.9 !important;
}
.bg-green-transparent-8 {
	background: #038803 !important;
	opacity: 0.8 !important;
}
.bg-green-transparent-7 {
	background: #038803 !important;
	opacity: 0.7 !important;
}
.bg-green-transparent-6 {
	background: #038803 !important;
	opacity: 0.6 !important;
}
.bg-green-transparent-5 {
	background: #038803 !important;
	opacity: 0.5 !important;
}
.bg-green-transparent-4 {
	background: #038803 !important;
	opacity: 0.4 !important;
}
.bg-green-transparent-3 {
	background: #038803 !important;
	opacity: 0.3 !important;
}
.bg-green-transparent-2 {
	background: #038803 !important;
	opacity: 0.2 !important;
}
.bg-green-transparent-1 {
	background: #038803 !important;
	opacity: 0.1 !important;
}
/* Text - Green */
.text-green {
	color: #038803 !important;
}
.text-green-lighter {
	color: #229b22 !important;
}
.text-green-darker {
	color: #036603 !important;
}
.text-green-transparent-9 {
	color: #038803 !important;
	opacity: 0.9 !important;
}
.text-green-transparent-8 {
	color: #038803 !important;
	opacity: 0.8 !important;
}
.text-green-transparent-7 {
	color: #038803 !important;
	opacity: 0.7 !important;
}
.text-green-transparent-6 {
	color: #038803 !important;
	opacity: 0.6 !important;
}
.text-green-transparent-5 {
	color: #038803 !important;
	opacity: 0.5 !important;
}
.text-green-transparent-4 {
	color: #038803 !important;
	opacity: 0.4 !important;
}
.text-green-transparent-3 {
	color: #038803 !important;
	opacity: 0.3 !important;
}
.text-green-transparent-2 {
	color: #038803 !important;
	opacity: 0.2 !important;
}
.text-green-transparent-1 {
	color: #038803 !important;
	opacity: 0.1 !important;
}

/* Background - Lightblue */
.bg-lightblue,
.bg-lightblue .pie-circle {
	background: #9bc5cf !important;
}
.bg-lightblue-lighter {
	background: #adcad1 !important;
}
.bg-lightblue-darker {
	background: #6ca0ad !important;
}
.bg-lightblue-transparent-9 {
	background: #9bc5cf !important;
	opacity: 0.9 !important;
}
.bg-lightblue-transparent-8 {
	background: #9bc5cf !important;
	opacity: 0.8 !important;
}
.bg-lightblue-transparent-7 {
	background: #9bc5cf !important;
	opacity: 0.7 !important;
}
.bg-lightblue-transparent-6 {
	background: #9bc5cf !important;
	opacity: 0.6 !important;
}
.bg-lightblue-transparent-5 {
	background: #9bc5cf !important;
	opacity: 0.5 !important;
}
.bg-lightblue-transparent-4 {
	background: #9bc5cf !important;
	opacity: 0.4 !important;
}
.bg-lightblue-transparent-3 {
	background: #9bc5cf !important;
	opacity: 0.3 !important;
}
.bg-lightblue-transparent-2 {
	background: #9bc5cf !important;
	opacity: 0.2 !important;
}
.bg-lightblue-transparent-1 {
	background: #9bc5cf !important;
	opacity: 0.1 !important;
}
/* Text - Lightblue */
.text-lightblue {
	color: #9bc5cf !important;
}
.text-lightblue-lighter {
	color: #adcad1 !important;
}
.text-lightblue-darker {
	color: #6ca0ad !important;
}
.text-lightblue-transparent-9 {
	color: #9bc5cf !important;
	opacity: 0.9 !important;
}
.text-lightblue-transparent-8 {
	color: #9bc5cf !important;
	opacity: 0.8 !important;
}
.text-lightblue-transparent-7 {
	color: #9bc5cf !important;
	opacity: 0.7 !important;
}
.text-lightblue-transparent-6 {
	color: #9bc5cf !important;
	opacity: 0.6 !important;
}
.text-lightblue-transparent-5 {
	color: #9bc5cf !important;
	opacity: 0.5 !important;
}
.text-lightblue-transparent-4 {
	color: #9bc5cf !important;
	opacity: 0.4 !important;
}
.text-lightblue-transparent-3 {
	color: #9bc5cf !important;
	opacity: 0.3 !important;
}
.text-lightblue-transparent-2 {
	color: #9bc5cf !important;
	opacity: 0.2 !important;
}
.text-lightblue-transparent-1 {
	color: #9bc5cf !important;
	opacity: 0.1 !important;
}


/* Background - Cadetblue */
.bg-cadetblue,
.bg-cadetblue .pie-circle {
	background: #57a2a5 !important;
}
.bg-cadetblue-lighter {
	background: #84c0c2 !important;
}
.bg-cadetblue-darker {
	background: #3d7c7e !important;
}
.bg-cadetblue-transparent-9 {
	background: #57a2a5 !important;
	opacity: 0.9 !important;
}
.bg-cadetblue-transparent-8 {
	background: #57a2a5 !important;
	opacity: 0.8 !important;
}
.bg-cadetblue-transparent-7 {
	background: #57a2a5 !important;
	opacity: 0.7 !important;
}
.bg-cadetblue-transparent-6 {
	background: #57a2a5 !important;
	opacity: 0.6 !important;
}
.bg-cadetblue-transparent-5 {
	background: #57a2a5 !important;
	opacity: 0.5 !important;
}
.bg-cadetblue-transparent-4 {
	background: #57a2a5 !important;
	opacity: 0.4 !important;
}
.bg-cadetblue-transparent-3 {
	background: #57a2a5 !important;
	opacity: 0.3 !important;
}
.bg-cadetblue-transparent-2 {
	background: #57a2a5 !important;
	opacity: 0.2 !important;
}
.bg-cadetblue-transparent-1 {
	background: #57a2a5 !important;
	opacity: 0.1 !important;
}
/* Text - Cadetblue */
.text-cadetblue {
	color: #57a2a5 !important;
}
.text-cadetblue-lighter {
	color: #84c0c2 !important;
}
.text-cadetblue-darker {
	color: #3d7c7e !important;
}
.text-cadetblue-transparent-9 {
	color: #57a2a5 !important;
	opacity: 0.9 !important;
}
.text-cadetblue-transparent-8 {
	color: #57a2a5 !important;
	opacity: 0.8 !important;
}
.text-cadetblue-transparent-7 {
	color: #57a2a5 !important;
	opacity: 0.7 !important;
}
.text-cadetblue-transparent-6 {
	color: #57a2a5 !important;
	opacity: 0.6 !important;
}
.text-cadetblue-transparent-5 {
	color: #57a2a5 !important;
	opacity: 0.5 !important;
}
.text-cadetblue-transparent-4 {
	color: #57a2a5 !important;
	opacity: 0.4 !important;
}
.text-cadetblue-transparent-3 {
	color: #57a2a5 !important;
	opacity: 0.3 !important;
}
.text-cadetblue-transparent-2 {
	color: #57a2a5 !important;
	opacity: 0.2 !important;
}
.text-cadetblue-transparent-1 {
	color: #57a2a5 !important;
	opacity: 0.1 !important;
}

/* Background - Steelblue */
.bg-steelblue,
.bg-info,
.bg-info .pie-circle,
.bg-steelblue .pie-circle {
	background: #467fad !important;
}
.bg-steelblue-lighter {
	background: #6692b6 !important;
}
.bg-steelblue-darker {
	background: #3b668a !important;
}
.bg-steelblue-transparent-9 {
	background: #467fad !important;
	opacity: 0.9 !important;
}
.bg-steelblue-transparent-8 {
	background: #467fad !important;
	opacity: 0.8 !important;
}
.bg-steelblue-transparent-7 {
	background: #467fad !important;
	opacity: 0.7 !important;
}
.bg-steelblue-transparent-6 {
	background: #467fad !important;
	opacity: 0.6 !important;
}
.bg-steelblue-transparent-5 {
	background: #467fad !important;
	opacity: 0.5 !important;
}
.bg-steelblue-transparent-4 {
	background: #467fad !important;
	opacity: 0.4 !important;
}
.bg-steelblue-transparent-3 {
	background: #467fad !important;
	opacity: 0.3 !important;
}
.bg-steelblue-transparent-2 {
	background: #467fad !important;
	opacity: 0.2 !important;
}
.bg-steelblue-transparent-1 {
	background: #467fad !important;
	opacity: 0.1 !important;
}
/* Text - Steelblue */
.text-steelblue,
.text-info {
	color: #467fad !important;
}
.text-steelblue-lighter {
	color: #6692b6 !important;
}
.text-steelblue-darker {
	color: #3b668a !important;
}
.text-steelblue-transparent-9 {
	color: #467fad !important;
	opacity: 0.9 !important;
}
.text-steelblue-transparent-8 {
	color: #467fad !important;
	opacity: 0.8 !important;
}
.text-steelblue-transparent-7 {
	color: #467fad !important;
	opacity: 0.7 !important;
}
.text-steelblue-transparent-6 {
	color: #467fad !important;
	opacity: 0.6 !important;
}
.text-steelblue-transparent-5 {
	color: #467fad !important;
	opacity: 0.5 !important;
}
.text-steelblue-transparent-4 {
	color: #467fad !important;
	opacity: 0.4 !important;
}
.text-steelblue-transparent-3 {
	color: #467fad !important;
	opacity: 0.3 !important;
}
.text-steelblue-transparent-2 {
	color: #467fad !important;
	opacity: 0.2 !important;
}
.text-steelblue-transparent-1 {
	color: #467fad !important;
	opacity: 0.1 !important;
}

/* Background - Violet */
.bg-violet,
.bg-violet .pie-circle {
	background: #8624e2 !important;
}
.bg-violet-lighter {
	background: #a462e2 !important;
}
.bg-violet-darker {
	background: #6016a5 !important;
}
.bg-violet-transparent-9 {
	background: #8624e2 !important;
	opacity: 0.9 !important;
}
.bg-violet-transparent-8 {
	background: #8624e2 !important;
	opacity: 0.8 !important;
}
.bg-violet-transparent-7 {
	background: #8624e2 !important;
	opacity: 0.7 !important;
}
.bg-violet-transparent-6 {
	background: #8624e2 !important;
	opacity: 0.6 !important;
}
.bg-violet-transparent-5 {
	background: #8624e2 !important;
	opacity: 0.5 !important;
}
.bg-violet-transparent-4 {
	background: #8624e2 !important;
	opacity: 0.4 !important;
}
.bg-violet-transparent-3 {
	background: #8624e2 !important;
	opacity: 0.3 !important;
}
.bg-violet-transparent-2 {
	background: #8624e2 !important;
	opacity: 0.2 !important;
}
.bg-violet-transparent-1 {
	background: #8624e2 !important;
	opacity: 0.1 !important;
}
/* Text - Violet */
.text-violet {
	color: #8624e2 !important;
}
.text-violet-lighter {
	color: #a462e2 !important;
}
.text-violet-darker {
	color: #6016a5 !important;
}
.text-violet-transparent-9 {
	color: #8624e2 !important;
	opacity: 0.9 !important;
}
.text-violet-transparent-8 {
	color: #8624e2 !important;
	opacity: 0.8 !important;
}
.text-violet-transparent-7 {
	color: #8624e2 !important;
	opacity: 0.7 !important;
}
.text-violet-transparent-6 {
	color: #8624e2 !important;
	opacity: 0.6 !important;
}
.text-violet-transparent-5 {
	color: #8624e2 !important;
	opacity: 0.5 !important;
}
.text-violet-transparent-4 {
	color: #8624e2 !important;
	opacity: 0.4 !important;
}
.text-violet-transparent-3 {
	color: #8624e2 !important;
	opacity: 0.3 !important;
}
.text-violet-transparent-2 {
	color: #8624e2 !important;
	opacity: 0.2 !important;
}
.text-violet-transparent-1 {
	color: #8624e2 !important;
	opacity: 0.1 !important;
}

/* Background - Lightgrey */
.bg-lightgrey,
.bg-default,
.bg-default .pie-circle,
.bg-lightgrey .pie-circle {
	background: #e6e6e6 !important;
}
.bg-lightgrey-lighter {
	background: #eeeeee !important;
}
.bg-lightgrey-darker {
	background: #cacaca !important;
}
.bg-lightgrey-transparent-9 {
	background: #e6e6e6 !important;
	opacity: 0.9 !important;
}
.bg-lightgrey-transparent-8 {
	background: #e6e6e6 !important;
	opacity: 0.8 !important;
}
.bg-lightgrey-transparent-7 {
	background: #e6e6e6 !important;
	opacity: 0.7 !important;
}
.bg-lightgrey-transparent-6 {
	background: #e6e6e6 !important;
	opacity: 0.6 !important;
}
.bg-lightgrey-transparent-5 {
	background: #e6e6e6 !important;
	opacity: 0.5 !important;
}
.bg-lightgrey-transparent-4 {
	background: #e6e6e6 !important;
	opacity: 0.4 !important;
}
.bg-lightgrey-transparent-3 {
	background: #e6e6e6 !important;
	opacity: 0.3 !important;
}
.bg-lightgrey-transparent-2 {
	background: #e6e6e6 !important;
	opacity: 0.2 !important;
}
.bg-lightgrey-transparent-1 {
	background: #e6e6e6 !important;
	opacity: 0.1 !important;
}
/* Text - Lightgrey */
.text-lightgrey,
.text-muted {
	color: #e6e6e6 !important;
}
.text-lightgrey-lighter {
	color: #eeeeee !important;
}
.text-lightgrey-darker {
	color: #cacaca !important;
}
.text-lightgrey-transparent-9 {
	color: #e6e6e6 !important;
	opacity: 0.9 !important;
}
.text-lightgrey-transparent-8 {
	color: #e6e6e6 !important;
	opacity: 0.8 !important;
}
.text-lightgrey-transparent-7 {
	color: #e6e6e6 !important;
	opacity: 0.7 !important;
}
.text-lightgrey-transparent-6 {
	color: #e6e6e6 !important;
	opacity: 0.6 !important;
}
.text-lightgrey-transparent-5 {
	color: #e6e6e6 !important;
	opacity: 0.5 !important;
}
.text-lightgrey-transparent-4 {
	color: #e6e6e6 !important;
	opacity: 0.4 !important;
}
.text-lightgrey-transparent-3 {
	color: #e6e6e6 !important;
	opacity: 0.3 !important;
}
.text-lightgrey-transparent-2 {
	color: #e6e6e6 !important;
	opacity: 0.2 !important;
}
.text-lightgrey-transparent-1 {
	color: #e6e6e6 !important;
	opacity: 0.1 !important;
}

/* Background - Grey */
.bg-grey,
.bg-grey .pie-circle {
	background: #707070 !important;
}
.bg-grey-lighter {
	background: #929292 !important;
}
.bg-grey-darker {
	background: #444444 !important;
}
.bg-grey-transparent-9 {
	background: #707070 !important;
	opacity: 0.9 !important;
}
.bg-grey-transparent-8 {
	background: #707070 !important;
	opacity: 0.8 !important;
}
.bg-grey-transparent-7 {
	background: #707070 !important;
	opacity: 0.7 !important;
}
.bg-grey-transparent-6 {
	background: #707070 !important;
	opacity: 0.6 !important;
}
.bg-grey-transparent-5 {
	background: #707070 !important;
	opacity: 0.5 !important;
}
.bg-grey-transparent-4 {
	background: #707070 !important;
	opacity: 0.4 !important;
}
.bg-grey-transparent-3 {
	background: #707070 !important;
	opacity: 0.3 !important;
}
.bg-grey-transparent-2 {
	background: #707070 !important;
	opacity: 0.2 !important;
}
.bg-grey-transparent-1 {
	background: #707070 !important;
	opacity: 0.1 !important;
}
/* Text - Grey */
.text-grey {
	color: #707070 !important;
}
.text-grey-lighter {
	color: #929292 !important;
}
.text-grey-darker {
	color: #444444 !important;
}
.text-grey-transparent-9 {
	color: #707070 !important;
	opacity: 0.9 !important;
}
.text-grey-transparent-8 {
	color: #707070 !important;
	opacity: 0.8 !important;
}
.text-grey-transparent-7 {
	color: #707070 !important;
	opacity: 0.7 !important;
}
.text-grey-transparent-6 {
	color: #707070 !important;
	opacity: 0.6 !important;
}
.text-grey-transparent-5 {
	color: #707070 !important;
	opacity: 0.5 !important;
}
.text-grey-transparent-4 {
	color: #707070 !important;
	opacity: 0.4 !important;
}
.text-grey-transparent-3 {
	color: #707070 !important;
	opacity: 0.3 !important;
}
.text-grey-transparent-2 {
	color: #707070 !important;
	opacity: 0.2 !important;
}
.text-grey-transparent-1 {
	color: #707070 !important;
	opacity: 0.1 !important;
}

/* Background - Black */
.bg-black,
.bg-black .pie-circle {
	background: #141414 !important;
}
.bg-black-lighter {
	background: #313131 !important;
}
.bg-black-darker {
	background: #141414 !important;
}
.bg-black-transparent-9 {
	background: #141414 !important;
	opacity: 0.9 !important;
}
.bg-black-transparent-8 {
	background: #141414 !important;
	opacity: 0.8 !important;
}
.bg-black-transparent-7 {
	background: #141414 !important;
	opacity: 0.7 !important;
}
.bg-black-transparent-6 {
	background: #141414 !important;
	opacity: 0.6 !important;
}
.bg-black-transparent-5 {
	background: #141414 !important;
	opacity: 0.5 !important;
}
.bg-black-transparent-4 {
	background: #141414 !important;
	opacity: 0.4 !important;
}
.bg-black-transparent-3 {
	background: #141414 !important;
	opacity: 0.3 !important;
}
.bg-black-transparent-2 {
	background: #141414 !important;
	opacity: 0.2 !important;
}
.bg-black-transparent-1 {
	background: #141414 !important;
	opacity: 0.1 !important;
}
/* Text - Black */
.text-night {
	color: #27272e !important;
}
.text-black {
	color: #141414 !important;
}
.text-black-lighter {
	color: #313131 !important;
}
.text-black-darker {
	color: #141414 !important;
}
.text-black-transparent-9 {
	color: #141414 !important;
	opacity: 0.9 !important;
}
.text-black-transparent-8 {
	color: #141414 !important;
	opacity: 0.8 !important;
}
.text-black-transparent-7 {
	color: #141414 !important;
	opacity: 0.7 !important;
}
.text-black-transparent-6 {
	color: #141414 !important;
	opacity: 0.6 !important;
}
.text-black-transparent-5 {
	color: #141414 !important;
	opacity: 0.5 !important;
}
.text-black-transparent-4 {
	color: #141414 !important;
	opacity: 0.4 !important;
}
.text-black-transparent-3 {
	color: #141414 !important;
	opacity: 0.3 !important;
}
.text-black-transparent-2 {
	color: #141414 !important;
	opacity: 0.2 !important;
}
.text-black-transparent-1 {
	color: #141414 !important;
	opacity: 0.1 !important;
}

/* Background - White */
.bg-white,
.bg-white .pie-circle {
	background: #ffffff !important;
}
.bg-white-transparent-9 {
	background: #ffffff !important;
	opacity: 0.9 !important;
}
.bg-white-transparent-8 {
	background: #ffffff !important;
	opacity: 0.8 !important;
}
.bg-white-transparent-7 {
	background: #ffffff !important;
	opacity: 0.7 !important;
}
.bg-white-transparent-6 {
	background: #ffffff !important;
	opacity: 0.6 !important;
}
.bg-white-transparent-5 {
	background: #ffffff !important;
	opacity: 0.5 !important;
}
.bg-white-transparent-4 {
	background: #ffffff !important;
	opacity: 0.4 !important;
}
.bg-white-transparent-3 {
	background: #ffffff !important;
	opacity: 0.3 !important;
}
.bg-white-transparent-2 {
	background: #ffffff !important;
	opacity: 0.2 !important;
}
.bg-white-transparent-1 {
	background: #ffffff !important;
	opacity: 0.1 !important;
}
/* Text - White */
.text-white {
	color: #ffffff !important;
}
.text-white-transparent-9 {
	color: #ffffff !important;
	opacity: 0.9 !important;
}
.text-white-transparent-8 {
	color: #ffffff !important;
	opacity: 0.8 !important;
}
.text-white-transparent-7 {
	color: #ffffff !important;
	opacity: 0.7 !important;
}
.text-white-transparent-6 {
	color: #ffffff !important;
	opacity: 0.6 !important;
}
.text-white-transparent-5 {
	color: #ffffff !important;
	opacity: 0.5 !important;
}
.text-white-transparent-4 {
	color: #ffffff !important;
	opacity: 0.4 !important;
}
.text-white-transparent-3 {
	color: #ffffff !important;
	opacity: 0.3 !important;
}
.text-white-transparent-2 {
	color: #ffffff !important;
	opacity: 0.2 !important;
}
.text-white-transparent-1 {
	color: #ffffff !important;
	opacity: 0.1 !important;
}


.text-exclamation {
    margin-left: 10px;
    font-size: 20px;
	color: #d61a1a;
}


.kleinschreibung {
    text-transform: lowercase;
}