.dtp table,
table {
	border-spacing: 0;
	border-collapse: collapse;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

b, strong {
	font-weight: 700;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

.dtp .p10,
.dtp .p20,
.dtp .p60,
.dtp .p80 {
	display: inline-block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

	blockquote:after,
	blockquote:before,
	q:after,
	q:before {
		content: '';
		content: none;
	}

a[ng-click] {
	cursor: pointer;
}

md-input-container {
	margin: 5px 0 0;
}

.md-display-1 {
	margin: 20px 0 15px;
	text-transform: uppercase;
}

md-tabs[md-stretch-tabs="never"] md-pagination-wrapper {
	/** Fix for tabs wrapping when using navigation with material v1.1.1 or lower */
	/** Do not remove */
	width: 999999px !important;
}

md-tabs-wrapper {
	border: none !important;
}

.layout-column > md-content:first-of-type {
	border: 1px solid #d7e4eb;
}

md-tab-item {
	border-right: 1px solid #d7e4eb;
	border-bottom: 1px solid #d7e4eb;
}

	md-tab-item:last-of-type {
		border-right-color: #fff;
	}

.md-smallButton {
	font-size: 80%;
	line-height: 2;
	min-height: auto;
}

md-ink-bar {
	height: 4px;
}

.md-tab.md-active span {
	font-weight: 700 !important;
}

md-tabs .md-tab,
md-tabs.md-default-theme .md-tab {
	color: #769cba;
	padding: 12px 18px;
}

body.isLoaded md-tabs .md-tab,
body.isLoaded md-tabs.md-default-theme .md-tab {
	padding: 12px 17px;
}

[layout-padding-lr] {
	padding: 0 8px;
}

[layout-padding-tb] {
	padding: 8px 0;
}

.datepickerLabel {
	position: absolute;
	top: -13px;
	-webkit-transform: translate3d(0, 6px, 0) scale(.75);
	color: rgba(0, 0, 0, .54);
	transform: translate3d(0, 6px, 0) scale(.75);
}

md-progress-linear .md-container,
md-progress-linear.md-default-theme .md-container {
	background: #fff;
}

.layout-shadow-wrap .ng-table .ng-table-sort-header th {
	padding: 14px 2px !important;
}

md-dialog.dtp {
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
	max-height: none;
}

.dtp:focus {
	outline: 0 !important;
}

.dtp table {
	width: 100%;
}

.dtp .table > tbody > tr > td,
.dtp .table > tbody > tr > th,
.dtp .table > tfoot > tr > td,
.dtp .table > tfoot > tr > th,
.dtp .table > thead > tr > td,
.dtp .table > thead > tr > th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.dtp,
.dtp * {
	box-sizing: border-box !important;
}

table.table.table-no-header thead {
	display: none;
}

.dtp > .dtp-content {
	max-width: 300px;
	max-height: 500px;
}

	.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
		background: #00467f;
		color: #fff;
		text-align: center;
		padding: 3px;
	}

.dtp div.dtp-date,
.dtp div.dtp-time {
	background: #ecf2f6;
	text-align: center;
	color: #00467f !important;
	padding: 10px;
}

	.dtp div.dtp-date > div {
		padding: 0;
		margin: 0;
	}

.dtp div.dtp-actual-month {
	font-size: 1.5em;
}

.dtp div.dtp-actual-maxtime,
.dtp div.dtp-actual-num {
	font-size: 3em;
	line-height: .9;
}

.dtp div.dtp-actual-year {
	font-size: 1.6em;
	color: #00acdc;
}

.dtp div.dtp-year-btn {
	font-size: 1.4em;
	line-height: 30px;
	cursor: pointer;
	color: #00acdc;
}

.dtp div.dtp-year-btn-prev {
	text-align: right;
}

.dtp div.dtp-year-btn-next {
	text-align: left;
}

.dtp div.dtp-picker {
	padding: 10px;
	text-align: center;
}

.dtp div.dtp-actual-time,
.dtp div.dtp-picker-month {
	font-weight: 500;
	text-align: center;
}

.dtp .dtp-close {
	position: absolute;
	top: .25em;
	right: 5px;
	font-size: 16px;
}

	.dtp .dtp-close > a {
		color: #fff;
		text-decoration: none;
	}

		.dtp .dtp-close > a > i {
			font-size: 1em;
		}

.dtp table.dtp-picker-days {
	margin: 0;
	min-height: 220px;
}

.dtp md-virtual-repeat-container.months {
	height: 260px;
}

.dtp table.dtp-picker-days,
.dtp table.dtp-picker-days tr,
.dtp table.dtp-picker-days tr > td {
	border: none;
}

	.dtp table.dtp-picker-days tr > td {
		font-size: 11px;
		text-align: center;
		padding: 0;
	}

		.dtp table.dtp-picker-days tr > td > span.dtp-select-day {
			color: #bdbdbd !important;
		}

		.dtp table.dtp-picker-days tr > td > .dtp-select-day {
			width: 36px;
			height: 36px;
			display: inline-block;
		}

		.dtp .dtp-picker-time > a,
		.dtp table.dtp-picker-days tr > td > .dtp-select-day {
			color: #212121;
			text-decoration: none;
			padding: 10px;
			border-radius: 50% !important;
		}

		.dtp table.dtp-picker-days tr > td > a.selected {
			background: #ecf2f6;
			color: #00467f;
		}

		.dtp table.dtp-picker-days tr > td > a:hover:not(.selected) {
			background: #ddd;
		}

	.dtp table.dtp-picker-days tr > th {
		color: #757575;
		text-align: center;
		font-weight: 700;
		padding: 4px 3px;
	}

.dtp .p10 > a {
	color: #00467f;
	text-decoration: none;
}

.dtp .p10 {
	width: 10%;
}

.dtp .p20 {
	width: 20%;
}

.dtp .p60 {
	width: 60%;
}

.dtp .p80 {
	width: 80%;
}

.dtp a.dtp-meridien-am,
.dtp a.dtp-meridien-pm {
	position: relative;
	top: 10px;
	color: #212121;
	font-weight: 500;
	padding: 7px 5px;
	border-radius: 50% !important;
	text-decoration: none;
	background: #eee;
	font-size: 10px;
}

.dtp .dtp-actual-meridien a.selected,
.dtp .dtp-picker-time > a.dtp-select-hour.selected {
	background: #00467f;
	color: #fff;
}

.dtp .dtp-picker-time > a {
	display: block;
	line-height: 23px;
	padding: 3px;
}

.dtp .dtp-picker-time {
	position: absolute;
	width: 30px;
	height: 30px;
	font-size: 1.1em;
	border-radius: 50%;
	cursor: pointer;
	text-align: center !important;
}

	.dtp .dtp-picker-time > a.dtp-select-hour.disabled,
	.dtp .dtp-picker-time > a.dtp-select-minute.disabled {
		color: #757575;
	}

	.dtp .dtp-picker-time > a.dtp-select-minute.selected {
		background: #ecf2f6;
		color: #00467f;
	}

.dtp div.dtp-picker-clock {
	margin: 10px 20px 0;
	padding: 10px;
	border-radius: 50% !important;
	background: #eee;
}

.dtp-clock-center {
	width: 15px;
	height: 15px;
	background: #757575;
	border-radius: 50%;
	position: absolute;
	z-index: 50;
}

.dtp .dtp-hand,
.dtp .dtp-hour-hand {
	position: absolute;
	width: 4px;
	margin-left: -2px;
	background: #bdbdbd;
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-moz-transform-origin: bottom;
	-ms-transform-origin: bottom;
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	z-index: 1;
}

.dtp .dtp-minute-hand {
	width: 2px;
	margin-left: -1px;
}

.dtp .dtp-hand.on {
	background: #ecf2f6;
}

.dtp .dtp-buttons {
	padding: 0 10px 10px;
	text-align: right;
}

.dtp .hidden,
.dtp.hidden {
	display: none;
}

.dtp .invisible {
	visibility: hidden;
}

.dtp .left {
	float: left;
}

.dtp .right {
	float: right;
}

.dtp .clearfix {
	clear: both;
}

.dtp .center {
	text-align: center;
}

.autocompletedemoCustomTemplate .autocomplete-custom-template li {
	border-bottom: 1px solid #ccc;
	height: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	white-space: normal;
}

	.autocompletedemoCustomTemplate .autocomplete-custom-template li:last-child {
		border-bottom-width: 0;
	}

.autocompletedemoCustomTemplate .autocomplete-custom-template .item-metadata,
.autocompletedemoCustomTemplate .autocomplete-custom-template .item-title {
	display: block;
	line-height: 2;
}

	.autocompletedemoCustomTemplate .autocomplete-custom-template .item-title md-icon {
		height: 18px;
		width: 18px;
	}

.md-autocomplete-suggestions li {
	color: #000;
}

.md-autocomplete-suggestions-container li .highlight,
.md-autocomplete-suggestions-container.md-default-theme li .highlight {
	color: red;
}

md-autocomplete button md-icon path,
md-autocomplete.md-default-theme button md-icon path {
	fill: #000;
}

.md-whiteframe-1dp,
.md-whiteframe-z1 {
	box-shadow: none;
}

md-autocomplete input:not(.md-input) {
	padding: 0 5px 5px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background-color: #00acdc;
}

.ng-cloak,
[ng-cloak],
[ng\:cloak] {
	display: none !important;
}


.danger {
	background-color: #f1b9b9;
}

.warning {
	background-color: #fbe7c8;
}

html {
	background: 0 0;
}

body {
	background: url(/Ressources/Public/Images/bg.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #00467f;
	font-size: 16px;
	font-family: Lato, Verdana, sans-serif;
}

textarea {
	max-height: none;
	overflow: visible !important;
	min-height: 100px !important;
}

	textarea:not(.allow-js-height) {
		height: auto !important;
	}

	textarea.large {
		min-height: 196px !important;
	}

.padInlineBlock {
	display: inline-block;
}

[layout] > md-checkbox {
	display: flex;
	align-items: center;
}

.layout-shadow-wrap .container-fluid md-checkbox .md-label label {
	color: #000;
}

.international-float-section {
	margin-top: 25px;
}

@media screen {
	.only-print {
		display: none !important;
	}
}

@media print {
	.no-print {
		display: none
	}

	.layout-shadow-wrap,
	.layout-shadow-wrap .top-nav,
	.shadow-wrap,
	.shadow-wrap .top-nav {
		margin: 0 auto !important
	}

		.layout-shadow-wrap .container-fluid,
		.shadow-wrap .container-fluid {
			padding: 0 50px !important
		}

	;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #d7e4eb;
}

	hr.no-margin {
		margin-top: 0;
		margin-bottom: 0;
	}

.inline {
	display: inline-block;
}

.shadow-wrap {
	-webkit-box-shadow: 0 0 15px #444;
	-moz-box-shadow: 0 0 15px #444;
	box-shadow: 0 0 15px #444;
	width: 95%;
	max-width: 640px;
	margin: 0 auto 95px;
	background: #ecf2f6;
}

	.shadow-wrap .container-fluid {
		padding: 15px;
	}

	.layout-shadow-wrap .top-nav,
	.shadow-wrap .top-nav {
		margin: 95px auto 0;
		border-radius: 0;
		padding: 30px 50px 0;
		background: #fff;
		position: relative;
		min-height: 194px;
	}

.layout-shadow-wrap.body-contact-employe .top-nav {
	padding-bottom: 50px;
}

.shadow-wrap .top-nav {
	padding: 50px 20px 0;
}

.layout-shadow-wrap .top-nav .topLogo {
	display: block;
	background: url(/Ressources/Public/Images/logo.png) left center no-repeat;
	width: 333px;
	height: 125px;
}

.shadow-wrap .topLogo-container {
	padding-bottom: 50px;
	max-width: 333px;
	margin-left: auto;
	margin-right: auto;
}

.shadow-wrap .top-nav .topLogo {
	display: block;
	background: url(/Ressources/Public/Images/logo.png) top center no-repeat;
	/*background-size: 100% auto;*/
	width: 100%;
	padding-top: 37.54%;
	margin-left: auto;
	margin-right: auto;
}

.layout-shadow-wrap .topLogo-container {
	min-width: 350px;
	width: 30%;
}

.layout-shadow-wrap .btn-default,
.shadow-wrap .btn-default {
	border: 1px solid #d7e4eb;
	border-radius: 0;
	background: #fff;
	font-size: 18px;
	color: #00acdc;
	font-weight: 700;
	text-align: center;
}

	.layout-shadow-wrap .btn-default:hover,
	.shadow-wrap .btn-default:hover {
		background: #fff;
	}

.layout-shadow-wrap .btn-default-flip,
.shadow-wrap .btn-default-flip {
	border: 1px solid #d7e4eb;
	border-radius: 0;
	background: #00acdc;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

	.layout-shadow-wrap .btn-default-flip:hover,
	.shadow-wrap .btn-default-flip:hover {
		background: #00acdc;
	}

.layout-shadow-wrap .btn-default-small,
.shadow-wrap .btn-default-small {
	border: 1px solid #d7e4eb;
	border-radius: 0;
	background: #fff;
	font-size: 14px;
	color: #00acdc;
	font-weight: 700;
	text-align: center;
}

.layout-shadow-wrap .btn-validate,
.shadow-wrap .btn-validate {
	margin-top: -3px;
	padding-top: 1px !important;
}

.layout-shadow-wrap .fa-default-wrap,
.shadow-wrap .fa-default-wrap {
	font-size: 18px;
	color: #00467f;
}

.layout-shadow-wrap .fa-default,
.shadow-wrap .fa-default {
	font-size: 18px;
	color: #00acdc;
	cursor: pointer;
}

.layout-shadow-wrap {
	-webkit-box-shadow: 0 0 15px #444;
	-moz-box-shadow: 0 0 15px #444;
	box-shadow: 0 0 15px #444;
	max-width: 1300px;
	min-width: 1260px;
	margin: 0 auto 95px;
}

	.layout-shadow-wrap.body-contact-employe {
		min-width: 1px;
		max-width: 1300px;
		width: 95%;
	}

	.layout-shadow-wrap [placeholder]::-webkit-input-placeholder {
		color: #769cba;
	}

	.layout-shadow-wrap [placeholder]:-moz-placeholder {
		color: #769cba;
	}

	.layout-shadow-wrap [placeholder]::-moz-placeholder {
		color: #769cba;
	}

	.layout-shadow-wrap [placeholder]:-ms-input-placeholder {
		color: #769cba;
	}

	.layout-shadow-wrap .userRegistrationEmail,
	.layout-shadow-wrap .userRegistrationFirstName,
	.layout-shadow-wrap .userRegistrationLastName,
	.layout-shadow-wrap .userRegistrationPaidByName {
		width: 90%;
	}

	.layout-shadow-wrap input.search {
		background: #ecf2f6;
		height: 45px;
		width: 215px;
		border: 1px solid #d7e4eb;
		padding: 0 18px;
		font-weight: 700;
		font-style: italic;
		color: #00467f;
		float: left;
		outline: 0;
		margin-bottom: 13px;
		border-right: 0;
	}

	.layout-shadow-wrap .search-form [type=submit] {
		background: url(/Ressources/Public/Images/searchIcon.png) center center no-repeat #ecf2f6;
		border: 1px solid #d7e4eb;
		width: 47px;
		height: 45px;
		float: left;
		outline: 0;
		border-left: 0;
	}

	.layout-shadow-wrap .top-nav .main-menu {
		list-style: none;
		margin: 37px 0 0;
		padding: 0;
		border-top: 1px solid #d7e4eb;
		text-align: center;
		height: 61px;
	}

		.layout-shadow-wrap .top-nav .main-menu a {
			display: inline-block;
			text-transform: uppercase;
			font-weight: 700;
			font-size: 16px;
		}

			.layout-shadow-wrap .top-nav .main-menu a:hover, .active {
				border-top: 4px solid #00acdc;
				text-decoration: none;
				padding: 18px 0;
				color: #00467f;
				margin-top: -4px;
			}

	.layout-shadow-wrap .top-nav .anchor-rounded {
		display: inline-block;
		width: 73px;
		height: 73px;
		border-radius: 40px;
		border: 1px solid #d7e4eb;
		margin: 0 0 0 22px;
	}

	.layout-shadow-wrap .top-nav .icon-schedule {
		background: url(/Ressources/Public/Images/scheduleIcon.png) center center no-repeat #ecf2f6;
	}

	.layout-shadow-wrap .top-nav .icon-calendar {
		background: url(/Ressources/Public/Images/calendarIcon.png) center center no-repeat #ecf2f6;
	}

	.layout-shadow-wrap .top-nav .icon-wallet {
		background: url(/Ressources/Public/Images/walletIcon.png) center center no-repeat #ecf2f6;
	}

	.layout-shadow-wrap .top-nav .icon-report {
		background: url(/Ressources/Public/Images/reportsIcon.png) center center no-repeat #ecf2f6;
	}

	.layout-shadow-wrap .container-fluid {
		margin: 0 auto;
		border-radius: 0;
		background: #ecf2f6;
		padding: 0 50px 50px;
	}

		.layout-shadow-wrap .container-fluid .section-header {
			margin-bottom: 20px;
			border-bottom: 1px solid #d7e4eb;
		}

			.layout-shadow-wrap .container-fluid .section-header h1 {
				font-size: 26px;
				font-weight: 700;
				padding: 40px 0;
				text-transform: uppercase;
				border: none;
			}

		.layout-shadow-wrap .container-fluid h3 {
			font-size: 24px;
			padding: 0 0 10px;
		}

		.layout-shadow-wrap .container-fluid p + h3 {
			padding-top: 12px;
		}

		.layout-shadow-wrap .container-fluid h4 {
			font-size: 16px;
			padding: 0 0 10px;
		}

		.layout-shadow-wrap .container-fluid .ibTitle {
			display: inline-block;
		}

		.layout-shadow-wrap .container-fluid .collapse {
			margin-bottom: 0;
		}

		.layout-shadow-wrap .container-fluid .collapseHandleWrap {
			width: 83px;
			height: 21px;
			background: #ecf2f6;
			margin: -21px auto 0;
			display: block;
			position: relative;
		}

			.layout-shadow-wrap .container-fluid .collapseHandleWrap span {
				width: 46px;
				height: 46px;
				background: #fff;
				display: block;
				position: absolute;
				top: -23px;
				left: 19px;
				color: #00acdc;
				border-radius: 23px;
				text-align: center;
				padding-top: 14px;
				border: 1px solid #d7e4eb;
				cursor: pointer;
				outline: 0;
			}

		.layout-shadow-wrap .container-fluid .chart-wrap p {
			font-size: 18px;
			padding: 20px;
			width: 160px;
			text-align: center;
		}

		.layout-shadow-wrap .container-fluid .chart-wrap .svg-chart-wrap {
			width: 160px;
			text-align: center;
			float: left;
			margin-right: 50px;
			padding-top: 50px;
		}

		.layout-shadow-wrap .container-fluid .chart-wrap .chart-full-width {
			width: 100%;
		}

			.layout-shadow-wrap .container-fluid .chart-wrap .chart-full-width p {
				width: auto;
			}

		.layout-shadow-wrap .container-fluid .chart-wrap #circularChart {
			position: relative;
			height: 342px;
		}

		.layout-shadow-wrap .container-fluid .chart-wrap #pieChart {
			position: relative;
			margin: 0 auto;
		}

			.layout-shadow-wrap .container-fluid .chart-wrap #pieChart g.legend {
				font-size: 14px;
			}

				.layout-shadow-wrap .container-fluid .chart-wrap #pieChart g.legend rect {
					cursor: pointer;
					stroke-width: 2;
				}

					.layout-shadow-wrap .container-fluid .chart-wrap #pieChart g.legend rect.disabled {
						fill: transparent !important;
					}

			.layout-shadow-wrap .container-fluid .chart-wrap #pieChart .tooltipChart {
				background: #eee;
				box-shadow: 0 0 5px #999;
				color: #222;
				display: none;
				font-size: 14px;
				left: 130px;
				padding: 10px;
				position: absolute;
				text-align: center;
				top: 95px;
				width: 250px;
				z-index: 10;
			}

		.layout-shadow-wrap .container-fluid .chart-wrap .chart {
			height: 246px;
		}

			.layout-shadow-wrap .container-fluid .chart-wrap .chart rect {
				stroke: #fff;
				fill: #4682b4;
			}

			.layout-shadow-wrap .container-fluid .chart-wrap .chart text {
				font-size: 18px;
				fill: #769cba;
			}

				.layout-shadow-wrap .container-fluid .chart-wrap .chart text.smaller {
					font-size: 14px;
				}

			.layout-shadow-wrap .container-fluid .chart-wrap .chart rect.first {
				stroke: none;
				fill: #00467f;
			}

			.layout-shadow-wrap .container-fluid .chart-wrap .chart rect.second {
				font: 10px sans-serif;
				color: #000;
				stroke: none;
				fill: #8dc63f;
			}

		.layout-shadow-wrap .container-fluid .chart-wrap .progress-meter text {
			font-size: 24px;
			font-weight: 700;
		}

		.layout-shadow-wrap .container-fluid .select-mod {
			border: none;
			border-bottom: 1px solid rgba(0, 0, 0, .12);
			padding: 4px 0;
			outline: 0;
			width: 100%;
		}

			.layout-shadow-wrap .container-fluid .select-mod:focus {
				border-color: #00467f;
			}

		.layout-shadow-wrap .container-fluid .select-label {
			-webkit-transform: translate3d(0, 6px, 0) scale(.75);
			color: rgba(0, 0, 0, .54);
			transform: translate3d(0, 6px, 0) scale(.75);
		}

		.layout-shadow-wrap .container-fluid .select-label-big {
			margin-bottom: 7px;
			-webkit-transform: translate3d(0, 6px, 0) scale(.75);
			color: rgba(0, 0, 0, .54);
			transform: translate3d(0, 6px, 0) scale(.75);
			font-size: 18px;
		}

		.layout-shadow-wrap .container-fluid .md-label label {
			color: rgba(0, 0, 0, .26);
		}

		.layout-shadow-wrap .container-fluid [disabled] md-input-container .md-input,
		.layout-shadow-wrap .container-fluid md-input-container .md-input[disabled] {
			background-color: #eef2f5;
			color: #000;
			font-weight: 700;
		}

		.layout-shadow-wrap .container-fluid .enable-search {
			float: right;
			font-size: 20px;
			border: 1px solid #d7e4eb;
			color: #00acdc;
			background: #fff;
			padding: 3px;
			cursor: pointer;
			outline: 0;
			margin-left: 5px;
		}

		.layout-shadow-wrap .container-fluid .fakeHeaderWrap {
			width: 100%;
			height: 45px;
		}

			.layout-shadow-wrap .container-fluid .fakeHeaderWrap .fakeTH {
				width: 312px;
				vertical-align: middle;
				border-top: 1px solid #d7e4eb;
				border-right: 1px solid #d7e4eb;
				border-left: 1px solid #d7e4eb;
				color: #00467f;
				background: #fff;
			}

		.layout-shadow-wrap .container-fluid .check-label {
			transform: translate3d(-5px, -1px, 0) scale(.75);
			margin-left: -27px;
			font-weight: 800;
		}

	#tableHours td.title,
	.boldRow td,
	.boldRow th,
	.layout-shadow-wrap .ng-table td.td-label,
	div.eventEstablishments.header div {
		font-weight: 700;
	}

	.layout-shadow-wrap .container-fluid .interventionStatusLabel {
		position: absolute;
		top: 16px;
		left: 0;
		color: #000 !important;
	}

	.layout-shadow-wrap .container-fluid .btn-small {
		padding: 0 6px;
		font-size: 14px;
	}

	.layout-shadow-wrap .ng-table .ng-table-sort-header th {
		font-size: 14px;
		background: #ecf2f6;
		color: #00467f;
		border: 1px solid #d7e4eb;
		border-top: 1px solid #d7e4eb !important;
		vertical-align: middle;
		outline: 0;
		line-height: 16px;
	}

	.layout-shadow-wrap .ng-table md-tabs md-content {
		padding: 50px 38px;
	}

	.layout-shadow-wrap .ng-table td {
		font-size: 14px;
		background: #fff;
		color: #00467f;
		border: 1px solid #d7e4eb;
		border-top: 1px solid #d7e4eb;
		vertical-align: middle;
		outline: 0;
		line-height: 16px;
	}

		.layout-shadow-wrap .ng-table td.shading {
			background: #f8f8f9;
		}

		.layout-shadow-wrap .ng-table td.accred-active,
		.layout-shadow-wrap .ng-table td.accred-expired,
		.layout-shadow-wrap .ng-table td.accred-expires-soon {
			color: #000;
			padding: 5px;
		}

		.layout-shadow-wrap .ng-table td.accred-expired {
			background: red;
		}

		.layout-shadow-wrap .ng-table td.accred-expires-soon {
			background: orange;
		}

		.layout-shadow-wrap .ng-table td.accred-active {
			background: #90ee90;
		}

		.layout-shadow-wrap .ng-table td.grey-cell {
			background: #eee;
		}

		.layout-shadow-wrap .ng-table td.td-label {
			width: 100px;
			vertical-align: top;
		}

	.layout-shadow-wrap .ng-table tr.totalRow td {
		font-weight: 700;
		border-top: 2px #33467f solid;
	}

	.layout-shadow-wrap .ng-table td.centered {
		text-align: center;
	}

	.layout-shadow-wrap .ng-table td.alignRight {
		text-align: right;
	}

	.layout-shadow-wrap .ng-table .ng-table-filters .filter {
		border: none;
		border-left: 1px solid #d7e4eb;
		border-right: 1px solid #d7e4eb;
	}

