div[id^="wait_"] 
{ 
	display: none !important; 
	background: none !important; 
	border: 0 !important; 
	color: #000000; 
	font-family: Verdana, Arial, 
	sans-serif; font-size: 11px; 
	font-style: normal !important; 
	font-variant: normal !important; 
	font-weight: normal; 
	letter-spacing: normal !important; 
	line-height: normal; 
	padding: 0 !important; 
	position: absolute; 
	text-align: center !important; 
	text-indent: 0 !important; 
	width: 0px !important; 
	height: 0px !important; 
	word-spacing: normal !important; 
	z-index: 0; 
	content: ""; 
}

.alma-company{
	position: relative;
	top: -3px;
	display:flex;
	justify-content:flex-end;
	line-height: 42px;
	font-size: 16px;
}

.alma-logo{height:30px;width: 98px;}

.alma-company__text-link,
.alma-logo__letter,
.alma-logo__bird{
	transition: all 0.2s ease;
}

.alma-company__text,.alma-company__text-link{color:#777;}
.alma-company__text-link:hover{color:#555;}

.alma-logo__letter{fill:#225f8b;}
.alma-logo__bird{fill:#1f3a55;}
.alma-logo:hover .alma-logo__letter,
.alma-logo:hover .alma-logo__bird{fill:#1f3a55;}

@media (min-width:1024px) {
	.alma-company{
		padding-left: 17px;
	}
}

input:read-only, input.form-control:read-only{
	border: 0;
	outline: none;
	box-shadow: none;
	background: #ececec;
	cursor: not-allowed;
}

input.form-control:read-only:focus, input:read-only:focus{
	border: 0;
	outline: none;
	box-shadow: none;
}