
@charset "utf-8";

/*------------------------------------------------------------------
[1. Global]
*/
body{
	padding-bottom: 70px;
}

.masthead{
	background-color: #fff;
	padding:1.5em;
}

.masthead img {
	width:15em;
	height:auto;
}

#patient-summary-info {
	padding-bottom:2em;
}

.no-gutter {
	padding-left:0;
	padding-right:0;
}

#alert{
	background-color:#840b38;	
	min-height:123px;
}

#alert p{
	color:#fff;
}


#masthead-login{
	height:40px;
}

#patient-summary-tabset{
	margin:10px 0;	
	background-color:#fff;
	padding:0 5px 10px;
}
#secondary-menu{
	background-color:#2CA7B2;
}

.btn-icon-only {
	padding-right: 3px;
	padding-left: 3px;
}

.heading{
	background-color: #246678;
	padding:3px 10px 1px;
	color:#fff;
}
.heading p{
	font-size: 24px;
	font-weight: 500;
	line-height: 1.1;
}

.secondary-menu{
	background-color: #2CA7B2;
}
.secondary-menu li a{
	color:#fff;
}
.secondary-menu li a:hover{
	color:#246678;
}

.tab-content .jumbotron {
	margin-top:15px;
	padding-top:15px;
	padding-bottom:15px;
}

.panel-heading .close{
	font-size: 14px;
	text-shadow: 0 0 0 transparent;
	font-weight:normal;
}
/*------------------------------------------------------------------
[4. Main / .main]
*/

.main {
	padding-bottom: 2em;
	
	border-bottom: 1px solid #000;
}

/*-------- buttons and icons ------ */
.i-block {
	display: inline-block;font-size: 14px; font-weight: 400; padding: 6px 12px; vertical-align: middle;
}

.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
	margin-top: 4px;
}
.icon-star {
	background-position: -120px 0;
}
[class^="icon-"], [class*=" icon-"] {
	background-image: url("../fonts/glyphicons-halflings.png");
	background-position: 14px 14px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 14px;
	line-height: 14px;
	margin-top: 1px;
	vertical-align: text-top;
	width: 14px;
}
.navbar-form-search {
	padding: 0;
	margin: 0;
	width: 225px;
}
.form-control {
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	color: #555555;
	display: block;
	font-size: 14px;
	padding: 6px 12px;
	width: 100%;
}

.inline-form-control {
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	color: #555555;
	font-size: 14px;
	width: auto;
	margin-left: 5px;
}
.custom-year {
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	color: #555555;
	display: inline-block;
	font-size: 14px;
	padding: 6px 12px;
	margin: 3px;
	width: 29%;
	height: 33px;
}
.add-on .input-group-btn > .btn {
	background: none repeat scroll 0 0 #FFFFFF;
	border-left-width: 0;
	height: 33px;
	z-index: 100;
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
	box-shadow:none;
	-webkit-box-shadow:none; 
	border-color:#cccccc; 
}
.btn-large {
	background: none repeat scroll 0 0 #000;
	color: #fff;
}
.btn-large:hover {
	color: #fff;
}
/*------------------------------------------------------------------
[6. Widget / .widget]
*/

.widget {
	
	position: relative;
	clear: both;
	
	width: auto;
	
	margin-bottom: 2em;

	overflow: hidden;
}

