#ep_tm_languages img {
	height: 15px !important;
	width: auto !important;
}

#overlay{
	z-index: 1500;
}

#lightbox{
	z-index: 1501;
}

.container-fluid.bg-primary.position-sticky.sticky-top
{
background: hsla(0, 1%, 26%, 1);

background: linear-gradient(0deg, hsla(0, 1%, 26%, 1) 0%, hsla(0, 0%, 73%, 1) 100%);

background: -moz-linear-gradient(0deg, hsla(0, 1%, 26%, 1) 0%, hsla(0, 0%, 73%, 1) 100%);

background: -webkit-linear-gradient(0deg, hsla(0, 1%, 26%, 1) 0%, hsla(0, 0%, 73%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#444242", endColorstr="#BBBBBB", GradientType=1 );
}


.navbar-dark .navbar-nav .nav-link{
    color: rgb(255 255 255) !important;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(255 255 255) !important;
}

tr.tr_summary_page td div{
  margin-top: 5px;
  padding: 10px;
  background-color: #f9f9f9;
  border-left: 5px solid #007bff;
}