body {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

a {
	font-weight: 700;
	color: #000;
}

a:hover {
	color: #6BA39E;
	text-decoration: none;
}

h3 {
	line-height: 1.5;
}

.w-160 {
	width: 160px;
	position: relative;
}

.font-small {
	font-size: 0.8rem !important;
}

/* HEADER */

header {
	background: url(../img/logo-noteplus.svg) no-repeat left;
	background-size: 160px 100%;
	background-position-x: 65px;
	background-color: #6BA39E;
	width: 100%;
	height: 70px;
	text-align: center;
}

.flag-icon {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 32px;
	background-size: cover;
}

.flag-icon-fr_FR {
	background-image: url(../img/flag-fr.svg);
}

.flag-icon-en_US {
	background-image: url(../img/flag-en.svg);
}

header .btn-light {
	color: #fff;
	background-color: transparent !important;
	border-color: transparent !important;
}

header .btn-light:hover {
	color: #fff;
	background-color: transparent !important;
	border-color: transparent !important;
}

header .btn-light:not(:disabled):not(.disabled).active, header .btn-light:not(:disabled):not(.disabled):active, header .show>.btn-light.dropdown-toggle {
	color: #fff;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-light.focus, .btn-light:focus {
	box-shadow: none;
}

header .dropdown-menu {
	background-color: #6BA39E;
	background-clip: padding-box;
	border: 0;
	border-radius: 0 0 .25rem .25rem;
	left: -10px !important;
	top: 9px !important;
	padding: 0;
	margin: 0;
}

header .dropdown-item:focus, header .dropdown-item:hover {
	background-color: #E5E5E5;
}

header .dropdown-item.active, header .dropdown-item:active {
	background-color: #E5E5E5;
}

header .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	width: 20px;
	height: 20px;
	border: 0 !important;
	background-image: url(../img/angle-down.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position-y: 4px;
}

header .bootstrap-select.fit-width {
	top: 4px;
}

.bootstrap-select.fit-width:focus {
	outline: 0;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: 0 !important;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
	color: #000;
	background: #e5e5E5;
	border: 1px solid #e5E5E5;
}

.bootstrap-select .dropdown-menu {
	max-height: 200px !important;
	overflow: auto;
}

.bootstrap-select .dropdown-menu li a:focus {
	outline: 0;
}


.dropdown.bootstrap-select:not(.not-align-top) {
	vertical-align: top!important;
}

.header-actions {
	position: absolute;
	right: 3rem;
}

.admin-link {
	display: inline-block;
}

.admin-link p {
	display: inline-block;
	color: #fff;
	font-size: 0.7rem;
}

.admin-link a {
	display: inline-block;
	color: #fff;
	font-weight: 300;
	margin-left: -14px;
	font-size: 0.7rem;
}

.admin-link a:hover {
	color: #fff;
	opacity: 0.6;
}

.admin-link img {
	width: 32px;
}

.user-account {
	display: inline-block;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.user-account p {
	display: inline-block;
	color: #fff;
	font-size: 0.7rem;
	vertical-align: top;
	line-height: 18px;
	font-weight: 700;
	margin-bottom: 0;
}

.user-account a {
	color: #fff;
	font-weight: 300;
	margin-left: -14px;
	font-size: 0.65rem;
}

.user-account a:hover {
	opacity: 0.6;
}

.user-account img {
	width: 32px;
}

.nav-small {
	position: absolute;
	right: 1rem;
	top: 1 rem;
	background-color: #6BA39E;
}

.nav-small a, .nav-small a:hover {
	color: #fff;
}

.nav-small a i {
	font-size: 1.5rem;
}

.nav-small .dropdown-toggle::after {
	display: none;
}

.nav-small .dropdown-item {
	color: #fff;
	font-size: 0.9rem;
}

.nav-small .dropdown-item:hover {
	background: none;
}

/* LOGIN FORM */

.login-form {
	width: 100%;
	height: 355px;
	margin-top: 7rem;
	border-radius: 20px;
	padding: 0px;
	font-size: 0.9em;
	-moz-box-shadow: 0 0 7px #ddd;
	-webkit-box-shadow: 0 0 7px #ddd;
	box-shadow: 0 0 7px #ddd;
	background: #6BA39E;
}

.logo-client {
	width: 100%;
	height: 100px;
	background: url(../img/logo-noteplus.svg) no-repeat center 50px;
	background-size: 270px;
}

.formulaire {
	font-size: 12px;
	font-weight: 300;
	height: 25px;
	width: 100%;
	border: 0;
	background-color: transparent;
	border-bottom: 1px solid #fff;
	font-size: 0.9em;
	color: #fff;
	font-weight: 500;
}

.formulaire::placeholder {
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	font-size: 0.7em;
	letter-spacing: 1px;
}

.formulaire:focus {
	outline: 0;
}

.connection {
	border: 1px solid #fff;
	border-radius: 50px;
	color: #ffffff;
	letter-spacing: 0.1rem;
	padding: 10px 20px 10px 20px;
	cursor: pointer;
	font-size: 0.7em;
	font-weight: 700;
	background: transparent;
	text-transform: uppercase;
}

.connection:hover {
	color: #6BA39E;
	background-color: #fff;
}

.connection:focus {
	outline: 0;
}

.copyright {
	font-size: 0.65rem;
	text-transform: uppercase;
}

/* DASHBOARD */

.breadcrumbs {
	font-size: 0.85em;
	margin: 20px 5px 20px 60px;
}

.breadcrumbs a::after {
	vertical-align: middle;
	content: url('/static/img/uil_angle-right.svg');
}

.breadcrumbs a:last-child::after {
	display: none;
}

.breadcrumbs i {
	font-size: 1.1rem;
}

button.dashboard-bt-search {
	border: none;
	background-color: white;
}

button.dashboard-bt-search:hover {
	color: #6BA39E;
}

.date-picker-wrapper {
	font-family: 'Montserrat', sans-serif;
}

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

/* COULEURS */

.grey {
	background-color: #CBCBCB;
}

.blue {
	background-color: #161459;
}

.green {
	background-color: #7DBF1B;
}

.orange {
	background-color: #F28705;
}

.pink {
	background-color: #F2055C;
}

.grey-light, .bullet.nouveau {
	background-color: #CBCBCB;
}

.yellow, .bullet.encours {
	background-color: #F7CE67;
}

.red, .bullet.corriger {
	background-color: #EA5542;
}

.green-light, .bullet.valider {
	background-color: #6EBC83;
}

.black, .bullet.livrer {
	background-color: #000000;
}

.blue-light {
	background-color: #87CBC4;
}

.blue-dark {
	background-color: #4A868F;
}

/* FILTRES */

.classeurs a {
	display: inline-block;
	padding: 4px 20px 0px 20px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 0.75rem;
	color: #000;
	text-decoration: none;
	margin: 5px 15px 10px 0;
	cursor: pointer;
	border: 2px solid #e5e5e5;
}

.classeurs a:active, .classeurs a:hover {
	background: #E5E5E5;
}

.classeurs a::before {
	content: url('/static/img/uil_folder.svg');
	vertical-align: middle;
	margin-right: 8px;
}

.input-group-text {
	border: 1px solid #CBCBCB;
	background: #fff;
	padding: .1rem .75rem;
}

.search {
	border: 1px solid #CBCBCB;
	border-right: 0;
	font-size: 0.75rem;
}

.search::placeholder {
	font-size: 0.75rem;
	font-weight: 700;
	color: #CBCBCB;
}

.search:focus {
	border: 1px solid #CBCBCB;
	border-right: 0;
	box-shadow: none;
}

.filter-option {
	font-size: 0.8rem;
}

.filtres p {
	font-size: 0.85rem;
}

.bootstrap-select .dropdown-menu li {
	position: relative;
	font-size: 0.8rem;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder {
	color: #000;
	font-weight: 700;
	background: #fff;
	border: 1px solid #CBCBCB;
}

.btn-light {
	background-color: #fff;
	border-color: #cbcbcb;
}

.btn-light:hover {
	background-color: #e5e5e5;
	border-color: #e5e5e5;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
	background-color: #fff;
	border-color: #cbcbcb;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #6BA39E;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	width: 20px;
	height: 20px;
	border: 0 !important;
	background: url('/static/img/uil_angle-down.svg') no-repeat center center / contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position-y: 4px;
}

.filtre-btn, .bt_adview {
	font-size: 0.8rem;
	border: 1px solid #cbcbcb;
	border-radius: 5px;
	white-space: nowrap;
}

.filtre-btn:hover, .bt_adview:hover, .bt_adview.active {
	background: #e5e5e5;
	border: 1px solid #e5e5e5;
	color: #000;
}

.filtre-btn:hover {
	background: #e5e5e5;
	border: 1px solid #e5e5e5;
	color: #000;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	font-weight: 700;
}

form#filtres_cdf {
	display: inline-block;
}

.reset-filtre i, .submit-filtre i {
	font-size: 1.5em;
	vertical-align: middle;
}

.search-form .dropdown-toggle::after {
	display: none;
}

.search-form .dropdown-item {
	font-size: 0.8rem;
}

.search-form .dropdown-item:hover {
	background: #e5e5e5;
}

.search-form .dropdown-item i {
	float: right;
}

.search-form .dropdown-menu {
	transform: translate3d(0px, 27px, 0px) !important;
	background: #e5e5e5;
	left: -185px !important;
}

/* .dropdown-divider {
	border-top: 1px solid #fff;
} */

div.dropdown-menu.show {
    overflow: hidden!important;
}

.search-form p {
	font-size: 0.8rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

/* GRILLE ET LISTE */

.job p {
	line-height: 25px;
}

.job .statuts p {
	font-size: 0.7rem;
	margin-bottom: 5px;
	line-height: 15px;
	font-weight: 500;
}

.vignette img {
	width: 100%;
}

.grille .vignette img {
	width: 70%;
}

.liste .vignette img {
	width: 100px;
}

.liste .vignette img.mini-thumb {
	min-width: 45px;
    width: auto;
    max-width: 90%;
    max-height: 80px;
}

.liste .statuts {
	display: inline-flex;
}

/* STATUTS JOBS COULEURS */

.job .nouveau {
	border: 1px solid #e5e5e5;
	border-radius: 15px;
}

.nouveau .statut-job {
	background-color: #e5e5e5;
	color: #fff;
	border-radius: 5px;
	white-space: nowrap;
}

.job .encours {
	border: 1px solid #F7CE67;
	border-radius: 15px;
}

.encours .statut-job {
	background-color: #F7CE67;
	color: #fff;
	border-radius: 5px;
	white-space: nowrap;
}

.job .corriger {
	border: 1px solid #EA5542;
	border-radius: 15px;
}

.corriger .statut-job {
	background-color: #EA5542;
	color: #fff;
	border-radius: 5px;
	white-space: nowrap;
}

.job .valider {
	border: 1px solid #6EBC83;
	border-radius: 15px;
}

.valider .statut-job {
	background-color: #6EBC83;
	color: #fff;
	border-radius: 5px;
	white-space: nowrap;
}

.job .livrer {
	border: 1px solid #000;
	border-radius: 15px;
}

.livrer .statut-job {
	background-color: #000;
	color: #fff;
	border-radius: 5px;
	white-space: nowrap;
}

.bullet.grey-light, .bullet.nouveau, .bullet.yellow, .bullet.encours, .bullet.red, .bullet.corriger, .bullet.green-light, .bullet.valider, .bullet.black, .bullet.livrer, .bullet.blue-light, .bullet.blue-dark {
	margin-top: 4px;
}

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

.title {
	font-size: 1rem;
	overflow-wrap: break-word;
}

.grille.job .nouveau, .grille.job .encours, .grille.job .corriger, .grille.job .valider, .grille.job .livrer {
	margin-bottom: 3rem;
	margin-right: 3rem;
}

.liste.job .nouveau, .liste.job .encours, .liste.job .corriger, .liste.job .valider, .liste.job .livrer {
	margin-bottom: 1rem;
}

.bullet {
	width: 10px;
	height: 10px;
	border-radius: 50px;
	float: left;
	margin-top: 2px;
}

.echeances {
	font-size: 0.7rem;
}

.echeance-encours {
	background: #cbcbcb;
	border-radius: 8px;
	color: #fff;
	white-space: nowrap;
}

.echeance-passee {
	background: #EA5542;
	border-radius: 8px;
	color: #fff;
	white-space: nowrap;
}

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

/* BOUTONS ACTION */

.actions {
	position: absolute;
	bottom: 0;
	margin-left: -17px !important;
	width: 100%;
	height: 35px;
	margin-top: 56px;
	border-radius: 0 0 14px 14px;
	padding-top: 2px;
}

.page .actions {
	margin-top: 0;
	width: 160px;
	height: 35px;
}

.liste .actions {
	height: 30px;
	padding-top: 0px;
}

.actions a {
	color: #fff;
	font-size: 1.3rem;
}

.tooltip {
	font-size: 13px;
	z-index: 10000000000 !important; 
}

.encours .actions {
	background: #F7CE67;
}

.nouveau .actions {
	background: #CBCBCB;
}

.corriger .actions {
	background: #EA5542;
}

.valider .actions {
	background: #6EBC83;
}

.livrer .actions {
	background: #000000;
}

.page-status-pink .actions {
	background: #F2055C;
}

.page-status-grey .actions {
	background: #cbcbcb;
}

.page-status-blue .actions {
	background: #161459;
}

.page-status-green .actions {
	background: #7DBF1B;
}

.page-status-orange .actions {
	background: #F28705;
}

.actions-liste {
	border-radius: 0 14px 14px 0;
}
.actions-liste a {
    color: #fff;
    font-size: 1.5rem;
}

.encours .actions-liste {
	background: #F7CE67;
}
.nouveau .actions-liste {
	background: #CBCBCB;
}
.corriger .actions-liste {
	background: #EA5542;
}
.valider .actions-liste {
	background: #6EBC83;
}
.livrer .actions-liste {
	background: #000000;
}

.page-status-pink .actions-liste {
	background: #F2055C;
}

.page-status-grey .actions-liste {
	background: #cbcbcb;
}

.page-status-blue .actions-liste {
	background: #161459;
}

.page-status-green .actions-liste {
	background: #7DBF1B;
}

.page-status-orange .actions-liste {
	background: #F28705;
}


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

/* LISTE - PROGRESS BAR */

.dossier_plan {
	width: 100%;
	height: 20px;
}

.progress-box {
	height: 100%;
	float: left;
}

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

/* MODAL STYLE */

.modal-content {
	border-radius: 15px;
}

.modal-header {
	background: #E5E5E5;
	border-radius: 15px 15px 0 0;
}

.modal-header i {
	font-size: 1.7rem;
	color: #000;
	font-weight: 700;
}

.modal-header h5 {
	font-size: 1.1rem;
}

.close {
	opacity: 1;
}

.modal-body {
	font-size: 0.8rem;
}

.form-control {
	font-size: 0.8rem;
}

.save-btn {
	border: 1px solid #6BA39E;
	padding: 3px 14px 5px 10px;
	border-radius: 10px;
}

.save-btn i {
	font-size: 1.1rem;
}

.cancel-btn {
	border: 1px solid #E5E5E5;
	padding: 8px 10px;
	border-radius: 10px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #000;
	background-color: #E5E5E5;
}

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

/* ALERTE ECHEANCE */

.alert-date {
	position: absolute;
	top: -20px;
	right: -20px;
	background-color: #EA5542;
	padding: 3px 4px;
	border-radius: 25px;
	font-size: 1.8rem;
}

.alert-date a {
	color: #fff;
}

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

/* CHEMIN DE FER */

.alert {
	background: #6BA39E;
	color: #fff;
	font-weight: 700;
	font-size: 0.7rem;
	padding: 0.5rem 4rem 0.5rem 1.25rem;
}

.alert-dismissible .close {
	padding: .3rem 1.25rem;
}

.alert-dismissible .close:hover {
	color: #fff;
}

#howtoupload {
	margin-left: 15px;
}

.filtre-plage {
	width: 140px;
}

.filtre-plage .input-group-text {
	border-right: 0;
	font-size: 0.8rem;
	font-weight: 700;
	color: #000;
}

.filtre-plage .form-control {
	border-left: 0;
}

.filtre-plage .form-control:focus {
	box-shadow: none;
	border-color: #cbcbcb;
}

.filtre-plage {
	float: none;
	display: inline-flex;
}

.filtre-plage .form-control::placeholder {
	color: #CBCBCB;
	text-decoration: underline;
	font-weight: 500;
}

.page .page-status-pink {
	border: 1px solid #F2055C;
	border-radius: 15px;
}

.page .page-status-grey {
	border: 1px solid #CBCBCB;
	border-radius: 15px;
}

.page .page-status-blue {
	border: 1px solid #161459;
	border-radius: 15px;
}

.page .page-status-green {
	border: 1px solid #7DBF1B;
	border-radius: 15px;
}

.page .page-status-orange {
	border: 1px solid #F28705;
	border-radius: 15px;
}

.page-status-pink .statut-page {
	background-color: #F2055C;
	color: #fff;
	border-radius: 5px;
	white-space: nowrap;
}

.page-status-grey .statut-page {
	background-color: #cbcbcb;
	color: #fff;
	border-radius: 5px;
	white-space: nowrap;
}

.page-status-blue .statut-page {
	background-color: #161459;
	color: #fff;
	border-radius: 5px;
	white-space: nowrap;
}

.page-status-green .statut-page {
	background-color: #7DBF1B;
	color: #fff;
	border-radius: 5px;
	white-space: nowrap;
}

.page-status-orange .statut-page {
	background-color: #F28705;
	color: #fff;
	border-radius: 5px;
	white-space: nowrap;
}

.version-page {
	background-color: #000;
	color: #fff;
	border-radius: 5px;
	white-space: nowrap;
}

.page-left {
	border-radius: 15px 0 0 15px !important;
}

.page-right {
	border-radius: 0px 15px 15px 0 !important;
}

.page-left .actions {
	border-radius: 0px 0 0 14px !important;
	margin-left: -18px !important;
}

.page-right .actions {
	border-radius: 0px 0px 14px 0 !important;
}

.rubriques {
	position: absolute;
	top: 15px;
	width: 20px;
	height: 200px;
}

.rubriques.left {
	left: -11px;
}

.rubriques.right {
	right: -21px;
}

.rubrique-block {
	position: relative;
	width: 10px;
	height: 30px;
}

.rubriques.right .rubrique-block {
	border-radius: 0 3px 3px 0;
}

.rubriques.left .rubrique-block {
	border-radius: 3px 0 0 3px;
}

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

/* VUE ENCARTS PUB */

.encart-block {
	width: 100%;
	min-height: 10rem;
	height: auto;
	border: 1px solid #000;
	position: relative;
}

.quart-top-left {
	width: 50%;
	height: 50%;
	background: #cbcbcb;
	border: 2px solid #fff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	position: absolute;
	top: 0;
	left: 0;
}

.quart-top-right {
	width: 50%;
	height: 50%;
	background: #cbcbcb;
	border: 2px solid #fff;
	border-left-width: 1px;
	border-bottom-width: 1px;
	position: absolute;
	top: 0;
	right: 0;
}

.quart-bottom-left {
	width: 50%;
	height: 50%;
	background: #cbcbcb;
	border: 2px solid #fff;
	border-right-width: 1px;
	border-top-width: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.quart-bottom-right {
	width: 50%;
	height: 50%;
	background: #cbcbcb;
	border: 2px solid #fff;
	border-left-width: 1px;
	border-top-width: 1px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.demi-top {
	width: 100%;
	height: 50%;
	background: #cbcbcb;
	border: 2px solid #fff;
	border-bottom-width: 1px;
	position: absolute;
	top: 0;
}

.demi-bottom {
	width: 100%;
	height: 50%;
	background: #cbcbcb;
	border: 2px solid #fff;
	border-top-width: 1px;
	position: absolute;
	bottom: 0;
}

.demi-left {
	width: 50%;
	height: 100%;
	background: #cbcbcb;
	border: 2px solid #fff;
	border-right-width: 1px;
	position: absolute;
	top: 0;
	left: 0;
}

.demi-right {
	width: 50%;
	height: 100%;
	background: #cbcbcb;
	border: 2px solid #fff;
	border-left-width: 1px;
	position: absolute;
	top: 0;
	right: 0;
}

.demi-top {
	width: 100%;
	height: 50%;
	background: #cbcbcb;
	border: 2px solid #fff;
	border-bottom-width: 1px;
	position: absolute;
	top: 0;
}

.tiers-top {
	width: 100%;
	height: 33.333%;
	background: #cbcbcb;
	border: 2px solid #fff;
	border-bottom-width: 1px;
	position: absolute;
	top: 0;
}

.tiers-center {
	width: 100%;
	height: 33.333%;
	background: #cbcbcb;
	border: 2px solid #fff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	position: absolute;
	top: 33.333%;
}

.tiers-bottom {
	width: 100%;
	height: 33.333%;
	background: #cbcbcb;
	border: 2px solid #fff;
	border-top-width: 1px;
	position: absolute;
	bottom: 0;
}

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

/* PORTE DOCUMENT */

.porte-document {
	width: 220px;
	overflow-wrap: break-word;
}

.porte-document .actions {
	width: 220px;
}

.porte-document img {
	max-width: 150px;
}

.porte-document img.docup {
	max-width: none;
}

input#pdoc_new {
	position: absolute;
	top: 0;
	right: 0;
	width: 95%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 2903;
}

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

/* MULTISELECT */

.select-frame {
	width: 100%;
	height: 245px;
	position: absolute;
	top: 0;
	left: 0;
}

.multiselected {
	border: 2px solid #000 !important;
	transform: scale(0.9);
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.multiselected .actions {
	border: 2px solid #000;
	border-top-width: 0;
	border-bottom-width: 0;
}

.multiselected:before {
	content: url('/static/img/uil_check.svg');
	position: absolute;
	z-index: 1;
	padding: 8px 8px 3px 8px;
	background: #000;
	border-radius: 50px;
}

.couverture.multiselected:before {
	top: -20px;
	right: -25px;
}

.page-left.multiselected:before {
	top: -20px;
	left: -25px;
}

.page-right.multiselected:before {
	top: -20px;
	right: -25px;
}

.porte-document.multiselected:before {
	top: -20px;
	right: -25px;
}

.multiselected .select-frame:hover::before {
	content: none!important;
}

.page-left .select-frame:hover::before {
	content: url('/static/img/uil_check_h27.svg');
	position: absolute;
	z-index: 1;
	padding: 6px 7px 1px 7px;
	background: #cbcbcb;
	border-radius: 50px;
	top: -20px;
	left: -25px;
}

.page-right .select-frame:hover::before, .couverture .select-frame:hover::before, .porte-document .select-frame:hover::before {
	content: url('/static/img/uil_check_h27.svg');
	position: absolute;
	z-index: 1;
	padding: 6px 7px 1px 7px;
	background: #cbcbcb;
	border-radius: 50px;
	top: -20px;
	right: -25px;
}



.porte-document[data-numpage="newdoc"] {
	background: #e5e5e5!important;
	border: #e5e5e5;
}

.porte-document[data-numpage="newdoc"] .vignette img {
	border: none!important;
}

.porte-document[data-numpage="newdoc"] .statut-page {
	background-color: #e5e5e5!important;
}

.porte-document[data-numpage="newdoc"] .actions {
	background: none;
}

.selected-notif {
	position: absolute;
	width: 100%;
	height: 70px;
	z-index: 1;
	background: #000;
	color: #fff;
}

.selected-notif i {
	font-size: 1.8rem;
	vertical-align: middle;
}

.selected-actions {
	margin-top: 14px;
}

.selected-actions i {
	color: #fff;
}

.multiselect-bandeau-actions {
	float: right;
}

.multiselect-bandeau-msg {
	display: inline-block;
}

.multiselect-bandeau-actions i, .multiselect-bandeau-msg i {
	font-size: 2.2rem;
	color: white;
	vertical-align:middle;
}

.multiselect-bandeau-actions .active i {
	color: #6BA39E!important;
}


[data-vue="liste"][data-doctoken]:not(.multiselected) .select-frame-liste:hover::before { 
	content: url(/static/img/uil_check_h27.svg);
    position: absolute;
    z-index: 1;
    padding: 6px 7px 1px 7px;
    background: #cbcbcb;
    border-radius: 50px;
    top: 15px;
    left: 52.7%;
}

[data-vue="liste"][data-doctoken].multiselected {
	border: 1px solid #000;
}

.notie-textbox-inner {
	font-size: 1.2rem;
	font-weight: 600;
}

.notie-container {
	height: auto;
}

.notie-container .tooltip-inner {
	background-color: white;
	color: black;
}

.notie-container .arrow::before {
	border-bottom-color: white;
}

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

/* FOOTER */

.footer-page {
	width: 100%;
	background: #efefef;
	text-align: left;
	text-transform: uppercase;
	font-size: 0.65rem;
	padding: 15px 0 15px 60px;
	position: fixed;
	bottom: 0;
	z-index: 2;
	left: 0px!important;
}

.footer-page a {
	text-decoration: none;
	color: #000;
	font-weight: 700;
}

.footer-page img {
	height: 15px;
	display: inline-block;
	vertical-align: sub;
}

.copyright {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 0;
	margin-top: 5px;
}

#disk_quota {
	float: right;
	margin-left: 10px;
	margin-right: 12%;
	text-transform: none;
	color: #000;
	font-weight: 400;
}

#disk_quota img {
	height: 1.3rem;
	width: 1.6rem;
	vertical-align: top;
}

#disk_quota p {
	display: inline-block;
	font-size: 0.62rem;
	margin-bottom: 0;
	line-height: 10px;
}

#disk_quota strong {
	font-weight: 700;
	font-size: 0.65rem;
}

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

