/* app css stylesheet */

/* force scrollbar ON - stops jumping when swapping divs etc */
body {
	overflow-y: scroll;
	color: #9B9B9B;
	font: 300 14px/20px helvetica, sans-serif, arial;
}

.g-recaptcha {
  text-align: center;
  width: 100%;
  float: left;
  position: relative;
  margin-left: 73px;
}

.container {
	background-color: white;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#footer {
	background-color: #f5f4f3;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#footer ul {
	list-style: none outside none;
	margin-left: 20px;
}

#footer ul li {
	border-left: 1px solid #9D9D9D;
	padding-left: 5px;
	line-height: 14px;
}

#footer ul li a {
	color: #9D9D9D;
	font-size: 12px;
}

#footer ul li a:hover {
	color: #69BE28;
	text-decoration: none;
}

#copyright {
	text-align: center;
}

#copyright .span12 {
	font-size: 11px;
}

#copyright .span12 p {
	font-size: 11px;
}

.popbox {
	display: none;
	position: absolute;
	z-index: 99999;
	width: 350px;
	padding: 10px;
	background: #EEEFEB;
	color: #000000;
	border: 1px solid #4D4F53;
	margin: 0px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
	box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
}

.popbox h2 {
	background-color: #4D4F53;
	color: #E3E5DD;
	font-size: 14px;
	display: block;
	width: 100%;
	margin: -10px 0px 8px -10px;
	padding: 5px 10px;
}

.popbox p {
	margin: 0px;
}

.content-holder {
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	border: 2px solid #c8c8c8;
	overflow: hidden;
	margin-bottom: 20px;
	width: 936px;
}

#content-outer {
	background-color: #ECECEC;
	padding-bottom: 20px;
}

#content-outer-java {
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

select {
	width: 220px;
	margin-bottom: 0px;
}

.table th, .table td {
	vertical-align: top;
	max-width: 220px;
	overflow: hidden;
}

/*
.form-horizontal .controls {
	margin: 0px;
	text-align: center;
}
*/
form {
	float: left;
}

.form-actions {
	background: none;
	border: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 0px;
}

.form-horizontal .form-actions {
	padding-left: 0px;
	text-align: center;
}

.form-horizontal .controls {
	margin-left: 2%;
	text-align: left;
	float: left;
	width: 56%;
}

.input-xlarge {
	width: 330px;
}

.input-small {
	width: 84px;
}

.input-small1 {
	width: 80px;
}

input[type="checkbox"] {
	margin-right: 10px;
	margin-top: 2px;
	width: 15px;
}

.form-horizontal .control-label {
	padding: 0px;
	margin-right: 2%;
	width: 40%;
	margin-bottom: 0px;
	line-height: 30px;
}

.form-horizontal .control-group {
	margin-bottom: 10px;
	text-align: center;
	float: left;
	width: 100%;
}

button, html input[type="button"] {
	margin: 5px 0px;
}

.ui-datepicker th {
	font-weight: normal;
}

#image-manager {
	text-align: center;
}

#image-manager label, #image-manager #image-location {
	text-align: left;
	margin-left: 90px;
	margin-bottom: 10px;
}

#image-manager .btn {
	width: 330px;
	margin: 10px 0px;
}

legend {
	width: 97%;
}

.dialog-holder form, #login-holder form {
	float: none;
}

.dialog-holder .form-horizontal .control-group, #login-holder .form-horizontal .control-group
	{
	float: none;
}

.dialog-holder .form-horizontal .control-label, #login-holder .form-horizontal .control-label
	{
	padding: 10px 0px;
	margin-right: 2%;
	width: 40%;
}

.dialog-holder .form-horizontal .controls, #login-holder .form-horizontal .controls
	{
	margin-left: 0px;
	float: none;
	width: auto;
	text-align: center;
}

.dialog-holder .form-horizontal .controls span, #login-holder .form-horizontal .controls span
	{
	text-align: left;
}

#forgot-instructions .form-horizontal .controls {
	margin-left: 0px;
	float: none;
	width: auto;
	text-align: center;
}

.dialog-holder .form-horizontal #registration-errors .controls,
	.dialog-holder .form-horizontal #terms-and-privacy .controls,
	#login-holder .form-horizontal #login-errors .controls {
	width: 420px;
	text-align: left;
}

