.head-image-container.loading img{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	opacity: 0.4;
}
.head-image-container i{
	display: none;
}
.head-image-container.loading i{
	position: absolute;
	display: block;
	top: calc(60px - 26px);
	left: calc(75px - 26px);
}
.order-list-dropdown{
	position: relative;
	display: inline-block
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	padding: 15px 5px 10px 10px;
}
.order-list-dropdown .dropdown-menu{
	padding: 10px;
	background: #fff;

}
.select2-container--default .select2-selection--multiple{
	height: auto !important;
}
#page-loading{
	background: rgba(74, 74, 74, 0.7);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
	top: 0px;
	left: 0px;
}
#page-loading .spinner {
	position: fixed;
	color: #fff;
	left: 50%;
	top: 50%;
}
.order-list-element{
	margin-bottom: 30px;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
	top: 0px !important;
	margin-top: 30px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 4px;
	cursor: pointer;
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-front {
	z-index: 100;
}
.ui-state-disabled {
	cursor: default !important;
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#suppliers .panel-heading,
#suppliers .panel-body{
	border: 1px solid #ccc !important;
}
#suppliers .panel-heading{
	border-bottom: none !important;
}
#suppliers .panel-body{
	border-top: none !important;
}

#parts .panel-heading,
#parts .panel-body{
	border: 1px solid #ccc !important;
}
#parts .panel-heading{
	border-bottom: none !important;
}
#parts .panel-body{
	border-top: none !important;
}

#selectlists .panel-heading,
#selectlists .panel-body{
	border: 1px solid #ccc !important;
}
#selectlists .panel-heading{
	border-bottom: none !important;
}
#selectlists .panel-body{
	border-top: none !important;
}
#comments .comment:nth-child(odd){
	background: #f7f7f7;
}
#comments .comment:nth-child(even){
	background: #fcfcfc;
}
#comments .comment{
	padding: 15px;
	border-bottom: 1px solid #cccccc;
}
#comments .comment:last-child{
	border-bottom: none;
}
#comments{
	margin-bottom: 20px;
}
.comment .head{
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.ui-widget-content {
	background: #fff;
}

.ui-widget-content a {
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}
.ui-button-icon-only .ui-button-text{
	display: none;
}
.ui-button-icon-only{
	padding-left: 10px !important;
	margin: 0px !important;
}

.ui-slider {
	position: relative;
	text-align: left;
}


/* Range Slider */

.ui-helper-hidden { display: none; }

.ui-helper-hidden-accessible {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	border: 0;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	list-style: none;
	text-decoration: none;
	font-size: 100%;
	line-height: 24px;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	display: table;
	border-collapse: collapse;
	content: ' ';
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-zfix {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

.ui-state-disabled {
	cursor: default !important;
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #1D8EB8;
	cursor: pointer;
}

.ui-slider .ui-slider-handle:before {
	position: absolute;
	top: 2px;
	left: 2px;
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #2aadde;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	content: '';
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #2aadde;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -4px;
	margin-left: -7px;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
	-webkit-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
	-webkit-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
}

.ui-widget-content {
	background: #e6e6e6;
}

.ui-widget-content a {
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}
.range-slider {
	position: relative;
	padding: 12px 100px 12px 0;
}

.range-slider .last-value {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 0;
	width: 80px;
	text-align: left;
	font-weight: bold;
	line-height: 30px;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #1D8EB8;
	cursor: pointer;
}

.ui-slider .ui-slider-handle:before {
	position: absolute;
	top: 2px;
	left: 2px;
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #2aadde;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	content: '';
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #2aadde;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -4px;
	margin-left: -7px;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
	-webkit-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
	-webkit-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
}

.ui-widget-content {
	background: #e6e6e6;
}

.ui-widget-content a {
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}

#required-skills-container .col-sm-6,
#additional-skills-container .col-sm-6{
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 30px;
	width: 48%;
}
#required-skills-container .col-sm-6:nth-child(odd),
#additional-skills-container .col-sm-6:nth-child(odd){
	margin-left: 2%;
}
#required-skills-container .col-sm-6:nth-child(even),
#additional-skills-container .col-sm-6:nth-child(even){
	margin-right: 2%;
}
.remove-skill{
	font-size: 30px;
	position: absolute;
	top: -16px;
	left: -12px;
	display: block;
}
.progress-bar {
	position: relative;
	display: block;
	margin: 10px 0;
    width: auto;
    background: transparent;
    text-align: left;
    color: #4E5E6A;
}
.progress-bar > .progress-bar-title {
	margin: 0 0 10px 0;
}

.progress-bar > .progress-bar-inner {
	position: relative;
	display: block;
	width: 100%;
	height: 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #e7e7e7;
}

.progress-bar > .progress-bar-inner > span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0;
	height: 100%;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #2aadde;
	-webkit-transition: width .75s ease-out;
	-moz-transition: width .75s ease-out;
	-o-transition: width .75s ease-out;
	transition: width .75s ease-out;
}

.progress-bar.style-2 > .progress-bar-inner {
	padding: 3px;
	background: #2aadde;
}

.progress-bar.style-2 > .progress-bar-inner > span {
	position: relative;
	top: 0;
	left: 0;
	height: 4px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	background: #ffffff;
}

.progress-bar.toggle {
	padding-left: 46px;
}

.progress-bar.toggle > .progress-bar-toggle {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: 9px 0 6px 0;
	width: 34px;
	height: 37px;
	border-bottom: 2px solid #1797c7;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #2aadde;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-family: 'FontAwesome';
	line-height: 20px;
}

.progress-bar.toggle > .progress-bar-toggle:before {
	content: '\f067';
}

.progress-bar.toggle.active > .progress-bar-toggle:before {
	content: '\f068';
}

.progress-bar.toggle.active > .progress-bar-toggle,
.progress-bar.toggle > .progress-bar-toggle:hover {
	border-bottom-color: #127499;
	background: #1d8eb8;
}

.progress-bar.toggle > .progress-bar-content {
	display: none;
	padding-top: 10px;
}

.progress-bar.toggle.active > .progress-bar-content {
	display: block;
}
.timetable th, .timetable td{
    text-align: center;
}
.timetable td{
    border: 1px solid #e7e7e7
}
.timetable td:hover{
    /*box-shadow: inset 0 0 0 -1px #127499;*/
    background: rgba(29, 142, 184, 0.3) !important;
}
.timetable td.selected{
    background: rgba(29, 142, 184, 1) !important;
    color: #fff;
    font-weight: bold;
}
.descriptions .description{
	padding: 0 5px;
	border: 1px solid #ddd;
	background: #f9f9f9;
}

.label.label-warning{
	color: #0a0a0a;
}
.label{
	font-size:13px;
}





































