	/*@import url(http://fonts.googleapis.com/css?family=Paprika);*/
	@font-face {
		font-family: SegoePrint;
		src: url(../css/fonts/segoeprint.ttf);
	}
	@font-face {
		font-family:VarelaRound;
		src:url(../css/fonts/VarelaRoundRegular.ttf);
	}
	.ui-widget {
		font-size: 1em !important;
	}
	.ui-widget-overlay {
		background-color:white;
		opacity: .6;
		filter: Alpha(Opacity=80);
		background-image:none;
	}
	.ui-dialog {
		background-color:#58A03F;
		border-radius:6px;
		border:none;
	}
	.ui-dialog-titlebar {
		background-color:inherit;
		background-image:none;
		border:none;
		color:#FFFFFF;
		font-family:VarelaRound;
		padding:0.2em 0.4em !important;
		font-size:1.1em;
	}
	.ui-dialog-buttonpane {
		background-color:inherit;
		border:none;
		padding:0 0.4em 0 0.4em !important;
		margin-top:0px !important;
		font-size:1.1em;
	}
	.ui-dialog-buttonpane button {
		margin: 0em 0.2em 0.4em 0em;
	}
	.ui-widget-content {
		background-image:none;
	}
	.ui-dialog-content > div:nth-of-type(1) {
		background-color:rgba(255,255,255,0.6);
		border-radius:4px;
		width:calc(100% - 20px);
		min-height:calc(100% - 24px);
		height:calc(100% - 24px);
		padding:10px;
		margin:0px;
		overflow-y:auto;
		padding:0.4em
	}
	#TopOfChart{
		height: auto;
		min-height:23px;
	}
	.ui-multiselect-checkboxes label {
		text-align:left;
		font-weight:normal;
		font-size:smaller;
	}
	button.ui-multiselect {
		width:200px !important;
	}
	.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
	.ui-timepicker-div dl { text-align: left; }
	.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
	.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
	.ui-timepicker-div td { font-size: 90%; }
	.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
	.ui-timepicker-rtl{ direction: rtl; }
	.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
	.ui-timepicker-rtl dl dt{ float: right; clear: right; }
	.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }
	.ui-autocomplete {
		max-width:400px;
		overflow:hidden;
		white-space: nowrap;
	}
	div.token-input-dropdown-facebook {
		max-height:400px;
		overflow-y:scroll;
		z-index:9999;
	}
	div.token-input-dropdown {
		z-index:9999;
	}
	html {
	    height: 100%;
	    overflow:hidden;
	}
	body {
		font-size:0.9em;
		overflow:hidden;
		font-family:VarelaRound, Lucida Grande, Lucida Sans, VarelaRound, sans-serif;
    	margin: 0;
    	padding: 0;
    	width: 100%;
    	display:block;
    	background-image: url('../css/images/iMedbackground_green.jpg');
    	background-color:#f9fff6;
    	background-size: cover;
	}
	table {
		width:100%;
	}
	thead {
		font-size:.9em;
		text-align:left;
		background-color:#b2dd8f;
	}
	tbody {
		/* font-size:.8em;*/
		background-color:inherit;
	}
	th {
		padding:5px;
		color:#FFF;
	}
	td {
		padding:3px;
	}
	.altRows > tr:nth-of-type(odd) {
		background-color:rgba(0,0,0,0.1);
	}
	tbody > tr > td {
		border-bottom:1px solid rgba(0,0,0,0.2);
	}
	table.transparent tbody {
		background-color:inherit;
	}
	/*ul {
		overflow-y:hidden;
		overflow-x:hidden;
		width:100%;
		list-style-type:none;
		padding-left:0;
	}*/
	.ui-dialog-content label {
		width:7em;
		clear:left;
		float:left;
		text-align:right;
		margin-right:10px;
		font-weight:bold;
	}
	input:disabled,textarea:disabled {
		background-color:#e9e9e9 !important;
		color:#555 !important;
	}
	.button {
	   display: inline-block;
	   text-decoration: none;
	   line-height: 1;		
	   color: #fff;
	   background-color: #39c;
	   -moz-border-radius: 5px;
	   -webkit-border-radius: 5px;
	   -khtml-border-radius: 5px;
	   border-radius: 5px;		
		text-align:center;
	}
	.buttonDiv {
		font-family:Verdana, Lucida Grande, Lucida Sans, VarelaRound, sans-serif;
		display:inline-block;
		color:#fff;
		background-color: rgb(0, 102, 102);
		border-radius:8px;
		min-height:1.5em;
		min-width:6.5em;
		text-align:center;
		line-height:1.7em;
		border:1px solid #fff;
		font-size:0.9em;
		cursor:pointer;
		padding:2px;
	}
	.headerGroup > div {
		font-family:VarelaRound;
		color:#FFFFFF;
	}
	.leftHeader {
		font-size:1.2em;
		font-weight:bold;
		margin:6px;
		padding-top:10px;
	}
	.loadingData {
		float:right;
		width:1.8em;
		height:1.8em;
		background-image:url(../css/images/loading_icon.gif);
		background-position:0 0;
		background-repeat:no-repeat;
		background-size:1.8em 1.8em;
	}
	#content {
		height:100%;
	}
	#menuBar ul {
		line-height:130%;
		font-family:VarelaRound,helvetica,VarelaRound,sans-serif;
		list-style-type:none;
		list-style-type: disc;
		margin:0;
		padding:0;
	}
	#menuBar {
		width:100%;
		border-bottom:1px solid black;
	}
	.menuItem {
		display: inline;
		text-align: -webkit-match-parent;
		float:left;
		display:block;
		width:120px;
		text-decoration: none;
		color:white;
		background-color:#558fc1;
		text-align:center;
		font-size:smaller;
		cursor:pointer;
	}
	#menuBar a:hover {
		background-color:lightblue;
	}
	.linkButton:hover {
		color:#890202 !important;
	}
	.linkButton {
		text-decoration:underline;
		color:blue;
		cursor:pointer;
	}
	.linkButtonWhite {
		text-decoration:underline;
		color:white;
		cursor:pointer;
	}
	.linkButton2 {
		padding:3px;
		background-color:rgba(0,0,0,0.1);
		font-size:0.9em;
		border-radius:6px;
		margin:3px 0px;
	}
	.linkButton2:hover {
		background-color:rgba(255,255,255,0.3);
		color:#0e96d1 !important;
		cursor:pointer;
	}
	input,select,textarea {
		margin-bottom:2px;
	}
	input[type="text"],input[type="date"] {
   		-moz-box-sizing:border-box;
   		-webkit-box-sizing:border-box;
    	box-sizing:border-box;
	}
	input[type="checkbox"] {
		float:left;
		vertical-align: bottom;
	}
	.placeholder {
		outline: 1px dashed #4183C4;
	}
	.checkbox_label {
		clear:none !important;
		float:none !important;
		display:inline !important;
		width:intrinsic !important;
		margin-left:0 !important;
		padding-left:0 !important;
	}
	.noselect {
	    -webkit-touch-callout: none;
	    -webkit-user-select: none;
	    -khtml-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	}
