h3 > span.fa {
	margin-right: 8px;
	font-size: 0.8em;
}

.font-sm {
	font-size: 0.9em;
}

nav.bottom {
	position: fixed;
	z-index: 1000;
	width: 100%;
	bottom: 0;
	background: #191919;
	color: #666;
	padding: .25rem;
	font-size: 0.8rem;
}
nav.bottom a {
	color: #666;
}
nav.bottom a:hover {
	color: #fff;
}

.dropdown-item > a:hover {
	text-decoration: none;
}

.navbar-inverse {
	background-image: linear-gradient(0deg, #2295d0 0%, #1488C6 100%);
	background-color: transparent;
	border-color: #1488C6;
}
.navbar-inverse .navbar-brand {
	color: #fff;
}
.navbar-brand {
	padding: 0;
	display: inline-flex;
	align-items: center;
	font-size: 28px;
}
.table {
	border-collapse: collapse;
	border-spacing: 0;
}
.table.table-condensed-2x > tbody > tr > td,
.table.table-condensed-2x > tbody > tr > td.linkable a {
	padding: 2px 5px;
}
.table .dropdown-item {
    width: auto;
}
.table thead th {
	text-align: center;
}
.table-sm td {
    padding: .1rem .25rem .1rem .25rem;
}
.table {
	width: 100%;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.text-red {
	color: #red;
}

.btn-toolbar.condensed {
	padding: 3px;
}

.table-sm td.linkable > a {
    padding: .1rem .25rem .1rem .25rem;
}
.table.table-condensed-2x > tbody > tr > td.linkable,
td.linkable {
	padding: 0;
}
td.linkable > a {
	display: block;
	width: 100%;
	color: #212529;
}
td.linkable > a:hover {
	text-decoration: none;
}

.form-control.nullable:disabled, .form-control.nullable[readonly] {
    color: #eceeef;
}
#menu-projet {
	background-color: #2F4050;
}
#menu-projet a {
	color: #b8c7ce;
	border-left: 4px solid #2F4050;
}
#menu-projet a:hover {
	color: #fff;
	background: #1e282c;
	border-left-color: #3c8dbc;
}
#menu-projet aside .badge {
	margin-left: 5px;
	font-size: 0.9rem;
}
#menu-projet aside {
	margin: 20px;
	font-size: 0.9rem;
}
#menu-projet aside li {
    display: flex;
    justify-content: space-between;
}