a{
	color:#1f405e;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link{
	color:#0c1924 !important;
}

a:hover, a.nav-link:hover{
	color:#0c1924 !important;
}



nav.navbar .btn.btn-sm.btn-secondary{
	background-color: #333 !important;
	color: #dfdfdf !important;
}

.module_header{
	margin-top:1em;
}

div.action_email_file_attachment{
	
}

div.desc_container{
	white-space: pre;
}

div.action_container, div.helpdesk_ticket_title_container, div.ticket_description{
	box-shadow: 0 0 0.5em rgba(0,0,0,0.2) !important;
}

.view_selected{
	font-weight : bold;
	color: #d00;
	text-shadow: 1px 1px 0.5px rgba(255,255,255,.2) !important;
	/*background-color: #dfdfdf;
	border:1px #999 solid;*/
}
/**********************************************************************************************/
/*NOTIFICATIONS*/
.notification_content{margin-bottom: 0;}
.notification_content p:empty { display: none !important; }
.notification_content p.MsoNormal { margin-bottom: 0 !important; }

.notification_container{
	border-bottom:1px #000 dotted;
	background-color: #fff;
	position: relative;
}

div.notifications_zone:empty{
	opacity:0;
}

.notification_container:last-child{
	border-bottom:none;
}

.notification_container:hover{
	background-color: #EAF2F8;
}

.outline_white {
  text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
}

.email_containement p:empty{ display: none }

/**/


.nav-item .badge-pill { position: relative; top: -1px; }