.segmentBox {
	display:inline-block;
	width:calc(50% - 10px);
	vertical-align: top;
	overflow:auto;
	min-width:220px;
}
.segmentBoxHeader {
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom:0;
	font-size:1em;
	font-weight:normal;
	width:calc(100% - 22px);
	margin-bottom:0px;
	padding:10px;
	padding-bottom:0px;
	display:inline-block;
	color:white;
	background-color: rgba(255,255,255,0.2);
	cursor:pointer;
	overflow: hidden;
	font-family: VarelaRound;
	overflow:hidden;
}
.segmentBoxBody {
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	height:200px;
	margin:0px;
	margin-top:0px;
	margin-bottom:12px;
	padding:6px;
	width:calc(100% - 14px);
	overflow-y:hidden;
	overflow-x:hidden;
	background-color: rgba(255,255,255,0.2);
}
.segmentBoxBodyWidget {
	border-bottom-left-radius:24px;
	border-bottom-right-radius:24px;
	height:auto;
	margin:0px;
	margin-top:0px;
	margin-bottom:12px;
	padding:10px;
	width:calc(100% - 22px);

	background-color: rgba(255,255,255,0.2);
}
.segmentBoxBodyInner {
	background-color:rgba(255,255,255,0.4);
	padding:6px;
	border-radius:4px;
	min-height:calc(100% - 18px);
	font-size:0.9em;
	color:black;
	overflow:auto;
}
.segmentBoxBodyInner.autoHeightLink {
	min-height:20px;
	height:auto;
	margin-bottom:8px;
}
.segmentBoxBodyInner.autoHeightLink:hover {
	xbackground-color:rgba(255,255,255,0.3);
	background-color:rgba(0,0,0,0.1);
	cursor:pointer;
}
.addButton {
	background:url('../css/images/add.png') no-repeat;
	float:right;
	width:22px;
	height:22px;
	cursor:pointer;
}
#userInfoPane {
	border-bottom-left-radius: 6px;
	position:absolute;
	top:0px;
	right:0;
	width:120;
	padding:7px;
	color:#D6E4CE;
	background-color:#b2dd8f;
	background: url('../css/images/Logout.png') #5B8338 no-repeat;
	background-position: right center;
	background-size: 20px 20px;
	font-family:VarelaRound;
}
/* ************* Header ************ */
#imedLogo {
	position:absolute;
	top:6px;
	left:6px;
	width:200px;
	height:40px;
	cursor:pointer;
}
#notification_alert {
	display: none;
    position:absolute;
	top:-145px;
	left:100;
	width:200px;
	height:200px;
	border-radius:100px;
	background-color: #b2dd8f;
	color:#D6E4CE;
}
#notification_alert {
	position: absolute;
	top: 0px;
	left: -1000px;
	width: 1420px;
	height: 45px;
	background-color: transparent;
}
#header_overlay{
	position: fixed;
	float: top;
	top: 0;
	width: 100%;
	font: #000;
	height: 35px;
	pointer-events:none;
}