.widget-header {
	
	position: relative;
	
	height: 40px;
	line-height: 40px;
	
	background: #f9f6f1;
	background:-moz-linear-gradient(top, #f9f6f1 0%, #f2efea 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f6f1), color-stop(100%,#f2efea)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #f9f6f1 0%,#f2efea 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #f9f6f1 0%,#f2efea 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #f9f6f1 0%,#f2efea 100%); /* IE10+ */
	background:linear-gradient(top, #f9f6f1 0%,#f2efea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea')";
	
	
	border: 1px solid #d6d6d6;
	
	
	-webkit-background-clip: padding-box;
}	

.widget-header h3 {

	position: relative;
	top: 2px;
	left: 10px;

	display: inline-block;
	margin-right: 3em;

	font-size: 14px;
	font-weight: 800;
	color: #525252;
	line-height: 18px;

	text-shadow: 1px 1px 2px rgba(255,255,255,.5);
}

.widget-header [class^="icon-"], .widget-header [class*=" icon-"] {

	display: inline-block;
	margin-left: 13px;
	margin-right: -2px;

	font-size: 16px;
	color: #555;
	vertical-align: middle;



}




.widget-content {
	padding: 20px 15px 15px;
	
	background: #FFF;
	
	
	border: 1px solid #D5D5D5;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.widget-header+.widget-content {
	border-top: none;
	
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.widget-nopad .widget-content {
	padding: 0;
}

/* Widget Content Clearfix */	
.widget-content:before,
.widget-content:after {
	content:"";
	display:table;
}

.widget-content:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.widget-content {
	zoom:1;
}

/* Widget Table */

.widget-table .widget-content {
	padding: 0;
}

.widget-table .table {
	margin-bottom: 0;
	
	border: none;
}

.widget-table .table tr td:first-child {
	border-left: none;
}

.widget-table .table tr th:first-child {
	border-left: none;
}

/* Widget Plain */

.widget-plain {
	
	background: transparent;
	
	border: none;
}

.widget-plain .widget-content {
	padding: 0;
	
	background: transparent;
	
	border: none;
}

/* Widget Box */

.widget-box {		
}

.widget-box .widget-content {	
	background: #E3E3E3;	
	background: #FFF;
}

.box {
	background: none repeat scroll 0 0 #F5F5F5;
	border: 1px solid #CCCCCC;
	clear: both;
	margin: 0 0 30px;
}

.box.noOverflow {
	overflow: hidden;
}
.box .box-header {
	background: none repeat scroll 0 0 #00A651;
	border-radius:0;
	color: #FFFFFF;
	font-size: 16px;
	overflow: hidden;
}

.box .pink {
	background: none repeat scroll 0 0 #FF6666;
}

.box .admin {
	background: none repeat scroll 0 0 #523563;
}
.box .clinicians {
	background: none repeat scroll 0 0 #2ca7b2;
}
.box .patient {
	background: none repeat scroll 0 0 #00A651;
}
.box .information {
	background: none repeat scroll 0 0 #024883;
}

.box .input-group-box {
	border-collapse: separate;
	display: table;
	margin-right: 3px;
	margin-top: -36px;
	position: relative;
	width: 20%;
}
.box .box-header h2 {
	float: left;
	font-size: 16px;
	margin: 0 0 0 20px;
	padding: 10px 0;
}
.box .box-header h2 i {
	background: none repeat scroll 0 0 #1E8FC6;
	color: #FFFFFF;
	display: inline-block;
	margin: -10px 20px -10px -20px;
	padding: 10px 0;
	text-align: center;
	width: 36px;
}
.box .box-header .box-icon {
	background: none repeat scroll 0 0 #1E8FC6;
	float: right;
}
.box .box-header .box-icon i {
	border-left: 1px solid #36A9E1;
	color: #FFFFFF;
	display: inline-block;
	opacity: 0.8;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	transition: all 0.1s ease-in-out 0s;
	width: 36px;
}
.box .box-header .box-icon i:hover {
	opacity: 1;
}
.box .box-content {
	background: none repeat scroll 0 0 #fff;
	border-radius: 0;
	padding: 10px;
	min-height:250px;
}

.box .box-content .list-group {
	color: #464646;
	font-size: 14px;
	font-weight: bold;
	list-style: none outside none;
	margin: 0;
	padding: 10px;
}
.box .box-content .list-group:hover {
	background:#dfe6ea;
}

.box .box-content .list-group .label {
	color: #999999;
	display: inline;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	margin: 0 4px;
	padding: 5px 15px;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}
.box .box-content .list-group .label-default {
	background: none repeat scroll 0 0 #EBEBEB;
}
.box .box-content .list-group .label-disabled {
	background: none repeat scroll 0 0 #fff;border:1px solid #ebebeb;
}
.box .box-content .list-group .label-default:hover {
	background:#9eb2c0; color:#fff;
}
.box .box-content .list-group .label-disabled:hover {
	background: #00aeef;color:#fff;
}
.list-group {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding: 10px;
	overflow: auto;
}

.ui-formwizard {
	margin-top: 15px;
	position: relative;
}
.wizard-steps.show {
	background: none repeat scroll 0 0 #FFFFFF;
	height: auto;
	padding: 0 0 15px;
	text-align: center;
	width: 100%;
}
.wizard-steps.hide {
	display: none;
}
.wizard-steps .wstep {
	color: #C9C9C9;
	display: inline-block;
	font-size: 12px;
	position: relative;
	width: 70px;
}
.wizard-steps .wstep.current {
	color: #6F7A8A;
}
.wizard-steps .wstep.current span {
	color: #7FC96B;
}
.wizard-steps .wstep.done {
	color: #CCCCCC;
}
.wizard-steps .wstep:after {
	border-top: medium dotted;
	content: "";
	height: 2px;
	left: 68px;
	position: absolute;
	top: 40px;
	width: 10px;
}
.wizard-steps .wstep:last-child:after {
	border: medium none;
}
.wizard-steps .wstep.last-child:after {
	border: medium none;
}
.wizard-steps .wstep .donut {
	border: 3px solid #C9C9C9;
	border-radius: 40px !important;
	height: 40px;
	margin-left: 16px;
	position: relative;
	width: 40px;
}
.wizard-steps .wstep.current .donut {
	border-color: #7FC96B;
}
.wizard-steps .wstep.done .donut {
	border-color: #7FC96B;
}
.wizard-steps .wstep .donut i {
	color: #C9C9C9;
	font-size: 17px;
	left: 8px;
	position: absolute;
	top: 7px;
}
.wizard-steps .wstep.current .donut i {
	color: #7FC96B;
}
.wizard-steps .wstep.done .donut i {
	color: #7FC96B;
}
.wizard-steps .wstep .donut span {
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	left: 11px;
	position: absolute;
	top: 4px;
}
.wizard-steps .wstep .txt{
	display: block;
	padding-bottom: 4px;
}

.ui-formwizard-button.pull-left i {
	margin-left: 0;
}
.ui-formwizard-button.pull-right i {
	margin-right: 0;
}
.wizard-vertical .wizard-steps.show {
	border-bottom: medium none;
	border-right: 1px dashed #C9C9C9;
	float: left;
	margin-bottom: 10px;
	width: 200px;
}
.wizard-vertical .wizard-steps .wstep {
	margin-bottom: 30px;
	width: 150px;
}
.wizard-vertical .wizard-steps .wstep .donut {
	float: left;
	margin-bottom: 5px;
	margin-left: 0;
	position: relative;
}
.wizard-vertical .wizard-steps .wstep .txt {
	display: inline-block;
	width: 100px;
}
.wizard-vertical .wizard-steps .wstep:after {
	border-left: 2px solid #C9C9C9;
	border-top: medium none;
	height: 25px;
	left: 24px;
	top: 55px;
	width: 2px;
}
.wizard-vertical .wizard-steps .wstep:last-child:after {
	border: medium none;
}
.wizard-vertical .wizard-steps .wstep.last-child:after {
	border-left: 0 none;
}
.wizard-vertical .step {
	display: inline-block;
	float: left;
	width: 100%;
}
.wizard-vertical .wrap {
	padding-left: 210px;
}
.wizard-vertical .form-actions {
	clear: both;
}


.wizard-steps .wstep .donut i,
.wizard-steps .wstep.current .donut i {
	display: none;
}

.wizard-steps .wstep.done .donut span {
	display: none;
}
.wizard-steps .wstep.done .donut i {
	display: block;
}

/*------------------------------------------------------------------
[7. Error / .error-container]
*/

.error-container {
	margin-top: 4em;
	margin-bottom: 4em;
	text-align: center;
}

.error-container h1 {
	margin-bottom: .5em;
	
	font-size: 120px;
	line-height: 1em;
}

.error-container h2 {
	margin-bottom: .75em;
	font-size: 28px;
}

.error-container .error-details {
	margin-bottom: 1.5em;
	
	font-size: 16px;
}

.error-container .error-actions a {
	margin: 0 .5em;
}

.display-error {
	color: #a94442;
}

/* Message layout */


ul.messages_layout {
	position: relative;
	margin: 0;
	padding: 0
}
ul.messages_layout li {
	float: left;
	list-style: none;
	position: relative
}
ul.messages_layout li.left {
	padding-left: 75px
}
ul.messages_layout li.right {
	padding-right: 75px
}
ul.messages_layout li.right .avatar {
	right: 0;
	left: auto
}
ul.messages_layout li.right .message_wrap .arrow {
	right: -12px;
	left: auto;
	background-position: 0 -213px;
	height: 15px;
	width: 12px
}
ul.messages_layout li.by_myself .message_wrap {
	border: 1px solid #b3cdf8
}
ul.messages_layout li.by_myself .message_wrap .info a.name {
	color: #4a8cf7
}
ul.messages_layout li a.avatar {
	position: absolute;
	left: 0;
	top: 0
}
ul.messages_layout li a.avatar img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
ul.messages_layout li .message_wrap {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	border: 1px solid #e9e9e9;
	padding: 10px;
	border: 1px solid #cbcbcb;
	margin-bottom: 20px;
	float: left;
	background: #fefefe;
	-webkit-box-shadow: rgba(0,0,0,0.1) 0 1px 0px;
	-moz-box-shadow: rgba(0,0,0,0.1) 0 1px 0px;
	box-shadow: rgba(0,0,0,0.1) 0 1px 0px
}
ul.messages_layout li .message_wrap .arrow {
	background-position: 0 -228px;
	height: 15px;
	width: 12px;
	height: 15px;
	width: 12px;
	position: absolute;
	left: -12px;
	top: 13px
}
ul.messages_layout li .message_wrap .info {
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff;
	line-height: 23px
}
ul.messages_layout li .message_wrap .info .name {
	float: left;
	font-weight: bold;
	color: #483734
}
ul.messages_layout li .message_wrap .info .time {
	float: left;
	font-size: 11px;
	margin-left: 6px
}
ul.messages_layout li .message_wrap .text {
	float: left;
	width: 100%;
	border-top: 1px solid #cfcfcf;
	padding-top: 5px
}

ul.messages_layout .dropdown-menu  li{ width:100%; font-size:11px;}


/* Full Calendar */

.fc {
	direction: ltr;
	text-align: left;
	position: relative
}
.fc table {
	border-collapse: collapse;
	border-spacing: 0
}
html .fc, .fc table {
	font-size: 1em
}
.fc td, .fc th {
	padding: 0;
	vertical-align: top
}
.fc-header td {
	white-space: nowrap;
	background: none
}
.fc-header-left {
	width: 100%;
	text-align: left;
	position: absolute;
	left: 0;
	top: 6px
}
.fc-header-left .fc-button {
	margin: 0;
	position: relative
}
.fc-header-left .fc-button-prev, .fc-header-left .fc-button-next {
	float: left;
	border: none;
	padding: 14px 10px;
	opacity: 0.5
}
.fc-header-left .fc-button-prev .fc-button-inner, .fc-header-left .fc-button-next .fc-button-inner {
	border: none
}
.fc-header-left .fc-button-prev .fc-button-inner .fc-button-content, .fc-header-left .fc-button-next .fc-button-inner .fc-button-content {
	display: none
}
.fc-header-left .fc-button-prev.fc-state-hover, .fc-header-left .fc-button-next.fc-state-hover {
	opacity: 1
}
.fc-header-left .fc-button-prev.fc-state-down, .fc-header-left .fc-button-next.fc-state-down {
	background: none !important;
	margin-top: -1px
}
.fc-header-left .fc-button-prev .fc-button-inner {
	background-position: 0 -351px;
	height: 16px;
	width: 11px
}
.fc-header-left .fc-button-next {
	float: right
}
.fc-header-left .fc-button-next .fc-button-inner {
	background-position: 0 -367px;
	height: 16px;
	width: 11px
}
.fc-header-center {
	text-align: center
}
.fc-header-right {
	text-align: right;
	position: absolute;
	top: -34px;
	right: 10px
}
.fc-header-title {
	display: inline-block;
	vertical-align: top
}
.fc-header-title h2 {
	margin-top: 0;
	white-space: nowrap;
	font-size: 1.1rem;
	color: #6C737F;
	line-height: 55px;
}
.fc .fc-header-space {
	padding-left: 10px
}
.fc-header .fc-button {
	margin-bottom: 1em;
	vertical-align: top
}
.fc-header .fc-button {
	margin-right: -1px
}
.fc-header .fc-corner-right {
	margin-right: 1px
}
.fc-header .ui-corner-right {
	margin-right: 0
}
.fc-header .fc-state-hover, .fc-header .ui-state-hover {
	z-index: 2
}
.fc-header .fc-state-down {
	z-index: 3
}
.fc-header .fc-state-active, .fc-header .ui-state-active {
	z-index: 4
}
.fc-content {
	clear: both;
	background: #f9f9f9
}
.fc-view {
	width: 100%;
	overflow: hidden
}
.fc-view thead {
	background:#e9ecf1;
	line-height: 35px
}
.fc-widget-header, .fc-widget-content {
	border: 1px solid #ccc
}
.fc-state-highlight {
	background: #F4F3E6
}
.fc-cell-overlay {
	background: #9cf;
	opacity: .2;
	filter: alpha(opacity=20)
}
.fc-button {
	position: relative;
	display: inline-block;
	cursor: pointer
}
.fc-button-today{margin-top: 8px !important;}
.fc-state-default {
	border-style: solid;
	border-width: 1px 0
}
.fc-button-inner {
	position: relative;
	float: left;
	overflow: hidden
}
.fc-state-default .fc-button-inner {
	border-style: solid;
	border-width: 0 1px
}
.fc-button-content {
	position: relative;
	float: left;
	height: 1.9em;
	line-height: 1.9em;
	padding: 0 .6em;
	white-space: nowrap
}
.fc-button-content .fc-icon-wrap {
	position: relative;
	float: left;
	top: 50%
}
.fc-button-content .ui-icon {
	position: relative;
	float: left;
	margin-top: -50%;
	*margin-top:0;
	*top:-50%
}
.fc-state-default .fc-button-effect {
	position: absolute;
	top: 50%;
	left: 0
}
.fc-state-default .fc-button-effect span {
	position: absolute;
	top: -100px;
	left: 0;
	width: 500px;
	height: 100px;
	border-width: 100px 0 0 1px;
	border-style: solid;
	border-color: #fff;
	background: #444;
	opacity: .09;
	filter: alpha(opacity=9)
}
.fc-state-default, .fc-state-default .fc-button-inner {
	border-style: solid;
	border-color: #ccc #bbb #aaa;
	color: #000
}
.fc-state-hover, .fc-state-hover .fc-button-inner {
	border-color: #999
}
.fc-state-down {
	border-color: #555;
	background: #777
}
.fc-state-active, .fc-state-active .fc-button-inner {
	border-color: #555;
	background: #777;
	color: #fff
}
.fc-state-disabled, .fc-state-disabled .fc-button-inner {
	color: #999;
	border-color: #ddd
}
.fc-state-disabled {
	cursor: default
}
.fc-state-disabled .fc-button-effect {
	display: none
}
.fc-event {
	border-style: solid;
	border-width: 0;
	font-size: .85em;
	cursor: default
}
a.fc-event, .fc-event-draggable {
	cursor: pointer
}
a.fc-event {
	text-decoration: none
}
.fc-rtl .fc-event {
	text-align: right
}
.fc-event-skin {
	border-color: #3f85f5;
	background-color: #5e96ea;
	color: #fff
}
.fc-event-inner {
	position: relative;
	width: 100%;
	height: 100%;
	border-style: solid;
	border-width: 0;
	overflow: hidden
}
.fc-event-time, .fc-event-title {
	padding: 0 1px
}
.fc .ui-resizable-handle {
	display: block;
	position: absolute;
	z-index: 99999;
	overflow: hidden;
	font-size: 300%;
	line-height: 50%
}
.fc-event-hori {
	border-width: 1px 0;
	margin-bottom: 1px
}
.fc-event-hori .ui-resizable-e {
	top: 0 !important;
	right: -3px !important;
	width: 7px !important;
	height: 100% !important;
	cursor: e-resize
}
.fc-event-hori .ui-resizable-w {
	top: 0 !important;
	left: -3px !important;
	width: 7px !important;
	height: 100% !important;
	cursor: w-resize
}
.fc-event-hori .ui-resizable-handle {
	_padding-bottom: 14px
}
.fc-corner-left {
	margin-left: 1px
}
.fc-corner-left .fc-button-inner, .fc-corner-left .fc-event-inner {
	margin-left: -1px
}
.fc-corner-right {
	margin-right: 1px
}
.fc-corner-right .fc-button-inner, .fc-corner-right .fc-event-inner {
	margin-right: -1px
}
.fc-corner-top {
	margin-top: 1px
}
.fc-corner-top .fc-event-inner {
	margin-top: -1px
}
.fc-corner-bottom {
	margin-bottom: 1px
}
.fc-corner-bottom .fc-event-inner {
	margin-bottom: -1px
}
.fc-corner-left .fc-event-inner {
	border-left-width: 1px
}
.fc-corner-right .fc-event-inner {
	border-right-width: 1px
}
.fc-corner-top .fc-event-inner {
	border-top-width: 1px
}
.fc-corner-bottom .fc-event-inner {
	border-bottom-width: 1px
}
table.fc-border-separate {
	border-collapse: separate
}
.fc-border-separate th, .fc-border-separate td {
	border-width: 1px 0 0 1px
}
.fc-border-separate th.fc-last, .fc-border-separate td.fc-last {
	border-right-width: 1px
}
.fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td {
	border-bottom-width: 0px
}
.fc-first {
	border-left-width: 0 !important
}
.fc-last {
	border-right-width: 0 !important
}
.fc-grid th {
	text-align: center
}
.fc-grid .fc-day-number {
	float: right;
	padding: 0 2px
}
.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
	filter: alpha(opacity=30)
}
.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 1px
}
.fc-grid .fc-event-time {
	font-weight: bold
}
.fc-rtl .fc-grid .fc-day-number {
	float: left
}
.fc-rtl .fc-grid .fc-event-time {
	float: right
}
.fc-agenda table {
	border-collapse: separate
}
.fc-agenda-days th {
	text-align: center
}
.fc-agenda .fc-agenda-axis {
	width: 60px !important;
	padding: 0 4px;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
	font-weight: normal
}
.fc-agenda .fc-day-content {
	padding: 2px 2px 1px
}
.fc-agenda-days .fc-agenda-axis {
	border-right-width: 1px
}
.fc-agenda-days .fc-col0 {
	border-left-width: 0
}
.fc-agenda-allday th {
	border-width: 0 1px
}
.fc-agenda-allday .fc-day-content {
	min-height: 34px;
	_height: 34px
}
.fc-agenda-divider-inner {
	height: 2px;
	overflow: hidden
}
.fc-widget-header .fc-agenda-divider-inner {
	background: #eee
}
.fc-agenda-slots th {
	border-width: 1px 1px 0
}
.fc-agenda-slots td {
	border-width: 1px 0 0;
	background: none
}
.fc-agenda-slots td div {
	height: 20px
}
.fc-agenda-slots tr.fc-slot0 th, .fc-agenda-slots tr.fc-slot0 td {
	border-top-width: 0
}
.fc-agenda-slots tr.fc-minor th, .fc-agenda-slots tr.fc-minor td {
	border-top-style: dotted
}
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
	*border-top-style:solid
}
.fc-event-vert {
	border-width: 0 1px
}
.fc-event-vert .fc-event-head, .fc-event-vert .fc-event-content {
	position: relative;
	z-index: 2;
	width: 100%;
	overflow: hidden
}
.fc-event-vert .fc-event-time {
	white-space: nowrap;
	font-size: 10px
}
.fc-event-vert .fc-event-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .3;
	filter: alpha(opacity=30)
}
.fc .ui-draggable-dragging .fc-event-bg, .fc-select-helper .fc-event-bg {
	display: none\9
}
.fc-event-vert .ui-resizable-s {
	bottom: 0 !important;
	width: 100% !important;
	height: 8px !important;
	overflow: hidden !important;
	line-height: 8px !important;
	font-size: 11px !important;
	font-family: monospace;
	text-align: center;
	cursor: s-resize
}
.fc-agenda .ui-resizable-resizing {
	_overflow: hidden
}
.fc-header-left .fc-button-prev .fc-button-inner {background: url('../img/icons-sa7c41345d9.png') no-repeat; background-position: 0 -351px;
height: 16px;
width: 11px;}