/**
custom confirm bootbox
**/

.bootbox {
	z-index: 2214502422;
}

.bootbox.header_danger .modal-header {
	background-color: #dc3545;
	color: white!important;
}

.bootbox.header_danger .close {
	color: white!important;
}

.bootbox.header_warning .modal-header {
	color: #856404!important;
	background-color: #fff3cd;
}

.bootbox.header_warning .close {
	color: #856404!important;
}

.bootbox.header_primary .modal-header {
	color: #004085!important;
	background-color: #cce5ff;
}

.bootbox.header_primary .close {
	color: #004085!important;
}

.bootbox-body {
	padding-bottom: 2.5rem!important;
}

/**
modal form job
**/

.nav-link:hover {
	color: #E5E5E5;
}

.col-form-label {
	font-weight: 600;
}

.bootbox .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	font-weight: 400;
}

.btn-add {
	height: 33px;
	font-size: 18px;
	background: #fff;
	border: none;
	padding-left: 0;
}

.table.rubrique, .table.annonceur {
	margin-bottom: 0;
}

.table.rubrique td, .table.annonceur td {
	border-top: 0;
	padding-bottom: 0;
	padding-top: 0;
	padding-left: 0;
}

.table.rubrique thead th, .table.annonceur thead th {
	vertical-align: bottom;
	border-bottom: 0;
	border-top: 0;
	padding-left: 0;
}