#header_overlay a{
	text-decoration: none;
	color:#D6E4CE;
	font-family: VarelaRound;
}

#topleft{
	left: 0px;
	position: absolute;
	height: 35px;
	vertical-align: bottom;
	text-align:left;
	pointer-events: all;
}

#topleft div.bottom-right-rounded {
	display:inline;
	background-color:#5B8338;
	margin:0;
	padding:10px 16px;
	vertical-align: middle;
	border-bottom-right-radius: 6px;
	color:#D6E4CE;
	font-family: VarelaRound;
	font-size: 0.9em;
}
div.topllink {
	vertical-align: middle;
	text-decoration: none;
	color: #FFFFFF; 
	font-family: VarelaRound;
	font-size: 0.9em;
	font-weight: bold;
	white-space: nowrap;	
}

div.topllink:hover {
	cursor: pointer;
}
#topright{
	position:absolute;
	top:0;
	right:0;
	pointer-events: all;
}

#topright div.bottom-left-rounded {
	float: right;
	width:120;
	padding:4px;
	text-align: right;
	margin-top:3px;
}

#topright div.div-user_title {
	font-family: VarelaRound;
	color:#5E7555;
	cursor: pointer;
	white-space: nowrap;
}

#topright .div-user_title div a:hover {
	background-color:rgba(0,0,0,0.2);
}

div.toprlink:hover {
	cursor: pointer;
}

div.toprlink span{
	white-space: nowrap;
}

div.toprlink a, div.toprlink label{
	font-size: 0.9em;
	padding-left:6px;
}