#tabsValidation .md-tab:nth-child(5),
#tabsValidation .md-tab:nth-child(6),
#tabsValidation .md-tab:nth-child(7) {
	background: #f0f0f0;
}

.tooltipMP {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted #000;
}

	.tooltipMP .tooltiptext {
		visibility: hidden;
		width: 120px;
		background-color: #000;
		color: #fff;
		text-align: center;
		border-radius: 6px;
		padding: 5px 0;
		position: absolute;
		z-index: 1;
		right: 15px;
		top: -15px;
	}

	.tooltipMP:hover .tooltiptext {
		visibility: visible;
	}

#tableHours td {
	padding: 5px;
}

div.eventEstablishments {
	border: 1px solid #ddd;
	border-bottom: 0;
	padding: 12px 14px;
}

	div.eventEstablishments:last-child {
		border-bottom: 1px solid #ddd;
	}

	div.eventEstablishments::after {
		content: "";
		display: block;
		clear: both;
	}

	div.eventEstablishments div {
		float: left;
	}

	div.eventEstablishments .entreprise {
		clear: both;
		width: 300px;
	}

		div.eventEstablishments .entreprise input {
			width: 290px;
			margin-top: 12px;
		}

	div.eventEstablishments .numreroboncommande {
		width: 222px;
	}

		div.eventEstablishments .numreroboncommande input {
			width: 212px;
		}

