/*---------------------------------------------------------------------------------------
TABLES
--------------------------------------------------------------------------------------- */

table {
	margin-bottom: 1em;
	font-size: 1.4em;
	width: 100%;
}

.tableContainer {
	margin-bottom: 1.4em;
	overflow-x: auto;
	width: 100%;
}

.tableContainer table {
	margin-bottom: 0;
}

.scrollable {
	margin-bottom: 1em;
	overflow-x: auto;
	width: 100%;
	position: relative;
}

.tableContainer::-webkit-scrollbar,
.scrollable::-webkit-scrollbar {
	height: 12px;
}

.tableContainer::-webkit-scrollbar-track,
.scrollable::-webkit-scrollbar-track {
	background: #fff;
}

.tableContainer::-webkit-scrollbar-thumb,
.scrollable::-webkit-scrollbar-thumb {
	border-radius: .5em;
	background: #d5d5d5;
}

.scrollable table {
	margin-bottom: 0;
}

.fullWidth {
	width: 100%;
}

th,
td {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 1em 1.2em;
	text-align: left;
	vertical-align: top;
}

th:first-child,
td:first-child {
	border-left: 0;
}

td img {
	vertical-align: -40%;
}

table p,
table ul,
table ol {
	font-size: 1em;
}

thead th {
	background: #d9e5f6;
	color: #2A2A2A;
	font-weight: bold;
	text-align: center;
}

table td a {
	color: #000!important;
	border-bottom: dotted 1px;
	text-decoration: none;
}

table td a:hover {
	border-bottom: solid 1px;
	text-decoration: none;
	color: #000;
}

thead th h3,
thead th a:link,
.content thead th a:visited,
thead th a:hover {
	border-color: #fff;
	color: inherit;
}

tbody tr th,
tbody tr td {
	background-color: #e5f6ff;
}

tbody tr:nth-child(even) th,
tbody tr:nth-child(even) td {
	background-color: #f2faff;
}

tbody tr:last-child th,
tbody tr:last-child td {
	border-bottom: 0;
}


/*---------------------------------------------------------------------------------------
Tables with highlighted rows or cells
--------------------------------------------------------------------------------------- */

thead tr.highlight th,
thead tr.highlight td,
thead tr th.highlight,
thead tr td.highlight,
tbody tr.highlight th,
tbody tr.highlight td,
tbody tr th.highlight,
tbody tr td.highlight {
	background: #F8E08E;
	font-weight: bold;
}

thead tr.highlight:nth-child(even) th,
thead tr.highlight:nth-child(even) td,
thead tr:nth-child(even) th.highlight,
thead tr:nth-child(even) td.highlight,
tbody tr.highlight:nth-child(even) th,
tbody tr.highlight:nth-child(even) td,
tbody tr:nth-child(even) th.highlight,
tbody tr:nth-child(even) td.highlight {
	background: #FFF599;
}


/*--------------------------------------------------------------------------------------- */


/* APCOM DATA TABLES
  --------------------------------------------------------------------------------------- */

table.dataTable.no-footer {
	border-bottom: none
}

table.dataTable tfoot th {
	text-align: right !important;
	background: #e5e5e2;
}

table.dataTable>tbody>tr.child ul li:last-child {
	border: 0!important;
}

.dataTables_wrapper .dataTables_length {
	float: right!important;
}

.dataTables_wrapper .dataTables_length label {
	font-weight: normal;
}

table.dataTable>tbody>tr.child ul li:last-child {
	border-bottom: medium none;
}

table.dataTable tbody th,
table.dataTable tbody td {
	padding: 8px 2px;
}

table.dataTable thead th,
table.dataTable thead td {
	border-bottom: 1px solid #fff!important;
}

table.dataTable thead .sorting {
	background-image: url("../images/icons/sort_both.png");
	background-position: 100% 0.65em;
	background-repeat: no-repeat;
}

