#logout {
	background: #333;
	color: #eaecee;
}
.well{
    background: rgba(250, 250, 250, 1);
}

textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    resize: none
}

.checkbox-custom {
    height: 34px;
}

.checkbox-custom input[type="checkbox"] {
    position: relative;
}

.dropdown_search_field {
	padding-left: 5px;
	padding-right: 5px;
}

#many-new-patients-loading-spinner p {
    text-align: left;
}