.btn.white:not(.btn-outline) {
	color: #666;
	background-color: #fff;
	border-color: #fff
}
.btn.white:not(.btn-outline).focus,
.btn.white:not(.btn-outline):focus {
	color: #666;
	background-color: #e6e6e6;
	border-color: #bfbfbf
}
.btn.white:not(.btn-outline).active,
.btn.white:not(.btn-outline):active,
.btn.white:not(.btn-outline):hover,
.open>.btn.white:not(.btn-outline).dropdown-toggle {
	color: #666;
	background-color: #e6e6e6;
	border-color: #e0e0e0
}
.btn.white:not(.btn-outline).active.focus,
.btn.white:not(.btn-outline).active:focus,
.btn.white:not(.btn-outline).active:hover,
.btn.white:not(.btn-outline):active.focus,
.btn.white:not(.btn-outline):active:focus,
.btn.white:not(.btn-outline):active:hover,
.open>.btn.white:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.white:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.white:not(.btn-outline).dropdown-toggle:hover {
	color: #666;
	background-color: #d4d4d4;
	border-color: #bfbfbf
}
.btn.white:not(.btn-outline).disabled.focus,
.btn.white:not(.btn-outline).disabled:focus,
.btn.white:not(.btn-outline).disabled:hover,
.btn.white:not(.btn-outline)[disabled].focus,
.btn.white:not(.btn-outline)[disabled]:focus,
.btn.white:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.white:not(.btn-outline).focus,
fieldset[disabled] .btn.white:not(.btn-outline):focus,
fieldset[disabled] .btn.white:not(.btn-outline):hover {
	background-color: #fff;
	border-color: #fff
}
.btn.white:not(.btn-outline) .badge {
	color: #fff;
	background-color: #666
}
.btn.btn-outline.white {
	border-color: #fff;
	color: #fff;
	background: 0 0
}
.btn.btn-outline.white.active,
.btn.btn-outline.white:active,
.btn.btn-outline.white:active:focus,
.btn.btn-outline.white:active:hover,
.btn.btn-outline.white:focus,
.btn.btn-outline.white:hover {
	border-color: #fff;
	color: #666;
	background-color: #fff
}
.btn.white-stripe {
	border-left: 4px solid #fff!important
}
.btn.white.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.default:not(.btn-outline) {
	color: #666;
	background-color: #e1e5ec;
	border-color: #e1e5ec
}
.btn.default:not(.btn-outline).focus,
.btn.default:not(.btn-outline):focus {
	color: #666;
	background-color: #c2cad8;
	border-color: #93a1bb
}
.btn.default:not(.btn-outline).active,
.btn.default:not(.btn-outline):active,
.btn.default:not(.btn-outline):hover,
.open>.btn.default:not(.btn-outline).dropdown-toggle {
	color: #666;
	background-color: #c2cad8;
	border-color: #bcc5d4
}
.btn.default:not(.btn-outline).active.focus,
.btn.default:not(.btn-outline).active:focus,
.btn.default:not(.btn-outline).active:hover,
.btn.default:not(.btn-outline):active.focus,
.btn.default:not(.btn-outline):active:focus,
.btn.default:not(.btn-outline):active:hover,
.open>.btn.default:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.default:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.default:not(.btn-outline).dropdown-toggle:hover {
	color: #666;
	background-color: #acb7ca;
	border-color: #93a1bb
}
.btn.default:not(.btn-outline).active,
.btn.default:not(.btn-outline):active,
.open>.btn.default:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.default:not(.btn-outline).disabled.focus,
.btn.default:not(.btn-outline).disabled:focus,
.btn.default:not(.btn-outline).disabled:hover,
.btn.default:not(.btn-outline)[disabled].focus,
.btn.default:not(.btn-outline)[disabled]:focus,
.btn.default:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.default:not(.btn-outline).focus,
fieldset[disabled] .btn.default:not(.btn-outline):focus,
fieldset[disabled] .btn.default:not(.btn-outline):hover {
	background-color: #e1e5ec;
	border-color: #e1e5ec
}
.btn.default:not(.btn-outline) .badge {
	color: #e1e5ec;
	background-color: #666
}
.btn.btn-outline.default {
	border-color: #e1e5ec;
	color: #e1e5ec;
	background: 0 0
}
.btn.btn-outline.default.active,
.btn.btn-outline.default:active,
.btn.btn-outline.default:active:focus,
.btn.btn-outline.default:active:hover,
.btn.btn-outline.default:focus,
.btn.btn-outline.default:hover {
	border-color: #e1e5ec;
	color: #666;
	background-color: #e1e5ec
}
.btn.default-stripe {
	border-left: 4px solid #e1e5ec!important
}
.btn.default.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.dark:not(.btn-outline) {
	color: #FFF;
	background-color: #2f353b;
	border-color: #2f353b
}
.btn.dark:not(.btn-outline).focus,
.btn.dark:not(.btn-outline):focus {
	color: #FFF;
	background-color: #181c1f;
	border-color: #000
}
.btn.dark:not(.btn-outline).active,
.btn.dark:not(.btn-outline):active,
.btn.dark:not(.btn-outline):hover,
.open>.btn.dark:not(.btn-outline).dropdown-toggle {
	color: #FFF;
	background-color: #181c1f;
	border-color: #141619
}
.btn.dark:not(.btn-outline).active.focus,
.btn.dark:not(.btn-outline).active:focus,
.btn.dark:not(.btn-outline).active:hover,
.btn.dark:not(.btn-outline):active.focus,
.btn.dark:not(.btn-outline):active:focus,
.btn.dark:not(.btn-outline):active:hover,
.open>.btn.dark:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.dark:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.dark:not(.btn-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #090a0b;
	border-color: #000
}
.btn.dark:not(.btn-outline).active,
.btn.dark:not(.btn-outline):active,
.open>.btn.dark:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.dark:not(.btn-outline).disabled.focus,
.btn.dark:not(.btn-outline).disabled:focus,
.btn.dark:not(.btn-outline).disabled:hover,
.btn.dark:not(.btn-outline)[disabled].focus,
.btn.dark:not(.btn-outline)[disabled]:focus,
.btn.dark:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.dark:not(.btn-outline).focus,
fieldset[disabled] .btn.dark:not(.btn-outline):focus,
fieldset[disabled] .btn.dark:not(.btn-outline):hover {
	background-color: #2f353b;
	border-color: #2f353b
}
.btn.dark:not(.btn-outline) .badge {
	color: #2f353b;
	background-color: #FFF
}
.btn.btn-outline.dark {
	border-color: #2f353b;
	color: #2f353b;
	background: 0 0
}
.btn.btn-outline.dark.active,
.btn.btn-outline.dark:active,
.btn.btn-outline.dark:active:focus,
.btn.btn-outline.dark:active:hover,
.btn.btn-outline.dark:focus,
.btn.btn-outline.dark:hover {
	border-color: #2f353b;
	color: #FFF;
	background-color: #2f353b
}
.btn.dark-stripe {
	border-left: 4px solid #2f353b!important
}
.btn.dark.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.blue:not(.btn-outline) {
	color: #FFF;
	background-color: #3598dc;
	border-color: #3598dc
}
.btn.blue:not(.btn-outline).focus,
.btn.blue:not(.btn-outline):focus {
	color: #FFF;
	background-color: #217ebd;
	border-color: #15527c
}
.btn.blue:not(.btn-outline).active,
.btn.blue:not(.btn-outline):active,
.btn.blue:not(.btn-outline):hover,
.open>.btn.blue:not(.btn-outline).dropdown-toggle {
	color: #FFF;
	background-color: #217ebd;
	border-color: #1f78b5
}
.btn.blue:not(.btn-outline).active.focus,
.btn.blue:not(.btn-outline).active:focus,
.btn.blue:not(.btn-outline).active:hover,
.btn.blue:not(.btn-outline):active.focus,
.btn.blue:not(.btn-outline):active:focus,
.btn.blue:not(.btn-outline):active:hover,
.open>.btn.blue:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.blue:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.blue:not(.btn-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #1c699f;
	border-color: #15527c
}
.btn.blue:not(.btn-outline).active,
.btn.blue:not(.btn-outline):active,
.open>.btn.blue:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.blue:not(.btn-outline).disabled.focus,
.btn.blue:not(.btn-outline).disabled:focus,
.btn.blue:not(.btn-outline).disabled:hover,
.btn.blue:not(.btn-outline)[disabled].focus,
.btn.blue:not(.btn-outline)[disabled]:focus,
.btn.blue:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.blue:not(.btn-outline).focus,
fieldset[disabled] .btn.blue:not(.btn-outline):focus,
fieldset[disabled] .btn.blue:not(.btn-outline):hover {
	background-color: #3598dc;
	border-color: #3598dc
}
.btn.blue:not(.btn-outline) .badge {
	color: #3598dc;
	background-color: #FFF
}
.btn.btn-outline.blue {
	border-color: #3598dc;
	color: #3598dc;
	background: 0 0
}
.btn.btn-outline.blue.active,
.btn.btn-outline.blue:active,
.btn.btn-outline.blue:active:focus,
.btn.btn-outline.blue:active:hover,
.btn.btn-outline.blue:focus,
.btn.btn-outline.blue:hover {
	border-color: #3598dc;
	color: #FFF;
	background-color: #3598dc
}
.btn.blue-stripe {
	border-left: 4px solid #3598dc!important
}
.btn.blue.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.blue-madison:not(.btn-outline) {
	color: #FFF;
	background-color: #578ebe;
	border-color: #578ebe
}
.btn.blue-madison:not(.btn-outline).focus,
.btn.blue-madison:not(.btn-outline):focus {
	color: #FFF;
	background-color: #3f74a3;
	border-color: #2a4d6c
}
.btn.blue-madison:not(.btn-outline).active,
.btn.blue-madison:not(.btn-outline):active,
.btn.blue-madison:not(.btn-outline):hover,
.open>.btn.blue-madison:not(.btn-outline).dropdown-toggle {
	color: #FFF;
	background-color: #3f74a3;
	border-color: #3c6f9c
}
.btn.blue-madison:not(.btn-outline).active.focus,
.btn.blue-madison:not(.btn-outline).active:focus,
.btn.blue-madison:not(.btn-outline).active:hover,
.btn.blue-madison:not(.btn-outline):active.focus,
.btn.blue-madison:not(.btn-outline):active:focus,
.btn.blue-madison:not(.btn-outline):active:hover,
.open>.btn.blue-madison:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.blue-madison:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.blue-madison:not(.btn-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #356289;
	border-color: #2a4d6c
}
.btn.blue-madison:not(.btn-outline).active,
.btn.blue-madison:not(.btn-outline):active,
.open>.btn.blue-madison:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.blue-madison:not(.btn-outline).disabled.focus,
.btn.blue-madison:not(.btn-outline).disabled:focus,
.btn.blue-madison:not(.btn-outline).disabled:hover,
.btn.blue-madison:not(.btn-outline)[disabled].focus,
.btn.blue-madison:not(.btn-outline)[disabled]:focus,
.btn.blue-madison:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.blue-madison:not(.btn-outline).focus,
fieldset[disabled] .btn.blue-madison:not(.btn-outline):focus,
fieldset[disabled] .btn.blue-madison:not(.btn-outline):hover {
	background-color: #578ebe;
	border-color: #578ebe
}
.btn.blue-madison:not(.btn-outline) .badge {
	color: #578ebe;
	background-color: #FFF
}
.btn.btn-outline.blue-madison {
	border-color: #578ebe;
	color: #578ebe;
	background: 0 0
}
.btn.btn-outline.blue-madison.active,
.btn.btn-outline.blue-madison:active,
.btn.btn-outline.blue-madison:active:focus,
.btn.btn-outline.blue-madison:active:hover,
.btn.btn-outline.blue-madison:focus,
.btn.btn-outline.blue-madison:hover {
	border-color: #578ebe;
	color: #FFF;
	background-color: #578ebe
}
.btn.blue-madison-stripe {
	border-left: 4px solid #578ebe!important
}
.btn.blue-madison.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.blue-chambray:not(.btn-outline) {
	color: #FFF;
	background-color: #2C3E50;
	border-color: #2C3E50
}
.btn.blue-chambray:not(.btn-outline).focus,
.btn.blue-chambray:not(.btn-outline):focus {
	color: #FFF;
	background-color: #1a252f;
	border-color: #000
}
.btn.blue-chambray:not(.btn-outline).active,
.btn.blue-chambray:not(.btn-outline):active,
.btn.blue-chambray:not(.btn-outline):hover,
.open>.btn.blue-chambray:not(.btn-outline).dropdown-toggle {
	color: #FFF;
	background-color: #1a252f;
	border-color: #161f29
}
.btn.blue-chambray:not(.btn-outline).active.focus,
.btn.blue-chambray:not(.btn-outline).active:focus,
.btn.blue-chambray:not(.btn-outline).active:hover,
.btn.blue-chambray:not(.btn-outline):active.focus,
.btn.blue-chambray:not(.btn-outline):active:focus,
.btn.blue-chambray:not(.btn-outline):active:hover,
.open>.btn.blue-chambray:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.blue-chambray:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.blue-chambray:not(.btn-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #0d1318;
	border-color: #000
}
.btn.blue-chambray:not(.btn-outline).active,
.btn.blue-chambray:not(.btn-outline):active,
.open>.btn.blue-chambray:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.blue-chambray:not(.btn-outline).disabled.focus,
.btn.blue-chambray:not(.btn-outline).disabled:focus,
.btn.blue-chambray:not(.btn-outline).disabled:hover,
.btn.blue-chambray:not(.btn-outline)[disabled].focus,
.btn.blue-chambray:not(.btn-outline)[disabled]:focus,
.btn.blue-chambray:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.blue-chambray:not(.btn-outline).focus,
fieldset[disabled] .btn.blue-chambray:not(.btn-outline):focus,
fieldset[disabled] .btn.blue-chambray:not(.btn-outline):hover {
	background-color: #2C3E50;
	border-color: #2C3E50
}
.btn.blue-chambray:not(.btn-outline) .badge {
	color: #2C3E50;
	background-color: #FFF
}
.btn.btn-outline.blue-chambray {
	border-color: #2C3E50;
	color: #2C3E50;
	background: 0 0
}
.btn.btn-outline.blue-chambray.active,
.btn.btn-outline.blue-chambray:active,
.btn.btn-outline.blue-chambray:active:focus,
.btn.btn-outline.blue-chambray:active:hover,
.btn.btn-outline.blue-chambray:focus,
.btn.btn-outline.blue-chambray:hover {
	border-color: #2C3E50;
	color: #FFF;
	background-color: #2C3E50
}
.btn.blue-chambray-stripe {
	border-left: 4px solid #2C3E50!important
}
.btn.blue-chambray.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.blue-ebonyclay:not(.btn-outline) {
	color: #FFF;
	background-color: #22313F;
	border-color: #22313F
}
.btn.blue-ebonyclay:not(.btn-outline).focus,
.btn.blue-ebonyclay:not(.btn-outline):focus {
	color: #FFF;
	background-color: #10171e;
	border-color: #000
}
.btn.blue-ebonyclay:not(.btn-outline).active,
.btn.blue-ebonyclay:not(.btn-outline):active,
.btn.blue-ebonyclay:not(.btn-outline):hover,
.open>.btn.blue-ebonyclay:not(.btn-outline).dropdown-toggle {
	color: #FFF;
	background-color: #10171e;
	border-color: #0d1217
}
.btn.blue-ebonyclay:not(.btn-outline).active.focus,
.btn.blue-ebonyclay:not(.btn-outline).active:focus,
.btn.blue-ebonyclay:not(.btn-outline).active:hover,
.btn.blue-ebonyclay:not(.btn-outline):active.focus,
.btn.blue-ebonyclay:not(.btn-outline):active:focus,
.btn.blue-ebonyclay:not(.btn-outline):active:hover,
.open>.btn.blue-ebonyclay:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.blue-ebonyclay:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.blue-ebonyclay:not(.btn-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #040507;
	border-color: #000
}
.btn.blue-ebonyclay:not(.btn-outline).active,
.btn.blue-ebonyclay:not(.btn-outline):active,
.open>.btn.blue-ebonyclay:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.blue-ebonyclay:not(.btn-outline).disabled.focus,
.btn.blue-ebonyclay:not(.btn-outline).disabled:focus,
.btn.blue-ebonyclay:not(.btn-outline).disabled:hover,
.btn.blue-ebonyclay:not(.btn-outline)[disabled].focus,
.btn.blue-ebonyclay:not(.btn-outline)[disabled]:focus,
.btn.blue-ebonyclay:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.blue-ebonyclay:not(.btn-outline).focus,
fieldset[disabled] .btn.blue-ebonyclay:not(.btn-outline):focus,
fieldset[disabled] .btn.blue-ebonyclay:not(.btn-outline):hover {
	background-color: #22313F;
	border-color: #22313F
}
.btn.blue-ebonyclay:not(.btn-outline) .badge {
	color: #22313F;
	background-color: #FFF
}
.btn.btn-outline.blue-ebonyclay {
	border-color: #22313F;
	color: #22313F;
	background: 0 0
}
.btn.btn-outline.blue-ebonyclay.active,
.btn.btn-outline.blue-ebonyclay:active,
.btn.btn-outline.blue-ebonyclay:active:focus,
.btn.btn-outline.blue-ebonyclay:active:hover,
.btn.btn-outline.blue-ebonyclay:focus,
.btn.btn-outline.blue-ebonyclay:hover {
	border-color: #22313F;
	color: #FFF;
	background-color: #22313F
}
.btn.blue-ebonyclay-stripe {
	border-left: 4px solid #22313F!important
}
.btn.blue-ebonyclay.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.blue-hoki:not(.btn-outline) {
	color: #FFF;
	background-color: #67809F;
	border-color: #67809F
}
.btn.blue-hoki:not(.btn-outline).focus,
.btn.blue-hoki:not(.btn-outline):focus {
	color: #FFF;
	background-color: #526781;
	border-color: #344252
}
.btn.blue-hoki:not(.btn-outline).active,
.btn.blue-hoki:not(.btn-outline):active,
.btn.blue-hoki:not(.btn-outline):hover,
.open>.btn.blue-hoki:not(.btn-outline).dropdown-toggle {
	color: #FFF;
	background-color: #526781;
	border-color: #4e627b
}
.btn.blue-hoki:not(.btn-outline).active.focus,
.btn.blue-hoki:not(.btn-outline).active:focus,
.btn.blue-hoki:not(.btn-outline).active:hover,
.btn.blue-hoki:not(.btn-outline):active.focus,
.btn.blue-hoki:not(.btn-outline):active:focus,
.btn.blue-hoki:not(.btn-outline):active:hover,
.open>.btn.blue-hoki:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.blue-hoki:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.blue-hoki:not(.btn-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #44566b;
	border-color: #344252
}
.btn.blue-hoki:not(.btn-outline).active,
.btn.blue-hoki:not(.btn-outline):active,
.open>.btn.blue-hoki:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.blue-hoki:not(.btn-outline).disabled.focus,
.btn.blue-hoki:not(.btn-outline).disabled:focus,
.btn.blue-hoki:not(.btn-outline).disabled:hover,
.btn.blue-hoki:not(.btn-outline)[disabled].focus,
.btn.blue-hoki:not(.btn-outline)[disabled]:focus,
.btn.blue-hoki:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.blue-hoki:not(.btn-outline).focus,
fieldset[disabled] .btn.blue-hoki:not(.btn-outline):focus,
fieldset[disabled] .btn.blue-hoki:not(.btn-outline):hover {
	background-color: #67809F;
	border-color: #67809F
}
.btn.blue-hoki:not(.btn-outline) .badge {
	color: #67809F;
	background-color: #FFF
}
.btn.btn-outline.blue-hoki {
	border-color: #67809F;
	color: #67809F;
	background: 0 0
}
.btn.btn-outline.blue-hoki.active,
.btn.btn-outline.blue-hoki:active,
.btn.btn-outline.blue-hoki:active:focus,
.btn.btn-outline.blue-hoki:active:hover,
.btn.btn-outline.blue-hoki:focus,
.btn.btn-outline.blue-hoki:hover {
	border-color: #67809F;
	color: #FFF;
	background-color: #67809F
}
.btn.blue-hoki-stripe {
	border-left: 4px solid #67809F!important
}
.btn.blue-hoki.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.blue-steel:not(.btn-outline) {
	color: #FFF;
	background-color: #4B77BE;
	border-color: #4B77BE
}
.btn.blue-steel:not(.btn-outline).focus,
.btn.blue-steel:not(.btn-outline):focus {
	color: #FFF;
	background-color: #395f9d;
	border-color: #243d65
}
.btn.blue-steel:not(.btn-outline).active,
.btn.blue-steel:not(.btn-outline):active,
.btn.blue-steel:not(.btn-outline):hover,
.open>.btn.blue-steel:not(.btn-outline).dropdown-toggle {
	color: #FFF;
	background-color: #395f9d;
	border-color: #365b96
}
.btn.blue-steel:not(.btn-outline).active.focus,
.btn.blue-steel:not(.btn-outline).active:focus,
.btn.blue-steel:not(.btn-outline).active:hover,
.btn.blue-steel:not(.btn-outline):active.focus,
.btn.blue-steel:not(.btn-outline):active:focus,
.btn.blue-steel:not(.btn-outline):active:hover,
.open>.btn.blue-steel:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.blue-steel:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.blue-steel:not(.btn-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #2f4f83;
	border-color: #243d65
}
.btn.blue-steel:not(.btn-outline).active,
.btn.blue-steel:not(.btn-outline):active,
.open>.btn.blue-steel:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.blue-steel:not(.btn-outline).disabled.focus,
.btn.blue-steel:not(.btn-outline).disabled:focus,
.btn.blue-steel:not(.btn-outline).disabled:hover,
.btn.blue-steel:not(.btn-outline)[disabled].focus,
.btn.blue-steel:not(.btn-outline)[disabled]:focus,
.btn.blue-steel:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.blue-steel:not(.btn-outline).focus,
fieldset[disabled] .btn.blue-steel:not(.btn-outline):focus,
fieldset[disabled] .btn.blue-steel:not(.btn-outline):hover {
	background-color: #4B77BE;
	border-color: #4B77BE
}
.btn.blue-steel:not(.btn-outline) .badge {
	color: #4B77BE;
	background-color: #FFF
}
.btn.btn-outline.blue-steel {
	border-color: #4B77BE;
	color: #4B77BE;
	background: 0 0
}
.btn.btn-outline.blue-steel.active,
.btn.btn-outline.blue-steel:active,
.btn.btn-outline.blue-steel:active:focus,
.btn.btn-outline.blue-steel:active:hover,
.btn.btn-outline.blue-steel:focus,
.btn.btn-outline.blue-steel:hover {
	border-color: #4B77BE;
	color: #FFF;
	background-color: #4B77BE
}
.btn.blue-steel-stripe {
	border-left: 4px solid #4B77BE!important
}
.btn.blue-steel.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.blue-soft:not(.btn-outline) {
	color: #FFF;
	background-color: #4c87b9;
	border-color: #4c87b9
}
.btn.blue-soft:not(.btn-outline).focus,
.btn.blue-soft:not(.btn-outline):focus {
	color: #FFF;
	background-color: #3b6d97;
	border-color: #264560
}
.btn.blue-soft:not(.btn-outline).active,
.btn.blue-soft:not(.btn-outline):active,
.btn.blue-soft:not(.btn-outline):hover,
.open>.btn.blue-soft:not(.btn-outline).dropdown-toggle {
	color: #FFF;
	background-color: #3b6d97;
	border-color: #386890
}
.btn.blue-soft:not(.btn-outline).active.focus,
.btn.blue-soft:not(.btn-outline).active:focus,
.btn.blue-soft:not(.btn-outline).active:hover,
.btn.blue-soft:not(.btn-outline):active.focus,
.btn.blue-soft:not(.btn-outline):active:focus,
.btn.blue-soft:not(.btn-outline):active:hover,
.open>.btn.blue-soft:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.blue-soft:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.blue-soft:not(.btn-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #315a7d;
	border-color: #264560
}
.btn.blue-soft:not(.btn-outline).active,
.btn.blue-soft:not(.btn-outline):active,
.open>.btn.blue-soft:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.blue-soft:not(.btn-outline).disabled.focus,
.btn.blue-soft:not(.btn-outline).disabled:focus,
.btn.blue-soft:not(.btn-outline).disabled:hover,
.btn.blue-soft:not(.btn-outline)[disabled].focus,
.btn.blue-soft:not(.btn-outline)[disabled]:focus,
.btn.blue-soft:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.blue-soft:not(.btn-outline).focus,
fieldset[disabled] .btn.blue-soft:not(.btn-outline):focus,
fieldset[disabled] .btn.blue-soft:not(.btn-outline):hover {
	background-color: #4c87b9;
	border-color: #4c87b9
}
.btn.blue-soft:not(.btn-outline) .badge {
	color: #4c87b9;
	background-color: #FFF
}
.btn.btn-outline.blue-soft {
	border-color: #4c87b9;
	color: #4c87b9;
	background: 0 0
}
.btn.btn-outline.blue-soft.active,
.btn.btn-outline.blue-soft:active,
.btn.btn-outline.blue-soft:active:focus,
.btn.btn-outline.blue-soft:active:hover,
.btn.btn-outline.blue-soft:focus,
.btn.btn-outline.blue-soft:hover {
	border-color: #4c87b9;
	color: #FFF;
	background-color: #4c87b9
}
.btn.blue-soft-stripe {
	border-left: 4px solid #4c87b9!important
}
.btn.blue-soft.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.blue-dark:not(.btn-outline) {
	color: #FFF;
	background-color: #5e738b;
	border-color: #5e738b
}
.btn.blue-dark:not(.btn-outline).focus,
.btn.blue-dark:not(.btn-outline):focus {
	color: #FFF;
	background-color: #495a6d;
	border-color: #2b343f
}
.btn.blue-dark:not(.btn-outline).active,
.btn.blue-dark:not(.btn-outline):active,
.btn.blue-dark:not(.btn-outline):hover,
.open>.btn.blue-dark:not(.btn-outline).dropdown-toggle {
	color: #FFF;
	background-color: #495a6d;
	border-color: #455566
}
.btn.blue-dark:not(.btn-outline).active.focus,
.btn.blue-dark:not(.btn-outline).active:focus,
.btn.blue-dark:not(.btn-outline).active:hover,
.btn.blue-dark:not(.btn-outline):active.focus,
.btn.blue-dark:not(.btn-outline):active:focus,
.btn.blue-dark:not(.btn-outline):active:hover,
.open>.btn.blue-dark:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.blue-dark:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.blue-dark:not(.btn-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #3b4857;
	border-color: #2b343f
}
.btn.blue-dark:not(.btn-outline).active,
.btn.blue-dark:not(.btn-outline):active,
.open>.btn.blue-dark:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.blue-dark:not(.btn-outline).disabled.focus,
.btn.blue-dark:not(.btn-outline).disabled:focus,
.btn.blue-dark:not(.btn-outline).disabled:hover,
.btn.blue-dark:not(.btn-outline)[disabled].focus,
.btn.blue-dark:not(.btn-outline)[disabled]:focus,
.btn.blue-dark:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.blue-dark:not(.btn-outline).focus,
fieldset[disabled] .btn.blue-dark:not(.btn-outline):focus,
fieldset[disabled] .btn.blue-dark:not(.btn-outline):hover {
	background-color: #5e738b;
	border-color: #5e738b
}
.btn.blue-dark:not(.btn-outline) .badge {
	color: #5e738b;
	background-color: #FFF
}
.btn.btn-outline.blue-dark {
	border-color: #5e738b;
	color: #5e738b;
	background: 0 0
}
.btn.btn-outline.blue-dark.active,
.btn.btn-outline.blue-dark:active,
.btn.btn-outline.blue-dark:active:focus,
.btn.btn-outline.blue-dark:active:hover,
.btn.btn-outline.blue-dark:focus,
.btn.btn-outline.blue-dark:hover {
	border-color: #5e738b;
	color: #FFF;
	background-color: #5e738b
}
.btn.blue-dark-stripe {
	border-left: 4px solid #5e738b!important
}
.btn.blue-dark.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.blue-sharp:not(.btn-outline) {
	color: #FFF;
	background-color: #5C9BD1;
	border-color: #5C9BD1
}
.btn.blue-sharp:not(.btn-outline).focus,
.btn.blue-sharp:not(.btn-outline):focus {
	color: #FFF;
	background-color: #3782c3;
	border-color: #265a87
}
.btn.blue-sharp:not(.btn-outline).active,
.btn.blue-sharp:not(.btn-outline):active,
.btn.blue-sharp:not(.btn-outline):hover,
.open>.btn.blue-sharp:not(.btn-outline).dropdown-toggle {
	color: #FFF;
	background-color: #3782c3;
	border-color: #357dbb
}
.btn.blue-sharp:not(.btn-outline).active.focus,
.btn.blue-sharp:not(.btn-outline).active:focus,
.btn.blue-sharp:not(.btn-outline).active:hover,
.btn.blue-sharp:not(.btn-outline):active.focus,
.btn.blue-sharp:not(.btn-outline):active:focus,
.btn.blue-sharp:not(.btn-outline):active:hover,
.open>.btn.blue-sharp:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.blue-sharp:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.blue-sharp:not(.btn-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #2f70a7;
	border-color: #265a87
}
.btn.blue-sharp:not(.btn-outline).active,
.btn.blue-sharp:not(.btn-outline):active,
.open>.btn.blue-sharp:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.blue-sharp:not(.btn-outline).disabled.focus,
.btn.blue-sharp:not(.btn-outline).disabled:focus,
.btn.blue-sharp:not(.btn-outline).disabled:hover,
.btn.blue-sharp:not(.btn-outline)[disabled].focus,
.btn.blue-sharp:not(.btn-outline)[disabled]:focus,
.btn.blue-sharp:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.blue-sharp:not(.btn-outline).focus,
fieldset[disabled] .btn.blue-sharp:not(.btn-outline):focus,
fieldset[disabled] .btn.blue-sharp:not(.btn-outline):hover {
	background-color: #5C9BD1;
	border-color: #5C9BD1
}
.btn.blue-sharp:not(.btn-outline) .badge {
	color: #5C9BD1;
	background-color: #FFF
}
.btn.btn-outline.blue-sharp {
	border-color: #5C9BD1;
	color: #5C9BD1;
	background: 0 0
}
.btn.btn-outline.blue-sharp.active,
.btn.btn-outline.blue-sharp:active,
.btn.btn-outline.blue-sharp:active:focus,
.btn.btn-outline.blue-sharp:active:hover,
.btn.btn-outline.blue-sharp:focus,
.btn.btn-outline.blue-sharp:hover {
	border-color: #5C9BD1;
	color: #FFF;
	background-color: #5C9BD1
}
.btn.blue-sharp-stripe {
	border-left: 4px solid #5C9BD1!important
}
.btn.blue-sharp.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.blue-oleo:not(.btn-outline) {
	color: #FFF;
	background-color: #94A0B2;
	border-color: #94A0B2
}
.btn.blue-oleo:not(.btn-outline).focus,
.btn.blue-oleo:not(.btn-outline):focus {
	color: #FFF;
	background-color: #76869d;
	border-color: #536073
}
.btn.blue-oleo:not(.btn-outline).active,
.btn.blue-oleo:not(.btn-outline):active,
.btn.blue-oleo:not(.btn-outline):hover,
.open>.btn.blue-oleo:not(.btn-outline).dropdown-toggle {
	color: #FFF;
	background-color: #76869d;
	border-color: #708098
}
.btn.blue-oleo:not(.btn-outline).active.focus,
.btn.blue-oleo:not(.btn-outline).active:focus,
.btn.blue-oleo:not(.btn-outline).active:hover,
.btn.blue-oleo:not(.btn-outline):active.focus,
.btn.blue-oleo:not(.btn-outline):active:focus,
.btn.blue-oleo:not(.btn-outline):active:hover,
.open>.btn.blue-oleo:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.blue-oleo:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.blue-oleo:not(.btn-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #64748b;
	border-color: #536073
}
.btn.blue-oleo:not(.btn-outline).active,
.btn.blue-oleo:not(.btn-outline):active,
.open>.btn.blue-oleo:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.blue-oleo:not(.btn-outline).disabled.focus,
.btn.blue-oleo:not(.btn-outline).disabled:focus,
.btn.blue-oleo:not(.btn-outline).disabled:hover,
.btn.blue-oleo:not(.btn-outline)[disabled].focus,
.btn.blue-oleo:not(.btn-outline)[disabled]:focus,
.btn.blue-oleo:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.blue-oleo:not(.btn-outline).focus,
fieldset[disabled] .btn.blue-oleo:not(.btn-outline):focus,
fieldset[disabled] .btn.blue-oleo:not(.btn-outline):hover {
	background-color: #94A0B2;
	border-color: #94A0B2
}
.btn.blue-oleo:not(.btn-outline) .badge {
	color: #94A0B2;
	background-color: #FFF
}
.btn.btn-outline.blue-oleo {
	border-color: #94A0B2;
	color: #94A0B2;
	background: 0 0
}
.btn.btn-outline.blue-oleo.active,
.btn.btn-outline.blue-oleo:active,
.btn.btn-outline.blue-oleo:active:focus,
.btn.btn-outline.blue-oleo:active:hover,
.btn.btn-outline.blue-oleo:focus,
.btn.btn-outline.blue-oleo:hover {
	border-color: #94A0B2;
	color: #FFF;
	background-color: #94A0B2
}
.btn.blue-oleo-stripe {
	border-left: 4px solid #94A0B2!important
}
.btn.blue-oleo.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.green:not(.btn-outline) {
	color: #FFF;
	background-color: #32c5d2;
	border-color: #32c5d2
}
.btn.green:not(.btn-outline).focus,
.btn.green:not(.btn-outline):focus {
	color: #FFF;
	background-color: #26a1ab;
	border-color: #18666d
}
.btn.green:not(.btn-outline).active,
.btn.green:not(.btn-outline):active,
.btn.green:not(.btn-outline):hover,
.open>.btn.green:not(.btn-outline).dropdown-toggle {
	color: #FFF;
	background-color: #26a1ab;
	border-color: #2499a3
}
.btn.green:not(.btn-outline).active.focus,
.btn.green:not(.btn-outline).active:focus,
.btn.green:not(.btn-outline).active:hover,
.btn.green:not(.btn-outline):active.focus,
.btn.green:not(.btn-outline):active:focus,
.btn.green:not(.btn-outline):active:hover,
.open>.btn.green:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.green:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.green:not(.btn-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #1f858e;
	border-color: #18666d
}
.btn.green:not(.btn-outline).active,
.btn.green:not(.btn-outline):active,
.open>.btn.green:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.green:not(.btn-outline).disabled.focus,
.btn.green:not(.btn-outline).disabled:focus,
.btn.green:not(.btn-outline).disabled:hover,
.btn.green:not(.btn-outline)[disabled].focus,
.btn.green:not(.btn-outline)[disabled]:focus,
.btn.green:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.green:not(.btn-outline).focus,
fieldset[disabled] .btn.green:not(.btn-outline):focus,
fieldset[disabled] .btn.green:not(.btn-outline):hover {
	background-color: #32c5d2;
	border-color: #32c5d2
}
.btn.green:not(.btn-outline) .badge {
	color: #32c5d2;
	background-color: #FFF
}
.btn.btn-outline.green {
	border-color: #32c5d2;
	color: #32c5d2;
	background: 0 0
}
.btn.btn-outline.green.active,
.btn.btn-outline.green:active,
.btn.btn-outline.green:active:focus,
.btn.btn-outline.green:active:hover,
.btn.btn-outline.green:focus,
.btn.btn-outline.green:hover {
	border-color: #32c5d2;
	color: #FFF;
	background-color: #32c5d2
}
.btn.green-stripe {
	border-left: 4px solid #32c5d2!important
}
.btn.green.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.green-meadow:not(.btn-outline) {
	color: #FFF;
	background-color: #1BBC9B;
	border-color: #1BBC9B
}
.btn.green-meadow:not(.btn-outline).focus,
.btn.green-meadow:not(.btn-outline):focus {
	color: #FFF;
	background-color: #158f76;
	border-color: #0b4d3f
}
.btn.green-meadow:not(.btn-outline).active,
.btn.green-meadow:not(.btn-outline):active,
.btn.green-meadow:not(.btn-outline):hover,
.open>.btn.green-meadow:not(.btn-outline).dropdown-toggle {
	color: #FFF;
	background-color: #158f76;
	border-color: #13866f
}
.btn.green-meadow:not(.btn-outline).active.focus,
.btn.green-meadow:not(.btn-outline).active:focus,
.btn.green-meadow:not(.btn-outline).active:hover,
.btn.green-meadow:not(.btn-outline):active.focus,
.btn.green-meadow:not(.btn-outline):active:focus,
.btn.green-meadow:not(.btn-outline):active:hover,
.open>.btn.green-meadow:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.green-meadow:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.green-meadow:not(.btn-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #10705c;
	border-color: #0b4d3f
}
.btn.green-meadow:not(.btn-outline).active,
.btn.green-meadow:not(.btn-outline):active,
.open>.btn.green-meadow:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.green-meadow:not(.btn-outline).disabled.focus,
.btn.green-meadow:not(.btn-outline).disabled:focus,
.btn.green-meadow:not(.btn-outline).disabled:hover,
.btn.green-meadow:not(.btn-outline)[disabled].focus,
.btn.green-meadow:not(.btn-outline)[disabled]:focus,
.btn.green-meadow:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.green-meadow:not(.btn-outline).focus,
fieldset[disabled] .btn.green-meadow:not(.btn-outline):focus,
fieldset[disabled] .btn.green-meadow:not(.btn-outline):hover {
	background-color: #1BBC9B;
	border-color: #1BBC9B
}
.btn.green-meadow:not(.btn-outline) .badge {
	color: #1BBC9B;
	background-color: #FFF
}
.btn.btn-outline.green-meadow {
	border-color: #1BBC9B;
	color: #1BBC9B;
	background: 0 0
}
.btn.btn-outline.green-meadow.active,
.btn.btn-outline.green-meadow:active,
.btn.btn-outline.green-meadow:active:focus,
.btn.btn-outline.green-meadow:active:hover,
.btn.btn-outline.green-meadow:focus,
.btn.btn-outline.green-meadow:hover {
	border-color: #1BBC9B;
	color: #FFF;
	background-color: #1BBC9B
}
.btn.green-meadow-stripe {
	border-left: 4px solid #1BBC9B!important
}
.btn.green-meadow.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.green-seagreen:not(.btn-outline) {
	color: #FFF;
	background-color: #1BA39C;
	border-color: #1BA39C
}
.btn.green-seagreen:not(.btn-outline).focus,
.btn.green-seagreen:not(.btn-outline):focus {
	color: #FFF;
	background-color: #147772;
	border-color: #093633
}
.btn.green-seagreen:not(.btn-outline).active,
.btn.green-seagreen:not(.btn-outline):active,
.btn.green-seagreen:not(.btn-outline):hover,
.open>.btn.green-seagreen:not(.btn-outline).dropdown-toggle {
	color: #FFF;
	background-color: #147772;
	border-color: #126e6a
}
.btn.green-seagreen:not(.btn-outline).active.focus,
.btn.green-seagreen:not(.btn-outline).active:focus,
.btn.green-seagreen:not(.btn-outline).active:hover,
.btn.green-seagreen:not(.btn-outline):active.focus,
.btn.green-seagreen:not(.btn-outline):active:focus,
.btn.green-seagreen:not(.btn-outline):active:hover,
.open>.btn.green-seagreen:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.green-seagreen:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.green-seagreen:not(.btn-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #0f5955;
	border-color: #093633
}
.btn.green-seagreen:not(.btn-outline).active,
.btn.green-seagreen:not(.btn-outline):active,
.open>.btn.green-seagreen:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.green-seagreen:not(.btn-outline).disabled.focus,
.btn.green-seagreen:not(.btn-outline).disabled:focus,
.btn.green-seagreen:not(.btn-outline).disabled:hover,
.btn.green-seagreen:not(.btn-outline)[disabled].focus,
.btn.green-seagreen:not(.btn-outline)[disabled]:focus,
.btn.green-seagreen:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.green-seagreen:not(.btn-outline).focus,
fieldset[disabled] .btn.green-seagreen:not(.btn-outline):focus,
fieldset[disabled] .btn.green-seagreen:not(.btn-outline):hover {
	background-color: #1BA39C;
	border-color: #1BA39C
}
.btn.green-seagreen:not(.btn-outline) .badge {
	color: #1BA39C;
	background-color: #FFF
}
.btn.btn-outline.green-seagreen {
	border-color: #1BA39C;
	color: #1BA39C;
	background: 0 0
}
.btn.btn-outline.green-seagreen.active,
.btn.btn-outline.green-seagreen:active,
.btn.btn-outline.green-seagreen:active:focus,
.btn.btn-outline.green-seagreen:active:hover,
.btn.btn-outline.green-seagreen:focus,
.btn.btn-outline.green-seagreen:hover {
	border-color: #1BA39C;
	color: #FFF;
	background-color: #1BA39C
}
.btn.green-seagreen-stripe {
	border-left: 4px solid #1BA39C!important
}
.btn.green-seagreen.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.green-turquoise:not(.btn-outline) {
	color: #FFF;
	background-color: #36D7B7;
	border-color: #36D7B7
}
.btn.green-turquoise:not(.btn-outline).focus,
.btn.green-turquoise:not(.btn-outline):focus {
	color: #FFF;
	background-color: #24b699;
	border-color: #177663
}
.btn.green-turquoise:not(.btn-outline).active,
.btn.green-turquoise:not(.btn-outline):active,
.btn.green-turquoise:not(.btn-outline):hover,
.open>.btn.green-turquoise:not(.btn-outline).dropdown-toggle {
	color: #FFF;
	background-color: #24b699;
	border-color: #22ad92
}
.btn.green-turquoise:not(.btn-outline).active.focus,
.btn.green-turquoise:not(.btn-outline).active:focus,
.btn.green-turquoise:not(.btn-outline).active:hover,
.btn.green-turquoise:not(.btn-outline):active.focus,
.btn.green-turquoise:not(.btn-outline):active:focus,
.btn.green-turquoise:not(.btn-outline):active:hover,
.open>.btn.green-turquoise:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.green-turquoise:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.green-turquoise:not(.btn-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #1e9880;
	border-color: #177663
}
.btn.green-turquoise:not(.btn-outline).active,
.btn.green-turquoise:not(.btn-outline):active,
.open>.btn.green-turquoise:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.green-turquoise:not(.btn-outline).disabled.focus,
.btn.green-turquoise:not(.btn-outline).disabled:focus,
.btn.green-turquoise:not(.btn-outline).disabled:hover,
.btn.green-turquoise:not(.btn-outline)[disabled].focus,
.btn.green-turquoise:not(.btn-outline)[disabled]:focus,
.btn.green-turquoise:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.green-turquoise:not(.btn-outline).focus,
fieldset[disabled] .btn.green-turquoise:not(.btn-outline):focus,
fieldset[disabled] .btn.green-turquoise:not(.btn-outline):hover {
	background-color: #36D7B7;
	border-color: #36D7B7
}
.btn.green-turquoise:not(.btn-outline) .badge {
	color: #36D7B7;
	background-color: #FFF
}
.btn.btn-outline.green-turquoise {
	border-color: #36D7B7;
	color: #36D7B7;
	background: 0 0
}
.btn.btn-outline.green-turquoise.active,
.btn.btn-outline.green-turquoise:active,
.btn.btn-outline.green-turquoise:active:focus,
.btn.btn-outline.green-turquoise:active:hover,
.btn.btn-outline.green-turquoise:focus,
.btn.btn-outline.green-turquoise:hover {
	border-color: #36D7B7;
	color: #FFF;
	background-color: #36D7B7
}
.btn.green-turquoise-stripe {
	border-left: 4px solid #36D7B7!important
}
.btn.green-turquoise.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.green-haze:not(.btn-outline) {
	color: #FFF;
	background-color: #44b6ae;
	border-color: #44b6ae
}
.btn.green-haze:not(.btn-outline).focus,
.btn.green-haze:not(.btn-outline):focus {
	color: #FFF;
	background-color: #36918b;
	border-color: #215955
}
.btn.green-haze:not(.btn-outline).active,
.btn.green-haze:not(.btn-outline):active,
.btn.green-haze:not(.btn-outline):hover,
.open>.btn.green-haze:not(.btn-outline).dropdown-toggle {
	color: #FFF;
	background-color: #36918b;
	border-color: #338983
}
.btn.green-haze:not(.btn-outline).active.focus,
.btn.green-haze:not(.btn-outline).active:focus,
.btn.green-haze:not(.btn-outline).active:hover,
.btn.green-haze:not(.btn-outline):active.focus,
.btn.green-haze:not(.btn-outline):active:focus,
.btn.green-haze:not(.btn-outline):active:hover,
.open>.btn.green-haze:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.green-haze:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.green-haze:not(.btn-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #2c7772;
	border-color: #215955
}
.btn.green-haze:not(.btn-outline).active,
.btn.green-haze:not(.btn-outline):active,
.open>.btn.green-haze:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.green-haze:not(.btn-outline).disabled.focus,
.btn.green-haze:not(.btn-outline).disabled:focus,
.btn.green-haze:not(.btn-outline).disabled:hover,
.btn.green-haze:not(.btn-outline)[disabled].focus,
.btn.green-haze:not(.btn-outline)[disabled]:focus,
.btn.green-haze:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.green-haze:not(.btn-outline).focus,
fieldset[disabled] .btn.green-haze:not(.btn-outline):focus,
fieldset[disabled] .btn.green-haze:not(.btn-outline):hover {
	background-color: #44b6ae;
	border-color: #44b6ae
}
.btn.green-haze:not(.btn-outline) .badge {
	color: #44b6ae;
	background-color: #FFF
}
.btn.btn-outline.green-haze {
	border-color: #44b6ae;
	color: #44b6ae;
	background: 0 0
}
.btn.btn-outline.green-haze.active,
.btn.btn-outline.green-haze:active,
.btn.btn-outline.green-haze:active:focus,
.btn.btn-outline.green-haze:active:hover,
.btn.btn-outline.green-haze:focus,
.btn.btn-outline.green-haze:hover {
	border-color: #44b6ae;
	color: #FFF;
	background-color: #44b6ae
}
.btn.green-haze-stripe {
	border-left: 4px solid #44b6ae!important
}
.btn.green-haze.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.green-jungle:not(.btn-outline) {
	color: #FFF;
	background-color: #26C281;
	border-color: #26C281
}
.btn.green-jungle:not(.btn-outline).focus,
.btn.green-jungle:not(.btn-outline):focus {
	color: #FFF;
	background-color: #1e9765;
	border-color: #11573a
}
.btn.green-jungle:not(.btn-outline).active,
.btn.green-jungle:not(.btn-outline):active,
.btn.green-jungle:not(.btn-outline):hover,
.open>.btn.green-jungle:not(.btn-outline).dropdown-toggle {
	color: #FFF;
	background-color: #1e9765;
	border-color: #1c8f5f
}
.btn.green-jungle:not(.btn-outline).active.focus,
.btn.green-jungle:not(.btn-outline).active:focus,
.btn.green-jungle:not(.btn-outline).active:hover,
.btn.green-jungle:not(.btn-outline):active.focus,
.btn.green-jungle:not(.btn-outline):active:focus,
.btn.green-jungle:not(.btn-outline):active:hover,
.open>.btn.green-jungle:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.green-jungle:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.green-jungle:not(.btn-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #187a51;
	border-color: #11573a
}
.btn.green-jungle:not(.btn-outline).active,
.btn.green-jungle:not(.btn-outline):active,
.open>.btn.green-jungle:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.green-jungle:not(.btn-outline).disabled.focus,
.btn.green-jungle:not(.btn-outline).disabled:focus,
.btn.green-jungle:not(.btn-outline).disabled:hover,
.btn.green-jungle:not(.btn-outline)[disabled].focus,
.btn.green-jungle:not(.btn-outline)[disabled]:focus,
.btn.green-jungle:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.green-jungle:not(.btn-outline).focus,
fieldset[disabled] .btn.green-jungle:not(.btn-outline):focus,
fieldset[disabled] .btn.green-jungle:not(.btn-outline):hover {
	background-color: #26C281;
	border-color: #26C281
}
.btn.green-jungle:not(.btn-outline) .badge {
	color: #26C281;
	background-color: #FFF
}
.btn.btn-outline.green-jungle {
	border-color: #26C281;
	color: #26C281;
	background: 0 0
}
.btn.btn-outline.green-jungle.active,
.btn.btn-outline.green-jungle:active,
.btn.btn-outline.green-jungle:active:focus,
.btn.btn-outline.green-jungle:active:hover,
.btn.btn-outline.green-jungle:focus,
.btn.btn-outline.green-jungle:hover {
	border-color: #26C281;
	color: #FFF;
	background-color: #26C281
}
.btn.green-jungle-stripe {
	border-left: 4px solid #26C281!important
}
.btn.green-jungle.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.green-soft:not(.btn-outline) {
	color: #FFF;
	background-color: #3faba4;
	border-color: #3faba4
}
.btn.green-soft:not(.btn-outline).focus,
.btn.green-soft:not(.btn-outline):focus {
	color: #FFF;
	background-color: #318680;
	border-color: #1d4e4b
}
.btn.green-soft:not(.btn-outline).active,
.btn.green-soft:not(.btn-outline):active,
.btn.green-soft:not(.btn-outline):hover,
.open>.btn.green-soft:not(.btn-outline).dropdown-toggle {
	color: #FFF;
	background-color: #318680;
	border-color: #2f7e79
}
.btn.green-soft:not(.btn-outline).active.focus,
.btn.green-soft:not(.btn-outline).active:focus,
.btn.green-soft:not(.btn-outline).active:hover,
.btn.green-soft:not(.btn-outline):active.focus,
.btn.green-soft:not(.btn-outline):active:focus,
.btn.green-soft:not(.btn-outline):active:hover,
.open>.btn.green-soft:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.green-soft:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.green-soft:not(.btn-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #286c67;
	border-color: #1d4e4b
}
.btn.green-soft:not(.btn-outline).active,
.btn.green-soft:not(.btn-outline):active,
.open>.btn.green-soft:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.green-soft:not(.btn-outline).disabled.focus,
.btn.green-soft:not(.btn-outline).disabled:focus,
.btn.green-soft:not(.btn-outline).disabled:hover,
.btn.green-soft:not(.btn-outline)[disabled].focus,
.btn.green-soft:not(.btn-outline)[disabled]:focus,
.btn.green-soft:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.green-soft:not(.btn-outline).focus,
fieldset[disabled] .btn.green-soft:not(.btn-outline):focus,
fieldset[disabled] .btn.green-soft:not(.btn-outline):hover {
	background-color: #3faba4;
	border-color: #3faba4
}
.btn.green-soft:not(.btn-outline) .badge {
	color: #3faba4;
	background-color: #FFF
}
.btn.btn-outline.green-soft {
	border-color: #3faba4;
	color: #3faba4;
	background: 0 0
}
.btn.btn-outline.green-soft.active,
.btn.btn-outline.green-soft:active,
.btn.btn-outline.green-soft:active:focus,
.btn.btn-outline.green-soft:active:hover,
.btn.btn-outline.green-soft:focus,
.btn.btn-outline.green-soft:hover {
	border-color: #3faba4;
	color: #FFF;
	background-color: #3faba4
}
.btn.green-soft-stripe {
	border-left: 4px solid #3faba4!important
}
.btn.green-soft.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.green-dark:not(.btn-outline) {
	color: #FFF;
	background-color: #4DB3A2;
	border-color: #4DB3A2
}
.btn.green-dark:not(.btn-outline).focus,
.btn.green-dark:not(.btn-outline):focus {
	color: #FFF;
	background-color: #3d9082;
	border-color: #265a51
}
.btn.green-dark:not(.btn-outline).active,
.btn.green-dark:not(.btn-outline):active,
.btn.green-dark:not(.btn-outline):hover,
.open>.btn.green-dark:not(.btn-outline).dropdown-toggle {
	color: #FFF;
	background-color: #3d9082;
	border-color: #3a897b
}
.btn.green-dark:not(.btn-outline).active.focus,
.btn.green-dark:not(.btn-outline).active:focus,
.btn.green-dark:not(.btn-outline).active:hover,
.btn.green-dark:not(.btn-outline):active.focus,
.btn.green-dark:not(.btn-outline):active:focus,
.btn.green-dark:not(.btn-outline):active:hover,
.open>.btn.green-dark:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.green-dark:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.green-dark:not(.btn-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #33776b;
	border-color: #265a51
}
.btn.green-dark:not(.btn-outline).active,
.btn.green-dark:not(.btn-outline):active,
.open>.btn.green-dark:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.green-dark:not(.btn-outline).disabled.focus,
.btn.green-dark:not(.btn-outline).disabled:focus,
.btn.green-dark:not(.btn-outline).disabled:hover,
.btn.green-dark:not(.btn-outline)[disabled].focus,
.btn.green-dark:not(.btn-outline)[disabled]:focus,
.btn.green-dark:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.green-dark:not(.btn-outline).focus,
fieldset[disabled] .btn.green-dark:not(.btn-outline):focus,
fieldset[disabled] .btn.green-dark:not(.btn-outline):hover {
	background-color: #4DB3A2;
	border-color: #4DB3A2
}
.btn.green-dark:not(.btn-outline) .badge {
	color: #4DB3A2;
	background-color: #FFF
}
.btn.btn-outline.green-dark {
	border-color: #4DB3A2;
	color: #4DB3A2;
	background: 0 0
}
.btn.btn-outline.green-dark.active,
.btn.btn-outline.green-dark:active,
.btn.btn-outline.green-dark:active:focus,
.btn.btn-outline.green-dark:active:hover,
.btn.btn-outline.green-dark:focus,
.btn.btn-outline.green-dark:hover {
	border-color: #4DB3A2;
	color: #FFF;
	background-color: #4DB3A2
}
.btn.green-dark-stripe {
	border-left: 4px solid #4DB3A2!important
}
.btn.green-dark.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.green-sharp:not(.btn-outline) {
	color: #FFF;
	background-color: #2ab4c0;
	border-color: #2ab4c0
}
.btn.green-sharp:not(.btn-outline).focus,
.btn.green-sharp:not(.btn-outline):focus {
	color: #FFF;
	background-color: #218d96;
	border-color: #135257
}
.btn.green-sharp:not(.btn-outline).active,
.btn.green-sharp:not(.btn-outline):active,
.btn.green-sharp:not(.btn-outline):hover,
.open>.btn.green-sharp:not(.btn-outline).dropdown-toggle {
	color: #FFF;
	background-color: #218d96;
	border-color: #1f858e
}
.btn.green-sharp:not(.btn-outline).active.focus,
.btn.green-sharp:not(.btn-outline).active:focus,
.btn.green-sharp:not(.btn-outline).active:hover,
.btn.green-sharp:not(.btn-outline):active.focus,
.btn.green-sharp:not(.btn-outline):active:focus,
.btn.green-sharp:not(.btn-outline):active:hover,
.open>.btn.green-sharp:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.green-sharp:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.green-sharp:not(.btn-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #1a7179;
	border-color: #135257
}
.btn.green-sharp:not(.btn-outline).active,
.btn.green-sharp:not(.btn-outline):active,
.open>.btn.green-sharp:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.green-sharp:not(.btn-outline).disabled.focus,
.btn.green-sharp:not(.btn-outline).disabled:focus,
.btn.green-sharp:not(.btn-outline).disabled:hover,
.btn.green-sharp:not(.btn-outline)[disabled].focus,
.btn.green-sharp:not(.btn-outline)[disabled]:focus,
.btn.green-sharp:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.green-sharp:not(.btn-outline).focus,
fieldset[disabled] .btn.green-sharp:not(.btn-outline):focus,
fieldset[disabled] .btn.green-sharp:not(.btn-outline):hover {
	background-color: #2ab4c0;
	border-color: #2ab4c0
}
.btn.green-sharp:not(.btn-outline) .badge {
	color: #2ab4c0;
	background-color: #FFF
}
.btn.btn-outline.green-sharp {
	border-color: #2ab4c0;
	color: #2ab4c0;
	background: 0 0
}
.btn.btn-outline.green-sharp.active,
.btn.btn-outline.green-sharp:active,
.btn.btn-outline.green-sharp:active:focus,
.btn.btn-outline.green-sharp:active:hover,
.btn.btn-outline.green-sharp:focus,
.btn.btn-outline.green-sharp:hover {
	border-color: #2ab4c0;
	color: #FFF;
	background-color: #2ab4c0
}
.btn.green-sharp-stripe {
	border-left: 4px solid #2ab4c0!important
}
.btn.green-sharp.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.green-steel:not(.btn-outline) {
	color: #FFF;
	background-color: #29b4b6;
	border-color: #29b4b6
}
.btn.green-steel:not(.btn-outline).focus,
.btn.green-steel:not(.btn-outline):focus {
	color: #FFF;
	background-color: #208b8c;
	border-color: #124d4e
}
.btn.green-steel:not(.btn-outline).active,
.btn.green-steel:not(.btn-outline):active,
.btn.green-steel:not(.btn-outline):hover,
.open>.btn.green-steel:not(.btn-outline).dropdown-toggle {
	color: #FFF;
	background-color: #208b8c;
	border-color: #1e8384
}
.btn.green-steel:not(.btn-outline).active.focus,
.btn.green-steel:not(.btn-outline).active:focus,
.btn.green-steel:not(.btn-outline).active:hover,
.btn.green-steel:not(.btn-outline):active.focus,
.btn.green-steel:not(.btn-outline):active:focus,
.btn.green-steel:not(.btn-outline):active:hover,
.open>.btn.green-steel:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.green-steel:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.green-steel:not(.btn-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #196e6f;
	border-color: #124d4e
}
.btn.green-steel:not(.btn-outline).active,
.btn.green-steel:not(.btn-outline):active,
.open>.btn.green-steel:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.green-steel:not(.btn-outline).disabled.focus,
.btn.green-steel:not(.btn-outline).disabled:focus,
.btn.green-steel:not(.btn-outline).disabled:hover,
.btn.green-steel:not(.btn-outline)[disabled].focus,
.btn.green-steel:not(.btn-outline)[disabled]:focus,
.btn.green-steel:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.green-steel:not(.btn-outline).focus,
fieldset[disabled] .btn.green-steel:not(.btn-outline):focus,
fieldset[disabled] .btn.green-steel:not(.btn-outline):hover {
	background-color: #29b4b6;
	border-color: #29b4b6
}
.btn.green-steel:not(.btn-outline) .badge {
	color: #29b4b6;
	background-color: #FFF
}
.btn.btn-outline.green-steel {
	border-color: #29b4b6;
	color: #29b4b6;
	background: 0 0
}
.btn.btn-outline.green-steel.active,
.btn.btn-outline.green-steel:active,
.btn.btn-outline.green-steel:active:focus,
.btn.btn-outline.green-steel:active:hover,
.btn.btn-outline.green-steel:focus,
.btn.btn-outline.green-steel:hover {
	border-color: #29b4b6;
	color: #FFF;
	background-color: #29b4b6
}
.btn.green-steel-stripe {
	border-left: 4px solid #29b4b6!important
}
.btn.green-steel.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.grey:not(.btn-outline) {
	color: #333;
	background-color: #E5E5E5;
	border-color: #E5E5E5
}
.btn.grey:not(.btn-outline).focus,
.btn.grey:not(.btn-outline):focus {
	color: #333;
	background-color: #ccc;
	border-color: #a5a5a5
}
.btn.grey:not(.btn-outline).active,
.btn.grey:not(.btn-outline):active,
.btn.grey:not(.btn-outline):hover,
.open>.btn.grey:not(.btn-outline).dropdown-toggle {
	color: #333;
	background-color: #ccc;
	border-color: #c6c6c6
}
.btn.grey:not(.btn-outline).active.focus,
.btn.grey:not(.btn-outline).active:focus,
.btn.grey:not(.btn-outline).active:hover,
.btn.grey:not(.btn-outline):active.focus,
.btn.grey:not(.btn-outline):active:focus,
.btn.grey:not(.btn-outline):active:hover,
.open>.btn.grey:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.grey:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.grey:not(.btn-outline).dropdown-toggle:hover {
	color: #333;
	background-color: #bababa;
	border-color: #a5a5a5
}
.btn.grey:not(.btn-outline).active,
.btn.grey:not(.btn-outline):active,
.open>.btn.grey:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.grey:not(.btn-outline).disabled.focus,
.btn.grey:not(.btn-outline).disabled:focus,
.btn.grey:not(.btn-outline).disabled:hover,
.btn.grey:not(.btn-outline)[disabled].focus,
.btn.grey:not(.btn-outline)[disabled]:focus,
.btn.grey:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.grey:not(.btn-outline).focus,
fieldset[disabled] .btn.grey:not(.btn-outline):focus,
fieldset[disabled] .btn.grey:not(.btn-outline):hover {
	background-color: #E5E5E5;
	border-color: #E5E5E5
}
.btn.grey:not(.btn-outline) .badge {
	color: #E5E5E5;
	background-color: #333
}
.btn.btn-outline.grey {
	border-color: #E5E5E5;
	color: #E5E5E5;
	background: 0 0
}
.btn.btn-outline.grey.active,
.btn.btn-outline.grey:active,
.btn.btn-outline.grey:active:focus,
.btn.btn-outline.grey:active:hover,
.btn.btn-outline.grey:focus,
.btn.btn-outline.grey:hover {
	border-color: #E5E5E5;
	color: #333;
	background-color: #E5E5E5
}
.btn.grey-stripe {
	border-left: 4px solid #E5E5E5!important
}
.btn.grey.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.grey-steel:not(.btn-outline) {
	color: #80898e;
	background-color: #e9edef;
	border-color: #e9edef
}
.btn.grey-steel:not(.btn-outline).focus,
.btn.grey-steel:not(.btn-outline):focus {
	color: #80898e;
	background-color: #cbd5da;
	border-color: #9fb1b9
}
.btn.grey-steel:not(.btn-outline).active,
.btn.grey-steel:not(.btn-outline):active,
.btn.grey-steel:not(.btn-outline):hover,
.open>.btn.grey-steel:not(.btn-outline).dropdown-toggle {
	color: #80898e;
	background-color: #cbd5da;
	border-color: #c6d0d5
}
.btn.grey-steel:not(.btn-outline).active.focus,
.btn.grey-steel:not(.btn-outline).active:focus,
.btn.grey-steel:not(.btn-outline).active:hover,
.btn.grey-steel:not(.btn-outline):active.focus,
.btn.grey-steel:not(.btn-outline):active:focus,
.btn.grey-steel:not(.btn-outline):active:hover,
.open>.btn.grey-steel:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.grey-steel:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.grey-steel:not(.btn-outline).dropdown-toggle:hover {
	color: #80898e;
	background-color: #b7c4ca;
	border-color: #9fb1b9
}
.btn.grey-steel:not(.btn-outline).active,
.btn.grey-steel:not(.btn-outline):active,
.open>.btn.grey-steel:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.grey-steel:not(.btn-outline).disabled.focus,
.btn.grey-steel:not(.btn-outline).disabled:focus,
.btn.grey-steel:not(.btn-outline).disabled:hover,
.btn.grey-steel:not(.btn-outline)[disabled].focus,
.btn.grey-steel:not(.btn-outline)[disabled]:focus,
.btn.grey-steel:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.grey-steel:not(.btn-outline).focus,
fieldset[disabled] .btn.grey-steel:not(.btn-outline):focus,
fieldset[disabled] .btn.grey-steel:not(.btn-outline):hover {
	background-color: #e9edef;
	border-color: #e9edef
}
.btn.grey-steel:not(.btn-outline) .badge {
	color: #e9edef;
	background-color: #80898e
}
.btn.btn-outline.grey-steel {
	border-color: #e9edef;
	color: #e9edef;
	background: 0 0
}
.btn.btn-outline.grey-steel.active,
.btn.btn-outline.grey-steel:active,
.btn.btn-outline.grey-steel:active:focus,
.btn.btn-outline.grey-steel:active:hover,
.btn.btn-outline.grey-steel:focus,
.btn.btn-outline.grey-steel:hover {
	border-color: #e9edef;
	color: #80898e;
	background-color: #e9edef
}
.btn.grey-steel-stripe {
	border-left: 4px solid #e9edef!important
}
.btn.grey-steel.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.grey-cararra:not(.btn-outline) {
	color: #333;
	background-color: #fafafa;
	border-color: #fafafa
}
.btn.grey-cararra:not(.btn-outline).focus,
.btn.grey-cararra:not(.btn-outline):focus {
	color: #333;
	background-color: #e1e1e1;
	border-color: #bababa
}
.btn.grey-cararra:not(.btn-outline).active,
.btn.grey-cararra:not(.btn-outline):active,
.btn.grey-cararra:not(.btn-outline):hover,
.open>.btn.grey-cararra:not(.btn-outline).dropdown-toggle {
	color: #333;
	background-color: #e1e1e1;
	border-color: #dbdbdb
}
.btn.grey-cararra:not(.btn-outline).active.focus,
.btn.grey-cararra:not(.btn-outline).active:focus,
.btn.grey-cararra:not(.btn-outline).active:hover,
.btn.grey-cararra:not(.btn-outline):active.focus,
.btn.grey-cararra:not(.btn-outline):active:focus,
.btn.grey-cararra:not(.btn-outline):active:hover,
.open>.btn.grey-cararra:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.grey-cararra:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.grey-cararra:not(.btn-outline).dropdown-toggle:hover {
	color: #333;
	background-color: #cfcfcf;
	border-color: #bababa
}
.btn.grey-cararra:not(.btn-outline).active,
.btn.grey-cararra:not(.btn-outline):active,
.open>.btn.grey-cararra:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.grey-cararra:not(.btn-outline).disabled.focus,
.btn.grey-cararra:not(.btn-outline).disabled:focus,
.btn.grey-cararra:not(.btn-outline).disabled:hover,
.btn.grey-cararra:not(.btn-outline)[disabled].focus,
.btn.grey-cararra:not(.btn-outline)[disabled]:focus,
.btn.grey-cararra:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.grey-cararra:not(.btn-outline).focus,
fieldset[disabled] .btn.grey-cararra:not(.btn-outline):focus,
fieldset[disabled] .btn.grey-cararra:not(.btn-outline):hover {
	background-color: #fafafa;
	border-color: #fafafa
}
.btn.grey-cararra:not(.btn-outline) .badge {
	color: #fafafa;
	background-color: #333
}
.btn.btn-outline.grey-cararra {
	border-color: #fafafa;
	color: #fafafa;
	background: 0 0
}
.btn.btn-outline.grey-cararra.active,
.btn.btn-outline.grey-cararra:active,
.btn.btn-outline.grey-cararra:active:focus,
.btn.btn-outline.grey-cararra:active:hover,
.btn.btn-outline.grey-cararra:focus,
.btn.btn-outline.grey-cararra:hover {
	border-color: #fafafa;
	color: #333;
	background-color: #fafafa
}
.btn.grey-cararra-stripe {
	border-left: 4px solid #fafafa!important
}
.btn.grey-cararra.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.grey-gallery:not(.btn-outline) {
	color: #fff;
	background-color: #555;
	border-color: #555
}
.btn.grey-gallery:not(.btn-outline).focus,
.btn.grey-gallery:not(.btn-outline):focus {
	color: #fff;
	background-color: #3c3c3c;
	border-color: #151515
}
.btn.grey-gallery:not(.btn-outline).active,
.btn.grey-gallery:not(.btn-outline):active,
.btn.grey-gallery:not(.btn-outline):hover,
.open>.btn.grey-gallery:not(.btn-outline).dropdown-toggle {
	color: #fff;
	background-color: #3c3c3c;
	border-color: #363636
}
.btn.grey-gallery:not(.btn-outline).active.focus,
.btn.grey-gallery:not(.btn-outline).active:focus,
.btn.grey-gallery:not(.btn-outline).active:hover,
.btn.grey-gallery:not(.btn-outline):active.focus,
.btn.grey-gallery:not(.btn-outline):active:focus,
.btn.grey-gallery:not(.btn-outline):active:hover,
.open>.btn.grey-gallery:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.grey-gallery:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.grey-gallery:not(.btn-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #2a2a2a;
	border-color: #151515
}
.btn.grey-gallery:not(.btn-outline).active,
.btn.grey-gallery:not(.btn-outline):active,
.open>.btn.grey-gallery:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.grey-gallery:not(.btn-outline).disabled.focus,
.btn.grey-gallery:not(.btn-outline).disabled:focus,
.btn.grey-gallery:not(.btn-outline).disabled:hover,
.btn.grey-gallery:not(.btn-outline)[disabled].focus,
.btn.grey-gallery:not(.btn-outline)[disabled]:focus,
.btn.grey-gallery:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.grey-gallery:not(.btn-outline).focus,
fieldset[disabled] .btn.grey-gallery:not(.btn-outline):focus,
fieldset[disabled] .btn.grey-gallery:not(.btn-outline):hover {
	background-color: #555;
	border-color: #555
}
.btn.grey-gallery:not(.btn-outline) .badge {
	color: #555;
	background-color: #fff
}
.btn.btn-outline.grey-gallery {
	border-color: #555;
	color: #555;
	background: 0 0
}
.btn.btn-outline.grey-gallery.active,
.btn.btn-outline.grey-gallery:active,
.btn.btn-outline.grey-gallery:active:focus,
.btn.btn-outline.grey-gallery:active:hover,
.btn.btn-outline.grey-gallery:focus,
.btn.btn-outline.grey-gallery:hover {
	border-color: #555;
	color: #fff;
	background-color: #555
}
.btn.grey-gallery-stripe {
	border-left: 4px solid #555!important
}
.btn.grey-gallery.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.grey-cascade:not(.btn-outline) {
	color: #FFF;
	background-color: #95A5A6;
	border-color: #95A5A6
}
.btn.grey-cascade:not(.btn-outline).focus,
.btn.grey-cascade:not(.btn-outline):focus {
	color: #FFF;
	background-color: #798d8f;
	border-color: #566566
}
.btn.grey-cascade:not(.btn-outline).active,
.btn.grey-cascade:not(.btn-outline):active,
.btn.grey-cascade:not(.btn-outline):hover,
.open>.btn.grey-cascade:not(.btn-outline).dropdown-toggle {
	color: #FFF;
	background-color: #798d8f;
	border-color: #74898a
}
.btn.grey-cascade:not(.btn-outline).active.focus,
.btn.grey-cascade:not(.btn-outline).active:focus,
.btn.grey-cascade:not(.btn-outline).active:hover,
.btn.grey-cascade:not(.btn-outline):active.focus,
.btn.grey-cascade:not(.btn-outline):active:focus,
.btn.grey-cascade:not(.btn-outline):active:hover,
.open>.btn.grey-cascade:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.grey-cascade:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.grey-cascade:not(.btn-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #687b7c;
	border-color: #566566
}
.btn.grey-cascade:not(.btn-outline).active,
.btn.grey-cascade:not(.btn-outline):active,
.open>.btn.grey-cascade:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.grey-cascade:not(.btn-outline).disabled.focus,
.btn.grey-cascade:not(.btn-outline).disabled:focus,
.btn.grey-cascade:not(.btn-outline).disabled:hover,
.btn.grey-cascade:not(.btn-outline)[disabled].focus,
.btn.grey-cascade:not(.btn-outline)[disabled]:focus,
.btn.grey-cascade:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.grey-cascade:not(.btn-outline).focus,
fieldset[disabled] .btn.grey-cascade:not(.btn-outline):focus,
fieldset[disabled] .btn.grey-cascade:not(.btn-outline):hover {
	background-color: #95A5A6;
	border-color: #95A5A6
}
.btn.grey-cascade:not(.btn-outline) .badge {
	color: #95A5A6;
	background-color: #FFF
}
.btn.btn-outline.grey-cascade {
	border-color: #95A5A6;
	color: #95A5A6;
	background: 0 0
}
.btn.btn-outline.grey-cascade.active,
.btn.btn-outline.grey-cascade:active,
.btn.btn-outline.grey-cascade:active:focus,
.btn.btn-outline.grey-cascade:active:hover,
.btn.btn-outline.grey-cascade:focus,
.btn.btn-outline.grey-cascade:hover {
	border-color: #95A5A6;
	color: #FFF;
	background-color: #95A5A6
}
.btn.grey-cascade-stripe {
	border-left: 4px solid #95A5A6!important
}
.btn.grey-cascade.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.grey-silver:not(.btn-outline) {
	color: #FAFCFB;
	background-color: #BFBFBF;
	border-color: #BFBFBF
}
.btn.grey-silver:not(.btn-outline).focus,
.btn.grey-silver:not(.btn-outline):focus {
	color: #FAFCFB;
	background-color: #a6a6a6;
	border-color: #7f7f7f
}
.btn.grey-silver:not(.btn-outline).active,
.btn.grey-silver:not(.btn-outline):active,
.btn.grey-silver:not(.btn-outline):hover,
.open>.btn.grey-silver:not(.btn-outline).dropdown-toggle {
	color: #FAFCFB;
	background-color: #a6a6a6;
	border-color: #a0a0a0
}
.btn.grey-silver:not(.btn-outline).active.focus,
.btn.grey-silver:not(.btn-outline).active:focus,
.btn.grey-silver:not(.btn-outline).active:hover,
.btn.grey-silver:not(.btn-outline):active.focus,
.btn.grey-silver:not(.btn-outline):active:focus,
.btn.grey-silver:not(.btn-outline):active:hover,
.open>.btn.grey-silver:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.grey-silver:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.grey-silver:not(.btn-outline).dropdown-toggle:hover {
	color: #FAFCFB;
	background-color: #949494;
	border-color: #7f7f7f
}
.btn.grey-silver:not(.btn-outline).active,
.btn.grey-silver:not(.btn-outline):active,
.open>.btn.grey-silver:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.grey-silver:not(.btn-outline).disabled.focus,
.btn.grey-silver:not(.btn-outline).disabled:focus,
.btn.grey-silver:not(.btn-outline).disabled:hover,
.btn.grey-silver:not(.btn-outline)[disabled].focus,
.btn.grey-silver:not(.btn-outline)[disabled]:focus,
.btn.grey-silver:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.grey-silver:not(.btn-outline).focus,
fieldset[disabled] .btn.grey-silver:not(.btn-outline):focus,
fieldset[disabled] .btn.grey-silver:not(.btn-outline):hover {
	background-color: #BFBFBF;
	border-color: #BFBFBF
}
.btn.grey-silver:not(.btn-outline) .badge {
	color: #BFBFBF;
	background-color: #FAFCFB
}
.btn.btn-outline.grey-silver {
	border-color: #BFBFBF;
	color: #BFBFBF;
	background: 0 0
}
.btn.btn-outline.grey-silver.active,
.btn.btn-outline.grey-silver:active,
.btn.btn-outline.grey-silver:active:focus,
.btn.btn-outline.grey-silver:active:hover,
.btn.btn-outline.grey-silver:focus,
.btn.btn-outline.grey-silver:hover {
	border-color: #BFBFBF;
	color: #FAFCFB;
	background-color: #BFBFBF
}
.btn.grey-silver-stripe {
	border-left: 4px solid #BFBFBF!important
}
.btn.grey-silver.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.grey-salsa:not(.btn-outline) {
	color: #FAFCFB;
	background-color: #ACB5C3;
	border-color: #ACB5C3
}
.btn.grey-salsa:not(.btn-outline).focus,
.btn.grey-salsa:not(.btn-outline):focus {
	color: #FAFCFB;
	background-color: #8e9bae;
	border-color: #64748b
}
.btn.grey-salsa:not(.btn-outline).active,
.btn.grey-salsa:not(.btn-outline):active,
.btn.grey-salsa:not(.btn-outline):hover,
.open>.btn.grey-salsa:not(.btn-outline).dropdown-toggle {
	color: #FAFCFB;
	background-color: #8e9bae;
	border-color: #8895a9
}
.btn.grey-salsa:not(.btn-outline).active.focus,
.btn.grey-salsa:not(.btn-outline).active:focus,
.btn.grey-salsa:not(.btn-outline).active:hover,
.btn.grey-salsa:not(.btn-outline):active.focus,
.btn.grey-salsa:not(.btn-outline):active:focus,
.btn.grey-salsa:not(.btn-outline):active:hover,
.open>.btn.grey-salsa:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.grey-salsa:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.grey-salsa:not(.btn-outline).dropdown-toggle:hover {
	color: #FAFCFB;
	background-color: #7a889f;
	border-color: #64748b
}
.btn.grey-salsa:not(.btn-outline).active,
.btn.grey-salsa:not(.btn-outline):active,
.open>.btn.grey-salsa:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.grey-salsa:not(.btn-outline).disabled.focus,
.btn.grey-salsa:not(.btn-outline).disabled:focus,
.btn.grey-salsa:not(.btn-outline).disabled:hover,
.btn.grey-salsa:not(.btn-outline)[disabled].focus,
.btn.grey-salsa:not(.btn-outline)[disabled]:focus,
.btn.grey-salsa:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.grey-salsa:not(.btn-outline).focus,
fieldset[disabled] .btn.grey-salsa:not(.btn-outline):focus,
fieldset[disabled] .btn.grey-salsa:not(.btn-outline):hover {
	background-color: #ACB5C3;
	border-color: #ACB5C3
}
.btn.grey-salsa:not(.btn-outline) .badge {
	color: #ACB5C3;
	background-color: #FAFCFB
}
.btn.btn-outline.grey-salsa {
	border-color: #ACB5C3;
	color: #ACB5C3;
	background: 0 0
}
.btn.btn-outline.grey-salsa.active,
.btn.btn-outline.grey-salsa:active,
.btn.btn-outline.grey-salsa:active:focus,
.btn.btn-outline.grey-salsa:active:hover,
.btn.btn-outline.grey-salsa:focus,
.btn.btn-outline.grey-salsa:hover {
	border-color: #ACB5C3;
	color: #FAFCFB;
	background-color: #ACB5C3
}
.btn.grey-salsa-stripe {
	border-left: 4px solid #ACB5C3!important
}
.btn.grey-salsa.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.grey-salt:not(.btn-outline) {
	color: #FAFCFB;
	background-color: #bfcad1;
	border-color: #bfcad1
}
.btn.grey-salt:not(.btn-outline).focus,
.btn.grey-salt:not(.btn-outline):focus {
	color: #FAFCFB;
	background-color: #a1b1bc;
	border-color: #758d9c
}
.btn.grey-salt:not(.btn-outline).active,
.btn.grey-salt:not(.btn-outline):active,
.btn.grey-salt:not(.btn-outline):hover,
.open>.btn.grey-salt:not(.btn-outline).dropdown-toggle {
	color: #FAFCFB;
	background-color: #a1b1bc;
	border-color: #9badb7
}
.btn.grey-salt:not(.btn-outline).active.focus,
.btn.grey-salt:not(.btn-outline).active:focus,
.btn.grey-salt:not(.btn-outline).active:hover,
.btn.grey-salt:not(.btn-outline):active.focus,
.btn.grey-salt:not(.btn-outline):active:focus,
.btn.grey-salt:not(.btn-outline):active:hover,
.open>.btn.grey-salt:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.grey-salt:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.grey-salt:not(.btn-outline).dropdown-toggle:hover {
	color: #FAFCFB;
	background-color: #8da0ad;
	border-color: #758d9c
}
.btn.grey-salt:not(.btn-outline).active,
.btn.grey-salt:not(.btn-outline):active,
.open>.btn.grey-salt:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.grey-salt:not(.btn-outline).disabled.focus,
.btn.grey-salt:not(.btn-outline).disabled:focus,
.btn.grey-salt:not(.btn-outline).disabled:hover,
.btn.grey-salt:not(.btn-outline)[disabled].focus,
.btn.grey-salt:not(.btn-outline)[disabled]:focus,
.btn.grey-salt:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.grey-salt:not(.btn-outline).focus,
fieldset[disabled] .btn.grey-salt:not(.btn-outline):focus,
fieldset[disabled] .btn.grey-salt:not(.btn-outline):hover {
	background-color: #bfcad1;
	border-color: #bfcad1
}
.btn.grey-salt:not(.btn-outline) .badge {
	color: #bfcad1;
	background-color: #FAFCFB
}
.btn.btn-outline.grey-salt {
	border-color: #bfcad1;
	color: #bfcad1;
	background: 0 0
}
.btn.btn-outline.grey-salt.active,
.btn.btn-outline.grey-salt:active,
.btn.btn-outline.grey-salt:active:focus,
.btn.btn-outline.grey-salt:active:hover,
.btn.btn-outline.grey-salt:focus,
.btn.btn-outline.grey-salt:hover {
	border-color: #bfcad1;
	color: #FAFCFB;
	background-color: #bfcad1
}
.btn.grey-salt-stripe {
	border-left: 4px solid #bfcad1!important
}
.btn.grey-salt.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.grey-mint:not(.btn-outline) {
	color: #FFF;
	background-color: #525e64;
	border-color: #525e64
}
.btn.grey-mint:not(.btn-outline).focus,
.btn.grey-mint:not(.btn-outline):focus {
	color: #FFF;
	background-color: #3b4448;
	border-color: #191c1e
}
.btn.grey-mint:not(.btn-outline).active,
.btn.grey-mint:not(.btn-outline):active,
.btn.grey-mint:not(.btn-outline):hover,
.open>.btn.grey-mint:not(.btn-outline).dropdown-toggle {
	color: #FFF;
	background-color: #3b4448;
	border-color: #363e42
}
.btn.grey-mint:not(.btn-outline).active.focus,
.btn.grey-mint:not(.btn-outline).active:focus,
.btn.grey-mint:not(.btn-outline).active:hover,
.btn.grey-mint:not(.btn-outline):active.focus,
.btn.grey-mint:not(.btn-outline):active:focus,
.btn.grey-mint:not(.btn-outline):active:hover,
.open>.btn.grey-mint:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.grey-mint:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.grey-mint:not(.btn-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #2b3134;
	border-color: #191c1e
}
.btn.grey-mint:not(.btn-outline).active,
.btn.grey-mint:not(.btn-outline):active,
.open>.btn.grey-mint:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.grey-mint:not(.btn-outline).disabled.focus,
.btn.grey-mint:not(.btn-outline).disabled:focus,
.btn.grey-mint:not(.btn-outline).disabled:hover,
.btn.grey-mint:not(.btn-outline)[disabled].focus,
.btn.grey-mint:not(.btn-outline)[disabled]:focus,
.btn.grey-mint:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.grey-mint:not(.btn-outline).focus,
fieldset[disabled] .btn.grey-mint:not(.btn-outline):focus,
fieldset[disabled] .btn.grey-mint:not(.btn-outline):hover {
	background-color: #525e64;
	border-color: #525e64
}
.btn.grey-mint:not(.btn-outline) .badge {
	color: #525e64;
	background-color: #FFF
}
.btn.btn-outline.grey-mint {
	border-color: #525e64;
	color: #525e64;
	background: 0 0
}
.btn.btn-outline.grey-mint.active,
.btn.btn-outline.grey-mint:active,
.btn.btn-outline.grey-mint:active:focus,
.btn.btn-outline.grey-mint:active:hover,
.btn.btn-outline.grey-mint:focus,
.btn.btn-outline.grey-mint:hover {
	border-color: #525e64;
	color: #FFF;
	background-color: #525e64
}
.btn.grey-mint-stripe {
	border-left: 4px solid #525e64!important
}
.btn.grey-mint.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.red:not(.btn-outline) {
	color: #fff;
	background-color: #e7505a;
	border-color: #e7505a
}
.btn.red:not(.btn-outline).focus,
.btn.red:not(.btn-outline):focus {
	color: #fff;
	background-color: #e12330;
	border-color: #a1161f
}
.btn.red:not(.btn-outline).active,
.btn.red:not(.btn-outline):active,
.btn.red:not(.btn-outline):hover,
.open>.btn.red:not(.btn-outline).dropdown-toggle {
	color: #fff;
	background-color: #e12330;
	border-color: #dc1e2b
}
.btn.red:not(.btn-outline).active.focus,
.btn.red:not(.btn-outline).active:focus,
.btn.red:not(.btn-outline).active:hover,
.btn.red:not(.btn-outline):active.focus,
.btn.red:not(.btn-outline):active:focus,
.btn.red:not(.btn-outline):active:hover,
.open>.btn.red:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.red:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.red:not(.btn-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #c51b26;
	border-color: #a1161f
}
.btn.red:not(.btn-outline).active,
.btn.red:not(.btn-outline):active,
.open>.btn.red:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.red:not(.btn-outline).disabled.focus,
.btn.red:not(.btn-outline).disabled:focus,
.btn.red:not(.btn-outline).disabled:hover,
.btn.red:not(.btn-outline)[disabled].focus,
.btn.red:not(.btn-outline)[disabled]:focus,
.btn.red:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.red:not(.btn-outline).focus,
fieldset[disabled] .btn.red:not(.btn-outline):focus,
fieldset[disabled] .btn.red:not(.btn-outline):hover {
	background-color: #e7505a;
	border-color: #e7505a
}
.btn.red:not(.btn-outline) .badge {
	color: #e7505a;
	background-color: #fff
}
.btn.btn-outline.red {
	border-color: #e7505a;
	color: #e7505a;
	background: 0 0
}
.btn.btn-outline.red.active,
.btn.btn-outline.red:active,
.btn.btn-outline.red:active:focus,
.btn.btn-outline.red:active:hover,
.btn.btn-outline.red:focus,
.btn.btn-outline.red:hover {
	border-color: #e7505a;
	color: #fff;
	background-color: #e7505a
}
.btn.red-stripe {
	border-left: 4px solid #e7505a!important
}
.btn.red.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.red-pink:not(.btn-outline) {
	color: #fff;
	background-color: #E08283;
	border-color: #E08283
}
.btn.red-pink:not(.btn-outline).focus,
.btn.red-pink:not(.btn-outline):focus {
	color: #fff;
	background-color: #d6595a;
	border-color: #b52d2e
}
.btn.red-pink:not(.btn-outline).active,
.btn.red-pink:not(.btn-outline):active,
.btn.red-pink:not(.btn-outline):hover,
.open>.btn.red-pink:not(.btn-outline).dropdown-toggle {
	color: #fff;
	background-color: #d6595a;
	border-color: #d45152
}
.btn.red-pink:not(.btn-outline).active.focus,
.btn.red-pink:not(.btn-outline).active:focus,
.btn.red-pink:not(.btn-outline).active:hover,
.btn.red-pink:not(.btn-outline):active.focus,
.btn.red-pink:not(.btn-outline):active:focus,
.btn.red-pink:not(.btn-outline):active:hover,
.open>.btn.red-pink:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.red-pink:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.red-pink:not(.btn-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #cf3d3e;
	border-color: #b52d2e
}
.btn.red-pink:not(.btn-outline).active,
.btn.red-pink:not(.btn-outline):active,
.open>.btn.red-pink:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.red-pink:not(.btn-outline).disabled.focus,
.btn.red-pink:not(.btn-outline).disabled:focus,
.btn.red-pink:not(.btn-outline).disabled:hover,
.btn.red-pink:not(.btn-outline)[disabled].focus,
.btn.red-pink:not(.btn-outline)[disabled]:focus,
.btn.red-pink:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.red-pink:not(.btn-outline).focus,
fieldset[disabled] .btn.red-pink:not(.btn-outline):focus,
fieldset[disabled] .btn.red-pink:not(.btn-outline):hover {
	background-color: #E08283;
	border-color: #E08283
}
.btn.red-pink:not(.btn-outline) .badge {
	color: #E08283;
	background-color: #fff
}
.btn.btn-outline.red-pink {
	border-color: #E08283;
	color: #E08283;
	background: 0 0
}
.btn.btn-outline.red-pink.active,
.btn.btn-outline.red-pink:active,
.btn.btn-outline.red-pink:active:focus,
.btn.btn-outline.red-pink:active:hover,
.btn.btn-outline.red-pink:focus,
.btn.btn-outline.red-pink:hover {
	border-color: #E08283;
	color: #fff;
	background-color: #E08283
}
.btn.red-pink-stripe {
	border-left: 4px solid #E08283!important
}
.btn.red-pink.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.red-sunglo:not(.btn-outline) {
	color: #fff;
	background-color: #E26A6A;
	border-color: #E26A6A
}
.btn.red-sunglo:not(.btn-outline).focus,
.btn.red-sunglo:not(.btn-outline):focus {
	color: #fff;
	background-color: #da3f3f;
	border-color: #ab2121
}
.btn.red-sunglo:not(.btn-outline).active,
.btn.red-sunglo:not(.btn-outline):active,
.btn.red-sunglo:not(.btn-outline):hover,
.open>.btn.red-sunglo:not(.btn-outline).dropdown-toggle {
	color: #fff;
	background-color: #da3f3f;
	border-color: #d83737
}
.btn.red-sunglo:not(.btn-outline).active.focus,
.btn.red-sunglo:not(.btn-outline).active:focus,
.btn.red-sunglo:not(.btn-outline).active:hover,
.btn.red-sunglo:not(.btn-outline):active.focus,
.btn.red-sunglo:not(.btn-outline):active:focus,
.btn.red-sunglo:not(.btn-outline):active:hover,
.open>.btn.red-sunglo:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.red-sunglo:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.red-sunglo:not(.btn-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #cd2828;
	border-color: #ab2121
}
.btn.red-sunglo:not(.btn-outline).active,
.btn.red-sunglo:not(.btn-outline):active,
.open>.btn.red-sunglo:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.red-sunglo:not(.btn-outline).disabled.focus,
.btn.red-sunglo:not(.btn-outline).disabled:focus,
.btn.red-sunglo:not(.btn-outline).disabled:hover,
.btn.red-sunglo:not(.btn-outline)[disabled].focus,
.btn.red-sunglo:not(.btn-outline)[disabled]:focus,
.btn.red-sunglo:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.red-sunglo:not(.btn-outline).focus,
fieldset[disabled] .btn.red-sunglo:not(.btn-outline):focus,
fieldset[disabled] .btn.red-sunglo:not(.btn-outline):hover {
	background-color: #E26A6A;
	border-color: #E26A6A
}
.btn.red-sunglo:not(.btn-outline) .badge {
	color: #E26A6A;
	background-color: #fff
}
.btn.btn-outline.red-sunglo {
	border-color: #E26A6A;
	color: #E26A6A;
	background: 0 0
}
.btn.btn-outline.red-sunglo.active,
.btn.btn-outline.red-sunglo:active,
.btn.btn-outline.red-sunglo:active:focus,
.btn.btn-outline.red-sunglo:active:hover,
.btn.btn-outline.red-sunglo:focus,
.btn.btn-outline.red-sunglo:hover {
	border-color: #E26A6A;
	color: #fff;
	background-color: #E26A6A
}
.btn.red-sunglo-stripe {
	border-left: 4px solid #E26A6A!important
}
.btn.red-sunglo.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.red-intense:not(.btn-outline) {
	color: #fff;
	background-color: #e35b5a;
	border-color: #e35b5a
}
.btn.red-intense:not(.btn-outline).focus,
.btn.red-intense:not(.btn-outline):focus {
	color: #fff;
	background-color: #dc302e;
	border-color: #a21c1b
}
.btn.red-intense:not(.btn-outline).active,
.btn.red-intense:not(.btn-outline):active,
.btn.red-intense:not(.btn-outline):hover,
.open>.btn.red-intense:not(.btn-outline).dropdown-toggle {
	color: #fff;
	background-color: #dc302e;
	border-color: #da2726
}
.btn.red-intense:not(.btn-outline).active.focus,
.btn.red-intense:not(.btn-outline).active:focus,
.btn.red-intense:not(.btn-outline).active:hover,
.btn.red-intense:not(.btn-outline):active.focus,
.btn.red-intense:not(.btn-outline):active:focus,
.btn.red-intense:not(.btn-outline):active:hover,
.open>.btn.red-intense:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.red-intense:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.red-intense:not(.btn-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #c52321;
	border-color: #a21c1b
}
.btn.red-intense:not(.btn-outline).active,
.btn.red-intense:not(.btn-outline):active,
.open>.btn.red-intense:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.red-intense:not(.btn-outline).disabled.focus,
.btn.red-intense:not(.btn-outline).disabled:focus,
.btn.red-intense:not(.btn-outline).disabled:hover,
.btn.red-intense:not(.btn-outline)[disabled].focus,
.btn.red-intense:not(.btn-outline)[disabled]:focus,
.btn.red-intense:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.red-intense:not(.btn-outline).focus,
fieldset[disabled] .btn.red-intense:not(.btn-outline):focus,
fieldset[disabled] .btn.red-intense:not(.btn-outline):hover {
	background-color: #e35b5a;
	border-color: #e35b5a
}
.btn.red-intense:not(.btn-outline) .badge {
	color: #e35b5a;
	background-color: #fff
}
.btn.btn-outline.red-intense {
	border-color: #e35b5a;
	color: #e35b5a;
	background: 0 0
}
.btn.btn-outline.red-intense.active,
.btn.btn-outline.red-intense:active,
.btn.btn-outline.red-intense:active:focus,
.btn.btn-outline.red-intense:active:hover,
.btn.btn-outline.red-intense:focus,
.btn.btn-outline.red-intense:hover {
	border-color: #e35b5a;
	color: #fff;
	background-color: #e35b5a
}
.btn.red-intense-stripe {
	border-left: 4px solid #e35b5a!important
}
.btn.red-intense.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.red-thunderbird:not(.btn-outline) {
	color: #fff;
	background-color: #D91E18;
	border-color: #D91E18
}
.btn.red-thunderbird:not(.btn-outline).focus,
.btn.red-thunderbird:not(.btn-outline):focus {
	color: #fff;
	background-color: #ab1813;
	border-color: #660e0b
}
.btn.red-thunderbird:not(.btn-outline).active,
.btn.red-thunderbird:not(.btn-outline):active,
.btn.red-thunderbird:not(.btn-outline):hover,
.open>.btn.red-thunderbird:not(.btn-outline).dropdown-toggle {
	color: #fff;
	background-color: #ab1813;
	border-color: #a21612
}
.btn.red-thunderbird:not(.btn-outline).active.focus,
.btn.red-thunderbird:not(.btn-outline).active:focus,
.btn.red-thunderbird:not(.btn-outline).active:hover,
.btn.red-thunderbird:not(.btn-outline):active.focus,
.btn.red-thunderbird:not(.btn-outline):active:focus,
.btn.red-thunderbird:not(.btn-outline):active:hover,
.open>.btn.red-thunderbird:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.red-thunderbird:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.red-thunderbird:not(.btn-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #8b130f;
	border-color: #660e0b
}
.btn.red-thunderbird:not(.btn-outline).active,
.btn.red-thunderbird:not(.btn-outline):active,
.open>.btn.red-thunderbird:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.red-thunderbird:not(.btn-outline).disabled.focus,
.btn.red-thunderbird:not(.btn-outline).disabled:focus,
.btn.red-thunderbird:not(.btn-outline).disabled:hover,
.btn.red-thunderbird:not(.btn-outline)[disabled].focus,
.btn.red-thunderbird:not(.btn-outline)[disabled]:focus,
.btn.red-thunderbird:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.red-thunderbird:not(.btn-outline).focus,
fieldset[disabled] .btn.red-thunderbird:not(.btn-outline):focus,
fieldset[disabled] .btn.red-thunderbird:not(.btn-outline):hover {
	background-color: #D91E18;
	border-color: #D91E18
}
.btn.red-thunderbird:not(.btn-outline) .badge {
	color: #D91E18;
	background-color: #fff
}
.btn.btn-outline.red-thunderbird {
	border-color: #D91E18;
	color: #D91E18;
	background: 0 0
}
.btn.btn-outline.red-thunderbird.active,
.btn.btn-outline.red-thunderbird:active,
.btn.btn-outline.red-thunderbird:active:focus,
.btn.btn-outline.red-thunderbird:active:hover,
.btn.btn-outline.red-thunderbird:focus,
.btn.btn-outline.red-thunderbird:hover {
	border-color: #D91E18;
	color: #fff;
	background-color: #D91E18
}
.btn.red-thunderbird-stripe {
	border-left: 4px solid #D91E18!important
}
.btn.red-thunderbird.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.red-flamingo:not(.btn-outline) {
	color: #fff;
	background-color: #EF4836;
	border-color: #EF4836
}
.btn.red-flamingo:not(.btn-outline).focus,
.btn.red-flamingo:not(.btn-outline):focus {
	color: #fff;
	background-color: #e02612;
	border-color: #991a0c
}
.btn.red-flamingo:not(.btn-outline).active,
.btn.red-flamingo:not(.btn-outline):active,
.btn.red-flamingo:not(.btn-outline):hover,
.open>.btn.red-flamingo:not(.btn-outline).dropdown-toggle {
	color: #fff;
	background-color: #e02612;
	border-color: #d72411
}
.btn.red-flamingo:not(.btn-outline).active.focus,
.btn.red-flamingo:not(.btn-outline).active:focus,
.btn.red-flamingo:not(.btn-outline).active:hover,
.btn.red-flamingo:not(.btn-outline):active.focus,
.btn.red-flamingo:not(.btn-outline):active:focus,
.btn.red-flamingo:not(.btn-outline):active:hover,
.open>.btn.red-flamingo:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.red-flamingo:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.red-flamingo:not(.btn-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #bf200f;
	border-color: #991a0c
}
.btn.red-flamingo:not(.btn-outline).active,
.btn.red-flamingo:not(.btn-outline):active,
.open>.btn.red-flamingo:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.red-flamingo:not(.btn-outline).disabled.focus,
.btn.red-flamingo:not(.btn-outline).disabled:focus,
.btn.red-flamingo:not(.btn-outline).disabled:hover,
.btn.red-flamingo:not(.btn-outline)[disabled].focus,
.btn.red-flamingo:not(.btn-outline)[disabled]:focus,
.btn.red-flamingo:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.red-flamingo:not(.btn-outline).focus,
fieldset[disabled] .btn.red-flamingo:not(.btn-outline):focus,
fieldset[disabled] .btn.red-flamingo:not(.btn-outline):hover {
	background-color: #EF4836;
	border-color: #EF4836
}
.btn.red-flamingo:not(.btn-outline) .badge {
	color: #EF4836;
	background-color: #fff
}
.btn.btn-outline.red-flamingo {
	border-color: #EF4836;
	color: #EF4836;
	background: 0 0
}
.btn.btn-outline.red-flamingo.active,
.btn.btn-outline.red-flamingo:active,
.btn.btn-outline.red-flamingo:active:focus,
.btn.btn-outline.red-flamingo:active:hover,
.btn.btn-outline.red-flamingo:focus,
.btn.btn-outline.red-flamingo:hover {
	border-color: #EF4836;
	color: #fff;
	background-color: #EF4836
}
.btn.red-flamingo-stripe {
	border-left: 4px solid #EF4836!important
}
.btn.red-flamingo.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.red-soft:not(.btn-outline) {
	color: #fff;
	background-color: #d05454;
	border-color: #d05454
}
.btn.red-soft:not(.btn-outline).focus,
.btn.red-soft:not(.btn-outline):focus {
	color: #fff;
	background-color: #bd3434;
	border-color: #812323
}
.btn.red-soft:not(.btn-outline).active,
.btn.red-soft:not(.btn-outline):active,
.btn.red-soft:not(.btn-outline):hover,
.open>.btn.red-soft:not(.btn-outline).dropdown-toggle {
	color: #fff;
	background-color: #bd3434;
	border-color: #b53232
}
.btn.red-soft:not(.btn-outline).active.focus,
.btn.red-soft:not(.btn-outline).active:focus,
.btn.red-soft:not(.btn-outline).active:hover,
.btn.red-soft:not(.btn-outline):active.focus,
.btn.red-soft:not(.btn-outline):active:focus,
.btn.red-soft:not(.btn-outline):active:hover,
.open>.btn.red-soft:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.red-soft:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.red-soft:not(.btn-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #a12c2c;
	border-color: #812323
}
.btn.red-soft:not(.btn-outline).active,
.btn.red-soft:not(.btn-outline):active,
.open>.btn.red-soft:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.red-soft:not(.btn-outline).disabled.focus,
.btn.red-soft:not(.btn-outline).disabled:focus,
.btn.red-soft:not(.btn-outline).disabled:hover,
.btn.red-soft:not(.btn-outline)[disabled].focus,
.btn.red-soft:not(.btn-outline)[disabled]:focus,
.btn.red-soft:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.red-soft:not(.btn-outline).focus,
fieldset[disabled] .btn.red-soft:not(.btn-outline):focus,
fieldset[disabled] .btn.red-soft:not(.btn-outline):hover {
	background-color: #d05454;
	border-color: #d05454
}
.btn.red-soft:not(.btn-outline) .badge {
	color: #d05454;
	background-color: #fff
}
.btn.btn-outline.red-soft {
	border-color: #d05454;
	color: #d05454;
	background: 0 0
}
.btn.btn-outline.red-soft.active,
.btn.btn-outline.red-soft:active,
.btn.btn-outline.red-soft:active:focus,
.btn.btn-outline.red-soft:active:hover,
.btn.btn-outline.red-soft:focus,
.btn.btn-outline.red-soft:hover {
	border-color: #d05454;
	color: #fff;
	background-color: #d05454
}
.btn.red-soft-stripe {
	border-left: 4px solid #d05454!important
}
.btn.red-soft.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.red-haze:not(.btn-outline) {
	color: #fff;
	background-color: #f36a5a;
	border-color: #f36a5a
}
.btn.red-haze:not(.btn-outline).focus,
.btn.red-haze:not(.btn-outline):focus {
	color: #fff;
	background-color: #f03f2a;
	border-color: #c0210e
}
.btn.red-haze:not(.btn-outline).active,
.btn.red-haze:not(.btn-outline):active,
.btn.red-haze:not(.btn-outline):hover,
.open>.btn.red-haze:not(.btn-outline).dropdown-toggle {
	color: #fff;
	background-color: #f03f2a;
	border-color: #ef3621
}
.btn.red-haze:not(.btn-outline).active.focus,
.btn.red-haze:not(.btn-outline).active:focus,
.btn.red-haze:not(.btn-outline).active:hover,
.btn.red-haze:not(.btn-outline):active.focus,
.btn.red-haze:not(.btn-outline):active:focus,
.btn.red-haze:not(.btn-outline):active:hover,
.open>.btn.red-haze:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.red-haze:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.red-haze:not(.btn-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #e62711;
	border-color: #c0210e
}
.btn.red-haze:not(.btn-outline).active,
.btn.red-haze:not(.btn-outline):active,
.open>.btn.red-haze:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.red-haze:not(.btn-outline).disabled.focus,
.btn.red-haze:not(.btn-outline).disabled:focus,
.btn.red-haze:not(.btn-outline).disabled:hover,
.btn.red-haze:not(.btn-outline)[disabled].focus,
.btn.red-haze:not(.btn-outline)[disabled]:focus,
.btn.red-haze:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.red-haze:not(.btn-outline).focus,
fieldset[disabled] .btn.red-haze:not(.btn-outline):focus,
fieldset[disabled] .btn.red-haze:not(.btn-outline):hover {
	background-color: #f36a5a;
	border-color: #f36a5a
}
.btn.red-haze:not(.btn-outline) .badge {
	color: #f36a5a;
	background-color: #fff
}
.btn.btn-outline.red-haze {
	border-color: #f36a5a;
	color: #f36a5a;
	background: 0 0
}
.btn.btn-outline.red-haze.active,
.btn.btn-outline.red-haze:active,
.btn.btn-outline.red-haze:active:focus,
.btn.btn-outline.red-haze:active:hover,
.btn.btn-outline.red-haze:focus,
.btn.btn-outline.red-haze:hover {
	border-color: #f36a5a;
	color: #fff;
	background-color: #f36a5a
}
.btn.red-haze-stripe {
	border-left: 4px solid #f36a5a!important
}
.btn.red-haze.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.red-mint:not(.btn-outline) {
	color: #fff;
	background-color: #e43a45;
	border-color: #e43a45
}
.btn.red-mint:not(.btn-outline).focus,
.btn.red-mint:not(.btn-outline):focus {
	color: #fff;
	background-color: #cf1c28;
	border-color: #8b131b
}
.btn.red-mint:not(.btn-outline).active,
.btn.red-mint:not(.btn-outline):active,
.btn.red-mint:not(.btn-outline):hover,
.open>.btn.red-mint:not(.btn-outline).dropdown-toggle {
	color: #fff;
	background-color: #cf1c28;
	border-color: #c61b26
}
.btn.red-mint:not(.btn-outline).active.focus,
.btn.red-mint:not(.btn-outline).active:focus,
.btn.red-mint:not(.btn-outline).active:hover,
.btn.red-mint:not(.btn-outline):active.focus,
.btn.red-mint:not(.btn-outline):active:focus,
.btn.red-mint:not(.btn-outline):active:hover,
.open>.btn.red-mint:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.red-mint:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.red-mint:not(.btn-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #af1822;
	border-color: #8b131b
}
.btn.red-mint:not(.btn-outline).active,
.btn.red-mint:not(.btn-outline):active,
.open>.btn.red-mint:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.red-mint:not(.btn-outline).disabled.focus,
.btn.red-mint:not(.btn-outline).disabled:focus,
.btn.red-mint:not(.btn-outline).disabled:hover,
.btn.red-mint:not(.btn-outline)[disabled].focus,
.btn.red-mint:not(.btn-outline)[disabled]:focus,
.btn.red-mint:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.red-mint:not(.btn-outline).focus,
fieldset[disabled] .btn.red-mint:not(.btn-outline):focus,
fieldset[disabled] .btn.red-mint:not(.btn-outline):hover {
	background-color: #e43a45;
	border-color: #e43a45
}
.btn.red-mint:not(.btn-outline) .badge {
	color: #e43a45;
	background-color: #fff
}
.btn.btn-outline.red-mint {
	border-color: #e43a45;
	color: #e43a45;
	background: 0 0
}
.btn.btn-outline.red-mint.active,
.btn.btn-outline.red-mint:active,
.btn.btn-outline.red-mint:active:focus,
.btn.btn-outline.red-mint:active:hover,
.btn.btn-outline.red-mint:focus,
.btn.btn-outline.red-mint:hover {
	border-color: #e43a45;
	color: #fff;
	background-color: #e43a45
}
.btn.red-mint-stripe {
	border-left: 4px solid #e43a45!important
}
.btn.red-mint.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.yellow:not(.btn-outline) {
	color: #fff;
	background-color: #c49f47;
	border-color: #c49f47
}
.btn.yellow:not(.btn-outline).focus,
.btn.yellow:not(.btn-outline):focus {
	color: #fff;
	background-color: #a48334;
	border-color: #6a5422
}
.btn.yellow:not(.btn-outline).active,
.btn.yellow:not(.btn-outline):active,
.btn.yellow:not(.btn-outline):hover,
.open>.btn.yellow:not(.btn-outline).dropdown-toggle {
	color: #fff;
	background-color: #a48334;
	border-color: #9c7c32
}
.btn.yellow:not(.btn-outline).active.focus,
.btn.yellow:not(.btn-outline).active:focus,
.btn.yellow:not(.btn-outline).active:hover,
.btn.yellow:not(.btn-outline):active.focus,
.btn.yellow:not(.btn-outline):active:focus,
.btn.yellow:not(.btn-outline):active:hover,
.open>.btn.yellow:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.yellow:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.yellow:not(.btn-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #896d2c;
	border-color: #6a5422
}
.btn.yellow:not(.btn-outline).active,
.btn.yellow:not(.btn-outline):active,
.open>.btn.yellow:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.yellow:not(.btn-outline).disabled.focus,
.btn.yellow:not(.btn-outline).disabled:focus,
.btn.yellow:not(.btn-outline).disabled:hover,
.btn.yellow:not(.btn-outline)[disabled].focus,
.btn.yellow:not(.btn-outline)[disabled]:focus,
.btn.yellow:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.yellow:not(.btn-outline).focus,
fieldset[disabled] .btn.yellow:not(.btn-outline):focus,
fieldset[disabled] .btn.yellow:not(.btn-outline):hover {
	background-color: #c49f47;
	border-color: #c49f47
}
.btn.yellow:not(.btn-outline) .badge {
	color: #c49f47;
	background-color: #fff
}
.btn.btn-outline.yellow {
	border-color: #c49f47;
	color: #c49f47;
	background: 0 0
}
.btn.btn-outline.yellow.active,
.btn.btn-outline.yellow:active,
.btn.btn-outline.yellow:active:focus,
.btn.btn-outline.yellow:active:hover,
.btn.btn-outline.yellow:focus,
.btn.btn-outline.yellow:hover {
	border-color: #c49f47;
	color: #fff;
	background-color: #c49f47
}
.btn.yellow-stripe {
	border-left: 4px solid #c49f47!important
}
.btn.yellow.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.yellow-gold:not(.btn-outline) {
	color: #fff;
	background-color: #E87E04;
	border-color: #E87E04
}
.btn.yellow-gold:not(.btn-outline).focus,
.btn.yellow-gold:not(.btn-outline):focus {
	color: #fff;
	background-color: #b66303;
	border-color: #6b3a02
}
.btn.yellow-gold:not(.btn-outline).active,
.btn.yellow-gold:not(.btn-outline):active,
.btn.yellow-gold:not(.btn-outline):hover,
.open>.btn.yellow-gold:not(.btn-outline).dropdown-toggle {
	color: #fff;
	background-color: #b66303;
	border-color: #ac5d03
}
.btn.yellow-gold:not(.btn-outline).active.focus,
.btn.yellow-gold:not(.btn-outline).active:focus,
.btn.yellow-gold:not(.btn-outline).active:hover,
.btn.yellow-gold:not(.btn-outline):active.focus,
.btn.yellow-gold:not(.btn-outline):active:focus,
.btn.yellow-gold:not(.btn-outline):active:hover,
.open>.btn.yellow-gold:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.yellow-gold:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.yellow-gold:not(.btn-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #935003;
	border-color: #6b3a02
}
.btn.yellow-gold:not(.btn-outline).active,
.btn.yellow-gold:not(.btn-outline):active,
.open>.btn.yellow-gold:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.yellow-gold:not(.btn-outline).disabled.focus,
.btn.yellow-gold:not(.btn-outline).disabled:focus,
.btn.yellow-gold:not(.btn-outline).disabled:hover,
.btn.yellow-gold:not(.btn-outline)[disabled].focus,
.btn.yellow-gold:not(.btn-outline)[disabled]:focus,
.btn.yellow-gold:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.yellow-gold:not(.btn-outline).focus,
fieldset[disabled] .btn.yellow-gold:not(.btn-outline):focus,
fieldset[disabled] .btn.yellow-gold:not(.btn-outline):hover {
	background-color: #E87E04;
	border-color: #E87E04
}
.btn.yellow-gold:not(.btn-outline) .badge {
	color: #E87E04;
	background-color: #fff
}
.btn.btn-outline.yellow-gold {
	border-color: #E87E04;
	color: #E87E04;
	background: 0 0
}
.btn.btn-outline.yellow-gold.active,
.btn.btn-outline.yellow-gold:active,
.btn.btn-outline.yellow-gold:active:focus,
.btn.btn-outline.yellow-gold:active:hover,
.btn.btn-outline.yellow-gold:focus,
.btn.btn-outline.yellow-gold:hover {
	border-color: #E87E04;
	color: #fff;
	background-color: #E87E04
}
.btn.yellow-gold-stripe {
	border-left: 4px solid #E87E04!important
}
.btn.yellow-gold.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.yellow-casablanca:not(.btn-outline) {
	color: #fff;
	background-color: #f2784b;
	border-color: #f2784b
}
.btn.yellow-casablanca:not(.btn-outline).focus,
.btn.yellow-casablanca:not(.btn-outline):focus {
	color: #fff;
	background-color: #ef541b;
	border-color: #b1390d
}
.btn.yellow-casablanca:not(.btn-outline).active,
.btn.yellow-casablanca:not(.btn-outline):active,
.btn.yellow-casablanca:not(.btn-outline):hover,
.open>.btn.yellow-casablanca:not(.btn-outline).dropdown-toggle {
	color: #fff;
	background-color: #ef541b;
	border-color: #ee4d12
}
.btn.yellow-casablanca:not(.btn-outline).active.focus,
.btn.yellow-casablanca:not(.btn-outline).active:focus,
.btn.yellow-casablanca:not(.btn-outline).active:hover,
.btn.yellow-casablanca:not(.btn-outline):active.focus,
.btn.yellow-casablanca:not(.btn-outline):active:focus,
.btn.yellow-casablanca:not(.btn-outline):active:hover,
.open>.btn.yellow-casablanca:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.yellow-casablanca:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.yellow-casablanca:not(.btn-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #d74510;
	border-color: #b1390d
}
.btn.yellow-casablanca:not(.btn-outline).active,
.btn.yellow-casablanca:not(.btn-outline):active,
.open>.btn.yellow-casablanca:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.yellow-casablanca:not(.btn-outline).disabled.focus,
.btn.yellow-casablanca:not(.btn-outline).disabled:focus,
.btn.yellow-casablanca:not(.btn-outline).disabled:hover,
.btn.yellow-casablanca:not(.btn-outline)[disabled].focus,
.btn.yellow-casablanca:not(.btn-outline)[disabled]:focus,
.btn.yellow-casablanca:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.yellow-casablanca:not(.btn-outline).focus,
fieldset[disabled] .btn.yellow-casablanca:not(.btn-outline):focus,
fieldset[disabled] .btn.yellow-casablanca:not(.btn-outline):hover {
	background-color: #f2784b;
	border-color: #f2784b
}
.btn.yellow-casablanca:not(.btn-outline) .badge {
	color: #f2784b;
	background-color: #fff
}
.btn.btn-outline.yellow-casablanca {
	border-color: #f2784b;
	color: #f2784b;
	background: 0 0
}
.btn.btn-outline.yellow-casablanca.active,
.btn.btn-outline.yellow-casablanca:active,
.btn.btn-outline.yellow-casablanca:active:focus,
.btn.btn-outline.yellow-casablanca:active:hover,
.btn.btn-outline.yellow-casablanca:focus,
.btn.btn-outline.yellow-casablanca:hover {
	border-color: #f2784b;
	color: #fff;
	background-color: #f2784b
}
.btn.yellow-casablanca-stripe {
	border-left: 4px solid #f2784b!important
}
.btn.yellow-casablanca.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.yellow-crusta:not(.btn-outline) {
	color: #fff;
	background-color: #f3c200;
	border-color: #f3c200
}
.btn.yellow-crusta:not(.btn-outline).focus,
.btn.yellow-crusta:not(.btn-outline):focus {
	color: #fff;
	background-color: #c09900;
	border-color: #745c00
}
.btn.yellow-crusta:not(.btn-outline).active,
.btn.yellow-crusta:not(.btn-outline):active,
.btn.yellow-crusta:not(.btn-outline):hover,
.open>.btn.yellow-crusta:not(.btn-outline).dropdown-toggle {
	color: #fff;
	background-color: #c09900;
	border-color: #b69100
}
.btn.yellow-crusta:not(.btn-outline).active.focus,
.btn.yellow-crusta:not(.btn-outline).active:focus,
.btn.yellow-crusta:not(.btn-outline).active:hover,
.btn.yellow-crusta:not(.btn-outline):active.focus,
.btn.yellow-crusta:not(.btn-outline):active:focus,
.btn.yellow-crusta:not(.btn-outline):active:hover,
.open>.btn.yellow-crusta:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.yellow-crusta:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.yellow-crusta:not(.btn-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #9c7d00;
	border-color: #745c00
}
.btn.yellow-crusta:not(.btn-outline).active,
.btn.yellow-crusta:not(.btn-outline):active,
.open>.btn.yellow-crusta:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.yellow-crusta:not(.btn-outline).disabled.focus,
.btn.yellow-crusta:not(.btn-outline).disabled:focus,
.btn.yellow-crusta:not(.btn-outline).disabled:hover,
.btn.yellow-crusta:not(.btn-outline)[disabled].focus,
.btn.yellow-crusta:not(.btn-outline)[disabled]:focus,
.btn.yellow-crusta:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.yellow-crusta:not(.btn-outline).focus,
fieldset[disabled] .btn.yellow-crusta:not(.btn-outline):focus,
fieldset[disabled] .btn.yellow-crusta:not(.btn-outline):hover {
	background-color: #f3c200;
	border-color: #f3c200
}
.btn.yellow-crusta:not(.btn-outline) .badge {
	color: #f3c200;
	background-color: #fff
}
.btn.btn-outline.yellow-crusta {
	border-color: #f3c200;
	color: #f3c200;
	background: 0 0
}
.btn.btn-outline.yellow-crusta.active,
.btn.btn-outline.yellow-crusta:active,
.btn.btn-outline.yellow-crusta:active:focus,
.btn.btn-outline.yellow-crusta:active:hover,
.btn.btn-outline.yellow-crusta:focus,
.btn.btn-outline.yellow-crusta:hover {
	border-color: #f3c200;
	color: #fff;
	background-color: #f3c200
}
.btn.yellow-crusta-stripe {
	border-left: 4px solid #f3c200!important
}
.btn.yellow-crusta.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.yellow-lemon:not(.btn-outline) {
	color: #fff;
	background-color: #F7CA18;
	border-color: #F7CA18
}
.btn.yellow-lemon:not(.btn-outline).focus,
.btn.yellow-lemon:not(.btn-outline):focus {
	color: #fff;
	background-color: #d5ab07;
	border-color: #8b7005
}
.btn.yellow-lemon:not(.btn-outline).active,
.btn.yellow-lemon:not(.btn-outline):active,
.btn.yellow-lemon:not(.btn-outline):hover,
.open>.btn.yellow-lemon:not(.btn-outline).dropdown-toggle {
	color: #fff;
	background-color: #d5ab07;
	border-color: #cba307
}
.btn.yellow-lemon:not(.btn-outline).active.focus,
.btn.yellow-lemon:not(.btn-outline).active:focus,
.btn.yellow-lemon:not(.btn-outline).active:hover,
.btn.yellow-lemon:not(.btn-outline):active.focus,
.btn.yellow-lemon:not(.btn-outline):active:focus,
.btn.yellow-lemon:not(.btn-outline):active:hover,
.open>.btn.yellow-lemon:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.yellow-lemon:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.yellow-lemon:not(.btn-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #b28f06;
	border-color: #8b7005
}
.btn.yellow-lemon:not(.btn-outline).active,
.btn.yellow-lemon:not(.btn-outline):active,
.open>.btn.yellow-lemon:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.yellow-lemon:not(.btn-outline).disabled.focus,
.btn.yellow-lemon:not(.btn-outline).disabled:focus,
.btn.yellow-lemon:not(.btn-outline).disabled:hover,
.btn.yellow-lemon:not(.btn-outline)[disabled].focus,
.btn.yellow-lemon:not(.btn-outline)[disabled]:focus,
.btn.yellow-lemon:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.yellow-lemon:not(.btn-outline).focus,
fieldset[disabled] .btn.yellow-lemon:not(.btn-outline):focus,
fieldset[disabled] .btn.yellow-lemon:not(.btn-outline):hover {
	background-color: #F7CA18;
	border-color: #F7CA18
}
.btn.yellow-lemon:not(.btn-outline) .badge {
	color: #F7CA18;
	background-color: #fff
}
.btn.btn-outline.yellow-lemon {
	border-color: #F7CA18;
	color: #F7CA18;
	background: 0 0
}
.btn.btn-outline.yellow-lemon.active,
.btn.btn-outline.yellow-lemon:active,
.btn.btn-outline.yellow-lemon:active:focus,
.btn.btn-outline.yellow-lemon:active:hover,
.btn.btn-outline.yellow-lemon:focus,
.btn.btn-outline.yellow-lemon:hover {
	border-color: #F7CA18;
	color: #fff;
	background-color: #F7CA18
}
.btn.yellow-lemon-stripe {
	border-left: 4px solid #F7CA18!important
}
.btn.yellow-lemon.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.yellow-saffron:not(.btn-outline) {
	color: #fff;
	background-color: #F4D03F;
	border-color: #F4D03F
}
.btn.yellow-saffron:not(.btn-outline).focus,
.btn.yellow-saffron:not(.btn-outline):focus {
	color: #fff;
	background-color: #f1c40f;
	border-color: #aa8a0a
}
.btn.yellow-saffron:not(.btn-outline).active,
.btn.yellow-saffron:not(.btn-outline):active,
.btn.yellow-saffron:not(.btn-outline):hover,
.open>.btn.yellow-saffron:not(.btn-outline).dropdown-toggle {
	color: #fff;
	background-color: #f1c40f;
	border-color: #e8bd0d
}
.btn.yellow-saffron:not(.btn-outline).active.focus,
.btn.yellow-saffron:not(.btn-outline).active:focus,
.btn.yellow-saffron:not(.btn-outline).active:hover,
.btn.yellow-saffron:not(.btn-outline):active.focus,
.btn.yellow-saffron:not(.btn-outline):active:focus,
.btn.yellow-saffron:not(.btn-outline):active:hover,
.open>.btn.yellow-saffron:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.yellow-saffron:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.yellow-saffron:not(.btn-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #d0a90c;
	border-color: #aa8a0a
}
.btn.yellow-saffron:not(.btn-outline).active,
.btn.yellow-saffron:not(.btn-outline):active,
.open>.btn.yellow-saffron:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.yellow-saffron:not(.btn-outline).disabled.focus,
.btn.yellow-saffron:not(.btn-outline).disabled:focus,
.btn.yellow-saffron:not(.btn-outline).disabled:hover,
.btn.yellow-saffron:not(.btn-outline)[disabled].focus,
.btn.yellow-saffron:not(.btn-outline)[disabled]:focus,
.btn.yellow-saffron:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.yellow-saffron:not(.btn-outline).focus,
fieldset[disabled] .btn.yellow-saffron:not(.btn-outline):focus,
fieldset[disabled] .btn.yellow-saffron:not(.btn-outline):hover {
	background-color: #F4D03F;
	border-color: #F4D03F
}
.btn.yellow-saffron:not(.btn-outline) .badge {
	color: #F4D03F;
	background-color: #fff
}
.btn.btn-outline.yellow-saffron {
	border-color: #F4D03F;
	color: #F4D03F;
	background: 0 0
}
.btn.btn-outline.yellow-saffron.active,
.btn.btn-outline.yellow-saffron:active,
.btn.btn-outline.yellow-saffron:active:focus,
.btn.btn-outline.yellow-saffron:active:hover,
.btn.btn-outline.yellow-saffron:focus,
.btn.btn-outline.yellow-saffron:hover {
	border-color: #F4D03F;
	color: #fff;
	background-color: #F4D03F
}
.btn.yellow-saffron-stripe {
	border-left: 4px solid #F4D03F!important
}
.btn.yellow-saffron.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.yellow-soft:not(.btn-outline) {
	color: #fff;
	background-color: #c8d046;
	border-color: #c8d046
}
.btn.yellow-soft:not(.btn-outline).focus,
.btn.yellow-soft:not(.btn-outline):focus {
	color: #fff;
	background-color: #adb52e;
	border-color: #73781e
}
.btn.yellow-soft:not(.btn-outline).active,
.btn.yellow-soft:not(.btn-outline):active,
.btn.yellow-soft:not(.btn-outline):hover,
.open>.btn.yellow-soft:not(.btn-outline).dropdown-toggle {
	color: #fff;
	background-color: #adb52e;
	border-color: #a5ad2c
}
.btn.yellow-soft:not(.btn-outline).active.focus,
.btn.yellow-soft:not(.btn-outline).active:focus,
.btn.yellow-soft:not(.btn-outline).active:hover,
.btn.yellow-soft:not(.btn-outline):active.focus,
.btn.yellow-soft:not(.btn-outline):active:focus,
.btn.yellow-soft:not(.btn-outline):active:hover,
.open>.btn.yellow-soft:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.yellow-soft:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.yellow-soft:not(.btn-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #929927;
	border-color: #73781e
}
.btn.yellow-soft:not(.btn-outline).active,
.btn.yellow-soft:not(.btn-outline):active,
.open>.btn.yellow-soft:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.yellow-soft:not(.btn-outline).disabled.focus,
.btn.yellow-soft:not(.btn-outline).disabled:focus,
.btn.yellow-soft:not(.btn-outline).disabled:hover,
.btn.yellow-soft:not(.btn-outline)[disabled].focus,
.btn.yellow-soft:not(.btn-outline)[disabled]:focus,
.btn.yellow-soft:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.yellow-soft:not(.btn-outline).focus,
fieldset[disabled] .btn.yellow-soft:not(.btn-outline):focus,
fieldset[disabled] .btn.yellow-soft:not(.btn-outline):hover {
	background-color: #c8d046;
	border-color: #c8d046
}
.btn.yellow-soft:not(.btn-outline) .badge {
	color: #c8d046;
	background-color: #fff
}
.btn.btn-outline.yellow-soft {
	border-color: #c8d046;
	color: #c8d046;
	background: 0 0
}
.btn.btn-outline.yellow-soft.active,
.btn.btn-outline.yellow-soft:active,
.btn.btn-outline.yellow-soft:active:focus,
.btn.btn-outline.yellow-soft:active:hover,
.btn.btn-outline.yellow-soft:focus,
.btn.btn-outline.yellow-soft:hover {
	border-color: #c8d046;
	color: #fff;
	background-color: #c8d046
}
.btn.yellow-soft-stripe {
	border-left: 4px solid #c8d046!important
}
.btn.yellow-soft.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.yellow-haze:not(.btn-outline) {
	color: #fff;
	background-color: #c5bf66;
	border-color: #c5bf66
}
.btn.yellow-haze:not(.btn-outline).focus,
.btn.yellow-haze:not(.btn-outline):focus {
	color: #fff;
	background-color: #b4ad44;
	border-color: #7c772f
}
.btn.yellow-haze:not(.btn-outline).active,
.btn.yellow-haze:not(.btn-outline):active,
.btn.yellow-haze:not(.btn-outline):hover,
.open>.btn.yellow-haze:not(.btn-outline).dropdown-toggle {
	color: #fff;
	background-color: #b4ad44;
	border-color: #aca641
}
.btn.yellow-haze:not(.btn-outline).active.focus,
.btn.yellow-haze:not(.btn-outline).active:focus,
.btn.yellow-haze:not(.btn-outline).active:hover,
.btn.yellow-haze:not(.btn-outline):active.focus,
.btn.yellow-haze:not(.btn-outline):active:focus,
.btn.yellow-haze:not(.btn-outline):active:hover,
.open>.btn.yellow-haze:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.yellow-haze:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.yellow-haze:not(.btn-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #9a943a;
	border-color: #7c772f
}
.btn.yellow-haze:not(.btn-outline).active,
.btn.yellow-haze:not(.btn-outline):active,
.open>.btn.yellow-haze:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.yellow-haze:not(.btn-outline).disabled.focus,
.btn.yellow-haze:not(.btn-outline).disabled:focus,
.btn.yellow-haze:not(.btn-outline).disabled:hover,
.btn.yellow-haze:not(.btn-outline)[disabled].focus,
.btn.yellow-haze:not(.btn-outline)[disabled]:focus,
.btn.yellow-haze:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.yellow-haze:not(.btn-outline).focus,
fieldset[disabled] .btn.yellow-haze:not(.btn-outline):focus,
fieldset[disabled] .btn.yellow-haze:not(.btn-outline):hover {
	background-color: #c5bf66;
	border-color: #c5bf66
}
.btn.yellow-haze:not(.btn-outline) .badge {
	color: #c5bf66;
	background-color: #fff
}
.btn.btn-outline.yellow-haze {
	border-color: #c5bf66;
	color: #c5bf66;
	background: 0 0
}
.btn.btn-outline.yellow-haze.active,
.btn.btn-outline.yellow-haze:active,
.btn.btn-outline.yellow-haze:active:focus,
.btn.btn-outline.yellow-haze:active:hover,
.btn.btn-outline.yellow-haze:focus,
.btn.btn-outline.yellow-haze:hover {
	border-color: #c5bf66;
	color: #fff;
	background-color: #c5bf66
}
.btn.yellow-haze-stripe {
	border-left: 4px solid #c5bf66!important
}
.btn.yellow-haze.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.yellow-mint:not(.btn-outline) {
	color: #fff;
	background-color: #c5b96b;
	border-color: #c5b96b
}
.btn.yellow-mint:not(.btn-outline).focus,
.btn.yellow-mint:not(.btn-outline):focus {
	color: #fff;
	background-color: #b6a747;
	border-color: #7f7532
}
.btn.yellow-mint:not(.btn-outline).active,
.btn.yellow-mint:not(.btn-outline):active,
.btn.yellow-mint:not(.btn-outline):hover,
.open>.btn.yellow-mint:not(.btn-outline).dropdown-toggle {
	color: #fff;
	background-color: #b6a747;
	border-color: #aea044
}
.btn.yellow-mint:not(.btn-outline).active.focus,
.btn.yellow-mint:not(.btn-outline).active:focus,
.btn.yellow-mint:not(.btn-outline).active:hover,
.btn.yellow-mint:not(.btn-outline):active.focus,
.btn.yellow-mint:not(.btn-outline):active:focus,
.btn.yellow-mint:not(.btn-outline):active:hover,
.open>.btn.yellow-mint:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.yellow-mint:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.yellow-mint:not(.btn-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #9c8f3d;
	border-color: #7f7532
}
.btn.yellow-mint:not(.btn-outline).active,
.btn.yellow-mint:not(.btn-outline):active,
.open>.btn.yellow-mint:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.yellow-mint:not(.btn-outline).disabled.focus,
.btn.yellow-mint:not(.btn-outline).disabled:focus,
.btn.yellow-mint:not(.btn-outline).disabled:hover,
.btn.yellow-mint:not(.btn-outline)[disabled].focus,
.btn.yellow-mint:not(.btn-outline)[disabled]:focus,
.btn.yellow-mint:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.yellow-mint:not(.btn-outline).focus,
fieldset[disabled] .btn.yellow-mint:not(.btn-outline):focus,
fieldset[disabled] .btn.yellow-mint:not(.btn-outline):hover {
	background-color: #c5b96b;
	border-color: #c5b96b
}
.btn.yellow-mint:not(.btn-outline) .badge {
	color: #c5b96b;
	background-color: #fff
}
.btn.btn-outline.yellow-mint {
	border-color: #c5b96b;
	color: #c5b96b;
	background: 0 0
}
.btn.btn-outline.yellow-mint.active,
.btn.btn-outline.yellow-mint:active,
.btn.btn-outline.yellow-mint:active:focus,
.btn.btn-outline.yellow-mint:active:hover,
.btn.btn-outline.yellow-mint:focus,
.btn.btn-outline.yellow-mint:hover {
	border-color: #c5b96b;
	color: #fff;
	background-color: #c5b96b
}
.btn.yellow-mint-stripe {
	border-left: 4px solid #c5b96b!important
}
.btn.yellow-mint.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.purple:not(.btn-outline) {
	color: #fff;
	background-color: #8E44AD;
	border-color: #8E44AD
}
.btn.purple:not(.btn-outline).focus,
.btn.purple:not(.btn-outline):focus {
	color: #fff;
	background-color: #703688;
	border-color: #432051
}
.btn.purple:not(.btn-outline).active,
.btn.purple:not(.btn-outline):active,
.btn.purple:not(.btn-outline):hover,
.open>.btn.purple:not(.btn-outline).dropdown-toggle {
	color: #fff;
	background-color: #703688;
	border-color: #6a3381
}
.btn.purple:not(.btn-outline).active.focus,
.btn.purple:not(.btn-outline).active:focus,
.btn.purple:not(.btn-outline).active:hover,
.btn.purple:not(.btn-outline):active.focus,
.btn.purple:not(.btn-outline):active:focus,
.btn.purple:not(.btn-outline):active:hover,
.open>.btn.purple:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.purple:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.purple:not(.btn-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #5b2c6f;
	border-color: #432051
}
.btn.purple:not(.btn-outline).active,
.btn.purple:not(.btn-outline):active,
.open>.btn.purple:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.purple:not(.btn-outline).disabled.focus,
.btn.purple:not(.btn-outline).disabled:focus,
.btn.purple:not(.btn-outline).disabled:hover,
.btn.purple:not(.btn-outline)[disabled].focus,
.btn.purple:not(.btn-outline)[disabled]:focus,
.btn.purple:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.purple:not(.btn-outline).focus,
fieldset[disabled] .btn.purple:not(.btn-outline):focus,
fieldset[disabled] .btn.purple:not(.btn-outline):hover {
	background-color: #8E44AD;
	border-color: #8E44AD
}
.btn.purple:not(.btn-outline) .badge {
	color: #8E44AD;
	background-color: #fff
}
.btn.btn-outline.purple {
	border-color: #8E44AD;
	color: #8E44AD;
	background: 0 0
}
.btn.btn-outline.purple.active,
.btn.btn-outline.purple:active,
.btn.btn-outline.purple:active:focus,
.btn.btn-outline.purple:active:hover,
.btn.btn-outline.purple:focus,
.btn.btn-outline.purple:hover {
	border-color: #8E44AD;
	color: #fff;
	background-color: #8E44AD
}
.btn.purple-stripe {
	border-left: 4px solid #8E44AD!important
}
.btn.purple.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.purple-plum:not(.btn-outline) {
	color: #fff;
	background-color: #8775a7;
	border-color: #8775a7
}
.btn.purple-plum:not(.btn-outline).focus,
.btn.purple-plum:not(.btn-outline):focus {
	color: #fff;
	background-color: #6d5b8e;
	border-color: #493d60
}
.btn.purple-plum:not(.btn-outline).active,
.btn.purple-plum:not(.btn-outline):active,
.btn.purple-plum:not(.btn-outline):hover,
.open>.btn.purple-plum:not(.btn-outline).dropdown-toggle {
	color: #fff;
	background-color: #6d5b8e;
	border-color: #685788
}
.btn.purple-plum:not(.btn-outline).active.focus,
.btn.purple-plum:not(.btn-outline).active:focus,
.btn.purple-plum:not(.btn-outline).active:hover,
.btn.purple-plum:not(.btn-outline):active.focus,
.btn.purple-plum:not(.btn-outline):active:focus,
.btn.purple-plum:not(.btn-outline):active:hover,
.open>.btn.purple-plum:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.purple-plum:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.purple-plum:not(.btn-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #5d4d78;
	border-color: #493d60
}
.btn.purple-plum:not(.btn-outline).active,
.btn.purple-plum:not(.btn-outline):active,
.open>.btn.purple-plum:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.purple-plum:not(.btn-outline).disabled.focus,
.btn.purple-plum:not(.btn-outline).disabled:focus,
.btn.purple-plum:not(.btn-outline).disabled:hover,
.btn.purple-plum:not(.btn-outline)[disabled].focus,
.btn.purple-plum:not(.btn-outline)[disabled]:focus,
.btn.purple-plum:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.purple-plum:not(.btn-outline).focus,
fieldset[disabled] .btn.purple-plum:not(.btn-outline):focus,
fieldset[disabled] .btn.purple-plum:not(.btn-outline):hover {
	background-color: #8775a7;
	border-color: #8775a7
}
.btn.purple-plum:not(.btn-outline) .badge {
	color: #8775a7;
	background-color: #fff
}
.btn.btn-outline.purple-plum {
	border-color: #8775a7;
	color: #8775a7;
	background: 0 0
}
.btn.btn-outline.purple-plum.active,
.btn.btn-outline.purple-plum:active,
.btn.btn-outline.purple-plum:active:focus,
.btn.btn-outline.purple-plum:active:hover,
.btn.btn-outline.purple-plum:focus,
.btn.btn-outline.purple-plum:hover {
	border-color: #8775a7;
	color: #fff;
	background-color: #8775a7
}
.btn.purple-plum-stripe {
	border-left: 4px solid #8775a7!important
}
.btn.purple-plum.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.purple-medium:not(.btn-outline) {
	color: #fff;
	background-color: #BF55EC;
	border-color: #BF55EC
}
.btn.purple-medium:not(.btn-outline).focus,
.btn.purple-medium:not(.btn-outline):focus {
	color: #fff;
	background-color: #ae27e7;
	border-color: #8013ae
}
.btn.purple-medium:not(.btn-outline).active,
.btn.purple-medium:not(.btn-outline):active,
.btn.purple-medium:not(.btn-outline):hover,
.open>.btn.purple-medium:not(.btn-outline).dropdown-toggle {
	color: #fff;
	background-color: #ae27e7;
	border-color: #aa1ee6
}
.btn.purple-medium:not(.btn-outline).active.focus,
.btn.purple-medium:not(.btn-outline).active:focus,
.btn.purple-medium:not(.btn-outline).active:hover,
.btn.purple-medium:not(.btn-outline):active.focus,
.btn.purple-medium:not(.btn-outline):active:focus,
.btn.purple-medium:not(.btn-outline):active:hover,
.open>.btn.purple-medium:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.purple-medium:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.purple-medium:not(.btn-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #9b18d3;
	border-color: #8013ae
}
.btn.purple-medium:not(.btn-outline).active,
.btn.purple-medium:not(.btn-outline):active,
.open>.btn.purple-medium:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.purple-medium:not(.btn-outline).disabled.focus,
.btn.purple-medium:not(.btn-outline).disabled:focus,
.btn.purple-medium:not(.btn-outline).disabled:hover,
.btn.purple-medium:not(.btn-outline)[disabled].focus,
.btn.purple-medium:not(.btn-outline)[disabled]:focus,
.btn.purple-medium:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.purple-medium:not(.btn-outline).focus,
fieldset[disabled] .btn.purple-medium:not(.btn-outline):focus,
fieldset[disabled] .btn.purple-medium:not(.btn-outline):hover {
	background-color: #BF55EC;
	border-color: #BF55EC
}
.btn.purple-medium:not(.btn-outline) .badge {
	color: #BF55EC;
	background-color: #fff
}
.btn.btn-outline.purple-medium {
	border-color: #BF55EC;
	color: #BF55EC;
	background: 0 0
}
.btn.btn-outline.purple-medium.active,
.btn.btn-outline.purple-medium:active,
.btn.btn-outline.purple-medium:active:focus,
.btn.btn-outline.purple-medium:active:hover,
.btn.btn-outline.purple-medium:focus,
.btn.btn-outline.purple-medium:hover {
	border-color: #BF55EC;
	color: #fff;
	background-color: #BF55EC
}
.btn.purple-medium-stripe {
	border-left: 4px solid #BF55EC!important
}
.btn.purple-medium.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.purple-studio:not(.btn-outline) {
	color: #fff;
	background-color: #8E44AD;
	border-color: #8E44AD
}
.btn.purple-studio:not(.btn-outline).focus,
.btn.purple-studio:not(.btn-outline):focus {
	color: #fff;
	background-color: #703688;
	border-color: #432051
}
.btn.purple-studio:not(.btn-outline).active,
.btn.purple-studio:not(.btn-outline):active,
.btn.purple-studio:not(.btn-outline):hover,
.open>.btn.purple-studio:not(.btn-outline).dropdown-toggle {
	color: #fff;
	background-color: #703688;
	border-color: #6a3381
}
.btn.purple-studio:not(.btn-outline).active.focus,
.btn.purple-studio:not(.btn-outline).active:focus,
.btn.purple-studio:not(.btn-outline).active:hover,
.btn.purple-studio:not(.btn-outline):active.focus,
.btn.purple-studio:not(.btn-outline):active:focus,
.btn.purple-studio:not(.btn-outline):active:hover,
.open>.btn.purple-studio:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.purple-studio:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.purple-studio:not(.btn-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #5b2c6f;
	border-color: #432051
}
.btn.purple-studio:not(.btn-outline).active,
.btn.purple-studio:not(.btn-outline):active,
.open>.btn.purple-studio:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.purple-studio:not(.btn-outline).disabled.focus,
.btn.purple-studio:not(.btn-outline).disabled:focus,
.btn.purple-studio:not(.btn-outline).disabled:hover,
.btn.purple-studio:not(.btn-outline)[disabled].focus,
.btn.purple-studio:not(.btn-outline)[disabled]:focus,
.btn.purple-studio:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.purple-studio:not(.btn-outline).focus,
fieldset[disabled] .btn.purple-studio:not(.btn-outline):focus,
fieldset[disabled] .btn.purple-studio:not(.btn-outline):hover {
	background-color: #8E44AD;
	border-color: #8E44AD
}
.btn.purple-studio:not(.btn-outline) .badge {
	color: #8E44AD;
	background-color: #fff
}
.btn.btn-outline.purple-studio {
	border-color: #8E44AD;
	color: #8E44AD;
	background: 0 0
}
.btn.btn-outline.purple-studio.active,
.btn.btn-outline.purple-studio:active,
.btn.btn-outline.purple-studio:active:focus,
.btn.btn-outline.purple-studio:active:hover,
.btn.btn-outline.purple-studio:focus,
.btn.btn-outline.purple-studio:hover {
	border-color: #8E44AD;
	color: #fff;
	background-color: #8E44AD
}
.btn.purple-studio-stripe {
	border-left: 4px solid #8E44AD!important
}
.btn.purple-studio.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.purple-wisteria:not(.btn-outline) {
	color: #fff;
	background-color: #9B59B6;
	border-color: #9B59B6
}
.btn.purple-wisteria:not(.btn-outline).focus,
.btn.purple-wisteria:not(.btn-outline):focus {
	color: #fff;
	background-color: #804399;
	border-color: #532c64
}
.btn.purple-wisteria:not(.btn-outline).active,
.btn.purple-wisteria:not(.btn-outline):active,
.btn.purple-wisteria:not(.btn-outline):hover,
.open>.btn.purple-wisteria:not(.btn-outline).dropdown-toggle {
	color: #fff;
	background-color: #804399;
	border-color: #7a4092
}
.btn.purple-wisteria:not(.btn-outline).active.focus,
.btn.purple-wisteria:not(.btn-outline).active:focus,
.btn.purple-wisteria:not(.btn-outline).active:hover,
.btn.purple-wisteria:not(.btn-outline):active.focus,
.btn.purple-wisteria:not(.btn-outline):active:focus,
.btn.purple-wisteria:not(.btn-outline):active:hover,
.open>.btn.purple-wisteria:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.purple-wisteria:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.purple-wisteria:not(.btn-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #6b3880;
	border-color: #532c64
}
.btn.purple-wisteria:not(.btn-outline).active,
.btn.purple-wisteria:not(.btn-outline):active,
.open>.btn.purple-wisteria:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.purple-wisteria:not(.btn-outline).disabled.focus,
.btn.purple-wisteria:not(.btn-outline).disabled:focus,
.btn.purple-wisteria:not(.btn-outline).disabled:hover,
.btn.purple-wisteria:not(.btn-outline)[disabled].focus,
.btn.purple-wisteria:not(.btn-outline)[disabled]:focus,
.btn.purple-wisteria:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.purple-wisteria:not(.btn-outline).focus,
fieldset[disabled] .btn.purple-wisteria:not(.btn-outline):focus,
fieldset[disabled] .btn.purple-wisteria:not(.btn-outline):hover {
	background-color: #9B59B6;
	border-color: #9B59B6
}
.btn.purple-wisteria:not(.btn-outline) .badge {
	color: #9B59B6;
	background-color: #fff
}
.btn.btn-outline.purple-wisteria {
	border-color: #9B59B6;
	color: #9B59B6;
	background: 0 0
}
.btn.btn-outline.purple-wisteria.active,
.btn.btn-outline.purple-wisteria:active,
.btn.btn-outline.purple-wisteria:active:focus,
.btn.btn-outline.purple-wisteria:active:hover,
.btn.btn-outline.purple-wisteria:focus,
.btn.btn-outline.purple-wisteria:hover {
	border-color: #9B59B6;
	color: #fff;
	background-color: #9B59B6
}
.btn.purple-wisteria-stripe {
	border-left: 4px solid #9B59B6!important
}
.btn.purple-wisteria.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.purple-seance:not(.btn-outline) {
	color: #fff;
	background-color: #9A12B3;
	border-color: #9A12B3
}
.btn.purple-seance:not(.btn-outline).focus,
.btn.purple-seance:not(.btn-outline):focus {
	color: #fff;
	background-color: #720d85;
	border-color: #36063f
}
.btn.purple-seance:not(.btn-outline).active,
.btn.purple-seance:not(.btn-outline):active,
.btn.purple-seance:not(.btn-outline):hover,
.open>.btn.purple-seance:not(.btn-outline).dropdown-toggle {
	color: #fff;
	background-color: #720d85;
	border-color: #6a0c7b
}
.btn.purple-seance:not(.btn-outline).active.focus,
.btn.purple-seance:not(.btn-outline).active:focus,
.btn.purple-seance:not(.btn-outline).active:hover,
.btn.purple-seance:not(.btn-outline):active.focus,
.btn.purple-seance:not(.btn-outline):active:focus,
.btn.purple-seance:not(.btn-outline):active:hover,
.open>.btn.purple-seance:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.purple-seance:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.purple-seance:not(.btn-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #560a64;
	border-color: #36063f
}
.btn.purple-seance:not(.btn-outline).active,
.btn.purple-seance:not(.btn-outline):active,
.open>.btn.purple-seance:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.purple-seance:not(.btn-outline).disabled.focus,
.btn.purple-seance:not(.btn-outline).disabled:focus,
.btn.purple-seance:not(.btn-outline).disabled:hover,
.btn.purple-seance:not(.btn-outline)[disabled].focus,
.btn.purple-seance:not(.btn-outline)[disabled]:focus,
.btn.purple-seance:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.purple-seance:not(.btn-outline).focus,
fieldset[disabled] .btn.purple-seance:not(.btn-outline):focus,
fieldset[disabled] .btn.purple-seance:not(.btn-outline):hover {
	background-color: #9A12B3;
	border-color: #9A12B3
}
.btn.purple-seance:not(.btn-outline) .badge {
	color: #9A12B3;
	background-color: #fff
}
.btn.btn-outline.purple-seance {
	border-color: #9A12B3;
	color: #9A12B3;
	background: 0 0
}
.btn.btn-outline.purple-seance.active,
.btn.btn-outline.purple-seance:active,
.btn.btn-outline.purple-seance:active:focus,
.btn.btn-outline.purple-seance:active:hover,
.btn.btn-outline.purple-seance:focus,
.btn.btn-outline.purple-seance:hover {
	border-color: #9A12B3;
	color: #fff;
	background-color: #9A12B3
}
.btn.purple-seance-stripe {
	border-left: 4px solid #9A12B3!important
}
.btn.purple-seance.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.purple-intense:not(.btn-outline) {
	color: #fff;
	background-color: #8775a7;
	border-color: #8775a7
}
.btn.purple-intense:not(.btn-outline).focus,
.btn.purple-intense:not(.btn-outline):focus {
	color: #fff;
	background-color: #6d5b8e;
	border-color: #493d60
}
.btn.purple-intense:not(.btn-outline).active,
.btn.purple-intense:not(.btn-outline):active,
.btn.purple-intense:not(.btn-outline):hover,
.open>.btn.purple-intense:not(.btn-outline).dropdown-toggle {
	color: #fff;
	background-color: #6d5b8e;
	border-color: #685788
}
.btn.purple-intense:not(.btn-outline).active.focus,
.btn.purple-intense:not(.btn-outline).active:focus,
.btn.purple-intense:not(.btn-outline).active:hover,
.btn.purple-intense:not(.btn-outline):active.focus,
.btn.purple-intense:not(.btn-outline):active:focus,
.btn.purple-intense:not(.btn-outline):active:hover,
.open>.btn.purple-intense:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.purple-intense:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.purple-intense:not(.btn-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #5d4d78;
	border-color: #493d60
}
.btn.purple-intense:not(.btn-outline).active,
.btn.purple-intense:not(.btn-outline):active,
.open>.btn.purple-intense:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.purple-intense:not(.btn-outline).disabled.focus,
.btn.purple-intense:not(.btn-outline).disabled:focus,
.btn.purple-intense:not(.btn-outline).disabled:hover,
.btn.purple-intense:not(.btn-outline)[disabled].focus,
.btn.purple-intense:not(.btn-outline)[disabled]:focus,
.btn.purple-intense:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.purple-intense:not(.btn-outline).focus,
fieldset[disabled] .btn.purple-intense:not(.btn-outline):focus,
fieldset[disabled] .btn.purple-intense:not(.btn-outline):hover {
	background-color: #8775a7;
	border-color: #8775a7
}
.btn.purple-intense:not(.btn-outline) .badge {
	color: #8775a7;
	background-color: #fff
}
.btn.btn-outline.purple-intense {
	border-color: #8775a7;
	color: #8775a7;
	background: 0 0
}
.btn.btn-outline.purple-intense.active,
.btn.btn-outline.purple-intense:active,
.btn.btn-outline.purple-intense:active:focus,
.btn.btn-outline.purple-intense:active:hover,
.btn.btn-outline.purple-intense:focus,
.btn.btn-outline.purple-intense:hover {
	border-color: #8775a7;
	color: #fff;
	background-color: #8775a7
}
.btn.purple-intense-stripe {
	border-left: 4px solid #8775a7!important
}
.btn.purple-intense.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.purple-sharp:not(.btn-outline) {
	color: #fff;
	background-color: #796799;
	border-color: #796799
}
.btn.purple-sharp:not(.btn-outline).focus,
.btn.purple-sharp:not(.btn-outline):focus {
	color: #fff;
	background-color: #61527b;
	border-color: #3d344d
}
.btn.purple-sharp:not(.btn-outline).active,
.btn.purple-sharp:not(.btn-outline):active,
.btn.purple-sharp:not(.btn-outline):hover,
.open>.btn.purple-sharp:not(.btn-outline).dropdown-toggle {
	color: #fff;
	background-color: #61527b;
	border-color: #5c4e75
}
.btn.purple-sharp:not(.btn-outline).active.focus,
.btn.purple-sharp:not(.btn-outline).active:focus,
.btn.purple-sharp:not(.btn-outline).active:hover,
.btn.purple-sharp:not(.btn-outline):active.focus,
.btn.purple-sharp:not(.btn-outline):active:focus,
.btn.purple-sharp:not(.btn-outline):active:hover,
.open>.btn.purple-sharp:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.purple-sharp:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.purple-sharp:not(.btn-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #504465;
	border-color: #3d344d
}
.btn.purple-sharp:not(.btn-outline).active,
.btn.purple-sharp:not(.btn-outline):active,
.open>.btn.purple-sharp:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.purple-sharp:not(.btn-outline).disabled.focus,
.btn.purple-sharp:not(.btn-outline).disabled:focus,
.btn.purple-sharp:not(.btn-outline).disabled:hover,
.btn.purple-sharp:not(.btn-outline)[disabled].focus,
.btn.purple-sharp:not(.btn-outline)[disabled]:focus,
.btn.purple-sharp:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.purple-sharp:not(.btn-outline).focus,
fieldset[disabled] .btn.purple-sharp:not(.btn-outline):focus,
fieldset[disabled] .btn.purple-sharp:not(.btn-outline):hover {
	background-color: #796799;
	border-color: #796799
}
.btn.purple-sharp:not(.btn-outline) .badge {
	color: #796799;
	background-color: #fff
}
.btn.btn-outline.purple-sharp {
	border-color: #796799;
	color: #796799;
	background: 0 0
}
.btn.btn-outline.purple-sharp.active,
.btn.btn-outline.purple-sharp:active,
.btn.btn-outline.purple-sharp:active:focus,
.btn.btn-outline.purple-sharp:active:hover,
.btn.btn-outline.purple-sharp:focus,
.btn.btn-outline.purple-sharp:hover {
	border-color: #796799;
	color: #fff;
	background-color: #796799
}
.btn.purple-sharp-stripe {
	border-left: 4px solid #796799!important
}
.btn.purple-sharp.btn-no-border:not(.active) {
	border-color: transparent
}
.btn.purple-soft:not(.btn-outline) {
	color: #fff;
	background-color: #8877a9;
	border-color: #8877a9
}
.btn.purple-soft:not(.btn-outline).focus,
.btn.purple-soft:not(.btn-outline):focus {
	color: #fff;
	background-color: #6e5c91;
	border-color: #4a3e62
}
.btn.purple-soft:not(.btn-outline).active,
.btn.purple-soft:not(.btn-outline):active,
.btn.purple-soft:not(.btn-outline):hover,
.open>.btn.purple-soft:not(.btn-outline).dropdown-toggle {
	color: #fff;
	background-color: #6e5c91;
	border-color: #69588b
}
.btn.purple-soft:not(.btn-outline).active.focus,
.btn.purple-soft:not(.btn-outline).active:focus,
.btn.purple-soft:not(.btn-outline).active:hover,
.btn.purple-soft:not(.btn-outline):active.focus,
.btn.purple-soft:not(.btn-outline):active:focus,
.btn.purple-soft:not(.btn-outline):active:hover,
.open>.btn.purple-soft:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.purple-soft:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.purple-soft:not(.btn-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #5d4e7b;
	border-color: #4a3e62
}
.btn.purple-soft:not(.btn-outline).active,
.btn.purple-soft:not(.btn-outline):active,
.open>.btn.purple-soft:not(.btn-outline).dropdown-toggle {
	background-image: none
}
.btn.purple-soft:not(.btn-outline).disabled.focus,
.btn.purple-soft:not(.btn-outline).disabled:focus,
.btn.purple-soft:not(.btn-outline).disabled:hover,
.btn.purple-soft:not(.btn-outline)[disabled].focus,
.btn.purple-soft:not(.btn-outline)[disabled]:focus,
.btn.purple-soft:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.purple-soft:not(.btn-outline).focus,
fieldset[disabled] .btn.purple-soft:not(.btn-outline):focus,
fieldset[disabled] .btn.purple-soft:not(.btn-outline):hover {
	background-color: #8877a9;
	border-color: #8877a9
}
.btn.purple-soft:not(.btn-outline) .badge {
	color: #8877a9;
	background-color: #fff
}
.btn.btn-outline.purple-soft {
	border-color: #8877a9;
	color: #8877a9;
	background: 0 0
}
.btn.btn-outline.purple-soft.active,
.btn.btn-outline.purple-soft:active,
.btn.btn-outline.purple-soft:active:focus,
.btn.btn-outline.purple-soft:active:hover,
.btn.btn-outline.purple-soft:focus,
.btn.btn-outline.purple-soft:hover {
	border-color: #8877a9;
	color: #fff;
	background-color: #8877a9
}