.table.validation thead th {
	border-top: 0;
	border-bottom: 0;
}

.btn-white {
	font-size: 0.75rem;
	font-weight: 700;
	border: 1px solid #ced4da;
}

.btn-white:hover {
	border: 1px solid #ced4da;
	background: #ced4da;
}

.btn-save {
	font-size: 0.75rem;
	font-weight: 700;
	border: 1px solid #6BA39E;
	margin-top: 2rem;
}

.btn-save:hover {
	color: #fff;
	background: #6BA39E;
	border: 1px solid #6BA39E;
}

.btn-annuler {
	font-size: 0.75rem;
	font-weight: 700;
	border: 1px solid #ced4da;
	margin:2rem 2rem 0 0;
}

.btn-annuler:hover {
	color: #fff;
	background: #ced4da;
	border: 1px solid#ced4da;
}

.img-trad {
	width: 15px;
}

.trad-input {
	border-right: 0;
}

.input-group-append .input-group-text {
	border-left: 0;
	padding: 0 5px 0 0;
}

.input-date {
	width: 152px;
}

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

/* MEDIA QUERIES */

@media (max-width: 768px) {
	#disk_quota {
		float: left;
		margin-top: 0.8rem;
		margin-left: 0;
	}
}

@media (max-width: 962px) {
	.liste .statuts {
		display: block;
	}
	#floating-button {
		bottom: 6rem;
		width: 45px;
		height: 45px;
	}
	.plus {
		line-height: 45px;
		font-size: 30px;
	}
}