div.toprlink a:hover {
	color:#E8E8E8;
}
div.ui-img_logout a,div.ui-img_settings a{
	text-decoration: none;
	color:#5E7555 !important;
	font-family: VarelaRound;
}
#topcenter {
	height: 35px;
	position:absolute;
	top: 10px;
	width:100%;
	text-align: center;
	top:0;
	left:0;
	right:0;
	margin: 0 auto;
	margin-top:14px;
	pointer-events:auto;
}

#topcenter > div.bottom-rounded {
	display:inline;
	margin:0 1;
	padding:10px 16px;
	vertical-align: middle;
	color:#5E7555;
	font-family: VarelaRound;
	font-size: 1.2em;
}

#topcenter div.bottom-rounded:hover {
	background-color: rgba(0,0,0,0.2);
	cursor:pointer;
}
/* ************* End of Header ************ */

.simpleView {
	display:block;
}
.tableView {
	display:none;
}
.simpleView {
	display:block;
}
.menuSelected {
	/*background-color:rgba(0,0,0,0.2) !important;*/
}
#topMenu {
	position:absolute;
	width:100%;
	text-align: center;
	top:0px;
}
#topMenu > div {
	display:inline;
	background-color:#b2dd8f;
	margin:0 1;
	padding:10px 16px;
	vertical-align: middle;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	color:#D6E4CE;
	font-family: VarelaRound, Perpetua, Baskerville, "Big Caslon", "Palatino Linotype", Palatino, "URW Palladio L", "Nimbus Roman No9 L", serif;
	font-size:0.9em;
}
#topMenu > div:hover {
	background-color: #7b99a7;
	cursor:pointer;
}
#icomPane {
	position:absolute;
	top:95px;
	right:0;
	width:30px;
	height:calc(100% - 70px);
	overflow:hidden;
}
#icomHandle {
	background-color:#D19365;
	position:relative;
	top:30px;
	width:10px;
	height:90px;
	text-align:center;
	color:#E6F4DE;
	padding:10px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	cursor:pointer;
	display:inline-block;
	float:left;
}
#icomFrame {
	position:absolute;
	top:0px;
	left:28;
	height:100%;
	width:247px;
	border:none;
	padding-left:12px;
	border-radius:6px;
	background-color:#D19365;
}
#top_of_chart{
	width:100%;
}
/* ************** Dashboard *************** */
#dashboardPane .segmentBoxHeader {
	background-color:#558fc1;
}
#dashboardPane .segmentBoxBody {
	background-color:#558fc1;
	overflow-y:auto;
}
#dashboardFilters {
	text-align:left;
	padding:6px;
	padding-left:12px;
	color:#3A380F;
	font-family:VarelaRound;
	background-color:#e1f6d0;
	border-radius:6px;
	display:inline-block;
	margin-bottom:10px;
	border:1px solid #D6DBD4;
	overflow:hidden;
}
/* ************** Tags **************** */
#patient_tags{
	float:right;
	width:50%;
}
ul#TagList{
	list-style:none;
	padding:0;
	margin:0;
	overflow: hidden;
}
ul#TagList li{
	float:right;
	padding:3px;
	color: white;
	border-radius: 4px;
	margin-bottom:3px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	background-color:rgba(215, 155, 120, 1);
}

::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    overflow: hidden;
    border-radius:6px;
}
::-webkit-scrollbar-corner {
    display: none;
    background: transparent;
}
::-webkit-scrollbar-button {
    display: none;
    height:0;
    width: 0;
}

::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment             {
    display: block;
}

::-webkit-scrollbar-button:vertical:start:increment,::-webkit-scrollbar-button:vertical:end:decrement {
    display: none;
}

::-webkit-scrollbar-track {
    -moz-background-clip: border;
    -webkit-background-clip: border;
    background-clip: padding-box;
    background-color: rgba(0,0,0,0.09);
    border-radius:6px;
}

::-webkit-scrollbar-track:vertical, ::-webkit-scrollbar-track:horizontal {
    border-left-width: 0;
    border-right-width: 0;
}

