﻿#loginBtn {
	margin-top:5px;
}

#loginAlert{
	display:none;
}

#logout{
	cursor:pointer;
	cursor:hand;
}
.disabled input[disabled]{
	background-color: #eee !important;
	cursor:default !important;
	border: 1px solid #ccc !important;
}

.overviewTitle{
	margin:20px 0 5px 0 !important;
	padding:0 !important;
	font-size:28px !important;
	font-weight:bold;

}

.overviewInfo{
	margin:0 !important;
	padding:0 !important;
	font-size:14px;

}

.flot-donut-caption {
  position: absolute;
  -lh-property: 0;
top:-webkit-calc(50% - 50px);
top:-moz-calc(50% - 50px);
top:calc(50% - 50px);
;
  -lh-property: 0;
left:-webkit-calc(50% - 25px);
left:-moz-calc(50% - 25px);
left:calc(50% - 25px);
;
}