.accordionsContent div.eventEstablishments .entreprise {
	width: 282px;
}

div.eventEstablishments .prix {
	width: 85px;
}

	div.eventEstablishments .prix input {
		width: 78px;
	}

div.eventEstablishments .facture {
	width: 200px;
}

	div.eventEstablishments .facture input {
		width: 190px;
	}

div.eventEstablishments .courriel {
	width: 190px;
}

	div.eventEstablishments .courriel input {
		width: 190px;
	}

div.eventEstablishments .actif {
	width: 18px;
	text-align: left;
	line-height: 23px;
}

div.eventEstablishments .special {
	width: 125px;
	margin-right: 5px;
	text-align: center;
	line-height: 1;
}

div.eventEstablishments:not(.header) .special {
	color: #f2f2f7;
	background-color: #F44336;
	padding: .5rem;
}

div.eventEstablishments .paye {
	width: 45px;
	text-align: center;
}

div.eventEstablishments .inscription {
	margin-right: 6px;
}

div.eventEstablishments .files {
	width: 81px;
	position: relative;
}

	div.eventEstablishments .files .file-list {
		position: absolute;
		bottom: 100%;
		left: 50%;
		width: 190px;
		background: #fff;
		margin: 0 0 15px -95px;
		padding: 10px 15px;
		box-sizing: border-box;
		background-color: #ecf2f6;
	}

		div.eventEstablishments .files .file-list::before {
			content: "";
			display: block;
			position: absolute;
			top: 100%;
			left: 50%;
			margin-left: -10px;
			border-style: solid;
			border-width: 12px 10px 0;
			border-color: #ecf2f6 transparent transparent;
		}

		div.eventEstablishments .files .file-list li {
			padding-bottom: 4px;
		}

			div.eventEstablishments .files .file-list li:last-child {
				padding-bottom: 0;
			}

	div.eventEstablishments .files .file-list-close {
		display: block;
		position: absolute;
		top: -10px;
		right: -10px;
		width: 23px;
		line-height: 22px;
		padding-bottom: 1px;
		color: #fff;
		background-color: #00acdc;
		text-align: center;
		border-radius: 50%;
	}