.fc-header-left .fc-button-next .fc-button-inner {background: url('../img/icons-sa7c41345d9.png') no-repeat; background-position: 0 -367px;
height: 16px;
width: 11px;}

/*------------------------------------------------------------------
[8. Miscellaneous]*/

/*Styling inactive patients*/

.deactivated {
	text-decoration: line-through;
	color: #B2B2B2;
}

/* For OMH charts */

.omh-weight-chart, .omh-pulse-chart, .omh-bp-chart, .omh-bg-chart,.omh-steps-chart, svg[class^='omh-bg'] {
	width: 100%;
	height: 355px;
}

.omh-potassium-chart, .omh-phosphate-chart, .omh-hemo-chart, .omh-kidney-chart, .omh-creatinine-chart, .omh-sodium-chart, .omh-bnp-chart {
	width: 100%;
	height: 300px;
}

.omh-weight-chart .table, .omh-bp-chart .table, .omh-pulse-chart .table, .omh-bg-chart .table, .omh-potassium-chart .table, .omh-phosphate-chart .table, .omh-hemo-chart .table, .omh-kidney-chart .table, .omh-creatinine-chart .table, .omh-sodium-chart .table, .omh-bnp-chart .table, .omh-steps-chart .table {
	margin-bottom: 0;
}