table.dataTable tfoot th,
table.dataTable tfoot td,
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
	border-top: 1px solid #fff!important;
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
	background-color: #F8E08E!important;
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
	background-color: #FFF599!important;
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
	background: rgba(242, 195, 112, 0.2) none repeat scroll 0% 0%!important;
}

table.dataTable>tbody>tr.child ul li:first-child {
	padding-top: 0px!important;
}

table.dataTable>tbody>tr.child ul li {
	/* border-bottom: 1px solid #D9DCDC!important; */
	background-image: none!important;
	padding: 0.5em 0px;
}

table.dataTable>tbody>tr.child ul {
	display: block!important;
	list-style-type: none!important;
	padding: 0px!important;
}

table.dataTable.dtr-column>tbody>tr>td.control:before,
table.dataTable.dtr-column>tbody>tr>th.control:before {
	top: 50%;
	left: 50%;
	height: 25px;
	width: 25px;
	margin-top: -12px;
	margin-left: -13px;
	display: block;
	position: absolute;
	color: #004FB6!important;
	border: 0!important;
	border-radius: 0;
	box-sizing: content-box;
	text-align: left;
	text-indent: 2px;
	line-height: 16px;
	background: transparent url("../images/icons/icon-plus-black.svg") 50% 50% no-repeat!important;
	background-position: 50% 50%;
	content: ''!important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none!important;
}

table.dataTable.dtr-column>tbody>tr.parent td.control:before,
table.dataTable.dtr-column>tbody>tr.parent th.control:before {
	text-indent: !important;
	content: '';
	background: transparent url("../images/icons/icon-minus-black.svg") 50% 50% no-repeat!important;
}

.dataTables_length label {
	display: inline-block!important;
	font-size: 1.25em!important;
	float: right!important;
}

.dataTables_length label select {
	width: 9em!important;
	font-size: 0.875em;
	font-weight: normal!important;
}

.dataTables_wrapper input,
.dataTables_wrapper select,
.dataTables_wrapper textarea {
	border: 2px solid #cccccc;
	border-radius: 5px!important;
	font-size: 1em!important;
	line-height: 1.2857!important;
	max-width: auto!important;
	min-width: 2em!important;
	padding: 0.2em!important;
}

.dataTables_wrapper input[type="checkbox"] {
	min-width: auto!important;
	margin: 0 auto;
}


/**************************************/

.dataTables_wrapper .dataTables_info,
.dataTables_paginate {
	font-size: 1.25em!important;
}


/*Pagination*/

.dataTables_wrapper .dataTables_paginate {
	padding-top: 1em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	background: #000 none repeat scroll 0% 0%!important;
	border: none!important;
	box-shadow: 0px;
	color: #000!important;
	cursor: pointer!important;
	display: inline-block!important;
	font-weight: bold!important;
	padding: 0.5em 0.25em!important;
	text-align: center!important;
	text-decoration: none!important;
	transition: background-color 0.3s ease 0s!important;
	min-width: 2.5em!important;
	border-radius: 9999em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #fff !important;
	background: #004FB6!important;
	box-shadow: 0px 0.0625em 0px 0px #333!important;
	cursor: default!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:first-child,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	cursor: default!important;
	color: #004FB6!important;
	border: none!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	cursor: default;
	color: #004FB6!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
	background: #EFEFEF url("../images/icons/arrow-back.svg")!important;
	background-size: 0.7em auto!important;
	background-position: 10% center!important;
	background-repeat: no-repeat!important;
	padding: 0.5em 0.7em 0.5em 2.5em!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
	color: #fff !important;
	background: #004FB6 url("../images/icons/arrow-back-white.svg")!important;
	background-size: 0.7em auto!important;
	background-position: 8% center!important;
	background-repeat: no-repeat!important;
	transition: background-color 0.3s ease 0s!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next:last-child {
	background: #EFEFEF url("../images/icons/arrow.svg")!important;
	background-size: 0.7em auto!important;
	background-position: 87% center!important;
	background-repeat: no-repeat!important;
	padding: 0.5em 2.5em 0.5em 0.7em!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
	color: #fff !important;
	background: #004FB6 url("../images/icons/arrow-white.svg")!important;
	background-size: 0.7em auto!important;
	background-position: 90% center!important;
	background-repeat: no-repeat!important;
	transition: background-color 0.3s ease 0s!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: white !important;
	border: none!important;
	background-color: #0067D8!important;
	/* W3C */
}

#gridmultitableNew_paginate {
	display: inline-block;
	width: 100%;
	float: none;
}