div.eventEstablishments .delete {
	width: 25px;
	margin-top: 6px;
}

div.eventEstablishments .participants {
	width: 100%;
	margin-top: 10px;
}

div.eventEstablishments .nbr-participants {
	width: 125px;
	margin-right: 8px;
}

div.eventEstablishments .contact {
	width: 150px;
	margin-right: 8px;
}

div.eventEstablishments .email,
div.eventEstablishments .phone {
	width: 100px;
	min-width: 100px;
	min-height: 15px;
	margin-right: 5px;
}

div.eventEstablishments .contact-info-small {
	width: 190px;
	min-width: 190px;
	min-height: 15px;
	margin-right: 5px;
	word-break: break-all;
}

div.eventEstablishments .contact-info-large {
	width: 270px;
	min-width: 270px;
	min-height: 15px;
	margin-right: 5px;
	word-break: break-all;
}

div.eventEstablishments .nbr-participants input,
div.eventEstablishments .contact select {
	width: 100%;
}

.participantEditFirstName,
.participantEditLastName,
.participantEditEmail {
	width: 190px;
}

.participantEditDateNaissance {
	width: 140px;
}

.participantEditPhone {
	width: 130px;
}

.service-request-box {
	padding-top: 15px;
	border-top: 1px solid #ddd;
	margin-top: 15px;
}

	.service-request-box:first-child {
		padding-top: 0;
		border-top: 0;
		margin-top: 0;
	}

	.service-request-box::after {
		content: "";
		display: block;
		clear: both;
	}

.service-request-contact,
.service-request-name,
.service-request-billing,
.service-request-mailing {
	float: left;
	width: 25%;
}

	.service-request-contact select,
	.service-request-name input,
	.service-request-billing select,
	.service-request-mailing select {
		width: 90%;
	}

.service-request-list,
.service-request-action {
	float: left;
	width: 50%;
	margin-top: 15px;
}

.service-request-list-item {
	line-height: 22px;
}

	.service-request-list-item button {
		vertical-align: top;
	}

.service-request-list-new {
	width: 45%;
	margin-top: 5px;
}

	.service-request-list-new input {
		width: 100%
	}

.service-request-title {
	font-weight: 700;
	margin-bottom: 5px;
}

.service-request-note {
	margin-top: 5px;
}

.accordionsTop.error .accordionsTopLeft .btn {
	color: red !important;
}

.accordionsTop::after {
	content: "";
	display: block;
	clear: both;
}

.accordionsTopLeft {
	float: left;
	width: 100%;
	padding-right: 40px;
	margin-right: -40px;
	box-sizing: border-box;
}