::-webkit-scrollbar-track:vertical,::-webkit-scrollbar-track:horizontal,::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-thumb:horizontal,::-webkit-scrollbar-track:vertical,::-webkit-scrollbar-track:horizontal,::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-thumb:horizontal {
    border-style: solid;
    border-color: transparent;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
    background-clip: padding-box;
    background-color: rgba(0,0,0,.2);
    min-height: 28px;
    padding-top: 100px;
    border-radius:6px;
}

::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);
    background-color: rgba(0,0,0,.4);
}

::-webkit-scrollbar-thumb:active {
    -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.35);
    background-color: rgba(0,0,0,.5);
}

::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
    border-width: 0;
    border-left-width: 0;
    border-right-width: 0;
}
/* ************** Quick Links **************** */
#quickLinksPane {
	position:absolute;
	right:0;
	top:8px;
	background-color:#e1f6d0;
	border:1px solid #D6DBD4;
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
	overflow:hidden;
	cursor:pointer;
	z-index:99;
	height:34px;
	width:42px;
	font-family:VarelaRound;
}
#quickLinksPane > div:first-child {
	/*background-image:url('images/quicklinksmenu_blue.png');
	background-size: 34px 24px;
	background-repeat:no-repeat;
	background-position:left top;*/
	color:rgba(0,0,0,0.8);
	margin:6px 6px;
	text-align:center;
}
#quickLinksPane > div:first-child > div {
	display:none;
}
#quickLinksPane > div:nth-child(2) {
	display:none;
	text-align:right;
}
#quickLinksPane > div:nth-child(2) > div {
	color:rgba(0,0,0,0.8);
	padding:3px;
	margin:6 0 6 10;
	background-color:rgba(0,0,0,0.2);
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
}
#quickLinksPane > div:nth-child(2) > div:hover {
	background-color:rgba(255,255,255,0.6);
}
/* ************** Clinic Pane **************** */
#clinicPane {
	width:calc(100% - 50px);
	display:block;
	padding: 0px;
	margin-top:8px;
	margin-left:6px;
	margin-bottom:0px;
	overflow-x:hidden;
	background-color:#b2dd8f;
	border-radius:6px;
}
#clinicBoxes {
	display:block;
	overflow-y:auto;
	padding:0px 16px;
	list-style-type: none;
	margin:0px;
}
#clinicBoxes > div {
	float:left;
}
#leftPanel,#rightPanel {
	width:calc(25% - 12px);
	margin:0px 6px;
}
#leftPanel .segmentBox,#rightPanel .segmentBox {
	width:100%;
}
#clinicPane .segmentBox {
	vertical-align: top;
	display:block;
	min-width:0;
}
#clinicPane #bottomPanel .segmentBox {
	display:inline-block !important;
}
#mainPanel {
	width:50%;
}
#mainPanel .segmentBox {
	width:100%;
}
#mainPanel .segmentBoxBody {
	height:462px;
}
#mainPanel .tableView tbody > tr > td:nth-child(3),#mainPanel .tableView thead > tr > th:nth-child(3) {
	display:none;
}
#bottomPanel {
	width:100%;
}
#bottomPanel > div {
	display:inline-block;
	width:calc(25% - 12px);
	margin:0px 6px;
}
#clinicPane table td {
	border:none;
	color:black;
}
#clinicPane tbody,#clinicPane thead {
	font-size:0.75em;
}
#clinicPane .segmentBoxBodyInner {
	font-size:1em;
}
#clinicBoxes > div:not(#mainPanel) .segmentBoxBodyInner {
	cursor:pointer;
}
#dayOverviewDiv {
	display:none;
	height:230px;
	width:340px;
	position:absolute;
	border:1px solid black;
	background-color:#DDD;
	padding:6px;
	border-radius:6px;
}
#dayOverviewDiv label {
	width:50%;
}
#clinicPane .tableView tbody > tr {
	background-color:rgba(0,0,0,0.08);
}
#clinicPane .tableView thead > tr {
	background-color:rgba(0,0,0,0.05);
}
.encItem:not(.linkButton):hover,.addReq:not(.linkButton):hover,.signItem:not(.linkButton):hover {
	background-color:rgba(0,0,0,0.1);
}
.chtColor {
	display:inline-block;
	height:14px;
	width:14px;
	border-radius:18px;
}
.status_AwaitingTriage > :not(.linkButton) {
	color:black !important;
}
.status_AwaitingPhysician > :not(.linkButton) {
	color:rgb(200,0,0) !important;
}
.status_PhysicianComplete > :not(.linkButton) {
	color:rgb(0,0,130) !important;
}
#clinicFilters {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	color:#FFFFFF;
	font-family:VarelaRound;
}
#clinic_filterDateToday {
	padding: 2px 4px;
	border-radius:4px;
	border:1px solid black;
	background-color:#bbb;
	color:black;
	cursor:pointer;
	font-size:0.8em;
	margin:2px;
}
#clinic_reloadData {
	display:inline-block;
	height:24px;
	width:24px;
	background-image:url(../css/images/reload.png);
	background-size: 24px 24px;
	vertical-align:middle;
	cursor:pointer;
}
#clinic_filterDateMinus,#clinic_filterDatePlus {
	display:inline-block;
	height:16px;
	width:16px;
	background-image:url(../css/images/right-arrow.png);
	background-size: 16px 16px;
	vertical-align:middle;
	cursor:pointer;
}
#clinic_filterDateMinus {
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
}
.noshow,.cancel {
	text-decoration: line-through;
}
.clinicTable thead th {
	cursor:pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.clinicTable thead th input {
	font-size:0.8em;
}
.clinicTable .table_sort_img {
	height:16px;
	width:12px;
	margin-left:10px;
	vertical-align:middle;
}
.clinicTable .table_sort_img.sort_ASC {
	transform:rotate(270deg);
}
.clinicTable .table_sort_img.sort_DESC {
	transform:rotate(90deg);
}
/* ************** Patient Chart **************** */
.ui-button-text {
	font-size:0.7em;
}
#mainWindow {
	overflow:hidden;
}
#chartPane {
	width:calc(100% - 154px);
	margin-left:140px;
	margin-top:8px;
	border-radius:6px;
	padding:4px;
}
#chartHeaderOptions {
	overflow:hidden;
	border-top-left-radius:inherit;
	border-top-right-radius:inherit;
}
.chartHeader {
	color:#FFFFFF;
	font-family: VarelaRound, Perpetua, Baskerville, "Big Caslon", "Palatino Linotype", Palatino, "URW Palladio L", "Nimbus Roman No9 L", serif;
	background-color:#b2dd8f;
	border-top-left-radius:inherit;
	border-top-right-radius:inherit;
	width:intrinsic;
	padding:8px 36px;
	font-size:1em;
	display:inline-block;
	cursor:pointer;
}
.chartHeader.inactive {
	background-color:#cad0c7;
}
#searchHeader,#newPtHeader {
	color:#FFFFFF;
	background-color:#b2dd8f;
	border-top-left-radius:inherit;
	border-top-right-radius:inherit;
	width:intrinsic;
	padding:8px;
	font-size:1em;
	float:right;
	margin-left:4px;
	height:26px;
	vertical-align: bottom;
	font-family:Verdana;
	text-decoration: none;
	display:none;
}
#chartBody {
	background-color:#b2dd8f;
	padding:0px;
	margin:0px;
	border-bottom-left-radius:inherit;
	border-bottom-right-radius:inherit;
	border-top-right-radius: 6px;
}
#chartBodyLeft {
	width: 12em;
	background: #efefef;
    border: none;
	border-right: solid 1px #AAA;
	overflow-y:auto;
	overflow-x:hidden;
	padding-bottom:12px;
	float:left;
	display:none;
}
#chartBodyRight {
	overflow:auto;
	background-color:#b2dd8f;
	padding:12px;
	border-bottom-left-radius:inherit;
	border-bottom-right-radius:inherit;
	border-top-right-radius: inherit;
}
.blurred {
  filter:blur(2px);
  -o-filter:blur(2px);
  -ms-filter:blur(2px);
  -moz-filter:blur(2px);
  -webkit-filter:blur(2px);
}
#chartBody label {
	width:7em;
	clear:left;
	float:left;
	text-align:right;
	margin-right:10px;
	font-weight:bold;
}
#chartNavMenu {
	font-family:VarelaRound,verdana,helvetica,VarelaRound,sans-serif;
	padding:0px;
	margin:0px;
	list-style-type:none;
	width:100%;
}
#chartNavMenu li {
	display: inline;
	text-align: -webkit-match-parent;
	display:block;
	width:100%;
	text-decoration: none;
	color:white;
	background-color:#558fc1;
	text-align:center;
	font-size:.9em;
	cursor:pointer;
	line-height:1.8em;
	margin:2px;
}
#chartNavMenu li:hover {
	background-color:lightblue;
	outline:2px solid yellow;
	color:black;
}
#chartNavMenu li.hidden {
	display:none;
	background-color:#be8686 !important;
}
#leftMenuPane .selectedItem {
	background-color:#2FAA96 !important;
	color:white !important;
}
.oddRow {
	background-color:#F9F9F9;
}
#leftMenuPane {
	position:absolute;
	top:100px;
	left:0;
	width:126px;
	padding: 8px 8px 8px 0px;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
	background-color:#b2dd8f;
	overflow:auto;
	
}
.menuPaneOption {
	height:18px;
	width:calc(100% - 12px);
	background-color: rgba(255,255,255,0.3);
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
	margin-bottom:4px;
	text-align: right;
	padding:6px;
	font-family: VarelaRound, Perpetua, Baskerville, "Big Caslon", "Palatino Linotype", Palatino, "URW Palladio L", "Nimbus Roman No9 L", serif;
	font-size: 0.9em;
	color:#FFFFFF;
}
.menuPaneOption:hover {
	background-color: rgba(255,255,255,0.5);
	cursor:pointer;
}

