 body:not(.notAuthorizedUXP) {
	height: calc(100% - 100px);
}
 html:not(.notAuthorizedUXP) {
	height: calc(100% - 100px);
}
.navbar-toggle {
	margin-top: 3px;
	z-index: 2000;
	background: #eee;
}

.navbar-right {
	margin-left: 0px;
}

.almaFooter {
	padding: 14px;
}



@media ( max-width :767px) {
	.navbar .navbar-collapse {
		background-color: #eeeeee
	}
}

.login-user{
  font-size: 17px;
  font-weight: 500;
  position: relative;
   top: -2px;
}

.centered-navbar { display:inline-block; float:none; vertical-align:top; }

.copy-url {background: none; border: none; box-shadow: none;}