.time-button, .zoom-button {
	color: #b9e5cb !important;
}

.previous-time-period-button, .next-time-period-button {
	color: #4a90e2 !important;
}

.omh-chart-container .omh-chart-toolbar .time-button.active, .omh-chart-container .omh-chart-toolbar .time-button:hover, .omh-chart-container .omh-chart-toolbar .zoom-button:hover {
	color: #46dd83 !important;
}

#scrollbar .scrollbar, #scrollbar-one .scrollbar, #scrollbar-two .scrollbar, #scrollbar-three .scrollbar, #scrollbar-four .scrollbar {
	float: right;
	position: relative;
	width: 3px;
}
#scrollbar-one .thumb, #scrollbar-two .thumb {
	background-color: #47759E;
}
#scrollbar .thumb, #scrollbar-one .thumb, #scrollbar-two .thumb, #scrollbar-three .thumb, #scrollbar-four .thumb {
	cursor: pointer;
	height: 20px;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 3px;
}
#scrollbar .thumb, #scrollbar-one .thumb, #scrollbar-two .thumb, #scrollbar-three .thumb, #scrollbar-four .thumb {
	background-color: #B5799E;
}

.personal-info span {
	cursor: auto;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	margin-right: 10px;
	text-align: right;
	width: 15%;
}
.required-indicator {
	color: #cf4829;
	font-size: 1em;
}
.chart-holder {
	width: 100%;
	height: 500px;
}

