.ui.dropdown .menu > .divider {
	margin: 0em;
}
/*
.search.item {
	background: rgba(255, 255, 255, 0.8) !important;
	color:#000;
}
*/
.ui.fluid.container {
	width: 96%;
}
table thead th {
	text-align:left;
}
table thead {
	background-color:#e5edf3;
}
.clear { 
	clear:both;
}
.dropdown.optgroup .divider {
    border-top: none !important;
}

/* Link */

.ui.breadcrumb a {
  /* color: #4183C4;*/
  color: #FFF;
}

.ui.breadcrumb a:hover {
  /* color: #1e70bf; */
  color: #4183C4;
}