@media (min-width: 992px) and (max-width: 1400px) {
	.grille.job .nouveau, .grille.job .encours, .grille.job .corriger, .grille.job .valider, .grille.job .livrer {
		flex: 0 0 30%;
		max-width: 30%;
		margin-right: 2rem;
	}
}

@media (min-width: 1500px) {
	.grille.job .nouveau, .grille.job .encours, .grille.job .corriger, .grille.job .valider, .grille.job .livrer {
		flex: 0 0 22%;
		max-width: 22%;
	}
	.grille .statuts {
		margin-left: 1.1rem !important;
	}
}

/* Annotation */

#toolframe {
	float: left;
	height: 100vh;
	width: 20%;
	background: #fff;
	text-align: center;
	overflow: auto;
}

#toolframe .breadcrumbs {
	text-align: left;
	margin: initial;
	margin-left: 20px;
}

#toolframe #informations {
	overflow-wrap: break-word;
	padding: 0px 5px 0px 5px;
}

#toolframe #logo_client {
	border: none;
	border-radius: 0;
	display: inline-block;
	width: 100%;
	min-width: 1px;
	height: 90px;
	background: url(/static/img/Logo_GA_horizontale_blanc.svg) center center no-repeat;
	background-size: 195px 100%;
	background-color: #6BA39E;
	position: relative !important;
	z-index: 1;
	margin: 0;
}