.btn-primary {
	background-color: #a09d9c;
	background-image: linear-gradient(to bottom, #a09d9c, #7c7979);
	background-image: -webkit-linear-gradient(top, #a09d9c, #7c7979);
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active,
	.btn-primary.disabled, .btn-primary[disabled] {
	color: #ffffff;
	background-color: #7c7979;
	*background-color: #a09d9c;
}

a {
	color: #f07d00;
	cursor: pointer;
	cursor: hand;
}

a:hover {
	color: #f07d00;
}

#remember-or-forgot {
	margin: 0px;
	float: left;
}

#login-holder .form-horizontal #remember-me {
	text-align: left;
	margin-left: 80px;
	padding-top: 3px;
	width: 190px;
	float: left;
}

#login-holder .form-horizontal #remember-me input {
	width: 20px;
	margin-top: 2px;
}

#login-holder .form-horizontal #forgotten-password {
	width: 425px;
	padding-top: 3px;
}

#login-holder .form-horizontal #new-or-register {
	float: left;
	position: relative;
	width: 100%;
}

#login-holder .form-horizontal #new-or-register .wrapper {
	position: relative;
	display: inline-block;
}

#login-holder .form-horizontal #new-or-register .wrapper .left {
	float: left;
	position: relative;
	padding-right: 5px;
}

#login-holder .form-horizontal #new-or-register .wrapper .right {
	float: left;
	position: relative;
	padding-left: 5px;
}

#login-errors, #registration-errors, #forgot-errors {
	font-size: 11px;
	margin-left: 80px;
	text-align: left;
	line-height: 15px;
}

#forgot-errors {
	margin-left: 0;
}

.logout {
	background-color: #9B9B9B;
}

.logout  div h4 {
	color: white;
}

#terms-and-privacy {
	margin: 0px;
	float: left;
	text-align: left;
	margin-left: 80px;
	margin-bottom: 10px;
	padding-top: 3px;
	font-size: 11px;
}

#terms-and-privacy input {
	width: 20px;
	margin-top: 2px;
}

.reject-terms, .accept-terms {
	color: white;
	background-color: #f07d00;
	width: calc(50% - 10px);
	margin: 0;
	background-image: none;
}

.accept-terms {
	margin-right: 10px;	
}

.reject-terms {
	margin-left: 10px;	
}

#forgot-instructions, #forgot-failure, #forgot-success {
	margin-left: 60px;
	text-align: left;
}

#forgot-recaptcha {
	margin-left: 30px;
	padding-top: 10px;
}

#dashboard-navbar .nav {
	margin: 0px
}

#dashboard-navbar li {
	background-color: #9B9B9B;
	margin-top: 0px;
	width: 154px;
	text-align: center;
	font-size: 15px;
	height: 30px;
	border-left: 1px solid white;
}

#dashboard-navbar li:first-child {
	border-left: 0px solid #9D9D9D;
	margin-top: 0px;
	width: auto;
	text-align: center;
	padding: 0 15px 0 16px;
	border: 0px solid white;
}

#dashboard-navbar .navbar-inner {
	min-height: 0;
	padding-right: 0px;
	padding-left: 0px;
	background-color: transparent;
	background-image: none;
	border: 0px solid #d4d4d4;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	filter: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	heigh: 40px;
}

#dashboard-navbar li a {
	color: white;
	font-size: 14px/20px;
	font-weight: regular;
	text-shadow: none;
	padding: 0px 15px;
	line-height: 30px;
}

#dashboard-navbar li a:hover {
	color: #f07d00;
}

#dashboard-navbar .nav>.active>a, #dashboard-navbar .nav>.active>a:hover,
	#dashboard-navbar .nav>.active>a:focus {
	color: white;
	text-decoration: none;
	background-color: #5B5B5B;
	-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	box-shadow: none;
}

#dashboard-navbar .navbar-form .input-append, #dashboard-navbar .navbar-form .input-prepend
	{
	margin-top: -1px;
	margin-bottom: 0px;
}

.content-holder .content {
	padding: 10px;
}

.content-holder .tabbable {
	padding: 10px;
}

.content-holder .nav-tabs {
	border-bottom: 0px;
}

.content-holder .nav-tabs>li {
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	margin-right: 20px;
	width: 220px;
	border-bottom: 1px solid #9D9D9D;
}

.content-holder .nav-tabs>li>a {
	height: 30px;
	line-height: 30px;
}

.content-holder .nav-tabs>.active>a {
	color: white;
	background-color: #5B5B5B;
}

.content-holder .nav-tabs>.active>a:hover {
	color: white;
	background-color: #909D9D;
}

.content-holder .nav-tabs>li>a:hover {
	border-color: #9D9D9D;
	background-color: #9D9D9D;
}

