<
%
' TRANS TREATED IN THIS FILE
%
>



.fa-support:before {
	content : "\f1cd"
	}

.fa-bank:before {
	content : "\f19c"
	}

.fa-clock-o:before {
	content : "\f017"
	}

.fa-line-chart:before {
	content : "\f201"
	}

.fa-folder-open-o:before {
	content : "\f07c"
	}

.fa-twitter:not(.fab), .fa-google:not(.fab), .fa-windows:not(.fab), .fa-youtube:not(.fab), .fa-bitcoin:not(.fab) {
	font-family : 'Font Awesome 5 Brands';
	font-weight : normal
	}

.fa-file-archive-o:before {
	content : "\f1c6"
	}

.fa-bar-chart:before {
	content : "\f080"
	}

.fa-files-o:before {
	content : "\f07c"
	}

.fa-futbol-o:before {
	content : "\f1e3"
	}

.fa-check-square-o:before {
	content : "\f14a"
	}

.fa-pie-chart:before {
	content : "\f200"
	}

.fa-newspaper-o:before {
	content : "\f1ea"
	}

.fa-check-circle-o:before {
	content : "\f058"
	}

.fa-hdd-o:before {
	content : "\f0a0"
	}

.fa-sort-alpha-asc:before {
	content : "\f15d"
	}

.fa-calendar-check-o:before {
	content : "\f274"
	}

.fa-circle-o:before {
	content     : "\f111";
	font-family : 'Font Awesome 5 Pro';
	font-weight : 400
	}

.fa-integromat:before {
	content          : "";
	background-image : url("//static.integromat.com/logo/category.svg");
	display          : block
	}

.fa-integromat.list-group-icon:before {
	width  : 15px;
	height : 15px;
	margin : 5px 0 0 5px
	}

.bootstrap-datetimepicker-widget .fa {
	font-family : 'Font Awesome 5 Pro';
	font-weight : 400
	}

.bootstrap-datetimepicker-widget .table td {
	border : 1px solid #f8f8f8;
	}

.bootstrap-datetimepicker-widget .table td.new, .bootstrap-datetimepicker-widget .table td.old {
	color : #aaaaaa
	}

.bootstrap-datetimepicker-widget thead th {
	border-radius    : 0 !important;
	background-color : transparent !important
	}

xss {
	position                : fixed;
	left                    : 0;
	top                     : 0;
	width                   : 100vw;
	height                  : 100vh;
	background-color        : #eb5768;
	color                   : #ffffff;
	display                 : -webkit-box;
	display                 : -ms-flexbox;
	display                 : -webkit-flex;
	display                 : flex;
	z-index                 : 9999999;
	-ms-flex-pack           : center;
	-webkit-justify-content : center;
	justify-content         : center;
	-webkit-flex-align      : center;
	-ms-flex-align          : center;
	-webkit-align-items     : center;
	align-items             : center;
	-webkit-flex-direction  : column;
	-ms-flex-direction      : column;
	flex-direction          : column;
	}

xss:before {
	content   : "XSS ALERT";
	font-size : 100px
	}

xss:after {
	content   : "Report to @patriksimek";
	font-size : 20px
	}

.responsive-image {
	max-width : 100%;
	height    : auto
	}

@media screen and (max-width : 575px) {
	.container {
		width : 100%
		}
	}

.card-group .card:only-child {
	border-top-left-radius  : .7rem;
	border-top-right-radius : .7rem
	}

.card-group .card:first-child .card-header {
	border-top-left-radius : .7rem
	}

.card-group .card:last-child .card-header {
	border-top-right-radius : .7rem
	}

@media screen and (max-width : 575px) {
	.card-group .card, .card-group .card-header {
		border-top-left-radius  : .7rem;
		border-top-right-radius : .7rem
		}
	}

.btn-outline-light:hover {
	background-color : rgba(248, 248, 248, 0.2);
	color            : #ffffff
	}

.btn-transparent {
	background-color : transparent;
	}

.btn-transparent:hover {
	background-color : #ffffff
	}

.btn-light {
	background-color : #ffffff !important;
	color            : #006baa !important;
	border-radius    : 100px
	}

.btn-outline-secondary.btn-danger {
	background-color : #eb5768 !important;
	border-color     : #eb5768 !important;
	color            : #ffffff !important;
	box-shadow       : 0 0 0 3px rgba(235, 87, 104, 0.5) !important
	}

.input-group-btn .btn-outline-secondary {
	border-color : rgba(0, 0, 0, 0.15);
	}

.input-group-btn .btn-outline-secondary:not(first-child) {
	margin-left : -1px !important
	}

*:disabled {
	cursor : not-allowed
	}

body[data-spy="scroll"] {
	position : relative
	}

.form-control {
	border-color : rgba(0, 0, 0, 0.15)
	}

button.nav-link {
	background-color : transparent;
	border           : none
	}

button {
	cursor : pointer
	}

.jumbotron {
	background : transparent;
	padding    : 5rem 2rem;
	}

.jumbotron > img.float-lg-left, .jumbotron > img.float-md-left, .jumbotron > img.float-sm-left, .jumbotron > img.float-left {
	margin : 0 80px 0 50px
	}

@media screen and (max-width : 991px) {
	.jumbotron {
		padding : 3rem 2rem
		}
	}

@media screen and (max-width : 767px) {
	.jumbotron {
		padding : 2rem 1rem
		}
	}

.jumbotron h1 strong {
	font-weight : 600
	}

.card svg.scenario {
	padding : 1.25rem 1.25rem 0 1.25rem
	}

a.card {
	text-decoration : none
	}

.card.featured, .card-columns.featured, .card-group.featured, section.featured {
	margin-top : -150px
	}

.card-img-padded {
	padding : 1.25rem
	}

.navbar-inverse .navbar-nav .nav-link {
	color              : inherit;
	-webkit-transition : background-color .2s;
	-moz-transition    : background-color .2s;
	-ms-transition     : background-color .2s;
	transition         : background-color .2s;
	border-radius      : 100px;
	}

.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
	color            : inherit;
	background-color : rgba(255, 255, 255, 0.3)
	}

.navbar-inverse .navbar-toggler-icon {
	background-image : url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
	}

.input-group.is-invalid ~ .invalid-feedback {
	display : block
	}

.display-5 {
	font-size   : 2rem;
	font-weight : 300;
	line-height : 1.1
	}

.display-6 {
	font-size   : 1.5rem;
	font-weight : 300;
	line-height : 1.1
	}

.w-1 {
	width : 1% !important
	}

.w-2 {
	width : 2% !important
	}

.w-3 {
	width : 3% !important
	}

.w-4 {
	width : 4% !important
	}

.w-5 {
	width : 5% !important
	}

.w-6 {
	width : 6% !important
	}

.w-7 {
	width : 7% !important
	}

.w-8 {
	width : 8% !important
	}

.w-9 {
	width : 9% !important
	}

.w-10 {
	width : 10% !important
	}

.w-11 {
	width : 11% !important
	}

.w-12 {
	width : 12% !important
	}

.w-13 {
	width : 13% !important
	}

.w-14 {
	width : 14% !important
	}

.w-15 {
	width : 15% !important
	}

.w-16 {
	width : 16% !important
	}

.w-17 {
	width : 17% !important
	}

.w-18 {
	width : 18% !important
	}

.w-19 {
	width : 19% !important
	}

.w-20 {
	width : 20% !important
	}

.w-21 {
	width : 21% !important
	}

.w-22 {
	width : 22% !important
	}

.w-23 {
	width : 23% !important
	}

.w-24 {
	width : 24% !important
	}

.w-25 {
	width : 25% !important
	}

.w-26 {
	width : 26% !important
	}

.w-27 {
	width : 27% !important
	}

.w-28 {
	width : 28% !important
	}

.w-29 {
	width : 29% !important
	}

.w-30 {
	width : 30% !important
	}

.w-31 {
	width : 31% !important
	}

.w-32 {
	width : 32% !important
	}

.w-33 {
	width : 33% !important
	}

.w-34 {
	width : 34% !important
	}

.w-35 {
	width : 35% !important
	}

.w-36 {
	width : 36% !important
	}

.w-37 {
	width : 37% !important
	}

.w-38 {
	width : 38% !important
	}

.w-39 {
	width : 39% !important
	}

.w-40 {
	width : 40% !important
	}

.w-41 {
	width : 41% !important
	}

.w-42 {
	width : 42% !important
	}

.w-43 {
	width : 43% !important
	}

.w-44 {
	width : 44% !important
	}

.w-45 {
	width : 45% !important
	}

.w-46 {
	width : 46% !important
	}

.w-47 {
	width : 47% !important
	}

.w-48 {
	width : 48% !important
	}

.w-49 {
	width : 49% !important
	}

.w-50 {
	width : 50% !important
	}

.w-51 {
	width : 51% !important
	}

.w-52 {
	width : 52% !important
	}

.w-53 {
	width : 53% !important
	}

.w-54 {
	width : 54% !important
	}

.w-55 {
	width : 55% !important
	}

.w-56 {
	width : 56% !important
	}

.w-57 {
	width : 57% !important
	}

.w-58 {
	width : 58% !important
	}

.w-59 {
	width : 59% !important
	}

.w-60 {
	width : 60% !important
	}

.w-61 {
	width : 61% !important
	}

.w-62 {
	width : 62% !important
	}

.w-63 {
	width : 63% !important
	}

.w-64 {
	width : 64% !important
	}

.w-65 {
	width : 65% !important
	}

.w-66 {
	width : 66% !important
	}

.w-67 {
	width : 67% !important
	}

.w-68 {
	width : 68% !important
	}

.w-69 {
	width : 69% !important
	}

.w-70 {
	width : 70% !important
	}

.w-71 {
	width : 71% !important
	}

.w-72 {
	width : 72% !important
	}

.w-73 {
	width : 73% !important
	}

.w-74 {
	width : 74% !important
	}

.w-75 {
	width : 75% !important
	}

.w-76 {
	width : 76% !important
	}

.w-77 {
	width : 77% !important
	}

.w-78 {
	width : 78% !important
	}

.w-79 {
	width : 79% !important
	}

.w-80 {
	width : 80% !important
	}

.w-81 {
	width : 81% !important
	}

.w-82 {
	width : 82% !important
	}

.w-83 {
	width : 83% !important
	}

.w-84 {
	width : 84% !important
	}

.w-85 {
	width : 85% !important
	}

.w-86 {
	width : 86% !important
	}

.w-87 {
	width : 87% !important
	}

.w-88 {
	width : 88% !important
	}

.w-89 {
	width : 89% !important
	}

.w-90 {
	width : 90% !important
	}

.w-91 {
	width : 91% !important
	}

.w-92 {
	width : 92% !important
	}

.w-93 {
	width : 93% !important
	}

.w-94 {
	width : 94% !important
	}

.w-95 {
	width : 95% !important
	}

.w-96 {
	width : 96% !important
	}

.w-97 {
	width : 97% !important
	}

.w-98 {
	width : 98% !important
	}

.w-99 {
	width : 99% !important
	}

.flex-resize {
	-webkit-flex : 1 1 auto;
	-ms-flex     : 1 1 auto;
	flex         : 1 1 auto
	}

.flex-no-resize {
	-webkit-flex : 0 0 auto;
	-ms-flex     : 0 0 auto;
	flex         : 0 0 auto
	}

.text-orange {
	color : #fa6f57
	}

@media screen and (min-width : 576px) {
	.text-sm-center {
		text-align : center
		}
	
	.text-sm-right {
		text-align : right
		}
	
	.text-sm-left {
		text-align : left
		}
	
	.w-sm-40 {
		width : 40% !important
		}
	
	.w-sm-50 {
		width : 50% !important
		}
	
	.w-sm-60 {
		width : 60% !important
		}
	
	.w-sm-75 {
		width : 75% !important
		}
	}

@media screen and (min-width : 768px) {
	.text-md-center {
		text-align : center
		}
	
	.text-md-right {
		text-align : right
		}
	
	.text-md-left {
		text-align : left
		}
	
	.w-md-40 {
		width : 40% !important
		}
	
	.w-md-50 {
		width : 50% !important
		}
	
	.w-md-60 {
		width : 60% !important
		}
	
	.w-md-75 {
		width : 75% !important
		}
	}

@media screen and (min-width : 992px) {
	.text-lg-center {
		text-align : center
		}
	
	.text-lg-right {
		text-align : right
		}
	
	.text-lg-left {
		text-align : left
		}
	
	.w-lg-40 {
		width : 40% !important
		}
	
	.w-lg-50 {
		width : 50% !important
		}
	
	.w-lg-60 {
		width : 60% !important
		}
	
	.w-lg-75 {
		width : 75% !important
		}
	}

@media screen and (min-width : 1200px) {
	.text-xl-center {
		text-align : center
		}
	
	.text-xl-right {
		text-align : right
		}
	
	.text-xl-left {
		text-align : left
		}
	
	.w-xl-40 {
		width : 40% !important
		}
	
	.w-xl-50 {
		width : 50% !important
		}
	
	.w-xl-60 {
		width : 60% !important
		}
	
	.w-xl-75 {
		width : 75% !important
		}
	}

.avatar {
	border-radius : 100%
	}

.go-back {
	font-size   : 2.5rem;
	line-height : 1.1;
	}

.go-back:before {
	font-family : 'Font Awesome 5 Pro';
	font-weight : 300;
	content     : "\f104"
	}

.go-back:hover {
	text-decoration : none
	}

.cursor-pointer {
	cursor : pointer !important
	}

.cursor-text {
	cursor : text !important
	}

.cursor-grab {
	cursor : move !important;
	cursor : grab !important;
	cursor : -moz-grab !important;
	cursor : -webkit-grab !important
	}

.cursor-progress {
	cursor : progress !important;
	cursor : -moz-progress !important;
	cursor : -webkit-progress !important
	}

.scroll-vertical {
	overflow-x : hidden;
	overflow-y : scroll
	}

.flashes {
	position : fixed;
	left     : 5vw;
	right    : 5vw;
	top      : 0;
	z-index  : 600;
	}

.flashes .alert {
	border        : none;
	border-radius : 0;
	margin        : 0;
	box-shadow    : 0 20px 40px 0 rgba(0, 0, 0, 0.2);
	}

.flashes .alert:last-child {
	border-bottom-left-radius  : .25rem;
	border-bottom-right-radius : .25rem
	}

.flashes .alert.alert-info {
	background-color : #2f8cbb !important
	}

.flashes .close {
	color       : #ffffff;
	text-shadow : none
	}

.dropdown-item-danger {
	background-color : #eb5768 !important;
	color            : #ffffff !important
	}

.modal-backdrop {
	background-color : #ffffff
	}

.modal-backdrop.show {
	opacity : .5
	}

.modal-dialog {
	box-shadow       : 0 20px 60px 0 rgba(0, 0, 0, 0.2);
	background-color : transparent
	}

.modal-content {
	border-radius    : .7rem;
	border           : none;
	background-color : #f8f8f8
	}

.modal-header {
	background              : -moz-linear-gradient(-25deg, #006baa 0%, #0093c1 100%);
	background              : -webkit-linear-gradient(-25deg, #006baa 0%, #0093c1 100%);
	background              : linear-gradient(115deg, #006baa 0%, #0093c1 100%);
	color                   : #ffffff;
	border-top-left-radius  : .25rem;
	border-top-right-radius : .25rem;
	}

.modal-header .close {
	text-shadow : none;
	color       : #ffffff;
	opacity     : 1
	}

.modal-title {
	font-size : 16px
	}

.nav-tabs {
	border-bottom : none;
	margin-left   : -1rem;
	margin-right  : -1rem;
	}

.nav-tabs .nav-item {
	margin-bottom      : 0;
	-webkit-transition : opacity .2s;
	-moz-transition    : opacity .2s;
	-ms-transition     : opacity .2s;
	transition         : opacity .2s;
	border-radius      : 0;
	border             : none;
	}

.nav-tabs .nav-item .nav-link {
	color            : inherit;
	display          : block;
	border           : none;
	padding-bottom   : .8rem;
	position         : relative;
	opacity          : .6;
	background-color : transparent;
	text-transform   : uppercase;
	font-size        : 13px;
	}

.nav-tabs .nav-item .nav-link:before {
	content            : "";
	display            : block;
	position           : absolute;
	left               : 1rem;
	bottom             : 0;
	width              : calc(100% - 2rem);
	height             : 5px;
	-webkit-transition : background-color .2s;
	-moz-transition    : background-color .2s;
	-ms-transition     : background-color .2s;
	transition         : background-color .2s
	}

.nav-tabs .nav-item .nav-link.half-active {
	opacity  : 1;
	position : relative;
	}

.nav-tabs .nav-item .nav-link.half-active:before {
	background-color : rgba(0, 107, 170, 0.3)
	}

.nav-tabs .nav-item .nav-link.half-active:after {
	font-family : 'Font Awesome 5 Pro';
	font-weight : 400;
	content     : "\f054";
	position    : absolute;
	right       : -3px;
	top         : 9px;
	font-size   : 10px
	}

.nav-tabs .nav-item .nav-link.active {
	opacity          : 1;
	background-color : transparent;
	}

.nav-tabs .nav-item .nav-link.active:before {
	background-color : #006baa
	}

.nav-tabs .nav-item a.nav-link:not(.active):hover {
	opacity : 1;
	}

.nav-tabs .nav-item a.nav-link:not(.active):hover:before {
	background-color : #cccccc
	}

.nav-tabs .nav-item a.nav-link:not(.active):hover.half-active:before {
	background-color : #006baa
	}

.jumbotron .nav-tabs .nav-item .nav-link {
	font-weight : bold;
	}

.jumbotron .nav-tabs .nav-item .nav-link.active:before {
	background-color : #f8f8f8
	}

.table thead th {
	border           : none;
	background-color : #eeeeee;
	color            : #666666;
	font-size        : 13px;
	text-transform   : uppercase;
	white-space      : nowrap
	}

.table tbody td {
	background-color : #ffffff
	}

.table .overflow-ellipsis {
	max-width     : 300px;
	overflow      : hidden;
	text-overflow : ellipsis;
	white-space   : nowrap
	}

.table-click tbody tr {
	-webkit-transition : transform .2s, box-shadow .2s;
	-moz-transition    : transform .2s, box-shadow .2s;
	-ms-transition     : transform .2s, box-shadow .2s;
	transition         : transform .2s, box-shadow .2s;
	cursor             : pointer;
	}

.table-click tbody tr:hover {
	-webkit-transform : scale(1.02, 1.02);
	-moz-transform    : scale(1.02, 1.02);
	-ms-transform     : scale(1.02, 1.02);
	transform         : scale(1.02, 1.02);
	box-shadow        : 0 0 30px 0 rgba(0, 0, 0, 0.1);
	z-index           : 20;
	}

.table-click tbody tr:hover td {
	border-color : #ffffff
	}

@media screen and (min-width : 1200px) {
	.table-click tbody tr:hover {
		-webkit-transform : scale(1.01, 1.01);
		-moz-transform    : scale(1.01, 1.01);
		-ms-transform     : scale(1.01, 1.01);
		transform         : scale(1.01, 1.01)
		}
	}

.w-auto {
	width : auto !important
	}

.b-0 {
	border : none
	}

.border-radius-0 {
	border-radius : 0
	}

.btn-xs {
	padding   : .1rem .25rem;
	font-size : .75rem
	}

.nav-divider {
	background-color : rgba(255, 255, 255, 0.2);
	height           : 1px;
	margin           : .75rem 1rem;
	-webkit-flex     : 0 0 1px;
	-ms-flex         : 0 0 1px;
	flex             : 0 0 1px;
	}

.nav-divider + .nav-divider {
	display : none
	}

.caret {
	font-family : 'Font Awesome 5 Pro';
	font-weight : 900;
	}

.caret:before {
	content : "\f0d7"
	}

.caret-up .caret:before {
	content : "\f0d8"
	}

.pre-line {
	white-space : pre-line
	}

.flex-grow-1 {
	-webkit-box-flex  : 1 !important;
	-webkit-flex-grow : 1 !important;
	-ms-flex-positive : 1 !important;
	flex-grow         : 1 !important
	}

body {
	background-color       : #f8f8f8;
	display                : -webkit-box;
	display                : -ms-flexbox;
	display                : -webkit-flex;
	display                : flex;
	-webkit-flex-direction : column;
	-ms-flex-direction     : column;
	flex-direction         : column;
	-webkit-font-smoothing : antialiased;
	}

body > header, body > footer {
	-webkit-flex : 0 0 auto;
	-ms-flex     : 0 0 auto;
	flex         : 0 0 auto
	}

body > .content {
	-webkit-flex : 1 0 auto;
	-ms-flex     : 1 0 auto;
	flex         : 1 0 auto;
	min-height   : 1px
	}

body > header.gradient:before {
	left        : 50%;
	margin-left : -300px
	}

body > header.gradient:after {
	left        : 50%;
	margin-left : 0
	}

body > header.gradient.grayscale .navbar-toggler-icon {
	background-image : url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
	}

body > header a {
	color : inherit
	}

body > header .navbar {
	border-bottom : 1px solid rgba(255, 255, 255, 0.2);
	padding       : 1.5rem 1rem;
	font-weight   : 300;
	}

body > header .navbar .nav-link {
	padding-left  : 1rem !important;
	padding-right : 1rem !important;
	}

@media screen and (max-width : 991px) {
	body > header .navbar .nav-link.btn-light {
		margin : .5rem 0 0 0 !important
		}
	}

body > header.card-overlay {
	padding-bottom : 120px;
	}

body > header.card-overlay:after {
	bottom : -230px
	}

body > header .search {
	position : relative;
	}

body > header .search input {
	border     : none;
	box-shadow : 0 20px 60px 0 rgba(0, 0, 0, 0.1);
	padding    : 1rem 1.5rem 1rem 4.5rem
	}

body > header .search .btn {
	padding : 1rem 1.5rem
	}

body > header .search .input-group input {
	padding-left : 1.5rem
	}

body > header .search:after {
	content        : "\f002";
	font-family    : 'Font Awesome 5 Pro';
	font-weight    : 400;
	font-size      : 24px;
	position       : absolute;
	left           : 1.5rem;
	top            : .5rem;
	color          : #aaaaaa;
	pointer-events : none
	}

body > header form[sim-component="inplace-formula"] {
	background-color : #ffffff;
	color            : #333333;
	border-radius    : .5rem;
	padding          : 2rem;
	}

body > header form[sim-component="inplace-formula"] a {
	color : #006baa
	}

body > aside {
	padding : 10px;
	z-index : 505;
	}

body > aside.gradient:before {
	display : none
	}

body > aside.gradient:after {
	display : none
	}

body > aside .navbar-brand {
	padding            : 7px;
	-webkit-transition : padding .2s;
	-moz-transition    : padding .2s;
	-ms-transition     : padding .2s;
	transition         : padding .2s
	}

body > aside .navbar-org {
	text-transform     : uppercase;
	font-size          : 11px;
	-webkit-transition : opacity .2s;
	-moz-transition    : opacity .2s;
	-ms-transition     : opacity .2s;
	transition         : opacity .2s;
	white-space        : nowrap;
	font-weight        : bold;
	margin-right       : auto;
	color              : #ffffff;
	opacity            : 0;
	overflow           : hidden;
	}

body > aside .navbar-org > div:first-child {
	text-overflow : ellipsis;
	overflow      : hidden;
	margin-right  : .25rem
	}

body > aside > .navbar {
	-webkit-flex-direction : column !important;
	-ms-flex-direction     : column !important;
	flex-direction         : column !important;
	padding                : 0 !important;
	flex-wrap              : nowrap !important;
	}

body > aside > .navbar > .navbar-header {
	width : 100%
	}

body > aside > .navbar > .navbar-collapse {
	-webkit-flex : 1 1 auto;
	-ms-flex     : 1 1 auto;
	flex         : 1 1 auto;
	min-height   : 0;
	}

body > aside > .navbar > .navbar-collapse > .navbar-nav {
	position : relative;
	}

body > aside > .navbar > .navbar-collapse > .navbar-nav > .nav-item {
	padding            : 8px 18px;
	-webkit-transition : background-color .2s, height .2s;
	-moz-transition    : background-color .2s, height .2s;
	-ms-transition     : background-color .2s, height .2s;
	transition         : background-color .2s, height .2s;
	border-radius      : 5px;
	color              : #ffffff;
	-webkit-flex       : 0 0 auto;
	-ms-flex           : 0 0 auto;
	flex               : 0 0 auto;
	}

body > aside > .navbar > .navbar-collapse > .navbar-nav > .nav-item:hover {
	background-color : rgba(0, 0, 0, 0.1);
	text-decoration  : none
	}

body > aside > .navbar > .navbar-collapse > .navbar-nav > .nav-item:active {
	background-color : rgba(255, 255, 255, 0.2)
	}

body > aside > .navbar > .navbar-collapse > .navbar-nav > .nav-item.active {
	background-color : rgba(0, 0, 0, 0.2)
	}

body > aside > .navbar > .navbar-collapse > .navbar-nav > .nav-item > .nav-icon {
	font-size    : 18px;
	margin-right : 20px
	}

body > aside > .navbar > .navbar-collapse > .navbar-nav > .nav-more {
	border           : none;
	background-color : transparent;
	position         : absolute;
	left             : 0
	}

body > aside > .navbar .with-badge {
	position : relative;
	}

body > aside > .navbar .with-badge:after {
	content            : "";
	display            : block;
	opacity            : 0;
	background-color   : #fecd5f;
	width              : 8px;
	height             : 8px;
	border-radius      : 8px;
	top                : 0;
	right              : 0;
	position           : absolute;
	-webkit-transition : opacity .2s;
	-moz-transition    : opacity .2s;
	-ms-transition     : opacity .2s;
	transition         : opacity .2s
	}

@media screen and (min-width : 576px) {
	body > aside {
		position           : fixed !important;
		left               : 0;
		top                : 0;
		height             : 100vh;
		width              : 78px;
		-webkit-transition : width .2s, box-shadow .2s;
		-moz-transition    : width .2s, box-shadow .2s;
		-ms-transition     : width .2s, box-shadow .2s;
		transition         : width .2s, box-shadow .2s;
		display            : -webkit-box;
		display            : -ms-flexbox;
		display            : -webkit-flex;
		display            : flex
		}
	
	body > aside .navbar-brand {
		padding : 10px 0 25px 11px
		}
	
	body > aside .navbar-org {
		padding       : 0 0 0 1.15rem;
		margin-bottom : .75rem;
		width         : 100%
		}
	
	body > aside > .navbar {
		-webkit-flex-align  : start !important;
		-ms-flex-align      : start !important;
		-webkit-align-items : start !important;
		align-items         : start !important;
		width               : 100%;
		}
	
	body > aside > .navbar > .navbar-collapse {
		width                   : 100%;
		-webkit-flex-direction  : column;
		-ms-flex-direction      : column;
		flex-direction          : column;
		-ms-flex-pack           : space-between;
		-webkit-justify-content : space-between;
		justify-content         : space-between;
		}
	
	body > aside > .navbar > .navbar-collapse > .navbar-nav {
		-webkit-flex-direction : column !important;
		-ms-flex-direction     : column !important;
		flex-direction         : column !important;
		width                  : 100%;
		-webkit-flex-shrink    : 0;
		-ms-flex-negative      : 0;
		flex-shrink            : 0;
		}
	
	body > aside > .navbar > .navbar-collapse > .navbar-nav:first-child {
		-webkit-flex-shrink : 1;
		-ms-flex-negative   : 1;
		flex-shrink         : 1;
		overflow-x          : hidden;
		overflow-y          : hidden
		}
	
	body > aside > .navbar > .navbar-collapse > .navbar-nav > .nav-item {
		height      : 43px;
		white-space : nowrap;
		}
	
	body > aside > .navbar > .navbar-collapse > .navbar-nav > .nav-item > .nav-icon ~ * {
		-webkit-transform  : translate(30px, 0);
		-moz-transform     : translate(30px, 0);
		-ms-transform      : translate(30px, 0);
		transform          : translate(30px, 0);
		-webkit-transition : transform .2s, opacity .2s;
		-moz-transition    : transform .2s, opacity .2s;
		-ms-transition     : transform .2s, opacity .2s;
		transition         : transform .2s, opacity .2s;
		opacity            : 0;
		text-overflow      : ellipsis;
		overflow           : hidden
		}
	
	body > aside > .navbar .with-badge:after {
		opacity : 1
		}
	}

body .aside-info {
	display            : none;
	-webkit-transition : left .2s;
	-moz-transition    : left .2s;
	-ms-transition     : left .2s;
	transition         : left .2s;
	}

body .aside-info h1 {
	word-break : normal !important
	}

body .aside-info hr {
	display          : none;
	border-top-color : rgba(255, 255, 255, 0.2);
	margin           : 1.5rem 0;
	}

body .aside-info hr:first-child {
	margin-top : 0
	}

body .aside-info hr:last-child {
	margin-bottom : 0
	}

body .aside-info.grayscale hr {
	border-top-color : rgba(0, 0, 0, 0.1)
	}

body .aside-sub {
	display            : none;
	-webkit-transition : left .2s;
	-moz-transition    : left .2s;
	-ms-transition     : left .2s;
	transition         : left .2s
	}

body.with-aside {
	padding-left : 78px;
	}

body.with-aside.with-aside-info:not(.with-temp-aside-info) .aside-info {
	display : block
	}

@media screen and (min-width : 1200px) {
	body.with-aside.with-aside-info {
		padding-left : 478px;
		}
	
	body.with-aside.with-aside-info .aside-info {
		position               : fixed !important;
		padding                : 0;
		left                   : 78px;
		top                    : 0;
		height                 : 100vh;
		width                  : 400px;
		margin                 : 0;
		z-index                : 504;
		color                  : #ffffff;
		border                 : none;
		background             : -moz-linear-gradient(top, rgba(0, 107, 170, 0.8) 0%, rgba(0, 147, 193, 0.8) 100%);
		background             : -webkit-linear-gradient(top, rgba(0, 107, 170, 0.8) 0%, rgba(0, 147, 193, 0.8) 100%);
		background             : linear-gradient(to bottom, rgba(0, 107, 170, 0.8) 0%, rgba(0, 147, 193, 0.8) 100%);
		-webkit-flex-direction : column;
		-ms-flex-direction     : column;
		flex-direction         : column;
		display                : -webkit-box;
		display                : -ms-flexbox;
		display                : -webkit-flex;
		display                : flex !important;
		}
	
	body.with-aside.with-aside-info .aside-info.grayscale {
		background   : -moz-linear-gradient(top, rgba(229, 229, 229, 0.95) 0%, rgba(238, 238, 238, 0.95) 100%);
		background   : -webkit-linear-gradient(top, rgba(229, 229, 229, 0.95) 0%, rgba(238, 238, 238, 0.95) 100%);
		background   : linear-gradient(to bottom, rgba(229, 229, 229, 0.95) 0%, rgba(238, 238, 238, 0.95) 100%);
		color        : #333333;
		border-right : 1px solid #e3e4e8
		}
	
	body.with-aside.with-aside-info .aside-info .aside-info-header, body.with-aside.with-aside-info .aside-info .aside-info-footer {
		-webkit-flex : 0 0 auto;
		-ms-flex     : 0 0 auto;
		flex         : 0 0 auto;
		padding      : 0 2rem
		}
	
	body.with-aside.with-aside-info .aside-info .aside-info-body {
		-webkit-flex : 1 1 auto;
		-ms-flex     : 1 1 auto;
		flex         : 1 1 auto;
		overflow-x   : hidden;
		overflow-y   : auto;
		padding      : 1.5rem 2rem;
		}
	
	body.with-aside.with-aside-info .aside-info .aside-info-body a {
		text-decoration : underline
		}
	
	body.with-aside.with-aside-info .aside-info .aside-info-body .apps a {
		text-decoration : none;
		}
	
	body.with-aside.with-aside-info .aside-info .aside-info-body .apps a img {
		-webkit-transition : transform .2s;
		-moz-transition    : transform .2s;
		-ms-transition     : transform .2s;
		transition         : transform .2s
		}
	
	body.with-aside.with-aside-info .aside-info .aside-info-body .apps a:hover img {
		-webkit-transform : scale(1.1, 1.1);
		-moz-transform    : scale(1.1, 1.1);
		-ms-transform     : scale(1.1, 1.1);
		transform         : scale(1.1, 1.1)
		}
	
	body.with-aside.with-aside-info .aside-info hr {
		display : block
		}
	
	body.with-aside.with-aside-info .aside-info a {
		color : #ffffff
		}
	
	body.with-aside.with-aside-info .aside-info .nav-tabs {
		display : none
		}
	
	body.with-aside.with-aside-info .aside-info ~ .tab-content {
		margin-top : 0
		}
	
	body.with-aside.with-aside-info .aside-info .btn-transparent {
		color : #ffffff;
		}
	
	body.with-aside.with-aside-info .aside-info .btn-transparent:hover {
		background-color : rgba(255, 255, 255, 0.3)
		}
	
	body.with-aside.with-aside-info.with-right-aside-info {
		padding-left  : 78px;
		padding-right : 400px;
		}
	
	body.with-aside.with-aside-info.with-right-aside-info .aside-info {
		left  : auto;
		right : 0
		}
	
	body.with-aside.with-full-aside {
		padding-left : 275px;
		}
	
	body.with-aside.with-full-aside.with-aside-info {
		padding-left : 675px;
		}
	
	body.with-aside.with-full-aside.with-aside-info .aside-info {
		left : 275px
		}
	
	body.with-aside.with-full-aside.with-aside-info.with-right-aside-info {
		padding-left  : 275px;
		padding-right : 400px;
		}
	
	body.with-aside.with-full-aside.with-aside-info.with-right-aside-info .aside-info {
		right : 0;
		left  : auto
		}
	
	body.with-aside.with-full-aside > aside {
		width : 275px;
		}
	
	body.with-aside.with-full-aside > aside:hover {
		box-shadow : none
		}
	
	body.with-aside.with-full-aside > aside .navbar-org {
		opacity : .8
		}
	
	body.with-aside.with-full-aside > aside > .navbar > .navbar-collapse > .navbar-nav > .nav-item {
		height : auto;
		}
	
	body.with-aside.with-full-aside > aside > .navbar > .navbar-collapse > .navbar-nav > .nav-item > .nav-icon ~ * {
		opacity           : 1;
		-webkit-transform : none;
		-moz-transform    : none;
		-ms-transform     : none;
		transform         : none
		}
	
	body.with-aside.with-full-aside > aside > .navbar .with-badge:after {
		opacity : 0
		}
	}

@media screen and (min-width : 992px) {
	body.with-aside.with-sub-aside {
		padding-left : 378px;
		}
	
	body.with-aside.with-sub-aside .aside-sub {
		position               : fixed !important;
		padding                : 0;
		left                   : 78px;
		top                    : 0;
		height                 : 100vh;
		width                  : 300px;
		margin                 : 0;
		z-index                : 504;
		border                 : none;
		background-color       : #edeff3;
		-webkit-flex-direction : column;
		-ms-flex-direction     : column;
		flex-direction         : column;
		display                : -webkit-box;
		display                : -ms-flexbox;
		display                : -webkit-flex;
		display                : flex !important;
		border-right           : 1px solid #e3e4e8;
		}
	
	body.with-aside.with-sub-aside .aside-sub .aside-sub-header, body.with-aside.with-sub-aside .aside-sub .aside-sub-footer {
		-webkit-flex : 0 0 auto;
		-ms-flex     : 0 0 auto;
		flex         : 0 0 auto;
		padding      : 0 2rem;
		}
	
	body.with-aside.with-sub-aside .aside-sub .aside-sub-header input.searcher, body.with-aside.with-sub-aside .aside-sub .aside-sub-footer input.searcher {
		border : none
		}
	
	body.with-aside.with-sub-aside .aside-sub .aside-sub-body {
		-webkit-flex : 1 1 auto;
		-ms-flex     : 1 1 auto;
		flex         : 1 1 auto;
		overflow-x   : hidden;
		overflow-y   : auto;
		padding      : 1.5rem 2rem;
		}
	
	body.with-aside.with-sub-aside .aside-sub .aside-sub-body h2 {
		font-size      : 12px;
		text-transform : uppercase;
		font-weight    : bold;
		color          : #777777
		}
	}

@media screen and (min-width : 576px) {
	body.with-aside > aside:hover {
		width      : 275px;
		box-shadow : 0 0 60px 10px rgba(0, 0, 0, 0.32);
		}
	
	body.with-aside > aside:hover .navbar-org {
		opacity : .8
		}
	
	body.with-aside > aside:hover > .navbar > .navbar-collapse > .navbar-nav > .nav-item {
		height : auto;
		}
	
	body.with-aside > aside:hover > .navbar > .navbar-collapse > .navbar-nav > .nav-item > .nav-icon ~ * {
		opacity           : 1;
		-webkit-transform : none;
		-moz-transform    : none;
		-ms-transform     : none;
		transform         : none
		}
	
	body.with-aside > aside:hover > .navbar .with-badge:after {
		opacity : 0
		}
	}

@media screen and (max-width : 575px) {
	body.with-aside {
		padding-left : 0 !important
		}
	
	body.with-aside > aside {
		-webkit-flex : 0 0 auto;
		-ms-flex     : 0 0 auto;
		flex         : 0 0 auto;
		}
	
	body.with-aside > aside .navbar-header {
		display                 : -webkit-box;
		display                 : -ms-flexbox;
		display                 : -webkit-flex;
		display                 : flex;
		-ms-flex-pack           : space-between;
		-webkit-justify-content : space-between;
		justify-content         : space-between;
		-webkit-flex-align      : center;
		-ms-flex-align          : center;
		-webkit-align-items     : center;
		align-items             : center
		}
	
	body.with-aside > aside .navbar-collapse {
		width : 100%;
		}
	
	body.with-aside > aside .navbar-collapse > .navbar-nav {
		margin-top : 10px
		}
	
	body.with-aside > aside .navbar-org {
		opacity : .8
		}
	}

body.with-hidden-aside > aside {
	display : none
	}

@media screen and (min-width : 1200px) {
	body.with-hidden-aside {
		padding-left : 0 !important
		}
	
	body.with-hidden-aside.with-aside-info {
		padding-left : 400px !important
		}
	
	body.with-hidden-aside .aside-info {
		left : 0 !important
		}
	}

@media screen and (min-width : 576px) {
	body.with-hidden-aside {
		padding-left : 0 !important
		}
	
	body.with-hidden-aside .i-inspector-menu {
		left : 2rem !important
		}
	}

@media screen and (min-width : 1900px) {
	body.with-scroll-spy {
		padding-right : 280px
		}
	
	body.with-scroll-spy #scrollspy {
		display          : block !important;
		position         : fixed;
		right            : 15px;
		top              : 15px;
		max-height       : calc(100vh - 30px);
		width            : 280px;
		background-color : #f8f8f8;
		border-radius    : 8px;
		overflow-y       : auto;
		overflow-x       : hidden;
		padding          : 30px;
		}
	
	body.with-scroll-spy #scrollspy a {
		color              : #777777;
		font-size          : 14px;
		padding            : .25rem 0;
		-webkit-transition : color .2s;
		-moz-transition    : color .2s;
		-ms-transition     : color .2s;
		transition         : color .2s;
		}
	
	body.with-scroll-spy #scrollspy a:hover {
		color : #555555
		}
	
	body.with-scroll-spy #scrollspy .active {
		background-color : transparent;
		font-weight      : bold;
		color            : #333333
		}
	
	body.with-scroll-spy #scrollspy .offset-1 {
		margin-left : 10px
		}
	
	body.with-scroll-spy #scrollspy .offset-2 {
		margin-left : 20px
		}
	
	body.with-scroll-spy #scrollspy .offset-3 {
		margin-left : 30px
		}
	
	body.with-scroll-spy #scrollspy .offset-4 {
		margin-left : 40px
		}
	}

body > footer {
	font-size : 14px;
	}

body > footer a {
	color : #666666
	}

body > footer strong {
	display       : inline-block;
	margin-bottom : .5rem
	}

body > footer li {
	line-height : 28px
	}

body > footer .list-inline-item i {
	font-size : 18px
	}

body > footer .copyright {
	background-color : rgba(51, 51, 51, 0.05)
	}

html.electron body {
	background-color : transparent;
	}

html.electron body > aside.gradient {
	background : -moz-linear-gradient(-25deg, rgba(0, 112, 191, 0.7) 0%, rgba(0, 160, 217, 0.7) 100%);
	background : -webkit-linear-gradient(-25deg, rgba(0, 112, 191, 0.7) 0%, rgba(0, 160, 217, 0.7) 100%);
	background : linear-gradient(115deg, rgba(0, 112, 191, 0.7) 0%, rgba(0, 160, 217, 0.7) 100%);
	}

html.electron body > aside.gradient.gradient-vertical {
	background : -moz-linear-gradient(top, rgba(0, 112, 191, 0.7) 0%, rgba(0, 160, 217, 0.7) 100%);
	background : -webkit-linear-gradient(top, rgba(0, 112, 191, 0.7) 0%, rgba(0, 160, 217, 0.7) 100%);
	background : linear-gradient(to bottom, rgba(0, 112, 191, 0.7) 0%, rgba(0, 160, 217, 0.7) 100%)
	}

html.electron body > aside .aside-brand {
	display : none
	}

html.electron body > aside > nav {
	margin-top : 30px
	}

html.electron body > footer {
	display : none
	}

html.electron body > .container, html.electron body > .container-fluid {
	background-color : #f8f8f8;
	}

html.electron body > .container.content-login, html.electron body > .container-fluid.content-login {
	background-color : rgba(248, 248, 248, 0.7)
	}

html.electron .d-el-none {
	display : none !important
	}

html.electron .d-el-block {
	display : block !important
	}

html.electron .d-el-flex {
	display : -webkit-box;
	display : -ms-flexbox;
	display : -webkit-flex;
	display : flex !important
	}

html.electron .d-el-inline-block {
	display : inline-block !important
	}

html.standalone body {
	background-color : #006baa;
	}

html.standalone body > .content {
	background-color : #f8f8f8
	}

body > .container-fluid {
	padding-left  : 2rem;
	padding-right : 2rem;
	}

body > .container-fluid > header {
	background-color : #ffffff;
	margin           : 0 -2rem 2rem -2rem;
	padding          : 0 2rem;
	border-bottom    : 1px solid #e3e4e8;
	min-height       : 85px;
	}

body > .container-fluid > header h1 {
	word-wrap  : break-word;
	word-break : break-all
	}

body > .container-fluid > header .go-back {
	line-height        : inherit;
	font-size          : inherit;
	color              : #cccccc;
	margin-right       : 1rem;
	-webkit-transition : color .2s;
	-moz-transition    : color .2s;
	-ms-transition     : color .2s;
	transition         : color .2s;
	}

body > .container-fluid > header .go-back:hover {
	color : #006baa
	}

body > .container-fluid > header .go-back:before {
	content : "\f0a8"
	}

body > .container-fluid > header button.go-back {
	background-color : transparent;
	border           : none;
	padding          : none
	}

body > .container-fluid > header > .nav-tabs {
	margin-top : 1rem
	}

body > .container-fluid > header ~ .tab-content {
	margin-bottom : 2rem
	}

@media screen and (min-width : 576px) {
	body.with-aside > .container-fluid {
		height                 : 100vh;
		display                : -webkit-box;
		display                : -ms-flexbox;
		display                : -webkit-flex;
		display                : flex;
		-webkit-flex-direction : column;
		-ms-flex-direction     : column;
		flex-direction         : column;
		}
	
	body.with-aside > .container-fluid > header {
		-webkit-flex : 0 0 auto;
		-ms-flex     : 0 0 auto;
		flex         : 0 0 auto
		}
	
	body.with-aside > .container-fluid > .tab-content {
		-webkit-flex : 1 1 auto;
		-ms-flex     : 1 1 auto;
		flex         : 1 1 auto;
		overflow-x   : hidden;
		overflow-y   : auto;
		margin       : -2rem -2rem 0 -2rem;
		}
	
	body.with-aside > .container-fluid > .tab-content > .tab-pane {
		padding : 2rem
		}
	}

.icon-placeholder-8 {
	display : inline-block;
	width   : 8px;
	height  : 8px
	}

.icon-placeholder-16 {
	display : inline-block;
	width   : 16px;
	height  : 16px
	}

.icon-placeholder-32 {
	display : inline-block;
	width   : 32px;
	height  : 32px
	}

.app > a {
	color : inherit
	}

.app-icon {
	display       : inline-block;
	border-radius : 100px;
	line-height   : 1px;
	}

.app-icon.app-icon-square {
	border-radius : 5px
	}

.row > * > .app-icon, .row > * > a > .app-icon, .row > * > .card {
	max-width : 100%
	}

.app-title {
	font-weight : bold;
	height      : 3em
	}

.coming-soon:before {
	content                : "coming soon";
	display                : block;
	position               : absolute;
	background-color       : #2f8cbb;
	color                  : #ffffff;
	padding                : 3px 7px;
	font-size              : 12px;
	border-top-left-radius : 5px
	}

.premium:before {
	content                : "premium";
	display                : block;
	position               : absolute;
	background-color       : #fecd5f;
	color                  : #333333;
	padding                : 3px 7px;
	font-size              : 12px;
	border-top-left-radius : 5px
	}

.gradient {
	position   : relative;
	overflow   : hidden;
	background : -moz-linear-gradient(-25deg, #006baa 0%, #0093c1 100%);
	background : -webkit-linear-gradient(-25deg, #006baa 0%, #0093c1 100%);
	background : linear-gradient(115deg, #006baa 0%, #0093c1 100%);
	color      : #ffffff;
	}

.gradient.grayscale {
	background : -moz-linear-gradient(-25deg, rgba(229, 229, 229, 0.95) 0%, rgba(238, 238, 238, 0.95) 100%);
	background : -webkit-linear-gradient(-25deg, rgba(229, 229, 229, 0.95) 0%, rgba(238, 238, 238, 0.95) 100%);
	background : linear-gradient(115deg, rgba(229, 229, 229, 0.95) 0%, rgba(238, 238, 238, 0.95) 100%);
	color      : #333333
	}

.gradient.gradient-vertical {
	background : -moz-linear-gradient(top, #006baa 0%, #0093c1 100%);
	background : -webkit-linear-gradient(top, #006baa 0%, #0093c1 100%);
	background : linear-gradient(to bottom, #006baa 0%, #0093c1 100%);
	}

.gradient.gradient-vertical.grayscale {
	background : -moz-linear-gradient(top, rgba(229, 229, 229, 0.95) 0%, rgba(238, 238, 238, 0.95) 100%);
	background : -webkit-linear-gradient(top, rgba(229, 229, 229, 0.95) 0%, rgba(238, 238, 238, 0.95) 100%);
	background : linear-gradient(to bottom, rgba(229, 229, 229, 0.95) 0%, rgba(238, 238, 238, 0.95) 100%)
	}

.gradient .text-themed {
	color : #006baa
	}

.gradient:before {
	content                  : '';
	display                  : block;
	position                 : absolute;
	background               : -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
	background               : -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
	background               : linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
	left                     : 500px;
	top                      : -300px;
	width                    : 300px;
	height                   : 600px;
	-webkit-transform        : rotate(60deg);
	-moz-transform           : rotate(60deg);
	-ms-transform            : rotate(60deg);
	transform                : rotate(60deg);
	-webkit-transform-origin : 0 0;
	-moz-transform-origin    : 0 0;
	-ms-transform-origin     : 0 0;
	transform-origin         : 0 0;
	pointer-events           : none
	}

.gradient:after {
	content                  : '';
	display                  : block;
	position                 : absolute;
	background               : -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
	background               : -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
	background               : linear-gradient(to top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
	right                    : 500px;
	bottom                   : -350px;
	width                    : 300px;
	height                   : 600px;
	-webkit-transform        : rotate(60deg);
	-moz-transform           : rotate(60deg);
	-ms-transform            : rotate(60deg);
	transform                : rotate(60deg);
	-webkit-transform-origin : 100% 100%;
	-moz-transform-origin    : 100% 100%;
	-ms-transform-origin     : 100% 100%;
	transform-origin         : 100% 100%;
	pointer-events           : none
	}

.gradient .app-icon {
	box-shadow : 0 20px 40px 0 rgba(0, 0, 0, 0.2)
	}

@media screen and (min-width : 576px) {
	.gradient.gradient-sm-vertical {
		background : -moz-linear-gradient(top, #006baa 0%, #0093c1 100%);
		background : -webkit-linear-gradient(top, #006baa 0%, #0093c1 100%);
		background : linear-gradient(to bottom, #006baa 0%, #0093c1 100%)
		}
	}

body.gradient {
	overflow              : visible;
	background-attachment : fixed;
	}

body.gradient:before, body.gradient:after {
	position : fixed
	}

.breadcrumb {
	font-size        : 12px;
	background-color : transparent;
	padding          : 0;
	margin           : 0 0 .15rem 0
	}

.breadcrumb-item {
	max-width     : 200px;
	text-overflow : ellipsis;
	overflow-x    : hidden;
	white-space   : nowrap
	}

.i-chart {
	position : relative;
	}

.i-chart .i-chart-label {
	position                : absolute;
	text-align              : center;
	left                    : 0;
	right                   : 0;
	width                   : 100%;
	height                  : 100%;
	display                 : -webkit-box;
	display                 : -ms-flexbox;
	display                 : -webkit-flex;
	display                 : flex;
	-webkit-flex-direction  : column;
	-ms-flex-direction      : column;
	flex-direction          : column;
	-ms-flex-pack           : center;
	-webkit-justify-content : center;
	justify-content         : center;
	margin-top              : 30px;
	}

.i-chart .i-chart-label .fa {
	font-size     : 36px;
	margin-bottom : 20px
	}

.i-panel {
	background-color : #f8f8f8;
	}

.i-panel h1, .i-panel h2, .i-panel h3, .i-panel h4, .i-panel h5, .i-panel h6 {
	font-weight : normal
	}

.i-panel p.underline {
	border-bottom  : 1px solid rgba(51, 51, 51, 0.1);
	padding-bottom : 15px
	}

.content > section {
	padding : 6rem 0;
	}

.content > section:nth-child(even) {
	background-color : #ffffff
	}

@media screen and (max-width : 991px) {
	.content > section {
		padding : 3rem 0
		}
	}

.content-features > section h2 {
	font-size     : 2.5rem;
	font-weight   : 300;
	line-height   : 1.1;
	margin-bottom : 3rem
	}

.content-features > section p {
	font-size   : 1.25rem;
	font-weight : 300
	}

.content-features > section ul {
	font-size   : 1.25rem;
	font-weight : 300
	}

.content-features > section li {
	padding : 5px 0
	}

.content-features > section strong {
	font-weight : 600
	}

.content-kb > section {
	padding : 2rem 0
	}

.with-aside .content-kb > section {
	margin-left  : -2rem;
	margin-right : -2rem;
	}

.with-aside .content-kb > section:first-of-type {
	padding-top : 0
	}

.with-aside .content-kb > section:last-child {
	margin-bottom : -2rem
	}

.with-aside .content-kb > section:nth-child(odd) {
	background-color : #f8f8f8
	}

section:nth-child(even) .feature a:hover {
	background-color : #f8f8f8
	}

section:nth-child(even) .card {
	background-color : #f8f8f8
	}

.list-group {
	margin : -.5rem
	}

.i-panel .list-group {
	margin : 0
	}

.list-group-header {
	display : -webkit-box;
	display : -ms-flexbox;
	display : -webkit-flex;
	display : flex;
	padding : .5rem
	}

.list-group-item {
	display             : -webkit-box;
	display             : -ms-flexbox;
	display             : -webkit-flex;
	display             : flex;
	-webkit-flex-align  : center;
	-ms-flex-align      : center;
	-webkit-align-items : center;
	align-items         : center;
	border              : none;
	background-color    : transparent;
	padding             : .5rem;
	border-radius       : .25rem;
	}

.list-group-item.active .list-group-icon {
	color : #333333
	}

.list-group-divider {
	background-color : #e3e4e8;
	height           : 1px;
	margin           : .75rem 0
	}

.list-group-icon {
	width            : 50px;
	height           : 50px;
	-webkit-flex     : 0 0 50px;
	-ms-flex         : 0 0 50px;
	flex             : 0 0 50px;
	text-align       : center;
	line-height      : 50px;
	margin-right     : 1rem;
	background-color : #ffffff;
	border-radius    : .25rem;
	}

.list-group-icon.far, .list-group-icon.fal, .list-group-icon.fas, .list-group-icon.fab {
	font-size : 22px
	}

.list-group-icon img {
	width      : 32px;
	height     : 32px;
	margin-top : -3px
	}

.list-group-icon + .list-group-icon {
	margin-left : -1rem
	}

.list-group-icons {
	-webkit-flex   : 0 0 200px;
	-ms-flex       : 0 0 200px;
	flex           : 0 0 200px;
	display        : -webkit-box;
	display        : -ms-flexbox;
	display        : -webkit-flex;
	display        : flex;
	list-style     : none;
	padding        : 0;
	background     : -moz-linear-gradient(left, #ffffff 0%, #ffffff 25%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.5) 50%, #ffffff 50%, #ffffff 75%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.5) 100%);
	background     : -webkit-linear-gradient(left, #ffffff 0%, #ffffff 25%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.5) 50%, #ffffff 50%, #ffffff 75%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.5) 100%);
	background     : linear-gradient(to right, #ffffff 0%, #ffffff 25%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.5) 50%, #ffffff 50%, #ffffff 75%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.5) 100%);
	width          : 200px;
	margin         : 0 1rem 0 0;
	overflow       : hidden;
	border-radius  : .25rem;
	pointer-events : none;
	}

.list-group-icons li {
	-webkit-flex : 0 0 50px;
	-ms-flex     : 0 0 50px;
	flex         : 0 0 50px;
	width        : 50px;
	height       : 50px;
	padding      : 9px;
	}

.list-group-icons li img {
	width : 100%
	}

.list-group-icons li:first-child {
	border-top-left-radius    : .25rem;
	border-bottom-left-radius : .25rem
	}

.list-group-icons li:last-child {
	border-top-right-radius    : .25rem;
	border-bottom-right-radius : .25rem
	}

@media screen and (max-width : 1199px) {
	.list-group-icons {
		width        : 100px;
		-webkit-flex : 0 0 100px;
		-ms-flex     : 0 0 100px;
		flex         : 0 0 100px
		}
	}

.list-group-icons-more {
	line-height : 31px;
	text-align  : center
	}

.list-group-title {
	overflow     : hidden;
	word-wrap    : break-word;
	word-break   : break-all;
	margin-right : auto
	}

.list-group-split {
	margin-right           : auto;
	display                : -webkit-box;
	display                : -ms-flexbox;
	display                : -webkit-flex;
	display                : flex;
	-webkit-flex-direction : column;
	-ms-flex-direction     : column;
	flex-direction         : column;
	-webkit-flex-shrink    : 1;
	-ms-flex-negative      : 1;
	flex-shrink            : 1;
	overflow-x             : hidden
	}

a.list-group-item, button.list-group-item {
	text-align         : left;
	-webkit-transition : transform .2s, box-shadow .2s, background-color .2s;
	-moz-transition    : transform .2s, box-shadow .2s, background-color .2s;
	-ms-transition     : transform .2s, box-shadow .2s, background-color .2s;
	transition         : transform .2s, box-shadow .2s, background-color .2s;
	color              : inherit;
	}

a.list-group-item:hover, button.list-group-item:hover {
	-webkit-transform : scale(1.02, 1.02);
	-moz-transform    : scale(1.02, 1.02);
	-ms-transform     : scale(1.02, 1.02);
	transform         : scale(1.02, 1.02);
	box-shadow        : 0 5px 30px 0 rgba(0, 0, 0, 0.1);
	z-index           : 20;
	}

a.list-group-item:hover:not(.active), button.list-group-item:hover:not(.active) {
	background-color : #ffffff
	}

@media screen and (min-width : 1200px) {
	a.list-group-item:hover, button.list-group-item:hover {
		-webkit-transform : scale(1.01, 1.01);
		-moz-transform    : scale(1.01, 1.01);
		-ms-transform     : scale(1.01, 1.01);
		transform         : scale(1.01, 1.01)
		}
	}

.gradient:not(.gradient-grayscale) .list-group-icon {
	background-color   : rgba(255, 255, 255, 0.1);
	-webkit-transition : background-color .2s;
	-moz-transition    : background-color .2s;
	-ms-transition     : background-color .2s;
	transition         : background-color .2s
	}

.gradient:not(.gradient-grayscale) .list-group-item:hover {
	background-color : rgba(255, 255, 255, 0.1);
	}

.gradient:not(.gradient-grayscale) .list-group-item:hover .list-group-icon {
	background-color : transparent
	}

.list-group-tools {
	display             : -webkit-box;
	display             : -ms-flexbox;
	display             : -webkit-flex;
	display             : flex;
	-webkit-flex-align  : center;
	-ms-flex-align      : center;
	-webkit-align-items : center;
	align-items         : center;
	margin-right        : .5rem;
	}

.list-group-tools > * {
	margin-left : .5rem
	}

.list-group-group > .list-group-item {
	display : none
	}

.list-group-item-detail {
	padding          : 15px;
	margin-left      : 59px;
	background-color : #ffffff;
	border-radius    : .5rem
	}

.list-group-small .list-group-icon {
	width        : 25px;
	height       : 25px;
	-webkit-flex : 0 0 25px;
	-ms-flex     : 0 0 25px;
	flex         : 0 0 25px;
	line-height  : 25px;
	}

.list-group-small .list-group-icon.far, .list-group-small .list-group-icon.fal, .list-group-small .list-group-icon.fas, .list-group-small .list-group-icon.fab {
	font-size : 14px
	}

.list-group-dashed .list-group-item:not(:first-child) {
	border-top : 1px solid #dfdfdf
	}

.folders .folder {
	display            : -webkit-box;
	display            : -ms-flexbox;
	display            : -webkit-flex;
	display            : flex;
	color              : #333333;
	padding            : 2px 7px;
	border-radius      : 5px;
	-webkit-transition : background-color .2s;
	-moz-transition    : background-color .2s;
	-ms-transition     : background-color .2s;
	transition         : background-color .2s;
	margin             : 0 -7px;
	}

.folders .folder * {
	pointer-events : none
	}

.folders .folder.draghover, .folders .folder:hover {
	text-decoration  : none;
	background-color : #e3e4e8
	}

.folders .folder.active .folder-name {
	color       : #006baa;
	font-weight : bold
	}

.folders .folder.active i:before {
	content : "\f07c"
	}

.folders .folder i {
	color        : #777777 !important;
	font-size    : 14px;
	margin-right : 12px
	}

.folders .folder .folder-name {
	-webkit-flex  : 1 1 auto;
	-ms-flex      : 1 1 auto;
	flex          : 1 1 auto;
	text-overflow : ellipsis;
	overflow-x    : hidden;
	white-space   : nowrap
	}

.folders .folder .badge {
	background-color : #e3e4e8
	}

.plan {
	background-color    : #999999;
	color               : #ffffff;
	border-radius       : 5px;
	text-align          : center;
	display             : -webkit-box;
	display             : -ms-flexbox;
	display             : -webkit-flex;
	display             : flex;
	-webkit-flex-align  : center;
	-ms-flex-align      : center;
	-webkit-align-items : center;
	align-items         : center;
	padding             : 5px;
	}

.plan > div {
	width : 100%
	}

.plan.plan-free {
	background-color : #71ac34
	}

.plan.plan-basic {
	background-color : #ff822e
	}

.plan.plan-standard {
	background-color : #ff6d1f
	}

.plan.plan-business {
	background-color : #ff6517
	}

.plan.plan-platinum, .plan.plan-internal-usage, .plan.plan-tailored {
	background-color : #fa5b0f
	}

a.plan {
	-webkit-transition : transform .2s;
	-moz-transition    : transform .2s;
	-ms-transition     : transform .2s;
	transition         : transform .2s;
	}

a.plan:hover {
	color             : #ffffff;
	text-decoration   : none;
	-webkit-transform : scale(1.05, 1.05);
	-moz-transform    : scale(1.05, 1.05);
	-ms-transform     : scale(1.05, 1.05);
	transform         : scale(1.05, 1.05)
	}

.sticky-call-to-action {
	position         : fixed;
	bottom           : 30px;
	right            : 30px;
	background-color : #ffffff;
	border-radius    : .65rem;
	padding          : 15px;
	box-shadow       : 0 6px 38px -9px rgba(0, 0, 0, 0.58);
	}

@media screen and (max-width : 767px) {
	.sticky-call-to-action {
		bottom : 0;
		left   : 0;
		right  : 0
		}
	}

svg.desktop {
	box-shadow    : 0 10px 40px 10px rgba(0, 0, 0, 0.1);
	border-radius : 6px
	}

svg.scenario g.flow svg.module:first-of-type .module-left-anchor {
	display : none
	}

svg.scenario .module a image {
	pointer-events : none
	}

svg.scenario .module a > .hover {
	-webkit-transition       : transform .2s;
	-moz-transition          : transform .2s;
	-ms-transition           : transform .2s;
	transition               : transform .2s;
	-webkit-transform-origin : 105px 130px;
	-moz-transform-origin    : 105px 130px;
	-ms-transform-origin     : 105px 130px;
	transform-origin         : 105px 130px
	}

svg.scenario .module a:hover {
	cursor : pointer;
	}

svg.scenario .module a:hover > .hover {
	-webkit-transform : scale(1.153, 1.153);
	-moz-transform    : scale(1.153, 1.153);
	-ms-transform     : scale(1.153, 1.153);
	transform         : scale(1.153, 1.153)
	}

svg.scenario .module a .progress {
	visibility : hidden
	}

svg.scenario .link.direction-rb .filter {
	-webkit-transform : translate(-12px, 30px);
	-moz-transform    : translate(-12px, 30px);
	-ms-transform     : translate(-12px, 30px);
	transform         : translate(-12px, 30px)
	}

svg.scenario .link.direction-rt .filter {
	-webkit-transform : translate(15px, 15px);
	-moz-transform    : translate(15px, 15px);
	-ms-transform     : translate(15px, 15px);
	transform         : translate(15px, 15px)
	}

svg.scenario .nomouseevents {
	pointer-events : none
	}

svg.scenario.animate .progress {
	stroke-dasharray          : 500;
	stroke-dashoffset         : 500;
	visibility                : visible !important;
	animation-name            : dash;
	animation-fill-mode       : forwards;
	animation-timing-function : linear
	}

svg.scenario.animate .status {
	opacity           : 0;
	-webkit-animation : animop .2s linear forwards;
	-moz-animation    : animop .2s linear forwards;
	-ms-animation     : animop .2s linear forwards;
	animation         : animop .2s linear forwards
	}

svg.scenario.animate .base, svg.scenario.animate .hover, svg.scenario.animate image, svg.scenario.animate .module-left-anchor, svg.scenario.animate .module-right-anchor {
	opacity           : .3;
	-webkit-animation : animop .2s linear forwards;
	-moz-animation    : animop .2s linear forwards;
	-ms-animation     : animop .2s linear forwards;
	animation         : animop .2s linear forwards
	}

svg.scenario.animate .link circle {
	opacity           : .2;
	-webkit-animation : animop .2s linear forwards;
	-moz-animation    : animop .2s linear forwards;
	-ms-animation     : animop .2s linear forwards;
	animation         : animop .2s linear forwards
	}

svg.scenario.animate .module:nth-of-type(1) .progress {
	animation-duration : 2s
	}

svg.scenario.animate .module:nth-of-type(1) .status {
	animation-delay : 1.5s
	}

svg.scenario.animate .module:nth-of-type(1) .base, svg.scenario.animate .module:nth-of-type(1) .hover, svg.scenario.animate .module:nth-of-type(1) image, svg.scenario.animate .module:nth-of-type(1) .module-left-anchor, svg.scenario.animate .module:nth-of-type(1) .module-right-anchor {
	opacity : 1
	}

svg.scenario.animate .module:nth-of-type(1) .bubble circle:nth-of-type(3) {
	animation-delay : 1.5s
	}

svg.scenario.animate .module:nth-of-type(1) .bubble circle:nth-of-type(2) {
	animation-delay : 1.75s
	}

svg.scenario.animate .module:nth-of-type(1) .bubble circle:nth-of-type(1) {
	animation-delay : 2s
	}

svg.scenario.animate .module:nth-of-type(1) .bubble text {
	animation-delay : 2s
	}

svg.scenario.animate .module:nth-of-type(2) .progress {
	animation-name     : dash3;
	animation-duration : .8s;
	animation-delay    : 2s
	}

svg.scenario.animate .module:nth-of-type(2) .status {
	animation-delay : 2.3s
	}

svg.scenario.animate .module:nth-of-type(2) .base, svg.scenario.animate .module:nth-of-type(2) .hover, svg.scenario.animate .module:nth-of-type(2) image, svg.scenario.animate .module:nth-of-type(2) .module-left-anchor, svg.scenario.animate .module:nth-of-type(2) .module-right-anchor {
	animation-delay : 2s
	}

svg.scenario.animate .module:nth-of-type(2) .bubble circle:nth-of-type(3) {
	animation-delay : 2.3s
	}

svg.scenario.animate .module:nth-of-type(2) .bubble circle:nth-of-type(2) {
	animation-delay : 2.55s
	}

svg.scenario.animate .module:nth-of-type(2) .bubble circle:nth-of-type(1) {
	animation-delay : 2.8s
	}

svg.scenario.animate .module:nth-of-type(2) .bubble text {
	animation-delay : 2.8s
	}

svg.scenario.animate .module:nth-of-type(3) .progress {
	animation-name     : dash2;
	animation-duration : 4.5s;
	animation-delay    : 2.8s
	}

svg.scenario.animate .module:nth-of-type(3) .status {
	animation-delay : 6.8s
	}

svg.scenario.animate .module:nth-of-type(3) .base, svg.scenario.animate .module:nth-of-type(3) .hover, svg.scenario.animate .module:nth-of-type(3) image, svg.scenario.animate .module:nth-of-type(3) .module-left-anchor, svg.scenario.animate .module:nth-of-type(3) .module-right-anchor {
	animation-delay : 2.8s
	}

svg.scenario.animate .module:nth-of-type(3) .bubble circle:nth-of-type(3) {
	animation-delay : 6.8s
	}

svg.scenario.animate .module:nth-of-type(3) .bubble circle:nth-of-type(2) {
	animation-delay : 7.05s
	}

svg.scenario.animate .module:nth-of-type(3) .bubble circle:nth-of-type(1) {
	animation-delay : 7.3s
	}

svg.scenario.animate .module:nth-of-type(3) .bubble text {
	animation-delay : 7.3s
	}

svg.scenario.animate .module:nth-of-type(4) .progress {
	animation-duration : 2s;
	animation-delay    : 7.3s
	}

svg.scenario.animate .module:nth-of-type(4) .status {
	animation-delay : 8.8s
	}

svg.scenario.animate .module:nth-of-type(4) .base, svg.scenario.animate .module:nth-of-type(4) .hover, svg.scenario.animate .module:nth-of-type(4) image, svg.scenario.animate .module:nth-of-type(4) .module-left-anchor, svg.scenario.animate .module:nth-of-type(4) .module-right-anchor {
	animation-delay : 7.3s
	}

svg.scenario.animate .module:nth-of-type(4) .bubble circle:nth-of-type(3) {
	animation-delay : 8.8s
	}

svg.scenario.animate .module:nth-of-type(4) .bubble circle:nth-of-type(2) {
	animation-delay : 9.05s
	}

svg.scenario.animate .module:nth-of-type(4) .bubble circle:nth-of-type(1) {
	animation-delay : 9.3s
	}

svg.scenario.animate .module:nth-of-type(4) .bubble text {
	animation-delay : 9.3s
	}

svg.scenario.animate .link:nth-of-type(1) circle:nth-of-type(1) {
	animation-delay : 1.5s
	}

svg.scenario.animate .link:nth-of-type(1) circle:nth-of-type(2) {
	animation-delay : 1.666666666666667s
	}

svg.scenario.animate .link:nth-of-type(1) circle:nth-of-type(3) {
	animation-delay : 1.833333333333333s
	}

svg.scenario.animate .link:nth-of-type(2) circle:nth-of-type(1) {
	animation-delay : 2.3s
	}

svg.scenario.animate .link:nth-of-type(2) circle:nth-of-type(2) {
	animation-delay : 2.466666666666666s
	}

svg.scenario.animate .link:nth-of-type(2) circle:nth-of-type(3) {
	animation-delay : 2.633333333333333s
	}

svg.scenario.animate .link:nth-of-type(3) circle:nth-of-type(1) {
	animation-delay : 6.8s
	}

svg.scenario.animate .link:nth-of-type(3) circle:nth-of-type(2) {
	animation-delay : 6.966666666666667s
	}

svg.scenario.animate .link:nth-of-type(3) circle:nth-of-type(3) {
	animation-delay : 7.133333333333333s
	}

svg.scenario.animate .bubble circle {
	-webkit-animation : animop .5s forwards;
	-moz-animation    : animop .5s forwards;
	-ms-animation     : animop .5s forwards;
	animation         : animop .5s forwards;
	opacity           : 0
	}

svg.scenario.animate .bubble text {
	-webkit-animation : animop 1s forwards;
	-moz-animation    : animop 1s forwards;
	-ms-animation     : animop 1s forwards;
	animation         : animop 1s forwards;
	opacity           : 0
	}

@-moz-keyframes animop {
	to {
		opacity : 1
		}
	}

@-webkit-keyframes animop {
	to {
		opacity : 1
		}
	}

@-o-keyframes animop {
	to {
		opacity : 1
		}
	}

@keyframes animop {
	to {
		opacity : 1
		}
	}

@-moz-keyframes dash {
	80% {
		stroke-dashoffset : 0;
		opacity           : 1
		}
	100% {
		stroke-dashoffset : 0;
		opacity           : 0
		}
	}

@-webkit-keyframes dash {
	80% {
		stroke-dashoffset : 0;
		opacity           : 1
		}
	100% {
		stroke-dashoffset : 0;
		opacity           : 0
		}
	}

@-o-keyframes dash {
	80% {
		stroke-dashoffset : 0;
		opacity           : 1
		}
	100% {
		stroke-dashoffset : 0;
		opacity           : 0
		}
	}

@keyframes dash {
	80% {
		stroke-dashoffset : 0;
		opacity           : 1
		}
	100% {
		stroke-dashoffset : 0;
		opacity           : 0
		}
	}

@-moz-keyframes dash2 {
	90% {
		stroke-dashoffset : 0;
		opacity           : 1
		}
	100% {
		stroke-dashoffset : 0;
		opacity           : 0
		}
	}

@-webkit-keyframes dash2 {
	90% {
		stroke-dashoffset : 0;
		opacity           : 1
		}
	100% {
		stroke-dashoffset : 0;
		opacity           : 0
		}
	}

@-o-keyframes dash2 {
	90% {
		stroke-dashoffset : 0;
		opacity           : 1
		}
	100% {
		stroke-dashoffset : 0;
		opacity           : 0
		}
	}

@keyframes dash2 {
	90% {
		stroke-dashoffset : 0;
		opacity           : 1
		}
	100% {
		stroke-dashoffset : 0;
		opacity           : 0
		}
	}

@-moz-keyframes dash3 {
	30% {
		stroke-dashoffset : 0;
		opacity           : 1
		}
	100% {
		stroke-dashoffset : 0;
		opacity           : 0
		}
	}

@-webkit-keyframes dash3 {
	30% {
		stroke-dashoffset : 0;
		opacity           : 1
		}
	100% {
		stroke-dashoffset : 0;
		opacity           : 0
		}
	}

@-o-keyframes dash3 {
	30% {
		stroke-dashoffset : 0;
		opacity           : 1
		}
	100% {
		stroke-dashoffset : 0;
		opacity           : 0
		}
	}

@keyframes dash3 {
	30% {
		stroke-dashoffset : 0;
		opacity           : 1
		}
	100% {
		stroke-dashoffset : 0;
		opacity           : 0
		}
	}

.doc-image-panel {
	float   : right;
	padding : 0 0 0 30px
	}

@media (max-width : 1199px) {
	.doc-image-panel {
		float      : none;
		text-align : center;
		padding    : 0
		}
	}

.doc-clear {
	clear        : both;
	margin-right : 10px;
	border-top   : 0
	}

.doc-comparison {
	margin-bottom : 30px;
	}

.doc-comparison ul {
	list-style    : none;
	margin        : 0;
	padding       : 0;
	display       : -webkit-box;
	display       : -ms-flexbox;
	display       : -webkit-flex;
	display       : flex;
	flex-wrap     : wrap;
	border-bottom : 1px solid #ebebeb
	}

.doc-comparison ul:first-child, .doc-comparison h2 + ul {
	font-weight : bold;
	margin      : 30px 0 0 0
	}

.doc-comparison li {
	-webkit-flex : 1 1 auto;
	-ms-flex     : 1 1 auto;
	flex         : 1 1 auto;
	padding      : 7px 10px;
	}

.doc-comparison li:nth-child(1) {
	width : 40%
	}

.doc-comparison li:nth-child(2) {
	width            : 15%;
	background-color : rgba(0, 0, 0, 0.03)
	}

.doc-comparison li:nth-child(3) {
	width : 15%
	}

.doc-comparison li:nth-child(4) {
	width            : 15%;
	background-color : rgba(0, 0, 0, 0.03)
	}

.doc-comparison li:nth-child(5) {
	width : 15%
	}

.doc-comparison li:nth-child(6) {
	background-color : rgba(0, 0, 0, 0.03)
	}

.doc-comparison li + li {
	text-align : center
	}

.doc-comparison.doc-comparison-5 li:nth-child(1) {
	width : 40%
	}

.doc-comparison.doc-comparison-5 li:nth-child(2) {
	width : 12%
	}

.doc-comparison.doc-comparison-5 li:nth-child(3) {
	width : 12%
	}

.doc-comparison.doc-comparison-5 li:nth-child(4) {
	width : 12%
	}

.doc-comparison.doc-comparison-5 li:nth-child(5) {
	width : 12%
	}

.doc-comparison.doc-comparison-5 li:nth-child(6) {
	width : 12%
	}

@media (max-width : 991px) {
	.doc-comparison li:nth-child(1) {
		width         : 100%;
		text-align    : center;
		padding-top   : 15px;
		border-bottom : 1px solid #ebebeb
		}
	
	.doc-comparison li:nth-child(2) {
		width          : 25%;
		padding-bottom : 10px
		}
	
	.doc-comparison li:nth-child(3) {
		width          : 25%;
		padding-bottom : 10px
		}
	
	.doc-comparison li:nth-child(4) {
		width          : 25%;
		padding-bottom : 10px
		}
	
	.doc-comparison li:nth-child(5) {
		width          : 25%;
		padding-bottom : 10px
		}
	
	.doc-comparison.doc-comparison-5 li:nth-child(1) {
		width : 100%
		}
	
	.doc-comparison.doc-comparison-5 li:nth-child(2) {
		width : 20%
		}
	
	.doc-comparison.doc-comparison-5 li:nth-child(3) {
		width : 20%
		}
	
	.doc-comparison.doc-comparison-5 li:nth-child(4) {
		width : 20%
		}
	
	.doc-comparison.doc-comparison-5 li:nth-child(5) {
		width : 20%
		}
	
	.doc-comparison.doc-comparison-5 li:nth-child(6) {
		width : 20%
		}
	}

.doc-function {
	border-left      : 5px solid #fecd5f;
	font-size        : 12px;
	background-color : #fbfbfb !important
	}

.content-kb .feature .feature-title {
	font-size : 100%
	}

.content-kb .downsize {
	font-size : 14px;
	}

.content-kb .downsize h2 {
	font-size : 22px !important
	}

.content-kb .downsize ul {
	list-style   : none;
	padding-left : 0;
	}

.content-kb .downsize ul li {
	padding-top : 5px
	}

.content-kb .videos p {
	margin-top : 5px
	}

.content-kb .search:before {
	display : none
	}

.content-kb .search input {
	padding-left : 8px
	}

.content-kb .page a:not(.btn):not(.badge):not(.no-underline) {
	color         : #005688;
	display       : inline;
	border-bottom : 1px solid #009df8;
	}

.content-kb .page a:not(.btn):not(.badge):not(.no-underline):hover, .content-kb .page a:not(.btn):not(.badge):not(.no-underline):active, .content-kb .page a:not(.btn):not(.badge):not(.no-underline):focus {
	color           : #003c5f;
	text-decoration : none;
	border-bottom   : 1px solid #003c5f
	}

.content-kb .page img {
	box-shadow : 0 0 20px -5px rgba(0, 0, 0, 0.5);
	max-width  : 100%;
	cursor     : pointer;
	cursor     : zoom-in;
	}

.content-kb .page img.no-shadow {
	box-shadow : none
	}

.content-kb .page .app-icon img {
	box-shadow : none;
	cursor     : default
	}

.content-kb .page a img {
	cursor : pointer
	}

.content-kb .page h1, .content-kb .page h2, .content-kb .page h3, .content-kb .page h4, .content-kb .page h5, .content-kb .page h6 {
	position : relative;
	}

.content-kb .page h1:hover a[name]:before, .content-kb .page h2:hover a[name]:before, .content-kb .page h3:hover a[name]:before, .content-kb .page h4:hover a[name]:before, .content-kb .page h5:hover a[name]:before, .content-kb .page h6:hover a[name]:before {
	font-size     : 14px;
	content       : '#';
	position      : absolute;
	right         : 100%;
	top           : 50%;
	margin-top    : -7px;
	padding-right : 5px
	}

.content-kb .page h1 {
	margin-top    : 50px;
	margin-bottom : 20px;
	}

.content-kb .page h1:first-child {
	margin-top : 0
	}

.content-kb .page h2 {
	margin-top    : 50px;
	margin-bottom : 20px;
	}

.content-kb .page h2:first-child {
	margin-top : 0
	}

.content-kb .page h3 {
	margin-top    : 40px;
	margin-bottom : 20px;
	}

.content-kb .page h3:first-child {
	margin-top : 0
	}

.content-kb .page h4 {
	margin-top    : 30px;
	margin-bottom : 20px
	}

.content-kb .page h5 {
	margin-top    : 30px;
	margin-bottom : 20px
	}

.content-kb .page ul > li > ul, .content-kb .page ol > li > ul, .content-kb .page ul > li > ol, .content-kb .page ol > li > ol {
	margin-bottom : 26px
	}

.content-kb .page table {
	margin-top    : 20px;
	margin-bottom : 20px;
	}

.content-kb .page table th {
	background-color : rgba(255, 255, 255, 0.7);
	padding          : 15px 10px
	}

.content-kb .page table td {
	padding : 7px 10px
	}

.content-kb .page table tr + tr td {
	border-top : 1px solid rgba(51, 51, 51, 0.05)
	}

.content-kb .page pre {
	padding          : 1rem;
	background-color : #f8f8f8
	}

.content-kb .topics {
	margin-top : 15px;
	}

.content-kb .topics ul {
	padding-left : 0
	}

.content-kb .topics li {
	margin     : 0;
	padding    : 5px 0 0 0;
	list-style : none
	}

.content-kb .topics .h3 {
	font-size   : 18px;
	font-weight : bold;
	margin-top  : 2rem;
	}

.content-kb .topics .h3:first-child {
	margin-top : 0
	}

.content-kb .topics .search {
	margin-bottom : 30px
	}

.content-kb .topics .offset-1 {
	margin-left : 10px
	}

.content-kb .topics .offset-2 {
	margin-left : 20px
	}

.content-kb .topics .offset-3 {
	margin-left : 30px
	}

.content-kb .topics .offset-4 {
	margin-left : 40px
	}

.content-kb .index {
	padding : 15px 0 0 0;
	}

.content-kb .index ul {
	padding-left : 0
	}

.content-kb .index li {
	margin     : 0;
	padding    : 5px 0 0 0;
	list-style : none
	}

.content-kb .index .h3 {
	font-size   : 18px;
	font-weight : bold;
	margin-top  : 2rem;
	}

.content-kb .index .h3:first-child {
	margin-top : 0
	}

.content-kb .index a {
	text-decoration : none !important;
	}

.content-kb .index a:hover {
	text-decoration : underline !important
	}

.content-kb .rating {
	border-top  : 1px solid #f8f8f8;
	padding-top : 30px;
	margin-top  : 30px;
	color       : #888888;
	clear       : both;
	}

.content-kb .rating .stars {
	display   : inline-block;
	direction : rtl;
	}

.content-kb .rating .stars .fa-star {
	padding : 0 1px
	}

.content-kb .rating .stars.rated .fa-star {
	color : #fa6f57
	}

.content-kb .rating .stars:not(.rated) .fa-star:hover {
	color : #fa6f57;
	}

.content-kb .rating .stars:not(.rated) .fa-star:hover:before {
	content : "\f005"
	}

.content-kb .rating .stars:not(.rated) .fa-star:hover ~ .fa-star {
	color : #fa6f57;
	}

.content-kb .rating .stars:not(.rated) .fa-star:hover ~ .fa-star:before {
	content : "\f005"
	}

@media screen and (max-width : 1199px) {
	.content-kb {
		display                : -webkit-box;
		display                : -ms-flexbox;
		display                : -webkit-flex;
		display                : flex;
		-webkit-flex-direction : column;
		-ms-flex-direction     : column;
		flex-direction         : column
		}
	
	.content-kb header:not(.order-1) {
		-webkit-box-ordinal-group : 2;
		-moz-box-ordinal-group    : 2;
		-ms-flex-order            : 2;
		-webkit-order             : 2;
		order                     : 2;
		margin-top                : 30px;
		border-top                : 1px solid #dddddd;
		padding-top               : 20px
		}
	}

body.with-aside-info .content-kb {
	padding : 1.5rem 2rem;
	}

body.with-aside-info .content-kb .rating {
	border-top-color : #dddddd
	}

body:not(.with-aside-info) .content-kb .page {
	background-color : #ffffff;
	padding          : 30px;
	border-radius    : .7rem
	}

.i-zoomed-image {
	cursor             : pointer;
	cursor             : zoom-out;
	position           : fixed;
	z-index            : 510;
	left               : 0;
	top                : 0;
	width              : 100vw;
	height             : 100vh;
	background-color   : transparent;
	-webkit-transition : background-color .5s;
	-moz-transition    : background-color .5s;
	-ms-transition     : background-color .5s;
	transition         : background-color .5s;
	}

.i-zoomed-image.in {
	background-color : rgba(51, 51, 51, 0.4);
	}

.i-zoomed-image.in img, .i-zoomed-image.in iframe {
	box-shadow : 0 6px 38px -9px rgba(0, 0, 0, 0.58);
	}

.i-zoomed-image.in img.no-shadow, .i-zoomed-image.in iframe.no-shadow {
	box-shadow : none
	}

.i-zoomed-image.in iframe {
	background-color : #ffffff;
	box-sizing       : content-box;
	border           : 10px solid #ffffff
	}

.i-zoomed-image img, .i-zoomed-image iframe {
	position           : absolute;
	-webkit-transition : box-shadow;
	-moz-transition    : box-shadow;
	-ms-transition     : box-shadow;
	transition         : box-shadow
	}

.async-hide {
	opacity : 0 !important
	}

.promobar {
	display          : block;
	text-align       : center;
	padding          : 15px 0;
	background-color : rgba(113, 172, 52, 0.8);
	font-size        : 13px;
	font-weight      : bold;
	box-shadow       : 0 6px 20px -9px rgba(0, 0, 0, 0.5);
	}

.promobar:hover {
	color : #ffffff
	}

.banner-btn {
	border-radius : 100px;
	margin        : 5px;
	padding       : 2px 10px
	}

.feature {
	text-align : center;
	padding    : 0;
	}

.feature p {
	margin : 0
	}

.feature .feature-title {
	font-size   : 120%;
	margin      : 1rem 0 .5rem 0;
	font-weight : bold
	}

.feature .feature-description {
	font-size : 80%
	}

.feature > * {
	padding : 30px 15px 15px 15px;
	}

.feature > * > i {
	font-size          : 38px;
	color              : #2f8cbb;
	-webkit-transition : transform .2s;
	-moz-transition    : transform .2s;
	-ms-transition     : transform .2s;
	transition         : transform .2s
	}

.feature > a {
	color              : inherit !important;
	display            : block !important;
	-webkit-transition : background-color .2s;
	-moz-transition    : background-color .2s;
	-ms-transition     : background-color .2s;
	transition         : background-color .2s;
	border-radius      : .5rem;
	border             : none !important;
	}

.feature > a:hover {
	text-decoration  : none;
	background-color : #ffffff;
	}

.feature > a:hover i {
	-webkit-transform : scale(1.3, 1.3);
	-moz-transform    : scale(1.3, 1.3);
	-ms-transform     : scale(1.3, 1.3);
	transform         : scale(1.3, 1.3)
	}

ul.languages li {
	opacity : .4;
	}

ul.languages li.active {
	opacity : 1
	}

.dot {
	border-radius : 100px;
	display       : inline-block;
	width         : 10px;
	height        : 10px
	}

.dot-blue {
	background-color : #2f8cbb
	}

.dot-orange {
	background-color : #fa6f57
	}

.btn-sign-in-with-google {
	color            : #ffffff;
	border-color     : #4285f4;
	position         : relative;
	padding-left     : 42px;
	background       : #ffffff;
	background-image : -moz-linear-gradient(left, #ffffff 0%, #ffffff 18%, #4285f4 18%, #4285f4 100%);
	background-image : -webkit-linear-gradient(left, #ffffff 0%, #ffffff 18%, #4285f4 18%, #4285f4 100%);
	background-image : linear-gradient(to right, #ffffff 0%, #ffffff 18%, #4285f4 18%, #4285f4 100%);
	}

.btn-sign-in-with-google div {
	position         : absolute;
	background-image : url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2018%2018%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A1.41421%3B%22%3E%3Cg%20id%3D%22Google-Button%22%3E%3Cg%20id%3D%22logo_googleg_48dp%22%3E%3Cpath%20id%3D%22Shape%22%20d%3D%22M17.64%2C9.205c0%2C-0.639%20-0.057%2C-1.252%20-0.164%2C-1.841l-8.476%2C0l0%2C3.481l4.844%2C0c-0.209%2C1.125%20-0.843%2C2.078%20-1.796%2C2.716l0%2C2.259l2.908%2C0c1.702%2C-1.567%202.684%2C-3.875%202.684%2C-6.615Z%22%20style%3D%22fill%3A%234285f4%3B%22%2F%3E%3Cpath%20id%3D%22Shape1%22%20serif%3Aid%3D%22Shape%22%20d%3D%22M9%2C18c2.43%2C0%204.467%2C-0.806%205.956%2C-2.18l-2.908%2C-2.259c-0.806%2C0.54%20-1.837%2C0.859%20-3.048%2C0.859c-2.344%2C0%20-4.328%2C-1.583%20-5.036%2C-3.71l-3.007%2C0l0%2C2.332c1.481%2C2.941%204.525%2C4.958%208.043%2C4.958Z%22%20style%3D%22fill%3A%2334a853%3B%22%2F%3E%3Cpath%20id%3D%22Shape2%22%20serif%3Aid%3D%22Shape%22%20d%3D%22M3.964%2C10.71c-0.18%2C-0.54%20-0.282%2C-1.117%20-0.282%2C-1.71c0%2C-0.593%200.102%2C-1.17%200.282%2C-1.71l0%2C-2.332l-3.007%2C0c-0.609%2C1.215%20-0.957%2C2.59%20-0.957%2C4.042c0%2C1.452%200.348%2C2.827%200.957%2C4.042l3.007%2C-2.332Z%22%20style%3D%22fill%3A%23fbbc05%3B%22%2F%3E%3Cpath%20id%3D%22Shape3%22%20serif%3Aid%3D%22Shape%22%20d%3D%22M9%2C3.58c1.321%2C0%202.508%2C0.454%203.44%2C1.345l2.582%2C-2.581c-1.559%2C-1.452%20-3.596%2C-2.344%20-6.022%2C-2.344c-3.518%2C0%20-6.562%2C2.017%20-8.043%2C4.958l3.007%2C2.332c0.708%2C-2.127%202.692%2C-3.71%205.036%2C-3.71Z%22%20style%3D%22fill%3A%23ea4335%3B%22%2F%3E%3Crect%20id%3D%22Shape4%22%20serif%3Aid%3D%22Shape%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2218%22%20height%3D%2218%22%20style%3D%22fill%3Anone%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	width            : 15px;
	height           : 15px;
	left             : 10px;
	top              : 7px
	}

.btn-sign-in-with-google:hover, .btn-sign-in-with-google:active {
	color            : #ffffff !important;
	background-image : -moz-linear-gradient(left, #ffffff 0%, #ffffff 18%, #1669f1 18%, #1669f1 100%) !important;
	background-image : -webkit-linear-gradient(left, #ffffff 0%, #ffffff 18%, #1669f1 18%, #1669f1 100%) !important;
	background-image : linear-gradient(to right, #ffffff 0%, #ffffff 18%, #1669f1 18%, #1669f1 100%) !important
	}

.btn-sign-in-with-google:focus, .btn-sign-in-with-google:active {
	box-shadow : 0 0 0 .2rem rgba(66, 133, 244, 0.5) !important
	}

.btn-sign-in-with-facebook {
	background-color : #4267b2;
	color            : #ffffff;
	border-color     : #4267b2;
	}

.btn-sign-in-with-facebook:hover {
	color            : #ffffff;
	background-color : #385897
	}

.btn-sign-in-with-facebook:focus, .btn-sign-in-with-facebook:active {
	background-color : #2e487d !important;
	box-shadow       : 0 0 0 .2rem rgba(66, 103, 178, 0.5) !important
	}

.btn-sign-in-with-github {
	background-color : #000000;
	color            : #ffffff;
	border-color     : #000000;
	}

.btn-sign-in-with-github:hover {
	color            : #ffffff;
	background-color : #000000
	}

.btn-sign-in-with-github:focus, .btn-sign-in-with-github:active {
	background-color : #000000 !important;
	box-shadow       : 0 0 0 .2rem rgba(0, 0, 0, 0.5) !important
	}

@media screen and (min-width : 992px) {
	.content-login .i-formula-submit, .content-ticket .i-formula-submit {
		width   : 140%;
		z-index : 20
		}
	}

@media screen and (max-width : 991px) {
	.content-login .col-8, .content-ticket .col-8 {
		-webkit-flex : 0 0 80%;
		-ms-flex     : 0 0 80%;
		flex         : 0 0 80%;
		max-width    : 80%
		}
	
	.content-login .col-4, .content-ticket .col-4 {
		-webkit-flex : 0 0 20%;
		-ms-flex     : 0 0 20%;
		flex         : 0 0 20%;
		max-width    : 20%
		}
	}

@media screen and (max-width : 575px) {
	.content-login .go-back, .content-ticket .go-back {
		display : none
		}
	
	.content-login .col-8, .content-ticket .col-8 {
		-webkit-flex : 0 0 100%;
		-ms-flex     : 0 0 100%;
		flex         : 0 0 100%;
		max-width    : 100%
		}
	
	.content-login .col-4, .content-ticket .col-4 {
		-webkit-flex : 0 0 100%;
		-ms-flex     : 0 0 100%;
		flex         : 0 0 100%;
		max-width    : 100%;
		}
	
	.content-login .col-4.text-right, .content-ticket .col-4.text-right {
		text-align : left !important
		}
	}

.content-ticket .gradient {
	position : fixed;
	height   : 100vh;
	top      : 0;
	right    : 0
	}

.content-ticket #defaultsuggestions {
	display : none
	}

.content-ticket #suggestionscontainer:empty ~ #defaultsuggestions {
	display : block
	}

.content-ticket .i-formula-suggestion-label {
	font-size     : 2rem;
	font-weight   : 300;
	line-height   : 1.2;
	margin-bottom : 2rem
	}

.content-ticket .i-formula-suggestion .list-group-title {
	font-weight : bold
	}

.content-ticket .i-formula-suggestion small em {
	color      : #fecd5f;
	font-style : normal
	}

.content-features img {
	cursor : pointer;
	cursor : zoom-in
	}

.content-dashboard .i-chart {
	height : 150px
	}

@media screen and (min-width : 768px) {
	.content-integrations .card.featured {
		padding : 40px 120px
		}
	
	.content-integrations .card.featured .card-body {
		margin : 30px -30px 0 -30px
		}
	}

.content-subscribe .list-group-item {
	border-top : 1px solid #e3e4e8;
	}

.content-subscribe .list-group-item:first-child {
	border-top : none
	}

.content-subscribe .list-group-item.active {
	background-color : #d8edf8;
	color            : inherit;
	border-top       : none;
	}

.content-subscribe .list-group-item.active + .list-group-item {
	border-top : none
	}

.content-subscribe .plan-0 {
	background-color : #ff944d
	}

.content-subscribe .plan-1 {
	background-color : #ff822e
	}

.content-subscribe .plan-2 {
	background-color : #ff6d1f
	}

.content-subscribe .plan-3 {
	background-color : #ff6517
	}

.content-subscribe .plan-4 {
	background-color : #fa5b0f
	}

.content-scenario .tab-content {
	position : relative
	}

.content-scenarios .scenario-folder:empty {
	display : none
	}

.content-about .featured img {
	border-radius : .7rem
	}

.content-about h2 {
	font-size     : 2.5rem;
	font-weight   : 300;
	line-height   : 1.1;
	margin-top    : 1rem;
	margin-bottom : 1rem
	}

.content-timeline .timeline {
	background-image    : url("data:image/svg+xml;uft8,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='50'><rect width='4' height='50' fill='rgb(204,204,204)' /></svg>");
	background-repeat   : repeat-y;
	background-position : center;
	}

.content-timeline .timeline h2 {
	text-align       : center;
	background-color : #f8f8f8;
	padding          : 60px 0 20px 0;
	font-family      : grobold;
	}

.content-timeline .timeline h2:first-child {
	padding-top : 0
	}

.content-timeline .timeline-date {
	color       : #aaaaaa;
	position    : absolute;
	top         : 12px;
	width       : 100px;
	font-size   : 14px;
	white-space : nowrap
	}

.content-timeline .timeline-type {
	color       : #aaaaaa;
	margin-top  : 2px;
	margin-left : 64px;
	font-size   : 14px
	}

.content-timeline img.timeline-icon {
	width  : 48px;
	height : 48px;
	float  : left
	}

.content-timeline i.timeline-icon {
	width       : 48px;
	height      : 48px;
	line-height : 48px;
	font-size   : 34px;
	float       : left;
	text-align  : center;
	color       : #aaaaaa
	}

.content-timeline .package-icon {
	padding : 8px;
	float   : left;
	}

.content-timeline .package-icon img {
	width  : 32px;
	height : 32px
	}

.content-timeline .timeline-point h3 {
	font-weight : bold;
	font-size   : 16px;
	margin      : 2px 0 15px 64px;
	}

.content-timeline .timeline-point h3:last-child {
	margin-bottom : 0
	}

.content-timeline .timeline-point p {
	margin-left : 64px;
	}

.content-timeline .timeline-point p:last-child {
	margin-bottom : 0
	}

.content-timeline .timeline-point > .card > img {
	margin-left : 64px;
	max-width   : 150px
	}

.content-timeline .timeline-point:before {
	content          : "";
	display          : block;
	width            : 14px;
	height           : 14px;
	position         : absolute;
	background-color : #006baa;
	top              : 16px;
	border           : 3px solid #f5f5f5;
	border-radius    : 7px
	}

.content-timeline .timeline-point:after {
	content      : "";
	display      : block;
	width        : 0;
	height       : 0;
	border-style : solid;
	position     : absolute;
	top          : 12px
	}

.content-timeline .timeline-point .card {
	min-height    : 78px;
	box-shadow    : 0 6px 20px -9px rgba(0, 0, 0, 0.3);
	border-radius : 5px;
	margin        : 20px 0
	}

.content-timeline .timeline-point a.card {
	display            : block;
	color              : inherit;
	-webkit-transition : box-shadow .2s;
	-moz-transition    : box-shadow .2s;
	-ms-transition     : box-shadow .2s;
	transition         : box-shadow .2s;
	}

.content-timeline .timeline-point a.card:hover {
	text-decoration : none;
	box-shadow      : 0 6px 20px -9px rgba(0, 0, 0, 0.8)
	}

.contact-map {
	-webkit-transform : translate(-1730px, -1080px);
	-moz-transform    : translate(-1730px, -1080px);
	-ms-transform     : translate(-1730px, -1080px);
	transform         : translate(-1730px, -1080px);
	position          : fixed;
	z-index           : -1
	}

.contact-content {
	background : rgba(255, 255, 255, 0.9);
	padding    : 50px
	}

@media screen and (min-width : 768px) {
	.content-timeline .timeline-point:nth-child(even):before {
		left : -7px
		}
	
	.content-timeline .timeline-point:nth-child(odd):before {
		right : -7px
		}
	
	.content-timeline .timeline-point:nth-child(even):after {
		border-width : 10px 10px 10px 0;
		border-color : transparent #ffffff transparent transparent;
		left         : 8px
		}
	
	.content-timeline .timeline-point:nth-child(odd):after {
		border-width : 10px 0 10px 10px;
		border-color : transparent transparent transparent #ffffff;
		right        : 8px
		}
	
	.content-timeline .timeline-point:nth-child(even) .timeline-date {
		left       : -135px;
		text-align : right
		}
	
	.content-timeline .timeline-point:nth-child(odd) .timeline-date {
		right : -135px
		}
	
	.content-timeline .timeline-point:nth-child(even).unread .timeline-date:after {
		content          : "new";
		color            : #ffffff;
		background-color : #fa6f57;
		padding          : 0 3px;
		font-size        : 10px;
		margin-left      : 10px;
		font-family      : Grobold;
		}
	
	.content-timeline .timeline-point:nth-child(odd).unread .timeline-date:before {
		content          : "new";
		color            : #ffffff;
		background-color : #fa6f57;
		padding          : 0 3px;
		font-size        : 10px;
		margin-right     : 10px;
		font-family      : Grobold;
		}
	}

@media screen and (max-width : 767px) {
	.content-timeline .timeline {
		background-position : 8px 0;
		}
	
	.content-timeline .timeline h2 {
		text-align : left
		}
	
	.content-timeline .timeline-point {
		padding-left : 25px;
		}
	
	.content-timeline .timeline-point:before {
		left : 3px
		}
	
	.content-timeline .timeline-point:after {
		border-width : 10px 10px 10px 0;
		border-color : transparent #ffffff transparent transparent;
		left         : 18px
		}
	
	.content-timeline .timeline-point .timeline-date {
		display : none
		}
	}

[data-toggle="collapse"] .collapse-arrow {
	-webkit-transform : rotate(90deg);
	-moz-transform    : rotate(90deg);
	-ms-transform     : rotate(90deg);
	transform         : rotate(90deg)
	}

[data-toggle="collapse"].collapsed .collapse-arrow {
	-webkit-transform : rotate(0);
	-moz-transform    : rotate(0);
	-ms-transform     : rotate(0);
	transform         : rotate(0)
	}

@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
	--blue                   : #2f8cbb;
	--indigo                 : #6610f2;
	--purple                 : #6f42c1;
	--pink                   : #e83e8c;
	--red                    : #eb5768;
	--orange                 : #fd7e14;
	--yellow                 : #fecd5f;
	--green                  : #71ac34;
	--teal                   : #20c997;
	--cyan                   : #3da5da;
	--white                  : #ffffff;
	--gray                   : #868686;
	--gray-dark              : #333333;
	--primary                : #2f8cbb;
	--secondary              : #868686;
	--success                : #71ac34;
	--info                   : #3da5da;
	--warning                : #fecd5f;
	--danger                 : #eb5768;
	--light                  : #f8f8f8;
	--dark                   : #333333;
	--breakpoint-xs          : 0;
	--breakpoint-sm          : 576px;
	--breakpoint-md          : 768px;
	--breakpoint-lg          : 992px;
	--breakpoint-xl          : 1200px;
	--font-family-sans-serif : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	--font-family-monospace  : "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
	}

@media print {
	*, ::after, ::before {
		text-shadow : none !important;
		box-shadow  : none !important
		}
	
	a, a:visited {
		text-decoration : underline
		}
	
	abbr[title]::after {
		content : " (" attr(title) ")"
		}
	
	pre {
		white-space : pre-wrap !important
		}
	
	blockquote, pre {
		border            : 1px solid #999999;
		page-break-inside : avoid
		}
	
	thead {
		display : table-header-group
		}
	
	img, tr {
		page-break-inside : avoid
		}
	
	h2, h3, p {
		orphans : 3;
		widows  : 3
		}
	
	h2, h3 {
		page-break-after : avoid
		}
	
	.navbar {
		display : none
		}
	
	.badge {
		border : 1px solid #000000
		}
	
	.table {
		border-collapse : collapse !important
		}
	
	.table td, .table th {
		background-color : #ffffff !important
		}
	
	.table-bordered td, .table-bordered th {
		border : 1px solid #dddddd !important
		}
	}

*, ::after, ::before {
	box-sizing : border-box
	}

html {
	font-family                 : sans-serif;
	line-height                 : 1.15;
	-webkit-text-size-adjust    : 100%;
	-ms-text-size-adjust        : 100%;
	-ms-overflow-style          : scrollbar;
	-webkit-tap-highlight-color : transparent
	}

@-ms-viewport {
	width : device-width
	}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
	display : block
	}

body {
	margin           : 0;
	font-family      : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size        : 1rem;
	font-weight      : 400;
	line-height      : 1.5;
	color            : #333333;
	/*text-align       : left;*/
	background-color : #f8f8f8
	}

[tabindex="-1"]:focus {
	outline : 0 !important
	}

hr {
	box-sizing : content-box;
	height     : 0;
	overflow   : visible
	}

h1, h2, h3, h4, h5, h6 {
	margin-top    : 0;
	margin-bottom : .5rem
	}

p {
	margin-top    : 0;
	margin-bottom : 1rem
	}

abbr[data-original-title], abbr[title] {
	text-decoration         : underline;
	-webkit-text-decoration : underline dotted;
	text-decoration         : underline dotted;
	cursor                  : help;
	border-bottom           : 0
	}

address {
	margin-bottom : 1rem;
	font-style    : normal;
	line-height   : inherit
	}

ol ol, ol ul, ul ol, ul ul {
	margin-bottom : 0
	}

dt {
	font-weight : 700
	}

dd {
	margin-bottom : .5rem;
	margin-left   : 0
	}

blockquote {
	margin : 0 0 1rem
	}

dfn {
	font-style : italic
	}

b, strong {
	font-weight : bolder
	}

small {
	font-size : 80%
	}

sub, sup {
	position       : relative;
	font-size      : 75%;
	line-height    : 0;
	vertical-align : baseline
	}

sub {
	bottom : -.25em
	}

sup {
	top : -.5em
	}

a {
	color                        : #2f8cbb;
	text-decoration              : none;
	background-color             : transparent;
	-webkit-text-decoration-skip : objects
	}

a:hover {
	color           : #205e7e;
	text-decoration : underline
	}

a:not([href]):not([tabindex]) {
	color           : inherit;
	text-decoration : none
	}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color           : inherit;
	text-decoration : none
	}

a:not([href]):not([tabindex]):focus {
	outline : 0
	}

code, kbd, pre, samp {
	font-family : monospace, monospace;
	font-size   : 1em
	}

pre {
	margin-top         : 0;
	margin-bottom      : 1rem;
	overflow           : auto;
	-ms-overflow-style : scrollbar
	}

figure {
	margin : 0 0 1rem
	}

img {
	vertical-align : middle;
	border-style   : none
	}

svg:not(:root) {
	overflow : hidden
	}

[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
	-ms-touch-action : manipulation;
	touch-action     : manipulation
	}

table {
	border-collapse : collapse
	}

caption {
	padding-top    : .75rem;
	padding-bottom : .75rem;
	color          : #868686;
	text-align     : left;
	caption-side   : bottom
	}

th {
	text-align : inherit
	}

label {
	display       : inline-block;
	margin-bottom : .5rem
	}

button {
	border-radius : 0
	}

button:focus {
	outline : 1px dotted;
	outline : 5px auto -webkit-focus-ring-color
	}

button, input, optgroup, select, textarea {
	margin      : 0;
	font-family : inherit;
	font-size   : inherit;
	line-height : inherit
	}

button, input {
	overflow : visible
	}

button, select {
	text-transform : none
	}

[type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance : button
	}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	padding      : 0;
	border-style : none
	}

input[type=checkbox], input[type=radio] {
	box-sizing : border-box;
	padding    : 0
	}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
	-webkit-appearance : listbox
	}

textarea {
	overflow : auto;
	resize   : vertical
	}

fieldset {
	min-width : 0;
	padding   : 0;
	margin    : 0;
	border    : 0
	}

legend {
	display       : block;
	width         : 100%;
	max-width     : 100%;
	padding       : 0;
	margin-bottom : .5rem;
	font-size     : 1.5rem;
	line-height   : inherit;
	color         : inherit;
	white-space   : normal
	}

progress {
	vertical-align : baseline
	}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height : auto
	}

[type=search] {
	outline-offset     : -2px;
	-webkit-appearance : none
	}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
	-webkit-appearance : none
	}

::-webkit-file-upload-button {
	font               : inherit;
	-webkit-appearance : button
	}

output {
	display : inline-block
	}

summary {
	display : list-item
	}

template {
	display : none
	}

[hidden] {
	display : none !important
	}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom : .5rem;
	font-family   : inherit;
	font-weight   : 500;
	line-height   : 1.2;
	color         : inherit
	}

.h1, h1 {
	font-size   : 1.2rem !important;
	font-family : Verdana;
	}

.h2, h2 {
	font-size : 2rem
	}

.h3, h3 {
	font-size : 1.75rem
	}

.h4, h4 {
	font-size : 1.5rem
	}

.h5, h5 {
	font-size : 1.25rem
	}

.h6, h6 {
	font-size : 1rem
	}

.lead {
	font-size   : 1.25rem;
	font-weight : 300
	}

.display-1 {
	font-size   : 5.5rem;
	font-weight : 300;
	line-height : 1.2
	}

.display-2 {
	font-size   : 4.5rem;
	font-weight : 300;
	line-height : 1.2
	}

.display-3 {
	font-size   : 3.5rem;
	font-weight : 300;
	line-height : 1.2
	}

.display-4 {
	font-size   : 2.5rem;
	font-weight : 300;
	line-height : 1.2
	}

hr {
	margin-top    : 1rem;
	margin-bottom : 1rem;
	border        : 0;
	border-top    : 1px solid rgba(0, 0, 0, .1)
	}

.small, small {
	font-size   : 80%;
	font-weight : 400
	}

.mark, mark {
	padding          : .2em;
	background-color : #fcf8e3
	}

.list-unstyled {
	padding-left : 0;
	list-style   : none
	}

.list-inline {
	padding-left : 0;
	list-style   : none
	}

.list-inline-item {
	display : inline-block
	}

.list-inline-item:not(:last-child) {
	margin-right : 5px
	}

.initialism {
	font-size      : 90%;
	text-transform : uppercase
	}

.blockquote {
	margin-bottom : 1rem;
	font-size     : 1.25rem
	}

.blockquote-footer {
	display   : block;
	font-size : 80%;
	color     : #868686
	}

.blockquote-footer::before {
	content : "\2014 \00A0"
	}

.img-fluid {
	max-width : 100%;
	height    : auto
	}

.img-thumbnail {
	padding          : .25rem;
	background-color : #f8f8f8;
	border           : 1px solid #dddddd;
	border-radius    : .25rem;
	transition       : all .2s ease-in-out;
	max-width        : 100%;
	height           : auto
	}

.figure {
	display : inline-block
	}

.figure-img {
	margin-bottom : .5rem;
	line-height   : 1
	}

.figure-caption {
	font-size : 90%;
	color     : #868686
	}

code, kbd, pre, samp {
	font-family : SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
	}

code {
	padding          : .2rem .4rem;
	font-size        : 90%;
	color            : #bd4147;
	background-color : #f8f8f8;
	border-radius    : .25rem
	}

a > code {
	padding          : 0;
	color            : inherit;
	background-color : inherit
	}

kbd {
	padding          : .2rem .4rem;
	font-size        : 90%;
	color            : #ffffff;
	background-color : #212121;
	border-radius    : .2rem
	}

kbd kbd {
	padding     : 0;
	font-size   : 100%;
	font-weight : 700
	}

pre {
	display       : block;
	margin-top    : 0;
	margin-bottom : 1rem;
	font-size     : 90%;
	color         : #212121
	}

pre code {
	padding          : 0;
	font-size        : inherit;
	color            : inherit;
	background-color : transparent;
	border-radius    : 0
	}

.pre-scrollable {
	max-height : 340px;
	overflow-y : scroll
	}

.container {
	width         : 100%;
	padding-right : 15px;
	padding-left  : 15px;
	margin-right  : auto;
	margin-left   : auto
	}

@media (min-width : 576px) {
	.container {
		max-width : 540px
		}
	}

@media (min-width : 768px) {
	.container {
		max-width : 720px
		}
	}

@media (min-width : 992px) {
	.container {
		max-width : 960px
		}
	}

@media (min-width : 1200px) {
	.container {
		max-width : 1140px
		}
	}

.container-fluid {
	width         : 100%;
	padding-right : 15px;
	padding-left  : 15px;
	margin-right  : auto;
	margin-left   : auto
	}

.row {
	display       : -ms-flexbox;
	display       : flex;
	-ms-flex-wrap : wrap;
	flex-wrap     : wrap;
	margin-right  : -15px;
	margin-left   : -15px
	}

.no-gutters {
	margin-right : 0;
	margin-left  : 0
	}

.no-gutters > .col, .no-gutters > [class*=col-] {
	padding-right : 0;
	padding-left  : 0
	}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
	position      : relative;
	width         : 100%;
	min-height    : 1px;
	padding-right : 15px;
	padding-left  : 15px
	}

.col {
	-ms-flex-preferred-size : 0;
	flex-basis              : 0;
	-ms-flex-positive       : 1;
	flex-grow               : 1;
	max-width               : 100%
	}

.col-auto {
	-ms-flex  : 0 0 auto;
	flex      : 0 0 auto;
	width     : auto;
	max-width : none
	}

.col-1 {
	-ms-flex  : 0 0 8.333333%;
	flex      : 0 0 8.333333%;
	max-width : 8.333333%
	}

.col-2 {
	-ms-flex  : 0 0 16.666667%;
	flex      : 0 0 16.666667%;
	max-width : 16.666667%
	}

.col-3 {
	-ms-flex  : 0 0 25%;
	flex      : 0 0 25%;
	max-width : 25%
	}

.col-4 {
	-ms-flex  : 0 0 33.333333%;
	flex      : 0 0 33.333333%;
	max-width : 33.333333%
	}

.col-5 {
	-ms-flex  : 0 0 41.666667%;
	flex      : 0 0 41.666667%;
	max-width : 41.666667%
	}

.col-6 {
	-ms-flex  : 0 0 50%;
	flex      : 0 0 50%;
	max-width : 50%
	}

.col-7 {
	-ms-flex  : 0 0 58.333333%;
	flex      : 0 0 58.333333%;
	max-width : 58.333333%
	}

.col-8 {
	-ms-flex  : 0 0 66.666667%;
	flex      : 0 0 66.666667%;
	max-width : 66.666667%
	}

.col-9 {
	-ms-flex  : 0 0 75%;
	flex      : 0 0 75%;
	max-width : 75%
	}

.col-10 {
	-ms-flex  : 0 0 83.333333%;
	flex      : 0 0 83.333333%;
	max-width : 83.333333%
	}

.col-11 {
	-ms-flex  : 0 0 91.666667%;
	flex      : 0 0 91.666667%;
	max-width : 91.666667%
	}

.col-12 {
	-ms-flex  : 0 0 100%;
	flex      : 0 0 100%;
	max-width : 100%
	}

.order-first {
	-ms-flex-order : -1;
	order          : -1
	}

.order-1 {
	-ms-flex-order : 1;
	order          : 1
	}

.order-2 {
	-ms-flex-order : 2;
	order          : 2
	}

.order-3 {
	-ms-flex-order : 3;
	order          : 3
	}

.order-4 {
	-ms-flex-order : 4;
	order          : 4
	}

.order-5 {
	-ms-flex-order : 5;
	order          : 5
	}

.order-6 {
	-ms-flex-order : 6;
	order          : 6
	}

.order-7 {
	-ms-flex-order : 7;
	order          : 7
	}

.order-8 {
	-ms-flex-order : 8;
	order          : 8
	}

.order-9 {
	-ms-flex-order : 9;
	order          : 9
	}

.order-10 {
	-ms-flex-order : 10;
	order          : 10
	}

.order-11 {
	-ms-flex-order : 11;
	order          : 11
	}

.order-12 {
	-ms-flex-order : 12;
	order          : 12
	}

.offset-1 {
	margin-left : 8.333333%
	}

.offset-2 {
	margin-left : 16.666667%
	}

.offset-3 {
	margin-left : 25%
	}

.offset-4 {
	margin-left : 33.333333%
	}

.offset-5 {
	margin-left : 41.666667%
	}

.offset-6 {
	margin-left : 50%
	}

.offset-7 {
	margin-left : 58.333333%
	}

.offset-8 {
	margin-left : 66.666667%
	}

.offset-9 {
	margin-left : 75%
	}

.offset-10 {
	margin-left : 83.333333%
	}

.offset-11 {
	margin-left : 91.666667%
	}

@media (min-width : 576px) {
	.col-sm {
		-ms-flex-preferred-size : 0;
		flex-basis              : 0;
		-ms-flex-positive       : 1;
		flex-grow               : 1;
		max-width               : 100%
		}
	
	.col-sm-auto {
		-ms-flex  : 0 0 auto;
		flex      : 0 0 auto;
		width     : auto;
		max-width : none
		}
	
	.col-sm-1 {
		-ms-flex  : 0 0 8.333333%;
		flex      : 0 0 8.333333%;
		max-width : 8.333333%
		}
	
	.col-sm-2 {
		-ms-flex  : 0 0 16.666667%;
		flex      : 0 0 16.666667%;
		max-width : 16.666667%
		}
	
	.col-sm-3 {
		-ms-flex  : 0 0 25%;
		flex      : 0 0 25%;
		max-width : 25%
		}
	
	.col-sm-4 {
		-ms-flex  : 0 0 33.333333%;
		flex      : 0 0 33.333333%;
		max-width : 33.333333%
		}
	
	.col-sm-5 {
		-ms-flex  : 0 0 41.666667%;
		flex      : 0 0 41.666667%;
		max-width : 41.666667%
		}
	
	.col-sm-6 {
		-ms-flex  : 0 0 50%;
		flex      : 0 0 50%;
		max-width : 50%
		}
	
	.col-sm-7 {
		-ms-flex  : 0 0 58.333333%;
		flex      : 0 0 58.333333%;
		max-width : 58.333333%
		}
	
	.col-sm-8 {
		-ms-flex  : 0 0 66.666667%;
		flex      : 0 0 66.666667%;
		max-width : 66.666667%
		}
	
	.col-sm-9 {
		-ms-flex  : 0 0 75%;
		flex      : 0 0 75%;
		max-width : 75%
		}
	
	.col-sm-10 {
		-ms-flex  : 0 0 83.333333%;
		flex      : 0 0 83.333333%;
		max-width : 83.333333%
		}
	
	.col-sm-11 {
		-ms-flex  : 0 0 91.666667%;
		flex      : 0 0 91.666667%;
		max-width : 91.666667%
		}
	
	.col-sm-12 {
		-ms-flex  : 0 0 100%;
		flex      : 0 0 100%;
		max-width : 100%
		}
	
	.order-sm-first {
		-ms-flex-order : -1;
		order          : -1
		}
	
	.order-sm-1 {
		-ms-flex-order : 1;
		order          : 1
		}
	
	.order-sm-2 {
		-ms-flex-order : 2;
		order          : 2
		}
	
	.order-sm-3 {
		-ms-flex-order : 3;
		order          : 3
		}
	
	.order-sm-4 {
		-ms-flex-order : 4;
		order          : 4
		}
	
	.order-sm-5 {
		-ms-flex-order : 5;
		order          : 5
		}
	
	.order-sm-6 {
		-ms-flex-order : 6;
		order          : 6
		}
	
	.order-sm-7 {
		-ms-flex-order : 7;
		order          : 7
		}
	
	.order-sm-8 {
		-ms-flex-order : 8;
		order          : 8
		}
	
	.order-sm-9 {
		-ms-flex-order : 9;
		order          : 9
		}
	
	.order-sm-10 {
		-ms-flex-order : 10;
		order          : 10
		}
	
	.order-sm-11 {
		-ms-flex-order : 11;
		order          : 11
		}
	
	.order-sm-12 {
		-ms-flex-order : 12;
		order          : 12
		}
	
	.offset-sm-0 {
		margin-left : 0
		}
	
	.offset-sm-1 {
		margin-left : 8.333333%
		}
	
	.offset-sm-2 {
		margin-left : 16.666667%
		}
	
	.offset-sm-3 {
		margin-left : 25%
		}
	
	.offset-sm-4 {
		margin-left : 33.333333%
		}
	
	.offset-sm-5 {
		margin-left : 41.666667%
		}
	
	.offset-sm-6 {
		margin-left : 50%
		}
	
	.offset-sm-7 {
		margin-left : 58.333333%
		}
	
	.offset-sm-8 {
		margin-left : 66.666667%
		}
	
	.offset-sm-9 {
		margin-left : 75%
		}
	
	.offset-sm-10 {
		margin-left : 83.333333%
		}
	
	.offset-sm-11 {
		margin-left : 91.666667%
		}
	}

@media (min-width : 768px) {
	.col-md {
		-ms-flex-preferred-size : 0;
		flex-basis              : 0;
		-ms-flex-positive       : 1;
		flex-grow               : 1;
		max-width               : 100%
		}
	
	.col-md-auto {
		-ms-flex  : 0 0 auto;
		flex      : 0 0 auto;
		width     : auto;
		max-width : none
		}
	
	.col-md-1 {
		-ms-flex  : 0 0 8.333333%;
		flex      : 0 0 8.333333%;
		max-width : 8.333333%
		}
	
	.col-md-2 {
		-ms-flex  : 0 0 16.666667%;
		flex      : 0 0 16.666667%;
		max-width : 16.666667%
		}
	
	.col-md-3 {
		-ms-flex  : 0 0 25%;
		flex      : 0 0 25%;
		max-width : 25%
		}
	
	.col-md-4 {
		-ms-flex  : 0 0 33.333333%;
		flex      : 0 0 33.333333%;
		max-width : 33.333333%
		}
	
	.col-md-5 {
		-ms-flex  : 0 0 41.666667%;
		flex      : 0 0 41.666667%;
		max-width : 41.666667%
		}
	
	.col-md-6 {
		-ms-flex  : 0 0 50%;
		flex      : 0 0 50%;
		max-width : 50%
		}
	
	.col-md-7 {
		-ms-flex  : 0 0 58.333333%;
		flex      : 0 0 58.333333%;
		max-width : 58.333333%
		}
	
	.col-md-8 {
		-ms-flex  : 0 0 66.666667%;
		flex      : 0 0 66.666667%;
		max-width : 66.666667%
		}
	
	.col-md-9 {
		-ms-flex  : 0 0 75%;
		flex      : 0 0 75%;
		max-width : 75%
		}
	
	.col-md-10 {
		-ms-flex  : 0 0 83.333333%;
		flex      : 0 0 83.333333%;
		max-width : 83.333333%
		}
	
	.col-md-11 {
		-ms-flex  : 0 0 91.666667%;
		flex      : 0 0 91.666667%;
		max-width : 91.666667%
		}
	
	.col-md-12 {
		-ms-flex  : 0 0 100%;
		flex      : 0 0 100%;
		max-width : 100%
		}
	
	.order-md-first {
		-ms-flex-order : -1;
		order          : -1
		}
	
	.order-md-1 {
		-ms-flex-order : 1;
		order          : 1
		}
	
	.order-md-2 {
		-ms-flex-order : 2;
		order          : 2
		}
	
	.order-md-3 {
		-ms-flex-order : 3;
		order          : 3
		}
	
	.order-md-4 {
		-ms-flex-order : 4;
		order          : 4
		}
	
	.order-md-5 {
		-ms-flex-order : 5;
		order          : 5
		}
	
	.order-md-6 {
		-ms-flex-order : 6;
		order          : 6
		}
	
	.order-md-7 {
		-ms-flex-order : 7;
		order          : 7
		}
	
	.order-md-8 {
		-ms-flex-order : 8;
		order          : 8
		}
	
	.order-md-9 {
		-ms-flex-order : 9;
		order          : 9
		}
	
	.order-md-10 {
		-ms-flex-order : 10;
		order          : 10
		}
	
	.order-md-11 {
		-ms-flex-order : 11;
		order          : 11
		}
	
	.order-md-12 {
		-ms-flex-order : 12;
		order          : 12
		}
	
	.offset-md-0 {
		margin-left : 0
		}
	
	.offset-md-1 {
		margin-left : 8.333333%
		}
	
	.offset-md-2 {
		margin-left : 16.666667%
		}
	
	.offset-md-3 {
		margin-left : 25%
		}
	
	.offset-md-4 {
		margin-left : 33.333333%
		}
	
	.offset-md-5 {
		margin-left : 41.666667%
		}
	
	.offset-md-6 {
		margin-left : 50%
		}
	
	.offset-md-7 {
		margin-left : 58.333333%
		}
	
	.offset-md-8 {
		margin-left : 66.666667%
		}
	
	.offset-md-9 {
		margin-left : 75%
		}
	
	.offset-md-10 {
		margin-left : 83.333333%
		}
	
	.offset-md-11 {
		margin-left : 91.666667%
		}
	}

@media (min-width : 992px) {
	.col-lg {
		-ms-flex-preferred-size : 0;
		flex-basis              : 0;
		-ms-flex-positive       : 1;
		flex-grow               : 1;
		max-width               : 100%
		}
	
	.col-lg-auto {
		-ms-flex  : 0 0 auto;
		flex      : 0 0 auto;
		width     : auto;
		max-width : none
		}
	
	.col-lg-1 {
		-ms-flex  : 0 0 8.333333%;
		flex      : 0 0 8.333333%;
		max-width : 8.333333%
		}
	
	.col-lg-2 {
		-ms-flex  : 0 0 16.666667%;
		flex      : 0 0 16.666667%;
		max-width : 16.666667%
		}
	
	.col-lg-3 {
		-ms-flex  : 0 0 25%;
		flex      : 0 0 25%;
		max-width : 25%
		}
	
	.col-lg-4 {
		-ms-flex  : 0 0 33.333333%;
		flex      : 0 0 33.333333%;
		max-width : 33.333333%
		}
	
	.col-lg-5 {
		-ms-flex  : 0 0 41.666667%;
		flex      : 0 0 41.666667%;
		max-width : 41.666667%
		}
	
	.col-lg-6 {
		-ms-flex  : 0 0 50%;
		flex      : 0 0 50%;
		max-width : 50%
		}
	
	.col-lg-7 {
		-ms-flex  : 0 0 58.333333%;
		flex      : 0 0 58.333333%;
		max-width : 58.333333%
		}
	
	.col-lg-8 {
		-ms-flex  : 0 0 66.666667%;
		flex      : 0 0 66.666667%;
		max-width : 66.666667%
		}
	
	.col-lg-9 {
		-ms-flex  : 0 0 75%;
		flex      : 0 0 75%;
		max-width : 75%
		}
	
	.col-lg-10 {
		-ms-flex  : 0 0 83.333333%;
		flex      : 0 0 83.333333%;
		max-width : 83.333333%
		}
	
	.col-lg-11 {
		-ms-flex  : 0 0 91.666667%;
		flex      : 0 0 91.666667%;
		max-width : 91.666667%
		}
	
	.col-lg-12 {
		-ms-flex  : 0 0 100%;
		flex      : 0 0 100%;
		max-width : 100%
		}
	
	.order-lg-first {
		-ms-flex-order : -1;
		order          : -1
		}
	
	.order-lg-1 {
		-ms-flex-order : 1;
		order          : 1
		}
	
	.order-lg-2 {
		-ms-flex-order : 2;
		order          : 2
		}
	
	.order-lg-3 {
		-ms-flex-order : 3;
		order          : 3
		}
	
	.order-lg-4 {
		-ms-flex-order : 4;
		order          : 4
		}
	
	.order-lg-5 {
		-ms-flex-order : 5;
		order          : 5
		}
	
	.order-lg-6 {
		-ms-flex-order : 6;
		order          : 6
		}
	
	.order-lg-7 {
		-ms-flex-order : 7;
		order          : 7
		}
	
	.order-lg-8 {
		-ms-flex-order : 8;
		order          : 8
		}
	
	.order-lg-9 {
		-ms-flex-order : 9;
		order          : 9
		}
	
	.order-lg-10 {
		-ms-flex-order : 10;
		order          : 10
		}
	
	.order-lg-11 {
		-ms-flex-order : 11;
		order          : 11
		}
	
	.order-lg-12 {
		-ms-flex-order : 12;
		order          : 12
		}
	
	.offset-lg-0 {
		margin-left : 0
		}
	
	.offset-lg-1 {
		margin-left : 8.333333%
		}
	
	.offset-lg-2 {
		margin-left : 16.666667%
		}
	
	.offset-lg-3 {
		margin-left : 25%
		}
	
	.offset-lg-4 {
		margin-left : 33.333333%
		}
	
	.offset-lg-5 {
		margin-left : 41.666667%
		}
	
	.offset-lg-6 {
		margin-left : 50%
		}
	
	.offset-lg-7 {
		margin-left : 58.333333%
		}
	
	.offset-lg-8 {
		margin-left : 66.666667%
		}
	
	.offset-lg-9 {
		margin-left : 75%
		}
	
	.offset-lg-10 {
		margin-left : 83.333333%
		}
	
	.offset-lg-11 {
		margin-left : 91.666667%
		}
	}

@media (min-width : 1200px) {
	.col-xl {
		-ms-flex-preferred-size : 0;
		flex-basis              : 0;
		-ms-flex-positive       : 1;
		flex-grow               : 1;
		max-width               : 100%
		}
	
	.col-xl-auto {
		-ms-flex  : 0 0 auto;
		flex      : 0 0 auto;
		width     : auto;
		max-width : none
		}
	
	.col-xl-1 {
		-ms-flex  : 0 0 8.333333%;
		flex      : 0 0 8.333333%;
		max-width : 8.333333%
		}
	
	.col-xl-2 {
		-ms-flex  : 0 0 16.666667%;
		flex      : 0 0 16.666667%;
		max-width : 16.666667%
		}
	
	.col-xl-3 {
		-ms-flex  : 0 0 25%;
		flex      : 0 0 25%;
		max-width : 25%
		}
	
	.col-xl-4 {
		-ms-flex  : 0 0 33.333333%;
		flex      : 0 0 33.333333%;
		max-width : 33.333333%
		}
	
	.col-xl-5 {
		-ms-flex  : 0 0 41.666667%;
		flex      : 0 0 41.666667%;
		max-width : 41.666667%
		}
	
	.col-xl-6 {
		-ms-flex  : 0 0 50%;
		flex      : 0 0 50%;
		max-width : 50%
		}
	
	.col-xl-7 {
		-ms-flex  : 0 0 58.333333%;
		flex      : 0 0 58.333333%;
		max-width : 58.333333%
		}
	
	.col-xl-8 {
		-ms-flex  : 0 0 66.666667%;
		flex      : 0 0 66.666667%;
		max-width : 66.666667%
		}
	
	.col-xl-9 {
		-ms-flex  : 0 0 75%;
		flex      : 0 0 75%;
		max-width : 75%
		}
	
	.col-xl-10 {
		-ms-flex  : 0 0 83.333333%;
		flex      : 0 0 83.333333%;
		max-width : 83.333333%
		}
	
	.col-xl-11 {
		-ms-flex  : 0 0 91.666667%;
		flex      : 0 0 91.666667%;
		max-width : 91.666667%
		}
	
	.col-xl-12 {
		-ms-flex  : 0 0 100%;
		flex      : 0 0 100%;
		max-width : 100%
		}
	
	.order-xl-first {
		-ms-flex-order : -1;
		order          : -1
		}
	
	.order-xl-1 {
		-ms-flex-order : 1;
		order          : 1
		}
	
	.order-xl-2 {
		-ms-flex-order : 2;
		order          : 2
		}
	
	.order-xl-3 {
		-ms-flex-order : 3;
		order          : 3
		}
	
	.order-xl-4 {
		-ms-flex-order : 4;
		order          : 4
		}
	
	.order-xl-5 {
		-ms-flex-order : 5;
		order          : 5
		}
	
	.order-xl-6 {
		-ms-flex-order : 6;
		order          : 6
		}
	
	.order-xl-7 {
		-ms-flex-order : 7;
		order          : 7
		}
	
	.order-xl-8 {
		-ms-flex-order : 8;
		order          : 8
		}
	
	.order-xl-9 {
		-ms-flex-order : 9;
		order          : 9
		}
	
	.order-xl-10 {
		-ms-flex-order : 10;
		order          : 10
		}
	
	.order-xl-11 {
		-ms-flex-order : 11;
		order          : 11
		}
	
	.order-xl-12 {
		-ms-flex-order : 12;
		order          : 12
		}
	
	.offset-xl-0 {
		margin-left : 0
		}
	
	.offset-xl-1 {
		margin-left : 8.333333%
		}
	
	.offset-xl-2 {
		margin-left : 16.666667%
		}
	
	.offset-xl-3 {
		margin-left : 25%
		}
	
	.offset-xl-4 {
		margin-left : 33.333333%
		}
	
	.offset-xl-5 {
		margin-left : 41.666667%
		}
	
	.offset-xl-6 {
		margin-left : 50%
		}
	
	.offset-xl-7 {
		margin-left : 58.333333%
		}
	
	.offset-xl-8 {
		margin-left : 66.666667%
		}
	
	.offset-xl-9 {
		margin-left : 75%
		}
	
	.offset-xl-10 {
		margin-left : 83.333333%
		}
	
	.offset-xl-11 {
		margin-left : 91.666667%
		}
	}

.table {
	width            : 100%;
	max-width        : 100%;
	margin-bottom    : 1rem;
	background-color : transparent
	}

.table td, .table th {
	padding        : .75rem;
	vertical-align : top;
	border-top     : 1px solid #eeeeee
	}

.table thead th {
	vertical-align : bottom;
	border-bottom  : 2px solid #eeeeee
	}

.table tbody + tbody {
	border-top : 2px solid #eeeeee
	}

.table .table {
	background-color : #f8f8f8
	}

.table-sm td, .table-sm th {
	padding : .3rem
	}

.table-bordered {
	border : 1px solid #eeeeee
	}

.table-bordered td, .table-bordered th {
	border : 1px solid #eeeeee
	}

.table-bordered thead td, .table-bordered thead th {
	border-bottom-width : 2px
	}

.table-striped tbody tr:nth-of-type(odd) {
	background-color : rgba(0, 0, 0, .05)
	}

.table-hover tbody tr:hover {
	background-color : rgba(0, 0, 0, .075)
	}

.table-primary, .table-primary > td, .table-primary > th {
	background-color : #c5dfec
	}

.table-hover .table-primary:hover {
	background-color : #b2d4e6
	}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
	background-color : #b2d4e6
	}

.table-secondary, .table-secondary > td, .table-secondary > th {
	background-color : #dddddd
	}

.table-hover .table-secondary:hover {
	background-color : #d0d0d0
	}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
	background-color : #d0d0d0
	}

.table-success, .table-success > td, .table-success > th {
	background-color : #d7e8c6
	}

.table-hover .table-success:hover {
	background-color : #cae1b4
	}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
	background-color : #cae1b4
	}

.table-info, .table-info > td, .table-info > th {
	background-color : #c9e6f5
	}

.table-hover .table-info:hover {
	background-color : #b3dcf1
	}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
	background-color : #b3dcf1
	}

.table-warning, .table-warning > td, .table-warning > th {
	background-color : #fff1d2
	}

.table-hover .table-warning:hover {
	background-color : #ffe9b9
	}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
	background-color : #ffe9b9
	}

.table-danger, .table-danger > td, .table-danger > th {
	background-color : #f9d0d5
	}

.table-hover .table-danger:hover {
	background-color : #f6b9c1
	}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
	background-color : #f6b9c1
	}

.table-light, .table-light > td, .table-light > th {
	background-color : #fdfdfd
	}

.table-hover .table-light:hover {
	background-color : #f0f0f0
	}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
	background-color : #f0f0f0
	}

.table-dark, .table-dark > td, .table-dark > th {
	background-color : #c6c6c6
	}

.table-hover .table-dark:hover {
	background-color : #b9b9b9
	}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
	background-color : #b9b9b9
	}

.table-active, .table-active > td, .table-active > th {
	background-color : rgba(0, 0, 0, .075)
	}

.table-hover .table-active:hover {
	background-color : rgba(0, 0, 0, .075)
	}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
	background-color : rgba(0, 0, 0, .075)
	}

.table .thead-dark th {
	color            : #f8f8f8;
	background-color : #212121;
	border-color     : #343434
	}

.table .thead-light th {
	color            : #495057;
	background-color : #eeeeee;
	border-color     : #eeeeee
	}

.table-dark {
	color            : #f8f8f8;
	background-color : #212121
	}

.table-dark td, .table-dark th, .table-dark thead th {
	border-color : #343434
	}

.table-dark.table-bordered {
	border : 0
	}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color : rgba(255, 255, 255, .05)
	}

.table-dark.table-hover tbody tr:hover {
	background-color : rgba(255, 255, 255, .075)
	}

@media (max-width : 575px) {
	.table-responsive-sm {
		display                    : block;
		width                      : 100%;
		overflow-x                 : auto;
		-webkit-overflow-scrolling : touch;
		-ms-overflow-style         : -ms-autohiding-scrollbar
		}
	
	.table-responsive-sm.table-bordered {
		border : 0
		}
	}

@media (max-width : 767px) {
	.table-responsive-md {
		display                    : block;
		width                      : 100%;
		overflow-x                 : auto;
		-webkit-overflow-scrolling : touch;
		-ms-overflow-style         : -ms-autohiding-scrollbar
		}
	
	.table-responsive-md.table-bordered {
		border : 0
		}
	}

@media (max-width : 991px) {
	.table-responsive-lg {
		display                    : block;
		width                      : 100%;
		overflow-x                 : auto;
		-webkit-overflow-scrolling : touch;
		-ms-overflow-style         : -ms-autohiding-scrollbar
		}
	
	.table-responsive-lg.table-bordered {
		border : 0
		}
	}

@media (max-width : 1199px) {
	.table-responsive-xl {
		display                    : block;
		width                      : 100%;
		overflow-x                 : auto;
		-webkit-overflow-scrolling : touch;
		-ms-overflow-style         : -ms-autohiding-scrollbar
		}
	
	.table-responsive-xl.table-bordered {
		border : 0
		}
	}

.table-responsive {
	display                    : block;
	width                      : 100%;
	overflow-x                 : auto;
	-webkit-overflow-scrolling : touch;
	-ms-overflow-style         : -ms-autohiding-scrollbar
	}

.table-responsive.table-bordered {
	border : 0
	}

.form-control {
	display          : block;
	width            : 100%;
	padding          : .375rem .75rem;
	font-size        : 1rem;
	line-height      : 1.5;
	color            : #495057;
	background-color : #ffffff;
	background-image : none;
	background-clip  : padding-box;
	border           : 1px solid #cecece;
	border-radius    : .25rem;
	transition       : border-color ease-in-out .15s, box-shadow ease-in-out .15s
	}

.form-control::-ms-expand {
	background-color : transparent;
	border           : 0
	}

.form-control:focus {
	color            : #495057;
	background-color : #ffffff;
	border-color     : #88c3e1;
	outline          : 0;
	box-shadow       : 0 0 0 .2rem rgba(47, 140, 187, .25)
	}

.form-control::-webkit-input-placeholder {
	color   : #868686;
	opacity : 1
	}

.form-control:-ms-input-placeholder {
	color   : #868686;
	opacity : 1
	}

.form-control::-ms-input-placeholder {
	color   : #868686;
	opacity : 1
	}

.form-control::placeholder {
	color   : #868686;
	opacity : 1
	}

.form-control:disabled, .form-control[readonly] {
	background-color : #eeeeee;
	opacity          : 1
	}

select.form-control:not([size]):not([multiple]) {
	height : calc(2.25rem + 2px)
	}

select.form-control:focus::-ms-value {
	color            : #495057;
	background-color : #ffffff
	}

.form-control-file, .form-control-range {
	display : block
	}

.col-form-label {
	padding-top    : calc(.375rem + 1px);
	padding-bottom : calc(.375rem + 1px);
	margin-bottom  : 0;
	line-height    : 1.5
	}

.col-form-label-lg {
	padding-top    : calc(.5rem + 1px);
	padding-bottom : calc(.5rem + 1px);
	font-size      : 1.25rem;
	line-height    : 1.5
	}

.col-form-label-sm {
	padding-top    : calc(.25rem + 1px);
	padding-bottom : calc(.25rem + 1px);
	font-size      : .875rem;
	line-height    : 1.5
	}

.col-form-legend {
	padding-top    : .375rem;
	padding-bottom : .375rem;
	margin-bottom  : 0;
	font-size      : 1rem
	}

.form-control-plaintext {
	padding-top      : .375rem;
	padding-bottom   : .375rem;
	margin-bottom    : 0;
	line-height      : 1.5;
	background-color : transparent;
	border           : solid transparent;
	border-width     : 1px 0
	}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .form-control-plaintext.input-group-addon, .input-group-lg > .input-group-btn > .form-control-plaintext.btn, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .form-control-plaintext.input-group-addon, .input-group-sm > .input-group-btn > .form-control-plaintext.btn {
	padding-right : 0;
	padding-left  : 0
	}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
	padding       : .25rem .5rem;
	font-size     : .875rem;
	line-height   : 1.5;
	border-radius : .2rem
	}

.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.input-group-addon:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
	height : calc(1.8125rem + 2px)
	}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
	padding       : .5rem 1rem;
	font-size     : 1.25rem;
	line-height   : 1.5;
	border-radius : .3rem
	}

.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
	height : calc(2.875rem + 2px)
	}

.form-group {
	margin-bottom : 1rem
	}

.form-text {
	display    : block;
	margin-top : .25rem
	}

.form-row {
	display       : -ms-flexbox;
	display       : flex;
	-ms-flex-wrap : wrap;
	flex-wrap     : wrap;
	margin-right  : -5px;
	margin-left   : -5px
	}

.form-row > .col, .form-row > [class*=col-] {
	padding-right : 5px;
	padding-left  : 5px
	}

.form-check {
	position      : relative;
	display       : block;
	margin-bottom : .5rem
	}

.form-check.disabled .form-check-label {
	color : #868686
	}

.form-check-label {
	padding-left  : 1.25rem;
	margin-bottom : 0
	}

.form-check-input {
	position    : absolute;
	margin-top  : .25rem;
	margin-left : -1.25rem
	}

.form-check-inline {
	display      : inline-block;
	margin-right : .75rem
	}

.form-check-inline .form-check-label {
	vertical-align : middle
	}

.valid-feedback {
	display    : none;
	margin-top : .25rem;
	font-size  : .875rem;
	color      : #71ac34
	}

.valid-tooltip {
	position         : absolute;
	top              : 100%;
	z-index          : 5;
	display          : none;
	width            : 250px;
	padding          : .5rem;
	margin-top       : .1rem;
	font-size        : .875rem;
	line-height      : 1;
	color            : #ffffff;
	background-color : rgba(113, 172, 52, .8);
	border-radius    : .2rem
	}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
	border-color : #71ac34
	}

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
	box-shadow : 0 0 0 .2rem rgba(113, 172, 52, .25)
	}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
	display : block
	}

.form-check-input.is-valid + .form-check-label, .was-validated .form-check-input:valid + .form-check-label {
	color : #71ac34
	}

.custom-control-input.is-valid ~ .custom-control-indicator, .was-validated .custom-control-input:valid ~ .custom-control-indicator {
	background-color : rgba(113, 172, 52, .25)
	}

.custom-control-input.is-valid ~ .custom-control-description, .was-validated .custom-control-input:valid ~ .custom-control-description {
	color : #71ac34
	}

.custom-file-input.is-valid ~ .custom-file-control, .was-validated .custom-file-input:valid ~ .custom-file-control {
	border-color : #71ac34
	}

.custom-file-input.is-valid ~ .custom-file-control::before, .was-validated .custom-file-input:valid ~ .custom-file-control::before {
	border-color : inherit
	}

.custom-file-input.is-valid:focus, .was-validated .custom-file-input:valid:focus {
	box-shadow : 0 0 0 .2rem rgba(113, 172, 52, .25)
	}

.invalid-feedback {
	display    : none;
	margin-top : .25rem;
	font-size  : .875rem;
	color      : #eb5768
	}

.invalid-tooltip {
	position         : absolute;
	top              : 100%;
	z-index          : 5;
	display          : none;
	width            : 250px;
	padding          : .5rem;
	margin-top       : .1rem;
	font-size        : .875rem;
	line-height      : 1;
	color            : #ffffff;
	background-color : rgba(235, 87, 104, .8);
	border-radius    : .2rem
	}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
	border-color : #eb5768
	}

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
	box-shadow : 0 0 0 .2rem rgba(235, 87, 104, .25)
	}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
	display : block
	}

.form-check-input.is-invalid + .form-check-label, .was-validated .form-check-input:invalid + .form-check-label {
	color : #eb5768
	}

.custom-control-input.is-invalid ~ .custom-control-indicator, .was-validated .custom-control-input:invalid ~ .custom-control-indicator {
	background-color : rgba(235, 87, 104, .25)
	}

.custom-control-input.is-invalid ~ .custom-control-description, .was-validated .custom-control-input:invalid ~ .custom-control-description {
	color : #eb5768
	}

.custom-file-input.is-invalid ~ .custom-file-control, .was-validated .custom-file-input:invalid ~ .custom-file-control {
	border-color : #eb5768
	}

.custom-file-input.is-invalid ~ .custom-file-control::before, .was-validated .custom-file-input:invalid ~ .custom-file-control::before {
	border-color : inherit
	}

.custom-file-input.is-invalid:focus, .was-validated .custom-file-input:invalid:focus {
	box-shadow : 0 0 0 .2rem rgba(235, 87, 104, .25)
	}

.form-inline {
	display        : -ms-flexbox;
	display        : flex;
	-ms-flex-flow  : row wrap;
	flex-flow      : row wrap;
	-ms-flex-align : center;
	align-items    : center
	}

.form-inline .form-check {
	width : 100%
	}

@media (min-width : 576px) {
	.form-inline label {
		display         : -ms-flexbox;
		display         : flex;
		-ms-flex-align  : center;
		align-items     : center;
		-ms-flex-pack   : center;
		justify-content : center;
		margin-bottom   : 0
		}
	
	.form-inline .form-group {
		display        : -ms-flexbox;
		display        : flex;
		-ms-flex       : 0 0 auto;
		flex           : 0 0 auto;
		-ms-flex-flow  : row wrap;
		flex-flow      : row wrap;
		-ms-flex-align : center;
		align-items    : center;
		margin-bottom  : 0
		}
	
	.form-inline .form-control {
		display        : inline-block;
		width          : auto;
		vertical-align : middle
		}
	
	.form-inline .form-control-plaintext {
		display : inline-block
		}
	
	.form-inline .input-group {
		width : auto
		}
	
	.form-inline .form-check {
		display         : -ms-flexbox;
		display         : flex;
		-ms-flex-align  : center;
		align-items     : center;
		-ms-flex-pack   : center;
		justify-content : center;
		width           : auto;
		margin-top      : 0;
		margin-bottom   : 0
		}
	
	.form-inline .form-check-label {
		padding-left : 0
		}
	
	.form-inline .form-check-input {
		position     : relative;
		margin-top   : 0;
		margin-right : .25rem;
		margin-left  : 0
		}
	
	.form-inline .custom-control {
		display         : -ms-flexbox;
		display         : flex;
		-ms-flex-align  : center;
		align-items     : center;
		-ms-flex-pack   : center;
		justify-content : center;
		padding-left    : 0
		}
	
	.form-inline .custom-control-indicator {
		position       : static;
		display        : inline-block;
		margin-right   : .25rem;
		vertical-align : text-bottom
		}
	
	.form-inline .has-feedback .form-control-feedback {
		top : 0
		}
	}

.btn {
	display             : inline-block;
	font-weight         : 400;
	text-align          : center;
	white-space         : nowrap;
	vertical-align      : middle;
	-webkit-user-select : none;
	-moz-user-select    : none;
	-ms-user-select     : none;
	user-select         : none;
	border              : 1px solid transparent;
	padding             : .375rem .75rem;
	font-size           : 1rem;
	line-height         : 1.5;
	border-radius       : .25rem;
	transition          : background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
	}

.btn:focus, .btn:hover {
	text-decoration : none
	}

.btn.focus, .btn:focus {
	outline    : 0;
	box-shadow : 0 0 0 .2rem rgba(47, 140, 187, .25)
	}

.btn.disabled, .btn:disabled {
	opacity : .65
	}

.btn:not([disabled]):not(.disabled).active, .btn:not([disabled]):not(.disabled):active {
	background-image : none
	}

a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events : none
	}

.btn-primary {
	color            : #ffffff;
	background-color : #2f8cbb;
	border-color     : #2f8cbb
	}

.btn-primary:hover {
	color            : #ffffff;
	background-color : #27759c;
	border-color     : #256d92
	}

.btn-primary.focus, .btn-primary:focus {
	box-shadow : 0 0 0 .2rem rgba(47, 140, 187, .5)
	}

.btn-primary.disabled, .btn-primary:disabled {
	background-color : #2f8cbb;
	border-color     : #2f8cbb
	}

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	color            : #ffffff;
	background-color : #256d92;
	border-color     : #226688;
	box-shadow       : 0 0 0 .2rem rgba(47, 140, 187, .5)
	}

.btn-secondary {
	color            : #ffffff;
	background-color : #868686;
	border-color     : #868686
	}

.btn-secondary:hover {
	color            : #ffffff;
	background-color : #737373;
	border-color     : #6d6d6d
	}

.btn-secondary.focus, .btn-secondary:focus {
	box-shadow : 0 0 0 .2rem rgba(134, 134, 134, .5)
	}

.btn-secondary.disabled, .btn-secondary:disabled {
	background-color : #868686;
	border-color     : #868686
	}

.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
	color            : #ffffff;
	background-color : #6d6d6d;
	border-color     : #666666;
	box-shadow       : 0 0 0 .2rem rgba(134, 134, 134, .5)
	}

.btn-success {
	color            : #ffffff;
	background-color : #71ac34;
	border-color     : #71ac34
	}

.btn-success:hover {
	color            : #ffffff;
	background-color : #5e8f2b;
	border-color     : #578528
	}

.btn-success.focus, .btn-success:focus {
	box-shadow : 0 0 0 .2rem rgba(113, 172, 52, .5)
	}

.btn-success.disabled, .btn-success:disabled {
	background-color : #71ac34;
	border-color     : #71ac34
	}

.btn-success:not([disabled]):not(.disabled).active, .btn-success:not([disabled]):not(.disabled):active, .show > .btn-success.dropdown-toggle {
	color            : #ffffff;
	background-color : #578528;
	border-color     : #517b25;
	box-shadow       : 0 0 0 .2rem rgba(113, 172, 52, .5)
	}

.btn-info {
	color            : #ffffff;
	background-color : #3da5da;
	border-color     : #3da5da
	}

.btn-info:hover {
	color            : #ffffff;
	background-color : #2793ca;
	border-color     : #258bbf
	}

.btn-info.focus, .btn-info:focus {
	box-shadow : 0 0 0 .2rem rgba(61, 165, 218, .5)
	}

.btn-info.disabled, .btn-info:disabled {
	background-color : #3da5da;
	border-color     : #3da5da
	}

.btn-info:not([disabled]):not(.disabled).active, .btn-info:not([disabled]):not(.disabled):active, .show > .btn-info.dropdown-toggle {
	color            : #ffffff;
	background-color : #258bbf;
	border-color     : #2283b5;
	box-shadow       : 0 0 0 .2rem rgba(61, 165, 218, .5)
	}

.btn-warning {
	color            : #111111;
	background-color : #fecd5f;
	border-color     : #fecd5f
	}

.btn-warning:hover {
	color            : #111111;
	background-color : #fec139;
	border-color     : #febd2c
	}

.btn-warning.focus, .btn-warning:focus {
	box-shadow : 0 0 0 .2rem rgba(254, 205, 95, .5)
	}

.btn-warning.disabled, .btn-warning:disabled {
	background-color : #fecd5f;
	border-color     : #fecd5f
	}

.btn-warning:not([disabled]):not(.disabled).active, .btn-warning:not([disabled]):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
	color            : #111111;
	background-color : #febd2c;
	border-color     : #feb920;
	box-shadow       : 0 0 0 .2rem rgba(254, 205, 95, .5)
	}

.btn-danger {
	color            : #ffffff;
	background-color : #eb5768;
	border-color     : #eb5768
	}

.btn-danger:hover {
	color            : #ffffff;
	background-color : #e73549;
	border-color     : #e6293f
	}

.btn-danger.focus, .btn-danger:focus {
	box-shadow : 0 0 0 .2rem rgba(235, 87, 104, .5)
	}

.btn-danger.disabled, .btn-danger:disabled {
	background-color : #eb5768;
	border-color     : #eb5768
	}

.btn-danger:not([disabled]):not(.disabled).active, .btn-danger:not([disabled]):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
	color            : #ffffff;
	background-color : #e6293f;
	border-color     : #e41e35;
	box-shadow       : 0 0 0 .2rem rgba(235, 87, 104, .5)
	}

.btn-light {
	color            : #111111;
	background-color : #f8f8f8;
	border-color     : #f8f8f8
	}

.btn-light:hover {
	color            : #111111;
	background-color : #e5e5e5;
	border-color     : #dfdfdf
	}

.btn-light.focus, .btn-light:focus {
	box-shadow : 0 0 0 .2rem rgba(248, 248, 248, .5)
	}

.btn-light.disabled, .btn-light:disabled {
	background-color : #f8f8f8;
	border-color     : #f8f8f8
	}

.btn-light:not([disabled]):not(.disabled).active, .btn-light:not([disabled]):not(.disabled):active, .show > .btn-light.dropdown-toggle {
	color            : #111111;
	background-color : #dfdfdf;
	border-color     : #d8d8d8;
	box-shadow       : 0 0 0 .2rem rgba(248, 248, 248, .5)
	}

.btn-dark {
	color            : #ffffff;
	background-color : #333333;
	border-color     : #333333
	}

.btn-dark:hover {
	color            : #ffffff;
	background-color : #202020;
	border-color     : #1a1a1a
	}

.btn-dark.focus, .btn-dark:focus {
	box-shadow : 0 0 0 .2rem rgba(51, 51, 51, .5)
	}

.btn-dark.disabled, .btn-dark:disabled {
	background-color : #333333;
	border-color     : #333333
	}

.btn-dark:not([disabled]):not(.disabled).active, .btn-dark:not([disabled]):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
	color            : #ffffff;
	background-color : #1a1a1a;
	border-color     : #131313;
	box-shadow       : 0 0 0 .2rem rgba(51, 51, 51, .5)
	}

.btn-outline-primary {
	color            : #2f8cbb;
	background-color : transparent;
	background-image : none;
	border-color     : #2f8cbb
	}

.btn-outline-primary:hover {
	color            : #ffffff;
	background-color : #2f8cbb;
	border-color     : #2f8cbb
	}

.btn-outline-primary.focus, .btn-outline-primary:focus {
	box-shadow : 0 0 0 .2rem rgba(47, 140, 187, .5)
	}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color            : #2f8cbb;
	background-color : transparent
	}

.btn-outline-primary:not([disabled]):not(.disabled).active, .btn-outline-primary:not([disabled]):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
	color            : #ffffff;
	background-color : #2f8cbb;
	border-color     : #2f8cbb;
	box-shadow       : 0 0 0 .2rem rgba(47, 140, 187, .5)
	}

.btn-outline-secondary {
	color            : #868686;
	background-color : transparent;
	background-image : none;
	border-color     : #868686
	}

.btn-outline-secondary:hover {
	color            : #ffffff;
	background-color : #868686;
	border-color     : #868686
	}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
	box-shadow : 0 0 0 .2rem rgba(134, 134, 134, .5)
	}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color            : #868686;
	background-color : transparent
	}

.btn-outline-secondary:not([disabled]):not(.disabled).active, .btn-outline-secondary:not([disabled]):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
	color            : #ffffff;
	background-color : #868686;
	border-color     : #868686;
	box-shadow       : 0 0 0 .2rem rgba(134, 134, 134, .5)
	}

.btn-outline-success {
	color            : #71ac34;
	background-color : transparent;
	background-image : none;
	border-color     : #71ac34
	}

.btn-outline-success:hover {
	color            : #ffffff;
	background-color : #71ac34;
	border-color     : #71ac34
	}

.btn-outline-success.focus, .btn-outline-success:focus {
	box-shadow : 0 0 0 .2rem rgba(113, 172, 52, .5)
	}

.btn-outline-success.disabled, .btn-outline-success:disabled {
	color            : #71ac34;
	background-color : transparent
	}

.btn-outline-success:not([disabled]):not(.disabled).active, .btn-outline-success:not([disabled]):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
	color            : #ffffff;
	background-color : #71ac34;
	border-color     : #71ac34;
	box-shadow       : 0 0 0 .2rem rgba(113, 172, 52, .5)
	}

.btn-outline-info {
	color            : #3da5da;
	background-color : transparent;
	background-image : none;
	border-color     : #3da5da
	}

.btn-outline-info:hover {
	color            : #ffffff;
	background-color : #3da5da;
	border-color     : #3da5da
	}

.btn-outline-info.focus, .btn-outline-info:focus {
	box-shadow : 0 0 0 .2rem rgba(61, 165, 218, .5)
	}

.btn-outline-info.disabled, .btn-outline-info:disabled {
	color            : #3da5da;
	background-color : transparent
	}

.btn-outline-info:not([disabled]):not(.disabled).active, .btn-outline-info:not([disabled]):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
	color            : #ffffff;
	background-color : #3da5da;
	border-color     : #3da5da;
	box-shadow       : 0 0 0 .2rem rgba(61, 165, 218, .5)
	}

.btn-outline-warning {
	color            : #fecd5f;
	background-color : transparent;
	background-image : none;
	border-color     : #fecd5f
	}

.btn-outline-warning:hover {
	color            : #ffffff;
	background-color : #fecd5f;
	border-color     : #fecd5f
	}

.btn-outline-warning.focus, .btn-outline-warning:focus {
	box-shadow : 0 0 0 .2rem rgba(254, 205, 95, .5)
	}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color            : #fecd5f;
	background-color : transparent
	}

.btn-outline-warning:not([disabled]):not(.disabled).active, .btn-outline-warning:not([disabled]):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
	color            : #ffffff;
	background-color : #fecd5f;
	border-color     : #fecd5f;
	box-shadow       : 0 0 0 .2rem rgba(254, 205, 95, .5)
	}

.btn-outline-danger {
	color            : #eb5768;
	background-color : transparent;
	background-image : none;
	border-color     : #eb5768
	}

.btn-outline-danger:hover {
	color            : #ffffff;
	background-color : #eb5768;
	border-color     : #eb5768
	}

.btn-outline-danger.focus, .btn-outline-danger:focus {
	box-shadow : 0 0 0 .2rem rgba(235, 87, 104, .5)
	}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color            : #eb5768;
	background-color : transparent
	}

.btn-outline-danger:not([disabled]):not(.disabled).active, .btn-outline-danger:not([disabled]):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
	color            : #ffffff;
	background-color : #eb5768;
	border-color     : #eb5768;
	box-shadow       : 0 0 0 .2rem rgba(235, 87, 104, .5)
	}

.btn-outline-light {
	color            : #f8f8f8;
	background-color : transparent;
	background-image : none;
	border-color     : #f8f8f8
	}

.btn-outline-light:hover {
	color            : #212121;
	background-color : #f8f8f8;
	border-color     : #f8f8f8
	}

.btn-outline-light.focus, .btn-outline-light:focus {
	box-shadow : 0 0 0 .2rem rgba(248, 248, 248, .5)
	}

.btn-outline-light.disabled, .btn-outline-light:disabled {
	color            : #f8f8f8;
	background-color : transparent
	}

.btn-outline-light:not([disabled]):not(.disabled).active, .btn-outline-light:not([disabled]):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
	color            : #212121;
	background-color : #f8f8f8;
	border-color     : #f8f8f8;
	box-shadow       : 0 0 0 .2rem rgba(248, 248, 248, .5)
	}

.btn-outline-dark {
	color            : #333333;
	background-color : transparent;
	background-image : none;
	border-color     : #333333
	}

.btn-outline-dark:hover {
	color            : #ffffff;
	background-color : #333333;
	border-color     : #333333
	}

.btn-outline-dark.focus, .btn-outline-dark:focus {
	box-shadow : 0 0 0 .2rem rgba(51, 51, 51, .5)
	}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color            : #333333;
	background-color : transparent
	}

.btn-outline-dark:not([disabled]):not(.disabled).active, .btn-outline-dark:not([disabled]):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
	color            : #ffffff;
	background-color : #333333;
	border-color     : #333333;
	box-shadow       : 0 0 0 .2rem rgba(51, 51, 51, .5)
	}

.btn-link {
	font-weight      : 400;
	color            : #2f8cbb;
	background-color : transparent
	}

.btn-link:hover {
	color            : #205e7e;
	text-decoration  : underline;
	background-color : transparent;
	border-color     : transparent
	}

.btn-link.focus, .btn-link:focus {
	border-color : transparent;
	box-shadow   : none
	}

.btn-link.disabled, .btn-link:disabled {
	color : #868686
	}

.btn-group-lg > .btn, .btn-lg {
	padding       : .5rem 1rem;
	font-size     : 1.25rem;
	line-height   : 1.5;
	border-radius : .3rem
	}

.btn-group-sm > .btn, .btn-sm {
	padding       : .25rem .5rem;
	font-size     : .875rem;
	line-height   : 1.5;
	border-radius : .2rem
	}

.btn-block {
	display : block;
	width   : 100%
	}

.btn-block + .btn-block {
	margin-top : .5rem
	}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width : 100%
	}

.fade {
	opacity    : 0;
	transition : opacity .15s linear
	}

.fade.show {
	opacity : 1
	}

.collapse {
	display : none
	}

.collapse.show {
	display : block
	}

tr.collapse.show {
	display : table-row
	}

tbody.collapse.show {
	display : table-row-group
	}

.collapsing {
	position   : relative;
	height     : 0;
	overflow   : hidden;
	transition : height .35s ease
	}

.dropdown, .dropup {
	position : relative
	}

.dropdown-toggle::after {
	display        : inline-block;
	width          : 0;
	height         : 0;
	margin-left    : .255em;
	vertical-align : .255em;
	content        : "";
	border-top     : .3em solid;
	border-right   : .3em solid transparent;
	border-bottom  : 0;
	border-left    : .3em solid transparent
	}

.dropdown-toggle:empty::after {
	margin-left : 0
	}

.dropdown-menu {
	position         : absolute;
	top              : 100%;
	left             : 0;
	z-index          : 1000;
	display          : none;
	float            : left;
	min-width        : 10rem;
	padding          : .5rem 0;
	margin           : .125rem 0 0;
	font-size        : 1rem;
	color            : #333333;
	text-align       : left;
	list-style       : none;
	background-color : #ffffff;
	background-clip  : padding-box;
	border           : 1px solid rgba(0, 0, 0, .15);
	border-radius    : .25rem
	}

.dropup .dropdown-menu {
	margin-top    : 0;
	margin-bottom : .125rem
	}

.dropup .dropdown-toggle::after {
	display        : inline-block;
	width          : 0;
	height         : 0;
	margin-left    : .255em;
	vertical-align : .255em;
	content        : "";
	border-top     : 0;
	border-right   : .3em solid transparent;
	border-bottom  : .3em solid;
	border-left    : .3em solid transparent
	}

.dropup .dropdown-toggle:empty::after {
	margin-left : 0
	}

.dropdown-divider {
	height     : 0;
	margin     : .5rem 0;
	overflow   : hidden;
	border-top : 1px solid #eeeeee
	}

.dropdown-item {
	display     : block;
	width       : 100%;
	padding     : .25rem 1.5rem;
	clear       : both;
	font-weight : 400;
	color       : #212121;
	text-align  : inherit;
	white-space : nowrap;
	background  : 0 0;
	border      : 0
	}

.dropdown-item:focus, .dropdown-item:hover {
	color            : #141414;
	text-decoration  : none;
	background-color : #f8f8f8
	}

.dropdown-item.active, .dropdown-item:active {
	color            : #ffffff;
	text-decoration  : none;
	background-color : #2f8cbb
	}

.dropdown-item.disabled, .dropdown-item:disabled {
	color            : #868686;
	background-color : transparent
	}

.dropdown-menu.show {
	display : block
	}

.dropdown-header {
	display       : block;
	padding       : .5rem 1.5rem;
	margin-bottom : 0;
	font-size     : .875rem;
	color         : #868686;
	white-space   : nowrap
	}

.btn-group, .btn-group-vertical {
	position       : relative;
	display        : -ms-inline-flexbox;
	display        : inline-flex;
	vertical-align : middle
	}

.btn-group-vertical > .btn, .btn-group > .btn {
	position : relative;
	-ms-flex : 0 1 auto;
	flex     : 0 1 auto
	}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
	z-index : 2
	}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
	z-index : 2
	}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
	margin-left : -1px
	}

.btn-toolbar {
	display         : -ms-flexbox;
	display         : flex;
	-ms-flex-wrap   : wrap;
	flex-wrap       : wrap;
	-ms-flex-pack   : start;
	justify-content : flex-start
	}

.btn-toolbar .input-group {
	width : auto
	}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius : 0
	}

.btn-group > .btn:first-child {
	margin-left : 0
	}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius    : 0;
	border-bottom-right-radius : 0
	}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
	border-top-left-radius    : 0;
	border-bottom-left-radius : 0
	}

.btn-group > .btn-group {
	float : left
	}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius : 0
	}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-top-right-radius    : 0;
	border-bottom-right-radius : 0
	}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-left-radius    : 0;
	border-bottom-left-radius : 0
	}

.btn + .dropdown-toggle-split {
	padding-right : .5625rem;
	padding-left  : .5625rem
	}

.btn + .dropdown-toggle-split::after {
	margin-left : 0
	}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
	padding-right : .375rem;
	padding-left  : .375rem
	}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
	padding-right : .75rem;
	padding-left  : .75rem
	}

.btn-group-vertical {
	-ms-flex-direction : column;
	flex-direction     : column;
	-ms-flex-align     : start;
	align-items        : flex-start;
	-ms-flex-pack      : center;
	justify-content    : center
	}

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
	width : 100%
	}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
	margin-top  : -1px;
	margin-left : 0
	}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
	border-radius : 0
	}

.btn-group-vertical > .btn:first-child:not(:last-child) {
	border-bottom-right-radius : 0;
	border-bottom-left-radius  : 0
	}

.btn-group-vertical > .btn:last-child:not(:first-child) {
	border-top-left-radius  : 0;
	border-top-right-radius : 0
	}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius : 0
	}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius : 0;
	border-bottom-left-radius  : 0
	}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-left-radius  : 0;
	border-top-right-radius : 0
	}

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
	position       : absolute;
	clip           : rect(0, 0, 0, 0);
	pointer-events : none
	}

.input-group {
	position       : relative;
	display        : -ms-flexbox;
	display        : flex;
	-ms-flex-align : stretch;
	align-items    : stretch;
	width          : 100%
	}

.input-group .form-control {
	position      : relative;
	z-index       : 2;
	-ms-flex      : 1 1 auto;
	flex          : 1 1 auto;
	width         : 1%;
	margin-bottom : 0
	}

.input-group .form-control:active, .input-group .form-control:focus, .input-group .form-control:hover {
	z-index : 3
	}

.input-group .form-control, .input-group-addon, .input-group-btn {
	display        : -ms-flexbox;
	display        : flex;
	-ms-flex-align : center;
	align-items    : center
	}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
	border-radius : 0
	}

.input-group-addon, .input-group-btn {
	white-space : nowrap
	}

.input-group-addon {
	padding          : .375rem .75rem;
	margin-bottom    : 0;
	font-size        : 1rem;
	font-weight      : 400;
	line-height      : 1.5;
	color            : #495057;
	text-align       : center;
	background-color : #eeeeee;
	border           : 1px solid #cecece;
	border-radius    : .25rem
	}

.input-group-addon.form-control-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
	padding       : .25rem .5rem;
	font-size     : .875rem;
	border-radius : .2rem
	}

.input-group-addon.form-control-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
	padding       : .5rem 1rem;
	font-size     : 1.25rem;
	border-radius : .3rem
	}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
	margin-top : 0
	}

.input-group .form-control:not(:last-child), .input-group-addon:not(:last-child), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group > .btn, .input-group-btn:not(:last-child) > .dropdown-toggle {
	border-top-right-radius    : 0;
	border-bottom-right-radius : 0
	}

.input-group-addon:not(:last-child) {
	border-right : 0
	}

.input-group .form-control:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group > .btn, .input-group-btn:not(:first-child) > .dropdown-toggle, .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, .input-group-btn:not(:last-child) > .btn:not(:first-child) {
	border-top-left-radius    : 0;
	border-bottom-left-radius : 0
	}

.form-control + .input-group-addon:not(:first-child) {
	border-left : 0
	}

.input-group-btn {
	position       : relative;
	-ms-flex-align : stretch;
	align-items    : stretch;
	font-size      : 0;
	white-space    : nowrap
	}

.input-group-btn > .btn {
	position : relative
	}

.input-group-btn > .btn + .btn {
	margin-left : -1px
	}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
	z-index : 3
	}

.input-group-btn:first-child > .btn + .btn {
	margin-left : 0
	}

.input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group {
	margin-right : -1px
	}

.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
	z-index     : 2;
	margin-left : 0
	}

.input-group-btn:not(:first-child) > .btn-group:first-child, .input-group-btn:not(:first-child) > .btn:first-child {
	margin-left : -1px
	}

.input-group-btn:not(:first-child) > .btn-group:active, .input-group-btn:not(:first-child) > .btn-group:focus, .input-group-btn:not(:first-child) > .btn-group:hover, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:hover {
	z-index : 3
	}

.custom-control {
	position     : relative;
	display      : -ms-inline-flexbox;
	display      : inline-flex;
	min-height   : 1.5rem;
	padding-left : 1.5rem;
	margin-right : 1rem
	}

.custom-control-input {
	position : absolute;
	z-index  : -1;
	opacity  : 0
	}

.custom-control-input:checked ~ .custom-control-indicator {
	color            : #ffffff;
	background-color : #2f8cbb
	}

.custom-control-input:focus ~ .custom-control-indicator {
	box-shadow : 0 0 0 1px #f8f8f8, 0 0 0 .2rem rgba(47, 140, 187, .25)
	}

.custom-control-input:active ~ .custom-control-indicator {
	color            : #ffffff;
	background-color : #b1d8eb
	}

.custom-control-input:disabled ~ .custom-control-indicator {
	background-color : #eeeeee
	}

.custom-control-input:disabled ~ .custom-control-description {
	color : #868686
	}

.custom-control-indicator {
	position            : absolute;
	top                 : .25rem;
	left                : 0;
	display             : block;
	width               : 1rem;
	height              : 1rem;
	pointer-events      : none;
	-webkit-user-select : none;
	-moz-user-select    : none;
	-ms-user-select     : none;
	user-select         : none;
	background-color    : #dddddd;
	background-repeat   : no-repeat;
	background-position : center center;
	background-size     : 50% 50%
	}

.custom-checkbox .custom-control-indicator {
	border-radius : .25rem
	}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
	background-image : url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
	}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
	background-color : #2f8cbb;
	background-image : url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
	}

.custom-radio .custom-control-indicator {
	border-radius : 50%
	}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
	background-image : url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
	}

.custom-controls-stacked {
	display            : -ms-flexbox;
	display            : flex;
	-ms-flex-direction : column;
	flex-direction     : column
	}

.custom-controls-stacked .custom-control {
	margin-bottom : .25rem
	}

.custom-controls-stacked .custom-control + .custom-control {
	margin-left : 0
	}

.custom-select {
	display            : inline-block;
	max-width          : 100%;
	height             : calc(2.25rem + 2px);
	padding            : .375rem 1.75rem .375rem .75rem;
	line-height        : 1.5;
	color              : #495057;
	vertical-align     : middle;
	background         : #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
	background-size    : 8px 10px;
	border             : 1px solid #cecece;
	border-radius      : .25rem;
	-webkit-appearance : none;
	-moz-appearance    : none;
	appearance         : none
	}

.custom-select:focus {
	border-color : #88c3e1;
	outline      : 0
	}

.custom-select:focus::-ms-value {
	color            : #495057;
	background-color : #ffffff
	}

.custom-select[multiple] {
	height           : auto;
	background-image : none
	}

.custom-select:disabled {
	color            : #868686;
	background-color : #eeeeee
	}

.custom-select::-ms-expand {
	opacity : 0
	}

.custom-select-sm {
	height         : calc(1.8125rem + 2px);
	padding-top    : .375rem;
	padding-bottom : .375rem;
	font-size      : 75%
	}

.custom-file {
	position      : relative;
	display       : inline-block;
	max-width     : 100%;
	height        : calc(2.25rem + 2px);
	margin-bottom : 0
	}

.custom-file-input {
	min-width : 14rem;
	max-width : 100%;
	height    : calc(2.25rem + 2px);
	margin    : 0;
	opacity   : 0
	}

.custom-file-input:focus ~ .custom-file-control {
	box-shadow : 0 0 0 .075rem #ffffff, 0 0 0 .2rem #2f8cbb
	}

.custom-file-control {
	position            : absolute;
	top                 : 0;
	right               : 0;
	left                : 0;
	z-index             : 5;
	height              : calc(2.25rem + 2px);
	padding             : .375rem .75rem;
	line-height         : 1.5;
	color               : #495057;
	pointer-events      : none;
	-webkit-user-select : none;
	-moz-user-select    : none;
	-ms-user-select     : none;
	user-select         : none;
	background-color    : #ffffff;
	border              : 1px solid #cecece;
	border-radius       : .25rem
	}

.custom-file-control:lang(en):empty::after {
	content : "Choose file..."
	}

.custom-file-control:lang(cs):empty::after {
	content : "Vyberte soubor..."
	}

.custom-file-control::before {
	position         : absolute;
	top              : -1px;
	right            : -1px;
	bottom           : -1px;
	z-index          : 6;
	display          : block;
	height           : calc(2.25rem + 2px);
	padding          : .375rem .75rem;
	line-height      : 1.5;
	color            : #495057;
	background-color : #eeeeee;
	border           : 1px solid #cecece;
	border-radius    : 0 .25rem .25rem 0
	}

.custom-file-control:lang(en)::before {
	content : "Browse"
	}

.custom-file-control:lang(cs)::before {
	content : "Proch�zet"
	}

.nav {
	display       : -ms-flexbox;
	display       : flex;
	-ms-flex-wrap : wrap;
	flex-wrap     : wrap;
	padding-left  : 0;
	margin-bottom : 0;
	list-style    : none
	}

.nav-link {
	display : block;
	padding : .5rem 1rem
	}

.nav-link:focus, .nav-link:hover {
	text-decoration : none
	}

.nav-link.disabled {
	color : #868686
	}

.nav-tabs {
	border-bottom : 1px solid #dddddd
	}

.nav-tabs .nav-item {
	margin-bottom : -1px
	}

.nav-tabs .nav-link {
	border                  : 1px solid transparent;
	border-top-left-radius  : .25rem;
	border-top-right-radius : .25rem
	}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color : #eeeeee #eeeeee #dddddd
	}

.nav-tabs .nav-link.disabled {
	color            : #868686;
	background-color : transparent;
	border-color     : transparent
	}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color            : #495057;
	background-color : #f8f8f8;
	border-color     : #dddddd #dddddd #f8f8f8
	}

.nav-tabs .dropdown-menu {
	margin-top              : -1px;
	border-top-left-radius  : 0;
	border-top-right-radius : 0
	}

.nav-pills .nav-link {
	border-radius : .25rem
	}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color            : #ffffff;
	background-color : #2f8cbb
	}

.nav-fill .nav-item {
	-ms-flex   : 1 1 auto;
	flex       : 1 1 auto;
	text-align : center
	}

.nav-justified .nav-item {
	-ms-flex-preferred-size : 0;
	flex-basis              : 0;
	-ms-flex-positive       : 1;
	flex-grow               : 1;
	text-align              : center
	}

.tab-content > .tab-pane {
	display : none
	}

.tab-content > .active {
	display : block
	}

.navbar {
	position        : relative;
	display         : -ms-flexbox;
	display         : flex;
	-ms-flex-wrap   : wrap;
	flex-wrap       : wrap;
	-ms-flex-align  : center;
	align-items     : center;
	-ms-flex-pack   : justify;
	justify-content : space-between;
	padding         : .5rem 1rem
	}

.navbar > .container, .navbar > .container-fluid {
	display         : -ms-flexbox;
	display         : flex;
	-ms-flex-wrap   : wrap;
	flex-wrap       : wrap;
	-ms-flex-align  : center;
	align-items     : center;
	-ms-flex-pack   : justify;
	justify-content : space-between
	}

.navbar-brand {
	display        : inline-block;
	padding-top    : .3125rem;
	padding-bottom : .3125rem;
	margin-right   : 1rem;
	font-size      : 1.25rem;
	line-height    : inherit;
	white-space    : nowrap
	}

.navbar-brand:focus, .navbar-brand:hover {
	text-decoration : none
	}

.navbar-nav {
	display            : -ms-flexbox;
	display            : flex;
	-ms-flex-direction : column;
	flex-direction     : column;
	padding-left       : 0;
	margin-bottom      : 0;
	list-style         : none
	}

.navbar-nav .nav-link {
	padding-right : 0;
	padding-left  : 0
	}

.navbar-nav .dropdown-menu {
	position : static;
	float    : none
	}

.navbar-text {
	display        : inline-block;
	padding-top    : .5rem;
	padding-bottom : .5rem
	}

.navbar-collapse {
	-ms-flex-preferred-size : 100%;
	flex-basis              : 100%;
	-ms-flex-positive       : 1;
	flex-grow               : 1;
	-ms-flex-align          : center;
	align-items             : center
	}

.navbar-toggler {
	padding       : .25rem .75rem;
	font-size     : 1.25rem;
	line-height   : 1;
	background    : 0 0;
	border        : 1px solid transparent;
	border-radius : .25rem
	}

.navbar-toggler:focus, .navbar-toggler:hover {
	text-decoration : none
	}

.navbar-toggler-icon {
	display         : inline-block;
	width           : 1.5em;
	height          : 1.5em;
	vertical-align  : middle;
	content         : "";
	background      : no-repeat center center;
	background-size : 100% 100%
	}

@media (max-width : 575px) {
	.navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
		padding-right : 0;
		padding-left  : 0
		}
	}

@media (min-width : 576px) {
	.navbar-expand-sm {
		-ms-flex-flow   : row nowrap;
		flex-flow       : row nowrap;
		-ms-flex-pack   : start;
		justify-content : flex-start
		}
	
	.navbar-expand-sm .navbar-nav {
		-ms-flex-direction : row;
		flex-direction     : row
		}
	
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position : absolute
		}
	
	.navbar-expand-sm .navbar-nav .dropdown-menu-right {
		right : 0;
		left  : auto
		}
	
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right : .5rem;
		padding-left  : .5rem
		}
	
	.navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
		-ms-flex-wrap : nowrap;
		flex-wrap     : nowrap
		}
	
	.navbar-expand-sm .navbar-collapse {
		display                 : -ms-flexbox !important;
		display                 : flex !important;
		-ms-flex-preferred-size : auto;
		flex-basis              : auto
		}
	
	.navbar-expand-sm .navbar-toggler {
		display : none
		}
	
	.navbar-expand-sm .dropup .dropdown-menu {
		top    : auto;
		bottom : 100%
		}
	}

@media (max-width : 767px) {
	.navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
		padding-right : 0;
		padding-left  : 0
		}
	}

@media (min-width : 768px) {
	.navbar-expand-md {
		-ms-flex-flow   : row nowrap;
		flex-flow       : row nowrap;
		-ms-flex-pack   : start;
		justify-content : flex-start
		}
	
	.navbar-expand-md .navbar-nav {
		-ms-flex-direction : row;
		flex-direction     : row
		}
	
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position : absolute
		}
	
	.navbar-expand-md .navbar-nav .dropdown-menu-right {
		right : 0;
		left  : auto
		}
	
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right : .5rem;
		padding-left  : .5rem
		}
	
	.navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
		-ms-flex-wrap : nowrap;
		flex-wrap     : nowrap
		}
	
	.navbar-expand-md .navbar-collapse {
		display                 : -ms-flexbox !important;
		display                 : flex !important;
		-ms-flex-preferred-size : auto;
		flex-basis              : auto
		}
	
	.navbar-expand-md .navbar-toggler {
		display : none
		}
	
	.navbar-expand-md .dropup .dropdown-menu {
		top    : auto;
		bottom : 100%
		}
	}

@media (max-width : 991px) {
	.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
		padding-right : 0;
		padding-left  : 0
		}
	}

@media (min-width : 992px) {
	.navbar-expand-lg {
		-ms-flex-flow   : row nowrap;
		flex-flow       : row nowrap;
		-ms-flex-pack   : start;
		justify-content : flex-start
		}
	
	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction : row;
		flex-direction     : row
		}
	
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position : absolute
		}
	
	.navbar-expand-lg .navbar-nav .dropdown-menu-right {
		right : 0;
		left  : auto
		}
	
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right : .5rem;
		padding-left  : .5rem
		}
	
	.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
		-ms-flex-wrap : nowrap;
		flex-wrap     : nowrap
		}
	
	.navbar-expand-lg .navbar-collapse {
		display                 : -ms-flexbox !important;
		display                 : flex !important;
		-ms-flex-preferred-size : auto;
		flex-basis              : auto
		}
	
	.navbar-expand-lg .navbar-toggler {
		display : none
		}
	
	.navbar-expand-lg .dropup .dropdown-menu {
		top    : auto;
		bottom : 100%
		}
	}

@media (max-width : 1199px) {
	.navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
		padding-right : 0;
		padding-left  : 0
		}
	}

@media (min-width : 1200px) {
	.navbar-expand-xl {
		-ms-flex-flow   : row nowrap;
		flex-flow       : row nowrap;
		-ms-flex-pack   : start;
		justify-content : flex-start
		}
	
	.navbar-expand-xl .navbar-nav {
		-ms-flex-direction : row;
		flex-direction     : row
		}
	
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position : absolute
		}
	
	.navbar-expand-xl .navbar-nav .dropdown-menu-right {
		right : 0;
		left  : auto
		}
	
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right : .5rem;
		padding-left  : .5rem
		}
	
	.navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
		-ms-flex-wrap : nowrap;
		flex-wrap     : nowrap
		}
	
	.navbar-expand-xl .navbar-collapse {
		display                 : -ms-flexbox !important;
		display                 : flex !important;
		-ms-flex-preferred-size : auto;
		flex-basis              : auto
		}
	
	.navbar-expand-xl .navbar-toggler {
		display : none
		}
	
	.navbar-expand-xl .dropup .dropdown-menu {
		top    : auto;
		bottom : 100%
		}
	}

.navbar-expand {
	-ms-flex-flow   : row nowrap;
	flex-flow       : row nowrap;
	-ms-flex-pack   : start;
	justify-content : flex-start
	}

.navbar-expand > .container, .navbar-expand > .container-fluid {
	padding-right : 0;
	padding-left  : 0
	}

.navbar-expand .navbar-nav {
	-ms-flex-direction : row;
	flex-direction     : row
	}

.navbar-expand .navbar-nav .dropdown-menu {
	position : absolute
	}

.navbar-expand .navbar-nav .dropdown-menu-right {
	right : 0;
	left  : auto
	}

.navbar-expand .navbar-nav .nav-link {
	padding-right : .5rem;
	padding-left  : .5rem
	}

.navbar-expand > .container, .navbar-expand > .container-fluid {
	-ms-flex-wrap : nowrap;
	flex-wrap     : nowrap
	}

.navbar-expand .navbar-collapse {
	display                 : -ms-flexbox !important;
	display                 : flex !important;
	-ms-flex-preferred-size : auto;
	flex-basis              : auto
	}

.navbar-expand .navbar-toggler {
	display : none
	}

.navbar-expand .dropup .dropdown-menu {
	top    : auto;
	bottom : 100%
	}

.navbar-light .navbar-brand {
	color : rgba(0, 0, 0, .9)
	}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color : rgba(0, 0, 0, .9)
	}

.navbar-light .navbar-nav .nav-link {
	color : rgba(0, 0, 0, .5)
	}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color : rgba(0, 0, 0, .7)
	}

.navbar-light .navbar-nav .nav-link.disabled {
	color : rgba(0, 0, 0, .3)
	}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
	color : rgba(0, 0, 0, .9)
	}

.navbar-light .navbar-toggler {
	color        : rgba(0, 0, 0, .5);
	border-color : rgba(0, 0, 0, .1)
	}

.navbar-light .navbar-toggler-icon {
	background-image : url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
	}

.navbar-light .navbar-text {
	color : rgba(0, 0, 0, .5)
	}

.navbar-light .navbar-text a {
	color : rgba(0, 0, 0, .9)
	}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
	color : rgba(0, 0, 0, .9)
	}

.navbar-dark .navbar-brand {
	color : #ffffff
	}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
	color : #ffffff
	}

.navbar-dark .navbar-nav .nav-link {
	color : rgba(255, 255, 255, .5)
	}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color : rgba(255, 255, 255, .75)
	}

.navbar-dark .navbar-nav .nav-link.disabled {
	color : rgba(255, 255, 255, .25)
	}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
	color : #ffffff
	}

.navbar-dark .navbar-toggler {
	color        : rgba(255, 255, 255, .5);
	border-color : rgba(255, 255, 255, .1)
	}

.navbar-dark .navbar-toggler-icon {
	background-image : url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
	}

.navbar-dark .navbar-text {
	color : rgba(255, 255, 255, .5)
	}

.navbar-dark .navbar-text a {
	color : #ffffff
	}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
	color : #ffffff
	}

.card {
	position           : relative;
	display            : -ms-flexbox;
	display            : flex;
	-ms-flex-direction : column;
	flex-direction     : column;
	min-width          : 0;
	word-wrap          : break-word;
	background-color   : #ffffff;
	background-clip    : border-box;
	border             : 0 solid rgba(0, 0, 0, .125);
	border-radius      : .7rem
	}

.card > hr {
	margin-right : 0;
	margin-left  : 0
	}

.card > .list-group:first-child .list-group-item:first-child {
	border-top-left-radius  : .7rem;
	border-top-right-radius : .7rem
	}

.card > .list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius : .7rem;
	border-bottom-left-radius  : .7rem
	}

.card-body {
	-ms-flex : 1 1 auto;
	flex     : 1 1 auto;
	padding  : 1.50rem
	}

.card-title {
	margin-bottom : .75rem
	}

.card-subtitle {
	margin-top    : -.375rem;
	margin-bottom : 0
	}

.card-text:last-child {
	margin-bottom : 0
	}

.card-link:hover {
	text-decoration : none
	}

.card-link + .card-link {
	margin-left : 1.25rem
	}

.card-header {
	padding          : .75rem 1.25rem;
	margin-bottom    : 0;
	background-color : rgba(0, 0, 0, .03);
	border-bottom    : 0 solid rgba(0, 0, 0, .125)
	}

.card-header:first-child {
	border-radius : calc(.7rem - 0) calc(.7rem - 0) 0 0
	}

.card-header + .list-group .list-group-item:first-child {
	border-top : 0
	}

.card-footer {
	padding          : .75rem 1.25rem;
	background-color : rgba(0, 0, 0, .03);
	border-top       : 0 solid rgba(0, 0, 0, .125)
	}

.card-footer:last-child {
	border-radius : 0 0 calc(.7rem - 0) calc(.7rem - 0)
	}

.card-header-tabs {
	margin-right  : -.625rem;
	margin-bottom : -.75rem;
	margin-left   : -.625rem;
	border-bottom : 0
	}

.card-header-pills {
	margin-right : -.625rem;
	margin-left  : -.625rem
	}

.card-img-overlay {
	position : absolute;
	top      : 0;
	right    : 0;
	bottom   : 0;
	left     : 0;
	padding  : 1.25rem
	}

.card-img {
	width         : 100%;
	border-radius : calc(.7rem - 0)
	}

.card-img-top {
	width                   : 100%;
	border-top-left-radius  : calc(.7rem - 0);
	border-top-right-radius : calc(.7rem - 0)
	}

.card-img-bottom {
	width                      : 100%;
	border-bottom-right-radius : calc(.7rem - 0);
	border-bottom-left-radius  : calc(.7rem - 0)
	}

.card-deck {
	display            : -ms-flexbox;
	display            : flex;
	-ms-flex-direction : column;
	flex-direction     : column
	}

.card-deck .card {
	margin-bottom : 15px
	}

@media (min-width : 576px) {
	.card-deck {
		-ms-flex-flow : row wrap;
		flex-flow     : row wrap;
		margin-right  : -15px;
		margin-left   : -15px
		}
	
	.card-deck .card {
		display            : -ms-flexbox;
		display            : flex;
		-ms-flex           : 1 0 0%;
		flex               : 1 0 0%;
		-ms-flex-direction : column;
		flex-direction     : column;
		margin-right       : 15px;
		margin-bottom      : 0;
		margin-left        : 15px
		}
	}

.card-group {
	display            : -ms-flexbox;
	display            : flex;
	-ms-flex-direction : column;
	flex-direction     : column
	}

.card-group .card {
	margin-bottom : 15px
	}

@media (min-width : 576px) {
	.card-group {
		-ms-flex-flow : row wrap;
		flex-flow     : row wrap
		}
	
	.card-group .card {
		-ms-flex      : 1 0 0%;
		flex          : 1 0 0%;
		margin-bottom : 0
		}
	
	.card-group .card + .card {
		margin-left : 0;
		border-left : 0
		}
	
	.card-group .card:first-child {
		border-top-right-radius    : 0;
		border-bottom-right-radius : 0
		}
	
	.card-group .card:first-child .card-img-top {
		border-top-right-radius : 0
		}
	
	.card-group .card:first-child .card-img-bottom {
		border-bottom-right-radius : 0
		}
	
	.card-group .card:last-child {
		border-top-left-radius    : 0;
		border-bottom-left-radius : 0
		}
	
	.card-group .card:last-child .card-img-top {
		border-top-left-radius : 0
		}
	
	.card-group .card:last-child .card-img-bottom {
		border-bottom-left-radius : 0
		}
	
	.card-group .card:only-child {
		border-radius : .7rem
		}
	
	.card-group .card:only-child .card-img-top {
		border-top-left-radius  : .7rem;
		border-top-right-radius : .7rem
		}
	
	.card-group .card:only-child .card-img-bottom {
		border-bottom-right-radius : .7rem;
		border-bottom-left-radius  : .7rem
		}
	
	.card-group .card:not(:first-child):not(:last-child):not(:only-child) {
		border-radius : 0
		}
	
	.card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
		border-radius : 0
		}
	}

.card-columns .card {
	margin-bottom : .75rem
	}

@media (min-width : 576px) {
	.card-columns {
		-webkit-column-count : 3;
		column-count         : 3;
		-webkit-column-gap   : 1.25rem;
		column-gap           : 1.25rem
		}
	
	.card-columns .card {
		display : inline-block;
		width   : 100%
		}
	}

.breadcrumb {
	display          : -ms-flexbox;
	display          : flex;
	-ms-flex-wrap    : wrap;
	flex-wrap        : wrap;
	padding          : .75rem 1rem;
	margin-bottom    : 1rem;
	list-style       : none;
	background-color : #eeeeee;
	border-radius    : .25rem
	}

.breadcrumb-item + .breadcrumb-item::before {
	display       : inline-block;
	padding-right : .5rem;
	padding-left  : .5rem;
	color         : #868686;
	content       : "/"
	}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration : underline
	}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration : none
	}

.breadcrumb-item.active {
	color : #868686
	}

.pagination {
	display       : -ms-flexbox;
	display       : flex;
	padding-left  : 0;
	list-style    : none;
	border-radius : .25rem
	}

.page-item:first-child .page-link {
	margin-left               : 0;
	border-top-left-radius    : .25rem;
	border-bottom-left-radius : .25rem
	}

.page-item:last-child .page-link {
	border-top-right-radius    : .25rem;
	border-bottom-right-radius : .25rem
	}

.page-item.active .page-link {
	z-index          : 2;
	color            : #ffffff;
	background-color : #2f8cbb;
	border-color     : #2f8cbb
	}

.page-item.disabled .page-link {
	color            : #868686;
	pointer-events   : none;
	background-color : #ffffff;
	border-color     : #dddddd
	}

.page-link {
	position         : relative;
	display          : block;
	padding          : .5rem .75rem;
	margin-left      : -1px;
	line-height      : 1.25;
	color            : #2f8cbb;
	background-color : #ffffff;
	border           : 1px solid #dddddd
	}

.page-link:focus, .page-link:hover {
	color            : #205e7e;
	text-decoration  : none;
	background-color : #eeeeee;
	border-color     : #dddddd
	}

.pagination-lg .page-link {
	padding     : .75rem 1.5rem;
	font-size   : 1.25rem;
	line-height : 1.5
	}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius    : .3rem;
	border-bottom-left-radius : .3rem
	}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius    : .3rem;
	border-bottom-right-radius : .3rem
	}

.pagination-sm .page-link {
	padding     : .25rem .5rem;
	font-size   : .875rem;
	line-height : 1.5
	}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius    : .2rem;
	border-bottom-left-radius : .2rem
	}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius    : .2rem;
	border-bottom-right-radius : .2rem
	}

.badge {
	display        : inline-block;
	padding        : .25em .4em;
	font-size      : 75%;
	font-weight    : 700;
	line-height    : 1;
	text-align     : center;
	white-space    : nowrap;
	vertical-align : baseline;
	border-radius  : .25rem
	}

.badge:empty {
	display : none
	}

.btn .badge {
	position : relative;
	top      : -1px
	}

.badge-pill {
	padding-right : .6em;
	padding-left  : .6em;
	border-radius : 10rem
	}

.badge-primary {
	color            : #ffffff;
	background-color : #2f8cbb
	}

.badge-primary[href]:focus, .badge-primary[href]:hover {
	color            : #ffffff;
	text-decoration  : none;
	background-color : #256d92
	}

.badge-secondary {
	color            : #ffffff;
	background-color : #868686
	}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
	color            : #ffffff;
	text-decoration  : none;
	background-color : #6d6d6d
	}

.badge-success {
	color            : #ffffff;
	background-color : #71ac34
	}

.badge-success[href]:focus, .badge-success[href]:hover {
	color            : #ffffff;
	text-decoration  : none;
	background-color : #578528
	}

.badge-info {
	color            : #ffffff;
	background-color : #3da5da
	}

.badge-info[href]:focus, .badge-info[href]:hover {
	color            : #ffffff;
	text-decoration  : none;
	background-color : #258bbf
	}

.badge-warning {
	color            : #111111;
	background-color : #fecd5f
	}

.badge-warning[href]:focus, .badge-warning[href]:hover {
	color            : #111111;
	text-decoration  : none;
	background-color : #febd2c
	}

.badge-danger {
	color            : #ffffff;
	background-color : #eb5768
	}

.badge-danger[href]:focus, .badge-danger[href]:hover {
	color            : #ffffff;
	text-decoration  : none;
	background-color : #e6293f
	}

.badge-light {
	color            : #111111;
	background-color : #f8f8f8
	}

.badge-light[href]:focus, .badge-light[href]:hover {
	color            : #111111;
	text-decoration  : none;
	background-color : #dfdfdf
	}

.badge-dark {
	color            : #ffffff;
	background-color : #333333
	}

.badge-dark[href]:focus, .badge-dark[href]:hover {
	color            : #ffffff;
	text-decoration  : none;
	background-color : #1a1a1a
	}

.jumbotron {
	padding          : 2rem 1rem;
	margin-bottom    : 2rem;
	background-color : #eeeeee;
	border-radius    : .3rem
	}

@media (min-width : 576px) {
	.jumbotron {
		padding : 4rem 2rem
		}
	}

.jumbotron-fluid {
	padding-right : 0;
	padding-left  : 0;
	border-radius : 0
	}

.alert {
	position      : relative;
	padding       : .75rem 1.25rem;
	margin-bottom : 1rem;
	border        : 1px solid transparent;
	border-radius : .25rem
	}

.alert-heading {
	color : inherit
	}

.alert-link {
	font-weight : 700
	}

.alert-dismissible .close {
	position : absolute;
	top      : 0;
	right    : 0;
	padding  : .75rem 1.25rem;
	color    : inherit
	}

.alert-primary {
	color            : #184961;
	background-color : #d5e8f1;
	border-color     : #c5dfec
	}

.alert-primary hr {
	border-top-color : #b2d4e6
	}

.alert-primary .alert-link {
	color : #0e2a38
	}

.alert-secondary {
	color            : #464646;
	background-color : #e7e7e7;
	border-color     : #dddddd
	}

.alert-secondary hr {
	border-top-color : #d0d0d0
	}

.alert-secondary .alert-link {
	color : #2d2d2d
	}

.alert-success {
	color            : #3b591b;
	background-color : #e3eed6;
	border-color     : #d7e8c6
	}

.alert-success hr {
	border-top-color : #cae1b4
	}

.alert-success .alert-link {
	color : #21320f
	}

.alert-info {
	color            : #205671;
	background-color : #d8edf8;
	border-color     : #c9e6f5
	}

.alert-info hr {
	border-top-color : #b3dcf1
	}

.alert-info .alert-link {
	color : #153849
	}

.alert-warning {
	color            : #846b31;
	background-color : #fff5df;
	border-color     : #fff1d2
	}

.alert-warning hr {
	border-top-color : #ffe9b9
	}

.alert-warning .alert-link {
	color : #5f4d23
	}

.alert-danger {
	color            : #7a2d36;
	background-color : #fbdde1;
	border-color     : #f9d0d5
	}

.alert-danger hr {
	border-top-color : #f6b9c1
	}

.alert-danger .alert-link {
	color : #551f26
	}

.alert-light {
	color            : #818181;
	background-color : #fefefe;
	border-color     : #fdfdfd
	}

.alert-light hr {
	border-top-color : #f0f0f0
	}

.alert-light .alert-link {
	color : #686868
	}

.alert-dark {
	color            : #1b1b1b;
	background-color : #d6d6d6;
	border-color     : #c6c6c6
	}

.alert-dark hr {
	border-top-color : #b9b9b9
	}

.alert-dark .alert-link {
	color : #020202
	}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position : 1rem 0
		}
	to {
		background-position : 0 0
		}
	}

@keyframes progress-bar-stripes {
	from {
		background-position : 1rem 0
		}
	to {
		background-position : 0 0
		}
	}

.progress {
	display          : -ms-flexbox;
	display          : flex;
	height           : 1rem;
	overflow         : hidden;
	font-size        : .75rem;
	background-color : #eeeeee;
	border-radius    : .25rem
	}

.progress-bar {
	display          : -ms-flexbox;
	display          : flex;
	-ms-flex-align   : center;
	align-items      : center;
	-ms-flex-pack    : center;
	justify-content  : center;
	color            : #ffffff;
	background-color : #2f8cbb
	}

.progress-bar-striped {
	background-image : linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size  : 1rem 1rem
	}

.progress-bar-animated {
	-webkit-animation : progress-bar-stripes 1s linear infinite;
	animation         : progress-bar-stripes 1s linear infinite
	}

.media {
	display        : -ms-flexbox;
	display        : flex;
	-ms-flex-align : start;
	align-items    : flex-start
	}

.media-body {
	-ms-flex : 1;
	flex     : 1
	}

.list-group {
	display            : -ms-flexbox;
	display            : flex;
	-ms-flex-direction : column;
	flex-direction     : column;
	padding-left       : 0;
	margin-bottom      : 0
	}

.list-group-item-action {
	width      : 100%;
	color      : #495057;
	text-align : inherit
	}

.list-group-item-action:focus, .list-group-item-action:hover {
	color            : #495057;
	text-decoration  : none;
	background-color : #f8f8f8
	}

.list-group-item-action:active {
	color            : #333333;
	background-color : #eeeeee
	}

.list-group-item {
	position         : relative;
	display          : block;
	padding          : .75rem 1.25rem;
	margin-bottom    : -1px;
	background-color : #ffffff;
	border           : 1px solid rgba(0, 0, 0, .125)
	}

.list-group-item:first-child {
	border-top-left-radius  : .25rem;
	border-top-right-radius : .25rem
	}

.list-group-item:last-child {
	margin-bottom              : 0;
	border-bottom-right-radius : .25rem;
	border-bottom-left-radius  : .25rem
	}

.list-group-item:focus, .list-group-item:hover {
	text-decoration : none
	}

.list-group-item.disabled, .list-group-item:disabled {
	color            : #868686;
	background-color : #ffffff
	}

.list-group-item.active {
	z-index          : 2;
	color            : #ffffff;
	background-color : #2f8cbb;
	border-color     : #2f8cbb
	}

.list-group-flush .list-group-item {
	border-right  : 0;
	border-left   : 0;
	border-radius : 0
	}

.list-group-flush:first-child .list-group-item:first-child {
	border-top : 0
	}

.list-group-flush:last-child .list-group-item:last-child {
	border-bottom : 0
	}

.list-group-item-primary {
	color            : #184961;
	background-color : #c5dfec
	}

a.list-group-item-primary, button.list-group-item-primary {
	color : #184961
	}

a.list-group-item-primary:focus, a.list-group-item-primary:hover, button.list-group-item-primary:focus, button.list-group-item-primary:hover {
	color            : #184961;
	background-color : #b2d4e6
	}

a.list-group-item-primary.active, button.list-group-item-primary.active {
	color            : #ffffff;
	background-color : #184961;
	border-color     : #184961
	}

.list-group-item-secondary {
	color            : #464646;
	background-color : #dddddd
	}

a.list-group-item-secondary, button.list-group-item-secondary {
	color : #464646
	}

a.list-group-item-secondary:focus, a.list-group-item-secondary:hover, button.list-group-item-secondary:focus, button.list-group-item-secondary:hover {
	color            : #464646;
	background-color : #d0d0d0
	}

a.list-group-item-secondary.active, button.list-group-item-secondary.active {
	color            : #ffffff;
	background-color : #464646;
	border-color     : #464646
	}

.list-group-item-success {
	color            : #3b591b;
	background-color : #d7e8c6
	}

a.list-group-item-success, button.list-group-item-success {
	color : #3b591b
	}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
	color            : #3b591b;
	background-color : #cae1b4
	}

a.list-group-item-success.active, button.list-group-item-success.active {
	color            : #ffffff;
	background-color : #3b591b;
	border-color     : #3b591b
	}

.list-group-item-info {
	color            : #205671;
	background-color : #c9e6f5
	}

a.list-group-item-info, button.list-group-item-info {
	color : #205671
	}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
	color            : #205671;
	background-color : #b3dcf1
	}

a.list-group-item-info.active, button.list-group-item-info.active {
	color            : #ffffff;
	background-color : #205671;
	border-color     : #205671
	}

.list-group-item-warning {
	color            : #846b31;
	background-color : #fff1d2
	}

a.list-group-item-warning, button.list-group-item-warning {
	color : #846b31
	}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
	color            : #846b31;
	background-color : #ffe9b9
	}

a.list-group-item-warning.active, button.list-group-item-warning.active {
	color            : #ffffff;
	background-color : #846b31;
	border-color     : #846b31
	}

.list-group-item-danger {
	color            : #7a2d36;
	background-color : #f9d0d5
	}

a.list-group-item-danger, button.list-group-item-danger {
	color : #7a2d36
	}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
	color            : #7a2d36;
	background-color : #f6b9c1
	}

a.list-group-item-danger.active, button.list-group-item-danger.active {
	color            : #ffffff;
	background-color : #7a2d36;
	border-color     : #7a2d36
	}

.list-group-item-light {
	color            : #818181;
	background-color : #fdfdfd
	}

a.list-group-item-light, button.list-group-item-light {
	color : #818181
	}

a.list-group-item-light:focus, a.list-group-item-light:hover, button.list-group-item-light:focus, button.list-group-item-light:hover {
	color            : #818181;
	background-color : #f0f0f0
	}

a.list-group-item-light.active, button.list-group-item-light.active {
	color            : #ffffff;
	background-color : #818181;
	border-color     : #818181
	}

.list-group-item-dark {
	color            : #1b1b1b;
	background-color : #c6c6c6
	}

a.list-group-item-dark, button.list-group-item-dark {
	color : #1b1b1b
	}

a.list-group-item-dark:focus, a.list-group-item-dark:hover, button.list-group-item-dark:focus, button.list-group-item-dark:hover {
	color            : #1b1b1b;
	background-color : #b9b9b9
	}

a.list-group-item-dark.active, button.list-group-item-dark.active {
	color            : #ffffff;
	background-color : #1b1b1b;
	border-color     : #1b1b1b
	}

.close {
	float       : right;
	font-size   : 1.5rem;
	font-weight : 700;
	line-height : 1;
	color       : #000000;
	text-shadow : 0 1px 0 #ffffff;
	opacity     : .5
	}

.close:focus, .close:hover {
	color           : #000000;
	text-decoration : none;
	opacity         : .75
	}

button.close {
	padding            : 0;
	background         : 0 0;
	border             : 0;
	-webkit-appearance : none
	}

.modal-open {
	overflow : hidden
	}

.modal {
	position : fixed;
	top      : 0;
	right    : 0;
	bottom   : 0;
	left     : 0;
	z-index  : 1050;
	display  : none;
	overflow : hidden;
	outline  : 0
	}

.modal.fade .modal-dialog {
	transition        : -webkit-transform .3s ease-out;
	transition        : transform .3s ease-out;
	transition        : transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform : translate(0, -25%);
	transform         : translate(0, -25%)
	}

.modal.show .modal-dialog {
	-webkit-transform : translate(0, 0);
	transform         : translate(0, 0)
	}

.modal-open .modal {
	overflow-x : hidden;
	overflow-y : auto
	}

.modal-dialog {
	position       : relative;
	width          : auto;
	margin         : 10px;
	pointer-events : none
	}

.modal-content {
	position           : relative;
	display            : -ms-flexbox;
	display            : flex;
	-ms-flex-direction : column;
	flex-direction     : column;
	pointer-events     : auto;
	background-color   : #ffffff;
	background-clip    : padding-box;
	border             : 1px solid rgba(0, 0, 0, .2);
	border-radius      : .3rem;
	outline            : 0
	}

.modal-backdrop {
	position         : fixed;
	top              : 0;
	right            : 0;
	bottom           : 0;
	left             : 0;
	z-index          : 1040;
	background-color : #000000
	}

.modal-backdrop.fade {
	opacity : 0
	}

.modal-backdrop.show {
	opacity : .5
	}

.modal-header {
	display                 : -ms-flexbox;
	display                 : flex;
	-ms-flex-align          : start;
	align-items             : flex-start;
	-ms-flex-pack           : justify;
	justify-content         : space-between;
	padding                 : 15px;
	border-bottom           : 1px solid #eeeeee;
	border-top-left-radius  : .3rem;
	border-top-right-radius : .3rem
	}

.modal-header .close {
	padding : 15px;
	margin  : -15px -15px -15px auto
	}

.modal-title {
	margin-bottom : 0;
	line-height   : 1.5
	}

.modal-body {
	position : relative;
	-ms-flex : 1 1 auto;
	flex     : 1 1 auto;
	padding  : 15px
	}

.modal-footer {
	display         : -ms-flexbox;
	display         : flex;
	-ms-flex-align  : center;
	align-items     : center;
	-ms-flex-pack   : end;
	justify-content : flex-end;
	padding         : 15px;
	border-top      : 1px solid #eeeeee
	}

.modal-footer > :not(:first-child) {
	margin-left : .25rem
	}

.modal-footer > :not(:last-child) {
	margin-right : .25rem
	}

.modal-scrollbar-measure {
	position : absolute;
	top      : -9999px;
	width    : 50px;
	height   : 50px;
	overflow : scroll
	}

@media (min-width : 576px) {
	.modal-dialog {
		max-width : 500px;
		margin    : 30px auto
		}
	
	.modal-sm {
		max-width : 300px
		}
	}

@media (min-width : 992px) {
	.modal-lg {
		max-width : 800px
		}
	}

.tooltip {
	position        : absolute;
	z-index         : 1070;
	display         : block;
	margin          : 0;
	font-family     : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-style      : normal;
	font-weight     : 400;
	line-height     : 1.5;
	text-align      : left;
	text-align      : start;
	text-decoration : none;
	text-shadow     : none;
	text-transform  : none;
	letter-spacing  : normal;
	word-break      : normal;
	word-spacing    : normal;
	white-space     : normal;
	line-break      : auto;
	font-size       : .875rem;
	word-wrap       : break-word;
	opacity         : 0
	}

.tooltip.show {
	opacity : .9
	}

.tooltip .arrow {
	position : absolute;
	display  : block;
	width    : 5px;
	height   : 5px
	}

.tooltip .arrow::before {
	position     : absolute;
	border-color : transparent;
	border-style : solid
	}

.tooltip.bs-tooltip-auto[x-placement^=top], .tooltip.bs-tooltip-top {
	padding : 5px 0
	}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.bs-tooltip-top .arrow {
	bottom : 0
	}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
	margin-left      : -3px;
	content          : "";
	border-width     : 5px 5px 0;
	border-top-color : #000000
	}

.tooltip.bs-tooltip-auto[x-placement^=right], .tooltip.bs-tooltip-right {
	padding : 0 5px
	}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.bs-tooltip-right .arrow {
	left : 0
	}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
	margin-top         : -3px;
	content            : "";
	border-width       : 5px 5px 5px 0;
	border-right-color : #000000
	}

.tooltip.bs-tooltip-auto[x-placement^=bottom], .tooltip.bs-tooltip-bottom {
	padding : 5px 0
	}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.bs-tooltip-bottom .arrow {
	top : 0
	}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
	margin-left         : -3px;
	content             : "";
	border-width        : 0 5px 5px;
	border-bottom-color : #000000
	}

.tooltip.bs-tooltip-auto[x-placement^=left], .tooltip.bs-tooltip-left {
	padding : 0 5px
	}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.bs-tooltip-left .arrow {
	right : 0
	}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
	right             : 0;
	margin-top        : -3px;
	content           : "";
	border-width      : 5px 0 5px 5px;
	border-left-color : #000000
	}

.tooltip-inner {
	max-width        : 200px;
	padding          : 3px 8px;
	color            : #ffffff;
	text-align       : center;
	background-color : #000000;
	border-radius    : .25rem
	}

.popover {
	position         : absolute;
	top              : 0;
	left             : 0;
	z-index          : 1060;
	display          : block;
	max-width        : 276px;
	font-family      : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-style       : normal;
	font-weight      : 400;
	line-height      : 1.5;
	text-align       : left;
	text-align       : start;
	text-decoration  : none;
	text-shadow      : none;
	text-transform   : none;
	letter-spacing   : normal;
	word-break       : normal;
	word-spacing     : normal;
	white-space      : normal;
	line-break       : auto;
	font-size        : .875rem;
	word-wrap        : break-word;
	background-color : #ffffff;
	background-clip  : padding-box;
	border           : 1px solid rgba(0, 0, 0, .2);
	border-radius    : .3rem
	}

.popover .arrow {
	position : absolute;
	display  : block;
	width    : .8rem;
	height   : .4rem
	}

.popover .arrow::after, .popover .arrow::before {
	position     : absolute;
	display      : block;
	border-color : transparent;
	border-style : solid
	}

.popover .arrow::before {
	content      : "";
	border-width : .8rem
	}

.popover .arrow::after {
	content      : "";
	border-width : .8rem
	}

.popover.bs-popover-auto[x-placement^=top], .popover.bs-popover-top {
	margin-bottom : .8rem
	}

.popover.bs-popover-auto[x-placement^=top] .arrow, .popover.bs-popover-top .arrow {
	bottom : 0
	}

.popover.bs-popover-auto[x-placement^=top] .arrow::after, .popover.bs-popover-auto[x-placement^=top] .arrow::before, .popover.bs-popover-top .arrow::after, .popover.bs-popover-top .arrow::before {
	border-bottom-width : 0
	}

.popover.bs-popover-auto[x-placement^=top] .arrow::before, .popover.bs-popover-top .arrow::before {
	bottom           : -.8rem;
	margin-left      : -.8rem;
	border-top-color : rgba(0, 0, 0, .25)
	}

.popover.bs-popover-auto[x-placement^=top] .arrow::after, .popover.bs-popover-top .arrow::after {
	bottom           : calc((.8rem - 1px) * -1);
	margin-left      : -.8rem;
	border-top-color : #ffffff
	}

.popover.bs-popover-auto[x-placement^=right], .popover.bs-popover-right {
	margin-left : .8rem
	}

.popover.bs-popover-auto[x-placement^=right] .arrow, .popover.bs-popover-right .arrow {
	left : 0
	}

.popover.bs-popover-auto[x-placement^=right] .arrow::after, .popover.bs-popover-auto[x-placement^=right] .arrow::before, .popover.bs-popover-right .arrow::after, .popover.bs-popover-right .arrow::before {
	margin-top        : -.8rem;
	border-left-width : 0
	}

.popover.bs-popover-auto[x-placement^=right] .arrow::before, .popover.bs-popover-right .arrow::before {
	left               : -.8rem;
	border-right-color : rgba(0, 0, 0, .25)
	}

.popover.bs-popover-auto[x-placement^=right] .arrow::after, .popover.bs-popover-right .arrow::after {
	left               : calc((.8rem - 1px) * -1);
	border-right-color : #ffffff
	}

.popover.bs-popover-auto[x-placement^=bottom], .popover.bs-popover-bottom {
	margin-top : .8rem
	}

.popover.bs-popover-auto[x-placement^=bottom] .arrow, .popover.bs-popover-bottom .arrow {
	top : 0
	}

.popover.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover.bs-popover-auto[x-placement^=bottom] .arrow::before, .popover.bs-popover-bottom .arrow::after, .popover.bs-popover-bottom .arrow::before {
	margin-left      : -.8rem;
	border-top-width : 0
	}

.popover.bs-popover-auto[x-placement^=bottom] .arrow::before, .popover.bs-popover-bottom .arrow::before {
	top                 : -.8rem;
	border-bottom-color : rgba(0, 0, 0, .25)
	}

.popover.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover.bs-popover-bottom .arrow::after {
	top                 : calc((.8rem - 1px) * -1);
	border-bottom-color : #ffffff
	}

.popover.bs-popover-auto[x-placement^=bottom] .popover-header::before, .popover.bs-popover-bottom .popover-header::before {
	position      : absolute;
	top           : 0;
	left          : 50%;
	display       : block;
	width         : 20px;
	margin-left   : -10px;
	content       : "";
	border-bottom : 1px solid #f7f7f7
	}

.popover.bs-popover-auto[x-placement^=left], .popover.bs-popover-left {
	margin-right : .8rem
	}

.popover.bs-popover-auto[x-placement^=left] .arrow, .popover.bs-popover-left .arrow {
	right : 0
	}

.popover.bs-popover-auto[x-placement^=left] .arrow::after, .popover.bs-popover-auto[x-placement^=left] .arrow::before, .popover.bs-popover-left .arrow::after, .popover.bs-popover-left .arrow::before {
	margin-top         : -.8rem;
	border-right-width : 0
	}

.popover.bs-popover-auto[x-placement^=left] .arrow::before, .popover.bs-popover-left .arrow::before {
	right             : -.8rem;
	border-left-color : rgba(0, 0, 0, .25)
	}

.popover.bs-popover-auto[x-placement^=left] .arrow::after, .popover.bs-popover-left .arrow::after {
	right             : calc((.8rem - 1px) * -1);
	border-left-color : #ffffff
	}

.popover-header {
	padding                 : .5rem .75rem;
	margin-bottom           : 0;
	font-size               : 1rem;
	color                   : inherit;
	background-color        : #f7f7f7;
	border-bottom           : 1px solid #ebebeb;
	border-top-left-radius  : calc(.3rem - 1px);
	border-top-right-radius : calc(.3rem - 1px)
	}

.popover-header:empty {
	display : none
	}

.popover-body {
	padding : .5rem .75rem;
	color   : #333333
	}

.carousel {
	position : relative
	}

.carousel-inner {
	position : relative;
	width    : 100%;
	overflow : hidden
	}

.carousel-item {
	position                    : relative;
	display                     : none;
	-ms-flex-align              : center;
	align-items                 : center;
	width                       : 100%;
	transition                  : -webkit-transform .6s ease;
	transition                  : transform .6s ease;
	transition                  : transform .6s ease, -webkit-transform .6s ease;
	-webkit-backface-visibility : hidden;
	backface-visibility         : hidden;
	-webkit-perspective         : 1000px;
	perspective                 : 1000px
	}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
	display : block
	}

.carousel-item-next, .carousel-item-prev {
	position : absolute;
	top      : 0
	}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
	-webkit-transform : translateX(0);
	transform         : translateX(0)
	}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
	.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
		-webkit-transform : translate3d(0, 0, 0);
		transform         : translate3d(0, 0, 0)
		}
	}

.active.carousel-item-right, .carousel-item-next {
	-webkit-transform : translateX(100%);
	transform         : translateX(100%)
	}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
	.active.carousel-item-right, .carousel-item-next {
		-webkit-transform : translate3d(100%, 0, 0);
		transform         : translate3d(100%, 0, 0)
		}
	}

.active.carousel-item-left, .carousel-item-prev {
	-webkit-transform : translateX(-100%);
	transform         : translateX(-100%)
	}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
	.active.carousel-item-left, .carousel-item-prev {
		-webkit-transform : translate3d(-100%, 0, 0);
		transform         : translate3d(-100%, 0, 0)
		}
	}

.carousel-control-next, .carousel-control-prev {
	position        : absolute;
	top             : 0;
	bottom          : 0;
	display         : -ms-flexbox;
	display         : flex;
	-ms-flex-align  : center;
	align-items     : center;
	-ms-flex-pack   : center;
	justify-content : center;
	width           : 15%;
	color           : #ffffff;
	text-align      : center;
	opacity         : .5
	}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color           : #ffffff;
	text-decoration : none;
	outline         : 0;
	opacity         : .9
	}

.carousel-control-prev {
	left : 0
	}

.carousel-control-next {
	right : 0
	}

.carousel-control-next-icon, .carousel-control-prev-icon {
	display         : inline-block;
	width           : 20px;
	height          : 20px;
	background      : transparent no-repeat center center;
	background-size : 100% 100%
	}

.carousel-control-prev-icon {
	background-image : url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
	}

.carousel-control-next-icon {
	background-image : url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
	}

.carousel-indicators {
	position        : absolute;
	right           : 0;
	bottom          : 10px;
	left            : 0;
	z-index         : 15;
	display         : -ms-flexbox;
	display         : flex;
	-ms-flex-pack   : center;
	justify-content : center;
	padding-left    : 0;
	margin-right    : 15%;
	margin-left     : 15%;
	list-style      : none
	}

.carousel-indicators li {
	position         : relative;
	-ms-flex         : 0 1 auto;
	flex             : 0 1 auto;
	width            : 30px;
	height           : 3px;
	margin-right     : 3px;
	margin-left      : 3px;
	text-indent      : -999px;
	background-color : rgba(255, 255, 255, .5)
	}

.carousel-indicators li::before {
	position : absolute;
	top      : -10px;
	left     : 0;
	display  : inline-block;
	width    : 100%;
	height   : 10px;
	content  : ""
	}

.carousel-indicators li::after {
	position : absolute;
	bottom   : -10px;
	left     : 0;
	display  : inline-block;
	width    : 100%;
	height   : 10px;
	content  : ""
	}

.carousel-indicators .active {
	background-color : #ffffff
	}

.carousel-caption {
	position       : absolute;
	right          : 15%;
	bottom         : 20px;
	left           : 15%;
	z-index        : 10;
	padding-top    : 20px;
	padding-bottom : 20px;
	color          : #ffffff;
	text-align     : center
	}

.align-baseline {
	vertical-align : baseline !important
	}

.align-top {
	vertical-align : top !important
	}

.align-middle {
	vertical-align : middle !important
	}

.align-bottom {
	vertical-align : bottom !important
	}

.align-text-bottom {
	vertical-align : text-bottom !important
	}

.align-text-top {
	vertical-align : text-top !important
	}

.bg-primary {
	background-color : #2f8cbb !important
	}

a.bg-primary:focus, a.bg-primary:hover {
	background-color : #256d92 !important
	}

.bg-secondary {
	background-color : #868686 !important
	}

a.bg-secondary:focus, a.bg-secondary:hover {
	background-color : #6d6d6d !important
	}

.bg-success {
	background-color : #71ac34 !important
	}

a.bg-success:focus, a.bg-success:hover {
	background-color : #578528 !important
	}

.bg-info {
	background-color : #3da5da !important
	}

a.bg-info:focus, a.bg-info:hover {
	background-color : #258bbf !important
	}

.bg-warning {
	background-color : #fecd5f !important
	}

a.bg-warning:focus, a.bg-warning:hover {
	background-color : #febd2c !important
	}

.bg-danger {
	background-color : #eb5768 !important
	}

a.bg-danger:focus, a.bg-danger:hover {
	background-color : #e6293f !important
	}

.bg-light {
	background-color : #f8f8f8 !important
	}

a.bg-light:focus, a.bg-light:hover {
	background-color : #dfdfdf !important
	}

.bg-dark {
	background-color : #333333 !important
	}

a.bg-dark:focus, a.bg-dark:hover {
	background-color : #1a1a1a !important
	}

.bg-white {
	background-color : #ffffff !important
	}

.bg-transparent {
	background-color : transparent !important
	}

.border {
	border : 1px solid #eeeeee !important
	}

.border-0 {
	border : 0 !important
	}

.border-top-0 {
	border-top : 0 !important
	}

.border-right-0 {
	border-right : 0 !important
	}

.border-bottom-0 {
	border-bottom : 0 !important
	}

.border-left-0 {
	border-left : 0 !important
	}

.border-primary {
	border-color : #2f8cbb !important
	}

.border-secondary {
	border-color : #868686 !important
	}

.border-success {
	border-color : #71ac34 !important
	}

.border-info {
	border-color : #3da5da !important
	}

.border-warning {
	border-color : #fecd5f !important
	}

.border-danger {
	border-color : #eb5768 !important
	}

.border-light {
	border-color : #f8f8f8 !important
	}

.border-dark {
	border-color : #333333 !important
	}

.border-white {
	border-color : #ffffff !important
	}

.rounded {
	border-radius : .25rem !important
	}

.rounded-top {
	border-top-left-radius  : .25rem !important;
	border-top-right-radius : .25rem !important
	}

.rounded-right {
	border-top-right-radius    : .25rem !important;
	border-bottom-right-radius : .25rem !important
	}

.rounded-bottom {
	border-bottom-right-radius : .25rem !important;
	border-bottom-left-radius  : .25rem !important
	}

.rounded-left {
	border-top-left-radius    : .25rem !important;
	border-bottom-left-radius : .25rem !important
	}

.rounded-circle {
	border-radius : 50% !important
	}

.rounded-0 {
	border-radius : 0 !important
	}

.clearfix::after {
	display : block;
	clear   : both;
	content : ""
	}

.d-none {
	display : none !important
	}

.d-inline {
	display : inline !important
	}

.d-inline-block {
	display : inline-block !important
	}

.d-block {
	display : block !important
	}

.d-table {
	display : table !important
	}

.d-table-row {
	display : table-row !important
	}

.d-table-cell {
	display : table-cell !important
	}

.d-flex {
	display : -ms-flexbox !important;
	display : flex !important
	}

.d-inline-flex {
	display : -ms-inline-flexbox !important;
	display : inline-flex !important
	}

@media (min-width : 576px) {
	.d-sm-none {
		display : none !important
		}
	
	.d-sm-inline {
		display : inline !important
		}
	
	.d-sm-inline-block {
		display : inline-block !important
		}
	
	.d-sm-block {
		display : block !important
		}
	
	.d-sm-table {
		display : table !important
		}
	
	.d-sm-table-row {
		display : table-row !important
		}
	
	.d-sm-table-cell {
		display : table-cell !important
		}
	
	.d-sm-flex {
		display : -ms-flexbox !important;
		display : flex !important
		}
	
	.d-sm-inline-flex {
		display : -ms-inline-flexbox !important;
		display : inline-flex !important
		}
	}

@media (min-width : 768px) {
	.d-md-none {
		display : none !important
		}
	
	.d-md-inline {
		display : inline !important
		}
	
	.d-md-inline-block {
		display : inline-block !important
		}
	
	.d-md-block {
		display : block !important
		}
	
	.d-md-table {
		display : table !important
		}
	
	.d-md-table-row {
		display : table-row !important
		}
	
	.d-md-table-cell {
		display : table-cell !important
		}
	
	.d-md-flex {
		display : -ms-flexbox !important;
		display : flex !important
		}
	
	.d-md-inline-flex {
		display : -ms-inline-flexbox !important;
		display : inline-flex !important
		}
	}

@media (min-width : 992px) {
	.d-lg-none {
		display : none !important
		}
	
	.d-lg-inline {
		display : inline !important
		}
	
	.d-lg-inline-block {
		display : inline-block !important
		}
	
	.d-lg-block {
		display : block !important
		}
	
	.d-lg-table {
		display : table !important
		}
	
	.d-lg-table-row {
		display : table-row !important
		}
	
	.d-lg-table-cell {
		display : table-cell !important
		}
	
	.d-lg-flex {
		display : -ms-flexbox !important;
		display : flex !important
		}
	
	.d-lg-inline-flex {
		display : -ms-inline-flexbox !important;
		display : inline-flex !important
		}
	}

@media (min-width : 1200px) {
	.d-xl-none {
		display : none !important
		}
	
	.d-xl-inline {
		display : inline !important
		}
	
	.d-xl-inline-block {
		display : inline-block !important
		}
	
	.d-xl-block {
		display : block !important
		}
	
	.d-xl-table {
		display : table !important
		}
	
	.d-xl-table-row {
		display : table-row !important
		}
	
	.d-xl-table-cell {
		display : table-cell !important
		}
	
	.d-xl-flex {
		display : -ms-flexbox !important;
		display : flex !important
		}
	
	.d-xl-inline-flex {
		display : -ms-inline-flexbox !important;
		display : inline-flex !important
		}
	}

.d-print-block {
	display : none !important
	}

@media print {
	.d-print-block {
		display : block !important
		}
	}

.d-print-inline {
	display : none !important
	}

@media print {
	.d-print-inline {
		display : inline !important
		}
	}

.d-print-inline-block {
	display : none !important
	}

@media print {
	.d-print-inline-block {
		display : inline-block !important
		}
	}

@media print {
	.d-print-none {
		display : none !important
		}
	}

.embed-responsive {
	position : relative;
	display  : block;
	width    : 100%;
	padding  : 0;
	overflow : hidden
	}

.embed-responsive::before {
	display : block;
	content : ""
	}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position : absolute;
	top      : 0;
	bottom   : 0;
	left     : 0;
	width    : 100%;
	height   : 100%;
	border   : 0
	}

.embed-responsive-21by9::before {
	padding-top : 42.857143%
	}

.embed-responsive-16by9::before {
	padding-top : 56.25%
	}

.embed-responsive-4by3::before {
	padding-top : 75%
	}

.embed-responsive-1by1::before {
	padding-top : 100%
	}

.flex-row {
	-ms-flex-direction : row !important;
	flex-direction     : row !important
	}

.flex-column {
	-ms-flex-direction : column !important;
	flex-direction     : column !important
	}

.flex-row-reverse {
	-ms-flex-direction : row-reverse !important;
	flex-direction     : row-reverse !important
	}

.flex-column-reverse {
	-ms-flex-direction : column-reverse !important;
	flex-direction     : column-reverse !important
	}

.flex-wrap {
	-ms-flex-wrap : wrap !important;
	flex-wrap     : wrap !important
	}

.flex-nowrap {
	-ms-flex-wrap : nowrap !important;
	flex-wrap     : nowrap !important
	}

.flex-wrap-reverse {
	-ms-flex-wrap : wrap-reverse !important;
	flex-wrap     : wrap-reverse !important
	}

.justify-content-start {
	-ms-flex-pack   : start !important;
	justify-content : flex-start !important
	}

.justify-content-end {
	-ms-flex-pack   : end !important;
	justify-content : flex-end !important
	}

.justify-content-center {
	-ms-flex-pack   : center !important;
	justify-content : center !important
	}

.justify-content-between {
	-ms-flex-pack   : justify !important;
	justify-content : space-between !important
	}

.justify-content-around {
	-ms-flex-pack   : distribute !important;
	justify-content : space-around !important
	}

.align-items-start {
	-ms-flex-align : start !important;
	align-items    : flex-start !important
	}

.align-items-end {
	-ms-flex-align : end !important;
	align-items    : flex-end !important
	}

.align-items-center {
	-ms-flex-align : center !important;
	align-items    : center !important
	}

.align-items-baseline {
	-ms-flex-align : baseline !important;
	align-items    : baseline !important
	}

.align-items-stretch {
	-ms-flex-align : stretch !important;
	align-items    : stretch !important
	}

.align-content-start {
	-ms-flex-line-pack : start !important;
	align-content      : flex-start !important
	}

.align-content-end {
	-ms-flex-line-pack : end !important;
	align-content      : flex-end !important
	}

.align-content-center {
	-ms-flex-line-pack : center !important;
	align-content      : center !important
	}

.align-content-between {
	-ms-flex-line-pack : justify !important;
	align-content      : space-between !important
	}

.align-content-around {
	-ms-flex-line-pack : distribute !important;
	align-content      : space-around !important
	}

.align-content-stretch {
	-ms-flex-line-pack : stretch !important;
	align-content      : stretch !important
	}

.align-self-auto {
	-ms-flex-item-align : auto !important;
	align-self          : auto !important
	}

.align-self-start {
	-ms-flex-item-align : start !important;
	align-self          : flex-start !important
	}

.align-self-end {
	-ms-flex-item-align : end !important;
	align-self          : flex-end !important
	}

.align-self-center {
	-ms-flex-item-align : center !important;
	align-self          : center !important
	}

.align-self-baseline {
	-ms-flex-item-align : baseline !important;
	align-self          : baseline !important
	}

.align-self-stretch {
	-ms-flex-item-align : stretch !important;
	align-self          : stretch !important
	}

@media (min-width : 576px) {
	.flex-sm-row {
		-ms-flex-direction : row !important;
		flex-direction     : row !important
		}
	
	.flex-sm-column {
		-ms-flex-direction : column !important;
		flex-direction     : column !important
		}
	
	.flex-sm-row-reverse {
		-ms-flex-direction : row-reverse !important;
		flex-direction     : row-reverse !important
		}
	
	.flex-sm-column-reverse {
		-ms-flex-direction : column-reverse !important;
		flex-direction     : column-reverse !important
		}
	
	.flex-sm-wrap {
		-ms-flex-wrap : wrap !important;
		flex-wrap     : wrap !important
		}
	
	.flex-sm-nowrap {
		-ms-flex-wrap : nowrap !important;
		flex-wrap     : nowrap !important
		}
	
	.flex-sm-wrap-reverse {
		-ms-flex-wrap : wrap-reverse !important;
		flex-wrap     : wrap-reverse !important
		}
	
	.justify-content-sm-start {
		-ms-flex-pack   : start !important;
		justify-content : flex-start !important
		}
	
	.justify-content-sm-end {
		-ms-flex-pack   : end !important;
		justify-content : flex-end !important
		}
	
	.justify-content-sm-center {
		-ms-flex-pack   : center !important;
		justify-content : center !important
		}
	
	.justify-content-sm-between {
		-ms-flex-pack   : justify !important;
		justify-content : space-between !important
		}
	
	.justify-content-sm-around {
		-ms-flex-pack   : distribute !important;
		justify-content : space-around !important
		}
	
	.align-items-sm-start {
		-ms-flex-align : start !important;
		align-items    : flex-start !important
		}
	
	.align-items-sm-end {
		-ms-flex-align : end !important;
		align-items    : flex-end !important
		}
	
	.align-items-sm-center {
		-ms-flex-align : center !important;
		align-items    : center !important
		}
	
	.align-items-sm-baseline {
		-ms-flex-align : baseline !important;
		align-items    : baseline !important
		}
	
	.align-items-sm-stretch {
		-ms-flex-align : stretch !important;
		align-items    : stretch !important
		}
	
	.align-content-sm-start {
		-ms-flex-line-pack : start !important;
		align-content      : flex-start !important
		}
	
	.align-content-sm-end {
		-ms-flex-line-pack : end !important;
		align-content      : flex-end !important
		}
	
	.align-content-sm-center {
		-ms-flex-line-pack : center !important;
		align-content      : center !important
		}
	
	.align-content-sm-between {
		-ms-flex-line-pack : justify !important;
		align-content      : space-between !important
		}
	
	.align-content-sm-around {
		-ms-flex-line-pack : distribute !important;
		align-content      : space-around !important
		}
	
	.align-content-sm-stretch {
		-ms-flex-line-pack : stretch !important;
		align-content      : stretch !important
		}
	
	.align-self-sm-auto {
		-ms-flex-item-align : auto !important;
		align-self          : auto !important
		}
	
	.align-self-sm-start {
		-ms-flex-item-align : start !important;
		align-self          : flex-start !important
		}
	
	.align-self-sm-end {
		-ms-flex-item-align : end !important;
		align-self          : flex-end !important
		}
	
	.align-self-sm-center {
		-ms-flex-item-align : center !important;
		align-self          : center !important
		}
	
	.align-self-sm-baseline {
		-ms-flex-item-align : baseline !important;
		align-self          : baseline !important
		}
	
	.align-self-sm-stretch {
		-ms-flex-item-align : stretch !important;
		align-self          : stretch !important
		}
	}

@media (min-width : 768px) {
	.flex-md-row {
		-ms-flex-direction : row !important;
		flex-direction     : row !important
		}
	
	.flex-md-column {
		-ms-flex-direction : column !important;
		flex-direction     : column !important
		}
	
	.flex-md-row-reverse {
		-ms-flex-direction : row-reverse !important;
		flex-direction     : row-reverse !important
		}
	
	.flex-md-column-reverse {
		-ms-flex-direction : column-reverse !important;
		flex-direction     : column-reverse !important
		}
	
	.flex-md-wrap {
		-ms-flex-wrap : wrap !important;
		flex-wrap     : wrap !important
		}
	
	.flex-md-nowrap {
		-ms-flex-wrap : nowrap !important;
		flex-wrap     : nowrap !important
		}
	
	.flex-md-wrap-reverse {
		-ms-flex-wrap : wrap-reverse !important;
		flex-wrap     : wrap-reverse !important
		}
	
	.justify-content-md-start {
		-ms-flex-pack   : start !important;
		justify-content : flex-start !important
		}
	
	.justify-content-md-end {
		-ms-flex-pack   : end !important;
		justify-content : flex-end !important
		}
	
	.justify-content-md-center {
		-ms-flex-pack   : center !important;
		justify-content : center !important
		}
	
	.justify-content-md-between {
		-ms-flex-pack   : justify !important;
		justify-content : space-between !important
		}
	
	.justify-content-md-around {
		-ms-flex-pack   : distribute !important;
		justify-content : space-around !important
		}
	
	.align-items-md-start {
		-ms-flex-align : start !important;
		align-items    : flex-start !important
		}
	
	.align-items-md-end {
		-ms-flex-align : end !important;
		align-items    : flex-end !important
		}
	
	.align-items-md-center {
		-ms-flex-align : center !important;
		align-items    : center !important
		}
	
	.align-items-md-baseline {
		-ms-flex-align : baseline !important;
		align-items    : baseline !important
		}
	
	.align-items-md-stretch {
		-ms-flex-align : stretch !important;
		align-items    : stretch !important
		}
	
	.align-content-md-start {
		-ms-flex-line-pack : start !important;
		align-content      : flex-start !important
		}
	
	.align-content-md-end {
		-ms-flex-line-pack : end !important;
		align-content      : flex-end !important
		}
	
	.align-content-md-center {
		-ms-flex-line-pack : center !important;
		align-content      : center !important
		}
	
	.align-content-md-between {
		-ms-flex-line-pack : justify !important;
		align-content      : space-between !important
		}
	
	.align-content-md-around {
		-ms-flex-line-pack : distribute !important;
		align-content      : space-around !important
		}
	
	.align-content-md-stretch {
		-ms-flex-line-pack : stretch !important;
		align-content      : stretch !important
		}
	
	.align-self-md-auto {
		-ms-flex-item-align : auto !important;
		align-self          : auto !important
		}
	
	.align-self-md-start {
		-ms-flex-item-align : start !important;
		align-self          : flex-start !important
		}
	
	.align-self-md-end {
		-ms-flex-item-align : end !important;
		align-self          : flex-end !important
		}
	
	.align-self-md-center {
		-ms-flex-item-align : center !important;
		align-self          : center !important
		}
	
	.align-self-md-baseline {
		-ms-flex-item-align : baseline !important;
		align-self          : baseline !important
		}
	
	.align-self-md-stretch {
		-ms-flex-item-align : stretch !important;
		align-self          : stretch !important
		}
	}

@media (min-width : 992px) {
	.flex-lg-row {
		-ms-flex-direction : row !important;
		flex-direction     : row !important
		}
	
	.flex-lg-column {
		-ms-flex-direction : column !important;
		flex-direction     : column !important
		}
	
	.flex-lg-row-reverse {
		-ms-flex-direction : row-reverse !important;
		flex-direction     : row-reverse !important
		}
	
	.flex-lg-column-reverse {
		-ms-flex-direction : column-reverse !important;
		flex-direction     : column-reverse !important
		}
	
	.flex-lg-wrap {
		-ms-flex-wrap : wrap !important;
		flex-wrap     : wrap !important
		}
	
	.flex-lg-nowrap {
		-ms-flex-wrap : nowrap !important;
		flex-wrap     : nowrap !important
		}
	
	.flex-lg-wrap-reverse {
		-ms-flex-wrap : wrap-reverse !important;
		flex-wrap     : wrap-reverse !important
		}
	
	.justify-content-lg-start {
		-ms-flex-pack   : start !important;
		justify-content : flex-start !important
		}
	
	.justify-content-lg-end {
		-ms-flex-pack   : end !important;
		justify-content : flex-end !important
		}
	
	.justify-content-lg-center {
		-ms-flex-pack   : center !important;
		justify-content : center !important
		}
	
	.justify-content-lg-between {
		-ms-flex-pack   : justify !important;
		justify-content : space-between !important
		}
	
	.justify-content-lg-around {
		-ms-flex-pack   : distribute !important;
		justify-content : space-around !important
		}
	
	.align-items-lg-start {
		-ms-flex-align : start !important;
		align-items    : flex-start !important
		}
	
	.align-items-lg-end {
		-ms-flex-align : end !important;
		align-items    : flex-end !important
		}
	
	.align-items-lg-center {
		-ms-flex-align : center !important;
		align-items    : center !important
		}
	
	.align-items-lg-baseline {
		-ms-flex-align : baseline !important;
		align-items    : baseline !important
		}
	
	.align-items-lg-stretch {
		-ms-flex-align : stretch !important;
		align-items    : stretch !important
		}
	
	.align-content-lg-start {
		-ms-flex-line-pack : start !important;
		align-content      : flex-start !important
		}
	
	.align-content-lg-end {
		-ms-flex-line-pack : end !important;
		align-content      : flex-end !important
		}
	
	.align-content-lg-center {
		-ms-flex-line-pack : center !important;
		align-content      : center !important
		}
	
	.align-content-lg-between {
		-ms-flex-line-pack : justify !important;
		align-content      : space-between !important
		}
	
	.align-content-lg-around {
		-ms-flex-line-pack : distribute !important;
		align-content      : space-around !important
		}
	
	.align-content-lg-stretch {
		-ms-flex-line-pack : stretch !important;
		align-content      : stretch !important
		}
	
	.align-self-lg-auto {
		-ms-flex-item-align : auto !important;
		align-self          : auto !important
		}
	
	.align-self-lg-start {
		-ms-flex-item-align : start !important;
		align-self          : flex-start !important
		}
	
	.align-self-lg-end {
		-ms-flex-item-align : end !important;
		align-self          : flex-end !important
		}
	
	.align-self-lg-center {
		-ms-flex-item-align : center !important;
		align-self          : center !important
		}
	
	.align-self-lg-baseline {
		-ms-flex-item-align : baseline !important;
		align-self          : baseline !important
		}
	
	.align-self-lg-stretch {
		-ms-flex-item-align : stretch !important;
		align-self          : stretch !important
		}
	}

@media (min-width : 1200px) {
	.flex-xl-row {
		-ms-flex-direction : row !important;
		flex-direction     : row !important
		}
	
	.flex-xl-column {
		-ms-flex-direction : column !important;
		flex-direction     : column !important
		}
	
	.flex-xl-row-reverse {
		-ms-flex-direction : row-reverse !important;
		flex-direction     : row-reverse !important
		}
	
	.flex-xl-column-reverse {
		-ms-flex-direction : column-reverse !important;
		flex-direction     : column-reverse !important
		}
	
	.flex-xl-wrap {
		-ms-flex-wrap : wrap !important;
		flex-wrap     : wrap !important
		}
	
	.flex-xl-nowrap {
		-ms-flex-wrap : nowrap !important;
		flex-wrap     : nowrap !important
		}
	
	.flex-xl-wrap-reverse {
		-ms-flex-wrap : wrap-reverse !important;
		flex-wrap     : wrap-reverse !important
		}
	
	.justify-content-xl-start {
		-ms-flex-pack   : start !important;
		justify-content : flex-start !important
		}
	
	.justify-content-xl-end {
		-ms-flex-pack   : end !important;
		justify-content : flex-end !important
		}
	
	.justify-content-xl-center {
		-ms-flex-pack   : center !important;
		justify-content : center !important
		}
	
	.justify-content-xl-between {
		-ms-flex-pack   : justify !important;
		justify-content : space-between !important
		}
	
	.justify-content-xl-around {
		-ms-flex-pack   : distribute !important;
		justify-content : space-around !important
		}
	
	.align-items-xl-start {
		-ms-flex-align : start !important;
		align-items    : flex-start !important
		}
	
	.align-items-xl-end {
		-ms-flex-align : end !important;
		align-items    : flex-end !important
		}
	
	.align-items-xl-center {
		-ms-flex-align : center !important;
		align-items    : center !important
		}
	
	.align-items-xl-baseline {
		-ms-flex-align : baseline !important;
		align-items    : baseline !important
		}
	
	.align-items-xl-stretch {
		-ms-flex-align : stretch !important;
		align-items    : stretch !important
		}
	
	.align-content-xl-start {
		-ms-flex-line-pack : start !important;
		align-content      : flex-start !important
		}
	
	.align-content-xl-end {
		-ms-flex-line-pack : end !important;
		align-content      : flex-end !important
		}
	
	.align-content-xl-center {
		-ms-flex-line-pack : center !important;
		align-content      : center !important
		}
	
	.align-content-xl-between {
		-ms-flex-line-pack : justify !important;
		align-content      : space-between !important
		}
	
	.align-content-xl-around {
		-ms-flex-line-pack : distribute !important;
		align-content      : space-around !important
		}
	
	.align-content-xl-stretch {
		-ms-flex-line-pack : stretch !important;
		align-content      : stretch !important
		}
	
	.align-self-xl-auto {
		-ms-flex-item-align : auto !important;
		align-self          : auto !important
		}
	
	.align-self-xl-start {
		-ms-flex-item-align : start !important;
		align-self          : flex-start !important
		}
	
	.align-self-xl-end {
		-ms-flex-item-align : end !important;
		align-self          : flex-end !important
		}
	
	.align-self-xl-center {
		-ms-flex-item-align : center !important;
		align-self          : center !important
		}
	
	.align-self-xl-baseline {
		-ms-flex-item-align : baseline !important;
		align-self          : baseline !important
		}
	
	.align-self-xl-stretch {
		-ms-flex-item-align : stretch !important;
		align-self          : stretch !important
		}
	}

.float-left {
	float : left !important
	}

.float-right {
	float : right !important
	}

.float-none {
	float : none !important
	}

@media (min-width : 576px) {
	.float-sm-left {
		float : left !important
		}
	
	.float-sm-right {
		float : right !important
		}
	
	.float-sm-none {
		float : none !important
		}
	}

@media (min-width : 768px) {
	.float-md-left {
		float : left !important
		}
	
	.float-md-right {
		float : right !important
		}
	
	.float-md-none {
		float : none !important
		}
	}

@media (min-width : 992px) {
	.float-lg-left {
		float : left !important
		}
	
	.float-lg-right {
		float : right !important
		}
	
	.float-lg-none {
		float : none !important
		}
	}

@media (min-width : 1200px) {
	.float-xl-left {
		float : left !important
		}
	
	.float-xl-right {
		float : right !important
		}
	
	.float-xl-none {
		float : none !important
		}
	}

.position-static {
	position : static !important
	}

.position-relative {
	position : relative !important
	}

.position-absolute {
	position : absolute !important
	}

.position-fixed {
	position : fixed !important
	}

.position-sticky {
	position : -webkit-sticky !important;
	position : sticky !important
	}

.fixed-top {
	position : fixed;
	top      : 0;
	right    : 0;
	left     : 0;
	z-index  : 1030
	}

.fixed-bottom {
	position : fixed;
	right    : 0;
	bottom   : 0;
	left     : 0;
	z-index  : 1030
	}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position : -webkit-sticky;
		position : sticky;
		top      : 0;
		z-index  : 1020
		}
	}

.sr-only {
	position          : absolute;
	width             : 1px;
	height            : 1px;
	padding           : 0;
	overflow          : hidden;
	clip              : rect(0, 0, 0, 0);
	white-space       : nowrap;
	-webkit-clip-path : inset(50%);
	clip-path         : inset(50%);
	border            : 0
	}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position          : static;
	width             : auto;
	height            : auto;
	overflow          : visible;
	clip              : auto;
	white-space       : normal;
	-webkit-clip-path : none;
	clip-path         : none
	}

.w-25 {
	width : 25% !important
	}

.w-50 {
	width : 50% !important
	}

.w-75 {
	width : 75% !important
	}

.w-100 {
	width : 100% !important
	}

.h-25 {
	height : 25% !important
	}

.h-50 {
	height : 50% !important
	}

.h-75 {
	height : 75% !important
	}

.h-100 {
	height : 100% !important
	}

.mw-100 {
	max-width : 100% !important
	}

.mh-100 {
	max-height : 100% !important
	}

.m-0 {
	margin : 0 !important
	}

.mt-0, .my-0 {
	margin-top : 0 !important
	}

.mr-0, .mx-0 {
	margin-right : 0 !important
	}

.mb-0, .my-0 {
	margin-bottom : 0 !important
	}

.ml-0, .mx-0 {
	margin-left : 0 !important
	}

.m-1 {
	margin : .25rem !important
	}

.mt-1, .my-1 {
	margin-top : .25rem !important
	}

.mr-1, .mx-1 {
	margin-right : .25rem !important
	}

.mb-1, .my-1 {
	margin-bottom : .25rem !important
	}

.ml-1, .mx-1 {
	margin-left : .25rem !important
	}

.m-2 {
	margin : .5rem !important
	}

.mt-2, .my-2 {
	margin-top : .5rem !important
	}

.mr-2, .mx-2 {
	margin-right : .5rem !important
	}

.mb-2, .my-2 {
	margin-bottom : .5rem !important
	}

.ml-2, .mx-2 {
	margin-left : .5rem !important
	}

.m-3 {
	margin : 1rem !important
	}

.mt-3, .my-3 {
	margin-top : 1rem !important
	}

.mr-3, .mx-3 {
	margin-right : 1rem !important
	}

.mb-3, .my-3 {
	margin-bottom : 1rem !important
	}

.ml-3, .mx-3 {
	margin-left : 1rem !important
	}

.m-4 {
	margin : 1.5rem !important
	}

.mt-4, .my-4 {
	margin-top : 1.5rem !important
	}

.mr-4, .mx-4 {
	margin-right : 1.5rem !important
	}

.mb-4, .my-4 {
	margin-bottom : 1.5rem !important
	}

.ml-4, .mx-4 {
	margin-left : 1.5rem !important
	}

.m-5 {
	margin : 3rem !important
	}

.mt-5, .my-5 {
	margin-top : 3rem !important
	}

.mr-5, .mx-5 {
	margin-right : 3rem !important
	}

.mb-5, .my-5 {
	margin-bottom : 3rem !important
	}

.ml-5, .mx-5 {
	margin-left : 3rem !important
	}

.m-6 {
	margin : 4.5rem !important
	}

.mt-6, .my-6 {
	margin-top : 4.5rem !important
	}

.mr-6, .mx-6 {
	margin-right : 4.5rem !important
	}

.mb-6, .my-6 {
	margin-bottom : 4.5rem !important
	}

.ml-6, .mx-6 {
	margin-left : 4.5rem !important
	}

.m-7 {
	margin : 6rem !important
	}

.mt-7, .my-7 {
	margin-top : 6rem !important
	}

.mr-7, .mx-7 {
	margin-right : 6rem !important
	}

.mb-7, .my-7 {
	margin-bottom : 6rem !important
	}

.ml-7, .mx-7 {
	margin-left : 6rem !important
	}

.p-0 {
	padding : 0 !important
	}

.pt-0, .py-0 {
	padding-top : 0 !important
	}

.pr-0, .px-0 {
	padding-right : 0 !important
	}

.pb-0, .py-0 {
	padding-bottom : 0 !important
	}

.pl-0, .px-0 {
	padding-left : 0 !important
	}

.p-1 {
	padding : .25rem !important
	}

.pt-1, .py-1 {
	padding-top : .25rem !important
	}

.pr-1, .px-1 {
	padding-right : .25rem !important
	}

.pb-1, .py-1 {
	padding-bottom : .25rem !important
	}

.pl-1, .px-1 {
	padding-left : .25rem !important
	}

.p-2 {
	padding : .5rem !important
	}

.pt-2, .py-2 {
	padding-top : .5rem !important
	}

.pr-2, .px-2 {
	padding-right : .5rem !important
	}

.pb-2, .py-2 {
	padding-bottom : .5rem !important
	}

.pl-2, .px-2 {
	padding-left : .5rem !important
	}

.p-3 {
	padding : 1rem !important
	}

.pt-3, .py-3 {
	padding-top : 1rem !important
	}

.pr-3, .px-3 {
	padding-right : 1rem !important
	}

.pb-3, .py-3 {
	padding-bottom : 1rem !important
	}

.pl-3, .px-3 {
	padding-left : 1rem !important
	}

.p-4 {
	padding : 1.5rem !important
	}

.pt-4, .py-4 {
	padding-top : 1.5rem !important
	}

.pr-4, .px-4 {
	padding-right : 1.5rem !important
	}

.pb-4, .py-4 {
	padding-bottom : 1.5rem !important
	}

.pl-4, .px-4 {
	padding-left : 1.5rem !important
	}

.p-5 {
	padding : 3rem !important
	}

.pt-5, .py-5 {
	padding-top : 3rem !important
	}

.pr-5, .px-5 {
	padding-right : 3rem !important
	}

.pb-5, .py-5 {
	padding-bottom : 3rem !important
	}

.pl-5, .px-5 {
	padding-left : 3rem !important
	}

.p-6 {
	padding : 4.5rem !important
	}

.pt-6, .py-6 {
	padding-top : 4.5rem !important
	}

.pr-6, .px-6 {
	padding-right : 4.5rem !important
	}

.pb-6, .py-6 {
	padding-bottom : 4.5rem !important
	}

.pl-6, .px-6 {
	padding-left : 4.5rem !important
	}

.p-7 {
	padding : 6rem !important
	}

.pt-7, .py-7 {
	padding-top : 6rem !important
	}

.pr-7, .px-7 {
	padding-right : 6rem !important
	}

.pb-7, .py-7 {
	padding-bottom : 6rem !important
	}

.pl-7, .px-7 {
	padding-left : 6rem !important
	}

.m-auto {
	margin : auto !important
	}

.mt-auto, .my-auto {
	margin-top : auto !important
	}

.mr-auto, .mx-auto {
	margin-right : auto !important
	}

.mb-auto, .my-auto {
	margin-bottom : auto !important
	}

.ml-auto, .mx-auto {
	margin-left : auto !important
	}

@media (min-width : 576px) {
	.m-sm-0 {
		margin : 0 !important
		}
	
	.mt-sm-0, .my-sm-0 {
		margin-top : 0 !important
		}
	
	.mr-sm-0, .mx-sm-0 {
		margin-right : 0 !important
		}
	
	.mb-sm-0, .my-sm-0 {
		margin-bottom : 0 !important
		}
	
	.ml-sm-0, .mx-sm-0 {
		margin-left : 0 !important
		}
	
	.m-sm-1 {
		margin : .25rem !important
		}
	
	.mt-sm-1, .my-sm-1 {
		margin-top : .25rem !important
		}
	
	.mr-sm-1, .mx-sm-1 {
		margin-right : .25rem !important
		}
	
	.mb-sm-1, .my-sm-1 {
		margin-bottom : .25rem !important
		}
	
	.ml-sm-1, .mx-sm-1 {
		margin-left : .25rem !important
		}
	
	.m-sm-2 {
		margin : .5rem !important
		}
	
	.mt-sm-2, .my-sm-2 {
		margin-top : .5rem !important
		}
	
	.mr-sm-2, .mx-sm-2 {
		margin-right : .5rem !important
		}
	
	.mb-sm-2, .my-sm-2 {
		margin-bottom : .5rem !important
		}
	
	.ml-sm-2, .mx-sm-2 {
		margin-left : .5rem !important
		}
	
	.m-sm-3 {
		margin : 1rem !important
		}
	
	.mt-sm-3, .my-sm-3 {
		margin-top : 1rem !important
		}
	
	.mr-sm-3, .mx-sm-3 {
		margin-right : 1rem !important
		}
	
	.mb-sm-3, .my-sm-3 {
		margin-bottom : 1rem !important
		}
	
	.ml-sm-3, .mx-sm-3 {
		margin-left : 1rem !important
		}
	
	.m-sm-4 {
		margin : 1.5rem !important
		}
	
	.mt-sm-4, .my-sm-4 {
		margin-top : 1.5rem !important
		}
	
	.mr-sm-4, .mx-sm-4 {
		margin-right : 1.5rem !important
		}
	
	.mb-sm-4, .my-sm-4 {
		margin-bottom : 1.5rem !important
		}
	
	.ml-sm-4, .mx-sm-4 {
		margin-left : 1.5rem !important
		}
	
	.m-sm-5 {
		margin : 3rem !important
		}
	
	.mt-sm-5, .my-sm-5 {
		margin-top : 3rem !important
		}
	
	.mr-sm-5, .mx-sm-5 {
		margin-right : 3rem !important
		}
	
	.mb-sm-5, .my-sm-5 {
		margin-bottom : 3rem !important
		}
	
	.ml-sm-5, .mx-sm-5 {
		margin-left : 3rem !important
		}
	
	.m-sm-6 {
		margin : 4.5rem !important
		}
	
	.mt-sm-6, .my-sm-6 {
		margin-top : 4.5rem !important
		}
	
	.mr-sm-6, .mx-sm-6 {
		margin-right : 4.5rem !important
		}
	
	.mb-sm-6, .my-sm-6 {
		margin-bottom : 4.5rem !important
		}
	
	.ml-sm-6, .mx-sm-6 {
		margin-left : 4.5rem !important
		}
	
	.m-sm-7 {
		margin : 6rem !important
		}
	
	.mt-sm-7, .my-sm-7 {
		margin-top : 6rem !important
		}
	
	.mr-sm-7, .mx-sm-7 {
		margin-right : 6rem !important
		}
	
	.mb-sm-7, .my-sm-7 {
		margin-bottom : 6rem !important
		}
	
	.ml-sm-7, .mx-sm-7 {
		margin-left : 6rem !important
		}
	
	.p-sm-0 {
		padding : 0 !important
		}
	
	.pt-sm-0, .py-sm-0 {
		padding-top : 0 !important
		}
	
	.pr-sm-0, .px-sm-0 {
		padding-right : 0 !important
		}
	
	.pb-sm-0, .py-sm-0 {
		padding-bottom : 0 !important
		}
	
	.pl-sm-0, .px-sm-0 {
		padding-left : 0 !important
		}
	
	.p-sm-1 {
		padding : .25rem !important
		}
	
	.pt-sm-1, .py-sm-1 {
		padding-top : .25rem !important
		}
	
	.pr-sm-1, .px-sm-1 {
		padding-right : .25rem !important
		}
	
	.pb-sm-1, .py-sm-1 {
		padding-bottom : .25rem !important
		}
	
	.pl-sm-1, .px-sm-1 {
		padding-left : .25rem !important
		}
	
	.p-sm-2 {
		padding : .5rem !important
		}
	
	.pt-sm-2, .py-sm-2 {
		padding-top : .5rem !important
		}
	
	.pr-sm-2, .px-sm-2 {
		padding-right : .5rem !important
		}
	
	.pb-sm-2, .py-sm-2 {
		padding-bottom : .5rem !important
		}
	
	.pl-sm-2, .px-sm-2 {
		padding-left : .5rem !important
		}
	
	.p-sm-3 {
		padding : 1rem !important
		}
	
	.pt-sm-3, .py-sm-3 {
		padding-top : 1rem !important
		}
	
	.pr-sm-3, .px-sm-3 {
		padding-right : 1rem !important
		}
	
	.pb-sm-3, .py-sm-3 {
		padding-bottom : 1rem !important
		}
	
	.pl-sm-3, .px-sm-3 {
		padding-left : 1rem !important
		}
	
	.p-sm-4 {
		padding : 1.5rem !important
		}
	
	.pt-sm-4, .py-sm-4 {
		padding-top : 1.5rem !important
		}
	
	.pr-sm-4, .px-sm-4 {
		padding-right : 1.5rem !important
		}
	
	.pb-sm-4, .py-sm-4 {
		padding-bottom : 1.5rem !important
		}
	
	.pl-sm-4, .px-sm-4 {
		padding-left : 1.5rem !important
		}
	
	.p-sm-5 {
		padding : 3rem !important
		}
	
	.pt-sm-5, .py-sm-5 {
		padding-top : 3rem !important
		}
	
	.pr-sm-5, .px-sm-5 {
		padding-right : 3rem !important
		}
	
	.pb-sm-5, .py-sm-5 {
		padding-bottom : 3rem !important
		}
	
	.pl-sm-5, .px-sm-5 {
		padding-left : 3rem !important
		}
	
	.p-sm-6 {
		padding : 4.5rem !important
		}
	
	.pt-sm-6, .py-sm-6 {
		padding-top : 4.5rem !important
		}
	
	.pr-sm-6, .px-sm-6 {
		padding-right : 4.5rem !important
		}
	
	.pb-sm-6, .py-sm-6 {
		padding-bottom : 4.5rem !important
		}
	
	.pl-sm-6, .px-sm-6 {
		padding-left : 4.5rem !important
		}
	
	.p-sm-7 {
		padding : 6rem !important
		}
	
	.pt-sm-7, .py-sm-7 {
		padding-top : 6rem !important
		}
	
	.pr-sm-7, .px-sm-7 {
		padding-right : 6rem !important
		}
	
	.pb-sm-7, .py-sm-7 {
		padding-bottom : 6rem !important
		}
	
	.pl-sm-7, .px-sm-7 {
		padding-left : 6rem !important
		}
	
	.m-sm-auto {
		margin : auto !important
		}
	
	.mt-sm-auto, .my-sm-auto {
		margin-top : auto !important
		}
	
	.mr-sm-auto, .mx-sm-auto {
		margin-right : auto !important
		}
	
	.mb-sm-auto, .my-sm-auto {
		margin-bottom : auto !important
		}
	
	.ml-sm-auto, .mx-sm-auto {
		margin-left : auto !important
		}
	}

@media (min-width : 768px) {
	.m-md-0 {
		margin : 0 !important
		}
	
	.mt-md-0, .my-md-0 {
		margin-top : 0 !important
		}
	
	.mr-md-0, .mx-md-0 {
		margin-right : 0 !important
		}
	
	.mb-md-0, .my-md-0 {
		margin-bottom : 0 !important
		}
	
	.ml-md-0, .mx-md-0 {
		margin-left : 0 !important
		}
	
	.m-md-1 {
		margin : .25rem !important
		}
	
	.mt-md-1, .my-md-1 {
		margin-top : .25rem !important
		}
	
	.mr-md-1, .mx-md-1 {
		margin-right : .25rem !important
		}
	
	.mb-md-1, .my-md-1 {
		margin-bottom : .25rem !important
		}
	
	.ml-md-1, .mx-md-1 {
		margin-left : .25rem !important
		}
	
	.m-md-2 {
		margin : .5rem !important
		}
	
	.mt-md-2, .my-md-2 {
		margin-top : .5rem !important
		}
	
	.mr-md-2, .mx-md-2 {
		margin-right : .5rem !important
		}
	
	.mb-md-2, .my-md-2 {
		margin-bottom : .5rem !important
		}
	
	.ml-md-2, .mx-md-2 {
		margin-left : .5rem !important
		}
	
	.m-md-3 {
		margin : 1rem !important
		}
	
	.mt-md-3, .my-md-3 {
		margin-top : 1rem !important
		}
	
	.mr-md-3, .mx-md-3 {
		margin-right : 1rem !important
		}
	
	.mb-md-3, .my-md-3 {
		margin-bottom : 1rem !important
		}
	
	.ml-md-3, .mx-md-3 {
		margin-left : 1rem !important
		}
	
	.m-md-4 {
		margin : 1.5rem !important
		}
	
	.mt-md-4, .my-md-4 {
		margin-top : 1.5rem !important
		}
	
	.mr-md-4, .mx-md-4 {
		margin-right : 1.5rem !important
		}
	
	.mb-md-4, .my-md-4 {
		margin-bottom : 1.5rem !important
		}
	
	.ml-md-4, .mx-md-4 {
		margin-left : 1.5rem !important
		}
	
	.m-md-5 {
		margin : 3rem !important
		}
	
	.mt-md-5, .my-md-5 {
		margin-top : 3rem !important
		}
	
	.mr-md-5, .mx-md-5 {
		margin-right : 3rem !important
		}
	
	.mb-md-5, .my-md-5 {
		margin-bottom : 3rem !important
		}
	
	.ml-md-5, .mx-md-5 {
		margin-left : 3rem !important
		}
	
	.m-md-6 {
		margin : 4.5rem !important
		}
	
	.mt-md-6, .my-md-6 {
		margin-top : 4.5rem !important
		}
	
	.mr-md-6, .mx-md-6 {
		margin-right : 4.5rem !important
		}
	
	.mb-md-6, .my-md-6 {
		margin-bottom : 4.5rem !important
		}
	
	.ml-md-6, .mx-md-6 {
		margin-left : 4.5rem !important
		}
	
	.m-md-7 {
		margin : 6rem !important
		}
	
	.mt-md-7, .my-md-7 {
		margin-top : 6rem !important
		}
	
	.mr-md-7, .mx-md-7 {
		margin-right : 6rem !important
		}
	
	.mb-md-7, .my-md-7 {
		margin-bottom : 6rem !important
		}
	
	.ml-md-7, .mx-md-7 {
		margin-left : 6rem !important
		}
	
	.p-md-0 {
		padding : 0 !important
		}
	
	.pt-md-0, .py-md-0 {
		padding-top : 0 !important
		}
	
	.pr-md-0, .px-md-0 {
		padding-right : 0 !important
		}
	
	.pb-md-0, .py-md-0 {
		padding-bottom : 0 !important
		}
	
	.pl-md-0, .px-md-0 {
		padding-left : 0 !important
		}
	
	.p-md-1 {
		padding : .25rem !important
		}
	
	.pt-md-1, .py-md-1 {
		padding-top : .25rem !important
		}
	
	.pr-md-1, .px-md-1 {
		padding-right : .25rem !important
		}
	
	.pb-md-1, .py-md-1 {
		padding-bottom : .25rem !important
		}
	
	.pl-md-1, .px-md-1 {
		padding-left : .25rem !important
		}
	
	.p-md-2 {
		padding : .5rem !important
		}
	
	.pt-md-2, .py-md-2 {
		padding-top : .5rem !important
		}
	
	.pr-md-2, .px-md-2 {
		padding-right : .5rem !important
		}
	
	.pb-md-2, .py-md-2 {
		padding-bottom : .5rem !important
		}
	
	.pl-md-2, .px-md-2 {
		padding-left : .5rem !important
		}
	
	.p-md-3 {
		padding : 1rem !important
		}
	
	.pt-md-3, .py-md-3 {
		padding-top : 1rem !important
		}
	
	.pr-md-3, .px-md-3 {
		padding-right : 1rem !important
		}
	
	.pb-md-3, .py-md-3 {
		padding-bottom : 1rem !important
		}
	
	.pl-md-3, .px-md-3 {
		padding-left : 1rem !important
		}
	
	.p-md-4 {
		padding : 1.5rem !important
		}
	
	.pt-md-4, .py-md-4 {
		padding-top : 1.5rem !important
		}
	
	.pr-md-4, .px-md-4 {
		padding-right : 1.5rem !important
		}
	
	.pb-md-4, .py-md-4 {
		padding-bottom : 1.5rem !important
		}
	
	.pl-md-4, .px-md-4 {
		padding-left : 1.5rem !important
		}
	
	.p-md-5 {
		padding : 3rem !important
		}
	
	.pt-md-5, .py-md-5 {
		padding-top : 3rem !important
		}
	
	.pr-md-5, .px-md-5 {
		padding-right : 3rem !important
		}
	
	.pb-md-5, .py-md-5 {
		padding-bottom : 3rem !important
		}
	
	.pl-md-5, .px-md-5 {
		padding-left : 3rem !important
		}
	
	.p-md-6 {
		padding : 4.5rem !important
		}
	
	.pt-md-6, .py-md-6 {
		padding-top : 4.5rem !important
		}
	
	.pr-md-6, .px-md-6 {
		padding-right : 4.5rem !important
		}
	
	.pb-md-6, .py-md-6 {
		padding-bottom : 4.5rem !important
		}
	
	.pl-md-6, .px-md-6 {
		padding-left : 4.5rem !important
		}
	
	.p-md-7 {
		padding : 6rem !important
		}
	
	.pt-md-7, .py-md-7 {
		padding-top : 6rem !important
		}
	
	.pr-md-7, .px-md-7 {
		padding-right : 6rem !important
		}
	
	.pb-md-7, .py-md-7 {
		padding-bottom : 6rem !important
		}
	
	.pl-md-7, .px-md-7 {
		padding-left : 6rem !important
		}
	
	.m-md-auto {
		margin : auto !important
		}
	
	.mt-md-auto, .my-md-auto {
		margin-top : auto !important
		}
	
	.mr-md-auto, .mx-md-auto {
		margin-right : auto !important
		}
	
	.mb-md-auto, .my-md-auto {
		margin-bottom : auto !important
		}
	
	.ml-md-auto, .mx-md-auto {
		margin-left : auto !important
		}
	}

@media (min-width : 992px) {
	.m-lg-0 {
		margin : 0 !important
		}
	
	.mt-lg-0, .my-lg-0 {
		margin-top : 0 !important
		}
	
	.mr-lg-0, .mx-lg-0 {
		margin-right : 0 !important
		}
	
	.mb-lg-0, .my-lg-0 {
		margin-bottom : 0 !important
		}
	
	.ml-lg-0, .mx-lg-0 {
		margin-left : 0 !important
		}
	
	.m-lg-1 {
		margin : .25rem !important
		}
	
	.mt-lg-1, .my-lg-1 {
		margin-top : .25rem !important
		}
	
	.mr-lg-1, .mx-lg-1 {
		margin-right : .25rem !important
		}
	
	.mb-lg-1, .my-lg-1 {
		margin-bottom : .25rem !important
		}
	
	.ml-lg-1, .mx-lg-1 {
		margin-left : .25rem !important
		}
	
	.m-lg-2 {
		margin : .5rem !important
		}
	
	.mt-lg-2, .my-lg-2 {
		margin-top : .5rem !important
		}
	
	.mr-lg-2, .mx-lg-2 {
		margin-right : .5rem !important
		}
	
	.mb-lg-2, .my-lg-2 {
		margin-bottom : .5rem !important
		}
	
	.ml-lg-2, .mx-lg-2 {
		margin-left : .5rem !important
		}
	
	.m-lg-3 {
		margin : 1rem !important
		}
	
	.mt-lg-3, .my-lg-3 {
		margin-top : 1rem !important
		}
	
	.mr-lg-3, .mx-lg-3 {
		margin-right : 1rem !important
		}
	
	.mb-lg-3, .my-lg-3 {
		margin-bottom : 1rem !important
		}
	
	.ml-lg-3, .mx-lg-3 {
		margin-left : 1rem !important
		}
	
	.m-lg-4 {
		margin : 1.5rem !important
		}
	
	.mt-lg-4, .my-lg-4 {
		margin-top : 1.5rem !important
		}
	
	.mr-lg-4, .mx-lg-4 {
		margin-right : 1.5rem !important
		}
	
	.mb-lg-4, .my-lg-4 {
		margin-bottom : 1.5rem !important
		}
	
	.ml-lg-4, .mx-lg-4 {
		margin-left : 1.5rem !important
		}
	
	.m-lg-5 {
		margin : 3rem !important
		}
	
	.mt-lg-5, .my-lg-5 {
		margin-top : 3rem !important
		}
	
	.mr-lg-5, .mx-lg-5 {
		margin-right : 3rem !important
		}
	
	.mb-lg-5, .my-lg-5 {
		margin-bottom : 3rem !important
		}
	
	.ml-lg-5, .mx-lg-5 {
		margin-left : 3rem !important
		}
	
	.m-lg-6 {
		margin : 4.5rem !important
		}
	
	.mt-lg-6, .my-lg-6 {
		margin-top : 4.5rem !important
		}
	
	.mr-lg-6, .mx-lg-6 {
		margin-right : 4.5rem !important
		}
	
	.mb-lg-6, .my-lg-6 {
		margin-bottom : 4.5rem !important
		}
	
	.ml-lg-6, .mx-lg-6 {
		margin-left : 4.5rem !important
		}
	
	.m-lg-7 {
		margin : 6rem !important
		}
	
	.mt-lg-7, .my-lg-7 {
		margin-top : 6rem !important
		}
	
	.mr-lg-7, .mx-lg-7 {
		margin-right : 6rem !important
		}
	
	.mb-lg-7, .my-lg-7 {
		margin-bottom : 6rem !important
		}
	
	.ml-lg-7, .mx-lg-7 {
		margin-left : 6rem !important
		}
	
	.p-lg-0 {
		padding : 0 !important
		}
	
	.pt-lg-0, .py-lg-0 {
		padding-top : 0 !important
		}
	
	.pr-lg-0, .px-lg-0 {
		padding-right : 0 !important
		}
	
	.pb-lg-0, .py-lg-0 {
		padding-bottom : 0 !important
		}
	
	.pl-lg-0, .px-lg-0 {
		padding-left : 0 !important
		}
	
	.p-lg-1 {
		padding : .25rem !important
		}
	
	.pt-lg-1, .py-lg-1 {
		padding-top : .25rem !important
		}
	
	.pr-lg-1, .px-lg-1 {
		padding-right : .25rem !important
		}
	
	.pb-lg-1, .py-lg-1 {
		padding-bottom : .25rem !important
		}
	
	.pl-lg-1, .px-lg-1 {
		padding-left : .25rem !important
		}
	
	.p-lg-2 {
		padding : .5rem !important
		}
	
	.pt-lg-2, .py-lg-2 {
		padding-top : .5rem !important
		}
	
	.pr-lg-2, .px-lg-2 {
		padding-right : .5rem !important
		}
	
	.pb-lg-2, .py-lg-2 {
		padding-bottom : .5rem !important
		}
	
	.pl-lg-2, .px-lg-2 {
		padding-left : .5rem !important
		}
	
	.p-lg-3 {
		padding : 1rem !important
		}
	
	.pt-lg-3, .py-lg-3 {
		padding-top : 1rem !important
		}
	
	.pr-lg-3, .px-lg-3 {
		padding-right : 1rem !important
		}
	
	.pb-lg-3, .py-lg-3 {
		padding-bottom : 1rem !important
		}
	
	.pl-lg-3, .px-lg-3 {
		padding-left : 1rem !important
		}
	
	.p-lg-4 {
		padding : 1.5rem !important
		}
	
	.pt-lg-4, .py-lg-4 {
		padding-top : 1.5rem !important
		}
	
	.pr-lg-4, .px-lg-4 {
		padding-right : 1.5rem !important
		}
	
	.pb-lg-4, .py-lg-4 {
		padding-bottom : 1.5rem !important
		}
	
	.pl-lg-4, .px-lg-4 {
		padding-left : 1.5rem !important
		}
	
	.p-lg-5 {
		padding : 3rem !important
		}
	
	.pt-lg-5, .py-lg-5 {
		padding-top : 3rem !important
		}
	
	.pr-lg-5, .px-lg-5 {
		padding-right : 3rem !important
		}
	
	.pb-lg-5, .py-lg-5 {
		padding-bottom : 3rem !important
		}
	
	.pl-lg-5, .px-lg-5 {
		padding-left : 3rem !important
		}
	
	.p-lg-6 {
		padding : 4.5rem !important
		}
	
	.pt-lg-6, .py-lg-6 {
		padding-top : 4.5rem !important
		}
	
	.pr-lg-6, .px-lg-6 {
		padding-right : 4.5rem !important
		}
	
	.pb-lg-6, .py-lg-6 {
		padding-bottom : 4.5rem !important
		}
	
	.pl-lg-6, .px-lg-6 {
		padding-left : 4.5rem !important
		}
	
	.p-lg-7 {
		padding : 6rem !important
		}
	
	.pt-lg-7, .py-lg-7 {
		padding-top : 6rem !important
		}
	
	.pr-lg-7, .px-lg-7 {
		padding-right : 6rem !important
		}
	
	.pb-lg-7, .py-lg-7 {
		padding-bottom : 6rem !important
		}
	
	.pl-lg-7, .px-lg-7 {
		padding-left : 6rem !important
		}
	
	.m-lg-auto {
		margin : auto !important
		}
	
	.mt-lg-auto, .my-lg-auto {
		margin-top : auto !important
		}
	
	.mr-lg-auto, .mx-lg-auto {
		margin-right : auto !important
		}
	
	.mb-lg-auto, .my-lg-auto {
		margin-bottom : auto !important
		}
	
	.ml-lg-auto, .mx-lg-auto {
		margin-left : auto !important
		}
	}

@media (min-width : 1200px) {
	.m-xl-0 {
		margin : 0 !important
		}
	
	.mt-xl-0, .my-xl-0 {
		margin-top : 0 !important
		}
	
	.mr-xl-0, .mx-xl-0 {
		margin-right : 0 !important
		}
	
	.mb-xl-0, .my-xl-0 {
		margin-bottom : 0 !important
		}
	
	.ml-xl-0, .mx-xl-0 {
		margin-left : 0 !important
		}
	
	.m-xl-1 {
		margin : .25rem !important
		}
	
	.mt-xl-1, .my-xl-1 {
		margin-top : .25rem !important
		}
	
	.mr-xl-1, .mx-xl-1 {
		margin-right : .25rem !important
		}
	
	.mb-xl-1, .my-xl-1 {
		margin-bottom : .25rem !important
		}
	
	.ml-xl-1, .mx-xl-1 {
		margin-left : .25rem !important
		}
	
	.m-xl-2 {
		margin : .5rem !important
		}
	
	.mt-xl-2, .my-xl-2 {
		margin-top : .5rem !important
		}
	
	.mr-xl-2, .mx-xl-2 {
		margin-right : .5rem !important
		}
	
	.mb-xl-2, .my-xl-2 {
		margin-bottom : .5rem !important
		}
	
	.ml-xl-2, .mx-xl-2 {
		margin-left : .5rem !important
		}
	
	.m-xl-3 {
		margin : 1rem !important
		}
	
	.mt-xl-3, .my-xl-3 {
		margin-top : 1rem !important
		}
	
	.mr-xl-3, .mx-xl-3 {
		margin-right : 1rem !important
		}
	
	.mb-xl-3, .my-xl-3 {
		margin-bottom : 1rem !important
		}
	
	.ml-xl-3, .mx-xl-3 {
		margin-left : 1rem !important
		}
	
	.m-xl-4 {
		margin : 1.5rem !important
		}
	
	.mt-xl-4, .my-xl-4 {
		margin-top : 1.5rem !important
		}
	
	.mr-xl-4, .mx-xl-4 {
		margin-right : 1.5rem !important
		}
	
	.mb-xl-4, .my-xl-4 {
		margin-bottom : 1.5rem !important
		}
	
	.ml-xl-4, .mx-xl-4 {
		margin-left : 1.5rem !important
		}
	
	.m-xl-5 {
		margin : 3rem !important
		}
	
	.mt-xl-5, .my-xl-5 {
		margin-top : 3rem !important
		}
	
	.mr-xl-5, .mx-xl-5 {
		margin-right : 3rem !important
		}
	
	.mb-xl-5, .my-xl-5 {
		margin-bottom : 3rem !important
		}
	
	.ml-xl-5, .mx-xl-5 {
		margin-left : 3rem !important
		}
	
	.m-xl-6 {
		margin : 4.5rem !important
		}
	
	.mt-xl-6, .my-xl-6 {
		margin-top : 4.5rem !important
		}
	
	.mr-xl-6, .mx-xl-6 {
		margin-right : 4.5rem !important
		}
	
	.mb-xl-6, .my-xl-6 {
		margin-bottom : 4.5rem !important
		}
	
	.ml-xl-6, .mx-xl-6 {
		margin-left : 4.5rem !important
		}
	
	.m-xl-7 {
		margin : 6rem !important
		}
	
	.mt-xl-7, .my-xl-7 {
		margin-top : 6rem !important
		}
	
	.mr-xl-7, .mx-xl-7 {
		margin-right : 6rem !important
		}
	
	.mb-xl-7, .my-xl-7 {
		margin-bottom : 6rem !important
		}
	
	.ml-xl-7, .mx-xl-7 {
		margin-left : 6rem !important
		}
	
	.p-xl-0 {
		padding : 0 !important
		}
	
	.pt-xl-0, .py-xl-0 {
		padding-top : 0 !important
		}
	
	.pr-xl-0, .px-xl-0 {
		padding-right : 0 !important
		}
	
	.pb-xl-0, .py-xl-0 {
		padding-bottom : 0 !important
		}
	
	.pl-xl-0, .px-xl-0 {
		padding-left : 0 !important
		}
	
	.p-xl-1 {
		padding : .25rem !important
		}
	
	.pt-xl-1, .py-xl-1 {
		padding-top : .25rem !important
		}
	
	.pr-xl-1, .px-xl-1 {
		padding-right : .25rem !important
		}
	
	.pb-xl-1, .py-xl-1 {
		padding-bottom : .25rem !important
		}
	
	.pl-xl-1, .px-xl-1 {
		padding-left : .25rem !important
		}
	
	.p-xl-2 {
		padding : .5rem !important
		}
	
	.pt-xl-2, .py-xl-2 {
		padding-top : .5rem !important
		}
	
	.pr-xl-2, .px-xl-2 {
		padding-right : .5rem !important
		}
	
	.pb-xl-2, .py-xl-2 {
		padding-bottom : .5rem !important
		}
	
	.pl-xl-2, .px-xl-2 {
		padding-left : .5rem !important
		}
	
	.p-xl-3 {
		padding : 1rem !important
		}
	
	.pt-xl-3, .py-xl-3 {
		padding-top : 1rem !important
		}
	
	.pr-xl-3, .px-xl-3 {
		padding-right : 1rem !important
		}
	
	.pb-xl-3, .py-xl-3 {
		padding-bottom : 1rem !important
		}
	
	.pl-xl-3, .px-xl-3 {
		padding-left : 1rem !important
		}
	
	.p-xl-4 {
		padding : 1.5rem !important
		}
	
	.pt-xl-4, .py-xl-4 {
		padding-top : 1.5rem !important
		}
	
	.pr-xl-4, .px-xl-4 {
		padding-right : 1.5rem !important
		}
	
	.pb-xl-4, .py-xl-4 {
		padding-bottom : 1.5rem !important
		}
	
	.pl-xl-4, .px-xl-4 {
		padding-left : 1.5rem !important
		}
	
	.p-xl-5 {
		padding : 3rem !important
		}
	
	.pt-xl-5, .py-xl-5 {
		padding-top : 3rem !important
		}
	
	.pr-xl-5, .px-xl-5 {
		padding-right : 3rem !important
		}
	
	.pb-xl-5, .py-xl-5 {
		padding-bottom : 3rem !important
		}
	
	.pl-xl-5, .px-xl-5 {
		padding-left : 3rem !important
		}
	
	.p-xl-6 {
		padding : 4.5rem !important
		}
	
	.pt-xl-6, .py-xl-6 {
		padding-top : 4.5rem !important
		}
	
	.pr-xl-6, .px-xl-6 {
		padding-right : 4.5rem !important
		}
	
	.pb-xl-6, .py-xl-6 {
		padding-bottom : 4.5rem !important
		}
	
	.pl-xl-6, .px-xl-6 {
		padding-left : 4.5rem !important
		}
	
	.p-xl-7 {
		padding : 6rem !important
		}
	
	.pt-xl-7, .py-xl-7 {
		padding-top : 6rem !important
		}
	
	.pr-xl-7, .px-xl-7 {
		padding-right : 6rem !important
		}
	
	.pb-xl-7, .py-xl-7 {
		padding-bottom : 6rem !important
		}
	
	.pl-xl-7, .px-xl-7 {
		padding-left : 6rem !important
		}
	
	.m-xl-auto {
		margin : auto !important
		}
	
	.mt-xl-auto, .my-xl-auto {
		margin-top : auto !important
		}
	
	.mr-xl-auto, .mx-xl-auto {
		margin-right : auto !important
		}
	
	.mb-xl-auto, .my-xl-auto {
		margin-bottom : auto !important
		}
	
	.ml-xl-auto, .mx-xl-auto {
		margin-left : auto !important
		}
	}

.text-justify {
	text-align : justify !important
	}

.text-nowrap {
	white-space : nowrap !important
	}

.text-truncate {
	overflow      : hidden;
	text-overflow : ellipsis;
	white-space   : nowrap
	}

.text-left {
	text-align : left !important
	}

.text-right {
	text-align : right !important
	}

.text-center {
	text-align : center !important
	}

@media (min-width : 576px) {
	.text-sm-left {
		text-align : left !important
		}
	
	.text-sm-right {
		text-align : right !important
		}
	
	.text-sm-center {
		text-align : center !important
		}
	}

@media (min-width : 768px) {
	.text-md-left {
		text-align : left !important
		}
	
	.text-md-right {
		text-align : right !important
		}
	
	.text-md-center {
		text-align : center !important
		}
	}

@media (min-width : 992px) {
	.text-lg-left {
		text-align : left !important
		}
	
	.text-lg-right {
		text-align : right !important
		}
	
	.text-lg-center {
		text-align : center !important
		}
	}

@media (min-width : 1200px) {
	.text-xl-left {
		text-align : left !important
		}
	
	.text-xl-right {
		text-align : right !important
		}
	
	.text-xl-center {
		text-align : center !important
		}
	}

.text-lowercase {
	text-transform : lowercase !important
	}

.text-uppercase {
	text-transform : uppercase !important
	}

.text-capitalize {
	text-transform : capitalize !important
	}

.font-weight-light {
	font-weight : 300 !important
	}

.font-weight-normal {
	font-weight : 400 !important
	}

.font-weight-bold {
	font-weight : 700 !important
	}

.font-italic {
	font-style : italic !important
	}

.text-white {
	color : #ffffff !important
	}

.text-primary {
	color : #2f8cbb !important
	}

a.text-primary:focus, a.text-primary:hover {
	color : #256d92 !important
	}

.text-secondary {
	color : #868686 !important
	}

a.text-secondary:focus, a.text-secondary:hover {
	color : #6d6d6d !important
	}

.text-success {
	color : #71ac34 !important
	}

a.text-success:focus, a.text-success:hover {
	color : #578528 !important
	}

.text-info {
	color : #3da5da !important
	}

a.text-info:focus, a.text-info:hover {
	color : #258bbf !important
	}

.text-warning {
	color : #fecd5f !important
	}

a.text-warning:focus, a.text-warning:hover {
	color : #febd2c !important
	}

.text-danger {
	color : #eb5768 !important
	}

a.text-danger:focus, a.text-danger:hover {
	color : #e6293f !important
	}

.text-light {
	color : #f8f8f8 !important
	}

a.text-light:focus, a.text-light:hover {
	color : #dfdfdf !important
	}

.text-dark {
	color : #333333 !important
	}

a.text-dark:focus, a.text-dark:hover {
	color : #1a1a1a !important
	}

.text-muted {
	color : #868686 !important
	}

.text-hide {
	font             : 0/0 a;
	color            : transparent;
	text-shadow      : none;
	background-color : transparent;
	border           : 0
	}

.visible {
	visibility : visible !important
	}

.invisible {
	visibility : hidden !important
	}

/*# sourceMappingURL=bootstrap.min.css.map */

.theme-4886ed {
	background-color : #4886ed !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4886ed:nth-child(even) {
	background-color : #3e7ce3 !important
	}

.gradient.theme-4886ed {
	background : -moz-linear-gradient(-25deg, #4886ed 0%, #70aeff 100%);
	background : -webkit-linear-gradient(-25deg, #4886ed 0%, #70aeff 100%);
	background : linear-gradient(115deg, #4886ed 0%, #70aeff 100%);
	color      : #ffffff;
	}

.gradient.theme-4886ed .text-themed {
	color : #4886ed;
	}

.theme-289cd7 {
	background-color : #289cd7 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-289cd7:nth-child(even) {
	background-color : #1e92cd !important
	}

.gradient.theme-289cd7 {
	background : -moz-linear-gradient(-25deg, #289cd7 0%, #50c4ff 100%);
	background : -webkit-linear-gradient(-25deg, #289cd7 0%, #50c4ff 100%);
	background : linear-gradient(115deg, #289cd7 0%, #50c4ff 100%);
	color      : #ffffff;
	}

.gradient.theme-289cd7 .text-themed {
	color : #289cd7;
	}

.theme-03a84e {
	background-color : #03a84e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-03a84e:nth-child(even) {
	background-color : #009e44 !important
	}

.gradient.theme-03a84e {
	background : -moz-linear-gradient(-25deg, #03a84e 0%, #2bd076 100%);
	background : -webkit-linear-gradient(-25deg, #03a84e 0%, #2bd076 100%);
	background : linear-gradient(115deg, #03a84e 0%, #2bd076 100%);
	color      : #ffffff;
	}

.gradient.theme-03a84e .text-themed {
	color : #03a84e;
	}

.theme-e5ab31 {
	background-color : #e5ab31 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e5ab31:nth-child(even) {
	background-color : #dba127 !important
	}

.gradient.theme-e5ab31 {
	background : -moz-linear-gradient(-25deg, #e5ab31 0%, #bd8309 100%);
	background : -webkit-linear-gradient(-25deg, #e5ab31 0%, #bd8309 100%);
	background : linear-gradient(115deg, #e5ab31 0%, #bd8309 100%);
	color      : #ffffff;
	}

.gradient.theme-e5ab31 .text-themed {
	color : #bd8309;
	}

.theme-68cbe8 {
	background-color : #68cbe8 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-68cbe8:nth-child(even) {
	background-color : #5ec1de !important
	}

.gradient.theme-68cbe8 {
	background : -moz-linear-gradient(-25deg, #68cbe8 0%, #40a3c0 100%);
	background : -webkit-linear-gradient(-25deg, #68cbe8 0%, #40a3c0 100%);
	background : linear-gradient(115deg, #68cbe8 0%, #40a3c0 100%);
	color      : #ffffff;
	}

.gradient.theme-68cbe8 .text-themed {
	color : #40a3c0;
	}

.theme-00184f {
	background-color : #00184f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00184f:nth-child(even) {
	background-color : #000e45 !important
	}

.gradient.theme-00184f {
	background : -moz-linear-gradient(-25deg, #00184f 0%, #284077 100%);
	background : -webkit-linear-gradient(-25deg, #00184f 0%, #284077 100%);
	background : linear-gradient(115deg, #00184f 0%, #284077 100%);
	color      : #ffffff;
	}

.gradient.theme-00184f .text-themed {
	color : #00184f;
	}

.theme-1b4965 {
	background-color : #1b4965 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1b4965:nth-child(even) {
	background-color : #113f5b !important
	}

.gradient.theme-1b4965 {
	background : -moz-linear-gradient(-25deg, #1b4965 0%, #43718d 100%);
	background : -webkit-linear-gradient(-25deg, #1b4965 0%, #43718d 100%);
	background : linear-gradient(115deg, #1b4965 0%, #43718d 100%);
	color      : #ffffff;
	}

.gradient.theme-1b4965 .text-themed {
	color : #1b4965;
	}

.theme-199932 {
	background-color : #199932 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-199932:nth-child(even) {
	background-color : #0f8f28 !important
	}

.gradient.theme-199932 {
	background : -moz-linear-gradient(-25deg, #199932 0%, #41c15a 100%);
	background : -webkit-linear-gradient(-25deg, #199932 0%, #41c15a 100%);
	background : linear-gradient(115deg, #199932 0%, #41c15a 100%);
	color      : #ffffff;
	}

.gradient.theme-199932 .text-themed {
	color : #199932;
	}

.theme-ffc905 {
	background-color : #ffc905 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ffc905:nth-child(even) {
	background-color : #f5bf00 !important
	}

.gradient.theme-ffc905 {
	background : -moz-linear-gradient(-25deg, #ffc905 0%, #d7a100 100%);
	background : -webkit-linear-gradient(-25deg, #ffc905 0%, #d7a100 100%);
	background : linear-gradient(115deg, #ffc905 0%, #d7a100 100%);
	color      : #ffffff;
	}

.gradient.theme-ffc905 .text-themed {
	color : #d7a100;
	}

.theme-9f7d2b {
	background-color : #9f7d2b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-9f7d2b:nth-child(even) {
	background-color : #957321 !important
	}

.gradient.theme-9f7d2b {
	background : -moz-linear-gradient(-25deg, #9f7d2b 0%, #c7a553 100%);
	background : -webkit-linear-gradient(-25deg, #9f7d2b 0%, #c7a553 100%);
	background : linear-gradient(115deg, #9f7d2b 0%, #c7a553 100%);
	color      : #ffffff;
	}

.gradient.theme-9f7d2b .text-themed {
	color : #9f7d2b;
	}

.theme-6200ee {
	background-color : #6200ee !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-6200ee:nth-child(even) {
	background-color : #5800e4 !important
	}

.gradient.theme-6200ee {
	background : -moz-linear-gradient(-25deg, #6200ee 0%, #8a28ff 100%);
	background : -webkit-linear-gradient(-25deg, #6200ee 0%, #8a28ff 100%);
	background : linear-gradient(115deg, #6200ee 0%, #8a28ff 100%);
	color      : #ffffff;
	}

.gradient.theme-6200ee .text-themed {
	color : #6200ee;
	}

.theme-4285f4 {
	background-color : #4285f4 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4285f4:nth-child(even) {
	background-color : #387bea !important
	}

.gradient.theme-4285f4 {
	background : -moz-linear-gradient(-25deg, #4285f4 0%, #6aadff 100%);
	background : -webkit-linear-gradient(-25deg, #4285f4 0%, #6aadff 100%);
	background : linear-gradient(115deg, #4285f4 0%, #6aadff 100%);
	color      : #ffffff;
	}

.gradient.theme-4285f4 .text-themed {
	color : #4285f4;
	}

.theme-f96954 {
	background-color : #f96954 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f96954:nth-child(even) {
	background-color : #ef5f4a !important
	}

.gradient.theme-f96954 {
	background : -moz-linear-gradient(-25deg, #f96954 0%, #ff917c 100%);
	background : -webkit-linear-gradient(-25deg, #f96954 0%, #ff917c 100%);
	background : linear-gradient(115deg, #f96954 0%, #ff917c 100%);
	color      : #ffffff;
	}

.gradient.theme-f96954 .text-themed {
	color : #f96954;
	}

.theme-37a623 {
	background-color : #37a623 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-37a623:nth-child(even) {
	background-color : #2d9c19 !important
	}

.gradient.theme-37a623 {
	background : -moz-linear-gradient(-25deg, #37a623 0%, #5fce4b 100%);
	background : -webkit-linear-gradient(-25deg, #37a623 0%, #5fce4b 100%);
	background : linear-gradient(115deg, #37a623 0%, #5fce4b 100%);
	color      : #ffffff;
	}

.gradient.theme-37a623 .text-themed {
	color : #37a623;
	}

.theme-2286aa {
	background-color : #2286aa !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2286aa:nth-child(even) {
	background-color : #187ca0 !important
	}

.gradient.theme-2286aa {
	background : -moz-linear-gradient(-25deg, #2286aa 0%, #4aaed2 100%);
	background : -webkit-linear-gradient(-25deg, #2286aa 0%, #4aaed2 100%);
	background : linear-gradient(115deg, #2286aa 0%, #4aaed2 100%);
	color      : #ffffff;
	}

.gradient.theme-2286aa .text-themed {
	color : #2286aa;
	}

.theme-3b3a3a {
	background-color : #3b3a3a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3b3a3a:nth-child(even) {
	background-color : #313030 !important
	}

.gradient.theme-3b3a3a {
	background : -moz-linear-gradient(-25deg, #3b3a3a 0%, #636262 100%);
	background : -webkit-linear-gradient(-25deg, #3b3a3a 0%, #636262 100%);
	background : linear-gradient(115deg, #3b3a3a 0%, #636262 100%);
	color      : #ffffff;
	}

.gradient.theme-3b3a3a .text-themed {
	color : #3b3a3a;
	}

.theme-7dc836 {
	background-color : #7dc836 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-7dc836:nth-child(even) {
	background-color : #73be2c !important
	}

.gradient.theme-7dc836 {
	background : -moz-linear-gradient(-25deg, #7dc836 0%, #55a00e 100%);
	background : -webkit-linear-gradient(-25deg, #7dc836 0%, #55a00e 100%);
	background : linear-gradient(115deg, #7dc836 0%, #55a00e 100%);
	color      : #ffffff;
	}

.gradient.theme-7dc836 .text-themed {
	color : #55a00e;
	}

.theme-242b3b {
	background-color : #242b3b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-242b3b:nth-child(even) {
	background-color : #1a2131 !important
	}

.gradient.theme-242b3b {
	background : -moz-linear-gradient(-25deg, #242b3b 0%, #4c5363 100%);
	background : -webkit-linear-gradient(-25deg, #242b3b 0%, #4c5363 100%);
	background : linear-gradient(115deg, #242b3b 0%, #4c5363 100%);
	color      : #ffffff;
	}

.gradient.theme-242b3b .text-themed {
	color : #242b3b;
	}

.theme-ca1617 {
	background-color : #ca1617 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ca1617:nth-child(even) {
	background-color : #c00c0d !important
	}

.gradient.theme-ca1617 {
	background : -moz-linear-gradient(-25deg, #ca1617 0%, #f23e3f 100%);
	background : -webkit-linear-gradient(-25deg, #ca1617 0%, #f23e3f 100%);
	background : linear-gradient(115deg, #ca1617 0%, #f23e3f 100%);
	color      : #ffffff;
	}

.gradient.theme-ca1617 .text-themed {
	color : #ca1617;
	}

.theme-f36c00 {
	background-color : #f36c00 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f36c00:nth-child(even) {
	background-color : #e96200 !important
	}

.gradient.theme-f36c00 {
	background : -moz-linear-gradient(-25deg, #f36c00 0%, #ff9428 100%);
	background : -webkit-linear-gradient(-25deg, #f36c00 0%, #ff9428 100%);
	background : linear-gradient(115deg, #f36c00 0%, #ff9428 100%);
	color      : #ffffff;
	}

.gradient.theme-f36c00 .text-themed {
	color : #f36c00;
	}

.theme-03fca5 {
	background-color : #03fca5 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-03fca5:nth-child(even) {
	background-color : #00f29b !important
	}

.gradient.theme-03fca5 {
	background : -moz-linear-gradient(-25deg, #03fca5 0%, #00d47d 100%);
	background : -webkit-linear-gradient(-25deg, #03fca5 0%, #00d47d 100%);
	background : linear-gradient(115deg, #03fca5 0%, #00d47d 100%);
	color      : #ffffff;
	}

.gradient.theme-03fca5 .text-themed {
	color : #00d47d;
	}

.theme-1c54a0 {
	background-color : #1c54a0 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1c54a0:nth-child(even) {
	background-color : #124a96 !important
	}

.gradient.theme-1c54a0 {
	background : -moz-linear-gradient(-25deg, #1c54a0 0%, #447cc8 100%);
	background : -webkit-linear-gradient(-25deg, #1c54a0 0%, #447cc8 100%);
	background : linear-gradient(115deg, #1c54a0 0%, #447cc8 100%);
	color      : #ffffff;
	}

.gradient.theme-1c54a0 .text-themed {
	color : #1c54a0;
	}

.theme-1d2439 {
	background-color : #1d2439 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1d2439:nth-child(even) {
	background-color : #131a2f !important
	}

.gradient.theme-1d2439 {
	background : -moz-linear-gradient(-25deg, #1d2439 0%, #454c61 100%);
	background : -webkit-linear-gradient(-25deg, #1d2439 0%, #454c61 100%);
	background : linear-gradient(115deg, #1d2439 0%, #454c61 100%);
	color      : #ffffff;
	}

.gradient.theme-1d2439 .text-themed {
	color : #1d2439;
	}

.theme-339933 {
	background-color : #339933 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-339933:nth-child(even) {
	background-color : #298f29 !important
	}

.gradient.theme-339933 {
	background : -moz-linear-gradient(-25deg, #339933 0%, #5bc15b 100%);
	background : -webkit-linear-gradient(-25deg, #339933 0%, #5bc15b 100%);
	background : linear-gradient(115deg, #339933 0%, #5bc15b 100%);
	color      : #ffffff;
	}

.gradient.theme-339933 .text-themed {
	color : #339933;
	}

.theme-835777 {
	background-color : #835777 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-835777:nth-child(even) {
	background-color : #794d6d !important
	}

.gradient.theme-835777 {
	background : -moz-linear-gradient(-25deg, #835777 0%, #ab7f9f 100%);
	background : -webkit-linear-gradient(-25deg, #835777 0%, #ab7f9f 100%);
	background : linear-gradient(115deg, #835777 0%, #ab7f9f 100%);
	color      : #ffffff;
	}

.gradient.theme-835777 .text-themed {
	color : #835777;
	}

.theme-ed7c02 {
	background-color : #ed7c02 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ed7c02:nth-child(even) {
	background-color : #e37200 !important
	}

.gradient.theme-ed7c02 {
	background : -moz-linear-gradient(-25deg, #ed7c02 0%, #ffa42a 100%);
	background : -webkit-linear-gradient(-25deg, #ed7c02 0%, #ffa42a 100%);
	background : linear-gradient(115deg, #ed7c02 0%, #ffa42a 100%);
	color      : #ffffff;
	}

.gradient.theme-ed7c02 .text-themed {
	color : #ed7c02;
	}

.theme-cccccc {
	background-color : #cccccc !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-cccccc:nth-child(even) {
	background-color : #c2c2c2 !important
	}

.gradient.theme-cccccc {
	background : -moz-linear-gradient(-25deg, #cccccc 0%, #a4a4a4 100%);
	background : -webkit-linear-gradient(-25deg, #cccccc 0%, #a4a4a4 100%);
	background : linear-gradient(115deg, #cccccc 0%, #a4a4a4 100%);
	color      : #ffffff;
	}

.gradient.theme-cccccc .text-themed {
	color : #a4a4a4;
	}

.theme-2266ae {
	background-color : #2266ae !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2266ae:nth-child(even) {
	background-color : #185ca4 !important
	}

.gradient.theme-2266ae {
	background : -moz-linear-gradient(-25deg, #2266ae 0%, #4a8ed6 100%);
	background : -webkit-linear-gradient(-25deg, #2266ae 0%, #4a8ed6 100%);
	background : linear-gradient(115deg, #2266ae 0%, #4a8ed6 100%);
	color      : #ffffff;
	}

.gradient.theme-2266ae .text-themed {
	color : #2266ae;
	}

.theme-3e99d4 {
	background-color : #3e99d4 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3e99d4:nth-child(even) {
	background-color : #348fca !important
	}

.gradient.theme-3e99d4 {
	background : -moz-linear-gradient(-25deg, #3e99d4 0%, #66c1fc 100%);
	background : -webkit-linear-gradient(-25deg, #3e99d4 0%, #66c1fc 100%);
	background : linear-gradient(115deg, #3e99d4 0%, #66c1fc 100%);
	color      : #ffffff;
	}

.gradient.theme-3e99d4 .text-themed {
	color : #3e99d4;
	}

.theme-ffffff {
	background-color : #ffffff !important;
	color            : #000000 !important
	}

.list-group-icons .theme-ffffff:nth-child(even) {
	background-color : #f5f5f5 !important
	}

.gradient.theme-ffffff {
	background : -moz-linear-gradient(-25deg, #ffffff 0%, #d7d7d7 100%);
	background : -webkit-linear-gradient(-25deg, #ffffff 0%, #d7d7d7 100%);
	background : linear-gradient(115deg, #ffffff 0%, #d7d7d7 100%);
	color      : #000000;
	}

.gradient.theme-ffffff .text-themed {
	color : #d7d7d7;
	}

.theme-ffffff img:not(.avatar):not(.no-invert) {
	-webkit-filter : invert(100%);
	-moz-filter    : invert(100%);
	-ms-filter     : invert(100%);
	-o-filter      : invert(100%);
	filter         : invert(100%)
	}

.theme-1e88e5 {
	background-color : #1e88e5 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1e88e5:nth-child(even) {
	background-color : #147edb !important
	}

.gradient.theme-1e88e5 {
	background : -moz-linear-gradient(-25deg, #1e88e5 0%, #46b0ff 100%);
	background : -webkit-linear-gradient(-25deg, #1e88e5 0%, #46b0ff 100%);
	background : linear-gradient(115deg, #1e88e5 0%, #46b0ff 100%);
	color      : #ffffff;
	}

.gradient.theme-1e88e5 .text-themed {
	color : #1e88e5;
	}

.theme-45c0ef {
	background-color : #45c0ef !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-45c0ef:nth-child(even) {
	background-color : #3bb6e5 !important
	}

.gradient.theme-45c0ef {
	background : -moz-linear-gradient(-25deg, #45c0ef 0%, #1d98c7 100%);
	background : -webkit-linear-gradient(-25deg, #45c0ef 0%, #1d98c7 100%);
	background : linear-gradient(115deg, #45c0ef 0%, #1d98c7 100%);
	color      : #ffffff;
	}

.gradient.theme-45c0ef .text-themed {
	color : #1d98c7;
	}

.theme-3391fb {
	background-color : #3391fb !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3391fb:nth-child(even) {
	background-color : #2987f1 !important
	}

.gradient.theme-3391fb {
	background : -moz-linear-gradient(-25deg, #3391fb 0%, #5bb9ff 100%);
	background : -webkit-linear-gradient(-25deg, #3391fb 0%, #5bb9ff 100%);
	background : linear-gradient(115deg, #3391fb 0%, #5bb9ff 100%);
	color      : #ffffff;
	}

.gradient.theme-3391fb .text-themed {
	color : #3391fb;
	}

.theme-587cff {
	background-color : #587cff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-587cff:nth-child(even) {
	background-color : #4e72f5 !important
	}

.gradient.theme-587cff {
	background : -moz-linear-gradient(-25deg, #587cff 0%, #80a4ff 100%);
	background : -webkit-linear-gradient(-25deg, #587cff 0%, #80a4ff 100%);
	background : linear-gradient(115deg, #587cff 0%, #80a4ff 100%);
	color      : #ffffff;
	}

.gradient.theme-587cff .text-themed {
	color : #587cff;
	}

.theme-de6262 {
	background-color : #de6262 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-de6262:nth-child(even) {
	background-color : #d45858 !important
	}

.gradient.theme-de6262 {
	background : -moz-linear-gradient(-25deg, #de6262 0%, #ff8a8a 100%);
	background : -webkit-linear-gradient(-25deg, #de6262 0%, #ff8a8a 100%);
	background : linear-gradient(115deg, #de6262 0%, #ff8a8a 100%);
	color      : #ffffff;
	}

.gradient.theme-de6262 .text-themed {
	color : #de6262;
	}

.theme-204eed {
	background-color : #204eed !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-204eed:nth-child(even) {
	background-color : #1644e3 !important
	}

.gradient.theme-204eed {
	background : -moz-linear-gradient(-25deg, #204eed 0%, #4876ff 100%);
	background : -webkit-linear-gradient(-25deg, #204eed 0%, #4876ff 100%);
	background : linear-gradient(115deg, #204eed 0%, #4876ff 100%);
	color      : #ffffff;
	}

.gradient.theme-204eed .text-themed {
	color : #204eed;
	}

.theme-00aab7 {
	background-color : #00aab7 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00aab7:nth-child(even) {
	background-color : #00a0ad !important
	}

.gradient.theme-00aab7 {
	background : -moz-linear-gradient(-25deg, #00aab7 0%, #28d2df 100%);
	background : -webkit-linear-gradient(-25deg, #00aab7 0%, #28d2df 100%);
	background : linear-gradient(115deg, #00aab7 0%, #28d2df 100%);
	color      : #ffffff;
	}

.gradient.theme-00aab7 .text-themed {
	color : #00aab7;
	}

.theme-359ad5 {
	background-color : #359ad5 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-359ad5:nth-child(even) {
	background-color : #2b90cb !important
	}

.gradient.theme-359ad5 {
	background : -moz-linear-gradient(-25deg, #359ad5 0%, #5dc2fd 100%);
	background : -webkit-linear-gradient(-25deg, #359ad5 0%, #5dc2fd 100%);
	background : linear-gradient(115deg, #359ad5 0%, #5dc2fd 100%);
	color      : #ffffff;
	}

.gradient.theme-359ad5 .text-themed {
	color : #359ad5;
	}

.theme-408bba {
	background-color : #408bba !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-408bba:nth-child(even) {
	background-color : #3681b0 !important
	}

.gradient.theme-408bba {
	background : -moz-linear-gradient(-25deg, #408bba 0%, #68b3e2 100%);
	background : -webkit-linear-gradient(-25deg, #408bba 0%, #68b3e2 100%);
	background : linear-gradient(115deg, #408bba 0%, #68b3e2 100%);
	color      : #ffffff;
	}

.gradient.theme-408bba .text-themed {
	color : #408bba;
	}

.theme-d71a64 {
	background-color : #d71a64 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-d71a64:nth-child(even) {
	background-color : #cd105a !important
	}

.gradient.theme-d71a64 {
	background : -moz-linear-gradient(-25deg, #d71a64 0%, #ff428c 100%);
	background : -webkit-linear-gradient(-25deg, #d71a64 0%, #ff428c 100%);
	background : linear-gradient(115deg, #d71a64 0%, #ff428c 100%);
	color      : #ffffff;
	}

.gradient.theme-d71a64 .text-themed {
	color : #d71a64;
	}

.theme-007a5a {
	background-color : #007a5a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-007a5a:nth-child(even) {
	background-color : #007050 !important
	}

.gradient.theme-007a5a {
	background : -moz-linear-gradient(-25deg, #007a5a 0%, #28a282 100%);
	background : -webkit-linear-gradient(-25deg, #007a5a 0%, #28a282 100%);
	background : linear-gradient(115deg, #007a5a 0%, #28a282 100%);
	color      : #ffffff;
	}

.gradient.theme-007a5a .text-themed {
	color : #007a5a;
	}

.theme-218fde {
	background-color : #218fde !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-218fde:nth-child(even) {
	background-color : #1785d4 !important
	}

.gradient.theme-218fde {
	background : -moz-linear-gradient(-25deg, #218fde 0%, #49b7ff 100%);
	background : -webkit-linear-gradient(-25deg, #218fde 0%, #49b7ff 100%);
	background : linear-gradient(115deg, #218fde 0%, #49b7ff 100%);
	color      : #ffffff;
	}

.gradient.theme-218fde .text-themed {
	color : #218fde;
	}

.theme-5890e7 {
	background-color : #5890e7 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-5890e7:nth-child(even) {
	background-color : #4e86dd !important
	}

.gradient.theme-5890e7 {
	background : -moz-linear-gradient(-25deg, #5890e7 0%, #80b8ff 100%);
	background : -webkit-linear-gradient(-25deg, #5890e7 0%, #80b8ff 100%);
	background : linear-gradient(115deg, #5890e7 0%, #80b8ff 100%);
	color      : #ffffff;
	}

.gradient.theme-5890e7 .text-themed {
	color : #5890e7;
	}

.theme-df4d19 {
	background-color : #df4d19 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-df4d19:nth-child(even) {
	background-color : #d5430f !important
	}

.gradient.theme-df4d19 {
	background : -moz-linear-gradient(-25deg, #df4d19 0%, #ff7541 100%);
	background : -webkit-linear-gradient(-25deg, #df4d19 0%, #ff7541 100%);
	background : linear-gradient(115deg, #df4d19 0%, #ff7541 100%);
	color      : #ffffff;
	}

.gradient.theme-df4d19 .text-themed {
	color : #df4d19;
	}

.theme-274db0 {
	background-color : #274db0 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-274db0:nth-child(even) {
	background-color : #1d43a6 !important
	}

.gradient.theme-274db0 {
	background : -moz-linear-gradient(-25deg, #274db0 0%, #4f75d8 100%);
	background : -webkit-linear-gradient(-25deg, #274db0 0%, #4f75d8 100%);
	background : linear-gradient(115deg, #274db0 0%, #4f75d8 100%);
	color      : #ffffff;
	}

.gradient.theme-274db0 .text-themed {
	color : #274db0;
	}

.theme-008eff {
	background-color : #008eff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-008eff:nth-child(even) {
	background-color : #0084f5 !important
	}

.gradient.theme-008eff {
	background : -moz-linear-gradient(-25deg, #008eff 0%, #28b6ff 100%);
	background : -webkit-linear-gradient(-25deg, #008eff 0%, #28b6ff 100%);
	background : linear-gradient(115deg, #008eff 0%, #28b6ff 100%);
	color      : #ffffff;
	}

.gradient.theme-008eff .text-themed {
	color : #008eff;
	}

.theme-5251c9 {
	background-color : #5251c9 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-5251c9:nth-child(even) {
	background-color : #4847bf !important
	}

.gradient.theme-5251c9 {
	background : -moz-linear-gradient(-25deg, #5251c9 0%, #7a79f1 100%);
	background : -webkit-linear-gradient(-25deg, #5251c9 0%, #7a79f1 100%);
	background : linear-gradient(115deg, #5251c9 0%, #7a79f1 100%);
	color      : #ffffff;
	}

.gradient.theme-5251c9 .text-themed {
	color : #5251c9;
	}

.theme-424950 {
	background-color : #424950 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-424950:nth-child(even) {
	background-color : #383f46 !important
	}

.gradient.theme-424950 {
	background : -moz-linear-gradient(-25deg, #424950 0%, #6a7178 100%);
	background : -webkit-linear-gradient(-25deg, #424950 0%, #6a7178 100%);
	background : linear-gradient(115deg, #424950 0%, #6a7178 100%);
	color      : #ffffff;
	}

.gradient.theme-424950 .text-themed {
	color : #424950;
	}

.theme-007ca5 {
	background-color : #007ca5 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-007ca5:nth-child(even) {
	background-color : #00729b !important
	}

.gradient.theme-007ca5 {
	background : -moz-linear-gradient(-25deg, #007ca5 0%, #28a4cd 100%);
	background : -webkit-linear-gradient(-25deg, #007ca5 0%, #28a4cd 100%);
	background : linear-gradient(115deg, #007ca5 0%, #28a4cd 100%);
	color      : #ffffff;
	}

.gradient.theme-007ca5 .text-themed {
	color : #007ca5;
	}

.theme-03668c {
	background-color : #03668c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-03668c:nth-child(even) {
	background-color : #005c82 !important
	}

.gradient.theme-03668c {
	background : -moz-linear-gradient(-25deg, #03668c 0%, #2b8eb4 100%);
	background : -webkit-linear-gradient(-25deg, #03668c 0%, #2b8eb4 100%);
	background : linear-gradient(115deg, #03668c 0%, #2b8eb4 100%);
	color      : #ffffff;
	}

.gradient.theme-03668c .text-themed {
	color : #03668c;
	}

.theme-1a1a1a {
	background-color : #1a1a1a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1a1a1a:nth-child(even) {
	background-color : #101010 !important
	}

.gradient.theme-1a1a1a {
	background : -moz-linear-gradient(-25deg, #1a1a1a 0%, #424242 100%);
	background : -webkit-linear-gradient(-25deg, #1a1a1a 0%, #424242 100%);
	background : linear-gradient(115deg, #1a1a1a 0%, #424242 100%);
	color      : #ffffff;
	}

.gradient.theme-1a1a1a .text-themed {
	color : #1a1a1a;
	}

.theme-0067b1 {
	background-color : #0067b1 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0067b1:nth-child(even) {
	background-color : #005da7 !important
	}

.gradient.theme-0067b1 {
	background : -moz-linear-gradient(-25deg, #0067b1 0%, #288fd9 100%);
	background : -webkit-linear-gradient(-25deg, #0067b1 0%, #288fd9 100%);
	background : linear-gradient(115deg, #0067b1 0%, #288fd9 100%);
	color      : #ffffff;
	}

.gradient.theme-0067b1 .text-themed {
	color : #0067b1;
	}

.theme-0081e7 {
	background-color : #0081e7 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0081e7:nth-child(even) {
	background-color : #0077dd !important
	}

.gradient.theme-0081e7 {
	background : -moz-linear-gradient(-25deg, #0081e7 0%, #28a9ff 100%);
	background : -webkit-linear-gradient(-25deg, #0081e7 0%, #28a9ff 100%);
	background : linear-gradient(115deg, #0081e7 0%, #28a9ff 100%);
	color      : #ffffff;
	}

.gradient.theme-0081e7 .text-themed {
	color : #0081e7;
	}

.theme-0c205b {
	background-color : #0c205b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0c205b:nth-child(even) {
	background-color : #021651 !important
	}

.gradient.theme-0c205b {
	background : -moz-linear-gradient(-25deg, #0c205b 0%, #344883 100%);
	background : -webkit-linear-gradient(-25deg, #0c205b 0%, #344883 100%);
	background : linear-gradient(115deg, #0c205b 0%, #344883 100%);
	color      : #ffffff;
	}

.gradient.theme-0c205b .text-themed {
	color : #0c205b;
	}

.theme-4364af {
	background-color : #4364af !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4364af:nth-child(even) {
	background-color : #395aa5 !important
	}

.gradient.theme-4364af {
	background : -moz-linear-gradient(-25deg, #4364af 0%, #6b8cd7 100%);
	background : -webkit-linear-gradient(-25deg, #4364af 0%, #6b8cd7 100%);
	background : linear-gradient(115deg, #4364af 0%, #6b8cd7 100%);
	color      : #ffffff;
	}

.gradient.theme-4364af .text-themed {
	color : #4364af;
	}

.theme-ff4f00 {
	background-color : #ff4f00 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff4f00:nth-child(even) {
	background-color : #f54500 !important
	}

.gradient.theme-ff4f00 {
	background : -moz-linear-gradient(-25deg, #ff4f00 0%, #ff7728 100%);
	background : -webkit-linear-gradient(-25deg, #ff4f00 0%, #ff7728 100%);
	background : linear-gradient(115deg, #ff4f00 0%, #ff7728 100%);
	color      : #ffffff;
	}

.gradient.theme-ff4f00 .text-themed {
	color : #ff4f00;
	}

.theme-009edc {
	background-color : #009edc !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-009edc:nth-child(even) {
	background-color : #0094d2 !important
	}

.gradient.theme-009edc {
	background : -moz-linear-gradient(-25deg, #009edc 0%, #28c6ff 100%);
	background : -webkit-linear-gradient(-25deg, #009edc 0%, #28c6ff 100%);
	background : linear-gradient(115deg, #009edc 0%, #28c6ff 100%);
	color      : #ffffff;
	}

.gradient.theme-009edc .text-themed {
	color : #009edc;
	}

.theme-015b85 {
	background-color : #015b85 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-015b85:nth-child(even) {
	background-color : #00517b !important
	}

.gradient.theme-015b85 {
	background : -moz-linear-gradient(-25deg, #015b85 0%, #2983ad 100%);
	background : -webkit-linear-gradient(-25deg, #015b85 0%, #2983ad 100%);
	background : linear-gradient(115deg, #015b85 0%, #2983ad 100%);
	color      : #ffffff;
	}

.gradient.theme-015b85 .text-themed {
	color : #015b85;
	}

.theme-fd7512 {
	background-color : #fd7512 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-fd7512:nth-child(even) {
	background-color : #f36b08 !important
	}

.gradient.theme-fd7512 {
	background : -moz-linear-gradient(-25deg, #fd7512 0%, #ff9d3a 100%);
	background : -webkit-linear-gradient(-25deg, #fd7512 0%, #ff9d3a 100%);
	background : linear-gradient(115deg, #fd7512 0%, #ff9d3a 100%);
	color      : #ffffff;
	}

.gradient.theme-fd7512 .text-themed {
	color : #fd7512;
	}

.theme-ff4568 {
	background-color : #ff4568 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff4568:nth-child(even) {
	background-color : #f53b5e !important
	}

.gradient.theme-ff4568 {
	background : -moz-linear-gradient(-25deg, #ff4568 0%, #ff6d90 100%);
	background : -webkit-linear-gradient(-25deg, #ff4568 0%, #ff6d90 100%);
	background : linear-gradient(115deg, #ff4568 0%, #ff6d90 100%);
	color      : #ffffff;
	}

.gradient.theme-ff4568 .text-themed {
	color : #ff4568;
	}

.theme-29ccac {
	background-color : #29ccac !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-29ccac:nth-child(even) {
	background-color : #1fc2a2 !important
	}

.gradient.theme-29ccac {
	background : -moz-linear-gradient(-25deg, #29ccac 0%, #51f4d4 100%);
	background : -webkit-linear-gradient(-25deg, #29ccac 0%, #51f4d4 100%);
	background : linear-gradient(115deg, #29ccac 0%, #51f4d4 100%);
	color      : #ffffff;
	}

.gradient.theme-29ccac .text-themed {
	color : #29ccac;
	}

.theme-0079bf {
	background-color : #0079bf !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0079bf:nth-child(even) {
	background-color : #006fb5 !important
	}

.gradient.theme-0079bf {
	background : -moz-linear-gradient(-25deg, #0079bf 0%, #28a1e7 100%);
	background : -webkit-linear-gradient(-25deg, #0079bf 0%, #28a1e7 100%);
	background : linear-gradient(115deg, #0079bf 0%, #28a1e7 100%);
	color      : #ffffff;
	}

.gradient.theme-0079bf .text-themed {
	color : #0079bf;
	}

.theme-66cdbd {
	background-color : #66cdbd !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-66cdbd:nth-child(even) {
	background-color : #5cc3b3 !important
	}

.gradient.theme-66cdbd {
	background : -moz-linear-gradient(-25deg, #66cdbd 0%, #3ea595 100%);
	background : -webkit-linear-gradient(-25deg, #66cdbd 0%, #3ea595 100%);
	background : linear-gradient(115deg, #66cdbd 0%, #3ea595 100%);
	color      : #ffffff;
	}

.gradient.theme-66cdbd .text-themed {
	color : #3ea595;
	}

.theme-2b1f6b {
	background-color : #2b1f6b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2b1f6b:nth-child(even) {
	background-color : #211561 !important
	}

.gradient.theme-2b1f6b {
	background : -moz-linear-gradient(-25deg, #2b1f6b 0%, #534793 100%);
	background : -webkit-linear-gradient(-25deg, #2b1f6b 0%, #534793 100%);
	background : linear-gradient(115deg, #2b1f6b 0%, #534793 100%);
	color      : #ffffff;
	}

.gradient.theme-2b1f6b .text-themed {
	color : #2b1f6b;
	}

.theme-ff7324 {
	background-color : #ff7324 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff7324:nth-child(even) {
	background-color : #f5691a !important
	}

.gradient.theme-ff7324 {
	background : -moz-linear-gradient(-25deg, #ff7324 0%, #ff9b4c 100%);
	background : -webkit-linear-gradient(-25deg, #ff7324 0%, #ff9b4c 100%);
	background : linear-gradient(115deg, #ff7324 0%, #ff9b4c 100%);
	color      : #ffffff;
	}

.gradient.theme-ff7324 .text-themed {
	color : #ff7324;
	}

.theme-ec2f46 {
	background-color : #ec2f46 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ec2f46:nth-child(even) {
	background-color : #e2253c !important
	}

.gradient.theme-ec2f46 {
	background : -moz-linear-gradient(-25deg, #ec2f46 0%, #ff576e 100%);
	background : -webkit-linear-gradient(-25deg, #ec2f46 0%, #ff576e 100%);
	background : linear-gradient(115deg, #ec2f46 0%, #ff576e 100%);
	color      : #ffffff;
	}

.gradient.theme-ec2f46 .text-themed {
	color : #ec2f46;
	}

.theme-0f70b7 {
	background-color : #0f70b7 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0f70b7:nth-child(even) {
	background-color : #0566ad !important
	}

.gradient.theme-0f70b7 {
	background : -moz-linear-gradient(-25deg, #0f70b7 0%, #3798df 100%);
	background : -webkit-linear-gradient(-25deg, #0f70b7 0%, #3798df 100%);
	background : linear-gradient(115deg, #0f70b7 0%, #3798df 100%);
	color      : #ffffff;
	}

.gradient.theme-0f70b7 .text-themed {
	color : #0f70b7;
	}

.theme-4387fd {
	background-color : #4387fd !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4387fd:nth-child(even) {
	background-color : #397df3 !important
	}

.gradient.theme-4387fd {
	background : -moz-linear-gradient(-25deg, #4387fd 0%, #6bafff 100%);
	background : -webkit-linear-gradient(-25deg, #4387fd 0%, #6bafff 100%);
	background : linear-gradient(115deg, #4387fd 0%, #6bafff 100%);
	color      : #ffffff;
	}

.gradient.theme-4387fd .text-themed {
	color : #4387fd;
	}

.theme-1798c1 {
	background-color : #1798c1 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1798c1:nth-child(even) {
	background-color : #0d8eb7 !important
	}

.gradient.theme-1798c1 {
	background : -moz-linear-gradient(-25deg, #1798c1 0%, #3fc0e9 100%);
	background : -webkit-linear-gradient(-25deg, #1798c1 0%, #3fc0e9 100%);
	background : linear-gradient(115deg, #1798c1 0%, #3fc0e9 100%);
	color      : #ffffff;
	}

.gradient.theme-1798c1 .text-themed {
	color : #1798c1;
	}

.theme-5f249e {
	background-color : #5f249e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-5f249e:nth-child(even) {
	background-color : #551a94 !important
	}

.gradient.theme-5f249e {
	background : -moz-linear-gradient(-25deg, #5f249e 0%, #874cc6 100%);
	background : -webkit-linear-gradient(-25deg, #5f249e 0%, #874cc6 100%);
	background : linear-gradient(115deg, #5f249e 0%, #874cc6 100%);
	color      : #ffffff;
	}

.gradient.theme-5f249e .text-themed {
	color : #5f249e;
	}

.theme-0084ff {
	background-color : #0084ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0084ff:nth-child(even) {
	background-color : #007af5 !important
	}

.gradient.theme-0084ff {
	background : -moz-linear-gradient(-25deg, #0084ff 0%, #28acff 100%);
	background : -webkit-linear-gradient(-25deg, #0084ff 0%, #28acff 100%);
	background : linear-gradient(115deg, #0084ff 0%, #28acff 100%);
	color      : #ffffff;
	}

.gradient.theme-0084ff .text-themed {
	color : #0084ff;
	}

.theme-0b91d9 {
	background-color : #0b91d9 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0b91d9:nth-child(even) {
	background-color : #0187cf !important
	}

.gradient.theme-0b91d9 {
	background : -moz-linear-gradient(-25deg, #0b91d9 0%, #33b9ff 100%);
	background : -webkit-linear-gradient(-25deg, #0b91d9 0%, #33b9ff 100%);
	background : linear-gradient(115deg, #0b91d9 0%, #33b9ff 100%);
	color      : #ffffff;
	}

.gradient.theme-0b91d9 .text-themed {
	color : #0b91d9;
	}

.theme-bb2280 {
	background-color : #bb2280 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-bb2280:nth-child(even) {
	background-color : #b11876 !important
	}

.gradient.theme-bb2280 {
	background : -moz-linear-gradient(-25deg, #bb2280 0%, #e34aa8 100%);
	background : -webkit-linear-gradient(-25deg, #bb2280 0%, #e34aa8 100%);
	background : linear-gradient(115deg, #bb2280 0%, #e34aa8 100%);
	color      : #ffffff;
	}

.gradient.theme-bb2280 .text-themed {
	color : #bb2280;
	}

.theme-1a55ed {
	background-color : #1a55ed !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1a55ed:nth-child(even) {
	background-color : #104be3 !important
	}

.gradient.theme-1a55ed {
	background : -moz-linear-gradient(-25deg, #1a55ed 0%, #427dff 100%);
	background : -webkit-linear-gradient(-25deg, #1a55ed 0%, #427dff 100%);
	background : linear-gradient(115deg, #1a55ed 0%, #427dff 100%);
	color      : #ffffff;
	}

.gradient.theme-1a55ed .text-themed {
	color : #1a55ed;
	}

.theme-00bc6a {
	background-color : #00bc6a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00bc6a:nth-child(even) {
	background-color : #00b260 !important
	}

.gradient.theme-00bc6a {
	background : -moz-linear-gradient(-25deg, #00bc6a 0%, #28e492 100%);
	background : -webkit-linear-gradient(-25deg, #00bc6a 0%, #28e492 100%);
	background : linear-gradient(115deg, #00bc6a 0%, #28e492 100%);
	color      : #ffffff;
	}

.gradient.theme-00bc6a .text-themed {
	color : #00bc6a;
	}

.theme-80397b {
	background-color : #80397b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-80397b:nth-child(even) {
	background-color : #762f71 !important
	}

.gradient.theme-80397b {
	background : -moz-linear-gradient(-25deg, #80397b 0%, #a861a3 100%);
	background : -webkit-linear-gradient(-25deg, #80397b 0%, #a861a3 100%);
	background : linear-gradient(115deg, #80397b 0%, #a861a3 100%);
	color      : #ffffff;
	}

.gradient.theme-80397b .text-themed {
	color : #80397b;
	}

.theme-e89237 {
	background-color : #e89237 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e89237:nth-child(even) {
	background-color : #de882d !important
	}

.gradient.theme-e89237 {
	background : -moz-linear-gradient(-25deg, #e89237 0%, #c06a0f 100%);
	background : -webkit-linear-gradient(-25deg, #e89237 0%, #c06a0f 100%);
	background : linear-gradient(115deg, #e89237 0%, #c06a0f 100%);
	color      : #ffffff;
	}

.gradient.theme-e89237 .text-themed {
	color : #c06a0f;
	}

.theme-32325c {
	background-color : #32325c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-32325c:nth-child(even) {
	background-color : #282852 !important
	}

.gradient.theme-32325c {
	background : -moz-linear-gradient(-25deg, #32325c 0%, #5a5a84 100%);
	background : -webkit-linear-gradient(-25deg, #32325c 0%, #5a5a84 100%);
	background : linear-gradient(115deg, #32325c 0%, #5a5a84 100%);
	color      : #ffffff;
	}

.gradient.theme-32325c .text-themed {
	color : #32325c;
	}

.theme-039de7 {
	background-color : #039de7 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-039de7:nth-child(even) {
	background-color : #0093dd !important
	}

.gradient.theme-039de7 {
	background : -moz-linear-gradient(-25deg, #039de7 0%, #2bc5ff 100%);
	background : -webkit-linear-gradient(-25deg, #039de7 0%, #2bc5ff 100%);
	background : linear-gradient(115deg, #039de7 0%, #2bc5ff 100%);
	color      : #ffffff;
	}

.gradient.theme-039de7 .text-themed {
	color : #039de7;
	}

.theme-ff6b6b {
	background-color : #ff6b6b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff6b6b:nth-child(even) {
	background-color : #f56161 !important
	}

.gradient.theme-ff6b6b {
	background : -moz-linear-gradient(-25deg, #ff6b6b 0%, #ff9393 100%);
	background : -webkit-linear-gradient(-25deg, #ff6b6b 0%, #ff9393 100%);
	background : linear-gradient(115deg, #ff6b6b 0%, #ff9393 100%);
	color      : #ffffff;
	}

.gradient.theme-ff6b6b .text-themed {
	color : #ff6b6b;
	}

.theme-5ac5a7 {
	background-color : #5ac5a7 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-5ac5a7:nth-child(even) {
	background-color : #50bb9d !important
	}

.gradient.theme-5ac5a7 {
	background : -moz-linear-gradient(-25deg, #5ac5a7 0%, #329d7f 100%);
	background : -webkit-linear-gradient(-25deg, #5ac5a7 0%, #329d7f 100%);
	background : linear-gradient(115deg, #5ac5a7 0%, #329d7f 100%);
	color      : #ffffff;
	}

.gradient.theme-5ac5a7 .text-themed {
	color : #329d7f;
	}

.theme-ec5252 {
	background-color : #ec5252 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ec5252:nth-child(even) {
	background-color : #e24848 !important
	}

.gradient.theme-ec5252 {
	background : -moz-linear-gradient(-25deg, #ec5252 0%, #ff7a7a 100%);
	background : -webkit-linear-gradient(-25deg, #ec5252 0%, #ff7a7a 100%);
	background : linear-gradient(115deg, #ec5252 0%, #ff7a7a 100%);
	color      : #ffffff;
	}

.gradient.theme-ec5252 .text-themed {
	color : #ec5252;
	}

.theme-008ebb {
	background-color : #008ebb !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-008ebb:nth-child(even) {
	background-color : #0084b1 !important
	}

.gradient.theme-008ebb {
	background : -moz-linear-gradient(-25deg, #008ebb 0%, #28b6e3 100%);
	background : -webkit-linear-gradient(-25deg, #008ebb 0%, #28b6e3 100%);
	background : linear-gradient(115deg, #008ebb 0%, #28b6e3 100%);
	color      : #ffffff;
	}

.gradient.theme-008ebb .text-themed {
	color : #008ebb;
	}

.theme-3fab79 {
	background-color : #3fab79 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3fab79:nth-child(even) {
	background-color : #35a16f !important
	}

.gradient.theme-3fab79 {
	background : -moz-linear-gradient(-25deg, #3fab79 0%, #67d3a1 100%);
	background : -webkit-linear-gradient(-25deg, #3fab79 0%, #67d3a1 100%);
	background : linear-gradient(115deg, #3fab79 0%, #67d3a1 100%);
	color      : #ffffff;
	}

.gradient.theme-3fab79 .text-themed {
	color : #3fab79;
	}

.theme-eec83c {
	background-color : #eec83c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-eec83c:nth-child(even) {
	background-color : #e4be32 !important
	}

.gradient.theme-eec83c {
	background : -moz-linear-gradient(-25deg, #eec83c 0%, #c6a014 100%);
	background : -webkit-linear-gradient(-25deg, #eec83c 0%, #c6a014 100%);
	background : linear-gradient(115deg, #eec83c 0%, #c6a014 100%);
	color      : #ffffff;
	}

.gradient.theme-eec83c .text-themed {
	color : #c6a014;
	}

.theme-001e40 {
	background-color : #001e40 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-001e40:nth-child(even) {
	background-color : #001436 !important
	}

.gradient.theme-001e40 {
	background : -moz-linear-gradient(-25deg, #001e40 0%, #284668 100%);
	background : -webkit-linear-gradient(-25deg, #001e40 0%, #284668 100%);
	background : linear-gradient(115deg, #001e40 0%, #284668 100%);
	color      : #ffffff;
	}

.gradient.theme-001e40 .text-themed {
	color : #001e40;
	}

.theme-adadad {
	background-color : #adadad !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-adadad:nth-child(even) {
	background-color : #a3a3a3 !important
	}

.gradient.theme-adadad {
	background : -moz-linear-gradient(-25deg, #adadad 0%, #858585 100%);
	background : -webkit-linear-gradient(-25deg, #adadad 0%, #858585 100%);
	background : linear-gradient(115deg, #adadad 0%, #858585 100%);
	color      : #ffffff;
	}

.gradient.theme-adadad .text-themed {
	color : #858585;
	}

.theme-d53327 {
	background-color : #d53327 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-d53327:nth-child(even) {
	background-color : #cb291d !important
	}

.gradient.theme-d53327 {
	background : -moz-linear-gradient(-25deg, #d53327 0%, #fd5b4f 100%);
	background : -webkit-linear-gradient(-25deg, #d53327 0%, #fd5b4f 100%);
	background : linear-gradient(115deg, #d53327 0%, #fd5b4f 100%);
	color      : #ffffff;
	}

.gradient.theme-d53327 .text-themed {
	color : #d53327;
	}

.theme-1ab37f {
	background-color : #1ab37f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1ab37f:nth-child(even) {
	background-color : #10a975 !important
	}

.gradient.theme-1ab37f {
	background : -moz-linear-gradient(-25deg, #1ab37f 0%, #42dba7 100%);
	background : -webkit-linear-gradient(-25deg, #1ab37f 0%, #42dba7 100%);
	background : linear-gradient(115deg, #1ab37f 0%, #42dba7 100%);
	color      : #ffffff;
	}

.gradient.theme-1ab37f .text-themed {
	color : #1ab37f;
	}

.theme-ff9933 {
	background-color : #ff9933 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff9933:nth-child(even) {
	background-color : #f58f29 !important
	}

.gradient.theme-ff9933 {
	background : -moz-linear-gradient(-25deg, #ff9933 0%, #d7710b 100%);
	background : -webkit-linear-gradient(-25deg, #ff9933 0%, #d7710b 100%);
	background : linear-gradient(115deg, #ff9933 0%, #d7710b 100%);
	color      : #ffffff;
	}

.gradient.theme-ff9933 .text-themed {
	color : #d7710b;
	}

.theme-016fcd {
	background-color : #016fcd !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-016fcd:nth-child(even) {
	background-color : #0065c3 !important
	}

.gradient.theme-016fcd {
	background : -moz-linear-gradient(-25deg, #016fcd 0%, #2997f5 100%);
	background : -webkit-linear-gradient(-25deg, #016fcd 0%, #2997f5 100%);
	background : linear-gradient(115deg, #016fcd 0%, #2997f5 100%);
	color      : #ffffff;
	}

.gradient.theme-016fcd .text-themed {
	color : #016fcd;
	}

.theme-fb4137 {
	background-color : #fb4137 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-fb4137:nth-child(even) {
	background-color : #f1372d !important
	}

.gradient.theme-fb4137 {
	background : -moz-linear-gradient(-25deg, #fb4137 0%, #ff695f 100%);
	background : -webkit-linear-gradient(-25deg, #fb4137 0%, #ff695f 100%);
	background : linear-gradient(115deg, #fb4137 0%, #ff695f 100%);
	color      : #ffffff;
	}

.gradient.theme-fb4137 .text-themed {
	color : #fb4137;
	}

.theme-2491d0 {
	background-color : #2491d0 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2491d0:nth-child(even) {
	background-color : #1a87c6 !important
	}

.gradient.theme-2491d0 {
	background : -moz-linear-gradient(-25deg, #2491d0 0%, #4cb9f8 100%);
	background : -webkit-linear-gradient(-25deg, #2491d0 0%, #4cb9f8 100%);
	background : linear-gradient(115deg, #2491d0 0%, #4cb9f8 100%);
	color      : #ffffff;
	}

.gradient.theme-2491d0 .text-themed {
	color : #2491d0;
	}

.theme-a5ec36 {
	background-color : #a5ec36 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-a5ec36:nth-child(even) {
	background-color : #9be22c !important
	}

.gradient.theme-a5ec36 {
	background : -moz-linear-gradient(-25deg, #a5ec36 0%, #7dc40e 100%);
	background : -webkit-linear-gradient(-25deg, #a5ec36 0%, #7dc40e 100%);
	background : linear-gradient(115deg, #a5ec36 0%, #7dc40e 100%);
	color      : #ffffff;
	}

.gradient.theme-a5ec36 .text-themed {
	color : #7dc40e;
	}

.theme-00ad9f {
	background-color : #00ad9f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00ad9f:nth-child(even) {
	background-color : #00a395 !important
	}

.gradient.theme-00ad9f {
	background : -moz-linear-gradient(-25deg, #00ad9f 0%, #28d5c7 100%);
	background : -webkit-linear-gradient(-25deg, #00ad9f 0%, #28d5c7 100%);
	background : linear-gradient(115deg, #00ad9f 0%, #28d5c7 100%);
	color      : #ffffff;
	}

.gradient.theme-00ad9f .text-themed {
	color : #00ad9f;
	}

.theme-353333 {
	background-color : #353333 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-353333:nth-child(even) {
	background-color : #2b2929 !important
	}

.gradient.theme-353333 {
	background : -moz-linear-gradient(-25deg, #353333 0%, #5d5b5b 100%);
	background : -webkit-linear-gradient(-25deg, #353333 0%, #5d5b5b 100%);
	background : linear-gradient(115deg, #353333 0%, #5d5b5b 100%);
	color      : #ffffff;
	}

.gradient.theme-353333 .text-themed {
	color : #353333;
	}

.theme-00a2ff {
	background-color : #00a2ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00a2ff:nth-child(even) {
	background-color : #0098f5 !important
	}

.gradient.theme-00a2ff {
	background : -moz-linear-gradient(-25deg, #00a2ff 0%, #28caff 100%);
	background : -webkit-linear-gradient(-25deg, #00a2ff 0%, #28caff 100%);
	background : linear-gradient(115deg, #00a2ff 0%, #28caff 100%);
	color      : #ffffff;
	}

.gradient.theme-00a2ff .text-themed {
	color : #00a2ff;
	}

.theme-ff4500 {
	background-color : #ff4500 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff4500:nth-child(even) {
	background-color : #f53b00 !important
	}

.gradient.theme-ff4500 {
	background : -moz-linear-gradient(-25deg, #ff4500 0%, #ff6d28 100%);
	background : -webkit-linear-gradient(-25deg, #ff4500 0%, #ff6d28 100%);
	background : linear-gradient(115deg, #ff4500 0%, #ff6d28 100%);
	color      : #ffffff;
	}

.gradient.theme-ff4500 .text-themed {
	color : #ff4500;
	}

.theme-25a7d9 {
	background-color : #25a7d9 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-25a7d9:nth-child(even) {
	background-color : #1b9dcf !important
	}

.gradient.theme-25a7d9 {
	background : -moz-linear-gradient(-25deg, #25a7d9 0%, #4dcfff 100%);
	background : -webkit-linear-gradient(-25deg, #25a7d9 0%, #4dcfff 100%);
	background : linear-gradient(115deg, #25a7d9 0%, #4dcfff 100%);
	color      : #ffffff;
	}

.gradient.theme-25a7d9 .text-themed {
	color : #25a7d9;
	}

.theme-ffce0d {
	background-color : #ffce0d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ffce0d:nth-child(even) {
	background-color : #f5c403 !important
	}

.gradient.theme-ffce0d {
	background : -moz-linear-gradient(-25deg, #ffce0d 0%, #d7a600 100%);
	background : -webkit-linear-gradient(-25deg, #ffce0d 0%, #d7a600 100%);
	background : linear-gradient(115deg, #ffce0d 0%, #d7a600 100%);
	color      : #ffffff;
	}

.gradient.theme-ffce0d .text-themed {
	color : #d7a600;
	}

.theme-559eff {
	background-color : #559eff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-559eff:nth-child(even) {
	background-color : #4b94f5 !important
	}

.gradient.theme-559eff {
	background : -moz-linear-gradient(-25deg, #559eff 0%, #7dc6ff 100%);
	background : -webkit-linear-gradient(-25deg, #559eff 0%, #7dc6ff 100%);
	background : linear-gradient(115deg, #559eff 0%, #7dc6ff 100%);
	color      : #ffffff;
	}

.gradient.theme-559eff .text-themed {
	color : #559eff;
	}

.theme-ff8300 {
	background-color : #ff8300 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff8300:nth-child(even) {
	background-color : #f57900 !important
	}

.gradient.theme-ff8300 {
	background : -moz-linear-gradient(-25deg, #ff8300 0%, #d75b00 100%);
	background : -webkit-linear-gradient(-25deg, #ff8300 0%, #d75b00 100%);
	background : linear-gradient(115deg, #ff8300 0%, #d75b00 100%);
	color      : #ffffff;
	}

.gradient.theme-ff8300 .text-themed {
	color : #d75b00;
	}

.theme-dfd0ee {
	background-color : #dfd0ee !important;
	color            : #000000 !important
	}

.list-group-icons .theme-dfd0ee:nth-child(even) {
	background-color : #d5c6e4 !important
	}

.gradient.theme-dfd0ee {
	background : -moz-linear-gradient(-25deg, #dfd0ee 0%, #b7a8c6 100%);
	background : -webkit-linear-gradient(-25deg, #dfd0ee 0%, #b7a8c6 100%);
	background : linear-gradient(115deg, #dfd0ee 0%, #b7a8c6 100%);
	color      : #000000;
	}

.gradient.theme-dfd0ee .text-themed {
	color : #b7a8c6;
	}

.theme-dfd0ee img:not(.avatar):not(.no-invert) {
	-webkit-filter : invert(100%);
	-moz-filter    : invert(100%);
	-ms-filter     : invert(100%);
	-o-filter      : invert(100%);
	filter         : invert(100%)
	}

.theme-1d334a {
	background-color : #1d334a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1d334a:nth-child(even) {
	background-color : #132940 !important
	}

.gradient.theme-1d334a {
	background : -moz-linear-gradient(-25deg, #1d334a 0%, #455b72 100%);
	background : -webkit-linear-gradient(-25deg, #1d334a 0%, #455b72 100%);
	background : linear-gradient(115deg, #1d334a 0%, #455b72 100%);
	color      : #ffffff;
	}

.gradient.theme-1d334a .text-themed {
	color : #1d334a;
	}

.theme-0452bd {
	background-color : #0452bd !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0452bd:nth-child(even) {
	background-color : #0048b3 !important
	}

.gradient.theme-0452bd {
	background : -moz-linear-gradient(-25deg, #0452bd 0%, #2c7ae5 100%);
	background : -webkit-linear-gradient(-25deg, #0452bd 0%, #2c7ae5 100%);
	background : linear-gradient(115deg, #0452bd 0%, #2c7ae5 100%);
	color      : #ffffff;
	}

.gradient.theme-0452bd .text-themed {
	color : #0452bd;
	}

.theme-52bd95 {
	background-color : #52bd95 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-52bd95:nth-child(even) {
	background-color : #48b38b !important
	}

.gradient.theme-52bd95 {
	background : -moz-linear-gradient(-25deg, #52bd95 0%, #7ae5bd 100%);
	background : -webkit-linear-gradient(-25deg, #52bd95 0%, #7ae5bd 100%);
	background : linear-gradient(115deg, #52bd95 0%, #7ae5bd 100%);
	color      : #ffffff;
	}

.gradient.theme-52bd95 .text-themed {
	color : #52bd95;
	}

.theme-0072aa {
	background-color : #0072aa !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0072aa:nth-child(even) {
	background-color : #0068a0 !important
	}

.gradient.theme-0072aa {
	background : -moz-linear-gradient(-25deg, #0072aa 0%, #289ad2 100%);
	background : -webkit-linear-gradient(-25deg, #0072aa 0%, #289ad2 100%);
	background : linear-gradient(115deg, #0072aa 0%, #289ad2 100%);
	color      : #ffffff;
	}

.gradient.theme-0072aa .text-themed {
	color : #0072aa;
	}

.theme-ef7420 {
	background-color : #ef7420 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ef7420:nth-child(even) {
	background-color : #e56a16 !important
	}

.gradient.theme-ef7420 {
	background : -moz-linear-gradient(-25deg, #ef7420 0%, #ff9c48 100%);
	background : -webkit-linear-gradient(-25deg, #ef7420 0%, #ff9c48 100%);
	background : linear-gradient(115deg, #ef7420 0%, #ff9c48 100%);
	color      : #ffffff;
	}

.gradient.theme-ef7420 .text-themed {
	color : #ef7420;
	}

.theme-0083d2 {
	background-color : #0083d2 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0083d2:nth-child(even) {
	background-color : #0079c8 !important
	}

.gradient.theme-0083d2 {
	background : -moz-linear-gradient(-25deg, #0083d2 0%, #28abfa 100%);
	background : -webkit-linear-gradient(-25deg, #0083d2 0%, #28abfa 100%);
	background : linear-gradient(115deg, #0083d2 0%, #28abfa 100%);
	color      : #ffffff;
	}

.gradient.theme-0083d2 .text-themed {
	color : #0083d2;
	}

.theme-29abdf {
	background-color : #29abdf !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-29abdf:nth-child(even) {
	background-color : #1fa1d5 !important
	}

.gradient.theme-29abdf {
	background : -moz-linear-gradient(-25deg, #29abdf 0%, #51d3ff 100%);
	background : -webkit-linear-gradient(-25deg, #29abdf 0%, #51d3ff 100%);
	background : linear-gradient(115deg, #29abdf 0%, #51d3ff 100%);
	color      : #ffffff;
	}

.gradient.theme-29abdf .text-themed {
	color : #29abdf;
	}

.theme-c9998f {
	background-color : #c9998f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-c9998f:nth-child(even) {
	background-color : #bf8f85 !important
	}

.gradient.theme-c9998f {
	background : -moz-linear-gradient(-25deg, #c9998f 0%, #a17167 100%);
	background : -webkit-linear-gradient(-25deg, #c9998f 0%, #a17167 100%);
	background : linear-gradient(115deg, #c9998f 0%, #a17167 100%);
	color      : #ffffff;
	}

.gradient.theme-c9998f .text-themed {
	color : #a17167;
	}

.theme-199d75 {
	background-color : #199d75 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-199d75:nth-child(even) {
	background-color : #0f936b !important
	}

.gradient.theme-199d75 {
	background : -moz-linear-gradient(-25deg, #199d75 0%, #41c59d 100%);
	background : -webkit-linear-gradient(-25deg, #199d75 0%, #41c59d 100%);
	background : linear-gradient(115deg, #199d75 0%, #41c59d 100%);
	color      : #ffffff;
	}

.gradient.theme-199d75 .text-themed {
	color : #199d75;
	}

.theme-f16625 {
	background-color : #f16625 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f16625:nth-child(even) {
	background-color : #e75c1b !important
	}

.gradient.theme-f16625 {
	background : -moz-linear-gradient(-25deg, #f16625 0%, #ff8e4d 100%);
	background : -webkit-linear-gradient(-25deg, #f16625 0%, #ff8e4d 100%);
	background : linear-gradient(115deg, #f16625 0%, #ff8e4d 100%);
	color      : #ffffff;
	}

.gradient.theme-f16625 .text-themed {
	color : #f16625;
	}

.theme-f7a800 {
	background-color : #f7a800 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f7a800:nth-child(even) {
	background-color : #ed9e00 !important
	}

.gradient.theme-f7a800 {
	background : -moz-linear-gradient(-25deg, #f7a800 0%, #cf8000 100%);
	background : -webkit-linear-gradient(-25deg, #f7a800 0%, #cf8000 100%);
	background : linear-gradient(115deg, #f7a800 0%, #cf8000 100%);
	color      : #ffffff;
	}

.gradient.theme-f7a800 .text-themed {
	color : #cf8000;
	}

.theme-0bb398 {
	background-color : #0bb398 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0bb398:nth-child(even) {
	background-color : #01a98e !important
	}

.gradient.theme-0bb398 {
	background : -moz-linear-gradient(-25deg, #0bb398 0%, #33dbc0 100%);
	background : -webkit-linear-gradient(-25deg, #0bb398 0%, #33dbc0 100%);
	background : linear-gradient(115deg, #0bb398 0%, #33dbc0 100%);
	color      : #ffffff;
	}

.gradient.theme-0bb398 .text-themed {
	color : #0bb398;
	}

.theme-f7c139 {
	background-color : #f7c139 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f7c139:nth-child(even) {
	background-color : #edb72f !important
	}

.gradient.theme-f7c139 {
	background : -moz-linear-gradient(-25deg, #f7c139 0%, #cf9911 100%);
	background : -webkit-linear-gradient(-25deg, #f7c139 0%, #cf9911 100%);
	background : linear-gradient(115deg, #f7c139 0%, #cf9911 100%);
	color      : #ffffff;
	}

.gradient.theme-f7c139 .text-themed {
	color : #cf9911;
	}

.theme-10aea4 {
	background-color : #10aea4 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-10aea4:nth-child(even) {
	background-color : #06a49a !important
	}

.gradient.theme-10aea4 {
	background : -moz-linear-gradient(-25deg, #10aea4 0%, #38d6cc 100%);
	background : -webkit-linear-gradient(-25deg, #10aea4 0%, #38d6cc 100%);
	background : linear-gradient(115deg, #10aea4 0%, #38d6cc 100%);
	color      : #ffffff;
	}

.gradient.theme-10aea4 .text-themed {
	color : #10aea4;
	}

.theme-2196f3 {
	background-color : #2196f3 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2196f3:nth-child(even) {
	background-color : #178ce9 !important
	}

.gradient.theme-2196f3 {
	background : -moz-linear-gradient(-25deg, #2196f3 0%, #49beff 100%);
	background : -webkit-linear-gradient(-25deg, #2196f3 0%, #49beff 100%);
	background : linear-gradient(115deg, #2196f3 0%, #49beff 100%);
	color      : #ffffff;
	}

.gradient.theme-2196f3 .text-themed {
	color : #2196f3;
	}

.theme-232323 {
	background-color : #232323 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-232323:nth-child(even) {
	background-color : #191919 !important
	}

.gradient.theme-232323 {
	background : -moz-linear-gradient(-25deg, #232323 0%, #4b4b4b 100%);
	background : -webkit-linear-gradient(-25deg, #232323 0%, #4b4b4b 100%);
	background : linear-gradient(115deg, #232323 0%, #4b4b4b 100%);
	color      : #ffffff;
	}

.gradient.theme-232323 .text-themed {
	color : #232323;
	}

.theme-003356 {
	background-color : #003356 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-003356:nth-child(even) {
	background-color : #00294c !important
	}

.gradient.theme-003356 {
	background : -moz-linear-gradient(-25deg, #003356 0%, #285b7e 100%);
	background : -webkit-linear-gradient(-25deg, #003356 0%, #285b7e 100%);
	background : linear-gradient(115deg, #003356 0%, #285b7e 100%);
	color      : #ffffff;
	}

.gradient.theme-003356 .text-themed {
	color : #003356;
	}

.theme-caffee {
	background-color : #caffee !important;
	color            : #000000 !important
	}

.list-group-icons .theme-caffee:nth-child(even) {
	background-color : #c0f5e4 !important
	}

.gradient.theme-caffee {
	background : -moz-linear-gradient(-25deg, #caffee 0%, #a2d7c6 100%);
	background : -webkit-linear-gradient(-25deg, #caffee 0%, #a2d7c6 100%);
	background : linear-gradient(115deg, #caffee 0%, #a2d7c6 100%);
	color      : #000000;
	}

.gradient.theme-caffee .text-themed {
	color : #a2d7c6;
	}

.theme-caffee img:not(.avatar):not(.no-invert) {
	-webkit-filter : invert(100%);
	-moz-filter    : invert(100%);
	-ms-filter     : invert(100%);
	-o-filter      : invert(100%);
	filter         : invert(100%)
	}

.theme-038ece {
	background-color : #038ece !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-038ece:nth-child(even) {
	background-color : #0084c4 !important
	}

.gradient.theme-038ece {
	background : -moz-linear-gradient(-25deg, #038ece 0%, #2bb6f6 100%);
	background : -webkit-linear-gradient(-25deg, #038ece 0%, #2bb6f6 100%);
	background : linear-gradient(115deg, #038ece 0%, #2bb6f6 100%);
	color      : #ffffff;
	}

.gradient.theme-038ece .text-themed {
	color : #038ece;
	}

.theme-cb5d23 {
	background-color : #cb5d23 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-cb5d23:nth-child(even) {
	background-color : #c15319 !important
	}

.gradient.theme-cb5d23 {
	background : -moz-linear-gradient(-25deg, #cb5d23 0%, #f3854b 100%);
	background : -webkit-linear-gradient(-25deg, #cb5d23 0%, #f3854b 100%);
	background : linear-gradient(115deg, #cb5d23 0%, #f3854b 100%);
	color      : #ffffff;
	}

.gradient.theme-cb5d23 .text-themed {
	color : #cb5d23;
	}

.theme-465793 {
	background-color : #465793 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-465793:nth-child(even) {
	background-color : #3c4d89 !important
	}

.gradient.theme-465793 {
	background : -moz-linear-gradient(-25deg, #465793 0%, #6e7fbb 100%);
	background : -webkit-linear-gradient(-25deg, #465793 0%, #6e7fbb 100%);
	background : linear-gradient(115deg, #465793 0%, #6e7fbb 100%);
	color      : #ffffff;
	}

.gradient.theme-465793 .text-themed {
	color : #465793;
	}

.theme-87d6f7 {
	background-color : #87d6f7 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-87d6f7:nth-child(even) {
	background-color : #7dcced !important
	}

.gradient.theme-87d6f7 {
	background : -moz-linear-gradient(-25deg, #87d6f7 0%, #5faecf 100%);
	background : -webkit-linear-gradient(-25deg, #87d6f7 0%, #5faecf 100%);
	background : linear-gradient(115deg, #87d6f7 0%, #5faecf 100%);
	color      : #ffffff;
	}

.gradient.theme-87d6f7 .text-themed {
	color : #5faecf;
	}

.theme-010101 {
	background-color : #010101 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-010101:nth-child(even) {
	background-color : #000000 !important
	}

.gradient.theme-010101 {
	background : -moz-linear-gradient(-25deg, #010101 0%, #292929 100%);
	background : -webkit-linear-gradient(-25deg, #010101 0%, #292929 100%);
	background : linear-gradient(115deg, #010101 0%, #292929 100%);
	color      : #ffffff;
	}

.gradient.theme-010101 .text-themed {
	color : #010101;
	}

.theme-66ac05 {
	background-color : #66ac05 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-66ac05:nth-child(even) {
	background-color : #5ca200 !important
	}

.gradient.theme-66ac05 {
	background : -moz-linear-gradient(-25deg, #66ac05 0%, #8ed42d 100%);
	background : -webkit-linear-gradient(-25deg, #66ac05 0%, #8ed42d 100%);
	background : linear-gradient(115deg, #66ac05 0%, #8ed42d 100%);
	color      : #ffffff;
	}

.gradient.theme-66ac05 .text-themed {
	color : #66ac05;
	}

.theme-88c73f {
	background-color : #88c73f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-88c73f:nth-child(even) {
	background-color : #7ebd35 !important
	}

.gradient.theme-88c73f {
	background : -moz-linear-gradient(-25deg, #88c73f 0%, #609f17 100%);
	background : -webkit-linear-gradient(-25deg, #88c73f 0%, #609f17 100%);
	background : linear-gradient(115deg, #88c73f 0%, #609f17 100%);
	color      : #ffffff;
	}

.gradient.theme-88c73f .text-themed {
	color : #609f17;
	}

.theme-c2a6e7 {
	background-color : #c2a6e7 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-c2a6e7:nth-child(even) {
	background-color : #b89cdd !important
	}

.gradient.theme-c2a6e7 {
	background : -moz-linear-gradient(-25deg, #c2a6e7 0%, #9a7ebf 100%);
	background : -webkit-linear-gradient(-25deg, #c2a6e7 0%, #9a7ebf 100%);
	background : linear-gradient(115deg, #c2a6e7 0%, #9a7ebf 100%);
	color      : #ffffff;
	}

.gradient.theme-c2a6e7 .text-themed {
	color : #9a7ebf;
	}

.theme-04afdb {
	background-color : #04afdb !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-04afdb:nth-child(even) {
	background-color : #00a5d1 !important
	}

.gradient.theme-04afdb {
	background : -moz-linear-gradient(-25deg, #04afdb 0%, #2cd7ff 100%);
	background : -webkit-linear-gradient(-25deg, #04afdb 0%, #2cd7ff 100%);
	background : linear-gradient(115deg, #04afdb 0%, #2cd7ff 100%);
	color      : #ffffff;
	}

.gradient.theme-04afdb .text-themed {
	color : #04afdb;
	}

.theme-515151 {
	background-color : #515151 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-515151:nth-child(even) {
	background-color : #474747 !important
	}

.gradient.theme-515151 {
	background : -moz-linear-gradient(-25deg, #515151 0%, #797979 100%);
	background : -webkit-linear-gradient(-25deg, #515151 0%, #797979 100%);
	background : linear-gradient(115deg, #515151 0%, #797979 100%);
	color      : #ffffff;
	}

.gradient.theme-515151 .text-themed {
	color : #515151;
	}

.theme-555c66 {
	background-color : #555c66 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-555c66:nth-child(even) {
	background-color : #4b525c !important
	}

.gradient.theme-555c66 {
	background : -moz-linear-gradient(-25deg, #555c66 0%, #7d848e 100%);
	background : -webkit-linear-gradient(-25deg, #555c66 0%, #7d848e 100%);
	background : linear-gradient(115deg, #555c66 0%, #7d848e 100%);
	color      : #ffffff;
	}

.gradient.theme-555c66 .text-themed {
	color : #555c66;
	}

.theme-dc3919 {
	background-color : #dc3919 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-dc3919:nth-child(even) {
	background-color : #d22f0f !important
	}

.gradient.theme-dc3919 {
	background : -moz-linear-gradient(-25deg, #dc3919 0%, #ff6141 100%);
	background : -webkit-linear-gradient(-25deg, #dc3919 0%, #ff6141 100%);
	background : linear-gradient(115deg, #dc3919 0%, #ff6141 100%);
	color      : #ffffff;
	}

.gradient.theme-dc3919 .text-themed {
	color : #dc3919;
	}

.theme-ff4f1f {
	background-color : #ff4f1f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff4f1f:nth-child(even) {
	background-color : #f54515 !important
	}

.gradient.theme-ff4f1f {
	background : -moz-linear-gradient(-25deg, #ff4f1f 0%, #ff7747 100%);
	background : -webkit-linear-gradient(-25deg, #ff4f1f 0%, #ff7747 100%);
	background : linear-gradient(115deg, #ff4f1f 0%, #ff7747 100%);
	color      : #ffffff;
	}

.gradient.theme-ff4f1f .text-themed {
	color : #ff4f1f;
	}

.theme-246ff2 {
	background-color : #246ff2 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-246ff2:nth-child(even) {
	background-color : #1a65e8 !important
	}

.gradient.theme-246ff2 {
	background : -moz-linear-gradient(-25deg, #246ff2 0%, #4c97ff 100%);
	background : -webkit-linear-gradient(-25deg, #246ff2 0%, #4c97ff 100%);
	background : linear-gradient(115deg, #246ff2 0%, #4c97ff 100%);
	color      : #ffffff;
	}

.gradient.theme-246ff2 .text-themed {
	color : #246ff2;
	}

.theme-3eaeff {
	background-color : #3eaeff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3eaeff:nth-child(even) {
	background-color : #34a4f5 !important
	}

.gradient.theme-3eaeff {
	background : -moz-linear-gradient(-25deg, #3eaeff 0%, #66d6ff 100%);
	background : -webkit-linear-gradient(-25deg, #3eaeff 0%, #66d6ff 100%);
	background : linear-gradient(115deg, #3eaeff 0%, #66d6ff 100%);
	color      : #ffffff;
	}

.gradient.theme-3eaeff .text-themed {
	color : #3eaeff;
	}

.theme-ca2233 {
	background-color : #ca2233 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ca2233:nth-child(even) {
	background-color : #c01829 !important
	}

.gradient.theme-ca2233 {
	background : -moz-linear-gradient(-25deg, #ca2233 0%, #f24a5b 100%);
	background : -webkit-linear-gradient(-25deg, #ca2233 0%, #f24a5b 100%);
	background : linear-gradient(115deg, #ca2233 0%, #f24a5b 100%);
	color      : #ffffff;
	}

.gradient.theme-ca2233 .text-themed {
	color : #ca2233;
	}

.theme-fb6a71 {
	background-color : #fb6a71 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-fb6a71:nth-child(even) {
	background-color : #f16067 !important
	}

.gradient.theme-fb6a71 {
	background : -moz-linear-gradient(-25deg, #fb6a71 0%, #ff9299 100%);
	background : -webkit-linear-gradient(-25deg, #fb6a71 0%, #ff9299 100%);
	background : linear-gradient(115deg, #fb6a71 0%, #ff9299 100%);
	color      : #ffffff;
	}

.gradient.theme-fb6a71 .text-themed {
	color : #fb6a71;
	}

.theme-f2c71b {
	background-color : #f2c71b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f2c71b:nth-child(even) {
	background-color : #e8bd11 !important
	}

.gradient.theme-f2c71b {
	background : -moz-linear-gradient(-25deg, #f2c71b 0%, #ca9f00 100%);
	background : -webkit-linear-gradient(-25deg, #f2c71b 0%, #ca9f00 100%);
	background : linear-gradient(115deg, #f2c71b 0%, #ca9f00 100%);
	color      : #ffffff;
	}

.gradient.theme-f2c71b .text-themed {
	color : #ca9f00;
	}

.theme-03363d {
	background-color : #03363d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-03363d:nth-child(even) {
	background-color : #002c33 !important
	}

.gradient.theme-03363d {
	background : -moz-linear-gradient(-25deg, #03363d 0%, #2b5e65 100%);
	background : -webkit-linear-gradient(-25deg, #03363d 0%, #2b5e65 100%);
	background : linear-gradient(115deg, #03363d 0%, #2b5e65 100%);
	color      : #ffffff;
	}

.gradient.theme-03363d .text-themed {
	color : #03363d;
	}

.theme-4eb5de {
	background-color : #4eb5de !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4eb5de:nth-child(even) {
	background-color : #44abd4 !important
	}

.gradient.theme-4eb5de {
	background : -moz-linear-gradient(-25deg, #4eb5de 0%, #268db6 100%);
	background : -webkit-linear-gradient(-25deg, #4eb5de 0%, #268db6 100%);
	background : linear-gradient(115deg, #4eb5de 0%, #268db6 100%);
	color      : #ffffff;
	}

.gradient.theme-4eb5de .text-themed {
	color : #268db6;
	}

.theme-5f5df9 {
	background-color : #5f5df9 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-5f5df9:nth-child(even) {
	background-color : #5553ef !important
	}

.gradient.theme-5f5df9 {
	background : -moz-linear-gradient(-25deg, #5f5df9 0%, #8785ff 100%);
	background : -webkit-linear-gradient(-25deg, #5f5df9 0%, #8785ff 100%);
	background : linear-gradient(115deg, #5f5df9 0%, #8785ff 100%);
	color      : #ffffff;
	}

.gradient.theme-5f5df9 .text-themed {
	color : #5f5df9;
	}

.theme-de4230 {
	background-color : #de4230 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-de4230:nth-child(even) {
	background-color : #d43826 !important
	}

.gradient.theme-de4230 {
	background : -moz-linear-gradient(-25deg, #de4230 0%, #ff6a58 100%);
	background : -webkit-linear-gradient(-25deg, #de4230 0%, #ff6a58 100%);
	background : linear-gradient(115deg, #de4230 0%, #ff6a58 100%);
	color      : #ffffff;
	}

.gradient.theme-de4230 .text-themed {
	color : #de4230;
	}

.theme-12d1f2 {
	background-color : #12d1f2 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-12d1f2:nth-child(even) {
	background-color : #08c7e8 !important
	}

.gradient.theme-12d1f2 {
	background : -moz-linear-gradient(-25deg, #12d1f2 0%, #00a9ca 100%);
	background : -webkit-linear-gradient(-25deg, #12d1f2 0%, #00a9ca 100%);
	background : linear-gradient(115deg, #12d1f2 0%, #00a9ca 100%);
	color      : #ffffff;
	}

.gradient.theme-12d1f2 .text-themed {
	color : #00a9ca;
	}

.theme-4477bd {
	background-color : #4477bd !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4477bd:nth-child(even) {
	background-color : #3a6db3 !important
	}

.gradient.theme-4477bd {
	background : -moz-linear-gradient(-25deg, #4477bd 0%, #6c9fe5 100%);
	background : -webkit-linear-gradient(-25deg, #4477bd 0%, #6c9fe5 100%);
	background : linear-gradient(115deg, #4477bd 0%, #6c9fe5 100%);
	color      : #ffffff;
	}

.gradient.theme-4477bd .text-themed {
	color : #4477bd;
	}

.theme-ff7400 {
	background-color : #ff7400 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff7400:nth-child(even) {
	background-color : #f56a00 !important
	}

.gradient.theme-ff7400 {
	background : -moz-linear-gradient(-25deg, #ff7400 0%, #ff9c28 100%);
	background : -webkit-linear-gradient(-25deg, #ff7400 0%, #ff9c28 100%);
	background : linear-gradient(115deg, #ff7400 0%, #ff9c28 100%);
	color      : #ffffff;
	}

.gradient.theme-ff7400 .text-themed {
	color : #ff7400;
	}

.theme-287abe {
	background-color : #287abe !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-287abe:nth-child(even) {
	background-color : #1e70b4 !important
	}

.gradient.theme-287abe {
	background : -moz-linear-gradient(-25deg, #287abe 0%, #50a2e6 100%);
	background : -webkit-linear-gradient(-25deg, #287abe 0%, #50a2e6 100%);
	background : linear-gradient(115deg, #287abe 0%, #50a2e6 100%);
	color      : #ffffff;
	}

.gradient.theme-287abe .text-themed {
	color : #287abe;
	}

.theme-8bf8d6 {
	background-color : #8bf8d6 !important;
	color            : #000000 !important
	}

.list-group-icons .theme-8bf8d6:nth-child(even) {
	background-color : #81eecc !important
	}

.gradient.theme-8bf8d6 {
	background : -moz-linear-gradient(-25deg, #8bf8d6 0%, #63d0ae 100%);
	background : -webkit-linear-gradient(-25deg, #8bf8d6 0%, #63d0ae 100%);
	background : linear-gradient(115deg, #8bf8d6 0%, #63d0ae 100%);
	color      : #000000;
	}

.gradient.theme-8bf8d6 .text-themed {
	color : #63d0ae;
	}

.theme-8bf8d6 img:not(.avatar):not(.no-invert) {
	-webkit-filter : invert(100%);
	-moz-filter    : invert(100%);
	-ms-filter     : invert(100%);
	-o-filter      : invert(100%);
	filter         : invert(100%)
	}

.theme-0842bb {
	background-color : #0842bb !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0842bb:nth-child(even) {
	background-color : #0038b1 !important
	}

.gradient.theme-0842bb {
	background : -moz-linear-gradient(-25deg, #0842bb 0%, #306ae3 100%);
	background : -webkit-linear-gradient(-25deg, #0842bb 0%, #306ae3 100%);
	background : linear-gradient(115deg, #0842bb 0%, #306ae3 100%);
	color      : #ffffff;
	}

.gradient.theme-0842bb .text-themed {
	color : #0842bb;
	}

.theme-eb5425 {
	background-color : #eb5425 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-eb5425:nth-child(even) {
	background-color : #e14a1b !important
	}

.gradient.theme-eb5425 {
	background : -moz-linear-gradient(-25deg, #eb5425 0%, #ff7c4d 100%);
	background : -webkit-linear-gradient(-25deg, #eb5425 0%, #ff7c4d 100%);
	background : linear-gradient(115deg, #eb5425 0%, #ff7c4d 100%);
	color      : #ffffff;
	}

.gradient.theme-eb5425 .text-themed {
	color : #eb5425;
	}

.theme-5a67dc {
	background-color : #5a67dc !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-5a67dc:nth-child(even) {
	background-color : #505dd2 !important
	}

.gradient.theme-5a67dc {
	background : -moz-linear-gradient(-25deg, #5a67dc 0%, #828fff 100%);
	background : -webkit-linear-gradient(-25deg, #5a67dc 0%, #828fff 100%);
	background : linear-gradient(115deg, #5a67dc 0%, #828fff 100%);
	color      : #ffffff;
	}

.gradient.theme-5a67dc .text-themed {
	color : #5a67dc;
	}

.theme-0c4573 {
	background-color : #0c4573 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0c4573:nth-child(even) {
	background-color : #023b69 !important
	}

.gradient.theme-0c4573 {
	background : -moz-linear-gradient(-25deg, #0c4573 0%, #346d9b 100%);
	background : -webkit-linear-gradient(-25deg, #0c4573 0%, #346d9b 100%);
	background : linear-gradient(115deg, #0c4573 0%, #346d9b 100%);
	color      : #ffffff;
	}

.gradient.theme-0c4573 .text-themed {
	color : #0c4573;
	}

.theme-6664f2 {
	background-color : #6664f2 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-6664f2:nth-child(even) {
	background-color : #5c5ae8 !important
	}

.gradient.theme-6664f2 {
	background : -moz-linear-gradient(-25deg, #6664f2 0%, #8e8cff 100%);
	background : -webkit-linear-gradient(-25deg, #6664f2 0%, #8e8cff 100%);
	background : linear-gradient(115deg, #6664f2 0%, #8e8cff 100%);
	color      : #ffffff;
	}

.gradient.theme-6664f2 .text-themed {
	color : #6664f2;
	}

.theme-5952ff {
	background-color : #5952ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-5952ff:nth-child(even) {
	background-color : #4f48f5 !important
	}

.gradient.theme-5952ff {
	background : -moz-linear-gradient(-25deg, #5952ff 0%, #817aff 100%);
	background : -webkit-linear-gradient(-25deg, #5952ff 0%, #817aff 100%);
	background : linear-gradient(115deg, #5952ff 0%, #817aff 100%);
	color      : #ffffff;
	}

.gradient.theme-5952ff .text-themed {
	color : #5952ff;
	}

.theme-1683fb {
	background-color : #1683fb !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1683fb:nth-child(even) {
	background-color : #0c79f1 !important
	}

.gradient.theme-1683fb {
	background : -moz-linear-gradient(-25deg, #1683fb 0%, #3eabff 100%);
	background : -webkit-linear-gradient(-25deg, #1683fb 0%, #3eabff 100%);
	background : linear-gradient(115deg, #1683fb 0%, #3eabff 100%);
	color      : #ffffff;
	}

.gradient.theme-1683fb .text-themed {
	color : #1683fb;
	}

.theme-0099ff {
	background-color : #0099ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0099ff:nth-child(even) {
	background-color : #008ff5 !important
	}

.gradient.theme-0099ff {
	background : -moz-linear-gradient(-25deg, #0099ff 0%, #28c1ff 100%);
	background : -webkit-linear-gradient(-25deg, #0099ff 0%, #28c1ff 100%);
	background : linear-gradient(115deg, #0099ff 0%, #28c1ff 100%);
	color      : #ffffff;
	}

.gradient.theme-0099ff .text-themed {
	color : #0099ff;
	}

.theme-0c683a {
	background-color : #0c683a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0c683a:nth-child(even) {
	background-color : #025e30 !important
	}

.gradient.theme-0c683a {
	background : -moz-linear-gradient(-25deg, #0c683a 0%, #349062 100%);
	background : -webkit-linear-gradient(-25deg, #0c683a 0%, #349062 100%);
	background : linear-gradient(115deg, #0c683a 0%, #349062 100%);
	color      : #ffffff;
	}

.gradient.theme-0c683a .text-themed {
	color : #0c683a;
	}

.theme-221c35 {
	background-color : #221c35 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-221c35:nth-child(even) {
	background-color : #18122b !important
	}

.gradient.theme-221c35 {
	background : -moz-linear-gradient(-25deg, #221c35 0%, #4a445d 100%);
	background : -webkit-linear-gradient(-25deg, #221c35 0%, #4a445d 100%);
	background : linear-gradient(115deg, #221c35 0%, #4a445d 100%);
	color      : #ffffff;
	}

.gradient.theme-221c35 .text-themed {
	color : #221c35;
	}

.theme-75777b {
	background-color : #75777b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-75777b:nth-child(even) {
	background-color : #6b6d71 !important
	}

.gradient.theme-75777b {
	background : -moz-linear-gradient(-25deg, #75777b 0%, #9d9fa3 100%);
	background : -webkit-linear-gradient(-25deg, #75777b 0%, #9d9fa3 100%);
	background : linear-gradient(115deg, #75777b 0%, #9d9fa3 100%);
	color      : #ffffff;
	}

.gradient.theme-75777b .text-themed {
	color : #75777b;
	}

.theme-0d9c9a {
	background-color : #0d9c9a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0d9c9a:nth-child(even) {
	background-color : #039290 !important
	}

.gradient.theme-0d9c9a {
	background : -moz-linear-gradient(-25deg, #0d9c9a 0%, #35c4c2 100%);
	background : -webkit-linear-gradient(-25deg, #0d9c9a 0%, #35c4c2 100%);
	background : linear-gradient(115deg, #0d9c9a 0%, #35c4c2 100%);
	color      : #ffffff;
	}

.gradient.theme-0d9c9a .text-themed {
	color : #0d9c9a;
	}

.theme-8bcbca {
	background-color : #8bcbca !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-8bcbca:nth-child(even) {
	background-color : #81c1c0 !important
	}

.gradient.theme-8bcbca {
	background : -moz-linear-gradient(-25deg, #8bcbca 0%, #63a3a2 100%);
	background : -webkit-linear-gradient(-25deg, #8bcbca 0%, #63a3a2 100%);
	background : linear-gradient(115deg, #8bcbca 0%, #63a3a2 100%);
	color      : #ffffff;
	}

.gradient.theme-8bcbca .text-themed {
	color : #63a3a2;
	}

.theme-dd6666 {
	background-color : #dd6666 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-dd6666:nth-child(even) {
	background-color : #d35c5c !important
	}

.gradient.theme-dd6666 {
	background : -moz-linear-gradient(-25deg, #dd6666 0%, #ff8e8e 100%);
	background : -webkit-linear-gradient(-25deg, #dd6666 0%, #ff8e8e 100%);
	background : linear-gradient(115deg, #dd6666 0%, #ff8e8e 100%);
	color      : #ffffff;
	}

.gradient.theme-dd6666 .text-themed {
	color : #dd6666;
	}

.theme-d6302f {
	background-color : #d6302f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-d6302f:nth-child(even) {
	background-color : #cc2625 !important
	}

.gradient.theme-d6302f {
	background : -moz-linear-gradient(-25deg, #d6302f 0%, #fe5857 100%);
	background : -webkit-linear-gradient(-25deg, #d6302f 0%, #fe5857 100%);
	background : linear-gradient(115deg, #d6302f 0%, #fe5857 100%);
	color      : #ffffff;
	}

.gradient.theme-d6302f .text-themed {
	color : #d6302f;
	}

.theme-50abf1 {
	background-color : #50abf1 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-50abf1:nth-child(even) {
	background-color : #46a1e7 !important
	}

.gradient.theme-50abf1 {
	background : -moz-linear-gradient(-25deg, #50abf1 0%, #78d3ff 100%);
	background : -webkit-linear-gradient(-25deg, #50abf1 0%, #78d3ff 100%);
	background : linear-gradient(115deg, #50abf1 0%, #78d3ff 100%);
	color      : #ffffff;
	}

.gradient.theme-50abf1 .text-themed {
	color : #50abf1;
	}

.theme-00c39f {
	background-color : #00c39f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00c39f:nth-child(even) {
	background-color : #00b995 !important
	}

.gradient.theme-00c39f {
	background : -moz-linear-gradient(-25deg, #00c39f 0%, #28ebc7 100%);
	background : -webkit-linear-gradient(-25deg, #00c39f 0%, #28ebc7 100%);
	background : linear-gradient(115deg, #00c39f 0%, #28ebc7 100%);
	color      : #ffffff;
	}

.gradient.theme-00c39f .text-themed {
	color : #00c39f;
	}

.theme-ec971d {
	background-color : #ec971d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ec971d:nth-child(even) {
	background-color : #e28d13 !important
	}

.gradient.theme-ec971d {
	background : -moz-linear-gradient(-25deg, #ec971d 0%, #c46f00 100%);
	background : -webkit-linear-gradient(-25deg, #ec971d 0%, #c46f00 100%);
	background : linear-gradient(115deg, #ec971d 0%, #c46f00 100%);
	color      : #ffffff;
	}

.gradient.theme-ec971d .text-themed {
	color : #c46f00;
	}

.theme-1f1f1f {
	background-color : #1f1f1f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1f1f1f:nth-child(even) {
	background-color : #151515 !important
	}

.gradient.theme-1f1f1f {
	background : -moz-linear-gradient(-25deg, #1f1f1f 0%, #474747 100%);
	background : -webkit-linear-gradient(-25deg, #1f1f1f 0%, #474747 100%);
	background : linear-gradient(115deg, #1f1f1f 0%, #474747 100%);
	color      : #ffffff;
	}

.gradient.theme-1f1f1f .text-themed {
	color : #1f1f1f;
	}

.theme-6d3503 {
	background-color : #6d3503 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-6d3503:nth-child(even) {
	background-color : #632b00 !important
	}

.gradient.theme-6d3503 {
	background : -moz-linear-gradient(-25deg, #6d3503 0%, #955d2b 100%);
	background : -webkit-linear-gradient(-25deg, #6d3503 0%, #955d2b 100%);
	background : linear-gradient(115deg, #6d3503 0%, #955d2b 100%);
	color      : #ffffff;
	}

.gradient.theme-6d3503 .text-themed {
	color : #6d3503;
	}

.theme-09588d {
	background-color : #09588d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-09588d:nth-child(even) {
	background-color : #004e83 !important
	}

.gradient.theme-09588d {
	background : -moz-linear-gradient(-25deg, #09588d 0%, #3180b5 100%);
	background : -webkit-linear-gradient(-25deg, #09588d 0%, #3180b5 100%);
	background : linear-gradient(115deg, #09588d 0%, #3180b5 100%);
	color      : #ffffff;
	}

.gradient.theme-09588d .text-themed {
	color : #09588d;
	}

.theme-01a149 {
	background-color : #01a149 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-01a149:nth-child(even) {
	background-color : #00973f !important
	}

.gradient.theme-01a149 {
	background : -moz-linear-gradient(-25deg, #01a149 0%, #29c971 100%);
	background : -webkit-linear-gradient(-25deg, #01a149 0%, #29c971 100%);
	background : linear-gradient(115deg, #01a149 0%, #29c971 100%);
	color      : #ffffff;
	}

.gradient.theme-01a149 .text-themed {
	color : #01a149;
	}

.theme-2155a2 {
	background-color : #2155a2 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2155a2:nth-child(even) {
	background-color : #174b98 !important
	}

.gradient.theme-2155a2 {
	background : -moz-linear-gradient(-25deg, #2155a2 0%, #497dca 100%);
	background : -webkit-linear-gradient(-25deg, #2155a2 0%, #497dca 100%);
	background : linear-gradient(115deg, #2155a2 0%, #497dca 100%);
	color      : #ffffff;
	}

.gradient.theme-2155a2 .text-themed {
	color : #2155a2;
	}

.theme-152939 {
	background-color : #152939 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-152939:nth-child(even) {
	background-color : #0b1f2f !important
	}

.gradient.theme-152939 {
	background : -moz-linear-gradient(-25deg, #152939 0%, #3d5161 100%);
	background : -webkit-linear-gradient(-25deg, #152939 0%, #3d5161 100%);
	background : linear-gradient(115deg, #152939 0%, #3d5161 100%);
	color      : #ffffff;
	}

.gradient.theme-152939 .text-themed {
	color : #152939;
	}

.theme-ec0041 {
	background-color : #ec0041 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ec0041:nth-child(even) {
	background-color : #e20037 !important
	}

.gradient.theme-ec0041 {
	background : -moz-linear-gradient(-25deg, #ec0041 0%, #ff2869 100%);
	background : -webkit-linear-gradient(-25deg, #ec0041 0%, #ff2869 100%);
	background : linear-gradient(115deg, #ec0041 0%, #ff2869 100%);
	color      : #ffffff;
	}

.gradient.theme-ec0041 .text-themed {
	color : #ec0041;
	}

.theme-cd1309 {
	background-color : #cd1309 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-cd1309:nth-child(even) {
	background-color : #c30900 !important
	}

.gradient.theme-cd1309 {
	background : -moz-linear-gradient(-25deg, #cd1309 0%, #f53b31 100%);
	background : -webkit-linear-gradient(-25deg, #cd1309 0%, #f53b31 100%);
	background : linear-gradient(115deg, #cd1309 0%, #f53b31 100%);
	color      : #ffffff;
	}

.gradient.theme-cd1309 .text-themed {
	color : #cd1309;
	}

.theme-ef3646 {
	background-color : #ef3646 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ef3646:nth-child(even) {
	background-color : #e52c3c !important
	}

.gradient.theme-ef3646 {
	background : -moz-linear-gradient(-25deg, #ef3646 0%, #ff5e6e 100%);
	background : -webkit-linear-gradient(-25deg, #ef3646 0%, #ff5e6e 100%);
	background : linear-gradient(115deg, #ef3646 0%, #ff5e6e 100%);
	color      : #ffffff;
	}

.gradient.theme-ef3646 .text-themed {
	color : #ef3646;
	}

.theme-cc0000 {
	background-color : #cc0000 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-cc0000:nth-child(even) {
	background-color : #c20000 !important
	}

.gradient.theme-cc0000 {
	background : -moz-linear-gradient(-25deg, #cc0000 0%, #f42828 100%);
	background : -webkit-linear-gradient(-25deg, #cc0000 0%, #f42828 100%);
	background : linear-gradient(115deg, #cc0000 0%, #f42828 100%);
	color      : #ffffff;
	}

.gradient.theme-cc0000 .text-themed {
	color : #cc0000;
	}

.theme-1d1f58 {
	background-color : #1d1f58 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1d1f58:nth-child(even) {
	background-color : #13154e !important
	}

.gradient.theme-1d1f58 {
	background : -moz-linear-gradient(-25deg, #1d1f58 0%, #454780 100%);
	background : -webkit-linear-gradient(-25deg, #1d1f58 0%, #454780 100%);
	background : linear-gradient(115deg, #1d1f58 0%, #454780 100%);
	color      : #ffffff;
	}

.gradient.theme-1d1f58 .text-themed {
	color : #1d1f58;
	}

.theme-51499d {
	background-color : #51499d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-51499d:nth-child(even) {
	background-color : #473f93 !important
	}

.gradient.theme-51499d {
	background : -moz-linear-gradient(-25deg, #51499d 0%, #7971c5 100%);
	background : -webkit-linear-gradient(-25deg, #51499d 0%, #7971c5 100%);
	background : linear-gradient(115deg, #51499d 0%, #7971c5 100%);
	color      : #ffffff;
	}

.gradient.theme-51499d .text-themed {
	color : #51499d;
	}

.theme-4387fb {
	background-color : #4387fb !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4387fb:nth-child(even) {
	background-color : #397df1 !important
	}

.gradient.theme-4387fb {
	background : -moz-linear-gradient(-25deg, #4387fb 0%, #6bafff 100%);
	background : -webkit-linear-gradient(-25deg, #4387fb 0%, #6bafff 100%);
	background : linear-gradient(115deg, #4387fb 0%, #6bafff 100%);
	color      : #ffffff;
	}

.gradient.theme-4387fb .text-themed {
	color : #4387fb;
	}

.theme-2097d1 {
	background-color : #2097d1 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2097d1:nth-child(even) {
	background-color : #168dc7 !important
	}

.gradient.theme-2097d1 {
	background : -moz-linear-gradient(-25deg, #2097d1 0%, #48bff9 100%);
	background : -webkit-linear-gradient(-25deg, #2097d1 0%, #48bff9 100%);
	background : linear-gradient(115deg, #2097d1 0%, #48bff9 100%);
	color      : #ffffff;
	}

.gradient.theme-2097d1 .text-themed {
	color : #2097d1;
	}

.theme-42b6f5 {
	background-color : #42b6f5 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-42b6f5:nth-child(even) {
	background-color : #38aceb !important
	}

.gradient.theme-42b6f5 {
	background : -moz-linear-gradient(-25deg, #42b6f5 0%, #1a8ecd 100%);
	background : -webkit-linear-gradient(-25deg, #42b6f5 0%, #1a8ecd 100%);
	background : linear-gradient(115deg, #42b6f5 0%, #1a8ecd 100%);
	color      : #ffffff;
	}

.gradient.theme-42b6f5 .text-themed {
	color : #1a8ecd;
	}

.theme-5063cd {
	background-color : #5063cd !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-5063cd:nth-child(even) {
	background-color : #4659c3 !important
	}

.gradient.theme-5063cd {
	background : -moz-linear-gradient(-25deg, #5063cd 0%, #788bf5 100%);
	background : -webkit-linear-gradient(-25deg, #5063cd 0%, #788bf5 100%);
	background : linear-gradient(115deg, #5063cd 0%, #788bf5 100%);
	color      : #ffffff;
	}

.gradient.theme-5063cd .text-themed {
	color : #5063cd;
	}

.theme-f18c00 {
	background-color : #f18c00 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f18c00:nth-child(even) {
	background-color : #e78200 !important
	}

.gradient.theme-f18c00 {
	background : -moz-linear-gradient(-25deg, #f18c00 0%, #c96400 100%);
	background : -webkit-linear-gradient(-25deg, #f18c00 0%, #c96400 100%);
	background : linear-gradient(115deg, #f18c00 0%, #c96400 100%);
	color      : #ffffff;
	}

.gradient.theme-f18c00 .text-themed {
	color : #c96400;
	}

.theme-f39200 {
	background-color : #f39200 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f39200:nth-child(even) {
	background-color : #e98800 !important
	}

.gradient.theme-f39200 {
	background : -moz-linear-gradient(-25deg, #f39200 0%, #cb6a00 100%);
	background : -webkit-linear-gradient(-25deg, #f39200 0%, #cb6a00 100%);
	background : linear-gradient(115deg, #f39200 0%, #cb6a00 100%);
	color      : #ffffff;
	}

.gradient.theme-f39200 .text-themed {
	color : #cb6a00;
	}

.theme-237dd0 {
	background-color : #237dd0 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-237dd0:nth-child(even) {
	background-color : #1973c6 !important
	}

.gradient.theme-237dd0 {
	background : -moz-linear-gradient(-25deg, #237dd0 0%, #4ba5f8 100%);
	background : -webkit-linear-gradient(-25deg, #237dd0 0%, #4ba5f8 100%);
	background : linear-gradient(115deg, #237dd0 0%, #4ba5f8 100%);
	color      : #ffffff;
	}

.gradient.theme-237dd0 .text-themed {
	color : #237dd0;
	}

.theme-0073cf {
	background-color : #0073cf !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0073cf:nth-child(even) {
	background-color : #0069c5 !important
	}

.gradient.theme-0073cf {
	background : -moz-linear-gradient(-25deg, #0073cf 0%, #289bf7 100%);
	background : -webkit-linear-gradient(-25deg, #0073cf 0%, #289bf7 100%);
	background : linear-gradient(115deg, #0073cf 0%, #289bf7 100%);
	color      : #ffffff;
	}

.gradient.theme-0073cf .text-themed {
	color : #0073cf;
	}

.theme-2b9bd6 {
	background-color : #2b9bd6 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2b9bd6:nth-child(even) {
	background-color : #2191cc !important
	}

.gradient.theme-2b9bd6 {
	background : -moz-linear-gradient(-25deg, #2b9bd6 0%, #53c3fe 100%);
	background : -webkit-linear-gradient(-25deg, #2b9bd6 0%, #53c3fe 100%);
	background : linear-gradient(115deg, #2b9bd6 0%, #53c3fe 100%);
	color      : #ffffff;
	}

.gradient.theme-2b9bd6 .text-themed {
	color : #2b9bd6;
	}

.theme-344928 {
	background-color : #344928 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-344928:nth-child(even) {
	background-color : #2a3f1e !important
	}

.gradient.theme-344928 {
	background : -moz-linear-gradient(-25deg, #344928 0%, #5c7150 100%);
	background : -webkit-linear-gradient(-25deg, #344928 0%, #5c7150 100%);
	background : linear-gradient(115deg, #344928 0%, #5c7150 100%);
	color      : #ffffff;
	}

.gradient.theme-344928 .text-themed {
	color : #344928;
	}

.theme-70a4e0 {
	background-color : #70a4e0 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-70a4e0:nth-child(even) {
	background-color : #669ad6 !important
	}

.gradient.theme-70a4e0 {
	background : -moz-linear-gradient(-25deg, #70a4e0 0%, #487cb8 100%);
	background : -webkit-linear-gradient(-25deg, #70a4e0 0%, #487cb8 100%);
	background : linear-gradient(115deg, #70a4e0 0%, #487cb8 100%);
	color      : #ffffff;
	}

.gradient.theme-70a4e0 .text-themed {
	color : #487cb8;
	}

.theme-ec7a22 {
	background-color : #ec7a22 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ec7a22:nth-child(even) {
	background-color : #e27018 !important
	}

.gradient.theme-ec7a22 {
	background : -moz-linear-gradient(-25deg, #ec7a22 0%, #ffa24a 100%);
	background : -webkit-linear-gradient(-25deg, #ec7a22 0%, #ffa24a 100%);
	background : linear-gradient(115deg, #ec7a22 0%, #ffa24a 100%);
	color      : #ffffff;
	}

.gradient.theme-ec7a22 .text-themed {
	color : #ec7a22;
	}

.theme-282c35 {
	background-color : #282c35 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-282c35:nth-child(even) {
	background-color : #1e222b !important
	}

.gradient.theme-282c35 {
	background : -moz-linear-gradient(-25deg, #282c35 0%, #50545d 100%);
	background : -webkit-linear-gradient(-25deg, #282c35 0%, #50545d 100%);
	background : linear-gradient(115deg, #282c35 0%, #50545d 100%);
	color      : #ffffff;
	}

.gradient.theme-282c35 .text-themed {
	color : #282c35;
	}

.theme-f89923 {
	background-color : #f89923 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f89923:nth-child(even) {
	background-color : #ee8f19 !important
	}

.gradient.theme-f89923 {
	background : -moz-linear-gradient(-25deg, #f89923 0%, #d07100 100%);
	background : -webkit-linear-gradient(-25deg, #f89923 0%, #d07100 100%);
	background : linear-gradient(115deg, #f89923 0%, #d07100 100%);
	color      : #ffffff;
	}

.gradient.theme-f89923 .text-themed {
	color : #d07100;
	}

.theme-33d6ad {
	background-color : #33d6ad !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-33d6ad:nth-child(even) {
	background-color : #29cca3 !important
	}

.gradient.theme-33d6ad {
	background : -moz-linear-gradient(-25deg, #33d6ad 0%, #0bae85 100%);
	background : -webkit-linear-gradient(-25deg, #33d6ad 0%, #0bae85 100%);
	background : linear-gradient(115deg, #33d6ad 0%, #0bae85 100%);
	color      : #ffffff;
	}

.gradient.theme-33d6ad .text-themed {
	color : #0bae85;
	}

.theme-ff973f {
	background-color : #ff973f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff973f:nth-child(even) {
	background-color : #f58d35 !important
	}

.gradient.theme-ff973f {
	background : -moz-linear-gradient(-25deg, #ff973f 0%, #d76f17 100%);
	background : -webkit-linear-gradient(-25deg, #ff973f 0%, #d76f17 100%);
	background : linear-gradient(115deg, #ff973f 0%, #d76f17 100%);
	color      : #ffffff;
	}

.gradient.theme-ff973f .text-themed {
	color : #d76f17;
	}

.theme-e22c28 {
	background-color : #e22c28 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e22c28:nth-child(even) {
	background-color : #d8221e !important
	}

.gradient.theme-e22c28 {
	background : -moz-linear-gradient(-25deg, #e22c28 0%, #ff5450 100%);
	background : -webkit-linear-gradient(-25deg, #e22c28 0%, #ff5450 100%);
	background : linear-gradient(115deg, #e22c28 0%, #ff5450 100%);
	color      : #ffffff;
	}

.gradient.theme-e22c28 .text-themed {
	color : #e22c28;
	}

.theme-8a181a {
	background-color : #8a181a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-8a181a:nth-child(even) {
	background-color : #800e10 !important
	}

.gradient.theme-8a181a {
	background : -moz-linear-gradient(-25deg, #8a181a 0%, #b24042 100%);
	background : -webkit-linear-gradient(-25deg, #8a181a 0%, #b24042 100%);
	background : linear-gradient(115deg, #8a181a 0%, #b24042 100%);
	color      : #ffffff;
	}

.gradient.theme-8a181a .text-themed {
	color : #8a181a;
	}

.theme-3394d0 {
	background-color : #3394d0 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3394d0:nth-child(even) {
	background-color : #298ac6 !important
	}

.gradient.theme-3394d0 {
	background : -moz-linear-gradient(-25deg, #3394d0 0%, #5bbcf8 100%);
	background : -webkit-linear-gradient(-25deg, #3394d0 0%, #5bbcf8 100%);
	background : linear-gradient(115deg, #3394d0 0%, #5bbcf8 100%);
	color      : #ffffff;
	}

.gradient.theme-3394d0 .text-themed {
	color : #3394d0;
	}

.theme-00caed {
	background-color : #00caed !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00caed:nth-child(even) {
	background-color : #00c0e3 !important
	}

.gradient.theme-00caed {
	background : -moz-linear-gradient(-25deg, #00caed 0%, #28f2ff 100%);
	background : -webkit-linear-gradient(-25deg, #00caed 0%, #28f2ff 100%);
	background : linear-gradient(115deg, #00caed 0%, #28f2ff 100%);
	color      : #ffffff;
	}

.gradient.theme-00caed .text-themed {
	color : #00caed;
	}

.theme-0984e3 {
	background-color : #0984e3 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0984e3:nth-child(even) {
	background-color : #007ad9 !important
	}

.gradient.theme-0984e3 {
	background : -moz-linear-gradient(-25deg, #0984e3 0%, #31acff 100%);
	background : -webkit-linear-gradient(-25deg, #0984e3 0%, #31acff 100%);
	background : linear-gradient(115deg, #0984e3 0%, #31acff 100%);
	color      : #ffffff;
	}

.gradient.theme-0984e3 .text-themed {
	color : #0984e3;
	}

.theme-58b7e7 {
	background-color : #58b7e7 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-58b7e7:nth-child(even) {
	background-color : #4eaddd !important
	}

.gradient.theme-58b7e7 {
	background : -moz-linear-gradient(-25deg, #58b7e7 0%, #308fbf 100%);
	background : -webkit-linear-gradient(-25deg, #58b7e7 0%, #308fbf 100%);
	background : linear-gradient(115deg, #58b7e7 0%, #308fbf 100%);
	color      : #ffffff;
	}

.gradient.theme-58b7e7 .text-themed {
	color : #308fbf;
	}

.theme-16cdac {
	background-color : #16cdac !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-16cdac:nth-child(even) {
	background-color : #0cc3a2 !important
	}

.gradient.theme-16cdac {
	background : -moz-linear-gradient(-25deg, #16cdac 0%, #3ef5d4 100%);
	background : -webkit-linear-gradient(-25deg, #16cdac 0%, #3ef5d4 100%);
	background : linear-gradient(115deg, #16cdac 0%, #3ef5d4 100%);
	color      : #ffffff;
	}

.gradient.theme-16cdac .text-themed {
	color : #16cdac;
	}

.theme-1f9d92 {
	background-color : #1f9d92 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1f9d92:nth-child(even) {
	background-color : #159388 !important
	}

.gradient.theme-1f9d92 {
	background : -moz-linear-gradient(-25deg, #1f9d92 0%, #47c5ba 100%);
	background : -webkit-linear-gradient(-25deg, #1f9d92 0%, #47c5ba 100%);
	background : linear-gradient(115deg, #1f9d92 0%, #47c5ba 100%);
	color      : #ffffff;
	}

.gradient.theme-1f9d92 .text-themed {
	color : #1f9d92;
	}

.theme-a10100 {
	background-color : #a10100 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-a10100:nth-child(even) {
	background-color : #970000 !important
	}

.gradient.theme-a10100 {
	background : -moz-linear-gradient(-25deg, #a10100 0%, #c92928 100%);
	background : -webkit-linear-gradient(-25deg, #a10100 0%, #c92928 100%);
	background : linear-gradient(115deg, #a10100 0%, #c92928 100%);
	color      : #ffffff;
	}

.gradient.theme-a10100 .text-themed {
	color : #a10100;
	}

.theme-3397cf {
	background-color : #3397cf !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3397cf:nth-child(even) {
	background-color : #298dc5 !important
	}

.gradient.theme-3397cf {
	background : -moz-linear-gradient(-25deg, #3397cf 0%, #5bbff7 100%);
	background : -webkit-linear-gradient(-25deg, #3397cf 0%, #5bbff7 100%);
	background : linear-gradient(115deg, #3397cf 0%, #5bbff7 100%);
	color      : #ffffff;
	}

.gradient.theme-3397cf .text-themed {
	color : #3397cf;
	}

.theme-aaaaaa {
	background-color : #aaaaaa !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-aaaaaa:nth-child(even) {
	background-color : #a0a0a0 !important
	}

.gradient.theme-aaaaaa {
	background : -moz-linear-gradient(-25deg, #aaaaaa 0%, #828282 100%);
	background : -webkit-linear-gradient(-25deg, #aaaaaa 0%, #828282 100%);
	background : linear-gradient(115deg, #aaaaaa 0%, #828282 100%);
	color      : #ffffff;
	}

.gradient.theme-aaaaaa .text-themed {
	color : #828282;
	}

.theme-1a4285 {
	background-color : #1a4285 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1a4285:nth-child(even) {
	background-color : #10387b !important
	}

.gradient.theme-1a4285 {
	background : -moz-linear-gradient(-25deg, #1a4285 0%, #426aad 100%);
	background : -webkit-linear-gradient(-25deg, #1a4285 0%, #426aad 100%);
	background : linear-gradient(115deg, #1a4285 0%, #426aad 100%);
	color      : #ffffff;
	}

.gradient.theme-1a4285 .text-themed {
	color : #1a4285;
	}

.theme-1eae88 {
	background-color : #1eae88 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1eae88:nth-child(even) {
	background-color : #14a47e !important
	}

.gradient.theme-1eae88 {
	background : -moz-linear-gradient(-25deg, #1eae88 0%, #46d6b0 100%);
	background : -webkit-linear-gradient(-25deg, #1eae88 0%, #46d6b0 100%);
	background : linear-gradient(115deg, #1eae88 0%, #46d6b0 100%);
	color      : #ffffff;
	}

.gradient.theme-1eae88 .text-themed {
	color : #1eae88;
	}

.theme-00d1b2 {
	background-color : #00d1b2 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00d1b2:nth-child(even) {
	background-color : #00c7a8 !important
	}

.gradient.theme-00d1b2 {
	background : -moz-linear-gradient(-25deg, #00d1b2 0%, #28f9da 100%);
	background : -webkit-linear-gradient(-25deg, #00d1b2 0%, #28f9da 100%);
	background : linear-gradient(115deg, #00d1b2 0%, #28f9da 100%);
	color      : #ffffff;
	}

.gradient.theme-00d1b2 .text-themed {
	color : #00d1b2;
	}

.theme-00b4de {
	background-color : #00b4de !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00b4de:nth-child(even) {
	background-color : #00aad4 !important
	}

.gradient.theme-00b4de {
	background : -moz-linear-gradient(-25deg, #00b4de 0%, #28dcff 100%);
	background : -webkit-linear-gradient(-25deg, #00b4de 0%, #28dcff 100%);
	background : linear-gradient(115deg, #00b4de 0%, #28dcff 100%);
	color      : #ffffff;
	}

.gradient.theme-00b4de .text-themed {
	color : #00b4de;
	}

.theme-ff7617 {
	background-color : #ff7617 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff7617:nth-child(even) {
	background-color : #f56c0d !important
	}

.gradient.theme-ff7617 {
	background : -moz-linear-gradient(-25deg, #ff7617 0%, #ff9e3f 100%);
	background : -webkit-linear-gradient(-25deg, #ff7617 0%, #ff9e3f 100%);
	background : linear-gradient(115deg, #ff7617 0%, #ff9e3f 100%);
	color      : #ffffff;
	}

.gradient.theme-ff7617 .text-themed {
	color : #ff7617;
	}

.theme-ee5a24 {
	background-color : #ee5a24 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ee5a24:nth-child(even) {
	background-color : #e4501a !important
	}

.gradient.theme-ee5a24 {
	background : -moz-linear-gradient(-25deg, #ee5a24 0%, #ff824c 100%);
	background : -webkit-linear-gradient(-25deg, #ee5a24 0%, #ff824c 100%);
	background : linear-gradient(115deg, #ee5a24 0%, #ff824c 100%);
	color      : #ffffff;
	}

.gradient.theme-ee5a24 .text-themed {
	color : #ee5a24;
	}

.theme-1d4083 {
	background-color : #1d4083 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1d4083:nth-child(even) {
	background-color : #133679 !important
	}

.gradient.theme-1d4083 {
	background : -moz-linear-gradient(-25deg, #1d4083 0%, #4568ab 100%);
	background : -webkit-linear-gradient(-25deg, #1d4083 0%, #4568ab 100%);
	background : linear-gradient(115deg, #1d4083 0%, #4568ab 100%);
	color      : #ffffff;
	}

.gradient.theme-1d4083 .text-themed {
	color : #1d4083;
	}

.theme-17384c {
	background-color : #17384c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-17384c:nth-child(even) {
	background-color : #0d2e42 !important
	}

.gradient.theme-17384c {
	background : -moz-linear-gradient(-25deg, #17384c 0%, #3f6074 100%);
	background : -webkit-linear-gradient(-25deg, #17384c 0%, #3f6074 100%);
	background : linear-gradient(115deg, #17384c 0%, #3f6074 100%);
	color      : #ffffff;
	}

.gradient.theme-17384c .text-themed {
	color : #17384c;
	}

.theme-f48120 {
	background-color : #f48120 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f48120:nth-child(even) {
	background-color : #ea7716 !important
	}

.gradient.theme-f48120 {
	background : -moz-linear-gradient(-25deg, #f48120 0%, #ffa948 100%);
	background : -webkit-linear-gradient(-25deg, #f48120 0%, #ffa948 100%);
	background : linear-gradient(115deg, #f48120 0%, #ffa948 100%);
	color      : #ffffff;
	}

.gradient.theme-f48120 .text-themed {
	color : #f48120;
	}

.theme-df3a8c {
	background-color : #df3a8c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-df3a8c:nth-child(even) {
	background-color : #d53082 !important
	}

.gradient.theme-df3a8c {
	background : -moz-linear-gradient(-25deg, #df3a8c 0%, #ff62b4 100%);
	background : -webkit-linear-gradient(-25deg, #df3a8c 0%, #ff62b4 100%);
	background : linear-gradient(115deg, #df3a8c 0%, #ff62b4 100%);
	color      : #ffffff;
	}

.gradient.theme-df3a8c .text-themed {
	color : #df3a8c;
	}

.theme-83c3ed {
	background-color : #83c3ed !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-83c3ed:nth-child(even) {
	background-color : #79b9e3 !important
	}

.gradient.theme-83c3ed {
	background : -moz-linear-gradient(-25deg, #83c3ed 0%, #5b9bc5 100%);
	background : -webkit-linear-gradient(-25deg, #83c3ed 0%, #5b9bc5 100%);
	background : linear-gradient(115deg, #83c3ed 0%, #5b9bc5 100%);
	color      : #ffffff;
	}

.gradient.theme-83c3ed .text-themed {
	color : #5b9bc5;
	}

.theme-2e7ad1 {
	background-color : #2e7ad1 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2e7ad1:nth-child(even) {
	background-color : #2470c7 !important
	}

.gradient.theme-2e7ad1 {
	background : -moz-linear-gradient(-25deg, #2e7ad1 0%, #56a2f9 100%);
	background : -webkit-linear-gradient(-25deg, #2e7ad1 0%, #56a2f9 100%);
	background : linear-gradient(115deg, #2e7ad1 0%, #56a2f9 100%);
	color      : #ffffff;
	}

.gradient.theme-2e7ad1 .text-themed {
	color : #2e7ad1;
	}

.theme-ffcc00 {
	background-color : #ffcc00 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ffcc00:nth-child(even) {
	background-color : #f5c200 !important
	}

.gradient.theme-ffcc00 {
	background : -moz-linear-gradient(-25deg, #ffcc00 0%, #d7a400 100%);
	background : -webkit-linear-gradient(-25deg, #ffcc00 0%, #d7a400 100%);
	background : linear-gradient(115deg, #ffcc00 0%, #d7a400 100%);
	color      : #ffffff;
	}

.gradient.theme-ffcc00 .text-themed {
	color : #d7a400;
	}

.theme-ca87b6 {
	background-color : #ca87b6 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ca87b6:nth-child(even) {
	background-color : #c07dac !important
	}

.gradient.theme-ca87b6 {
	background : -moz-linear-gradient(-25deg, #ca87b6 0%, #a25f8e 100%);
	background : -webkit-linear-gradient(-25deg, #ca87b6 0%, #a25f8e 100%);
	background : linear-gradient(115deg, #ca87b6 0%, #a25f8e 100%);
	color      : #ffffff;
	}

.gradient.theme-ca87b6 .text-themed {
	color : #a25f8e;
	}

.theme-ed5748 {
	background-color : #ed5748 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ed5748:nth-child(even) {
	background-color : #e34d3e !important
	}

.gradient.theme-ed5748 {
	background : -moz-linear-gradient(-25deg, #ed5748 0%, #ff7f70 100%);
	background : -webkit-linear-gradient(-25deg, #ed5748 0%, #ff7f70 100%);
	background : linear-gradient(115deg, #ed5748 0%, #ff7f70 100%);
	color      : #ffffff;
	}

.gradient.theme-ed5748 .text-themed {
	color : #ed5748;
	}

.theme-f7ba08 {
	background-color : #f7ba08 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f7ba08:nth-child(even) {
	background-color : #edb000 !important
	}

.gradient.theme-f7ba08 {
	background : -moz-linear-gradient(-25deg, #f7ba08 0%, #cf9200 100%);
	background : -webkit-linear-gradient(-25deg, #f7ba08 0%, #cf9200 100%);
	background : linear-gradient(115deg, #f7ba08 0%, #cf9200 100%);
	color      : #ffffff;
	}

.gradient.theme-f7ba08 .text-themed {
	color : #cf9200;
	}

.theme-c42032 {
	background-color : #c42032 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-c42032:nth-child(even) {
	background-color : #ba1628 !important
	}

.gradient.theme-c42032 {
	background : -moz-linear-gradient(-25deg, #c42032 0%, #ec485a 100%);
	background : -webkit-linear-gradient(-25deg, #c42032 0%, #ec485a 100%);
	background : linear-gradient(115deg, #c42032 0%, #ec485a 100%);
	color      : #ffffff;
	}

.gradient.theme-c42032 .text-themed {
	color : #c42032;
	}

.theme-12c4a2 {
	background-color : #12c4a2 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-12c4a2:nth-child(even) {
	background-color : #08ba98 !important
	}

.gradient.theme-12c4a2 {
	background : -moz-linear-gradient(-25deg, #12c4a2 0%, #3aecca 100%);
	background : -webkit-linear-gradient(-25deg, #12c4a2 0%, #3aecca 100%);
	background : linear-gradient(115deg, #12c4a2 0%, #3aecca 100%);
	color      : #ffffff;
	}

.gradient.theme-12c4a2 .text-themed {
	color : #12c4a2;
	}

.theme-cc8285 {
	background-color : #cc8285 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-cc8285:nth-child(even) {
	background-color : #c2787b !important
	}

.gradient.theme-cc8285 {
	background : -moz-linear-gradient(-25deg, #cc8285 0%, #f4aaad 100%);
	background : -webkit-linear-gradient(-25deg, #cc8285 0%, #f4aaad 100%);
	background : linear-gradient(115deg, #cc8285 0%, #f4aaad 100%);
	color      : #ffffff;
	}

.gradient.theme-cc8285 .text-themed {
	color : #cc8285;
	}

.theme-3a8e9d {
	background-color : #3a8e9d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3a8e9d:nth-child(even) {
	background-color : #308493 !important
	}

.gradient.theme-3a8e9d {
	background : -moz-linear-gradient(-25deg, #3a8e9d 0%, #62b6c5 100%);
	background : -webkit-linear-gradient(-25deg, #3a8e9d 0%, #62b6c5 100%);
	background : linear-gradient(115deg, #3a8e9d 0%, #62b6c5 100%);
	color      : #ffffff;
	}

.gradient.theme-3a8e9d .text-themed {
	color : #3a8e9d;
	}

.theme-007dc1 {
	background-color : #007dc1 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-007dc1:nth-child(even) {
	background-color : #0073b7 !important
	}

.gradient.theme-007dc1 {
	background : -moz-linear-gradient(-25deg, #007dc1 0%, #28a5e9 100%);
	background : -webkit-linear-gradient(-25deg, #007dc1 0%, #28a5e9 100%);
	background : linear-gradient(115deg, #007dc1 0%, #28a5e9 100%);
	color      : #ffffff;
	}

.gradient.theme-007dc1 .text-themed {
	color : #007dc1;
	}

.theme-e91e63 {
	background-color : #e91e63 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e91e63:nth-child(even) {
	background-color : #df1459 !important
	}

.gradient.theme-e91e63 {
	background : -moz-linear-gradient(-25deg, #e91e63 0%, #ff468b 100%);
	background : -webkit-linear-gradient(-25deg, #e91e63 0%, #ff468b 100%);
	background : linear-gradient(115deg, #e91e63 0%, #ff468b 100%);
	color      : #ffffff;
	}

.gradient.theme-e91e63 .text-themed {
	color : #e91e63;
	}

.theme-21b573 {
	background-color : #21b573 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-21b573:nth-child(even) {
	background-color : #17ab69 !important
	}

.gradient.theme-21b573 {
	background : -moz-linear-gradient(-25deg, #21b573 0%, #49dd9b 100%);
	background : -webkit-linear-gradient(-25deg, #21b573 0%, #49dd9b 100%);
	background : linear-gradient(115deg, #21b573 0%, #49dd9b 100%);
	color      : #ffffff;
	}

.gradient.theme-21b573 .text-themed {
	color : #21b573;
	}

.theme-315395 {
	background-color : #315395 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-315395:nth-child(even) {
	background-color : #27498b !important
	}

.gradient.theme-315395 {
	background : -moz-linear-gradient(-25deg, #315395 0%, #597bbd 100%);
	background : -webkit-linear-gradient(-25deg, #315395 0%, #597bbd 100%);
	background : linear-gradient(115deg, #315395 0%, #597bbd 100%);
	color      : #ffffff;
	}

.gradient.theme-315395 .text-themed {
	color : #315395;
	}

.theme-214b55 {
	background-color : #214b55 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-214b55:nth-child(even) {
	background-color : #17414b !important
	}

.gradient.theme-214b55 {
	background : -moz-linear-gradient(-25deg, #214b55 0%, #49737d 100%);
	background : -webkit-linear-gradient(-25deg, #214b55 0%, #49737d 100%);
	background : linear-gradient(115deg, #214b55 0%, #49737d 100%);
	color      : #ffffff;
	}

.gradient.theme-214b55 .text-themed {
	color : #214b55;
	}

.theme-9400d3 {
	background-color : #9400d3 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-9400d3:nth-child(even) {
	background-color : #8a00c9 !important
	}

.gradient.theme-9400d3 {
	background : -moz-linear-gradient(-25deg, #9400d3 0%, #bc28fb 100%);
	background : -webkit-linear-gradient(-25deg, #9400d3 0%, #bc28fb 100%);
	background : linear-gradient(115deg, #9400d3 0%, #bc28fb 100%);
	color      : #ffffff;
	}

.gradient.theme-9400d3 .text-themed {
	color : #9400d3;
	}

.theme-478bee {
	background-color : #478bee !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-478bee:nth-child(even) {
	background-color : #3d81e4 !important
	}

.gradient.theme-478bee {
	background : -moz-linear-gradient(-25deg, #478bee 0%, #6fb3ff 100%);
	background : -webkit-linear-gradient(-25deg, #478bee 0%, #6fb3ff 100%);
	background : linear-gradient(115deg, #478bee 0%, #6fb3ff 100%);
	color      : #ffffff;
	}

.gradient.theme-478bee .text-themed {
	color : #478bee;
	}

.theme-7876e8 {
	background-color : #7876e8 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-7876e8:nth-child(even) {
	background-color : #6e6cde !important
	}

.gradient.theme-7876e8 {
	background : -moz-linear-gradient(-25deg, #7876e8 0%, #a09eff 100%);
	background : -webkit-linear-gradient(-25deg, #7876e8 0%, #a09eff 100%);
	background : linear-gradient(115deg, #7876e8 0%, #a09eff 100%);
	color      : #ffffff;
	}

.gradient.theme-7876e8 .text-themed {
	color : #7876e8;
	}

.theme-009ace {
	background-color : #009ace !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-009ace:nth-child(even) {
	background-color : #0090c4 !important
	}

.gradient.theme-009ace {
	background : -moz-linear-gradient(-25deg, #009ace 0%, #28c2f6 100%);
	background : -webkit-linear-gradient(-25deg, #009ace 0%, #28c2f6 100%);
	background : linear-gradient(115deg, #009ace 0%, #28c2f6 100%);
	color      : #ffffff;
	}

.gradient.theme-009ace .text-themed {
	color : #009ace;
	}

.theme-ee7813 {
	background-color : #ee7813 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ee7813:nth-child(even) {
	background-color : #e46e09 !important
	}

.gradient.theme-ee7813 {
	background : -moz-linear-gradient(-25deg, #ee7813 0%, #ffa03b 100%);
	background : -webkit-linear-gradient(-25deg, #ee7813 0%, #ffa03b 100%);
	background : linear-gradient(115deg, #ee7813 0%, #ffa03b 100%);
	color      : #ffffff;
	}

.gradient.theme-ee7813 .text-themed {
	color : #ee7813;
	}

.theme-0285b9 {
	background-color : #0285b9 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0285b9:nth-child(even) {
	background-color : #007baf !important
	}

.gradient.theme-0285b9 {
	background : -moz-linear-gradient(-25deg, #0285b9 0%, #2aade1 100%);
	background : -webkit-linear-gradient(-25deg, #0285b9 0%, #2aade1 100%);
	background : linear-gradient(115deg, #0285b9 0%, #2aade1 100%);
	color      : #ffffff;
	}

.gradient.theme-0285b9 .text-themed {
	color : #0285b9;
	}

.theme-5f66ff {
	background-color : #5f66ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-5f66ff:nth-child(even) {
	background-color : #555cf5 !important
	}

.gradient.theme-5f66ff {
	background : -moz-linear-gradient(-25deg, #5f66ff 0%, #878eff 100%);
	background : -webkit-linear-gradient(-25deg, #5f66ff 0%, #878eff 100%);
	background : linear-gradient(115deg, #5f66ff 0%, #878eff 100%);
	color      : #ffffff;
	}

.gradient.theme-5f66ff .text-themed {
	color : #5f66ff;
	}

.theme-4485f5 {
	background-color : #4485f5 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4485f5:nth-child(even) {
	background-color : #3a7beb !important
	}

.gradient.theme-4485f5 {
	background : -moz-linear-gradient(-25deg, #4485f5 0%, #6cadff 100%);
	background : -webkit-linear-gradient(-25deg, #4485f5 0%, #6cadff 100%);
	background : linear-gradient(115deg, #4485f5 0%, #6cadff 100%);
	color      : #ffffff;
	}

.gradient.theme-4485f5 .text-themed {
	color : #4485f5;
	}

.theme-0800ff {
	background-color : #0800ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0800ff:nth-child(even) {
	background-color : #0000f5 !important
	}

.gradient.theme-0800ff {
	background : -moz-linear-gradient(-25deg, #0800ff 0%, #3028ff 100%);
	background : -webkit-linear-gradient(-25deg, #0800ff 0%, #3028ff 100%);
	background : linear-gradient(115deg, #0800ff 0%, #3028ff 100%);
	color      : #ffffff;
	}

.gradient.theme-0800ff .text-themed {
	color : #0800ff;
	}

.theme-7e3af2 {
	background-color : #7e3af2 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-7e3af2:nth-child(even) {
	background-color : #7430e8 !important
	}

.gradient.theme-7e3af2 {
	background : -moz-linear-gradient(-25deg, #7e3af2 0%, #a662ff 100%);
	background : -webkit-linear-gradient(-25deg, #7e3af2 0%, #a662ff 100%);
	background : linear-gradient(115deg, #7e3af2 0%, #a662ff 100%);
	color      : #ffffff;
	}

.gradient.theme-7e3af2 .text-themed {
	color : #7e3af2;
	}

.theme-ff8000 {
	background-color : #ff8000 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff8000:nth-child(even) {
	background-color : #f57600 !important
	}

.gradient.theme-ff8000 {
	background : -moz-linear-gradient(-25deg, #ff8000 0%, #ffa828 100%);
	background : -webkit-linear-gradient(-25deg, #ff8000 0%, #ffa828 100%);
	background : linear-gradient(115deg, #ff8000 0%, #ffa828 100%);
	color      : #ffffff;
	}

.gradient.theme-ff8000 .text-themed {
	color : #ff8000;
	}

.theme-c13584 {
	background-color : #c13584 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-c13584:nth-child(even) {
	background-color : #b72b7a !important
	}

.gradient.theme-c13584 {
	background : -moz-linear-gradient(-25deg, #c13584 0%, #e95dac 100%);
	background : -webkit-linear-gradient(-25deg, #c13584 0%, #e95dac 100%);
	background : linear-gradient(115deg, #c13584 0%, #e95dac 100%);
	color      : #ffffff;
	}

.gradient.theme-c13584 .text-themed {
	color : #c13584;
	}

.theme-4d148c {
	background-color : #4d148c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4d148c:nth-child(even) {
	background-color : #430a82 !important
	}

.gradient.theme-4d148c {
	background : -moz-linear-gradient(-25deg, #4d148c 0%, #753cb4 100%);
	background : -webkit-linear-gradient(-25deg, #4d148c 0%, #753cb4 100%);
	background : linear-gradient(115deg, #4d148c 0%, #753cb4 100%);
	color      : #ffffff;
	}

.gradient.theme-4d148c .text-themed {
	color : #4d148c;
	}

.theme-de5953 {
	background-color : #de5953 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-de5953:nth-child(even) {
	background-color : #d44f49 !important
	}

.gradient.theme-de5953 {
	background : -moz-linear-gradient(-25deg, #de5953 0%, #ff817b 100%);
	background : -webkit-linear-gradient(-25deg, #de5953 0%, #ff817b 100%);
	background : linear-gradient(115deg, #de5953 0%, #ff817b 100%);
	color      : #ffffff;
	}

.gradient.theme-de5953 .text-themed {
	color : #de5953;
	}

.theme-094ab1 {
	background-color : #094ab1 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-094ab1:nth-child(even) {
	background-color : #0040a7 !important
	}

.gradient.theme-094ab1 {
	background : -moz-linear-gradient(-25deg, #094ab1 0%, #3172d9 100%);
	background : -webkit-linear-gradient(-25deg, #094ab1 0%, #3172d9 100%);
	background : linear-gradient(115deg, #094ab1 0%, #3172d9 100%);
	color      : #ffffff;
	}

.gradient.theme-094ab1 .text-themed {
	color : #094ab1;
	}

.theme-546e7a {
	background-color : #546e7a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-546e7a:nth-child(even) {
	background-color : #4a6470 !important
	}

.gradient.theme-546e7a {
	background : -moz-linear-gradient(-25deg, #546e7a 0%, #7c96a2 100%);
	background : -webkit-linear-gradient(-25deg, #546e7a 0%, #7c96a2 100%);
	background : linear-gradient(115deg, #546e7a 0%, #7c96a2 100%);
	color      : #ffffff;
	}

.gradient.theme-546e7a .text-themed {
	color : #546e7a;
	}

.theme-fc5200 {
	background-color : #fc5200 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-fc5200:nth-child(even) {
	background-color : #f24800 !important
	}

.gradient.theme-fc5200 {
	background : -moz-linear-gradient(-25deg, #fc5200 0%, #ff7a28 100%);
	background : -webkit-linear-gradient(-25deg, #fc5200 0%, #ff7a28 100%);
	background : linear-gradient(115deg, #fc5200 0%, #ff7a28 100%);
	color      : #ffffff;
	}

.gradient.theme-fc5200 .text-themed {
	color : #fc5200;
	}

.theme-f5c542 {
	background-color : #f5c542 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f5c542:nth-child(even) {
	background-color : #ebbb38 !important
	}

.gradient.theme-f5c542 {
	background : -moz-linear-gradient(-25deg, #f5c542 0%, #cd9d1a 100%);
	background : -webkit-linear-gradient(-25deg, #f5c542 0%, #cd9d1a 100%);
	background : linear-gradient(115deg, #f5c542 0%, #cd9d1a 100%);
	color      : #ffffff;
	}

.gradient.theme-f5c542 .text-themed {
	color : #cd9d1a;
	}

.theme-5582f6 {
	background-color : #5582f6 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-5582f6:nth-child(even) {
	background-color : #4b78ec !important
	}

.gradient.theme-5582f6 {
	background : -moz-linear-gradient(-25deg, #5582f6 0%, #7daaff 100%);
	background : -webkit-linear-gradient(-25deg, #5582f6 0%, #7daaff 100%);
	background : linear-gradient(115deg, #5582f6 0%, #7daaff 100%);
	color      : #ffffff;
	}

.gradient.theme-5582f6 .text-themed {
	color : #5582f6;
	}

.theme-2dcc6f {
	background-color : #2dcc6f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2dcc6f:nth-child(even) {
	background-color : #23c265 !important
	}

.gradient.theme-2dcc6f {
	background : -moz-linear-gradient(-25deg, #2dcc6f 0%, #55f497 100%);
	background : -webkit-linear-gradient(-25deg, #2dcc6f 0%, #55f497 100%);
	background : linear-gradient(115deg, #2dcc6f 0%, #55f497 100%);
	color      : #ffffff;
	}

.gradient.theme-2dcc6f .text-themed {
	color : #2dcc6f;
	}

.theme-ff4e50 {
	background-color : #ff4e50 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff4e50:nth-child(even) {
	background-color : #f54446 !important
	}

.gradient.theme-ff4e50 {
	background : -moz-linear-gradient(-25deg, #ff4e50 0%, #ff7678 100%);
	background : -webkit-linear-gradient(-25deg, #ff4e50 0%, #ff7678 100%);
	background : linear-gradient(115deg, #ff4e50 0%, #ff7678 100%);
	color      : #ffffff;
	}

.gradient.theme-ff4e50 .text-themed {
	color : #ff4e50;
	}

.theme-0089ff {
	background-color : #0089ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0089ff:nth-child(even) {
	background-color : #007ff5 !important
	}

.gradient.theme-0089ff {
	background : -moz-linear-gradient(-25deg, #0089ff 0%, #28b1ff 100%);
	background : -webkit-linear-gradient(-25deg, #0089ff 0%, #28b1ff 100%);
	background : linear-gradient(115deg, #0089ff 0%, #28b1ff 100%);
	color      : #ffffff;
	}

.gradient.theme-0089ff .text-themed {
	color : #0089ff;
	}

.theme-f14336 {
	background-color : #f14336 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f14336:nth-child(even) {
	background-color : #e7392c !important
	}

.gradient.theme-f14336 {
	background : -moz-linear-gradient(-25deg, #f14336 0%, #ff6b5e 100%);
	background : -webkit-linear-gradient(-25deg, #f14336 0%, #ff6b5e 100%);
	background : linear-gradient(115deg, #f14336 0%, #ff6b5e 100%);
	color      : #ffffff;
	}

.gradient.theme-f14336 .text-themed {
	color : #f14336;
	}

.theme-ff6c39 {
	background-color : #ff6c39 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff6c39:nth-child(even) {
	background-color : #f5622f !important
	}

.gradient.theme-ff6c39 {
	background : -moz-linear-gradient(-25deg, #ff6c39 0%, #ff9461 100%);
	background : -webkit-linear-gradient(-25deg, #ff6c39 0%, #ff9461 100%);
	background : linear-gradient(115deg, #ff6c39 0%, #ff9461 100%);
	color      : #ffffff;
	}

.gradient.theme-ff6c39 .text-themed {
	color : #ff6c39;
	}

.theme-98cea0 {
	background-color : #98cea0 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-98cea0:nth-child(even) {
	background-color : #8ec496 !important
	}

.gradient.theme-98cea0 {
	background : -moz-linear-gradient(-25deg, #98cea0 0%, #70a678 100%);
	background : -webkit-linear-gradient(-25deg, #98cea0 0%, #70a678 100%);
	background : linear-gradient(115deg, #98cea0 0%, #70a678 100%);
	color      : #ffffff;
	}

.gradient.theme-98cea0 .text-themed {
	color : #70a678;
	}

.theme-00ce3e {
	background-color : #00ce3e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00ce3e:nth-child(even) {
	background-color : #00c434 !important
	}

.gradient.theme-00ce3e {
	background : -moz-linear-gradient(-25deg, #00ce3e 0%, #28f666 100%);
	background : -webkit-linear-gradient(-25deg, #00ce3e 0%, #28f666 100%);
	background : linear-gradient(115deg, #00ce3e 0%, #28f666 100%);
	color      : #ffffff;
	}

.gradient.theme-00ce3e .text-themed {
	color : #00ce3e;
	}

.theme-f9bf12 {
	background-color : #f9bf12 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f9bf12:nth-child(even) {
	background-color : #efb508 !important
	}

.gradient.theme-f9bf12 {
	background : -moz-linear-gradient(-25deg, #f9bf12 0%, #d19700 100%);
	background : -webkit-linear-gradient(-25deg, #f9bf12 0%, #d19700 100%);
	background : linear-gradient(115deg, #f9bf12 0%, #d19700 100%);
	color      : #ffffff;
	}

.gradient.theme-f9bf12 .text-themed {
	color : #d19700;
	}

.theme-26292a {
	background-color : #26292a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-26292a:nth-child(even) {
	background-color : #1c1f20 !important
	}

.gradient.theme-26292a {
	background : -moz-linear-gradient(-25deg, #26292a 0%, #4e5152 100%);
	background : -webkit-linear-gradient(-25deg, #26292a 0%, #4e5152 100%);
	background : linear-gradient(115deg, #26292a 0%, #4e5152 100%);
	color      : #ffffff;
	}

.gradient.theme-26292a .text-themed {
	color : #26292a;
	}

.theme-625e94 {
	background-color : #625e94 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-625e94:nth-child(even) {
	background-color : #58548a !important
	}

.gradient.theme-625e94 {
	background : -moz-linear-gradient(-25deg, #625e94 0%, #8a86bc 100%);
	background : -webkit-linear-gradient(-25deg, #625e94 0%, #8a86bc 100%);
	background : linear-gradient(115deg, #625e94 0%, #8a86bc 100%);
	color      : #ffffff;
	}

.gradient.theme-625e94 .text-themed {
	color : #625e94;
	}

.theme-4242c5 {
	background-color : #4242c5 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4242c5:nth-child(even) {
	background-color : #3838bb !important
	}

.gradient.theme-4242c5 {
	background : -moz-linear-gradient(-25deg, #4242c5 0%, #6a6aed 100%);
	background : -webkit-linear-gradient(-25deg, #4242c5 0%, #6a6aed 100%);
	background : linear-gradient(115deg, #4242c5 0%, #6a6aed 100%);
	color      : #ffffff;
	}

.gradient.theme-4242c5 .text-themed {
	color : #4242c5;
	}

.theme-212121 {
	background-color : #212121 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-212121:nth-child(even) {
	background-color : #171717 !important
	}

.gradient.theme-212121 {
	background : -moz-linear-gradient(-25deg, #212121 0%, #494949 100%);
	background : -webkit-linear-gradient(-25deg, #212121 0%, #494949 100%);
	background : linear-gradient(115deg, #212121 0%, #494949 100%);
	color      : #ffffff;
	}

.gradient.theme-212121 .text-themed {
	color : #212121;
	}

.theme-38b5eb {
	background-color : #38b5eb !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-38b5eb:nth-child(even) {
	background-color : #2eabe1 !important
	}

.gradient.theme-38b5eb {
	background : -moz-linear-gradient(-25deg, #38b5eb 0%, #60ddff 100%);
	background : -webkit-linear-gradient(-25deg, #38b5eb 0%, #60ddff 100%);
	background : linear-gradient(115deg, #38b5eb 0%, #60ddff 100%);
	color      : #ffffff;
	}

.gradient.theme-38b5eb .text-themed {
	color : #38b5eb;
	}

.theme-2dbe60 {
	background-color : #2dbe60 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2dbe60:nth-child(even) {
	background-color : #23b456 !important
	}

.gradient.theme-2dbe60 {
	background : -moz-linear-gradient(-25deg, #2dbe60 0%, #55e688 100%);
	background : -webkit-linear-gradient(-25deg, #2dbe60 0%, #55e688 100%);
	background : linear-gradient(115deg, #2dbe60 0%, #55e688 100%);
	color      : #ffffff;
	}

.gradient.theme-2dbe60 .text-themed {
	color : #2dbe60;
	}

.theme-0d79c2 {
	background-color : #0d79c2 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0d79c2:nth-child(even) {
	background-color : #036fb8 !important
	}

.gradient.theme-0d79c2 {
	background : -moz-linear-gradient(-25deg, #0d79c2 0%, #35a1ea 100%);
	background : -webkit-linear-gradient(-25deg, #0d79c2 0%, #35a1ea 100%);
	background : linear-gradient(115deg, #0d79c2 0%, #35a1ea 100%);
	color      : #ffffff;
	}

.gradient.theme-0d79c2 .text-themed {
	color : #0d79c2;
	}

.theme-931621 {
	background-color : #931621 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-931621:nth-child(even) {
	background-color : #890c17 !important
	}

.gradient.theme-931621 {
	background : -moz-linear-gradient(-25deg, #931621 0%, #bb3e49 100%);
	background : -webkit-linear-gradient(-25deg, #931621 0%, #bb3e49 100%);
	background : linear-gradient(115deg, #931621 0%, #bb3e49 100%);
	color      : #ffffff;
	}

.gradient.theme-931621 .text-themed {
	color : #931621;
	}

.theme-0074d9 {
	background-color : #0074d9 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0074d9:nth-child(even) {
	background-color : #006acf !important
	}

.gradient.theme-0074d9 {
	background : -moz-linear-gradient(-25deg, #0074d9 0%, #289cff 100%);
	background : -webkit-linear-gradient(-25deg, #0074d9 0%, #289cff 100%);
	background : linear-gradient(115deg, #0074d9 0%, #289cff 100%);
	color      : #ffffff;
	}

.gradient.theme-0074d9 .text-themed {
	color : #0074d9;
	}

.theme-1285ff {
	background-color : #1285ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1285ff:nth-child(even) {
	background-color : #087bf5 !important
	}

.gradient.theme-1285ff {
	background : -moz-linear-gradient(-25deg, #1285ff 0%, #3aadff 100%);
	background : -webkit-linear-gradient(-25deg, #1285ff 0%, #3aadff 100%);
	background : linear-gradient(115deg, #1285ff 0%, #3aadff 100%);
	color      : #ffffff;
	}

.gradient.theme-1285ff .text-themed {
	color : #1285ff;
	}

.theme-032550 {
	background-color : #032550 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-032550:nth-child(even) {
	background-color : #001b46 !important
	}

.gradient.theme-032550 {
	background : -moz-linear-gradient(-25deg, #032550 0%, #2b4d78 100%);
	background : -webkit-linear-gradient(-25deg, #032550 0%, #2b4d78 100%);
	background : linear-gradient(115deg, #032550 0%, #2b4d78 100%);
	color      : #ffffff;
	}

.gradient.theme-032550 .text-themed {
	color : #032550;
	}

.theme-f4792c {
	background-color : #f4792c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f4792c:nth-child(even) {
	background-color : #ea6f22 !important
	}

.gradient.theme-f4792c {
	background : -moz-linear-gradient(-25deg, #f4792c 0%, #ffa154 100%);
	background : -webkit-linear-gradient(-25deg, #f4792c 0%, #ffa154 100%);
	background : linear-gradient(115deg, #f4792c 0%, #ffa154 100%);
	color      : #ffffff;
	}

.gradient.theme-f4792c .text-themed {
	color : #f4792c;
	}

.theme-d62027 {
	background-color : #d62027 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-d62027:nth-child(even) {
	background-color : #cc161d !important
	}

.gradient.theme-d62027 {
	background : -moz-linear-gradient(-25deg, #d62027 0%, #fe484f 100%);
	background : -webkit-linear-gradient(-25deg, #d62027 0%, #fe484f 100%);
	background : linear-gradient(115deg, #d62027 0%, #fe484f 100%);
	color      : #ffffff;
	}

.gradient.theme-d62027 .text-themed {
	color : #d62027;
	}

.theme-006eff {
	background-color : #006eff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-006eff:nth-child(even) {
	background-color : #0064f5 !important
	}

.gradient.theme-006eff {
	background : -moz-linear-gradient(-25deg, #006eff 0%, #2896ff 100%);
	background : -webkit-linear-gradient(-25deg, #006eff 0%, #2896ff 100%);
	background : linear-gradient(115deg, #006eff 0%, #2896ff 100%);
	color      : #ffffff;
	}

.gradient.theme-006eff .text-themed {
	color : #006eff;
	}

.theme-d85326 {
	background-color : #d85326 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-d85326:nth-child(even) {
	background-color : #ce491c !important
	}

.gradient.theme-d85326 {
	background : -moz-linear-gradient(-25deg, #d85326 0%, #ff7b4e 100%);
	background : -webkit-linear-gradient(-25deg, #d85326 0%, #ff7b4e 100%);
	background : linear-gradient(115deg, #d85326 0%, #ff7b4e 100%);
	color      : #ffffff;
	}

.gradient.theme-d85326 .text-themed {
	color : #d85326;
	}

.theme-5eb670 {
	background-color : #5eb670 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-5eb670:nth-child(even) {
	background-color : #54ac66 !important
	}

.gradient.theme-5eb670 {
	background : -moz-linear-gradient(-25deg, #5eb670 0%, #86de98 100%);
	background : -webkit-linear-gradient(-25deg, #5eb670 0%, #86de98 100%);
	background : linear-gradient(115deg, #5eb670 0%, #86de98 100%);
	color      : #ffffff;
	}

.gradient.theme-5eb670 .text-themed {
	color : #5eb670;
	}

.theme-cc0033 {
	background-color : #cc0033 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-cc0033:nth-child(even) {
	background-color : #c20029 !important
	}

.gradient.theme-cc0033 {
	background : -moz-linear-gradient(-25deg, #cc0033 0%, #f4285b 100%);
	background : -webkit-linear-gradient(-25deg, #cc0033 0%, #f4285b 100%);
	background : linear-gradient(115deg, #cc0033 0%, #f4285b 100%);
	color      : #ffffff;
	}

.gradient.theme-cc0033 .text-themed {
	color : #cc0033;
	}

.theme-2e8dec {
	background-color : #2e8dec !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2e8dec:nth-child(even) {
	background-color : #2483e2 !important
	}

.gradient.theme-2e8dec {
	background : -moz-linear-gradient(-25deg, #2e8dec 0%, #56b5ff 100%);
	background : -webkit-linear-gradient(-25deg, #2e8dec 0%, #56b5ff 100%);
	background : linear-gradient(115deg, #2e8dec 0%, #56b5ff 100%);
	color      : #ffffff;
	}

.gradient.theme-2e8dec .text-themed {
	color : #2e8dec;
	}

.theme-363636 {
	background-color : #363636 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-363636:nth-child(even) {
	background-color : #2c2c2c !important
	}

.gradient.theme-363636 {
	background : -moz-linear-gradient(-25deg, #363636 0%, #5e5e5e 100%);
	background : -webkit-linear-gradient(-25deg, #363636 0%, #5e5e5e 100%);
	background : linear-gradient(115deg, #363636 0%, #5e5e5e 100%);
	color      : #ffffff;
	}

.gradient.theme-363636 .text-themed {
	color : #363636;
	}

.theme-fe5500 {
	background-color : #fe5500 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-fe5500:nth-child(even) {
	background-color : #f44b00 !important
	}

.gradient.theme-fe5500 {
	background : -moz-linear-gradient(-25deg, #fe5500 0%, #ff7d28 100%);
	background : -webkit-linear-gradient(-25deg, #fe5500 0%, #ff7d28 100%);
	background : linear-gradient(115deg, #fe5500 0%, #ff7d28 100%);
	color      : #ffffff;
	}

.gradient.theme-fe5500 .text-themed {
	color : #fe5500;
	}

.theme-f37b21 {
	background-color : #f37b21 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f37b21:nth-child(even) {
	background-color : #e97117 !important
	}

.gradient.theme-f37b21 {
	background : -moz-linear-gradient(-25deg, #f37b21 0%, #ffa349 100%);
	background : -webkit-linear-gradient(-25deg, #f37b21 0%, #ffa349 100%);
	background : linear-gradient(115deg, #f37b21 0%, #ffa349 100%);
	color      : #ffffff;
	}

.gradient.theme-f37b21 .text-themed {
	color : #f37b21;
	}

.theme-2d8cff {
	background-color : #2d8cff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2d8cff:nth-child(even) {
	background-color : #2382f5 !important
	}

.gradient.theme-2d8cff {
	background : -moz-linear-gradient(-25deg, #2d8cff 0%, #55b4ff 100%);
	background : -webkit-linear-gradient(-25deg, #2d8cff 0%, #55b4ff 100%);
	background : linear-gradient(115deg, #2d8cff 0%, #55b4ff 100%);
	color      : #ffffff;
	}

.gradient.theme-2d8cff .text-themed {
	color : #2d8cff;
	}

.theme-0095da {
	background-color : #0095da !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0095da:nth-child(even) {
	background-color : #008bd0 !important
	}

.gradient.theme-0095da {
	background : -moz-linear-gradient(-25deg, #0095da 0%, #28bdff 100%);
	background : -webkit-linear-gradient(-25deg, #0095da 0%, #28bdff 100%);
	background : linear-gradient(115deg, #0095da 0%, #28bdff 100%);
	color      : #ffffff;
	}

.gradient.theme-0095da .text-themed {
	color : #0095da;
	}

.theme-488eff {
	background-color : #488eff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-488eff:nth-child(even) {
	background-color : #3e84f5 !important
	}

.gradient.theme-488eff {
	background : -moz-linear-gradient(-25deg, #488eff 0%, #70b6ff 100%);
	background : -webkit-linear-gradient(-25deg, #488eff 0%, #70b6ff 100%);
	background : linear-gradient(115deg, #488eff 0%, #70b6ff 100%);
	color      : #ffffff;
	}

.gradient.theme-488eff .text-themed {
	color : #488eff;
	}

.theme-00cbfe {
	background-color : #00cbfe !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00cbfe:nth-child(even) {
	background-color : #00c1f4 !important
	}

.gradient.theme-00cbfe {
	background : -moz-linear-gradient(-25deg, #00cbfe 0%, #28f3ff 100%);
	background : -webkit-linear-gradient(-25deg, #00cbfe 0%, #28f3ff 100%);
	background : linear-gradient(115deg, #00cbfe 0%, #28f3ff 100%);
	color      : #ffffff;
	}

.gradient.theme-00cbfe .text-themed {
	color : #00cbfe;
	}

.theme-0398f9 {
	background-color : #0398f9 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0398f9:nth-child(even) {
	background-color : #008eef !important
	}

.gradient.theme-0398f9 {
	background : -moz-linear-gradient(-25deg, #0398f9 0%, #2bc0ff 100%);
	background : -webkit-linear-gradient(-25deg, #0398f9 0%, #2bc0ff 100%);
	background : linear-gradient(115deg, #0398f9 0%, #2bc0ff 100%);
	color      : #ffffff;
	}

.gradient.theme-0398f9 .text-themed {
	color : #0398f9;
	}

.theme-666ae8 {
	background-color : #666ae8 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-666ae8:nth-child(even) {
	background-color : #5c60de !important
	}

.gradient.theme-666ae8 {
	background : -moz-linear-gradient(-25deg, #666ae8 0%, #8e92ff 100%);
	background : -webkit-linear-gradient(-25deg, #666ae8 0%, #8e92ff 100%);
	background : linear-gradient(115deg, #666ae8 0%, #8e92ff 100%);
	color      : #ffffff;
	}

.gradient.theme-666ae8 .text-themed {
	color : #666ae8;
	}

.theme-1b499f {
	background-color : #1b499f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1b499f:nth-child(even) {
	background-color : #113f95 !important
	}

.gradient.theme-1b499f {
	background : -moz-linear-gradient(-25deg, #1b499f 0%, #4371c7 100%);
	background : -webkit-linear-gradient(-25deg, #1b499f 0%, #4371c7 100%);
	background : linear-gradient(115deg, #1b499f 0%, #4371c7 100%);
	color      : #ffffff;
	}

.gradient.theme-1b499f .text-themed {
	color : #1b499f;
	}

.theme-ff5100 {
	background-color : #ff5100 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff5100:nth-child(even) {
	background-color : #f54700 !important
	}

.gradient.theme-ff5100 {
	background : -moz-linear-gradient(-25deg, #ff5100 0%, #ff7928 100%);
	background : -webkit-linear-gradient(-25deg, #ff5100 0%, #ff7928 100%);
	background : linear-gradient(115deg, #ff5100 0%, #ff7928 100%);
	color      : #ffffff;
	}

.gradient.theme-ff5100 .text-themed {
	color : #ff5100;
	}

.theme-00d2ff {
	background-color : #00d2ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00d2ff:nth-child(even) {
	background-color : #00c8f5 !important
	}

.gradient.theme-00d2ff {
	background : -moz-linear-gradient(-25deg, #00d2ff 0%, #28faff 100%);
	background : -webkit-linear-gradient(-25deg, #00d2ff 0%, #28faff 100%);
	background : linear-gradient(115deg, #00d2ff 0%, #28faff 100%);
	color      : #ffffff;
	}

.gradient.theme-00d2ff .text-themed {
	color : #00d2ff;
	}

.theme-377cbd {
	background-color : #377cbd !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-377cbd:nth-child(even) {
	background-color : #2d72b3 !important
	}

.gradient.theme-377cbd {
	background : -moz-linear-gradient(-25deg, #377cbd 0%, #5fa4e5 100%);
	background : -webkit-linear-gradient(-25deg, #377cbd 0%, #5fa4e5 100%);
	background : linear-gradient(115deg, #377cbd 0%, #5fa4e5 100%);
	color      : #ffffff;
	}

.gradient.theme-377cbd .text-themed {
	color : #377cbd;
	}

.theme-3498db {
	background-color : #3498db !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3498db:nth-child(even) {
	background-color : #2a8ed1 !important
	}

.gradient.theme-3498db {
	background : -moz-linear-gradient(-25deg, #3498db 0%, #5cc0ff 100%);
	background : -webkit-linear-gradient(-25deg, #3498db 0%, #5cc0ff 100%);
	background : linear-gradient(115deg, #3498db 0%, #5cc0ff 100%);
	color      : #ffffff;
	}

.gradient.theme-3498db .text-themed {
	color : #3498db;
	}

.theme-397df5 {
	background-color : #397df5 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-397df5:nth-child(even) {
	background-color : #2f73eb !important
	}

.gradient.theme-397df5 {
	background : -moz-linear-gradient(-25deg, #397df5 0%, #61a5ff 100%);
	background : -webkit-linear-gradient(-25deg, #397df5 0%, #61a5ff 100%);
	background : linear-gradient(115deg, #397df5 0%, #61a5ff 100%);
	color      : #ffffff;
	}

.gradient.theme-397df5 .text-themed {
	color : #397df5;
	}

.theme-7856ff {
	background-color : #7856ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-7856ff:nth-child(even) {
	background-color : #6e4cf5 !important
	}

.gradient.theme-7856ff {
	background : -moz-linear-gradient(-25deg, #7856ff 0%, #a07eff 100%);
	background : -webkit-linear-gradient(-25deg, #7856ff 0%, #a07eff 100%);
	background : linear-gradient(115deg, #7856ff 0%, #a07eff 100%);
	color      : #ffffff;
	}

.gradient.theme-7856ff .text-themed {
	color : #7856ff;
	}

.theme-4d7cb1 {
	background-color : #4d7cb1 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4d7cb1:nth-child(even) {
	background-color : #4372a7 !important
	}

.gradient.theme-4d7cb1 {
	background : -moz-linear-gradient(-25deg, #4d7cb1 0%, #75a4d9 100%);
	background : -webkit-linear-gradient(-25deg, #4d7cb1 0%, #75a4d9 100%);
	background : linear-gradient(115deg, #4d7cb1 0%, #75a4d9 100%);
	color      : #ffffff;
	}

.gradient.theme-4d7cb1 .text-themed {
	color : #4d7cb1;
	}

.theme-0000ff {
	background-color : #0000ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0000ff:nth-child(even) {
	background-color : #0000f5 !important
	}

.gradient.theme-0000ff {
	background : -moz-linear-gradient(-25deg, #0000ff 0%, #2828ff 100%);
	background : -webkit-linear-gradient(-25deg, #0000ff 0%, #2828ff 100%);
	background : linear-gradient(115deg, #0000ff 0%, #2828ff 100%);
	color      : #ffffff;
	}

.gradient.theme-0000ff .text-themed {
	color : #0000ff;
	}

.theme-33509f {
	background-color : #33509f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-33509f:nth-child(even) {
	background-color : #294695 !important
	}

.gradient.theme-33509f {
	background : -moz-linear-gradient(-25deg, #33509f 0%, #5b78c7 100%);
	background : -webkit-linear-gradient(-25deg, #33509f 0%, #5b78c7 100%);
	background : linear-gradient(115deg, #33509f 0%, #5b78c7 100%);
	color      : #ffffff;
	}

.gradient.theme-33509f .text-themed {
	color : #33509f;
	}

.theme-db5a52 {
	background-color : #db5a52 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-db5a52:nth-child(even) {
	background-color : #d15048 !important
	}

.gradient.theme-db5a52 {
	background : -moz-linear-gradient(-25deg, #db5a52 0%, #ff827a 100%);
	background : -webkit-linear-gradient(-25deg, #db5a52 0%, #ff827a 100%);
	background : linear-gradient(115deg, #db5a52 0%, #ff827a 100%);
	color      : #ffffff;
	}

.gradient.theme-db5a52 .text-themed {
	color : #db5a52;
	}

.theme-0d66c4 {
	background-color : #0d66c4 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0d66c4:nth-child(even) {
	background-color : #035cba !important
	}

.gradient.theme-0d66c4 {
	background : -moz-linear-gradient(-25deg, #0d66c4 0%, #358eec 100%);
	background : -webkit-linear-gradient(-25deg, #0d66c4 0%, #358eec 100%);
	background : linear-gradient(115deg, #0d66c4 0%, #358eec 100%);
	color      : #ffffff;
	}

.gradient.theme-0d66c4 .text-themed {
	color : #0d66c4;
	}

.theme-9d5de0 {
	background-color : #9d5de0 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-9d5de0:nth-child(even) {
	background-color : #9353d6 !important
	}

.gradient.theme-9d5de0 {
	background : -moz-linear-gradient(-25deg, #9d5de0 0%, #c585ff 100%);
	background : -webkit-linear-gradient(-25deg, #9d5de0 0%, #c585ff 100%);
	background : linear-gradient(115deg, #9d5de0 0%, #c585ff 100%);
	color      : #ffffff;
	}

.gradient.theme-9d5de0 .text-themed {
	color : #9d5de0;
	}

.theme-4485d1 {
	background-color : #4485d1 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4485d1:nth-child(even) {
	background-color : #3a7bc7 !important
	}

.gradient.theme-4485d1 {
	background : -moz-linear-gradient(-25deg, #4485d1 0%, #6cadf9 100%);
	background : -webkit-linear-gradient(-25deg, #4485d1 0%, #6cadf9 100%);
	background : linear-gradient(115deg, #4485d1 0%, #6cadf9 100%);
	color      : #ffffff;
	}

.gradient.theme-4485d1 .text-themed {
	color : #4485d1;
	}

.theme-81ba46 {
	background-color : #81ba46 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-81ba46:nth-child(even) {
	background-color : #77b03c !important
	}

.gradient.theme-81ba46 {
	background : -moz-linear-gradient(-25deg, #81ba46 0%, #59921e 100%);
	background : -webkit-linear-gradient(-25deg, #81ba46 0%, #59921e 100%);
	background : linear-gradient(115deg, #81ba46 0%, #59921e 100%);
	color      : #ffffff;
	}

.gradient.theme-81ba46 .text-themed {
	color : #59921e;
	}

.theme-ff7207 {
	background-color : #ff7207 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff7207:nth-child(even) {
	background-color : #f56800 !important
	}

.gradient.theme-ff7207 {
	background : -moz-linear-gradient(-25deg, #ff7207 0%, #ff9a2f 100%);
	background : -webkit-linear-gradient(-25deg, #ff7207 0%, #ff9a2f 100%);
	background : linear-gradient(115deg, #ff7207 0%, #ff9a2f 100%);
	color      : #ffffff;
	}

.gradient.theme-ff7207 .text-themed {
	color : #ff7207;
	}

.theme-2fba8e {
	background-color : #2fba8e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2fba8e:nth-child(even) {
	background-color : #25b084 !important
	}

.gradient.theme-2fba8e {
	background : -moz-linear-gradient(-25deg, #2fba8e 0%, #57e2b6 100%);
	background : -webkit-linear-gradient(-25deg, #2fba8e 0%, #57e2b6 100%);
	background : linear-gradient(115deg, #2fba8e 0%, #57e2b6 100%);
	color      : #ffffff;
	}

.gradient.theme-2fba8e .text-themed {
	color : #2fba8e;
	}

.theme-1b2437 {
	background-color : #1b2437 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1b2437:nth-child(even) {
	background-color : #111a2d !important
	}

.gradient.theme-1b2437 {
	background : -moz-linear-gradient(-25deg, #1b2437 0%, #434c5f 100%);
	background : -webkit-linear-gradient(-25deg, #1b2437 0%, #434c5f 100%);
	background : linear-gradient(115deg, #1b2437 0%, #434c5f 100%);
	color      : #ffffff;
	}

.gradient.theme-1b2437 .text-themed {
	color : #1b2437;
	}

.theme-1a2e2e {
	background-color : #1a2e2e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1a2e2e:nth-child(even) {
	background-color : #102424 !important
	}

.gradient.theme-1a2e2e {
	background : -moz-linear-gradient(-25deg, #1a2e2e 0%, #425656 100%);
	background : -webkit-linear-gradient(-25deg, #1a2e2e 0%, #425656 100%);
	background : linear-gradient(115deg, #1a2e2e 0%, #425656 100%);
	color      : #ffffff;
	}

.gradient.theme-1a2e2e .text-themed {
	color : #1a2e2e;
	}

.theme-17386d {
	background-color : #17386d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-17386d:nth-child(even) {
	background-color : #0d2e63 !important
	}

.gradient.theme-17386d {
	background : -moz-linear-gradient(-25deg, #17386d 0%, #3f6095 100%);
	background : -webkit-linear-gradient(-25deg, #17386d 0%, #3f6095 100%);
	background : linear-gradient(115deg, #17386d 0%, #3f6095 100%);
	color      : #ffffff;
	}

.gradient.theme-17386d .text-themed {
	color : #17386d;
	}

.theme-e96009 {
	background-color : #e96009 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e96009:nth-child(even) {
	background-color : #df5600 !important
	}

.gradient.theme-e96009 {
	background : -moz-linear-gradient(-25deg, #e96009 0%, #ff8831 100%);
	background : -webkit-linear-gradient(-25deg, #e96009 0%, #ff8831 100%);
	background : linear-gradient(115deg, #e96009 0%, #ff8831 100%);
	color      : #ffffff;
	}

.gradient.theme-e96009 .text-themed {
	color : #e96009;
	}

.theme-ef4024 {
	background-color : #ef4024 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ef4024:nth-child(even) {
	background-color : #e5361a !important
	}

.gradient.theme-ef4024 {
	background : -moz-linear-gradient(-25deg, #ef4024 0%, #ff684c 100%);
	background : -webkit-linear-gradient(-25deg, #ef4024 0%, #ff684c 100%);
	background : linear-gradient(115deg, #ef4024 0%, #ff684c 100%);
	color      : #ffffff;
	}

.gradient.theme-ef4024 .text-themed {
	color : #ef4024;
	}

.theme-008ebd {
	background-color : #008ebd !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-008ebd:nth-child(even) {
	background-color : #0084b3 !important
	}

.gradient.theme-008ebd {
	background : -moz-linear-gradient(-25deg, #008ebd 0%, #28b6e5 100%);
	background : -webkit-linear-gradient(-25deg, #008ebd 0%, #28b6e5 100%);
	background : linear-gradient(115deg, #008ebd 0%, #28b6e5 100%);
	color      : #ffffff;
	}

.gradient.theme-008ebd .text-themed {
	color : #008ebd;
	}

.theme-057bde {
	background-color : #057bde !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-057bde:nth-child(even) {
	background-color : #0071d4 !important
	}

.gradient.theme-057bde {
	background : -moz-linear-gradient(-25deg, #057bde 0%, #2da3ff 100%);
	background : -webkit-linear-gradient(-25deg, #057bde 0%, #2da3ff 100%);
	background : linear-gradient(115deg, #057bde 0%, #2da3ff 100%);
	color      : #ffffff;
	}

.gradient.theme-057bde .text-themed {
	color : #057bde;
	}

.theme-e62b2c {
	background-color : #e62b2c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e62b2c:nth-child(even) {
	background-color : #dc2122 !important
	}

.gradient.theme-e62b2c {
	background : -moz-linear-gradient(-25deg, #e62b2c 0%, #ff5354 100%);
	background : -webkit-linear-gradient(-25deg, #e62b2c 0%, #ff5354 100%);
	background : linear-gradient(115deg, #e62b2c 0%, #ff5354 100%);
	color      : #ffffff;
	}

.gradient.theme-e62b2c .text-themed {
	color : #e62b2c;
	}

.theme-17313b {
	background-color : #17313b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-17313b:nth-child(even) {
	background-color : #0d2731 !important
	}

.gradient.theme-17313b {
	background : -moz-linear-gradient(-25deg, #17313b 0%, #3f5963 100%);
	background : -webkit-linear-gradient(-25deg, #17313b 0%, #3f5963 100%);
	background : linear-gradient(115deg, #17313b 0%, #3f5963 100%);
	color      : #ffffff;
	}

.gradient.theme-17313b .text-themed {
	color : #17313b;
	}

.theme-f26522 {
	background-color : #f26522 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f26522:nth-child(even) {
	background-color : #e85b18 !important
	}

.gradient.theme-f26522 {
	background : -moz-linear-gradient(-25deg, #f26522 0%, #ff8d4a 100%);
	background : -webkit-linear-gradient(-25deg, #f26522 0%, #ff8d4a 100%);
	background : linear-gradient(115deg, #f26522 0%, #ff8d4a 100%);
	color      : #ffffff;
	}

.gradient.theme-f26522 .text-themed {
	color : #f26522;
	}

.theme-303971 {
	background-color : #303971 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-303971:nth-child(even) {
	background-color : #262f67 !important
	}

.gradient.theme-303971 {
	background : -moz-linear-gradient(-25deg, #303971 0%, #586199 100%);
	background : -webkit-linear-gradient(-25deg, #303971 0%, #586199 100%);
	background : linear-gradient(115deg, #303971 0%, #586199 100%);
	color      : #ffffff;
	}

.gradient.theme-303971 .text-themed {
	color : #303971;
	}

.theme-000020 {
	background-color : #000020 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-000020:nth-child(even) {
	background-color : #000016 !important
	}

.gradient.theme-000020 {
	background : -moz-linear-gradient(-25deg, #000020 0%, #282848 100%);
	background : -webkit-linear-gradient(-25deg, #000020 0%, #282848 100%);
	background : linear-gradient(115deg, #000020 0%, #282848 100%);
	color      : #ffffff;
	}

.gradient.theme-000020 .text-themed {
	color : #000020;
	}

.theme-009ae6 {
	background-color : #009ae6 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-009ae6:nth-child(even) {
	background-color : #0090dc !important
	}

.gradient.theme-009ae6 {
	background : -moz-linear-gradient(-25deg, #009ae6 0%, #28c2ff 100%);
	background : -webkit-linear-gradient(-25deg, #009ae6 0%, #28c2ff 100%);
	background : linear-gradient(115deg, #009ae6 0%, #28c2ff 100%);
	color      : #ffffff;
	}

.gradient.theme-009ae6 .text-themed {
	color : #009ae6;
	}

.theme-e42527 {
	background-color : #e42527 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e42527:nth-child(even) {
	background-color : #da1b1d !important
	}

.gradient.theme-e42527 {
	background : -moz-linear-gradient(-25deg, #e42527 0%, #ff4d4f 100%);
	background : -webkit-linear-gradient(-25deg, #e42527 0%, #ff4d4f 100%);
	background : linear-gradient(115deg, #e42527 0%, #ff4d4f 100%);
	color      : #ffffff;
	}

.gradient.theme-e42527 .text-themed {
	color : #e42527;
	}

.theme-56c233 {
	background-color : #56c233 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-56c233:nth-child(even) {
	background-color : #4cb829 !important
	}

.gradient.theme-56c233 {
	background : -moz-linear-gradient(-25deg, #56c233 0%, #7eea5b 100%);
	background : -webkit-linear-gradient(-25deg, #56c233 0%, #7eea5b 100%);
	background : linear-gradient(115deg, #56c233 0%, #7eea5b 100%);
	color      : #ffffff;
	}

.gradient.theme-56c233 .text-themed {
	color : #56c233;
	}

.theme-0077f5 {
	background-color : #0077f5 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0077f5:nth-child(even) {
	background-color : #006deb !important
	}

.gradient.theme-0077f5 {
	background : -moz-linear-gradient(-25deg, #0077f5 0%, #289fff 100%);
	background : -webkit-linear-gradient(-25deg, #0077f5 0%, #289fff 100%);
	background : linear-gradient(115deg, #0077f5 0%, #289fff 100%);
	color      : #ffffff;
	}

.gradient.theme-0077f5 .text-themed {
	color : #0077f5;
	}

.theme-ff6742 {
	background-color : #ff6742 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff6742:nth-child(even) {
	background-color : #f55d38 !important
	}

.gradient.theme-ff6742 {
	background : -moz-linear-gradient(-25deg, #ff6742 0%, #ff8f6a 100%);
	background : -webkit-linear-gradient(-25deg, #ff6742 0%, #ff8f6a 100%);
	background : linear-gradient(115deg, #ff6742 0%, #ff8f6a 100%);
	color      : #ffffff;
	}

.gradient.theme-ff6742 .text-themed {
	color : #ff6742;
	}

.theme-4e47e0 {
	background-color : #4e47e0 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4e47e0:nth-child(even) {
	background-color : #443dd6 !important
	}

.gradient.theme-4e47e0 {
	background : -moz-linear-gradient(-25deg, #4e47e0 0%, #766fff 100%);
	background : -webkit-linear-gradient(-25deg, #4e47e0 0%, #766fff 100%);
	background : linear-gradient(115deg, #4e47e0 0%, #766fff 100%);
	color      : #ffffff;
	}

.gradient.theme-4e47e0 .text-themed {
	color : #4e47e0;
	}

.theme-f76707 {
	background-color : #f76707 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f76707:nth-child(even) {
	background-color : #ed5d00 !important
	}

.gradient.theme-f76707 {
	background : -moz-linear-gradient(-25deg, #f76707 0%, #ff8f2f 100%);
	background : -webkit-linear-gradient(-25deg, #f76707 0%, #ff8f2f 100%);
	background : linear-gradient(115deg, #f76707 0%, #ff8f2f 100%);
	color      : #ffffff;
	}

.gradient.theme-f76707 .text-themed {
	color : #f76707;
	}

.theme-8a2be2 {
	background-color : #8a2be2 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-8a2be2:nth-child(even) {
	background-color : #8021d8 !important
	}

.gradient.theme-8a2be2 {
	background : -moz-linear-gradient(-25deg, #8a2be2 0%, #b253ff 100%);
	background : -webkit-linear-gradient(-25deg, #8a2be2 0%, #b253ff 100%);
	background : linear-gradient(115deg, #8a2be2 0%, #b253ff 100%);
	color      : #ffffff;
	}

.gradient.theme-8a2be2 .text-themed {
	color : #8a2be2;
	}

.theme-cc322a {
	background-color : #cc322a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-cc322a:nth-child(even) {
	background-color : #c22820 !important
	}

.gradient.theme-cc322a {
	background : -moz-linear-gradient(-25deg, #cc322a 0%, #f45a52 100%);
	background : -webkit-linear-gradient(-25deg, #cc322a 0%, #f45a52 100%);
	background : linear-gradient(115deg, #cc322a 0%, #f45a52 100%);
	color      : #ffffff;
	}

.gradient.theme-cc322a .text-themed {
	color : #cc322a;
	}

.theme-2eaec6 {
	background-color : #2eaec6 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2eaec6:nth-child(even) {
	background-color : #24a4bc !important
	}

.gradient.theme-2eaec6 {
	background : -moz-linear-gradient(-25deg, #2eaec6 0%, #56d6ee 100%);
	background : -webkit-linear-gradient(-25deg, #2eaec6 0%, #56d6ee 100%);
	background : linear-gradient(115deg, #2eaec6 0%, #56d6ee 100%);
	color      : #ffffff;
	}

.gradient.theme-2eaec6 .text-themed {
	color : #2eaec6;
	}

.theme-388e3c {
	background-color : #388e3c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-388e3c:nth-child(even) {
	background-color : #2e8432 !important
	}

.gradient.theme-388e3c {
	background : -moz-linear-gradient(-25deg, #388e3c 0%, #60b664 100%);
	background : -webkit-linear-gradient(-25deg, #388e3c 0%, #60b664 100%);
	background : linear-gradient(115deg, #388e3c 0%, #60b664 100%);
	color      : #ffffff;
	}

.gradient.theme-388e3c .text-themed {
	color : #388e3c;
	}

.theme-328266 {
	background-color : #328266 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-328266:nth-child(even) {
	background-color : #28785c !important
	}

.gradient.theme-328266 {
	background : -moz-linear-gradient(-25deg, #328266 0%, #5aaa8e 100%);
	background : -webkit-linear-gradient(-25deg, #328266 0%, #5aaa8e 100%);
	background : linear-gradient(115deg, #328266 0%, #5aaa8e 100%);
	color      : #ffffff;
	}

.gradient.theme-328266 .text-themed {
	color : #328266;
	}

.theme-059289 {
	background-color : #059289 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-059289:nth-child(even) {
	background-color : #00887f !important
	}

.gradient.theme-059289 {
	background : -moz-linear-gradient(-25deg, #059289 0%, #2dbab1 100%);
	background : -webkit-linear-gradient(-25deg, #059289 0%, #2dbab1 100%);
	background : linear-gradient(115deg, #059289 0%, #2dbab1 100%);
	color      : #ffffff;
	}

.gradient.theme-059289 .text-themed {
	color : #059289;
	}

.theme-091a72 {
	background-color : #091a72 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-091a72:nth-child(even) {
	background-color : #001068 !important
	}

.gradient.theme-091a72 {
	background : -moz-linear-gradient(-25deg, #091a72 0%, #31429a 100%);
	background : -webkit-linear-gradient(-25deg, #091a72 0%, #31429a 100%);
	background : linear-gradient(115deg, #091a72 0%, #31429a 100%);
	color      : #ffffff;
	}

.gradient.theme-091a72 .text-themed {
	color : #091a72;
	}

.theme-265cc3 {
	background-color : #265cc3 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-265cc3:nth-child(even) {
	background-color : #1c52b9 !important
	}

.gradient.theme-265cc3 {
	background : -moz-linear-gradient(-25deg, #265cc3 0%, #4e84eb 100%);
	background : -webkit-linear-gradient(-25deg, #265cc3 0%, #4e84eb 100%);
	background : linear-gradient(115deg, #265cc3 0%, #4e84eb 100%);
	color      : #ffffff;
	}

.gradient.theme-265cc3 .text-themed {
	color : #265cc3;
	}

.theme-0f9d58 {
	background-color : #0f9d58 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0f9d58:nth-child(even) {
	background-color : #05934e !important
	}

.gradient.theme-0f9d58 {
	background : -moz-linear-gradient(-25deg, #0f9d58 0%, #37c580 100%);
	background : -webkit-linear-gradient(-25deg, #0f9d58 0%, #37c580 100%);
	background : linear-gradient(115deg, #0f9d58 0%, #37c580 100%);
	color      : #ffffff;
	}

.gradient.theme-0f9d58 .text-themed {
	color : #0f9d58;
	}

.theme-2b9dff {
	background-color : #2b9dff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2b9dff:nth-child(even) {
	background-color : #2193f5 !important
	}

.gradient.theme-2b9dff {
	background : -moz-linear-gradient(-25deg, #2b9dff 0%, #53c5ff 100%);
	background : -webkit-linear-gradient(-25deg, #2b9dff 0%, #53c5ff 100%);
	background : linear-gradient(115deg, #2b9dff 0%, #53c5ff 100%);
	color      : #ffffff;
	}

.gradient.theme-2b9dff .text-themed {
	color : #2b9dff;
	}

.theme-247bff {
	background-color : #247bff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-247bff:nth-child(even) {
	background-color : #1a71f5 !important
	}

.gradient.theme-247bff {
	background : -moz-linear-gradient(-25deg, #247bff 0%, #4ca3ff 100%);
	background : -webkit-linear-gradient(-25deg, #247bff 0%, #4ca3ff 100%);
	background : linear-gradient(115deg, #247bff 0%, #4ca3ff 100%);
	color      : #ffffff;
	}

.gradient.theme-247bff .text-themed {
	color : #247bff;
	}

.theme-1dd37f {
	background-color : #1dd37f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1dd37f:nth-child(even) {
	background-color : #13c975 !important
	}

.gradient.theme-1dd37f {
	background : -moz-linear-gradient(-25deg, #1dd37f 0%, #45fba7 100%);
	background : -webkit-linear-gradient(-25deg, #1dd37f 0%, #45fba7 100%);
	background : linear-gradient(115deg, #1dd37f 0%, #45fba7 100%);
	color      : #ffffff;
	}

.gradient.theme-1dd37f .text-themed {
	color : #1dd37f;
	}

.theme-0d8f6a {
	background-color : #0d8f6a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0d8f6a:nth-child(even) {
	background-color : #038560 !important
	}

.gradient.theme-0d8f6a {
	background : -moz-linear-gradient(-25deg, #0d8f6a 0%, #35b792 100%);
	background : -webkit-linear-gradient(-25deg, #0d8f6a 0%, #35b792 100%);
	background : linear-gradient(115deg, #0d8f6a 0%, #35b792 100%);
	color      : #ffffff;
	}

.gradient.theme-0d8f6a .text-themed {
	color : #0d8f6a;
	}

.theme-284159 {
	background-color : #284159 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-284159:nth-child(even) {
	background-color : #1e374f !important
	}

.gradient.theme-284159 {
	background : -moz-linear-gradient(-25deg, #284159 0%, #506981 100%);
	background : -webkit-linear-gradient(-25deg, #284159 0%, #506981 100%);
	background : linear-gradient(115deg, #284159 0%, #506981 100%);
	color      : #ffffff;
	}

.gradient.theme-284159 .text-themed {
	color : #284159;
	}

.theme-ef4842 {
	background-color : #ef4842 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ef4842:nth-child(even) {
	background-color : #e53e38 !important
	}

.gradient.theme-ef4842 {
	background : -moz-linear-gradient(-25deg, #ef4842 0%, #ff706a 100%);
	background : -webkit-linear-gradient(-25deg, #ef4842 0%, #ff706a 100%);
	background : linear-gradient(115deg, #ef4842 0%, #ff706a 100%);
	color      : #ffffff;
	}

.gradient.theme-ef4842 .text-themed {
	color : #ef4842;
	}

.theme-00b9ff {
	background-color : #00b9ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00b9ff:nth-child(even) {
	background-color : #00aff5 !important
	}

.gradient.theme-00b9ff {
	background : -moz-linear-gradient(-25deg, #00b9ff 0%, #28e1ff 100%);
	background : -webkit-linear-gradient(-25deg, #00b9ff 0%, #28e1ff 100%);
	background : linear-gradient(115deg, #00b9ff 0%, #28e1ff 100%);
	color      : #ffffff;
	}

.gradient.theme-00b9ff .text-themed {
	color : #00b9ff;
	}

.theme-36465d {
	background-color : #36465d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-36465d:nth-child(even) {
	background-color : #2c3c53 !important
	}

.gradient.theme-36465d {
	background : -moz-linear-gradient(-25deg, #36465d 0%, #5e6e85 100%);
	background : -webkit-linear-gradient(-25deg, #36465d 0%, #5e6e85 100%);
	background : linear-gradient(115deg, #36465d 0%, #5e6e85 100%);
	color      : #ffffff;
	}

.gradient.theme-36465d .text-themed {
	color : #36465d;
	}

.theme-07849a {
	background-color : #07849a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-07849a:nth-child(even) {
	background-color : #007a90 !important
	}

.gradient.theme-07849a {
	background : -moz-linear-gradient(-25deg, #07849a 0%, #2facc2 100%);
	background : -webkit-linear-gradient(-25deg, #07849a 0%, #2facc2 100%);
	background : linear-gradient(115deg, #07849a 0%, #2facc2 100%);
	color      : #ffffff;
	}

.gradient.theme-07849a .text-themed {
	color : #07849a;
	}

.theme-8268f7 {
	background-color : #8268f7 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-8268f7:nth-child(even) {
	background-color : #785eed !important
	}

.gradient.theme-8268f7 {
	background : -moz-linear-gradient(-25deg, #8268f7 0%, #aa90ff 100%);
	background : -webkit-linear-gradient(-25deg, #8268f7 0%, #aa90ff 100%);
	background : linear-gradient(115deg, #8268f7 0%, #aa90ff 100%);
	color      : #ffffff;
	}

.gradient.theme-8268f7 .text-themed {
	color : #8268f7;
	}

.theme-dd4b39 {
	background-color : #dd4b39 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-dd4b39:nth-child(even) {
	background-color : #d3412f !important
	}

.gradient.theme-dd4b39 {
	background : -moz-linear-gradient(-25deg, #dd4b39 0%, #ff7361 100%);
	background : -webkit-linear-gradient(-25deg, #dd4b39 0%, #ff7361 100%);
	background : linear-gradient(115deg, #dd4b39 0%, #ff7361 100%);
	color      : #ffffff;
	}

.gradient.theme-dd4b39 .text-themed {
	color : #dd4b39;
	}

.theme-14a04b {
	background-color : #14a04b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-14a04b:nth-child(even) {
	background-color : #0a9641 !important
	}

.gradient.theme-14a04b {
	background : -moz-linear-gradient(-25deg, #14a04b 0%, #3cc873 100%);
	background : -webkit-linear-gradient(-25deg, #14a04b 0%, #3cc873 100%);
	background : linear-gradient(115deg, #14a04b 0%, #3cc873 100%);
	color      : #ffffff;
	}

.gradient.theme-14a04b .text-themed {
	color : #14a04b;
	}

.theme-418dcc {
	background-color : #418dcc !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-418dcc:nth-child(even) {
	background-color : #3783c2 !important
	}

.gradient.theme-418dcc {
	background : -moz-linear-gradient(-25deg, #418dcc 0%, #69b5f4 100%);
	background : -webkit-linear-gradient(-25deg, #418dcc 0%, #69b5f4 100%);
	background : linear-gradient(115deg, #418dcc 0%, #69b5f4 100%);
	color      : #ffffff;
	}

.gradient.theme-418dcc .text-themed {
	color : #418dcc;
	}

.theme-cd4420 {
	background-color : #cd4420 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-cd4420:nth-child(even) {
	background-color : #c33a16 !important
	}

.gradient.theme-cd4420 {
	background : -moz-linear-gradient(-25deg, #cd4420 0%, #f56c48 100%);
	background : -webkit-linear-gradient(-25deg, #cd4420 0%, #f56c48 100%);
	background : linear-gradient(115deg, #cd4420 0%, #f56c48 100%);
	color      : #ffffff;
	}

.gradient.theme-cd4420 .text-themed {
	color : #cd4420;
	}

.theme-51ab39 {
	background-color : #51ab39 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-51ab39:nth-child(even) {
	background-color : #47a12f !important
	}

.gradient.theme-51ab39 {
	background : -moz-linear-gradient(-25deg, #51ab39 0%, #79d361 100%);
	background : -webkit-linear-gradient(-25deg, #51ab39 0%, #79d361 100%);
	background : linear-gradient(115deg, #51ab39 0%, #79d361 100%);
	color      : #ffffff;
	}

.gradient.theme-51ab39 .text-themed {
	color : #51ab39;
	}

.theme-63cf80 {
	background-color : #63cf80 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-63cf80:nth-child(even) {
	background-color : #59c576 !important
	}

.gradient.theme-63cf80 {
	background : -moz-linear-gradient(-25deg, #63cf80 0%, #3ba758 100%);
	background : -webkit-linear-gradient(-25deg, #63cf80 0%, #3ba758 100%);
	background : linear-gradient(115deg, #63cf80 0%, #3ba758 100%);
	color      : #ffffff;
	}

.gradient.theme-63cf80 .text-themed {
	color : #3ba758;
	}

.theme-c94541 {
	background-color : #c94541 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-c94541:nth-child(even) {
	background-color : #bf3b37 !important
	}

.gradient.theme-c94541 {
	background : -moz-linear-gradient(-25deg, #c94541 0%, #f16d69 100%);
	background : -webkit-linear-gradient(-25deg, #c94541 0%, #f16d69 100%);
	background : linear-gradient(115deg, #c94541 0%, #f16d69 100%);
	color      : #ffffff;
	}

.gradient.theme-c94541 .text-themed {
	color : #c94541;
	}

.theme-2f7ec4 {
	background-color : #2f7ec4 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2f7ec4:nth-child(even) {
	background-color : #2574ba !important
	}

.gradient.theme-2f7ec4 {
	background : -moz-linear-gradient(-25deg, #2f7ec4 0%, #57a6ec 100%);
	background : -webkit-linear-gradient(-25deg, #2f7ec4 0%, #57a6ec 100%);
	background : linear-gradient(115deg, #2f7ec4 0%, #57a6ec 100%);
	color      : #ffffff;
	}

.gradient.theme-2f7ec4 .text-themed {
	color : #2f7ec4;
	}

.theme-e16205 {
	background-color : #e16205 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e16205:nth-child(even) {
	background-color : #d75800 !important
	}

.gradient.theme-e16205 {
	background : -moz-linear-gradient(-25deg, #e16205 0%, #ff8a2d 100%);
	background : -webkit-linear-gradient(-25deg, #e16205 0%, #ff8a2d 100%);
	background : linear-gradient(115deg, #e16205 0%, #ff8a2d 100%);
	color      : #ffffff;
	}

.gradient.theme-e16205 .text-themed {
	color : #e16205;
	}

.theme-21cd89 {
	background-color : #21cd89 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-21cd89:nth-child(even) {
	background-color : #17c37f !important
	}

.gradient.theme-21cd89 {
	background : -moz-linear-gradient(-25deg, #21cd89 0%, #49f5b1 100%);
	background : -webkit-linear-gradient(-25deg, #21cd89 0%, #49f5b1 100%);
	background : linear-gradient(115deg, #21cd89 0%, #49f5b1 100%);
	color      : #ffffff;
	}

.gradient.theme-21cd89 .text-themed {
	color : #21cd89;
	}

.theme-2c2c2c {
	background-color : #2c2c2c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2c2c2c:nth-child(even) {
	background-color : #222222 !important
	}

.gradient.theme-2c2c2c {
	background : -moz-linear-gradient(-25deg, #2c2c2c 0%, #545454 100%);
	background : -webkit-linear-gradient(-25deg, #2c2c2c 0%, #545454 100%);
	background : linear-gradient(115deg, #2c2c2c 0%, #545454 100%);
	color      : #ffffff;
	}

.gradient.theme-2c2c2c .text-themed {
	color : #2c2c2c;
	}

.theme-43c6e1 {
	background-color : #43c6e1 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-43c6e1:nth-child(even) {
	background-color : #39bcd7 !important
	}

.gradient.theme-43c6e1 {
	background : -moz-linear-gradient(-25deg, #43c6e1 0%, #1b9eb9 100%);
	background : -webkit-linear-gradient(-25deg, #43c6e1 0%, #1b9eb9 100%);
	background : linear-gradient(115deg, #43c6e1 0%, #1b9eb9 100%);
	color      : #ffffff;
	}

.gradient.theme-43c6e1 .text-themed {
	color : #1b9eb9;
	}

.theme-61d2c5 {
	background-color : #61d2c5 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-61d2c5:nth-child(even) {
	background-color : #57c8bb !important
	}

.gradient.theme-61d2c5 {
	background : -moz-linear-gradient(-25deg, #61d2c5 0%, #39aa9d 100%);
	background : -webkit-linear-gradient(-25deg, #61d2c5 0%, #39aa9d 100%);
	background : linear-gradient(115deg, #61d2c5 0%, #39aa9d 100%);
	color      : #ffffff;
	}

.gradient.theme-61d2c5 .text-themed {
	color : #39aa9d;
	}

.theme-8ca4ff {
	background-color : #8ca4ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-8ca4ff:nth-child(even) {
	background-color : #829af5 !important
	}

.gradient.theme-8ca4ff {
	background : -moz-linear-gradient(-25deg, #8ca4ff 0%, #647cd7 100%);
	background : -webkit-linear-gradient(-25deg, #8ca4ff 0%, #647cd7 100%);
	background : linear-gradient(115deg, #8ca4ff 0%, #647cd7 100%);
	color      : #ffffff;
	}

.gradient.theme-8ca4ff .text-themed {
	color : #647cd7;
	}

.theme-ffd500 {
	background-color : #ffd500 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ffd500:nth-child(even) {
	background-color : #f5cb00 !important
	}

.gradient.theme-ffd500 {
	background : -moz-linear-gradient(-25deg, #ffd500 0%, #d7ad00 100%);
	background : -webkit-linear-gradient(-25deg, #ffd500 0%, #d7ad00 100%);
	background : linear-gradient(115deg, #ffd500 0%, #d7ad00 100%);
	color      : #ffffff;
	}

.gradient.theme-ffd500 .text-themed {
	color : #d7ad00;
	}

.theme-23d99c {
	background-color : #23d99c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-23d99c:nth-child(even) {
	background-color : #19cf92 !important
	}

.gradient.theme-23d99c {
	background : -moz-linear-gradient(-25deg, #23d99c 0%, #00b174 100%);
	background : -webkit-linear-gradient(-25deg, #23d99c 0%, #00b174 100%);
	background : linear-gradient(115deg, #23d99c 0%, #00b174 100%);
	color      : #ffffff;
	}

.gradient.theme-23d99c .text-themed {
	color : #00b174;
	}

.theme-808080 {
	background-color : #808080 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-808080:nth-child(even) {
	background-color : #767676 !important
	}

.gradient.theme-808080 {
	background : -moz-linear-gradient(-25deg, #808080 0%, #a8a8a8 100%);
	background : -webkit-linear-gradient(-25deg, #808080 0%, #a8a8a8 100%);
	background : linear-gradient(115deg, #808080 0%, #a8a8a8 100%);
	color      : #ffffff;
	}

.gradient.theme-808080 .text-themed {
	color : #808080;
	}

.theme-9b72da {
	background-color : #9b72da !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-9b72da:nth-child(even) {
	background-color : #9168d0 !important
	}

.gradient.theme-9b72da {
	background : -moz-linear-gradient(-25deg, #9b72da 0%, #c39aff 100%);
	background : -webkit-linear-gradient(-25deg, #9b72da 0%, #c39aff 100%);
	background : linear-gradient(115deg, #9b72da 0%, #c39aff 100%);
	color      : #ffffff;
	}

.gradient.theme-9b72da .text-themed {
	color : #9b72da;
	}

.theme-9343a9 {
	background-color : #9343a9 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-9343a9:nth-child(even) {
	background-color : #89399f !important
	}

.gradient.theme-9343a9 {
	background : -moz-linear-gradient(-25deg, #9343a9 0%, #bb6bd1 100%);
	background : -webkit-linear-gradient(-25deg, #9343a9 0%, #bb6bd1 100%);
	background : linear-gradient(115deg, #9343a9 0%, #bb6bd1 100%);
	color      : #ffffff;
	}

.gradient.theme-9343a9 .text-themed {
	color : #9343a9;
	}

.theme-010d43 {
	background-color : #010d43 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-010d43:nth-child(even) {
	background-color : #000339 !important
	}

.gradient.theme-010d43 {
	background : -moz-linear-gradient(-25deg, #010d43 0%, #29356b 100%);
	background : -webkit-linear-gradient(-25deg, #010d43 0%, #29356b 100%);
	background : linear-gradient(115deg, #010d43 0%, #29356b 100%);
	color      : #ffffff;
	}

.gradient.theme-010d43 .text-themed {
	color : #010d43;
	}

.theme-3c91c5 {
	background-color : #3c91c5 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3c91c5:nth-child(even) {
	background-color : #3287bb !important
	}

.gradient.theme-3c91c5 {
	background : -moz-linear-gradient(-25deg, #3c91c5 0%, #64b9ed 100%);
	background : -webkit-linear-gradient(-25deg, #3c91c5 0%, #64b9ed 100%);
	background : linear-gradient(115deg, #3c91c5 0%, #64b9ed 100%);
	color      : #ffffff;
	}

.gradient.theme-3c91c5 .text-themed {
	color : #3c91c5;
	}

.theme-3f80b6 {
	background-color : #3f80b6 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3f80b6:nth-child(even) {
	background-color : #3576ac !important
	}

.gradient.theme-3f80b6 {
	background : -moz-linear-gradient(-25deg, #3f80b6 0%, #67a8de 100%);
	background : -webkit-linear-gradient(-25deg, #3f80b6 0%, #67a8de 100%);
	background : linear-gradient(115deg, #3f80b6 0%, #67a8de 100%);
	color      : #ffffff;
	}

.gradient.theme-3f80b6 .text-themed {
	color : #3f80b6;
	}

.theme-205081 {
	background-color : #205081 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-205081:nth-child(even) {
	background-color : #164677 !important
	}

.gradient.theme-205081 {
	background : -moz-linear-gradient(-25deg, #205081 0%, #4878a9 100%);
	background : -webkit-linear-gradient(-25deg, #205081 0%, #4878a9 100%);
	background : linear-gradient(115deg, #205081 0%, #4878a9 100%);
	color      : #ffffff;
	}

.gradient.theme-205081 .text-themed {
	color : #205081;
	}

.theme-3aa0e5 {
	background-color : #3aa0e5 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3aa0e5:nth-child(even) {
	background-color : #3096db !important
	}

.gradient.theme-3aa0e5 {
	background : -moz-linear-gradient(-25deg, #3aa0e5 0%, #62c8ff 100%);
	background : -webkit-linear-gradient(-25deg, #3aa0e5 0%, #62c8ff 100%);
	background : linear-gradient(115deg, #3aa0e5 0%, #62c8ff 100%);
	color      : #ffffff;
	}

.gradient.theme-3aa0e5 .text-themed {
	color : #3aa0e5;
	}

.theme-362f2f {
	background-color : #362f2f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-362f2f:nth-child(even) {
	background-color : #2c2525 !important
	}

.gradient.theme-362f2f {
	background : -moz-linear-gradient(-25deg, #362f2f 0%, #5e5757 100%);
	background : -webkit-linear-gradient(-25deg, #362f2f 0%, #5e5757 100%);
	background : linear-gradient(115deg, #362f2f 0%, #5e5757 100%);
	color      : #ffffff;
	}

.gradient.theme-362f2f .text-themed {
	color : #362f2f;
	}

.theme-1eaa7d {
	background-color : #1eaa7d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1eaa7d:nth-child(even) {
	background-color : #14a073 !important
	}

.gradient.theme-1eaa7d {
	background : -moz-linear-gradient(-25deg, #1eaa7d 0%, #46d2a5 100%);
	background : -webkit-linear-gradient(-25deg, #1eaa7d 0%, #46d2a5 100%);
	background : linear-gradient(115deg, #1eaa7d 0%, #46d2a5 100%);
	color      : #ffffff;
	}

.gradient.theme-1eaa7d .text-themed {
	color : #1eaa7d;
	}

.theme-54616c {
	background-color : #54616c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-54616c:nth-child(even) {
	background-color : #4a5762 !important
	}

.gradient.theme-54616c {
	background : -moz-linear-gradient(-25deg, #54616c 0%, #7c8994 100%);
	background : -webkit-linear-gradient(-25deg, #54616c 0%, #7c8994 100%);
	background : linear-gradient(115deg, #54616c 0%, #7c8994 100%);
	color      : #ffffff;
	}

.gradient.theme-54616c .text-themed {
	color : #54616c;
	}

.theme-25457b {
	background-color : #25457b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-25457b:nth-child(even) {
	background-color : #1b3b71 !important
	}

.gradient.theme-25457b {
	background : -moz-linear-gradient(-25deg, #25457b 0%, #4d6da3 100%);
	background : -webkit-linear-gradient(-25deg, #25457b 0%, #4d6da3 100%);
	background : linear-gradient(115deg, #25457b 0%, #4d6da3 100%);
	color      : #ffffff;
	}

.gradient.theme-25457b .text-themed {
	color : #25457b;
	}

.theme-666666 {
	background-color : #666666 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-666666:nth-child(even) {
	background-color : #5c5c5c !important
	}

.gradient.theme-666666 {
	background : -moz-linear-gradient(-25deg, #666666 0%, #8e8e8e 100%);
	background : -webkit-linear-gradient(-25deg, #666666 0%, #8e8e8e 100%);
	background : linear-gradient(115deg, #666666 0%, #8e8e8e 100%);
	color      : #ffffff;
	}

.gradient.theme-666666 .text-themed {
	color : #666666;
	}

.theme-dc0176 {
	background-color : #dc0176 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-dc0176:nth-child(even) {
	background-color : #d2006c !important
	}

.gradient.theme-dc0176 {
	background : -moz-linear-gradient(-25deg, #dc0176 0%, #ff299e 100%);
	background : -webkit-linear-gradient(-25deg, #dc0176 0%, #ff299e 100%);
	background : linear-gradient(115deg, #dc0176 0%, #ff299e 100%);
	color      : #ffffff;
	}

.gradient.theme-dc0176 .text-themed {
	color : #dc0176;
	}

.theme-7b68ee {
	background-color : #7b68ee !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-7b68ee:nth-child(even) {
	background-color : #715ee4 !important
	}

.gradient.theme-7b68ee {
	background : -moz-linear-gradient(-25deg, #7b68ee 0%, #a390ff 100%);
	background : -webkit-linear-gradient(-25deg, #7b68ee 0%, #a390ff 100%);
	background : linear-gradient(115deg, #7b68ee 0%, #a390ff 100%);
	color      : #ffffff;
	}

.gradient.theme-7b68ee .text-themed {
	color : #7b68ee;
	}

.theme-5944b0 {
	background-color : #5944b0 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-5944b0:nth-child(even) {
	background-color : #4f3aa6 !important
	}

.gradient.theme-5944b0 {
	background : -moz-linear-gradient(-25deg, #5944b0 0%, #816cd8 100%);
	background : -webkit-linear-gradient(-25deg, #5944b0 0%, #816cd8 100%);
	background : linear-gradient(115deg, #5944b0 0%, #816cd8 100%);
	color      : #ffffff;
	}

.gradient.theme-5944b0 .text-themed {
	color : #5944b0;
	}

.theme-e8117f {
	background-color : #e8117f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e8117f:nth-child(even) {
	background-color : #de0775 !important
	}

.gradient.theme-e8117f {
	background : -moz-linear-gradient(-25deg, #e8117f 0%, #ff39a7 100%);
	background : -webkit-linear-gradient(-25deg, #e8117f 0%, #ff39a7 100%);
	background : linear-gradient(115deg, #e8117f 0%, #ff39a7 100%);
	color      : #ffffff;
	}

.gradient.theme-e8117f .text-themed {
	color : #e8117f;
	}

.theme-1396c4 {
	background-color : #1396c4 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1396c4:nth-child(even) {
	background-color : #098cba !important
	}

.gradient.theme-1396c4 {
	background : -moz-linear-gradient(-25deg, #1396c4 0%, #3bbeec 100%);
	background : -webkit-linear-gradient(-25deg, #1396c4 0%, #3bbeec 100%);
	background : linear-gradient(115deg, #1396c4 0%, #3bbeec 100%);
	color      : #ffffff;
	}

.gradient.theme-1396c4 .text-themed {
	color : #1396c4;
	}

.theme-f95562 {
	background-color : #f95562 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f95562:nth-child(even) {
	background-color : #ef4b58 !important
	}

.gradient.theme-f95562 {
	background : -moz-linear-gradient(-25deg, #f95562 0%, #ff7d8a 100%);
	background : -webkit-linear-gradient(-25deg, #f95562 0%, #ff7d8a 100%);
	background : linear-gradient(115deg, #f95562 0%, #ff7d8a 100%);
	color      : #ffffff;
	}

.gradient.theme-f95562 .text-themed {
	color : #f95562;
	}

.theme-007bff {
	background-color : #007bff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-007bff:nth-child(even) {
	background-color : #0071f5 !important
	}

.gradient.theme-007bff {
	background : -moz-linear-gradient(-25deg, #007bff 0%, #28a3ff 100%);
	background : -webkit-linear-gradient(-25deg, #007bff 0%, #28a3ff 100%);
	background : linear-gradient(115deg, #007bff 0%, #28a3ff 100%);
	color      : #ffffff;
	}

.gradient.theme-007bff .text-themed {
	color : #007bff;
	}

.theme-00b9e8 {
	background-color : #00b9e8 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00b9e8:nth-child(even) {
	background-color : #00afde !important
	}

.gradient.theme-00b9e8 {
	background : -moz-linear-gradient(-25deg, #00b9e8 0%, #28e1ff 100%);
	background : -webkit-linear-gradient(-25deg, #00b9e8 0%, #28e1ff 100%);
	background : linear-gradient(115deg, #00b9e8 0%, #28e1ff 100%);
	color      : #ffffff;
	}

.gradient.theme-00b9e8 .text-themed {
	color : #00b9e8;
	}

.theme-a20000 {
	background-color : #a20000 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-a20000:nth-child(even) {
	background-color : #980000 !important
	}

.gradient.theme-a20000 {
	background : -moz-linear-gradient(-25deg, #a20000 0%, #ca2828 100%);
	background : -webkit-linear-gradient(-25deg, #a20000 0%, #ca2828 100%);
	background : linear-gradient(115deg, #a20000 0%, #ca2828 100%);
	color      : #ffffff;
	}

.gradient.theme-a20000 .text-themed {
	color : #a20000;
	}

.theme-00956f {
	background-color : #00956f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00956f:nth-child(even) {
	background-color : #008b65 !important
	}

.gradient.theme-00956f {
	background : -moz-linear-gradient(-25deg, #00956f 0%, #28bd97 100%);
	background : -webkit-linear-gradient(-25deg, #00956f 0%, #28bd97 100%);
	background : linear-gradient(115deg, #00956f 0%, #28bd97 100%);
	color      : #ffffff;
	}

.gradient.theme-00956f .text-themed {
	color : #00956f;
	}

.theme-632ca6 {
	background-color : #632ca6 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-632ca6:nth-child(even) {
	background-color : #59229c !important
	}

.gradient.theme-632ca6 {
	background : -moz-linear-gradient(-25deg, #632ca6 0%, #8b54ce 100%);
	background : -webkit-linear-gradient(-25deg, #632ca6 0%, #8b54ce 100%);
	background : linear-gradient(115deg, #632ca6 0%, #8b54ce 100%);
	color      : #ffffff;
	}

.gradient.theme-632ca6 .text-themed {
	color : #632ca6;
	}

.theme-555f67 {
	background-color : #555f67 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-555f67:nth-child(even) {
	background-color : #4b555d !important
	}

.gradient.theme-555f67 {
	background : -moz-linear-gradient(-25deg, #555f67 0%, #7d878f 100%);
	background : -webkit-linear-gradient(-25deg, #555f67 0%, #7d878f 100%);
	background : linear-gradient(115deg, #555f67 0%, #7d878f 100%);
	color      : #ffffff;
	}

.gradient.theme-555f67 .text-themed {
	color : #555f67;
	}

.theme-1076bd {
	background-color : #1076bd !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1076bd:nth-child(even) {
	background-color : #066cb3 !important
	}

.gradient.theme-1076bd {
	background : -moz-linear-gradient(-25deg, #1076bd 0%, #389ee5 100%);
	background : -webkit-linear-gradient(-25deg, #1076bd 0%, #389ee5 100%);
	background : linear-gradient(115deg, #1076bd 0%, #389ee5 100%);
	color      : #ffffff;
	}

.gradient.theme-1076bd .text-themed {
	color : #1076bd;
	}

.theme-e25439 {
	background-color : #e25439 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e25439:nth-child(even) {
	background-color : #d84a2f !important
	}

.gradient.theme-e25439 {
	background : -moz-linear-gradient(-25deg, #e25439 0%, #ff7c61 100%);
	background : -webkit-linear-gradient(-25deg, #e25439 0%, #ff7c61 100%);
	background : linear-gradient(115deg, #e25439 0%, #ff7c61 100%);
	color      : #ffffff;
	}

.gradient.theme-e25439 .text-themed {
	color : #e25439;
	}

.theme-2a7bde {
	background-color : #2a7bde !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2a7bde:nth-child(even) {
	background-color : #2071d4 !important
	}

.gradient.theme-2a7bde {
	background : -moz-linear-gradient(-25deg, #2a7bde 0%, #52a3ff 100%);
	background : -webkit-linear-gradient(-25deg, #2a7bde 0%, #52a3ff 100%);
	background : linear-gradient(115deg, #2a7bde 0%, #52a3ff 100%);
	color      : #ffffff;
	}

.gradient.theme-2a7bde .text-themed {
	color : #2a7bde;
	}

.theme-0fa763 {
	background-color : #0fa763 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0fa763:nth-child(even) {
	background-color : #059d59 !important
	}

.gradient.theme-0fa763 {
	background : -moz-linear-gradient(-25deg, #0fa763 0%, #37cf8b 100%);
	background : -webkit-linear-gradient(-25deg, #0fa763 0%, #37cf8b 100%);
	background : linear-gradient(115deg, #0fa763 0%, #37cf8b 100%);
	color      : #ffffff;
	}

.gradient.theme-0fa763 .text-themed {
	color : #0fa763;
	}

.theme-616366 {
	background-color : #616366 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-616366:nth-child(even) {
	background-color : #57595c !important
	}

.gradient.theme-616366 {
	background : -moz-linear-gradient(-25deg, #616366 0%, #898b8e 100%);
	background : -webkit-linear-gradient(-25deg, #616366 0%, #898b8e 100%);
	background : linear-gradient(115deg, #616366 0%, #898b8e 100%);
	color      : #ffffff;
	}

.gradient.theme-616366 .text-themed {
	color : #616366;
	}

.theme-005073 {
	background-color : #005073 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-005073:nth-child(even) {
	background-color : #004669 !important
	}

.gradient.theme-005073 {
	background : -moz-linear-gradient(-25deg, #005073 0%, #28789b 100%);
	background : -webkit-linear-gradient(-25deg, #005073 0%, #28789b 100%);
	background : linear-gradient(115deg, #005073 0%, #28789b 100%);
	color      : #ffffff;
	}

.gradient.theme-005073 .text-themed {
	color : #005073;
	}

.theme-0052cd {
	background-color : #0052cd !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0052cd:nth-child(even) {
	background-color : #0048c3 !important
	}

.gradient.theme-0052cd {
	background : -moz-linear-gradient(-25deg, #0052cd 0%, #287af5 100%);
	background : -webkit-linear-gradient(-25deg, #0052cd 0%, #287af5 100%);
	background : linear-gradient(115deg, #0052cd 0%, #287af5 100%);
	color      : #ffffff;
	}

.gradient.theme-0052cd .text-themed {
	color : #0052cd;
	}

.theme-ff22b1 {
	background-color : #ff22b1 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff22b1:nth-child(even) {
	background-color : #f518a7 !important
	}

.gradient.theme-ff22b1 {
	background : -moz-linear-gradient(-25deg, #ff22b1 0%, #ff4ad9 100%);
	background : -webkit-linear-gradient(-25deg, #ff22b1 0%, #ff4ad9 100%);
	background : linear-gradient(115deg, #ff22b1 0%, #ff4ad9 100%);
	color      : #ffffff;
	}

.gradient.theme-ff22b1 .text-themed {
	color : #ff22b1;
	}

.theme-032358 {
	background-color : #032358 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-032358:nth-child(even) {
	background-color : #00194e !important
	}

.gradient.theme-032358 {
	background : -moz-linear-gradient(-25deg, #032358 0%, #2b4b80 100%);
	background : -webkit-linear-gradient(-25deg, #032358 0%, #2b4b80 100%);
	background : linear-gradient(115deg, #032358 0%, #2b4b80 100%);
	color      : #ffffff;
	}

.gradient.theme-032358 .text-themed {
	color : #032358;
	}

.theme-dd4847 {
	background-color : #dd4847 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-dd4847:nth-child(even) {
	background-color : #d33e3d !important
	}

.gradient.theme-dd4847 {
	background : -moz-linear-gradient(-25deg, #dd4847 0%, #ff706f 100%);
	background : -webkit-linear-gradient(-25deg, #dd4847 0%, #ff706f 100%);
	background : linear-gradient(115deg, #dd4847 0%, #ff706f 100%);
	color      : #ffffff;
	}

.gradient.theme-dd4847 .text-themed {
	color : #dd4847;
	}

.theme-e27730 {
	background-color : #e27730 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e27730:nth-child(even) {
	background-color : #d86d26 !important
	}

.gradient.theme-e27730 {
	background : -moz-linear-gradient(-25deg, #e27730 0%, #ff9f58 100%);
	background : -webkit-linear-gradient(-25deg, #e27730 0%, #ff9f58 100%);
	background : linear-gradient(115deg, #e27730 0%, #ff9f58 100%);
	color      : #ffffff;
	}

.gradient.theme-e27730 .text-themed {
	color : #e27730;
	}

.theme-6aac4a {
	background-color : #6aac4a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-6aac4a:nth-child(even) {
	background-color : #60a240 !important
	}

.gradient.theme-6aac4a {
	background : -moz-linear-gradient(-25deg, #6aac4a 0%, #92d472 100%);
	background : -webkit-linear-gradient(-25deg, #6aac4a 0%, #92d472 100%);
	background : linear-gradient(115deg, #6aac4a 0%, #92d472 100%);
	color      : #ffffff;
	}

.gradient.theme-6aac4a .text-themed {
	color : #6aac4a;
	}

.theme-0052cc {
	background-color : #0052cc !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0052cc:nth-child(even) {
	background-color : #0048c2 !important
	}

.gradient.theme-0052cc {
	background : -moz-linear-gradient(-25deg, #0052cc 0%, #287af4 100%);
	background : -webkit-linear-gradient(-25deg, #0052cc 0%, #287af4 100%);
	background : linear-gradient(115deg, #0052cc 0%, #287af4 100%);
	color      : #ffffff;
	}

.gradient.theme-0052cc .text-themed {
	color : #0052cc;
	}

.theme-6dc649 {
	background-color : #6dc649 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-6dc649:nth-child(even) {
	background-color : #63bc3f !important
	}

.gradient.theme-6dc649 {
	background : -moz-linear-gradient(-25deg, #6dc649 0%, #459e21 100%);
	background : -webkit-linear-gradient(-25deg, #6dc649 0%, #459e21 100%);
	background : linear-gradient(115deg, #6dc649 0%, #459e21 100%);
	color      : #ffffff;
	}

.gradient.theme-6dc649 .text-themed {
	color : #459e21;
	}

.theme-0080d3 {
	background-color : #0080d3 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0080d3:nth-child(even) {
	background-color : #0076c9 !important
	}

.gradient.theme-0080d3 {
	background : -moz-linear-gradient(-25deg, #0080d3 0%, #28a8fb 100%);
	background : -webkit-linear-gradient(-25deg, #0080d3 0%, #28a8fb 100%);
	background : linear-gradient(115deg, #0080d3 0%, #28a8fb 100%);
	color      : #ffffff;
	}

.gradient.theme-0080d3 .text-themed {
	color : #0080d3;
	}

.theme-37c044 {
	background-color : #37c044 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-37c044:nth-child(even) {
	background-color : #2db63a !important
	}

.gradient.theme-37c044 {
	background : -moz-linear-gradient(-25deg, #37c044 0%, #5fe86c 100%);
	background : -webkit-linear-gradient(-25deg, #37c044 0%, #5fe86c 100%);
	background : linear-gradient(115deg, #37c044 0%, #5fe86c 100%);
	color      : #ffffff;
	}

.gradient.theme-37c044 .text-themed {
	color : #37c044;
	}

.theme-e83739 {
	background-color : #e83739 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e83739:nth-child(even) {
	background-color : #de2d2f !important
	}

.gradient.theme-e83739 {
	background : -moz-linear-gradient(-25deg, #e83739 0%, #ff5f61 100%);
	background : -webkit-linear-gradient(-25deg, #e83739 0%, #ff5f61 100%);
	background : linear-gradient(115deg, #e83739 0%, #ff5f61 100%);
	color      : #ffffff;
	}

.gradient.theme-e83739 .text-themed {
	color : #e83739;
	}

.theme-fef410 {
	background-color : #fef410 !important;
	color            : #000000 !important
	}

.list-group-icons .theme-fef410:nth-child(even) {
	background-color : #f4ea06 !important
	}

.gradient.theme-fef410 {
	background : -moz-linear-gradient(-25deg, #fef410 0%, #d6cc00 100%);
	background : -webkit-linear-gradient(-25deg, #fef410 0%, #d6cc00 100%);
	background : linear-gradient(115deg, #fef410 0%, #d6cc00 100%);
	color      : #000000;
	}

.gradient.theme-fef410 .text-themed {
	color : #d6cc00;
	}

.theme-fef410 img:not(.avatar):not(.no-invert) {
	-webkit-filter : invert(100%);
	-moz-filter    : invert(100%);
	-ms-filter     : invert(100%);
	-o-filter      : invert(100%);
	filter         : invert(100%)
	}

.theme-ff5722 {
	background-color : #ff5722 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff5722:nth-child(even) {
	background-color : #f54d18 !important
	}

.gradient.theme-ff5722 {
	background : -moz-linear-gradient(-25deg, #ff5722 0%, #ff7f4a 100%);
	background : -webkit-linear-gradient(-25deg, #ff5722 0%, #ff7f4a 100%);
	background : linear-gradient(115deg, #ff5722 0%, #ff7f4a 100%);
	color      : #ffffff;
	}

.gradient.theme-ff5722 .text-themed {
	color : #ff5722;
	}

.theme-5ba25a {
	background-color : #5ba25a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-5ba25a:nth-child(even) {
	background-color : #519850 !important
	}

.gradient.theme-5ba25a {
	background : -moz-linear-gradient(-25deg, #5ba25a 0%, #83ca82 100%);
	background : -webkit-linear-gradient(-25deg, #5ba25a 0%, #83ca82 100%);
	background : linear-gradient(115deg, #5ba25a 0%, #83ca82 100%);
	color      : #ffffff;
	}

.gradient.theme-5ba25a .text-themed {
	color : #5ba25a;
	}

.theme-1877f2 {
	background-color : #1877f2 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1877f2:nth-child(even) {
	background-color : #0e6de8 !important
	}

.gradient.theme-1877f2 {
	background : -moz-linear-gradient(-25deg, #1877f2 0%, #409fff 100%);
	background : -webkit-linear-gradient(-25deg, #1877f2 0%, #409fff 100%);
	background : linear-gradient(115deg, #1877f2 0%, #409fff 100%);
	color      : #ffffff;
	}

.gradient.theme-1877f2 .text-themed {
	color : #1877f2;
	}

.theme-4a71b5 {
	background-color : #4a71b5 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4a71b5:nth-child(even) {
	background-color : #4067ab !important
	}

.gradient.theme-4a71b5 {
	background : -moz-linear-gradient(-25deg, #4a71b5 0%, #7299dd 100%);
	background : -webkit-linear-gradient(-25deg, #4a71b5 0%, #7299dd 100%);
	background : linear-gradient(115deg, #4a71b5 0%, #7299dd 100%);
	color      : #ffffff;
	}

.gradient.theme-4a71b5 .text-themed {
	color : #4a71b5;
	}

.theme-6273ff {
	background-color : #6273ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-6273ff:nth-child(even) {
	background-color : #5869f5 !important
	}

.gradient.theme-6273ff {
	background : -moz-linear-gradient(-25deg, #6273ff 0%, #8a9bff 100%);
	background : -webkit-linear-gradient(-25deg, #6273ff 0%, #8a9bff 100%);
	background : linear-gradient(115deg, #6273ff 0%, #8a9bff 100%);
	color      : #ffffff;
	}

.gradient.theme-6273ff .text-themed {
	color : #6273ff;
	}

.theme-1e4756 {
	background-color : #1e4756 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1e4756:nth-child(even) {
	background-color : #143d4c !important
	}

.gradient.theme-1e4756 {
	background : -moz-linear-gradient(-25deg, #1e4756 0%, #466f7e 100%);
	background : -webkit-linear-gradient(-25deg, #1e4756 0%, #466f7e 100%);
	background : linear-gradient(115deg, #1e4756 0%, #466f7e 100%);
	color      : #ffffff;
	}

.gradient.theme-1e4756 .text-themed {
	color : #1e4756;
	}

.theme-0078d7 {
	background-color : #0078d7 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0078d7:nth-child(even) {
	background-color : #006ecd !important
	}

.gradient.theme-0078d7 {
	background : -moz-linear-gradient(-25deg, #0078d7 0%, #28a0ff 100%);
	background : -webkit-linear-gradient(-25deg, #0078d7 0%, #28a0ff 100%);
	background : linear-gradient(115deg, #0078d7 0%, #28a0ff 100%);
	color      : #ffffff;
	}

.gradient.theme-0078d7 .text-themed {
	color : #0078d7;
	}

.theme-0087ff {
	background-color : #0087ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0087ff:nth-child(even) {
	background-color : #007df5 !important
	}

.gradient.theme-0087ff {
	background : -moz-linear-gradient(-25deg, #0087ff 0%, #28afff 100%);
	background : -webkit-linear-gradient(-25deg, #0087ff 0%, #28afff 100%);
	background : linear-gradient(115deg, #0087ff 0%, #28afff 100%);
	color      : #ffffff;
	}

.gradient.theme-0087ff .text-themed {
	color : #0087ff;
	}

.theme-14294c {
	background-color : #14294c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-14294c:nth-child(even) {
	background-color : #0a1f42 !important
	}

.gradient.theme-14294c {
	background : -moz-linear-gradient(-25deg, #14294c 0%, #3c5174 100%);
	background : -webkit-linear-gradient(-25deg, #14294c 0%, #3c5174 100%);
	background : linear-gradient(115deg, #14294c 0%, #3c5174 100%);
	color      : #ffffff;
	}

.gradient.theme-14294c .text-themed {
	color : #14294c;
	}

.theme-ff0084 {
	background-color : #ff0084 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff0084:nth-child(even) {
	background-color : #f5007a !important
	}

.gradient.theme-ff0084 {
	background : -moz-linear-gradient(-25deg, #ff0084 0%, #ff28ac 100%);
	background : -webkit-linear-gradient(-25deg, #ff0084 0%, #ff28ac 100%);
	background : linear-gradient(115deg, #ff0084 0%, #ff28ac 100%);
	color      : #ffffff;
	}

.gradient.theme-ff0084 .text-themed {
	color : #ff0084;
	}

.theme-286efa {
	background-color : #286efa !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-286efa:nth-child(even) {
	background-color : #1e64f0 !important
	}

.gradient.theme-286efa {
	background : -moz-linear-gradient(-25deg, #286efa 0%, #5096ff 100%);
	background : -webkit-linear-gradient(-25deg, #286efa 0%, #5096ff 100%);
	background : linear-gradient(115deg, #286efa 0%, #5096ff 100%);
	color      : #ffffff;
	}

.gradient.theme-286efa .text-themed {
	color : #286efa;
	}

.theme-22a1f0 {
	background-color : #22a1f0 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-22a1f0:nth-child(even) {
	background-color : #1897e6 !important
	}

.gradient.theme-22a1f0 {
	background : -moz-linear-gradient(-25deg, #22a1f0 0%, #4ac9ff 100%);
	background : -webkit-linear-gradient(-25deg, #22a1f0 0%, #4ac9ff 100%);
	background : linear-gradient(115deg, #22a1f0 0%, #4ac9ff 100%);
	color      : #ffffff;
	}

.gradient.theme-22a1f0 .text-themed {
	color : #22a1f0;
	}

.theme-40d9b2 {
	background-color : #40d9b2 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-40d9b2:nth-child(even) {
	background-color : #36cfa8 !important
	}

.gradient.theme-40d9b2 {
	background : -moz-linear-gradient(-25deg, #40d9b2 0%, #18b18a 100%);
	background : -webkit-linear-gradient(-25deg, #40d9b2 0%, #18b18a 100%);
	background : linear-gradient(115deg, #40d9b2 0%, #18b18a 100%);
	color      : #ffffff;
	}

.gradient.theme-40d9b2 .text-themed {
	color : #18b18a;
	}

.theme-66b2ff {
	background-color : #66b2ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-66b2ff:nth-child(even) {
	background-color : #5ca8f5 !important
	}

.gradient.theme-66b2ff {
	background : -moz-linear-gradient(-25deg, #66b2ff 0%, #3e8ad7 100%);
	background : -webkit-linear-gradient(-25deg, #66b2ff 0%, #3e8ad7 100%);
	background : linear-gradient(115deg, #66b2ff 0%, #3e8ad7 100%);
	color      : #ffffff;
	}

.gradient.theme-66b2ff .text-themed {
	color : #3e8ad7;
	}

.theme-fe4701 {
	background-color : #fe4701 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-fe4701:nth-child(even) {
	background-color : #f43d00 !important
	}

.gradient.theme-fe4701 {
	background : -moz-linear-gradient(-25deg, #fe4701 0%, #ff6f29 100%);
	background : -webkit-linear-gradient(-25deg, #fe4701 0%, #ff6f29 100%);
	background : linear-gradient(115deg, #fe4701 0%, #ff6f29 100%);
	color      : #ffffff;
	}

.gradient.theme-fe4701 .text-themed {
	color : #fe4701;
	}

.theme-1caf9a {
	background-color : #1caf9a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1caf9a:nth-child(even) {
	background-color : #12a590 !important
	}

.gradient.theme-1caf9a {
	background : -moz-linear-gradient(-25deg, #1caf9a 0%, #44d7c2 100%);
	background : -webkit-linear-gradient(-25deg, #1caf9a 0%, #44d7c2 100%);
	background : linear-gradient(115deg, #1caf9a 0%, #44d7c2 100%);
	color      : #ffffff;
	}

.gradient.theme-1caf9a .text-themed {
	color : #1caf9a;
	}

.theme-714dd2 {
	background-color : #714dd2 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-714dd2:nth-child(even) {
	background-color : #6743c8 !important
	}

.gradient.theme-714dd2 {
	background : -moz-linear-gradient(-25deg, #714dd2 0%, #9975fa 100%);
	background : -webkit-linear-gradient(-25deg, #714dd2 0%, #9975fa 100%);
	background : linear-gradient(115deg, #714dd2 0%, #9975fa 100%);
	color      : #ffffff;
	}

.gradient.theme-714dd2 .text-themed {
	color : #714dd2;
	}

.theme-46c1f0 {
	background-color : #46c1f0 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-46c1f0:nth-child(even) {
	background-color : #3cb7e6 !important
	}

.gradient.theme-46c1f0 {
	background : -moz-linear-gradient(-25deg, #46c1f0 0%, #1e99c8 100%);
	background : -webkit-linear-gradient(-25deg, #46c1f0 0%, #1e99c8 100%);
	background : linear-gradient(115deg, #46c1f0 0%, #1e99c8 100%);
	color      : #ffffff;
	}

.gradient.theme-46c1f0 .text-themed {
	color : #1e99c8;
	}

.theme-fec124 {
	background-color : #fec124 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-fec124:nth-child(even) {
	background-color : #f4b71a !important
	}

.gradient.theme-fec124 {
	background : -moz-linear-gradient(-25deg, #fec124 0%, #d69900 100%);
	background : -webkit-linear-gradient(-25deg, #fec124 0%, #d69900 100%);
	background : linear-gradient(115deg, #fec124 0%, #d69900 100%);
	color      : #ffffff;
	}

.gradient.theme-fec124 .text-themed {
	color : #d69900;
	}

.theme-ec5500 {
	background-color : #ec5500 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ec5500:nth-child(even) {
	background-color : #e24b00 !important
	}

.gradient.theme-ec5500 {
	background : -moz-linear-gradient(-25deg, #ec5500 0%, #ff7d28 100%);
	background : -webkit-linear-gradient(-25deg, #ec5500 0%, #ff7d28 100%);
	background : linear-gradient(115deg, #ec5500 0%, #ff7d28 100%);
	color      : #ffffff;
	}

.gradient.theme-ec5500 .text-themed {
	color : #ec5500;
	}

.theme-2962ff {
	background-color : #2962ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2962ff:nth-child(even) {
	background-color : #1f58f5 !important
	}

.gradient.theme-2962ff {
	background : -moz-linear-gradient(-25deg, #2962ff 0%, #518aff 100%);
	background : -webkit-linear-gradient(-25deg, #2962ff 0%, #518aff 100%);
	background : linear-gradient(115deg, #2962ff 0%, #518aff 100%);
	color      : #ffffff;
	}

.gradient.theme-2962ff .text-themed {
	color : #2962ff;
	}

.theme-0066a1 {
	background-color : #0066a1 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0066a1:nth-child(even) {
	background-color : #005c97 !important
	}

.gradient.theme-0066a1 {
	background : -moz-linear-gradient(-25deg, #0066a1 0%, #288ec9 100%);
	background : -webkit-linear-gradient(-25deg, #0066a1 0%, #288ec9 100%);
	background : linear-gradient(115deg, #0066a1 0%, #288ec9 100%);
	color      : #ffffff;
	}

.gradient.theme-0066a1 .text-themed {
	color : #0066a1;
	}

.theme-8cafca {
	background-color : #8cafca !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-8cafca:nth-child(even) {
	background-color : #82a5c0 !important
	}

.gradient.theme-8cafca {
	background : -moz-linear-gradient(-25deg, #8cafca 0%, #6487a2 100%);
	background : -webkit-linear-gradient(-25deg, #8cafca 0%, #6487a2 100%);
	background : linear-gradient(115deg, #8cafca 0%, #6487a2 100%);
	color      : #ffffff;
	}

.gradient.theme-8cafca .text-themed {
	color : #6487a2;
	}

.theme-1793d1 {
	background-color : #1793d1 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1793d1:nth-child(even) {
	background-color : #0d89c7 !important
	}

.gradient.theme-1793d1 {
	background : -moz-linear-gradient(-25deg, #1793d1 0%, #3fbbf9 100%);
	background : -webkit-linear-gradient(-25deg, #1793d1 0%, #3fbbf9 100%);
	background : linear-gradient(115deg, #1793d1 0%, #3fbbf9 100%);
	color      : #ffffff;
	}

.gradient.theme-1793d1 .text-themed {
	color : #1793d1;
	}

.theme-24a9de {
	background-color : #24a9de !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-24a9de:nth-child(even) {
	background-color : #1a9fd4 !important
	}

.gradient.theme-24a9de {
	background : -moz-linear-gradient(-25deg, #24a9de 0%, #4cd1ff 100%);
	background : -webkit-linear-gradient(-25deg, #24a9de 0%, #4cd1ff 100%);
	background : linear-gradient(115deg, #24a9de 0%, #4cd1ff 100%);
	color      : #ffffff;
	}

.gradient.theme-24a9de .text-themed {
	color : #24a9de;
	}

.theme-006eaa {
	background-color : #006eaa !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-006eaa:nth-child(even) {
	background-color : #0064a0 !important
	}

.gradient.theme-006eaa {
	background : -moz-linear-gradient(-25deg, #006eaa 0%, #2896d2 100%);
	background : -webkit-linear-gradient(-25deg, #006eaa 0%, #2896d2 100%);
	background : linear-gradient(115deg, #006eaa 0%, #2896d2 100%);
	color      : #ffffff;
	}

.gradient.theme-006eaa .text-themed {
	color : #006eaa;
	}

.theme-2081f0 {
	background-color : #2081f0 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2081f0:nth-child(even) {
	background-color : #1677e6 !important
	}

.gradient.theme-2081f0 {
	background : -moz-linear-gradient(-25deg, #2081f0 0%, #48a9ff 100%);
	background : -webkit-linear-gradient(-25deg, #2081f0 0%, #48a9ff 100%);
	background : linear-gradient(115deg, #2081f0 0%, #48a9ff 100%);
	color      : #ffffff;
	}

.gradient.theme-2081f0 .text-themed {
	color : #2081f0;
	}

.theme-27c00a {
	background-color : #27c00a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-27c00a:nth-child(even) {
	background-color : #1db600 !important
	}

.gradient.theme-27c00a {
	background : -moz-linear-gradient(-25deg, #27c00a 0%, #4fe832 100%);
	background : -webkit-linear-gradient(-25deg, #27c00a 0%, #4fe832 100%);
	background : linear-gradient(115deg, #27c00a 0%, #4fe832 100%);
	color      : #ffffff;
	}

.gradient.theme-27c00a .text-themed {
	color : #27c00a;
	}

.theme-0e4293 {
	background-color : #0e4293 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0e4293:nth-child(even) {
	background-color : #043889 !important
	}

.gradient.theme-0e4293 {
	background : -moz-linear-gradient(-25deg, #0e4293 0%, #366abb 100%);
	background : -webkit-linear-gradient(-25deg, #0e4293 0%, #366abb 100%);
	background : linear-gradient(115deg, #0e4293 0%, #366abb 100%);
	color      : #ffffff;
	}

.gradient.theme-0e4293 .text-themed {
	color : #0e4293;
	}

.theme-60c3e1 {
	background-color : #60c3e1 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-60c3e1:nth-child(even) {
	background-color : #56b9d7 !important
	}

.gradient.theme-60c3e1 {
	background : -moz-linear-gradient(-25deg, #60c3e1 0%, #389bb9 100%);
	background : -webkit-linear-gradient(-25deg, #60c3e1 0%, #389bb9 100%);
	background : linear-gradient(115deg, #60c3e1 0%, #389bb9 100%);
	color      : #ffffff;
	}

.gradient.theme-60c3e1 .text-themed {
	color : #389bb9;
	}

.theme-0bc3e0 {
	background-color : #0bc3e0 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0bc3e0:nth-child(even) {
	background-color : #01b9d6 !important
	}

.gradient.theme-0bc3e0 {
	background : -moz-linear-gradient(-25deg, #0bc3e0 0%, #33ebff 100%);
	background : -webkit-linear-gradient(-25deg, #0bc3e0 0%, #33ebff 100%);
	background : linear-gradient(115deg, #0bc3e0 0%, #33ebff 100%);
	color      : #ffffff;
	}

.gradient.theme-0bc3e0 .text-themed {
	color : #0bc3e0;
	}

.theme-20bbd1 {
	background-color : #20bbd1 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-20bbd1:nth-child(even) {
	background-color : #16b1c7 !important
	}

.gradient.theme-20bbd1 {
	background : -moz-linear-gradient(-25deg, #20bbd1 0%, #48e3f9 100%);
	background : -webkit-linear-gradient(-25deg, #20bbd1 0%, #48e3f9 100%);
	background : linear-gradient(115deg, #20bbd1 0%, #48e3f9 100%);
	color      : #ffffff;
	}

.gradient.theme-20bbd1 .text-themed {
	color : #20bbd1;
	}

.theme-399de5 {
	background-color : #399de5 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-399de5:nth-child(even) {
	background-color : #2f93db !important
	}

.gradient.theme-399de5 {
	background : -moz-linear-gradient(-25deg, #399de5 0%, #61c5ff 100%);
	background : -webkit-linear-gradient(-25deg, #399de5 0%, #61c5ff 100%);
	background : linear-gradient(115deg, #399de5 0%, #61c5ff 100%);
	color      : #ffffff;
	}

.gradient.theme-399de5 .text-themed {
	color : #399de5;
	}

.theme-c7082b {
	background-color : #c7082b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-c7082b:nth-child(even) {
	background-color : #bd0021 !important
	}

.gradient.theme-c7082b {
	background : -moz-linear-gradient(-25deg, #c7082b 0%, #ef3053 100%);
	background : -webkit-linear-gradient(-25deg, #c7082b 0%, #ef3053 100%);
	background : linear-gradient(115deg, #c7082b 0%, #ef3053 100%);
	color      : #ffffff;
	}

.gradient.theme-c7082b .text-themed {
	color : #c7082b;
	}

.theme-00bfee {
	background-color : #00bfee !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00bfee:nth-child(even) {
	background-color : #00b5e4 !important
	}

.gradient.theme-00bfee {
	background : -moz-linear-gradient(-25deg, #00bfee 0%, #28e7ff 100%);
	background : -webkit-linear-gradient(-25deg, #00bfee 0%, #28e7ff 100%);
	background : linear-gradient(115deg, #00bfee 0%, #28e7ff 100%);
	color      : #ffffff;
	}

.gradient.theme-00bfee .text-themed {
	color : #00bfee;
	}

.theme-0082c6 {
	background-color : #0082c6 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0082c6:nth-child(even) {
	background-color : #0078bc !important
	}

.gradient.theme-0082c6 {
	background : -moz-linear-gradient(-25deg, #0082c6 0%, #28aaee 100%);
	background : -webkit-linear-gradient(-25deg, #0082c6 0%, #28aaee 100%);
	background : linear-gradient(115deg, #0082c6 0%, #28aaee 100%);
	color      : #ffffff;
	}

.gradient.theme-0082c6 .text-themed {
	color : #0082c6;
	}

.theme-d93939 {
	background-color : #d93939 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-d93939:nth-child(even) {
	background-color : #cf2f2f !important
	}

.gradient.theme-d93939 {
	background : -moz-linear-gradient(-25deg, #d93939 0%, #ff6161 100%);
	background : -webkit-linear-gradient(-25deg, #d93939 0%, #ff6161 100%);
	background : linear-gradient(115deg, #d93939 0%, #ff6161 100%);
	color      : #ffffff;
	}

.gradient.theme-d93939 .text-themed {
	color : #d93939;
	}

.theme-85c3e9 {
	background-color : #85c3e9 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-85c3e9:nth-child(even) {
	background-color : #7bb9df !important
	}

.gradient.theme-85c3e9 {
	background : -moz-linear-gradient(-25deg, #85c3e9 0%, #5d9bc1 100%);
	background : -webkit-linear-gradient(-25deg, #85c3e9 0%, #5d9bc1 100%);
	background : linear-gradient(115deg, #85c3e9 0%, #5d9bc1 100%);
	color      : #ffffff;
	}

.gradient.theme-85c3e9 .text-themed {
	color : #5d9bc1;
	}

.theme-7abe43 {
	background-color : #7abe43 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-7abe43:nth-child(even) {
	background-color : #70b439 !important
	}

.gradient.theme-7abe43 {
	background : -moz-linear-gradient(-25deg, #7abe43 0%, #52961b 100%);
	background : -webkit-linear-gradient(-25deg, #7abe43 0%, #52961b 100%);
	background : linear-gradient(115deg, #7abe43 0%, #52961b 100%);
	color      : #ffffff;
	}

.gradient.theme-7abe43 .text-themed {
	color : #52961b;
	}

.theme-328ff8 {
	background-color : #328ff8 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-328ff8:nth-child(even) {
	background-color : #2885ee !important
	}

.gradient.theme-328ff8 {
	background : -moz-linear-gradient(-25deg, #328ff8 0%, #5ab7ff 100%);
	background : -webkit-linear-gradient(-25deg, #328ff8 0%, #5ab7ff 100%);
	background : linear-gradient(115deg, #328ff8 0%, #5ab7ff 100%);
	color      : #ffffff;
	}

.gradient.theme-328ff8 .text-themed {
	color : #328ff8;
	}

.theme-4a86e8 {
	background-color : #4a86e8 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4a86e8:nth-child(even) {
	background-color : #407cde !important
	}

.gradient.theme-4a86e8 {
	background : -moz-linear-gradient(-25deg, #4a86e8 0%, #72aeff 100%);
	background : -webkit-linear-gradient(-25deg, #4a86e8 0%, #72aeff 100%);
	background : linear-gradient(115deg, #4a86e8 0%, #72aeff 100%);
	color      : #ffffff;
	}

.gradient.theme-4a86e8 .text-themed {
	color : #4a86e8;
	}

.theme-5ab7e0 {
	background-color : #5ab7e0 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-5ab7e0:nth-child(even) {
	background-color : #50add6 !important
	}

.gradient.theme-5ab7e0 {
	background : -moz-linear-gradient(-25deg, #5ab7e0 0%, #328fb8 100%);
	background : -webkit-linear-gradient(-25deg, #5ab7e0 0%, #328fb8 100%);
	background : linear-gradient(115deg, #5ab7e0 0%, #328fb8 100%);
	color      : #ffffff;
	}

.gradient.theme-5ab7e0 .text-themed {
	color : #328fb8;
	}

.theme-4386fa {
	background-color : #4386fa !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4386fa:nth-child(even) {
	background-color : #397cf0 !important
	}

.gradient.theme-4386fa {
	background : -moz-linear-gradient(-25deg, #4386fa 0%, #6baeff 100%);
	background : -webkit-linear-gradient(-25deg, #4386fa 0%, #6baeff 100%);
	background : linear-gradient(115deg, #4386fa 0%, #6baeff 100%);
	color      : #ffffff;
	}

.gradient.theme-4386fa .text-themed {
	color : #4386fa;
	}

.theme-1e869f {
	background-color : #1e869f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1e869f:nth-child(even) {
	background-color : #147c95 !important
	}

.gradient.theme-1e869f {
	background : -moz-linear-gradient(-25deg, #1e869f 0%, #46aec7 100%);
	background : -webkit-linear-gradient(-25deg, #1e869f 0%, #46aec7 100%);
	background : linear-gradient(115deg, #1e869f 0%, #46aec7 100%);
	color      : #ffffff;
	}

.gradient.theme-1e869f .text-themed {
	color : #1e869f;
	}

.theme-1a7a3f {
	background-color : #1a7a3f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1a7a3f:nth-child(even) {
	background-color : #107035 !important
	}

.gradient.theme-1a7a3f {
	background : -moz-linear-gradient(-25deg, #1a7a3f 0%, #42a267 100%);
	background : -webkit-linear-gradient(-25deg, #1a7a3f 0%, #42a267 100%);
	background : linear-gradient(115deg, #1a7a3f 0%, #42a267 100%);
	color      : #ffffff;
	}

.gradient.theme-1a7a3f .text-themed {
	color : #1a7a3f;
	}

.theme-6a1b9a {
	background-color : #6a1b9a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-6a1b9a:nth-child(even) {
	background-color : #601190 !important
	}

.gradient.theme-6a1b9a {
	background : -moz-linear-gradient(-25deg, #6a1b9a 0%, #9243c2 100%);
	background : -webkit-linear-gradient(-25deg, #6a1b9a 0%, #9243c2 100%);
	background : linear-gradient(115deg, #6a1b9a 0%, #9243c2 100%);
	color      : #ffffff;
	}

.gradient.theme-6a1b9a .text-themed {
	color : #6a1b9a;
	}

.theme-2badad {
	background-color : #2badad !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2badad:nth-child(even) {
	background-color : #21a3a3 !important
	}

.gradient.theme-2badad {
	background : -moz-linear-gradient(-25deg, #2badad 0%, #53d5d5 100%);
	background : -webkit-linear-gradient(-25deg, #2badad 0%, #53d5d5 100%);
	background : linear-gradient(115deg, #2badad 0%, #53d5d5 100%);
	color      : #ffffff;
	}

.gradient.theme-2badad .text-themed {
	color : #2badad;
	}

.theme-0480b7 {
	background-color : #0480b7 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0480b7:nth-child(even) {
	background-color : #0076ad !important
	}

.gradient.theme-0480b7 {
	background : -moz-linear-gradient(-25deg, #0480b7 0%, #2ca8df 100%);
	background : -webkit-linear-gradient(-25deg, #0480b7 0%, #2ca8df 100%);
	background : linear-gradient(115deg, #0480b7 0%, #2ca8df 100%);
	color      : #ffffff;
	}

.gradient.theme-0480b7 .text-themed {
	color : #0480b7;
	}

.theme-800080 {
	background-color : #800080 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-800080:nth-child(even) {
	background-color : #760076 !important
	}

.gradient.theme-800080 {
	background : -moz-linear-gradient(-25deg, #800080 0%, #a828a8 100%);
	background : -webkit-linear-gradient(-25deg, #800080 0%, #a828a8 100%);
	background : linear-gradient(115deg, #800080 0%, #a828a8 100%);
	color      : #ffffff;
	}

.gradient.theme-800080 .text-themed {
	color : #800080;
	}

.theme-4bacea {
	background-color : #4bacea !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4bacea:nth-child(even) {
	background-color : #41a2e0 !important
	}

.gradient.theme-4bacea {
	background : -moz-linear-gradient(-25deg, #4bacea 0%, #73d4ff 100%);
	background : -webkit-linear-gradient(-25deg, #4bacea 0%, #73d4ff 100%);
	background : linear-gradient(115deg, #4bacea 0%, #73d4ff 100%);
	color      : #ffffff;
	}

.gradient.theme-4bacea .text-themed {
	color : #4bacea;
	}

.theme-6641c4 {
	background-color : #6641c4 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-6641c4:nth-child(even) {
	background-color : #5c37ba !important
	}

.gradient.theme-6641c4 {
	background : -moz-linear-gradient(-25deg, #6641c4 0%, #8e69ec 100%);
	background : -webkit-linear-gradient(-25deg, #6641c4 0%, #8e69ec 100%);
	background : linear-gradient(115deg, #6641c4 0%, #8e69ec 100%);
	color      : #ffffff;
	}

.gradient.theme-6641c4 .text-themed {
	color : #6641c4;
	}

.theme-5ca08e {
	background-color : #5ca08e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-5ca08e:nth-child(even) {
	background-color : #529684 !important
	}

.gradient.theme-5ca08e {
	background : -moz-linear-gradient(-25deg, #5ca08e 0%, #84c8b6 100%);
	background : -webkit-linear-gradient(-25deg, #5ca08e 0%, #84c8b6 100%);
	background : linear-gradient(115deg, #5ca08e 0%, #84c8b6 100%);
	color      : #ffffff;
	}

.gradient.theme-5ca08e .text-themed {
	color : #5ca08e;
	}

.theme-ef672f {
	background-color : #ef672f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ef672f:nth-child(even) {
	background-color : #e55d25 !important
	}

.gradient.theme-ef672f {
	background : -moz-linear-gradient(-25deg, #ef672f 0%, #ff8f57 100%);
	background : -webkit-linear-gradient(-25deg, #ef672f 0%, #ff8f57 100%);
	background : linear-gradient(115deg, #ef672f 0%, #ff8f57 100%);
	color      : #ffffff;
	}

.gradient.theme-ef672f .text-themed {
	color : #ef672f;
	}

.theme-05cc47 {
	background-color : #05cc47 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-05cc47:nth-child(even) {
	background-color : #00c23d !important
	}

.gradient.theme-05cc47 {
	background : -moz-linear-gradient(-25deg, #05cc47 0%, #2df46f 100%);
	background : -webkit-linear-gradient(-25deg, #05cc47 0%, #2df46f 100%);
	background : linear-gradient(115deg, #05cc47 0%, #2df46f 100%);
	color      : #ffffff;
	}

.gradient.theme-05cc47 .text-themed {
	color : #05cc47;
	}

.theme-f29100 {
	background-color : #f29100 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f29100:nth-child(even) {
	background-color : #e88700 !important
	}

.gradient.theme-f29100 {
	background : -moz-linear-gradient(-25deg, #f29100 0%, #ca6900 100%);
	background : -webkit-linear-gradient(-25deg, #f29100 0%, #ca6900 100%);
	background : linear-gradient(115deg, #f29100 0%, #ca6900 100%);
	color      : #ffffff;
	}

.gradient.theme-f29100 .text-themed {
	color : #ca6900;
	}

.theme-00aee7 {
	background-color : #00aee7 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00aee7:nth-child(even) {
	background-color : #00a4dd !important
	}

.gradient.theme-00aee7 {
	background : -moz-linear-gradient(-25deg, #00aee7 0%, #28d6ff 100%);
	background : -webkit-linear-gradient(-25deg, #00aee7 0%, #28d6ff 100%);
	background : linear-gradient(115deg, #00aee7 0%, #28d6ff 100%);
	color      : #ffffff;
	}

.gradient.theme-00aee7 .text-themed {
	color : #00aee7;
	}

.theme-299ed9 {
	background-color : #299ed9 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-299ed9:nth-child(even) {
	background-color : #1f94cf !important
	}

.gradient.theme-299ed9 {
	background : -moz-linear-gradient(-25deg, #299ed9 0%, #51c6ff 100%);
	background : -webkit-linear-gradient(-25deg, #299ed9 0%, #51c6ff 100%);
	background : linear-gradient(115deg, #299ed9 0%, #51c6ff 100%);
	color      : #ffffff;
	}

.gradient.theme-299ed9 .text-themed {
	color : #299ed9;
	}

.theme-e18063 {
	background-color : #e18063 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e18063:nth-child(even) {
	background-color : #d77659 !important
	}

.gradient.theme-e18063 {
	background : -moz-linear-gradient(-25deg, #e18063 0%, #b9583b 100%);
	background : -webkit-linear-gradient(-25deg, #e18063 0%, #b9583b 100%);
	background : linear-gradient(115deg, #e18063 0%, #b9583b 100%);
	color      : #ffffff;
	}

.gradient.theme-e18063 .text-themed {
	color : #b9583b;
	}

.theme-233d48 {
	background-color : #233d48 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-233d48:nth-child(even) {
	background-color : #19333e !important
	}

.gradient.theme-233d48 {
	background : -moz-linear-gradient(-25deg, #233d48 0%, #4b6570 100%);
	background : -webkit-linear-gradient(-25deg, #233d48 0%, #4b6570 100%);
	background : linear-gradient(115deg, #233d48 0%, #4b6570 100%);
	color      : #ffffff;
	}

.gradient.theme-233d48 .text-themed {
	color : #233d48;
	}

.theme-089be3 {
	background-color : #089be3 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-089be3:nth-child(even) {
	background-color : #0091d9 !important
	}

.gradient.theme-089be3 {
	background : -moz-linear-gradient(-25deg, #089be3 0%, #30c3ff 100%);
	background : -webkit-linear-gradient(-25deg, #089be3 0%, #30c3ff 100%);
	background : linear-gradient(115deg, #089be3 0%, #30c3ff 100%);
	color      : #ffffff;
	}

.gradient.theme-089be3 .text-themed {
	color : #089be3;
	}

.theme-6633a9 {
	background-color : #6633a9 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-6633a9:nth-child(even) {
	background-color : #5c299f !important
	}

.gradient.theme-6633a9 {
	background : -moz-linear-gradient(-25deg, #6633a9 0%, #8e5bd1 100%);
	background : -webkit-linear-gradient(-25deg, #6633a9 0%, #8e5bd1 100%);
	background : linear-gradient(115deg, #6633a9 0%, #8e5bd1 100%);
	color      : #ffffff;
	}

.gradient.theme-6633a9 .text-themed {
	color : #6633a9;
	}

.theme-7cb1f4 {
	background-color : #7cb1f4 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-7cb1f4:nth-child(even) {
	background-color : #72a7ea !important
	}

.gradient.theme-7cb1f4 {
	background : -moz-linear-gradient(-25deg, #7cb1f4 0%, #5489cc 100%);
	background : -webkit-linear-gradient(-25deg, #7cb1f4 0%, #5489cc 100%);
	background : linear-gradient(115deg, #7cb1f4 0%, #5489cc 100%);
	color      : #ffffff;
	}

.gradient.theme-7cb1f4 .text-themed {
	color : #5489cc;
	}

.theme-d71a65 {
	background-color : #d71a65 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-d71a65:nth-child(even) {
	background-color : #cd105b !important
	}

.gradient.theme-d71a65 {
	background : -moz-linear-gradient(-25deg, #d71a65 0%, #ff428d 100%);
	background : -webkit-linear-gradient(-25deg, #d71a65 0%, #ff428d 100%);
	background : linear-gradient(115deg, #d71a65 0%, #ff428d 100%);
	color      : #ffffff;
	}

.gradient.theme-d71a65 .text-themed {
	color : #d71a65;
	}

.theme-5a59ff {
	background-color : #5a59ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-5a59ff:nth-child(even) {
	background-color : #504ff5 !important
	}

.gradient.theme-5a59ff {
	background : -moz-linear-gradient(-25deg, #5a59ff 0%, #8281ff 100%);
	background : -webkit-linear-gradient(-25deg, #5a59ff 0%, #8281ff 100%);
	background : linear-gradient(115deg, #5a59ff 0%, #8281ff 100%);
	color      : #ffffff;
	}

.gradient.theme-5a59ff .text-themed {
	color : #5a59ff;
	}

.theme-aa131e {
	background-color : #aa131e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-aa131e:nth-child(even) {
	background-color : #a00914 !important
	}

.gradient.theme-aa131e {
	background : -moz-linear-gradient(-25deg, #aa131e 0%, #d23b46 100%);
	background : -webkit-linear-gradient(-25deg, #aa131e 0%, #d23b46 100%);
	background : linear-gradient(115deg, #aa131e 0%, #d23b46 100%);
	color      : #ffffff;
	}

.gradient.theme-aa131e .text-themed {
	color : #aa131e;
	}

.theme-2785f7 {
	background-color : #2785f7 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2785f7:nth-child(even) {
	background-color : #1d7bed !important
	}

.gradient.theme-2785f7 {
	background : -moz-linear-gradient(-25deg, #2785f7 0%, #4fadff 100%);
	background : -webkit-linear-gradient(-25deg, #2785f7 0%, #4fadff 100%);
	background : linear-gradient(115deg, #2785f7 0%, #4fadff 100%);
	color      : #ffffff;
	}

.gradient.theme-2785f7 .text-themed {
	color : #2785f7;
	}

.theme-254875 {
	background-color : #254875 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-254875:nth-child(even) {
	background-color : #1b3e6b !important
	}

.gradient.theme-254875 {
	background : -moz-linear-gradient(-25deg, #254875 0%, #4d709d 100%);
	background : -webkit-linear-gradient(-25deg, #254875 0%, #4d709d 100%);
	background : linear-gradient(115deg, #254875 0%, #4d709d 100%);
	color      : #ffffff;
	}

.gradient.theme-254875 .text-themed {
	color : #254875;
	}

.theme-4fb3eb {
	background-color : #4fb3eb !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4fb3eb:nth-child(even) {
	background-color : #45a9e1 !important
	}

.gradient.theme-4fb3eb {
	background : -moz-linear-gradient(-25deg, #4fb3eb 0%, #278bc3 100%);
	background : -webkit-linear-gradient(-25deg, #4fb3eb 0%, #278bc3 100%);
	background : linear-gradient(115deg, #4fb3eb 0%, #278bc3 100%);
	color      : #ffffff;
	}

.gradient.theme-4fb3eb .text-themed {
	color : #278bc3;
	}

.theme-15b574 {
	background-color : #15b574 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-15b574:nth-child(even) {
	background-color : #0bab6a !important
	}

.gradient.theme-15b574 {
	background : -moz-linear-gradient(-25deg, #15b574 0%, #3ddd9c 100%);
	background : -webkit-linear-gradient(-25deg, #15b574 0%, #3ddd9c 100%);
	background : linear-gradient(115deg, #15b574 0%, #3ddd9c 100%);
	color      : #ffffff;
	}

.gradient.theme-15b574 .text-themed {
	color : #15b574;
	}

.theme-6ab344 {
	background-color : #6ab344 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-6ab344:nth-child(even) {
	background-color : #60a93a !important
	}

.gradient.theme-6ab344 {
	background : -moz-linear-gradient(-25deg, #6ab344 0%, #92db6c 100%);
	background : -webkit-linear-gradient(-25deg, #6ab344 0%, #92db6c 100%);
	background : linear-gradient(115deg, #6ab344 0%, #92db6c 100%);
	color      : #ffffff;
	}

.gradient.theme-6ab344 .text-themed {
	color : #6ab344;
	}

.theme-23ac61 {
	background-color : #23ac61 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-23ac61:nth-child(even) {
	background-color : #19a257 !important
	}

.gradient.theme-23ac61 {
	background : -moz-linear-gradient(-25deg, #23ac61 0%, #4bd489 100%);
	background : -webkit-linear-gradient(-25deg, #23ac61 0%, #4bd489 100%);
	background : linear-gradient(115deg, #23ac61 0%, #4bd489 100%);
	color      : #ffffff;
	}

.gradient.theme-23ac61 .text-themed {
	color : #23ac61;
	}

.theme-181c25 {
	background-color : #181c25 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-181c25:nth-child(even) {
	background-color : #0e121b !important
	}

.gradient.theme-181c25 {
	background : -moz-linear-gradient(-25deg, #181c25 0%, #40444d 100%);
	background : -webkit-linear-gradient(-25deg, #181c25 0%, #40444d 100%);
	background : linear-gradient(115deg, #181c25 0%, #40444d 100%);
	color      : #ffffff;
	}

.gradient.theme-181c25 .text-themed {
	color : #181c25;
	}

.theme-ff6c36 {
	background-color : #ff6c36 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff6c36:nth-child(even) {
	background-color : #f5622c !important
	}

.gradient.theme-ff6c36 {
	background : -moz-linear-gradient(-25deg, #ff6c36 0%, #ff945e 100%);
	background : -webkit-linear-gradient(-25deg, #ff6c36 0%, #ff945e 100%);
	background : linear-gradient(115deg, #ff6c36 0%, #ff945e 100%);
	color      : #ffffff;
	}

.gradient.theme-ff6c36 .text-themed {
	color : #ff6c36;
	}

.theme-ffe01b {
	background-color : #ffe01b !important;
	color            : #000000 !important
	}

.list-group-icons .theme-ffe01b:nth-child(even) {
	background-color : #f5d611 !important
	}

.gradient.theme-ffe01b {
	background : -moz-linear-gradient(-25deg, #ffe01b 0%, #d7b800 100%);
	background : -webkit-linear-gradient(-25deg, #ffe01b 0%, #d7b800 100%);
	background : linear-gradient(115deg, #ffe01b 0%, #d7b800 100%);
	color      : #000000;
	}

.gradient.theme-ffe01b .text-themed {
	color : #d7b800;
	}

.theme-ffe01b img:not(.avatar):not(.no-invert) {
	-webkit-filter : invert(100%);
	-moz-filter    : invert(100%);
	-ms-filter     : invert(100%);
	-o-filter      : invert(100%);
	filter         : invert(100%)
	}

.theme-0a355a {
	background-color : #0a355a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0a355a:nth-child(even) {
	background-color : #002b50 !important
	}

.gradient.theme-0a355a {
	background : -moz-linear-gradient(-25deg, #0a355a 0%, #325d82 100%);
	background : -webkit-linear-gradient(-25deg, #0a355a 0%, #325d82 100%);
	background : linear-gradient(115deg, #0a355a 0%, #325d82 100%);
	color      : #ffffff;
	}

.gradient.theme-0a355a .text-themed {
	color : #0a355a;
	}

.theme-393a3d {
	background-color : #393a3d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-393a3d:nth-child(even) {
	background-color : #2f3033 !important
	}

.gradient.theme-393a3d {
	background : -moz-linear-gradient(-25deg, #393a3d 0%, #616265 100%);
	background : -webkit-linear-gradient(-25deg, #393a3d 0%, #616265 100%);
	background : linear-gradient(115deg, #393a3d 0%, #616265 100%);
	color      : #ffffff;
	}

.gradient.theme-393a3d .text-themed {
	color : #393a3d;
	}

.theme-4a90e2 {
	background-color : #4a90e2 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4a90e2:nth-child(even) {
	background-color : #4086d8 !important
	}

.gradient.theme-4a90e2 {
	background : -moz-linear-gradient(-25deg, #4a90e2 0%, #72b8ff 100%);
	background : -webkit-linear-gradient(-25deg, #4a90e2 0%, #72b8ff 100%);
	background : linear-gradient(115deg, #4a90e2 0%, #72b8ff 100%);
	color      : #ffffff;
	}

.gradient.theme-4a90e2 .text-themed {
	color : #4a90e2;
	}

.theme-ac9e9e {
	background-color : #ac9e9e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ac9e9e:nth-child(even) {
	background-color : #a29494 !important
	}

.gradient.theme-ac9e9e {
	background : -moz-linear-gradient(-25deg, #ac9e9e 0%, #847676 100%);
	background : -webkit-linear-gradient(-25deg, #ac9e9e 0%, #847676 100%);
	background : linear-gradient(115deg, #ac9e9e 0%, #847676 100%);
	color      : #ffffff;
	}

.gradient.theme-ac9e9e .text-themed {
	color : #847676;
	}

.theme-ff9750 {
	background-color : #ff9750 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff9750:nth-child(even) {
	background-color : #f58d46 !important
	}

.gradient.theme-ff9750 {
	background : -moz-linear-gradient(-25deg, #ff9750 0%, #d76f28 100%);
	background : -webkit-linear-gradient(-25deg, #ff9750 0%, #d76f28 100%);
	background : linear-gradient(115deg, #ff9750 0%, #d76f28 100%);
	color      : #ffffff;
	}

.gradient.theme-ff9750 .text-themed {
	color : #d76f28;
	}

.theme-243f5c {
	background-color : #243f5c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-243f5c:nth-child(even) {
	background-color : #1a3552 !important
	}

.gradient.theme-243f5c {
	background : -moz-linear-gradient(-25deg, #243f5c 0%, #4c6784 100%);
	background : -webkit-linear-gradient(-25deg, #243f5c 0%, #4c6784 100%);
	background : linear-gradient(115deg, #243f5c 0%, #4c6784 100%);
	color      : #ffffff;
	}

.gradient.theme-243f5c .text-themed {
	color : #243f5c;
	}

.theme-ea4c89 {
	background-color : #ea4c89 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ea4c89:nth-child(even) {
	background-color : #e0427f !important
	}

.gradient.theme-ea4c89 {
	background : -moz-linear-gradient(-25deg, #ea4c89 0%, #ff74b1 100%);
	background : -webkit-linear-gradient(-25deg, #ea4c89 0%, #ff74b1 100%);
	background : linear-gradient(115deg, #ea4c89 0%, #ff74b1 100%);
	color      : #ffffff;
	}

.gradient.theme-ea4c89 .text-themed {
	color : #ea4c89;
	}

.theme-24a453 {
	background-color : #24a453 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-24a453:nth-child(even) {
	background-color : #1a9a49 !important
	}

.gradient.theme-24a453 {
	background : -moz-linear-gradient(-25deg, #24a453 0%, #4ccc7b 100%);
	background : -webkit-linear-gradient(-25deg, #24a453 0%, #4ccc7b 100%);
	background : linear-gradient(115deg, #24a453 0%, #4ccc7b 100%);
	color      : #ffffff;
	}

.gradient.theme-24a453 .text-themed {
	color : #24a453;
	}

.theme-6a69ff {
	background-color : #6a69ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-6a69ff:nth-child(even) {
	background-color : #605ff5 !important
	}

.gradient.theme-6a69ff {
	background : -moz-linear-gradient(-25deg, #6a69ff 0%, #9291ff 100%);
	background : -webkit-linear-gradient(-25deg, #6a69ff 0%, #9291ff 100%);
	background : linear-gradient(115deg, #6a69ff 0%, #9291ff 100%);
	color      : #ffffff;
	}

.gradient.theme-6a69ff .text-themed {
	color : #6a69ff;
	}

.theme-1999e3 {
	background-color : #1999e3 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1999e3:nth-child(even) {
	background-color : #0f8fd9 !important
	}

.gradient.theme-1999e3 {
	background : -moz-linear-gradient(-25deg, #1999e3 0%, #41c1ff 100%);
	background : -webkit-linear-gradient(-25deg, #1999e3 0%, #41c1ff 100%);
	background : linear-gradient(115deg, #1999e3 0%, #41c1ff 100%);
	color      : #ffffff;
	}

.gradient.theme-1999e3 .text-themed {
	color : #1999e3;
	}

.theme-48b973 {
	background-color : #48b973 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-48b973:nth-child(even) {
	background-color : #3eaf69 !important
	}

.gradient.theme-48b973 {
	background : -moz-linear-gradient(-25deg, #48b973 0%, #70e19b 100%);
	background : -webkit-linear-gradient(-25deg, #48b973 0%, #70e19b 100%);
	background : linear-gradient(115deg, #48b973 0%, #70e19b 100%);
	color      : #ffffff;
	}

.gradient.theme-48b973 .text-themed {
	color : #48b973;
	}

.theme-ea29c2 {
	background-color : #ea29c2 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ea29c2:nth-child(even) {
	background-color : #e01fb8 !important
	}

.gradient.theme-ea29c2 {
	background : -moz-linear-gradient(-25deg, #ea29c2 0%, #ff51ea 100%);
	background : -webkit-linear-gradient(-25deg, #ea29c2 0%, #ff51ea 100%);
	background : linear-gradient(115deg, #ea29c2 0%, #ff51ea 100%);
	color      : #ffffff;
	}

.gradient.theme-ea29c2 .text-themed {
	color : #ea29c2;
	}

.theme-4c51bf {
	background-color : #4c51bf !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4c51bf:nth-child(even) {
	background-color : #4247b5 !important
	}

.gradient.theme-4c51bf {
	background : -moz-linear-gradient(-25deg, #4c51bf 0%, #7479e7 100%);
	background : -webkit-linear-gradient(-25deg, #4c51bf 0%, #7479e7 100%);
	background : linear-gradient(115deg, #4c51bf 0%, #7479e7 100%);
	color      : #ffffff;
	}

.gradient.theme-4c51bf .text-themed {
	color : #4c51bf;
	}

.theme-c73a63 {
	background-color : #c73a63 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-c73a63:nth-child(even) {
	background-color : #bd3059 !important
	}

.gradient.theme-c73a63 {
	background : -moz-linear-gradient(-25deg, #c73a63 0%, #ef628b 100%);
	background : -webkit-linear-gradient(-25deg, #c73a63 0%, #ef628b 100%);
	background : linear-gradient(115deg, #c73a63 0%, #ef628b 100%);
	color      : #ffffff;
	}

.gradient.theme-c73a63 .text-themed {
	color : #c73a63;
	}

.theme-fe7a15 {
	background-color : #fe7a15 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-fe7a15:nth-child(even) {
	background-color : #f4700b !important
	}

.gradient.theme-fe7a15 {
	background : -moz-linear-gradient(-25deg, #fe7a15 0%, #ffa23d 100%);
	background : -webkit-linear-gradient(-25deg, #fe7a15 0%, #ffa23d 100%);
	background : linear-gradient(115deg, #fe7a15 0%, #ffa23d 100%);
	color      : #ffffff;
	}

.gradient.theme-fe7a15 .text-themed {
	color : #fe7a15;
	}

.theme-00aba6 {
	background-color : #00aba6 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00aba6:nth-child(even) {
	background-color : #00a19c !important
	}

.gradient.theme-00aba6 {
	background : -moz-linear-gradient(-25deg, #00aba6 0%, #28d3ce 100%);
	background : -webkit-linear-gradient(-25deg, #00aba6 0%, #28d3ce 100%);
	background : linear-gradient(115deg, #00aba6 0%, #28d3ce 100%);
	color      : #ffffff;
	}

.gradient.theme-00aba6 .text-themed {
	color : #00aba6;
	}

.theme-48007f {
	background-color : #48007f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-48007f:nth-child(even) {
	background-color : #3e0075 !important
	}

.gradient.theme-48007f {
	background : -moz-linear-gradient(-25deg, #48007f 0%, #7028a7 100%);
	background : -webkit-linear-gradient(-25deg, #48007f 0%, #7028a7 100%);
	background : linear-gradient(115deg, #48007f 0%, #7028a7 100%);
	color      : #ffffff;
	}

.gradient.theme-48007f .text-themed {
	color : #48007f;
	}

.theme-4a2a7d {
	background-color : #4a2a7d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4a2a7d:nth-child(even) {
	background-color : #402073 !important
	}

.gradient.theme-4a2a7d {
	background : -moz-linear-gradient(-25deg, #4a2a7d 0%, #7252a5 100%);
	background : -webkit-linear-gradient(-25deg, #4a2a7d 0%, #7252a5 100%);
	background : linear-gradient(115deg, #4a2a7d 0%, #7252a5 100%);
	color      : #ffffff;
	}

.gradient.theme-4a2a7d .text-themed {
	color : #4a2a7d;
	}

.theme-c30b15 {
	background-color : #c30b15 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-c30b15:nth-child(even) {
	background-color : #b9010b !important
	}

.gradient.theme-c30b15 {
	background : -moz-linear-gradient(-25deg, #c30b15 0%, #eb333d 100%);
	background : -webkit-linear-gradient(-25deg, #c30b15 0%, #eb333d 100%);
	background : linear-gradient(115deg, #c30b15 0%, #eb333d 100%);
	color      : #ffffff;
	}

.gradient.theme-c30b15 .text-themed {
	color : #c30b15;
	}

.theme-ab005d {
	background-color : #ab005d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ab005d:nth-child(even) {
	background-color : #a10053 !important
	}

.gradient.theme-ab005d {
	background : -moz-linear-gradient(-25deg, #ab005d 0%, #d32885 100%);
	background : -webkit-linear-gradient(-25deg, #ab005d 0%, #d32885 100%);
	background : linear-gradient(115deg, #ab005d 0%, #d32885 100%);
	color      : #ffffff;
	}

.gradient.theme-ab005d .text-themed {
	color : #ab005d;
	}

.theme-388c9c {
	background-color : #388c9c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-388c9c:nth-child(even) {
	background-color : #2e8292 !important
	}

.gradient.theme-388c9c {
	background : -moz-linear-gradient(-25deg, #388c9c 0%, #60b4c4 100%);
	background : -webkit-linear-gradient(-25deg, #388c9c 0%, #60b4c4 100%);
	background : linear-gradient(115deg, #388c9c 0%, #60b4c4 100%);
	color      : #ffffff;
	}

.gradient.theme-388c9c .text-themed {
	color : #388c9c;
	}

.theme-4c6ef5 {
	background-color : #4c6ef5 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4c6ef5:nth-child(even) {
	background-color : #4264eb !important
	}

.gradient.theme-4c6ef5 {
	background : -moz-linear-gradient(-25deg, #4c6ef5 0%, #7496ff 100%);
	background : -webkit-linear-gradient(-25deg, #4c6ef5 0%, #7496ff 100%);
	background : linear-gradient(115deg, #4c6ef5 0%, #7496ff 100%);
	color      : #ffffff;
	}

.gradient.theme-4c6ef5 .text-themed {
	color : #4c6ef5;
	}

.theme-cd7f32 {
	background-color : #cd7f32 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-cd7f32:nth-child(even) {
	background-color : #c37528 !important
	}

.gradient.theme-cd7f32 {
	background : -moz-linear-gradient(-25deg, #cd7f32 0%, #f5a75a 100%);
	background : -webkit-linear-gradient(-25deg, #cd7f32 0%, #f5a75a 100%);
	background : linear-gradient(115deg, #cd7f32 0%, #f5a75a 100%);
	color      : #ffffff;
	}

.gradient.theme-cd7f32 .text-themed {
	color : #cd7f32;
	}

.theme-106ed4 {
	background-color : #106ed4 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-106ed4:nth-child(even) {
	background-color : #0664ca !important
	}

.gradient.theme-106ed4 {
	background : -moz-linear-gradient(-25deg, #106ed4 0%, #3896fc 100%);
	background : -webkit-linear-gradient(-25deg, #106ed4 0%, #3896fc 100%);
	background : linear-gradient(115deg, #106ed4 0%, #3896fc 100%);
	color      : #ffffff;
	}

.gradient.theme-106ed4 .text-themed {
	color : #106ed4;
	}

.theme-5e5d70 {
	background-color : #5e5d70 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-5e5d70:nth-child(even) {
	background-color : #545366 !important
	}

.gradient.theme-5e5d70 {
	background : -moz-linear-gradient(-25deg, #5e5d70 0%, #868598 100%);
	background : -webkit-linear-gradient(-25deg, #5e5d70 0%, #868598 100%);
	background : linear-gradient(115deg, #5e5d70 0%, #868598 100%);
	color      : #ffffff;
	}

.gradient.theme-5e5d70 .text-themed {
	color : #5e5d70;
	}

.theme-c23521 {
	background-color : #c23521 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-c23521:nth-child(even) {
	background-color : #b82b17 !important
	}

.gradient.theme-c23521 {
	background : -moz-linear-gradient(-25deg, #c23521 0%, #ea5d49 100%);
	background : -webkit-linear-gradient(-25deg, #c23521 0%, #ea5d49 100%);
	background : linear-gradient(115deg, #c23521 0%, #ea5d49 100%);
	color      : #ffffff;
	}

.gradient.theme-c23521 .text-themed {
	color : #c23521;
	}

.theme-a63755 {
	background-color : #a63755 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-a63755:nth-child(even) {
	background-color : #9c2d4b !important
	}

.gradient.theme-a63755 {
	background : -moz-linear-gradient(-25deg, #a63755 0%, #ce5f7d 100%);
	background : -webkit-linear-gradient(-25deg, #a63755 0%, #ce5f7d 100%);
	background : linear-gradient(115deg, #a63755 0%, #ce5f7d 100%);
	color      : #ffffff;
	}

.gradient.theme-a63755 .text-themed {
	color : #a63755;
	}

.theme-fe7272 {
	background-color : #fe7272 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-fe7272:nth-child(even) {
	background-color : #f46868 !important
	}

.gradient.theme-fe7272 {
	background : -moz-linear-gradient(-25deg, #fe7272 0%, #d64a4a 100%);
	background : -webkit-linear-gradient(-25deg, #fe7272 0%, #d64a4a 100%);
	background : linear-gradient(115deg, #fe7272 0%, #d64a4a 100%);
	color      : #ffffff;
	}

.gradient.theme-fe7272 .text-themed {
	color : #d64a4a;
	}

.theme-009dd8 {
	background-color : #009dd8 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-009dd8:nth-child(even) {
	background-color : #0093ce !important
	}

.gradient.theme-009dd8 {
	background : -moz-linear-gradient(-25deg, #009dd8 0%, #28c5ff 100%);
	background : -webkit-linear-gradient(-25deg, #009dd8 0%, #28c5ff 100%);
	background : linear-gradient(115deg, #009dd8 0%, #28c5ff 100%);
	color      : #ffffff;
	}

.gradient.theme-009dd8 .text-themed {
	color : #009dd8;
	}

.theme-260049 {
	background-color : #260049 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-260049:nth-child(even) {
	background-color : #1c003f !important
	}

.gradient.theme-260049 {
	background : -moz-linear-gradient(-25deg, #260049 0%, #4e2871 100%);
	background : -webkit-linear-gradient(-25deg, #260049 0%, #4e2871 100%);
	background : linear-gradient(115deg, #260049 0%, #4e2871 100%);
	color      : #ffffff;
	}

.gradient.theme-260049 .text-themed {
	color : #260049;
	}

.theme-e62e1b {
	background-color : #e62e1b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e62e1b:nth-child(even) {
	background-color : #dc2411 !important
	}

.gradient.theme-e62e1b {
	background : -moz-linear-gradient(-25deg, #e62e1b 0%, #ff5643 100%);
	background : -webkit-linear-gradient(-25deg, #e62e1b 0%, #ff5643 100%);
	background : linear-gradient(115deg, #e62e1b 0%, #ff5643 100%);
	color      : #ffffff;
	}

.gradient.theme-e62e1b .text-themed {
	color : #e62e1b;
	}

.theme-6d33ab {
	background-color : #6d33ab !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-6d33ab:nth-child(even) {
	background-color : #6329a1 !important
	}

.gradient.theme-6d33ab {
	background : -moz-linear-gradient(-25deg, #6d33ab 0%, #955bd3 100%);
	background : -webkit-linear-gradient(-25deg, #6d33ab 0%, #955bd3 100%);
	background : linear-gradient(115deg, #6d33ab 0%, #955bd3 100%);
	color      : #ffffff;
	}

.gradient.theme-6d33ab .text-themed {
	color : #6d33ab;
	}

.theme-4353ff {
	background-color : #4353ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4353ff:nth-child(even) {
	background-color : #3949f5 !important
	}

.gradient.theme-4353ff {
	background : -moz-linear-gradient(-25deg, #4353ff 0%, #6b7bff 100%);
	background : -webkit-linear-gradient(-25deg, #4353ff 0%, #6b7bff 100%);
	background : linear-gradient(115deg, #4353ff 0%, #6b7bff 100%);
	color      : #ffffff;
	}

.gradient.theme-4353ff .text-themed {
	color : #4353ff;
	}

.theme-632e50 {
	background-color : #632e50 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-632e50:nth-child(even) {
	background-color : #592446 !important
	}

.gradient.theme-632e50 {
	background : -moz-linear-gradient(-25deg, #632e50 0%, #8b5678 100%);
	background : -webkit-linear-gradient(-25deg, #632e50 0%, #8b5678 100%);
	background : linear-gradient(115deg, #632e50 0%, #8b5678 100%);
	color      : #ffffff;
	}

.gradient.theme-632e50 .text-themed {
	color : #632e50;
	}

.theme-3187c7 {
	background-color : #3187c7 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3187c7:nth-child(even) {
	background-color : #277dbd !important
	}

.gradient.theme-3187c7 {
	background : -moz-linear-gradient(-25deg, #3187c7 0%, #59afef 100%);
	background : -webkit-linear-gradient(-25deg, #3187c7 0%, #59afef 100%);
	background : linear-gradient(115deg, #3187c7 0%, #59afef 100%);
	color      : #ffffff;
	}

.gradient.theme-3187c7 .text-themed {
	color : #3187c7;
	}

.theme-02a9f4 {
	background-color : #02a9f4 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-02a9f4:nth-child(even) {
	background-color : #009fea !important
	}

.gradient.theme-02a9f4 {
	background : -moz-linear-gradient(-25deg, #02a9f4 0%, #2ad1ff 100%);
	background : -webkit-linear-gradient(-25deg, #02a9f4 0%, #2ad1ff 100%);
	background : linear-gradient(115deg, #02a9f4 0%, #2ad1ff 100%);
	color      : #ffffff;
	}

.gradient.theme-02a9f4 .text-themed {
	color : #02a9f4;
	}

.theme-9146ff {
	background-color : #9146ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-9146ff:nth-child(even) {
	background-color : #873cf5 !important
	}

.gradient.theme-9146ff {
	background : -moz-linear-gradient(-25deg, #9146ff 0%, #b96eff 100%);
	background : -webkit-linear-gradient(-25deg, #9146ff 0%, #b96eff 100%);
	background : linear-gradient(115deg, #9146ff 0%, #b96eff 100%);
	color      : #ffffff;
	}

.gradient.theme-9146ff .text-themed {
	color : #9146ff;
	}

.theme-0071b7 {
	background-color : #0071b7 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0071b7:nth-child(even) {
	background-color : #0067ad !important
	}

.gradient.theme-0071b7 {
	background : -moz-linear-gradient(-25deg, #0071b7 0%, #2899df 100%);
	background : -webkit-linear-gradient(-25deg, #0071b7 0%, #2899df 100%);
	background : linear-gradient(115deg, #0071b7 0%, #2899df 100%);
	color      : #ffffff;
	}

.gradient.theme-0071b7 .text-themed {
	color : #0071b7;
	}

.theme-1c74a7 {
	background-color : #1c74a7 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1c74a7:nth-child(even) {
	background-color : #126a9d !important
	}

.gradient.theme-1c74a7 {
	background : -moz-linear-gradient(-25deg, #1c74a7 0%, #449ccf 100%);
	background : -webkit-linear-gradient(-25deg, #1c74a7 0%, #449ccf 100%);
	background : linear-gradient(115deg, #1c74a7 0%, #449ccf 100%);
	color      : #ffffff;
	}

.gradient.theme-1c74a7 .text-themed {
	color : #1c74a7;
	}

.theme-0550b3 {
	background-color : #0550b3 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0550b3:nth-child(even) {
	background-color : #0046a9 !important
	}

.gradient.theme-0550b3 {
	background : -moz-linear-gradient(-25deg, #0550b3 0%, #2d78db 100%);
	background : -webkit-linear-gradient(-25deg, #0550b3 0%, #2d78db 100%);
	background : linear-gradient(115deg, #0550b3 0%, #2d78db 100%);
	color      : #ffffff;
	}

.gradient.theme-0550b3 .text-themed {
	color : #0550b3;
	}

.theme-0747a6 {
	background-color : #0747a6 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0747a6:nth-child(even) {
	background-color : #003d9c !important
	}

.gradient.theme-0747a6 {
	background : -moz-linear-gradient(-25deg, #0747a6 0%, #2f6fce 100%);
	background : -webkit-linear-gradient(-25deg, #0747a6 0%, #2f6fce 100%);
	background : linear-gradient(115deg, #0747a6 0%, #2f6fce 100%);
	color      : #ffffff;
	}

.gradient.theme-0747a6 .text-themed {
	color : #0747a6;
	}

.theme-2a9df4 {
	background-color : #2a9df4 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2a9df4:nth-child(even) {
	background-color : #2093ea !important
	}

.gradient.theme-2a9df4 {
	background : -moz-linear-gradient(-25deg, #2a9df4 0%, #52c5ff 100%);
	background : -webkit-linear-gradient(-25deg, #2a9df4 0%, #52c5ff 100%);
	background : linear-gradient(115deg, #2a9df4 0%, #52c5ff 100%);
	color      : #ffffff;
	}

.gradient.theme-2a9df4 .text-themed {
	color : #2a9df4;
	}

.theme-00a154 {
	background-color : #00a154 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00a154:nth-child(even) {
	background-color : #00974a !important
	}

.gradient.theme-00a154 {
	background : -moz-linear-gradient(-25deg, #00a154 0%, #28c97c 100%);
	background : -webkit-linear-gradient(-25deg, #00a154 0%, #28c97c 100%);
	background : linear-gradient(115deg, #00a154 0%, #28c97c 100%);
	color      : #ffffff;
	}

.gradient.theme-00a154 .text-themed {
	color : #00a154;
	}

.theme-196182 {
	background-color : #196182 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-196182:nth-child(even) {
	background-color : #0f5778 !important
	}

.gradient.theme-196182 {
	background : -moz-linear-gradient(-25deg, #196182 0%, #4189aa 100%);
	background : -webkit-linear-gradient(-25deg, #196182 0%, #4189aa 100%);
	background : linear-gradient(115deg, #196182 0%, #4189aa 100%);
	color      : #ffffff;
	}

.gradient.theme-196182 .text-themed {
	color : #196182;
	}

.theme-563e94 {
	background-color : #563e94 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-563e94:nth-child(even) {
	background-color : #4c348a !important
	}

.gradient.theme-563e94 {
	background : -moz-linear-gradient(-25deg, #563e94 0%, #7e66bc 100%);
	background : -webkit-linear-gradient(-25deg, #563e94 0%, #7e66bc 100%);
	background : linear-gradient(115deg, #563e94 0%, #7e66bc 100%);
	color      : #ffffff;
	}

.gradient.theme-563e94 .text-themed {
	color : #563e94;
	}

.theme-207dd8 {
	background-color : #207dd8 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-207dd8:nth-child(even) {
	background-color : #1673ce !important
	}

.gradient.theme-207dd8 {
	background : -moz-linear-gradient(-25deg, #207dd8 0%, #48a5ff 100%);
	background : -webkit-linear-gradient(-25deg, #207dd8 0%, #48a5ff 100%);
	background : linear-gradient(115deg, #207dd8 0%, #48a5ff 100%);
	color      : #ffffff;
	}

.gradient.theme-207dd8 .text-themed {
	color : #207dd8;
	}

.theme-13334d {
	background-color : #13334d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-13334d:nth-child(even) {
	background-color : #092943 !important
	}

.gradient.theme-13334d {
	background : -moz-linear-gradient(-25deg, #13334d 0%, #3b5b75 100%);
	background : -webkit-linear-gradient(-25deg, #13334d 0%, #3b5b75 100%);
	background : linear-gradient(115deg, #13334d 0%, #3b5b75 100%);
	color      : #ffffff;
	}

.gradient.theme-13334d .text-themed {
	color : #13334d;
	}

.theme-1b417f {
	background-color : #1b417f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1b417f:nth-child(even) {
	background-color : #113775 !important
	}

.gradient.theme-1b417f {
	background : -moz-linear-gradient(-25deg, #1b417f 0%, #4369a7 100%);
	background : -webkit-linear-gradient(-25deg, #1b417f 0%, #4369a7 100%);
	background : linear-gradient(115deg, #1b417f 0%, #4369a7 100%);
	color      : #ffffff;
	}

.gradient.theme-1b417f .text-themed {
	color : #1b417f;
	}

.theme-4caf50 {
	background-color : #4caf50 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4caf50:nth-child(even) {
	background-color : #42a546 !important
	}

.gradient.theme-4caf50 {
	background : -moz-linear-gradient(-25deg, #4caf50 0%, #74d778 100%);
	background : -webkit-linear-gradient(-25deg, #4caf50 0%, #74d778 100%);
	background : linear-gradient(115deg, #4caf50 0%, #74d778 100%);
	color      : #ffffff;
	}

.gradient.theme-4caf50 .text-themed {
	color : #4caf50;
	}

.theme-fd9704 {
	background-color : #fd9704 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-fd9704:nth-child(even) {
	background-color : #f38d00 !important
	}

.gradient.theme-fd9704 {
	background : -moz-linear-gradient(-25deg, #fd9704 0%, #d56f00 100%);
	background : -webkit-linear-gradient(-25deg, #fd9704 0%, #d56f00 100%);
	background : linear-gradient(115deg, #fd9704 0%, #d56f00 100%);
	color      : #ffffff;
	}

.gradient.theme-fd9704 .text-themed {
	color : #d56f00;
	}

.theme-043756 {
	background-color : #043756 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-043756:nth-child(even) {
	background-color : #002d4c !important
	}

.gradient.theme-043756 {
	background : -moz-linear-gradient(-25deg, #043756 0%, #2c5f7e 100%);
	background : -webkit-linear-gradient(-25deg, #043756 0%, #2c5f7e 100%);
	background : linear-gradient(115deg, #043756 0%, #2c5f7e 100%);
	color      : #ffffff;
	}

.gradient.theme-043756 .text-themed {
	color : #043756;
	}

.theme-4584ee {
	background-color : #4584ee !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4584ee:nth-child(even) {
	background-color : #3b7ae4 !important
	}

.gradient.theme-4584ee {
	background : -moz-linear-gradient(-25deg, #4584ee 0%, #6dacff 100%);
	background : -webkit-linear-gradient(-25deg, #4584ee 0%, #6dacff 100%);
	background : linear-gradient(115deg, #4584ee 0%, #6dacff 100%);
	color      : #ffffff;
	}

.gradient.theme-4584ee .text-themed {
	color : #4584ee;
	}

.theme-333e5e {
	background-color : #333e5e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-333e5e:nth-child(even) {
	background-color : #293454 !important
	}

.gradient.theme-333e5e {
	background : -moz-linear-gradient(-25deg, #333e5e 0%, #5b6686 100%);
	background : -webkit-linear-gradient(-25deg, #333e5e 0%, #5b6686 100%);
	background : linear-gradient(115deg, #333e5e 0%, #5b6686 100%);
	color      : #ffffff;
	}

.gradient.theme-333e5e .text-themed {
	color : #333e5e;
	}

.theme-2e7bbb {
	background-color : #2e7bbb !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2e7bbb:nth-child(even) {
	background-color : #2471b1 !important
	}

.gradient.theme-2e7bbb {
	background : -moz-linear-gradient(-25deg, #2e7bbb 0%, #56a3e3 100%);
	background : -webkit-linear-gradient(-25deg, #2e7bbb 0%, #56a3e3 100%);
	background : linear-gradient(115deg, #2e7bbb 0%, #56a3e3 100%);
	color      : #ffffff;
	}

.gradient.theme-2e7bbb .text-themed {
	color : #2e7bbb;
	}

.theme-4292fb {
	background-color : #4292fb !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4292fb:nth-child(even) {
	background-color : #3888f1 !important
	}

.gradient.theme-4292fb {
	background : -moz-linear-gradient(-25deg, #4292fb 0%, #6abaff 100%);
	background : -webkit-linear-gradient(-25deg, #4292fb 0%, #6abaff 100%);
	background : linear-gradient(115deg, #4292fb 0%, #6abaff 100%);
	color      : #ffffff;
	}

.gradient.theme-4292fb .text-themed {
	color : #4292fb;
	}

.theme-33cc66 {
	background-color : #33cc66 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-33cc66:nth-child(even) {
	background-color : #29c25c !important
	}

.gradient.theme-33cc66 {
	background : -moz-linear-gradient(-25deg, #33cc66 0%, #5bf48e 100%);
	background : -webkit-linear-gradient(-25deg, #33cc66 0%, #5bf48e 100%);
	background : linear-gradient(115deg, #33cc66 0%, #5bf48e 100%);
	color      : #ffffff;
	}

.gradient.theme-33cc66 .text-themed {
	color : #33cc66;
	}

.theme-576881 {
	background-color : #576881 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-576881:nth-child(even) {
	background-color : #4d5e77 !important
	}

.gradient.theme-576881 {
	background : -moz-linear-gradient(-25deg, #576881 0%, #7f90a9 100%);
	background : -webkit-linear-gradient(-25deg, #576881 0%, #7f90a9 100%);
	background : linear-gradient(115deg, #576881 0%, #7f90a9 100%);
	color      : #ffffff;
	}

.gradient.theme-576881 .text-themed {
	color : #576881;
	}

.theme-202020 {
	background-color : #202020 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-202020:nth-child(even) {
	background-color : #161616 !important
	}

.gradient.theme-202020 {
	background : -moz-linear-gradient(-25deg, #202020 0%, #484848 100%);
	background : -webkit-linear-gradient(-25deg, #202020 0%, #484848 100%);
	background : linear-gradient(115deg, #202020 0%, #484848 100%);
	color      : #ffffff;
	}

.gradient.theme-202020 .text-themed {
	color : #202020;
	}

.theme-6e87ff {
	background-color : #6e87ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-6e87ff:nth-child(even) {
	background-color : #647df5 !important
	}

.gradient.theme-6e87ff {
	background : -moz-linear-gradient(-25deg, #6e87ff 0%, #96afff 100%);
	background : -webkit-linear-gradient(-25deg, #6e87ff 0%, #96afff 100%);
	background : linear-gradient(115deg, #6e87ff 0%, #96afff 100%);
	color      : #ffffff;
	}

.gradient.theme-6e87ff .text-themed {
	color : #6e87ff;
	}

.theme-125687 {
	background-color : #125687 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-125687:nth-child(even) {
	background-color : #084c7d !important
	}

.gradient.theme-125687 {
	background : -moz-linear-gradient(-25deg, #125687 0%, #3a7eaf 100%);
	background : -webkit-linear-gradient(-25deg, #125687 0%, #3a7eaf 100%);
	background : linear-gradient(115deg, #125687 0%, #3a7eaf 100%);
	color      : #ffffff;
	}

.gradient.theme-125687 .text-themed {
	color : #125687;
	}

.theme-01a1dd {
	background-color : #01a1dd !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-01a1dd:nth-child(even) {
	background-color : #0097d3 !important
	}

.gradient.theme-01a1dd {
	background : -moz-linear-gradient(-25deg, #01a1dd 0%, #29c9ff 100%);
	background : -webkit-linear-gradient(-25deg, #01a1dd 0%, #29c9ff 100%);
	background : linear-gradient(115deg, #01a1dd 0%, #29c9ff 100%);
	color      : #ffffff;
	}

.gradient.theme-01a1dd .text-themed {
	color : #01a1dd;
	}

.theme-ff9999 {
	background-color : #ff9999 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff9999:nth-child(even) {
	background-color : #f58f8f !important
	}

.gradient.theme-ff9999 {
	background : -moz-linear-gradient(-25deg, #ff9999 0%, #d77171 100%);
	background : -webkit-linear-gradient(-25deg, #ff9999 0%, #d77171 100%);
	background : linear-gradient(115deg, #ff9999 0%, #d77171 100%);
	color      : #ffffff;
	}

.gradient.theme-ff9999 .text-themed {
	color : #d77171;
	}

.theme-0066b3 {
	background-color : #0066b3 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0066b3:nth-child(even) {
	background-color : #005ca9 !important
	}

.gradient.theme-0066b3 {
	background : -moz-linear-gradient(-25deg, #0066b3 0%, #288edb 100%);
	background : -webkit-linear-gradient(-25deg, #0066b3 0%, #288edb 100%);
	background : linear-gradient(115deg, #0066b3 0%, #288edb 100%);
	color      : #ffffff;
	}

.gradient.theme-0066b3 .text-themed {
	color : #0066b3;
	}

.theme-7c73e6 {
	background-color : #7c73e6 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-7c73e6:nth-child(even) {
	background-color : #7269dc !important
	}

.gradient.theme-7c73e6 {
	background : -moz-linear-gradient(-25deg, #7c73e6 0%, #a49bff 100%);
	background : -webkit-linear-gradient(-25deg, #7c73e6 0%, #a49bff 100%);
	background : linear-gradient(115deg, #7c73e6 0%, #a49bff 100%);
	color      : #ffffff;
	}

.gradient.theme-7c73e6 .text-themed {
	color : #7c73e6;
	}

.theme-d47604 {
	background-color : #d47604 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-d47604:nth-child(even) {
	background-color : #ca6c00 !important
	}

.gradient.theme-d47604 {
	background : -moz-linear-gradient(-25deg, #d47604 0%, #fc9e2c 100%);
	background : -webkit-linear-gradient(-25deg, #d47604 0%, #fc9e2c 100%);
	background : linear-gradient(115deg, #d47604 0%, #fc9e2c 100%);
	color      : #ffffff;
	}

.gradient.theme-d47604 .text-themed {
	color : #d47604;
	}

.theme-2990ff {
	background-color : #2990ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2990ff:nth-child(even) {
	background-color : #1f86f5 !important
	}

.gradient.theme-2990ff {
	background : -moz-linear-gradient(-25deg, #2990ff 0%, #51b8ff 100%);
	background : -webkit-linear-gradient(-25deg, #2990ff 0%, #51b8ff 100%);
	background : linear-gradient(115deg, #2990ff 0%, #51b8ff 100%);
	color      : #ffffff;
	}

.gradient.theme-2990ff .text-themed {
	color : #2990ff;
	}

.theme-2b4c3e {
	background-color : #2b4c3e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2b4c3e:nth-child(even) {
	background-color : #214234 !important
	}

.gradient.theme-2b4c3e {
	background : -moz-linear-gradient(-25deg, #2b4c3e 0%, #537466 100%);
	background : -webkit-linear-gradient(-25deg, #2b4c3e 0%, #537466 100%);
	background : linear-gradient(115deg, #2b4c3e 0%, #537466 100%);
	color      : #ffffff;
	}

.gradient.theme-2b4c3e .text-themed {
	color : #2b4c3e;
	}

.theme-ff644d {
	background-color : #ff644d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff644d:nth-child(even) {
	background-color : #f55a43 !important
	}

.gradient.theme-ff644d {
	background : -moz-linear-gradient(-25deg, #ff644d 0%, #ff8c75 100%);
	background : -webkit-linear-gradient(-25deg, #ff644d 0%, #ff8c75 100%);
	background : linear-gradient(115deg, #ff644d 0%, #ff8c75 100%);
	color      : #ffffff;
	}

.gradient.theme-ff644d .text-themed {
	color : #ff644d;
	}

.theme-202223 {
	background-color : #202223 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-202223:nth-child(even) {
	background-color : #161819 !important
	}

.gradient.theme-202223 {
	background : -moz-linear-gradient(-25deg, #202223 0%, #484a4b 100%);
	background : -webkit-linear-gradient(-25deg, #202223 0%, #484a4b 100%);
	background : linear-gradient(115deg, #202223 0%, #484a4b 100%);
	color      : #ffffff;
	}

.gradient.theme-202223 .text-themed {
	color : #202223;
	}

.theme-25c16e {
	background-color : #25c16e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-25c16e:nth-child(even) {
	background-color : #1bb764 !important
	}

.gradient.theme-25c16e {
	background : -moz-linear-gradient(-25deg, #25c16e 0%, #4de996 100%);
	background : -webkit-linear-gradient(-25deg, #25c16e 0%, #4de996 100%);
	background : linear-gradient(115deg, #25c16e 0%, #4de996 100%);
	color      : #ffffff;
	}

.gradient.theme-25c16e .text-themed {
	color : #25c16e;
	}

.theme-4571b3 {
	background-color : #4571b3 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4571b3:nth-child(even) {
	background-color : #3b67a9 !important
	}

.gradient.theme-4571b3 {
	background : -moz-linear-gradient(-25deg, #4571b3 0%, #6d99db 100%);
	background : -webkit-linear-gradient(-25deg, #4571b3 0%, #6d99db 100%);
	background : linear-gradient(115deg, #4571b3 0%, #6d99db 100%);
	color      : #ffffff;
	}

.gradient.theme-4571b3 .text-themed {
	color : #4571b3;
	}

.theme-afca0b {
	background-color : #afca0b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-afca0b:nth-child(even) {
	background-color : #a5c001 !important
	}

.gradient.theme-afca0b {
	background : -moz-linear-gradient(-25deg, #afca0b 0%, #87a200 100%);
	background : -webkit-linear-gradient(-25deg, #afca0b 0%, #87a200 100%);
	background : linear-gradient(115deg, #afca0b 0%, #87a200 100%);
	color      : #ffffff;
	}

.gradient.theme-afca0b .text-themed {
	color : #87a200;
	}

.theme-96bf48 {
	background-color : #96bf48 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-96bf48:nth-child(even) {
	background-color : #8cb53e !important
	}

.gradient.theme-96bf48 {
	background : -moz-linear-gradient(-25deg, #96bf48 0%, #6e9720 100%);
	background : -webkit-linear-gradient(-25deg, #96bf48 0%, #6e9720 100%);
	background : linear-gradient(115deg, #96bf48 0%, #6e9720 100%);
	color      : #ffffff;
	}

.gradient.theme-96bf48 .text-themed {
	color : #6e9720;
	}

.theme-1a86d9 {
	background-color : #1a86d9 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1a86d9:nth-child(even) {
	background-color : #107ccf !important
	}

.gradient.theme-1a86d9 {
	background : -moz-linear-gradient(-25deg, #1a86d9 0%, #42aeff 100%);
	background : -webkit-linear-gradient(-25deg, #1a86d9 0%, #42aeff 100%);
	background : linear-gradient(115deg, #1a86d9 0%, #42aeff 100%);
	color      : #ffffff;
	}

.gradient.theme-1a86d9 .text-themed {
	color : #1a86d9;
	}

.theme-44b6e8 {
	background-color : #44b6e8 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-44b6e8:nth-child(even) {
	background-color : #3aacde !important
	}

.gradient.theme-44b6e8 {
	background : -moz-linear-gradient(-25deg, #44b6e8 0%, #1c8ec0 100%);
	background : -webkit-linear-gradient(-25deg, #44b6e8 0%, #1c8ec0 100%);
	background : linear-gradient(115deg, #44b6e8 0%, #1c8ec0 100%);
	color      : #ffffff;
	}

.gradient.theme-44b6e8 .text-themed {
	color : #1c8ec0;
	}

.theme-18c746 {
	background-color : #18c746 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-18c746:nth-child(even) {
	background-color : #0ebd3c !important
	}

.gradient.theme-18c746 {
	background : -moz-linear-gradient(-25deg, #18c746 0%, #40ef6e 100%);
	background : -webkit-linear-gradient(-25deg, #18c746 0%, #40ef6e 100%);
	background : linear-gradient(115deg, #18c746 0%, #40ef6e 100%);
	color      : #ffffff;
	}

.gradient.theme-18c746 .text-themed {
	color : #18c746;
	}

.theme-ad0000 {
	background-color : #ad0000 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ad0000:nth-child(even) {
	background-color : #a30000 !important
	}

.gradient.theme-ad0000 {
	background : -moz-linear-gradient(-25deg, #ad0000 0%, #d52828 100%);
	background : -webkit-linear-gradient(-25deg, #ad0000 0%, #d52828 100%);
	background : linear-gradient(115deg, #ad0000 0%, #d52828 100%);
	color      : #ffffff;
	}

.gradient.theme-ad0000 .text-themed {
	color : #ad0000;
	}

.theme-006699 {
	background-color : #006699 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-006699:nth-child(even) {
	background-color : #005c8f !important
	}

.gradient.theme-006699 {
	background : -moz-linear-gradient(-25deg, #006699 0%, #288ec1 100%);
	background : -webkit-linear-gradient(-25deg, #006699 0%, #288ec1 100%);
	background : linear-gradient(115deg, #006699 0%, #288ec1 100%);
	color      : #ffffff;
	}

.gradient.theme-006699 .text-themed {
	color : #006699;
	}

.theme-d56a19 {
	background-color : #d56a19 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-d56a19:nth-child(even) {
	background-color : #cb600f !important
	}

.gradient.theme-d56a19 {
	background : -moz-linear-gradient(-25deg, #d56a19 0%, #fd9241 100%);
	background : -webkit-linear-gradient(-25deg, #d56a19 0%, #fd9241 100%);
	background : linear-gradient(115deg, #d56a19 0%, #fd9241 100%);
	color      : #ffffff;
	}

.gradient.theme-d56a19 .text-themed {
	color : #d56a19;
	}

.theme-c12126 {
	background-color : #c12126 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-c12126:nth-child(even) {
	background-color : #b7171c !important
	}

.gradient.theme-c12126 {
	background : -moz-linear-gradient(-25deg, #c12126 0%, #e9494e 100%);
	background : -webkit-linear-gradient(-25deg, #c12126 0%, #e9494e 100%);
	background : linear-gradient(115deg, #c12126 0%, #e9494e 100%);
	color      : #ffffff;
	}

.gradient.theme-c12126 .text-themed {
	color : #c12126;
	}

.theme-25bd59 {
	background-color : #25bd59 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-25bd59:nth-child(even) {
	background-color : #1bb34f !important
	}

.gradient.theme-25bd59 {
	background : -moz-linear-gradient(-25deg, #25bd59 0%, #4de581 100%);
	background : -webkit-linear-gradient(-25deg, #25bd59 0%, #4de581 100%);
	background : linear-gradient(115deg, #25bd59 0%, #4de581 100%);
	color      : #ffffff;
	}

.gradient.theme-25bd59 .text-themed {
	color : #25bd59;
	}

.theme-f39c12 {
	background-color : #f39c12 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f39c12:nth-child(even) {
	background-color : #e99208 !important
	}

.gradient.theme-f39c12 {
	background : -moz-linear-gradient(-25deg, #f39c12 0%, #cb7400 100%);
	background : -webkit-linear-gradient(-25deg, #f39c12 0%, #cb7400 100%);
	background : linear-gradient(115deg, #f39c12 0%, #cb7400 100%);
	color      : #ffffff;
	}

.gradient.theme-f39c12 .text-themed {
	color : #cb7400;
	}

.theme-47afe8 {
	background-color : #47afe8 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-47afe8:nth-child(even) {
	background-color : #3da5de !important
	}

.gradient.theme-47afe8 {
	background : -moz-linear-gradient(-25deg, #47afe8 0%, #6fd7ff 100%);
	background : -webkit-linear-gradient(-25deg, #47afe8 0%, #6fd7ff 100%);
	background : linear-gradient(115deg, #47afe8 0%, #6fd7ff 100%);
	color      : #ffffff;
	}

.gradient.theme-47afe8 .text-themed {
	color : #47afe8;
	}

.theme-f37043 {
	background-color : #f37043 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f37043:nth-child(even) {
	background-color : #e96639 !important
	}

.gradient.theme-f37043 {
	background : -moz-linear-gradient(-25deg, #f37043 0%, #ff986b 100%);
	background : -webkit-linear-gradient(-25deg, #f37043 0%, #ff986b 100%);
	background : linear-gradient(115deg, #f37043 0%, #ff986b 100%);
	color      : #ffffff;
	}

.gradient.theme-f37043 .text-themed {
	color : #f37043;
	}

.theme-29b5e8 {
	background-color : #29b5e8 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-29b5e8:nth-child(even) {
	background-color : #1fabde !important
	}

.gradient.theme-29b5e8 {
	background : -moz-linear-gradient(-25deg, #29b5e8 0%, #51ddff 100%);
	background : -webkit-linear-gradient(-25deg, #29b5e8 0%, #51ddff 100%);
	background : linear-gradient(115deg, #29b5e8 0%, #51ddff 100%);
	color      : #ffffff;
	}

.gradient.theme-29b5e8 .text-themed {
	color : #29b5e8;
	}

.theme-33a3db {
	background-color : #33a3db !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-33a3db:nth-child(even) {
	background-color : #2999d1 !important
	}

.gradient.theme-33a3db {
	background : -moz-linear-gradient(-25deg, #33a3db 0%, #5bcbff 100%);
	background : -webkit-linear-gradient(-25deg, #33a3db 0%, #5bcbff 100%);
	background : linear-gradient(115deg, #33a3db 0%, #5bcbff 100%);
	color      : #ffffff;
	}

.gradient.theme-33a3db .text-themed {
	color : #33a3db;
	}

.theme-4a154b {
	background-color : #4a154b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4a154b:nth-child(even) {
	background-color : #400b41 !important
	}

.gradient.theme-4a154b {
	background : -moz-linear-gradient(-25deg, #4a154b 0%, #723d73 100%);
	background : -webkit-linear-gradient(-25deg, #4a154b 0%, #723d73 100%);
	background : linear-gradient(115deg, #4a154b 0%, #723d73 100%);
	color      : #ffffff;
	}

.gradient.theme-4a154b .text-themed {
	color : #4a154b;
	}

.theme-379adc {
	background-color : #379adc !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-379adc:nth-child(even) {
	background-color : #2d90d2 !important
	}

.gradient.theme-379adc {
	background : -moz-linear-gradient(-25deg, #379adc 0%, #5fc2ff 100%);
	background : -webkit-linear-gradient(-25deg, #379adc 0%, #5fc2ff 100%);
	background : linear-gradient(115deg, #379adc 0%, #5fc2ff 100%);
	color      : #ffffff;
	}

.gradient.theme-379adc .text-themed {
	color : #379adc;
	}

.theme-3291f0 {
	background-color : #3291f0 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3291f0:nth-child(even) {
	background-color : #2887e6 !important
	}

.gradient.theme-3291f0 {
	background : -moz-linear-gradient(-25deg, #3291f0 0%, #5ab9ff 100%);
	background : -webkit-linear-gradient(-25deg, #3291f0 0%, #5ab9ff 100%);
	background : linear-gradient(115deg, #3291f0 0%, #5ab9ff 100%);
	color      : #ffffff;
	}

.gradient.theme-3291f0 .text-themed {
	color : #3291f0;
	}

.theme-f56f23 {
	background-color : #f56f23 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f56f23:nth-child(even) {
	background-color : #eb6519 !important
	}

.gradient.theme-f56f23 {
	background : -moz-linear-gradient(-25deg, #f56f23 0%, #ff974b 100%);
	background : -webkit-linear-gradient(-25deg, #f56f23 0%, #ff974b 100%);
	background : linear-gradient(115deg, #f56f23 0%, #ff974b 100%);
	color      : #ffffff;
	}

.gradient.theme-f56f23 .text-themed {
	color : #f56f23;
	}

.theme-17bed0 {
	background-color : #17bed0 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-17bed0:nth-child(even) {
	background-color : #0db4c6 !important
	}

.gradient.theme-17bed0 {
	background : -moz-linear-gradient(-25deg, #17bed0 0%, #3fe6f8 100%);
	background : -webkit-linear-gradient(-25deg, #17bed0 0%, #3fe6f8 100%);
	background : linear-gradient(115deg, #17bed0 0%, #3fe6f8 100%);
	color      : #ffffff;
	}

.gradient.theme-17bed0 .text-themed {
	color : #17bed0;
	}

.theme-00cdac {
	background-color : #00cdac !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00cdac:nth-child(even) {
	background-color : #00c3a2 !important
	}

.gradient.theme-00cdac {
	background : -moz-linear-gradient(-25deg, #00cdac 0%, #28f5d4 100%);
	background : -webkit-linear-gradient(-25deg, #00cdac 0%, #28f5d4 100%);
	background : linear-gradient(115deg, #00cdac 0%, #28f5d4 100%);
	color      : #ffffff;
	}

.gradient.theme-00cdac .text-themed {
	color : #00cdac;
	}

.theme-f7931e {
	background-color : #f7931e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f7931e:nth-child(even) {
	background-color : #ed8914 !important
	}

.gradient.theme-f7931e {
	background : -moz-linear-gradient(-25deg, #f7931e 0%, #cf6b00 100%);
	background : -webkit-linear-gradient(-25deg, #f7931e 0%, #cf6b00 100%);
	background : linear-gradient(115deg, #f7931e 0%, #cf6b00 100%);
	color      : #ffffff;
	}

.gradient.theme-f7931e .text-themed {
	color : #cf6b00;
	}

.theme-ef6c00 {
	background-color : #ef6c00 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ef6c00:nth-child(even) {
	background-color : #e56200 !important
	}

.gradient.theme-ef6c00 {
	background : -moz-linear-gradient(-25deg, #ef6c00 0%, #ff9428 100%);
	background : -webkit-linear-gradient(-25deg, #ef6c00 0%, #ff9428 100%);
	background : linear-gradient(115deg, #ef6c00 0%, #ff9428 100%);
	color      : #ffffff;
	}

.gradient.theme-ef6c00 .text-themed {
	color : #ef6c00;
	}

.theme-108a00 {
	background-color : #108a00 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-108a00:nth-child(even) {
	background-color : #068000 !important
	}

.gradient.theme-108a00 {
	background : -moz-linear-gradient(-25deg, #108a00 0%, #38b228 100%);
	background : -webkit-linear-gradient(-25deg, #108a00 0%, #38b228 100%);
	background : linear-gradient(115deg, #108a00 0%, #38b228 100%);
	color      : #ffffff;
	}

.gradient.theme-108a00 .text-themed {
	color : #108a00;
	}

.theme-43a047 {
	background-color : #43a047 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-43a047:nth-child(even) {
	background-color : #39963d !important
	}

.gradient.theme-43a047 {
	background : -moz-linear-gradient(-25deg, #43a047 0%, #6bc86f 100%);
	background : -webkit-linear-gradient(-25deg, #43a047 0%, #6bc86f 100%);
	background : linear-gradient(115deg, #43a047 0%, #6bc86f 100%);
	color      : #ffffff;
	}

.gradient.theme-43a047 .text-themed {
	color : #43a047;
	}

.theme-37474e {
	background-color : #37474e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-37474e:nth-child(even) {
	background-color : #2d3d44 !important
	}

.gradient.theme-37474e {
	background : -moz-linear-gradient(-25deg, #37474e 0%, #5f6f76 100%);
	background : -webkit-linear-gradient(-25deg, #37474e 0%, #5f6f76 100%);
	background : linear-gradient(115deg, #37474e 0%, #5f6f76 100%);
	color      : #ffffff;
	}

.gradient.theme-37474e .text-themed {
	color : #37474e;
	}

.theme-345161 {
	background-color : #345161 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-345161:nth-child(even) {
	background-color : #2a4757 !important
	}

.gradient.theme-345161 {
	background : -moz-linear-gradient(-25deg, #345161 0%, #5c7989 100%);
	background : -webkit-linear-gradient(-25deg, #345161 0%, #5c7989 100%);
	background : linear-gradient(115deg, #345161 0%, #5c7989 100%);
	color      : #ffffff;
	}

.gradient.theme-345161 .text-themed {
	color : #345161;
	}

.theme-62bd19 {
	background-color : #62bd19 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-62bd19:nth-child(even) {
	background-color : #58b30f !important
	}

.gradient.theme-62bd19 {
	background : -moz-linear-gradient(-25deg, #62bd19 0%, #8ae541 100%);
	background : -webkit-linear-gradient(-25deg, #62bd19 0%, #8ae541 100%);
	background : linear-gradient(115deg, #62bd19 0%, #8ae541 100%);
	color      : #ffffff;
	}

.gradient.theme-62bd19 .text-themed {
	color : #62bd19;
	}

.theme-ff6601 {
	background-color : #ff6601 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff6601:nth-child(even) {
	background-color : #f55c00 !important
	}

.gradient.theme-ff6601 {
	background : -moz-linear-gradient(-25deg, #ff6601 0%, #ff8e29 100%);
	background : -webkit-linear-gradient(-25deg, #ff6601 0%, #ff8e29 100%);
	background : linear-gradient(115deg, #ff6601 0%, #ff8e29 100%);
	color      : #ffffff;
	}

.gradient.theme-ff6601 .text-themed {
	color : #ff6601;
	}

.theme-b0dbf6 {
	background-color : #b0dbf6 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-b0dbf6:nth-child(even) {
	background-color : #a6d1ec !important
	}

.gradient.theme-b0dbf6 {
	background : -moz-linear-gradient(-25deg, #b0dbf6 0%, #88b3ce 100%);
	background : -webkit-linear-gradient(-25deg, #b0dbf6 0%, #88b3ce 100%);
	background : linear-gradient(115deg, #b0dbf6 0%, #88b3ce 100%);
	color      : #ffffff;
	}

.gradient.theme-b0dbf6 .text-themed {
	color : #88b3ce;
	}

.theme-0b3d00 {
	background-color : #0b3d00 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0b3d00:nth-child(even) {
	background-color : #013300 !important
	}

.gradient.theme-0b3d00 {
	background : -moz-linear-gradient(-25deg, #0b3d00 0%, #336528 100%);
	background : -webkit-linear-gradient(-25deg, #0b3d00 0%, #336528 100%);
	background : linear-gradient(115deg, #0b3d00 0%, #336528 100%);
	color      : #ffffff;
	}

.gradient.theme-0b3d00 .text-themed {
	color : #0b3d00;
	}

.theme-31872e {
	background-color : #31872e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-31872e:nth-child(even) {
	background-color : #277d24 !important
	}

.gradient.theme-31872e {
	background : -moz-linear-gradient(-25deg, #31872e 0%, #59af56 100%);
	background : -webkit-linear-gradient(-25deg, #31872e 0%, #59af56 100%);
	background : linear-gradient(115deg, #31872e 0%, #59af56 100%);
	color      : #ffffff;
	}

.gradient.theme-31872e .text-themed {
	color : #31872e;
	}

.theme-0c4c85 {
	background-color : #0c4c85 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0c4c85:nth-child(even) {
	background-color : #02427b !important
	}

.gradient.theme-0c4c85 {
	background : -moz-linear-gradient(-25deg, #0c4c85 0%, #3474ad 100%);
	background : -webkit-linear-gradient(-25deg, #0c4c85 0%, #3474ad 100%);
	background : linear-gradient(115deg, #0c4c85 0%, #3474ad 100%);
	color      : #ffffff;
	}

.gradient.theme-0c4c85 .text-themed {
	color : #0c4c85;
	}

.theme-e30027 {
	background-color : #e30027 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e30027:nth-child(even) {
	background-color : #d9001d !important
	}

.gradient.theme-e30027 {
	background : -moz-linear-gradient(-25deg, #e30027 0%, #ff284f 100%);
	background : -webkit-linear-gradient(-25deg, #e30027 0%, #ff284f 100%);
	background : linear-gradient(115deg, #e30027 0%, #ff284f 100%);
	color      : #ffffff;
	}

.gradient.theme-e30027 .text-themed {
	color : #e30027;
	}

.theme-777866 {
	background-color : #777866 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-777866:nth-child(even) {
	background-color : #6d6e5c !important
	}

.gradient.theme-777866 {
	background : -moz-linear-gradient(-25deg, #777866 0%, #9fa08e 100%);
	background : -webkit-linear-gradient(-25deg, #777866 0%, #9fa08e 100%);
	background : linear-gradient(115deg, #777866 0%, #9fa08e 100%);
	color      : #ffffff;
	}

.gradient.theme-777866 .text-themed {
	color : #777866;
	}

.theme-8c52ff {
	background-color : #8c52ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-8c52ff:nth-child(even) {
	background-color : #8248f5 !important
	}

.gradient.theme-8c52ff {
	background : -moz-linear-gradient(-25deg, #8c52ff 0%, #b47aff 100%);
	background : -webkit-linear-gradient(-25deg, #8c52ff 0%, #b47aff 100%);
	background : linear-gradient(115deg, #8c52ff 0%, #b47aff 100%);
	color      : #ffffff;
	}

.gradient.theme-8c52ff .text-themed {
	color : #8c52ff;
	}

.theme-042b48 {
	background-color : #042b48 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-042b48:nth-child(even) {
	background-color : #00213e !important
	}

.gradient.theme-042b48 {
	background : -moz-linear-gradient(-25deg, #042b48 0%, #2c5370 100%);
	background : -webkit-linear-gradient(-25deg, #042b48 0%, #2c5370 100%);
	background : linear-gradient(115deg, #042b48 0%, #2c5370 100%);
	color      : #ffffff;
	}

.gradient.theme-042b48 .text-themed {
	color : #042b48;
	}

.theme-46b1ff {
	background-color : #46b1ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-46b1ff:nth-child(even) {
	background-color : #3ca7f5 !important
	}

.gradient.theme-46b1ff {
	background : -moz-linear-gradient(-25deg, #46b1ff 0%, #1e89d7 100%);
	background : -webkit-linear-gradient(-25deg, #46b1ff 0%, #1e89d7 100%);
	background : linear-gradient(115deg, #46b1ff 0%, #1e89d7 100%);
	color      : #ffffff;
	}

.gradient.theme-46b1ff .text-themed {
	color : #1e89d7;
	}

.theme-c83a24 {
	background-color : #c83a24 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-c83a24:nth-child(even) {
	background-color : #be301a !important
	}

.gradient.theme-c83a24 {
	background : -moz-linear-gradient(-25deg, #c83a24 0%, #f0624c 100%);
	background : -webkit-linear-gradient(-25deg, #c83a24 0%, #f0624c 100%);
	background : linear-gradient(115deg, #c83a24 0%, #f0624c 100%);
	color      : #ffffff;
	}

.gradient.theme-c83a24 .text-themed {
	color : #c83a24;
	}

.theme-0080e6 {
	background-color : #0080e6 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0080e6:nth-child(even) {
	background-color : #0076dc !important
	}

.gradient.theme-0080e6 {
	background : -moz-linear-gradient(-25deg, #0080e6 0%, #28a8ff 100%);
	background : -webkit-linear-gradient(-25deg, #0080e6 0%, #28a8ff 100%);
	background : linear-gradient(115deg, #0080e6 0%, #28a8ff 100%);
	color      : #ffffff;
	}

.gradient.theme-0080e6 .text-themed {
	color : #0080e6;
	}

.theme-00bc87 {
	background-color : #00bc87 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00bc87:nth-child(even) {
	background-color : #00b27d !important
	}

.gradient.theme-00bc87 {
	background : -moz-linear-gradient(-25deg, #00bc87 0%, #28e4af 100%);
	background : -webkit-linear-gradient(-25deg, #00bc87 0%, #28e4af 100%);
	background : linear-gradient(115deg, #00bc87 0%, #28e4af 100%);
	color      : #ffffff;
	}

.gradient.theme-00bc87 .text-themed {
	color : #00bc87;
	}

.theme-03b875 {
	background-color : #03b875 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-03b875:nth-child(even) {
	background-color : #00ae6b !important
	}

.gradient.theme-03b875 {
	background : -moz-linear-gradient(-25deg, #03b875 0%, #2be09d 100%);
	background : -webkit-linear-gradient(-25deg, #03b875 0%, #2be09d 100%);
	background : linear-gradient(115deg, #03b875 0%, #2be09d 100%);
	color      : #ffffff;
	}

.gradient.theme-03b875 .text-themed {
	color : #03b875;
	}

.theme-13cdf0 {
	background-color : #13cdf0 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-13cdf0:nth-child(even) {
	background-color : #09c3e6 !important
	}

.gradient.theme-13cdf0 {
	background : -moz-linear-gradient(-25deg, #13cdf0 0%, #00a5c8 100%);
	background : -webkit-linear-gradient(-25deg, #13cdf0 0%, #00a5c8 100%);
	background : linear-gradient(115deg, #13cdf0 0%, #00a5c8 100%);
	color      : #ffffff;
	}

.gradient.theme-13cdf0 .text-themed {
	color : #00a5c8;
	}

.theme-fcc118 {
	background-color : #fcc118 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-fcc118:nth-child(even) {
	background-color : #f2b70e !important
	}

.gradient.theme-fcc118 {
	background : -moz-linear-gradient(-25deg, #fcc118 0%, #d49900 100%);
	background : -webkit-linear-gradient(-25deg, #fcc118 0%, #d49900 100%);
	background : linear-gradient(115deg, #fcc118 0%, #d49900 100%);
	color      : #ffffff;
	}

.gradient.theme-fcc118 .text-themed {
	color : #d49900;
	}

.theme-ec8e3b {
	background-color : #ec8e3b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ec8e3b:nth-child(even) {
	background-color : #e28431 !important
	}

.gradient.theme-ec8e3b {
	background : -moz-linear-gradient(-25deg, #ec8e3b 0%, #c46613 100%);
	background : -webkit-linear-gradient(-25deg, #ec8e3b 0%, #c46613 100%);
	background : linear-gradient(115deg, #ec8e3b 0%, #c46613 100%);
	color      : #ffffff;
	}

.gradient.theme-ec8e3b .text-themed {
	color : #c46613;
	}

.theme-3862aa {
	background-color : #3862aa !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3862aa:nth-child(even) {
	background-color : #2e58a0 !important
	}

.gradient.theme-3862aa {
	background : -moz-linear-gradient(-25deg, #3862aa 0%, #608ad2 100%);
	background : -webkit-linear-gradient(-25deg, #3862aa 0%, #608ad2 100%);
	background : linear-gradient(115deg, #3862aa 0%, #608ad2 100%);
	color      : #ffffff;
	}

.gradient.theme-3862aa .text-themed {
	color : #3862aa;
	}

.theme-1f6194 {
	background-color : #1f6194 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1f6194:nth-child(even) {
	background-color : #15578a !important
	}

.gradient.theme-1f6194 {
	background : -moz-linear-gradient(-25deg, #1f6194 0%, #4789bc 100%);
	background : -webkit-linear-gradient(-25deg, #1f6194 0%, #4789bc 100%);
	background : linear-gradient(115deg, #1f6194 0%, #4789bc 100%);
	color      : #ffffff;
	}

.gradient.theme-1f6194 .text-themed {
	color : #1f6194;
	}

.theme-fae01a {
	background-color : #fae01a !important;
	color            : #000000 !important
	}

.list-group-icons .theme-fae01a:nth-child(even) {
	background-color : #f0d610 !important
	}

.gradient.theme-fae01a {
	background : -moz-linear-gradient(-25deg, #fae01a 0%, #d2b800 100%);
	background : -webkit-linear-gradient(-25deg, #fae01a 0%, #d2b800 100%);
	background : linear-gradient(115deg, #fae01a 0%, #d2b800 100%);
	color      : #000000;
	}

.gradient.theme-fae01a .text-themed {
	color : #d2b800;
	}

.theme-fae01a img:not(.avatar):not(.no-invert) {
	-webkit-filter : invert(100%);
	-moz-filter    : invert(100%);
	-ms-filter     : invert(100%);
	-o-filter      : invert(100%);
	filter         : invert(100%)
	}

.theme-2d519f {
	background-color : #2d519f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2d519f:nth-child(even) {
	background-color : #234795 !important
	}

.gradient.theme-2d519f {
	background : -moz-linear-gradient(-25deg, #2d519f 0%, #5579c7 100%);
	background : -webkit-linear-gradient(-25deg, #2d519f 0%, #5579c7 100%);
	background : linear-gradient(115deg, #2d519f 0%, #5579c7 100%);
	color      : #ffffff;
	}

.gradient.theme-2d519f .text-themed {
	color : #2d519f;
	}

.theme-5b93e1 {
	background-color : #5b93e1 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-5b93e1:nth-child(even) {
	background-color : #5189d7 !important
	}

.gradient.theme-5b93e1 {
	background : -moz-linear-gradient(-25deg, #5b93e1 0%, #83bbff 100%);
	background : -webkit-linear-gradient(-25deg, #5b93e1 0%, #83bbff 100%);
	background : linear-gradient(115deg, #5b93e1 0%, #83bbff 100%);
	color      : #ffffff;
	}

.gradient.theme-5b93e1 .text-themed {
	color : #5b93e1;
	}

.theme-3c948b {
	background-color : #3c948b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3c948b:nth-child(even) {
	background-color : #328a81 !important
	}

.gradient.theme-3c948b {
	background : -moz-linear-gradient(-25deg, #3c948b 0%, #64bcb3 100%);
	background : -webkit-linear-gradient(-25deg, #3c948b 0%, #64bcb3 100%);
	background : linear-gradient(115deg, #3c948b 0%, #64bcb3 100%);
	color      : #ffffff;
	}

.gradient.theme-3c948b .text-themed {
	color : #3c948b;
	}

.theme-ff7733 {
	background-color : #ff7733 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff7733:nth-child(even) {
	background-color : #f56d29 !important
	}

.gradient.theme-ff7733 {
	background : -moz-linear-gradient(-25deg, #ff7733 0%, #ff9f5b 100%);
	background : -webkit-linear-gradient(-25deg, #ff7733 0%, #ff9f5b 100%);
	background : linear-gradient(115deg, #ff7733 0%, #ff9f5b 100%);
	color      : #ffffff;
	}

.gradient.theme-ff7733 .text-themed {
	color : #ff7733;
	}

.theme-ec1c24 {
	background-color : #ec1c24 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ec1c24:nth-child(even) {
	background-color : #e2121a !important
	}

.gradient.theme-ec1c24 {
	background : -moz-linear-gradient(-25deg, #ec1c24 0%, #ff444c 100%);
	background : -webkit-linear-gradient(-25deg, #ec1c24 0%, #ff444c 100%);
	background : linear-gradient(115deg, #ec1c24 0%, #ff444c 100%);
	color      : #ffffff;
	}

.gradient.theme-ec1c24 .text-themed {
	color : #ec1c24;
	}

.theme-ed1b24 {
	background-color : #ed1b24 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ed1b24:nth-child(even) {
	background-color : #e3111a !important
	}

.gradient.theme-ed1b24 {
	background : -moz-linear-gradient(-25deg, #ed1b24 0%, #ff434c 100%);
	background : -webkit-linear-gradient(-25deg, #ed1b24 0%, #ff434c 100%);
	background : linear-gradient(115deg, #ed1b24 0%, #ff434c 100%);
	color      : #ffffff;
	}

.gradient.theme-ed1b24 .text-themed {
	color : #ed1b24;
	}

.theme-36c5f0 {
	background-color : #36c5f0 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-36c5f0:nth-child(even) {
	background-color : #2cbbe6 !important
	}

.gradient.theme-36c5f0 {
	background : -moz-linear-gradient(-25deg, #36c5f0 0%, #0e9dc8 100%);
	background : -webkit-linear-gradient(-25deg, #36c5f0 0%, #0e9dc8 100%);
	background : linear-gradient(115deg, #36c5f0 0%, #0e9dc8 100%);
	color      : #ffffff;
	}

.gradient.theme-36c5f0 .text-themed {
	color : #0e9dc8;
	}

.theme-397adb {
	background-color : #397adb !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-397adb:nth-child(even) {
	background-color : #2f70d1 !important
	}

.gradient.theme-397adb {
	background : -moz-linear-gradient(-25deg, #397adb 0%, #61a2ff 100%);
	background : -webkit-linear-gradient(-25deg, #397adb 0%, #61a2ff 100%);
	background : linear-gradient(115deg, #397adb 0%, #61a2ff 100%);
	color      : #ffffff;
	}

.gradient.theme-397adb .text-themed {
	color : #397adb;
	}

.theme-390f4b {
	background-color : #390f4b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-390f4b:nth-child(even) {
	background-color : #2f0541 !important
	}

.gradient.theme-390f4b {
	background : -moz-linear-gradient(-25deg, #390f4b 0%, #613773 100%);
	background : -webkit-linear-gradient(-25deg, #390f4b 0%, #613773 100%);
	background : linear-gradient(115deg, #390f4b 0%, #613773 100%);
	color      : #ffffff;
	}

.gradient.theme-390f4b .text-themed {
	color : #390f4b;
	}

.theme-00b388 {
	background-color : #00b388 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00b388:nth-child(even) {
	background-color : #00a97e !important
	}

.gradient.theme-00b388 {
	background : -moz-linear-gradient(-25deg, #00b388 0%, #28dbb0 100%);
	background : -webkit-linear-gradient(-25deg, #00b388 0%, #28dbb0 100%);
	background : linear-gradient(115deg, #00b388 0%, #28dbb0 100%);
	color      : #ffffff;
	}

.gradient.theme-00b388 .text-themed {
	color : #00b388;
	}

.theme-d9a741 {
	background-color : #d9a741 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-d9a741:nth-child(even) {
	background-color : #cf9d37 !important
	}

.gradient.theme-d9a741 {
	background : -moz-linear-gradient(-25deg, #d9a741 0%, #b17f19 100%);
	background : -webkit-linear-gradient(-25deg, #d9a741 0%, #b17f19 100%);
	background : linear-gradient(115deg, #d9a741 0%, #b17f19 100%);
	color      : #ffffff;
	}

.gradient.theme-d9a741 .text-themed {
	color : #b17f19;
	}

.theme-079456 {
	background-color : #079456 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-079456:nth-child(even) {
	background-color : #008a4c !important
	}

.gradient.theme-079456 {
	background : -moz-linear-gradient(-25deg, #079456 0%, #2fbc7e 100%);
	background : -webkit-linear-gradient(-25deg, #079456 0%, #2fbc7e 100%);
	background : linear-gradient(115deg, #079456 0%, #2fbc7e 100%);
	color      : #ffffff;
	}

.gradient.theme-079456 .text-themed {
	color : #079456;
	}

.theme-26bfe8 {
	background-color : #26bfe8 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-26bfe8:nth-child(even) {
	background-color : #1cb5de !important
	}

.gradient.theme-26bfe8 {
	background : -moz-linear-gradient(-25deg, #26bfe8 0%, #4ee7ff 100%);
	background : -webkit-linear-gradient(-25deg, #26bfe8 0%, #4ee7ff 100%);
	background : linear-gradient(115deg, #26bfe8 0%, #4ee7ff 100%);
	color      : #ffffff;
	}

.gradient.theme-26bfe8 .text-themed {
	color : #26bfe8;
	}

.theme-60b39e {
	background-color : #60b39e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-60b39e:nth-child(even) {
	background-color : #56a994 !important
	}

.gradient.theme-60b39e {
	background : -moz-linear-gradient(-25deg, #60b39e 0%, #88dbc6 100%);
	background : -webkit-linear-gradient(-25deg, #60b39e 0%, #88dbc6 100%);
	background : linear-gradient(115deg, #60b39e 0%, #88dbc6 100%);
	color      : #ffffff;
	}

.gradient.theme-60b39e .text-themed {
	color : #60b39e;
	}

.theme-0066cc {
	background-color : #0066cc !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0066cc:nth-child(even) {
	background-color : #005cc2 !important
	}

.gradient.theme-0066cc {
	background : -moz-linear-gradient(-25deg, #0066cc 0%, #288ef4 100%);
	background : -webkit-linear-gradient(-25deg, #0066cc 0%, #288ef4 100%);
	background : linear-gradient(115deg, #0066cc 0%, #288ef4 100%);
	color      : #ffffff;
	}

.gradient.theme-0066cc .text-themed {
	color : #0066cc;
	}

.theme-154f93 {
	background-color : #154f93 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-154f93:nth-child(even) {
	background-color : #0b4589 !important
	}

.gradient.theme-154f93 {
	background : -moz-linear-gradient(-25deg, #154f93 0%, #3d77bb 100%);
	background : -webkit-linear-gradient(-25deg, #154f93 0%, #3d77bb 100%);
	background : linear-gradient(115deg, #154f93 0%, #3d77bb 100%);
	color      : #ffffff;
	}

.gradient.theme-154f93 .text-themed {
	color : #154f93;
	}

.theme-7761df {
	background-color : #7761df !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-7761df:nth-child(even) {
	background-color : #6d57d5 !important
	}

.gradient.theme-7761df {
	background : -moz-linear-gradient(-25deg, #7761df 0%, #9f89ff 100%);
	background : -webkit-linear-gradient(-25deg, #7761df 0%, #9f89ff 100%);
	background : linear-gradient(115deg, #7761df 0%, #9f89ff 100%);
	color      : #ffffff;
	}

.gradient.theme-7761df .text-themed {
	color : #7761df;
	}

.theme-85b542 {
	background-color : #85b542 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-85b542:nth-child(even) {
	background-color : #7bab38 !important
	}

.gradient.theme-85b542 {
	background : -moz-linear-gradient(-25deg, #85b542 0%, #5d8d1a 100%);
	background : -webkit-linear-gradient(-25deg, #85b542 0%, #5d8d1a 100%);
	background : linear-gradient(115deg, #85b542 0%, #5d8d1a 100%);
	color      : #ffffff;
	}

.gradient.theme-85b542 .text-themed {
	color : #5d8d1a;
	}

.theme-c2cf44 {
	background-color : #c2cf44 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-c2cf44:nth-child(even) {
	background-color : #b8c53a !important
	}

.gradient.theme-c2cf44 {
	background : -moz-linear-gradient(-25deg, #c2cf44 0%, #9aa71c 100%);
	background : -webkit-linear-gradient(-25deg, #c2cf44 0%, #9aa71c 100%);
	background : linear-gradient(115deg, #c2cf44 0%, #9aa71c 100%);
	color      : #ffffff;
	}

.gradient.theme-c2cf44 .text-themed {
	color : #9aa71c;
	}

.theme-3299cc {
	background-color : #3299cc !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3299cc:nth-child(even) {
	background-color : #288fc2 !important
	}

.gradient.theme-3299cc {
	background : -moz-linear-gradient(-25deg, #3299cc 0%, #5ac1f4 100%);
	background : -webkit-linear-gradient(-25deg, #3299cc 0%, #5ac1f4 100%);
	background : linear-gradient(115deg, #3299cc 0%, #5ac1f4 100%);
	color      : #ffffff;
	}

.gradient.theme-3299cc .text-themed {
	color : #3299cc;
	}

.theme-83b633 {
	background-color : #83b633 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-83b633:nth-child(even) {
	background-color : #79ac29 !important
	}

.gradient.theme-83b633 {
	background : -moz-linear-gradient(-25deg, #83b633 0%, #abde5b 100%);
	background : -webkit-linear-gradient(-25deg, #83b633 0%, #abde5b 100%);
	background : linear-gradient(115deg, #83b633 0%, #abde5b 100%);
	color      : #ffffff;
	}

.gradient.theme-83b633 .text-themed {
	color : #83b633;
	}

.theme-304ffd {
	background-color : #304ffd !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-304ffd:nth-child(even) {
	background-color : #2645f3 !important
	}

.gradient.theme-304ffd {
	background : -moz-linear-gradient(-25deg, #304ffd 0%, #5877ff 100%);
	background : -webkit-linear-gradient(-25deg, #304ffd 0%, #5877ff 100%);
	background : linear-gradient(115deg, #304ffd 0%, #5877ff 100%);
	color      : #ffffff;
	}

.gradient.theme-304ffd .text-themed {
	color : #304ffd;
	}

.theme-4f8ef5 {
	background-color : #4f8ef5 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4f8ef5:nth-child(even) {
	background-color : #4584eb !important
	}

.gradient.theme-4f8ef5 {
	background : -moz-linear-gradient(-25deg, #4f8ef5 0%, #77b6ff 100%);
	background : -webkit-linear-gradient(-25deg, #4f8ef5 0%, #77b6ff 100%);
	background : linear-gradient(115deg, #4f8ef5 0%, #77b6ff 100%);
	color      : #ffffff;
	}

.gradient.theme-4f8ef5 .text-themed {
	color : #4f8ef5;
	}

.theme-ffc109 {
	background-color : #ffc109 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ffc109:nth-child(even) {
	background-color : #f5b700 !important
	}

.gradient.theme-ffc109 {
	background : -moz-linear-gradient(-25deg, #ffc109 0%, #d79900 100%);
	background : -webkit-linear-gradient(-25deg, #ffc109 0%, #d79900 100%);
	background : linear-gradient(115deg, #ffc109 0%, #d79900 100%);
	color      : #ffffff;
	}

.gradient.theme-ffc109 .text-themed {
	color : #d79900;
	}

.theme-4a76a8 {
	background-color : #4a76a8 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4a76a8:nth-child(even) {
	background-color : #406c9e !important
	}

.gradient.theme-4a76a8 {
	background : -moz-linear-gradient(-25deg, #4a76a8 0%, #729ed0 100%);
	background : -webkit-linear-gradient(-25deg, #4a76a8 0%, #729ed0 100%);
	background : linear-gradient(115deg, #4a76a8 0%, #729ed0 100%);
	color      : #ffffff;
	}

.gradient.theme-4a76a8 .text-themed {
	color : #4a76a8;
	}

.theme-6a2ff5 {
	background-color : #6a2ff5 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-6a2ff5:nth-child(even) {
	background-color : #6025eb !important
	}

.gradient.theme-6a2ff5 {
	background : -moz-linear-gradient(-25deg, #6a2ff5 0%, #9257ff 100%);
	background : -webkit-linear-gradient(-25deg, #6a2ff5 0%, #9257ff 100%);
	background : linear-gradient(115deg, #6a2ff5 0%, #9257ff 100%);
	color      : #ffffff;
	}

.gradient.theme-6a2ff5 .text-themed {
	color : #6a2ff5;
	}

.theme-03a9f4 {
	background-color : #03a9f4 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-03a9f4:nth-child(even) {
	background-color : #009fea !important
	}

.gradient.theme-03a9f4 {
	background : -moz-linear-gradient(-25deg, #03a9f4 0%, #2bd1ff 100%);
	background : -webkit-linear-gradient(-25deg, #03a9f4 0%, #2bd1ff 100%);
	background : linear-gradient(115deg, #03a9f4 0%, #2bd1ff 100%);
	color      : #ffffff;
	}

.gradient.theme-03a9f4 .text-themed {
	color : #03a9f4;
	}

.theme-f94877 {
	background-color : #f94877 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f94877:nth-child(even) {
	background-color : #ef3e6d !important
	}

.gradient.theme-f94877 {
	background : -moz-linear-gradient(-25deg, #f94877 0%, #ff709f 100%);
	background : -webkit-linear-gradient(-25deg, #f94877 0%, #ff709f 100%);
	background : linear-gradient(115deg, #f94877 0%, #ff709f 100%);
	color      : #ffffff;
	}

.gradient.theme-f94877 .text-themed {
	color : #f94877;
	}

.theme-0066ff {
	background-color : #0066ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0066ff:nth-child(even) {
	background-color : #005cf5 !important
	}

.gradient.theme-0066ff {
	background : -moz-linear-gradient(-25deg, #0066ff 0%, #288eff 100%);
	background : -webkit-linear-gradient(-25deg, #0066ff 0%, #288eff 100%);
	background : linear-gradient(115deg, #0066ff 0%, #288eff 100%);
	color      : #ffffff;
	}

.gradient.theme-0066ff .text-themed {
	color : #0066ff;
	}

.theme-1e90ff {
	background-color : #1e90ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1e90ff:nth-child(even) {
	background-color : #1486f5 !important
	}

.gradient.theme-1e90ff {
	background : -moz-linear-gradient(-25deg, #1e90ff 0%, #46b8ff 100%);
	background : -webkit-linear-gradient(-25deg, #1e90ff 0%, #46b8ff 100%);
	background : linear-gradient(115deg, #1e90ff 0%, #46b8ff 100%);
	color      : #ffffff;
	}

.gradient.theme-1e90ff .text-themed {
	color : #1e90ff;
	}

.theme-ff3366 {
	background-color : #ff3366 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff3366:nth-child(even) {
	background-color : #f5295c !important
	}

.gradient.theme-ff3366 {
	background : -moz-linear-gradient(-25deg, #ff3366 0%, #ff5b8e 100%);
	background : -webkit-linear-gradient(-25deg, #ff3366 0%, #ff5b8e 100%);
	background : linear-gradient(115deg, #ff3366 0%, #ff5b8e 100%);
	color      : #ffffff;
	}

.gradient.theme-ff3366 .text-themed {
	color : #ff3366;
	}

.theme-c9d229 {
	background-color : #c9d229 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-c9d229:nth-child(even) {
	background-color : #bfc81f !important
	}

.gradient.theme-c9d229 {
	background : -moz-linear-gradient(-25deg, #c9d229 0%, #a1aa01 100%);
	background : -webkit-linear-gradient(-25deg, #c9d229 0%, #a1aa01 100%);
	background : linear-gradient(115deg, #c9d229 0%, #a1aa01 100%);
	color      : #ffffff;
	}

.gradient.theme-c9d229 .text-themed {
	color : #a1aa01;
	}

.theme-4c57d8 {
	background-color : #4c57d8 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4c57d8:nth-child(even) {
	background-color : #424dce !important
	}

.gradient.theme-4c57d8 {
	background : -moz-linear-gradient(-25deg, #4c57d8 0%, #747fff 100%);
	background : -webkit-linear-gradient(-25deg, #4c57d8 0%, #747fff 100%);
	background : linear-gradient(115deg, #4c57d8 0%, #747fff 100%);
	color      : #ffffff;
	}

.gradient.theme-4c57d8 .text-themed {
	color : #4c57d8;
	}

.theme-e25e21 {
	background-color : #e25e21 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e25e21:nth-child(even) {
	background-color : #d85417 !important
	}

.gradient.theme-e25e21 {
	background : -moz-linear-gradient(-25deg, #e25e21 0%, #ff8649 100%);
	background : -webkit-linear-gradient(-25deg, #e25e21 0%, #ff8649 100%);
	background : linear-gradient(115deg, #e25e21 0%, #ff8649 100%);
	color      : #ffffff;
	}

.gradient.theme-e25e21 .text-themed {
	color : #e25e21;
	}

.theme-5aade3 {
	background-color : #5aade3 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-5aade3:nth-child(even) {
	background-color : #50a3d9 !important
	}

.gradient.theme-5aade3 {
	background : -moz-linear-gradient(-25deg, #5aade3 0%, #3285bb 100%);
	background : -webkit-linear-gradient(-25deg, #5aade3 0%, #3285bb 100%);
	background : linear-gradient(115deg, #5aade3 0%, #3285bb 100%);
	color      : #ffffff;
	}

.gradient.theme-5aade3 .text-themed {
	color : #3285bb;
	}

.theme-0e2947 {
	background-color : #0e2947 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0e2947:nth-child(even) {
	background-color : #041f3d !important
	}

.gradient.theme-0e2947 {
	background : -moz-linear-gradient(-25deg, #0e2947 0%, #36516f 100%);
	background : -webkit-linear-gradient(-25deg, #0e2947 0%, #36516f 100%);
	background : linear-gradient(115deg, #0e2947 0%, #36516f 100%);
	color      : #ffffff;
	}

.gradient.theme-0e2947 .text-themed {
	color : #0e2947;
	}

.theme-008bff {
	background-color : #008bff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-008bff:nth-child(even) {
	background-color : #0081f5 !important
	}

.gradient.theme-008bff {
	background : -moz-linear-gradient(-25deg, #008bff 0%, #28b3ff 100%);
	background : -webkit-linear-gradient(-25deg, #008bff 0%, #28b3ff 100%);
	background : linear-gradient(115deg, #008bff 0%, #28b3ff 100%);
	color      : #ffffff;
	}

.gradient.theme-008bff .text-themed {
	color : #008bff;
	}

.theme-006ba6 {
	background-color : #006ba6 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-006ba6:nth-child(even) {
	background-color : #00619c !important
	}

.gradient.theme-006ba6 {
	background : -moz-linear-gradient(-25deg, #006ba6 0%, #2893ce 100%);
	background : -webkit-linear-gradient(-25deg, #006ba6 0%, #2893ce 100%);
	background : linear-gradient(115deg, #006ba6 0%, #2893ce 100%);
	color      : #ffffff;
	}

.gradient.theme-006ba6 .text-themed {
	color : #006ba6;
	}

.theme-f68c06 {
	background-color : #f68c06 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f68c06:nth-child(even) {
	background-color : #ec8200 !important
	}

.gradient.theme-f68c06 {
	background : -moz-linear-gradient(-25deg, #f68c06 0%, #ce6400 100%);
	background : -webkit-linear-gradient(-25deg, #f68c06 0%, #ce6400 100%);
	background : linear-gradient(115deg, #f68c06 0%, #ce6400 100%);
	color      : #ffffff;
	}

.gradient.theme-f68c06 .text-themed {
	color : #ce6400;
	}

.theme-37ab9c {
	background-color : #37ab9c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-37ab9c:nth-child(even) {
	background-color : #2da192 !important
	}

.gradient.theme-37ab9c {
	background : -moz-linear-gradient(-25deg, #37ab9c 0%, #5fd3c4 100%);
	background : -webkit-linear-gradient(-25deg, #37ab9c 0%, #5fd3c4 100%);
	background : linear-gradient(115deg, #37ab9c 0%, #5fd3c4 100%);
	color      : #ffffff;
	}

.gradient.theme-37ab9c .text-themed {
	color : #37ab9c;
	}

.theme-0045e6 {
	background-color : #0045e6 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0045e6:nth-child(even) {
	background-color : #003bdc !important
	}

.gradient.theme-0045e6 {
	background : -moz-linear-gradient(-25deg, #0045e6 0%, #286dff 100%);
	background : -webkit-linear-gradient(-25deg, #0045e6 0%, #286dff 100%);
	background : linear-gradient(115deg, #0045e6 0%, #286dff 100%);
	color      : #ffffff;
	}

.gradient.theme-0045e6 .text-themed {
	color : #0045e6;
	}

.theme-168af6 {
	background-color : #168af6 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-168af6:nth-child(even) {
	background-color : #0c80ec !important
	}

.gradient.theme-168af6 {
	background : -moz-linear-gradient(-25deg, #168af6 0%, #3eb2ff 100%);
	background : -webkit-linear-gradient(-25deg, #168af6 0%, #3eb2ff 100%);
	background : linear-gradient(115deg, #168af6 0%, #3eb2ff 100%);
	color      : #ffffff;
	}

.gradient.theme-168af6 .text-themed {
	color : #168af6;
	}

.theme-e05d00 {
	background-color : #e05d00 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e05d00:nth-child(even) {
	background-color : #d65300 !important
	}

.gradient.theme-e05d00 {
	background : -moz-linear-gradient(-25deg, #e05d00 0%, #ff8528 100%);
	background : -webkit-linear-gradient(-25deg, #e05d00 0%, #ff8528 100%);
	background : linear-gradient(115deg, #e05d00 0%, #ff8528 100%);
	color      : #ffffff;
	}

.gradient.theme-e05d00 .text-themed {
	color : #e05d00;
	}

.theme-ff4a00 {
	background-color : #ff4a00 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff4a00:nth-child(even) {
	background-color : #f54000 !important
	}

.gradient.theme-ff4a00 {
	background : -moz-linear-gradient(-25deg, #ff4a00 0%, #ff7228 100%);
	background : -webkit-linear-gradient(-25deg, #ff4a00 0%, #ff7228 100%);
	background : linear-gradient(115deg, #ff4a00 0%, #ff7228 100%);
	color      : #ffffff;
	}

.gradient.theme-ff4a00 .text-themed {
	color : #ff4a00;
	}

.theme-fa6f57 {
	background-color : #fa6f57 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-fa6f57:nth-child(even) {
	background-color : #f0654d !important
	}

.gradient.theme-fa6f57 {
	background : -moz-linear-gradient(-25deg, #fa6f57 0%, #ff977f 100%);
	background : -webkit-linear-gradient(-25deg, #fa6f57 0%, #ff977f 100%);
	background : linear-gradient(115deg, #fa6f57 0%, #ff977f 100%);
	color      : #ffffff;
	}

.gradient.theme-fa6f57 .text-themed {
	color : #fa6f57;
	}

.theme-7131ff {
	background-color : #7131ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-7131ff:nth-child(even) {
	background-color : #6727f5 !important
	}

.gradient.theme-7131ff {
	background : -moz-linear-gradient(-25deg, #7131ff 0%, #9959ff 100%);
	background : -webkit-linear-gradient(-25deg, #7131ff 0%, #9959ff 100%);
	background : linear-gradient(115deg, #7131ff 0%, #9959ff 100%);
	color      : #ffffff;
	}

.gradient.theme-7131ff .text-themed {
	color : #7131ff;
	}

.theme-00bfff {
	background-color : #00bfff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00bfff:nth-child(even) {
	background-color : #00b5f5 !important
	}

.gradient.theme-00bfff {
	background : -moz-linear-gradient(-25deg, #00bfff 0%, #28e7ff 100%);
	background : -webkit-linear-gradient(-25deg, #00bfff 0%, #28e7ff 100%);
	background : linear-gradient(115deg, #00bfff 0%, #28e7ff 100%);
	color      : #ffffff;
	}

.gradient.theme-00bfff .text-themed {
	color : #00bfff;
	}

.theme-40cebe {
	background-color : #40cebe !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-40cebe:nth-child(even) {
	background-color : #36c4b4 !important
	}

.gradient.theme-40cebe {
	background : -moz-linear-gradient(-25deg, #40cebe 0%, #18a696 100%);
	background : -webkit-linear-gradient(-25deg, #40cebe 0%, #18a696 100%);
	background : linear-gradient(115deg, #40cebe 0%, #18a696 100%);
	color      : #ffffff;
	}

.gradient.theme-40cebe .text-themed {
	color : #18a696;
	}

.theme-16b9d5 {
	background-color : #16b9d5 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-16b9d5:nth-child(even) {
	background-color : #0cafcb !important
	}

.gradient.theme-16b9d5 {
	background : -moz-linear-gradient(-25deg, #16b9d5 0%, #3ee1fd 100%);
	background : -webkit-linear-gradient(-25deg, #16b9d5 0%, #3ee1fd 100%);
	background : linear-gradient(115deg, #16b9d5 0%, #3ee1fd 100%);
	color      : #ffffff;
	}

.gradient.theme-16b9d5 .text-themed {
	color : #16b9d5;
	}

.theme-0751b0 {
	background-color : #0751b0 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0751b0:nth-child(even) {
	background-color : #0047a6 !important
	}

.gradient.theme-0751b0 {
	background : -moz-linear-gradient(-25deg, #0751b0 0%, #2f79d8 100%);
	background : -webkit-linear-gradient(-25deg, #0751b0 0%, #2f79d8 100%);
	background : linear-gradient(115deg, #0751b0 0%, #2f79d8 100%);
	color      : #ffffff;
	}

.gradient.theme-0751b0 .text-themed {
	color : #0751b0;
	}

.theme-5083c1 {
	background-color : #5083c1 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-5083c1:nth-child(even) {
	background-color : #4679b7 !important
	}

.gradient.theme-5083c1 {
	background : -moz-linear-gradient(-25deg, #5083c1 0%, #78abe9 100%);
	background : -webkit-linear-gradient(-25deg, #5083c1 0%, #78abe9 100%);
	background : linear-gradient(115deg, #5083c1 0%, #78abe9 100%);
	color      : #ffffff;
	}

.gradient.theme-5083c1 .text-themed {
	color : #5083c1;
	}

.theme-02bf6f {
	background-color : #02bf6f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-02bf6f:nth-child(even) {
	background-color : #00b565 !important
	}

.gradient.theme-02bf6f {
	background : -moz-linear-gradient(-25deg, #02bf6f 0%, #2ae797 100%);
	background : -webkit-linear-gradient(-25deg, #02bf6f 0%, #2ae797 100%);
	background : linear-gradient(115deg, #02bf6f 0%, #2ae797 100%);
	color      : #ffffff;
	}

.gradient.theme-02bf6f .text-themed {
	color : #02bf6f;
	}

.theme-ff0088 {
	background-color : #ff0088 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff0088:nth-child(even) {
	background-color : #f5007e !important
	}

.gradient.theme-ff0088 {
	background : -moz-linear-gradient(-25deg, #ff0088 0%, #ff28b0 100%);
	background : -webkit-linear-gradient(-25deg, #ff0088 0%, #ff28b0 100%);
	background : linear-gradient(115deg, #ff0088 0%, #ff28b0 100%);
	color      : #ffffff;
	}

.gradient.theme-ff0088 .text-themed {
	color : #ff0088;
	}

.theme-001f5b {
	background-color : #001f5b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-001f5b:nth-child(even) {
	background-color : #001551 !important
	}

.gradient.theme-001f5b {
	background : -moz-linear-gradient(-25deg, #001f5b 0%, #284783 100%);
	background : -webkit-linear-gradient(-25deg, #001f5b 0%, #284783 100%);
	background : linear-gradient(115deg, #001f5b 0%, #284783 100%);
	color      : #ffffff;
	}

.gradient.theme-001f5b .text-themed {
	color : #001f5b;
	}

.theme-380f0f {
	background-color : #380f0f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-380f0f:nth-child(even) {
	background-color : #2e0505 !important
	}

.gradient.theme-380f0f {
	background : -moz-linear-gradient(-25deg, #380f0f 0%, #603737 100%);
	background : -webkit-linear-gradient(-25deg, #380f0f 0%, #603737 100%);
	background : linear-gradient(115deg, #380f0f 0%, #603737 100%);
	color      : #ffffff;
	}

.gradient.theme-380f0f .text-themed {
	color : #380f0f;
	}

.theme-e9b85c {
	background-color : #e9b85c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e9b85c:nth-child(even) {
	background-color : #dfae52 !important
	}

.gradient.theme-e9b85c {
	background : -moz-linear-gradient(-25deg, #e9b85c 0%, #c19034 100%);
	background : -webkit-linear-gradient(-25deg, #e9b85c 0%, #c19034 100%);
	background : linear-gradient(115deg, #e9b85c 0%, #c19034 100%);
	color      : #ffffff;
	}

.gradient.theme-e9b85c .text-themed {
	color : #c19034;
	}

.theme-ccffcc {
	background-color : #ccffcc !important;
	color            : #000000 !important
	}

.list-group-icons .theme-ccffcc:nth-child(even) {
	background-color : #c2f5c2 !important
	}

.gradient.theme-ccffcc {
	background : -moz-linear-gradient(-25deg, #ccffcc 0%, #a4d7a4 100%);
	background : -webkit-linear-gradient(-25deg, #ccffcc 0%, #a4d7a4 100%);
	background : linear-gradient(115deg, #ccffcc 0%, #a4d7a4 100%);
	color      : #000000;
	}

.gradient.theme-ccffcc .text-themed {
	color : #a4d7a4;
	}

.theme-ccffcc img:not(.avatar):not(.no-invert) {
	-webkit-filter : invert(100%);
	-moz-filter    : invert(100%);
	-ms-filter     : invert(100%);
	-o-filter      : invert(100%);
	filter         : invert(100%)
	}

.theme-014185 {
	background-color : #014185 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-014185:nth-child(even) {
	background-color : #00377b !important
	}

.gradient.theme-014185 {
	background : -moz-linear-gradient(-25deg, #014185 0%, #2969ad 100%);
	background : -webkit-linear-gradient(-25deg, #014185 0%, #2969ad 100%);
	background : linear-gradient(115deg, #014185 0%, #2969ad 100%);
	color      : #ffffff;
	}

.gradient.theme-014185 .text-themed {
	color : #014185;
	}

.theme-21a464 {
	background-color : #21a464 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-21a464:nth-child(even) {
	background-color : #179a5a !important
	}

.gradient.theme-21a464 {
	background : -moz-linear-gradient(-25deg, #21a464 0%, #49cc8c 100%);
	background : -webkit-linear-gradient(-25deg, #21a464 0%, #49cc8c 100%);
	background : linear-gradient(115deg, #21a464 0%, #49cc8c 100%);
	color      : #ffffff;
	}

.gradient.theme-21a464 .text-themed {
	color : #21a464;
	}

.theme-0072be {
	background-color : #0072be !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0072be:nth-child(even) {
	background-color : #0068b4 !important
	}

.gradient.theme-0072be {
	background : -moz-linear-gradient(-25deg, #0072be 0%, #289ae6 100%);
	background : -webkit-linear-gradient(-25deg, #0072be 0%, #289ae6 100%);
	background : linear-gradient(115deg, #0072be 0%, #289ae6 100%);
	color      : #ffffff;
	}

.gradient.theme-0072be .text-themed {
	color : #0072be;
	}

.theme-9966cc {
	background-color : #9966cc !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-9966cc:nth-child(even) {
	background-color : #8f5cc2 !important
	}

.gradient.theme-9966cc {
	background : -moz-linear-gradient(-25deg, #9966cc 0%, #c18ef4 100%);
	background : -webkit-linear-gradient(-25deg, #9966cc 0%, #c18ef4 100%);
	background : linear-gradient(115deg, #9966cc 0%, #c18ef4 100%);
	color      : #ffffff;
	}

.gradient.theme-9966cc .text-themed {
	color : #9966cc;
	}

.theme-08a5ab {
	background-color : #08a5ab !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-08a5ab:nth-child(even) {
	background-color : #009ba1 !important
	}

.gradient.theme-08a5ab {
	background : -moz-linear-gradient(-25deg, #08a5ab 0%, #30cdd3 100%);
	background : -webkit-linear-gradient(-25deg, #08a5ab 0%, #30cdd3 100%);
	background : linear-gradient(115deg, #08a5ab 0%, #30cdd3 100%);
	color      : #ffffff;
	}

.gradient.theme-08a5ab .text-themed {
	color : #08a5ab;
	}

.theme-0078ff {
	background-color : #0078ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0078ff:nth-child(even) {
	background-color : #006ef5 !important
	}

.gradient.theme-0078ff {
	background : -moz-linear-gradient(-25deg, #0078ff 0%, #28a0ff 100%);
	background : -webkit-linear-gradient(-25deg, #0078ff 0%, #28a0ff 100%);
	background : linear-gradient(115deg, #0078ff 0%, #28a0ff 100%);
	color      : #ffffff;
	}

.gradient.theme-0078ff .text-themed {
	color : #0078ff;
	}

.theme-ff7300 {
	background-color : #ff7300 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff7300:nth-child(even) {
	background-color : #f56900 !important
	}

.gradient.theme-ff7300 {
	background : -moz-linear-gradient(-25deg, #ff7300 0%, #ff9b28 100%);
	background : -webkit-linear-gradient(-25deg, #ff7300 0%, #ff9b28 100%);
	background : linear-gradient(115deg, #ff7300 0%, #ff9b28 100%);
	color      : #ffffff;
	}

.gradient.theme-ff7300 .text-themed {
	color : #ff7300;
	}

.theme-1ab364 {
	background-color : #1ab364 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1ab364:nth-child(even) {
	background-color : #10a95a !important
	}

.gradient.theme-1ab364 {
	background : -moz-linear-gradient(-25deg, #1ab364 0%, #42db8c 100%);
	background : -webkit-linear-gradient(-25deg, #1ab364 0%, #42db8c 100%);
	background : linear-gradient(115deg, #1ab364 0%, #42db8c 100%);
	color      : #ffffff;
	}

.gradient.theme-1ab364 .text-themed {
	color : #1ab364;
	}

.theme-29cb6c {
	background-color : #29cb6c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-29cb6c:nth-child(even) {
	background-color : #1fc162 !important
	}

.gradient.theme-29cb6c {
	background : -moz-linear-gradient(-25deg, #29cb6c 0%, #51f394 100%);
	background : -webkit-linear-gradient(-25deg, #29cb6c 0%, #51f394 100%);
	background : linear-gradient(115deg, #29cb6c 0%, #51f394 100%);
	color      : #ffffff;
	}

.gradient.theme-29cb6c .text-themed {
	color : #29cb6c;
	}

.theme-2caf9d {
	background-color : #2caf9d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2caf9d:nth-child(even) {
	background-color : #22a593 !important
	}

.gradient.theme-2caf9d {
	background : -moz-linear-gradient(-25deg, #2caf9d 0%, #54d7c5 100%);
	background : -webkit-linear-gradient(-25deg, #2caf9d 0%, #54d7c5 100%);
	background : linear-gradient(115deg, #2caf9d 0%, #54d7c5 100%);
	color      : #ffffff;
	}

.gradient.theme-2caf9d .text-themed {
	color : #2caf9d;
	}

.theme-40b65c {
	background-color : #40b65c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-40b65c:nth-child(even) {
	background-color : #36ac52 !important
	}

.gradient.theme-40b65c {
	background : -moz-linear-gradient(-25deg, #40b65c 0%, #68de84 100%);
	background : -webkit-linear-gradient(-25deg, #40b65c 0%, #68de84 100%);
	background : linear-gradient(115deg, #40b65c 0%, #68de84 100%);
	color      : #ffffff;
	}

.gradient.theme-40b65c .text-themed {
	color : #40b65c;
	}

.theme-3cb371 {
	background-color : #3cb371 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3cb371:nth-child(even) {
	background-color : #32a967 !important
	}

.gradient.theme-3cb371 {
	background : -moz-linear-gradient(-25deg, #3cb371 0%, #64db99 100%);
	background : -webkit-linear-gradient(-25deg, #3cb371 0%, #64db99 100%);
	background : linear-gradient(115deg, #3cb371 0%, #64db99 100%);
	color      : #ffffff;
	}

.gradient.theme-3cb371 .text-themed {
	color : #3cb371;
	}

.theme-18214d {
	background-color : #18214d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-18214d:nth-child(even) {
	background-color : #0e1743 !important
	}

.gradient.theme-18214d {
	background : -moz-linear-gradient(-25deg, #18214d 0%, #404975 100%);
	background : -webkit-linear-gradient(-25deg, #18214d 0%, #404975 100%);
	background : linear-gradient(115deg, #18214d 0%, #404975 100%);
	color      : #ffffff;
	}

.gradient.theme-18214d .text-themed {
	color : #18214d;
	}

.theme-ff7f50 {
	background-color : #ff7f50 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff7f50:nth-child(even) {
	background-color : #f57546 !important
	}

.gradient.theme-ff7f50 {
	background : -moz-linear-gradient(-25deg, #ff7f50 0%, #d75728 100%);
	background : -webkit-linear-gradient(-25deg, #ff7f50 0%, #d75728 100%);
	background : linear-gradient(115deg, #ff7f50 0%, #d75728 100%);
	color      : #ffffff;
	}

.gradient.theme-ff7f50 .text-themed {
	color : #d75728;
	}

.theme-0d5cab {
	background-color : #0d5cab !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0d5cab:nth-child(even) {
	background-color : #0352a1 !important
	}

.gradient.theme-0d5cab {
	background : -moz-linear-gradient(-25deg, #0d5cab 0%, #3584d3 100%);
	background : -webkit-linear-gradient(-25deg, #0d5cab 0%, #3584d3 100%);
	background : linear-gradient(115deg, #0d5cab 0%, #3584d3 100%);
	color      : #ffffff;
	}

.gradient.theme-0d5cab .text-themed {
	color : #0d5cab;
	}

.theme-2f2bad {
	background-color : #2f2bad !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2f2bad:nth-child(even) {
	background-color : #2521a3 !important
	}

.gradient.theme-2f2bad {
	background : -moz-linear-gradient(-25deg, #2f2bad 0%, #5753d5 100%);
	background : -webkit-linear-gradient(-25deg, #2f2bad 0%, #5753d5 100%);
	background : linear-gradient(115deg, #2f2bad 0%, #5753d5 100%);
	color      : #ffffff;
	}

.gradient.theme-2f2bad .text-themed {
	color : #2f2bad;
	}

.theme-ee1b2e {
	background-color : #ee1b2e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ee1b2e:nth-child(even) {
	background-color : #e41124 !important
	}

.gradient.theme-ee1b2e {
	background : -moz-linear-gradient(-25deg, #ee1b2e 0%, #ff4356 100%);
	background : -webkit-linear-gradient(-25deg, #ee1b2e 0%, #ff4356 100%);
	background : linear-gradient(115deg, #ee1b2e 0%, #ff4356 100%);
	color      : #ffffff;
	}

.gradient.theme-ee1b2e .text-themed {
	color : #ee1b2e;
	}

.theme-fcbc73 {
	background-color : #fcbc73 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-fcbc73:nth-child(even) {
	background-color : #f2b269 !important
	}

.gradient.theme-fcbc73 {
	background : -moz-linear-gradient(-25deg, #fcbc73 0%, #d4944b 100%);
	background : -webkit-linear-gradient(-25deg, #fcbc73 0%, #d4944b 100%);
	background : linear-gradient(115deg, #fcbc73 0%, #d4944b 100%);
	color      : #ffffff;
	}

.gradient.theme-fcbc73 .text-themed {
	color : #d4944b;
	}

.theme-313848 {
	background-color : #313848 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-313848:nth-child(even) {
	background-color : #272e3e !important
	}

.gradient.theme-313848 {
	background : -moz-linear-gradient(-25deg, #313848 0%, #596070 100%);
	background : -webkit-linear-gradient(-25deg, #313848 0%, #596070 100%);
	background : linear-gradient(115deg, #313848 0%, #596070 100%);
	color      : #ffffff;
	}

.gradient.theme-313848 .text-themed {
	color : #313848;
	}

.theme-e8aa19 {
	background-color : #e8aa19 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e8aa19:nth-child(even) {
	background-color : #dea00f !important
	}

.gradient.theme-e8aa19 {
	background : -moz-linear-gradient(-25deg, #e8aa19 0%, #c08200 100%);
	background : -webkit-linear-gradient(-25deg, #e8aa19 0%, #c08200 100%);
	background : linear-gradient(115deg, #e8aa19 0%, #c08200 100%);
	color      : #ffffff;
	}

.gradient.theme-e8aa19 .text-themed {
	color : #c08200;
	}

.theme-20b572 {
	background-color : #20b572 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-20b572:nth-child(even) {
	background-color : #16ab68 !important
	}

.gradient.theme-20b572 {
	background : -moz-linear-gradient(-25deg, #20b572 0%, #48dd9a 100%);
	background : -webkit-linear-gradient(-25deg, #20b572 0%, #48dd9a 100%);
	background : linear-gradient(115deg, #20b572 0%, #48dd9a 100%);
	color      : #ffffff;
	}

.gradient.theme-20b572 .text-themed {
	color : #20b572;
	}

.theme-547efe {
	background-color : #547efe !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-547efe:nth-child(even) {
	background-color : #4a74f4 !important
	}

.gradient.theme-547efe {
	background : -moz-linear-gradient(-25deg, #547efe 0%, #7ca6ff 100%);
	background : -webkit-linear-gradient(-25deg, #547efe 0%, #7ca6ff 100%);
	background : linear-gradient(115deg, #547efe 0%, #7ca6ff 100%);
	color      : #ffffff;
	}

.gradient.theme-547efe .text-themed {
	color : #547efe;
	}

.theme-2a2f51 {
	background-color : #2a2f51 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2a2f51:nth-child(even) {
	background-color : #202547 !important
	}

.gradient.theme-2a2f51 {
	background : -moz-linear-gradient(-25deg, #2a2f51 0%, #525779 100%);
	background : -webkit-linear-gradient(-25deg, #2a2f51 0%, #525779 100%);
	background : linear-gradient(115deg, #2a2f51 0%, #525779 100%);
	color      : #ffffff;
	}

.gradient.theme-2a2f51 .text-themed {
	color : #2a2f51;
	}

.theme-41a4f4 {
	background-color : #41a4f4 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-41a4f4:nth-child(even) {
	background-color : #379aea !important
	}

.gradient.theme-41a4f4 {
	background : -moz-linear-gradient(-25deg, #41a4f4 0%, #69ccff 100%);
	background : -webkit-linear-gradient(-25deg, #41a4f4 0%, #69ccff 100%);
	background : linear-gradient(115deg, #41a4f4 0%, #69ccff 100%);
	color      : #ffffff;
	}

.gradient.theme-41a4f4 .text-themed {
	color : #41a4f4;
	}

.theme-f17461 {
	background-color : #f17461 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f17461:nth-child(even) {
	background-color : #e76a57 !important
	}

.gradient.theme-f17461 {
	background : -moz-linear-gradient(-25deg, #f17461 0%, #ff9c89 100%);
	background : -webkit-linear-gradient(-25deg, #f17461 0%, #ff9c89 100%);
	background : linear-gradient(115deg, #f17461 0%, #ff9c89 100%);
	color      : #ffffff;
	}

.gradient.theme-f17461 .text-themed {
	color : #f17461;
	}

.theme-f4df00 {
	background-color : #f4df00 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f4df00:nth-child(even) {
	background-color : #ead500 !important
	}

.gradient.theme-f4df00 {
	background : -moz-linear-gradient(-25deg, #f4df00 0%, #ccb700 100%);
	background : -webkit-linear-gradient(-25deg, #f4df00 0%, #ccb700 100%);
	background : linear-gradient(115deg, #f4df00 0%, #ccb700 100%);
	color      : #ffffff;
	}

.gradient.theme-f4df00 .text-themed {
	color : #ccb700;
	}

.theme-d2691e {
	background-color : #d2691e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-d2691e:nth-child(even) {
	background-color : #c85f14 !important
	}

.gradient.theme-d2691e {
	background : -moz-linear-gradient(-25deg, #d2691e 0%, #fa9146 100%);
	background : -webkit-linear-gradient(-25deg, #d2691e 0%, #fa9146 100%);
	background : linear-gradient(115deg, #d2691e 0%, #fa9146 100%);
	color      : #ffffff;
	}

.gradient.theme-d2691e .text-themed {
	color : #d2691e;
	}

.theme-0207fc {
	background-color : #0207fc !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0207fc:nth-child(even) {
	background-color : #0000f2 !important
	}

.gradient.theme-0207fc {
	background : -moz-linear-gradient(-25deg, #0207fc 0%, #2a2fff 100%);
	background : -webkit-linear-gradient(-25deg, #0207fc 0%, #2a2fff 100%);
	background : linear-gradient(115deg, #0207fc 0%, #2a2fff 100%);
	color      : #ffffff;
	}

.gradient.theme-0207fc .text-themed {
	color : #0207fc;
	}

.theme-1e0b72 {
	background-color : #1e0b72 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1e0b72:nth-child(even) {
	background-color : #140168 !important
	}

.gradient.theme-1e0b72 {
	background : -moz-linear-gradient(-25deg, #1e0b72 0%, #46339a 100%);
	background : -webkit-linear-gradient(-25deg, #1e0b72 0%, #46339a 100%);
	background : linear-gradient(115deg, #1e0b72 0%, #46339a 100%);
	color      : #ffffff;
	}

.gradient.theme-1e0b72 .text-themed {
	color : #1e0b72;
	}

.theme-7bb841 {
	background-color : #7bb841 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-7bb841:nth-child(even) {
	background-color : #71ae37 !important
	}

.gradient.theme-7bb841 {
	background : -moz-linear-gradient(-25deg, #7bb841 0%, #a3e069 100%);
	background : -webkit-linear-gradient(-25deg, #7bb841 0%, #a3e069 100%);
	background : linear-gradient(115deg, #7bb841 0%, #a3e069 100%);
	color      : #ffffff;
	}

.gradient.theme-7bb841 .text-themed {
	color : #7bb841;
	}

.theme-3e4b5c {
	background-color : #3e4b5c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3e4b5c:nth-child(even) {
	background-color : #344152 !important
	}

.gradient.theme-3e4b5c {
	background : -moz-linear-gradient(-25deg, #3e4b5c 0%, #667384 100%);
	background : -webkit-linear-gradient(-25deg, #3e4b5c 0%, #667384 100%);
	background : linear-gradient(115deg, #3e4b5c 0%, #667384 100%);
	color      : #ffffff;
	}

.gradient.theme-3e4b5c .text-themed {
	color : #3e4b5c;
	}

.theme-006edb {
	background-color : #006edb !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-006edb:nth-child(even) {
	background-color : #0064d1 !important
	}

.gradient.theme-006edb {
	background : -moz-linear-gradient(-25deg, #006edb 0%, #2896ff 100%);
	background : -webkit-linear-gradient(-25deg, #006edb 0%, #2896ff 100%);
	background : linear-gradient(115deg, #006edb 0%, #2896ff 100%);
	color      : #ffffff;
	}

.gradient.theme-006edb .text-themed {
	color : #006edb;
	}

.theme-f00f00 {
	background-color : #f00f00 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f00f00:nth-child(even) {
	background-color : #e60500 !important
	}

.gradient.theme-f00f00 {
	background : -moz-linear-gradient(-25deg, #f00f00 0%, #ff3728 100%);
	background : -webkit-linear-gradient(-25deg, #f00f00 0%, #ff3728 100%);
	background : linear-gradient(115deg, #f00f00 0%, #ff3728 100%);
	color      : #ffffff;
	}

.gradient.theme-f00f00 .text-themed {
	color : #f00f00;
	}

.theme-294661 {
	background-color : #294661 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-294661:nth-child(even) {
	background-color : #1f3c57 !important
	}

.gradient.theme-294661 {
	background : -moz-linear-gradient(-25deg, #294661 0%, #516e89 100%);
	background : -webkit-linear-gradient(-25deg, #294661 0%, #516e89 100%);
	background : linear-gradient(115deg, #294661 0%, #516e89 100%);
	color      : #ffffff;
	}

.gradient.theme-294661 .text-themed {
	color : #294661;
	}

.theme-236db4 {
	background-color : #236db4 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-236db4:nth-child(even) {
	background-color : #1963aa !important
	}

.gradient.theme-236db4 {
	background : -moz-linear-gradient(-25deg, #236db4 0%, #4b95dc 100%);
	background : -webkit-linear-gradient(-25deg, #236db4 0%, #4b95dc 100%);
	background : linear-gradient(115deg, #236db4 0%, #4b95dc 100%);
	color      : #ffffff;
	}

.gradient.theme-236db4 .text-themed {
	color : #236db4;
	}

.theme-009fc1 {
	background-color : #009fc1 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-009fc1:nth-child(even) {
	background-color : #0095b7 !important
	}

.gradient.theme-009fc1 {
	background : -moz-linear-gradient(-25deg, #009fc1 0%, #28c7e9 100%);
	background : -webkit-linear-gradient(-25deg, #009fc1 0%, #28c7e9 100%);
	background : linear-gradient(115deg, #009fc1 0%, #28c7e9 100%);
	color      : #ffffff;
	}

.gradient.theme-009fc1 .text-themed {
	color : #009fc1;
	}

.theme-f6921e {
	background-color : #f6921e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f6921e:nth-child(even) {
	background-color : #ec8814 !important
	}

.gradient.theme-f6921e {
	background : -moz-linear-gradient(-25deg, #f6921e 0%, #ce6a00 100%);
	background : -webkit-linear-gradient(-25deg, #f6921e 0%, #ce6a00 100%);
	background : linear-gradient(115deg, #f6921e 0%, #ce6a00 100%);
	color      : #ffffff;
	}

.gradient.theme-f6921e .text-themed {
	color : #ce6a00;
	}

.theme-387bbb {
	background-color : #387bbb !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-387bbb:nth-child(even) {
	background-color : #2e71b1 !important
	}

.gradient.theme-387bbb {
	background : -moz-linear-gradient(-25deg, #387bbb 0%, #60a3e3 100%);
	background : -webkit-linear-gradient(-25deg, #387bbb 0%, #60a3e3 100%);
	background : linear-gradient(115deg, #387bbb 0%, #60a3e3 100%);
	color      : #ffffff;
	}

.gradient.theme-387bbb .text-themed {
	color : #387bbb;
	}

.theme-263b82 {
	background-color : #263b82 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-263b82:nth-child(even) {
	background-color : #1c3178 !important
	}

.gradient.theme-263b82 {
	background : -moz-linear-gradient(-25deg, #263b82 0%, #4e63aa 100%);
	background : -webkit-linear-gradient(-25deg, #263b82 0%, #4e63aa 100%);
	background : linear-gradient(115deg, #263b82 0%, #4e63aa 100%);
	color      : #ffffff;
	}

.gradient.theme-263b82 .text-themed {
	color : #263b82;
	}

.theme-f3c18e {
	background-color : #f3c18e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f3c18e:nth-child(even) {
	background-color : #e9b784 !important
	}

.gradient.theme-f3c18e {
	background : -moz-linear-gradient(-25deg, #f3c18e 0%, #cb9966 100%);
	background : -webkit-linear-gradient(-25deg, #f3c18e 0%, #cb9966 100%);
	background : linear-gradient(115deg, #f3c18e 0%, #cb9966 100%);
	color      : #ffffff;
	}

.gradient.theme-f3c18e .text-themed {
	color : #cb9966;
	}

.theme-00aed8 {
	background-color : #00aed8 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00aed8:nth-child(even) {
	background-color : #00a4ce !important
	}

.gradient.theme-00aed8 {
	background : -moz-linear-gradient(-25deg, #00aed8 0%, #28d6ff 100%);
	background : -webkit-linear-gradient(-25deg, #00aed8 0%, #28d6ff 100%);
	background : linear-gradient(115deg, #00aed8 0%, #28d6ff 100%);
	color      : #ffffff;
	}

.gradient.theme-00aed8 .text-themed {
	color : #00aed8;
	}

.theme-ffd030 {
	background-color : #ffd030 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ffd030:nth-child(even) {
	background-color : #f5c626 !important
	}

.gradient.theme-ffd030 {
	background : -moz-linear-gradient(-25deg, #ffd030 0%, #d7a808 100%);
	background : -webkit-linear-gradient(-25deg, #ffd030 0%, #d7a808 100%);
	background : linear-gradient(115deg, #ffd030 0%, #d7a808 100%);
	color      : #ffffff;
	}

.gradient.theme-ffd030 .text-themed {
	color : #d7a808;
	}

.theme-53537a {
	background-color : #53537a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-53537a:nth-child(even) {
	background-color : #494970 !important
	}

.gradient.theme-53537a {
	background : -moz-linear-gradient(-25deg, #53537a 0%, #7b7ba2 100%);
	background : -webkit-linear-gradient(-25deg, #53537a 0%, #7b7ba2 100%);
	background : linear-gradient(115deg, #53537a 0%, #7b7ba2 100%);
	color      : #ffffff;
	}

.gradient.theme-53537a .text-themed {
	color : #53537a;
	}

.theme-ffa500 {
	background-color : #ffa500 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ffa500:nth-child(even) {
	background-color : #f59b00 !important
	}

.gradient.theme-ffa500 {
	background : -moz-linear-gradient(-25deg, #ffa500 0%, #d77d00 100%);
	background : -webkit-linear-gradient(-25deg, #ffa500 0%, #d77d00 100%);
	background : linear-gradient(115deg, #ffa500 0%, #d77d00 100%);
	color      : #ffffff;
	}

.gradient.theme-ffa500 .text-themed {
	color : #d77d00;
	}

.theme-315570 {
	background-color : #315570 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-315570:nth-child(even) {
	background-color : #274b66 !important
	}

.gradient.theme-315570 {
	background : -moz-linear-gradient(-25deg, #315570 0%, #597d98 100%);
	background : -webkit-linear-gradient(-25deg, #315570 0%, #597d98 100%);
	background : linear-gradient(115deg, #315570 0%, #597d98 100%);
	color      : #ffffff;
	}

.gradient.theme-315570 .text-themed {
	color : #315570;
	}

.theme-feb218 {
	background-color : #feb218 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-feb218:nth-child(even) {
	background-color : #f4a80e !important
	}

.gradient.theme-feb218 {
	background : -moz-linear-gradient(-25deg, #feb218 0%, #d68a00 100%);
	background : -webkit-linear-gradient(-25deg, #feb218 0%, #d68a00 100%);
	background : linear-gradient(115deg, #feb218 0%, #d68a00 100%);
	color      : #ffffff;
	}

.gradient.theme-feb218 .text-themed {
	color : #d68a00;
	}

.theme-0074ff {
	background-color : #0074ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0074ff:nth-child(even) {
	background-color : #006af5 !important
	}

.gradient.theme-0074ff {
	background : -moz-linear-gradient(-25deg, #0074ff 0%, #289cff 100%);
	background : -webkit-linear-gradient(-25deg, #0074ff 0%, #289cff 100%);
	background : linear-gradient(115deg, #0074ff 0%, #289cff 100%);
	color      : #ffffff;
	}

.gradient.theme-0074ff .text-themed {
	color : #0074ff;
	}

.theme-60d478 {
	background-color : #60d478 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-60d478:nth-child(even) {
	background-color : #56ca6e !important
	}

.gradient.theme-60d478 {
	background : -moz-linear-gradient(-25deg, #60d478 0%, #38ac50 100%);
	background : -webkit-linear-gradient(-25deg, #60d478 0%, #38ac50 100%);
	background : linear-gradient(115deg, #60d478 0%, #38ac50 100%);
	color      : #ffffff;
	}

.gradient.theme-60d478 .text-themed {
	color : #38ac50;
	}

.theme-81cb87 {
	background-color : #81cb87 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-81cb87:nth-child(even) {
	background-color : #77c17d !important
	}

.gradient.theme-81cb87 {
	background : -moz-linear-gradient(-25deg, #81cb87 0%, #59a35f 100%);
	background : -webkit-linear-gradient(-25deg, #81cb87 0%, #59a35f 100%);
	background : linear-gradient(115deg, #81cb87 0%, #59a35f 100%);
	color      : #ffffff;
	}

.gradient.theme-81cb87 .text-themed {
	color : #59a35f;
	}

.theme-003200 {
	background-color : #003200 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-003200:nth-child(even) {
	background-color : #002800 !important
	}

.gradient.theme-003200 {
	background : -moz-linear-gradient(-25deg, #003200 0%, #285a28 100%);
	background : -webkit-linear-gradient(-25deg, #003200 0%, #285a28 100%);
	background : linear-gradient(115deg, #003200 0%, #285a28 100%);
	color      : #ffffff;
	}

.gradient.theme-003200 .text-themed {
	color : #003200;
	}

.theme-180d40 {
	background-color : #180d40 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-180d40:nth-child(even) {
	background-color : #0e0336 !important
	}

.gradient.theme-180d40 {
	background : -moz-linear-gradient(-25deg, #180d40 0%, #403568 100%);
	background : -webkit-linear-gradient(-25deg, #180d40 0%, #403568 100%);
	background : linear-gradient(115deg, #180d40 0%, #403568 100%);
	color      : #ffffff;
	}

.gradient.theme-180d40 .text-themed {
	color : #180d40;
	}

.theme-188bf6 {
	background-color : #188bf6 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-188bf6:nth-child(even) {
	background-color : #0e81ec !important
	}

.gradient.theme-188bf6 {
	background : -moz-linear-gradient(-25deg, #188bf6 0%, #40b3ff 100%);
	background : -webkit-linear-gradient(-25deg, #188bf6 0%, #40b3ff 100%);
	background : linear-gradient(115deg, #188bf6 0%, #40b3ff 100%);
	color      : #ffffff;
	}

.gradient.theme-188bf6 .text-themed {
	color : #188bf6;
	}

.theme-dde631 {
	background-color : #dde631 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-dde631:nth-child(even) {
	background-color : #d3dc27 !important
	}

.gradient.theme-dde631 {
	background : -moz-linear-gradient(-25deg, #dde631 0%, #b5be09 100%);
	background : -webkit-linear-gradient(-25deg, #dde631 0%, #b5be09 100%);
	background : linear-gradient(115deg, #dde631 0%, #b5be09 100%);
	color      : #ffffff;
	}

.gradient.theme-dde631 .text-themed {
	color : #b5be09;
	}

.theme-59a3d6 {
	background-color : #59a3d6 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-59a3d6:nth-child(even) {
	background-color : #4f99cc !important
	}

.gradient.theme-59a3d6 {
	background : -moz-linear-gradient(-25deg, #59a3d6 0%, #81cbfe 100%);
	background : -webkit-linear-gradient(-25deg, #59a3d6 0%, #81cbfe 100%);
	background : linear-gradient(115deg, #59a3d6 0%, #81cbfe 100%);
	color      : #ffffff;
	}

.gradient.theme-59a3d6 .text-themed {
	color : #59a3d6;
	}

.theme-ffea00 {
	background-color : #ffea00 !important;
	color            : #000000 !important
	}

.list-group-icons .theme-ffea00:nth-child(even) {
	background-color : #f5e000 !important
	}

.gradient.theme-ffea00 {
	background : -moz-linear-gradient(-25deg, #ffea00 0%, #d7c200 100%);
	background : -webkit-linear-gradient(-25deg, #ffea00 0%, #d7c200 100%);
	background : linear-gradient(115deg, #ffea00 0%, #d7c200 100%);
	color      : #000000;
	}

.gradient.theme-ffea00 .text-themed {
	color : #d7c200;
	}

.theme-ffea00 img:not(.avatar):not(.no-invert) {
	-webkit-filter : invert(100%);
	-moz-filter    : invert(100%);
	-ms-filter     : invert(100%);
	-o-filter      : invert(100%);
	filter         : invert(100%)
	}

.theme-0e636e {
	background-color : #0e636e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0e636e:nth-child(even) {
	background-color : #045964 !important
	}

.gradient.theme-0e636e {
	background : -moz-linear-gradient(-25deg, #0e636e 0%, #368b96 100%);
	background : -webkit-linear-gradient(-25deg, #0e636e 0%, #368b96 100%);
	background : linear-gradient(115deg, #0e636e 0%, #368b96 100%);
	color      : #ffffff;
	}

.gradient.theme-0e636e .text-themed {
	color : #0e636e;
	}

.theme-33ccff {
	background-color : #33ccff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-33ccff:nth-child(even) {
	background-color : #29c2f5 !important
	}

.gradient.theme-33ccff {
	background : -moz-linear-gradient(-25deg, #33ccff 0%, #0ba4d7 100%);
	background : -webkit-linear-gradient(-25deg, #33ccff 0%, #0ba4d7 100%);
	background : linear-gradient(115deg, #33ccff 0%, #0ba4d7 100%);
	color      : #ffffff;
	}

.gradient.theme-33ccff .text-themed {
	color : #0ba4d7;
	}

.theme-e33939 {
	background-color : #e33939 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e33939:nth-child(even) {
	background-color : #d92f2f !important
	}

.gradient.theme-e33939 {
	background : -moz-linear-gradient(-25deg, #e33939 0%, #ff6161 100%);
	background : -webkit-linear-gradient(-25deg, #e33939 0%, #ff6161 100%);
	background : linear-gradient(115deg, #e33939 0%, #ff6161 100%);
	color      : #ffffff;
	}

.gradient.theme-e33939 .text-themed {
	color : #e33939;
	}

.theme-bd081c {
	background-color : #bd081c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-bd081c:nth-child(even) {
	background-color : #b30012 !important
	}

.gradient.theme-bd081c {
	background : -moz-linear-gradient(-25deg, #bd081c 0%, #e53044 100%);
	background : -webkit-linear-gradient(-25deg, #bd081c 0%, #e53044 100%);
	background : linear-gradient(115deg, #bd081c 0%, #e53044 100%);
	color      : #ffffff;
	}

.gradient.theme-bd081c .text-themed {
	color : #bd081c;
	}

.theme-6cd8a2 {
	background-color : #6cd8a2 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-6cd8a2:nth-child(even) {
	background-color : #62ce98 !important
	}

.gradient.theme-6cd8a2 {
	background : -moz-linear-gradient(-25deg, #6cd8a2 0%, #44b07a 100%);
	background : -webkit-linear-gradient(-25deg, #6cd8a2 0%, #44b07a 100%);
	background : linear-gradient(115deg, #6cd8a2 0%, #44b07a 100%);
	color      : #ffffff;
	}

.gradient.theme-6cd8a2 .text-themed {
	color : #44b07a;
	}

.theme-00caff {
	background-color : #00caff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00caff:nth-child(even) {
	background-color : #00c0f5 !important
	}

.gradient.theme-00caff {
	background : -moz-linear-gradient(-25deg, #00caff 0%, #28f2ff 100%);
	background : -webkit-linear-gradient(-25deg, #00caff 0%, #28f2ff 100%);
	background : linear-gradient(115deg, #00caff 0%, #28f2ff 100%);
	color      : #ffffff;
	}

.gradient.theme-00caff .text-themed {
	color : #00caff;
	}

.theme-8b2bbd {
	background-color : #8b2bbd !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-8b2bbd:nth-child(even) {
	background-color : #8121b3 !important
	}

.gradient.theme-8b2bbd {
	background : -moz-linear-gradient(-25deg, #8b2bbd 0%, #b353e5 100%);
	background : -webkit-linear-gradient(-25deg, #8b2bbd 0%, #b353e5 100%);
	background : linear-gradient(115deg, #8b2bbd 0%, #b353e5 100%);
	color      : #ffffff;
	}

.gradient.theme-8b2bbd .text-themed {
	color : #8b2bbd;
	}

.theme-4fa1f2 {
	background-color : #4fa1f2 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4fa1f2:nth-child(even) {
	background-color : #4597e8 !important
	}

.gradient.theme-4fa1f2 {
	background : -moz-linear-gradient(-25deg, #4fa1f2 0%, #77c9ff 100%);
	background : -webkit-linear-gradient(-25deg, #4fa1f2 0%, #77c9ff 100%);
	background : linear-gradient(115deg, #4fa1f2 0%, #77c9ff 100%);
	color      : #ffffff;
	}

.gradient.theme-4fa1f2 .text-themed {
	color : #4fa1f2;
	}

.theme-3d89ff {
	background-color : #3d89ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3d89ff:nth-child(even) {
	background-color : #337ff5 !important
	}

.gradient.theme-3d89ff {
	background : -moz-linear-gradient(-25deg, #3d89ff 0%, #65b1ff 100%);
	background : -webkit-linear-gradient(-25deg, #3d89ff 0%, #65b1ff 100%);
	background : linear-gradient(115deg, #3d89ff 0%, #65b1ff 100%);
	color      : #ffffff;
	}

.gradient.theme-3d89ff .text-themed {
	color : #3d89ff;
	}

.theme-7e195c {
	background-color : #7e195c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-7e195c:nth-child(even) {
	background-color : #740f52 !important
	}

.gradient.theme-7e195c {
	background : -moz-linear-gradient(-25deg, #7e195c 0%, #a64184 100%);
	background : -webkit-linear-gradient(-25deg, #7e195c 0%, #a64184 100%);
	background : linear-gradient(115deg, #7e195c 0%, #a64184 100%);
	color      : #ffffff;
	}

.gradient.theme-7e195c .text-themed {
	color : #7e195c;
	}

.theme-3e82f7 {
	background-color : #3e82f7 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3e82f7:nth-child(even) {
	background-color : #3478ed !important
	}

.gradient.theme-3e82f7 {
	background : -moz-linear-gradient(-25deg, #3e82f7 0%, #66aaff 100%);
	background : -webkit-linear-gradient(-25deg, #3e82f7 0%, #66aaff 100%);
	background : linear-gradient(115deg, #3e82f7 0%, #66aaff 100%);
	color      : #ffffff;
	}

.gradient.theme-3e82f7 .text-themed {
	color : #3e82f7;
	}

.theme-3d95e2 {
	background-color : #3d95e2 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3d95e2:nth-child(even) {
	background-color : #338bd8 !important
	}

.gradient.theme-3d95e2 {
	background : -moz-linear-gradient(-25deg, #3d95e2 0%, #65bdff 100%);
	background : -webkit-linear-gradient(-25deg, #3d95e2 0%, #65bdff 100%);
	background : linear-gradient(115deg, #3d95e2 0%, #65bdff 100%);
	color      : #ffffff;
	}

.gradient.theme-3d95e2 .text-themed {
	color : #3d95e2;
	}

.theme-1e6da7 {
	background-color : #1e6da7 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1e6da7:nth-child(even) {
	background-color : #14639d !important
	}

.gradient.theme-1e6da7 {
	background : -moz-linear-gradient(-25deg, #1e6da7 0%, #4695cf 100%);
	background : -webkit-linear-gradient(-25deg, #1e6da7 0%, #4695cf 100%);
	background : linear-gradient(115deg, #1e6da7 0%, #4695cf 100%);
	color      : #ffffff;
	}

.gradient.theme-1e6da7 .text-themed {
	color : #1e6da7;
	}

.theme-011eff {
	background-color : #011eff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-011eff:nth-child(even) {
	background-color : #0014f5 !important
	}

.gradient.theme-011eff {
	background : -moz-linear-gradient(-25deg, #011eff 0%, #2946ff 100%);
	background : -webkit-linear-gradient(-25deg, #011eff 0%, #2946ff 100%);
	background : linear-gradient(115deg, #011eff 0%, #2946ff 100%);
	color      : #ffffff;
	}

.gradient.theme-011eff .text-themed {
	color : #011eff;
	}

.theme-011331 {
	background-color : #011331 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-011331:nth-child(even) {
	background-color : #000927 !important
	}

.gradient.theme-011331 {
	background : -moz-linear-gradient(-25deg, #011331 0%, #293b59 100%);
	background : -webkit-linear-gradient(-25deg, #011331 0%, #293b59 100%);
	background : linear-gradient(115deg, #011331 0%, #293b59 100%);
	color      : #ffffff;
	}

.gradient.theme-011331 .text-themed {
	color : #011331;
	}

.theme-635bff {
	background-color : #635bff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-635bff:nth-child(even) {
	background-color : #5951f5 !important
	}

.gradient.theme-635bff {
	background : -moz-linear-gradient(-25deg, #635bff 0%, #8b83ff 100%);
	background : -webkit-linear-gradient(-25deg, #635bff 0%, #8b83ff 100%);
	background : linear-gradient(115deg, #635bff 0%, #8b83ff 100%);
	color      : #ffffff;
	}

.gradient.theme-635bff .text-themed {
	color : #635bff;
	}

.theme-36344b {
	background-color : #36344b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-36344b:nth-child(even) {
	background-color : #2c2a41 !important
	}

.gradient.theme-36344b {
	background : -moz-linear-gradient(-25deg, #36344b 0%, #5e5c73 100%);
	background : -webkit-linear-gradient(-25deg, #36344b 0%, #5e5c73 100%);
	background : linear-gradient(115deg, #36344b 0%, #5e5c73 100%);
	color      : #ffffff;
	}

.gradient.theme-36344b .text-themed {
	color : #36344b;
	}

.theme-df0067 {
	background-color : #df0067 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-df0067:nth-child(even) {
	background-color : #d5005d !important
	}

.gradient.theme-df0067 {
	background : -moz-linear-gradient(-25deg, #df0067 0%, #ff288f 100%);
	background : -webkit-linear-gradient(-25deg, #df0067 0%, #ff288f 100%);
	background : linear-gradient(115deg, #df0067 0%, #ff288f 100%);
	color      : #ffffff;
	}

.gradient.theme-df0067 .text-themed {
	color : #df0067;
	}

.theme-026976 {
	background-color : #026976 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-026976:nth-child(even) {
	background-color : #005f6c !important
	}

.gradient.theme-026976 {
	background : -moz-linear-gradient(-25deg, #026976 0%, #2a919e 100%);
	background : -webkit-linear-gradient(-25deg, #026976 0%, #2a919e 100%);
	background : linear-gradient(115deg, #026976 0%, #2a919e 100%);
	color      : #ffffff;
	}

.gradient.theme-026976 .text-themed {
	color : #026976;
	}

.theme-4e2d7d {
	background-color : #4e2d7d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4e2d7d:nth-child(even) {
	background-color : #442373 !important
	}

.gradient.theme-4e2d7d {
	background : -moz-linear-gradient(-25deg, #4e2d7d 0%, #7655a5 100%);
	background : -webkit-linear-gradient(-25deg, #4e2d7d 0%, #7655a5 100%);
	background : linear-gradient(115deg, #4e2d7d 0%, #7655a5 100%);
	color      : #ffffff;
	}

.gradient.theme-4e2d7d .text-themed {
	color : #4e2d7d;
	}

.theme-509cf8 {
	background-color : #509cf8 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-509cf8:nth-child(even) {
	background-color : #4692ee !important
	}

.gradient.theme-509cf8 {
	background : -moz-linear-gradient(-25deg, #509cf8 0%, #78c4ff 100%);
	background : -webkit-linear-gradient(-25deg, #509cf8 0%, #78c4ff 100%);
	background : linear-gradient(115deg, #509cf8 0%, #78c4ff 100%);
	color      : #ffffff;
	}

.gradient.theme-509cf8 .text-themed {
	color : #509cf8;
	}

.theme-e4821f {
	background-color : #e4821f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e4821f:nth-child(even) {
	background-color : #da7815 !important
	}

.gradient.theme-e4821f {
	background : -moz-linear-gradient(-25deg, #e4821f 0%, #ffaa47 100%);
	background : -webkit-linear-gradient(-25deg, #e4821f 0%, #ffaa47 100%);
	background : linear-gradient(115deg, #e4821f 0%, #ffaa47 100%);
	color      : #ffffff;
	}

.gradient.theme-e4821f .text-themed {
	color : #e4821f;
	}

.theme-f9e000 {
	background-color : #f9e000 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f9e000:nth-child(even) {
	background-color : #efd600 !important
	}

.gradient.theme-f9e000 {
	background : -moz-linear-gradient(-25deg, #f9e000 0%, #d1b800 100%);
	background : -webkit-linear-gradient(-25deg, #f9e000 0%, #d1b800 100%);
	background : linear-gradient(115deg, #f9e000 0%, #d1b800 100%);
	color      : #ffffff;
	}

.gradient.theme-f9e000 .text-themed {
	color : #d1b800;
	}

.theme-3f4b5b {
	background-color : #3f4b5b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3f4b5b:nth-child(even) {
	background-color : #354151 !important
	}

.gradient.theme-3f4b5b {
	background : -moz-linear-gradient(-25deg, #3f4b5b 0%, #677383 100%);
	background : -webkit-linear-gradient(-25deg, #3f4b5b 0%, #677383 100%);
	background : linear-gradient(115deg, #3f4b5b 0%, #677383 100%);
	color      : #ffffff;
	}

.gradient.theme-3f4b5b .text-themed {
	color : #3f4b5b;
	}

.theme-3a0165 {
	background-color : #3a0165 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3a0165:nth-child(even) {
	background-color : #30005b !important
	}

.gradient.theme-3a0165 {
	background : -moz-linear-gradient(-25deg, #3a0165 0%, #62298d 100%);
	background : -webkit-linear-gradient(-25deg, #3a0165 0%, #62298d 100%);
	background : linear-gradient(115deg, #3a0165 0%, #62298d 100%);
	color      : #ffffff;
	}

.gradient.theme-3a0165 .text-themed {
	color : #3a0165;
	}

.theme-ed3939 {
	background-color : #ed3939 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ed3939:nth-child(even) {
	background-color : #e32f2f !important
	}

.gradient.theme-ed3939 {
	background : -moz-linear-gradient(-25deg, #ed3939 0%, #ff6161 100%);
	background : -webkit-linear-gradient(-25deg, #ed3939 0%, #ff6161 100%);
	background : linear-gradient(115deg, #ed3939 0%, #ff6161 100%);
	color      : #ffffff;
	}

.gradient.theme-ed3939 .text-themed {
	color : #ed3939;
	}

.theme-4f8fa6 {
	background-color : #4f8fa6 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4f8fa6:nth-child(even) {
	background-color : #45859c !important
	}

.gradient.theme-4f8fa6 {
	background : -moz-linear-gradient(-25deg, #4f8fa6 0%, #77b7ce 100%);
	background : -webkit-linear-gradient(-25deg, #4f8fa6 0%, #77b7ce 100%);
	background : linear-gradient(115deg, #4f8fa6 0%, #77b7ce 100%);
	color      : #ffffff;
	}

.gradient.theme-4f8fa6 .text-themed {
	color : #4f8fa6;
	}

.theme-0bc5ff {
	background-color : #0bc5ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0bc5ff:nth-child(even) {
	background-color : #01bbf5 !important
	}

.gradient.theme-0bc5ff {
	background : -moz-linear-gradient(-25deg, #0bc5ff 0%, #33edff 100%);
	background : -webkit-linear-gradient(-25deg, #0bc5ff 0%, #33edff 100%);
	background : linear-gradient(115deg, #0bc5ff 0%, #33edff 100%);
	color      : #ffffff;
	}

.gradient.theme-0bc5ff .text-themed {
	color : #0bc5ff;
	}

.theme-162d3d {
	background-color : #162d3d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-162d3d:nth-child(even) {
	background-color : #0c2333 !important
	}

.gradient.theme-162d3d {
	background : -moz-linear-gradient(-25deg, #162d3d 0%, #3e5565 100%);
	background : -webkit-linear-gradient(-25deg, #162d3d 0%, #3e5565 100%);
	background : linear-gradient(115deg, #162d3d 0%, #3e5565 100%);
	color      : #ffffff;
	}

.gradient.theme-162d3d .text-themed {
	color : #162d3d;
	}

.theme-0288f6 {
	background-color : #0288f6 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0288f6:nth-child(even) {
	background-color : #007eec !important
	}

.gradient.theme-0288f6 {
	background : -moz-linear-gradient(-25deg, #0288f6 0%, #2ab0ff 100%);
	background : -webkit-linear-gradient(-25deg, #0288f6 0%, #2ab0ff 100%);
	background : linear-gradient(115deg, #0288f6 0%, #2ab0ff 100%);
	color      : #ffffff;
	}

.gradient.theme-0288f6 .text-themed {
	color : #0288f6;
	}

.theme-1167b1 {
	background-color : #1167b1 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1167b1:nth-child(even) {
	background-color : #075da7 !important
	}

.gradient.theme-1167b1 {
	background : -moz-linear-gradient(-25deg, #1167b1 0%, #398fd9 100%);
	background : -webkit-linear-gradient(-25deg, #1167b1 0%, #398fd9 100%);
	background : linear-gradient(115deg, #1167b1 0%, #398fd9 100%);
	color      : #ffffff;
	}

.gradient.theme-1167b1 .text-themed {
	color : #1167b1;
	}

.theme-f8d73a {
	background-color : #f8d73a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f8d73a:nth-child(even) {
	background-color : #eecd30 !important
	}

.gradient.theme-f8d73a {
	background : -moz-linear-gradient(-25deg, #f8d73a 0%, #d0af12 100%);
	background : -webkit-linear-gradient(-25deg, #f8d73a 0%, #d0af12 100%);
	background : linear-gradient(115deg, #f8d73a 0%, #d0af12 100%);
	color      : #ffffff;
	}

.gradient.theme-f8d73a .text-themed {
	color : #d0af12;
	}

.theme-03bf6f {
	background-color : #03bf6f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-03bf6f:nth-child(even) {
	background-color : #00b565 !important
	}

.gradient.theme-03bf6f {
	background : -moz-linear-gradient(-25deg, #03bf6f 0%, #2be797 100%);
	background : -webkit-linear-gradient(-25deg, #03bf6f 0%, #2be797 100%);
	background : linear-gradient(115deg, #03bf6f 0%, #2be797 100%);
	color      : #ffffff;
	}

.gradient.theme-03bf6f .text-themed {
	color : #03bf6f;
	}

.theme-1bffe6 {
	background-color : #1bffe6 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1bffe6:nth-child(even) {
	background-color : #11f5dc !important
	}

.gradient.theme-1bffe6 {
	background : -moz-linear-gradient(-25deg, #1bffe6 0%, #00d7be 100%);
	background : -webkit-linear-gradient(-25deg, #1bffe6 0%, #00d7be 100%);
	background : linear-gradient(115deg, #1bffe6 0%, #00d7be 100%);
	color      : #ffffff;
	}

.gradient.theme-1bffe6 .text-themed {
	color : #00d7be;
	}

.theme-088c8c {
	background-color : #088c8c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-088c8c:nth-child(even) {
	background-color : #008282 !important
	}

.gradient.theme-088c8c {
	background : -moz-linear-gradient(-25deg, #088c8c 0%, #30b4b4 100%);
	background : -webkit-linear-gradient(-25deg, #088c8c 0%, #30b4b4 100%);
	background : linear-gradient(115deg, #088c8c 0%, #30b4b4 100%);
	color      : #ffffff;
	}

.gradient.theme-088c8c .text-themed {
	color : #088c8c;
	}

.theme-926dde {
	background-color : #926dde !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-926dde:nth-child(even) {
	background-color : #8863d4 !important
	}

.gradient.theme-926dde {
	background : -moz-linear-gradient(-25deg, #926dde 0%, #ba95ff 100%);
	background : -webkit-linear-gradient(-25deg, #926dde 0%, #ba95ff 100%);
	background : linear-gradient(115deg, #926dde 0%, #ba95ff 100%);
	color      : #ffffff;
	}

.gradient.theme-926dde .text-themed {
	color : #926dde;
	}

.theme-395d77 {
	background-color : #395d77 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-395d77:nth-child(even) {
	background-color : #2f536d !important
	}

.gradient.theme-395d77 {
	background : -moz-linear-gradient(-25deg, #395d77 0%, #61859f 100%);
	background : -webkit-linear-gradient(-25deg, #395d77 0%, #61859f 100%);
	background : linear-gradient(115deg, #395d77 0%, #61859f 100%);
	color      : #ffffff;
	}

.gradient.theme-395d77 .text-themed {
	color : #395d77;
	}

.theme-459b2f {
	background-color : #459b2f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-459b2f:nth-child(even) {
	background-color : #3b9125 !important
	}

.gradient.theme-459b2f {
	background : -moz-linear-gradient(-25deg, #459b2f 0%, #6dc357 100%);
	background : -webkit-linear-gradient(-25deg, #459b2f 0%, #6dc357 100%);
	background : linear-gradient(115deg, #459b2f 0%, #6dc357 100%);
	color      : #ffffff;
	}

.gradient.theme-459b2f .text-themed {
	color : #459b2f;
	}

.theme-0a6ece {
	background-color : #0a6ece !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0a6ece:nth-child(even) {
	background-color : #0064c4 !important
	}

.gradient.theme-0a6ece {
	background : -moz-linear-gradient(-25deg, #0a6ece 0%, #3296f6 100%);
	background : -webkit-linear-gradient(-25deg, #0a6ece 0%, #3296f6 100%);
	background : linear-gradient(115deg, #0a6ece 0%, #3296f6 100%);
	color      : #ffffff;
	}

.gradient.theme-0a6ece .text-themed {
	color : #0a6ece;
	}

.theme-409de4 {
	background-color : #409de4 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-409de4:nth-child(even) {
	background-color : #3693da !important
	}

.gradient.theme-409de4 {
	background : -moz-linear-gradient(-25deg, #409de4 0%, #68c5ff 100%);
	background : -webkit-linear-gradient(-25deg, #409de4 0%, #68c5ff 100%);
	background : linear-gradient(115deg, #409de4 0%, #68c5ff 100%);
	color      : #ffffff;
	}

.gradient.theme-409de4 .text-themed {
	color : #409de4;
	}

.theme-0000aa {
	background-color : #0000aa !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0000aa:nth-child(even) {
	background-color : #0000a0 !important
	}

.gradient.theme-0000aa {
	background : -moz-linear-gradient(-25deg, #0000aa 0%, #2828d2 100%);
	background : -webkit-linear-gradient(-25deg, #0000aa 0%, #2828d2 100%);
	background : linear-gradient(115deg, #0000aa 0%, #2828d2 100%);
	color      : #ffffff;
	}

.gradient.theme-0000aa .text-themed {
	color : #0000aa;
	}

.theme-434e51 {
	background-color : #434e51 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-434e51:nth-child(even) {
	background-color : #394447 !important
	}

.gradient.theme-434e51 {
	background : -moz-linear-gradient(-25deg, #434e51 0%, #6b7679 100%);
	background : -webkit-linear-gradient(-25deg, #434e51 0%, #6b7679 100%);
	background : linear-gradient(115deg, #434e51 0%, #6b7679 100%);
	color      : #ffffff;
	}

.gradient.theme-434e51 .text-themed {
	color : #434e51;
	}

.theme-7f3c97 {
	background-color : #7f3c97 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-7f3c97:nth-child(even) {
	background-color : #75328d !important
	}

.gradient.theme-7f3c97 {
	background : -moz-linear-gradient(-25deg, #7f3c97 0%, #a764bf 100%);
	background : -webkit-linear-gradient(-25deg, #7f3c97 0%, #a764bf 100%);
	background : linear-gradient(115deg, #7f3c97 0%, #a764bf 100%);
	color      : #ffffff;
	}

.gradient.theme-7f3c97 .text-themed {
	color : #7f3c97;
	}

.theme-1c84e7 {
	background-color : #1c84e7 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1c84e7:nth-child(even) {
	background-color : #127add !important
	}

.gradient.theme-1c84e7 {
	background : -moz-linear-gradient(-25deg, #1c84e7 0%, #44acff 100%);
	background : -webkit-linear-gradient(-25deg, #1c84e7 0%, #44acff 100%);
	background : linear-gradient(115deg, #1c84e7 0%, #44acff 100%);
	color      : #ffffff;
	}

.gradient.theme-1c84e7 .text-themed {
	color : #1c84e7;
	}

.theme-c95c36 {
	background-color : #c95c36 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-c95c36:nth-child(even) {
	background-color : #bf522c !important
	}

.gradient.theme-c95c36 {
	background : -moz-linear-gradient(-25deg, #c95c36 0%, #f1845e 100%);
	background : -webkit-linear-gradient(-25deg, #c95c36 0%, #f1845e 100%);
	background : linear-gradient(115deg, #c95c36 0%, #f1845e 100%);
	color      : #ffffff;
	}

.gradient.theme-c95c36 .text-themed {
	color : #c95c36;
	}

.theme-e61400 {
	background-color : #e61400 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e61400:nth-child(even) {
	background-color : #dc0a00 !important
	}

.gradient.theme-e61400 {
	background : -moz-linear-gradient(-25deg, #e61400 0%, #ff3c28 100%);
	background : -webkit-linear-gradient(-25deg, #e61400 0%, #ff3c28 100%);
	background : linear-gradient(115deg, #e61400 0%, #ff3c28 100%);
	color      : #ffffff;
	}

.gradient.theme-e61400 .text-themed {
	color : #e61400;
	}

.theme-dc3e0d {
	background-color : #dc3e0d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-dc3e0d:nth-child(even) {
	background-color : #d23403 !important
	}

.gradient.theme-dc3e0d {
	background : -moz-linear-gradient(-25deg, #dc3e0d 0%, #ff6635 100%);
	background : -webkit-linear-gradient(-25deg, #dc3e0d 0%, #ff6635 100%);
	background : linear-gradient(115deg, #dc3e0d 0%, #ff6635 100%);
	color      : #ffffff;
	}

.gradient.theme-dc3e0d .text-themed {
	color : #dc3e0d;
	}

.theme-3e81de {
	background-color : #3e81de !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3e81de:nth-child(even) {
	background-color : #3477d4 !important
	}

.gradient.theme-3e81de {
	background : -moz-linear-gradient(-25deg, #3e81de 0%, #66a9ff 100%);
	background : -webkit-linear-gradient(-25deg, #3e81de 0%, #66a9ff 100%);
	background : linear-gradient(115deg, #3e81de 0%, #66a9ff 100%);
	color      : #ffffff;
	}

.gradient.theme-3e81de .text-themed {
	color : #3e81de;
	}

.theme-257cff {
	background-color : #257cff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-257cff:nth-child(even) {
	background-color : #1b72f5 !important
	}

.gradient.theme-257cff {
	background : -moz-linear-gradient(-25deg, #257cff 0%, #4da4ff 100%);
	background : -webkit-linear-gradient(-25deg, #257cff 0%, #4da4ff 100%);
	background : linear-gradient(115deg, #257cff 0%, #4da4ff 100%);
	color      : #ffffff;
	}

.gradient.theme-257cff .text-themed {
	color : #257cff;
	}

.theme-2ebd59 {
	background-color : #2ebd59 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2ebd59:nth-child(even) {
	background-color : #24b34f !important
	}

.gradient.theme-2ebd59 {
	background : -moz-linear-gradient(-25deg, #2ebd59 0%, #56e581 100%);
	background : -webkit-linear-gradient(-25deg, #2ebd59 0%, #56e581 100%);
	background : linear-gradient(115deg, #2ebd59 0%, #56e581 100%);
	color      : #ffffff;
	}

.gradient.theme-2ebd59 .text-themed {
	color : #2ebd59;
	}

.theme-10b7f5 {
	background-color : #10b7f5 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-10b7f5:nth-child(even) {
	background-color : #06adeb !important
	}

.gradient.theme-10b7f5 {
	background : -moz-linear-gradient(-25deg, #10b7f5 0%, #38dfff 100%);
	background : -webkit-linear-gradient(-25deg, #10b7f5 0%, #38dfff 100%);
	background : linear-gradient(115deg, #10b7f5 0%, #38dfff 100%);
	color      : #ffffff;
	}

.gradient.theme-10b7f5 .text-themed {
	color : #10b7f5;
	}

.theme-0976b4 {
	background-color : #0976b4 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0976b4:nth-child(even) {
	background-color : #006caa !important
	}

.gradient.theme-0976b4 {
	background : -moz-linear-gradient(-25deg, #0976b4 0%, #319edc 100%);
	background : -webkit-linear-gradient(-25deg, #0976b4 0%, #319edc 100%);
	background : linear-gradient(115deg, #0976b4 0%, #319edc 100%);
	color      : #ffffff;
	}

.gradient.theme-0976b4 .text-themed {
	color : #0976b4;
	}

.theme-00bf6f {
	background-color : #00bf6f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00bf6f:nth-child(even) {
	background-color : #00b565 !important
	}

.gradient.theme-00bf6f {
	background : -moz-linear-gradient(-25deg, #00bf6f 0%, #28e797 100%);
	background : -webkit-linear-gradient(-25deg, #00bf6f 0%, #28e797 100%);
	background : linear-gradient(115deg, #00bf6f 0%, #28e797 100%);
	color      : #ffffff;
	}

.gradient.theme-00bf6f .text-themed {
	color : #00bf6f;
	}

.theme-e71d26 {
	background-color : #e71d26 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e71d26:nth-child(even) {
	background-color : #dd131c !important
	}

.gradient.theme-e71d26 {
	background : -moz-linear-gradient(-25deg, #e71d26 0%, #ff454e 100%);
	background : -webkit-linear-gradient(-25deg, #e71d26 0%, #ff454e 100%);
	background : linear-gradient(115deg, #e71d26 0%, #ff454e 100%);
	color      : #ffffff;
	}

.gradient.theme-e71d26 .text-themed {
	color : #e71d26;
	}

.theme-005c30 {
	background-color : #005c30 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-005c30:nth-child(even) {
	background-color : #005226 !important
	}

.gradient.theme-005c30 {
	background : -moz-linear-gradient(-25deg, #005c30 0%, #288458 100%);
	background : -webkit-linear-gradient(-25deg, #005c30 0%, #288458 100%);
	background : linear-gradient(115deg, #005c30 0%, #288458 100%);
	color      : #ffffff;
	}

.gradient.theme-005c30 .text-themed {
	color : #005c30;
	}

.theme-2e97de {
	background-color : #2e97de !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2e97de:nth-child(even) {
	background-color : #248dd4 !important
	}

.gradient.theme-2e97de {
	background : -moz-linear-gradient(-25deg, #2e97de 0%, #56bfff 100%);
	background : -webkit-linear-gradient(-25deg, #2e97de 0%, #56bfff 100%);
	background : linear-gradient(115deg, #2e97de 0%, #56bfff 100%);
	color      : #ffffff;
	}

.gradient.theme-2e97de .text-themed {
	color : #2e97de;
	}

.theme-f15c54 {
	background-color : #f15c54 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f15c54:nth-child(even) {
	background-color : #e7524a !important
	}

.gradient.theme-f15c54 {
	background : -moz-linear-gradient(-25deg, #f15c54 0%, #ff847c 100%);
	background : -webkit-linear-gradient(-25deg, #f15c54 0%, #ff847c 100%);
	background : linear-gradient(115deg, #f15c54 0%, #ff847c 100%);
	color      : #ffffff;
	}

.gradient.theme-f15c54 .text-themed {
	color : #f15c54;
	}

.theme-ff2f3c {
	background-color : #ff2f3c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff2f3c:nth-child(even) {
	background-color : #f52532 !important
	}

.gradient.theme-ff2f3c {
	background : -moz-linear-gradient(-25deg, #ff2f3c 0%, #ff5764 100%);
	background : -webkit-linear-gradient(-25deg, #ff2f3c 0%, #ff5764 100%);
	background : linear-gradient(115deg, #ff2f3c 0%, #ff5764 100%);
	color      : #ffffff;
	}

.gradient.theme-ff2f3c .text-themed {
	color : #ff2f3c;
	}

.theme-0266b1 {
	background-color : #0266b1 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0266b1:nth-child(even) {
	background-color : #005ca7 !important
	}

.gradient.theme-0266b1 {
	background : -moz-linear-gradient(-25deg, #0266b1 0%, #2a8ed9 100%);
	background : -webkit-linear-gradient(-25deg, #0266b1 0%, #2a8ed9 100%);
	background : linear-gradient(115deg, #0266b1 0%, #2a8ed9 100%);
	color      : #ffffff;
	}

.gradient.theme-0266b1 .text-themed {
	color : #0266b1;
	}

.theme-14204e {
	background-color : #14204e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-14204e:nth-child(even) {
	background-color : #0a1644 !important
	}

.gradient.theme-14204e {
	background : -moz-linear-gradient(-25deg, #14204e 0%, #3c4876 100%);
	background : -webkit-linear-gradient(-25deg, #14204e 0%, #3c4876 100%);
	background : linear-gradient(115deg, #14204e 0%, #3c4876 100%);
	color      : #ffffff;
	}

.gradient.theme-14204e .text-themed {
	color : #14204e;
	}

.theme-99cc33 {
	background-color : #99cc33 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-99cc33:nth-child(even) {
	background-color : #8fc229 !important
	}

.gradient.theme-99cc33 {
	background : -moz-linear-gradient(-25deg, #99cc33 0%, #71a40b 100%);
	background : -webkit-linear-gradient(-25deg, #99cc33 0%, #71a40b 100%);
	background : linear-gradient(115deg, #99cc33 0%, #71a40b 100%);
	color      : #ffffff;
	}

.gradient.theme-99cc33 .text-themed {
	color : #71a40b;
	}

.theme-c92233 {
	background-color : #c92233 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-c92233:nth-child(even) {
	background-color : #bf1829 !important
	}

.gradient.theme-c92233 {
	background : -moz-linear-gradient(-25deg, #c92233 0%, #f14a5b 100%);
	background : -webkit-linear-gradient(-25deg, #c92233 0%, #f14a5b 100%);
	background : linear-gradient(115deg, #c92233 0%, #f14a5b 100%);
	color      : #ffffff;
	}

.gradient.theme-c92233 .text-themed {
	color : #c92233;
	}

.theme-0073d1 {
	background-color : #0073d1 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0073d1:nth-child(even) {
	background-color : #0069c7 !important
	}

.gradient.theme-0073d1 {
	background : -moz-linear-gradient(-25deg, #0073d1 0%, #289bf9 100%);
	background : -webkit-linear-gradient(-25deg, #0073d1 0%, #289bf9 100%);
	background : linear-gradient(115deg, #0073d1 0%, #289bf9 100%);
	color      : #ffffff;
	}

.gradient.theme-0073d1 .text-themed {
	color : #0073d1;
	}

.theme-0099d7 {
	background-color : #0099d7 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0099d7:nth-child(even) {
	background-color : #008fcd !important
	}

.gradient.theme-0099d7 {
	background : -moz-linear-gradient(-25deg, #0099d7 0%, #28c1ff 100%);
	background : -webkit-linear-gradient(-25deg, #0099d7 0%, #28c1ff 100%);
	background : linear-gradient(115deg, #0099d7 0%, #28c1ff 100%);
	color      : #ffffff;
	}

.gradient.theme-0099d7 .text-themed {
	color : #0099d7;
	}

.theme-dc9cff {
	background-color : #dc9cff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-dc9cff:nth-child(even) {
	background-color : #d292f5 !important
	}

.gradient.theme-dc9cff {
	background : -moz-linear-gradient(-25deg, #dc9cff 0%, #b474d7 100%);
	background : -webkit-linear-gradient(-25deg, #dc9cff 0%, #b474d7 100%);
	background : linear-gradient(115deg, #dc9cff 0%, #b474d7 100%);
	color      : #ffffff;
	}

.gradient.theme-dc9cff .text-themed {
	color : #b474d7;
	}

.theme-bf1f1f {
	background-color : #bf1f1f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-bf1f1f:nth-child(even) {
	background-color : #b51515 !important
	}

.gradient.theme-bf1f1f {
	background : -moz-linear-gradient(-25deg, #bf1f1f 0%, #e74747 100%);
	background : -webkit-linear-gradient(-25deg, #bf1f1f 0%, #e74747 100%);
	background : linear-gradient(115deg, #bf1f1f 0%, #e74747 100%);
	color      : #ffffff;
	}

.gradient.theme-bf1f1f .text-themed {
	color : #bf1f1f;
	}

.theme-002d5d {
	background-color : #002d5d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-002d5d:nth-child(even) {
	background-color : #002353 !important
	}

.gradient.theme-002d5d {
	background : -moz-linear-gradient(-25deg, #002d5d 0%, #285585 100%);
	background : -webkit-linear-gradient(-25deg, #002d5d 0%, #285585 100%);
	background : linear-gradient(115deg, #002d5d 0%, #285585 100%);
	color      : #ffffff;
	}

.gradient.theme-002d5d .text-themed {
	color : #002d5d;
	}

.theme-0a609d {
	background-color : #0a609d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0a609d:nth-child(even) {
	background-color : #005693 !important
	}

.gradient.theme-0a609d {
	background : -moz-linear-gradient(-25deg, #0a609d 0%, #3288c5 100%);
	background : -webkit-linear-gradient(-25deg, #0a609d 0%, #3288c5 100%);
	background : linear-gradient(115deg, #0a609d 0%, #3288c5 100%);
	color      : #ffffff;
	}

.gradient.theme-0a609d .text-themed {
	color : #0a609d;
	}

.theme-013571 {
	background-color : #013571 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-013571:nth-child(even) {
	background-color : #002b67 !important
	}

.gradient.theme-013571 {
	background : -moz-linear-gradient(-25deg, #013571 0%, #295d99 100%);
	background : -webkit-linear-gradient(-25deg, #013571 0%, #295d99 100%);
	background : linear-gradient(115deg, #013571 0%, #295d99 100%);
	color      : #ffffff;
	}

.gradient.theme-013571 .text-themed {
	color : #013571;
	}

.theme-df1b0d {
	background-color : #df1b0d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-df1b0d:nth-child(even) {
	background-color : #d51103 !important
	}

.gradient.theme-df1b0d {
	background : -moz-linear-gradient(-25deg, #df1b0d 0%, #ff4335 100%);
	background : -webkit-linear-gradient(-25deg, #df1b0d 0%, #ff4335 100%);
	background : linear-gradient(115deg, #df1b0d 0%, #ff4335 100%);
	color      : #ffffff;
	}

.gradient.theme-df1b0d .text-themed {
	color : #df1b0d;
	}

.theme-36752d {
	background-color : #36752d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-36752d:nth-child(even) {
	background-color : #2c6b23 !important
	}

.gradient.theme-36752d {
	background : -moz-linear-gradient(-25deg, #36752d 0%, #5e9d55 100%);
	background : -webkit-linear-gradient(-25deg, #36752d 0%, #5e9d55 100%);
	background : linear-gradient(115deg, #36752d 0%, #5e9d55 100%);
	color      : #ffffff;
	}

.gradient.theme-36752d .text-themed {
	color : #36752d;
	}

.theme-4f8fc9 {
	background-color : #4f8fc9 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4f8fc9:nth-child(even) {
	background-color : #4585bf !important
	}

.gradient.theme-4f8fc9 {
	background : -moz-linear-gradient(-25deg, #4f8fc9 0%, #77b7f1 100%);
	background : -webkit-linear-gradient(-25deg, #4f8fc9 0%, #77b7f1 100%);
	background : linear-gradient(115deg, #4f8fc9 0%, #77b7f1 100%);
	color      : #ffffff;
	}

.gradient.theme-4f8fc9 .text-themed {
	color : #4f8fc9;
	}

.theme-4287f8 {
	background-color : #4287f8 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4287f8:nth-child(even) {
	background-color : #387dee !important
	}

.gradient.theme-4287f8 {
	background : -moz-linear-gradient(-25deg, #4287f8 0%, #6aafff 100%);
	background : -webkit-linear-gradient(-25deg, #4287f8 0%, #6aafff 100%);
	background : linear-gradient(115deg, #4287f8 0%, #6aafff 100%);
	color      : #ffffff;
	}

.gradient.theme-4287f8 .text-themed {
	color : #4287f8;
	}

.theme-6b5aed {
	background-color : #6b5aed !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-6b5aed:nth-child(even) {
	background-color : #6150e3 !important
	}

.gradient.theme-6b5aed {
	background : -moz-linear-gradient(-25deg, #6b5aed 0%, #9382ff 100%);
	background : -webkit-linear-gradient(-25deg, #6b5aed 0%, #9382ff 100%);
	background : linear-gradient(115deg, #6b5aed 0%, #9382ff 100%);
	color      : #ffffff;
	}

.gradient.theme-6b5aed .text-themed {
	color : #6b5aed;
	}

.theme-296eb5 {
	background-color : #296eb5 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-296eb5:nth-child(even) {
	background-color : #1f64ab !important
	}

.gradient.theme-296eb5 {
	background : -moz-linear-gradient(-25deg, #296eb5 0%, #5196dd 100%);
	background : -webkit-linear-gradient(-25deg, #296eb5 0%, #5196dd 100%);
	background : linear-gradient(115deg, #296eb5 0%, #5196dd 100%);
	color      : #ffffff;
	}

.gradient.theme-296eb5 .text-themed {
	color : #296eb5;
	}

.theme-3a566a {
	background-color : #3a566a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3a566a:nth-child(even) {
	background-color : #304c60 !important
	}

.gradient.theme-3a566a {
	background : -moz-linear-gradient(-25deg, #3a566a 0%, #627e92 100%);
	background : -webkit-linear-gradient(-25deg, #3a566a 0%, #627e92 100%);
	background : linear-gradient(115deg, #3a566a 0%, #627e92 100%);
	color      : #ffffff;
	}

.gradient.theme-3a566a .text-themed {
	color : #3a566a;
	}

.theme-737373 {
	background-color : #737373 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-737373:nth-child(even) {
	background-color : #696969 !important
	}

.gradient.theme-737373 {
	background : -moz-linear-gradient(-25deg, #737373 0%, #9b9b9b 100%);
	background : -webkit-linear-gradient(-25deg, #737373 0%, #9b9b9b 100%);
	background : linear-gradient(115deg, #737373 0%, #9b9b9b 100%);
	color      : #ffffff;
	}

.gradient.theme-737373 .text-themed {
	color : #737373;
	}

.theme-007ace {
	background-color : #007ace !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-007ace:nth-child(even) {
	background-color : #0070c4 !important
	}

.gradient.theme-007ace {
	background : -moz-linear-gradient(-25deg, #007ace 0%, #28a2f6 100%);
	background : -webkit-linear-gradient(-25deg, #007ace 0%, #28a2f6 100%);
	background : linear-gradient(115deg, #007ace 0%, #28a2f6 100%);
	color      : #ffffff;
	}

.gradient.theme-007ace .text-themed {
	color : #007ace;
	}

.theme-618fe2 {
	background-color : #618fe2 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-618fe2:nth-child(even) {
	background-color : #5785d8 !important
	}

.gradient.theme-618fe2 {
	background : -moz-linear-gradient(-25deg, #618fe2 0%, #89b7ff 100%);
	background : -webkit-linear-gradient(-25deg, #618fe2 0%, #89b7ff 100%);
	background : linear-gradient(115deg, #618fe2 0%, #89b7ff 100%);
	color      : #ffffff;
	}

.gradient.theme-618fe2 .text-themed {
	color : #618fe2;
	}

.theme-00b3b3 {
	background-color : #00b3b3 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00b3b3:nth-child(even) {
	background-color : #00a9a9 !important
	}

.gradient.theme-00b3b3 {
	background : -moz-linear-gradient(-25deg, #00b3b3 0%, #28dbdb 100%);
	background : -webkit-linear-gradient(-25deg, #00b3b3 0%, #28dbdb 100%);
	background : linear-gradient(115deg, #00b3b3 0%, #28dbdb 100%);
	color      : #ffffff;
	}

.gradient.theme-00b3b3 .text-themed {
	color : #00b3b3;
	}

.theme-40e0d0 {
	background-color : #40e0d0 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-40e0d0:nth-child(even) {
	background-color : #36d6c6 !important
	}

.gradient.theme-40e0d0 {
	background : -moz-linear-gradient(-25deg, #40e0d0 0%, #18b8a8 100%);
	background : -webkit-linear-gradient(-25deg, #40e0d0 0%, #18b8a8 100%);
	background : linear-gradient(115deg, #40e0d0 0%, #18b8a8 100%);
	color      : #ffffff;
	}

.gradient.theme-40e0d0 .text-themed {
	color : #18b8a8;
	}

.theme-1d8ccc {
	background-color : #1d8ccc !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1d8ccc:nth-child(even) {
	background-color : #1382c2 !important
	}

.gradient.theme-1d8ccc {
	background : -moz-linear-gradient(-25deg, #1d8ccc 0%, #45b4f4 100%);
	background : -webkit-linear-gradient(-25deg, #1d8ccc 0%, #45b4f4 100%);
	background : linear-gradient(115deg, #1d8ccc 0%, #45b4f4 100%);
	color      : #ffffff;
	}

.gradient.theme-1d8ccc .text-themed {
	color : #1d8ccc;
	}

.theme-ffff00 {
	background-color : #ffff00 !important;
	color            : #000000 !important
	}

.list-group-icons .theme-ffff00:nth-child(even) {
	background-color : #f5f500 !important
	}

.gradient.theme-ffff00 {
	background : -moz-linear-gradient(-25deg, #ffff00 0%, #d7d700 100%);
	background : -webkit-linear-gradient(-25deg, #ffff00 0%, #d7d700 100%);
	background : linear-gradient(115deg, #ffff00 0%, #d7d700 100%);
	color      : #000000;
	}

.gradient.theme-ffff00 .text-themed {
	color : #d7d700;
	}

.theme-ffff00 img:not(.avatar):not(.no-invert) {
	-webkit-filter : invert(100%);
	-moz-filter    : invert(100%);
	-ms-filter     : invert(100%);
	-o-filter      : invert(100%);
	filter         : invert(100%)
	}

.theme-000099 {
	background-color : #000099 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-000099:nth-child(even) {
	background-color : #00008f !important
	}

.gradient.theme-000099 {
	background : -moz-linear-gradient(-25deg, #000099 0%, #2828c1 100%);
	background : -webkit-linear-gradient(-25deg, #000099 0%, #2828c1 100%);
	background : linear-gradient(115deg, #000099 0%, #2828c1 100%);
	color      : #ffffff;
	}

.gradient.theme-000099 .text-themed {
	color : #000099;
	}

.theme-272d36 {
	background-color : #272d36 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-272d36:nth-child(even) {
	background-color : #1d232c !important
	}

.gradient.theme-272d36 {
	background : -moz-linear-gradient(-25deg, #272d36 0%, #4f555e 100%);
	background : -webkit-linear-gradient(-25deg, #272d36 0%, #4f555e 100%);
	background : linear-gradient(115deg, #272d36 0%, #4f555e 100%);
	color      : #ffffff;
	}

.gradient.theme-272d36 .text-themed {
	color : #272d36;
	}

.theme-45c1ec {
	background-color : #45c1ec !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-45c1ec:nth-child(even) {
	background-color : #3bb7e2 !important
	}

.gradient.theme-45c1ec {
	background : -moz-linear-gradient(-25deg, #45c1ec 0%, #1d99c4 100%);
	background : -webkit-linear-gradient(-25deg, #45c1ec 0%, #1d99c4 100%);
	background : linear-gradient(115deg, #45c1ec 0%, #1d99c4 100%);
	color      : #ffffff;
	}

.gradient.theme-45c1ec .text-themed {
	color : #1d99c4;
	}

.theme-52908b {
	background-color : #52908b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-52908b:nth-child(even) {
	background-color : #488681 !important
	}

.gradient.theme-52908b {
	background : -moz-linear-gradient(-25deg, #52908b 0%, #7ab8b3 100%);
	background : -webkit-linear-gradient(-25deg, #52908b 0%, #7ab8b3 100%);
	background : linear-gradient(115deg, #52908b 0%, #7ab8b3 100%);
	color      : #ffffff;
	}

.gradient.theme-52908b .text-themed {
	color : #52908b;
	}

.theme-308cbb {
	background-color : #308cbb !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-308cbb:nth-child(even) {
	background-color : #2682b1 !important
	}

.gradient.theme-308cbb {
	background : -moz-linear-gradient(-25deg, #308cbb 0%, #58b4e3 100%);
	background : -webkit-linear-gradient(-25deg, #308cbb 0%, #58b4e3 100%);
	background : linear-gradient(115deg, #308cbb 0%, #58b4e3 100%);
	color      : #ffffff;
	}

.gradient.theme-308cbb .text-themed {
	color : #308cbb;
	}

.theme-79b791 {
	background-color : #79b791 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-79b791:nth-child(even) {
	background-color : #6fad87 !important
	}

.gradient.theme-79b791 {
	background : -moz-linear-gradient(-25deg, #79b791 0%, #518f69 100%);
	background : -webkit-linear-gradient(-25deg, #79b791 0%, #518f69 100%);
	background : linear-gradient(115deg, #79b791 0%, #518f69 100%);
	color      : #ffffff;
	}

.gradient.theme-79b791 .text-themed {
	color : #518f69;
	}

.theme-0280de {
	background-color : #0280de !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0280de:nth-child(even) {
	background-color : #0076d4 !important
	}

.gradient.theme-0280de {
	background : -moz-linear-gradient(-25deg, #0280de 0%, #2aa8ff 100%);
	background : -webkit-linear-gradient(-25deg, #0280de 0%, #2aa8ff 100%);
	background : linear-gradient(115deg, #0280de 0%, #2aa8ff 100%);
	color      : #ffffff;
	}

.gradient.theme-0280de .text-themed {
	color : #0280de;
	}

.theme-bcd4e6 {
	background-color : #bcd4e6 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-bcd4e6:nth-child(even) {
	background-color : #b2cadc !important
	}

.gradient.theme-bcd4e6 {
	background : -moz-linear-gradient(-25deg, #bcd4e6 0%, #94acbe 100%);
	background : -webkit-linear-gradient(-25deg, #bcd4e6 0%, #94acbe 100%);
	background : linear-gradient(115deg, #bcd4e6 0%, #94acbe 100%);
	color      : #ffffff;
	}

.gradient.theme-bcd4e6 .text-themed {
	color : #94acbe;
	}

.theme-385082 {
	background-color : #385082 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-385082:nth-child(even) {
	background-color : #2e4678 !important
	}

.gradient.theme-385082 {
	background : -moz-linear-gradient(-25deg, #385082 0%, #6078aa 100%);
	background : -webkit-linear-gradient(-25deg, #385082 0%, #6078aa 100%);
	background : linear-gradient(115deg, #385082 0%, #6078aa 100%);
	color      : #ffffff;
	}

.gradient.theme-385082 .text-themed {
	color : #385082;
	}

.theme-f6871f {
	background-color : #f6871f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f6871f:nth-child(even) {
	background-color : #ec7d15 !important
	}

.gradient.theme-f6871f {
	background : -moz-linear-gradient(-25deg, #f6871f 0%, #ce5f00 100%);
	background : -webkit-linear-gradient(-25deg, #f6871f 0%, #ce5f00 100%);
	background : linear-gradient(115deg, #f6871f 0%, #ce5f00 100%);
	color      : #ffffff;
	}

.gradient.theme-f6871f .text-themed {
	color : #ce5f00;
	}

.theme-e75258 {
	background-color : #e75258 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e75258:nth-child(even) {
	background-color : #dd484e !important
	}

.gradient.theme-e75258 {
	background : -moz-linear-gradient(-25deg, #e75258 0%, #ff7a80 100%);
	background : -webkit-linear-gradient(-25deg, #e75258 0%, #ff7a80 100%);
	background : linear-gradient(115deg, #e75258 0%, #ff7a80 100%);
	color      : #ffffff;
	}

.gradient.theme-e75258 .text-themed {
	color : #e75258;
	}

.theme-2684ff {
	background-color : #2684ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2684ff:nth-child(even) {
	background-color : #1c7af5 !important
	}

.gradient.theme-2684ff {
	background : -moz-linear-gradient(-25deg, #2684ff 0%, #4eacff 100%);
	background : -webkit-linear-gradient(-25deg, #2684ff 0%, #4eacff 100%);
	background : linear-gradient(115deg, #2684ff 0%, #4eacff 100%);
	color      : #ffffff;
	}

.gradient.theme-2684ff .text-themed {
	color : #2684ff;
	}

.theme-f0f0f0 {
	background-color : #f0f0f0 !important;
	color            : #000000 !important
	}

.list-group-icons .theme-f0f0f0:nth-child(even) {
	background-color : #e6e6e6 !important
	}

.gradient.theme-f0f0f0 {
	background : -moz-linear-gradient(-25deg, #f0f0f0 0%, #c8c8c8 100%);
	background : -webkit-linear-gradient(-25deg, #f0f0f0 0%, #c8c8c8 100%);
	background : linear-gradient(115deg, #f0f0f0 0%, #c8c8c8 100%);
	color      : #000000;
	}

.gradient.theme-f0f0f0 .text-themed {
	color : #c8c8c8;
	}

.theme-f0f0f0 img:not(.avatar):not(.no-invert) {
	-webkit-filter : invert(100%);
	-moz-filter    : invert(100%);
	-ms-filter     : invert(100%);
	-o-filter      : invert(100%);
	filter         : invert(100%)
	}

.theme-256eff {
	background-color : #256eff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-256eff:nth-child(even) {
	background-color : #1b64f5 !important
	}

.gradient.theme-256eff {
	background : -moz-linear-gradient(-25deg, #256eff 0%, #4d96ff 100%);
	background : -webkit-linear-gradient(-25deg, #256eff 0%, #4d96ff 100%);
	background : linear-gradient(115deg, #256eff 0%, #4d96ff 100%);
	color      : #ffffff;
	}

.gradient.theme-256eff .text-themed {
	color : #256eff;
	}

.theme-fa9a00 {
	background-color : #fa9a00 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-fa9a00:nth-child(even) {
	background-color : #f09000 !important
	}

.gradient.theme-fa9a00 {
	background : -moz-linear-gradient(-25deg, #fa9a00 0%, #d27200 100%);
	background : -webkit-linear-gradient(-25deg, #fa9a00 0%, #d27200 100%);
	background : linear-gradient(115deg, #fa9a00 0%, #d27200 100%);
	color      : #ffffff;
	}

.gradient.theme-fa9a00 .text-themed {
	color : #d27200;
	}

.theme-d24421 {
	background-color : #d24421 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-d24421:nth-child(even) {
	background-color : #c83a17 !important
	}

.gradient.theme-d24421 {
	background : -moz-linear-gradient(-25deg, #d24421 0%, #fa6c49 100%);
	background : -webkit-linear-gradient(-25deg, #d24421 0%, #fa6c49 100%);
	background : linear-gradient(115deg, #d24421 0%, #fa6c49 100%);
	color      : #ffffff;
	}

.gradient.theme-d24421 .text-themed {
	color : #d24421;
	}

.theme-007bda {
	background-color : #007bda !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-007bda:nth-child(even) {
	background-color : #0071d0 !important
	}

.gradient.theme-007bda {
	background : -moz-linear-gradient(-25deg, #007bda 0%, #28a3ff 100%);
	background : -webkit-linear-gradient(-25deg, #007bda 0%, #28a3ff 100%);
	background : linear-gradient(115deg, #007bda 0%, #28a3ff 100%);
	color      : #ffffff;
	}

.gradient.theme-007bda .text-themed {
	color : #007bda;
	}

.theme-e31b23 {
	background-color : #e31b23 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e31b23:nth-child(even) {
	background-color : #d91119 !important
	}

.gradient.theme-e31b23 {
	background : -moz-linear-gradient(-25deg, #e31b23 0%, #ff434b 100%);
	background : -webkit-linear-gradient(-25deg, #e31b23 0%, #ff434b 100%);
	background : linear-gradient(115deg, #e31b23 0%, #ff434b 100%);
	color      : #ffffff;
	}

.gradient.theme-e31b23 .text-themed {
	color : #e31b23;
	}

.theme-5ebf7f {
	background-color : #5ebf7f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-5ebf7f:nth-child(even) {
	background-color : #54b575 !important
	}

.gradient.theme-5ebf7f {
	background : -moz-linear-gradient(-25deg, #5ebf7f 0%, #369757 100%);
	background : -webkit-linear-gradient(-25deg, #5ebf7f 0%, #369757 100%);
	background : linear-gradient(115deg, #5ebf7f 0%, #369757 100%);
	color      : #ffffff;
	}

.gradient.theme-5ebf7f .text-themed {
	color : #369757;
	}

.theme-2c65b0 {
	background-color : #2c65b0 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2c65b0:nth-child(even) {
	background-color : #225ba6 !important
	}

.gradient.theme-2c65b0 {
	background : -moz-linear-gradient(-25deg, #2c65b0 0%, #548dd8 100%);
	background : -webkit-linear-gradient(-25deg, #2c65b0 0%, #548dd8 100%);
	background : linear-gradient(115deg, #2c65b0 0%, #548dd8 100%);
	color      : #ffffff;
	}

.gradient.theme-2c65b0 .text-themed {
	color : #2c65b0;
	}

.theme-84c320 {
	background-color : #84c320 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-84c320:nth-child(even) {
	background-color : #7ab916 !important
	}

.gradient.theme-84c320 {
	background : -moz-linear-gradient(-25deg, #84c320 0%, #5c9b00 100%);
	background : -webkit-linear-gradient(-25deg, #84c320 0%, #5c9b00 100%);
	background : linear-gradient(115deg, #84c320 0%, #5c9b00 100%);
	color      : #ffffff;
	}

.gradient.theme-84c320 .text-themed {
	color : #5c9b00;
	}

.theme-06ac39 {
	background-color : #06ac39 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-06ac39:nth-child(even) {
	background-color : #00a22f !important
	}

.gradient.theme-06ac39 {
	background : -moz-linear-gradient(-25deg, #06ac39 0%, #2ed461 100%);
	background : -webkit-linear-gradient(-25deg, #06ac39 0%, #2ed461 100%);
	background : linear-gradient(115deg, #06ac39 0%, #2ed461 100%);
	color      : #ffffff;
	}

.gradient.theme-06ac39 .text-themed {
	color : #06ac39;
	}

.theme-45a4ec {
	background-color : #45a4ec !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-45a4ec:nth-child(even) {
	background-color : #3b9ae2 !important
	}

.gradient.theme-45a4ec {
	background : -moz-linear-gradient(-25deg, #45a4ec 0%, #6dccff 100%);
	background : -webkit-linear-gradient(-25deg, #45a4ec 0%, #6dccff 100%);
	background : linear-gradient(115deg, #45a4ec 0%, #6dccff 100%);
	color      : #ffffff;
	}

.gradient.theme-45a4ec .text-themed {
	color : #45a4ec;
	}

.theme-323b43 {
	background-color : #323b43 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-323b43:nth-child(even) {
	background-color : #283139 !important
	}

.gradient.theme-323b43 {
	background : -moz-linear-gradient(-25deg, #323b43 0%, #5a636b 100%);
	background : -webkit-linear-gradient(-25deg, #323b43 0%, #5a636b 100%);
	background : linear-gradient(115deg, #323b43 0%, #5a636b 100%);
	color      : #ffffff;
	}

.gradient.theme-323b43 .text-themed {
	color : #323b43;
	}

.theme-fccd48 {
	background-color : #fccd48 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-fccd48:nth-child(even) {
	background-color : #f2c33e !important
	}

.gradient.theme-fccd48 {
	background : -moz-linear-gradient(-25deg, #fccd48 0%, #d4a520 100%);
	background : -webkit-linear-gradient(-25deg, #fccd48 0%, #d4a520 100%);
	background : linear-gradient(115deg, #fccd48 0%, #d4a520 100%);
	color      : #ffffff;
	}

.gradient.theme-fccd48 .text-themed {
	color : #d4a520;
	}

.theme-2b80ff {
	background-color : #2b80ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2b80ff:nth-child(even) {
	background-color : #2176f5 !important
	}

.gradient.theme-2b80ff {
	background : -moz-linear-gradient(-25deg, #2b80ff 0%, #53a8ff 100%);
	background : -webkit-linear-gradient(-25deg, #2b80ff 0%, #53a8ff 100%);
	background : linear-gradient(115deg, #2b80ff 0%, #53a8ff 100%);
	color      : #ffffff;
	}

.gradient.theme-2b80ff .text-themed {
	color : #2b80ff;
	}

.theme-ffc107 {
	background-color : #ffc107 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ffc107:nth-child(even) {
	background-color : #f5b700 !important
	}

.gradient.theme-ffc107 {
	background : -moz-linear-gradient(-25deg, #ffc107 0%, #d79900 100%);
	background : -webkit-linear-gradient(-25deg, #ffc107 0%, #d79900 100%);
	background : linear-gradient(115deg, #ffc107 0%, #d79900 100%);
	color      : #ffffff;
	}

.gradient.theme-ffc107 .text-themed {
	color : #d79900;
	}

.theme-00e4a6 {
	background-color : #00e4a6 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00e4a6:nth-child(even) {
	background-color : #00da9c !important
	}

.gradient.theme-00e4a6 {
	background : -moz-linear-gradient(-25deg, #00e4a6 0%, #28ffce 100%);
	background : -webkit-linear-gradient(-25deg, #00e4a6 0%, #28ffce 100%);
	background : linear-gradient(115deg, #00e4a6 0%, #28ffce 100%);
	color      : #ffffff;
	}

.gradient.theme-00e4a6 .text-themed {
	color : #00e4a6;
	}

.theme-3c97fa {
	background-color : #3c97fa !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3c97fa:nth-child(even) {
	background-color : #328df0 !important
	}

.gradient.theme-3c97fa {
	background : -moz-linear-gradient(-25deg, #3c97fa 0%, #64bfff 100%);
	background : -webkit-linear-gradient(-25deg, #3c97fa 0%, #64bfff 100%);
	background : linear-gradient(115deg, #3c97fa 0%, #64bfff 100%);
	color      : #ffffff;
	}

.gradient.theme-3c97fa .text-themed {
	color : #3c97fa;
	}

.theme-333333 {
	background-color : #333333 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-333333:nth-child(even) {
	background-color : #292929 !important
	}

.gradient.theme-333333 {
	background : -moz-linear-gradient(-25deg, #333333 0%, #5b5b5b 100%);
	background : -webkit-linear-gradient(-25deg, #333333 0%, #5b5b5b 100%);
	background : linear-gradient(115deg, #333333 0%, #5b5b5b 100%);
	color      : #ffffff;
	}

.gradient.theme-333333 .text-themed {
	color : #333333;
	}

.theme-1a7892 {
	background-color : #1a7892 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1a7892:nth-child(even) {
	background-color : #106e88 !important
	}

.gradient.theme-1a7892 {
	background : -moz-linear-gradient(-25deg, #1a7892 0%, #42a0ba 100%);
	background : -webkit-linear-gradient(-25deg, #1a7892 0%, #42a0ba 100%);
	background : linear-gradient(115deg, #1a7892 0%, #42a0ba 100%);
	color      : #ffffff;
	}

.gradient.theme-1a7892 .text-themed {
	color : #1a7892;
	}

.theme-fab220 {
	background-color : #fab220 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-fab220:nth-child(even) {
	background-color : #f0a816 !important
	}

.gradient.theme-fab220 {
	background : -moz-linear-gradient(-25deg, #fab220 0%, #d28a00 100%);
	background : -webkit-linear-gradient(-25deg, #fab220 0%, #d28a00 100%);
	background : linear-gradient(115deg, #fab220 0%, #d28a00 100%);
	color      : #ffffff;
	}

.gradient.theme-fab220 .text-themed {
	color : #d28a00;
	}

.theme-ebebeb {
	background-color : #ebebeb !important;
	color            : #000000 !important
	}

.list-group-icons .theme-ebebeb:nth-child(even) {
	background-color : #e1e1e1 !important
	}

.gradient.theme-ebebeb {
	background : -moz-linear-gradient(-25deg, #ebebeb 0%, #c3c3c3 100%);
	background : -webkit-linear-gradient(-25deg, #ebebeb 0%, #c3c3c3 100%);
	background : linear-gradient(115deg, #ebebeb 0%, #c3c3c3 100%);
	color      : #000000;
	}

.gradient.theme-ebebeb .text-themed {
	color : #c3c3c3;
	}

.theme-ebebeb img:not(.avatar):not(.no-invert) {
	-webkit-filter : invert(100%);
	-moz-filter    : invert(100%);
	-ms-filter     : invert(100%);
	-o-filter      : invert(100%);
	filter         : invert(100%)
	}

.theme-33cdff {
	background-color : #33cdff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-33cdff:nth-child(even) {
	background-color : #29c3f5 !important
	}

.gradient.theme-33cdff {
	background : -moz-linear-gradient(-25deg, #33cdff 0%, #0ba5d7 100%);
	background : -webkit-linear-gradient(-25deg, #33cdff 0%, #0ba5d7 100%);
	background : linear-gradient(115deg, #33cdff 0%, #0ba5d7 100%);
	color      : #ffffff;
	}

.gradient.theme-33cdff .text-themed {
	color : #0ba5d7;
	}

.theme-57c80b {
	background-color : #57c80b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-57c80b:nth-child(even) {
	background-color : #4dbe01 !important
	}

.gradient.theme-57c80b {
	background : -moz-linear-gradient(-25deg, #57c80b 0%, #7ff033 100%);
	background : -webkit-linear-gradient(-25deg, #57c80b 0%, #7ff033 100%);
	background : linear-gradient(115deg, #57c80b 0%, #7ff033 100%);
	color      : #ffffff;
	}

.gradient.theme-57c80b .text-themed {
	color : #57c80b;
	}

.theme-1a47ff {
	background-color : #1a47ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1a47ff:nth-child(even) {
	background-color : #103df5 !important
	}

.gradient.theme-1a47ff {
	background : -moz-linear-gradient(-25deg, #1a47ff 0%, #426fff 100%);
	background : -webkit-linear-gradient(-25deg, #1a47ff 0%, #426fff 100%);
	background : linear-gradient(115deg, #1a47ff 0%, #426fff 100%);
	color      : #ffffff;
	}

.gradient.theme-1a47ff .text-themed {
	color : #1a47ff;
	}

.theme-ffd700 {
	background-color : #ffd700 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ffd700:nth-child(even) {
	background-color : #f5cd00 !important
	}

.gradient.theme-ffd700 {
	background : -moz-linear-gradient(-25deg, #ffd700 0%, #d7af00 100%);
	background : -webkit-linear-gradient(-25deg, #ffd700 0%, #d7af00 100%);
	background : linear-gradient(115deg, #ffd700 0%, #d7af00 100%);
	color      : #ffffff;
	}

.gradient.theme-ffd700 .text-themed {
	color : #d7af00;
	}

.theme-af734a {
	background-color : #af734a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-af734a:nth-child(even) {
	background-color : #a56940 !important
	}

.gradient.theme-af734a {
	background : -moz-linear-gradient(-25deg, #af734a 0%, #d79b72 100%);
	background : -webkit-linear-gradient(-25deg, #af734a 0%, #d79b72 100%);
	background : linear-gradient(115deg, #af734a 0%, #d79b72 100%);
	color      : #ffffff;
	}

.gradient.theme-af734a .text-themed {
	color : #af734a;
	}

.theme-3a80f7 {
	background-color : #3a80f7 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3a80f7:nth-child(even) {
	background-color : #3076ed !important
	}

.gradient.theme-3a80f7 {
	background : -moz-linear-gradient(-25deg, #3a80f7 0%, #62a8ff 100%);
	background : -webkit-linear-gradient(-25deg, #3a80f7 0%, #62a8ff 100%);
	background : linear-gradient(115deg, #3a80f7 0%, #62a8ff 100%);
	color      : #ffffff;
	}

.gradient.theme-3a80f7 .text-themed {
	color : #3a80f7;
	}

.theme-444444 {
	background-color : #444444 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-444444:nth-child(even) {
	background-color : #3a3a3a !important
	}

.gradient.theme-444444 {
	background : -moz-linear-gradient(-25deg, #444444 0%, #6c6c6c 100%);
	background : -webkit-linear-gradient(-25deg, #444444 0%, #6c6c6c 100%);
	background : linear-gradient(115deg, #444444 0%, #6c6c6c 100%);
	color      : #ffffff;
	}

.gradient.theme-444444 .text-themed {
	color : #444444;
	}

.theme-1e95f0 {
	background-color : #1e95f0 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1e95f0:nth-child(even) {
	background-color : #148be6 !important
	}

.gradient.theme-1e95f0 {
	background : -moz-linear-gradient(-25deg, #1e95f0 0%, #46bdff 100%);
	background : -webkit-linear-gradient(-25deg, #1e95f0 0%, #46bdff 100%);
	background : linear-gradient(115deg, #1e95f0 0%, #46bdff 100%);
	color      : #ffffff;
	}

.gradient.theme-1e95f0 .text-themed {
	color : #1e95f0;
	}

.theme-ffde00 {
	background-color : #ffde00 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ffde00:nth-child(even) {
	background-color : #f5d400 !important
	}

.gradient.theme-ffde00 {
	background : -moz-linear-gradient(-25deg, #ffde00 0%, #d7b600 100%);
	background : -webkit-linear-gradient(-25deg, #ffde00 0%, #d7b600 100%);
	background : linear-gradient(115deg, #ffde00 0%, #d7b600 100%);
	color      : #ffffff;
	}

.gradient.theme-ffde00 .text-themed {
	color : #d7b600;
	}

.theme-f8b525 {
	background-color : #f8b525 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f8b525:nth-child(even) {
	background-color : #eeab1b !important
	}

.gradient.theme-f8b525 {
	background : -moz-linear-gradient(-25deg, #f8b525 0%, #d08d00 100%);
	background : -webkit-linear-gradient(-25deg, #f8b525 0%, #d08d00 100%);
	background : linear-gradient(115deg, #f8b525 0%, #d08d00 100%);
	color      : #ffffff;
	}

.gradient.theme-f8b525 .text-themed {
	color : #d08d00;
	}

.theme-17adfa {
	background-color : #17adfa !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-17adfa:nth-child(even) {
	background-color : #0da3f0 !important
	}

.gradient.theme-17adfa {
	background : -moz-linear-gradient(-25deg, #17adfa 0%, #3fd5ff 100%);
	background : -webkit-linear-gradient(-25deg, #17adfa 0%, #3fd5ff 100%);
	background : linear-gradient(115deg, #17adfa 0%, #3fd5ff 100%);
	color      : #ffffff;
	}

.gradient.theme-17adfa .text-themed {
	color : #17adfa;
	}

.theme-eb494d {
	background-color : #eb494d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-eb494d:nth-child(even) {
	background-color : #e13f43 !important
	}

.gradient.theme-eb494d {
	background : -moz-linear-gradient(-25deg, #eb494d 0%, #ff7175 100%);
	background : -webkit-linear-gradient(-25deg, #eb494d 0%, #ff7175 100%);
	background : linear-gradient(115deg, #eb494d 0%, #ff7175 100%);
	color      : #ffffff;
	}

.gradient.theme-eb494d .text-themed {
	color : #eb494d;
	}

.theme-00355f {
	background-color : #00355f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00355f:nth-child(even) {
	background-color : #002b55 !important
	}

.gradient.theme-00355f {
	background : -moz-linear-gradient(-25deg, #00355f 0%, #285d87 100%);
	background : -webkit-linear-gradient(-25deg, #00355f 0%, #285d87 100%);
	background : linear-gradient(115deg, #00355f 0%, #285d87 100%);
	color      : #ffffff;
	}

.gradient.theme-00355f .text-themed {
	color : #00355f;
	}

.theme-4e156b {
	background-color : #4e156b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4e156b:nth-child(even) {
	background-color : #440b61 !important
	}

.gradient.theme-4e156b {
	background : -moz-linear-gradient(-25deg, #4e156b 0%, #763d93 100%);
	background : -webkit-linear-gradient(-25deg, #4e156b 0%, #763d93 100%);
	background : linear-gradient(115deg, #4e156b 0%, #763d93 100%);
	color      : #ffffff;
	}

.gradient.theme-4e156b .text-themed {
	color : #4e156b;
	}

.theme-00968f {
	background-color : #00968f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00968f:nth-child(even) {
	background-color : #008c85 !important
	}

.gradient.theme-00968f {
	background : -moz-linear-gradient(-25deg, #00968f 0%, #28beb7 100%);
	background : -webkit-linear-gradient(-25deg, #00968f 0%, #28beb7 100%);
	background : linear-gradient(115deg, #00968f 0%, #28beb7 100%);
	color      : #ffffff;
	}

.gradient.theme-00968f .text-themed {
	color : #00968f;
	}

.theme-f46a54 {
	background-color : #f46a54 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f46a54:nth-child(even) {
	background-color : #ea604a !important
	}

.gradient.theme-f46a54 {
	background : -moz-linear-gradient(-25deg, #f46a54 0%, #ff927c 100%);
	background : -webkit-linear-gradient(-25deg, #f46a54 0%, #ff927c 100%);
	background : linear-gradient(115deg, #f46a54 0%, #ff927c 100%);
	color      : #ffffff;
	}

.gradient.theme-f46a54 .text-themed {
	color : #f46a54;
	}

.theme-c20000 {
	background-color : #c20000 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-c20000:nth-child(even) {
	background-color : #b80000 !important
	}

.gradient.theme-c20000 {
	background : -moz-linear-gradient(-25deg, #c20000 0%, #ea2828 100%);
	background : -webkit-linear-gradient(-25deg, #c20000 0%, #ea2828 100%);
	background : linear-gradient(115deg, #c20000 0%, #ea2828 100%);
	color      : #ffffff;
	}

.gradient.theme-c20000 .text-themed {
	color : #c20000;
	}

.theme-323232 {
	background-color : #323232 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-323232:nth-child(even) {
	background-color : #282828 !important
	}

.gradient.theme-323232 {
	background : -moz-linear-gradient(-25deg, #323232 0%, #5a5a5a 100%);
	background : -webkit-linear-gradient(-25deg, #323232 0%, #5a5a5a 100%);
	background : linear-gradient(115deg, #323232 0%, #5a5a5a 100%);
	color      : #ffffff;
	}

.gradient.theme-323232 .text-themed {
	color : #323232;
	}

.theme-fcb810 {
	background-color : #fcb810 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-fcb810:nth-child(even) {
	background-color : #f2ae06 !important
	}

.gradient.theme-fcb810 {
	background : -moz-linear-gradient(-25deg, #fcb810 0%, #d49000 100%);
	background : -webkit-linear-gradient(-25deg, #fcb810 0%, #d49000 100%);
	background : linear-gradient(115deg, #fcb810 0%, #d49000 100%);
	color      : #ffffff;
	}

.gradient.theme-fcb810 .text-themed {
	color : #d49000;
	}

.theme-ffc900 {
	background-color : #ffc900 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ffc900:nth-child(even) {
	background-color : #f5bf00 !important
	}

.gradient.theme-ffc900 {
	background : -moz-linear-gradient(-25deg, #ffc900 0%, #d7a100 100%);
	background : -webkit-linear-gradient(-25deg, #ffc900 0%, #d7a100 100%);
	background : linear-gradient(115deg, #ffc900 0%, #d7a100 100%);
	color      : #ffffff;
	}

.gradient.theme-ffc900 .text-themed {
	color : #d7a100;
	}

.theme-df6c2c {
	background-color : #df6c2c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-df6c2c:nth-child(even) {
	background-color : #d56222 !important
	}

.gradient.theme-df6c2c {
	background : -moz-linear-gradient(-25deg, #df6c2c 0%, #ff9454 100%);
	background : -webkit-linear-gradient(-25deg, #df6c2c 0%, #ff9454 100%);
	background : linear-gradient(115deg, #df6c2c 0%, #ff9454 100%);
	color      : #ffffff;
	}

.gradient.theme-df6c2c .text-themed {
	color : #df6c2c;
	}

.theme-c133a7 {
	background-color : #c133a7 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-c133a7:nth-child(even) {
	background-color : #b7299d !important
	}

.gradient.theme-c133a7 {
	background : -moz-linear-gradient(-25deg, #c133a7 0%, #e95bcf 100%);
	background : -webkit-linear-gradient(-25deg, #c133a7 0%, #e95bcf 100%);
	background : linear-gradient(115deg, #c133a7 0%, #e95bcf 100%);
	color      : #ffffff;
	}

.gradient.theme-c133a7 .text-themed {
	color : #c133a7;
	}

.theme-4eb99d {
	background-color : #4eb99d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4eb99d:nth-child(even) {
	background-color : #44af93 !important
	}

.gradient.theme-4eb99d {
	background : -moz-linear-gradient(-25deg, #4eb99d 0%, #76e1c5 100%);
	background : -webkit-linear-gradient(-25deg, #4eb99d 0%, #76e1c5 100%);
	background : linear-gradient(115deg, #4eb99d 0%, #76e1c5 100%);
	color      : #ffffff;
	}

.gradient.theme-4eb99d .text-themed {
	color : #4eb99d;
	}

.theme-39b54a {
	background-color : #39b54a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-39b54a:nth-child(even) {
	background-color : #2fab40 !important
	}

.gradient.theme-39b54a {
	background : -moz-linear-gradient(-25deg, #39b54a 0%, #61dd72 100%);
	background : -webkit-linear-gradient(-25deg, #39b54a 0%, #61dd72 100%);
	background : linear-gradient(115deg, #39b54a 0%, #61dd72 100%);
	color      : #ffffff;
	}

.gradient.theme-39b54a .text-themed {
	color : #39b54a;
	}

.theme-2c3357 {
	background-color : #2c3357 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2c3357:nth-child(even) {
	background-color : #22294d !important
	}

.gradient.theme-2c3357 {
	background : -moz-linear-gradient(-25deg, #2c3357 0%, #545b7f 100%);
	background : -webkit-linear-gradient(-25deg, #2c3357 0%, #545b7f 100%);
	background : linear-gradient(115deg, #2c3357 0%, #545b7f 100%);
	color      : #ffffff;
	}

.gradient.theme-2c3357 .text-themed {
	color : #2c3357;
	}

.theme-ee9b1c {
	background-color : #ee9b1c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ee9b1c:nth-child(even) {
	background-color : #e49112 !important
	}

.gradient.theme-ee9b1c {
	background : -moz-linear-gradient(-25deg, #ee9b1c 0%, #c67300 100%);
	background : -webkit-linear-gradient(-25deg, #ee9b1c 0%, #c67300 100%);
	background : linear-gradient(115deg, #ee9b1c 0%, #c67300 100%);
	color      : #ffffff;
	}

.gradient.theme-ee9b1c .text-themed {
	color : #c67300;
	}

.theme-4608ad {
	background-color : #4608ad !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4608ad:nth-child(even) {
	background-color : #3c00a3 !important
	}

.gradient.theme-4608ad {
	background : -moz-linear-gradient(-25deg, #4608ad 0%, #6e30d5 100%);
	background : -webkit-linear-gradient(-25deg, #4608ad 0%, #6e30d5 100%);
	background : linear-gradient(115deg, #4608ad 0%, #6e30d5 100%);
	color      : #ffffff;
	}

.gradient.theme-4608ad .text-themed {
	color : #4608ad;
	}

.theme-c2d26e {
	background-color : #c2d26e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-c2d26e:nth-child(even) {
	background-color : #b8c864 !important
	}

.gradient.theme-c2d26e {
	background : -moz-linear-gradient(-25deg, #c2d26e 0%, #9aaa46 100%);
	background : -webkit-linear-gradient(-25deg, #c2d26e 0%, #9aaa46 100%);
	background : linear-gradient(115deg, #c2d26e 0%, #9aaa46 100%);
	color      : #ffffff;
	}

.gradient.theme-c2d26e .text-themed {
	color : #9aaa46;
	}

.theme-f9c827 {
	background-color : #f9c827 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f9c827:nth-child(even) {
	background-color : #efbe1d !important
	}

.gradient.theme-f9c827 {
	background : -moz-linear-gradient(-25deg, #f9c827 0%, #d1a000 100%);
	background : -webkit-linear-gradient(-25deg, #f9c827 0%, #d1a000 100%);
	background : linear-gradient(115deg, #f9c827 0%, #d1a000 100%);
	color      : #ffffff;
	}

.gradient.theme-f9c827 .text-themed {
	color : #d1a000;
	}

.theme-b53737 {
	background-color : #b53737 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-b53737:nth-child(even) {
	background-color : #ab2d2d !important
	}

.gradient.theme-b53737 {
	background : -moz-linear-gradient(-25deg, #b53737 0%, #dd5f5f 100%);
	background : -webkit-linear-gradient(-25deg, #b53737 0%, #dd5f5f 100%);
	background : linear-gradient(115deg, #b53737 0%, #dd5f5f 100%);
	color      : #ffffff;
	}

.gradient.theme-b53737 .text-themed {
	color : #b53737;
	}

.theme-95c322 {
	background-color : #95c322 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-95c322:nth-child(even) {
	background-color : #8bb918 !important
	}

.gradient.theme-95c322 {
	background : -moz-linear-gradient(-25deg, #95c322 0%, #6d9b00 100%);
	background : -webkit-linear-gradient(-25deg, #95c322 0%, #6d9b00 100%);
	background : linear-gradient(115deg, #95c322 0%, #6d9b00 100%);
	color      : #ffffff;
	}

.gradient.theme-95c322 .text-themed {
	color : #6d9b00;
	}

.theme-1f88e4 {
	background-color : #1f88e4 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1f88e4:nth-child(even) {
	background-color : #157eda !important
	}

.gradient.theme-1f88e4 {
	background : -moz-linear-gradient(-25deg, #1f88e4 0%, #47b0ff 100%);
	background : -webkit-linear-gradient(-25deg, #1f88e4 0%, #47b0ff 100%);
	background : linear-gradient(115deg, #1f88e4 0%, #47b0ff 100%);
	color      : #ffffff;
	}

.gradient.theme-1f88e4 .text-themed {
	color : #1f88e4;
	}

.theme-006aff {
	background-color : #006aff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-006aff:nth-child(even) {
	background-color : #0060f5 !important
	}

.gradient.theme-006aff {
	background : -moz-linear-gradient(-25deg, #006aff 0%, #2892ff 100%);
	background : -webkit-linear-gradient(-25deg, #006aff 0%, #2892ff 100%);
	background : linear-gradient(115deg, #006aff 0%, #2892ff 100%);
	color      : #ffffff;
	}

.gradient.theme-006aff .text-themed {
	color : #006aff;
	}

.theme-414a50 {
	background-color : #414a50 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-414a50:nth-child(even) {
	background-color : #374046 !important
	}

.gradient.theme-414a50 {
	background : -moz-linear-gradient(-25deg, #414a50 0%, #697278 100%);
	background : -webkit-linear-gradient(-25deg, #414a50 0%, #697278 100%);
	background : linear-gradient(115deg, #414a50 0%, #697278 100%);
	color      : #ffffff;
	}

.gradient.theme-414a50 .text-themed {
	color : #414a50;
	}

.theme-a4a9ae {
	background-color : #a4a9ae !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-a4a9ae:nth-child(even) {
	background-color : #9a9fa4 !important
	}

.gradient.theme-a4a9ae {
	background : -moz-linear-gradient(-25deg, #a4a9ae 0%, #7c8186 100%);
	background : -webkit-linear-gradient(-25deg, #a4a9ae 0%, #7c8186 100%);
	background : linear-gradient(115deg, #a4a9ae 0%, #7c8186 100%);
	color      : #ffffff;
	}

.gradient.theme-a4a9ae .text-themed {
	color : #7c8186;
	}

.theme-05136f {
	background-color : #05136f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-05136f:nth-child(even) {
	background-color : #000965 !important
	}

.gradient.theme-05136f {
	background : -moz-linear-gradient(-25deg, #05136f 0%, #2d3b97 100%);
	background : -webkit-linear-gradient(-25deg, #05136f 0%, #2d3b97 100%);
	background : linear-gradient(115deg, #05136f 0%, #2d3b97 100%);
	color      : #ffffff;
	}

.gradient.theme-05136f .text-themed {
	color : #05136f;
	}

.theme-1ac695 {
	background-color : #1ac695 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1ac695:nth-child(even) {
	background-color : #10bc8b !important
	}

.gradient.theme-1ac695 {
	background : -moz-linear-gradient(-25deg, #1ac695 0%, #42eebd 100%);
	background : -webkit-linear-gradient(-25deg, #1ac695 0%, #42eebd 100%);
	background : linear-gradient(115deg, #1ac695 0%, #42eebd 100%);
	color      : #ffffff;
	}

.gradient.theme-1ac695 .text-themed {
	color : #1ac695;
	}

.theme-1585b5 {
	background-color : #1585b5 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1585b5:nth-child(even) {
	background-color : #0b7bab !important
	}

.gradient.theme-1585b5 {
	background : -moz-linear-gradient(-25deg, #1585b5 0%, #3daddd 100%);
	background : -webkit-linear-gradient(-25deg, #1585b5 0%, #3daddd 100%);
	background : linear-gradient(115deg, #1585b5 0%, #3daddd 100%);
	color      : #ffffff;
	}

.gradient.theme-1585b5 .text-themed {
	color : #1585b5;
	}

.theme-022069 {
	background-color : #022069 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-022069:nth-child(even) {
	background-color : #00165f !important
	}

.gradient.theme-022069 {
	background : -moz-linear-gradient(-25deg, #022069 0%, #2a4891 100%);
	background : -webkit-linear-gradient(-25deg, #022069 0%, #2a4891 100%);
	background : linear-gradient(115deg, #022069 0%, #2a4891 100%);
	color      : #ffffff;
	}

.gradient.theme-022069 .text-themed {
	color : #022069;
	}

.theme-0579e1 {
	background-color : #0579e1 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0579e1:nth-child(even) {
	background-color : #006fd7 !important
	}

.gradient.theme-0579e1 {
	background : -moz-linear-gradient(-25deg, #0579e1 0%, #2da1ff 100%);
	background : -webkit-linear-gradient(-25deg, #0579e1 0%, #2da1ff 100%);
	background : linear-gradient(115deg, #0579e1 0%, #2da1ff 100%);
	color      : #ffffff;
	}

.gradient.theme-0579e1 .text-themed {
	color : #0579e1;
	}

.theme-ed1c40 {
	background-color : #ed1c40 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ed1c40:nth-child(even) {
	background-color : #e31236 !important
	}

.gradient.theme-ed1c40 {
	background : -moz-linear-gradient(-25deg, #ed1c40 0%, #ff4468 100%);
	background : -webkit-linear-gradient(-25deg, #ed1c40 0%, #ff4468 100%);
	background : linear-gradient(115deg, #ed1c40 0%, #ff4468 100%);
	color      : #ffffff;
	}

.gradient.theme-ed1c40 .text-themed {
	color : #ed1c40;
	}

.theme-2d74b8 {
	background-color : #2d74b8 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2d74b8:nth-child(even) {
	background-color : #236aae !important
	}

.gradient.theme-2d74b8 {
	background : -moz-linear-gradient(-25deg, #2d74b8 0%, #559ce0 100%);
	background : -webkit-linear-gradient(-25deg, #2d74b8 0%, #559ce0 100%);
	background : linear-gradient(115deg, #2d74b8 0%, #559ce0 100%);
	color      : #ffffff;
	}

.gradient.theme-2d74b8 .text-themed {
	color : #2d74b8;
	}

.theme-c1272d {
	background-color : #c1272d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-c1272d:nth-child(even) {
	background-color : #b71d23 !important
	}

.gradient.theme-c1272d {
	background : -moz-linear-gradient(-25deg, #c1272d 0%, #e94f55 100%);
	background : -webkit-linear-gradient(-25deg, #c1272d 0%, #e94f55 100%);
	background : linear-gradient(115deg, #c1272d 0%, #e94f55 100%);
	color      : #ffffff;
	}

.gradient.theme-c1272d .text-themed {
	color : #c1272d;
	}

.theme-d02023 {
	background-color : #d02023 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-d02023:nth-child(even) {
	background-color : #c61619 !important
	}

.gradient.theme-d02023 {
	background : -moz-linear-gradient(-25deg, #d02023 0%, #f8484b 100%);
	background : -webkit-linear-gradient(-25deg, #d02023 0%, #f8484b 100%);
	background : linear-gradient(115deg, #d02023 0%, #f8484b 100%);
	color      : #ffffff;
	}

.gradient.theme-d02023 .text-themed {
	color : #d02023;
	}

.theme-2f334a {
	background-color : #2f334a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2f334a:nth-child(even) {
	background-color : #252940 !important
	}

.gradient.theme-2f334a {
	background : -moz-linear-gradient(-25deg, #2f334a 0%, #575b72 100%);
	background : -webkit-linear-gradient(-25deg, #2f334a 0%, #575b72 100%);
	background : linear-gradient(115deg, #2f334a 0%, #575b72 100%);
	color      : #ffffff;
	}

.gradient.theme-2f334a .text-themed {
	color : #2f334a;
	}

.theme-0025bf {
	background-color : #0025bf !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0025bf:nth-child(even) {
	background-color : #001bb5 !important
	}

.gradient.theme-0025bf {
	background : -moz-linear-gradient(-25deg, #0025bf 0%, #284de7 100%);
	background : -webkit-linear-gradient(-25deg, #0025bf 0%, #284de7 100%);
	background : linear-gradient(115deg, #0025bf 0%, #284de7 100%);
	color      : #ffffff;
	}

.gradient.theme-0025bf .text-themed {
	color : #0025bf;
	}

.theme-464646 {
	background-color : #464646 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-464646:nth-child(even) {
	background-color : #3c3c3c !important
	}

.gradient.theme-464646 {
	background : -moz-linear-gradient(-25deg, #464646 0%, #6e6e6e 100%);
	background : -webkit-linear-gradient(-25deg, #464646 0%, #6e6e6e 100%);
	background : linear-gradient(115deg, #464646 0%, #6e6e6e 100%);
	color      : #ffffff;
	}

.gradient.theme-464646 .text-themed {
	color : #464646;
	}

.theme-67b92f {
	background-color : #67b92f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-67b92f:nth-child(even) {
	background-color : #5daf25 !important
	}

.gradient.theme-67b92f {
	background : -moz-linear-gradient(-25deg, #67b92f 0%, #8fe157 100%);
	background : -webkit-linear-gradient(-25deg, #67b92f 0%, #8fe157 100%);
	background : linear-gradient(115deg, #67b92f 0%, #8fe157 100%);
	color      : #ffffff;
	}

.gradient.theme-67b92f .text-themed {
	color : #67b92f;
	}

.theme-37d3de {
	background-color : #37d3de !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-37d3de:nth-child(even) {
	background-color : #2dc9d4 !important
	}

.gradient.theme-37d3de {
	background : -moz-linear-gradient(-25deg, #37d3de 0%, #0fabb6 100%);
	background : -webkit-linear-gradient(-25deg, #37d3de 0%, #0fabb6 100%);
	background : linear-gradient(115deg, #37d3de 0%, #0fabb6 100%);
	color      : #ffffff;
	}

.gradient.theme-37d3de .text-themed {
	color : #0fabb6;
	}

.theme-2f8cbb {
	background-color : #2f8cbb !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2f8cbb:nth-child(even) {
	background-color : #2582b1 !important
	}

.gradient.theme-2f8cbb {
	background : -moz-linear-gradient(-25deg, #2f8cbb 0%, #57b4e3 100%);
	background : -webkit-linear-gradient(-25deg, #2f8cbb 0%, #57b4e3 100%);
	background : linear-gradient(115deg, #2f8cbb 0%, #57b4e3 100%);
	color      : #ffffff;
	}

.gradient.theme-2f8cbb .text-themed {
	color : #2f8cbb;
	}

.theme-f16421 {
	background-color : #f16421 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f16421:nth-child(even) {
	background-color : #e75a17 !important
	}

.gradient.theme-f16421 {
	background : -moz-linear-gradient(-25deg, #f16421 0%, #ff8c49 100%);
	background : -webkit-linear-gradient(-25deg, #f16421 0%, #ff8c49 100%);
	background : linear-gradient(115deg, #f16421 0%, #ff8c49 100%);
	color      : #ffffff;
	}

.gradient.theme-f16421 .text-themed {
	color : #f16421;
	}

.theme-f2495e {
	background-color : #f2495e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f2495e:nth-child(even) {
	background-color : #e83f54 !important
	}

.gradient.theme-f2495e {
	background : -moz-linear-gradient(-25deg, #f2495e 0%, #ff7186 100%);
	background : -webkit-linear-gradient(-25deg, #f2495e 0%, #ff7186 100%);
	background : linear-gradient(115deg, #f2495e 0%, #ff7186 100%);
	color      : #ffffff;
	}

.gradient.theme-f2495e .text-themed {
	color : #f2495e;
	}

.theme-fe9915 {
	background-color : #fe9915 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-fe9915:nth-child(even) {
	background-color : #f48f0b !important
	}

.gradient.theme-fe9915 {
	background : -moz-linear-gradient(-25deg, #fe9915 0%, #d67100 100%);
	background : -webkit-linear-gradient(-25deg, #fe9915 0%, #d67100 100%);
	background : linear-gradient(115deg, #fe9915 0%, #d67100 100%);
	color      : #ffffff;
	}

.gradient.theme-fe9915 .text-themed {
	color : #d67100;
	}

.theme-0080e5 {
	background-color : #0080e5 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0080e5:nth-child(even) {
	background-color : #0076db !important
	}

.gradient.theme-0080e5 {
	background : -moz-linear-gradient(-25deg, #0080e5 0%, #28a8ff 100%);
	background : -webkit-linear-gradient(-25deg, #0080e5 0%, #28a8ff 100%);
	background : linear-gradient(115deg, #0080e5 0%, #28a8ff 100%);
	color      : #ffffff;
	}

.gradient.theme-0080e5 .text-themed {
	color : #0080e5;
	}

.theme-00dead {
	background-color : #00dead !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00dead:nth-child(even) {
	background-color : #00d4a3 !important
	}

.gradient.theme-00dead {
	background : -moz-linear-gradient(-25deg, #00dead 0%, #28ffd5 100%);
	background : -webkit-linear-gradient(-25deg, #00dead 0%, #28ffd5 100%);
	background : linear-gradient(115deg, #00dead 0%, #28ffd5 100%);
	color      : #ffffff;
	}

.gradient.theme-00dead .text-themed {
	color : #00dead;
	}

.theme-008acf {
	background-color : #008acf !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-008acf:nth-child(even) {
	background-color : #0080c5 !important
	}

.gradient.theme-008acf {
	background : -moz-linear-gradient(-25deg, #008acf 0%, #28b2f7 100%);
	background : -webkit-linear-gradient(-25deg, #008acf 0%, #28b2f7 100%);
	background : linear-gradient(115deg, #008acf 0%, #28b2f7 100%);
	color      : #ffffff;
	}

.gradient.theme-008acf .text-themed {
	color : #008acf;
	}

.theme-2de688 {
	background-color : #2de688 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2de688:nth-child(even) {
	background-color : #23dc7e !important
	}

.gradient.theme-2de688 {
	background : -moz-linear-gradient(-25deg, #2de688 0%, #05be60 100%);
	background : -webkit-linear-gradient(-25deg, #2de688 0%, #05be60 100%);
	background : linear-gradient(115deg, #2de688 0%, #05be60 100%);
	color      : #ffffff;
	}

.gradient.theme-2de688 .text-themed {
	color : #05be60;
	}

.theme-156bb3 {
	background-color : #156bb3 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-156bb3:nth-child(even) {
	background-color : #0b61a9 !important
	}

.gradient.theme-156bb3 {
	background : -moz-linear-gradient(-25deg, #156bb3 0%, #3d93db 100%);
	background : -webkit-linear-gradient(-25deg, #156bb3 0%, #3d93db 100%);
	background : linear-gradient(115deg, #156bb3 0%, #3d93db 100%);
	color      : #ffffff;
	}

.gradient.theme-156bb3 .text-themed {
	color : #156bb3;
	}

.theme-f71963 {
	background-color : #f71963 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f71963:nth-child(even) {
	background-color : #ed0f59 !important
	}

.gradient.theme-f71963 {
	background : -moz-linear-gradient(-25deg, #f71963 0%, #ff418b 100%);
	background : -webkit-linear-gradient(-25deg, #f71963 0%, #ff418b 100%);
	background : linear-gradient(115deg, #f71963 0%, #ff418b 100%);
	color      : #ffffff;
	}

.gradient.theme-f71963 .text-themed {
	color : #f71963;
	}

.theme-00e689 {
	background-color : #00e689 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00e689:nth-child(even) {
	background-color : #00dc7f !important
	}

.gradient.theme-00e689 {
	background : -moz-linear-gradient(-25deg, #00e689 0%, #28ffb1 100%);
	background : -webkit-linear-gradient(-25deg, #00e689 0%, #28ffb1 100%);
	background : linear-gradient(115deg, #00e689 0%, #28ffb1 100%);
	color      : #ffffff;
	}

.gradient.theme-00e689 .text-themed {
	color : #00e689;
	}

.theme-0371ad {
	background-color : #0371ad !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0371ad:nth-child(even) {
	background-color : #0067a3 !important
	}

.gradient.theme-0371ad {
	background : -moz-linear-gradient(-25deg, #0371ad 0%, #2b99d5 100%);
	background : -webkit-linear-gradient(-25deg, #0371ad 0%, #2b99d5 100%);
	background : linear-gradient(115deg, #0371ad 0%, #2b99d5 100%);
	color      : #ffffff;
	}

.gradient.theme-0371ad .text-themed {
	color : #0371ad;
	}

.theme-008daa {
	background-color : #008daa !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-008daa:nth-child(even) {
	background-color : #0083a0 !important
	}

.gradient.theme-008daa {
	background : -moz-linear-gradient(-25deg, #008daa 0%, #28b5d2 100%);
	background : -webkit-linear-gradient(-25deg, #008daa 0%, #28b5d2 100%);
	background : linear-gradient(115deg, #008daa 0%, #28b5d2 100%);
	color      : #ffffff;
	}

.gradient.theme-008daa .text-themed {
	color : #008daa;
	}

.theme-020502 {
	background-color : #020502 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-020502:nth-child(even) {
	background-color : #000000 !important
	}

.gradient.theme-020502 {
	background : -moz-linear-gradient(-25deg, #020502 0%, #2a2d2a 100%);
	background : -webkit-linear-gradient(-25deg, #020502 0%, #2a2d2a 100%);
	background : linear-gradient(115deg, #020502 0%, #2a2d2a 100%);
	color      : #ffffff;
	}

.gradient.theme-020502 .text-themed {
	color : #020502;
	}

.theme-0195d4 {
	background-color : #0195d4 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0195d4:nth-child(even) {
	background-color : #008bca !important
	}

.gradient.theme-0195d4 {
	background : -moz-linear-gradient(-25deg, #0195d4 0%, #29bdfc 100%);
	background : -webkit-linear-gradient(-25deg, #0195d4 0%, #29bdfc 100%);
	background : linear-gradient(115deg, #0195d4 0%, #29bdfc 100%);
	color      : #ffffff;
	}

.gradient.theme-0195d4 .text-themed {
	color : #0195d4;
	}

.theme-b51233 {
	background-color : #b51233 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-b51233:nth-child(even) {
	background-color : #ab0829 !important
	}

.gradient.theme-b51233 {
	background : -moz-linear-gradient(-25deg, #b51233 0%, #dd3a5b 100%);
	background : -webkit-linear-gradient(-25deg, #b51233 0%, #dd3a5b 100%);
	background : linear-gradient(115deg, #b51233 0%, #dd3a5b 100%);
	color      : #ffffff;
	}

.gradient.theme-b51233 .text-themed {
	color : #b51233;
	}

.theme-ff3364 {
	background-color : #ff3364 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff3364:nth-child(even) {
	background-color : #f5295a !important
	}

.gradient.theme-ff3364 {
	background : -moz-linear-gradient(-25deg, #ff3364 0%, #ff5b8c 100%);
	background : -webkit-linear-gradient(-25deg, #ff3364 0%, #ff5b8c 100%);
	background : linear-gradient(115deg, #ff3364 0%, #ff5b8c 100%);
	color      : #ffffff;
	}

.gradient.theme-ff3364 .text-themed {
	color : #ff3364;
	}

.theme-4c8af2 {
	background-color : #4c8af2 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4c8af2:nth-child(even) {
	background-color : #4280e8 !important
	}

.gradient.theme-4c8af2 {
	background : -moz-linear-gradient(-25deg, #4c8af2 0%, #74b2ff 100%);
	background : -webkit-linear-gradient(-25deg, #4c8af2 0%, #74b2ff 100%);
	background : linear-gradient(115deg, #4c8af2 0%, #74b2ff 100%);
	color      : #ffffff;
	}

.gradient.theme-4c8af2 .text-themed {
	color : #4c8af2;
	}

.theme-2e5488 {
	background-color : #2e5488 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2e5488:nth-child(even) {
	background-color : #244a7e !important
	}

.gradient.theme-2e5488 {
	background : -moz-linear-gradient(-25deg, #2e5488 0%, #567cb0 100%);
	background : -webkit-linear-gradient(-25deg, #2e5488 0%, #567cb0 100%);
	background : linear-gradient(115deg, #2e5488 0%, #567cb0 100%);
	color      : #ffffff;
	}

.gradient.theme-2e5488 .text-themed {
	color : #2e5488;
	}

.theme-2e9fff {
	background-color : #2e9fff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2e9fff:nth-child(even) {
	background-color : #2495f5 !important
	}

.gradient.theme-2e9fff {
	background : -moz-linear-gradient(-25deg, #2e9fff 0%, #56c7ff 100%);
	background : -webkit-linear-gradient(-25deg, #2e9fff 0%, #56c7ff 100%);
	background : linear-gradient(115deg, #2e9fff 0%, #56c7ff 100%);
	color      : #ffffff;
	}

.gradient.theme-2e9fff .text-themed {
	color : #2e9fff;
	}

.theme-a63431 {
	background-color : #a63431 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-a63431:nth-child(even) {
	background-color : #9c2a27 !important
	}

.gradient.theme-a63431 {
	background : -moz-linear-gradient(-25deg, #a63431 0%, #ce5c59 100%);
	background : -webkit-linear-gradient(-25deg, #a63431 0%, #ce5c59 100%);
	background : linear-gradient(115deg, #a63431 0%, #ce5c59 100%);
	color      : #ffffff;
	}

.gradient.theme-a63431 .text-themed {
	color : #a63431;
	}

.theme-5283b0 {
	background-color : #5283b0 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-5283b0:nth-child(even) {
	background-color : #4879a6 !important
	}

.gradient.theme-5283b0 {
	background : -moz-linear-gradient(-25deg, #5283b0 0%, #7aabd8 100%);
	background : -webkit-linear-gradient(-25deg, #5283b0 0%, #7aabd8 100%);
	background : linear-gradient(115deg, #5283b0 0%, #7aabd8 100%);
	color      : #ffffff;
	}

.gradient.theme-5283b0 .text-themed {
	color : #5283b0;
	}

.theme-da5a3a {
	background-color : #da5a3a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-da5a3a:nth-child(even) {
	background-color : #d05030 !important
	}

.gradient.theme-da5a3a {
	background : -moz-linear-gradient(-25deg, #da5a3a 0%, #ff8262 100%);
	background : -webkit-linear-gradient(-25deg, #da5a3a 0%, #ff8262 100%);
	background : linear-gradient(115deg, #da5a3a 0%, #ff8262 100%);
	color      : #ffffff;
	}

.gradient.theme-da5a3a .text-themed {
	color : #da5a3a;
	}

.theme-0ad078 {
	background-color : #0ad078 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0ad078:nth-child(even) {
	background-color : #00c66e !important
	}

.gradient.theme-0ad078 {
	background : -moz-linear-gradient(-25deg, #0ad078 0%, #32f8a0 100%);
	background : -webkit-linear-gradient(-25deg, #0ad078 0%, #32f8a0 100%);
	background : linear-gradient(115deg, #0ad078 0%, #32f8a0 100%);
	color      : #ffffff;
	}

.gradient.theme-0ad078 .text-themed {
	color : #0ad078;
	}

.theme-ffd701 {
	background-color : #ffd701 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ffd701:nth-child(even) {
	background-color : #f5cd00 !important
	}

.gradient.theme-ffd701 {
	background : -moz-linear-gradient(-25deg, #ffd701 0%, #d7af00 100%);
	background : -webkit-linear-gradient(-25deg, #ffd701 0%, #d7af00 100%);
	background : linear-gradient(115deg, #ffd701 0%, #d7af00 100%);
	color      : #ffffff;
	}

.gradient.theme-ffd701 .text-themed {
	color : #d7af00;
	}

.theme-3495eb {
	background-color : #3495eb !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3495eb:nth-child(even) {
	background-color : #2a8be1 !important
	}

.gradient.theme-3495eb {
	background : -moz-linear-gradient(-25deg, #3495eb 0%, #5cbdff 100%);
	background : -webkit-linear-gradient(-25deg, #3495eb 0%, #5cbdff 100%);
	background : linear-gradient(115deg, #3495eb 0%, #5cbdff 100%);
	color      : #ffffff;
	}

.gradient.theme-3495eb .text-themed {
	color : #3495eb;
	}

.theme-13249b {
	background-color : #13249b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-13249b:nth-child(even) {
	background-color : #091a91 !important
	}

.gradient.theme-13249b {
	background : -moz-linear-gradient(-25deg, #13249b 0%, #3b4cc3 100%);
	background : -webkit-linear-gradient(-25deg, #13249b 0%, #3b4cc3 100%);
	background : linear-gradient(115deg, #13249b 0%, #3b4cc3 100%);
	color      : #ffffff;
	}

.gradient.theme-13249b .text-themed {
	color : #13249b;
	}

.theme-05c7fc {
	background-color : #05c7fc !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-05c7fc:nth-child(even) {
	background-color : #00bdf2 !important
	}

.gradient.theme-05c7fc {
	background : -moz-linear-gradient(-25deg, #05c7fc 0%, #2defff 100%);
	background : -webkit-linear-gradient(-25deg, #05c7fc 0%, #2defff 100%);
	background : linear-gradient(115deg, #05c7fc 0%, #2defff 100%);
	color      : #ffffff;
	}

.gradient.theme-05c7fc .text-themed {
	color : #05c7fc;
	}

.theme-0fd354 {
	background-color : #0fd354 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0fd354:nth-child(even) {
	background-color : #05c94a !important
	}

.gradient.theme-0fd354 {
	background : -moz-linear-gradient(-25deg, #0fd354 0%, #37fb7c 100%);
	background : -webkit-linear-gradient(-25deg, #0fd354 0%, #37fb7c 100%);
	background : linear-gradient(115deg, #0fd354 0%, #37fb7c 100%);
	color      : #ffffff;
	}

.gradient.theme-0fd354 .text-themed {
	color : #0fd354;
	}

.theme-fec20a {
	background-color : #fec20a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-fec20a:nth-child(even) {
	background-color : #f4b800 !important
	}

.gradient.theme-fec20a {
	background : -moz-linear-gradient(-25deg, #fec20a 0%, #d69a00 100%);
	background : -webkit-linear-gradient(-25deg, #fec20a 0%, #d69a00 100%);
	background : linear-gradient(115deg, #fec20a 0%, #d69a00 100%);
	color      : #ffffff;
	}

.gradient.theme-fec20a .text-themed {
	color : #d69a00;
	}

.theme-eb9234 {
	background-color : #eb9234 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-eb9234:nth-child(even) {
	background-color : #e1882a !important
	}

.gradient.theme-eb9234 {
	background : -moz-linear-gradient(-25deg, #eb9234 0%, #c36a0c 100%);
	background : -webkit-linear-gradient(-25deg, #eb9234 0%, #c36a0c 100%);
	background : linear-gradient(115deg, #eb9234 0%, #c36a0c 100%);
	color      : #ffffff;
	}

.gradient.theme-eb9234 .text-themed {
	color : #c36a0c;
	}

.theme-ffa34d {
	background-color : #ffa34d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ffa34d:nth-child(even) {
	background-color : #f59943 !important
	}

.gradient.theme-ffa34d {
	background : -moz-linear-gradient(-25deg, #ffa34d 0%, #d77b25 100%);
	background : -webkit-linear-gradient(-25deg, #ffa34d 0%, #d77b25 100%);
	background : linear-gradient(115deg, #ffa34d 0%, #d77b25 100%);
	color      : #ffffff;
	}

.gradient.theme-ffa34d .text-themed {
	color : #d77b25;
	}

.theme-75569b {
	background-color : #75569b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-75569b:nth-child(even) {
	background-color : #6b4c91 !important
	}

.gradient.theme-75569b {
	background : -moz-linear-gradient(-25deg, #75569b 0%, #9d7ec3 100%);
	background : -webkit-linear-gradient(-25deg, #75569b 0%, #9d7ec3 100%);
	background : linear-gradient(115deg, #75569b 0%, #9d7ec3 100%);
	color      : #ffffff;
	}

.gradient.theme-75569b .text-themed {
	color : #75569b;
	}

.theme-7cc449 {
	background-color : #7cc449 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-7cc449:nth-child(even) {
	background-color : #72ba3f !important
	}

.gradient.theme-7cc449 {
	background : -moz-linear-gradient(-25deg, #7cc449 0%, #549c21 100%);
	background : -webkit-linear-gradient(-25deg, #7cc449 0%, #549c21 100%);
	background : linear-gradient(115deg, #7cc449 0%, #549c21 100%);
	color      : #ffffff;
	}

.gradient.theme-7cc449 .text-themed {
	color : #549c21;
	}

.theme-ff9a9e {
	background-color : #ff9a9e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff9a9e:nth-child(even) {
	background-color : #f59094 !important
	}

.gradient.theme-ff9a9e {
	background : -moz-linear-gradient(-25deg, #ff9a9e 0%, #d77276 100%);
	background : -webkit-linear-gradient(-25deg, #ff9a9e 0%, #d77276 100%);
	background : linear-gradient(115deg, #ff9a9e 0%, #d77276 100%);
	color      : #ffffff;
	}

.gradient.theme-ff9a9e .text-themed {
	color : #d77276;
	}

.theme-de6c2d {
	background-color : #de6c2d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-de6c2d:nth-child(even) {
	background-color : #d46223 !important
	}

.gradient.theme-de6c2d {
	background : -moz-linear-gradient(-25deg, #de6c2d 0%, #ff9455 100%);
	background : -webkit-linear-gradient(-25deg, #de6c2d 0%, #ff9455 100%);
	background : linear-gradient(115deg, #de6c2d 0%, #ff9455 100%);
	color      : #ffffff;
	}

.gradient.theme-de6c2d .text-themed {
	color : #de6c2d;
	}

.theme-ff7f00 {
	background-color : #ff7f00 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff7f00:nth-child(even) {
	background-color : #f57500 !important
	}

.gradient.theme-ff7f00 {
	background : -moz-linear-gradient(-25deg, #ff7f00 0%, #ffa728 100%);
	background : -webkit-linear-gradient(-25deg, #ff7f00 0%, #ffa728 100%);
	background : linear-gradient(115deg, #ff7f00 0%, #ffa728 100%);
	color      : #ffffff;
	}

.gradient.theme-ff7f00 .text-themed {
	color : #ff7f00;
	}

.theme-3355ee {
	background-color : #3355ee !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3355ee:nth-child(even) {
	background-color : #294be4 !important
	}

.gradient.theme-3355ee {
	background : -moz-linear-gradient(-25deg, #3355ee 0%, #5b7dff 100%);
	background : -webkit-linear-gradient(-25deg, #3355ee 0%, #5b7dff 100%);
	background : linear-gradient(115deg, #3355ee 0%, #5b7dff 100%);
	color      : #ffffff;
	}

.gradient.theme-3355ee .text-themed {
	color : #3355ee;
	}

.theme-81bcaa {
	background-color : #81bcaa !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-81bcaa:nth-child(even) {
	background-color : #77b2a0 !important
	}

.gradient.theme-81bcaa {
	background : -moz-linear-gradient(-25deg, #81bcaa 0%, #599482 100%);
	background : -webkit-linear-gradient(-25deg, #81bcaa 0%, #599482 100%);
	background : linear-gradient(115deg, #81bcaa 0%, #599482 100%);
	color      : #ffffff;
	}

.gradient.theme-81bcaa .text-themed {
	color : #599482;
	}

.theme-00afec {
	background-color : #00afec !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00afec:nth-child(even) {
	background-color : #00a5e2 !important
	}

.gradient.theme-00afec {
	background : -moz-linear-gradient(-25deg, #00afec 0%, #28d7ff 100%);
	background : -webkit-linear-gradient(-25deg, #00afec 0%, #28d7ff 100%);
	background : linear-gradient(115deg, #00afec 0%, #28d7ff 100%);
	color      : #ffffff;
	}

.gradient.theme-00afec .text-themed {
	color : #00afec;
	}

.theme-3e3e3e {
	background-color : #3e3e3e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3e3e3e:nth-child(even) {
	background-color : #343434 !important
	}

.gradient.theme-3e3e3e {
	background : -moz-linear-gradient(-25deg, #3e3e3e 0%, #666666 100%);
	background : -webkit-linear-gradient(-25deg, #3e3e3e 0%, #666666 100%);
	background : linear-gradient(115deg, #3e3e3e 0%, #666666 100%);
	color      : #ffffff;
	}

.gradient.theme-3e3e3e .text-themed {
	color : #3e3e3e;
	}

.theme-fa4947 {
	background-color : #fa4947 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-fa4947:nth-child(even) {
	background-color : #f03f3d !important
	}

.gradient.theme-fa4947 {
	background : -moz-linear-gradient(-25deg, #fa4947 0%, #ff716f 100%);
	background : -webkit-linear-gradient(-25deg, #fa4947 0%, #ff716f 100%);
	background : linear-gradient(115deg, #fa4947 0%, #ff716f 100%);
	color      : #ffffff;
	}

.gradient.theme-fa4947 .text-themed {
	color : #fa4947;
	}

.theme-a4d792 {
	background-color : #a4d792 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-a4d792:nth-child(even) {
	background-color : #9acd88 !important
	}

.gradient.theme-a4d792 {
	background : -moz-linear-gradient(-25deg, #a4d792 0%, #7caf6a 100%);
	background : -webkit-linear-gradient(-25deg, #a4d792 0%, #7caf6a 100%);
	background : linear-gradient(115deg, #a4d792 0%, #7caf6a 100%);
	color      : #ffffff;
	}

.gradient.theme-a4d792 .text-themed {
	color : #7caf6a;
	}

.theme-1b3380 {
	background-color : #1b3380 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1b3380:nth-child(even) {
	background-color : #112976 !important
	}

.gradient.theme-1b3380 {
	background : -moz-linear-gradient(-25deg, #1b3380 0%, #435ba8 100%);
	background : -webkit-linear-gradient(-25deg, #1b3380 0%, #435ba8 100%);
	background : linear-gradient(115deg, #1b3380 0%, #435ba8 100%);
	color      : #ffffff;
	}

.gradient.theme-1b3380 .text-themed {
	color : #1b3380;
	}

.theme-3184ce {
	background-color : #3184ce !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3184ce:nth-child(even) {
	background-color : #277ac4 !important
	}

.gradient.theme-3184ce {
	background : -moz-linear-gradient(-25deg, #3184ce 0%, #59acf6 100%);
	background : -webkit-linear-gradient(-25deg, #3184ce 0%, #59acf6 100%);
	background : linear-gradient(115deg, #3184ce 0%, #59acf6 100%);
	color      : #ffffff;
	}

.gradient.theme-3184ce .text-themed {
	color : #3184ce;
	}

.theme-4c92cf {
	background-color : #4c92cf !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4c92cf:nth-child(even) {
	background-color : #4288c5 !important
	}

.gradient.theme-4c92cf {
	background : -moz-linear-gradient(-25deg, #4c92cf 0%, #74baf7 100%);
	background : -webkit-linear-gradient(-25deg, #4c92cf 0%, #74baf7 100%);
	background : linear-gradient(115deg, #4c92cf 0%, #74baf7 100%);
	color      : #ffffff;
	}

.gradient.theme-4c92cf .text-themed {
	color : #4c92cf;
	}

.theme-4e5e9e {
	background-color : #4e5e9e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4e5e9e:nth-child(even) {
	background-color : #445494 !important
	}

.gradient.theme-4e5e9e {
	background : -moz-linear-gradient(-25deg, #4e5e9e 0%, #7686c6 100%);
	background : -webkit-linear-gradient(-25deg, #4e5e9e 0%, #7686c6 100%);
	background : linear-gradient(115deg, #4e5e9e 0%, #7686c6 100%);
	color      : #ffffff;
	}

.gradient.theme-4e5e9e .text-themed {
	color : #4e5e9e;
	}

.theme-00b4ac {
	background-color : #00b4ac !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00b4ac:nth-child(even) {
	background-color : #00aaa2 !important
	}

.gradient.theme-00b4ac {
	background : -moz-linear-gradient(-25deg, #00b4ac 0%, #28dcd4 100%);
	background : -webkit-linear-gradient(-25deg, #00b4ac 0%, #28dcd4 100%);
	background : linear-gradient(115deg, #00b4ac 0%, #28dcd4 100%);
	color      : #ffffff;
	}

.gradient.theme-00b4ac .text-themed {
	color : #00b4ac;
	}

.theme-00c362 {
	background-color : #00c362 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00c362:nth-child(even) {
	background-color : #00b958 !important
	}

.gradient.theme-00c362 {
	background : -moz-linear-gradient(-25deg, #00c362 0%, #28eb8a 100%);
	background : -webkit-linear-gradient(-25deg, #00c362 0%, #28eb8a 100%);
	background : linear-gradient(115deg, #00c362 0%, #28eb8a 100%);
	color      : #ffffff;
	}

.gradient.theme-00c362 .text-themed {
	color : #00c362;
	}

.theme-ffb100 {
	background-color : #ffb100 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ffb100:nth-child(even) {
	background-color : #f5a700 !important
	}

.gradient.theme-ffb100 {
	background : -moz-linear-gradient(-25deg, #ffb100 0%, #d78900 100%);
	background : -webkit-linear-gradient(-25deg, #ffb100 0%, #d78900 100%);
	background : linear-gradient(115deg, #ffb100 0%, #d78900 100%);
	color      : #ffffff;
	}

.gradient.theme-ffb100 .text-themed {
	color : #d78900;
	}

.theme-272727 {
	background-color : #272727 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-272727:nth-child(even) {
	background-color : #1d1d1d !important
	}

.gradient.theme-272727 {
	background : -moz-linear-gradient(-25deg, #272727 0%, #4f4f4f 100%);
	background : -webkit-linear-gradient(-25deg, #272727 0%, #4f4f4f 100%);
	background : linear-gradient(115deg, #272727 0%, #4f4f4f 100%);
	color      : #ffffff;
	}

.gradient.theme-272727 .text-themed {
	color : #272727;
	}

.theme-0e6ce0 {
	background-color : #0e6ce0 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0e6ce0:nth-child(even) {
	background-color : #0462d6 !important
	}

.gradient.theme-0e6ce0 {
	background : -moz-linear-gradient(-25deg, #0e6ce0 0%, #3694ff 100%);
	background : -webkit-linear-gradient(-25deg, #0e6ce0 0%, #3694ff 100%);
	background : linear-gradient(115deg, #0e6ce0 0%, #3694ff 100%);
	color      : #ffffff;
	}

.gradient.theme-0e6ce0 .text-themed {
	color : #0e6ce0;
	}

.theme-f5f7fb {
	background-color : #f5f7fb !important;
	color            : #000000 !important
	}

.list-group-icons .theme-f5f7fb:nth-child(even) {
	background-color : #ebedf1 !important
	}

.gradient.theme-f5f7fb {
	background : -moz-linear-gradient(-25deg, #f5f7fb 0%, #cdcfd3 100%);
	background : -webkit-linear-gradient(-25deg, #f5f7fb 0%, #cdcfd3 100%);
	background : linear-gradient(115deg, #f5f7fb 0%, #cdcfd3 100%);
	color      : #000000;
	}

.gradient.theme-f5f7fb .text-themed {
	color : #cdcfd3;
	}

.theme-f5f7fb img:not(.avatar):not(.no-invert) {
	-webkit-filter : invert(100%);
	-moz-filter    : invert(100%);
	-ms-filter     : invert(100%);
	-o-filter      : invert(100%);
	filter         : invert(100%)
	}

.theme-f1582c {
	background-color : #f1582c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f1582c:nth-child(even) {
	background-color : #e74e22 !important
	}

.gradient.theme-f1582c {
	background : -moz-linear-gradient(-25deg, #f1582c 0%, #ff8054 100%);
	background : -webkit-linear-gradient(-25deg, #f1582c 0%, #ff8054 100%);
	background : linear-gradient(115deg, #f1582c 0%, #ff8054 100%);
	color      : #ffffff;
	}

.gradient.theme-f1582c .text-themed {
	color : #f1582c;
	}

.theme-ffa45c {
	background-color : #ffa45c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ffa45c:nth-child(even) {
	background-color : #f59a52 !important
	}

.gradient.theme-ffa45c {
	background : -moz-linear-gradient(-25deg, #ffa45c 0%, #d77c34 100%);
	background : -webkit-linear-gradient(-25deg, #ffa45c 0%, #d77c34 100%);
	background : linear-gradient(115deg, #ffa45c 0%, #d77c34 100%);
	color      : #ffffff;
	}

.gradient.theme-ffa45c .text-themed {
	color : #d77c34;
	}

.theme-00b6c7 {
	background-color : #00b6c7 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00b6c7:nth-child(even) {
	background-color : #00acbd !important
	}

.gradient.theme-00b6c7 {
	background : -moz-linear-gradient(-25deg, #00b6c7 0%, #28deef 100%);
	background : -webkit-linear-gradient(-25deg, #00b6c7 0%, #28deef 100%);
	background : linear-gradient(115deg, #00b6c7 0%, #28deef 100%);
	color      : #ffffff;
	}

.gradient.theme-00b6c7 .text-themed {
	color : #00b6c7;
	}

.theme-a8d300 {
	background-color : #a8d300 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-a8d300:nth-child(even) {
	background-color : #9ec900 !important
	}

.gradient.theme-a8d300 {
	background : -moz-linear-gradient(-25deg, #a8d300 0%, #80ab00 100%);
	background : -webkit-linear-gradient(-25deg, #a8d300 0%, #80ab00 100%);
	background : linear-gradient(115deg, #a8d300 0%, #80ab00 100%);
	color      : #ffffff;
	}

.gradient.theme-a8d300 .text-themed {
	color : #80ab00;
	}

.theme-e12127 {
	background-color : #e12127 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e12127:nth-child(even) {
	background-color : #d7171d !important
	}

.gradient.theme-e12127 {
	background : -moz-linear-gradient(-25deg, #e12127 0%, #ff494f 100%);
	background : -webkit-linear-gradient(-25deg, #e12127 0%, #ff494f 100%);
	background : linear-gradient(115deg, #e12127 0%, #ff494f 100%);
	color      : #ffffff;
	}

.gradient.theme-e12127 .text-themed {
	color : #e12127;
	}

.theme-4d87ed {
	background-color : #4d87ed !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4d87ed:nth-child(even) {
	background-color : #437de3 !important
	}

.gradient.theme-4d87ed {
	background : -moz-linear-gradient(-25deg, #4d87ed 0%, #75afff 100%);
	background : -webkit-linear-gradient(-25deg, #4d87ed 0%, #75afff 100%);
	background : linear-gradient(115deg, #4d87ed 0%, #75afff 100%);
	color      : #ffffff;
	}

.gradient.theme-4d87ed .text-themed {
	color : #4d87ed;
	}

.theme-4fc3f7 {
	background-color : #4fc3f7 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4fc3f7:nth-child(even) {
	background-color : #45b9ed !important
	}

.gradient.theme-4fc3f7 {
	background : -moz-linear-gradient(-25deg, #4fc3f7 0%, #279bcf 100%);
	background : -webkit-linear-gradient(-25deg, #4fc3f7 0%, #279bcf 100%);
	background : linear-gradient(115deg, #4fc3f7 0%, #279bcf 100%);
	color      : #ffffff;
	}

.gradient.theme-4fc3f7 .text-themed {
	color : #279bcf;
	}

.theme-434a54 {
	background-color : #434a54 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-434a54:nth-child(even) {
	background-color : #39404a !important
	}

.gradient.theme-434a54 {
	background : -moz-linear-gradient(-25deg, #434a54 0%, #6b727c 100%);
	background : -webkit-linear-gradient(-25deg, #434a54 0%, #6b727c 100%);
	background : linear-gradient(115deg, #434a54 0%, #6b727c 100%);
	color      : #ffffff;
	}

.gradient.theme-434a54 .text-themed {
	color : #434a54;
	}

.theme-015fa0 {
	background-color : #015fa0 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-015fa0:nth-child(even) {
	background-color : #005596 !important
	}

.gradient.theme-015fa0 {
	background : -moz-linear-gradient(-25deg, #015fa0 0%, #2987c8 100%);
	background : -webkit-linear-gradient(-25deg, #015fa0 0%, #2987c8 100%);
	background : linear-gradient(115deg, #015fa0 0%, #2987c8 100%);
	color      : #ffffff;
	}

.gradient.theme-015fa0 .text-themed {
	color : #015fa0;
	}

.theme-2ac3ee {
	background-color : #2ac3ee !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2ac3ee:nth-child(even) {
	background-color : #20b9e4 !important
	}

.gradient.theme-2ac3ee {
	background : -moz-linear-gradient(-25deg, #2ac3ee 0%, #029bc6 100%);
	background : -webkit-linear-gradient(-25deg, #2ac3ee 0%, #029bc6 100%);
	background : linear-gradient(115deg, #2ac3ee 0%, #029bc6 100%);
	color      : #ffffff;
	}

.gradient.theme-2ac3ee .text-themed {
	color : #029bc6;
	}

.theme-404052 {
	background-color : #404052 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-404052:nth-child(even) {
	background-color : #363648 !important
	}

.gradient.theme-404052 {
	background : -moz-linear-gradient(-25deg, #404052 0%, #68687a 100%);
	background : -webkit-linear-gradient(-25deg, #404052 0%, #68687a 100%);
	background : linear-gradient(115deg, #404052 0%, #68687a 100%);
	color      : #ffffff;
	}

.gradient.theme-404052 .text-themed {
	color : #404052;
	}

.theme-ee7103 {
	background-color : #ee7103 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ee7103:nth-child(even) {
	background-color : #e46700 !important
	}

.gradient.theme-ee7103 {
	background : -moz-linear-gradient(-25deg, #ee7103 0%, #ff992b 100%);
	background : -webkit-linear-gradient(-25deg, #ee7103 0%, #ff992b 100%);
	background : linear-gradient(115deg, #ee7103 0%, #ff992b 100%);
	color      : #ffffff;
	}

.gradient.theme-ee7103 .text-themed {
	color : #ee7103;
	}

.theme-2bb24c {
	background-color : #2bb24c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2bb24c:nth-child(even) {
	background-color : #21a842 !important
	}

.gradient.theme-2bb24c {
	background : -moz-linear-gradient(-25deg, #2bb24c 0%, #53da74 100%);
	background : -webkit-linear-gradient(-25deg, #2bb24c 0%, #53da74 100%);
	background : linear-gradient(115deg, #2bb24c 0%, #53da74 100%);
	color      : #ffffff;
	}

.gradient.theme-2bb24c .text-themed {
	color : #2bb24c;
	}

.theme-70cf32 {
	background-color : #70cf32 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-70cf32:nth-child(even) {
	background-color : #66c528 !important
	}

.gradient.theme-70cf32 {
	background : -moz-linear-gradient(-25deg, #70cf32 0%, #48a70a 100%);
	background : -webkit-linear-gradient(-25deg, #70cf32 0%, #48a70a 100%);
	background : linear-gradient(115deg, #70cf32 0%, #48a70a 100%);
	color      : #ffffff;
	}

.gradient.theme-70cf32 .text-themed {
	color : #48a70a;
	}

.theme-00ccb3 {
	background-color : #00ccb3 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00ccb3:nth-child(even) {
	background-color : #00c2a9 !important
	}

.gradient.theme-00ccb3 {
	background : -moz-linear-gradient(-25deg, #00ccb3 0%, #28f4db 100%);
	background : -webkit-linear-gradient(-25deg, #00ccb3 0%, #28f4db 100%);
	background : linear-gradient(115deg, #00ccb3 0%, #28f4db 100%);
	color      : #ffffff;
	}

.gradient.theme-00ccb3 .text-themed {
	color : #00ccb3;
	}

.theme-282a2d {
	background-color : #282a2d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-282a2d:nth-child(even) {
	background-color : #1e2023 !important
	}

.gradient.theme-282a2d {
	background : -moz-linear-gradient(-25deg, #282a2d 0%, #505255 100%);
	background : -webkit-linear-gradient(-25deg, #282a2d 0%, #505255 100%);
	background : linear-gradient(115deg, #282a2d 0%, #505255 100%);
	color      : #ffffff;
	}

.gradient.theme-282a2d .text-themed {
	color : #282a2d;
	}

.theme-508223 {
	background-color : #508223 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-508223:nth-child(even) {
	background-color : #467819 !important
	}

.gradient.theme-508223 {
	background : -moz-linear-gradient(-25deg, #508223 0%, #78aa4b 100%);
	background : -webkit-linear-gradient(-25deg, #508223 0%, #78aa4b 100%);
	background : linear-gradient(115deg, #508223 0%, #78aa4b 100%);
	color      : #ffffff;
	}

.gradient.theme-508223 .text-themed {
	color : #508223;
	}

.theme-2a5699 {
	background-color : #2a5699 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2a5699:nth-child(even) {
	background-color : #204c8f !important
	}

.gradient.theme-2a5699 {
	background : -moz-linear-gradient(-25deg, #2a5699 0%, #527ec1 100%);
	background : -webkit-linear-gradient(-25deg, #2a5699 0%, #527ec1 100%);
	background : linear-gradient(115deg, #2a5699 0%, #527ec1 100%);
	color      : #ffffff;
	}

.gradient.theme-2a5699 .text-themed {
	color : #2a5699;
	}

.theme-ff8800 {
	background-color : #ff8800 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff8800:nth-child(even) {
	background-color : #f57e00 !important
	}

.gradient.theme-ff8800 {
	background : -moz-linear-gradient(-25deg, #ff8800 0%, #d76000 100%);
	background : -webkit-linear-gradient(-25deg, #ff8800 0%, #d76000 100%);
	background : linear-gradient(115deg, #ff8800 0%, #d76000 100%);
	color      : #ffffff;
	}

.gradient.theme-ff8800 .text-themed {
	color : #d76000;
	}

.theme-963c8b {
	background-color : #963c8b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-963c8b:nth-child(even) {
	background-color : #8c3281 !important
	}

.gradient.theme-963c8b {
	background : -moz-linear-gradient(-25deg, #963c8b 0%, #be64b3 100%);
	background : -webkit-linear-gradient(-25deg, #963c8b 0%, #be64b3 100%);
	background : linear-gradient(115deg, #963c8b 0%, #be64b3 100%);
	color      : #ffffff;
	}

.gradient.theme-963c8b .text-themed {
	color : #963c8b;
	}

.theme-0096d6 {
	background-color : #0096d6 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0096d6:nth-child(even) {
	background-color : #008ccc !important
	}

.gradient.theme-0096d6 {
	background : -moz-linear-gradient(-25deg, #0096d6 0%, #28befe 100%);
	background : -webkit-linear-gradient(-25deg, #0096d6 0%, #28befe 100%);
	background : linear-gradient(115deg, #0096d6 0%, #28befe 100%);
	color      : #ffffff;
	}

.gradient.theme-0096d6 .text-themed {
	color : #0096d6;
	}

.theme-74489d {
	background-color : #74489d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-74489d:nth-child(even) {
	background-color : #6a3e93 !important
	}

.gradient.theme-74489d {
	background : -moz-linear-gradient(-25deg, #74489d 0%, #9c70c5 100%);
	background : -webkit-linear-gradient(-25deg, #74489d 0%, #9c70c5 100%);
	background : linear-gradient(115deg, #74489d 0%, #9c70c5 100%);
	color      : #ffffff;
	}

.gradient.theme-74489d .text-themed {
	color : #74489d;
	}

.theme-00a7fb {
	background-color : #00a7fb !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00a7fb:nth-child(even) {
	background-color : #009df1 !important
	}

.gradient.theme-00a7fb {
	background : -moz-linear-gradient(-25deg, #00a7fb 0%, #28cfff 100%);
	background : -webkit-linear-gradient(-25deg, #00a7fb 0%, #28cfff 100%);
	background : linear-gradient(115deg, #00a7fb 0%, #28cfff 100%);
	color      : #ffffff;
	}

.gradient.theme-00a7fb .text-themed {
	color : #00a7fb;
	}

.theme-5ec3e9 {
	background-color : #5ec3e9 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-5ec3e9:nth-child(even) {
	background-color : #54b9df !important
	}

.gradient.theme-5ec3e9 {
	background : -moz-linear-gradient(-25deg, #5ec3e9 0%, #369bc1 100%);
	background : -webkit-linear-gradient(-25deg, #5ec3e9 0%, #369bc1 100%);
	background : linear-gradient(115deg, #5ec3e9 0%, #369bc1 100%);
	color      : #ffffff;
	}

.gradient.theme-5ec3e9 .text-themed {
	color : #369bc1;
	}

.theme-f5833d {
	background-color : #f5833d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f5833d:nth-child(even) {
	background-color : #eb7933 !important
	}

.gradient.theme-f5833d {
	background : -moz-linear-gradient(-25deg, #f5833d 0%, #cd5b15 100%);
	background : -webkit-linear-gradient(-25deg, #f5833d 0%, #cd5b15 100%);
	background : linear-gradient(115deg, #f5833d 0%, #cd5b15 100%);
	color      : #ffffff;
	}

.gradient.theme-f5833d .text-themed {
	color : #cd5b15;
	}

.theme-29b8ff {
	background-color : #29b8ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-29b8ff:nth-child(even) {
	background-color : #1faef5 !important
	}

.gradient.theme-29b8ff {
	background : -moz-linear-gradient(-25deg, #29b8ff 0%, #51e0ff 100%);
	background : -webkit-linear-gradient(-25deg, #29b8ff 0%, #51e0ff 100%);
	background : linear-gradient(115deg, #29b8ff 0%, #51e0ff 100%);
	color      : #ffffff;
	}

.gradient.theme-29b8ff .text-themed {
	color : #29b8ff;
	}

.theme-518dca {
	background-color : #518dca !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-518dca:nth-child(even) {
	background-color : #4783c0 !important
	}

.gradient.theme-518dca {
	background : -moz-linear-gradient(-25deg, #518dca 0%, #79b5f2 100%);
	background : -webkit-linear-gradient(-25deg, #518dca 0%, #79b5f2 100%);
	background : linear-gradient(115deg, #518dca 0%, #79b5f2 100%);
	color      : #ffffff;
	}

.gradient.theme-518dca .text-themed {
	color : #518dca;
	}

.theme-0080ff {
	background-color : #0080ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0080ff:nth-child(even) {
	background-color : #0076f5 !important
	}

.gradient.theme-0080ff {
	background : -moz-linear-gradient(-25deg, #0080ff 0%, #28a8ff 100%);
	background : -webkit-linear-gradient(-25deg, #0080ff 0%, #28a8ff 100%);
	background : linear-gradient(115deg, #0080ff 0%, #28a8ff 100%);
	color      : #ffffff;
	}

.gradient.theme-0080ff .text-themed {
	color : #0080ff;
	}

.theme-5c4a9f {
	background-color : #5c4a9f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-5c4a9f:nth-child(even) {
	background-color : #524095 !important
	}

.gradient.theme-5c4a9f {
	background : -moz-linear-gradient(-25deg, #5c4a9f 0%, #8472c7 100%);
	background : -webkit-linear-gradient(-25deg, #5c4a9f 0%, #8472c7 100%);
	background : linear-gradient(115deg, #5c4a9f 0%, #8472c7 100%);
	color      : #ffffff;
	}

.gradient.theme-5c4a9f .text-themed {
	color : #5c4a9f;
	}

.theme-2d429b {
	background-color : #2d429b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2d429b:nth-child(even) {
	background-color : #233891 !important
	}

.gradient.theme-2d429b {
	background : -moz-linear-gradient(-25deg, #2d429b 0%, #556ac3 100%);
	background : -webkit-linear-gradient(-25deg, #2d429b 0%, #556ac3 100%);
	background : linear-gradient(115deg, #2d429b 0%, #556ac3 100%);
	color      : #ffffff;
	}

.gradient.theme-2d429b .text-themed {
	color : #2d429b;
	}

.theme-2f3638 {
	background-color : #2f3638 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2f3638:nth-child(even) {
	background-color : #252c2e !important
	}

.gradient.theme-2f3638 {
	background : -moz-linear-gradient(-25deg, #2f3638 0%, #575e60 100%);
	background : -webkit-linear-gradient(-25deg, #2f3638 0%, #575e60 100%);
	background : linear-gradient(115deg, #2f3638 0%, #575e60 100%);
	color      : #ffffff;
	}

.gradient.theme-2f3638 .text-themed {
	color : #2f3638;
	}

.theme-ec5b56 {
	background-color : #ec5b56 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ec5b56:nth-child(even) {
	background-color : #e2514c !important
	}

.gradient.theme-ec5b56 {
	background : -moz-linear-gradient(-25deg, #ec5b56 0%, #ff837e 100%);
	background : -webkit-linear-gradient(-25deg, #ec5b56 0%, #ff837e 100%);
	background : linear-gradient(115deg, #ec5b56 0%, #ff837e 100%);
	color      : #ffffff;
	}

.gradient.theme-ec5b56 .text-themed {
	color : #ec5b56;
	}

.theme-04b8c9 {
	background-color : #04b8c9 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-04b8c9:nth-child(even) {
	background-color : #00aebf !important
	}

.gradient.theme-04b8c9 {
	background : -moz-linear-gradient(-25deg, #04b8c9 0%, #2ce0f1 100%);
	background : -webkit-linear-gradient(-25deg, #04b8c9 0%, #2ce0f1 100%);
	background : linear-gradient(115deg, #04b8c9 0%, #2ce0f1 100%);
	color      : #ffffff;
	}

.gradient.theme-04b8c9 .text-themed {
	color : #04b8c9;
	}

.theme-f3c99e {
	background-color : #f3c99e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f3c99e:nth-child(even) {
	background-color : #e9bf94 !important
	}

.gradient.theme-f3c99e {
	background : -moz-linear-gradient(-25deg, #f3c99e 0%, #cba176 100%);
	background : -webkit-linear-gradient(-25deg, #f3c99e 0%, #cba176 100%);
	background : linear-gradient(115deg, #f3c99e 0%, #cba176 100%);
	color      : #ffffff;
	}

.gradient.theme-f3c99e .text-themed {
	color : #cba176;
	}

.theme-e93d5d {
	background-color : #e93d5d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e93d5d:nth-child(even) {
	background-color : #df3353 !important
	}

.gradient.theme-e93d5d {
	background : -moz-linear-gradient(-25deg, #e93d5d 0%, #ff6585 100%);
	background : -webkit-linear-gradient(-25deg, #e93d5d 0%, #ff6585 100%);
	background : linear-gradient(115deg, #e93d5d 0%, #ff6585 100%);
	color      : #ffffff;
	}

.gradient.theme-e93d5d .text-themed {
	color : #e93d5d;
	}

.theme-0080bd {
	background-color : #0080bd !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0080bd:nth-child(even) {
	background-color : #0076b3 !important
	}

.gradient.theme-0080bd {
	background : -moz-linear-gradient(-25deg, #0080bd 0%, #28a8e5 100%);
	background : -webkit-linear-gradient(-25deg, #0080bd 0%, #28a8e5 100%);
	background : linear-gradient(115deg, #0080bd 0%, #28a8e5 100%);
	color      : #ffffff;
	}

.gradient.theme-0080bd .text-themed {
	color : #0080bd;
	}

.theme-4bc63e {
	background-color : #4bc63e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4bc63e:nth-child(even) {
	background-color : #41bc34 !important
	}

.gradient.theme-4bc63e {
	background : -moz-linear-gradient(-25deg, #4bc63e 0%, #73ee66 100%);
	background : -webkit-linear-gradient(-25deg, #4bc63e 0%, #73ee66 100%);
	background : linear-gradient(115deg, #4bc63e 0%, #73ee66 100%);
	color      : #ffffff;
	}

.gradient.theme-4bc63e .text-themed {
	color : #4bc63e;
	}

.theme-1ab7ea {
	background-color : #1ab7ea !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1ab7ea:nth-child(even) {
	background-color : #10ade0 !important
	}

.gradient.theme-1ab7ea {
	background : -moz-linear-gradient(-25deg, #1ab7ea 0%, #42dfff 100%);
	background : -webkit-linear-gradient(-25deg, #1ab7ea 0%, #42dfff 100%);
	background : linear-gradient(115deg, #1ab7ea 0%, #42dfff 100%);
	color      : #ffffff;
	}

.gradient.theme-1ab7ea .text-themed {
	color : #1ab7ea;
	}

.theme-33c6f4 {
	background-color : #33c6f4 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-33c6f4:nth-child(even) {
	background-color : #29bcea !important
	}

.gradient.theme-33c6f4 {
	background : -moz-linear-gradient(-25deg, #33c6f4 0%, #0b9ecc 100%);
	background : -webkit-linear-gradient(-25deg, #33c6f4 0%, #0b9ecc 100%);
	background : linear-gradient(115deg, #33c6f4 0%, #0b9ecc 100%);
	color      : #ffffff;
	}

.gradient.theme-33c6f4 .text-themed {
	color : #0b9ecc;
	}

.theme-fbc31c {
	background-color : #fbc31c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-fbc31c:nth-child(even) {
	background-color : #f1b912 !important
	}

.gradient.theme-fbc31c {
	background : -moz-linear-gradient(-25deg, #fbc31c 0%, #d39b00 100%);
	background : -webkit-linear-gradient(-25deg, #fbc31c 0%, #d39b00 100%);
	background : linear-gradient(115deg, #fbc31c 0%, #d39b00 100%);
	color      : #ffffff;
	}

.gradient.theme-fbc31c .text-themed {
	color : #d39b00;
	}

.theme-368ee0 {
	background-color : #368ee0 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-368ee0:nth-child(even) {
	background-color : #2c84d6 !important
	}

.gradient.theme-368ee0 {
	background : -moz-linear-gradient(-25deg, #368ee0 0%, #5eb6ff 100%);
	background : -webkit-linear-gradient(-25deg, #368ee0 0%, #5eb6ff 100%);
	background : linear-gradient(115deg, #368ee0 0%, #5eb6ff 100%);
	color      : #ffffff;
	}

.gradient.theme-368ee0 .text-themed {
	color : #368ee0;
	}

.theme-aa81f3 {
	background-color : #aa81f3 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-aa81f3:nth-child(even) {
	background-color : #a077e9 !important
	}

.gradient.theme-aa81f3 {
	background : -moz-linear-gradient(-25deg, #aa81f3 0%, #8259cb 100%);
	background : -webkit-linear-gradient(-25deg, #aa81f3 0%, #8259cb 100%);
	background : linear-gradient(115deg, #aa81f3 0%, #8259cb 100%);
	color      : #ffffff;
	}

.gradient.theme-aa81f3 .text-themed {
	color : #8259cb;
	}

.theme-512c96 {
	background-color : #512c96 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-512c96:nth-child(even) {
	background-color : #47228c !important
	}

.gradient.theme-512c96 {
	background : -moz-linear-gradient(-25deg, #512c96 0%, #7954be 100%);
	background : -webkit-linear-gradient(-25deg, #512c96 0%, #7954be 100%);
	background : linear-gradient(115deg, #512c96 0%, #7954be 100%);
	color      : #ffffff;
	}

.gradient.theme-512c96 .text-themed {
	color : #512c96;
	}

.theme-1f8ded {
	background-color : #1f8ded !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1f8ded:nth-child(even) {
	background-color : #1583e3 !important
	}

.gradient.theme-1f8ded {
	background : -moz-linear-gradient(-25deg, #1f8ded 0%, #47b5ff 100%);
	background : -webkit-linear-gradient(-25deg, #1f8ded 0%, #47b5ff 100%);
	background : linear-gradient(115deg, #1f8ded 0%, #47b5ff 100%);
	color      : #ffffff;
	}

.gradient.theme-1f8ded .text-themed {
	color : #1f8ded;
	}

.theme-020047 {
	background-color : #020047 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-020047:nth-child(even) {
	background-color : #00003d !important
	}

.gradient.theme-020047 {
	background : -moz-linear-gradient(-25deg, #020047 0%, #2a286f 100%);
	background : -webkit-linear-gradient(-25deg, #020047 0%, #2a286f 100%);
	background : linear-gradient(115deg, #020047 0%, #2a286f 100%);
	color      : #ffffff;
	}

.gradient.theme-020047 .text-themed {
	color : #020047;
	}

.theme-50b6c5 {
	background-color : #50b6c5 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-50b6c5:nth-child(even) {
	background-color : #46acbb !important
	}

.gradient.theme-50b6c5 {
	background : -moz-linear-gradient(-25deg, #50b6c5 0%, #288e9d 100%);
	background : -webkit-linear-gradient(-25deg, #50b6c5 0%, #288e9d 100%);
	background : linear-gradient(115deg, #50b6c5 0%, #288e9d 100%);
	color      : #ffffff;
	}

.gradient.theme-50b6c5 .text-themed {
	color : #288e9d;
	}

.theme-f8b195 {
	background-color : #f8b195 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f8b195:nth-child(even) {
	background-color : #eea78b !important
	}

.gradient.theme-f8b195 {
	background : -moz-linear-gradient(-25deg, #f8b195 0%, #d0896d 100%);
	background : -webkit-linear-gradient(-25deg, #f8b195 0%, #d0896d 100%);
	background : linear-gradient(115deg, #f8b195 0%, #d0896d 100%);
	color      : #ffffff;
	}

.gradient.theme-f8b195 .text-themed {
	color : #d0896d;
	}

.theme-0c9948 {
	background-color : #0c9948 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0c9948:nth-child(even) {
	background-color : #028f3e !important
	}

.gradient.theme-0c9948 {
	background : -moz-linear-gradient(-25deg, #0c9948 0%, #34c170 100%);
	background : -webkit-linear-gradient(-25deg, #0c9948 0%, #34c170 100%);
	background : linear-gradient(115deg, #0c9948 0%, #34c170 100%);
	color      : #ffffff;
	}

.gradient.theme-0c9948 .text-themed {
	color : #0c9948;
	}

.theme-0748a6 {
	background-color : #0748a6 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0748a6:nth-child(even) {
	background-color : #003e9c !important
	}

.gradient.theme-0748a6 {
	background : -moz-linear-gradient(-25deg, #0748a6 0%, #2f70ce 100%);
	background : -webkit-linear-gradient(-25deg, #0748a6 0%, #2f70ce 100%);
	background : linear-gradient(115deg, #0748a6 0%, #2f70ce 100%);
	color      : #ffffff;
	}

.gradient.theme-0748a6 .text-themed {
	color : #0748a6;
	}

.theme-ea89bf {
	background-color : #ea89bf !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ea89bf:nth-child(even) {
	background-color : #e07fb5 !important
	}

.gradient.theme-ea89bf {
	background : -moz-linear-gradient(-25deg, #ea89bf 0%, #c26197 100%);
	background : -webkit-linear-gradient(-25deg, #ea89bf 0%, #c26197 100%);
	background : linear-gradient(115deg, #ea89bf 0%, #c26197 100%);
	color      : #ffffff;
	}

.gradient.theme-ea89bf .text-themed {
	color : #c26197;
	}

.theme-c31615 {
	background-color : #c31615 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-c31615:nth-child(even) {
	background-color : #b90c0b !important
	}

.gradient.theme-c31615 {
	background : -moz-linear-gradient(-25deg, #c31615 0%, #eb3e3d 100%);
	background : -webkit-linear-gradient(-25deg, #c31615 0%, #eb3e3d 100%);
	background : linear-gradient(115deg, #c31615 0%, #eb3e3d 100%);
	color      : #ffffff;
	}

.gradient.theme-c31615 .text-themed {
	color : #c31615;
	}

.theme-835c3b {
	background-color : #835c3b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-835c3b:nth-child(even) {
	background-color : #795231 !important
	}

.gradient.theme-835c3b {
	background : -moz-linear-gradient(-25deg, #835c3b 0%, #ab8463 100%);
	background : -webkit-linear-gradient(-25deg, #835c3b 0%, #ab8463 100%);
	background : linear-gradient(115deg, #835c3b 0%, #ab8463 100%);
	color      : #ffffff;
	}

.gradient.theme-835c3b .text-themed {
	color : #835c3b;
	}

.theme-236eb3 {
	background-color : #236eb3 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-236eb3:nth-child(even) {
	background-color : #1964a9 !important
	}

.gradient.theme-236eb3 {
	background : -moz-linear-gradient(-25deg, #236eb3 0%, #4b96db 100%);
	background : -webkit-linear-gradient(-25deg, #236eb3 0%, #4b96db 100%);
	background : linear-gradient(115deg, #236eb3 0%, #4b96db 100%);
	color      : #ffffff;
	}

.gradient.theme-236eb3 .text-themed {
	color : #236eb3;
	}

.theme-35c2db {
	background-color : #35c2db !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-35c2db:nth-child(even) {
	background-color : #2bb8d1 !important
	}

.gradient.theme-35c2db {
	background : -moz-linear-gradient(-25deg, #35c2db 0%, #0d9ab3 100%);
	background : -webkit-linear-gradient(-25deg, #35c2db 0%, #0d9ab3 100%);
	background : linear-gradient(115deg, #35c2db 0%, #0d9ab3 100%);
	color      : #ffffff;
	}

.gradient.theme-35c2db .text-themed {
	color : #0d9ab3;
	}

.theme-f15f22 {
	background-color : #f15f22 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f15f22:nth-child(even) {
	background-color : #e75518 !important
	}

.gradient.theme-f15f22 {
	background : -moz-linear-gradient(-25deg, #f15f22 0%, #ff874a 100%);
	background : -webkit-linear-gradient(-25deg, #f15f22 0%, #ff874a 100%);
	background : linear-gradient(115deg, #f15f22 0%, #ff874a 100%);
	color      : #ffffff;
	}

.gradient.theme-f15f22 .text-themed {
	color : #f15f22;
	}

.theme-007ee5 {
	background-color : #007ee5 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-007ee5:nth-child(even) {
	background-color : #0074db !important
	}

.gradient.theme-007ee5 {
	background : -moz-linear-gradient(-25deg, #007ee5 0%, #28a6ff 100%);
	background : -webkit-linear-gradient(-25deg, #007ee5 0%, #28a6ff 100%);
	background : linear-gradient(115deg, #007ee5 0%, #28a6ff 100%);
	color      : #ffffff;
	}

.gradient.theme-007ee5 .text-themed {
	color : #007ee5;
	}

.theme-009bde {
	background-color : #009bde !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-009bde:nth-child(even) {
	background-color : #0091d4 !important
	}

.gradient.theme-009bde {
	background : -moz-linear-gradient(-25deg, #009bde 0%, #28c3ff 100%);
	background : -webkit-linear-gradient(-25deg, #009bde 0%, #28c3ff 100%);
	background : linear-gradient(115deg, #009bde 0%, #28c3ff 100%);
	color      : #ffffff;
	}

.gradient.theme-009bde .text-themed {
	color : #009bde;
	}

.theme-0f58a1 {
	background-color : #0f58a1 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0f58a1:nth-child(even) {
	background-color : #054e97 !important
	}

.gradient.theme-0f58a1 {
	background : -moz-linear-gradient(-25deg, #0f58a1 0%, #3780c9 100%);
	background : -webkit-linear-gradient(-25deg, #0f58a1 0%, #3780c9 100%);
	background : linear-gradient(115deg, #0f58a1 0%, #3780c9 100%);
	color      : #ffffff;
	}

.gradient.theme-0f58a1 .text-themed {
	color : #0f58a1;
	}

.theme-e45d4c {
	background-color : #e45d4c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e45d4c:nth-child(even) {
	background-color : #da5342 !important
	}

.gradient.theme-e45d4c {
	background : -moz-linear-gradient(-25deg, #e45d4c 0%, #ff8574 100%);
	background : -webkit-linear-gradient(-25deg, #e45d4c 0%, #ff8574 100%);
	background : linear-gradient(115deg, #e45d4c 0%, #ff8574 100%);
	color      : #ffffff;
	}

.gradient.theme-e45d4c .text-themed {
	color : #e45d4c;
	}

.theme-bedb31 {
	background-color : #bedb31 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-bedb31:nth-child(even) {
	background-color : #b4d127 !important
	}

.gradient.theme-bedb31 {
	background : -moz-linear-gradient(-25deg, #bedb31 0%, #96b309 100%);
	background : -webkit-linear-gradient(-25deg, #bedb31 0%, #96b309 100%);
	background : linear-gradient(115deg, #bedb31 0%, #96b309 100%);
	color      : #ffffff;
	}

.gradient.theme-bedb31 .text-themed {
	color : #96b309;
	}

.theme-2ecc71 {
	background-color : #2ecc71 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2ecc71:nth-child(even) {
	background-color : #24c267 !important
	}

.gradient.theme-2ecc71 {
	background : -moz-linear-gradient(-25deg, #2ecc71 0%, #56f499 100%);
	background : -webkit-linear-gradient(-25deg, #2ecc71 0%, #56f499 100%);
	background : linear-gradient(115deg, #2ecc71 0%, #56f499 100%);
	color      : #ffffff;
	}

.gradient.theme-2ecc71 .text-themed {
	color : #2ecc71;
	}

.theme-339cff {
	background-color : #339cff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-339cff:nth-child(even) {
	background-color : #2992f5 !important
	}

.gradient.theme-339cff {
	background : -moz-linear-gradient(-25deg, #339cff 0%, #5bc4ff 100%);
	background : -webkit-linear-gradient(-25deg, #339cff 0%, #5bc4ff 100%);
	background : linear-gradient(115deg, #339cff 0%, #5bc4ff 100%);
	color      : #ffffff;
	}

.gradient.theme-339cff .text-themed {
	color : #339cff;
	}

.theme-fe457e {
	background-color : #fe457e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-fe457e:nth-child(even) {
	background-color : #f43b74 !important
	}

.gradient.theme-fe457e {
	background : -moz-linear-gradient(-25deg, #fe457e 0%, #ff6da6 100%);
	background : -webkit-linear-gradient(-25deg, #fe457e 0%, #ff6da6 100%);
	background : linear-gradient(115deg, #fe457e 0%, #ff6da6 100%);
	color      : #ffffff;
	}

.gradient.theme-fe457e .text-themed {
	color : #fe457e;
	}

.theme-b3dacc {
	background-color : #b3dacc !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-b3dacc:nth-child(even) {
	background-color : #a9d0c2 !important
	}

.gradient.theme-b3dacc {
	background : -moz-linear-gradient(-25deg, #b3dacc 0%, #8bb2a4 100%);
	background : -webkit-linear-gradient(-25deg, #b3dacc 0%, #8bb2a4 100%);
	background : linear-gradient(115deg, #b3dacc 0%, #8bb2a4 100%);
	color      : #ffffff;
	}

.gradient.theme-b3dacc .text-themed {
	color : #8bb2a4;
	}

.theme-ef4748 {
	background-color : #ef4748 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ef4748:nth-child(even) {
	background-color : #e53d3e !important
	}

.gradient.theme-ef4748 {
	background : -moz-linear-gradient(-25deg, #ef4748 0%, #ff6f70 100%);
	background : -webkit-linear-gradient(-25deg, #ef4748 0%, #ff6f70 100%);
	background : linear-gradient(115deg, #ef4748 0%, #ff6f70 100%);
	color      : #ffffff;
	}

.gradient.theme-ef4748 .text-themed {
	color : #ef4748;
	}

.theme-348899 {
	background-color : #348899 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-348899:nth-child(even) {
	background-color : #2a7e8f !important
	}

.gradient.theme-348899 {
	background : -moz-linear-gradient(-25deg, #348899 0%, #5cb0c1 100%);
	background : -webkit-linear-gradient(-25deg, #348899 0%, #5cb0c1 100%);
	background : linear-gradient(115deg, #348899 0%, #5cb0c1 100%);
	color      : #ffffff;
	}

.gradient.theme-348899 .text-themed {
	color : #348899;
	}

.theme-40a6eb {
	background-color : #40a6eb !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-40a6eb:nth-child(even) {
	background-color : #369ce1 !important
	}

.gradient.theme-40a6eb {
	background : -moz-linear-gradient(-25deg, #40a6eb 0%, #68ceff 100%);
	background : -webkit-linear-gradient(-25deg, #40a6eb 0%, #68ceff 100%);
	background : linear-gradient(115deg, #40a6eb 0%, #68ceff 100%);
	color      : #ffffff;
	}

.gradient.theme-40a6eb .text-themed {
	color : #40a6eb;
	}

.theme-3784f4 {
	background-color : #3784f4 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3784f4:nth-child(even) {
	background-color : #2d7aea !important
	}

.gradient.theme-3784f4 {
	background : -moz-linear-gradient(-25deg, #3784f4 0%, #5facff 100%);
	background : -webkit-linear-gradient(-25deg, #3784f4 0%, #5facff 100%);
	background : linear-gradient(115deg, #3784f4 0%, #5facff 100%);
	color      : #ffffff;
	}

.gradient.theme-3784f4 .text-themed {
	color : #3784f4;
	}

.theme-fd5000 {
	background-color : #fd5000 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-fd5000:nth-child(even) {
	background-color : #f34600 !important
	}

.gradient.theme-fd5000 {
	background : -moz-linear-gradient(-25deg, #fd5000 0%, #ff7828 100%);
	background : -webkit-linear-gradient(-25deg, #fd5000 0%, #ff7828 100%);
	background : linear-gradient(115deg, #fd5000 0%, #ff7828 100%);
	color      : #ffffff;
	}

.gradient.theme-fd5000 .text-themed {
	color : #fd5000;
	}

.theme-07cbd2 {
	background-color : #07cbd2 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-07cbd2:nth-child(even) {
	background-color : #00c1c8 !important
	}

.gradient.theme-07cbd2 {
	background : -moz-linear-gradient(-25deg, #07cbd2 0%, #2ff3fa 100%);
	background : -webkit-linear-gradient(-25deg, #07cbd2 0%, #2ff3fa 100%);
	background : linear-gradient(115deg, #07cbd2 0%, #2ff3fa 100%);
	color      : #ffffff;
	}

.gradient.theme-07cbd2 .text-themed {
	color : #07cbd2;
	}

.theme-008000 {
	background-color : #008000 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-008000:nth-child(even) {
	background-color : #007600 !important
	}

.gradient.theme-008000 {
	background : -moz-linear-gradient(-25deg, #008000 0%, #28a828 100%);
	background : -webkit-linear-gradient(-25deg, #008000 0%, #28a828 100%);
	background : linear-gradient(115deg, #008000 0%, #28a828 100%);
	color      : #ffffff;
	}

.gradient.theme-008000 .text-themed {
	color : #008000;
	}

.theme-004991 {
	background-color : #004991 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-004991:nth-child(even) {
	background-color : #003f87 !important
	}

.gradient.theme-004991 {
	background : -moz-linear-gradient(-25deg, #004991 0%, #2871b9 100%);
	background : -webkit-linear-gradient(-25deg, #004991 0%, #2871b9 100%);
	background : linear-gradient(115deg, #004991 0%, #2871b9 100%);
	color      : #ffffff;
	}

.gradient.theme-004991 .text-themed {
	color : #004991;
	}

.theme-0059b5 {
	background-color : #0059b5 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0059b5:nth-child(even) {
	background-color : #004fab !important
	}

.gradient.theme-0059b5 {
	background : -moz-linear-gradient(-25deg, #0059b5 0%, #2881dd 100%);
	background : -webkit-linear-gradient(-25deg, #0059b5 0%, #2881dd 100%);
	background : linear-gradient(115deg, #0059b5 0%, #2881dd 100%);
	color      : #ffffff;
	}

.gradient.theme-0059b5 .text-themed {
	color : #0059b5;
	}

.theme-0a4d90 {
	background-color : #0a4d90 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0a4d90:nth-child(even) {
	background-color : #004386 !important
	}

.gradient.theme-0a4d90 {
	background : -moz-linear-gradient(-25deg, #0a4d90 0%, #3275b8 100%);
	background : -webkit-linear-gradient(-25deg, #0a4d90 0%, #3275b8 100%);
	background : linear-gradient(115deg, #0a4d90 0%, #3275b8 100%);
	color      : #ffffff;
	}

.gradient.theme-0a4d90 .text-themed {
	color : #0a4d90;
	}

.theme-e33c50 {
	background-color : #e33c50 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e33c50:nth-child(even) {
	background-color : #d93246 !important
	}

.gradient.theme-e33c50 {
	background : -moz-linear-gradient(-25deg, #e33c50 0%, #ff6478 100%);
	background : -webkit-linear-gradient(-25deg, #e33c50 0%, #ff6478 100%);
	background : linear-gradient(115deg, #e33c50 0%, #ff6478 100%);
	color      : #ffffff;
	}

.gradient.theme-e33c50 .text-themed {
	color : #e33c50;
	}

.theme-02363c {
	background-color : #02363c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-02363c:nth-child(even) {
	background-color : #002c32 !important
	}

.gradient.theme-02363c {
	background : -moz-linear-gradient(-25deg, #02363c 0%, #2a5e64 100%);
	background : -webkit-linear-gradient(-25deg, #02363c 0%, #2a5e64 100%);
	background : linear-gradient(115deg, #02363c 0%, #2a5e64 100%);
	color      : #ffffff;
	}

.gradient.theme-02363c .text-themed {
	color : #02363c;
	}

.theme-2f4957 {
	background-color : #2f4957 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2f4957:nth-child(even) {
	background-color : #253f4d !important
	}

.gradient.theme-2f4957 {
	background : -moz-linear-gradient(-25deg, #2f4957 0%, #57717f 100%);
	background : -webkit-linear-gradient(-25deg, #2f4957 0%, #57717f 100%);
	background : linear-gradient(115deg, #2f4957 0%, #57717f 100%);
	color      : #ffffff;
	}

.gradient.theme-2f4957 .text-themed {
	color : #2f4957;
	}

.theme-f7cc56 {
	background-color : #f7cc56 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f7cc56:nth-child(even) {
	background-color : #edc24c !important
	}

.gradient.theme-f7cc56 {
	background : -moz-linear-gradient(-25deg, #f7cc56 0%, #cfa42e 100%);
	background : -webkit-linear-gradient(-25deg, #f7cc56 0%, #cfa42e 100%);
	background : linear-gradient(115deg, #f7cc56 0%, #cfa42e 100%);
	color      : #ffffff;
	}

.gradient.theme-f7cc56 .text-themed {
	color : #cfa42e;
	}

.theme-59b043 {
	background-color : #59b043 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-59b043:nth-child(even) {
	background-color : #4fa639 !important
	}

.gradient.theme-59b043 {
	background : -moz-linear-gradient(-25deg, #59b043 0%, #81d86b 100%);
	background : -webkit-linear-gradient(-25deg, #59b043 0%, #81d86b 100%);
	background : linear-gradient(115deg, #59b043 0%, #81d86b 100%);
	color      : #ffffff;
	}

.gradient.theme-59b043 .text-themed {
	color : #59b043;
	}

.theme-0777cf {
	background-color : #0777cf !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0777cf:nth-child(even) {
	background-color : #006dc5 !important
	}

.gradient.theme-0777cf {
	background : -moz-linear-gradient(-25deg, #0777cf 0%, #2f9ff7 100%);
	background : -webkit-linear-gradient(-25deg, #0777cf 0%, #2f9ff7 100%);
	background : linear-gradient(115deg, #0777cf 0%, #2f9ff7 100%);
	color      : #ffffff;
	}

.gradient.theme-0777cf .text-themed {
	color : #0777cf;
	}

.theme-e6c60d {
	background-color : #e6c60d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e6c60d:nth-child(even) {
	background-color : #dcbc03 !important
	}

.gradient.theme-e6c60d {
	background : -moz-linear-gradient(-25deg, #e6c60d 0%, #be9e00 100%);
	background : -webkit-linear-gradient(-25deg, #e6c60d 0%, #be9e00 100%);
	background : linear-gradient(115deg, #e6c60d 0%, #be9e00 100%);
	color      : #ffffff;
	}

.gradient.theme-e6c60d .text-themed {
	color : #be9e00;
	}

.theme-0faaae {
	background-color : #0faaae !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0faaae:nth-child(even) {
	background-color : #05a0a4 !important
	}

.gradient.theme-0faaae {
	background : -moz-linear-gradient(-25deg, #0faaae 0%, #37d2d6 100%);
	background : -webkit-linear-gradient(-25deg, #0faaae 0%, #37d2d6 100%);
	background : linear-gradient(115deg, #0faaae 0%, #37d2d6 100%);
	color      : #ffffff;
	}

.gradient.theme-0faaae .text-themed {
	color : #0faaae;
	}

.theme-eb3700 {
	background-color : #eb3700 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-eb3700:nth-child(even) {
	background-color : #e12d00 !important
	}

.gradient.theme-eb3700 {
	background : -moz-linear-gradient(-25deg, #eb3700 0%, #ff5f28 100%);
	background : -webkit-linear-gradient(-25deg, #eb3700 0%, #ff5f28 100%);
	background : linear-gradient(115deg, #eb3700 0%, #ff5f28 100%);
	color      : #ffffff;
	}

.gradient.theme-eb3700 .text-themed {
	color : #eb3700;
	}

.theme-346cb0 {
	background-color : #346cb0 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-346cb0:nth-child(even) {
	background-color : #2a62a6 !important
	}

.gradient.theme-346cb0 {
	background : -moz-linear-gradient(-25deg, #346cb0 0%, #5c94d8 100%);
	background : -webkit-linear-gradient(-25deg, #346cb0 0%, #5c94d8 100%);
	background : linear-gradient(115deg, #346cb0 0%, #5c94d8 100%);
	color      : #ffffff;
	}

.gradient.theme-346cb0 .text-themed {
	color : #346cb0;
	}

.theme-1d1c39 {
	background-color : #1d1c39 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1d1c39:nth-child(even) {
	background-color : #13122f !important
	}

.gradient.theme-1d1c39 {
	background : -moz-linear-gradient(-25deg, #1d1c39 0%, #454461 100%);
	background : -webkit-linear-gradient(-25deg, #1d1c39 0%, #454461 100%);
	background : linear-gradient(115deg, #1d1c39 0%, #454461 100%);
	color      : #ffffff;
	}

.gradient.theme-1d1c39 .text-themed {
	color : #1d1c39;
	}

.theme-3a3a3a {
	background-color : #3a3a3a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3a3a3a:nth-child(even) {
	background-color : #303030 !important
	}

.gradient.theme-3a3a3a {
	background : -moz-linear-gradient(-25deg, #3a3a3a 0%, #626262 100%);
	background : -webkit-linear-gradient(-25deg, #3a3a3a 0%, #626262 100%);
	background : linear-gradient(115deg, #3a3a3a 0%, #626262 100%);
	color      : #ffffff;
	}

.gradient.theme-3a3a3a .text-themed {
	color : #3a3a3a;
	}

.theme-33cc33 {
	background-color : #33cc33 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-33cc33:nth-child(even) {
	background-color : #29c229 !important
	}

.gradient.theme-33cc33 {
	background : -moz-linear-gradient(-25deg, #33cc33 0%, #5bf45b 100%);
	background : -webkit-linear-gradient(-25deg, #33cc33 0%, #5bf45b 100%);
	background : linear-gradient(115deg, #33cc33 0%, #5bf45b 100%);
	color      : #ffffff;
	}

.gradient.theme-33cc33 .text-themed {
	color : #33cc33;
	}

.theme-ff6600 {
	background-color : #ff6600 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff6600:nth-child(even) {
	background-color : #f55c00 !important
	}

.gradient.theme-ff6600 {
	background : -moz-linear-gradient(-25deg, #ff6600 0%, #ff8e28 100%);
	background : -webkit-linear-gradient(-25deg, #ff6600 0%, #ff8e28 100%);
	background : linear-gradient(115deg, #ff6600 0%, #ff8e28 100%);
	color      : #ffffff;
	}

.gradient.theme-ff6600 .text-themed {
	color : #ff6600;
	}

.theme-02a15e {
	background-color : #02a15e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-02a15e:nth-child(even) {
	background-color : #009754 !important
	}

.gradient.theme-02a15e {
	background : -moz-linear-gradient(-25deg, #02a15e 0%, #2ac986 100%);
	background : -webkit-linear-gradient(-25deg, #02a15e 0%, #2ac986 100%);
	background : linear-gradient(115deg, #02a15e 0%, #2ac986 100%);
	color      : #ffffff;
	}

.gradient.theme-02a15e .text-themed {
	color : #02a15e;
	}

.theme-2e58ff {
	background-color : #2e58ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2e58ff:nth-child(even) {
	background-color : #244ef5 !important
	}

.gradient.theme-2e58ff {
	background : -moz-linear-gradient(-25deg, #2e58ff 0%, #5680ff 100%);
	background : -webkit-linear-gradient(-25deg, #2e58ff 0%, #5680ff 100%);
	background : linear-gradient(115deg, #2e58ff 0%, #5680ff 100%);
	color      : #ffffff;
	}

.gradient.theme-2e58ff .text-themed {
	color : #2e58ff;
	}

.theme-33125c {
	background-color : #33125c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-33125c:nth-child(even) {
	background-color : #290852 !important
	}

.gradient.theme-33125c {
	background : -moz-linear-gradient(-25deg, #33125c 0%, #5b3a84 100%);
	background : -webkit-linear-gradient(-25deg, #33125c 0%, #5b3a84 100%);
	background : linear-gradient(115deg, #33125c 0%, #5b3a84 100%);
	color      : #ffffff;
	}

.gradient.theme-33125c .text-themed {
	color : #33125c;
	}

.theme-264966 {
	background-color : #264966 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-264966:nth-child(even) {
	background-color : #1c3f5c !important
	}

.gradient.theme-264966 {
	background : -moz-linear-gradient(-25deg, #264966 0%, #4e718e 100%);
	background : -webkit-linear-gradient(-25deg, #264966 0%, #4e718e 100%);
	background : linear-gradient(115deg, #264966 0%, #4e718e 100%);
	color      : #ffffff;
	}

.gradient.theme-264966 .text-themed {
	color : #264966;
	}

.theme-6a0dad {
	background-color : #6a0dad !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-6a0dad:nth-child(even) {
	background-color : #6003a3 !important
	}

.gradient.theme-6a0dad {
	background : -moz-linear-gradient(-25deg, #6a0dad 0%, #9235d5 100%);
	background : -webkit-linear-gradient(-25deg, #6a0dad 0%, #9235d5 100%);
	background : linear-gradient(115deg, #6a0dad 0%, #9235d5 100%);
	color      : #ffffff;
	}

.gradient.theme-6a0dad .text-themed {
	color : #6a0dad;
	}

.theme-4fcead {
	background-color : #4fcead !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4fcead:nth-child(even) {
	background-color : #45c4a3 !important
	}

.gradient.theme-4fcead {
	background : -moz-linear-gradient(-25deg, #4fcead 0%, #27a685 100%);
	background : -webkit-linear-gradient(-25deg, #4fcead 0%, #27a685 100%);
	background : linear-gradient(115deg, #4fcead 0%, #27a685 100%);
	color      : #ffffff;
	}

.gradient.theme-4fcead .text-themed {
	color : #27a685;
	}

.theme-98c455 {
	background-color : #98c455 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-98c455:nth-child(even) {
	background-color : #8eba4b !important
	}

.gradient.theme-98c455 {
	background : -moz-linear-gradient(-25deg, #98c455 0%, #709c2d 100%);
	background : -webkit-linear-gradient(-25deg, #98c455 0%, #709c2d 100%);
	background : linear-gradient(115deg, #98c455 0%, #709c2d 100%);
	color      : #ffffff;
	}

.gradient.theme-98c455 .text-themed {
	color : #709c2d;
	}

.theme-6b488c {
	background-color : #6b488c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-6b488c:nth-child(even) {
	background-color : #613e82 !important
	}

.gradient.theme-6b488c {
	background : -moz-linear-gradient(-25deg, #6b488c 0%, #9370b4 100%);
	background : -webkit-linear-gradient(-25deg, #6b488c 0%, #9370b4 100%);
	background : linear-gradient(115deg, #6b488c 0%, #9370b4 100%);
	color      : #ffffff;
	}

.gradient.theme-6b488c .text-themed {
	color : #6b488c;
	}

.theme-50b83d {
	background-color : #50b83d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-50b83d:nth-child(even) {
	background-color : #46ae33 !important
	}

.gradient.theme-50b83d {
	background : -moz-linear-gradient(-25deg, #50b83d 0%, #78e065 100%);
	background : -webkit-linear-gradient(-25deg, #50b83d 0%, #78e065 100%);
	background : linear-gradient(115deg, #50b83d 0%, #78e065 100%);
	color      : #ffffff;
	}

.gradient.theme-50b83d .text-themed {
	color : #50b83d;
	}

.theme-6495ed {
	background-color : #6495ed !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-6495ed:nth-child(even) {
	background-color : #5a8be3 !important
	}

.gradient.theme-6495ed {
	background : -moz-linear-gradient(-25deg, #6495ed 0%, #8cbdff 100%);
	background : -webkit-linear-gradient(-25deg, #6495ed 0%, #8cbdff 100%);
	background : linear-gradient(115deg, #6495ed 0%, #8cbdff 100%);
	color      : #ffffff;
	}

.gradient.theme-6495ed .text-themed {
	color : #6495ed;
	}

.theme-3f3a81 {
	background-color : #3f3a81 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3f3a81:nth-child(even) {
	background-color : #353077 !important
	}

.gradient.theme-3f3a81 {
	background : -moz-linear-gradient(-25deg, #3f3a81 0%, #6762a9 100%);
	background : -webkit-linear-gradient(-25deg, #3f3a81 0%, #6762a9 100%);
	background : linear-gradient(115deg, #3f3a81 0%, #6762a9 100%);
	color      : #ffffff;
	}

.gradient.theme-3f3a81 .text-themed {
	color : #3f3a81;
	}

.theme-ff7101 {
	background-color : #ff7101 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff7101:nth-child(even) {
	background-color : #f56700 !important
	}

.gradient.theme-ff7101 {
	background : -moz-linear-gradient(-25deg, #ff7101 0%, #ff9929 100%);
	background : -webkit-linear-gradient(-25deg, #ff7101 0%, #ff9929 100%);
	background : linear-gradient(115deg, #ff7101 0%, #ff9929 100%);
	color      : #ffffff;
	}

.gradient.theme-ff7101 .text-themed {
	color : #ff7101;
	}

.theme-1d97ff {
	background-color : #1d97ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1d97ff:nth-child(even) {
	background-color : #138df5 !important
	}

.gradient.theme-1d97ff {
	background : -moz-linear-gradient(-25deg, #1d97ff 0%, #45bfff 100%);
	background : -webkit-linear-gradient(-25deg, #1d97ff 0%, #45bfff 100%);
	background : linear-gradient(115deg, #1d97ff 0%, #45bfff 100%);
	color      : #ffffff;
	}

.gradient.theme-1d97ff .text-themed {
	color : #1d97ff;
	}

.theme-008c8c {
	background-color : #008c8c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-008c8c:nth-child(even) {
	background-color : #008282 !important
	}

.gradient.theme-008c8c {
	background : -moz-linear-gradient(-25deg, #008c8c 0%, #28b4b4 100%);
	background : -webkit-linear-gradient(-25deg, #008c8c 0%, #28b4b4 100%);
	background : linear-gradient(115deg, #008c8c 0%, #28b4b4 100%);
	color      : #ffffff;
	}

.gradient.theme-008c8c .text-themed {
	color : #008c8c;
	}

.theme-8d42ae {
	background-color : #8d42ae !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-8d42ae:nth-child(even) {
	background-color : #8338a4 !important
	}

.gradient.theme-8d42ae {
	background : -moz-linear-gradient(-25deg, #8d42ae 0%, #b56ad6 100%);
	background : -webkit-linear-gradient(-25deg, #8d42ae 0%, #b56ad6 100%);
	background : linear-gradient(115deg, #8d42ae 0%, #b56ad6 100%);
	color      : #ffffff;
	}

.gradient.theme-8d42ae .text-themed {
	color : #8d42ae;
	}

.theme-ff0000 {
	background-color : #ff0000 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff0000:nth-child(even) {
	background-color : #f50000 !important
	}

.gradient.theme-ff0000 {
	background : -moz-linear-gradient(-25deg, #ff0000 0%, #ff2828 100%);
	background : -webkit-linear-gradient(-25deg, #ff0000 0%, #ff2828 100%);
	background : linear-gradient(115deg, #ff0000 0%, #ff2828 100%);
	color      : #ffffff;
	}

.gradient.theme-ff0000 .text-themed {
	color : #ff0000;
	}

.theme-25a4d1 {
	background-color : #25a4d1 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-25a4d1:nth-child(even) {
	background-color : #1b9ac7 !important
	}

.gradient.theme-25a4d1 {
	background : -moz-linear-gradient(-25deg, #25a4d1 0%, #4dccf9 100%);
	background : -webkit-linear-gradient(-25deg, #25a4d1 0%, #4dccf9 100%);
	background : linear-gradient(115deg, #25a4d1 0%, #4dccf9 100%);
	color      : #ffffff;
	}

.gradient.theme-25a4d1 .text-themed {
	color : #25a4d1;
	}

.theme-1a73e8 {
	background-color : #1a73e8 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1a73e8:nth-child(even) {
	background-color : #1069de !important
	}

.gradient.theme-1a73e8 {
	background : -moz-linear-gradient(-25deg, #1a73e8 0%, #429bff 100%);
	background : -webkit-linear-gradient(-25deg, #1a73e8 0%, #429bff 100%);
	background : linear-gradient(115deg, #1a73e8 0%, #429bff 100%);
	color      : #ffffff;
	}

.gradient.theme-1a73e8 .text-themed {
	color : #1a73e8;
	}

.theme-373aff {
	background-color : #373aff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-373aff:nth-child(even) {
	background-color : #2d30f5 !important
	}

.gradient.theme-373aff {
	background : -moz-linear-gradient(-25deg, #373aff 0%, #5f62ff 100%);
	background : -webkit-linear-gradient(-25deg, #373aff 0%, #5f62ff 100%);
	background : linear-gradient(115deg, #373aff 0%, #5f62ff 100%);
	color      : #ffffff;
	}

.gradient.theme-373aff .text-themed {
	color : #373aff;
	}

.theme-d90000 {
	background-color : #d90000 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-d90000:nth-child(even) {
	background-color : #cf0000 !important
	}

.gradient.theme-d90000 {
	background : -moz-linear-gradient(-25deg, #d90000 0%, #ff2828 100%);
	background : -webkit-linear-gradient(-25deg, #d90000 0%, #ff2828 100%);
	background : linear-gradient(115deg, #d90000 0%, #ff2828 100%);
	color      : #ffffff;
	}

.gradient.theme-d90000 .text-themed {
	color : #d90000;
	}

.theme-147fd9 {
	background-color : #147fd9 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-147fd9:nth-child(even) {
	background-color : #0a75cf !important
	}

.gradient.theme-147fd9 {
	background : -moz-linear-gradient(-25deg, #147fd9 0%, #3ca7ff 100%);
	background : -webkit-linear-gradient(-25deg, #147fd9 0%, #3ca7ff 100%);
	background : linear-gradient(115deg, #147fd9 0%, #3ca7ff 100%);
	color      : #ffffff;
	}

.gradient.theme-147fd9 .text-themed {
	color : #147fd9;
	}

.theme-195bb3 {
	background-color : #195bb3 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-195bb3:nth-child(even) {
	background-color : #0f51a9 !important
	}

.gradient.theme-195bb3 {
	background : -moz-linear-gradient(-25deg, #195bb3 0%, #4183db 100%);
	background : -webkit-linear-gradient(-25deg, #195bb3 0%, #4183db 100%);
	background : linear-gradient(115deg, #195bb3 0%, #4183db 100%);
	color      : #ffffff;
	}

.gradient.theme-195bb3 .text-themed {
	color : #195bb3;
	}

.theme-13b5ea {
	background-color : #13b5ea !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-13b5ea:nth-child(even) {
	background-color : #09abe0 !important
	}

.gradient.theme-13b5ea {
	background : -moz-linear-gradient(-25deg, #13b5ea 0%, #3bddff 100%);
	background : -webkit-linear-gradient(-25deg, #13b5ea 0%, #3bddff 100%);
	background : linear-gradient(115deg, #13b5ea 0%, #3bddff 100%);
	color      : #ffffff;
	}

.gradient.theme-13b5ea .text-themed {
	color : #13b5ea;
	}

.theme-ff7d1c {
	background-color : #ff7d1c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff7d1c:nth-child(even) {
	background-color : #f57312 !important
	}

.gradient.theme-ff7d1c {
	background : -moz-linear-gradient(-25deg, #ff7d1c 0%, #d75500 100%);
	background : -webkit-linear-gradient(-25deg, #ff7d1c 0%, #d75500 100%);
	background : linear-gradient(115deg, #ff7d1c 0%, #d75500 100%);
	color      : #ffffff;
	}

.gradient.theme-ff7d1c .text-themed {
	color : #d75500;
	}

.theme-70c4eb {
	background-color : #70c4eb !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-70c4eb:nth-child(even) {
	background-color : #66bae1 !important
	}

.gradient.theme-70c4eb {
	background : -moz-linear-gradient(-25deg, #70c4eb 0%, #489cc3 100%);
	background : -webkit-linear-gradient(-25deg, #70c4eb 0%, #489cc3 100%);
	background : linear-gradient(115deg, #70c4eb 0%, #489cc3 100%);
	color      : #ffffff;
	}

.gradient.theme-70c4eb .text-themed {
	color : #489cc3;
	}

.theme-1b77b9 {
	background-color : #1b77b9 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1b77b9:nth-child(even) {
	background-color : #116daf !important
	}

.gradient.theme-1b77b9 {
	background : -moz-linear-gradient(-25deg, #1b77b9 0%, #439fe1 100%);
	background : -webkit-linear-gradient(-25deg, #1b77b9 0%, #439fe1 100%);
	background : linear-gradient(115deg, #1b77b9 0%, #439fe1 100%);
	color      : #ffffff;
	}

.gradient.theme-1b77b9 .text-themed {
	color : #1b77b9;
	}

.theme-005af0 {
	background-color : #005af0 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-005af0:nth-child(even) {
	background-color : #0050e6 !important
	}

.gradient.theme-005af0 {
	background : -moz-linear-gradient(-25deg, #005af0 0%, #2882ff 100%);
	background : -webkit-linear-gradient(-25deg, #005af0 0%, #2882ff 100%);
	background : linear-gradient(115deg, #005af0 0%, #2882ff 100%);
	color      : #ffffff;
	}

.gradient.theme-005af0 .text-themed {
	color : #005af0;
	}

.theme-00457c {
	background-color : #00457c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00457c:nth-child(even) {
	background-color : #003b72 !important
	}

.gradient.theme-00457c {
	background : -moz-linear-gradient(-25deg, #00457c 0%, #286da4 100%);
	background : -webkit-linear-gradient(-25deg, #00457c 0%, #286da4 100%);
	background : linear-gradient(115deg, #00457c 0%, #286da4 100%);
	color      : #ffffff;
	}

.gradient.theme-00457c .text-themed {
	color : #00457c;
	}

.theme-b53836 {
	background-color : #b53836 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-b53836:nth-child(even) {
	background-color : #ab2e2c !important
	}

.gradient.theme-b53836 {
	background : -moz-linear-gradient(-25deg, #b53836 0%, #dd605e 100%);
	background : -webkit-linear-gradient(-25deg, #b53836 0%, #dd605e 100%);
	background : linear-gradient(115deg, #b53836 0%, #dd605e 100%);
	color      : #ffffff;
	}

.gradient.theme-b53836 .text-themed {
	color : #b53836;
	}

.theme-908f88 {
	background-color : #908f88 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-908f88:nth-child(even) {
	background-color : #86857e !important
	}

.gradient.theme-908f88 {
	background : -moz-linear-gradient(-25deg, #908f88 0%, #b8b7b0 100%);
	background : -webkit-linear-gradient(-25deg, #908f88 0%, #b8b7b0 100%);
	background : linear-gradient(115deg, #908f88 0%, #b8b7b0 100%);
	color      : #ffffff;
	}

.gradient.theme-908f88 .text-themed {
	color : #908f88;
	}

.theme-66b64b {
	background-color : #66b64b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-66b64b:nth-child(even) {
	background-color : #5cac41 !important
	}

.gradient.theme-66b64b {
	background : -moz-linear-gradient(-25deg, #66b64b 0%, #8ede73 100%);
	background : -webkit-linear-gradient(-25deg, #66b64b 0%, #8ede73 100%);
	background : linear-gradient(115deg, #66b64b 0%, #8ede73 100%);
	color      : #ffffff;
	}

.gradient.theme-66b64b .text-themed {
	color : #66b64b;
	}

.theme-6435c9 {
	background-color : #6435c9 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-6435c9:nth-child(even) {
	background-color : #5a2bbf !important
	}

.gradient.theme-6435c9 {
	background : -moz-linear-gradient(-25deg, #6435c9 0%, #8c5df1 100%);
	background : -webkit-linear-gradient(-25deg, #6435c9 0%, #8c5df1 100%);
	background : linear-gradient(115deg, #6435c9 0%, #8c5df1 100%);
	color      : #ffffff;
	}

.gradient.theme-6435c9 .text-themed {
	color : #6435c9;
	}

.theme-2896f4 {
	background-color : #2896f4 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2896f4:nth-child(even) {
	background-color : #1e8cea !important
	}

.gradient.theme-2896f4 {
	background : -moz-linear-gradient(-25deg, #2896f4 0%, #50beff 100%);
	background : -webkit-linear-gradient(-25deg, #2896f4 0%, #50beff 100%);
	background : linear-gradient(115deg, #2896f4 0%, #50beff 100%);
	color      : #ffffff;
	}

.gradient.theme-2896f4 .text-themed {
	color : #2896f4;
	}

.theme-38afa8 {
	background-color : #38afa8 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-38afa8:nth-child(even) {
	background-color : #2ea59e !important
	}

.gradient.theme-38afa8 {
	background : -moz-linear-gradient(-25deg, #38afa8 0%, #60d7d0 100%);
	background : -webkit-linear-gradient(-25deg, #38afa8 0%, #60d7d0 100%);
	background : linear-gradient(115deg, #38afa8 0%, #60d7d0 100%);
	color      : #ffffff;
	}

.gradient.theme-38afa8 .text-themed {
	color : #38afa8;
	}

.theme-ffc92d {
	background-color : #ffc92d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ffc92d:nth-child(even) {
	background-color : #f5bf23 !important
	}

.gradient.theme-ffc92d {
	background : -moz-linear-gradient(-25deg, #ffc92d 0%, #d7a105 100%);
	background : -webkit-linear-gradient(-25deg, #ffc92d 0%, #d7a105 100%);
	background : linear-gradient(115deg, #ffc92d 0%, #d7a105 100%);
	color      : #ffffff;
	}

.gradient.theme-ffc92d .text-themed {
	color : #d7a105;
	}

.theme-344b8e {
	background-color : #344b8e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-344b8e:nth-child(even) {
	background-color : #2a4184 !important
	}

.gradient.theme-344b8e {
	background : -moz-linear-gradient(-25deg, #344b8e 0%, #5c73b6 100%);
	background : -webkit-linear-gradient(-25deg, #344b8e 0%, #5c73b6 100%);
	background : linear-gradient(115deg, #344b8e 0%, #5c73b6 100%);
	color      : #ffffff;
	}

.gradient.theme-344b8e .text-themed {
	color : #344b8e;
	}

.theme-0d9dff {
	background-color : #0d9dff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0d9dff:nth-child(even) {
	background-color : #0393f5 !important
	}

.gradient.theme-0d9dff {
	background : -moz-linear-gradient(-25deg, #0d9dff 0%, #35c5ff 100%);
	background : -webkit-linear-gradient(-25deg, #0d9dff 0%, #35c5ff 100%);
	background : linear-gradient(115deg, #0d9dff 0%, #35c5ff 100%);
	color      : #ffffff;
	}

.gradient.theme-0d9dff .text-themed {
	color : #0d9dff;
	}

.theme-0aba9f {
	background-color : #0aba9f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0aba9f:nth-child(even) {
	background-color : #00b095 !important
	}

.gradient.theme-0aba9f {
	background : -moz-linear-gradient(-25deg, #0aba9f 0%, #32e2c7 100%);
	background : -webkit-linear-gradient(-25deg, #0aba9f 0%, #32e2c7 100%);
	background : linear-gradient(115deg, #0aba9f 0%, #32e2c7 100%);
	color      : #ffffff;
	}

.gradient.theme-0aba9f .text-themed {
	color : #0aba9f;
	}

.theme-644117 {
	background-color : #644117 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-644117:nth-child(even) {
	background-color : #5a370d !important
	}

.gradient.theme-644117 {
	background : -moz-linear-gradient(-25deg, #644117 0%, #8c693f 100%);
	background : -webkit-linear-gradient(-25deg, #644117 0%, #8c693f 100%);
	background : linear-gradient(115deg, #644117 0%, #8c693f 100%);
	color      : #ffffff;
	}

.gradient.theme-644117 .text-themed {
	color : #644117;
	}

.theme-4fdb80 {
	background-color : #4fdb80 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4fdb80:nth-child(even) {
	background-color : #45d176 !important
	}

.gradient.theme-4fdb80 {
	background : -moz-linear-gradient(-25deg, #4fdb80 0%, #27b358 100%);
	background : -webkit-linear-gradient(-25deg, #4fdb80 0%, #27b358 100%);
	background : linear-gradient(115deg, #4fdb80 0%, #27b358 100%);
	color      : #ffffff;
	}

.gradient.theme-4fdb80 .text-themed {
	color : #27b358;
	}

.theme-81c342 {
	background-color : #81c342 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-81c342:nth-child(even) {
	background-color : #77b938 !important
	}

.gradient.theme-81c342 {
	background : -moz-linear-gradient(-25deg, #81c342 0%, #599b1a 100%);
	background : -webkit-linear-gradient(-25deg, #81c342 0%, #599b1a 100%);
	background : linear-gradient(115deg, #81c342 0%, #599b1a 100%);
	color      : #ffffff;
	}

.gradient.theme-81c342 .text-themed {
	color : #599b1a;
	}

.theme-00a9f0 {
	background-color : #00a9f0 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00a9f0:nth-child(even) {
	background-color : #009fe6 !important
	}

.gradient.theme-00a9f0 {
	background : -moz-linear-gradient(-25deg, #00a9f0 0%, #28d1ff 100%);
	background : -webkit-linear-gradient(-25deg, #00a9f0 0%, #28d1ff 100%);
	background : linear-gradient(115deg, #00a9f0 0%, #28d1ff 100%);
	color      : #ffffff;
	}

.gradient.theme-00a9f0 .text-themed {
	color : #00a9f0;
	}

.theme-941b1a {
	background-color : #941b1a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-941b1a:nth-child(even) {
	background-color : #8a1110 !important
	}

.gradient.theme-941b1a {
	background : -moz-linear-gradient(-25deg, #941b1a 0%, #bc4342 100%);
	background : -webkit-linear-gradient(-25deg, #941b1a 0%, #bc4342 100%);
	background : linear-gradient(115deg, #941b1a 0%, #bc4342 100%);
	color      : #ffffff;
	}

.gradient.theme-941b1a .text-themed {
	color : #941b1a;
	}

.theme-ff4b51 {
	background-color : #ff4b51 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff4b51:nth-child(even) {
	background-color : #f54147 !important
	}

.gradient.theme-ff4b51 {
	background : -moz-linear-gradient(-25deg, #ff4b51 0%, #ff7379 100%);
	background : -webkit-linear-gradient(-25deg, #ff4b51 0%, #ff7379 100%);
	background : linear-gradient(115deg, #ff4b51 0%, #ff7379 100%);
	color      : #ffffff;
	}

.gradient.theme-ff4b51 .text-themed {
	color : #ff4b51;
	}

.theme-14a1df {
	background-color : #14a1df !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-14a1df:nth-child(even) {
	background-color : #0a97d5 !important
	}

.gradient.theme-14a1df {
	background : -moz-linear-gradient(-25deg, #14a1df 0%, #3cc9ff 100%);
	background : -webkit-linear-gradient(-25deg, #14a1df 0%, #3cc9ff 100%);
	background : linear-gradient(115deg, #14a1df 0%, #3cc9ff 100%);
	color      : #ffffff;
	}

.gradient.theme-14a1df .text-themed {
	color : #14a1df;
	}

.theme-4681e7 {
	background-color : #4681e7 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4681e7:nth-child(even) {
	background-color : #3c77dd !important
	}

.gradient.theme-4681e7 {
	background : -moz-linear-gradient(-25deg, #4681e7 0%, #6ea9ff 100%);
	background : -webkit-linear-gradient(-25deg, #4681e7 0%, #6ea9ff 100%);
	background : linear-gradient(115deg, #4681e7 0%, #6ea9ff 100%);
	color      : #ffffff;
	}

.gradient.theme-4681e7 .text-themed {
	color : #4681e7;
	}

.theme-ff671f {
	background-color : #ff671f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff671f:nth-child(even) {
	background-color : #f55d15 !important
	}

.gradient.theme-ff671f {
	background : -moz-linear-gradient(-25deg, #ff671f 0%, #ff8f47 100%);
	background : -webkit-linear-gradient(-25deg, #ff671f 0%, #ff8f47 100%);
	background : linear-gradient(115deg, #ff671f 0%, #ff8f47 100%);
	color      : #ffffff;
	}

.gradient.theme-ff671f .text-themed {
	color : #ff671f;
	}

.theme-009eeb {
	background-color : #009eeb !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-009eeb:nth-child(even) {
	background-color : #0094e1 !important
	}

.gradient.theme-009eeb {
	background : -moz-linear-gradient(-25deg, #009eeb 0%, #28c6ff 100%);
	background : -webkit-linear-gradient(-25deg, #009eeb 0%, #28c6ff 100%);
	background : linear-gradient(115deg, #009eeb 0%, #28c6ff 100%);
	color      : #ffffff;
	}

.gradient.theme-009eeb .text-themed {
	color : #009eeb;
	}

.theme-41c5cf {
	background-color : #41c5cf !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-41c5cf:nth-child(even) {
	background-color : #37bbc5 !important
	}

.gradient.theme-41c5cf {
	background : -moz-linear-gradient(-25deg, #41c5cf 0%, #199da7 100%);
	background : -webkit-linear-gradient(-25deg, #41c5cf 0%, #199da7 100%);
	background : linear-gradient(115deg, #41c5cf 0%, #199da7 100%);
	color      : #ffffff;
	}

.gradient.theme-41c5cf .text-themed {
	color : #199da7;
	}

.theme-2666bc {
	background-color : #2666bc !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2666bc:nth-child(even) {
	background-color : #1c5cb2 !important
	}

.gradient.theme-2666bc {
	background : -moz-linear-gradient(-25deg, #2666bc 0%, #4e8ee4 100%);
	background : -webkit-linear-gradient(-25deg, #2666bc 0%, #4e8ee4 100%);
	background : linear-gradient(115deg, #2666bc 0%, #4e8ee4 100%);
	color      : #ffffff;
	}

.gradient.theme-2666bc .text-themed {
	color : #2666bc;
	}

.theme-3895d3 {
	background-color : #3895d3 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3895d3:nth-child(even) {
	background-color : #2e8bc9 !important
	}

.gradient.theme-3895d3 {
	background : -moz-linear-gradient(-25deg, #3895d3 0%, #60bdfb 100%);
	background : -webkit-linear-gradient(-25deg, #3895d3 0%, #60bdfb 100%);
	background : linear-gradient(115deg, #3895d3 0%, #60bdfb 100%);
	color      : #ffffff;
	}

.gradient.theme-3895d3 .text-themed {
	color : #3895d3;
	}

.theme-ff001d {
	background-color : #ff001d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff001d:nth-child(even) {
	background-color : #f50013 !important
	}

.gradient.theme-ff001d {
	background : -moz-linear-gradient(-25deg, #ff001d 0%, #ff2845 100%);
	background : -webkit-linear-gradient(-25deg, #ff001d 0%, #ff2845 100%);
	background : linear-gradient(115deg, #ff001d 0%, #ff2845 100%);
	color      : #ffffff;
	}

.gradient.theme-ff001d .text-themed {
	color : #ff001d;
	}

.theme-1bd741 {
	background-color : #1bd741 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1bd741:nth-child(even) {
	background-color : #11cd37 !important
	}

.gradient.theme-1bd741 {
	background : -moz-linear-gradient(-25deg, #1bd741 0%, #43ff69 100%);
	background : -webkit-linear-gradient(-25deg, #1bd741 0%, #43ff69 100%);
	background : linear-gradient(115deg, #1bd741 0%, #43ff69 100%);
	color      : #ffffff;
	}

.gradient.theme-1bd741 .text-themed {
	color : #1bd741;
	}

.theme-a46497 {
	background-color : #a46497 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-a46497:nth-child(even) {
	background-color : #9a5a8d !important
	}

.gradient.theme-a46497 {
	background : -moz-linear-gradient(-25deg, #a46497 0%, #cc8cbf 100%);
	background : -webkit-linear-gradient(-25deg, #a46497 0%, #cc8cbf 100%);
	background : linear-gradient(115deg, #a46497 0%, #cc8cbf 100%);
	color      : #ffffff;
	}

.gradient.theme-a46497 .text-themed {
	color : #a46497;
	}

.theme-336791 {
	background-color : #336791 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-336791:nth-child(even) {
	background-color : #295d87 !important
	}

.gradient.theme-336791 {
	background : -moz-linear-gradient(-25deg, #336791 0%, #5b8fb9 100%);
	background : -webkit-linear-gradient(-25deg, #336791 0%, #5b8fb9 100%);
	background : linear-gradient(115deg, #336791 0%, #5b8fb9 100%);
	color      : #ffffff;
	}

.gradient.theme-336791 .text-themed {
	color : #336791;
	}

.theme-1d6f42 {
	background-color : #1d6f42 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1d6f42:nth-child(even) {
	background-color : #136538 !important
	}

.gradient.theme-1d6f42 {
	background : -moz-linear-gradient(-25deg, #1d6f42 0%, #45976a 100%);
	background : -webkit-linear-gradient(-25deg, #1d6f42 0%, #45976a 100%);
	background : linear-gradient(115deg, #1d6f42 0%, #45976a 100%);
	color      : #ffffff;
	}

.gradient.theme-1d6f42 .text-themed {
	color : #1d6f42;
	}

.theme-000000 {
	background-color : #000000 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-000000:nth-child(even) {
	background-color : #000000 !important
	}

.gradient.theme-000000 {
	background : -moz-linear-gradient(-25deg, #000000 0%, #282828 100%);
	background : -webkit-linear-gradient(-25deg, #000000 0%, #282828 100%);
	background : linear-gradient(115deg, #000000 0%, #282828 100%);
	color      : #ffffff;
	}

.gradient.theme-000000 .text-themed {
	color : #000000;
	}

.theme-7d3af2 {
	background-color : #7d3af2 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-7d3af2:nth-child(even) {
	background-color : #7330e8 !important
	}

.gradient.theme-7d3af2 {
	background : -moz-linear-gradient(-25deg, #7d3af2 0%, #a562ff 100%);
	background : -webkit-linear-gradient(-25deg, #7d3af2 0%, #a562ff 100%);
	background : linear-gradient(115deg, #7d3af2 0%, #a562ff 100%);
	color      : #ffffff;
	}

.gradient.theme-7d3af2 .text-themed {
	color : #7d3af2;
	}

.theme-a1d36e {
	background-color : #a1d36e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-a1d36e:nth-child(even) {
	background-color : #97c964 !important
	}

.gradient.theme-a1d36e {
	background : -moz-linear-gradient(-25deg, #a1d36e 0%, #79ab46 100%);
	background : -webkit-linear-gradient(-25deg, #a1d36e 0%, #79ab46 100%);
	background : linear-gradient(115deg, #a1d36e 0%, #79ab46 100%);
	color      : #ffffff;
	}

.gradient.theme-a1d36e .text-themed {
	color : #79ab46;
	}

.theme-09091a {
	background-color : #09091a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-09091a:nth-child(even) {
	background-color : #000010 !important
	}

.gradient.theme-09091a {
	background : -moz-linear-gradient(-25deg, #09091a 0%, #313142 100%);
	background : -webkit-linear-gradient(-25deg, #09091a 0%, #313142 100%);
	background : linear-gradient(115deg, #09091a 0%, #313142 100%);
	color      : #ffffff;
	}

.gradient.theme-09091a .text-themed {
	color : #09091a;
	}

.theme-00a2d5 {
	background-color : #00a2d5 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00a2d5:nth-child(even) {
	background-color : #0098cb !important
	}

.gradient.theme-00a2d5 {
	background : -moz-linear-gradient(-25deg, #00a2d5 0%, #28cafd 100%);
	background : -webkit-linear-gradient(-25deg, #00a2d5 0%, #28cafd 100%);
	background : linear-gradient(115deg, #00a2d5 0%, #28cafd 100%);
	color      : #ffffff;
	}

.gradient.theme-00a2d5 .text-themed {
	color : #00a2d5;
	}

.theme-4e42c3 {
	background-color : #4e42c3 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4e42c3:nth-child(even) {
	background-color : #4438b9 !important
	}

.gradient.theme-4e42c3 {
	background : -moz-linear-gradient(-25deg, #4e42c3 0%, #766aeb 100%);
	background : -webkit-linear-gradient(-25deg, #4e42c3 0%, #766aeb 100%);
	background : linear-gradient(115deg, #4e42c3 0%, #766aeb 100%);
	color      : #ffffff;
	}

.gradient.theme-4e42c3 .text-themed {
	color : #4e42c3;
	}

.theme-0604cf {
	background-color : #0604cf !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0604cf:nth-child(even) {
	background-color : #0000c5 !important
	}

.gradient.theme-0604cf {
	background : -moz-linear-gradient(-25deg, #0604cf 0%, #2e2cf7 100%);
	background : -webkit-linear-gradient(-25deg, #0604cf 0%, #2e2cf7 100%);
	background : linear-gradient(115deg, #0604cf 0%, #2e2cf7 100%);
	color      : #ffffff;
	}

.gradient.theme-0604cf .text-themed {
	color : #0604cf;
	}

.theme-292929 {
	background-color : #292929 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-292929:nth-child(even) {
	background-color : #1f1f1f !important
	}

.gradient.theme-292929 {
	background : -moz-linear-gradient(-25deg, #292929 0%, #515151 100%);
	background : -webkit-linear-gradient(-25deg, #292929 0%, #515151 100%);
	background : linear-gradient(115deg, #292929 0%, #515151 100%);
	color      : #ffffff;
	}

.gradient.theme-292929 .text-themed {
	color : #292929;
	}

.theme-33b5e5 {
	background-color : #33b5e5 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-33b5e5:nth-child(even) {
	background-color : #29abdb !important
	}

.gradient.theme-33b5e5 {
	background : -moz-linear-gradient(-25deg, #33b5e5 0%, #5bddff 100%);
	background : -webkit-linear-gradient(-25deg, #33b5e5 0%, #5bddff 100%);
	background : linear-gradient(115deg, #33b5e5 0%, #5bddff 100%);
	color      : #ffffff;
	}

.gradient.theme-33b5e5 .text-themed {
	color : #33b5e5;
	}

.theme-7fb841 {
	background-color : #7fb841 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-7fb841:nth-child(even) {
	background-color : #75ae37 !important
	}

.gradient.theme-7fb841 {
	background : -moz-linear-gradient(-25deg, #7fb841 0%, #579019 100%);
	background : -webkit-linear-gradient(-25deg, #7fb841 0%, #579019 100%);
	background : linear-gradient(115deg, #7fb841 0%, #579019 100%);
	color      : #ffffff;
	}

.gradient.theme-7fb841 .text-themed {
	color : #579019;
	}

.theme-18bfff {
	background-color : #18bfff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-18bfff:nth-child(even) {
	background-color : #0eb5f5 !important
	}

.gradient.theme-18bfff {
	background : -moz-linear-gradient(-25deg, #18bfff 0%, #40e7ff 100%);
	background : -webkit-linear-gradient(-25deg, #18bfff 0%, #40e7ff 100%);
	background : linear-gradient(115deg, #18bfff 0%, #40e7ff 100%);
	color      : #ffffff;
	}

.gradient.theme-18bfff .text-themed {
	color : #18bfff;
	}

.theme-ea646b {
	background-color : #ea646b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ea646b:nth-child(even) {
	background-color : #e05a61 !important
	}

.gradient.theme-ea646b {
	background : -moz-linear-gradient(-25deg, #ea646b 0%, #ff8c93 100%);
	background : -webkit-linear-gradient(-25deg, #ea646b 0%, #ff8c93 100%);
	background : linear-gradient(115deg, #ea646b 0%, #ff8c93 100%);
	color      : #ffffff;
	}

.gradient.theme-ea646b .text-themed {
	color : #ea646b;
	}

.theme-db0024 {
	background-color : #db0024 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-db0024:nth-child(even) {
	background-color : #d1001a !important
	}

.gradient.theme-db0024 {
	background : -moz-linear-gradient(-25deg, #db0024 0%, #ff284c 100%);
	background : -webkit-linear-gradient(-25deg, #db0024 0%, #ff284c 100%);
	background : linear-gradient(115deg, #db0024 0%, #ff284c 100%);
	color      : #ffffff;
	}

.gradient.theme-db0024 .text-themed {
	color : #db0024;
	}

.theme-e34f43 {
	background-color : #e34f43 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e34f43:nth-child(even) {
	background-color : #d94539 !important
	}

.gradient.theme-e34f43 {
	background : -moz-linear-gradient(-25deg, #e34f43 0%, #ff776b 100%);
	background : -webkit-linear-gradient(-25deg, #e34f43 0%, #ff776b 100%);
	background : linear-gradient(115deg, #e34f43 0%, #ff776b 100%);
	color      : #ffffff;
	}

.gradient.theme-e34f43 .text-themed {
	color : #e34f43;
	}

.theme-212b34 {
	background-color : #212b34 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-212b34:nth-child(even) {
	background-color : #17212a !important
	}

.gradient.theme-212b34 {
	background : -moz-linear-gradient(-25deg, #212b34 0%, #49535c 100%);
	background : -webkit-linear-gradient(-25deg, #212b34 0%, #49535c 100%);
	background : linear-gradient(115deg, #212b34 0%, #49535c 100%);
	color      : #ffffff;
	}

.gradient.theme-212b34 .text-themed {
	color : #212b34;
	}

.theme-74c078 {
	background-color : #74c078 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-74c078:nth-child(even) {
	background-color : #6ab66e !important
	}

.gradient.theme-74c078 {
	background : -moz-linear-gradient(-25deg, #74c078 0%, #4c9850 100%);
	background : -webkit-linear-gradient(-25deg, #74c078 0%, #4c9850 100%);
	background : linear-gradient(115deg, #74c078 0%, #4c9850 100%);
	color      : #ffffff;
	}

.gradient.theme-74c078 .text-themed {
	color : #4c9850;
	}

.theme-060608 {
	background-color : #060608 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-060608:nth-child(even) {
	background-color : #000000 !important
	}

.gradient.theme-060608 {
	background : -moz-linear-gradient(-25deg, #060608 0%, #2e2e30 100%);
	background : -webkit-linear-gradient(-25deg, #060608 0%, #2e2e30 100%);
	background : linear-gradient(115deg, #060608 0%, #2e2e30 100%);
	color      : #ffffff;
	}

.gradient.theme-060608 .text-themed {
	color : #060608;
	}

.theme-23c2da {
	background-color : #23c2da !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-23c2da:nth-child(even) {
	background-color : #19b8d0 !important
	}

.gradient.theme-23c2da {
	background : -moz-linear-gradient(-25deg, #23c2da 0%, #4beaff 100%);
	background : -webkit-linear-gradient(-25deg, #23c2da 0%, #4beaff 100%);
	background : linear-gradient(115deg, #23c2da 0%, #4beaff 100%);
	color      : #ffffff;
	}

.gradient.theme-23c2da .text-themed {
	color : #23c2da;
	}

.theme-005cb9 {
	background-color : #005cb9 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-005cb9:nth-child(even) {
	background-color : #0052af !important
	}

.gradient.theme-005cb9 {
	background : -moz-linear-gradient(-25deg, #005cb9 0%, #2884e1 100%);
	background : -webkit-linear-gradient(-25deg, #005cb9 0%, #2884e1 100%);
	background : linear-gradient(115deg, #005cb9 0%, #2884e1 100%);
	color      : #ffffff;
	}

.gradient.theme-005cb9 .text-themed {
	color : #005cb9;
	}

.theme-aa30eb {
	background-color : #aa30eb !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-aa30eb:nth-child(even) {
	background-color : #a026e1 !important
	}

.gradient.theme-aa30eb {
	background : -moz-linear-gradient(-25deg, #aa30eb 0%, #d258ff 100%);
	background : -webkit-linear-gradient(-25deg, #aa30eb 0%, #d258ff 100%);
	background : linear-gradient(115deg, #aa30eb 0%, #d258ff 100%);
	color      : #ffffff;
	}

.gradient.theme-aa30eb .text-themed {
	color : #aa30eb;
	}

.theme-284d7b {
	background-color : #284d7b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-284d7b:nth-child(even) {
	background-color : #1e4371 !important
	}

.gradient.theme-284d7b {
	background : -moz-linear-gradient(-25deg, #284d7b 0%, #5075a3 100%);
	background : -webkit-linear-gradient(-25deg, #284d7b 0%, #5075a3 100%);
	background : linear-gradient(115deg, #284d7b 0%, #5075a3 100%);
	color      : #ffffff;
	}

.gradient.theme-284d7b .text-themed {
	color : #284d7b;
	}

.theme-ee4056 {
	background-color : #ee4056 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ee4056:nth-child(even) {
	background-color : #e4364c !important
	}

.gradient.theme-ee4056 {
	background : -moz-linear-gradient(-25deg, #ee4056 0%, #ff687e 100%);
	background : -webkit-linear-gradient(-25deg, #ee4056 0%, #ff687e 100%);
	background : linear-gradient(115deg, #ee4056 0%, #ff687e 100%);
	color      : #ffffff;
	}

.gradient.theme-ee4056 .text-themed {
	color : #ee4056;
	}

.theme-00818a {
	background-color : #00818a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00818a:nth-child(even) {
	background-color : #007780 !important
	}

.gradient.theme-00818a {
	background : -moz-linear-gradient(-25deg, #00818a 0%, #28a9b2 100%);
	background : -webkit-linear-gradient(-25deg, #00818a 0%, #28a9b2 100%);
	background : linear-gradient(115deg, #00818a 0%, #28a9b2 100%);
	color      : #ffffff;
	}

.gradient.theme-00818a .text-themed {
	color : #00818a;
	}

.theme-00af26 {
	background-color : #00af26 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00af26:nth-child(even) {
	background-color : #00a51c !important
	}

.gradient.theme-00af26 {
	background : -moz-linear-gradient(-25deg, #00af26 0%, #28d74e 100%);
	background : -webkit-linear-gradient(-25deg, #00af26 0%, #28d74e 100%);
	background : linear-gradient(115deg, #00af26 0%, #28d74e 100%);
	color      : #ffffff;
	}

.gradient.theme-00af26 .text-themed {
	color : #00af26;
	}

.theme-088e45 {
	background-color : #088e45 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-088e45:nth-child(even) {
	background-color : #00843b !important
	}

.gradient.theme-088e45 {
	background : -moz-linear-gradient(-25deg, #088e45 0%, #30b66d 100%);
	background : -webkit-linear-gradient(-25deg, #088e45 0%, #30b66d 100%);
	background : linear-gradient(115deg, #088e45 0%, #30b66d 100%);
	color      : #ffffff;
	}

.gradient.theme-088e45 .text-themed {
	color : #088e45;
	}

.theme-3367d6 {
	background-color : #3367d6 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3367d6:nth-child(even) {
	background-color : #295dcc !important
	}

.gradient.theme-3367d6 {
	background : -moz-linear-gradient(-25deg, #3367d6 0%, #5b8ffe 100%);
	background : -webkit-linear-gradient(-25deg, #3367d6 0%, #5b8ffe 100%);
	background : linear-gradient(115deg, #3367d6 0%, #5b8ffe 100%);
	color      : #ffffff;
	}

.gradient.theme-3367d6 .text-themed {
	color : #3367d6;
	}

.theme-5cb02d {
	background-color : #5cb02d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-5cb02d:nth-child(even) {
	background-color : #52a623 !important
	}

.gradient.theme-5cb02d {
	background : -moz-linear-gradient(-25deg, #5cb02d 0%, #84d855 100%);
	background : -webkit-linear-gradient(-25deg, #5cb02d 0%, #84d855 100%);
	background : linear-gradient(115deg, #5cb02d 0%, #84d855 100%);
	color      : #ffffff;
	}

.gradient.theme-5cb02d .text-themed {
	color : #5cb02d;
	}

.theme-1e64f0 {
	background-color : #1e64f0 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1e64f0:nth-child(even) {
	background-color : #145ae6 !important
	}

.gradient.theme-1e64f0 {
	background : -moz-linear-gradient(-25deg, #1e64f0 0%, #468cff 100%);
	background : -webkit-linear-gradient(-25deg, #1e64f0 0%, #468cff 100%);
	background : linear-gradient(115deg, #1e64f0 0%, #468cff 100%);
	color      : #ffffff;
	}

.gradient.theme-1e64f0 .text-themed {
	color : #1e64f0;
	}

.theme-1697f3 {
	background-color : #1697f3 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1697f3:nth-child(even) {
	background-color : #0c8de9 !important
	}

.gradient.theme-1697f3 {
	background : -moz-linear-gradient(-25deg, #1697f3 0%, #3ebfff 100%);
	background : -webkit-linear-gradient(-25deg, #1697f3 0%, #3ebfff 100%);
	background : linear-gradient(115deg, #1697f3 0%, #3ebfff 100%);
	color      : #ffffff;
	}

.gradient.theme-1697f3 .text-themed {
	color : #1697f3;
	}

.theme-f5ab4b {
	background-color : #f5ab4b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f5ab4b:nth-child(even) {
	background-color : #eba141 !important
	}

.gradient.theme-f5ab4b {
	background : -moz-linear-gradient(-25deg, #f5ab4b 0%, #cd8323 100%);
	background : -webkit-linear-gradient(-25deg, #f5ab4b 0%, #cd8323 100%);
	background : linear-gradient(115deg, #f5ab4b 0%, #cd8323 100%);
	color      : #ffffff;
	}

.gradient.theme-f5ab4b .text-themed {
	color : #cd8323;
	}

.theme-4386f9 {
	background-color : #4386f9 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4386f9:nth-child(even) {
	background-color : #397cef !important
	}

.gradient.theme-4386f9 {
	background : -moz-linear-gradient(-25deg, #4386f9 0%, #6baeff 100%);
	background : -webkit-linear-gradient(-25deg, #4386f9 0%, #6baeff 100%);
	background : linear-gradient(115deg, #4386f9 0%, #6baeff 100%);
	color      : #ffffff;
	}

.gradient.theme-4386f9 .text-themed {
	color : #4386f9;
	}

.theme-f2c811 {
	background-color : #f2c811 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f2c811:nth-child(even) {
	background-color : #e8be07 !important
	}

.gradient.theme-f2c811 {
	background : -moz-linear-gradient(-25deg, #f2c811 0%, #caa000 100%);
	background : -webkit-linear-gradient(-25deg, #f2c811 0%, #caa000 100%);
	background : linear-gradient(115deg, #f2c811 0%, #caa000 100%);
	color      : #ffffff;
	}

.gradient.theme-f2c811 .text-themed {
	color : #caa000;
	}

.theme-ff9c00 {
	background-color : #ff9c00 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff9c00:nth-child(even) {
	background-color : #f59200 !important
	}

.gradient.theme-ff9c00 {
	background : -moz-linear-gradient(-25deg, #ff9c00 0%, #d77400 100%);
	background : -webkit-linear-gradient(-25deg, #ff9c00 0%, #d77400 100%);
	background : linear-gradient(115deg, #ff9c00 0%, #d77400 100%);
	color      : #ffffff;
	}

.gradient.theme-ff9c00 .text-themed {
	color : #d77400;
	}

.theme-6633cc {
	background-color : #6633cc !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-6633cc:nth-child(even) {
	background-color : #5c29c2 !important
	}

.gradient.theme-6633cc {
	background : -moz-linear-gradient(-25deg, #6633cc 0%, #8e5bf4 100%);
	background : -webkit-linear-gradient(-25deg, #6633cc 0%, #8e5bf4 100%);
	background : linear-gradient(115deg, #6633cc 0%, #8e5bf4 100%);
	color      : #ffffff;
	}

.gradient.theme-6633cc .text-themed {
	color : #6633cc;
	}

.theme-8eb5f0 {
	background-color : #8eb5f0 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-8eb5f0:nth-child(even) {
	background-color : #84abe6 !important
	}

.gradient.theme-8eb5f0 {
	background : -moz-linear-gradient(-25deg, #8eb5f0 0%, #668dc8 100%);
	background : -webkit-linear-gradient(-25deg, #8eb5f0 0%, #668dc8 100%);
	background : linear-gradient(115deg, #8eb5f0 0%, #668dc8 100%);
	color      : #ffffff;
	}

.gradient.theme-8eb5f0 .text-themed {
	color : #668dc8;
	}

.theme-1aaada {
	background-color : #1aaada !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1aaada:nth-child(even) {
	background-color : #10a0d0 !important
	}

.gradient.theme-1aaada {
	background : -moz-linear-gradient(-25deg, #1aaada 0%, #42d2ff 100%);
	background : -webkit-linear-gradient(-25deg, #1aaada 0%, #42d2ff 100%);
	background : linear-gradient(115deg, #1aaada 0%, #42d2ff 100%);
	color      : #ffffff;
	}

.gradient.theme-1aaada .text-themed {
	color : #1aaada;
	}

.theme-3497d1 {
	background-color : #3497d1 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3497d1:nth-child(even) {
	background-color : #2a8dc7 !important
	}

.gradient.theme-3497d1 {
	background : -moz-linear-gradient(-25deg, #3497d1 0%, #5cbff9 100%);
	background : -webkit-linear-gradient(-25deg, #3497d1 0%, #5cbff9 100%);
	background : linear-gradient(115deg, #3497d1 0%, #5cbff9 100%);
	color      : #ffffff;
	}

.gradient.theme-3497d1 .text-themed {
	color : #3497d1;
	}

.theme-ff7a59 {
	background-color : #ff7a59 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff7a59:nth-child(even) {
	background-color : #f5704f !important
	}

.gradient.theme-ff7a59 {
	background : -moz-linear-gradient(-25deg, #ff7a59 0%, #d75231 100%);
	background : -webkit-linear-gradient(-25deg, #ff7a59 0%, #d75231 100%);
	background : linear-gradient(115deg, #ff7a59 0%, #d75231 100%);
	color      : #ffffff;
	}

.gradient.theme-ff7a59 .text-themed {
	color : #d75231;
	}

.theme-20c98b {
	background-color : #20c98b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-20c98b:nth-child(even) {
	background-color : #16bf81 !important
	}

.gradient.theme-20c98b {
	background : -moz-linear-gradient(-25deg, #20c98b 0%, #48f1b3 100%);
	background : -webkit-linear-gradient(-25deg, #20c98b 0%, #48f1b3 100%);
	background : linear-gradient(115deg, #20c98b 0%, #48f1b3 100%);
	color      : #ffffff;
	}

.gradient.theme-20c98b .text-themed {
	color : #20c98b;
	}

.theme-0062a7 {
	background-color : #0062a7 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0062a7:nth-child(even) {
	background-color : #00589d !important
	}

.gradient.theme-0062a7 {
	background : -moz-linear-gradient(-25deg, #0062a7 0%, #288acf 100%);
	background : -webkit-linear-gradient(-25deg, #0062a7 0%, #288acf 100%);
	background : linear-gradient(115deg, #0062a7 0%, #288acf 100%);
	color      : #ffffff;
	}

.gradient.theme-0062a7 .text-themed {
	color : #0062a7;
	}

.theme-094ab2 {
	background-color : #094ab2 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-094ab2:nth-child(even) {
	background-color : #0040a8 !important
	}

.gradient.theme-094ab2 {
	background : -moz-linear-gradient(-25deg, #094ab2 0%, #3172da 100%);
	background : -webkit-linear-gradient(-25deg, #094ab2 0%, #3172da 100%);
	background : linear-gradient(115deg, #094ab2 0%, #3172da 100%);
	color      : #ffffff;
	}

.gradient.theme-094ab2 .text-themed {
	color : #094ab2;
	}

.theme-339fec {
	background-color : #339fec !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-339fec:nth-child(even) {
	background-color : #2995e2 !important
	}

.gradient.theme-339fec {
	background : -moz-linear-gradient(-25deg, #339fec 0%, #5bc7ff 100%);
	background : -webkit-linear-gradient(-25deg, #339fec 0%, #5bc7ff 100%);
	background : linear-gradient(115deg, #339fec 0%, #5bc7ff 100%);
	color      : #ffffff;
	}

.gradient.theme-339fec .text-themed {
	color : #339fec;
	}

.theme-22b574 {
	background-color : #22b574 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-22b574:nth-child(even) {
	background-color : #18ab6a !important
	}

.gradient.theme-22b574 {
	background : -moz-linear-gradient(-25deg, #22b574 0%, #4add9c 100%);
	background : -webkit-linear-gradient(-25deg, #22b574 0%, #4add9c 100%);
	background : linear-gradient(115deg, #22b574 0%, #4add9c 100%);
	color      : #ffffff;
	}

.gradient.theme-22b574 .text-themed {
	color : #22b574;
	}

.theme-252b5b {
	background-color : #252b5b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-252b5b:nth-child(even) {
	background-color : #1b2151 !important
	}

.gradient.theme-252b5b {
	background : -moz-linear-gradient(-25deg, #252b5b 0%, #4d5383 100%);
	background : -webkit-linear-gradient(-25deg, #252b5b 0%, #4d5383 100%);
	background : linear-gradient(115deg, #252b5b 0%, #4d5383 100%);
	color      : #ffffff;
	}

.gradient.theme-252b5b .text-themed {
	color : #252b5b;
	}

.theme-410093 {
	background-color : #410093 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-410093:nth-child(even) {
	background-color : #370089 !important
	}

.gradient.theme-410093 {
	background : -moz-linear-gradient(-25deg, #410093 0%, #6928bb 100%);
	background : -webkit-linear-gradient(-25deg, #410093 0%, #6928bb 100%);
	background : linear-gradient(115deg, #410093 0%, #6928bb 100%);
	color      : #ffffff;
	}

.gradient.theme-410093 .text-themed {
	color : #410093;
	}

.theme-f15152 {
	background-color : #f15152 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f15152:nth-child(even) {
	background-color : #e74748 !important
	}

.gradient.theme-f15152 {
	background : -moz-linear-gradient(-25deg, #f15152 0%, #ff797a 100%);
	background : -webkit-linear-gradient(-25deg, #f15152 0%, #ff797a 100%);
	background : linear-gradient(115deg, #f15152 0%, #ff797a 100%);
	color      : #ffffff;
	}

.gradient.theme-f15152 .text-themed {
	color : #f15152;
	}

.theme-5786c4 {
	background-color : #5786c4 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-5786c4:nth-child(even) {
	background-color : #4d7cba !important
	}

.gradient.theme-5786c4 {
	background : -moz-linear-gradient(-25deg, #5786c4 0%, #7faeec 100%);
	background : -webkit-linear-gradient(-25deg, #5786c4 0%, #7faeec 100%);
	background : linear-gradient(115deg, #5786c4 0%, #7faeec 100%);
	color      : #ffffff;
	}

.gradient.theme-5786c4 .text-themed {
	color : #5786c4;
	}

.theme-3f82ef {
	background-color : #3f82ef !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3f82ef:nth-child(even) {
	background-color : #3578e5 !important
	}

.gradient.theme-3f82ef {
	background : -moz-linear-gradient(-25deg, #3f82ef 0%, #67aaff 100%);
	background : -webkit-linear-gradient(-25deg, #3f82ef 0%, #67aaff 100%);
	background : linear-gradient(115deg, #3f82ef 0%, #67aaff 100%);
	color      : #ffffff;
	}

.gradient.theme-3f82ef .text-themed {
	color : #3f82ef;
	}

.theme-4174da {
	background-color : #4174da !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4174da:nth-child(even) {
	background-color : #376ad0 !important
	}

.gradient.theme-4174da {
	background : -moz-linear-gradient(-25deg, #4174da 0%, #699cff 100%);
	background : -webkit-linear-gradient(-25deg, #4174da 0%, #699cff 100%);
	background : linear-gradient(115deg, #4174da 0%, #699cff 100%);
	color      : #ffffff;
	}

.gradient.theme-4174da .text-themed {
	color : #4174da;
	}

.theme-ff1616 {
	background-color : #ff1616 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff1616:nth-child(even) {
	background-color : #f50c0c !important
	}

.gradient.theme-ff1616 {
	background : -moz-linear-gradient(-25deg, #ff1616 0%, #ff3e3e 100%);
	background : -webkit-linear-gradient(-25deg, #ff1616 0%, #ff3e3e 100%);
	background : linear-gradient(115deg, #ff1616 0%, #ff3e3e 100%);
	color      : #ffffff;
	}

.gradient.theme-ff1616 .text-themed {
	color : #ff1616;
	}

.theme-715aa9 {
	background-color : #715aa9 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-715aa9:nth-child(even) {
	background-color : #67509f !important
	}

.gradient.theme-715aa9 {
	background : -moz-linear-gradient(-25deg, #715aa9 0%, #9982d1 100%);
	background : -webkit-linear-gradient(-25deg, #715aa9 0%, #9982d1 100%);
	background : linear-gradient(115deg, #715aa9 0%, #9982d1 100%);
	color      : #ffffff;
	}

.gradient.theme-715aa9 .text-themed {
	color : #715aa9;
	}

.theme-46a548 {
	background-color : #46a548 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-46a548:nth-child(even) {
	background-color : #3c9b3e !important
	}

.gradient.theme-46a548 {
	background : -moz-linear-gradient(-25deg, #46a548 0%, #6ecd70 100%);
	background : -webkit-linear-gradient(-25deg, #46a548 0%, #6ecd70 100%);
	background : linear-gradient(115deg, #46a548 0%, #6ecd70 100%);
	color      : #ffffff;
	}

.gradient.theme-46a548 .text-themed {
	color : #46a548;
	}

.theme-179cde {
	background-color : #179cde !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-179cde:nth-child(even) {
	background-color : #0d92d4 !important
	}

.gradient.theme-179cde {
	background : -moz-linear-gradient(-25deg, #179cde 0%, #3fc4ff 100%);
	background : -webkit-linear-gradient(-25deg, #179cde 0%, #3fc4ff 100%);
	background : linear-gradient(115deg, #179cde 0%, #3fc4ff 100%);
	color      : #ffffff;
	}

.gradient.theme-179cde .text-themed {
	color : #179cde;
	}

.theme-5271ff {
	background-color : #5271ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-5271ff:nth-child(even) {
	background-color : #4867f5 !important
	}

.gradient.theme-5271ff {
	background : -moz-linear-gradient(-25deg, #5271ff 0%, #7a99ff 100%);
	background : -webkit-linear-gradient(-25deg, #5271ff 0%, #7a99ff 100%);
	background : linear-gradient(115deg, #5271ff 0%, #7a99ff 100%);
	color      : #ffffff;
	}

.gradient.theme-5271ff .text-themed {
	color : #5271ff;
	}

.theme-000001 {
	background-color : #000001 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-000001:nth-child(even) {
	background-color : #000000 !important
	}

.gradient.theme-000001 {
	background : -moz-linear-gradient(-25deg, #000001 0%, #282829 100%);
	background : -webkit-linear-gradient(-25deg, #000001 0%, #282829 100%);
	background : linear-gradient(115deg, #000001 0%, #282829 100%);
	color      : #ffffff;
	}

.gradient.theme-000001 .text-themed {
	color : #000001;
	}

.theme-016784 {
	background-color : #016784 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-016784:nth-child(even) {
	background-color : #005d7a !important
	}

.gradient.theme-016784 {
	background : -moz-linear-gradient(-25deg, #016784 0%, #298fac 100%);
	background : -webkit-linear-gradient(-25deg, #016784 0%, #298fac 100%);
	background : linear-gradient(115deg, #016784 0%, #298fac 100%);
	color      : #ffffff;
	}

.gradient.theme-016784 .text-themed {
	color : #016784;
	}

.theme-4d90fe {
	background-color : #4d90fe !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4d90fe:nth-child(even) {
	background-color : #4386f4 !important
	}

.gradient.theme-4d90fe {
	background : -moz-linear-gradient(-25deg, #4d90fe 0%, #75b8ff 100%);
	background : -webkit-linear-gradient(-25deg, #4d90fe 0%, #75b8ff 100%);
	background : linear-gradient(115deg, #4d90fe 0%, #75b8ff 100%);
	color      : #ffffff;
	}

.gradient.theme-4d90fe .text-themed {
	color : #4d90fe;
	}

.theme-194b7d {
	background-color : #194b7d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-194b7d:nth-child(even) {
	background-color : #0f4173 !important
	}

.gradient.theme-194b7d {
	background : -moz-linear-gradient(-25deg, #194b7d 0%, #4173a5 100%);
	background : -webkit-linear-gradient(-25deg, #194b7d 0%, #4173a5 100%);
	background : linear-gradient(115deg, #194b7d 0%, #4173a5 100%);
	color      : #ffffff;
	}

.gradient.theme-194b7d .text-themed {
	color : #194b7d;
	}

.theme-795de7 {
	background-color : #795de7 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-795de7:nth-child(even) {
	background-color : #6f53dd !important
	}

.gradient.theme-795de7 {
	background : -moz-linear-gradient(-25deg, #795de7 0%, #a185ff 100%);
	background : -webkit-linear-gradient(-25deg, #795de7 0%, #a185ff 100%);
	background : linear-gradient(115deg, #795de7 0%, #a185ff 100%);
	color      : #ffffff;
	}

.gradient.theme-795de7 .text-themed {
	color : #795de7;
	}

.theme-425a5f {
	background-color : #425a5f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-425a5f:nth-child(even) {
	background-color : #385055 !important
	}

.gradient.theme-425a5f {
	background : -moz-linear-gradient(-25deg, #425a5f 0%, #6a8287 100%);
	background : -webkit-linear-gradient(-25deg, #425a5f 0%, #6a8287 100%);
	background : linear-gradient(115deg, #425a5f 0%, #6a8287 100%);
	color      : #ffffff;
	}

.gradient.theme-425a5f .text-themed {
	color : #425a5f;
	}

.theme-dd4524 {
	background-color : #dd4524 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-dd4524:nth-child(even) {
	background-color : #d33b1a !important
	}

.gradient.theme-dd4524 {
	background : -moz-linear-gradient(-25deg, #dd4524 0%, #ff6d4c 100%);
	background : -webkit-linear-gradient(-25deg, #dd4524 0%, #ff6d4c 100%);
	background : linear-gradient(115deg, #dd4524 0%, #ff6d4c 100%);
	color      : #ffffff;
	}

.gradient.theme-dd4524 .text-themed {
	color : #dd4524;
	}

.theme-6156d6 {
	background-color : #6156d6 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-6156d6:nth-child(even) {
	background-color : #574ccc !important
	}

.gradient.theme-6156d6 {
	background : -moz-linear-gradient(-25deg, #6156d6 0%, #897efe 100%);
	background : -webkit-linear-gradient(-25deg, #6156d6 0%, #897efe 100%);
	background : linear-gradient(115deg, #6156d6 0%, #897efe 100%);
	color      : #ffffff;
	}

.gradient.theme-6156d6 .text-themed {
	color : #6156d6;
	}

.theme-6f5ca8 {
	background-color : #6f5ca8 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-6f5ca8:nth-child(even) {
	background-color : #65529e !important
	}

.gradient.theme-6f5ca8 {
	background : -moz-linear-gradient(-25deg, #6f5ca8 0%, #9784d0 100%);
	background : -webkit-linear-gradient(-25deg, #6f5ca8 0%, #9784d0 100%);
	background : linear-gradient(115deg, #6f5ca8 0%, #9784d0 100%);
	color      : #ffffff;
	}

.gradient.theme-6f5ca8 .text-themed {
	color : #6f5ca8;
	}

.theme-25d366 {
	background-color : #25d366 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-25d366:nth-child(even) {
	background-color : #1bc95c !important
	}

.gradient.theme-25d366 {
	background : -moz-linear-gradient(-25deg, #25d366 0%, #4dfb8e 100%);
	background : -webkit-linear-gradient(-25deg, #25d366 0%, #4dfb8e 100%);
	background : linear-gradient(115deg, #25d366 0%, #4dfb8e 100%);
	color      : #ffffff;
	}

.gradient.theme-25d366 .text-themed {
	color : #25d366;
	}

.theme-db4c3f {
	background-color : #db4c3f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-db4c3f:nth-child(even) {
	background-color : #d14235 !important
	}

.gradient.theme-db4c3f {
	background : -moz-linear-gradient(-25deg, #db4c3f 0%, #ff7467 100%);
	background : -webkit-linear-gradient(-25deg, #db4c3f 0%, #ff7467 100%);
	background : linear-gradient(115deg, #db4c3f 0%, #ff7467 100%);
	color      : #ffffff;
	}

.gradient.theme-db4c3f .text-themed {
	color : #db4c3f;
	}

.theme-00b1ef {
	background-color : #00b1ef !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00b1ef:nth-child(even) {
	background-color : #00a7e5 !important
	}

.gradient.theme-00b1ef {
	background : -moz-linear-gradient(-25deg, #00b1ef 0%, #28d9ff 100%);
	background : -webkit-linear-gradient(-25deg, #00b1ef 0%, #28d9ff 100%);
	background : linear-gradient(115deg, #00b1ef 0%, #28d9ff 100%);
	color      : #ffffff;
	}

.gradient.theme-00b1ef .text-themed {
	color : #00b1ef;
	}

.theme-9a68fc {
	background-color : #9a68fc !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-9a68fc:nth-child(even) {
	background-color : #905ef2 !important
	}

.gradient.theme-9a68fc {
	background : -moz-linear-gradient(-25deg, #9a68fc 0%, #c290ff 100%);
	background : -webkit-linear-gradient(-25deg, #9a68fc 0%, #c290ff 100%);
	background : linear-gradient(115deg, #9a68fc 0%, #c290ff 100%);
	color      : #ffffff;
	}

.gradient.theme-9a68fc .text-themed {
	color : #9a68fc;
	}

.theme-38d8ff {
	background-color : #38d8ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-38d8ff:nth-child(even) {
	background-color : #2ecef5 !important
	}

.gradient.theme-38d8ff {
	background : -moz-linear-gradient(-25deg, #38d8ff 0%, #10b0d7 100%);
	background : -webkit-linear-gradient(-25deg, #38d8ff 0%, #10b0d7 100%);
	background : linear-gradient(115deg, #38d8ff 0%, #10b0d7 100%);
	color      : #ffffff;
	}

.gradient.theme-38d8ff .text-themed {
	color : #10b0d7;
	}

.theme-4081ec {
	background-color : #4081ec !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4081ec:nth-child(even) {
	background-color : #3677e2 !important
	}

.gradient.theme-4081ec {
	background : -moz-linear-gradient(-25deg, #4081ec 0%, #68a9ff 100%);
	background : -webkit-linear-gradient(-25deg, #4081ec 0%, #68a9ff 100%);
	background : linear-gradient(115deg, #4081ec 0%, #68a9ff 100%);
	color      : #ffffff;
	}

.gradient.theme-4081ec .text-themed {
	color : #4081ec;
	}

.theme-ffae21 {
	background-color : #ffae21 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ffae21:nth-child(even) {
	background-color : #f5a417 !important
	}

.gradient.theme-ffae21 {
	background : -moz-linear-gradient(-25deg, #ffae21 0%, #d78600 100%);
	background : -webkit-linear-gradient(-25deg, #ffae21 0%, #d78600 100%);
	background : linear-gradient(115deg, #ffae21 0%, #d78600 100%);
	color      : #ffffff;
	}

.gradient.theme-ffae21 .text-themed {
	color : #d78600;
	}

.theme-053fd1 {
	background-color : #053fd1 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-053fd1:nth-child(even) {
	background-color : #0035c7 !important
	}

.gradient.theme-053fd1 {
	background : -moz-linear-gradient(-25deg, #053fd1 0%, #2d67f9 100%);
	background : -webkit-linear-gradient(-25deg, #053fd1 0%, #2d67f9 100%);
	background : linear-gradient(115deg, #053fd1 0%, #2d67f9 100%);
	color      : #ffffff;
	}

.gradient.theme-053fd1 .text-themed {
	color : #053fd1;
	}

.theme-37a9e1 {
	background-color : #37a9e1 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-37a9e1:nth-child(even) {
	background-color : #2d9fd7 !important
	}

.gradient.theme-37a9e1 {
	background : -moz-linear-gradient(-25deg, #37a9e1 0%, #5fd1ff 100%);
	background : -webkit-linear-gradient(-25deg, #37a9e1 0%, #5fd1ff 100%);
	background : linear-gradient(115deg, #37a9e1 0%, #5fd1ff 100%);
	color      : #ffffff;
	}

.gradient.theme-37a9e1 .text-themed {
	color : #37a9e1;
	}

.theme-add037 {
	background-color : #add037 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-add037:nth-child(even) {
	background-color : #a3c62d !important
	}

.gradient.theme-add037 {
	background : -moz-linear-gradient(-25deg, #add037 0%, #85a80f 100%);
	background : -webkit-linear-gradient(-25deg, #add037 0%, #85a80f 100%);
	background : linear-gradient(115deg, #add037 0%, #85a80f 100%);
	color      : #ffffff;
	}

.gradient.theme-add037 .text-themed {
	color : #85a80f;
	}

.theme-5fc7e3 {
	background-color : #5fc7e3 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-5fc7e3:nth-child(even) {
	background-color : #55bdd9 !important
	}

.gradient.theme-5fc7e3 {
	background : -moz-linear-gradient(-25deg, #5fc7e3 0%, #379fbb 100%);
	background : -webkit-linear-gradient(-25deg, #5fc7e3 0%, #379fbb 100%);
	background : linear-gradient(115deg, #5fc7e3 0%, #379fbb 100%);
	color      : #ffffff;
	}

.gradient.theme-5fc7e3 .text-themed {
	color : #379fbb;
	}

.theme-4b89b2 {
	background-color : #4b89b2 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4b89b2:nth-child(even) {
	background-color : #417fa8 !important
	}

.gradient.theme-4b89b2 {
	background : -moz-linear-gradient(-25deg, #4b89b2 0%, #73b1da 100%);
	background : -webkit-linear-gradient(-25deg, #4b89b2 0%, #73b1da 100%);
	background : linear-gradient(115deg, #4b89b2 0%, #73b1da 100%);
	color      : #ffffff;
	}

.gradient.theme-4b89b2 .text-themed {
	color : #4b89b2;
	}

.theme-d2b48c {
	background-color : #d2b48c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-d2b48c:nth-child(even) {
	background-color : #c8aa82 !important
	}

.gradient.theme-d2b48c {
	background : -moz-linear-gradient(-25deg, #d2b48c 0%, #aa8c64 100%);
	background : -webkit-linear-gradient(-25deg, #d2b48c 0%, #aa8c64 100%);
	background : linear-gradient(115deg, #d2b48c 0%, #aa8c64 100%);
	color      : #ffffff;
	}

.gradient.theme-d2b48c .text-themed {
	color : #aa8c64;
	}

.theme-00a5ff {
	background-color : #00a5ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00a5ff:nth-child(even) {
	background-color : #009bf5 !important
	}

.gradient.theme-00a5ff {
	background : -moz-linear-gradient(-25deg, #00a5ff 0%, #28cdff 100%);
	background : -webkit-linear-gradient(-25deg, #00a5ff 0%, #28cdff 100%);
	background : linear-gradient(115deg, #00a5ff 0%, #28cdff 100%);
	color      : #ffffff;
	}

.gradient.theme-00a5ff .text-themed {
	color : #00a5ff;
	}

.theme-43467f {
	background-color : #43467f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-43467f:nth-child(even) {
	background-color : #393c75 !important
	}

.gradient.theme-43467f {
	background : -moz-linear-gradient(-25deg, #43467f 0%, #6b6ea7 100%);
	background : -webkit-linear-gradient(-25deg, #43467f 0%, #6b6ea7 100%);
	background : linear-gradient(115deg, #43467f 0%, #6b6ea7 100%);
	color      : #ffffff;
	}

.gradient.theme-43467f .text-themed {
	color : #43467f;
	}

.theme-33ff33 {
	background-color : #33ff33 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-33ff33:nth-child(even) {
	background-color : #29f529 !important
	}

.gradient.theme-33ff33 {
	background : -moz-linear-gradient(-25deg, #33ff33 0%, #0bd70b 100%);
	background : -webkit-linear-gradient(-25deg, #33ff33 0%, #0bd70b 100%);
	background : linear-gradient(115deg, #33ff33 0%, #0bd70b 100%);
	color      : #ffffff;
	}

.gradient.theme-33ff33 .text-themed {
	color : #0bd70b;
	}

.theme-1caad9 {
	background-color : #1caad9 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1caad9:nth-child(even) {
	background-color : #12a0cf !important
	}

.gradient.theme-1caad9 {
	background : -moz-linear-gradient(-25deg, #1caad9 0%, #44d2ff 100%);
	background : -webkit-linear-gradient(-25deg, #1caad9 0%, #44d2ff 100%);
	background : linear-gradient(115deg, #1caad9 0%, #44d2ff 100%);
	color      : #ffffff;
	}

.gradient.theme-1caad9 .text-themed {
	color : #1caad9;
	}

.theme-00576a {
	background-color : #00576a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00576a:nth-child(even) {
	background-color : #004d60 !important
	}

.gradient.theme-00576a {
	background : -moz-linear-gradient(-25deg, #00576a 0%, #287f92 100%);
	background : -webkit-linear-gradient(-25deg, #00576a 0%, #287f92 100%);
	background : linear-gradient(115deg, #00576a 0%, #287f92 100%);
	color      : #ffffff;
	}

.gradient.theme-00576a .text-themed {
	color : #00576a;
	}

.theme-86c8bc {
	background-color : #86c8bc !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-86c8bc:nth-child(even) {
	background-color : #7cbeb2 !important
	}

.gradient.theme-86c8bc {
	background : -moz-linear-gradient(-25deg, #86c8bc 0%, #5ea094 100%);
	background : -webkit-linear-gradient(-25deg, #86c8bc 0%, #5ea094 100%);
	background : linear-gradient(115deg, #86c8bc 0%, #5ea094 100%);
	color      : #ffffff;
	}

.gradient.theme-86c8bc .text-themed {
	color : #5ea094;
	}

.theme-05155c {
	background-color : #05155c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-05155c:nth-child(even) {
	background-color : #000b52 !important
	}

.gradient.theme-05155c {
	background : -moz-linear-gradient(-25deg, #05155c 0%, #2d3d84 100%);
	background : -webkit-linear-gradient(-25deg, #05155c 0%, #2d3d84 100%);
	background : linear-gradient(115deg, #05155c 0%, #2d3d84 100%);
	color      : #ffffff;
	}

.gradient.theme-05155c .text-themed {
	color : #05155c;
	}

.theme-bb4e45 {
	background-color : #bb4e45 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-bb4e45:nth-child(even) {
	background-color : #b1443b !important
	}

.gradient.theme-bb4e45 {
	background : -moz-linear-gradient(-25deg, #bb4e45 0%, #e3766d 100%);
	background : -webkit-linear-gradient(-25deg, #bb4e45 0%, #e3766d 100%);
	background : linear-gradient(115deg, #bb4e45 0%, #e3766d 100%);
	color      : #ffffff;
	}

.gradient.theme-bb4e45 .text-themed {
	color : #bb4e45;
	}

.theme-005287 {
	background-color : #005287 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-005287:nth-child(even) {
	background-color : #00487d !important
	}

.gradient.theme-005287 {
	background : -moz-linear-gradient(-25deg, #005287 0%, #287aaf 100%);
	background : -webkit-linear-gradient(-25deg, #005287 0%, #287aaf 100%);
	background : linear-gradient(115deg, #005287 0%, #287aaf 100%);
	color      : #ffffff;
	}

.gradient.theme-005287 .text-themed {
	color : #005287;
	}

.theme-003e51 {
	background-color : #003e51 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-003e51:nth-child(even) {
	background-color : #003447 !important
	}

.gradient.theme-003e51 {
	background : -moz-linear-gradient(-25deg, #003e51 0%, #286679 100%);
	background : -webkit-linear-gradient(-25deg, #003e51 0%, #286679 100%);
	background : linear-gradient(115deg, #003e51 0%, #286679 100%);
	color      : #ffffff;
	}

.gradient.theme-003e51 .text-themed {
	color : #003e51;
	}

.theme-2b50ed {
	background-color : #2b50ed !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2b50ed:nth-child(even) {
	background-color : #2146e3 !important
	}

.gradient.theme-2b50ed {
	background : -moz-linear-gradient(-25deg, #2b50ed 0%, #5378ff 100%);
	background : -webkit-linear-gradient(-25deg, #2b50ed 0%, #5378ff 100%);
	background : linear-gradient(115deg, #2b50ed 0%, #5378ff 100%);
	color      : #ffffff;
	}

.gradient.theme-2b50ed .text-themed {
	color : #2b50ed;
	}

.theme-304a73 {
	background-color : #304a73 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-304a73:nth-child(even) {
	background-color : #264069 !important
	}

.gradient.theme-304a73 {
	background : -moz-linear-gradient(-25deg, #304a73 0%, #58729b 100%);
	background : -webkit-linear-gradient(-25deg, #304a73 0%, #58729b 100%);
	background : linear-gradient(115deg, #304a73 0%, #58729b 100%);
	color      : #ffffff;
	}

.gradient.theme-304a73 .text-themed {
	color : #304a73;
	}

.theme-0300e2 {
	background-color : #0300e2 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0300e2:nth-child(even) {
	background-color : #0000d8 !important
	}

.gradient.theme-0300e2 {
	background : -moz-linear-gradient(-25deg, #0300e2 0%, #2b28ff 100%);
	background : -webkit-linear-gradient(-25deg, #0300e2 0%, #2b28ff 100%);
	background : linear-gradient(115deg, #0300e2 0%, #2b28ff 100%);
	color      : #ffffff;
	}

.gradient.theme-0300e2 .text-themed {
	color : #0300e2;
	}

.theme-45b7e9 {
	background-color : #45b7e9 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-45b7e9:nth-child(even) {
	background-color : #3baddf !important
	}

.gradient.theme-45b7e9 {
	background : -moz-linear-gradient(-25deg, #45b7e9 0%, #1d8fc1 100%);
	background : -webkit-linear-gradient(-25deg, #45b7e9 0%, #1d8fc1 100%);
	background : linear-gradient(115deg, #45b7e9 0%, #1d8fc1 100%);
	color      : #ffffff;
	}

.gradient.theme-45b7e9 .text-themed {
	color : #1d8fc1;
	}

.theme-ff9900 {
	background-color : #ff9900 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff9900:nth-child(even) {
	background-color : #f58f00 !important
	}

.gradient.theme-ff9900 {
	background : -moz-linear-gradient(-25deg, #ff9900 0%, #d77100 100%);
	background : -webkit-linear-gradient(-25deg, #ff9900 0%, #d77100 100%);
	background : linear-gradient(115deg, #ff9900 0%, #d77100 100%);
	color      : #ffffff;
	}

.gradient.theme-ff9900 .text-themed {
	color : #d77100;
	}

.theme-fff40a {
	background-color : #fff40a !important;
	color            : #000000 !important
	}

.list-group-icons .theme-fff40a:nth-child(even) {
	background-color : #f5ea00 !important
	}

.gradient.theme-fff40a {
	background : -moz-linear-gradient(-25deg, #fff40a 0%, #d7cc00 100%);
	background : -webkit-linear-gradient(-25deg, #fff40a 0%, #d7cc00 100%);
	background : linear-gradient(115deg, #fff40a 0%, #d7cc00 100%);
	color      : #000000;
	}

.gradient.theme-fff40a .text-themed {
	color : #d7cc00;
	}

.theme-fff40a img:not(.avatar):not(.no-invert) {
	-webkit-filter : invert(100%);
	-moz-filter    : invert(100%);
	-ms-filter     : invert(100%);
	-o-filter      : invert(100%);
	filter         : invert(100%)
	}

.theme-ffd0a5 {
	background-color : #ffd0a5 !important;
	color            : #000000 !important
	}

.list-group-icons .theme-ffd0a5:nth-child(even) {
	background-color : #f5c69b !important
	}

.gradient.theme-ffd0a5 {
	background : -moz-linear-gradient(-25deg, #ffd0a5 0%, #d7a87d 100%);
	background : -webkit-linear-gradient(-25deg, #ffd0a5 0%, #d7a87d 100%);
	background : linear-gradient(115deg, #ffd0a5 0%, #d7a87d 100%);
	color      : #000000;
	}

.gradient.theme-ffd0a5 .text-themed {
	color : #d7a87d;
	}

.theme-ffd0a5 img:not(.avatar):not(.no-invert) {
	-webkit-filter : invert(100%);
	-moz-filter    : invert(100%);
	-ms-filter     : invert(100%);
	-o-filter      : invert(100%);
	filter         : invert(100%)
	}

.theme-364a65 {
	background-color : #364a65 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-364a65:nth-child(even) {
	background-color : #2c405b !important
	}

.gradient.theme-364a65 {
	background : -moz-linear-gradient(-25deg, #364a65 0%, #5e728d 100%);
	background : -webkit-linear-gradient(-25deg, #364a65 0%, #5e728d 100%);
	background : linear-gradient(115deg, #364a65 0%, #5e728d 100%);
	color      : #ffffff;
	}

.gradient.theme-364a65 .text-themed {
	color : #364a65;
	}

.theme-3dc714 {
	background-color : #3dc714 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3dc714:nth-child(even) {
	background-color : #33bd0a !important
	}

.gradient.theme-3dc714 {
	background : -moz-linear-gradient(-25deg, #3dc714 0%, #65ef3c 100%);
	background : -webkit-linear-gradient(-25deg, #3dc714 0%, #65ef3c 100%);
	background : linear-gradient(115deg, #3dc714 0%, #65ef3c 100%);
	color      : #ffffff;
	}

.gradient.theme-3dc714 .text-themed {
	color : #3dc714;
	}

.theme-d7f5ed {
	background-color : #d7f5ed !important;
	color            : #000000 !important
	}

.list-group-icons .theme-d7f5ed:nth-child(even) {
	background-color : #cdebe3 !important
	}

.gradient.theme-d7f5ed {
	background : -moz-linear-gradient(-25deg, #d7f5ed 0%, #afcdc5 100%);
	background : -webkit-linear-gradient(-25deg, #d7f5ed 0%, #afcdc5 100%);
	background : linear-gradient(115deg, #d7f5ed 0%, #afcdc5 100%);
	color      : #000000;
	}

.gradient.theme-d7f5ed .text-themed {
	color : #afcdc5;
	}

.theme-d7f5ed img:not(.avatar):not(.no-invert) {
	-webkit-filter : invert(100%);
	-moz-filter    : invert(100%);
	-ms-filter     : invert(100%);
	-o-filter      : invert(100%);
	filter         : invert(100%)
	}

.theme-006fc1 {
	background-color : #006fc1 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-006fc1:nth-child(even) {
	background-color : #0065b7 !important
	}

.gradient.theme-006fc1 {
	background : -moz-linear-gradient(-25deg, #006fc1 0%, #2897e9 100%);
	background : -webkit-linear-gradient(-25deg, #006fc1 0%, #2897e9 100%);
	background : linear-gradient(115deg, #006fc1 0%, #2897e9 100%);
	color      : #ffffff;
	}

.gradient.theme-006fc1 .text-themed {
	color : #006fc1;
	}

.theme-00e676 {
	background-color : #00e676 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00e676:nth-child(even) {
	background-color : #00dc6c !important
	}

.gradient.theme-00e676 {
	background : -moz-linear-gradient(-25deg, #00e676 0%, #28ff9e 100%);
	background : -webkit-linear-gradient(-25deg, #00e676 0%, #28ff9e 100%);
	background : linear-gradient(115deg, #00e676 0%, #28ff9e 100%);
	color      : #ffffff;
	}

.gradient.theme-00e676 .text-themed {
	color : #00e676;
	}

.theme-e5426e {
	background-color : #e5426e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e5426e:nth-child(even) {
	background-color : #db3864 !important
	}

.gradient.theme-e5426e {
	background : -moz-linear-gradient(-25deg, #e5426e 0%, #ff6a96 100%);
	background : -webkit-linear-gradient(-25deg, #e5426e 0%, #ff6a96 100%);
	background : linear-gradient(115deg, #e5426e 0%, #ff6a96 100%);
	color      : #ffffff;
	}

.gradient.theme-e5426e .text-themed {
	color : #e5426e;
	}

.theme-0083d3 {
	background-color : #0083d3 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0083d3:nth-child(even) {
	background-color : #0079c9 !important
	}

.gradient.theme-0083d3 {
	background : -moz-linear-gradient(-25deg, #0083d3 0%, #28abfb 100%);
	background : -webkit-linear-gradient(-25deg, #0083d3 0%, #28abfb 100%);
	background : linear-gradient(115deg, #0083d3 0%, #28abfb 100%);
	color      : #ffffff;
	}

.gradient.theme-0083d3 .text-themed {
	color : #0083d3;
	}

.theme-663399 {
	background-color : #663399 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-663399:nth-child(even) {
	background-color : #5c298f !important
	}

.gradient.theme-663399 {
	background : -moz-linear-gradient(-25deg, #663399 0%, #8e5bc1 100%);
	background : -webkit-linear-gradient(-25deg, #663399 0%, #8e5bc1 100%);
	background : linear-gradient(115deg, #663399 0%, #8e5bc1 100%);
	color      : #ffffff;
	}

.gradient.theme-663399 .text-themed {
	color : #663399;
	}

.theme-2e60bc {
	background-color : #2e60bc !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2e60bc:nth-child(even) {
	background-color : #2456b2 !important
	}

.gradient.theme-2e60bc {
	background : -moz-linear-gradient(-25deg, #2e60bc 0%, #5688e4 100%);
	background : -webkit-linear-gradient(-25deg, #2e60bc 0%, #5688e4 100%);
	background : linear-gradient(115deg, #2e60bc 0%, #5688e4 100%);
	color      : #ffffff;
	}

.gradient.theme-2e60bc .text-themed {
	color : #2e60bc;
	}

.theme-2d95d9 {
	background-color : #2d95d9 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2d95d9:nth-child(even) {
	background-color : #238bcf !important
	}

.gradient.theme-2d95d9 {
	background : -moz-linear-gradient(-25deg, #2d95d9 0%, #55bdff 100%);
	background : -webkit-linear-gradient(-25deg, #2d95d9 0%, #55bdff 100%);
	background : linear-gradient(115deg, #2d95d9 0%, #55bdff 100%);
	color      : #ffffff;
	}

.gradient.theme-2d95d9 .text-themed {
	color : #2d95d9;
	}

.theme-ff5037 {
	background-color : #ff5037 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff5037:nth-child(even) {
	background-color : #f5462d !important
	}

.gradient.theme-ff5037 {
	background : -moz-linear-gradient(-25deg, #ff5037 0%, #ff785f 100%);
	background : -webkit-linear-gradient(-25deg, #ff5037 0%, #ff785f 100%);
	background : linear-gradient(115deg, #ff5037 0%, #ff785f 100%);
	color      : #ffffff;
	}

.gradient.theme-ff5037 .text-themed {
	color : #ff5037;
	}

.theme-f1592a {
	background-color : #f1592a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f1592a:nth-child(even) {
	background-color : #e74f20 !important
	}

.gradient.theme-f1592a {
	background : -moz-linear-gradient(-25deg, #f1592a 0%, #ff8152 100%);
	background : -webkit-linear-gradient(-25deg, #f1592a 0%, #ff8152 100%);
	background : linear-gradient(115deg, #f1592a 0%, #ff8152 100%);
	color      : #ffffff;
	}

.gradient.theme-f1592a .text-themed {
	color : #f1592a;
	}

.theme-487db2 {
	background-color : #487db2 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-487db2:nth-child(even) {
	background-color : #3e73a8 !important
	}

.gradient.theme-487db2 {
	background : -moz-linear-gradient(-25deg, #487db2 0%, #70a5da 100%);
	background : -webkit-linear-gradient(-25deg, #487db2 0%, #70a5da 100%);
	background : linear-gradient(115deg, #487db2 0%, #70a5da 100%);
	color      : #ffffff;
	}

.gradient.theme-487db2 .text-themed {
	color : #487db2;
	}

.theme-2a7be5 {
	background-color : #2a7be5 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2a7be5:nth-child(even) {
	background-color : #2071db !important
	}

.gradient.theme-2a7be5 {
	background : -moz-linear-gradient(-25deg, #2a7be5 0%, #52a3ff 100%);
	background : -webkit-linear-gradient(-25deg, #2a7be5 0%, #52a3ff 100%);
	background : linear-gradient(115deg, #2a7be5 0%, #52a3ff 100%);
	color      : #ffffff;
	}

.gradient.theme-2a7be5 .text-themed {
	color : #2a7be5;
	}

.theme-00a7da {
	background-color : #00a7da !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00a7da:nth-child(even) {
	background-color : #009dd0 !important
	}

.gradient.theme-00a7da {
	background : -moz-linear-gradient(-25deg, #00a7da 0%, #28cfff 100%);
	background : -webkit-linear-gradient(-25deg, #00a7da 0%, #28cfff 100%);
	background : linear-gradient(115deg, #00a7da 0%, #28cfff 100%);
	color      : #ffffff;
	}

.gradient.theme-00a7da .text-themed {
	color : #00a7da;
	}

.theme-d26c22 {
	background-color : #d26c22 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-d26c22:nth-child(even) {
	background-color : #c86218 !important
	}

.gradient.theme-d26c22 {
	background : -moz-linear-gradient(-25deg, #d26c22 0%, #fa944a 100%);
	background : -webkit-linear-gradient(-25deg, #d26c22 0%, #fa944a 100%);
	background : linear-gradient(115deg, #d26c22 0%, #fa944a 100%);
	color      : #ffffff;
	}

.gradient.theme-d26c22 .text-themed {
	color : #d26c22;
	}

.theme-00b1e5 {
	background-color : #00b1e5 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00b1e5:nth-child(even) {
	background-color : #00a7db !important
	}

.gradient.theme-00b1e5 {
	background : -moz-linear-gradient(-25deg, #00b1e5 0%, #28d9ff 100%);
	background : -webkit-linear-gradient(-25deg, #00b1e5 0%, #28d9ff 100%);
	background : linear-gradient(115deg, #00b1e5 0%, #28d9ff 100%);
	color      : #ffffff;
	}

.gradient.theme-00b1e5 .text-themed {
	color : #00b1e5;
	}

.theme-0789e3 {
	background-color : #0789e3 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0789e3:nth-child(even) {
	background-color : #007fd9 !important
	}

.gradient.theme-0789e3 {
	background : -moz-linear-gradient(-25deg, #0789e3 0%, #2fb1ff 100%);
	background : -webkit-linear-gradient(-25deg, #0789e3 0%, #2fb1ff 100%);
	background : linear-gradient(115deg, #0789e3 0%, #2fb1ff 100%);
	color      : #ffffff;
	}

.gradient.theme-0789e3 .text-themed {
	color : #0789e3;
	}

.theme-baccfc {
	background-color : #baccfc !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-baccfc:nth-child(even) {
	background-color : #b0c2f2 !important
	}

.gradient.theme-baccfc {
	background : -moz-linear-gradient(-25deg, #baccfc 0%, #92a4d4 100%);
	background : -webkit-linear-gradient(-25deg, #baccfc 0%, #92a4d4 100%);
	background : linear-gradient(115deg, #baccfc 0%, #92a4d4 100%);
	color      : #ffffff;
	}

.gradient.theme-baccfc .text-themed {
	color : #92a4d4;
	}

.theme-ba007b {
	background-color : #ba007b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ba007b:nth-child(even) {
	background-color : #b00071 !important
	}

.gradient.theme-ba007b {
	background : -moz-linear-gradient(-25deg, #ba007b 0%, #e228a3 100%);
	background : -webkit-linear-gradient(-25deg, #ba007b 0%, #e228a3 100%);
	background : linear-gradient(115deg, #ba007b 0%, #e228a3 100%);
	color      : #ffffff;
	}

.gradient.theme-ba007b .text-themed {
	color : #ba007b;
	}

.theme-2481d7 {
	background-color : #2481d7 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2481d7:nth-child(even) {
	background-color : #1a77cd !important
	}

.gradient.theme-2481d7 {
	background : -moz-linear-gradient(-25deg, #2481d7 0%, #4ca9ff 100%);
	background : -webkit-linear-gradient(-25deg, #2481d7 0%, #4ca9ff 100%);
	background : linear-gradient(115deg, #2481d7 0%, #4ca9ff 100%);
	color      : #ffffff;
	}

.gradient.theme-2481d7 .text-themed {
	color : #2481d7;
	}

.theme-06adef {
	background-color : #06adef !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-06adef:nth-child(even) {
	background-color : #00a3e5 !important
	}

.gradient.theme-06adef {
	background : -moz-linear-gradient(-25deg, #06adef 0%, #2ed5ff 100%);
	background : -webkit-linear-gradient(-25deg, #06adef 0%, #2ed5ff 100%);
	background : linear-gradient(115deg, #06adef 0%, #2ed5ff 100%);
	color      : #ffffff;
	}

.gradient.theme-06adef .text-themed {
	color : #06adef;
	}

.theme-0084fe {
	background-color : #0084fe !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0084fe:nth-child(even) {
	background-color : #007af4 !important
	}

.gradient.theme-0084fe {
	background : -moz-linear-gradient(-25deg, #0084fe 0%, #28acff 100%);
	background : -webkit-linear-gradient(-25deg, #0084fe 0%, #28acff 100%);
	background : linear-gradient(115deg, #0084fe 0%, #28acff 100%);
	color      : #ffffff;
	}

.gradient.theme-0084fe .text-themed {
	color : #0084fe;
	}

.theme-28943a {
	background-color : #28943a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-28943a:nth-child(even) {
	background-color : #1e8a30 !important
	}

.gradient.theme-28943a {
	background : -moz-linear-gradient(-25deg, #28943a 0%, #50bc62 100%);
	background : -webkit-linear-gradient(-25deg, #28943a 0%, #50bc62 100%);
	background : linear-gradient(115deg, #28943a 0%, #50bc62 100%);
	color      : #ffffff;
	}

.gradient.theme-28943a .text-themed {
	color : #28943a;
	}

.theme-4c8cf5 {
	background-color : #4c8cf5 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4c8cf5:nth-child(even) {
	background-color : #4282eb !important
	}

.gradient.theme-4c8cf5 {
	background : -moz-linear-gradient(-25deg, #4c8cf5 0%, #74b4ff 100%);
	background : -webkit-linear-gradient(-25deg, #4c8cf5 0%, #74b4ff 100%);
	background : linear-gradient(115deg, #4c8cf5 0%, #74b4ff 100%);
	color      : #ffffff;
	}

.gradient.theme-4c8cf5 .text-themed {
	color : #4c8cf5;
	}

.theme-e91f63 {
	background-color : #e91f63 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e91f63:nth-child(even) {
	background-color : #df1559 !important
	}

.gradient.theme-e91f63 {
	background : -moz-linear-gradient(-25deg, #e91f63 0%, #ff478b 100%);
	background : -webkit-linear-gradient(-25deg, #e91f63 0%, #ff478b 100%);
	background : linear-gradient(115deg, #e91f63 0%, #ff478b 100%);
	color      : #ffffff;
	}

.gradient.theme-e91f63 .text-themed {
	color : #e91f63;
	}

.theme-1e3957 {
	background-color : #1e3957 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1e3957:nth-child(even) {
	background-color : #142f4d !important
	}

.gradient.theme-1e3957 {
	background : -moz-linear-gradient(-25deg, #1e3957 0%, #46617f 100%);
	background : -webkit-linear-gradient(-25deg, #1e3957 0%, #46617f 100%);
	background : linear-gradient(115deg, #1e3957 0%, #46617f 100%);
	color      : #ffffff;
	}

.gradient.theme-1e3957 .text-themed {
	color : #1e3957;
	}

.theme-22c2b5 {
	background-color : #22c2b5 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-22c2b5:nth-child(even) {
	background-color : #18b8ab !important
	}

.gradient.theme-22c2b5 {
	background : -moz-linear-gradient(-25deg, #22c2b5 0%, #4aeadd 100%);
	background : -webkit-linear-gradient(-25deg, #22c2b5 0%, #4aeadd 100%);
	background : linear-gradient(115deg, #22c2b5 0%, #4aeadd 100%);
	color      : #ffffff;
	}

.gradient.theme-22c2b5 .text-themed {
	color : #22c2b5;
	}

.theme-65a300 {
	background-color : #65a300 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-65a300:nth-child(even) {
	background-color : #5b9900 !important
	}

.gradient.theme-65a300 {
	background : -moz-linear-gradient(-25deg, #65a300 0%, #8dcb28 100%);
	background : -webkit-linear-gradient(-25deg, #65a300 0%, #8dcb28 100%);
	background : linear-gradient(115deg, #65a300 0%, #8dcb28 100%);
	color      : #ffffff;
	}

.gradient.theme-65a300 .text-themed {
	color : #65a300;
	}

.theme-9bdf46 {
	background-color : #9bdf46 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-9bdf46:nth-child(even) {
	background-color : #91d53c !important
	}

.gradient.theme-9bdf46 {
	background : -moz-linear-gradient(-25deg, #9bdf46 0%, #73b71e 100%);
	background : -webkit-linear-gradient(-25deg, #9bdf46 0%, #73b71e 100%);
	background : linear-gradient(115deg, #9bdf46 0%, #73b71e 100%);
	color      : #ffffff;
	}

.gradient.theme-9bdf46 .text-themed {
	color : #73b71e;
	}

.theme-ac94ea {
	background-color : #ac94ea !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ac94ea:nth-child(even) {
	background-color : #a28ae0 !important
	}

.gradient.theme-ac94ea {
	background : -moz-linear-gradient(-25deg, #ac94ea 0%, #846cc2 100%);
	background : -webkit-linear-gradient(-25deg, #ac94ea 0%, #846cc2 100%);
	background : linear-gradient(115deg, #ac94ea 0%, #846cc2 100%);
	color      : #ffffff;
	}

.gradient.theme-ac94ea .text-themed {
	color : #846cc2;
	}

.theme-f8991d {
	background-color : #f8991d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f8991d:nth-child(even) {
	background-color : #ee8f13 !important
	}

.gradient.theme-f8991d {
	background : -moz-linear-gradient(-25deg, #f8991d 0%, #d07100 100%);
	background : -webkit-linear-gradient(-25deg, #f8991d 0%, #d07100 100%);
	background : linear-gradient(115deg, #f8991d 0%, #d07100 100%);
	color      : #ffffff;
	}

.gradient.theme-f8991d .text-themed {
	color : #d07100;
	}

.theme-33475b {
	background-color : #33475b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-33475b:nth-child(even) {
	background-color : #293d51 !important
	}

.gradient.theme-33475b {
	background : -moz-linear-gradient(-25deg, #33475b 0%, #5b6f83 100%);
	background : -webkit-linear-gradient(-25deg, #33475b 0%, #5b6f83 100%);
	background : linear-gradient(115deg, #33475b 0%, #5b6f83 100%);
	color      : #ffffff;
	}

.gradient.theme-33475b .text-themed {
	color : #33475b;
	}

.theme-ee7d23 {
	background-color : #ee7d23 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ee7d23:nth-child(even) {
	background-color : #e47319 !important
	}

.gradient.theme-ee7d23 {
	background : -moz-linear-gradient(-25deg, #ee7d23 0%, #ffa54b 100%);
	background : -webkit-linear-gradient(-25deg, #ee7d23 0%, #ffa54b 100%);
	background : linear-gradient(115deg, #ee7d23 0%, #ffa54b 100%);
	color      : #ffffff;
	}

.gradient.theme-ee7d23 .text-themed {
	color : #ee7d23;
	}

.theme-fffa0c {
	background-color : #fffa0c !important;
	color            : #000000 !important
	}

.list-group-icons .theme-fffa0c:nth-child(even) {
	background-color : #f5f002 !important
	}

.gradient.theme-fffa0c {
	background : -moz-linear-gradient(-25deg, #fffa0c 0%, #d7d200 100%);
	background : -webkit-linear-gradient(-25deg, #fffa0c 0%, #d7d200 100%);
	background : linear-gradient(115deg, #fffa0c 0%, #d7d200 100%);
	color      : #000000;
	}

.gradient.theme-fffa0c .text-themed {
	color : #d7d200;
	}

.theme-fffa0c img:not(.avatar):not(.no-invert) {
	-webkit-filter : invert(100%);
	-moz-filter    : invert(100%);
	-ms-filter     : invert(100%);
	-o-filter      : invert(100%);
	filter         : invert(100%)
	}

.theme-499aff {
	background-color : #499aff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-499aff:nth-child(even) {
	background-color : #3f90f5 !important
	}

.gradient.theme-499aff {
	background : -moz-linear-gradient(-25deg, #499aff 0%, #71c2ff 100%);
	background : -webkit-linear-gradient(-25deg, #499aff 0%, #71c2ff 100%);
	background : linear-gradient(115deg, #499aff 0%, #71c2ff 100%);
	color      : #ffffff;
	}

.gradient.theme-499aff .text-themed {
	color : #499aff;
	}

.theme-ff5e00 {
	background-color : #ff5e00 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff5e00:nth-child(even) {
	background-color : #f55400 !important
	}

.gradient.theme-ff5e00 {
	background : -moz-linear-gradient(-25deg, #ff5e00 0%, #ff8628 100%);
	background : -webkit-linear-gradient(-25deg, #ff5e00 0%, #ff8628 100%);
	background : linear-gradient(115deg, #ff5e00 0%, #ff8628 100%);
	color      : #ffffff;
	}

.gradient.theme-ff5e00 .text-themed {
	color : #ff5e00;
	}

.theme-1e9ad5 {
	background-color : #1e9ad5 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1e9ad5:nth-child(even) {
	background-color : #1490cb !important
	}

.gradient.theme-1e9ad5 {
	background : -moz-linear-gradient(-25deg, #1e9ad5 0%, #46c2fd 100%);
	background : -webkit-linear-gradient(-25deg, #1e9ad5 0%, #46c2fd 100%);
	background : linear-gradient(115deg, #1e9ad5 0%, #46c2fd 100%);
	color      : #ffffff;
	}

.gradient.theme-1e9ad5 .text-themed {
	color : #1e9ad5;
	}

.theme-d94496 {
	background-color : #d94496 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-d94496:nth-child(even) {
	background-color : #cf3a8c !important
	}

.gradient.theme-d94496 {
	background : -moz-linear-gradient(-25deg, #d94496 0%, #ff6cbe 100%);
	background : -webkit-linear-gradient(-25deg, #d94496 0%, #ff6cbe 100%);
	background : linear-gradient(115deg, #d94496 0%, #ff6cbe 100%);
	color      : #ffffff;
	}

.gradient.theme-d94496 .text-themed {
	color : #d94496;
	}

.theme-05bc52 {
	background-color : #05bc52 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-05bc52:nth-child(even) {
	background-color : #00b248 !important
	}

.gradient.theme-05bc52 {
	background : -moz-linear-gradient(-25deg, #05bc52 0%, #2de47a 100%);
	background : -webkit-linear-gradient(-25deg, #05bc52 0%, #2de47a 100%);
	background : linear-gradient(115deg, #05bc52 0%, #2de47a 100%);
	color      : #ffffff;
	}

.gradient.theme-05bc52 .text-themed {
	color : #05bc52;
	}

.theme-ffa001 {
	background-color : #ffa001 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ffa001:nth-child(even) {
	background-color : #f59600 !important
	}

.gradient.theme-ffa001 {
	background : -moz-linear-gradient(-25deg, #ffa001 0%, #d77800 100%);
	background : -webkit-linear-gradient(-25deg, #ffa001 0%, #d77800 100%);
	background : linear-gradient(115deg, #ffa001 0%, #d77800 100%);
	color      : #ffffff;
	}

.gradient.theme-ffa001 .text-themed {
	color : #d77800;
	}

.theme-fbbd04 {
	background-color : #fbbd04 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-fbbd04:nth-child(even) {
	background-color : #f1b300 !important
	}

.gradient.theme-fbbd04 {
	background : -moz-linear-gradient(-25deg, #fbbd04 0%, #d39500 100%);
	background : -webkit-linear-gradient(-25deg, #fbbd04 0%, #d39500 100%);
	background : linear-gradient(115deg, #fbbd04 0%, #d39500 100%);
	color      : #ffffff;
	}

.gradient.theme-fbbd04 .text-themed {
	color : #d39500;
	}

.theme-3ded97 {
	background-color : #3ded97 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3ded97:nth-child(even) {
	background-color : #33e38d !important
	}

.gradient.theme-3ded97 {
	background : -moz-linear-gradient(-25deg, #3ded97 0%, #15c56f 100%);
	background : -webkit-linear-gradient(-25deg, #3ded97 0%, #15c56f 100%);
	background : linear-gradient(115deg, #3ded97 0%, #15c56f 100%);
	color      : #ffffff;
	}

.gradient.theme-3ded97 .text-themed {
	color : #15c56f;
	}

.theme-1e285a {
	background-color : #1e285a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1e285a:nth-child(even) {
	background-color : #141e50 !important
	}

.gradient.theme-1e285a {
	background : -moz-linear-gradient(-25deg, #1e285a 0%, #465082 100%);
	background : -webkit-linear-gradient(-25deg, #1e285a 0%, #465082 100%);
	background : linear-gradient(115deg, #1e285a 0%, #465082 100%);
	color      : #ffffff;
	}

.gradient.theme-1e285a .text-themed {
	color : #1e285a;
	}

.theme-186cda {
	background-color : #186cda !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-186cda:nth-child(even) {
	background-color : #0e62d0 !important
	}

.gradient.theme-186cda {
	background : -moz-linear-gradient(-25deg, #186cda 0%, #4094ff 100%);
	background : -webkit-linear-gradient(-25deg, #186cda 0%, #4094ff 100%);
	background : linear-gradient(115deg, #186cda 0%, #4094ff 100%);
	color      : #ffffff;
	}

.gradient.theme-186cda .text-themed {
	color : #186cda;
	}

.theme-f5a417 {
	background-color : #f5a417 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f5a417:nth-child(even) {
	background-color : #eb9a0d !important
	}

.gradient.theme-f5a417 {
	background : -moz-linear-gradient(-25deg, #f5a417 0%, #cd7c00 100%);
	background : -webkit-linear-gradient(-25deg, #f5a417 0%, #cd7c00 100%);
	background : linear-gradient(115deg, #f5a417 0%, #cd7c00 100%);
	color      : #ffffff;
	}

.gradient.theme-f5a417 .text-themed {
	color : #cd7c00;
	}

.theme-ffcf4d {
	background-color : #ffcf4d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ffcf4d:nth-child(even) {
	background-color : #f5c543 !important
	}

.gradient.theme-ffcf4d {
	background : -moz-linear-gradient(-25deg, #ffcf4d 0%, #d7a725 100%);
	background : -webkit-linear-gradient(-25deg, #ffcf4d 0%, #d7a725 100%);
	background : linear-gradient(115deg, #ffcf4d 0%, #d7a725 100%);
	color      : #ffffff;
	}

.gradient.theme-ffcf4d .text-themed {
	color : #d7a725;
	}

.theme-00def8 {
	background-color : #00def8 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00def8:nth-child(even) {
	background-color : #00d4ee !important
	}

.gradient.theme-00def8 {
	background : -moz-linear-gradient(-25deg, #00def8 0%, #00b6d0 100%);
	background : -webkit-linear-gradient(-25deg, #00def8 0%, #00b6d0 100%);
	background : linear-gradient(115deg, #00def8 0%, #00b6d0 100%);
	color      : #ffffff;
	}

.gradient.theme-00def8 .text-themed {
	color : #00b6d0;
	}

.theme-ff5500 {
	background-color : #ff5500 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff5500:nth-child(even) {
	background-color : #f54b00 !important
	}

.gradient.theme-ff5500 {
	background : -moz-linear-gradient(-25deg, #ff5500 0%, #ff7d28 100%);
	background : -webkit-linear-gradient(-25deg, #ff5500 0%, #ff7d28 100%);
	background : linear-gradient(115deg, #ff5500 0%, #ff7d28 100%);
	color      : #ffffff;
	}

.gradient.theme-ff5500 .text-themed {
	color : #ff5500;
	}

.theme-527da4 {
	background-color : #527da4 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-527da4:nth-child(even) {
	background-color : #48739a !important
	}

.gradient.theme-527da4 {
	background : -moz-linear-gradient(-25deg, #527da4 0%, #7aa5cc 100%);
	background : -webkit-linear-gradient(-25deg, #527da4 0%, #7aa5cc 100%);
	background : linear-gradient(115deg, #527da4 0%, #7aa5cc 100%);
	color      : #ffffff;
	}

.gradient.theme-527da4 .text-themed {
	color : #527da4;
	}

.theme-7289da {
	background-color : #7289da !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-7289da:nth-child(even) {
	background-color : #687fd0 !important
	}

.gradient.theme-7289da {
	background : -moz-linear-gradient(-25deg, #7289da 0%, #9ab1ff 100%);
	background : -webkit-linear-gradient(-25deg, #7289da 0%, #9ab1ff 100%);
	background : linear-gradient(115deg, #7289da 0%, #9ab1ff 100%);
	color      : #ffffff;
	}

.gradient.theme-7289da .text-themed {
	color : #7289da;
	}

.theme-81b4a1 {
	background-color : #81b4a1 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-81b4a1:nth-child(even) {
	background-color : #77aa97 !important
	}

.gradient.theme-81b4a1 {
	background : -moz-linear-gradient(-25deg, #81b4a1 0%, #598c79 100%);
	background : -webkit-linear-gradient(-25deg, #81b4a1 0%, #598c79 100%);
	background : linear-gradient(115deg, #81b4a1 0%, #598c79 100%);
	color      : #ffffff;
	}

.gradient.theme-81b4a1 .text-themed {
	color : #598c79;
	}

.theme-388aed {
	background-color : #388aed !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-388aed:nth-child(even) {
	background-color : #2e80e3 !important
	}

.gradient.theme-388aed {
	background : -moz-linear-gradient(-25deg, #388aed 0%, #60b2ff 100%);
	background : -webkit-linear-gradient(-25deg, #388aed 0%, #60b2ff 100%);
	background : linear-gradient(115deg, #388aed 0%, #60b2ff 100%);
	color      : #ffffff;
	}

.gradient.theme-388aed .text-themed {
	color : #388aed;
	}

.theme-f9278e {
	background-color : #f9278e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f9278e:nth-child(even) {
	background-color : #ef1d84 !important
	}

.gradient.theme-f9278e {
	background : -moz-linear-gradient(-25deg, #f9278e 0%, #ff4fb6 100%);
	background : -webkit-linear-gradient(-25deg, #f9278e 0%, #ff4fb6 100%);
	background : linear-gradient(115deg, #f9278e 0%, #ff4fb6 100%);
	color      : #ffffff;
	}

.gradient.theme-f9278e .text-themed {
	color : #f9278e;
	}

.theme-f77802 {
	background-color : #f77802 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f77802:nth-child(even) {
	background-color : #ed6e00 !important
	}

.gradient.theme-f77802 {
	background : -moz-linear-gradient(-25deg, #f77802 0%, #ffa02a 100%);
	background : -webkit-linear-gradient(-25deg, #f77802 0%, #ffa02a 100%);
	background : linear-gradient(115deg, #f77802 0%, #ffa02a 100%);
	color      : #ffffff;
	}

.gradient.theme-f77802 .text-themed {
	color : #f77802;
	}

.theme-22aee6 {
	background-color : #22aee6 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-22aee6:nth-child(even) {
	background-color : #18a4dc !important
	}

.gradient.theme-22aee6 {
	background : -moz-linear-gradient(-25deg, #22aee6 0%, #4ad6ff 100%);
	background : -webkit-linear-gradient(-25deg, #22aee6 0%, #4ad6ff 100%);
	background : linear-gradient(115deg, #22aee6 0%, #4ad6ff 100%);
	color      : #ffffff;
	}

.gradient.theme-22aee6 .text-themed {
	color : #22aee6;
	}

.theme-fecd5f {
	background-color : #fecd5f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-fecd5f:nth-child(even) {
	background-color : #f4c355 !important
	}

.gradient.theme-fecd5f {
	background : -moz-linear-gradient(-25deg, #fecd5f 0%, #d6a537 100%);
	background : -webkit-linear-gradient(-25deg, #fecd5f 0%, #d6a537 100%);
	background : linear-gradient(115deg, #fecd5f 0%, #d6a537 100%);
	color      : #ffffff;
	}

.gradient.theme-fecd5f .text-themed {
	color : #d6a537;
	}

.theme-cc2233 {
	background-color : #cc2233 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-cc2233:nth-child(even) {
	background-color : #c21829 !important
	}

.gradient.theme-cc2233 {
	background : -moz-linear-gradient(-25deg, #cc2233 0%, #f44a5b 100%);
	background : -webkit-linear-gradient(-25deg, #cc2233 0%, #f44a5b 100%);
	background : linear-gradient(115deg, #cc2233 0%, #f44a5b 100%);
	color      : #ffffff;
	}

.gradient.theme-cc2233 .text-themed {
	color : #cc2233;
	}

.theme-ff8c00 {
	background-color : #ff8c00 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff8c00:nth-child(even) {
	background-color : #f58200 !important
	}

.gradient.theme-ff8c00 {
	background : -moz-linear-gradient(-25deg, #ff8c00 0%, #d76400 100%);
	background : -webkit-linear-gradient(-25deg, #ff8c00 0%, #d76400 100%);
	background : linear-gradient(115deg, #ff8c00 0%, #d76400 100%);
	color      : #ffffff;
	}

.gradient.theme-ff8c00 .text-themed {
	color : #d76400;
	}

.theme-f7941d {
	background-color : #f7941d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f7941d:nth-child(even) {
	background-color : #ed8a13 !important
	}

.gradient.theme-f7941d {
	background : -moz-linear-gradient(-25deg, #f7941d 0%, #cf6c00 100%);
	background : -webkit-linear-gradient(-25deg, #f7941d 0%, #cf6c00 100%);
	background : linear-gradient(115deg, #f7941d 0%, #cf6c00 100%);
	color      : #ffffff;
	}

.gradient.theme-f7941d .text-themed {
	color : #cf6c00;
	}

.theme-2199d3 {
	background-color : #2199d3 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2199d3:nth-child(even) {
	background-color : #178fc9 !important
	}

.gradient.theme-2199d3 {
	background : -moz-linear-gradient(-25deg, #2199d3 0%, #49c1fb 100%);
	background : -webkit-linear-gradient(-25deg, #2199d3 0%, #49c1fb 100%);
	background : linear-gradient(115deg, #2199d3 0%, #49c1fb 100%);
	color      : #ffffff;
	}

.gradient.theme-2199d3 .text-themed {
	color : #2199d3;
	}

.theme-eb5768 {
	background-color : #eb5768 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-eb5768:nth-child(even) {
	background-color : #e14d5e !important
	}

.gradient.theme-eb5768 {
	background : -moz-linear-gradient(-25deg, #eb5768 0%, #ff7f90 100%);
	background : -webkit-linear-gradient(-25deg, #eb5768 0%, #ff7f90 100%);
	background : linear-gradient(115deg, #eb5768 0%, #ff7f90 100%);
	color      : #ffffff;
	}

.gradient.theme-eb5768 .text-themed {
	color : #eb5768;
	}

.theme-ffa800 {
	background-color : #ffa800 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ffa800:nth-child(even) {
	background-color : #f59e00 !important
	}

.gradient.theme-ffa800 {
	background : -moz-linear-gradient(-25deg, #ffa800 0%, #d78000 100%);
	background : -webkit-linear-gradient(-25deg, #ffa800 0%, #d78000 100%);
	background : linear-gradient(115deg, #ffa800 0%, #d78000 100%);
	color      : #ffffff;
	}

.gradient.theme-ffa800 .text-themed {
	color : #d78000;
	}

.theme-00c300 {
	background-color : #00c300 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00c300:nth-child(even) {
	background-color : #00b900 !important
	}

.gradient.theme-00c300 {
	background : -moz-linear-gradient(-25deg, #00c300 0%, #28eb28 100%);
	background : -webkit-linear-gradient(-25deg, #00c300 0%, #28eb28 100%);
	background : linear-gradient(115deg, #00c300 0%, #28eb28 100%);
	color      : #ffffff;
	}

.gradient.theme-00c300 .text-themed {
	color : #00c300;
	}

.theme-282828 {
	background-color : #282828 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-282828:nth-child(even) {
	background-color : #1e1e1e !important
	}

.gradient.theme-282828 {
	background : -moz-linear-gradient(-25deg, #282828 0%, #505050 100%);
	background : -webkit-linear-gradient(-25deg, #282828 0%, #505050 100%);
	background : linear-gradient(115deg, #282828 0%, #505050 100%);
	color      : #ffffff;
	}

.gradient.theme-282828 .text-themed {
	color : #282828;
	}

.theme-1b1a1a {
	background-color : #1b1a1a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1b1a1a:nth-child(even) {
	background-color : #111010 !important
	}

.gradient.theme-1b1a1a {
	background : -moz-linear-gradient(-25deg, #1b1a1a 0%, #434242 100%);
	background : -webkit-linear-gradient(-25deg, #1b1a1a 0%, #434242 100%);
	background : linear-gradient(115deg, #1b1a1a 0%, #434242 100%);
	color      : #ffffff;
	}

.gradient.theme-1b1a1a .text-themed {
	color : #1b1a1a;
	}

.theme-00c08b {
	background-color : #00c08b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00c08b:nth-child(even) {
	background-color : #00b681 !important
	}

.gradient.theme-00c08b {
	background : -moz-linear-gradient(-25deg, #00c08b 0%, #28e8b3 100%);
	background : -webkit-linear-gradient(-25deg, #00c08b 0%, #28e8b3 100%);
	background : linear-gradient(115deg, #00c08b 0%, #28e8b3 100%);
	color      : #ffffff;
	}

.gradient.theme-00c08b .text-themed {
	color : #00c08b;
	}

.theme-0581ff {
	background-color : #0581ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0581ff:nth-child(even) {
	background-color : #0077f5 !important
	}

.gradient.theme-0581ff {
	background : -moz-linear-gradient(-25deg, #0581ff 0%, #2da9ff 100%);
	background : -webkit-linear-gradient(-25deg, #0581ff 0%, #2da9ff 100%);
	background : linear-gradient(115deg, #0581ff 0%, #2da9ff 100%);
	color      : #ffffff;
	}

.gradient.theme-0581ff .text-themed {
	color : #0581ff;
	}

.theme-3c8dbc {
	background-color : #3c8dbc !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3c8dbc:nth-child(even) {
	background-color : #3283b2 !important
	}

.gradient.theme-3c8dbc {
	background : -moz-linear-gradient(-25deg, #3c8dbc 0%, #64b5e4 100%);
	background : -webkit-linear-gradient(-25deg, #3c8dbc 0%, #64b5e4 100%);
	background : linear-gradient(115deg, #3c8dbc 0%, #64b5e4 100%);
	color      : #ffffff;
	}

.gradient.theme-3c8dbc .text-themed {
	color : #3c8dbc;
	}

.theme-f15a29 {
	background-color : #f15a29 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f15a29:nth-child(even) {
	background-color : #e7501f !important
	}

.gradient.theme-f15a29 {
	background : -moz-linear-gradient(-25deg, #f15a29 0%, #ff8251 100%);
	background : -webkit-linear-gradient(-25deg, #f15a29 0%, #ff8251 100%);
	background : linear-gradient(115deg, #f15a29 0%, #ff8251 100%);
	color      : #ffffff;
	}

.gradient.theme-f15a29 .text-themed {
	color : #f15a29;
	}

.theme-0095ff {
	background-color : #0095ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0095ff:nth-child(even) {
	background-color : #008bf5 !important
	}

.gradient.theme-0095ff {
	background : -moz-linear-gradient(-25deg, #0095ff 0%, #28bdff 100%);
	background : -webkit-linear-gradient(-25deg, #0095ff 0%, #28bdff 100%);
	background : linear-gradient(115deg, #0095ff 0%, #28bdff 100%);
	color      : #ffffff;
	}

.gradient.theme-0095ff .text-themed {
	color : #0095ff;
	}

.theme-2c9ee3 {
	background-color : #2c9ee3 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2c9ee3:nth-child(even) {
	background-color : #2294d9 !important
	}

.gradient.theme-2c9ee3 {
	background : -moz-linear-gradient(-25deg, #2c9ee3 0%, #54c6ff 100%);
	background : -webkit-linear-gradient(-25deg, #2c9ee3 0%, #54c6ff 100%);
	background : linear-gradient(115deg, #2c9ee3 0%, #54c6ff 100%);
	color      : #ffffff;
	}

.gradient.theme-2c9ee3 .text-themed {
	color : #2c9ee3;
	}

.theme-e7672e {
	background-color : #e7672e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e7672e:nth-child(even) {
	background-color : #dd5d24 !important
	}

.gradient.theme-e7672e {
	background : -moz-linear-gradient(-25deg, #e7672e 0%, #ff8f56 100%);
	background : -webkit-linear-gradient(-25deg, #e7672e 0%, #ff8f56 100%);
	background : linear-gradient(115deg, #e7672e 0%, #ff8f56 100%);
	color      : #ffffff;
	}

.gradient.theme-e7672e .text-themed {
	color : #e7672e;
	}

.theme-4dbcb3 {
	background-color : #4dbcb3 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4dbcb3:nth-child(even) {
	background-color : #43b2a9 !important
	}

.gradient.theme-4dbcb3 {
	background : -moz-linear-gradient(-25deg, #4dbcb3 0%, #25948b 100%);
	background : -webkit-linear-gradient(-25deg, #4dbcb3 0%, #25948b 100%);
	background : linear-gradient(115deg, #4dbcb3 0%, #25948b 100%);
	color      : #ffffff;
	}

.gradient.theme-4dbcb3 .text-themed {
	color : #25948b;
	}

.theme-329b5f {
	background-color : #329b5f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-329b5f:nth-child(even) {
	background-color : #289155 !important
	}

.gradient.theme-329b5f {
	background : -moz-linear-gradient(-25deg, #329b5f 0%, #5ac387 100%);
	background : -webkit-linear-gradient(-25deg, #329b5f 0%, #5ac387 100%);
	background : linear-gradient(115deg, #329b5f 0%, #5ac387 100%);
	color      : #ffffff;
	}

.gradient.theme-329b5f .text-themed {
	color : #329b5f;
	}

.theme-f96b13 {
	background-color : #f96b13 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f96b13:nth-child(even) {
	background-color : #ef6109 !important
	}

.gradient.theme-f96b13 {
	background : -moz-linear-gradient(-25deg, #f96b13 0%, #ff933b 100%);
	background : -webkit-linear-gradient(-25deg, #f96b13 0%, #ff933b 100%);
	background : linear-gradient(115deg, #f96b13 0%, #ff933b 100%);
	color      : #ffffff;
	}

.gradient.theme-f96b13 .text-themed {
	color : #f96b13;
	}

.theme-15b0c6 {
	background-color : #15b0c6 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-15b0c6:nth-child(even) {
	background-color : #0ba6bc !important
	}

.gradient.theme-15b0c6 {
	background : -moz-linear-gradient(-25deg, #15b0c6 0%, #3dd8ee 100%);
	background : -webkit-linear-gradient(-25deg, #15b0c6 0%, #3dd8ee 100%);
	background : linear-gradient(115deg, #15b0c6 0%, #3dd8ee 100%);
	color      : #ffffff;
	}

.gradient.theme-15b0c6 .text-themed {
	color : #15b0c6;
	}

.theme-83ad3a {
	background-color : #83ad3a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-83ad3a:nth-child(even) {
	background-color : #79a330 !important
	}

.gradient.theme-83ad3a {
	background : -moz-linear-gradient(-25deg, #83ad3a 0%, #abd562 100%);
	background : -webkit-linear-gradient(-25deg, #83ad3a 0%, #abd562 100%);
	background : linear-gradient(115deg, #83ad3a 0%, #abd562 100%);
	color      : #ffffff;
	}

.gradient.theme-83ad3a .text-themed {
	color : #83ad3a;
	}

.theme-52b6c4 {
	background-color : #52b6c4 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-52b6c4:nth-child(even) {
	background-color : #48acba !important
	}

.gradient.theme-52b6c4 {
	background : -moz-linear-gradient(-25deg, #52b6c4 0%, #2a8e9c 100%);
	background : -webkit-linear-gradient(-25deg, #52b6c4 0%, #2a8e9c 100%);
	background : linear-gradient(115deg, #52b6c4 0%, #2a8e9c 100%);
	color      : #ffffff;
	}

.gradient.theme-52b6c4 .text-themed {
	color : #2a8e9c;
	}

.theme-8dc9e8 {
	background-color : #8dc9e8 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-8dc9e8:nth-child(even) {
	background-color : #83bfde !important
	}

.gradient.theme-8dc9e8 {
	background : -moz-linear-gradient(-25deg, #8dc9e8 0%, #65a1c0 100%);
	background : -webkit-linear-gradient(-25deg, #8dc9e8 0%, #65a1c0 100%);
	background : linear-gradient(115deg, #8dc9e8 0%, #65a1c0 100%);
	color      : #ffffff;
	}

.gradient.theme-8dc9e8 .text-themed {
	color : #65a1c0;
	}

.theme-e8501f {
	background-color : #e8501f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e8501f:nth-child(even) {
	background-color : #de4615 !important
	}

.gradient.theme-e8501f {
	background : -moz-linear-gradient(-25deg, #e8501f 0%, #ff7847 100%);
	background : -webkit-linear-gradient(-25deg, #e8501f 0%, #ff7847 100%);
	background : linear-gradient(115deg, #e8501f 0%, #ff7847 100%);
	color      : #ffffff;
	}

.gradient.theme-e8501f .text-themed {
	color : #e8501f;
	}

.theme-ffa237 {
	background-color : #ffa237 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ffa237:nth-child(even) {
	background-color : #f5982d !important
	}

.gradient.theme-ffa237 {
	background : -moz-linear-gradient(-25deg, #ffa237 0%, #d77a0f 100%);
	background : -webkit-linear-gradient(-25deg, #ffa237 0%, #d77a0f 100%);
	background : linear-gradient(115deg, #ffa237 0%, #d77a0f 100%);
	color      : #ffffff;
	}

.gradient.theme-ffa237 .text-themed {
	color : #d77a0f;
	}

.theme-6fbe1c {
	background-color : #6fbe1c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-6fbe1c:nth-child(even) {
	background-color : #65b412 !important
	}

.gradient.theme-6fbe1c {
	background : -moz-linear-gradient(-25deg, #6fbe1c 0%, #97e644 100%);
	background : -webkit-linear-gradient(-25deg, #6fbe1c 0%, #97e644 100%);
	background : linear-gradient(115deg, #6fbe1c 0%, #97e644 100%);
	color      : #ffffff;
	}

.gradient.theme-6fbe1c .text-themed {
	color : #6fbe1c;
	}

.theme-e60000 {
	background-color : #e60000 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e60000:nth-child(even) {
	background-color : #dc0000 !important
	}

.gradient.theme-e60000 {
	background : -moz-linear-gradient(-25deg, #e60000 0%, #ff2828 100%);
	background : -webkit-linear-gradient(-25deg, #e60000 0%, #ff2828 100%);
	background : linear-gradient(115deg, #e60000 0%, #ff2828 100%);
	color      : #ffffff;
	}

.gradient.theme-e60000 .text-themed {
	color : #e60000;
	}

.theme-0098f6 {
	background-color : #0098f6 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0098f6:nth-child(even) {
	background-color : #008eec !important
	}

.gradient.theme-0098f6 {
	background : -moz-linear-gradient(-25deg, #0098f6 0%, #28c0ff 100%);
	background : -webkit-linear-gradient(-25deg, #0098f6 0%, #28c0ff 100%);
	background : linear-gradient(115deg, #0098f6 0%, #28c0ff 100%);
	color      : #ffffff;
	}

.gradient.theme-0098f6 .text-themed {
	color : #0098f6;
	}

.theme-231f20 {
	background-color : #231f20 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-231f20:nth-child(even) {
	background-color : #191516 !important
	}

.gradient.theme-231f20 {
	background : -moz-linear-gradient(-25deg, #231f20 0%, #4b4748 100%);
	background : -webkit-linear-gradient(-25deg, #231f20 0%, #4b4748 100%);
	background : linear-gradient(115deg, #231f20 0%, #4b4748 100%);
	color      : #ffffff;
	}

.gradient.theme-231f20 .text-themed {
	color : #231f20;
	}

.theme-2e334a {
	background-color : #2e334a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2e334a:nth-child(even) {
	background-color : #242940 !important
	}

.gradient.theme-2e334a {
	background : -moz-linear-gradient(-25deg, #2e334a 0%, #565b72 100%);
	background : -webkit-linear-gradient(-25deg, #2e334a 0%, #565b72 100%);
	background : linear-gradient(115deg, #2e334a 0%, #565b72 100%);
	color      : #ffffff;
	}

.gradient.theme-2e334a .text-themed {
	color : #2e334a;
	}

.theme-072bfe {
	background-color : #072bfe !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-072bfe:nth-child(even) {
	background-color : #0021f4 !important
	}

.gradient.theme-072bfe {
	background : -moz-linear-gradient(-25deg, #072bfe 0%, #2f53ff 100%);
	background : -webkit-linear-gradient(-25deg, #072bfe 0%, #2f53ff 100%);
	background : linear-gradient(115deg, #072bfe 0%, #2f53ff 100%);
	color      : #ffffff;
	}

.gradient.theme-072bfe .text-themed {
	color : #072bfe;
	}

.theme-3399ff {
	background-color : #3399ff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3399ff:nth-child(even) {
	background-color : #298ff5 !important
	}

.gradient.theme-3399ff {
	background : -moz-linear-gradient(-25deg, #3399ff 0%, #5bc1ff 100%);
	background : -webkit-linear-gradient(-25deg, #3399ff 0%, #5bc1ff 100%);
	background : linear-gradient(115deg, #3399ff 0%, #5bc1ff 100%);
	color      : #ffffff;
	}

.gradient.theme-3399ff .text-themed {
	color : #3399ff;
	}

.theme-000032 {
	background-color : #000032 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-000032:nth-child(even) {
	background-color : #000028 !important
	}

.gradient.theme-000032 {
	background : -moz-linear-gradient(-25deg, #000032 0%, #28285a 100%);
	background : -webkit-linear-gradient(-25deg, #000032 0%, #28285a 100%);
	background : linear-gradient(115deg, #000032 0%, #28285a 100%);
	color      : #ffffff;
	}

.gradient.theme-000032 .text-themed {
	color : #000032;
	}

.theme-01caff {
	background-color : #01caff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-01caff:nth-child(even) {
	background-color : #00c0f5 !important
	}

.gradient.theme-01caff {
	background : -moz-linear-gradient(-25deg, #01caff 0%, #29f2ff 100%);
	background : -webkit-linear-gradient(-25deg, #01caff 0%, #29f2ff 100%);
	background : linear-gradient(115deg, #01caff 0%, #29f2ff 100%);
	color      : #ffffff;
	}

.gradient.theme-01caff .text-themed {
	color : #01caff;
	}

.theme-02aef2 {
	background-color : #02aef2 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-02aef2:nth-child(even) {
	background-color : #00a4e8 !important
	}

.gradient.theme-02aef2 {
	background : -moz-linear-gradient(-25deg, #02aef2 0%, #2ad6ff 100%);
	background : -webkit-linear-gradient(-25deg, #02aef2 0%, #2ad6ff 100%);
	background : linear-gradient(115deg, #02aef2 0%, #2ad6ff 100%);
	color      : #ffffff;
	}

.gradient.theme-02aef2 .text-themed {
	color : #02aef2;
	}

.theme-c23f31 {
	background-color : #c23f31 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-c23f31:nth-child(even) {
	background-color : #b83527 !important
	}

.gradient.theme-c23f31 {
	background : -moz-linear-gradient(-25deg, #c23f31 0%, #ea6759 100%);
	background : -webkit-linear-gradient(-25deg, #c23f31 0%, #ea6759 100%);
	background : linear-gradient(115deg, #c23f31 0%, #ea6759 100%);
	color      : #ffffff;
	}

.gradient.theme-c23f31 .text-themed {
	color : #c23f31;
	}

.theme-0e7c3e {
	background-color : #0e7c3e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0e7c3e:nth-child(even) {
	background-color : #047234 !important
	}

.gradient.theme-0e7c3e {
	background : -moz-linear-gradient(-25deg, #0e7c3e 0%, #36a466 100%);
	background : -webkit-linear-gradient(-25deg, #0e7c3e 0%, #36a466 100%);
	background : linear-gradient(115deg, #0e7c3e 0%, #36a466 100%);
	color      : #ffffff;
	}

.gradient.theme-0e7c3e .text-themed {
	color : #0e7c3e;
	}

.theme-9061f9 {
	background-color : #9061f9 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-9061f9:nth-child(even) {
	background-color : #8657ef !important
	}

.gradient.theme-9061f9 {
	background : -moz-linear-gradient(-25deg, #9061f9 0%, #b889ff 100%);
	background : -webkit-linear-gradient(-25deg, #9061f9 0%, #b889ff 100%);
	background : linear-gradient(115deg, #9061f9 0%, #b889ff 100%);
	color      : #ffffff;
	}

.gradient.theme-9061f9 .text-themed {
	color : #9061f9;
	}

.theme-5f9b47 {
	background-color : #5f9b47 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-5f9b47:nth-child(even) {
	background-color : #55913d !important
	}

.gradient.theme-5f9b47 {
	background : -moz-linear-gradient(-25deg, #5f9b47 0%, #87c36f 100%);
	background : -webkit-linear-gradient(-25deg, #5f9b47 0%, #87c36f 100%);
	background : linear-gradient(115deg, #5f9b47 0%, #87c36f 100%);
	color      : #ffffff;
	}

.gradient.theme-5f9b47 .text-themed {
	color : #5f9b47;
	}

.theme-ff5a00 {
	background-color : #ff5a00 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ff5a00:nth-child(even) {
	background-color : #f55000 !important
	}

.gradient.theme-ff5a00 {
	background : -moz-linear-gradient(-25deg, #ff5a00 0%, #ff8228 100%);
	background : -webkit-linear-gradient(-25deg, #ff5a00 0%, #ff8228 100%);
	background : linear-gradient(115deg, #ff5a00 0%, #ff8228 100%);
	color      : #ffffff;
	}

.gradient.theme-ff5a00 .text-themed {
	color : #ff5a00;
	}

.theme-e36053 {
	background-color : #e36053 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e36053:nth-child(even) {
	background-color : #d95649 !important
	}

.gradient.theme-e36053 {
	background : -moz-linear-gradient(-25deg, #e36053 0%, #ff887b 100%);
	background : -webkit-linear-gradient(-25deg, #e36053 0%, #ff887b 100%);
	background : linear-gradient(115deg, #e36053 0%, #ff887b 100%);
	color      : #ffffff;
	}

.gradient.theme-e36053 .text-themed {
	color : #e36053;
	}

.theme-e11e39 {
	background-color : #e11e39 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-e11e39:nth-child(even) {
	background-color : #d7142f !important
	}

.gradient.theme-e11e39 {
	background : -moz-linear-gradient(-25deg, #e11e39 0%, #ff4661 100%);
	background : -webkit-linear-gradient(-25deg, #e11e39 0%, #ff4661 100%);
	background : linear-gradient(115deg, #e11e39 0%, #ff4661 100%);
	color      : #ffffff;
	}

.gradient.theme-e11e39 .text-themed {
	color : #e11e39;
	}

.theme-505759 {
	background-color : #505759 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-505759:nth-child(even) {
	background-color : #464d4f !important
	}

.gradient.theme-505759 {
	background : -moz-linear-gradient(-25deg, #505759 0%, #787f81 100%);
	background : -webkit-linear-gradient(-25deg, #505759 0%, #787f81 100%);
	background : linear-gradient(115deg, #505759 0%, #787f81 100%);
	color      : #ffffff;
	}

.gradient.theme-505759 .text-themed {
	color : #505759;
	}

.theme-f8a10e {
	background-color : #f8a10e !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-f8a10e:nth-child(even) {
	background-color : #ee9704 !important
	}

.gradient.theme-f8a10e {
	background : -moz-linear-gradient(-25deg, #f8a10e 0%, #d07900 100%);
	background : -webkit-linear-gradient(-25deg, #f8a10e 0%, #d07900 100%);
	background : linear-gradient(115deg, #f8a10e 0%, #d07900 100%);
	color      : #ffffff;
	}

.gradient.theme-f8a10e .text-themed {
	color : #d07900;
	}

.theme-0087fd {
	background-color : #0087fd !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-0087fd:nth-child(even) {
	background-color : #007df3 !important
	}

.gradient.theme-0087fd {
	background : -moz-linear-gradient(-25deg, #0087fd 0%, #28afff 100%);
	background : -webkit-linear-gradient(-25deg, #0087fd 0%, #28afff 100%);
	background : linear-gradient(115deg, #0087fd 0%, #28afff 100%);
	color      : #ffffff;
	}

.gradient.theme-0087fd .text-themed {
	color : #0087fd;
	}

.theme-1081fc {
	background-color : #1081fc !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-1081fc:nth-child(even) {
	background-color : #0677f2 !important
	}

.gradient.theme-1081fc {
	background : -moz-linear-gradient(-25deg, #1081fc 0%, #38a9ff 100%);
	background : -webkit-linear-gradient(-25deg, #1081fc 0%, #38a9ff 100%);
	background : linear-gradient(115deg, #1081fc 0%, #38a9ff 100%);
	color      : #ffffff;
	}

.gradient.theme-1081fc .text-themed {
	color : #1081fc;
	}

.theme-c8e6c9 {
	background-color : #c8e6c9 !important;
	color            : #000000 !important
	}

.list-group-icons .theme-c8e6c9:nth-child(even) {
	background-color : #bedcbf !important
	}

.gradient.theme-c8e6c9 {
	background : -moz-linear-gradient(-25deg, #c8e6c9 0%, #a0bea1 100%);
	background : -webkit-linear-gradient(-25deg, #c8e6c9 0%, #a0bea1 100%);
	background : linear-gradient(115deg, #c8e6c9 0%, #a0bea1 100%);
	color      : #000000;
	}

.gradient.theme-c8e6c9 .text-themed {
	color : #a0bea1;
	}

.theme-c8e6c9 img:not(.avatar):not(.no-invert) {
	-webkit-filter : invert(100%);
	-moz-filter    : invert(100%);
	-ms-filter     : invert(100%);
	-o-filter      : invert(100%);
	filter         : invert(100%)
	}

.theme-44b8c7 {
	background-color : #44b8c7 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-44b8c7:nth-child(even) {
	background-color : #3aaebd !important
	}

.gradient.theme-44b8c7 {
	background : -moz-linear-gradient(-25deg, #44b8c7 0%, #6ce0ef 100%);
	background : -webkit-linear-gradient(-25deg, #44b8c7 0%, #6ce0ef 100%);
	background : linear-gradient(115deg, #44b8c7 0%, #6ce0ef 100%);
	color      : #ffffff;
	}

.gradient.theme-44b8c7 .text-themed {
	color : #44b8c7;
	}

.theme-007196 {
	background-color : #007196 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-007196:nth-child(even) {
	background-color : #00678c !important
	}

.gradient.theme-007196 {
	background : -moz-linear-gradient(-25deg, #007196 0%, #2899be 100%);
	background : -webkit-linear-gradient(-25deg, #007196 0%, #2899be 100%);
	background : linear-gradient(115deg, #007196 0%, #2899be 100%);
	color      : #ffffff;
	}

.gradient.theme-007196 .text-themed {
	color : #007196;
	}

.theme-9c0ca4 {
	background-color : #9c0ca4 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-9c0ca4:nth-child(even) {
	background-color : #92029a !important
	}

.gradient.theme-9c0ca4 {
	background : -moz-linear-gradient(-25deg, #9c0ca4 0%, #c434cc 100%);
	background : -webkit-linear-gradient(-25deg, #9c0ca4 0%, #c434cc 100%);
	background : linear-gradient(115deg, #9c0ca4 0%, #c434cc 100%);
	color      : #ffffff;
	}

.gradient.theme-9c0ca4 .text-themed {
	color : #9c0ca4;
	}

.theme-3366ca {
	background-color : #3366ca !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3366ca:nth-child(even) {
	background-color : #295cc0 !important
	}

.gradient.theme-3366ca {
	background : -moz-linear-gradient(-25deg, #3366ca 0%, #5b8ef2 100%);
	background : -webkit-linear-gradient(-25deg, #3366ca 0%, #5b8ef2 100%);
	background : linear-gradient(115deg, #3366ca 0%, #5b8ef2 100%);
	color      : #ffffff;
	}

.gradient.theme-3366ca .text-themed {
	color : #3366ca;
	}

.theme-ee964b {
	background-color : #ee964b !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ee964b:nth-child(even) {
	background-color : #e48c41 !important
	}

.gradient.theme-ee964b {
	background : -moz-linear-gradient(-25deg, #ee964b 0%, #c66e23 100%);
	background : -webkit-linear-gradient(-25deg, #ee964b 0%, #c66e23 100%);
	background : linear-gradient(115deg, #ee964b 0%, #c66e23 100%);
	color      : #ffffff;
	}

.gradient.theme-ee964b .text-themed {
	color : #c66e23;
	}

.theme-35a53a {
	background-color : #35a53a !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-35a53a:nth-child(even) {
	background-color : #2b9b30 !important
	}

.gradient.theme-35a53a {
	background : -moz-linear-gradient(-25deg, #35a53a 0%, #5dcd62 100%);
	background : -webkit-linear-gradient(-25deg, #35a53a 0%, #5dcd62 100%);
	background : linear-gradient(115deg, #35a53a 0%, #5dcd62 100%);
	color      : #ffffff;
	}

.gradient.theme-35a53a .text-themed {
	color : #35a53a;
	}

.theme-5850ec {
	background-color : #5850ec !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-5850ec:nth-child(even) {
	background-color : #4e46e2 !important
	}

.gradient.theme-5850ec {
	background : -moz-linear-gradient(-25deg, #5850ec 0%, #8078ff 100%);
	background : -webkit-linear-gradient(-25deg, #5850ec 0%, #8078ff 100%);
	background : linear-gradient(115deg, #5850ec 0%, #8078ff 100%);
	color      : #ffffff;
	}

.gradient.theme-5850ec .text-themed {
	color : #5850ec;
	}

.theme-ebab34 {
	background-color : #ebab34 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-ebab34:nth-child(even) {
	background-color : #e1a12a !important
	}

.gradient.theme-ebab34 {
	background : -moz-linear-gradient(-25deg, #ebab34 0%, #c3830c 100%);
	background : -webkit-linear-gradient(-25deg, #ebab34 0%, #c3830c 100%);
	background : linear-gradient(115deg, #ebab34 0%, #c3830c 100%);
	color      : #ffffff;
	}

.gradient.theme-ebab34 .text-themed {
	color : #c3830c;
	}

.theme-25b86f {
	background-color : #25b86f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-25b86f:nth-child(even) {
	background-color : #1bae65 !important
	}

.gradient.theme-25b86f {
	background : -moz-linear-gradient(-25deg, #25b86f 0%, #4de097 100%);
	background : -webkit-linear-gradient(-25deg, #25b86f 0%, #4de097 100%);
	background : linear-gradient(115deg, #25b86f 0%, #4de097 100%);
	color      : #ffffff;
	}

.gradient.theme-25b86f .text-themed {
	color : #25b86f;
	}

.theme-00a690 {
	background-color : #00a690 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00a690:nth-child(even) {
	background-color : #009c86 !important
	}

.gradient.theme-00a690 {
	background : -moz-linear-gradient(-25deg, #00a690 0%, #28ceb8 100%);
	background : -webkit-linear-gradient(-25deg, #00a690 0%, #28ceb8 100%);
	background : linear-gradient(115deg, #00a690 0%, #28ceb8 100%);
	color      : #ffffff;
	}

.gradient.theme-00a690 .text-themed {
	color : #00a690;
	}

.theme-2a3439 {
	background-color : #2a3439 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-2a3439:nth-child(even) {
	background-color : #202a2f !important
	}

.gradient.theme-2a3439 {
	background : -moz-linear-gradient(-25deg, #2a3439 0%, #525c61 100%);
	background : -webkit-linear-gradient(-25deg, #2a3439 0%, #525c61 100%);
	background : linear-gradient(115deg, #2a3439 0%, #525c61 100%);
	color      : #ffffff;
	}

.gradient.theme-2a3439 .text-themed {
	color : #2a3439;
	}

.theme-40364d {
	background-color : #40364d !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-40364d:nth-child(even) {
	background-color : #362c43 !important
	}

.gradient.theme-40364d {
	background : -moz-linear-gradient(-25deg, #40364d 0%, #685e75 100%);
	background : -webkit-linear-gradient(-25deg, #40364d 0%, #685e75 100%);
	background : linear-gradient(115deg, #40364d 0%, #685e75 100%);
	color      : #ffffff;
	}

.gradient.theme-40364d .text-themed {
	color : #40364d;
	}

.theme-4c7fff {
	background-color : #4c7fff !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-4c7fff:nth-child(even) {
	background-color : #4275f5 !important
	}

.gradient.theme-4c7fff {
	background : -moz-linear-gradient(-25deg, #4c7fff 0%, #74a7ff 100%);
	background : -webkit-linear-gradient(-25deg, #4c7fff 0%, #74a7ff 100%);
	background : linear-gradient(115deg, #4c7fff 0%, #74a7ff 100%);
	color      : #ffffff;
	}

.gradient.theme-4c7fff .text-themed {
	color : #4c7fff;
	}

.theme-000923 {
	background-color : #000923 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-000923:nth-child(even) {
	background-color : #000019 !important
	}

.gradient.theme-000923 {
	background : -moz-linear-gradient(-25deg, #000923 0%, #28314b 100%);
	background : -webkit-linear-gradient(-25deg, #000923 0%, #28314b 100%);
	background : linear-gradient(115deg, #000923 0%, #28314b 100%);
	color      : #ffffff;
	}

.gradient.theme-000923 .text-themed {
	color : #000923;
	}

.theme-3fc35f {
	background-color : #3fc35f !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-3fc35f:nth-child(even) {
	background-color : #35b955 !important
	}

.gradient.theme-3fc35f {
	background : -moz-linear-gradient(-25deg, #3fc35f 0%, #67eb87 100%);
	background : -webkit-linear-gradient(-25deg, #3fc35f 0%, #67eb87 100%);
	background : linear-gradient(115deg, #3fc35f 0%, #67eb87 100%);
	color      : #ffffff;
	}

.gradient.theme-3fc35f .text-themed {
	color : #3fc35f;
	}

.theme-448fea {
	background-color : #448fea !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-448fea:nth-child(even) {
	background-color : #3a85e0 !important
	}

.gradient.theme-448fea {
	background : -moz-linear-gradient(-25deg, #448fea 0%, #6cb7ff 100%);
	background : -webkit-linear-gradient(-25deg, #448fea 0%, #6cb7ff 100%);
	background : linear-gradient(115deg, #448fea 0%, #6cb7ff 100%);
	color      : #ffffff;
	}

.gradient.theme-448fea .text-themed {
	color : #448fea;
	}

.theme-00be57 {
	background-color : #00be57 !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-00be57:nth-child(even) {
	background-color : #00b44d !important
	}

.gradient.theme-00be57 {
	background : -moz-linear-gradient(-25deg, #00be57 0%, #28e67f 100%);
	background : -webkit-linear-gradient(-25deg, #00be57 0%, #28e67f 100%);
	background : linear-gradient(115deg, #00be57 0%, #28e67f 100%);
	color      : #ffffff;
	}

.gradient.theme-00be57 .text-themed {
	color : #00be57;
	}

.theme-35465c {
	background-color : #35465c !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-35465c:nth-child(even) {
	background-color : #2b3c52 !important
	}

.gradient.theme-35465c {
	background : -moz-linear-gradient(-25deg, #35465c 0%, #5d6e84 100%);
	background : -webkit-linear-gradient(-25deg, #35465c 0%, #5d6e84 100%);
	background : linear-gradient(115deg, #35465c 0%, #5d6e84 100%);
	color      : #ffffff;
	}

.gradient.theme-35465c .text-themed {
	color : #35465c;
	}

.theme-45a7fe {
	background-color : #45a7fe !important;
	color            : #ffffff !important
	}

.list-group-icons .theme-45a7fe:nth-child(even) {
	background-color : #3b9df4 !important
	}

.gradient.theme-45a7fe {
	background : -moz-linear-gradient(-25deg, #45a7fe 0%, #6dcfff 100%);
	background : -webkit-linear-gradient(-25deg, #45a7fe 0%, #6dcfff 100%);
	background : linear-gradient(115deg, #45a7fe 0%, #6dcfff 100%);
	color      : #ffffff;
	}

.gradient.theme-45a7fe .text-themed {
	color : #45a7fe;
	}

.theme-ffd063 {
	background-color : #ffd063 !important;
	color            : #000000 !important
	}

.list-group-icons .theme-ffd063:nth-child(even) {
	background-color : #f5c659 !important
	}

.gradient.theme-ffd063 {
	background : -moz-linear-gradient(-25deg, #ffd063 0%, #d7a83b 100%);
	background : -webkit-linear-gradient(-25deg, #ffd063 0%, #d7a83b 100%);
	background : linear-gradient(115deg, #ffd063 0%, #d7a83b 100%);
	color      : #000000;
	}

.gradient.theme-ffd063 .text-themed {
	color : #d7a83b;
	}

.theme-ffd063 img:not(.avatar):not(.no-invert) {
	-webkit-filter : invert(100%);
	-moz-filter    : invert(100%);
	-ms-filter     : invert(100%);
	-o-filter      : invert(100%);
	filter         : invert(100%)
	}



