.fWeight5 {
	font-weight: 500;
}
.fWeight6 {
	font-weight: 600;
}
.fWeight7 {
	font-weight: 700
}

.allPatientRow:hover {
	cursor: pointer;
}

.login_error {
    margin-bottom: 30px;
    color: red;
    font-size: 15px;
}
.txtCapitalize {
	text-transform: capitalize;
}
.fc-content {
	padding-top: 3px;
}
.ui-autocomplete {
	z-index: 99999;
}

@media only screen and (max-width : 480px) {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}

#rc-imageselect {
	transform:scale(0.77);
	-webkit-transform:scale(0.77);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}

.navbar-brand:after {
    content: "Beta";
    font-size: 10px;
    top: 18px;
    position: absolute;
    margin-left: 5px;
    color: red;
    font-weight: bold; 
}