.dropdown-menu li>a:hover, .dropdown-menu .active>a, .dropdown-menu .active>a:hover { background:#00ba8b;}

.accordion-heading { background:#e5e5e5;  }
.accordion-heading a { color:#545454; text-decoration:none; font-weight:bold; }

.glyphicon-med-review-down:before {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.19);
	font-size: xx-small;
	left: 10px;
	padding: 9px 19px;
	position: relative;
	top: -4px;
}

.glyphicon-chevron-med-review-up:before {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.19);
	/*color: #00A651;*/
	content: "";
	font-size: xx-small;
	left: 10px;
	padding: 9px 19px;
	position: absolute;
	top: -4px;
}

.glyphicon-exclamation-sign {
	font-size: x-large;
	color: #a94442;
}

#patient-alerts-header .glyphicon-exclamation-sign {
	font-size: medium;
	text-align: right;
}

#patient-alert-tab-table .glyphicon-exclamation-sign {
	font-size: medium;
	color: black;
}

.btn-facebook-alt i {
	color: #23386a;
}
.btn-twitter-alt i {
	color: #0098d0;
}
.btn-google-alt i {
	color: #b6362d;
}
.btn-linkedin-alt i {
	color: #0073b2;
}
.btn-pinterest-alt i {
	color: #ab171e;
}
.btn-github-alt i {
	color: #333;
}