.content-holder .nav>li>a:hover {
	text-decoration: none;
	background-color: #9D9D9D;
	color: white;
}

.content-holder .tab-content {
	
}

.navbar-inner .ng-pristine, .content-holder .ng-valid {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1px;
}

.btn {
	padding: 4px;
}

.list-func {
	text-align: right;
}

.list-func-img {
	width: 15px;
	padding-right: 5px;
}

.patient-info-button {
	background-color: #f07d00;
	color: white;
	display: block;
	height: 40px;
	padding: 5px;
	padding-left: 0px;
	text-align: left;
	width: 250px;
	float: left;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.patient-info-image {
	float: left;
	height: 22px;
	padding: 10px;
	padding-right: 15px;
}

.patient-info-button:hover {
	text-decoration: underline;
	color: white;
}

.info-button {
	padding-left: 10px;
}

.func-img {
	width: 26px;
	padding-left: 20px;
}

#stepcounter #omron {
	margin-left: -5px;
}

#stepcounter #stepcounter-settings {
	margin-top: -6px;
}

#stepcounter .stepcounter-title {
	color: black;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}

#stepcounter .ng-pristine, #stepcounter .ng-valid {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: -px;
	width: 30px;
}

#my-id-image-row {
	height: 100px;
	vertical-align: bottom;
}

#my-id-image-row .span6 {
	height: 100px;
	vertical-align: bottom;
}

#my-id-image-row .span6 h1 {
	margin-top: 60px;
	margin-bottom: 0px;
}

#my-id-image-row .span6 img {
	height: 100px;
}

#my-id .row-fluid .span6 {
	padding: 0px 10px 0px 20px;
	margin-left: 0px;
	color: black;
	font-size: 17px;
}

#my-id .row-fluid .span6:first-child {
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #9D9D9D;
	color: #9D9D9D;
}

.content-holder .form-horizontal #weekly-email, .content-holder .form-horizontal #newsletter,
	.content-holder .form-horizontal #premium-email {
	text-align: left;
	margin-left: 20px;
	padding-top: 3px;
	width: 500px;
	float: left;
}

.content-holder .form-horizontal #weekly-email input, .content-holder .form-horizontal #newsletter input,
	.content-holder .form-horizontal #premium-email input {
	width: 20px;
	margin-top: 2px;
}

#week-dose, #month-dose, #year-dose, #day-activity-met, #day-steps,
	#day-activity-min {
	font-size: 11px;
}

#week-dose .y.label, #week-steps .y.label, #month-dose .y.label,
	#month-steps .y.label, #year-dose .y.label, #year-steps .y.label {
	font-weight: normal;
}

#week-steps, #month-steps, #year-steps {
	font-size: 11px;
}

#day-status, #week-status, #month-status, #year-status {
	padding-left: 20px;
}

#day-activity-div .span3 {
	text-align: right;
	line-height: 35px;
}

#buttonLeft {
	background: url("/img/buttonLeftWhite.png") no-repeat center;
	border-radius: 0 0 0 0;
	margin-right: 0;
	margin-left: 0;
	border: 0px;
}

#buttonRight {
	background: url("/img/buttonRightWhite.png") no-repeat center;
	border-radius: 0 0 0 0;
	margin-right: 0;
	margin-left: 0;
	border: 0px;
}

#scrollDate {
	background: transparent none;
	border: 0px;
	height: 29px;
	padding-top: 0px;
	text-align: center;
	color: white;
	cursor: pointer;
	cursor: hand;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
	width: 218px;
}

.the-header {
	/* width:960px; */
	/* height:90px; */
	/* font-family: 'Eater', cursive;
	font-weight: 400;
	font-size: 10em; */
	/* margin-left:auto;
	margin-right:auto; */
	/* background: url(../img/xxx.jpg) no-repeat center left; */
	
}

[ng\:cloak], [ng-cloak], .ng-cloak {
	display: none !important;
}

/* header overrides */
/*
font: Rokkitt (google web font),18px, regular
grey: #9d9d9d; green: #f07d00
  */
.navbar {
	width: 940px;
}

.navbar .nav>li {
	border-left: 1px solid #9D9D9D;
	margin-top: 10px;
}

.navbar .nav>li:first-child {
	border-left: 0px solid #9D9D9D;
	margin-top: 10px;
}

.navbar .nav>li>a {
	color: #9B9B9B;
	font-size: 14px/20px;
	font-weight: regular;
	text-shadow: none;
	padding: 0px 15px;
}

