.notif-encart {
	overflow-y: auto;
	max-height: 500px;
}

.notif-selected {
	border: 1px solid black !important;
}

/* Ajout pour la suppression des couleur pour
	les liens des boutons d'engagement 		*/
.engLinkBlack, .engLinkBlack:hover {
	color: #393333;
	text-decoration: none;
}

.engLinkGreen, .engLinkGreen:hover {
	color: #008800;
	text-decoration: none;
}

.engLinkRed, .engLinkRed:hover {
	color: #DD0000;
	text-decoration: none;
}

.engLinkBlue, .engLinkBlue:hover {
	color: #0000DD;
	text-decoration: none;
}

.engIcons {
	
}

.notification-list  .notif-resume-container {
	padding-top: 15px;
	padding-bottom: 15px
}

.notification-list  .notif-resume-container:not (:last-child ) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.33);
}

.notif-unread { /** notif non lue **/
	font-weight: bold;
}

.notif-resume-container p {
	margin: 0px !important;
}

.notif-status {
	font-size: 11px;
}

.notifEqpEnsCateg {
	font-size: 12px;
	padding: 6px 7px 1px;
}

.notifCDCLicBold {
	font-weight: bold;
}

/** ManageEngagement **/
/* 03-UC02-US01-RA008 */
.forfait {
	color: red !important;
}

.compoChanged {
	color: blue;
}

.notif-fix-to-top {
	position: fixed;
	top: 0;
	z-index: 998;
	width: 64.88%;
}

.notif-button {
	color: white;
	font-size: 36px;
}

.equipeEnsembleTable thead tr th:first-child {
	width: 70% !important;
}

.notif-badge {
	background: red;
	position: relative;
	top: -19px;
	left: -18px;
}

.notif-badge-inside {
	background: red !important;
}

/** Type de catégorie **/
.code-corps {
	margin-right: 25px;
}

.calcul-block>div {
	display: inline-block;
	width: 100%;
	padding-right: 0px;
}

.calcul-block input, .calcul-block select {
	width: 100%;
}

.multiCategSelect div {
	width: 100%;
}

.multiCategSelect div button {
	position: inherit;
	text-align: left;
	width: 100%;
	height: 34px;
	font-size: 12px;
	background-color: rgb(254, 255, 207) !important;
	padding-left: 5px;
	border-radius: 0px;
}

.multiCategSelect div button span {
	float: right;
	margin-top: 6px;
}

toggle>div {
	height: 5px !important;
}

toggle.disabled {
	cursor: not-allowed;
	pointer-events: none;
	box-shadow: none;
	opacity: 0.65;
}

.btn-toogle-on {
	background-color: #7A7CB9;
	border-color: #7A7CB9;
	color: white;
	border-radius: 4px !important;
}

.btn-toogle-on:hover {
	background-color: #3C3E6F;
	border-color: #3C3E6F;
	color: white;
}

.selected-factu {
	background-color: #7A7CB9 !important;
	color: orange !important;
}

/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
    width: 50px;
    height: 27px;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: darkgray;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 22px; width : 22px; left : 1px; bottom : 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	width: 22px;
	left: 1px;
	bottom: 3px;
}

input:checked+.slider {
	background-color: #2196F3;
}

input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.mt-7{
	margin-top : 7px;	
}

.bigger-fa {
	font-size: 17px;
}

.without-padding {
	padding: 0;
}

.smallScrollTable tbody {
    max-height: 250px;
}
#exemption_mail{
	margin-bottom:10px;
}
div .exemption_mail{
	display:flex;
	flex-direction:row;
}
.exemption_input{
	width:93%;
}
.exemption_mail_help{
	align-self: center;
    font-size: large;
    color: grey;
    padding-left: 7px;
}