.all-icons li { list-style:none;}

.ML0 { margin-left:0}
.MR0 { margin-right:0;}

hr {
	border-color: #CCCCCC -moz-use-text-color -moz-use-text-color;
	border-image: none;
	border-right: 0 none;
	border-style: solid none none;
	border-width: 1px 0 0;
	margin-bottom: 10px;
	margin-top: 10px;
}

.table-med-review{
	table-layout: fixed;
}

/* symptoms legend */
.legend-box {
	width: 250px !important;
}

.legend-labels td {
	width: 40px;
}

.legend-header {
	width: 60px;
	text-align: left;
}

.xsmall {
	font-size: 70%;
}

/* symptom table hover tooltip */
.tooltip.symptom-tooltip .tooltip-inner {
  width: auto;
  height: auto;
  padding: 10px 15px;
  border: 1px solid #dedede;
  border-radius: 10px;
  background-color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  text-align: center;
  color: black;
}

/* tooltip severity value */
.tooltip.symptom-tooltip .response {
  font-size: 20px;
  color: #4a90e2;
}
/* Hide tooltip arrow */
.tooltip.symptom-tooltip .tooltip-arrow {
	display: none;
}

/* Symptoms table */
.table-symptoms {
	table-layout: fixed;
	word-wrap: break-word;
	margin: 0;
	width: auto !important;
	border-collapse: separate;
	border-spacing: 0;
}