.navbar .nav>li>a:hover {
	color: #f07d00;
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus
	{
	color: #f07d00;
	text-decoration: none;
	background-color: #ffffff;
	-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	box-shadow: none;
}

.left-split {
	border-left-style: solid;
	border-color: #E6E6E6;
	border-width: 2px;
	margin-top: -7px;
	padding-top: 7px;
}

.chart-title {
	font-family: Helvetica;
	color: #858585;
	font-size: 18px;
	font-style: regular;
	line-height: 25px;
	margin-top: 5px;
}

.last-recorded-step {
	line-height: 33px;
}

.chart-activity-edit {
	padding-top: 6px;
}

.chart-label-inside {
	font-family: Helvetica;
	fill: white;
	font-size: 22px;
	font-style: regular;
}

.chart-label-outside {
	font-family: Helvetica;
	fill: black;
	font-size: 22px;
	font-style: regular;
}

.label, .avg-label, .avg-percentage-label {
	color: black;
	display: inline-block;
	font-size: 11.844px;
	font-weight: normal;
	line-height: 14px;
	padding: 2px 4px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	vertical-align: baseline;
	white-space: nowrap;
}

.avg-label {
	font-size: 16px;
}

.avg-percentage-label {
	font-size: 26px;
	font-weight: bold;
}

.axis path, .axis line {
	fill: none;
	stroke: #E6E6E6;
	stroke-width: 4;
	shape-rendering: crispEdges;
}

.dottedaxis path, .dottedaxis line {
	fill: none;
	stroke: #E6E6E6;
	stroke-width: 2;
	shape-rendering: crispEdges;
	stroke-dasharray: 5, 5;
}

.span12.analysis {
	color: black;
	font-size: 18px;
	font-weight: bold;
	padding-left: 40px;
	padding-bottom: 20px;
}

.row-fluid.divider {
	width: 120%;
	background-color: #E6E6E6;
	min-height: 4px;
	margin-bottom: 20px;
	margin-left: -10px;
	margin-right: -10px;
}

.row-fluid.divider .divider-text {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	font-size: 16px;
}

.row-fluid.divider .divider-text .divider-text-number {
	font-size: 20px;
	font-weight: bold;
}

.tab-content {
	overflow: visible;
}

.tabs-left>.nav-tabs {
	border-right: 0px solid #DDDDDD;
}

.tabs-left>.nav-tabs>li {
	float: left;
}

.
.navbar-pad {
	padding: 20px 0px 10px 0px;
	background-color: white;
}

/* navigation overrides */
.nav-pills>li {
	border-left: 1px solid white;
}

.nav-pills>li:first-child {
	border-left: 0px solid white;
}

.nav-pills>li>a {
	border-radius: 0;
	margin: 0;
	padding: 8px 1px;
	line-height: 20px;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	background-color: #858585;
	text-align: center;
	height: 40px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	white-space: normal;
}

.nav-tabs>li>a {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 20px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.nav-tabs>li>a:hover {
	border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs>.active>a, .nav-tabs>.active>a:hover {
	color: #555555;
	cursor: pointer;
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

.nav-tabs>.active>a:hover {
	color: #909D9D;
}

.nav-pills>.active>a, .nav-pills>li>a:hover, .nav-pills>.active>a:hover
	{
	color: #ffffff;
	background-color: #5b5b5b;
}

.glass {
	background-color: #000;
	opacity: 0.01;
	filter: alpha(opacity = 1);
}

/* stats bar */
.stats-bar .span2 {
	height: 50px;
	border-left: 1px solid;
	margin: 0px;
	width: 16.5%;
}

.stats-bar .span2:first-child {
	border-left: 0px solid;
}

.stats-bar {
	background-color: #e6e6e6;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: center;
	-webkit-border-radius: 5px;
	height: 55px;
}

.stats-data {
	font-family: Helvetica;
	font-size: 20px;
	font-style: bold;
	color: #5b5b5b;
	line-height: 30px;
}

.stats-heading {
	font-family: Helvetica;
	color: #9d9d9d;
	font-size: 16px;
	font-style: regular;
}

.myid-data {
	font-family: Helvetica;
	font-size: 24px;
	font-style: bold;
	color: #5b5b5b;
}

.myid-data input[readonly] {
	background-color: white;
	cursor: default;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 17px;
	color: black;
	font-family: Helvetica;
	font-weight: normal;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
}

.myid-heading {
	font-family: Helvetica;
	color: #9d9d9d;
	font-size: 16px;
	font-style: regular;
	text-align: right;
}

h1.myid {
	text-align: right;
	color: black;
	font-size: 28px;
	font-weight: normal;
}

h2.myid {
	text-align: right;
	color: black;
	font-size: 17px;
}

/*  LOGIN -------------------------------------------------------------------------------- */
#login-bg {
	background: url(../img/login/login_bg.jpg) no-repeat top center;
}

.dialog-holder, #login-holder {
	margin: 0px auto 0 auto;
	width: 508px;
	border: thin;
	padding: 100px 20px 20px 20px;
	border-style: solid;
	-moz-border-radius: 15px;
	border-color: #c4c4c4;
	border-radius: 15px;
	border-width: 3px;
	background-color: white;
}

#logout-holder {
	display: none;
	float: right;
}

#loginbox {
	background: url(../img/login/loginbox_bg.png) no-repeat;
	font-size: 12px;
	height: 212px;
	line-height: 12px;
	padding-top: 60px;
	position: relative;
	width: 508px;
}

