#lost_password_link {
	padding: 0px 0px 0px 2px;
}

@media only screen and (min-width: 768px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}
}

#friendly_error:empty,
#friendly_success:empty,
#friendly_warning:empty {
	display: none;
}

#menu_new {
	margin: 0 15px 15px 0;
	float: right;
}

#button_new {
	width: 37px;
	height: 37px;
	padding-left: 10px;
}

.hide_recaptcha {
    display: none;
}

.disable_recaptcha {
    opacity: 0.65;
    pointer-events: none;
}

.labelValue {
    max-width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.disabled-link {
	cursor: none;
	pointer-events: none;
	text-decoration: none;
	color: grey;
}

.search_input_div {
	margin-top: 3px;
	width: 100%;
}

.search_input_div .search_input_label {
	font-size: 12px;
	font-weight: normal;
	margin-right: 3px;
	margin-bottom: 0;
	vertical-align: middle;
}

.search_input_div .search_input {
	width: 90%;
	font-size: 14px;
	height: 37px !important;
}

.search_input_div .search_input_button {
	width: 37px;
	height: 37px !important;
	padding-left: 10px;
	margin-right: 0px;
}

