
/* *** Prothèse effet blink *** */
blink {
	-webkit-animation: 2s linear infinite condemed_blink_effect; /* pour Safari 4.0-8.0 */
	animation: 2s linear infinite condemed_blink_effect;
}
@-webkit-keyframes condemed_blink_effect { /* pour Safari 4.0-8.0 */
  0% {
		visibility: hidden;
	}
	50% {
		visibility: hidden;
	}
	100% {
		visibility: visible;
	}
}
@keyframes condemed_blink_effect {
	0% {
		visibility: hidden;
	}
	50% {
		visibility: hidden;
	}
	100% {
		visibility: visible;
	}
}
/* --- Prothèse effet blink --- */

/* *** Customisation : TinyMCE *** */
.tox-tinymce {
	border: 1px solid #eee !important;
	border-radius: 0px !important;
}
/* --- Customisation : TinyMCE --- */

/* *** IRS Range *** */
.irs-hidden-input {
	display: none !important;
}
/* --- IRS Range --- */

/*
* Customisations : spécifique à TopWork
*/
.button-menu-mobile span {
	background-color: #aaaaaa;
	height: 3px;
}

.btn-topwork-submit {
	border-radius: 25px;
	color: #fff;
	background-color: #FF7000;
	border-color: #FF7000;
}

.btn-topwork-submit:hover {
	color: #fff;
	background-color: #FFAA70;
	border-color: #FFAA70;
}

.preformatted {
	white-space: pre-line;
}

.text-topwork {
	color: #FF7000;
}

.bg-topwork {
	background-color: #FF7000;
	color: #FFFFFF;
	border-radius: 32px;
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}

.ged-thumbnail {
	height: 14rem;
	max-width: 100%;
}

/* .conversation-list .clearfix.center .conversation-subject, */
.conversation-list .clearfix.center .chat-avatar {
	display: none;
}

.conversation-list .clearfix.center .conversation-text {
	display: block;
	margin: 1rem auto;
	width: 100%;
}

.conversation-list .clearfix.center .conversation-text .ctext-wrap {
	display: block;
	width: 100%;
	background: var(--ct-border-color);
}

.conversation-list .clearfix.center .ctext-wrap::after {
	display: none;
}

img.sidebar-avatar {
	width: 4rem;
	height: 4rem;
}

img.sidebar-avatar,
img.topbar-avatar,
img.rounded-circle.avatar-lg {
	object-fit: cover;
}

img.img-annonce {
	display: inline-block;
	margin: 0.25rem;
	max-height: 8rem;
	width: auto;
	cursor: pointer;
}

.modal-dialog {
	/* border: solid 1px #c1c1c1; */
	/* box-shadow: -3px 6px 9px rgba(0, 0, 0, 0.3); */
}

.side-nav-link {
	margin-left: 3px;
}
.side-nav-link svg {
	width: 18px;
}
.side-nav-link span {
	margin-left: 0.5rem;
}


label {
	color: var(--ct-primaire);
	font-weight: bold;
}

/*
* DataTable
*/
.w-12rem {
	width: 12rem;
}

/*
* DropZone
*/
.dropzone-previews [data-dz-errormessage] {
	color: #AA0000;
}

/*
* Listbox
*/
.jslistbox .jslistbox-listing {
	display: flex;
	flex-direction: column;
}

.jslistbox .jslistbox-listing .jslistbox-first {
	order: -1;
	display: inherit;
}

.jslistbox .jslistbox-listing .jslistbox-hidden {
	order: initial;
	display:none;
}

.was-validated .accordion .accordion-item.jslistbox-invalid {
	border-color: var(--ct-form-invalid-border-color) !important;
}

.was-validated .accordion .accordion-item.jslistbox-valid {
	border-color: var(--ct-form-valid-border-color); !important;
}

/*
* Select2
*/

.select2-container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

.select2-container .select2-selection--single {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: calc(1.5em + 0.9rem + calc(var(--ct-border-width) * 2));
	-moz-user-select: none;
	 -ms-user-select: none;
			 user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  padding-left: 12px;
  color: var(--ct-body-color);
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
	background-color: transparent;
	border: none;
	font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}