.accordionsTopRight {
	float: left;
	width: 40px;
}

.accordionsTopLeft button {
	width: 100%;
	text-align: left !important;
}

.accordionsTopRight button {
	width: 100%;
}

.accordionsContent {
	padding: 8px;
	border: solid 1px #ddd;
}

.newUserRegistrationEmailMsg,
.participantEditEmailMsg {
	display: block;
}

.icon-checkbox {
	display: inline-block;
	width: 22px;
	line-height: 22px;
	text-align: center;
}

.EventInfoTable td {
	width: auto;
	min-width: 100px;
}

select.userRegistrationEmployeID {
	width: 95%;
}

.layout-shadow-wrap .ng-table td.bg-error {
	background: #ffeeee;
}

.formImpression {
	margin-bottom: 30px;
}

	.formImpression:last-child {
		margin-bottom: 0;
	}

.formImpressionEmailSpan,
.formImpressionEmailSpinner,
.formImpressionEmailSuccess,
.formImpressionEmailError,
.formImpressionEmailCourriel1,
.formImpressionEmailCourriel2,
.formImpressionEmailDiv,
.formImpressionEmailDiv li {
	display: none;
}

	.formImpressionEmailSpan.visible {
		display: inline;
	}

	.formImpressionEmailSuccess.visible,
	.formImpressionEmailError.visible,
	.formImpressionEmailCourriel1.visible,
	.formImpressionEmailCourriel2.visible {
		display: inline-block;
	}

	.formImpressionEmailDiv.visible {
		display: block;
	}

	.formImpressionEmailDiv li.visible {
		display: list-item;
	}

#formImpression.ajax-running {
	pointer-events: none;
}

	#formImpression.ajax-running .formImpressionEmailSpinner {
		display: inline-block;
	}

.formImpressionEmailDiv {
	margin-top: 10px;
}

	.formImpressionEmailDiv ul {
		list-style: outside;
		padding-left: 20px;
		margin-top: 10px;
	}

.AttestationImgItemCol:nth-child(odd) {
	clear: both;
}

.AttestationImgItem {
	display: block;
	position: relative;
	margin-bottom: 50px;
}

	.AttestationImgItem img {
		display: block;
		width: 100%;
	}

.AttestationImgSingle {
	position: relative;
	padding: 0 40px;
}

	.AttestationImgSingle .AttestationImgItem {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
		z-index: 1;
	}

	.AttestationImgSingle .AttestationPrev,
	.AttestationImgSingle .AttestationNext {
		display: block;
		position: absolute;
		top: 50%;
		width: 50px;
		height: 50px;
		line-height: 46px;
		padding-bottom: 4px;
		margin-top: -25px;
		background-color: #8DC63F;
		font-size: 36px;
		color: #fff;
		text-align: center;
		border-radius: 50%;
		z-index: 2;
	}

	.AttestationImgSingle .AttestationPrev {
		left: 0;
	}

	.AttestationImgSingle .AttestationNext {
		right: 0;
	}

.AttestationImgLabel {
	padding: 0 15px;
	text-align: center;
	margin-top: -16px;
}

	.AttestationImgLabel span {
		display: inline-block;
		background-color: #3e3e3f;
		padding: 5px 40px 7px;
		font-weight: 700;
		font-size: 16px;
		line-height: 20px;
		color: #fff;
	}

.user-fullname-top {
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	color: #00addc;
	text-align: center;
	padding: 40px 0;
}

.user-company-top {
	background-color: #00467f;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 6px 10px;
	margin-bottom: 20px;
}

.user-top-right {
	float: right;
}

.user-top-deconnexion {
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	color: #00addc;
	text-align: center;
	float: left;
	margin: 16px 20px 0 0;
}

.user-menu-button {
	float: left;
	background-color: #00addc;
	font-size: 21px;
	color: #fff !important;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin: 16px 0 0;
	-webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
	-ms-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
}

	.user-menu-button:hover {
		background-color: #00467f;
	}

.user-menu-container {
	background-color: #ecf2f6;
	display: none;
}

	.user-menu-container ul {
		padding: 3px 50px;
	}

		.user-menu-container ul li {
			border-top: solid 1px #01457f;
		}

			.user-menu-container ul li:first-child {
				border-top: 0;
			}

			.user-menu-container ul li.user-menu-deconnexion {
				display: none;
			}

			.user-menu-container ul li a {
				display: block;
				font-size: 20px;
				line-height: 24px;
				padding: 7px 0;
				color: #01457f;
			}

				.user-menu-container ul li a:hover {
					text-decoration: none;
					color: #00acdc;
				}

.AttestationImgSingleBelow {
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
}

	.AttestationImgSingleBelow::after {
		content: "";
		display: block;
		clear: both;
	}

.AttestationImgSingleButton {
	float: left;
	width: 25%;
}

	.AttestationImgSingleButton.btnSMS {
		display: none;
	}

	.AttestationImgSingleButton a,
	.AttestationImgSingleButton button {
		display: block;
		background-color: #00addc;
		font-size: 21px;
		color: #fff !important;
		width: 36px;
		height: 36px;
		line-height: 36px;
		text-align: center;
		outline: none;
		margin: 0 auto;
		border: 0;
		border-radius: 0;
		padding: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

.AttestationImgSingleCourriel,
.AttestationImgSingleSMS {
	display: none;
	margin-top: 30px;
}

.AttestationImgSingleCourriel-label,
.AttestationImgSingleSMS-label {
	float: left;
	width: 100%;
	margin-bottom: 6px;
	text-align: center;
}

.AttestationImgSingleCourriel-field,
.AttestationImgSingleSMS-field {
	float: left;
	width: 100%;
	padding-right: 36px;
	margin-right: -36px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.AttestationImgSingleCourriel-submit,
.AttestationImgSingleSMS-submit {
	float: left;
	width: 36px;
	position: relative;
	z-index: 2;
}

.AttestationImgSingleCourriel-message,
.AttestationImgSingleSMS-message {
	float: left;
	width: 100%;
	margin-top: 6px;
	text-align: center;
}

	.AttestationImgSingleCourriel-label label,
	.AttestationImgSingleCourriel-message p,
	.AttestationImgSingleSMS-label label,
	.AttestationImgSingleSMS-message p {
		font-size: 18px;
	}

.AttestationImgSingleCourriel-field input[type="email"],
.AttestationImgSingleSMS-field input[type="tel"] {
	font-family: inherit;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #01457f;
	background-color: #ecf2f6;
	margin: 0;
	border: 0;
	border-radius: 0;
	padding: 5px 9px 7px;
	width: 100%;
	box-sizing: border-box;
}

.AttestationImgSingleCourriel-submit a,
.AttestationImgSingleSMS-submit a {
	display: block;
	background-color: #00addc;
	font-size: 21px;
	color: #fff !important;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin: 0 auto;
}

.AttestationImgSingleCourriel-submit .loading-fa,
.AttestationImgSingleSMS-submit .loading-fa {
	display: none;
}

.AttestationImgSingleCourriel.ajax-running .AttestationImgSingleCourriel-submit .submit-fa,
.AttestationImgSingleSMS.ajax-running .AttestationImgSingleSMS-submit .submit-fa {
	display: none;
}

.AttestationImgSingleCourriel.ajax-running .AttestationImgSingleCourriel-submit .loading-fa,
.AttestationImgSingleSMS.ajax-running .AttestationImgSingleSMS-submit .loading-fa {
	display: inline-block;
}

.AttestationImgSingleCourriel-message,
.AttestationImgSingleCourriel-message-success,
.AttestationImgSingleCourriel-message-error,
.AttestationImgSingleCourriel-message-courriel,
.AttestationImgSingleSMS-message,
.AttestationImgSingleSMS-message-success,
.AttestationImgSingleSMS-message-error,
.AttestationImgSingleSMS-message-number {
	display: none;
}

	.AttestationImgSingleCourriel-message.visible,
	.AttestationImgSingleCourriel-message-success.visible,
	.AttestationImgSingleCourriel-message-error.visible,
	.AttestationImgSingleCourriel-message-courriel.visible,
	.AttestationImgSingleSMS-message.visible,
	.AttestationImgSingleSMS-message-success.visible,
	.AttestationImgSingleSMS-message-error.visible,
	.AttestationImgSingleSMS-message-number.visible {
		display: block;
	}

.layout-shadow-wrap.body-contact-employe .container-fluid {
	background: #fff;
}

.alt-md-padding {
	padding: 0;
	border: 0 !important;
	overflow: initial;
}

.addtohomescreen {
	display: none;
}

	.addtohomescreen.visible {
		display: list-item;
	}

.layout-shadow-wrap.body-contact-employe .container-fluid .section-header {
	margin-bottom: 0;
	border-bottom: 0;
}

.strong {
	font-weight: 700;
}

.invalid {
	border-color: #f00;
}

.form-margin-top {
	margin-top: 40px;
}

.formImpressionEmploye {
	display: block;
	text-align: center;
}

	.formImpressionEmploye .btn {
		margin: 1px 0;
	}

.formImpressionEmployeContainer {
	text-align: center;
}

	.formImpressionEmployeContainer .formImpressionEmploye {
		display: inline-block;
	}

.formImpressionEmployeSpinner {
	display: none;
}

.formImpressionEmployeResponse {
	display: none;
	max-width: 130px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.formImpressionEmployeSuccess,
.formImpressionEmployeError,
.formImpressionEmployeCourriel {
	display: none;
}

	.formImpressionEmployeResponse.visible,
	.formImpressionEmployeSuccess.visible,
	.formImpressionEmployeError.visible,
	.formImpressionEmployeCourriel.visible {
		display: block;
	}

.formImpressionEmploye.ajax-running .formImpressionEmployeEnveloppe {
	display: none;
}

.formImpressionEmploye.ajax-running .formImpressionEmployeSpinner {
	display: inline-block;
}

#userRegistrationsContainer {
	margin-bottom: 10px;
}

#listParticipant {
	margin-bottom: 10px;
}

input[type="checkbox"][data-employe-active="false"],
input[type="radio"][data-employe-active="false"] {
	display: none;
}

.email-sent-true,
.email-sent-false,
.email-sent-del {
	display: none;
}

.email-sent[data-email-sent="true"] .email-sent-true,
.email-sent[data-email-sent="false"] .email-sent-false {
	display: inline;
}

.email-sent[data-employe-active="false"] .email-sent-true,
.email-sent[data-employe-active="false"] .email-sent-false {
	display: none;
}

.email-sent[data-employe-active="false"] .email-sent-del {
	display: inline;
}

.modifier-employe-container {
	text-align: center;
}

.modifier-employe-true,
.modifier-employe-false {
	display: none;
}

.modifier-employe-container[data-employe-active="true"] .modifier-employe-true,
.modifier-employe-container[data-employe-active="false"] .modifier-employe-false {
	display: inline;
}

.spinner-addNewUserRegistration {
	display: none;
}

#userRegistrationsNewEmploye.ajax-running .spinner-addNewUserRegistration {
	display: inline-block;
}