#toolframe #navigation .pagination {
	border: none;
	display: inline-block;
	margin: 0 7px 0 7px;
	font-size: 1em;
}

.precedent, .suivant {
	background: #E5E5E5;
	border-radius: 15px;
	padding: 6px 0 3px 0;
}

.boutons i {
	font-size: 1.3rem;
	font-weight: 700;
}

#pageNumber {
	border: 2px solid #E5E5E5;
	border-radius: 3px;
	width: 30px;
	text-align: center;
	margin-right: 5px;
}

#versions-doc .uil-flip-v {
	font-size: 1.3rem;
}

.sidebar-footer {
	border-top: 2px solid #e5e5e5;
	border-radius: 0;
	width: 20%;
	min-width: 1px;
	height: 70px;
	background-color: #fff;
	position: absolute !important;
	bottom: 0;
	left: 0;
	z-index: 1;
	margin: 20px 0 0 0 !important;
}

.sidebar-footer p {
	font-size: 7px;
	text-transform: uppercase;
	margin-top: 5px;
}

.sidebar-footer .logo-note-plus {
	width: 90px;
}

#marginalia_container {
	width: 80%;
	float: right;
	min-height: 100vh;
	height: 100vh;
	background-color: #dddddd;
	padding: 1px;
}

#marginalia-Loader {
	z-index: 1000;
	display: none;
	position: fixed;
	top: calc(60% - 180px);
	left: calc(60% - 250px);
}

