html {
	background: url("../img/systeme/background.jpg") no-repeat fixed;
	background-size: 100% auto;
	position: relative;
	min-height: 100%;
}

body {
	margin-top: 40%;
	margin-bottom: 150px;
}

.navbar-translucide {
	opacity: 0.9;
}
.navbar-corner {
	border-left: none;
	border-right: none;
	border-radius: 0;
}
.navbar-info {
	background: #BCF0FF;
}
.navbar-brand img {
	display: inline;
	height: 100%;
	margin-top: -5px;
}
.image-brand {
	font-size: 40pt;
	text-align: center;
	font-weight: lighter;
	color: white;
	background: rgba(236, 146, 64, 0.9);
	position: relative;
	top: -75px;
	margin-bottom: -75px;
}

h1, h2, h3, h4, h5, h6 {
	text-align: left;
}

.popover {
	max-width: 100%;
}
.xdebug-var-dump {
	max-height: 300px;
	overflow: scroll;
}

textarea {
	resize: vertical;
}

.translucide {
	opacity: 0.9;
}

.noradius {
	border-radius: 0;
}
.noradius-top {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.noradius-bottom {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.noradius-left {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.noradius-right {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.noradius-top-left {
	border-top-left-radius: 0;
}
.noradius-top-right {
	border-top-right-radius: 0;
}
.noradius-bottom-left {
	border-bottom-left-radius: 0;
}
.noradius-bottom-right {
	border-bottom-right-radius: 0;
}

.plan {
	max-height: 100%;
	overflow: scroll;
	border: solid 1px #eee;
}
.btn-over {
	position: absolute;
}

.aucun {
	padding-top: 50px;
	padding-bottom: 150px;
	font-size: 20px;
	color: #999;
	text-align: center;
}
.aucun-light {
	padding-top: 25px;
	padding-bottom: 35px;
	font-size: 20px;
	color: #999;
	text-align: center;
}

.navbar-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 0;
}


/* Affichage des modifications */
ins {
	background-color: #c6ffc6;
	text-decoration: none;
}
del {
	background-color: #ffc6c6;
}



@media (min-width: 768px) {
	body {
		margin-top: 25%;
	}
	.container-fluid {
		padding: 0 16.7%;
	}
	.navbar-fixed-bottom .navbar-right {
		padding-right: 15px;
	}
}


@media print {
	body, .container-fluid {
		margin: 0;
		padding: 0;
	}
	h1, h2, h3, h4, h5, h6 {
		text-align: left;
	}
	a[href]:after {
		content: none !important;
	}
	.page-break-before {
		page-break-before: always;
	}
	.page-break-after {
		page-break-after: always;
	}
}

[data-show-password] {
	cursor: pointer;
}