body {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	margin-bottom: 100px;
	min-width:1200px;
}
div.menu {
	padding: 5px 0px 10px 20px;
	border-bottom: 1px solid grey;
}
div.navigation {
	font-size: 14px;
	padding: 15px 0px 25px 0px;
}
div.breadcrump {
	display: inline-block;
	font-size: 14px;
	padding: 0px 0px 0px 25px;	
}
div.navigation div.submenu {
	display: inline-block;
	font-size: 14px;
	padding: 0px 0px 0px 60px;
}
div.submenu a {
	padding: 0px 0px 0px 20px;
}
div.submenu a.active {
	color: black;
}
div.patient-info {
	padding: 0px 20px 0px 20px;
	background-color: whitesmoke;
	border-bottom: 1px solid grey;
	border-left: 1px solid grey;
	border-right: 1px solid grey;
}
div.patient-info:empty {
	border: none;
}
div.patient-info div.header h1 {
	margin: 5px 30px 5px 0px;
	font-size: 22px;
}
div.patient-info div.header h1 span.date {
	font-size: 18px;
	margin-left:4px;
	margin-right:30px;
}

div.content {
	padding: 0px 0px 0px 20px;
}

div.menu a {
	font-size: 14px;
	padding: 00px 0px 00px 30px;
	line-height: 2;
}
div.menu a.active {
	color: black;
}
div.menu-2 {
	padding: 0px 0px 0px 0px;
}
div.menu-2 a {
	font-size: 14px;
	padding: 10px;
}
div.menu-2 a.active {
	color: black;
}
div.menu-3 a {
	font-size: 14px;
	padding: 10px;
}
input {
	font-size: 14px;
}
select {
	font-size: 14px;
}
a {
	text-decoration: none;
	color: royalblue;
}
a.action {
	text-decoration: none;
	color: royalblue;
}
div.menu-3 a.up {
	font-size:32px;
}
div.menu span.logo {
	font-size: 40px;
	color: MediumBlue;
	font-weight: bold;
	
}
div.menu img.logo {
	width: 160px;
	margin: 0px 30px -6px 0px;
	
}
a.symbol {
	font-size:20px;
	font-weight: bold;
	margin-left: 15px;
}
div.header a {
	font-size: 14px;
	padding: 0px 20px 0px 0px;
	line-height: 2;
}
div.header a.confirm {
	padding: 4px 8px 4px 8px;
	color: black;
	border: 1px solid gainsboro;
	border-radius: 3px;
	qbackground-color: whitesmoke;
	margin-left: 30px;
}
div.header a.active {
	color: black;
}
div.header h1 {
	display: inline-block;
	font-size: 30px;
	font-weight: normal;
	margin: 15px 30px 5px 0px;
	color: black;
}
div.header h2 {
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	margin: 25px 30px 5px 0px;	
}
h3 {
	display: inline-block;
	font-size: 19px;
	font-weight: normal;
	margin: 15px 30px 3px 0px;	
}
h4 {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	min-width:200px;
	margin: 15px 30px 3px 0px;	
}
h1.full-date {
	display: inline-block;
	font-size: 30px;
	font-weight: normal;
	margin: 15px 30px 5px 0px;
	color: black;
	width: 550px;
}
table {
	margin: 10px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-collapse: collapse;
	border: 1px solid gainsboro;
	min-width: 600px;
}
th {
	text-align: left;
	font-weight: bold;
	font-size: 11.5px;
}
td, th {
	padding: 8px 18px 8px 18px;
	border-top: 1px solid gainsboro;
	vertical-align: top;
}
tr:nth-child(odd) {
	background-color:whitesmoke;
}
table.schedule {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid gainsboro;
	border-bottom: none;
	min-width: 600px;
}

table.schedule th {
    position: sticky;
    background-color: whitesmoke;
	border: none;
	border-bottom: 1px solid gainsboro;
    top: 0px;
}
table.schedule td {
	border: none;
	border-bottom: 1px solid gainsboro;
}
#date-selector {
	display: none;
	position: absolute;
	margin: 0px 0px 0px 200px;
	padding: 15px;
	z-index: 1;
	background-color: white;
	border: 2px solid gray;
	border-radius: 3px;
}
#date-selector div.close {
	float: right;
	font-weight: bold;
}
div.year-list {
	display: inline-block;
	max-height: 100px;
}
div.year-list select {
	max-height: 100%;
	overflow: scroll;
	size: 7;
}
div.month-list {
	display: inline-block;
}
.entity {
	margin: 20px 0px 0px 0px;
}
.entity div.attribute {
	margin: 5px 0px 10px 0px;
}
.entity div.attribute div.name {
	display: inline-block;
	width: 180px;
	line-height: 1.5;
	vertical-align: top;
	color: #202020;
}
.entity div.attribute div.value {
	display: inline-block;
	width: 700px;
	vertical-align: top;
	line-height: 1.5;
}
.entity div.attribute div.note {
	display: inline-block;
	vertical-align: top;
}
div.column {
	display: inline-block;
	vertical-align: top;
}
div.letter {
	margin-top: 30px;
}
div.letter p {
	margin: 8px 10px 16px 8px;
	line-height: 1.4;
	width: 1000px;
}
div.letter br {
    margin-bottom: 6px;
}
form.specialty {
	display: inline-block;
}
form.specialty select {
	appearance: none;
	-webkit-appearance:none;	
	margin-left:40px;
	padding-right:30px;
	color: royalblue;
	font-size: 20px;
	font-weight: bold;
	font-family: sans-serif;
	border: 0px;
}
form.entity div.value.large textarea {
	width: 700px;
	height: 300px;
}
form.entity div.value.medium textarea {
	width: 700px;
	height: 200px;
}
form.entity div.value.small textarea {
	width: 700px;
	height: 60px;
}
form.entity div.value select {
	width: 354px;
	padding: 3px;
}
form.entity div.value input[type=text] {
	width: 350px;
	padding: 2px;
}
form.entity div.value.large select {
	width: 704px;
	padding: 3px;
}
form.entity div.value.large input[type=text] {
	width: 700px;
}
form.entity div.value.small input[type=text] {
	width: 120px;
}
td.small input[type=text] {
	width: 120px;
}
form.entity div.value.extra-small input[type=text] {
	width: 50px;
}
td.time,
td.numeric {
	text-align: right;
}
td.care {
	text-align: center;
}
td.care a.done {
	width:40px;
	display:inline-block;
	background-color:transparent;
}
td.care a.todo {
	width:40px;
	display:inline-block;
	border-radius:3px; 
	border:1px solid darkgrey;
	background-color:transparent;
}
td.extra-care a.done {
	min-width:40px;
	display:inline-block;
	background-color:transparent;
}
td.extra-care a.todo {
	min-width:40px;
	display:inline-block;
	border-radius:3px; 
	border:1px solid darkgrey;
	background-color:transparent;
}
td.care span.free {
	background: gainsboro;
     border-radius: 50%;
     display: inline-block;
     height: 10px;
     margin-left: 4px;
     margin-right: 4px;
     width: 10px;
}
div.medbys-selector-item {
        background-color: white;
}

div.medbys-selector-active {
        background-color: gainsboro;
}

div.medbys-selector {
  border: 1px solid gainsboro;
  padding: 4px;
  background-color: white;
  z-index: 99;
  max-height: 300px;
  min-width: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
span.server-role {
	margin-left: 30px;
	font-size: 24px;
	color: orange;
}