/*Styles du projet.*/
.overlay {
	display: none;
	opacity: 1;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(255, 255, 255, 0.8) url("/img/spinner.gif") center no-repeat;
}

/* Turn off scrollbar when body element has the loading class */
body.loading {
	overflow: hidden;
}

/* Make spinner image visible when body element has the loading class */
body.loading .overlay {
	display: block;
}

.box {
	font-size: 0.8rem;
	/* 20 */
	background-color: #c8dadf;
	position: relative;
	padding: 10px 20px;
}

.box.has-advanced-upload {
	outline: 2px dashed #92b0b3;
	outline-offset: -10px;
	-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
	transition: outline-offset .15s ease-in-out, background-color .15s linear;
}

.box.is-dragover {
	outline-offset: -20px;
	outline-color: #c8dadf;
	background-color: #fff;
}

.box__dragndrop,
.box__icon {
	display: none;
}

.box.has-advanced-upload .box__dragndrop {
	display: inline;
}

.box.has-advanced-upload .box__icon {
	width: 100%;
	fill: #92b0b3;
	display: block;
	margin-bottom: 0px;
}

.box.is-uploading .box__input,
.box.is-success .box__input,
.box.is-error .box__input {
	visibility: hidden;
}

.box__uploading,
.box__success,
.box__error {
	display: none;
}

.box.is-uploading .box__uploading,
.box.is-success .box__success,
.box.is-error .box__error {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.box__uploading {
	font-style: italic;
}

.box__success {
	-webkit-animation: appear-from-inside .25s ease-in-out;
	animation: appear-from-inside .25s ease-in-out;
}

@ -webkit-keyframes appear-from-inside {
	from {
		-webkit-transform: translateY(-50%)scale(0);

	}

	75% {
		-webkit-transform:

			translateY (-50%) scale (1 .1);
	}

	to {
		-webkit-transform: translateY(-50%) scale(1);
	}

}

@ keyframes appear-from-inside {
	from {
		transform: translateY(-50%)scale(0);

	}

	75% {
		transform:

			translateY (-50%) scale (1 .1);
	}

	to {
		transform: translateY(-50%) scale(1);
	}

}

.box__restart {
	font-weight: 700;
}

.box__restart:focus,
.box__restart:hover {
	color: #39bfd3;
}

.js .box__file {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.js .box__file+label {
	max-width: 80%;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
}

.js .box__file+label:hover strong,
.box__file:focus+label strong,
.box__file.has-focus+label strong {
	color: #39bfd3;
}

.js .box__file:focus+label,
.js .box__file.has-focus+label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.js .box__file+label * {
	/* pointer-events: none; */
	/* in case of FastClick lib use */

}

.no-js .box__file+label {
	display: none;
}

.no-js .box__button {
	display: block;
}

.box__button {
	font-weight: 700;
	color: #e5edf1;
	background-color: #39bfd3;
	display: none;
	padding: 8px 16px;
	margin: 40px auto 0;
}

.box__button:hover,
.box__button:focus {
	background-color: #0f3c4b;
}

input[type=checkbox] {
	/* All browsers except webkit*/
	transform: scale(1.3);
	/* Webkit browsers*/
	-webkit-transform: scale(1.3);
	margin: 5px;
}

.badge {
	font-size: 100% !important;
}

body {
	margin: 0px;
	padding: 0px;
	background: #ccc;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #555;
}

.container {
	width: 100%;
	max-width: 1640px;
}

.input-group-addon {
	align-items: center;
	cursor: pointer;
	border-left: 0 !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	padding: 6px 12px !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
}

#main {
	padding: 15px 15px;
	background-color: #fff;
	/* min-height: 900px; */
}

.plus-sign {
	font-size: 18px;
	vertical-align: bottom;
}

.highlight {
	background-color: #77bdff !important;
}

/* .btn-std {
	width: 160px;
} */

.sort th {
	color: #007bff !important;
	font-weight: 500 !important;
	cursor: pointer !important;
}

.btn-admin {
	width: 260px;
	text-align: left;
}

.card-header {
	font-size: 14px;
}

.select2-selection {
	height: calc(2.25rem + 2px) !important;
	font-size: 1rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: calc(2.25rem + 2px) !important;
	font-size: 1rem;
}

.navbar .select2-selection {
	height: 28px !important;
	font-size: 12px !important;
}

.navbar .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 28px !important;
	font-size: 12px !important;
}

.table-striped td {
	padding: .35rem;
	vertical-align: middle;
}

.table-striped th {
	background-color: #bcc1ce !important;
	padding: .35rem;
	vertical-align: middle;
}

.cursor-pointer {
	cursor: pointer;
}

.select2-selection--multiple{
	overflow: hidden !important;
	height: auto !important;
}

.dropdown-toggle-no-arrow::after {
    content: none;
}