.M8a_lblRight, .M8a_lblLeft {
	position: absolute;
	display: table;
	/* color:#4d90fe6e; */
	color: rgba(254, 77, 77, 0.45);
	padding: 0 1em 0 1em;
	z-index: 2000;
	background-color: rgba(250, 250, 250, 0.2);
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 600;
}

.leaflet-sbs-divider {
	background-color: #fbfafa!important;
}

.marginalia-back-button {
	font-weight: 700!important;
	position: absolute!important;
	bottom: 100px;
	width: 20%;
}

/*
pdf upload
*/

div.page_no_overwrite {
	background: url('/gaiip/page_no_overwrite/thumb/97/page_no_overwrite.jpg');
	background-size: cover;
}

.vignette img {
	border: 1px solid #343a4036;
}

div.page_overwrite {
	background: url('/gaiip/page_overwrite/thumb/97/page_overwrite.jpg');
	background-size: contain;
	background-repeat: no-repeat;
}

div.page_new {
	background: url('/gaiip/page_new/thumb/97/page_new.jpg');
	background-size: cover;
}

div.page_no_overwrite img, div.page_overwrite img, div.page_new img {
	opacity: 0.375;
}

/* modale info*/

div.histo_list {
	overflow: auto;
	max-height: 65vh;
	min-height: 20vh;
}

