/* Login screen */
.login-email-text {
	margin-left: 5px;
}
.loginemail-hb {
	margin-bottom: 0;
}

/* Fix spacing below notifications */
.ef-user-signed-in > .container {
	min-height: auto;
}
.ef-navbar-branch-name:hover,
.navar-brand:hover {
	color: #454545 !important;
}

/* Completed by Branch Report */
.branch-name {
	font-weight: bold;
}
.report_date {
	font-weight: bold;
}

/* Fix branch name from ellipsis */
.ef-navbar-branch-name {
	overflow: visible;
}

body .breadcrumb-x .container{
    height: auto;
}
footer.site-footer a.footer-logo, footer.site-footer a.footer-logo img{
    background-color: transparent;
}

/* Hide loader */
.pace .pace-activity{
    display: none;
}

body.ef-user-signed-in .breadcrumb-x .container > div{
    position: static;
}


/*
.ef-dashboard  #content-title-row,
.ef-dashboard .ef-dashboard-content{
    
    display: none;
}
*/
body #ef-navbar .container .navbar-header{
    width:250px;
}

body #ef-navbar .container .navbar-header .ef-navbar-logo{
    max-width: 400px;
}

.sign-slogan{
    font-weight: bold;
}
.sign-slogan .signup-link{
    text-decoration: underline;
}

body #ef-navbar .container .navbar-header{
    margin-top:10px;
}

.ef-catalog-filters input#ef-search-catalog{
    display: none;
}