.table-symptoms th {
	font-weight: normal;
	height: 70px;
	text-align: center;
	vertical-align: middle !important;
	border: 1px solid #ddd;
	background-color: #FFFFFF;
}

.table-symptoms thead > tr > td {
	padding: 1px;
	min-width: 40px !important;
}

.table-symptoms tbody > tr > td, .table-phq-responses tbody > tr > td {
	padding: 1px;
	min-width: 50px !important;
	vertical-align: middle;
	display: table-cell;
}

.table-symptoms tbody:nth-child(2n-1) th {
	background-color: #D3D3D3 !important;
}

.table-symptoms td {
	text-align: center;
	vertical-align: middle !important;
	font-size: 0.9em;
	width: 40px !important;
	height: 70px;
	padding: 0px;
}

.symptoms-outer {
	position: relative;
	margin-bottom: 30px;
	margin-top: 10px;
}

.symptoms-inner {
	overflow-x: auto;
	overflow-y: visible;
	border: 1px solid #ddd;
}

.condition-header {
	width: 100px;
	min-width: 100px;
	max-width: 100px;
	left: 0px;
}

.condition-header p {
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
}

.symptoms-header {
	width: 200px;
	min-width: 200px;
	max-width: 200px;
	left: 100px;
}

.symptoms-header p {
	text-align: center;
	padding-top: 15px;
}

.table-symptoms tbody:first-of-type td:last-of-type {
	border-right: 1px solid #ddd;
}

.sticky-col {
	position: -webkit-sticky;
	position: sticky;
}

.table-phq-responses th {
	font-weight: normal;
	font-size: 0.9em;
	height: 130px;
	text-align: center;
}

.table-phq-responses td:last-of-type {
	border-right: 1px solid #ddd;
}

.phq-responses-td {
	text-align: center;
	vertical-align: middle !important;
	font-size: 0.9em;
	width: 40px !important;
	height: 130px;
	padding: 0px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.phq-responses-empty-td {
	border: none;
}

.score-header {
	font-weight: bold !important;
	vertical-align: middle;
}

.copd-questionnaire-p {
	font-size: 0.8em;
	text-align: left !important;
}

.table-symptoms > thead:first-child > tr:first-child > th, .table-phq-responses > thead:first-child > tr:first-child > th {
	border: 1px solid #ddd;
}

.symptoms-header  h1, .symptoms-header  h2, .symptoms-header  h3, .symptoms-header  h4, .symptoms-header  h5, .symptoms-header  h6 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
}
.content-header .symptoms-inline {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: inline-block;
	margin: auto;
	position: relative;
	top: 5px;
}
.symptoms {
	border-radius: 0;
	list-style: none outside none;
	padding: 5px 15px;
}

.symptoms-css-margin {
	margin-right:10px;
}

.nav-tabs a:hover {
	cursor: pointer;
}

.no-border {
	border: 0;
}