#file_upload {
	position: relative;
	overflow: hidden;
	direction: ltr;
	cursor: pointer;
	text-align: center;
}

#file_upload input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border: 300px solid transparent;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	filter: alpha(opacity=0);
	-o-transform: translate(-300px, -300px) scale(10);
	-moz-transform: translate(-800px, 0) scale(10);
	cursor: pointer;
}

/* ESPACE ECHANGE / "DRIVE" */

.NPCoreDrive, .grey-box {
	background-color: #E5E5E5;
	border-radius: 15px;
	padding: 2rem;
	min-height: 400px;
	overflow-y: scroll;
	right:40px;
}

.NPCoreDrive .dropzone {
	border: 1px dashed #B3B3B3;
	border-radius: 15px;
	font-size: .8rem;
}

.NPCoreDrive .dropzone i {
	font-size: 22px;
}

.NPCoreDrive h1, .grey-box h1 {
	font-size: 1.1rem;
	font-weight: 700;
}

.NPCoreDrive .btn-download {
	font-size: .8rem;
}

.NPCoreDrive .download p {
	font-size: .7rem;
	line-height: 15px;
	margin-bottom: 0;
}

.NPCoreDrive .download i {
	font-size: 1.4rem;
}

.NPCoreDrive .file-line {
	border-bottom: 1px solid #B3B3B3;
}

.NPCoreDrive .file-line .btn-actions {
	right: 0;
	top: 0;
}

.NPCoreDrive #file-import {
	width: 100%;
	height: 15px;
}