.dataTable span.clearfix::before,
.spanclearfix::after {
	display: block;
}

tr.child span.clearfix:after {
	clear: none;
	float: left;
}

table.dataTable>tbody>tr.child span.dtr-title {
	display: block;
	font-weight: bold;
	/* border-bottom: 1px solid #D5D5D5; */
	padding: 0.5em;
	background-color: #f1f3f8;
	margin: -0.5em 0 0.5em 0;
}

@media only screen and (min-width: 35em) {
	#gridmultitableNew_paginate {
		display: inline-block;
		width: auto;
		float: right;
		padding-top: 1em;
	}
}


/*---------------------------------------------------------------------------------------
TABLES
--------------------------------------------------------------------------------------- */

table {
	margin-bottom: 1em;
	font-size: 1.4em;
	width: 100%;
}

.tableContainer {
	margin-bottom: 1.4em;
	overflow-x: auto;
	width: 100%;
}

.tableContainer table {
	margin-bottom: 0;
}

.scrollable {
	margin-bottom: 1em;
	overflow-x: auto;
	width: 100%;
	position: relative;
}

.tableContainer::-webkit-scrollbar,
.scrollable::-webkit-scrollbar {
	height: 12px;
}

.tableContainer::-webkit-scrollbar-track,
.scrollable::-webkit-scrollbar-track {
	background: #fff;
}

.tableContainer::-webkit-scrollbar-thumb,
.scrollable::-webkit-scrollbar-thumb {
	border-radius: .5em;
	background: #d5d5d5;
}

.scrollable table {
	margin-bottom: 0;
}

.fullWidth {
	width: 100%;
}

th,
td {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 1em 1.2em;
	text-align: left;
}

th:first-child,
td:first-child {
	border-left: 0;
}

td img {
	vertical-align: -40%;
}

table p,
table ul,
table ol {
	font-size: 1em;
}

thead th h3,
thead th a:link,
.content thead th a:visited,
thead th a:hover {
	border-color: #fff;
	color: inherit;
}

tbody tr th,
tbody tr td {
	background-color: #f1f3f8;
}

tbody tr:nth-child(even) th,
tbody tr:nth-child(even) td {
	background-color: #fff;
}

tbody tr:last-child th,
tbody tr:last-child td {
	border-bottom: 0;
}

table {
	border: 1px solid #e5eaf2!important;
}


/*correctif*/

.tableContainer {
	overflow-x: hidden
}


/*---------------------------------------------------------------------------------------
Tables with highlighted rows or cells
--------------------------------------------------------------------------------------- */

thead tr.highlight th,
thead tr.highlight td,
thead tr th.highlight,
thead tr td.highlight,
tbody tr.highlight th,
tbody tr.highlight td,
tbody tr th.highlight,
tbody tr td.highlight {
	background: #F8E08E;
	font-weight: bold;
}

thead tr.highlight:nth-child(even) th,
thead tr.highlight:nth-child(even) td,
thead tr:nth-child(even) th.highlight,
thead tr:nth-child(even) td.highlight,
tbody tr.highlight:nth-child(even) th,
tbody tr.highlight:nth-child(even) td,
tbody tr:nth-child(even) th.highlight,
tbody tr:nth-child(even) td.highlight {
	background: #FFF599;
}


