.navbar .brand {
	float: none;
	display: inline;
	padding: 10px 10px 10px;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	min-height: 20px;
	text-shadow: 0 1px 0 #13161a;
}

a:hover, a:focus {
	color: #00366e;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}



input[type=text], input[type=password] {
	border: 1px solid #7d7d7d;
}

input[type=text]:focus, input[type=password]:focus {
	border: 2px solid #555555;
}

input[type="radio"], input[type="checkbox"] {
	margin-top: 0px;
	margin-right: 5px;
}

.input-xlarge {
	border-color: #7d7d7d;
}

.btn {
	box-shadow: 2px 2px 4px #555555;   	
}
.eir-header-logo {
	background: transparent url(../img/open_eir_header_logo.png) no-repeat;
	background-size: contain;
	border: 0;
	color: transparent;
	float: left;
	margin: -0px 10px 0px 48px;
	font: 0/0 a;
	height: 38px;
	width: 57px;
}

.icon-ico_help_about:before {	
	/*content: "?";*/
	content :'\E63B';	
	font-size: 40px;
	font-family: ge-iconography-legacy-webfont, ge-iconography-webfont;
	display: inline-block;	
	/*font-weight: bolder; */  
}

.icon-ico_edit_user:before {
	content: '\E604';
	font-family: ge-iconography-legacy-webfont, ge-iconography-webfont;
	display: inline-block;
}

.userFormItem{
	margin  : 0px 10px 10px 10px;
	display:flex;
	width:100%;
}



.pdfobject-container {
	width: 100%; //
	max-width: 600px;
	height: 700px; //
	margin: 2em 0;
}

.pdfobject {
	border: solid 1px #666;
	box-shadow: 3px 3px 5px #555555;
}

.text-error{
	color: red;
	display: none;
	font-size: 13px;
	
}

.layer-group{
	display:none;
}

#cbyd-changes-popup .modal-header, #cbyd-terms-popup.modal-header
{
	border-radius: 6px 6px 0 0;
}

#cbyd-terms-popup .modal-dialog
{
	height: 90%;
}

#cbyd-terms-popup .modal-content
{
	display: flex;
	flex-direction: column;
	height: 100%;
}

#cbyd-terms-popup .modal-body
{
	overflow: auto;
	flex: 1;
}