.NPCoreDrive .download label {
	font-size: .75rem;
	font-weight: 700;
	margin: 0;
}

.NPCoreDrive .progress-bar {
	background-color: #6BA39E;
}

div#pages_zone, div#couvs_zone {
	min-width: 60%;
}

#NpCoreDrive_upload {
	position: relative;
	overflow: hidden;
	direction: ltr;
	cursor: pointer;
	text-align: center;
}

#NpCoreDrive_upload .active {
	border: 1px solid #6BA39E;
	color: #6BA39E;
}

#NpCoreDrive_upload input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border: 300px solid transparent;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	filter: alpha(opacity=0);
	-o-transform: translate(-300px, -300px) scale(10);
	-moz-transform: translate(-800px, 0) scale(10);
	cursor: pointer;
}

.NpCoreDrive_button.active {
	background: #e5e5e5;
	border: 1px solid #e5e5e5;
	color: #000;
}

.infos-job {
	margin-bottom: 10px;
}

.infos-job p {
	font-size: .6rem;
	line-height: 15px;
	margin-bottom: 0;
}

.infos-job i {
	font-size: 1.4rem;
}

.infos-job a {
	font-size: .6rem;
	font-weight: unset;
}

.infos-job .uil-folder-times {
	color: #EA5542;
}

.infos-job .uil-folder-check {
	color: #6EBC83;
}

/* PAGE ANNONCEUR */

.add-annonceur, .remove-annonceur {
	font-size: 1.3rem;
}

.remove-annonceur {
	color: #EA5442;
}

.add-annonceur {
	color: #6BA39E;
}

.bloc-mep {
	border: 1px solid #cbcbcb;
	border-radius: 15px;
}

.bloc-mep:hover {
	border: 1px solid #6BA39E;
}

.bloc-mep:hover p {
	color: #6BA39E;
}

.bloc-mep img {
	max-height: 100px;
	border: 1px solid #e5e5e5;
}

.numero-annonceur {
	font-size: .9rem;
	vertical-align: sub;
}

div.no-code-gab {
	place-items: center;
	display: flex;
	min-height: 156px;
	min-width: 115px;
}

div.gab-choice {
	min-height: 156px;
	min-width: 115px;
}

.gab-filtered {
	display: none!important;
}

.col-gabarit {
	max-height: 70vh;
	overflow: hidden scroll;
}

.col-annonceur {
	max-height: 70vh;
	overflow: hidden scroll;
}
.picto-ads {
	font-size:1.3rem;
	color:#fff;
}
.bullet-ads {
	width: 10px;
	height: 10px;
	border-radius: 50px;
	position: absolute;
	right: 0;
	top: 0;
}

.bullet-ads.red{
	background:#aa001d;
}

.bullet-ads.green{
	background:#008917;
}
.bullet-ads.orange{
	background:#F2BD46;
}

.picto-ads i.uil.uil-image-resize-landscape {
	position:relative;
}

/* menu float */

.menu-float {
	font-family: "unicons";
	position: fixed;
	bottom: 4rem;
	right: 30px;
}

.menu-float {
	height: 56px;
	width: 56px;
	border-radius: 50%;
	background: #6BA39E;
	color: #fff;
	font-size: 2em;
	cursor: pointer;
	box-shadow: 0px 2px 5px #666;
}

.menu-float:before {
	content: '\e91C';
	font-size: inherit;
	width: 56px;
	height: 59px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-float.open:before {
	content: '\ebfd';
	font-size: 1.8rem;
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-float ul {
	visibility: hidden;
	background: inherit;
	padding: .5em 0;
	margin: 0;
	margin-top: 1em;
	border-radius: 5px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	position: fixed;
	bottom: 140px;
	right: 55px;
	color: inherit;
	font-size: .8rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	cursor: default;
	display: flex;
	flex-direction: column-reverse;
}

.menu-float ul.visible {
	visibility: visible;
}

.menu-float li {
	list-style: none;
	padding: .5em;
	padding-left: 2.5em;
	margin: 0;
	position: relative;
	cursor: pointer;
}

.menu-float li:hover {
	background: rgba(255, 255, 255, 0.08);
}

.menu-float li:before {
	font-family: "unicons";
	position: absolute;
	top: calc(5% + 8px);
	left: 8px;
}

.dash-float {
	position: fixed;
	bottom: 4rem;
	right: 30px;
	height: 56px;
	width: 56px;
	border-radius: 50%;
	background: #6BA39E;
	color: #fff;
	font-size: 2em;
	cursor: pointer;
	box-shadow: 0px 2px 5px #666;
	font-family: "unicons";
}

.dash-float:before {
	content: '\eb2c';
	font-size: inherit;
	width: 56px;
	height: 59px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.select-w270 {
	min-width:270px;
}

.notie-textbox-inner .dropdown-menu {
    text-transform: capitalize;
}

#marginalia_container.tpl-top {
    width: 100%;
    float: left;
    padding: 2px;
    height: 88vh !important;
    min-height: 88vh;
}

.np-d-grid {
	display: grid;
}