/* ************** Patient Portal **************** */
#pp_container {
	text-align:center;
}
#pp_body_container {
	text-align:left;
	display:inline-block;
	width:90%;
}
.pp_body_header {
	display:inline-block;
	background-color:#b2dd8f;
	border-top-left-radius:16px;
	border-top-right-radius:16px;
	padding:12px;
	color:black;
	font-size:1.4em;
	font-family:VarelaRound;
	cursor:pointer;
}
.pp_body_header.selectedItem {
	background-color:#b2dd8f !important;
}
#pp_body {
	background-color:#b2dd8f;
	border-top-right-radius:16px;
	border-bottom-left-radius:16px;
	border-bottom-right-radius:16px;
	padding:12px;
	display:inline-block;
	width:100%;
	color:black;
}
#pp_header > div {
	display:inline-block;
	margin:0;
}
#pp_header_right {
	display:inline;
	position:absolute;
	top:4px;
	right:10px;
}
#pp_welcome {
	margin:0;
	
}
.ui-dialog-content > div:nth-of-type(1) {
	background-color:rgba(255,255,255,0.7);
}
#patient_tags.conditions{
	padding:3px;
	color: white;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
/* **********Dynamic tabs************* */
#dynEditContainer {
	height:calc(100% - 24px);
	overflow:auto;
	width:470px;
	display:inline-block;
}
#dynEditContainer label {
	font-size:0.7em;
	width:9em;
	padding-top:4px;
	margin-left:6px;
}
#dynEditContainer input,#dynEditContainer select, #dynEditContainer textarea {
	font-size:0.8em;
	display:block;
}
#dyn_attached_files .selected > span:first-child {
	background-color:yellow;
}
#dynEditContainer #dyn_attached_files > div {
	display:block;
}
#dynEditContainer .delFile,#dynEditContainer .editFile {
	font-size:0.8em;
}
#dynRightPanel {
	display:inline-block;
	width:calc(100% - 500px);
	vertical-align: top;
	height:100%;
	overflow:auto;
}
#dynMessageBox {
	display:inline-block;
	background-color:rgba(0,0,0,0.2);
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	padding:10px;
	margin:0;
	width:calc(100% - 20px);
}
#dynMessageBox .segmentBoxBodyInner {
	min-height: 0;
	width:calc(100% - 40px);
}
#dynMessageBox .segmentBoxBodyInner .unRead {
	background-color:yellow;
}
#dynMessageBox .segmentBoxBodyInner.evtAudit {
	display:none;
}
#dynMessageBoxHeader {
	background-color:rgba(0,0,0,0.2);
	padding:10px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	width:calc(100% - 20px);
	color:#333;
}
#dynDetailBox {
	position:absolute;
	display:none;
	background-color:#ccc;
	border:1px solid black;
	padding:8px;
	border-radius: 6px;
	width:260px;
	height:auto;
	color:000;
	font-size:0.9em;
	overflow:hidden;
}
#dynDetailBox > div {
	font-size:1em;
	padding-top:4px;
}
#dynDetailBox > div > label {
	font-size:0.9em;
	width:7em;
	vertical-align:top;
}
#dyn_messages_auditBtn {
	float:right;
	margin-right:10px;
	display:inline-block;
	border-radius:6px;
	padding: 0px 3px;
	border:4px outset;
	font-size:1em;
	background-color:#ccc;
	cursor: pointer;
}
#dyn_messages_auditBtn.btnSelected {
	background-color:#ddd;
	border:4px inset;
}
#dynEditACK {
	text-align: center;
	font-size:0.9em;
	border-radius:8px;
	background-color:#f0fac4;
	border: 1px solid #b9c873;
	padding:4px;
}
#dynEditACKClient {
	text-align: center;
	font-size:0.9em;
	border-radius:8px;
	background-color:#fac3e8;
	border: 1px solid #b9c873;
	padding:4px;
}
#dynRightPanelHeader > div {
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	overflow:hidden;
	background-color:rgba(255,255,255,0.2);
	color:white;
	padding:8px;
	margin:0px;
	display:inline-block;
	cursor:pointer;
}
#dynRightPanelHeader > div.selected {
	background-color:rgba(0,0,0,0.2);
}
.arrowicon {
	background-color:rgba(255,255,255,0.2);
	border-radius:4px;
	padding:4px;
	display:inline-block;
	background-image:url('../css/images/arrow_upright.png');
	background-size:10px 10px;
	background-repeat: no-repeat;
	background-position: center center;
	height:10px;
	width:10px;
}
.arrowicon:hover {
	background-color:rgba(255,255,255,0.4);
}
#dynExpand {
	cursor:pointer;
	background-image:url('../css/images/right-arrow.png');
	background-size:13px 18px;
	background-repeat:no-repeat;
	background-position:center center;
	height:18px;
	width:13px;
	margin-top:2px;
	margin-left:2px;
	position:relative;
	top:0;
	left:0;
}
#dyn_printBtn {
	display:none;
}
#dyn_file_display_container.buttonsShown #dyn_file_display {
	height:calc(100% - 36px);
}
#dyn_file_display_container.buttonsShown #dyn_file_display_buttons {
	display:block !important;
	height:36px;
	width:100%;
	background-color:gray;
}
#dyn_file_display_buttons .buttonDiv {
	margin-top:4px;
	margin-left:7px;
}
#dyn_due_date {
	font-size:0.7em;
}
	div.nifty_big{
		background: #6996BC;
		border-radius: 6px;
		padding:10px;
		margin:0;
	}
#refRightPanelBody{
	overflow:auto;
	background-color:#6996BC;
}