/*--------------------------------------------------------------------------------------- */


/* APCOM DATA TABLES
  --------------------------------------------------------------------------------------- */

table.dataTable.no-footer {
	border-bottom: none
}

table.dataTable tfoot th {
	text-align: right !important;
	background: #e5e5e2;
}

table.dataTable>tbody>tr.child ul li:last-child {
	border: 0!important;
}

.dataTables_wrapper .dataTables_length {
	float: right!important;
}

.dataTables_wrapper .dataTables_length label {
	font-weight: normal;
}

table.dataTable>tbody>tr.child ul li:last-child {
	border-bottom: medium none;
}

table.dataTable tbody th,
table.dataTable tbody td {
	padding: 8px 2px;
}

table.dataTable thead th,
table.dataTable thead td {
	border-bottom: 1px solid #fff!important;
}

table.dataTable thead .sorting {
	background-image: url("../images/icons/sort_both.png");
	background-position: 100% 0.65em;
	/*correctif manque bordure*/
	border-left: 1px solid #fff;
}

table.dataTable tfoot th,
table.dataTable tfoot td,
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
	border-top: 1px solid #fff!important;
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
	background-color: #F8E08E!important;
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
	background-color: #FFF599!important;
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
	background: rgba(242, 195, 112, 0.2) none repeat scroll 0% 0%!important;
}

table.dataTable>tbody>tr.child ul li:first-child {
	padding-top: 0px!important;
}

table.dataTable>tbody>tr.child ul li {
	/* border-bottom: 1px solid #D9DCDC!important; */
	background-image: none!important;
	padding: 0.5em 0px;
}

table.dataTable>tbody>tr.child ul {
	display: block!important;
	list-style-type: none!important;
	padding: 0px!important;
}

table.dataTable.dtr-column>tbody>tr>td.control:before,
table.dataTable.dtr-column>tbody>tr>th.control:before {
	top: 50%;
	left: 50%;
	height: 25px;
	width: 25px;
	margin-top: -12px;
	margin-left: -13px;
	display: block;
	position: absolute;
	color: #004FB6!important;
	border: 0!important;
	border-radius: 0;
	box-sizing: content-box;
	text-align: left;
	text-indent: 2px;
	line-height: 16px;
	background: transparent url("../images/icons/icon-plus-black.svg") 50% 50% no-repeat!important;
	background-position: 50% 50%;
	content: ''!important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none!important;
}

table.dataTable.dtr-column>tbody>tr.parent td.control:before,
table.dataTable.dtr-column>tbody>tr.parent th.control:before {
	text-indent: !important;
	content: '';
	background: transparent url("../images/icons/icon-minus-black.svg") 50% 50% no-repeat!important;
}

.dataTables_length label {
	display: inline-block!important;
	font-size: 1.25em!important;
	float: right!important;
}

.dataTables_length label select {
	width: 9em!important;
	font-size: 0.875em;
	font-weight: normal!important;
}

.dataTables_wrapper input,
.dataTables_wrapper select,
.dataTables_wrapper textarea {
	border: 2px solid #cccccc;
	border-radius: 5px!important;
	font-size: 1em!important;
	line-height: 1.2857!important;
	max-width: auto!important;
	min-width: 2em!important;
	padding: 0.2em!important;
}

.dataTables_wrapper input[type="checkbox"] {
	min-width: auto!important;
	margin: 0 auto;
}


/**************************************/

.dataTables_wrapper .dataTables_info,
.dataTables_paginate {
	font-size: 1.25em!important;
}


/*Pagination*/