.label.label-white:not(.label-outline) {
	color: #666;
	background-color: #fff;
	border-color: #fff
}
.label.label-white:not(.label-outline).focus,
.label.label-white:not(.label-outline):focus {
	color: #666;
	background-color: #e6e6e6;
	border-color: #bfbfbf
}
.label.label-white:not(.label-outline).active,
.label.label-white:not(.label-outline):active,
.label.label-white:not(.label-outline):hover,
.open>.label.label-white:not(.label-outline).dropdown-toggle {
	color: #666;
	background-color: #e6e6e6;
	border-color: #e0e0e0
}
.label.label-white:not(.label-outline).active.focus,
.label.label-white:not(.label-outline).active:focus,
.label.label-white:not(.label-outline).active:hover,
.label.label-white:not(.label-outline):active.focus,
.label.label-white:not(.label-outline):active:focus,
.label.label-white:not(.label-outline):active:hover,
.open>.label.label-white:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-white:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-white:not(.label-outline).dropdown-toggle:hover {
	color: #666;
	background-color: #d4d4d4;
	border-color: #bfbfbf
}
.label.label-white:not(.label-outline).disabled.focus,
.label.label-white:not(.label-outline).disabled:focus,
.label.label-white:not(.label-outline).disabled:hover,
.label.label-white:not(.label-outline)[disabled].focus,
.label.label-white:not(.label-outline)[disabled]:focus,
.label.label-white:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-white:not(.label-outline).focus,
fieldset[disabled] .label.label-white:not(.label-outline):focus,
fieldset[disabled] .label.label-white:not(.label-outline):hover {
	background-color: #fff;
	border-color: #fff
}
.label.label-white:not(.label-outline) .badge {
	color: #fff;
	background-color: #666
}
.label.label-outline.white {
	border-color: #fff;
	color: #fff;
	background: 0 0
}
.label.label-outline.white.active,
.label.label-outline.white:active,
.label.label-outline.white:active:focus,
.label.label-outline.white:active:hover,
.label.label-outline.white:focus,
.label.label-outline.white:hover {
	border-color: #fff;
	color: #666;
	background-color: #fff
}
.label.label-white-stripe {
	border-left: 4px solid #fff!important
}
.label.label-white.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-default:not(.label-outline) {
	color: #666;
	background-color: #e1e5ec;
	border-color: #e1e5ec
}
.label.label-default:not(.label-outline).focus,
.label.label-default:not(.label-outline):focus {
	color: #666;
	background-color: #c2cad8;
	border-color: #93a1bb
}
.label.label-default:not(.label-outline).active,
.label.label-default:not(.label-outline):active,
.label.label-default:not(.label-outline):hover,
.open>.label.label-default:not(.label-outline).dropdown-toggle {
	color: #666;
	background-color: #c2cad8;
	border-color: #bcc5d4
}
.label.label-default:not(.label-outline).active.focus,
.label.label-default:not(.label-outline).active:focus,
.label.label-default:not(.label-outline).active:hover,
.label.label-default:not(.label-outline):active.focus,
.label.label-default:not(.label-outline):active:focus,
.label.label-default:not(.label-outline):active:hover,
.open>.label.label-default:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-default:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-default:not(.label-outline).dropdown-toggle:hover {
	color: #666;
	background-color: #acb7ca;
	border-color: #93a1bb
}
.label.label-default:not(.label-outline).active,
.label.label-default:not(.label-outline):active,
.open>.label.label-default:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-default:not(.label-outline).disabled.focus,
.label.label-default:not(.label-outline).disabled:focus,
.label.label-default:not(.label-outline).disabled:hover,
.label.label-default:not(.label-outline)[disabled].focus,
.label.label-default:not(.label-outline)[disabled]:focus,
.label.label-default:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-default:not(.label-outline).focus,
fieldset[disabled] .label.label-default:not(.label-outline):focus,
fieldset[disabled] .label.label-default:not(.label-outline):hover {
	background-color: #e1e5ec;
	border-color: #e1e5ec
}
.label.label-default:not(.label-outline) .badge {
	color: #e1e5ec;
	background-color: #666
}
.label.label-outline.default {
	border-color: #e1e5ec;
	color: #e1e5ec;
	background: 0 0
}
.label.label-outline.default.active,
.label.label-outline.default:active,
.label.label-outline.default:active:focus,
.label.label-outline.default:active:hover,
.label.label-outline.default:focus,
.label.label-outline.default:hover {
	border-color: #e1e5ec;
	color: #666;
	background-color: #e1e5ec
}
.label.label-default-stripe {
	border-left: 4px solid #e1e5ec!important
}
.label.label-default.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-dark:not(.label-outline) {
	color: #FFF;
	background-color: #2f353b;
	border-color: #2f353b
}
.label.label-dark:not(.label-outline).focus,
.label.label-dark:not(.label-outline):focus {
	color: #FFF;
	background-color: #181c1f;
	border-color: #000
}
.label.label-dark:not(.label-outline).active,
.label.label-dark:not(.label-outline):active,
.label.label-dark:not(.label-outline):hover,
.open>.label.label-dark:not(.label-outline).dropdown-toggle {
	color: #FFF;
	background-color: #181c1f;
	border-color: #141619
}
.label.label-dark:not(.label-outline).active.focus,
.label.label-dark:not(.label-outline).active:focus,
.label.label-dark:not(.label-outline).active:hover,
.label.label-dark:not(.label-outline):active.focus,
.label.label-dark:not(.label-outline):active:focus,
.label.label-dark:not(.label-outline):active:hover,
.open>.label.label-dark:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-dark:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-dark:not(.label-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #090a0b;
	border-color: #000
}
.label.label-dark:not(.label-outline).active,
.label.label-dark:not(.label-outline):active,
.open>.label.label-dark:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-dark:not(.label-outline).disabled.focus,
.label.label-dark:not(.label-outline).disabled:focus,
.label.label-dark:not(.label-outline).disabled:hover,
.label.label-dark:not(.label-outline)[disabled].focus,
.label.label-dark:not(.label-outline)[disabled]:focus,
.label.label-dark:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-dark:not(.label-outline).focus,
fieldset[disabled] .label.label-dark:not(.label-outline):focus,
fieldset[disabled] .label.label-dark:not(.label-outline):hover {
	background-color: #2f353b;
	border-color: #2f353b
}
.label.label-dark:not(.label-outline) .badge {
	color: #2f353b;
	background-color: #FFF
}
.label.label-outline.dark {
	border-color: #2f353b;
	color: #2f353b;
	background: 0 0
}
.label.label-outline.dark.active,
.label.label-outline.dark:active,
.label.label-outline.dark:active:focus,
.label.label-outline.dark:active:hover,
.label.label-outline.dark:focus,
.label.label-outline.dark:hover {
	border-color: #2f353b;
	color: #FFF;
	background-color: #2f353b
}
.label.label-dark-stripe {
	border-left: 4px solid #2f353b!important
}
.label.label-dark.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-blue:not(.label-outline) {
	color: #FFF;
	background-color: #3598dc;
	border-color: #3598dc
}
.label.label-blue:not(.label-outline).focus,
.label.label-blue:not(.label-outline):focus {
	color: #FFF;
	background-color: #217ebd;
	border-color: #15527c
}
.label.label-blue:not(.label-outline).active,
.label.label-blue:not(.label-outline):active,
.label.label-blue:not(.label-outline):hover,
.open>.label.label-blue:not(.label-outline).dropdown-toggle {
	color: #FFF;
	background-color: #217ebd;
	border-color: #1f78b5
}
.label.label-blue:not(.label-outline).active.focus,
.label.label-blue:not(.label-outline).active:focus,
.label.label-blue:not(.label-outline).active:hover,
.label.label-blue:not(.label-outline):active.focus,
.label.label-blue:not(.label-outline):active:focus,
.label.label-blue:not(.label-outline):active:hover,
.open>.label.label-blue:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-blue:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-blue:not(.label-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #1c699f;
	border-color: #15527c
}
.label.label-blue:not(.label-outline).active,
.label.label-blue:not(.label-outline):active,
.open>.label.label-blue:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-blue:not(.label-outline).disabled.focus,
.label.label-blue:not(.label-outline).disabled:focus,
.label.label-blue:not(.label-outline).disabled:hover,
.label.label-blue:not(.label-outline)[disabled].focus,
.label.label-blue:not(.label-outline)[disabled]:focus,
.label.label-blue:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-blue:not(.label-outline).focus,
fieldset[disabled] .label.label-blue:not(.label-outline):focus,
fieldset[disabled] .label.label-blue:not(.label-outline):hover {
	background-color: #3598dc;
	border-color: #3598dc
}
.label.label-blue:not(.label-outline) .badge {
	color: #3598dc;
	background-color: #FFF
}
.label.label-outline.blue {
	border-color: #3598dc;
	color: #3598dc;
	background: 0 0
}
.label.label-outline.blue.active,
.label.label-outline.blue:active,
.label.label-outline.blue:active:focus,
.label.label-outline.blue:active:hover,
.label.label-outline.blue:focus,
.label.label-outline.blue:hover {
	border-color: #3598dc;
	color: #FFF;
	background-color: #3598dc
}
.label.label-blue-stripe {
	border-left: 4px solid #3598dc!important
}
.label.label-blue.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-blue-madison:not(.label-outline) {
	color: #FFF;
	background-color: #578ebe;
	border-color: #578ebe
}
.label.label-blue-madison:not(.label-outline).focus,
.label.label-blue-madison:not(.label-outline):focus {
	color: #FFF;
	background-color: #3f74a3;
	border-color: #2a4d6c
}
.label.label-blue-madison:not(.label-outline).active,
.label.label-blue-madison:not(.label-outline):active,
.label.label-blue-madison:not(.label-outline):hover,
.open>.label.label-blue-madison:not(.label-outline).dropdown-toggle {
	color: #FFF;
	background-color: #3f74a3;
	border-color: #3c6f9c
}
.label.label-blue-madison:not(.label-outline).active.focus,
.label.label-blue-madison:not(.label-outline).active:focus,
.label.label-blue-madison:not(.label-outline).active:hover,
.label.label-blue-madison:not(.label-outline):active.focus,
.label.label-blue-madison:not(.label-outline):active:focus,
.label.label-blue-madison:not(.label-outline):active:hover,
.open>.label.label-blue-madison:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-blue-madison:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-blue-madison:not(.label-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #356289;
	border-color: #2a4d6c
}
.label.label-blue-madison:not(.label-outline).active,
.label.label-blue-madison:not(.label-outline):active,
.open>.label.label-blue-madison:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-blue-madison:not(.label-outline).disabled.focus,
.label.label-blue-madison:not(.label-outline).disabled:focus,
.label.label-blue-madison:not(.label-outline).disabled:hover,
.label.label-blue-madison:not(.label-outline)[disabled].focus,
.label.label-blue-madison:not(.label-outline)[disabled]:focus,
.label.label-blue-madison:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-blue-madison:not(.label-outline).focus,
fieldset[disabled] .label.label-blue-madison:not(.label-outline):focus,
fieldset[disabled] .label.label-blue-madison:not(.label-outline):hover {
	background-color: #578ebe;
	border-color: #578ebe
}
.label.label-blue-madison:not(.label-outline) .badge {
	color: #578ebe;
	background-color: #FFF
}
.label.label-outline.blue-madison {
	border-color: #578ebe;
	color: #578ebe;
	background: 0 0
}
.label.label-outline.blue-madison.active,
.label.label-outline.blue-madison:active,
.label.label-outline.blue-madison:active:focus,
.label.label-outline.blue-madison:active:hover,
.label.label-outline.blue-madison:focus,
.label.label-outline.blue-madison:hover {
	border-color: #578ebe;
	color: #FFF;
	background-color: #578ebe
}
.label.label-blue-madison-stripe {
	border-left: 4px solid #578ebe!important
}
.label.label-blue-madison.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-blue-chambray:not(.label-outline) {
	color: #FFF;
	background-color: #2C3E50;
	border-color: #2C3E50
}
.label.label-blue-chambray:not(.label-outline).focus,
.label.label-blue-chambray:not(.label-outline):focus {
	color: #FFF;
	background-color: #1a252f;
	border-color: #000
}
.label.label-blue-chambray:not(.label-outline).active,
.label.label-blue-chambray:not(.label-outline):active,
.label.label-blue-chambray:not(.label-outline):hover,
.open>.label.label-blue-chambray:not(.label-outline).dropdown-toggle {
	color: #FFF;
	background-color: #1a252f;
	border-color: #161f29
}
.label.label-blue-chambray:not(.label-outline).active.focus,
.label.label-blue-chambray:not(.label-outline).active:focus,
.label.label-blue-chambray:not(.label-outline).active:hover,
.label.label-blue-chambray:not(.label-outline):active.focus,
.label.label-blue-chambray:not(.label-outline):active:focus,
.label.label-blue-chambray:not(.label-outline):active:hover,
.open>.label.label-blue-chambray:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-blue-chambray:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-blue-chambray:not(.label-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #0d1318;
	border-color: #000
}
.label.label-blue-chambray:not(.label-outline).active,
.label.label-blue-chambray:not(.label-outline):active,
.open>.label.label-blue-chambray:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-blue-chambray:not(.label-outline).disabled.focus,
.label.label-blue-chambray:not(.label-outline).disabled:focus,
.label.label-blue-chambray:not(.label-outline).disabled:hover,
.label.label-blue-chambray:not(.label-outline)[disabled].focus,
.label.label-blue-chambray:not(.label-outline)[disabled]:focus,
.label.label-blue-chambray:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-blue-chambray:not(.label-outline).focus,
fieldset[disabled] .label.label-blue-chambray:not(.label-outline):focus,
fieldset[disabled] .label.label-blue-chambray:not(.label-outline):hover {
	background-color: #2C3E50;
	border-color: #2C3E50
}
.label.label-blue-chambray:not(.label-outline) .badge {
	color: #2C3E50;
	background-color: #FFF
}
.label.label-outline.blue-chambray {
	border-color: #2C3E50;
	color: #2C3E50;
	background: 0 0
}
.label.label-outline.blue-chambray.active,
.label.label-outline.blue-chambray:active,
.label.label-outline.blue-chambray:active:focus,
.label.label-outline.blue-chambray:active:hover,
.label.label-outline.blue-chambray:focus,
.label.label-outline.blue-chambray:hover {
	border-color: #2C3E50;
	color: #FFF;
	background-color: #2C3E50
}
.label.label-blue-chambray-stripe {
	border-left: 4px solid #2C3E50!important
}
.label.label-blue-chambray.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-blue-ebonyclay:not(.label-outline) {
	color: #FFF;
	background-color: #22313F;
	border-color: #22313F
}
.label.label-blue-ebonyclay:not(.label-outline).focus,
.label.label-blue-ebonyclay:not(.label-outline):focus {
	color: #FFF;
	background-color: #10171e;
	border-color: #000
}
.label.label-blue-ebonyclay:not(.label-outline).active,
.label.label-blue-ebonyclay:not(.label-outline):active,
.label.label-blue-ebonyclay:not(.label-outline):hover,
.open>.label.label-blue-ebonyclay:not(.label-outline).dropdown-toggle {
	color: #FFF;
	background-color: #10171e;
	border-color: #0d1217
}
.label.label-blue-ebonyclay:not(.label-outline).active.focus,
.label.label-blue-ebonyclay:not(.label-outline).active:focus,
.label.label-blue-ebonyclay:not(.label-outline).active:hover,
.label.label-blue-ebonyclay:not(.label-outline):active.focus,
.label.label-blue-ebonyclay:not(.label-outline):active:focus,
.label.label-blue-ebonyclay:not(.label-outline):active:hover,
.open>.label.label-blue-ebonyclay:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-blue-ebonyclay:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-blue-ebonyclay:not(.label-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #040507;
	border-color: #000
}
.label.label-blue-ebonyclay:not(.label-outline).active,
.label.label-blue-ebonyclay:not(.label-outline):active,
.open>.label.label-blue-ebonyclay:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-blue-ebonyclay:not(.label-outline).disabled.focus,
.label.label-blue-ebonyclay:not(.label-outline).disabled:focus,
.label.label-blue-ebonyclay:not(.label-outline).disabled:hover,
.label.label-blue-ebonyclay:not(.label-outline)[disabled].focus,
.label.label-blue-ebonyclay:not(.label-outline)[disabled]:focus,
.label.label-blue-ebonyclay:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-blue-ebonyclay:not(.label-outline).focus,
fieldset[disabled] .label.label-blue-ebonyclay:not(.label-outline):focus,
fieldset[disabled] .label.label-blue-ebonyclay:not(.label-outline):hover {
	background-color: #22313F;
	border-color: #22313F
}
.label.label-blue-ebonyclay:not(.label-outline) .badge {
	color: #22313F;
	background-color: #FFF
}
.label.label-outline.blue-ebonyclay {
	border-color: #22313F;
	color: #22313F;
	background: 0 0
}
.label.label-outline.blue-ebonyclay.active,
.label.label-outline.blue-ebonyclay:active,
.label.label-outline.blue-ebonyclay:active:focus,
.label.label-outline.blue-ebonyclay:active:hover,
.label.label-outline.blue-ebonyclay:focus,
.label.label-outline.blue-ebonyclay:hover {
	border-color: #22313F;
	color: #FFF;
	background-color: #22313F
}
.label.label-blue-ebonyclay-stripe {
	border-left: 4px solid #22313F!important
}
.label.label-blue-ebonyclay.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-blue-hoki:not(.label-outline) {
	color: #FFF;
	background-color: #67809F;
	border-color: #67809F
}
.label.label-blue-hoki:not(.label-outline).focus,
.label.label-blue-hoki:not(.label-outline):focus {
	color: #FFF;
	background-color: #526781;
	border-color: #344252
}
.label.label-blue-hoki:not(.label-outline).active,
.label.label-blue-hoki:not(.label-outline):active,
.label.label-blue-hoki:not(.label-outline):hover,
.open>.label.label-blue-hoki:not(.label-outline).dropdown-toggle {
	color: #FFF;
	background-color: #526781;
	border-color: #4e627b
}
.label.label-blue-hoki:not(.label-outline).active.focus,
.label.label-blue-hoki:not(.label-outline).active:focus,
.label.label-blue-hoki:not(.label-outline).active:hover,
.label.label-blue-hoki:not(.label-outline):active.focus,
.label.label-blue-hoki:not(.label-outline):active:focus,
.label.label-blue-hoki:not(.label-outline):active:hover,
.open>.label.label-blue-hoki:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-blue-hoki:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-blue-hoki:not(.label-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #44566b;
	border-color: #344252
}
.label.label-blue-hoki:not(.label-outline).active,
.label.label-blue-hoki:not(.label-outline):active,
.open>.label.label-blue-hoki:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-blue-hoki:not(.label-outline).disabled.focus,
.label.label-blue-hoki:not(.label-outline).disabled:focus,
.label.label-blue-hoki:not(.label-outline).disabled:hover,
.label.label-blue-hoki:not(.label-outline)[disabled].focus,
.label.label-blue-hoki:not(.label-outline)[disabled]:focus,
.label.label-blue-hoki:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-blue-hoki:not(.label-outline).focus,
fieldset[disabled] .label.label-blue-hoki:not(.label-outline):focus,
fieldset[disabled] .label.label-blue-hoki:not(.label-outline):hover {
	background-color: #67809F;
	border-color: #67809F
}
.label.label-blue-hoki:not(.label-outline) .badge {
	color: #67809F;
	background-color: #FFF
}
.label.label-outline.blue-hoki {
	border-color: #67809F;
	color: #67809F;
	background: 0 0
}
.label.label-outline.blue-hoki.active,
.label.label-outline.blue-hoki:active,
.label.label-outline.blue-hoki:active:focus,
.label.label-outline.blue-hoki:active:hover,
.label.label-outline.blue-hoki:focus,
.label.label-outline.blue-hoki:hover {
	border-color: #67809F;
	color: #FFF;
	background-color: #67809F
}
.label.label-blue-hoki-stripe {
	border-left: 4px solid #67809F!important
}
.label.label-blue-hoki.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-blue-steel:not(.label-outline) {
	color: #FFF;
	background-color: #4B77BE;
	border-color: #4B77BE
}
.label.label-blue-steel:not(.label-outline).focus,
.label.label-blue-steel:not(.label-outline):focus {
	color: #FFF;
	background-color: #395f9d;
	border-color: #243d65
}
.label.label-blue-steel:not(.label-outline).active,
.label.label-blue-steel:not(.label-outline):active,
.label.label-blue-steel:not(.label-outline):hover,
.open>.label.label-blue-steel:not(.label-outline).dropdown-toggle {
	color: #FFF;
	background-color: #395f9d;
	border-color: #365b96
}
.label.label-blue-steel:not(.label-outline).active.focus,
.label.label-blue-steel:not(.label-outline).active:focus,
.label.label-blue-steel:not(.label-outline).active:hover,
.label.label-blue-steel:not(.label-outline):active.focus,
.label.label-blue-steel:not(.label-outline):active:focus,
.label.label-blue-steel:not(.label-outline):active:hover,
.open>.label.label-blue-steel:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-blue-steel:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-blue-steel:not(.label-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #2f4f83;
	border-color: #243d65
}
.label.label-blue-steel:not(.label-outline).active,
.label.label-blue-steel:not(.label-outline):active,
.open>.label.label-blue-steel:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-blue-steel:not(.label-outline).disabled.focus,
.label.label-blue-steel:not(.label-outline).disabled:focus,
.label.label-blue-steel:not(.label-outline).disabled:hover,
.label.label-blue-steel:not(.label-outline)[disabled].focus,
.label.label-blue-steel:not(.label-outline)[disabled]:focus,
.label.label-blue-steel:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-blue-steel:not(.label-outline).focus,
fieldset[disabled] .label.label-blue-steel:not(.label-outline):focus,
fieldset[disabled] .label.label-blue-steel:not(.label-outline):hover {
	background-color: #4B77BE;
	border-color: #4B77BE
}
.label.label-blue-steel:not(.label-outline) .badge {
	color: #4B77BE;
	background-color: #FFF
}
.label.label-outline.blue-steel {
	border-color: #4B77BE;
	color: #4B77BE;
	background: 0 0
}
.label.label-outline.blue-steel.active,
.label.label-outline.blue-steel:active,
.label.label-outline.blue-steel:active:focus,
.label.label-outline.blue-steel:active:hover,
.label.label-outline.blue-steel:focus,
.label.label-outline.blue-steel:hover {
	border-color: #4B77BE;
	color: #FFF;
	background-color: #4B77BE
}
.label.label-blue-steel-stripe {
	border-left: 4px solid #4B77BE!important
}
.label.label-blue-steel.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-blue-soft:not(.label-outline) {
	color: #FFF;
	background-color: #4c87b9;
	border-color: #4c87b9
}
.label.label-blue-soft:not(.label-outline).focus,
.label.label-blue-soft:not(.label-outline):focus {
	color: #FFF;
	background-color: #3b6d97;
	border-color: #264560
}
.label.label-blue-soft:not(.label-outline).active,
.label.label-blue-soft:not(.label-outline):active,
.label.label-blue-soft:not(.label-outline):hover,
.open>.label.label-blue-soft:not(.label-outline).dropdown-toggle {
	color: #FFF;
	background-color: #3b6d97;
	border-color: #386890
}
.label.label-blue-soft:not(.label-outline).active.focus,
.label.label-blue-soft:not(.label-outline).active:focus,
.label.label-blue-soft:not(.label-outline).active:hover,
.label.label-blue-soft:not(.label-outline):active.focus,
.label.label-blue-soft:not(.label-outline):active:focus,
.label.label-blue-soft:not(.label-outline):active:hover,
.open>.label.label-blue-soft:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-blue-soft:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-blue-soft:not(.label-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #315a7d;
	border-color: #264560
}
.label.label-blue-soft:not(.label-outline).active,
.label.label-blue-soft:not(.label-outline):active,
.open>.label.label-blue-soft:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-blue-soft:not(.label-outline).disabled.focus,
.label.label-blue-soft:not(.label-outline).disabled:focus,
.label.label-blue-soft:not(.label-outline).disabled:hover,
.label.label-blue-soft:not(.label-outline)[disabled].focus,
.label.label-blue-soft:not(.label-outline)[disabled]:focus,
.label.label-blue-soft:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-blue-soft:not(.label-outline).focus,
fieldset[disabled] .label.label-blue-soft:not(.label-outline):focus,
fieldset[disabled] .label.label-blue-soft:not(.label-outline):hover {
	background-color: #4c87b9;
	border-color: #4c87b9
}
.label.label-blue-soft:not(.label-outline) .badge {
	color: #4c87b9;
	background-color: #FFF
}
.label.label-outline.blue-soft {
	border-color: #4c87b9;
	color: #4c87b9;
	background: 0 0
}
.label.label-outline.blue-soft.active,
.label.label-outline.blue-soft:active,
.label.label-outline.blue-soft:active:focus,
.label.label-outline.blue-soft:active:hover,
.label.label-outline.blue-soft:focus,
.label.label-outline.blue-soft:hover {
	border-color: #4c87b9;
	color: #FFF;
	background-color: #4c87b9
}
.label.label-blue-soft-stripe {
	border-left: 4px solid #4c87b9!important
}
.label.label-blue-soft.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-blue-dark:not(.label-outline) {
	color: #FFF;
	background-color: #5e738b;
	border-color: #5e738b
}
.label.label-blue-dark:not(.label-outline).focus,
.label.label-blue-dark:not(.label-outline):focus {
	color: #FFF;
	background-color: #495a6d;
	border-color: #2b343f
}
.label.label-blue-dark:not(.label-outline).active,
.label.label-blue-dark:not(.label-outline):active,
.label.label-blue-dark:not(.label-outline):hover,
.open>.label.label-blue-dark:not(.label-outline).dropdown-toggle {
	color: #FFF;
	background-color: #495a6d;
	border-color: #455566
}
.label.label-blue-dark:not(.label-outline).active.focus,
.label.label-blue-dark:not(.label-outline).active:focus,
.label.label-blue-dark:not(.label-outline).active:hover,
.label.label-blue-dark:not(.label-outline):active.focus,
.label.label-blue-dark:not(.label-outline):active:focus,
.label.label-blue-dark:not(.label-outline):active:hover,
.open>.label.label-blue-dark:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-blue-dark:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-blue-dark:not(.label-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #3b4857;
	border-color: #2b343f
}
.label.label-blue-dark:not(.label-outline).active,
.label.label-blue-dark:not(.label-outline):active,
.open>.label.label-blue-dark:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-blue-dark:not(.label-outline).disabled.focus,
.label.label-blue-dark:not(.label-outline).disabled:focus,
.label.label-blue-dark:not(.label-outline).disabled:hover,
.label.label-blue-dark:not(.label-outline)[disabled].focus,
.label.label-blue-dark:not(.label-outline)[disabled]:focus,
.label.label-blue-dark:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-blue-dark:not(.label-outline).focus,
fieldset[disabled] .label.label-blue-dark:not(.label-outline):focus,
fieldset[disabled] .label.label-blue-dark:not(.label-outline):hover {
	background-color: #5e738b;
	border-color: #5e738b
}
.label.label-blue-dark:not(.label-outline) .badge {
	color: #5e738b;
	background-color: #FFF
}
.label.label-outline.blue-dark {
	border-color: #5e738b;
	color: #5e738b;
	background: 0 0
}
.label.label-outline.blue-dark.active,
.label.label-outline.blue-dark:active,
.label.label-outline.blue-dark:active:focus,
.label.label-outline.blue-dark:active:hover,
.label.label-outline.blue-dark:focus,
.label.label-outline.blue-dark:hover {
	border-color: #5e738b;
	color: #FFF;
	background-color: #5e738b
}
.label.label-blue-dark-stripe {
	border-left: 4px solid #5e738b!important
}
.label.label-blue-dark.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-blue-sharp:not(.label-outline) {
	color: #FFF;
	background-color: #5C9BD1;
	border-color: #5C9BD1
}
.label.label-blue-sharp:not(.label-outline).focus,
.label.label-blue-sharp:not(.label-outline):focus {
	color: #FFF;
	background-color: #3782c3;
	border-color: #265a87
}
.label.label-blue-sharp:not(.label-outline).active,
.label.label-blue-sharp:not(.label-outline):active,
.label.label-blue-sharp:not(.label-outline):hover,
.open>.label.label-blue-sharp:not(.label-outline).dropdown-toggle {
	color: #FFF;
	background-color: #3782c3;
	border-color: #357dbb
}
.label.label-blue-sharp:not(.label-outline).active.focus,
.label.label-blue-sharp:not(.label-outline).active:focus,
.label.label-blue-sharp:not(.label-outline).active:hover,
.label.label-blue-sharp:not(.label-outline):active.focus,
.label.label-blue-sharp:not(.label-outline):active:focus,
.label.label-blue-sharp:not(.label-outline):active:hover,
.open>.label.label-blue-sharp:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-blue-sharp:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-blue-sharp:not(.label-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #2f70a7;
	border-color: #265a87
}
.label.label-blue-sharp:not(.label-outline).active,
.label.label-blue-sharp:not(.label-outline):active,
.open>.label.label-blue-sharp:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-blue-sharp:not(.label-outline).disabled.focus,
.label.label-blue-sharp:not(.label-outline).disabled:focus,
.label.label-blue-sharp:not(.label-outline).disabled:hover,
.label.label-blue-sharp:not(.label-outline)[disabled].focus,
.label.label-blue-sharp:not(.label-outline)[disabled]:focus,
.label.label-blue-sharp:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-blue-sharp:not(.label-outline).focus,
fieldset[disabled] .label.label-blue-sharp:not(.label-outline):focus,
fieldset[disabled] .label.label-blue-sharp:not(.label-outline):hover {
	background-color: #5C9BD1;
	border-color: #5C9BD1
}
.label.label-blue-sharp:not(.label-outline) .badge {
	color: #5C9BD1;
	background-color: #FFF
}
.label.label-outline.blue-sharp {
	border-color: #5C9BD1;
	color: #5C9BD1;
	background: 0 0
}
.label.label-outline.blue-sharp.active,
.label.label-outline.blue-sharp:active,
.label.label-outline.blue-sharp:active:focus,
.label.label-outline.blue-sharp:active:hover,
.label.label-outline.blue-sharp:focus,
.label.label-outline.blue-sharp:hover {
	border-color: #5C9BD1;
	color: #FFF;
	background-color: #5C9BD1
}
.label.label-blue-sharp-stripe {
	border-left: 4px solid #5C9BD1!important
}
.label.label-blue-sharp.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-blue-oleo:not(.label-outline) {
	color: #FFF;
	background-color: #94A0B2;
	border-color: #94A0B2
}
.label.label-blue-oleo:not(.label-outline).focus,
.label.label-blue-oleo:not(.label-outline):focus {
	color: #FFF;
	background-color: #76869d;
	border-color: #536073
}
.label.label-blue-oleo:not(.label-outline).active,
.label.label-blue-oleo:not(.label-outline):active,
.label.label-blue-oleo:not(.label-outline):hover,
.open>.label.label-blue-oleo:not(.label-outline).dropdown-toggle {
	color: #FFF;
	background-color: #76869d;
	border-color: #708098
}
.label.label-blue-oleo:not(.label-outline).active.focus,
.label.label-blue-oleo:not(.label-outline).active:focus,
.label.label-blue-oleo:not(.label-outline).active:hover,
.label.label-blue-oleo:not(.label-outline):active.focus,
.label.label-blue-oleo:not(.label-outline):active:focus,
.label.label-blue-oleo:not(.label-outline):active:hover,
.open>.label.label-blue-oleo:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-blue-oleo:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-blue-oleo:not(.label-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #64748b;
	border-color: #536073
}
.label.label-blue-oleo:not(.label-outline).active,
.label.label-blue-oleo:not(.label-outline):active,
.open>.label.label-blue-oleo:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-blue-oleo:not(.label-outline).disabled.focus,
.label.label-blue-oleo:not(.label-outline).disabled:focus,
.label.label-blue-oleo:not(.label-outline).disabled:hover,
.label.label-blue-oleo:not(.label-outline)[disabled].focus,
.label.label-blue-oleo:not(.label-outline)[disabled]:focus,
.label.label-blue-oleo:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-blue-oleo:not(.label-outline).focus,
fieldset[disabled] .label.label-blue-oleo:not(.label-outline):focus,
fieldset[disabled] .label.label-blue-oleo:not(.label-outline):hover {
	background-color: #94A0B2;
	border-color: #94A0B2
}
.label.label-blue-oleo:not(.label-outline) .badge {
	color: #94A0B2;
	background-color: #FFF
}
.label.label-outline.blue-oleo {
	border-color: #94A0B2;
	color: #94A0B2;
	background: 0 0
}
.label.label-outline.blue-oleo.active,
.label.label-outline.blue-oleo:active,
.label.label-outline.blue-oleo:active:focus,
.label.label-outline.blue-oleo:active:hover,
.label.label-outline.blue-oleo:focus,
.label.label-outline.blue-oleo:hover {
	border-color: #94A0B2;
	color: #FFF;
	background-color: #94A0B2
}
.label.label-blue-oleo-stripe {
	border-left: 4px solid #94A0B2!important
}
.label.label-blue-oleo.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-green:not(.label-outline) {
	color: #FFF;
	background-color: #32c5d2;
	border-color: #32c5d2
}
.label.label-green:not(.label-outline).focus,
.label.label-green:not(.label-outline):focus {
	color: #FFF;
	background-color: #26a1ab;
	border-color: #18666d
}
.label.label-green:not(.label-outline).active,
.label.label-green:not(.label-outline):active,
.label.label-green:not(.label-outline):hover,
.open>.label.label-green:not(.label-outline).dropdown-toggle {
	color: #FFF;
	background-color: #26a1ab;
	border-color: #2499a3
}
.label.label-green:not(.label-outline).active.focus,
.label.label-green:not(.label-outline).active:focus,
.label.label-green:not(.label-outline).active:hover,
.label.label-green:not(.label-outline):active.focus,
.label.label-green:not(.label-outline):active:focus,
.label.label-green:not(.label-outline):active:hover,
.open>.label.label-green:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-green:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-green:not(.label-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #1f858e;
	border-color: #18666d
}
.label.label-green:not(.label-outline).active,
.label.label-green:not(.label-outline):active,
.open>.label.label-green:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-green:not(.label-outline).disabled.focus,
.label.label-green:not(.label-outline).disabled:focus,
.label.label-green:not(.label-outline).disabled:hover,
.label.label-green:not(.label-outline)[disabled].focus,
.label.label-green:not(.label-outline)[disabled]:focus,
.label.label-green:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-green:not(.label-outline).focus,
fieldset[disabled] .label.label-green:not(.label-outline):focus,
fieldset[disabled] .label.label-green:not(.label-outline):hover {
	background-color: #32c5d2;
	border-color: #32c5d2
}
.label.label-green:not(.label-outline) .badge {
	color: #32c5d2;
	background-color: #FFF
}
.label.label-outline.green {
	border-color: #32c5d2;
	color: #32c5d2;
	background: 0 0
}
.label.label-outline.green.active,
.label.label-outline.green:active,
.label.label-outline.green:active:focus,
.label.label-outline.green:active:hover,
.label.label-outline.green:focus,
.label.label-outline.green:hover {
	border-color: #32c5d2;
	color: #FFF;
	background-color: #32c5d2
}
.label.label-green-stripe {
	border-left: 4px solid #32c5d2!important
}
.label.label-green.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-green-meadow:not(.label-outline) {
	color: #FFF;
	background-color: #1BBC9B;
	border-color: #1BBC9B
}
.label.label-green-meadow:not(.label-outline).focus,
.label.label-green-meadow:not(.label-outline):focus {
	color: #FFF;
	background-color: #158f76;
	border-color: #0b4d3f
}
.label.label-green-meadow:not(.label-outline).active,
.label.label-green-meadow:not(.label-outline):active,
.label.label-green-meadow:not(.label-outline):hover,
.open>.label.label-green-meadow:not(.label-outline).dropdown-toggle {
	color: #FFF;
	background-color: #158f76;
	border-color: #13866f
}
.label.label-green-meadow:not(.label-outline).active.focus,
.label.label-green-meadow:not(.label-outline).active:focus,
.label.label-green-meadow:not(.label-outline).active:hover,
.label.label-green-meadow:not(.label-outline):active.focus,
.label.label-green-meadow:not(.label-outline):active:focus,
.label.label-green-meadow:not(.label-outline):active:hover,
.open>.label.label-green-meadow:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-green-meadow:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-green-meadow:not(.label-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #10705c;
	border-color: #0b4d3f
}
.label.label-green-meadow:not(.label-outline).active,
.label.label-green-meadow:not(.label-outline):active,
.open>.label.label-green-meadow:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-green-meadow:not(.label-outline).disabled.focus,
.label.label-green-meadow:not(.label-outline).disabled:focus,
.label.label-green-meadow:not(.label-outline).disabled:hover,
.label.label-green-meadow:not(.label-outline)[disabled].focus,
.label.label-green-meadow:not(.label-outline)[disabled]:focus,
.label.label-green-meadow:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-green-meadow:not(.label-outline).focus,
fieldset[disabled] .label.label-green-meadow:not(.label-outline):focus,
fieldset[disabled] .label.label-green-meadow:not(.label-outline):hover {
	background-color: #1BBC9B;
	border-color: #1BBC9B
}
.label.label-green-meadow:not(.label-outline) .badge {
	color: #1BBC9B;
	background-color: #FFF
}
.label.label-outline.green-meadow {
	border-color: #1BBC9B;
	color: #1BBC9B;
	background: 0 0
}
.label.label-outline.green-meadow.active,
.label.label-outline.green-meadow:active,
.label.label-outline.green-meadow:active:focus,
.label.label-outline.green-meadow:active:hover,
.label.label-outline.green-meadow:focus,
.label.label-outline.green-meadow:hover {
	border-color: #1BBC9B;
	color: #FFF;
	background-color: #1BBC9B
}
.label.label-green-meadow-stripe {
	border-left: 4px solid #1BBC9B!important
}
.label.label-green-meadow.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-green-seagreen:not(.label-outline) {
	color: #FFF;
	background-color: #1BA39C;
	border-color: #1BA39C
}
.label.label-green-seagreen:not(.label-outline).focus,
.label.label-green-seagreen:not(.label-outline):focus {
	color: #FFF;
	background-color: #147772;
	border-color: #093633
}
.label.label-green-seagreen:not(.label-outline).active,
.label.label-green-seagreen:not(.label-outline):active,
.label.label-green-seagreen:not(.label-outline):hover,
.open>.label.label-green-seagreen:not(.label-outline).dropdown-toggle {
	color: #FFF;
	background-color: #147772;
	border-color: #126e6a
}
.label.label-green-seagreen:not(.label-outline).active.focus,
.label.label-green-seagreen:not(.label-outline).active:focus,
.label.label-green-seagreen:not(.label-outline).active:hover,
.label.label-green-seagreen:not(.label-outline):active.focus,
.label.label-green-seagreen:not(.label-outline):active:focus,
.label.label-green-seagreen:not(.label-outline):active:hover,
.open>.label.label-green-seagreen:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-green-seagreen:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-green-seagreen:not(.label-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #0f5955;
	border-color: #093633
}
.label.label-green-seagreen:not(.label-outline).active,
.label.label-green-seagreen:not(.label-outline):active,
.open>.label.label-green-seagreen:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-green-seagreen:not(.label-outline).disabled.focus,
.label.label-green-seagreen:not(.label-outline).disabled:focus,
.label.label-green-seagreen:not(.label-outline).disabled:hover,
.label.label-green-seagreen:not(.label-outline)[disabled].focus,
.label.label-green-seagreen:not(.label-outline)[disabled]:focus,
.label.label-green-seagreen:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-green-seagreen:not(.label-outline).focus,
fieldset[disabled] .label.label-green-seagreen:not(.label-outline):focus,
fieldset[disabled] .label.label-green-seagreen:not(.label-outline):hover {
	background-color: #1BA39C;
	border-color: #1BA39C
}
.label.label-green-seagreen:not(.label-outline) .badge {
	color: #1BA39C;
	background-color: #FFF
}
.label.label-outline.green-seagreen {
	border-color: #1BA39C;
	color: #1BA39C;
	background: 0 0
}
.label.label-outline.green-seagreen.active,
.label.label-outline.green-seagreen:active,
.label.label-outline.green-seagreen:active:focus,
.label.label-outline.green-seagreen:active:hover,
.label.label-outline.green-seagreen:focus,
.label.label-outline.green-seagreen:hover {
	border-color: #1BA39C;
	color: #FFF;
	background-color: #1BA39C
}
.label.label-green-seagreen-stripe {
	border-left: 4px solid #1BA39C!important
}
.label.label-green-seagreen.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-green-turquoise:not(.label-outline) {
	color: #FFF;
	background-color: #36D7B7;
	border-color: #36D7B7
}
.label.label-green-turquoise:not(.label-outline).focus,
.label.label-green-turquoise:not(.label-outline):focus {
	color: #FFF;
	background-color: #24b699;
	border-color: #177663
}
.label.label-green-turquoise:not(.label-outline).active,
.label.label-green-turquoise:not(.label-outline):active,
.label.label-green-turquoise:not(.label-outline):hover,
.open>.label.label-green-turquoise:not(.label-outline).dropdown-toggle {
	color: #FFF;
	background-color: #24b699;
	border-color: #22ad92
}
.label.label-green-turquoise:not(.label-outline).active.focus,
.label.label-green-turquoise:not(.label-outline).active:focus,
.label.label-green-turquoise:not(.label-outline).active:hover,
.label.label-green-turquoise:not(.label-outline):active.focus,
.label.label-green-turquoise:not(.label-outline):active:focus,
.label.label-green-turquoise:not(.label-outline):active:hover,
.open>.label.label-green-turquoise:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-green-turquoise:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-green-turquoise:not(.label-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #1e9880;
	border-color: #177663
}
.label.label-green-turquoise:not(.label-outline).active,
.label.label-green-turquoise:not(.label-outline):active,
.open>.label.label-green-turquoise:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-green-turquoise:not(.label-outline).disabled.focus,
.label.label-green-turquoise:not(.label-outline).disabled:focus,
.label.label-green-turquoise:not(.label-outline).disabled:hover,
.label.label-green-turquoise:not(.label-outline)[disabled].focus,
.label.label-green-turquoise:not(.label-outline)[disabled]:focus,
.label.label-green-turquoise:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-green-turquoise:not(.label-outline).focus,
fieldset[disabled] .label.label-green-turquoise:not(.label-outline):focus,
fieldset[disabled] .label.label-green-turquoise:not(.label-outline):hover {
	background-color: #36D7B7;
	border-color: #36D7B7
}
.label.label-green-turquoise:not(.label-outline) .badge {
	color: #36D7B7;
	background-color: #FFF
}
.label.label-outline.green-turquoise {
	border-color: #36D7B7;
	color: #36D7B7;
	background: 0 0
}
.label.label-outline.green-turquoise.active,
.label.label-outline.green-turquoise:active,
.label.label-outline.green-turquoise:active:focus,
.label.label-outline.green-turquoise:active:hover,
.label.label-outline.green-turquoise:focus,
.label.label-outline.green-turquoise:hover {
	border-color: #36D7B7;
	color: #FFF;
	background-color: #36D7B7
}
.label.label-green-turquoise-stripe {
	border-left: 4px solid #36D7B7!important
}
.label.label-green-turquoise.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-green-haze:not(.label-outline) {
	color: #FFF;
	background-color: #44b6ae;
	border-color: #44b6ae
}
.label.label-green-haze:not(.label-outline).focus,
.label.label-green-haze:not(.label-outline):focus {
	color: #FFF;
	background-color: #36918b;
	border-color: #215955
}
.label.label-green-haze:not(.label-outline).active,
.label.label-green-haze:not(.label-outline):active,
.label.label-green-haze:not(.label-outline):hover,
.open>.label.label-green-haze:not(.label-outline).dropdown-toggle {
	color: #FFF;
	background-color: #36918b;
	border-color: #338983
}
.label.label-green-haze:not(.label-outline).active.focus,
.label.label-green-haze:not(.label-outline).active:focus,
.label.label-green-haze:not(.label-outline).active:hover,
.label.label-green-haze:not(.label-outline):active.focus,
.label.label-green-haze:not(.label-outline):active:focus,
.label.label-green-haze:not(.label-outline):active:hover,
.open>.label.label-green-haze:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-green-haze:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-green-haze:not(.label-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #2c7772;
	border-color: #215955
}
.label.label-green-haze:not(.label-outline).active,
.label.label-green-haze:not(.label-outline):active,
.open>.label.label-green-haze:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-green-haze:not(.label-outline).disabled.focus,
.label.label-green-haze:not(.label-outline).disabled:focus,
.label.label-green-haze:not(.label-outline).disabled:hover,
.label.label-green-haze:not(.label-outline)[disabled].focus,
.label.label-green-haze:not(.label-outline)[disabled]:focus,
.label.label-green-haze:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-green-haze:not(.label-outline).focus,
fieldset[disabled] .label.label-green-haze:not(.label-outline):focus,
fieldset[disabled] .label.label-green-haze:not(.label-outline):hover {
	background-color: #44b6ae;
	border-color: #44b6ae
}
.label.label-green-haze:not(.label-outline) .badge {
	color: #44b6ae;
	background-color: #FFF
}
.label.label-outline.green-haze {
	border-color: #44b6ae;
	color: #44b6ae;
	background: 0 0
}
.label.label-outline.green-haze.active,
.label.label-outline.green-haze:active,
.label.label-outline.green-haze:active:focus,
.label.label-outline.green-haze:active:hover,
.label.label-outline.green-haze:focus,
.label.label-outline.green-haze:hover {
	border-color: #44b6ae;
	color: #FFF;
	background-color: #44b6ae
}
.label.label-green-haze-stripe {
	border-left: 4px solid #44b6ae!important
}
.label.label-green-haze.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-green-jungle:not(.label-outline) {
	color: #FFF;
	background-color: #26C281;
	border-color: #26C281
}
.label.label-green-jungle:not(.label-outline).focus,
.label.label-green-jungle:not(.label-outline):focus {
	color: #FFF;
	background-color: #1e9765;
	border-color: #11573a
}
.label.label-green-jungle:not(.label-outline).active,
.label.label-green-jungle:not(.label-outline):active,
.label.label-green-jungle:not(.label-outline):hover,
.open>.label.label-green-jungle:not(.label-outline).dropdown-toggle {
	color: #FFF;
	background-color: #1e9765;
	border-color: #1c8f5f
}
.label.label-green-jungle:not(.label-outline).active.focus,
.label.label-green-jungle:not(.label-outline).active:focus,
.label.label-green-jungle:not(.label-outline).active:hover,
.label.label-green-jungle:not(.label-outline):active.focus,
.label.label-green-jungle:not(.label-outline):active:focus,
.label.label-green-jungle:not(.label-outline):active:hover,
.open>.label.label-green-jungle:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-green-jungle:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-green-jungle:not(.label-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #187a51;
	border-color: #11573a
}
.label.label-green-jungle:not(.label-outline).active,
.label.label-green-jungle:not(.label-outline):active,
.open>.label.label-green-jungle:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-green-jungle:not(.label-outline).disabled.focus,
.label.label-green-jungle:not(.label-outline).disabled:focus,
.label.label-green-jungle:not(.label-outline).disabled:hover,
.label.label-green-jungle:not(.label-outline)[disabled].focus,
.label.label-green-jungle:not(.label-outline)[disabled]:focus,
.label.label-green-jungle:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-green-jungle:not(.label-outline).focus,
fieldset[disabled] .label.label-green-jungle:not(.label-outline):focus,
fieldset[disabled] .label.label-green-jungle:not(.label-outline):hover {
	background-color: #26C281;
	border-color: #26C281
}
.label.label-green-jungle:not(.label-outline) .badge {
	color: #26C281;
	background-color: #FFF
}
.label.label-outline.green-jungle {
	border-color: #26C281;
	color: #26C281;
	background: 0 0
}
.label.label-outline.green-jungle.active,
.label.label-outline.green-jungle:active,
.label.label-outline.green-jungle:active:focus,
.label.label-outline.green-jungle:active:hover,
.label.label-outline.green-jungle:focus,
.label.label-outline.green-jungle:hover {
	border-color: #26C281;
	color: #FFF;
	background-color: #26C281
}
.label.label-green-jungle-stripe {
	border-left: 4px solid #26C281!important
}
.label.label-green-jungle.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-green-soft:not(.label-outline) {
	color: #FFF;
	background-color: #3faba4;
	border-color: #3faba4
}
.label.label-green-soft:not(.label-outline).focus,
.label.label-green-soft:not(.label-outline):focus {
	color: #FFF;
	background-color: #318680;
	border-color: #1d4e4b
}
.label.label-green-soft:not(.label-outline).active,
.label.label-green-soft:not(.label-outline):active,
.label.label-green-soft:not(.label-outline):hover,
.open>.label.label-green-soft:not(.label-outline).dropdown-toggle {
	color: #FFF;
	background-color: #318680;
	border-color: #2f7e79
}
.label.label-green-soft:not(.label-outline).active.focus,
.label.label-green-soft:not(.label-outline).active:focus,
.label.label-green-soft:not(.label-outline).active:hover,
.label.label-green-soft:not(.label-outline):active.focus,
.label.label-green-soft:not(.label-outline):active:focus,
.label.label-green-soft:not(.label-outline):active:hover,
.open>.label.label-green-soft:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-green-soft:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-green-soft:not(.label-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #286c67;
	border-color: #1d4e4b
}
.label.label-green-soft:not(.label-outline).active,
.label.label-green-soft:not(.label-outline):active,
.open>.label.label-green-soft:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-green-soft:not(.label-outline).disabled.focus,
.label.label-green-soft:not(.label-outline).disabled:focus,
.label.label-green-soft:not(.label-outline).disabled:hover,
.label.label-green-soft:not(.label-outline)[disabled].focus,
.label.label-green-soft:not(.label-outline)[disabled]:focus,
.label.label-green-soft:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-green-soft:not(.label-outline).focus,
fieldset[disabled] .label.label-green-soft:not(.label-outline):focus,
fieldset[disabled] .label.label-green-soft:not(.label-outline):hover {
	background-color: #3faba4;
	border-color: #3faba4
}
.label.label-green-soft:not(.label-outline) .badge {
	color: #3faba4;
	background-color: #FFF
}
.label.label-outline.green-soft {
	border-color: #3faba4;
	color: #3faba4;
	background: 0 0
}
.label.label-outline.green-soft.active,
.label.label-outline.green-soft:active,
.label.label-outline.green-soft:active:focus,
.label.label-outline.green-soft:active:hover,
.label.label-outline.green-soft:focus,
.label.label-outline.green-soft:hover {
	border-color: #3faba4;
	color: #FFF;
	background-color: #3faba4
}
.label.label-green-soft-stripe {
	border-left: 4px solid #3faba4!important
}
.label.label-green-soft.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-green-dark:not(.label-outline) {
	color: #FFF;
	background-color: #4DB3A2;
	border-color: #4DB3A2
}
.label.label-green-dark:not(.label-outline).focus,
.label.label-green-dark:not(.label-outline):focus {
	color: #FFF;
	background-color: #3d9082;
	border-color: #265a51
}
.label.label-green-dark:not(.label-outline).active,
.label.label-green-dark:not(.label-outline):active,
.label.label-green-dark:not(.label-outline):hover,
.open>.label.label-green-dark:not(.label-outline).dropdown-toggle {
	color: #FFF;
	background-color: #3d9082;
	border-color: #3a897b
}
.label.label-green-dark:not(.label-outline).active.focus,
.label.label-green-dark:not(.label-outline).active:focus,
.label.label-green-dark:not(.label-outline).active:hover,
.label.label-green-dark:not(.label-outline):active.focus,
.label.label-green-dark:not(.label-outline):active:focus,
.label.label-green-dark:not(.label-outline):active:hover,
.open>.label.label-green-dark:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-green-dark:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-green-dark:not(.label-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #33776b;
	border-color: #265a51
}
.label.label-green-dark:not(.label-outline).active,
.label.label-green-dark:not(.label-outline):active,
.open>.label.label-green-dark:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-green-dark:not(.label-outline).disabled.focus,
.label.label-green-dark:not(.label-outline).disabled:focus,
.label.label-green-dark:not(.label-outline).disabled:hover,
.label.label-green-dark:not(.label-outline)[disabled].focus,
.label.label-green-dark:not(.label-outline)[disabled]:focus,
.label.label-green-dark:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-green-dark:not(.label-outline).focus,
fieldset[disabled] .label.label-green-dark:not(.label-outline):focus,
fieldset[disabled] .label.label-green-dark:not(.label-outline):hover {
	background-color: #4DB3A2;
	border-color: #4DB3A2
}
.label.label-green-dark:not(.label-outline) .badge {
	color: #4DB3A2;
	background-color: #FFF
}
.label.label-outline.green-dark {
	border-color: #4DB3A2;
	color: #4DB3A2;
	background: 0 0
}
.label.label-outline.green-dark.active,
.label.label-outline.green-dark:active,
.label.label-outline.green-dark:active:focus,
.label.label-outline.green-dark:active:hover,
.label.label-outline.green-dark:focus,
.label.label-outline.green-dark:hover {
	border-color: #4DB3A2;
	color: #FFF;
	background-color: #4DB3A2
}
.label.label-green-dark-stripe {
	border-left: 4px solid #4DB3A2!important
}
.label.label-green-dark.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-green-sharp:not(.label-outline) {
	color: #FFF;
	background-color: #2ab4c0;
	border-color: #2ab4c0
}
.label.label-green-sharp:not(.label-outline).focus,
.label.label-green-sharp:not(.label-outline):focus {
	color: #FFF;
	background-color: #218d96;
	border-color: #135257
}
.label.label-green-sharp:not(.label-outline).active,
.label.label-green-sharp:not(.label-outline):active,
.label.label-green-sharp:not(.label-outline):hover,
.open>.label.label-green-sharp:not(.label-outline).dropdown-toggle {
	color: #FFF;
	background-color: #218d96;
	border-color: #1f858e
}
.label.label-green-sharp:not(.label-outline).active.focus,
.label.label-green-sharp:not(.label-outline).active:focus,
.label.label-green-sharp:not(.label-outline).active:hover,
.label.label-green-sharp:not(.label-outline):active.focus,
.label.label-green-sharp:not(.label-outline):active:focus,
.label.label-green-sharp:not(.label-outline):active:hover,
.open>.label.label-green-sharp:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-green-sharp:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-green-sharp:not(.label-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #1a7179;
	border-color: #135257
}
.label.label-green-sharp:not(.label-outline).active,
.label.label-green-sharp:not(.label-outline):active,
.open>.label.label-green-sharp:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-green-sharp:not(.label-outline).disabled.focus,
.label.label-green-sharp:not(.label-outline).disabled:focus,
.label.label-green-sharp:not(.label-outline).disabled:hover,
.label.label-green-sharp:not(.label-outline)[disabled].focus,
.label.label-green-sharp:not(.label-outline)[disabled]:focus,
.label.label-green-sharp:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-green-sharp:not(.label-outline).focus,
fieldset[disabled] .label.label-green-sharp:not(.label-outline):focus,
fieldset[disabled] .label.label-green-sharp:not(.label-outline):hover {
	background-color: #2ab4c0;
	border-color: #2ab4c0
}
.label.label-green-sharp:not(.label-outline) .badge {
	color: #2ab4c0;
	background-color: #FFF
}
.label.label-outline.green-sharp {
	border-color: #2ab4c0;
	color: #2ab4c0;
	background: 0 0
}
.label.label-outline.green-sharp.active,
.label.label-outline.green-sharp:active,
.label.label-outline.green-sharp:active:focus,
.label.label-outline.green-sharp:active:hover,
.label.label-outline.green-sharp:focus,
.label.label-outline.green-sharp:hover {
	border-color: #2ab4c0;
	color: #FFF;
	background-color: #2ab4c0
}
.label.label-green-sharp-stripe {
	border-left: 4px solid #2ab4c0!important
}
.label.label-green-sharp.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-green-steel:not(.label-outline) {
	color: #FFF;
	background-color: #29b4b6;
	border-color: #29b4b6
}
.label.label-green-steel:not(.label-outline).focus,
.label.label-green-steel:not(.label-outline):focus {
	color: #FFF;
	background-color: #208b8c;
	border-color: #124d4e
}
.label.label-green-steel:not(.label-outline).active,
.label.label-green-steel:not(.label-outline):active,
.label.label-green-steel:not(.label-outline):hover,
.open>.label.label-green-steel:not(.label-outline).dropdown-toggle {
	color: #FFF;
	background-color: #208b8c;
	border-color: #1e8384
}
.label.label-green-steel:not(.label-outline).active.focus,
.label.label-green-steel:not(.label-outline).active:focus,
.label.label-green-steel:not(.label-outline).active:hover,
.label.label-green-steel:not(.label-outline):active.focus,
.label.label-green-steel:not(.label-outline):active:focus,
.label.label-green-steel:not(.label-outline):active:hover,
.open>.label.label-green-steel:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-green-steel:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-green-steel:not(.label-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #196e6f;
	border-color: #124d4e
}
.label.label-green-steel:not(.label-outline).active,
.label.label-green-steel:not(.label-outline):active,
.open>.label.label-green-steel:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-green-steel:not(.label-outline).disabled.focus,
.label.label-green-steel:not(.label-outline).disabled:focus,
.label.label-green-steel:not(.label-outline).disabled:hover,
.label.label-green-steel:not(.label-outline)[disabled].focus,
.label.label-green-steel:not(.label-outline)[disabled]:focus,
.label.label-green-steel:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-green-steel:not(.label-outline).focus,
fieldset[disabled] .label.label-green-steel:not(.label-outline):focus,
fieldset[disabled] .label.label-green-steel:not(.label-outline):hover {
	background-color: #29b4b6;
	border-color: #29b4b6
}
.label.label-green-steel:not(.label-outline) .badge {
	color: #29b4b6;
	background-color: #FFF
}
.label.label-outline.green-steel {
	border-color: #29b4b6;
	color: #29b4b6;
	background: 0 0
}
.label.label-outline.green-steel.active,
.label.label-outline.green-steel:active,
.label.label-outline.green-steel:active:focus,
.label.label-outline.green-steel:active:hover,
.label.label-outline.green-steel:focus,
.label.label-outline.green-steel:hover {
	border-color: #29b4b6;
	color: #FFF;
	background-color: #29b4b6
}
.label.label-green-steel-stripe {
	border-left: 4px solid #29b4b6!important
}
.label.label-green-steel.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-grey:not(.label-outline) {
	color: #333;
	background-color: #E5E5E5;
	border-color: #E5E5E5
}
.label.label-grey:not(.label-outline).focus,
.label.label-grey:not(.label-outline):focus {
	color: #333;
	background-color: #ccc;
	border-color: #a5a5a5
}
.label.label-grey:not(.label-outline).active,
.label.label-grey:not(.label-outline):active,
.label.label-grey:not(.label-outline):hover,
.open>.label.label-grey:not(.label-outline).dropdown-toggle {
	color: #333;
	background-color: #ccc;
	border-color: #c6c6c6
}
.label.label-grey:not(.label-outline).active.focus,
.label.label-grey:not(.label-outline).active:focus,
.label.label-grey:not(.label-outline).active:hover,
.label.label-grey:not(.label-outline):active.focus,
.label.label-grey:not(.label-outline):active:focus,
.label.label-grey:not(.label-outline):active:hover,
.open>.label.label-grey:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-grey:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-grey:not(.label-outline).dropdown-toggle:hover {
	color: #333;
	background-color: #bababa;
	border-color: #a5a5a5
}
.label.label-grey:not(.label-outline).active,
.label.label-grey:not(.label-outline):active,
.open>.label.label-grey:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-grey:not(.label-outline).disabled.focus,
.label.label-grey:not(.label-outline).disabled:focus,
.label.label-grey:not(.label-outline).disabled:hover,
.label.label-grey:not(.label-outline)[disabled].focus,
.label.label-grey:not(.label-outline)[disabled]:focus,
.label.label-grey:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-grey:not(.label-outline).focus,
fieldset[disabled] .label.label-grey:not(.label-outline):focus,
fieldset[disabled] .label.label-grey:not(.label-outline):hover {
	background-color: #E5E5E5;
	border-color: #E5E5E5
}
.label.label-grey:not(.label-outline) .badge {
	color: #E5E5E5;
	background-color: #333
}
.label.label-outline.grey {
	border-color: #E5E5E5;
	color: #E5E5E5;
	background: 0 0
}
.label.label-outline.grey.active,
.label.label-outline.grey:active,
.label.label-outline.grey:active:focus,
.label.label-outline.grey:active:hover,
.label.label-outline.grey:focus,
.label.label-outline.grey:hover {
	border-color: #E5E5E5;
	color: #333;
	background-color: #E5E5E5
}
.label.label-grey-stripe {
	border-left: 4px solid #E5E5E5!important
}
.label.label-grey.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-grey-steel:not(.label-outline) {
	color: #80898e;
	background-color: #e9edef;
	border-color: #e9edef
}
.label.label-grey-steel:not(.label-outline).focus,
.label.label-grey-steel:not(.label-outline):focus {
	color: #80898e;
	background-color: #cbd5da;
	border-color: #9fb1b9
}
.label.label-grey-steel:not(.label-outline).active,
.label.label-grey-steel:not(.label-outline):active,
.label.label-grey-steel:not(.label-outline):hover,
.open>.label.label-grey-steel:not(.label-outline).dropdown-toggle {
	color: #80898e;
	background-color: #cbd5da;
	border-color: #c6d0d5
}
.label.label-grey-steel:not(.label-outline).active.focus,
.label.label-grey-steel:not(.label-outline).active:focus,
.label.label-grey-steel:not(.label-outline).active:hover,
.label.label-grey-steel:not(.label-outline):active.focus,
.label.label-grey-steel:not(.label-outline):active:focus,
.label.label-grey-steel:not(.label-outline):active:hover,
.open>.label.label-grey-steel:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-grey-steel:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-grey-steel:not(.label-outline).dropdown-toggle:hover {
	color: #80898e;
	background-color: #b7c4ca;
	border-color: #9fb1b9
}
.label.label-grey-steel:not(.label-outline).active,
.label.label-grey-steel:not(.label-outline):active,
.open>.label.label-grey-steel:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-grey-steel:not(.label-outline).disabled.focus,
.label.label-grey-steel:not(.label-outline).disabled:focus,
.label.label-grey-steel:not(.label-outline).disabled:hover,
.label.label-grey-steel:not(.label-outline)[disabled].focus,
.label.label-grey-steel:not(.label-outline)[disabled]:focus,
.label.label-grey-steel:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-grey-steel:not(.label-outline).focus,
fieldset[disabled] .label.label-grey-steel:not(.label-outline):focus,
fieldset[disabled] .label.label-grey-steel:not(.label-outline):hover {
	background-color: #e9edef;
	border-color: #e9edef
}
.label.label-grey-steel:not(.label-outline) .badge {
	color: #e9edef;
	background-color: #80898e
}
.label.label-outline.grey-steel {
	border-color: #e9edef;
	color: #e9edef;
	background: 0 0
}
.label.label-outline.grey-steel.active,
.label.label-outline.grey-steel:active,
.label.label-outline.grey-steel:active:focus,
.label.label-outline.grey-steel:active:hover,
.label.label-outline.grey-steel:focus,
.label.label-outline.grey-steel:hover {
	border-color: #e9edef;
	color: #80898e;
	background-color: #e9edef
}
.label.label-grey-steel-stripe {
	border-left: 4px solid #e9edef!important
}
.label.label-grey-steel.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-grey-cararra:not(.label-outline) {
	color: #333;
	background-color: #fafafa;
	border-color: #fafafa
}
.label.label-grey-cararra:not(.label-outline).focus,
.label.label-grey-cararra:not(.label-outline):focus {
	color: #333;
	background-color: #e1e1e1;
	border-color: #bababa
}
.label.label-grey-cararra:not(.label-outline).active,
.label.label-grey-cararra:not(.label-outline):active,
.label.label-grey-cararra:not(.label-outline):hover,
.open>.label.label-grey-cararra:not(.label-outline).dropdown-toggle {
	color: #333;
	background-color: #e1e1e1;
	border-color: #dbdbdb
}
.label.label-grey-cararra:not(.label-outline).active.focus,
.label.label-grey-cararra:not(.label-outline).active:focus,
.label.label-grey-cararra:not(.label-outline).active:hover,
.label.label-grey-cararra:not(.label-outline):active.focus,
.label.label-grey-cararra:not(.label-outline):active:focus,
.label.label-grey-cararra:not(.label-outline):active:hover,
.open>.label.label-grey-cararra:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-grey-cararra:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-grey-cararra:not(.label-outline).dropdown-toggle:hover {
	color: #333;
	background-color: #cfcfcf;
	border-color: #bababa
}
.label.label-grey-cararra:not(.label-outline).active,
.label.label-grey-cararra:not(.label-outline):active,
.open>.label.label-grey-cararra:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-grey-cararra:not(.label-outline).disabled.focus,
.label.label-grey-cararra:not(.label-outline).disabled:focus,
.label.label-grey-cararra:not(.label-outline).disabled:hover,
.label.label-grey-cararra:not(.label-outline)[disabled].focus,
.label.label-grey-cararra:not(.label-outline)[disabled]:focus,
.label.label-grey-cararra:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-grey-cararra:not(.label-outline).focus,
fieldset[disabled] .label.label-grey-cararra:not(.label-outline):focus,
fieldset[disabled] .label.label-grey-cararra:not(.label-outline):hover {
	background-color: #fafafa;
	border-color: #fafafa
}
.label.label-grey-cararra:not(.label-outline) .badge {
	color: #fafafa;
	background-color: #333
}
.label.label-outline.grey-cararra {
	border-color: #fafafa;
	color: #fafafa;
	background: 0 0
}
.label.label-outline.grey-cararra.active,
.label.label-outline.grey-cararra:active,
.label.label-outline.grey-cararra:active:focus,
.label.label-outline.grey-cararra:active:hover,
.label.label-outline.grey-cararra:focus,
.label.label-outline.grey-cararra:hover {
	border-color: #fafafa;
	color: #333;
	background-color: #fafafa
}
.label.label-grey-cararra-stripe {
	border-left: 4px solid #fafafa!important
}
.label.label-grey-cararra.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-grey-gallery:not(.label-outline) {
	color: #fff;
	background-color: #555;
	border-color: #555
}
.label.label-grey-gallery:not(.label-outline).focus,
.label.label-grey-gallery:not(.label-outline):focus {
	color: #fff;
	background-color: #3c3c3c;
	border-color: #151515
}
.label.label-grey-gallery:not(.label-outline).active,
.label.label-grey-gallery:not(.label-outline):active,
.label.label-grey-gallery:not(.label-outline):hover,
.open>.label.label-grey-gallery:not(.label-outline).dropdown-toggle {
	color: #fff;
	background-color: #3c3c3c;
	border-color: #363636
}
.label.label-grey-gallery:not(.label-outline).active.focus,
.label.label-grey-gallery:not(.label-outline).active:focus,
.label.label-grey-gallery:not(.label-outline).active:hover,
.label.label-grey-gallery:not(.label-outline):active.focus,
.label.label-grey-gallery:not(.label-outline):active:focus,
.label.label-grey-gallery:not(.label-outline):active:hover,
.open>.label.label-grey-gallery:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-grey-gallery:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-grey-gallery:not(.label-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #2a2a2a;
	border-color: #151515
}
.label.label-grey-gallery:not(.label-outline).active,
.label.label-grey-gallery:not(.label-outline):active,
.open>.label.label-grey-gallery:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-grey-gallery:not(.label-outline).disabled.focus,
.label.label-grey-gallery:not(.label-outline).disabled:focus,
.label.label-grey-gallery:not(.label-outline).disabled:hover,
.label.label-grey-gallery:not(.label-outline)[disabled].focus,
.label.label-grey-gallery:not(.label-outline)[disabled]:focus,
.label.label-grey-gallery:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-grey-gallery:not(.label-outline).focus,
fieldset[disabled] .label.label-grey-gallery:not(.label-outline):focus,
fieldset[disabled] .label.label-grey-gallery:not(.label-outline):hover {
	background-color: #555;
	border-color: #555
}
.label.label-grey-gallery:not(.label-outline) .badge {
	color: #555;
	background-color: #fff
}
.label.label-outline.grey-gallery {
	border-color: #555;
	color: #555;
	background: 0 0
}
.label.label-outline.grey-gallery.active,
.label.label-outline.grey-gallery:active,
.label.label-outline.grey-gallery:active:focus,
.label.label-outline.grey-gallery:active:hover,
.label.label-outline.grey-gallery:focus,
.label.label-outline.grey-gallery:hover {
	border-color: #555;
	color: #fff;
	background-color: #555
}
.label.label-grey-gallery-stripe {
	border-left: 4px solid #555!important
}
.label.label-grey-gallery.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-grey-cascade:not(.label-outline) {
	color: #FFF;
	background-color: #95A5A6;
	border-color: #95A5A6
}
.label.label-grey-cascade:not(.label-outline).focus,
.label.label-grey-cascade:not(.label-outline):focus {
	color: #FFF;
	background-color: #798d8f;
	border-color: #566566
}
.label.label-grey-cascade:not(.label-outline).active,
.label.label-grey-cascade:not(.label-outline):active,
.label.label-grey-cascade:not(.label-outline):hover,
.open>.label.label-grey-cascade:not(.label-outline).dropdown-toggle {
	color: #FFF;
	background-color: #798d8f;
	border-color: #74898a
}
.label.label-grey-cascade:not(.label-outline).active.focus,
.label.label-grey-cascade:not(.label-outline).active:focus,
.label.label-grey-cascade:not(.label-outline).active:hover,
.label.label-grey-cascade:not(.label-outline):active.focus,
.label.label-grey-cascade:not(.label-outline):active:focus,
.label.label-grey-cascade:not(.label-outline):active:hover,
.open>.label.label-grey-cascade:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-grey-cascade:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-grey-cascade:not(.label-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #687b7c;
	border-color: #566566
}
.label.label-grey-cascade:not(.label-outline).active,
.label.label-grey-cascade:not(.label-outline):active,
.open>.label.label-grey-cascade:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-grey-cascade:not(.label-outline).disabled.focus,
.label.label-grey-cascade:not(.label-outline).disabled:focus,
.label.label-grey-cascade:not(.label-outline).disabled:hover,
.label.label-grey-cascade:not(.label-outline)[disabled].focus,
.label.label-grey-cascade:not(.label-outline)[disabled]:focus,
.label.label-grey-cascade:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-grey-cascade:not(.label-outline).focus,
fieldset[disabled] .label.label-grey-cascade:not(.label-outline):focus,
fieldset[disabled] .label.label-grey-cascade:not(.label-outline):hover {
	background-color: #95A5A6;
	border-color: #95A5A6
}
.label.label-grey-cascade:not(.label-outline) .badge {
	color: #95A5A6;
	background-color: #FFF
}
.label.label-outline.grey-cascade {
	border-color: #95A5A6;
	color: #95A5A6;
	background: 0 0
}
.label.label-outline.grey-cascade.active,
.label.label-outline.grey-cascade:active,
.label.label-outline.grey-cascade:active:focus,
.label.label-outline.grey-cascade:active:hover,
.label.label-outline.grey-cascade:focus,
.label.label-outline.grey-cascade:hover {
	border-color: #95A5A6;
	color: #FFF;
	background-color: #95A5A6
}
.label.label-grey-cascade-stripe {
	border-left: 4px solid #95A5A6!important
}
.label.label-grey-cascade.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-grey-silver:not(.label-outline) {
	color: #FAFCFB;
	background-color: #BFBFBF;
	border-color: #BFBFBF
}
.label.label-grey-silver:not(.label-outline).focus,
.label.label-grey-silver:not(.label-outline):focus {
	color: #FAFCFB;
	background-color: #a6a6a6;
	border-color: #7f7f7f
}
.label.label-grey-silver:not(.label-outline).active,
.label.label-grey-silver:not(.label-outline):active,
.label.label-grey-silver:not(.label-outline):hover,
.open>.label.label-grey-silver:not(.label-outline).dropdown-toggle {
	color: #FAFCFB;
	background-color: #a6a6a6;
	border-color: #a0a0a0
}
.label.label-grey-silver:not(.label-outline).active.focus,
.label.label-grey-silver:not(.label-outline).active:focus,
.label.label-grey-silver:not(.label-outline).active:hover,
.label.label-grey-silver:not(.label-outline):active.focus,
.label.label-grey-silver:not(.label-outline):active:focus,
.label.label-grey-silver:not(.label-outline):active:hover,
.open>.label.label-grey-silver:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-grey-silver:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-grey-silver:not(.label-outline).dropdown-toggle:hover {
	color: #FAFCFB;
	background-color: #949494;
	border-color: #7f7f7f
}
.label.label-grey-silver:not(.label-outline).active,
.label.label-grey-silver:not(.label-outline):active,
.open>.label.label-grey-silver:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-grey-silver:not(.label-outline).disabled.focus,
.label.label-grey-silver:not(.label-outline).disabled:focus,
.label.label-grey-silver:not(.label-outline).disabled:hover,
.label.label-grey-silver:not(.label-outline)[disabled].focus,
.label.label-grey-silver:not(.label-outline)[disabled]:focus,
.label.label-grey-silver:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-grey-silver:not(.label-outline).focus,
fieldset[disabled] .label.label-grey-silver:not(.label-outline):focus,
fieldset[disabled] .label.label-grey-silver:not(.label-outline):hover {
	background-color: #BFBFBF;
	border-color: #BFBFBF
}
.label.label-grey-silver:not(.label-outline) .badge {
	color: #BFBFBF;
	background-color: #FAFCFB
}
.label.label-outline.grey-silver {
	border-color: #BFBFBF;
	color: #BFBFBF;
	background: 0 0
}
.label.label-outline.grey-silver.active,
.label.label-outline.grey-silver:active,
.label.label-outline.grey-silver:active:focus,
.label.label-outline.grey-silver:active:hover,
.label.label-outline.grey-silver:focus,
.label.label-outline.grey-silver:hover {
	border-color: #BFBFBF;
	color: #FAFCFB;
	background-color: #BFBFBF
}
.label.label-grey-silver-stripe {
	border-left: 4px solid #BFBFBF!important
}
.label.label-grey-silver.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-grey-salsa:not(.label-outline) {
	color: #FAFCFB;
	background-color: #ACB5C3;
	border-color: #ACB5C3
}
.label.label-grey-salsa:not(.label-outline).focus,
.label.label-grey-salsa:not(.label-outline):focus {
	color: #FAFCFB;
	background-color: #8e9bae;
	border-color: #64748b
}
.label.label-grey-salsa:not(.label-outline).active,
.label.label-grey-salsa:not(.label-outline):active,
.label.label-grey-salsa:not(.label-outline):hover,
.open>.label.label-grey-salsa:not(.label-outline).dropdown-toggle {
	color: #FAFCFB;
	background-color: #8e9bae;
	border-color: #8895a9
}
.label.label-grey-salsa:not(.label-outline).active.focus,
.label.label-grey-salsa:not(.label-outline).active:focus,
.label.label-grey-salsa:not(.label-outline).active:hover,
.label.label-grey-salsa:not(.label-outline):active.focus,
.label.label-grey-salsa:not(.label-outline):active:focus,
.label.label-grey-salsa:not(.label-outline):active:hover,
.open>.label.label-grey-salsa:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-grey-salsa:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-grey-salsa:not(.label-outline).dropdown-toggle:hover {
	color: #FAFCFB;
	background-color: #7a889f;
	border-color: #64748b
}
.label.label-grey-salsa:not(.label-outline).active,
.label.label-grey-salsa:not(.label-outline):active,
.open>.label.label-grey-salsa:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-grey-salsa:not(.label-outline).disabled.focus,
.label.label-grey-salsa:not(.label-outline).disabled:focus,
.label.label-grey-salsa:not(.label-outline).disabled:hover,
.label.label-grey-salsa:not(.label-outline)[disabled].focus,
.label.label-grey-salsa:not(.label-outline)[disabled]:focus,
.label.label-grey-salsa:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-grey-salsa:not(.label-outline).focus,
fieldset[disabled] .label.label-grey-salsa:not(.label-outline):focus,
fieldset[disabled] .label.label-grey-salsa:not(.label-outline):hover {
	background-color: #ACB5C3;
	border-color: #ACB5C3
}
.label.label-grey-salsa:not(.label-outline) .badge {
	color: #ACB5C3;
	background-color: #FAFCFB
}
.label.label-outline.grey-salsa {
	border-color: #ACB5C3;
	color: #ACB5C3;
	background: 0 0
}
.label.label-outline.grey-salsa.active,
.label.label-outline.grey-salsa:active,
.label.label-outline.grey-salsa:active:focus,
.label.label-outline.grey-salsa:active:hover,
.label.label-outline.grey-salsa:focus,
.label.label-outline.grey-salsa:hover {
	border-color: #ACB5C3;
	color: #FAFCFB;
	background-color: #ACB5C3
}
.label.label-grey-salsa-stripe {
	border-left: 4px solid #ACB5C3!important
}
.label.label-grey-salsa.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-grey-salt:not(.label-outline) {
	color: #FAFCFB;
	background-color: #bfcad1;
	border-color: #bfcad1
}
.label.label-grey-salt:not(.label-outline).focus,
.label.label-grey-salt:not(.label-outline):focus {
	color: #FAFCFB;
	background-color: #a1b1bc;
	border-color: #758d9c
}
.label.label-grey-salt:not(.label-outline).active,
.label.label-grey-salt:not(.label-outline):active,
.label.label-grey-salt:not(.label-outline):hover,
.open>.label.label-grey-salt:not(.label-outline).dropdown-toggle {
	color: #FAFCFB;
	background-color: #a1b1bc;
	border-color: #9badb7
}
.label.label-grey-salt:not(.label-outline).active.focus,
.label.label-grey-salt:not(.label-outline).active:focus,
.label.label-grey-salt:not(.label-outline).active:hover,
.label.label-grey-salt:not(.label-outline):active.focus,
.label.label-grey-salt:not(.label-outline):active:focus,
.label.label-grey-salt:not(.label-outline):active:hover,
.open>.label.label-grey-salt:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-grey-salt:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-grey-salt:not(.label-outline).dropdown-toggle:hover {
	color: #FAFCFB;
	background-color: #8da0ad;
	border-color: #758d9c
}
.label.label-grey-salt:not(.label-outline).active,
.label.label-grey-salt:not(.label-outline):active,
.open>.label.label-grey-salt:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-grey-salt:not(.label-outline).disabled.focus,
.label.label-grey-salt:not(.label-outline).disabled:focus,
.label.label-grey-salt:not(.label-outline).disabled:hover,
.label.label-grey-salt:not(.label-outline)[disabled].focus,
.label.label-grey-salt:not(.label-outline)[disabled]:focus,
.label.label-grey-salt:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-grey-salt:not(.label-outline).focus,
fieldset[disabled] .label.label-grey-salt:not(.label-outline):focus,
fieldset[disabled] .label.label-grey-salt:not(.label-outline):hover {
	background-color: #bfcad1;
	border-color: #bfcad1
}
.label.label-grey-salt:not(.label-outline) .badge {
	color: #bfcad1;
	background-color: #FAFCFB
}
.label.label-outline.grey-salt {
	border-color: #bfcad1;
	color: #bfcad1;
	background: 0 0
}
.label.label-outline.grey-salt.active,
.label.label-outline.grey-salt:active,
.label.label-outline.grey-salt:active:focus,
.label.label-outline.grey-salt:active:hover,
.label.label-outline.grey-salt:focus,
.label.label-outline.grey-salt:hover {
	border-color: #bfcad1;
	color: #FAFCFB;
	background-color: #bfcad1
}
.label.label-grey-salt-stripe {
	border-left: 4px solid #bfcad1!important
}
.label.label-grey-salt.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-grey-mint:not(.label-outline) {
	color: #FFF;
	background-color: #525e64;
	border-color: #525e64
}
.label.label-grey-mint:not(.label-outline).focus,
.label.label-grey-mint:not(.label-outline):focus {
	color: #FFF;
	background-color: #3b4448;
	border-color: #191c1e
}
.label.label-grey-mint:not(.label-outline).active,
.label.label-grey-mint:not(.label-outline):active,
.label.label-grey-mint:not(.label-outline):hover,
.open>.label.label-grey-mint:not(.label-outline).dropdown-toggle {
	color: #FFF;
	background-color: #3b4448;
	border-color: #363e42
}
.label.label-grey-mint:not(.label-outline).active.focus,
.label.label-grey-mint:not(.label-outline).active:focus,
.label.label-grey-mint:not(.label-outline).active:hover,
.label.label-grey-mint:not(.label-outline):active.focus,
.label.label-grey-mint:not(.label-outline):active:focus,
.label.label-grey-mint:not(.label-outline):active:hover,
.open>.label.label-grey-mint:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-grey-mint:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-grey-mint:not(.label-outline).dropdown-toggle:hover {
	color: #FFF;
	background-color: #2b3134;
	border-color: #191c1e
}
.label.label-grey-mint:not(.label-outline).active,
.label.label-grey-mint:not(.label-outline):active,
.open>.label.label-grey-mint:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-grey-mint:not(.label-outline).disabled.focus,
.label.label-grey-mint:not(.label-outline).disabled:focus,
.label.label-grey-mint:not(.label-outline).disabled:hover,
.label.label-grey-mint:not(.label-outline)[disabled].focus,
.label.label-grey-mint:not(.label-outline)[disabled]:focus,
.label.label-grey-mint:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-grey-mint:not(.label-outline).focus,
fieldset[disabled] .label.label-grey-mint:not(.label-outline):focus,
fieldset[disabled] .label.label-grey-mint:not(.label-outline):hover {
	background-color: #525e64;
	border-color: #525e64
}
.label.label-grey-mint:not(.label-outline) .badge {
	color: #525e64;
	background-color: #FFF
}
.label.label-outline.grey-mint {
	border-color: #525e64;
	color: #525e64;
	background: 0 0
}
.label.label-outline.grey-mint.active,
.label.label-outline.grey-mint:active,
.label.label-outline.grey-mint:active:focus,
.label.label-outline.grey-mint:active:hover,
.label.label-outline.grey-mint:focus,
.label.label-outline.grey-mint:hover {
	border-color: #525e64;
	color: #FFF;
	background-color: #525e64
}
.label.label-grey-mint-stripe {
	border-left: 4px solid #525e64!important
}
.label.label-grey-mint.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-red:not(.label-outline) {
	color: #fff;
	background-color: #e7505a;
	border-color: #e7505a
}
.label.label-red:not(.label-outline).focus,
.label.label-red:not(.label-outline):focus {
	color: #fff;
	background-color: #e12330;
	border-color: #a1161f
}
.label.label-red:not(.label-outline).active,
.label.label-red:not(.label-outline):active,
.label.label-red:not(.label-outline):hover,
.open>.label.label-red:not(.label-outline).dropdown-toggle {
	color: #fff;
	background-color: #e12330;
	border-color: #dc1e2b
}
.label.label-red:not(.label-outline).active.focus,
.label.label-red:not(.label-outline).active:focus,
.label.label-red:not(.label-outline).active:hover,
.label.label-red:not(.label-outline):active.focus,
.label.label-red:not(.label-outline):active:focus,
.label.label-red:not(.label-outline):active:hover,
.open>.label.label-red:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-red:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-red:not(.label-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #c51b26;
	border-color: #a1161f
}
.label.label-red:not(.label-outline).active,
.label.label-red:not(.label-outline):active,
.open>.label.label-red:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-red:not(.label-outline).disabled.focus,
.label.label-red:not(.label-outline).disabled:focus,
.label.label-red:not(.label-outline).disabled:hover,
.label.label-red:not(.label-outline)[disabled].focus,
.label.label-red:not(.label-outline)[disabled]:focus,
.label.label-red:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-red:not(.label-outline).focus,
fieldset[disabled] .label.label-red:not(.label-outline):focus,
fieldset[disabled] .label.label-red:not(.label-outline):hover {
	background-color: #e7505a;
	border-color: #e7505a
}
.label.label-red:not(.label-outline) .badge {
	color: #e7505a;
	background-color: #fff
}
.label.label-outline.red {
	border-color: #e7505a;
	color: #e7505a;
	background: 0 0
}
.label.label-outline.red.active,
.label.label-outline.red:active,
.label.label-outline.red:active:focus,
.label.label-outline.red:active:hover,
.label.label-outline.red:focus,
.label.label-outline.red:hover {
	border-color: #e7505a;
	color: #fff;
	background-color: #e7505a
}
.label.label-red-stripe {
	border-left: 4px solid #e7505a!important
}
.label.label-red.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-red-pink:not(.label-outline) {
	color: #fff;
	background-color: #E08283;
	border-color: #E08283
}
.label.label-red-pink:not(.label-outline).focus,
.label.label-red-pink:not(.label-outline):focus {
	color: #fff;
	background-color: #d6595a;
	border-color: #b52d2e
}
.label.label-red-pink:not(.label-outline).active,
.label.label-red-pink:not(.label-outline):active,
.label.label-red-pink:not(.label-outline):hover,
.open>.label.label-red-pink:not(.label-outline).dropdown-toggle {
	color: #fff;
	background-color: #d6595a;
	border-color: #d45152
}
.label.label-red-pink:not(.label-outline).active.focus,
.label.label-red-pink:not(.label-outline).active:focus,
.label.label-red-pink:not(.label-outline).active:hover,
.label.label-red-pink:not(.label-outline):active.focus,
.label.label-red-pink:not(.label-outline):active:focus,
.label.label-red-pink:not(.label-outline):active:hover,
.open>.label.label-red-pink:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-red-pink:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-red-pink:not(.label-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #cf3d3e;
	border-color: #b52d2e
}
.label.label-red-pink:not(.label-outline).active,
.label.label-red-pink:not(.label-outline):active,
.open>.label.label-red-pink:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-red-pink:not(.label-outline).disabled.focus,
.label.label-red-pink:not(.label-outline).disabled:focus,
.label.label-red-pink:not(.label-outline).disabled:hover,
.label.label-red-pink:not(.label-outline)[disabled].focus,
.label.label-red-pink:not(.label-outline)[disabled]:focus,
.label.label-red-pink:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-red-pink:not(.label-outline).focus,
fieldset[disabled] .label.label-red-pink:not(.label-outline):focus,
fieldset[disabled] .label.label-red-pink:not(.label-outline):hover {
	background-color: #E08283;
	border-color: #E08283
}
.label.label-red-pink:not(.label-outline) .badge {
	color: #E08283;
	background-color: #fff
}
.label.label-outline.red-pink {
	border-color: #E08283;
	color: #E08283;
	background: 0 0
}
.label.label-outline.red-pink.active,
.label.label-outline.red-pink:active,
.label.label-outline.red-pink:active:focus,
.label.label-outline.red-pink:active:hover,
.label.label-outline.red-pink:focus,
.label.label-outline.red-pink:hover {
	border-color: #E08283;
	color: #fff;
	background-color: #E08283
}
.label.label-red-pink-stripe {
	border-left: 4px solid #E08283!important
}
.label.label-red-pink.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-red-sunglo:not(.label-outline) {
	color: #fff;
	background-color: #E26A6A;
	border-color: #E26A6A
}
.label.label-red-sunglo:not(.label-outline).focus,
.label.label-red-sunglo:not(.label-outline):focus {
	color: #fff;
	background-color: #da3f3f;
	border-color: #ab2121
}
.label.label-red-sunglo:not(.label-outline).active,
.label.label-red-sunglo:not(.label-outline):active,
.label.label-red-sunglo:not(.label-outline):hover,
.open>.label.label-red-sunglo:not(.label-outline).dropdown-toggle {
	color: #fff;
	background-color: #da3f3f;
	border-color: #d83737
}
.label.label-red-sunglo:not(.label-outline).active.focus,
.label.label-red-sunglo:not(.label-outline).active:focus,
.label.label-red-sunglo:not(.label-outline).active:hover,
.label.label-red-sunglo:not(.label-outline):active.focus,
.label.label-red-sunglo:not(.label-outline):active:focus,
.label.label-red-sunglo:not(.label-outline):active:hover,
.open>.label.label-red-sunglo:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-red-sunglo:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-red-sunglo:not(.label-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #cd2828;
	border-color: #ab2121
}
.label.label-red-sunglo:not(.label-outline).active,
.label.label-red-sunglo:not(.label-outline):active,
.open>.label.label-red-sunglo:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-red-sunglo:not(.label-outline).disabled.focus,
.label.label-red-sunglo:not(.label-outline).disabled:focus,
.label.label-red-sunglo:not(.label-outline).disabled:hover,
.label.label-red-sunglo:not(.label-outline)[disabled].focus,
.label.label-red-sunglo:not(.label-outline)[disabled]:focus,
.label.label-red-sunglo:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-red-sunglo:not(.label-outline).focus,
fieldset[disabled] .label.label-red-sunglo:not(.label-outline):focus,
fieldset[disabled] .label.label-red-sunglo:not(.label-outline):hover {
	background-color: #E26A6A;
	border-color: #E26A6A
}
.label.label-red-sunglo:not(.label-outline) .badge {
	color: #E26A6A;
	background-color: #fff
}
.label.label-outline.red-sunglo {
	border-color: #E26A6A;
	color: #E26A6A;
	background: 0 0
}
.label.label-outline.red-sunglo.active,
.label.label-outline.red-sunglo:active,
.label.label-outline.red-sunglo:active:focus,
.label.label-outline.red-sunglo:active:hover,
.label.label-outline.red-sunglo:focus,
.label.label-outline.red-sunglo:hover {
	border-color: #E26A6A;
	color: #fff;
	background-color: #E26A6A
}
.label.label-red-sunglo-stripe {
	border-left: 4px solid #E26A6A!important
}
.label.label-red-sunglo.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-red-intense:not(.label-outline) {
	color: #fff;
	background-color: #e35b5a;
	border-color: #e35b5a
}
.label.label-red-intense:not(.label-outline).focus,
.label.label-red-intense:not(.label-outline):focus {
	color: #fff;
	background-color: #dc302e;
	border-color: #a21c1b
}
.label.label-red-intense:not(.label-outline).active,
.label.label-red-intense:not(.label-outline):active,
.label.label-red-intense:not(.label-outline):hover,
.open>.label.label-red-intense:not(.label-outline).dropdown-toggle {
	color: #fff;
	background-color: #dc302e;
	border-color: #da2726
}
.label.label-red-intense:not(.label-outline).active.focus,
.label.label-red-intense:not(.label-outline).active:focus,
.label.label-red-intense:not(.label-outline).active:hover,
.label.label-red-intense:not(.label-outline):active.focus,
.label.label-red-intense:not(.label-outline):active:focus,
.label.label-red-intense:not(.label-outline):active:hover,
.open>.label.label-red-intense:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-red-intense:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-red-intense:not(.label-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #c52321;
	border-color: #a21c1b
}
.label.label-red-intense:not(.label-outline).active,
.label.label-red-intense:not(.label-outline):active,
.open>.label.label-red-intense:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-red-intense:not(.label-outline).disabled.focus,
.label.label-red-intense:not(.label-outline).disabled:focus,
.label.label-red-intense:not(.label-outline).disabled:hover,
.label.label-red-intense:not(.label-outline)[disabled].focus,
.label.label-red-intense:not(.label-outline)[disabled]:focus,
.label.label-red-intense:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-red-intense:not(.label-outline).focus,
fieldset[disabled] .label.label-red-intense:not(.label-outline):focus,
fieldset[disabled] .label.label-red-intense:not(.label-outline):hover {
	background-color: #e35b5a;
	border-color: #e35b5a
}
.label.label-red-intense:not(.label-outline) .badge {
	color: #e35b5a;
	background-color: #fff
}
.label.label-outline.red-intense {
	border-color: #e35b5a;
	color: #e35b5a;
	background: 0 0
}
.label.label-outline.red-intense.active,
.label.label-outline.red-intense:active,
.label.label-outline.red-intense:active:focus,
.label.label-outline.red-intense:active:hover,
.label.label-outline.red-intense:focus,
.label.label-outline.red-intense:hover {
	border-color: #e35b5a;
	color: #fff;
	background-color: #e35b5a
}
.label.label-red-intense-stripe {
	border-left: 4px solid #e35b5a!important
}
.label.label-red-intense.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-red-thunderbird:not(.label-outline) {
	color: #fff;
	background-color: #D91E18;
	border-color: #D91E18
}
.label.label-red-thunderbird:not(.label-outline).focus,
.label.label-red-thunderbird:not(.label-outline):focus {
	color: #fff;
	background-color: #ab1813;
	border-color: #660e0b
}
.label.label-red-thunderbird:not(.label-outline).active,
.label.label-red-thunderbird:not(.label-outline):active,
.label.label-red-thunderbird:not(.label-outline):hover,
.open>.label.label-red-thunderbird:not(.label-outline).dropdown-toggle {
	color: #fff;
	background-color: #ab1813;
	border-color: #a21612
}
.label.label-red-thunderbird:not(.label-outline).active.focus,
.label.label-red-thunderbird:not(.label-outline).active:focus,
.label.label-red-thunderbird:not(.label-outline).active:hover,
.label.label-red-thunderbird:not(.label-outline):active.focus,
.label.label-red-thunderbird:not(.label-outline):active:focus,
.label.label-red-thunderbird:not(.label-outline):active:hover,
.open>.label.label-red-thunderbird:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-red-thunderbird:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-red-thunderbird:not(.label-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #8b130f;
	border-color: #660e0b
}
.label.label-red-thunderbird:not(.label-outline).active,
.label.label-red-thunderbird:not(.label-outline):active,
.open>.label.label-red-thunderbird:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-red-thunderbird:not(.label-outline).disabled.focus,
.label.label-red-thunderbird:not(.label-outline).disabled:focus,
.label.label-red-thunderbird:not(.label-outline).disabled:hover,
.label.label-red-thunderbird:not(.label-outline)[disabled].focus,
.label.label-red-thunderbird:not(.label-outline)[disabled]:focus,
.label.label-red-thunderbird:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-red-thunderbird:not(.label-outline).focus,
fieldset[disabled] .label.label-red-thunderbird:not(.label-outline):focus,
fieldset[disabled] .label.label-red-thunderbird:not(.label-outline):hover {
	background-color: #D91E18;
	border-color: #D91E18
}
.label.label-red-thunderbird:not(.label-outline) .badge {
	color: #D91E18;
	background-color: #fff
}
.label.label-outline.red-thunderbird {
	border-color: #D91E18;
	color: #D91E18;
	background: 0 0
}
.label.label-outline.red-thunderbird.active,
.label.label-outline.red-thunderbird:active,
.label.label-outline.red-thunderbird:active:focus,
.label.label-outline.red-thunderbird:active:hover,
.label.label-outline.red-thunderbird:focus,
.label.label-outline.red-thunderbird:hover {
	border-color: #D91E18;
	color: #fff;
	background-color: #D91E18
}
.label.label-red-thunderbird-stripe {
	border-left: 4px solid #D91E18!important
}
.label.label-red-thunderbird.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-red-flamingo:not(.label-outline) {
	color: #fff;
	background-color: #EF4836;
	border-color: #EF4836
}
.label.label-red-flamingo:not(.label-outline).focus,
.label.label-red-flamingo:not(.label-outline):focus {
	color: #fff;
	background-color: #e02612;
	border-color: #991a0c
}
.label.label-red-flamingo:not(.label-outline).active,
.label.label-red-flamingo:not(.label-outline):active,
.label.label-red-flamingo:not(.label-outline):hover,
.open>.label.label-red-flamingo:not(.label-outline).dropdown-toggle {
	color: #fff;
	background-color: #e02612;
	border-color: #d72411
}
.label.label-red-flamingo:not(.label-outline).active.focus,
.label.label-red-flamingo:not(.label-outline).active:focus,
.label.label-red-flamingo:not(.label-outline).active:hover,
.label.label-red-flamingo:not(.label-outline):active.focus,
.label.label-red-flamingo:not(.label-outline):active:focus,
.label.label-red-flamingo:not(.label-outline):active:hover,
.open>.label.label-red-flamingo:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-red-flamingo:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-red-flamingo:not(.label-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #bf200f;
	border-color: #991a0c
}
.label.label-red-flamingo:not(.label-outline).active,
.label.label-red-flamingo:not(.label-outline):active,
.open>.label.label-red-flamingo:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-red-flamingo:not(.label-outline).disabled.focus,
.label.label-red-flamingo:not(.label-outline).disabled:focus,
.label.label-red-flamingo:not(.label-outline).disabled:hover,
.label.label-red-flamingo:not(.label-outline)[disabled].focus,
.label.label-red-flamingo:not(.label-outline)[disabled]:focus,
.label.label-red-flamingo:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-red-flamingo:not(.label-outline).focus,
fieldset[disabled] .label.label-red-flamingo:not(.label-outline):focus,
fieldset[disabled] .label.label-red-flamingo:not(.label-outline):hover {
	background-color: #EF4836;
	border-color: #EF4836
}
.label.label-red-flamingo:not(.label-outline) .badge {
	color: #EF4836;
	background-color: #fff
}
.label.label-outline.red-flamingo {
	border-color: #EF4836;
	color: #EF4836;
	background: 0 0
}
.label.label-outline.red-flamingo.active,
.label.label-outline.red-flamingo:active,
.label.label-outline.red-flamingo:active:focus,
.label.label-outline.red-flamingo:active:hover,
.label.label-outline.red-flamingo:focus,
.label.label-outline.red-flamingo:hover {
	border-color: #EF4836;
	color: #fff;
	background-color: #EF4836
}
.label.label-red-flamingo-stripe {
	border-left: 4px solid #EF4836!important
}
.label.label-red-flamingo.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-red-soft:not(.label-outline) {
	color: #fff;
	background-color: #d05454;
	border-color: #d05454
}
.label.label-red-soft:not(.label-outline).focus,
.label.label-red-soft:not(.label-outline):focus {
	color: #fff;
	background-color: #bd3434;
	border-color: #812323
}
.label.label-red-soft:not(.label-outline).active,
.label.label-red-soft:not(.label-outline):active,
.label.label-red-soft:not(.label-outline):hover,
.open>.label.label-red-soft:not(.label-outline).dropdown-toggle {
	color: #fff;
	background-color: #bd3434;
	border-color: #b53232
}
.label.label-red-soft:not(.label-outline).active.focus,
.label.label-red-soft:not(.label-outline).active:focus,
.label.label-red-soft:not(.label-outline).active:hover,
.label.label-red-soft:not(.label-outline):active.focus,
.label.label-red-soft:not(.label-outline):active:focus,
.label.label-red-soft:not(.label-outline):active:hover,
.open>.label.label-red-soft:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-red-soft:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-red-soft:not(.label-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #a12c2c;
	border-color: #812323
}
.label.label-red-soft:not(.label-outline).active,
.label.label-red-soft:not(.label-outline):active,
.open>.label.label-red-soft:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-red-soft:not(.label-outline).disabled.focus,
.label.label-red-soft:not(.label-outline).disabled:focus,
.label.label-red-soft:not(.label-outline).disabled:hover,
.label.label-red-soft:not(.label-outline)[disabled].focus,
.label.label-red-soft:not(.label-outline)[disabled]:focus,
.label.label-red-soft:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-red-soft:not(.label-outline).focus,
fieldset[disabled] .label.label-red-soft:not(.label-outline):focus,
fieldset[disabled] .label.label-red-soft:not(.label-outline):hover {
	background-color: #d05454;
	border-color: #d05454
}
.label.label-red-soft:not(.label-outline) .badge {
	color: #d05454;
	background-color: #fff
}
.label.label-outline.red-soft {
	border-color: #d05454;
	color: #d05454;
	background: 0 0
}
.label.label-outline.red-soft.active,
.label.label-outline.red-soft:active,
.label.label-outline.red-soft:active:focus,
.label.label-outline.red-soft:active:hover,
.label.label-outline.red-soft:focus,
.label.label-outline.red-soft:hover {
	border-color: #d05454;
	color: #fff;
	background-color: #d05454
}
.label.label-red-soft-stripe {
	border-left: 4px solid #d05454!important
}
.label.label-red-soft.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-red-haze:not(.label-outline) {
	color: #fff;
	background-color: #f36a5a;
	border-color: #f36a5a
}
.label.label-red-haze:not(.label-outline).focus,
.label.label-red-haze:not(.label-outline):focus {
	color: #fff;
	background-color: #f03f2a;
	border-color: #c0210e
}
.label.label-red-haze:not(.label-outline).active,
.label.label-red-haze:not(.label-outline):active,
.label.label-red-haze:not(.label-outline):hover,
.open>.label.label-red-haze:not(.label-outline).dropdown-toggle {
	color: #fff;
	background-color: #f03f2a;
	border-color: #ef3621
}
.label.label-red-haze:not(.label-outline).active.focus,
.label.label-red-haze:not(.label-outline).active:focus,
.label.label-red-haze:not(.label-outline).active:hover,
.label.label-red-haze:not(.label-outline):active.focus,
.label.label-red-haze:not(.label-outline):active:focus,
.label.label-red-haze:not(.label-outline):active:hover,
.open>.label.label-red-haze:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-red-haze:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-red-haze:not(.label-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #e62711;
	border-color: #c0210e
}
.label.label-red-haze:not(.label-outline).active,
.label.label-red-haze:not(.label-outline):active,
.open>.label.label-red-haze:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-red-haze:not(.label-outline).disabled.focus,
.label.label-red-haze:not(.label-outline).disabled:focus,
.label.label-red-haze:not(.label-outline).disabled:hover,
.label.label-red-haze:not(.label-outline)[disabled].focus,
.label.label-red-haze:not(.label-outline)[disabled]:focus,
.label.label-red-haze:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-red-haze:not(.label-outline).focus,
fieldset[disabled] .label.label-red-haze:not(.label-outline):focus,
fieldset[disabled] .label.label-red-haze:not(.label-outline):hover {
	background-color: #f36a5a;
	border-color: #f36a5a
}
.label.label-red-haze:not(.label-outline) .badge {
	color: #f36a5a;
	background-color: #fff
}
.label.label-outline.red-haze {
	border-color: #f36a5a;
	color: #f36a5a;
	background: 0 0
}
.label.label-outline.red-haze.active,
.label.label-outline.red-haze:active,
.label.label-outline.red-haze:active:focus,
.label.label-outline.red-haze:active:hover,
.label.label-outline.red-haze:focus,
.label.label-outline.red-haze:hover {
	border-color: #f36a5a;
	color: #fff;
	background-color: #f36a5a
}
.label.label-red-haze-stripe {
	border-left: 4px solid #f36a5a!important
}
.label.label-red-haze.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-red-mint:not(.label-outline) {
	color: #fff;
	background-color: #e43a45;
	border-color: #e43a45
}
.label.label-red-mint:not(.label-outline).focus,
.label.label-red-mint:not(.label-outline):focus {
	color: #fff;
	background-color: #cf1c28;
	border-color: #8b131b
}
.label.label-red-mint:not(.label-outline).active,
.label.label-red-mint:not(.label-outline):active,
.label.label-red-mint:not(.label-outline):hover,
.open>.label.label-red-mint:not(.label-outline).dropdown-toggle {
	color: #fff;
	background-color: #cf1c28;
	border-color: #c61b26
}
.label.label-red-mint:not(.label-outline).active.focus,
.label.label-red-mint:not(.label-outline).active:focus,
.label.label-red-mint:not(.label-outline).active:hover,
.label.label-red-mint:not(.label-outline):active.focus,
.label.label-red-mint:not(.label-outline):active:focus,
.label.label-red-mint:not(.label-outline):active:hover,
.open>.label.label-red-mint:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-red-mint:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-red-mint:not(.label-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #af1822;
	border-color: #8b131b
}
.label.label-red-mint:not(.label-outline).active,
.label.label-red-mint:not(.label-outline):active,
.open>.label.label-red-mint:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-red-mint:not(.label-outline).disabled.focus,
.label.label-red-mint:not(.label-outline).disabled:focus,
.label.label-red-mint:not(.label-outline).disabled:hover,
.label.label-red-mint:not(.label-outline)[disabled].focus,
.label.label-red-mint:not(.label-outline)[disabled]:focus,
.label.label-red-mint:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-red-mint:not(.label-outline).focus,
fieldset[disabled] .label.label-red-mint:not(.label-outline):focus,
fieldset[disabled] .label.label-red-mint:not(.label-outline):hover {
	background-color: #e43a45;
	border-color: #e43a45
}
.label.label-red-mint:not(.label-outline) .badge {
	color: #e43a45;
	background-color: #fff
}
.label.label-outline.red-mint {
	border-color: #e43a45;
	color: #e43a45;
	background: 0 0
}
.label.label-outline.red-mint.active,
.label.label-outline.red-mint:active,
.label.label-outline.red-mint:active:focus,
.label.label-outline.red-mint:active:hover,
.label.label-outline.red-mint:focus,
.label.label-outline.red-mint:hover {
	border-color: #e43a45;
	color: #fff;
	background-color: #e43a45
}
.label.label-red-mint-stripe {
	border-left: 4px solid #e43a45!important
}
.label.label-red-mint.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-yellow:not(.label-outline) {
	color: #fff;
	background-color: #c49f47;
	border-color: #c49f47
}
.label.label-yellow:not(.label-outline).focus,
.label.label-yellow:not(.label-outline):focus {
	color: #fff;
	background-color: #a48334;
	border-color: #6a5422
}
.label.label-yellow:not(.label-outline).active,
.label.label-yellow:not(.label-outline):active,
.label.label-yellow:not(.label-outline):hover,
.open>.label.label-yellow:not(.label-outline).dropdown-toggle {
	color: #fff;
	background-color: #a48334;
	border-color: #9c7c32
}
.label.label-yellow:not(.label-outline).active.focus,
.label.label-yellow:not(.label-outline).active:focus,
.label.label-yellow:not(.label-outline).active:hover,
.label.label-yellow:not(.label-outline):active.focus,
.label.label-yellow:not(.label-outline):active:focus,
.label.label-yellow:not(.label-outline):active:hover,
.open>.label.label-yellow:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-yellow:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-yellow:not(.label-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #896d2c;
	border-color: #6a5422
}
.label.label-yellow:not(.label-outline).active,
.label.label-yellow:not(.label-outline):active,
.open>.label.label-yellow:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-yellow:not(.label-outline).disabled.focus,
.label.label-yellow:not(.label-outline).disabled:focus,
.label.label-yellow:not(.label-outline).disabled:hover,
.label.label-yellow:not(.label-outline)[disabled].focus,
.label.label-yellow:not(.label-outline)[disabled]:focus,
.label.label-yellow:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-yellow:not(.label-outline).focus,
fieldset[disabled] .label.label-yellow:not(.label-outline):focus,
fieldset[disabled] .label.label-yellow:not(.label-outline):hover {
	background-color: #c49f47;
	border-color: #c49f47
}
.label.label-yellow:not(.label-outline) .badge {
	color: #c49f47;
	background-color: #fff
}
.label.label-outline.yellow {
	border-color: #c49f47;
	color: #c49f47;
	background: 0 0
}
.label.label-outline.yellow.active,
.label.label-outline.yellow:active,
.label.label-outline.yellow:active:focus,
.label.label-outline.yellow:active:hover,
.label.label-outline.yellow:focus,
.label.label-outline.yellow:hover {
	border-color: #c49f47;
	color: #fff;
	background-color: #c49f47
}
.label.label-yellow-stripe {
	border-left: 4px solid #c49f47!important
}
.label.label-yellow.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-yellow-gold:not(.label-outline) {
	color: #fff;
	background-color: #E87E04;
	border-color: #E87E04
}
.label.label-yellow-gold:not(.label-outline).focus,
.label.label-yellow-gold:not(.label-outline):focus {
	color: #fff;
	background-color: #b66303;
	border-color: #6b3a02
}
.label.label-yellow-gold:not(.label-outline).active,
.label.label-yellow-gold:not(.label-outline):active,
.label.label-yellow-gold:not(.label-outline):hover,
.open>.label.label-yellow-gold:not(.label-outline).dropdown-toggle {
	color: #fff;
	background-color: #b66303;
	border-color: #ac5d03
}
.label.label-yellow-gold:not(.label-outline).active.focus,
.label.label-yellow-gold:not(.label-outline).active:focus,
.label.label-yellow-gold:not(.label-outline).active:hover,
.label.label-yellow-gold:not(.label-outline):active.focus,
.label.label-yellow-gold:not(.label-outline):active:focus,
.label.label-yellow-gold:not(.label-outline):active:hover,
.open>.label.label-yellow-gold:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-yellow-gold:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-yellow-gold:not(.label-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #935003;
	border-color: #6b3a02
}
.label.label-yellow-gold:not(.label-outline).active,
.label.label-yellow-gold:not(.label-outline):active,
.open>.label.label-yellow-gold:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-yellow-gold:not(.label-outline).disabled.focus,
.label.label-yellow-gold:not(.label-outline).disabled:focus,
.label.label-yellow-gold:not(.label-outline).disabled:hover,
.label.label-yellow-gold:not(.label-outline)[disabled].focus,
.label.label-yellow-gold:not(.label-outline)[disabled]:focus,
.label.label-yellow-gold:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-yellow-gold:not(.label-outline).focus,
fieldset[disabled] .label.label-yellow-gold:not(.label-outline):focus,
fieldset[disabled] .label.label-yellow-gold:not(.label-outline):hover {
	background-color: #E87E04;
	border-color: #E87E04
}
.label.label-yellow-gold:not(.label-outline) .badge {
	color: #E87E04;
	background-color: #fff
}
.label.label-outline.yellow-gold {
	border-color: #E87E04;
	color: #E87E04;
	background: 0 0
}
.label.label-outline.yellow-gold.active,
.label.label-outline.yellow-gold:active,
.label.label-outline.yellow-gold:active:focus,
.label.label-outline.yellow-gold:active:hover,
.label.label-outline.yellow-gold:focus,
.label.label-outline.yellow-gold:hover {
	border-color: #E87E04;
	color: #fff;
	background-color: #E87E04
}
.label.label-yellow-gold-stripe {
	border-left: 4px solid #E87E04!important
}
.label.label-yellow-gold.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-yellow-casablanca:not(.label-outline) {
	color: #fff;
	background-color: #f2784b;
	border-color: #f2784b
}
.label.label-yellow-casablanca:not(.label-outline).focus,
.label.label-yellow-casablanca:not(.label-outline):focus {
	color: #fff;
	background-color: #ef541b;
	border-color: #b1390d
}
.label.label-yellow-casablanca:not(.label-outline).active,
.label.label-yellow-casablanca:not(.label-outline):active,
.label.label-yellow-casablanca:not(.label-outline):hover,
.open>.label.label-yellow-casablanca:not(.label-outline).dropdown-toggle {
	color: #fff;
	background-color: #ef541b;
	border-color: #ee4d12
}
.label.label-yellow-casablanca:not(.label-outline).active.focus,
.label.label-yellow-casablanca:not(.label-outline).active:focus,
.label.label-yellow-casablanca:not(.label-outline).active:hover,
.label.label-yellow-casablanca:not(.label-outline):active.focus,
.label.label-yellow-casablanca:not(.label-outline):active:focus,
.label.label-yellow-casablanca:not(.label-outline):active:hover,
.open>.label.label-yellow-casablanca:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-yellow-casablanca:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-yellow-casablanca:not(.label-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #d74510;
	border-color: #b1390d
}
.label.label-yellow-casablanca:not(.label-outline).active,
.label.label-yellow-casablanca:not(.label-outline):active,
.open>.label.label-yellow-casablanca:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-yellow-casablanca:not(.label-outline).disabled.focus,
.label.label-yellow-casablanca:not(.label-outline).disabled:focus,
.label.label-yellow-casablanca:not(.label-outline).disabled:hover,
.label.label-yellow-casablanca:not(.label-outline)[disabled].focus,
.label.label-yellow-casablanca:not(.label-outline)[disabled]:focus,
.label.label-yellow-casablanca:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-yellow-casablanca:not(.label-outline).focus,
fieldset[disabled] .label.label-yellow-casablanca:not(.label-outline):focus,
fieldset[disabled] .label.label-yellow-casablanca:not(.label-outline):hover {
	background-color: #f2784b;
	border-color: #f2784b
}
.label.label-yellow-casablanca:not(.label-outline) .badge {
	color: #f2784b;
	background-color: #fff
}
.label.label-outline.yellow-casablanca {
	border-color: #f2784b;
	color: #f2784b;
	background: 0 0
}
.label.label-outline.yellow-casablanca.active,
.label.label-outline.yellow-casablanca:active,
.label.label-outline.yellow-casablanca:active:focus,
.label.label-outline.yellow-casablanca:active:hover,
.label.label-outline.yellow-casablanca:focus,
.label.label-outline.yellow-casablanca:hover {
	border-color: #f2784b;
	color: #fff;
	background-color: #f2784b
}
.label.label-yellow-casablanca-stripe {
	border-left: 4px solid #f2784b!important
}
.label.label-yellow-casablanca.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-yellow-crusta:not(.label-outline) {
	color: #fff;
	background-color: #f3c200;
	border-color: #f3c200
}
.label.label-yellow-crusta:not(.label-outline).focus,
.label.label-yellow-crusta:not(.label-outline):focus {
	color: #fff;
	background-color: #c09900;
	border-color: #745c00
}
.label.label-yellow-crusta:not(.label-outline).active,
.label.label-yellow-crusta:not(.label-outline):active,
.label.label-yellow-crusta:not(.label-outline):hover,
.open>.label.label-yellow-crusta:not(.label-outline).dropdown-toggle {
	color: #fff;
	background-color: #c09900;
	border-color: #b69100
}
.label.label-yellow-crusta:not(.label-outline).active.focus,
.label.label-yellow-crusta:not(.label-outline).active:focus,
.label.label-yellow-crusta:not(.label-outline).active:hover,
.label.label-yellow-crusta:not(.label-outline):active.focus,
.label.label-yellow-crusta:not(.label-outline):active:focus,
.label.label-yellow-crusta:not(.label-outline):active:hover,
.open>.label.label-yellow-crusta:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-yellow-crusta:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-yellow-crusta:not(.label-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #9c7d00;
	border-color: #745c00
}
.label.label-yellow-crusta:not(.label-outline).active,
.label.label-yellow-crusta:not(.label-outline):active,
.open>.label.label-yellow-crusta:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-yellow-crusta:not(.label-outline).disabled.focus,
.label.label-yellow-crusta:not(.label-outline).disabled:focus,
.label.label-yellow-crusta:not(.label-outline).disabled:hover,
.label.label-yellow-crusta:not(.label-outline)[disabled].focus,
.label.label-yellow-crusta:not(.label-outline)[disabled]:focus,
.label.label-yellow-crusta:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-yellow-crusta:not(.label-outline).focus,
fieldset[disabled] .label.label-yellow-crusta:not(.label-outline):focus,
fieldset[disabled] .label.label-yellow-crusta:not(.label-outline):hover {
	background-color: #f3c200;
	border-color: #f3c200
}
.label.label-yellow-crusta:not(.label-outline) .badge {
	color: #f3c200;
	background-color: #fff
}
.label.label-outline.yellow-crusta {
	border-color: #f3c200;
	color: #f3c200;
	background: 0 0
}
.label.label-outline.yellow-crusta.active,
.label.label-outline.yellow-crusta:active,
.label.label-outline.yellow-crusta:active:focus,
.label.label-outline.yellow-crusta:active:hover,
.label.label-outline.yellow-crusta:focus,
.label.label-outline.yellow-crusta:hover {
	border-color: #f3c200;
	color: #fff;
	background-color: #f3c200
}
.label.label-yellow-crusta-stripe {
	border-left: 4px solid #f3c200!important
}
.label.label-yellow-crusta.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-yellow-lemon:not(.label-outline) {
	color: #fff;
	background-color: #F7CA18;
	border-color: #F7CA18
}
.label.label-yellow-lemon:not(.label-outline).focus,
.label.label-yellow-lemon:not(.label-outline):focus {
	color: #fff;
	background-color: #d5ab07;
	border-color: #8b7005
}
.label.label-yellow-lemon:not(.label-outline).active,
.label.label-yellow-lemon:not(.label-outline):active,
.label.label-yellow-lemon:not(.label-outline):hover,
.open>.label.label-yellow-lemon:not(.label-outline).dropdown-toggle {
	color: #fff;
	background-color: #d5ab07;
	border-color: #cba307
}
.label.label-yellow-lemon:not(.label-outline).active.focus,
.label.label-yellow-lemon:not(.label-outline).active:focus,
.label.label-yellow-lemon:not(.label-outline).active:hover,
.label.label-yellow-lemon:not(.label-outline):active.focus,
.label.label-yellow-lemon:not(.label-outline):active:focus,
.label.label-yellow-lemon:not(.label-outline):active:hover,
.open>.label.label-yellow-lemon:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-yellow-lemon:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-yellow-lemon:not(.label-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #b28f06;
	border-color: #8b7005
}
.label.label-yellow-lemon:not(.label-outline).active,
.label.label-yellow-lemon:not(.label-outline):active,
.open>.label.label-yellow-lemon:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-yellow-lemon:not(.label-outline).disabled.focus,
.label.label-yellow-lemon:not(.label-outline).disabled:focus,
.label.label-yellow-lemon:not(.label-outline).disabled:hover,
.label.label-yellow-lemon:not(.label-outline)[disabled].focus,
.label.label-yellow-lemon:not(.label-outline)[disabled]:focus,
.label.label-yellow-lemon:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-yellow-lemon:not(.label-outline).focus,
fieldset[disabled] .label.label-yellow-lemon:not(.label-outline):focus,
fieldset[disabled] .label.label-yellow-lemon:not(.label-outline):hover {
	background-color: #F7CA18;
	border-color: #F7CA18
}
.label.label-yellow-lemon:not(.label-outline) .badge {
	color: #F7CA18;
	background-color: #fff
}
.label.label-outline.yellow-lemon {
	border-color: #F7CA18;
	color: #F7CA18;
	background: 0 0
}
.label.label-outline.yellow-lemon.active,
.label.label-outline.yellow-lemon:active,
.label.label-outline.yellow-lemon:active:focus,
.label.label-outline.yellow-lemon:active:hover,
.label.label-outline.yellow-lemon:focus,
.label.label-outline.yellow-lemon:hover {
	border-color: #F7CA18;
	color: #fff;
	background-color: #F7CA18
}
.label.label-yellow-lemon-stripe {
	border-left: 4px solid #F7CA18!important
}
.label.label-yellow-lemon.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-yellow-saffron:not(.label-outline) {
	color: #fff;
	background-color: #F4D03F;
	border-color: #F4D03F
}
.label.label-yellow-saffron:not(.label-outline).focus,
.label.label-yellow-saffron:not(.label-outline):focus {
	color: #fff;
	background-color: #f1c40f;
	border-color: #aa8a0a
}
.label.label-yellow-saffron:not(.label-outline).active,
.label.label-yellow-saffron:not(.label-outline):active,
.label.label-yellow-saffron:not(.label-outline):hover,
.open>.label.label-yellow-saffron:not(.label-outline).dropdown-toggle {
	color: #fff;
	background-color: #f1c40f;
	border-color: #e8bd0d
}
.label.label-yellow-saffron:not(.label-outline).active.focus,
.label.label-yellow-saffron:not(.label-outline).active:focus,
.label.label-yellow-saffron:not(.label-outline).active:hover,
.label.label-yellow-saffron:not(.label-outline):active.focus,
.label.label-yellow-saffron:not(.label-outline):active:focus,
.label.label-yellow-saffron:not(.label-outline):active:hover,
.open>.label.label-yellow-saffron:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-yellow-saffron:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-yellow-saffron:not(.label-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #d0a90c;
	border-color: #aa8a0a
}
.label.label-yellow-saffron:not(.label-outline).active,
.label.label-yellow-saffron:not(.label-outline):active,
.open>.label.label-yellow-saffron:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-yellow-saffron:not(.label-outline).disabled.focus,
.label.label-yellow-saffron:not(.label-outline).disabled:focus,
.label.label-yellow-saffron:not(.label-outline).disabled:hover,
.label.label-yellow-saffron:not(.label-outline)[disabled].focus,
.label.label-yellow-saffron:not(.label-outline)[disabled]:focus,
.label.label-yellow-saffron:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-yellow-saffron:not(.label-outline).focus,
fieldset[disabled] .label.label-yellow-saffron:not(.label-outline):focus,
fieldset[disabled] .label.label-yellow-saffron:not(.label-outline):hover {
	background-color: #F4D03F;
	border-color: #F4D03F
}
.label.label-yellow-saffron:not(.label-outline) .badge {
	color: #F4D03F;
	background-color: #fff
}
.label.label-outline.yellow-saffron {
	border-color: #F4D03F;
	color: #F4D03F;
	background: 0 0
}
.label.label-outline.yellow-saffron.active,
.label.label-outline.yellow-saffron:active,
.label.label-outline.yellow-saffron:active:focus,
.label.label-outline.yellow-saffron:active:hover,
.label.label-outline.yellow-saffron:focus,
.label.label-outline.yellow-saffron:hover {
	border-color: #F4D03F;
	color: #fff;
	background-color: #F4D03F
}
.label.label-yellow-saffron-stripe {
	border-left: 4px solid #F4D03F!important
}
.label.label-yellow-saffron.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-yellow-soft:not(.label-outline) {
	color: #fff;
	background-color: #c8d046;
	border-color: #c8d046
}
.label.label-yellow-soft:not(.label-outline).focus,
.label.label-yellow-soft:not(.label-outline):focus {
	color: #fff;
	background-color: #adb52e;
	border-color: #73781e
}
.label.label-yellow-soft:not(.label-outline).active,
.label.label-yellow-soft:not(.label-outline):active,
.label.label-yellow-soft:not(.label-outline):hover,
.open>.label.label-yellow-soft:not(.label-outline).dropdown-toggle {
	color: #fff;
	background-color: #adb52e;
	border-color: #a5ad2c
}
.label.label-yellow-soft:not(.label-outline).active.focus,
.label.label-yellow-soft:not(.label-outline).active:focus,
.label.label-yellow-soft:not(.label-outline).active:hover,
.label.label-yellow-soft:not(.label-outline):active.focus,
.label.label-yellow-soft:not(.label-outline):active:focus,
.label.label-yellow-soft:not(.label-outline):active:hover,
.open>.label.label-yellow-soft:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-yellow-soft:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-yellow-soft:not(.label-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #929927;
	border-color: #73781e
}
.label.label-yellow-soft:not(.label-outline).active,
.label.label-yellow-soft:not(.label-outline):active,
.open>.label.label-yellow-soft:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-yellow-soft:not(.label-outline).disabled.focus,
.label.label-yellow-soft:not(.label-outline).disabled:focus,
.label.label-yellow-soft:not(.label-outline).disabled:hover,
.label.label-yellow-soft:not(.label-outline)[disabled].focus,
.label.label-yellow-soft:not(.label-outline)[disabled]:focus,
.label.label-yellow-soft:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-yellow-soft:not(.label-outline).focus,
fieldset[disabled] .label.label-yellow-soft:not(.label-outline):focus,
fieldset[disabled] .label.label-yellow-soft:not(.label-outline):hover {
	background-color: #c8d046;
	border-color: #c8d046
}
.label.label-yellow-soft:not(.label-outline) .badge {
	color: #c8d046;
	background-color: #fff
}
.label.label-outline.yellow-soft {
	border-color: #c8d046;
	color: #c8d046;
	background: 0 0
}
.label.label-outline.yellow-soft.active,
.label.label-outline.yellow-soft:active,
.label.label-outline.yellow-soft:active:focus,
.label.label-outline.yellow-soft:active:hover,
.label.label-outline.yellow-soft:focus,
.label.label-outline.yellow-soft:hover {
	border-color: #c8d046;
	color: #fff;
	background-color: #c8d046
}
.label.label-yellow-soft-stripe {
	border-left: 4px solid #c8d046!important
}
.label.label-yellow-soft.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-yellow-haze:not(.label-outline) {
	color: #fff;
	background-color: #c5bf66;
	border-color: #c5bf66
}
.label.label-yellow-haze:not(.label-outline).focus,
.label.label-yellow-haze:not(.label-outline):focus {
	color: #fff;
	background-color: #b4ad44;
	border-color: #7c772f
}
.label.label-yellow-haze:not(.label-outline).active,
.label.label-yellow-haze:not(.label-outline):active,
.label.label-yellow-haze:not(.label-outline):hover,
.open>.label.label-yellow-haze:not(.label-outline).dropdown-toggle {
	color: #fff;
	background-color: #b4ad44;
	border-color: #aca641
}
.label.label-yellow-haze:not(.label-outline).active.focus,
.label.label-yellow-haze:not(.label-outline).active:focus,
.label.label-yellow-haze:not(.label-outline).active:hover,
.label.label-yellow-haze:not(.label-outline):active.focus,
.label.label-yellow-haze:not(.label-outline):active:focus,
.label.label-yellow-haze:not(.label-outline):active:hover,
.open>.label.label-yellow-haze:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-yellow-haze:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-yellow-haze:not(.label-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #9a943a;
	border-color: #7c772f
}
.label.label-yellow-haze:not(.label-outline).active,
.label.label-yellow-haze:not(.label-outline):active,
.open>.label.label-yellow-haze:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-yellow-haze:not(.label-outline).disabled.focus,
.label.label-yellow-haze:not(.label-outline).disabled:focus,
.label.label-yellow-haze:not(.label-outline).disabled:hover,
.label.label-yellow-haze:not(.label-outline)[disabled].focus,
.label.label-yellow-haze:not(.label-outline)[disabled]:focus,
.label.label-yellow-haze:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-yellow-haze:not(.label-outline).focus,
fieldset[disabled] .label.label-yellow-haze:not(.label-outline):focus,
fieldset[disabled] .label.label-yellow-haze:not(.label-outline):hover {
	background-color: #c5bf66;
	border-color: #c5bf66
}
.label.label-yellow-haze:not(.label-outline) .badge {
	color: #c5bf66;
	background-color: #fff
}
.label.label-outline.yellow-haze {
	border-color: #c5bf66;
	color: #c5bf66;
	background: 0 0
}
.label.label-outline.yellow-haze.active,
.label.label-outline.yellow-haze:active,
.label.label-outline.yellow-haze:active:focus,
.label.label-outline.yellow-haze:active:hover,
.label.label-outline.yellow-haze:focus,
.label.label-outline.yellow-haze:hover {
	border-color: #c5bf66;
	color: #fff;
	background-color: #c5bf66
}
.label.label-yellow-haze-stripe {
	border-left: 4px solid #c5bf66!important
}
.label.label-yellow-haze.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-yellow-mint:not(.label-outline) {
	color: #fff;
	background-color: #c5b96b;
	border-color: #c5b96b
}
.label.label-yellow-mint:not(.label-outline).focus,
.label.label-yellow-mint:not(.label-outline):focus {
	color: #fff;
	background-color: #b6a747;
	border-color: #7f7532
}
.label.label-yellow-mint:not(.label-outline).active,
.label.label-yellow-mint:not(.label-outline):active,
.label.label-yellow-mint:not(.label-outline):hover,
.open>.label.label-yellow-mint:not(.label-outline).dropdown-toggle {
	color: #fff;
	background-color: #b6a747;
	border-color: #aea044
}
.label.label-yellow-mint:not(.label-outline).active.focus,
.label.label-yellow-mint:not(.label-outline).active:focus,
.label.label-yellow-mint:not(.label-outline).active:hover,
.label.label-yellow-mint:not(.label-outline):active.focus,
.label.label-yellow-mint:not(.label-outline):active:focus,
.label.label-yellow-mint:not(.label-outline):active:hover,
.open>.label.label-yellow-mint:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-yellow-mint:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-yellow-mint:not(.label-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #9c8f3d;
	border-color: #7f7532
}
.label.label-yellow-mint:not(.label-outline).active,
.label.label-yellow-mint:not(.label-outline):active,
.open>.label.label-yellow-mint:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-yellow-mint:not(.label-outline).disabled.focus,
.label.label-yellow-mint:not(.label-outline).disabled:focus,
.label.label-yellow-mint:not(.label-outline).disabled:hover,
.label.label-yellow-mint:not(.label-outline)[disabled].focus,
.label.label-yellow-mint:not(.label-outline)[disabled]:focus,
.label.label-yellow-mint:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-yellow-mint:not(.label-outline).focus,
fieldset[disabled] .label.label-yellow-mint:not(.label-outline):focus,
fieldset[disabled] .label.label-yellow-mint:not(.label-outline):hover {
	background-color: #c5b96b;
	border-color: #c5b96b
}
.label.label-yellow-mint:not(.label-outline) .badge {
	color: #c5b96b;
	background-color: #fff
}
.label.label-outline.yellow-mint {
	border-color: #c5b96b;
	color: #c5b96b;
	background: 0 0
}
.label.label-outline.yellow-mint.active,
.label.label-outline.yellow-mint:active,
.label.label-outline.yellow-mint:active:focus,
.label.label-outline.yellow-mint:active:hover,
.label.label-outline.yellow-mint:focus,
.label.label-outline.yellow-mint:hover {
	border-color: #c5b96b;
	color: #fff;
	background-color: #c5b96b
}
.label.label-yellow-mint-stripe {
	border-left: 4px solid #c5b96b!important
}
.label.label-yellow-mint.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-purple:not(.label-outline) {
	color: #fff;
	background-color: #8E44AD;
	border-color: #8E44AD
}
.label.label-purple:not(.label-outline).focus,
.label.label-purple:not(.label-outline):focus {
	color: #fff;
	background-color: #703688;
	border-color: #432051
}
.label.label-purple:not(.label-outline).active,
.label.label-purple:not(.label-outline):active,
.label.label-purple:not(.label-outline):hover,
.open>.label.label-purple:not(.label-outline).dropdown-toggle {
	color: #fff;
	background-color: #703688;
	border-color: #6a3381
}
.label.label-purple:not(.label-outline).active.focus,
.label.label-purple:not(.label-outline).active:focus,
.label.label-purple:not(.label-outline).active:hover,
.label.label-purple:not(.label-outline):active.focus,
.label.label-purple:not(.label-outline):active:focus,
.label.label-purple:not(.label-outline):active:hover,
.open>.label.label-purple:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-purple:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-purple:not(.label-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #5b2c6f;
	border-color: #432051
}
.label.label-purple:not(.label-outline).active,
.label.label-purple:not(.label-outline):active,
.open>.label.label-purple:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-purple:not(.label-outline).disabled.focus,
.label.label-purple:not(.label-outline).disabled:focus,
.label.label-purple:not(.label-outline).disabled:hover,
.label.label-purple:not(.label-outline)[disabled].focus,
.label.label-purple:not(.label-outline)[disabled]:focus,
.label.label-purple:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-purple:not(.label-outline).focus,
fieldset[disabled] .label.label-purple:not(.label-outline):focus,
fieldset[disabled] .label.label-purple:not(.label-outline):hover {
	background-color: #8E44AD;
	border-color: #8E44AD
}
.label.label-purple:not(.label-outline) .badge {
	color: #8E44AD;
	background-color: #fff
}
.label.label-outline.purple {
	border-color: #8E44AD;
	color: #8E44AD;
	background: 0 0
}
.label.label-outline.purple.active,
.label.label-outline.purple:active,
.label.label-outline.purple:active:focus,
.label.label-outline.purple:active:hover,
.label.label-outline.purple:focus,
.label.label-outline.purple:hover {
	border-color: #8E44AD;
	color: #fff;
	background-color: #8E44AD
}
.label.label-purple-stripe {
	border-left: 4px solid #8E44AD!important
}
.label.label-purple.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-purple-plum:not(.label-outline) {
	color: #fff;
	background-color: #8775a7;
	border-color: #8775a7
}
.label.label-purple-plum:not(.label-outline).focus,
.label.label-purple-plum:not(.label-outline):focus {
	color: #fff;
	background-color: #6d5b8e;
	border-color: #493d60
}
.label.label-purple-plum:not(.label-outline).active,
.label.label-purple-plum:not(.label-outline):active,
.label.label-purple-plum:not(.label-outline):hover,
.open>.label.label-purple-plum:not(.label-outline).dropdown-toggle {
	color: #fff;
	background-color: #6d5b8e;
	border-color: #685788
}
.label.label-purple-plum:not(.label-outline).active.focus,
.label.label-purple-plum:not(.label-outline).active:focus,
.label.label-purple-plum:not(.label-outline).active:hover,
.label.label-purple-plum:not(.label-outline):active.focus,
.label.label-purple-plum:not(.label-outline):active:focus,
.label.label-purple-plum:not(.label-outline):active:hover,
.open>.label.label-purple-plum:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-purple-plum:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-purple-plum:not(.label-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #5d4d78;
	border-color: #493d60
}
.label.label-purple-plum:not(.label-outline).active,
.label.label-purple-plum:not(.label-outline):active,
.open>.label.label-purple-plum:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-purple-plum:not(.label-outline).disabled.focus,
.label.label-purple-plum:not(.label-outline).disabled:focus,
.label.label-purple-plum:not(.label-outline).disabled:hover,
.label.label-purple-plum:not(.label-outline)[disabled].focus,
.label.label-purple-plum:not(.label-outline)[disabled]:focus,
.label.label-purple-plum:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-purple-plum:not(.label-outline).focus,
fieldset[disabled] .label.label-purple-plum:not(.label-outline):focus,
fieldset[disabled] .label.label-purple-plum:not(.label-outline):hover {
	background-color: #8775a7;
	border-color: #8775a7
}
.label.label-purple-plum:not(.label-outline) .badge {
	color: #8775a7;
	background-color: #fff
}
.label.label-outline.purple-plum {
	border-color: #8775a7;
	color: #8775a7;
	background: 0 0
}
.label.label-outline.purple-plum.active,
.label.label-outline.purple-plum:active,
.label.label-outline.purple-plum:active:focus,
.label.label-outline.purple-plum:active:hover,
.label.label-outline.purple-plum:focus,
.label.label-outline.purple-plum:hover {
	border-color: #8775a7;
	color: #fff;
	background-color: #8775a7
}
.label.label-purple-plum-stripe {
	border-left: 4px solid #8775a7!important
}
.label.label-purple-plum.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-purple-medium:not(.label-outline) {
	color: #fff;
	background-color: #BF55EC;
	border-color: #BF55EC
}
.label.label-purple-medium:not(.label-outline).focus,
.label.label-purple-medium:not(.label-outline):focus {
	color: #fff;
	background-color: #ae27e7;
	border-color: #8013ae
}
.label.label-purple-medium:not(.label-outline).active,
.label.label-purple-medium:not(.label-outline):active,
.label.label-purple-medium:not(.label-outline):hover,
.open>.label.label-purple-medium:not(.label-outline).dropdown-toggle {
	color: #fff;
	background-color: #ae27e7;
	border-color: #aa1ee6
}
.label.label-purple-medium:not(.label-outline).active.focus,
.label.label-purple-medium:not(.label-outline).active:focus,
.label.label-purple-medium:not(.label-outline).active:hover,
.label.label-purple-medium:not(.label-outline):active.focus,
.label.label-purple-medium:not(.label-outline):active:focus,
.label.label-purple-medium:not(.label-outline):active:hover,
.open>.label.label-purple-medium:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-purple-medium:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-purple-medium:not(.label-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #9b18d3;
	border-color: #8013ae
}
.label.label-purple-medium:not(.label-outline).active,
.label.label-purple-medium:not(.label-outline):active,
.open>.label.label-purple-medium:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-purple-medium:not(.label-outline).disabled.focus,
.label.label-purple-medium:not(.label-outline).disabled:focus,
.label.label-purple-medium:not(.label-outline).disabled:hover,
.label.label-purple-medium:not(.label-outline)[disabled].focus,
.label.label-purple-medium:not(.label-outline)[disabled]:focus,
.label.label-purple-medium:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-purple-medium:not(.label-outline).focus,
fieldset[disabled] .label.label-purple-medium:not(.label-outline):focus,
fieldset[disabled] .label.label-purple-medium:not(.label-outline):hover {
	background-color: #BF55EC;
	border-color: #BF55EC
}
.label.label-purple-medium:not(.label-outline) .badge {
	color: #BF55EC;
	background-color: #fff
}
.label.label-outline.purple-medium {
	border-color: #BF55EC;
	color: #BF55EC;
	background: 0 0
}
.label.label-outline.purple-medium.active,
.label.label-outline.purple-medium:active,
.label.label-outline.purple-medium:active:focus,
.label.label-outline.purple-medium:active:hover,
.label.label-outline.purple-medium:focus,
.label.label-outline.purple-medium:hover {
	border-color: #BF55EC;
	color: #fff;
	background-color: #BF55EC
}
.label.label-purple-medium-stripe {
	border-left: 4px solid #BF55EC!important
}
.label.label-purple-medium.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-purple-studio:not(.label-outline) {
	color: #fff;
	background-color: #8E44AD;
	border-color: #8E44AD
}
.label.label-purple-studio:not(.label-outline).focus,
.label.label-purple-studio:not(.label-outline):focus {
	color: #fff;
	background-color: #703688;
	border-color: #432051
}
.label.label-purple-studio:not(.label-outline).active,
.label.label-purple-studio:not(.label-outline):active,
.label.label-purple-studio:not(.label-outline):hover,
.open>.label.label-purple-studio:not(.label-outline).dropdown-toggle {
	color: #fff;
	background-color: #703688;
	border-color: #6a3381
}
.label.label-purple-studio:not(.label-outline).active.focus,
.label.label-purple-studio:not(.label-outline).active:focus,
.label.label-purple-studio:not(.label-outline).active:hover,
.label.label-purple-studio:not(.label-outline):active.focus,
.label.label-purple-studio:not(.label-outline):active:focus,
.label.label-purple-studio:not(.label-outline):active:hover,
.open>.label.label-purple-studio:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-purple-studio:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-purple-studio:not(.label-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #5b2c6f;
	border-color: #432051
}
.label.label-purple-studio:not(.label-outline).active,
.label.label-purple-studio:not(.label-outline):active,
.open>.label.label-purple-studio:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-purple-studio:not(.label-outline).disabled.focus,
.label.label-purple-studio:not(.label-outline).disabled:focus,
.label.label-purple-studio:not(.label-outline).disabled:hover,
.label.label-purple-studio:not(.label-outline)[disabled].focus,
.label.label-purple-studio:not(.label-outline)[disabled]:focus,
.label.label-purple-studio:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-purple-studio:not(.label-outline).focus,
fieldset[disabled] .label.label-purple-studio:not(.label-outline):focus,
fieldset[disabled] .label.label-purple-studio:not(.label-outline):hover {
	background-color: #8E44AD;
	border-color: #8E44AD
}
.label.label-purple-studio:not(.label-outline) .badge {
	color: #8E44AD;
	background-color: #fff
}
.label.label-outline.purple-studio {
	border-color: #8E44AD;
	color: #8E44AD;
	background: 0 0
}
.label.label-outline.purple-studio.active,
.label.label-outline.purple-studio:active,
.label.label-outline.purple-studio:active:focus,
.label.label-outline.purple-studio:active:hover,
.label.label-outline.purple-studio:focus,
.label.label-outline.purple-studio:hover {
	border-color: #8E44AD;
	color: #fff;
	background-color: #8E44AD
}
.label.label-purple-studio-stripe {
	border-left: 4px solid #8E44AD!important
}
.label.label-purple-studio.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-purple-wisteria:not(.label-outline) {
	color: #fff;
	background-color: #9B59B6;
	border-color: #9B59B6
}
.label.label-purple-wisteria:not(.label-outline).focus,
.label.label-purple-wisteria:not(.label-outline):focus {
	color: #fff;
	background-color: #804399;
	border-color: #532c64
}
.label.label-purple-wisteria:not(.label-outline).active,
.label.label-purple-wisteria:not(.label-outline):active,
.label.label-purple-wisteria:not(.label-outline):hover,
.open>.label.label-purple-wisteria:not(.label-outline).dropdown-toggle {
	color: #fff;
	background-color: #804399;
	border-color: #7a4092
}
.label.label-purple-wisteria:not(.label-outline).active.focus,
.label.label-purple-wisteria:not(.label-outline).active:focus,
.label.label-purple-wisteria:not(.label-outline).active:hover,
.label.label-purple-wisteria:not(.label-outline):active.focus,
.label.label-purple-wisteria:not(.label-outline):active:focus,
.label.label-purple-wisteria:not(.label-outline):active:hover,
.open>.label.label-purple-wisteria:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-purple-wisteria:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-purple-wisteria:not(.label-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #6b3880;
	border-color: #532c64
}
.label.label-purple-wisteria:not(.label-outline).active,
.label.label-purple-wisteria:not(.label-outline):active,
.open>.label.label-purple-wisteria:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-purple-wisteria:not(.label-outline).disabled.focus,
.label.label-purple-wisteria:not(.label-outline).disabled:focus,
.label.label-purple-wisteria:not(.label-outline).disabled:hover,
.label.label-purple-wisteria:not(.label-outline)[disabled].focus,
.label.label-purple-wisteria:not(.label-outline)[disabled]:focus,
.label.label-purple-wisteria:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-purple-wisteria:not(.label-outline).focus,
fieldset[disabled] .label.label-purple-wisteria:not(.label-outline):focus,
fieldset[disabled] .label.label-purple-wisteria:not(.label-outline):hover {
	background-color: #9B59B6;
	border-color: #9B59B6
}
.label.label-purple-wisteria:not(.label-outline) .badge {
	color: #9B59B6;
	background-color: #fff
}
.label.label-outline.purple-wisteria {
	border-color: #9B59B6;
	color: #9B59B6;
	background: 0 0
}
.label.label-outline.purple-wisteria.active,
.label.label-outline.purple-wisteria:active,
.label.label-outline.purple-wisteria:active:focus,
.label.label-outline.purple-wisteria:active:hover,
.label.label-outline.purple-wisteria:focus,
.label.label-outline.purple-wisteria:hover {
	border-color: #9B59B6;
	color: #fff;
	background-color: #9B59B6
}
.label.label-purple-wisteria-stripe {
	border-left: 4px solid #9B59B6!important
}
.label.label-purple-wisteria.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-purple-seance:not(.label-outline) {
	color: #fff;
	background-color: #9A12B3;
	border-color: #9A12B3
}
.label.label-purple-seance:not(.label-outline).focus,
.label.label-purple-seance:not(.label-outline):focus {
	color: #fff;
	background-color: #720d85;
	border-color: #36063f
}
.label.label-purple-seance:not(.label-outline).active,
.label.label-purple-seance:not(.label-outline):active,
.label.label-purple-seance:not(.label-outline):hover,
.open>.label.label-purple-seance:not(.label-outline).dropdown-toggle {
	color: #fff;
	background-color: #720d85;
	border-color: #6a0c7b
}
.label.label-purple-seance:not(.label-outline).active.focus,
.label.label-purple-seance:not(.label-outline).active:focus,
.label.label-purple-seance:not(.label-outline).active:hover,
.label.label-purple-seance:not(.label-outline):active.focus,
.label.label-purple-seance:not(.label-outline):active:focus,
.label.label-purple-seance:not(.label-outline):active:hover,
.open>.label.label-purple-seance:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-purple-seance:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-purple-seance:not(.label-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #560a64;
	border-color: #36063f
}
.label.label-purple-seance:not(.label-outline).active,
.label.label-purple-seance:not(.label-outline):active,
.open>.label.label-purple-seance:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-purple-seance:not(.label-outline).disabled.focus,
.label.label-purple-seance:not(.label-outline).disabled:focus,
.label.label-purple-seance:not(.label-outline).disabled:hover,
.label.label-purple-seance:not(.label-outline)[disabled].focus,
.label.label-purple-seance:not(.label-outline)[disabled]:focus,
.label.label-purple-seance:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-purple-seance:not(.label-outline).focus,
fieldset[disabled] .label.label-purple-seance:not(.label-outline):focus,
fieldset[disabled] .label.label-purple-seance:not(.label-outline):hover {
	background-color: #9A12B3;
	border-color: #9A12B3
}
.label.label-purple-seance:not(.label-outline) .badge {
	color: #9A12B3;
	background-color: #fff
}
.label.label-outline.purple-seance {
	border-color: #9A12B3;
	color: #9A12B3;
	background: 0 0
}
.label.label-outline.purple-seance.active,
.label.label-outline.purple-seance:active,
.label.label-outline.purple-seance:active:focus,
.label.label-outline.purple-seance:active:hover,
.label.label-outline.purple-seance:focus,
.label.label-outline.purple-seance:hover {
	border-color: #9A12B3;
	color: #fff;
	background-color: #9A12B3
}
.label.label-purple-seance-stripe {
	border-left: 4px solid #9A12B3!important
}
.label.label-purple-seance.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-purple-intense:not(.label-outline) {
	color: #fff;
	background-color: #8775a7;
	border-color: #8775a7
}
.label.label-purple-intense:not(.label-outline).focus,
.label.label-purple-intense:not(.label-outline):focus {
	color: #fff;
	background-color: #6d5b8e;
	border-color: #493d60
}
.label.label-purple-intense:not(.label-outline).active,
.label.label-purple-intense:not(.label-outline):active,
.label.label-purple-intense:not(.label-outline):hover,
.open>.label.label-purple-intense:not(.label-outline).dropdown-toggle {
	color: #fff;
	background-color: #6d5b8e;
	border-color: #685788
}
.label.label-purple-intense:not(.label-outline).active.focus,
.label.label-purple-intense:not(.label-outline).active:focus,
.label.label-purple-intense:not(.label-outline).active:hover,
.label.label-purple-intense:not(.label-outline):active.focus,
.label.label-purple-intense:not(.label-outline):active:focus,
.label.label-purple-intense:not(.label-outline):active:hover,
.open>.label.label-purple-intense:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-purple-intense:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-purple-intense:not(.label-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #5d4d78;
	border-color: #493d60
}
.label.label-purple-intense:not(.label-outline).active,
.label.label-purple-intense:not(.label-outline):active,
.open>.label.label-purple-intense:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-purple-intense:not(.label-outline).disabled.focus,
.label.label-purple-intense:not(.label-outline).disabled:focus,
.label.label-purple-intense:not(.label-outline).disabled:hover,
.label.label-purple-intense:not(.label-outline)[disabled].focus,
.label.label-purple-intense:not(.label-outline)[disabled]:focus,
.label.label-purple-intense:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-purple-intense:not(.label-outline).focus,
fieldset[disabled] .label.label-purple-intense:not(.label-outline):focus,
fieldset[disabled] .label.label-purple-intense:not(.label-outline):hover {
	background-color: #8775a7;
	border-color: #8775a7
}
.label.label-purple-intense:not(.label-outline) .badge {
	color: #8775a7;
	background-color: #fff
}
.label.label-outline.purple-intense {
	border-color: #8775a7;
	color: #8775a7;
	background: 0 0
}
.label.label-outline.purple-intense.active,
.label.label-outline.purple-intense:active,
.label.label-outline.purple-intense:active:focus,
.label.label-outline.purple-intense:active:hover,
.label.label-outline.purple-intense:focus,
.label.label-outline.purple-intense:hover {
	border-color: #8775a7;
	color: #fff;
	background-color: #8775a7
}
.label.label-purple-intense-stripe {
	border-left: 4px solid #8775a7!important
}
.label.label-purple-intense.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-purple-sharp:not(.label-outline) {
	color: #fff;
	background-color: #796799;
	border-color: #796799
}
.label.label-purple-sharp:not(.label-outline).focus,
.label.label-purple-sharp:not(.label-outline):focus {
	color: #fff;
	background-color: #61527b;
	border-color: #3d344d
}
.label.label-purple-sharp:not(.label-outline).active,
.label.label-purple-sharp:not(.label-outline):active,
.label.label-purple-sharp:not(.label-outline):hover,
.open>.label.label-purple-sharp:not(.label-outline).dropdown-toggle {
	color: #fff;
	background-color: #61527b;
	border-color: #5c4e75
}
.label.label-purple-sharp:not(.label-outline).active.focus,
.label.label-purple-sharp:not(.label-outline).active:focus,
.label.label-purple-sharp:not(.label-outline).active:hover,
.label.label-purple-sharp:not(.label-outline):active.focus,
.label.label-purple-sharp:not(.label-outline):active:focus,
.label.label-purple-sharp:not(.label-outline):active:hover,
.open>.label.label-purple-sharp:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-purple-sharp:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-purple-sharp:not(.label-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #504465;
	border-color: #3d344d
}
.label.label-purple-sharp:not(.label-outline).active,
.label.label-purple-sharp:not(.label-outline):active,
.open>.label.label-purple-sharp:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-purple-sharp:not(.label-outline).disabled.focus,
.label.label-purple-sharp:not(.label-outline).disabled:focus,
.label.label-purple-sharp:not(.label-outline).disabled:hover,
.label.label-purple-sharp:not(.label-outline)[disabled].focus,
.label.label-purple-sharp:not(.label-outline)[disabled]:focus,
.label.label-purple-sharp:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-purple-sharp:not(.label-outline).focus,
fieldset[disabled] .label.label-purple-sharp:not(.label-outline):focus,
fieldset[disabled] .label.label-purple-sharp:not(.label-outline):hover {
	background-color: #796799;
	border-color: #796799
}
.label.label-purple-sharp:not(.label-outline) .badge {
	color: #796799;
	background-color: #fff
}
.label.label-outline.purple-sharp {
	border-color: #796799;
	color: #796799;
	background: 0 0
}
.label.label-outline.purple-sharp.active,
.label.label-outline.purple-sharp:active,
.label.label-outline.purple-sharp:active:focus,
.label.label-outline.purple-sharp:active:hover,
.label.label-outline.purple-sharp:focus,
.label.label-outline.purple-sharp:hover {
	border-color: #796799;
	color: #fff;
	background-color: #796799
}
.label.label-purple-sharp-stripe {
	border-left: 4px solid #796799!important
}
.label.label-purple-sharp.label-no-border:not(.active) {
	border-color: transparent
}
.label.label-purple-soft:not(.label-outline) {
	color: #fff;
	background-color: #8877a9;
	border-color: #8877a9
}
.label.label-purple-soft:not(.label-outline).focus,
.label.label-purple-soft:not(.label-outline):focus {
	color: #fff;
	background-color: #6e5c91;
	border-color: #4a3e62
}
.label.label-purple-soft:not(.label-outline).active,
.label.label-purple-soft:not(.label-outline):active,
.label.label-purple-soft:not(.label-outline):hover,
.open>.label.label-purple-soft:not(.label-outline).dropdown-toggle {
	color: #fff;
	background-color: #6e5c91;
	border-color: #69588b
}
.label.label-purple-soft:not(.label-outline).active.focus,
.label.label-purple-soft:not(.label-outline).active:focus,
.label.label-purple-soft:not(.label-outline).active:hover,
.label.label-purple-soft:not(.label-outline):active.focus,
.label.label-purple-soft:not(.label-outline):active:focus,
.label.label-purple-soft:not(.label-outline):active:hover,
.open>.label.label-purple-soft:not(.label-outline).dropdown-toggle.focus,
.open>.label.label-purple-soft:not(.label-outline).dropdown-toggle:focus,
.open>.label.label-purple-soft:not(.label-outline).dropdown-toggle:hover {
	color: #fff;
	background-color: #5d4e7b;
	border-color: #4a3e62
}
.label.label-purple-soft:not(.label-outline).active,
.label.label-purple-soft:not(.label-outline):active,
.open>.label.label-purple-soft:not(.label-outline).dropdown-toggle {
	background-image: none
}
.label.label-purple-soft:not(.label-outline).disabled.focus,
.label.label-purple-soft:not(.label-outline).disabled:focus,
.label.label-purple-soft:not(.label-outline).disabled:hover,
.label.label-purple-soft:not(.label-outline)[disabled].focus,
.label.label-purple-soft:not(.label-outline)[disabled]:focus,
.label.label-purple-soft:not(.label-outline)[disabled]:hover,
fieldset[disabled] .label.label-purple-soft:not(.label-outline).focus,
fieldset[disabled] .label.label-purple-soft:not(.label-outline):focus,
fieldset[disabled] .label.label-purple-soft:not(.label-outline):hover {
	background-color: #8877a9;
	border-color: #8877a9
}
.label.label-purple-soft:not(.label-outline) .badge {
	color: #8877a9;
	background-color: #fff
}
.label.label-outline.purple-soft {
	border-color: #8877a9;
	color: #8877a9;
	background: 0 0
}
.label.label-outline.purple-soft.active,
.label.label-outline.purple-soft:active,
.label.label-outline.purple-soft:active:focus,
.label.label-outline.purple-soft:active:hover,
.label.label-outline.purple-soft:focus,
.label.label-outline.purple-soft:hover {
	border-color: #8877a9;
	color: #fff;
	background-color: #8877a9
}
