
.text-left-sm-center, 
.text-right-sm-center {
	text-align: center;
}
.text-right-sm-left {
	text-align: left;
}
@media (min-width: 768px) {
	.text-left-sm-center {
		text-align: left;
	}
	.text-right-sm-center,
	.text-right-sm-left {
		text-align: right;
	}
}

select.form-control:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
	padding-right: 1.2em;
	line-height: 1.2;
}
select.form-control:not([multiple])::-ms-expand {
    display: none;
}

/*
* menu desktop
*/
 
.dropdown-lg {
	position: static !important;
}
.dropdown-lg .dropdown-menu {
	padding: 20px;
	width: 100%;
}
.dropdown-lg .dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-lg .dropdown-menu > li > ul > li { 
	list-style: none; 
	line-height: 1.8;	
}
.dropdown-lg .dropdown-menu > li > ul > li a {
	font-weight: normal !important;
}
.dropdown-lg:hover > .dropdown-menu { 
	display: block; 
}


@media print{
	a[href]:after {
		content: none !important;
	}
	.container { 
		width:100%; 
	}
}

.regular {
	font-weight: normal;
}

h1.title {
	border-bottom: 1px solid #000;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size: 24px;
	font-weight: 300;
	color: #333;
}
.title-list {
	margin-bottom: 15px;
	font-size: 1.5em;
	font-weight: bold;
}

.fa.small {
	font-size: 0.85em;
	vertical-align: 15%;
}

.dl-padding dd {
	padding-bottom: 10px;
}

/*
* page & aside
*/

.page-wrapper {
	padding-top: 0;
}
.page-content {
	padding-top: 15px;
	padding-bottom: 10px;
}
.column-menu, 
.column-content {
	position: relative;
	min-height: 1px;
	padding-left: 6px;
	padding-right: 6px;
}
@media print {
	.page-wrapper {
		padding-top: 0;
		width: 100%!important;
	}
	.column-menu {
		display: none;
	}
}
@media only screen and (min-width: 768px) {
	.page-content {
	min-height: 300px;
	}
	/*.column-menu, 
	.column-content {
	float: left;
	}
	/*.column-menu {
	width: 24%;
		padding-top: 20px;
	}
	.column-content {
	width: 76%;
	}*/
}

/*
* lien de navigation
*/

.navlinks {
	display: none;
}


@media only screen and (min-width: 767px) {
	.navlinks {
		display: block;
		padding: 5px 10px 15px 5px;
		margin-bottom: 10px;
		list-style: none;
		border-radius: 0;
		border-bottom: 1px solid #32b0eb;
	}
	.navlinks > li {
		display: inline-block;
	}
	.navlinks a {
		color: #777;
	}
	.navlinks > li + li:before {
		content: "\003e\00a0";
		padding: 0 2px;
		color: #ccc;
	}
	.navlinks > .active {
		color: #888;
	}
}

/*
* menu
*/

#bs-menu .nav a {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 2px solid transparent;
}
#bs-menu .nav a:hover {
	border-bottom: 2px solid transparent;
}

@media only screen and (min-width: 767px) {
	#bs-menu .nav a.menubar:hover {
		border-bottom-color: #666;
	}
}
.menu-md, 
.menu-sm {
	border-bottom: 1px solid #eee;
	color: #005360;
}
.menu-md {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 300;
	font-size: 1.6em;
}
.menu-sm {	
	font-size: 1.1em;
	padding-left: 50px !important;
}
.menu-md:focus, 
.menu-sm:focus {
	color: #005360;
}
.menu-md:hover, 
.menu-sm:hover {
	color: #f50;
}
#menu-outer {
	border: 1px solid #888;
	padding: 1px;
}
@media only screen and (min-width: 767px) {
	#menu-outer {
		display: block !important;
		margin-bottom: 5px;
		height: auto !important;
	}
}

/*
* header footer
*/