.dataTables_wrapper .dataTables_paginate {
	padding-top: 1em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	background: #fff none repeat scroll 0% 0%!important;
	border: 2px solid #000;
	color: #000!important;
	cursor: pointer!important;
	display: inline-block!important;
	font-weight: bold!important;
	padding: 0.5em 0.25em!important;
	text-align: center!important;
	text-decoration: none!important;
	transition: background-color 0.3s ease 0s!important;
	min-width: 2.5em!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #fff !important;
	background: #000!important;
	box-shadow: 0px 0.0625em 0px 0px #333!important;
	cursor: default!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:first-child,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	cursor: default!important;
	color: #000!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	cursor: default;
	/*color: #004FB6!important;*/
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
	background: #FFF url("../images/icons/arrow-back-black.svg")!important;
	background-size: 0.7em auto!important;
	background-position: 10% center!important;
	background-repeat: no-repeat!important;
	padding: 0.5em 0.7em 0.5em 2.5em!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
	color: #fff !important;
	background: #000 url("../images/icons/arrow-back-white.svg")!important;
	background-size: 0.7em auto!important;
	background-position: 8% center!important;
	background-repeat: no-repeat!important;
	transition: background-color 0.3s ease 0s!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next:last-child {
	background: #fff url("../images/icons/arrow-black.svg")!important;
	background-size: 0.7em auto!important;
	background-position: 87% center!important;
	background-repeat: no-repeat!important;
	padding: 0.5em 2.5em 0.5em 0.7em!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
	color: #fff !important;
	background: #000 url("../images/icons/arrow-white.svg")!important;
	background-size: 0.7em auto!important;
	background-position: 90% center!important;
	background-repeat: no-repeat!important;
	transition: background-color 0.3s ease 0s!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: white !important;
	border: none!important;
	background-color: #000!important;
	/* W3C */
}

#gridmultitableNew_paginate {
	display: inline-block;
	width: 100%;
	float: none;
}

.dataTable span.clearfix::before,
.spanclearfix::after {
	display: block;
}

tr.child span.clearfix:after {
	clear: none;
	float: left;
}

table.dataTable>tbody>tr.child span.dtr-title {
	display: block;
	font-weight: bold;
	/* border-bottom: 1px solid #D5D5D5; */
	padding: 0.5em;
	background-color: #f1f3f8;
	margin: -0.5em 0 0.5em 0;
}

@media only screen and (min-width: 35em) {
	#gridmultitableNew_paginate {
		display: inline-block;
		width: auto;
		float: right;
		padding-top: 1em;
	}
}

tbody tr.even.new th,
tbody tr.even.new td {
	background-color: #e5f6ff;
}

tbody tr.odd.new th,
tbody tr.odd.new td {
	background-color: #f2faff;
}


/*-----tables avec overlofw-y------------------------------------------------------------*/

.dataTables_wrapper.overflow-y table.dataTable tbody th,
.dataTables_wrapper.overflow-y table.dataTable tbody td {
	padding: 0.5em;
	vertical-align: middle;
}

.dataTables_wrapper.overflow-y table.dataTable tbody td input,
.dataTables_wrapper.overflow-y table.dataTable tbody td select,
.dataTables_wrapper.overflow-y table.dataTable tbody td textarea {
	margin: 0 auto !important;
	text-align: right;
	max-width: 100%;
	min-width: 100%;
	width: auto;
}


/*-----tables avec overlofw-y------------------------------------------------------------*/

@media only screen and (min-width: 68.5em) {
	.dataTables_wrapper.scrollable input,
	.dataTables_wrapper.scrollable select {
		width: 100%!important;
		max-width: 250px;
	}
}


/*enlève bordures sur lien sur doc*/


/*#Ajouter class "imgNoBorder pour enlever border sur les images tableaux*/

table td a.idDocumentBtn,
table td a.idDocumentBtn:hover,
table td a.idDocumentBtn:focus,
table td a.deleteBtn,
table td a.deleteBtn:hover,
table td a.deleteBtn:focus,
table td a.imgNoBorder,
table td a.imgNoBorder:hover,
table td a.imgNoBorder:focus {
	border: none!important;
}

table td.dt-center a,
table td.dt-center a:hover,
table.dt-center td a:hover {
	border: none!important;
}