.zoom-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: #111;
}

.zoom-box-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	overflow: auto;
}

.zoom-box-close,
.zoom-box-close:focus,
.zoom-box-close:hover {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
	width: 40px;
	height: 40px;
	font-size: 25px;
	line-height: 40px;
	color: #00addc;
	text-align: center;
}

.display-table {
	display: table;
	width: 100%;
	height: 100%;
}

.display-cell {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.zoom-box img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

html.no-scroll {
	overflow: hidden;
}

.btns-password-container {
	text-align: right;
	margin: 0 0 10px;
}

#userRegistrationsEmploye td,
.userRegistrationsEmploye td {
	vertical-align: bottom;
}

	#userRegistrationsEmploye td select,
	#userRegistrationsEmploye td input,
	.userRegistrationsEmploye td select,
	.userRegistrationsEmploye td input {
		vertical-align: top;
	}

table[ng-controller="DuplicateEmployesCtrl"] tr.inactive td {
	background: #eee;
	color: #7d9ab7;
}

table[ng-controller="DuplicateEmployesCtrl"] tr.inactive input,
table[ng-controller="DuplicateEmployesCtrl"] tr.inactive button {
	display: none;
}

.btn-linkuser {
	display: none;
}

div[data-linkgroup="0"] .btn-linkuser {
	display: inline-block;
}

.layout-shadow-wrap .btn-bleu,
.shadow-wrap .btn-bleu {
	background-color: #00acdc !important;
	color: #fff !important;
}

.btn-bleu.btn-default {
	text-shadow: 0 1px 0 #00acdc;
}

.layout-shadow-wrap .btn-rouge,
.shadow-wrap .btn-rouge {
	background-color: #db2c00 !important;
	color: #fff !important;
}

.btn-rouge.btn-default {
	text-shadow: 0 1px 0 #db2c00;
}

.btn-lowercase {
	text-transform: none;
}

.custom-form-field {
	margin-bottom: 30px;
}

	.custom-form-field textarea {
		background-color: #fff;
		margin-top: 10px;
	}

		.custom-form-field textarea + .md-errors-spacer {
			display: none;
		}

.radio-label {
	margin-top: 10px;
	max-width: 180px;
}

	.radio-label::after {
		content: "";
		display: block;
		clear: both;
	}

.radio-label-left {
	float: left;
}

.radio-label-right {
	float: right;
}

.radio-moyenne {
	margin-top: 10px;
}

.radio-result {
	margin-top: 5px;
}

.radio-result-label {
	display: inline-block;
	width: 100px;
	vertical-align: bottom;
}

.radio-result-bar {
	display: inline-block;
	background-color: #00acdc;
	height: 17px;
	vertical-align: bottom;
	margin-top: 2px;
}

.radio-container {
	margin-top: 5px;
}

	.radio-container::after {
		content: "";
		display: block;
		clear: both;
	}

	.radio-container label {
		color: rgb(0,70,127) !important;
		margin-right: 15px;
		float: left;
	}

		.radio-container label:last-child {
			margin-right: 0;
		}

		.radio-container label.radio-na {
			margin-left: 15px;
		}

.ajax-running-general {
	opacity: .5;
	pointer-events: none;
}

.ajax-running-pointer-event {
	pointer-events: none;
}

.send-sondage-container {
	margin: 0 0 10px;
}

	.send-sondage-container.alt-style {
		margin: 10px 0 0;
	}

.sondage-info {
	margin-bottom: 30px;
}

	.sondage-info::after {
		content: "";
		display: block;
		clear: both;
	}

	.sondage-info h3 {
		font-size: 24px;
		padding: 0 0 24px;
		text-align: center;
		float: left;
		width: 100%;
	}

	.sondage-info p {
		float: left;
		width: 50%;
		margin-bottom: 5px;
	}

		.sondage-info p:nth-child(even) {
			clear: both;
		}

	.sondage-info.alt-style {
		margin-bottom: 20px;
	}

		.sondage-info.alt-style h3 {
			text-align: left;
		}

.custom-form-total {
	text-align: right;
}

.custom-form-total-left {
	text-align: left;
}

.programme-prevention {
	background: #4b6cc4;
	border: solid 1px #344d8f;
	color: #fff;
	padding: 6px 12px;
	cursor: initial;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	display: inline-block;
}

input[type="radio"].radio-no-click,
.radio-no-click input[type="radio"] {
	pointer-events: none;
}

.accordion {
	display: flex;
	flex-direction: column;
	width: 100%;
	border: 1px solid #ddd;
	border-collapse: collapse;
	margin-bottom: 10px;
}

	/* Header */
	.accordion > .accordion-header {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		background: #eee;
		border: 1px solid #ddd;
		min-height: 40px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 15px;
		padding-right: calc(15px + 40px);
		position: relative;
		cursor: pointer;
	}

		.accordion > .accordion-header > * {
			padding-top: 0;
			padding-bottom: 0;
		}

		.accordion > .accordion-header::after {
			content: '\f078';
			display: flex;
			width: 40px;
			justify-content: center;
			align-items: center;
			position: absolute;
			top: 0;
			bottom: 0;
			right: 0;
			font-family: 'FontAwesome';
			font-size: 20px;
			color: #666;
			transform: rotate(0, 0);
			transition: transform ease-in 250ms;
		}

	.accordion:not(.accordion-closed):not(.accordion-opened) > .accordion-header::after, .accordion.accordion-closed > .accordion-header::after {
		/* If closed */
	}

	.accordion.accordion-opened > .accordion-header::after {
		transform: rotate(180deg);
	}

	.accordion > .accordion-header > .accordion-header-spacer {
		flex: 1 0 auto;
	}

	/* Body */
	.accordion > .accordion-body {
		overflow: visible;
		box-sizing: border-box;
		padding: 10px 20px;
		/*    transition: max-height ease-in 150ms, overflow;*/
		overflow: hidden;
	}

	.accordion:not(.accordion-closed):not(.accordion-opened) > .accordion-body, .accordion.accordion-closed > .accordion-body {
		padding-top: 0px;
		padding-bottom: 0px;
		max-height: 0;
	}

	.accordion.accordion-closed > .accordion-body {
		animation: AccordionClosed 150ms;
	}

	.accordion.accordion-opened > .accordion-body {
		animation: AccordionOpened 150ms;
	}

@keyframes AccordionOpened {
	0% {
		padding-top: 0px;
		padding-bottom: 0px;
		max-height: 0;
	}

	100% {
		padding-top: 10px;
		padding-bottom: 10px;
		max-height: none;
	}
}

@keyframes AccordionClosed {
	0% {
		padding-top: 10px;
		padding-bottom: 10px;
		max-height: 2500px;
	}

	100% {
		padding-top: 0px;
		padding-bottom: 0px;
		max-height: 0;
	}
}

.selectable {
	user-select: all;
}

/* A regarder pour normalizer les styles pour CKEditor */

.ck-content h1,
.ck-content h2,
.ck-content h3,
.ck-content h4,
.ck-content h5,
.ck-content h6,
.ck-content blockquote,
.ck-content ul,
.ck-content ol,
.ck-content p,
.ck-content hr {
	font-size: 11px;
	font-family: Arial, sans-serif;
	line-height: 16px;
	text-size-adjust: auto;
	padding-top: 2px;
	padding-bottom: 2px;
}

.ck-content ul, .ck-content ol {
	list-style: initial;
	padding-left: 25px;
}

.ck-content ol {
	list-style: decimal;
}

.ck-content h1 {
	font-size: 21px !important;
	font-weight: 400 !important;
}

.ck-content h2 {
	font-size: 19px !important;
}

.ck-content h3 {
	font-size: 17px !important;
	padding-bottom: 0 !important;
}

.ck-content h4 {
	font-size: 15px !important;
	padding-bottom: 0 !important;
}

.ck-content h5 {
	font-size: 14px !important;
	padding-bottom: 0 !important;
}

.ck-content h6 {
	font-size: 14px !important;
	font-weight: bold !important;
	padding-bottom: 0 !important;
}

.ck-content blockquote {
	padding-left: 20px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	border-left: 5px solid #ccc !important;
}

.ck-content ul,
.ck-content ol {
	padding-left: 20px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: 11px !important;
	margin-bottom: 11px !important;
}

.ck-content p {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.ck-content hr {
	margin: 15px 0 !important;
	height: 4px !important;
	background: #dedede !important;
	border: 0 !important;
}

.ck-content i {
	font-style: italic;
}

.ck-content u {
	text-decoration: underline;
}

.ck-content strong {
	font-weight: bold;
}

.redbg td {
	background-color: #f7e4e4 !important;
}

.yellowbg td {
	background-color: #f7f0e4 !important;
}

.greenbg td {
	background-color: #e4f7e5 !important;
}

#expenseAccountDiv > section > table.table.table-bordered tr td {
	padding: 15px 8px;
}

	#expenseAccountDiv > section > table.table.table-bordered tr td div[layout] {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

#expenseAccountDiv > section md-input-container div.md-errors-spacer {
	display: none;
}

