@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700');

body {
	font-family: 'Source Sans Pro', Arial, sans-serif;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

.header-highlight {
	background: #f8f9fa;
	height: 100px;
}

.footer {
	height: 50px;
	background-color: #f8f9fa;
}

.bg-primary, .header-highlight {
    background-color: #f8f9fa!important;
}

.btn-primary, .btn-primary.active, .btn-primary.focus, .btn-primary:hover, .btn-primary:disabled{
	background-color: #c99caa!important;;
	border-color : #c99caa!important;;
}

.list-group-item.active {
	background-color: #f8f9fa!important; /* bg-light color */
	color :#f06992;
	text-decoration: underline;
	border-color : rgba(0,0,0,.125); /* same color than no active */
}

.btn:disabled {
    cursor: not-allowed;
}

a, a:hover {
	color : #f06992;
}

.badge-primary {
	background-color: #c99caa;
}

.drag-file-label {
  color: #f06992;
}