#login-inner {
	color: #161616;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 12px;
	margin: 0 auto;
	width: 310px;
}

#login-inner label {
	color: #161616;
	cursor: pointer;
	font-family: Tahoma;
	font-weight: bold;
	line-height: 12px;
	padding-left: 10px;
}

#login-inner th {
	padding: 0 0 6px 0;
	text-align: left;
	width: 95px;
}

#login-inner td {
	padding: 0 0 6px 0;
}

#busy-panel {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	position: absolute;
	z-index: 1000;
	/*
	opacity:0.4;
	filter:alpha(opacity=40);
	background-color: black;
	height:expression(parentElement.scrollHeight + 'px');
	*/
}

#busy-panel img {
	margin: auto;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 210px;
}

#video-pane {
	position: absolute;
	top: 200px; //
	left: 20px; //
	width: 220px;
}

.transparent {
	opacity: 0.0;
}

.nolisttype {
	list-style-type: none;
	margin-left: 0px;
}

#core-shell {
	/*    width: 100px; */
	height: 100%;
	position: relative;
}

#core-video, #core-app {
	/* width: 100%;
    height: 100%; */
	position: absolute;
	top: 0;
	left: 0; //
	background-color: white;
}

#core-app {
	z-index: 1000; //
	opacity: 1.0;
}

#status-bar {
	position: fixed;
	bottom: 0;
	right: 0;
}

.login-inp {
	background: url(../img/login/inp_login.gif) no-repeat;
	border: none;
	color: #fff;
	font-size: 16px;
	height: 28px;
	padding: 6px 6px 0 10px;
	width: 204px;
}

.submit-login {
	background: url(../img/login/submit_login.gif) no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	height: 29px;
	text-indent: -3000px;
	width: 73px;
}

.submit-login:hover {
	background: url(../img/login/submit_login.gif) no-repeat 0 -29px;
}

.pub {
	width: 200px;
	height: 150px;
}

.sub {
	width: 200px;
	height: 150px;
}

.vpad { //
	padding: 6px 0px 6px 0px;
	margin: 6px 0px 6px 0px !important;
}

.left-zap { //
	padding: 6px 0px 6px 0px;
	margin-left: 0px !important;
}

.photo { .photo-small { width:60px;
	
}

width
:
 
100
px
;


}
.error {
	color: red;
	font-size: 90%;
}

.photo-box {
	width: 100px;
	height: 75px;
}

.photo-small {
	width: 60px;
}

.photo-smallest {
	width: 40px;
}

.photo-box-small {
	width: 60px;
	height: 45px;
}

.chart {
	height: 800px;
}

.draggable, .clickable {
	cursor: pointer;
}

#xsearch {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	height: 24px;
	float: left;
	overflow: hidden;
	padding: 0;
}

#xsearch input.submit {
	display: inline-block;
	height: 28px;
	margin: 0;
	padding: 0 7px 0 10px;
	cursor: pointer;
	background-color: #A09D9C;
	border: 0px solid #A09D9C;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font: 20px 'Rokkitt', serif, arial;
	height: 40px;
	margin-top: -8px;
	padding: 10px;
}

#xsearch input {
	border: medium none;
	box-shadow: none;
	margin: -8px 0 0;
}

.patient-header {
	font-size: 12px;
	font-weight: normal;
	margin-left: 659px;
	margin-top: -70px;
	text-align: right;
	width: 250px;
}

.patient-header a {
	font-size: 14px;
}

.xAxis {
	font-size: 12px;
}

#chart-yAxis, .yAxisLeft {
	font-size: 12px;
	float: left;
}

#chart-results {
	overflow-x: scroll;
}