input[type="text"].disabled {
	pointer-events: none;
	background-color: #eef2f5;
	color: #000;
	font-weight: 700;
}

.NotComplete td {
	background-color: #f7e4e4 !important;
}

table.table.valign-top td,
table.table.valign-top th {
	vertical-align: top;
}

table.table tr td .expense {
	margin-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #eee;
}

	table.table tr td .expense:last-child {
		border-bottom: none;
	}

.expense label {
	cursor: pointer;
}

.list-product-add {
	float: right;
}

	.list-product-add select,
	.list-product-add button {
		vertical-align: top;
	}

.modal-email-message {
	text-align: left;
}

	.modal-email-message p {
		margin-bottom: 16px;
	}

.variables-list {
	line-height: 24px;
}

.select-on-click {
	background: #b5c9d8;
	padding: 1px 6px;
	user-select: all;
}

.subtitle {
	border-bottom: 1px #ecf2f6 solid;
	margin: 1.5rem 0;
	font-weight: bold;
}

@media only screen and (min-width: 768px) {
	.table-contact-employes tr td:nth-child(4), .table-contact-employes tr th:nth-child(4) {
		display: none;
	}

	.table-formateur-session tr td:nth-child(5),
	.table-formateur-session tr th:nth-child(5) {
		display: none;
	}

	.table-contact-formation tr td:nth-child(5),
	.table-contact-formation tr th:nth-child(5) {
		display: none;
	}

	.table-contact-formation-employe tr td:nth-child(7),
	.table-contact-formation-employe tr th:nth-child(7) {
		display: none;
	}

	.table-contact-formation-single-employe tr td:nth-child(4),
	.table-contact-formation-single-employe tr th:nth-child(4) {
		display: none;
	}

	.table-contact-formation-employe.show-establishment tr td:nth-child(7),
	.table-contact-formation-employe.show-establishment tr th:nth-child(7) {
		display: table-cell;
	}

	.table-contact-formation-employe.show-establishment tr td:nth-child(8),
	.table-contact-formation-employe.show-establishment tr th:nth-child(8) {
		display: none;
	}
}

@media only screen and (max-width: 1199px) {

	.AttestationImgSingle .AttestationPrev {
		left: -30px;
	}

	.AttestationImgSingle .AttestationNext {
		right: -30px;
	}

	.clear-1199 {
		clear: both;
	}
}

@media only screen and (max-width: 1023px) {

	.layout-shadow-wrap.body-contact-employe div.eventEstablishments .entreprise {
		width: 285px;
	}

	.layout-shadow-wrap.body-contact-employe div.eventEstablishments .facture,
	.layout-shadow-wrap.body-contact-employe div.eventEstablishments .courriel {
		width: 160px !important;
	}

		.layout-shadow-wrap.body-contact-employe div.eventEstablishments .facture input,
		.layout-shadow-wrap.body-contact-employe div.eventEstablishments .courriel input {
			width: 95% !important;
		}
}