.no-box-shadow {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.pagination a:hover {
	cursor: pointer;
}

input[type="checkbox"][disabled] {
	cursor: default;
}

.table tbody>tr>td
{
	vertical-align: middle;
}

.table tbody>tr>th
{
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

.btn-med-review {
	border: none;
}

.btn-med-review:focus {
	border: none;
}

.padding-med-review{
	display: inline-block;
	padding-bottom: 2px;
}

.flip {
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}

.testResults-table-scrollable {
	max-height: 180px;
	overflow-y: auto;
	display: block;
}

.bg-table-scrollable {
	max-height: 300px;
	overflow: auto;
}

.table-fixed {
  table-layout: fixed;
}

.graphs-table-width { 
	width: 400px; 
} 

.graphs { 
	position:relative; 
	left:5px; 
} 

.graphs-bp-table { 
	margin-top: 70px; 
} 

.graphs-legend-margin { 
	margin-left: 65px; 
} 

.yellow-square {
	background-color: #f9e04b;
	display: inline-block;
	height: 10px;
	width: 10px;
}

.white-block {
	font-size: 15pt;
	display: inline-block;
	position: relative;
	height: 10px;
	width: 10px;
}

.graphs-margin { 
	margin-left: 6px; 
}

#dashboard-logo {
	padding-top: 100px;
	padding-bottom: 75px;
}

.clickable {
  cursor: pointer;
}

.margin-top-05 { margin-top: 0.5em; }
.margin-top-10 { margin-top: 1.0em; }
.margin-top-15 { margin-top: 1.5em; }
.margin-top-20 { margin-top: 2.0em; }
.margin-top-25 { margin-top: 2.5em; }
.margin-top-30 { margin-top: 3.0em; }

.margin-bottom-05 { margin-bottom: 0.5em; }
.margin-bottom-10 { margin-bottom: 1.0em; }
.margin-bottom-15 { margin-bottom: 1.5em; }
.margin-bottom-20 { margin-bottom: 2.0em; }
.margin-bottom-25 { margin-bottom: 2.5em; }
.margin-bottom-30 { margin-bottom: 3.0em; }


/* scrollable table */
.header-fixed {
    width: 100% 
}

.header-fixed > thead,
.header-fixed > tbody,
.header-fixed > thead > tr,
.header-fixed > tbody > tr,
.header-fixed > thead > tr > th,
.header-fixed > tbody > tr > td {
    display: block;
    vertical-align: middle;
}

.header-fixed > tbody > tr:after,
.header-fixed > thead > tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.header-fixed > tbody {
    overflow-y: auto;
    height: 270px;
}

.header-fixed > tbody > tr > td,
.header-fixed > thead > tr > th {
    width: 50%;
    float: left;
    text-align: center;
    height: 50px;
    vertical-align: middle;
}

/* Display scrollbar for weight table */
.header-fixed > tbody::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.header-fixed > tbody::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

/* highlighted out of range reading value */
.highlight {
	color: rgb(232, 172, 78);
	font-weight: bold;
	font-size: 13pt;
}

/* fixed panel height for patient weight section */
.panel-height {
	height: 350px;
}

.graph-note {
	font-size: 11px;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* Activity tracker authorization */
.txt-accountnotLinked{
  color:#a94442;
}
.txt-redirectToFitbit{
  color:#bc4442;
}
.txt-fitbitLinked{
	color:#46a832;
	text-align: center;
}
.txt-fitbitNotLinked{
	color:#c4322f;
	text-align: center;
}
.txt-fitbitNotAuthorized{
	color:#c4322f;
}
.btn-linkActivity{
  color: #FFF;
  background-color: #428bca;
  border-color: #ccc;
}
.btn-linkActivity:hover,
.btn-linkActivity:focus,
.btn-linkActivity:active,
.btn-linkActivity.active,
.open .dropdown-toggle.btn-linkActivity {
  color: #FFF;
  background-color: #2a6496;
  border-color: #adadad;
}
.btn-forceSync {
 margin-left: 1cm;
}

/* set max size for the dropdown list for clinicians */
.clinician-dropdown {
	padding: 1px 12px;
	overflow-x: auto;
	background-color: transparent;
}

/*page navigation at top of list*/
.page-nav-top{
	padding:0px;
    margin-top:-7px;
    margin-bottom:-7px;
}

#progress-note-text-area {
	resize: none;
}

.progress-note-display {
	background: #f9f9f9;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px;
	overflow-wrap: break-word;
}

.progress-note-last-updated {
	padding-left: 20px;
}

#patient-lab-result-limit {
	font-size: 14px;
}

#patient-alerts-header #alert-status-dropdown {
	color: #a94442;
}

.clinical-alerts-spinner {
  z-index: 1000;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(255,255,255, .8);
  cursor: not-allowed;
}

#clinical-alerts-table #alert-status-dropdown {
	color: black;
}
#clinical-alerts-table td.vertical-align-top {
  vertical-align: top;
}

.patient-header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	width: 100%;
}

.patient-header-item {
	display: flex;
}

.patient-vc-button {
	border: 2px solid #000;
	border-radius: 16px;
	background-color: #fff;
	padding: 10px 32px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}
.patient-vc-button:hover {
	background-color: rgba(0, 0, 0, 0.02);
}
.patient-vc-button:disabled {
	border: 2px solid #C6C6C6;
	color: #C6C6C6;
	cursor: progress;
}

.careteam-results {
	max-height: 150px;
	overflow-y: auto;
	border: 1px solid black;
	margin-top: 10px;
}

.forgot-password-error {
	font-weight: bold;
	color: #a94442;
}

.forgot-password-success {
	font-weight: bold;
	color: black;
}

.edit-patient-goals-top-statement {
  text-align: center;
  font-size: 1.5rem;
  color: darkgray;
  font-style: italic;
}

#goal-parameters.read-only input {
  margin: 0;
  padding: 0;
  border: none;
  background-color: white;
  height: fit-content;
  box-shadow: none;
  cursor: default;
}

#goal-parameters.read-only h5, #goal-parameters.read-only hr {
  margin: 0;
}

.omh-bg-chart-container {
  position: relative;
}
.bg-legend {
  border: 2px solid #eeeeee;
  font-family: "Helvetica Neue", sans-serif;
  color: #777;
  display: flex;
  align-items: center;
  padding: .5rem;
  position: absolute;
  top: 0;
  right: 0;
  font-size: .8em;
}
.bg-legend-title {
  display: inline-block;
  font-weight: bolder;
  margin-right: 1rem;
}
.bg-legend-content {
  display: inline-block;
}
.bg-legend-content-icon {
  width: 1em;
  vertical-align: middle;
}
.bg-legend-content-label {
  vertical-align: middle;
  margin-left: 0.25rem;
}

.patient-conditions-select-caution {
  text-align: center;
  font-style: italic;
}

.false-alert-explanation {
  text-align: left;
  text-indent: 15px;
  line-height: 1.7;
  font-size: 12px;
}
.false-alert-select {
  margin-left: 12px;
}
.false-alert-comment {
  font-weight: normal;
  resize: none;
}