.header {
	/*background: url(../images/gare-routiere-1950x612.jpg) no-repeat center center;
	background-size: cover;
	color: #cfcfcf;
	position: relative;
	height: 200px;
	box-shadow: inset -20px 10px 40px #042;
	/*background-color: #9cbf10;*/
	background-color: #32b0eb;
	color: #f8f8f8;
	padding-top: 15px;
	height: 100px;
}
.header h1 {
	padding: 0 5px;
	font-size: 1.6em;
	font-weight: bold;
}
/*.header p {
	text-align: center;
	padding-top: 130px;
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #000;
}*/
.header-home {
	/*background: url(../images/background-plage.jpg) no-repeat center center;*/
	background: url(../images/presentation-1920x556.jpg) no-repeat center center;
	background-size: cover;
	color: #cfcfcf;
	position: relative;
	height: 340px;
}
.header-home .bkform {
	height: auto;
	width: 400px;
	max-width: 100%;
	margin-top: 50px;
	padding: 10px 15px;
	background-color: #fff;
	float: right;
}
.header-home .bkform .control-label {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 300;
	color: #484848;
}
@media only screen and (min-width: 767px) {
	.header, .header-home {
		display: block !important;
	}
	.header p {
		font-size: 1.6em;
	}
}
@media print {
	.header, .header-home {
		display: none !important;
	}
}
.footer {
	/*border-top: 1px solid #000;
	box-shadow: inset -20px 10px 100px #042;
	background-color: #7d9712;*/
	background-color: #32b0eb;
	color: #f8f8f8;
	padding: 30px 0 25px 0;
}
.footer .fnav {
	vertical-align: middle;
}
.footer .footer-phone {
	font-size: 1.4em;
}
.footer a {
	color: #eee;
	font-weight: normal;
}
.footer a:hover {
	color: #fff;
}
.footer .mlinks {
	display: block;
	padding: 20px 0 10px;
	margin-bottom: 0;
	list-style: none;
	border-radius: 0;
}
.footer .mlinks > li {
	display: inline-block;
}
.footer .mlinks > li + li:before {
	content: "\2014\00a0";
	padding: 0 2px;
}

/*
* alignement thumbnail home
*/

@media only screen and (min-width: 767px) {
	.thumbnail .body {
		min-height: 64px;
	}
}

.input-fa-group {
	position: relative;
}
.input-fa-group input {
	padding-right: 30px;
}
.input-fa-group button {
	position: absolute;
	top: 0;
	right: -5px;
}

/*
* saspage
*/

#saspopup {
	background-color: #fff;
	border: 3px solid #000;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.8);
	z-index: 10; 
    position: fixed;
    width: 540px;
	max-width: 90%;
    top: 50%;
    left: 50%;
    padding: 10px 5px;
}
.sastitle {
	padding: 5px;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #222;
	border-bottom: 1px solid #aaa;
}
.sasclose { 
	color:#000; 
	position:absolute; 
	display:inline-block; 
	top:-15px; 
	right:-15px; 
}
.sasclose img {
	width: 32px !important;
	height: 32px !important;
}
.sasbody { 
	padding: 5px; 
	overflow: auto;
	margin-top: 5px;
}
.sasalert {
	color:#f80;
	font-size: 1.2em;
	padding-left: 20px;
}
.sasalert:hover {
	color: #eee;
}
.sasalert .fa {
	font-weight: bold;
	padding-top: 24px;
}

@media only screen and (max-width:460px) {
	.sasalert {
		padding-left: 1px;
	}
}

@media print {
	#saspopup {
		display: none !important;
	}
}

/*
* adaptation carousel bootstrap
*/

.carousel-indicators {
	bottom: auto;
	top: 220px;
}
.carousel-caption {
	bottom: auto;
	top: 180px;
}

/*
* page information
*/

.info-title {
	/*font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 300;*/
	font-weight: normal;
	font-size: 1.6em;
	color: #7f9900;
	margin-top: 0;
	margin-bottom: 10px;	
}
.info-title span {
	border-bottom:1px solid #7f9900;
	padding-bottom: 0;
}
.info-title .fa {
	font-size: 10px;
}
.info-body {
	padding: 5px 2px 20px 2px;
}
.info-body dt {
	padding-top: 10px;
}
.info-head {
	font-weight: 300;
	font-size: 1.2em;
	text-decoration: underline;
	color: #000;
	margin-top: 0;
	margin-bottom: 10px;
}
.info-subtitle {
	font-size: 1.0em;
	font-weight: 700;
	color: #7f9900;
	margin-bottom: 30px;
	line-height: 1.6em;
}
.info-subtitle span {
	border-bottom: 1px solid #7f9900;
}
.info-subtitle .info-subtitle-help {
	border-bottom-width: 0;
	font-weight: normal;
}
.info-padding {
	padding: 10px 0;
}
.info-description {
	padding: 5px 0;
}
.info-large {
	font-size: 1.4em;
}
@media only screen and (min-width: 767px) {
	.info-description {
		padding-top: 25px;
	}
}