.select2-container .select2-selection--multiple {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	/*min-height: 32px;*/
	min-height: 38px;
	-moz-user-select: none;
	 -ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline;
	list-style: none;
	padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
	background-color: transparent;
	border: none;
	font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	margin-left: 5px;
	padding: 0;
	max-width: 100%;
	resize: none;
	/*height: 18px;*/
	height: 26px;
	vertical-align: bottom;
	font-family: sans-serif;
	overflow: hidden;
	word-break: keep-all;
	padding-top:3px;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select2-results__option {
	padding: 6px;
	-moz-user-select: none;
	 -ms-user-select: none;
			 user-select: none;
	-webkit-user-select: none;
}

.select2-results__option--selectable {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	/*border: 1px solid #aaa;*/
	border: 1px solid $input-border-color;
	border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	/* line-height: 28px; */
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	height: 26px;
	margin-right: 20px;
	padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	/*height: 26px;*/
	height: 35px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	padding-bottom: 5px;
	padding-right: 5px;
	position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
	padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	font-weight: bold;
	height: 20px;
	margin-right: 10px;
	margin-top: 5px;
	position: absolute;
	right: 0;
	padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	/* background-color: #e4e4e4; */
	border: 1px solid #ffd200;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0;
	padding-left: 20px;
	position: relative;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
	white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	cursor: default;
	padding-left: 2px;
	padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	background-color: transparent;
	border: none;
	border-right: 1px solid #ffd200;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	/* color: #999; */
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	padding: 0 4px;
	position: absolute;
	left: 0;
	top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
	background-color: #f1f1f1;
	color: #333;
	outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
	padding-left: 5px;
	padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	border-left: 1px solid #aaa;
	border-right: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
	float: left;
	margin-left: 10px;
	margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	-webkit-box-shadow: none;
					box-shadow: none;
	-webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
	padding: 0;
}

.select2-container--default .select2-results__option--disabled {
	color: #999;
}

.select2-container--default .select2-results__option--selected {
	background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #ffd200;
	color: #313a46;
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #ffd200;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	height: 26px;
	margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #ffd200;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {font-weight: 600; color:#313a46;}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
	background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0;
	padding-bottom: 5px;
	padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #ffd200;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	display: inline-block;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
	cursor: default;
	padding-left: 2px;
	padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	background-color: transparent;
	border: none;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #888;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
	outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
	padding-left: 5px;
	padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #ffd200;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
	border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
	padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
	color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #3875d7;
	color: #fff;
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #ffd200;
}

/** SPINNER CREATION **/
.loader {
	position: relative;
	text-align: center;
	margin: 15px auto 35px auto;
	z-index: 9999;
	display: block;
	width: 80px;
	height: 80px;
	border: 10px solid rgba(0, 0, 0, .3);
	border-radius: 50%;
	border-top-color: #000;
	animation: spin 1s ease-in-out infinite;
	-webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
	}
}
/********* Added by Bochra **********/
.capitalize-txt { text-transform: uppercase; }
.enter-text-search:before {
	font-family: "Material Design Icons";
	content: "\f06d0";
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	vertical-align: middle;
	line-height: 1.2;
	font-size: 16px;
}
.multi_lieu{
	background-color: #313a46; 
    color: white;
}
.filter-form .btn{	
    background: none;
    border: 1px solid #313a46;
    box-shadow: none;
    color: #313a46;
    font-size: 15px;
    border-radius: 5px !important;
    padding: 9px 25px;
    margin-right: 20px;
}
.modal-full-width {
    width: 85% !important;
}
.login {
  /*min-height: 90vh;*/
  padding: 0 50px;
  color: #313a46;
}
.login a, .login a:hover, .login a:focus{color:#336cb2;}

.loading{background:#eee;}
.bg-image {
  background-image: url('../images/bg-login.png');
  background-size: cover;
  background-position: top;
}
.container-login {
    width: 60%;
    margin: 5% auto;
    background: #fff;
	padding: 20px 20px 25px 20px;
}
.login-heading {
  font-weight: 300;
}
.title-login{
	position: absolute;
    top: 45px;
    left: 36%;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.btn-login, .btn-oubli {
  border:#ffd200;
  background:#ffd200;
  color: #313a46;
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  padding: 0.75rem 1rem;
  width:100%;
}
.btn-oubli:hover, .btn-oubli:focus, .btn-oubli:active, .btn-login:hover, .btn-login:focus, .btn-login:active{
  color:#fff !important;
  background: #313a46 !important;
  border: #313a46 !important;  
}
.header-login{
	color:#fff;
	font-size:30px;
	padding:50px;
}
.loading .footer{
	width:100%;
	color:#fff;
	text-transform: uppercase;
    letter-spacing: 5px;
	color: #313a46;
}
.side-nav{padding-top:50px;}
#event-coord-tab .nav-pills .nav-link.active, #event-coord-tab .nav-pills .show>.nav-link{
	background-color:#999 !important;
}
.btn-suggere, .btn-suggere:hover, .btn-suggere:focus{
	background: #fff;
    border: 1px solid #fff;
    box-shadow: none;
    color: #35a2c1;
    font-size: 12px;
    margin: 0;
    padding: 10px 0;
    text-decoration: underline;
}
.liste-etab-toggle{text-align:left;}
.app-search{margin-top:15px;}
.app-search .form-control {
    border: none;
    height: calc(1.5em + 0.9rem + 2px);
    padding-left: 40px;
    padding-right: 20px;
    background-color: #f1f3fa;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.2125em;
    vertical-align: 0.2125em;
    content: "";
    border-top: 0.25em solid;
    border-right: 0.25em solid transparent;
    border-bottom: 0;
    border-left: 0.25em solid transparent;
}
.app-search span.search-icon {
    position: absolute;
    z-index: 4;
    font-size: 20px;
    line-height: 38px;
    left: 10px;
    top: 0;
}
.pac-container{z-index:999999;}
.btn-etabs-list{
	font-size: 11px;
    width: 140px;
    white-space: pre-wrap;
}
.badge-fix{
	padding: 0.5em 1em;
    font-size: .85em;
    white-space: pre-wrap;
    width: 140px;
    line-height: 13px;

}
.jslistbox-listing label{
	width: 100%;
    cursor: pointer;
    padding: 3px 0;
	font-size: 12px;
}
.jslistbox-valid strong{
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
}

.selection-jslistbox{
	box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0px;
    width: 100%;
    font-size: 13px;
    text-align: center;
    max-height: 115px;
    float: left;
    overflow-y: scroll;
}
.accordion-header ul{padding:20px;}
.accordion-header ul:empty{padding:0px;}
.selection-jslistbox li{
    border: 1px solid #336cb2;
    color: #fff;
    background-color: #336cb2;
    cursor: default;
    float: left;
    margin: 3px;
    padding: 8px;
    font-size: 11px;
    cursor: pointer;
    border-radius: 10px;
}
.selection-jslistbox li span{
	padding-left: 7px;
    font-size: 13px;
    font-weight: normal;
}
.accordion-body .mb-2{
    padding-top: 10px;
}
.app-search .input-group{
	margin-bottom:15px;
}
.app-search .input-group-text{
    background: #ffd200;
    border: #ffd200;
    color: #313a46;
}
.breadcrumb a{font-weight:bold;}
/*
.select2-container {
  min-width: 400px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {padding-left:25px;}
.select2-container--default .select2-search--inline .select2-search__field{width:93% !important;}
.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}
.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}
.select2-results__option[aria-selected=true]:before {
  font:normal normal normal 20px/1 "Material Design Icons";
  content: "\f012c";
  color: #fff;
  background-color: #336cb2;
  border: 0;
  display: inline-block;
  padding-left: 0px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color: #336cb2;border:1px solid #336cb2;}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #eaeaeb;
	color: #272727;
}
.select2-container--default .select2-selection--multiple {
	margin-bottom: 10px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-radius: 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #f77750;
	border-width: 2px;
}
.select2-container--default .select2-selection--multiple {
	border-width: 2px;
}
.select2-container--open .select2-dropdown--below {
	
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);

}
.select2-selection .select2-selection--multiple:after {
	content: 'hhghgh';
}
*/
.min-input{
	width:130px;
	margin-right: 22px;
}

.dataTables_filter label strong.text-primary{
	display:none;
}
.dataTables_filter label input, .dataTables_filter label input:focus{
	background: #313a46;
    color: #fff;
    border: 1px solid #313a46 !important;
}
.leftside-menu{
	min-width:285px;
}
.side-nav .side-nav-link{padding-left:5px;}
.content-page {
    margin-left: 285px;
}
.r-title-login {
    text-transform: uppercase;
    letter-spacing: 5px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.r-title-login a{
    width: 100%;
}
/*.sticky-notif a, .stack-topright a{color:red;}
.sticky-notif{z-index:1000 !important;}*/
.notification-list{display:none;}
.ui-pnotify-text a{color:inherit;}
.ui-pnotify.stack-modal {
    margin-left: -325px !important;
}
.inbox-item-author{width:80%;}
.fw-bold {
    font-weight: 700 !important;
    max-width: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
}
.inbox-widget .inbox-item {
    border-bottom: 1px solid rgba(49, 58, 70, 0.75);
}
.ui-pnotify-action-button{
	background: #313539 !important;
    color: #fff;
    border-radius: 10px;
    padding: 10px !important;
}
.ui-pnotify-text{
    color: #313539;
    padding: 15px 0;
}
.ui-pnotify-title{
    color: #000;
    font-size: 22px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}
.inbox-widget{padding:10px;}
.inbox-item-author{font-size:12px;}
.inbox-widget .inbox-item {
    border-bottom: 1px solid rgba(49, 58, 70, 0.3);
    padding: 7px 10px;
}
@media (max-width: 576px) {
	.container-login {
    width: 85%;
	}
	.header-login, .login {padding:0px;}
	.loading .footer {
		padding-top: 92px;
		letter-spacing: 3px;
		font-size: 10px;
	}
}