#logo{
	text-align: center;
}

#logo img{
	max-width: 80%;
	max-height: 40%;
}

#logout{
	bottom: -20px;
	float: right;
	position: relative;
}

.info #img_patient{
	width: 100%;
}

.info .task{
	border-bottom: 1px solid #999;
	padding: 10px 0;
}

.info .last_task{
	border-bottom: none;
}

.info .task a{
	text-decoration: none;
}


.info .task .icons{
	text-align: right;
}

.view_details{
	float: right;
}

.info .task h5 {
	margin-left: 1%;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 10px;
}

/* Removes the timezone info on MyCalendar view */
#mobile_calendar .ui-btn-text .timezone {
	display: none;
}

/* Reduce the font to fit into little screens */
#mobile_calendar .ui-btn-inner .ui-btn-text {
	font-size: 11px;
}

#mobile_calendar .ui-li-has-thumb .ui-btn-inner {
	min-height: 40px;
}

#mobile_calendar .ui-li-thumb {
	max-height: 60px;
}

#patient_details h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 18px;
}

#patient_details {
	font-size: 12px;
}

#days_navbar .ui-btn-inner {
	padding: 10px 5px ;
	min-width: 70px;
}

.errorlist {
	padding-left: 0px;
}

.errorlist li {
	color: #FF9BBB;
	font-weight: bold;
}

.task .complete_btn {
	cursor: pointer;
	display: block;
	margin: 0px;
	position: relative;
	float: right;

	background-image: -moz-linear-gradient(top, #4E894B, #608F4B);
	background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #4E894B),	color-stop(1, #608F4B));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4E894B', EndColorStr='#608F4B')";

	color: #FFFFFF;

	text-align: center;
	text-decoration: none;

	font-size: 11px;
	padding: 2px;
	padding-top: 8px;
	border: 1px solid #407F0B;
	width: 70px;
	height: 20px;

	-moz-border-radius: 1em 1em 1em 1em;
	-webkit-border-radius: 1em;
    -ms-border-radius: 1em;

	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* client emergency info */
/* this is also styled for non-mobile in style.css!! */
.m.emergency_info{
    padding: 0 12px 12px 12px;
}
.m.emergency_info h2 {
    color: #cc0000;
}
.m.emergency_info h3{
    margin-bottom: 0;
    color: #e17009;
}
.m.emergency_info .emergency_icon {
    position: relative;
    top: -5px;
    margin-right: 3px;
    width: 30px;
	float: left;
}
.m.emergency_info .contact{
    margin-bottom: 12px;
}
.m.emergency_info .contact .contact_name{
    font-weight: bold;
}
.m.emergency_info .contact .contact_name .relationship{
    font-weight: normal;
}