.tbl-itinerary th {
	font-size: 0.9em;
}
.tbl-itinerary td.detail-link a {
	margin-top: 2px;
}
@media only screen and (min-width: 767px) {
	.tbl-itinerary th {
		font-size: 1em;
	}
}

.td-btn-1 {
	width: 100px;
}
.td-btn-2 {
	width: 80px;
}
.td-btn-margin {
	line-height: 1.6em!important;
}
.btn.btn-link-td {
	padding-top: 0;
	padding-bottom: 0;
}


/*
* result
*/

.result-wrapper {
	margin-bottom: 20px;
}
.result-heading {
	padding-bottom: 10px;
	color: #7f9900;
}
.result-caption {
	font-size: 1.8em;
}
.result-label {
	font-weight: bold;
	min-width: 4.5em;
	display: inline-block;
}
.result-toolbar {
	margin-bottom: 10px;
}
.result-footer {
	margin-top: 8px;
	font-style: italic;
}

/*
* pool
*/

.pool {
  margin-bottom: 10px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.pool-height-lg {
	height: 250px;
	overflow: hidden;
}
.pool-height-sm {
	height: 140px;
	overflow: hidden;
}
.pool-body {
  padding: 20px 10px;
}
.pool-heading {
  font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	padding: 15px 10px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.pool-grey {
	border-color: #d0d0d0;
	background-color: #f6f6fa;
}
.pool-grey > .pool-heading {
  color: #909090;
  background-color: #e0e0e0;
  border-color: #d0d0d0;
}
.pool-red {
  border-color: #e4bac1;
	background-color: #f6e9e9;
}
.pool-red > .pool-heading {
  color: #a94442;
  background-color: #ebcccc;
  border-color: #e4bac1;
}
.pool-green {
	border-color: #b9da9d;
	background-color: #dff394;
	/*background-color: #e8f4e3;*/
}
.pool-green > .pool-heading {
  color: #3c763d;
  background-color: #c7e5bb;
  border-color: #b9da9d;
}
.pool-orange {
  border-color: #f5daa2;
	background-color: #fdfbf1;
}
.pool-orange > .pool-heading {
  color: #8a6d3b;
  background-color: #f9f1c7;
  border-color: #f5daa2;
}
.pool .control-label {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 300;
}
.pool-grey .control-label {
	color: #909090;
}
.pool-red .control-label {
	color: #a94442;
}
.pool-green .control-label {
	color: #3c763d;
}
.pool-orange .control-label {
	color: #8a6d3b;
}

/*
* lbox
*/

.lbox {
	display: inline-block;
	padding: .2em .6em;
	margin-bottom: 1px;
	font-size: 85%;
	font-weight: normal;
	line-height: 1.2; 
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
a.lbox:hover,
a.lbox:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.lbox:empty {
	display: none;
}
.lbox-default {
	color: #ffffff;
	background-color: #777777;
}
.lbox-walk {
	color: #ffffff;
	background-color: #777777;
}
.lbox.lbox-line {
	font-weight: bold;
	padding-left: .9em;
	padding-right: .9em;
}
.lbox.scol {
	color: #000000;
	background-color: #ff0;
}

/*
* lpad
*/

.lpad { 
	margin: 10px 0 20px 0;
	padding: 0;
	text-align: center; 
	line-height: 50px; 
}
.lpad li { 
	width: 67px; 
	height: 50px; 
	display: inline-block; 
	margin: 4px 2px;  
}
.lpad li a { 
	font-family: 'Alegreya Sans SC', sans-serif;
	/*font-weight: bold;*/
	display: block; 
	line-height: 50px; 
	font-size: 32px;
	color: #fff;
	background-color: #606060;
	text-align: center; 
	box-shadow: 0 2px 2px #888; 
}
.lpad li a:hover { 
	text-decoration: none!important; 
	background-color: #000!important; 
	color: #fff!important; 
}

.lpad-home {
	height: 96px;
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 96px;
	vertical-align: bottom;
	overflow: hidden;
}
.lpad-home a {
	color: #fff;
}

/*
* lsquare
*/

.lsquare {
	display: inline-block;
	padding: .2em .6em;
	margin-bottom: 1px;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em 0 .25em .25em;
	color: #ffffff;
	background-color: #777777;	
}
.lsquare.scol {
	color: #000;
	background-color: #f8f810;
}
a.lsquare:hover,
a.lsquare:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.lsquare-md {
	width: 65px; 
	height: 44px; 
	line-height: 44px;
	display: inline-block; 
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0 .25em 0 0;
	color: #ffffff;
	background-color: #777777;
	font-size: 24px;
	font-weight: bold;
}

.popmap {
	color: #806600;
	font-size: 1em;
	cursor: pointer;
}
.popmap:hover {
	text-decoration: underline;
}
.line-name {
	font-size: 1em;
	font-weight: bold;
}
.line-sens {
	font-size: 1em;
}


/*
* ui-autocomplete
*/
.ui-autocomplete { 
	color: #555;
	font-size: 0.85em;
}

/*
* dataTables-style
*/

.dataTables_scrollHeadInner, 
.DTFC_LeftHeadWrapper th {
	background-color: #444;
	color: white;
	font-size: 0.80em;
}
.dataTables_wrapper tr.disabled {
	color: #e08122 !important;
}
.dataTables_wrapper {
	border-bottom: 1px solid #111;
}
.dataTables_scrollBody {
	border-bottom-width: 0 !important;
}
@media print {
	.dataTables_scrollBody {
		overflow: hidden;
		max-height: none !important;		
	}
	.dataTables_scrollHeadInner {
		
	}
}

/*
* collapse panel private
*/

.panel.outer {
  margin-bottom: 0;
  background-color: #ffffff;
  border-width: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-faq {
	margin-top: 2px;
	margin-bottom: 5px;
}
.panel-faq-heading {
	font-size: 1.1em;
}
.panel-faq i.small {
	font-size: 0.85em;
}
.panel-faq .collapse {
	padding: 5px 5px 5px 10px;
}

/* Text color classes */
.text-white {
 color: #ffffff !important;
}
.text-grey {
 color: #eeeeee !important;
}
.text-dgrey {
 color: #a0a0a0 !important;
}
.text-black {
 color: #555555 !important;
}
.text-red {
 color: #f75353 !important;
}
.text-green {
 color: #51d466 !important;
}
.text-dgreen {
 color: #42a038 !important;
}
.text-lblue {
 color: #56C5D0 !important;
}
.text-blue {
 color: #609cec !important;
}
.text-orange {
 color: #f78153 !important;
}
.text-yellow {
 color: #fcd419 !important;
}
.text-purple {
 color: #cb79e6 !important;
}
.text-rose {
 color: #ff61e7 !important;
}
.text-brown {
 color: #d08166 !important;
}
/* Background color classes */
.bg-white {
 background-color: #ffffff !important;
}
.bg-grey {
 background-color: #eeeeee !important;
}
.bg-black {
 background-color: #555555 !important;
}
.bg-red {
 background-color: #f75353 !important;
}
.bg-green {
 background-color: #51d466 !important;
}
.bg-lblue {
 background-color: #56C5D0 !important;
}
.bg-blue {
 background-color: #609cec !important;
}
.bg-orange {
 background-color: #f78153 !important;
}
.bg-yellow {
 background-color: #fcd419 !important;
}
.bg-purple {
 background-color: #cb79e6 !important;
}
.bg-rose {
 background-color: #ff61e7 !important;
}
.bg-brown {
 background-color: #d08166 !important;
}
/* Border color classes */
.br-white {
 border: 1px solid #ffffff !important;
}
.br-grey {
 border: 1px solid #eeeeee;
}
.br-black {
 border: 1px solid #555555;
}
.br-red {
 border: 1px solid #f75353;
}
.br-green {
 border: 1px solid #51d466;
}
.br-lblue {
 border: 1px solid #32c8de;
}
.br-blue {
 border: 1px solid #609cec;
}
.br-orange {
 border: 1px solid #f78153;
}
.br-yellow {
 border: 1px solid #fcd419;
}
.br-purple {
 border: 1px solid #cb79e6;
}
.br-rose {
 border: 1px solid #ff61e7;
}
.br-brown {
 border: 1px solid #d08166;
}
/* Button classes */
.btn {
	border-radius: 2px;
	position: relative;
}
.btn.btn-no-border {
	border: 0px !important;
}
/* Button colors */
.btn.btn-white {
	background: #ffffff;
	color: #666666;
	border: 1px solid #dddddd;
}
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white.active,
.btn.btn-white:active {
	background: #f7f7f7;
	color: #666666;
}
.btn.btn-grey {
	background: #eeeeee;
	color: #666;
	border: 1px solid #d5d5d5;
}
.btn.btn-grey:hover,
.btn.btn-grey:focus,
.btn.btn-grey.active,
.btn.btn-grey:active {
	background: #d5d5d5;
	color: #222;
}
.btn.btn-black {
	color: #ffffff;
	background: #666666;
	border: 1px solid #4d4d4d;
}
.btn.btn-black:hover,
.btn.btn-black:focus,
.btn.btn-black.active,
.btn.btn-black:active {
	background: #4d4d4d;
	color: #ffffff;
}
.btn.btn-red {
	color: #ffffff;
	background: #ed5441;
	border: 1px solid #e52d16;
}
.btn.btn-red:hover,
.btn.btn-red:focus,
.btn.btn-red.active,
.btn.btn-red:active {
	color: #ffffff;
	background: #e52d16;
}
.btn.btn-green {
	color: #ffffff;
	background: #51d466;
	border: 1px solid #30c247;
}
.btn.btn-green:hover,
.btn.btn-green:focus,
.btn.btn-green.active,
.btn.btn-green:active {
	background: #30c247;
	color: #ffffff;
}
.btn.btn-lblue {
	color: #ffffff;
	background: #32c8de;
	border: 1px solid #1faabe;
}
.btn.btn-lblue:hover,
.btn.btn-lblue:focus,
.btn.btn-lblue.active,
.btn.btn-lblue:active {
	background: #1faabe;
	color: #ffffff;
}
.btn.btn-blue {
	color: #ffffff;
	background: #609cec;
	border: 1px solid #3280e7;
}
.btn.btn-blue:hover,
.btn.btn-blue:focus,
.btn.btn-blue.active,
.btn.btn-blue:active {
	background: #3280e7;
	color: #ffffff;
}
.btn.btn-orange {
	color: #ffffff;
	background: #f8a841;
	border: 1px solid #f69110;
}
.btn.btn-orange:hover,
.btn.btn-orange:focus,
.btn.btn-orange.active,
.btn.btn-orange:active {
	background: #f69110;
	color: #ffffff;
}
.btn.btn-yellow {
	background: #fcd419;
	color: #ffffff;
	border: 1px solid #dfb803;
}
.btn.btn-yellow:hover,
.btn.btn-yellow:focus,
.btn.btn-yellow.active,
.btn.btn-yellow:active {
	background: #dfb803;
	color: #ffffff;
}
.btn.btn-purple {
	background: #cb79e6;
	color: #ffffff;
	border: 1px solid #ba4ede;
}
.btn.btn-purple:hover,
.btn.btn-purple:focus,
.btn.btn-purple.active,
.btn.btn-purple:active {
	background: #ba4ede;
	color: #ffffff;
}
.btn.btn-rose {
	background: #ff61e7;
	color: #ffffff;
	border: 1px solid #ff2edf;
}
.btn.btn-rose:hover,
.btn.btn-rose:focus,
.btn.btn-rose.active,
.btn.btn-rose:active {
	background: #ff2edf;
	color: #ffffff;
}
.btn.btn-brown {
	background: #d08166;
	color: #ffffff;
	border: 1px solid #c4613f;
}
.btn.btn-brown:hover,
.btn.btn-brown:focus,
.btn.btn-brown.active,
.btn.btn-brown:active {
	background: #c4613f;
	color: #ffffff;
}
/* Label */
.label {
	border-radius: 2px;
	font-weight: normal;
	padding: 3px 7px;
	font-size: 12px;
	line-height: 18px;
}
/* Label sizes */
.label.label-xs {
	font-size: 10px;
	padding: 1px 5px;
	line-height: 12px;
}
.label.label-sm {
	font-size: 11px;
	padding: 2px 6px;
	line-height: 15px;
}
.label.label-lg {
	font-size: 13px;
	padding: 5px 9px;
	line-height: 23px;
}
/* Label colors */
.label.label-white{
	color: #666666 !important;
	background: #f7f7f7;
}
.label.label-grey {
	color: #666666 !important;
	background: #eeeeee;
}
.label.label-black {
	color: #ffffff;
	background: #666666;
}
.label.label-red {
	color: #ffffff;
	background: #ed5441;
}
.label.label-green {
	color: #ffffff;
	background: #51d466;
}
.label.label-lblue {
	color: #ffffff;
	background: #32c8de;
}
.label.label-blue {
	color: #ffffff;
	background: #609cec;
}
.label.label-orange {
	color: #ffffff;
	background: #f8a841;
}
.label.label-yellow {
	background: #fcd419;
	color: #ffffff;
}
.label.label-purple {
	background: #cb79e6;
	color: #ffffff;
}
.label.label-rose {
	background: #ff61e7;
	color: #ffffff;
}
.label.label-brown {
	background: #d08166;
	color: #ffffff;
}