@media only screen and (max-width: 959px) {

	.layout-shadow-wrap.body-contact-employe .container-fluid .section-header {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 850px) {

	.layout-shadow-wrap.body-contact-employe .layout,
	.layout-shadow-wrap.body-contact-employe .layout-column,
	.layout-shadow-wrap.body-contact-employe .layout-row {
		display: block;
	}

	.layout-shadow-wrap.body-contact-employe .flex {
		display: block;
		-webkit-flex: initial;
		-ms-flex: initial;
		flex: initial;
	}

	.layout-shadow-wrap.body-contact-employe .layout-row > .flex-40 {
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: 100%;
		max-height: 100%;
		box-sizing: border-box;
	}

	.layout-shadow-wrap.body-contact-employe div.eventEstablishments .entreprise {
		width: 250px;
	}

	.layout-shadow-wrap.body-contact-employe div.eventEstablishments .facture,
	.layout-shadow-wrap.body-contact-employe div.eventEstablishments .courriel {
		width: 140px !important;
	}
}

@media only screen and (max-width: 767px) {

	.layout-shadow-wrap.body-contact-employe .top-nav,
	.user-menu-container ul,
	.layout-shadow-wrap.body-contact-employe .container-fluid {
		padding-left: 35px;
		padding-right: 35px;
	}

	.AttestationImgSingle .AttestationNext,
	.AttestationImgSingle .AttestationPrev {
		width: 45px;
		height: 45px;
		line-height: 42px;
		padding-bottom: 3px;
		font-size: 33px;
	}

	.AttestationImgSingle .AttestationPrev {
		left: -20px;
	}

	.AttestationImgSingle .AttestationNext {
		right: -20px;
	}

	.AttestationImgLabel {
		padding: 0 5px;
	}

		.AttestationImgLabel span {
			padding: 5px 20px 7px;
			font-size: 14px;
			line-height: 18px;
		}

	.user-fullname-top {
		padding: 30px 0;
	}

	.table-contact-employes tr td:nth-child(1),
	.table-contact-employes tr th:nth-child(1),
	.table-contact-employes tr td:nth-child(2),
	.table-contact-employes tr th:nth-child(2),
	.table-contact-employes tr td:nth-child(3),
	.table-contact-employes tr th:nth-child(3) {
		display: none;
	}

	.layout-shadow-wrap .table-contact-employes .btn-default-small {
		margin: 1px;
	}

	.table-formateur-session tr td:nth-child(1),
	.table-formateur-session tr th:nth-child(1),
	.table-formateur-session tr td:nth-child(2),
	.table-formateur-session tr th:nth-child(2),
	.table-formateur-session tr td:nth-child(3),
	.table-formateur-session tr th:nth-child(3),
	.table-formateur-session tr td:nth-child(4),
	.table-formateur-session tr th:nth-child(4) {
		display: none;
	}

	.table-contact-formation tr td:nth-child(1),
	.table-contact-formation tr th:nth-child(1),
	.table-contact-formation tr td:nth-child(2),
	.table-contact-formation tr th:nth-child(2),
	.table-contact-formation tr td:nth-child(3),
	.table-contact-formation tr th:nth-child(3),
	.table-contact-formation tr td:nth-child(4),
	.table-contact-formation tr th:nth-child(4) {
		display: none;
	}

	.table-contact-formation-employe tr td:nth-child(2),
	.table-contact-formation-employe tr th:nth-child(2),
	.table-contact-formation-employe tr td:nth-child(3),
	.table-contact-formation-employe tr th:nth-child(3),
	.table-contact-formation-employe tr td:nth-child(4),
	.table-contact-formation-employe tr th:nth-child(4),
	.table-contact-formation-employe tr td:nth-child(5),
	.table-contact-formation-employe tr th:nth-child(5),
	.table-contact-formation-employe tr td:nth-child(6),
	.table-contact-formation-employe tr th:nth-child(6) {
		display: none;
	}

	.table-contact-formation-employe.show-establishment tr td:nth-child(7),
	.table-contact-formation-employe.show-establishment tr th:nth-child(7) {
		display: none;
	}

	.table-contact-formation-single-employe tr td:nth-child(1),
	.table-contact-formation-single-employe tr th:nth-child(1),
	.table-contact-formation-single-employe tr td:nth-child(2),
	.table-contact-formation-single-employe tr th:nth-child(2),
	.table-contact-formation-single-employe tr td:nth-child(3),
	.table-contact-formation-single-employe tr th:nth-child(3) {
		display: none;
	}
}

@media only screen and (max-width: 699px) {

	.user-top-deconnexion {
		display: none;
	}

	.user-menu-container ul li.user-menu-deconnexion {
		display: list-item;
	}

	.sondage-info p {
		width: 100%;
	}
}

@media only screen and (max-width: 599px) {

	.shadow-wrap {
		margin-bottom: 20px;
	}

		.layout-shadow-wrap .top-nav, .shadow-wrap .top-nav {
			margin: 20px auto 0;
		}

	.layout-shadow-wrap.body-contact-employe {
		margin-bottom: 20px;
	}

	.login-responsive .layout,
	.login-responsive .layout-column,
	.login-responsive .layout-row {
		display: block;
	}

	.login-responsive .flex {
		-webkit-flex: initial;
		-ms-flex: initial;
		flex: initial;
		width: 100%;
	}

	.login-responsive .layout-row > .flex-50 {
		-webkit-flex: initial;
		-ms-flex: initial;
		flex: initial;
		width: 100%;
		max-width: 100%;
	}

	.layout-shadow-wrap.body-contact-employe .topLogo-container {
		width: 100%;
		min-width: 1px;
		max-width: 383px;
		margin-left: 0;
		margin-right: auto;
		display: block;
		padding-right: 50px;
	}

	.layout-shadow-wrap.body-contact-employe .top-nav .topLogo {
		background-size: 100% auto;
		width: 100%;
		height: auto;
		padding-top: 20.124%;
		margin-left: auto;
		margin-right: auto;
	}

	.user-menu-button {
		float: none;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -18px;
	}
}

@media only screen and (max-width: 479px) {

	.login-responsive md-tabs .md-tab,
	.login-responsive md-tabs.md-default-theme .md-tab {
		padding: 12px
	}

	.login-responsive .md-tab {
		font-size: 13px;
	}

	.layout-shadow-wrap.body-contact-employe .top-nav,
	.user-menu-container ul,
	.layout-shadow-wrap.body-contact-employe .container-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}

	.AttestationImgSingle .AttestationNext,
	.AttestationImgSingle .AttestationPrev {
		width: 40px;
		height: 40px;
		line-height: 37px;
		padding-bottom: 3px;
		font-size: 30px;
	}

	.AttestationImgSingle .AttestationPrev {
		left: -10px;
	}

	.AttestationImgSingle .AttestationNext {
		right: -10px;
	}
}

@media only screen and (max-width: 419px) {

	.AttestationImgSingle {
		padding: 0 22px;
	}

		.AttestationImgSingle .AttestationNext,
		.AttestationImgSingle .AttestationPrev {
			width: 32px;
			height: 32px;
			line-height: 30px;
			padding-bottom: 2px;
			font-size: 23px;
		}

		.AttestationImgSingle .AttestationPrev {
			left: -15px;
		}

		.AttestationImgSingle .AttestationNext {
			right: -15px;
		}

	.AttestationImgSingleCourriel-label label,
	.AttestationImgSingleCourriel-message p,
	.AttestationImgSingleSMS-label label,
	.AttestationImgSingleSMS-message p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 355px) {

	.AttestationImgSingleCourriel-label label,
	.AttestationImgSingleCourriel-message p,
	.AttestationImgSingleSMS-label label,
	.AttestationImgSingleSMS-message p {
		font-size: 14px;
	}

	.AttestationImgLabel span {
		padding: 4px 12px 6px;
		font-size: 12px;
		line-height: 16px;
	}
}

/*@media screen and (min-width: 2000px) {
	.layout-shadow-wrap {
		max-width: 2150px;
	}
}*/

@media print {

	a::after {
		content: "" !important;
		display: none !important;
	}

	body {
		-webkit-print-color-adjust: exact !important;
	}

	.layout-shadow-wrap.body-contact-employe .top-nav,
	.user-menu-container,
	.user-fullname-top,
	.AttestationImgSingleBelow,
	.AttestationImgSingle .AttestationNext,
	.AttestationImgSingle .AttestationPrev,
	.AttestationImgLabel {
		display: none !important;
	}

	.AttestationImgSingle {
		padding: 0;
	}

		.AttestationImgSingle .AttestationImgItem {
			margin: 0 -50px;
		}



	.expense-print > md-content {
		border: none !important;
		overflow: visible;
	}

	.expense-print .expense-print-form,
	.expense-print .total-account {
		page-break-before: always;
	}

	.expense-print table tr td {
		vertical-align: top;
	}

		.expense-print table tr td .expense {
			display: inline-block;
			width: 100%;
		}

			.expense-print table tr td .expense label.small {
				width: 100%;
				display: block;
			}

	.expense-print-form md-input-container .md-errors-spacer {
		display: none;
	}
}
