@font-face {
	font-family: "bariol_bold";
	src: url("../fonts/bariol_bold-webfont.eot");
	src: url("../fonts/bariol_bold-webfont.eot?#iefix") format("embedded-opentype"),
		url("../fonts/bariol_bold-webfont.woff") format("woff"),
		url("../fonts/bariol_bold-webfont.woff2") format("woff2"),
		url("../fonts/bariol_bold-webfont.ttf") format("truetype"),
		url("../fonts/bariol_bold-webfont.svg#bariol_bold") format("svg");
}

@font-face {
	font-family: "bariol_regular";
	src: url("../fonts/bariol.eot");
	src: url("../fonts/bariol.eot?#iefix") format("embedded-opentype"), url("../fonts/bariol.woff") format("woff"),
		url("../fonts/bariol.woff2") format("woff2"), url("../fonts/bariol.ttf") format("truetype"),
		url("../fonts/bariol.svg#bariol_regular") format("svg");
}

/* #footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 96px;
    width: 100%;
} */

.hideDedicationFields {
	display: table-caption !important;
	caption-side: bottom !important;
}

/* IE 6 */

/* #html #footer {
	position: absolute;
	top: expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
} */

body {
	/* 	font-family: 'bariol_regular', Verdana, Geneva, sans-serif; */
	/*     font-family: Roboto, 'bariol_regular', Verdana, Geneva, sans-serif; */
	font-family: "Roboto", sans-serif;
	/*     font-size: 13px; */
	font-size: 14px;
	/* 	font-size: 15px; */
	/* 	font-size: 11pt; */
	color: black !important;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

body a {
	/* color: #002366 !important; */
}

body > .container {
	padding: 125px 25px 0 !important;
}

mark {
	background-color: yellow;
	color: blue;
}

.textBold {
	font-family: "bariol_bold";
}

[ng-click]:focus {
	outline: none;
}

/* NAVBAR*/

#navbar {
	background-color: #002366 !important;
	padding-left: 25px;
}

.colorNavBar {
	background-color: #002366 !important;
}

.navbar {
	margin-bottom: 0px;
}

.navbar-default {
	background-image: -webkit-linear-gradient(top, #002366 0, #002366 100%);
	background-image: -o-linear-gradient(top, #002366 0, #002366 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#002366), to(#002366));
	background-image: linear-gradient(to bottom, #002366 0, #002366 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002366', endColorstr='#002366', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	color: #e8cf42;
	background-color: #002366;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	color: #e8cf42;
	background-color: #002366;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
	color: #e8cf42;
	background-color: #002366;
}

.navbar-second {
	background-color: #ebeaea;
	border-color: #ebeaea;
	margin-bottom: 0px;
	border-radius: 0px;
	margin-top: 0;
	padding-bottom: 0;
	padding-right: 30px;
	padding-left: 20px;
}

.navbar-filterTable {
	background-color: #ebeaea;
	line-height: 40px;
	margin-left: 0px;
	margin-right: 0px;
	color: #002366;
	padding-left: 15px;
	padding-top: 5px;
	margin-bottom: 20px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
	background-image: -webkit-linear-gradient(top, #002366 0, #002366 100%);
	background-image: -o-linear-gradient(top, #002366 0, #002366 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#002366), to(#002366));
	background-image: linear-gradient(to bottom, #002366 0, #002366 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002366', endColorstr='#002366', GradientType=0);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

/* PANEL ACTIVE */

.panel-default > .panel-heading {
	background-image: none;
}

.panel-heading.active:not(.patientRisk),
.panel-heading.active:not(.panel-profile) *,
.panel:hover > .panel-heading:not(.patientRisk),
.panel:hover > .panel-heading:not(.panel-profile) * {
	/* 	background-image: -webkit-linear-gradient(top,#002366 0,#002366 100%);
	background-image: -o-linear-gradient(top,#002366 0,#002366 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#002366),to(#002366));
	background-image: linear-gradient(to bottom,#002366 0,#002366 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002366', endColorstr='#002366', GradientType=0);
	background-repeat: repeat-x; */
	background-image: none;
	background-color: #002366 !important;
	color: #fff;
	border-radius: 5px 5px 0 0;
}

.panel-heading.active:hover {
	color: #fff !important;
}

.panel-heading.active:focus {
	color: #239edc !important;
}

button,
input,
optgroup,
select,
textarea {
	border-style: none;
}

label:not(.form-control) {
	color: #002366 !important;
	text-transform: none;
}

/* MEGAMENU */

.dropdown-header {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-size: 13px;
	color: #999;
}

.panel {
	/* 	background-color: #fff; */
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-group .panel {
	margin-bottom: 20px;
}

.panel-heading {
	padding: 15px 15px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-radius: 5px 5px 5px 5px;
}

.divTableCell {
	border-right: 1px solid #ddd;
	display: table-cell;
	padding-left: 20px;
}

.panel-group .panel + .panel {
	margin-top: 0 !important;
}

/* NAV_TAB */

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	color: #337ab7;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

.nav > li > a:focus,
.nav > li > a:hover {
	color: #337ab7;
	text-decoration: none;
	background-color: #efeeee;
}

.container {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	margin-bottom: 0;
}

.pull-left li,
.pull-right li {
	display: inline-block;
}

div.dataTables_length {
	padding-top: 10px;
}

div.dataTables_filter {
	padding-top: 10px;
}

.modal-footer .btn + .btn {
	/* margin-bottom: 10px; */
}

.highRisk {
	padding: 8px 15px;
	background-color: #fc7070;
	color: #fff;
	border-radius: 5px;
	font-size: 24px !important;
	cursor: pointer;
}

.highRiskLabel {
	color: #fcc3c3;
	font-size: 12px !important;
}

/* MULTISELCT */

.multiselect-container {
	padding: 10px;
	margin-left: -15px;
}

.selectBox {
	position: relative;
}

.selectBox select {
	width: 100%;
}

.overSelect {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#checkboxes {
	display: none;
	border: 1px #dadada solid;
}

#checkboxes label {
	display: block;
	font-weight: normal !important;
	padding: 3px 3px;
}

#checkboxes label input {
	padding-right: 5px;
}

#checkboxes label:hover {
	background-color: #337ab7;
}

#checkboxes label:focus {
	background-color: #337ab7;
}

#checkboxes2 {
	display: none;
	border: 1px #dadada solid;
}

#checkboxes2 label {
	display: block;
	font-weight: normal !important;
	padding: 3px 3px;
}

#checkboxes2 label input {
	padding-right: 5px;
}

#checkboxes2 label:hover {
	background-color: #337ab7;
}

#checkboxes2 label:focus {
	background-color: #337ab7;
}

#checkboxes3 {
	display: none;
	border: 1px #dadada solid;
}

#checkboxes3 label {
	display: block;
	font-weight: normal !important;
	padding: 3px 3px;
}

#checkboxes3 label input {
	padding-right: 5px;
}

#checkboxes3 label:hover {
	background-color: #337ab7;
}

#checkboxes3 label:focus {
	background-color: #337ab7;
}

.multiSelectBox {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	font-weight: normal;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.multiselect.dropdown-toggle {
	background-image: none !important;
	background-color: white !important;
}

select.ng-empty + .btn-group > .multiselect.dropdown-toggle {
	color: #aaa;
}

.multiselect.dropdown-toggle .caret {
	color: black;
}

.multiselect-container.dropdown-menu {
	border-radius: 8px;
}

/**** End MULTISELCT *****/

tbody tr td hr {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0;
	border-top: 1px solid #eee;
}

/* TEXT */

.alingR {
	text-align: right;
}

.alingC {
	text-align: center;
}

.blueDark {
	color: #002366;
}

.blueLight {
	color: #239edc;
}

.blueMed {
	color: #337ab7 !important;
}

.white {
	color: #fff;
}

.grey {
	color: #999 !important;
}

.greyDark {
	color: #666;
}

.specialNote {
	color: #f70404;
	/* width: 50%; */
}

.specialNote:empty:before {
	text-decoration: underline;
	text-decoration-color: #999;
}

.titlePage {
	line-height: 50px;
	/* 	margin-bottom: 10px; */
	font-size: 18px !important;
	padding-left: 0px !important;
	/* margin-left: -15px; */
	margin-bottom: 10px;
}

.panel-title:hover {
	color: #239edc;
	text-decoration: none;
}

.panel-title:focus {
	color: #239edc;
	text-decoration: none;
}

.panel-title:active {
	color: #fff;
	text-decoration: none;
}

/* ALIGMENT */

.textMiddle {
	line-height: 34px;
}

.middle {
	margin-top: 12px;
}

.center {
	width: 50% !important;
	margin-left: 25%;
}

.textCenter {
	text-align: center;
}

.spaceRight {
	padding-right: 10px;
}

.spaceLeft {
	padding-left: 10px;
}

.spaceRightBig {
	padding-right: 30px;
}

.spaceLeftBig {
	padding-left: 30px;
}

.spaceUp {
	padding-top: 30px;
}

.spaceUpDoble {
	padding-top: 60px;
}

.spaceUp2 {
	padding-top: 15px;
}

.spaceUp3 {
	padding-top: 8px;
}

.spaceDown {
	padding-bottom: 30px;
}

.spaceDown2 {
	padding-bottom: 15px;
}

.noSpaceRight {
	padding-right: 0px !important;
}

table.table-bordered tbody td {
	vertical-align: middle;
}

/* ICONS */

.iconRight {
	padding-left: 30px;
	float: right;
	padding-top: 0px;
}

.iconRight2 {
	padding-left: 10px;
	float: right;
	padding-top: 0px;
}

.iconLeft {
	padding-left: 20px;
	padding-top: 0px;
}

.btnIcon {
	border: none !important;
}

.iconWhite {
	color: #fff;
}

.iconWhite:hover {
	color: #fff;
}

.menu-icon {
	font-size: 16px;
}

/* ICONS (Edit Tables) */

.fa-star-o {
	color: #666;
}

.selectDefault .fa-star:before {
	content: "\f005";
	color: #e8cf42;
	cursor: pointer;
}

.fa-calendar {
	float: left;
	cursor: pointer;
	margin-bottom: -3px;
}

.fa-calendar + input[type="text"].form-control {
	position: absolute !important;
	margin-left: 20px;
	margin-top: -11px;
	width: calc(100% - 20px) !important;
}

.move {
	cursor: move;
}

/* BUTTONS */

.btn {
	/* 	margin-bottom: 10px; */
}

.btn-Blue {
	color: #fff;
	background-color: #002366;
	border-color: #002366;
	text-transform: uppercase;
}

.btn-ico {
	border: none !important;
	background-color: transparent;
	padding: 0px 0px;
}

.btn-control {
	color: #1164a9;
	font-size: 10px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.btn-control:hover {
	background-color: #1164a9 !important;
	color: #fff !important;
}

/*btn-save-panel {padding-top: 8px !important; padding-bottom:8px !important; padding-left: 15px !important; padding-right: 15px !important;}*/

.btn-export {
	color: #1164a9;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	margin-right: 10px;
}

.btn-export:hover {
	background-color: #1164a9 !important;
	color: #fff !important;
}

/* FORMS */

.loginForm .input-group-addon {
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
}

.loginForm .input-group-addon i {
	width: 14px;
}

.loginForm .input-group .form-control {
	padding-right: 45px;
}

.login {
	border-radius: 16px;
	width: 100% !important;
}

.search {
	border-radius: 15px;
	margin-left: 5px;
	margin-right: 10px;
}

.patient {
	margin-bottom: 25px;
	width: 100% !important;
}

.radio-btn {
	vertical-align: middle;
	margin-top: 8px;
	margin-bottom: 25px;
}

.radio-label {
	padding-right: 10px;
	vertical-align: middle;
}

.input-group-addon {
	color: #969696;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.input-group {
	border-right: none !important;
}

input[type="checkbox"] {
	margin: 0px 10px 0px;
	vertical-align: middle;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	padding-right: 10px;
	padding-left: 10px;
}

.form-inline {
	width: auto !important;
}

.singleLabel {
	padding-left: 10px;
	font-size: 100% !important;
	letter-spacing: 0.02em;
	color: #1164a9 !important;
}

.floatingLabel {
	position: absolute;
	margin-left: 8px;
	margin-top: -10px;
	font-size: 100% !important;
	letter-spacing: 0.02em;
	color: #1164a9 !important;
}

.radio-inline input[type="radio"] {
	margin-top: 0px !important;
}

/* TABLES FORMS */

.editTable > thead > tr > th {
	background-color: #eee !important;
	color: #666;
	padding: 3px 18px;
	border-bottom: none;
	font-weight: normal !important;
}

.checkTD {
	padding-top: 10px;
}

.iconTD {
	text-align: center;
	/* padding-top: 16px !important; */
}

.flagGen {
	font-size: 11px;
	font-family: "bariol_bold";
	color: #666 !important;
	background-color: #ddd;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left: 5px;
	font-weight: normal !important;
	margin-bottom: 5px;
}

.flagGen a {
	text-decoration: none;
	color: #666 !important;
	cursor: pointer;
	font-weight: normal !important;
}

.flagGen a:hover {
	text-decoration: none;
	color: #666 !important;
	cursor: pointer;
	font-weight: normal !important;
}

.flagGenAct {
	font-size: 11px;
	font-family: "bariol_bold";
	text-decoration: none;
	color: #fff !important;
	background-color: #1164a9;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left: 5px;
	font-weight: normal !important;
}

.flagGenAct a {
	text-decoration: none;
	color: #fff !important;
	cursor: pointer;
	font-weight: normal !important;
}

.flagGenAct a:hover {
	text-decoration: none;
	color: #fff !important;
	cursor: pointer;
	font-weight: normal !important;
}

div.flag {
	display: inline;
	padding: 5px 8px !important;
	margin-left: 10px;
	border: 2px solid #fff;
}

/* div.TCM {
	font-size: 11px;
	font-family: 'bariol_bold';
	color: #442700;
	background-color: #f19402;
	padding: 6px;
	border-radius: 5px;
	width: 50px;
	text-align: center;
	margin-bottom: 8px;
	margin-top: 8px;
}
span.TCM {
	font-size: 11px;
	font-family: 'bariol_bold';
	color: #442700;
	background-color: #f19402;
	padding: 6px;
	border-radius: 5px;
	width: 50px;
	text-align: center;
	margin-bottom: 8px;
	margin-top: 8px;
	margin-left: 5px;
}

div.CCM {
	font-size: 11px;
	font-family: 'bariol_bold';
	color: #1e1d00;
	background-color: #70bf51;
	padding: 6px;
	border-radius: 5px;
	width: 50px;
	text-align: center;
	margin-bottom: 8px;
	margin-top: 8px;
}
span.CCM {
	font-size: 11px;
	font-family: 'bariol_bold';
	color: #1e1d00;
	background-color: #70bf51;
	padding: 6px;
	border-radius: 5px;
	width: 50px;
	text-align: center;
	margin-bottom: 8px;
	margin-top: 8px;
	margin-left: 5px;
}

div.AWV {
	font-size: 11px;
	font-family: 'bariol_bold';
	color: #3b0900;
	background-color: #dc3a1a;
	padding: 6px;
	border-radius: 5px;
	width: 50px;
	text-align: center;
	margin-bottom: 8px;
	margin-top: 8px;
}
span.AWV {
	font-size: 11px;
	font-family: 'bariol_bold';
	color: #3b0900;
	background-color: #dc3a1a;
	padding: 6px;
	border-radius: 5px;
	width: 50px;
	text-align: center;
	margin-bottom: 8px;
	margin-top: 8px;
	margin-left: 5px;
}
div.Hospice {
	font-size: 11px;
	font-family: 'bariol_bold';
	color: #5d1e1e;
	background-color: #e15e98;
	padding: 6px;
	border-radius: 5px;
	width: 60px;
	text-align: center;
	margin-bottom: 8px;
	margin-top: 8px;

}
span.Hospice {
	font-size: 11px;
	font-family: 'bariol_bold';
	color: #5d1e1e;
	background-color: #e15e98;
	padding: 6px;
	border-radius: 5px;
	width: 60px;
	text-align: center;
	margin-bottom: 8px;
	margin-top: 8px;
	margin-left: 5px;
}

div.MARQUI {
	font-size: 11px;
	font-family: 'bariol_bold';
	color: #5d1e1e;
	background-color: #df3bdf;
	padding: 6px;
	border-radius: 5px;
	width: 60px;
	text-align: center;
	margin-bottom: 8px;
	margin-top: 8px;
} */

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	vertical-align: middle;
}

.table > tbody > tr > td#tdProgram {
	vertical-align: top !important;
}

/* NEW ROW TABLE */

.newRow {
	/* 	background-color: #f2f7ff !important; */
	background-color: #fff !important;
	border: 1px solid #ddd;
}

.newRow button {
	background-color: transparent !important;
	color: #337ab7 !important;
	margin-bottom: -5px;
}

.newRow .form-control {
	height: 35px;
	color: #555;
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 3px 3px;
}

.newRow select.form-control,
[contenteditable].form-control,
select.form-control:not(:valid),
select.form-control.ng-empty,
.placeholder {
	color: #aaa;
}

.newRow select.form-control *,
select.form-control:not(:valid) *,
select.form-control.ng-empty * {
	color: #000;
}

.newRow input:focus,
.newRow select:focus,
[contenteditable].form-control:focus {
	background-color: transparent !important;
	/* 	border: 1px solid #fff; */
}

.newRow .input-group-addon {
	color: #464a4c !important;
	border: none;
	background-color: transparent;
}

.newRow .input-group .form-control {
	position: relative;
	z-index: 2;
	float: none;
	width: 100%;
	margin-bottom: 0;
}

#Medication .table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	padding: 6px 10px;
}

/* -------- NEW ROW TABLE FLAGS -------- */

.newRow .selectpicker {
	height: 35px;
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 3px 3px;
}

.newRow .btn-default {
	border: none;
}

.newRow .btn {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.newRow .label {
	line-height: 3;
}

.newRow .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: auto;
}

/* FLOATING LABELS */

.has-float-label {
	display: block;
	position: relative;
}

.has-float-label > label,
.has-float-label > span {
	position: absolute;
	cursor: text;
	font-size: 100%;
	opacity: 1;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	top: -1.5em;
	left: 14px;
	z-index: 3;
	line-height: 1;
	padding: 0 1px;
	letter-spacing: 0.02em;
	color: #1164a9 !important;
}

.has-float-label select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.has-float-label input,
.has-float-label select {
	font-size: inherit;
	padding-top: 7px;
	margin-bottom: 2px;
	position: relative;
	z-index: 4;
	/* 	background-color: transparent; */
}

.has-float-label input::-webkit-input-placeholder,
.has-float-label select::-webkit-input-placeholder {
	opacity: 1;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.has-float-label input:placeholder-shown:not(:focus)::-webkit-input-placeholder,
.has-float-label select:placeholder-shown:not(:focus)::-webkit-input-placeholder {
	/* 	opacity: 0; */
}

.has-float-label input:placeholder-shown:not(:focus) + *,
.has-float-label select:placeholder-shown:not(:focus) + * {
	font-size: 100%;
	opacity: 0.8;
	top: 0.85em;
	left: 1.6em;
	color: transparent !important;
	/* 	color: #8b8b8b !important; */
}

.has-float-label input:focus,
.has-float-label select:focus {
	outline: none;
	border-color: rgba(17, 100, 169, 0.5);
}

.has-float-label select {
	padding-right: 1em;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
		no-repeat right 0.5em bottom 0.9em;
	background-size: 8px 10px;
	background-color: white;
}

/* TABLE */

.headerTable,
.tableFooter,
.fakeFixedTH {
	background-color: #1164a9;
	color: #fff;
	text-align: center;
}

.tableFooter > tr > td {
	text-align: left;
}

.subHeaderTable {
	background-color: #f4f4f5;
	color: #1164a9;
	text-align: center;
}

/* TABLE FLAGS IMAGES */

table img {
	width: 28px;
}

/* COLLAPSE TABLE ACTIVE */

.panel-default {
	border: none;
	padding-bottom: 15px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: whitesmoke;
}

.panel-default > .panel-heading {
	border-color: transparent;
}

.panel-group .panel-heading {
	border-bottom: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	cursor: pointer;
}

.panel-body {
	padding: 15px 15px 15px 15px;
}

.modalPatientForm .panel-body {
	padding: 15px 15px 0px 15px;
}

.modalPatientForm .panel-group {
	margin-bottom: -19px;
}

.table-bordered {
	border: 1px solid #ddd;
}

.table {
	background-color: transparent;
	border-spacing: 0;
	border-collapse: separate;
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	/* border: 1px solid #ddd; */
}

.home-panel-group .table {
	margin-bottom: 0;
}

.tableSmall {
	width: 50%;
	max-width: 50%;
	margin-bottom: 20px;
}

.tableSmall > thead > tr > th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.tableSmall > tbody > tr > td,
.tableSmall > tbody > tr > th,
.tableSmall > tfoot > tr > td,
.tableSmall > tfoot > tr > th,
.tableSmall > thead > tr > td,
.tableSmall > thead > tr > th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

/* POPOVER*/

.hide {
	display: none;
}

.box {
	width: 400px;
	background-color: #ebeaea;
	padding: 25px;
}

.popover {
	max-width: 500px !important;
	padding: 1px;
	font-family: "bariol_regular", Helvetica, Arial, sans-serif !important;
	background-color: #ebeaea !important;
	/* background-color: #fff !important; */
	border: 1px solid rgba(255, 255, 255) !important;
	border-radius: 6px !important;
}

.popover.right .arrow:after {
	border-right-color: #ebeaea !important;
}

.popover.right .arrow {
	border-right-color: #fff !important;
}

/* CALENDAR*/

.bootstrap-iso .formden_header h2,
.bootstrap-iso .formden_header p,
.bootstrap-iso form {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

.bootstrap-iso form button,
.bootstrap-iso form button:hover {
	color: white !important;
}

.asteriskField {
	color: red;
}

/*SORT COLUMNS*/

.sortorder:after {
	content: "\25b2";
}

.sortorder.reverse:after {
	content: "\25bc";
}

.table > thead > tr > th {
	vertical-align: middle;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
	top: 15px;
}

/*MULTISELECT*/

.dropdown-menu {
	/* 	background-color: #faf8f8 !important; */
	background-color: #fff !important;
	border-color: #aaaaaa !important;
	/* 	padding-top: 0px !important; */
	/* 	padding-bottom: 15px; */
	text-transform: none !important;
}

label:not(.form-control) {
	color: #002366 !important;
}

[multiple="multiple"] {
	display: none;
}

#GeneralFilters + * .multiselect-selected-text {
	color: #fff;
	background-color: transparent;
	border-style: none;
	text-transform: uppercase;
}

#GeneralFilters + div .multiselect-container {
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 70vh;
}

#GeneralFilters + div input[type="checkbox"] {
	margin-left: -20px !important;
}

#GeneralFilters + div a:not(.multiselect-all) label {
	margin-left: 40px !important;
}

#GeneralFilters + .btn-group .caret {
	display: none;
}

.btn-group li {
	display: block;
}

/*MEGAMENU*/

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	color: #862828;
	background-color: #000;
}

.navbar-nav > li > .dropdown-menu {
	/* 	margin-top: -72px; */
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.mega-dropdown {
	position: static !important;
}

.mega-dropdown-menu {
	width: 100% !important;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.mega-dropdown-menu > li > ul {
	padding: 0;
	margin: 0;
}

.mega-dropdown-menu > li > ul > li {
	list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
	display: block;
	padding: 3px 30px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #777;
	white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
	text-decoration: none;
	color: #444;
	background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
	color: #002366;
	font-size: 16px;
	font-weight: bold;
}

.mega-dropdown-menu form {
	margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
	margin-bottom: 3px;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	color: #e8cf42;
	background-color: transparent;
}

.red {
	color: red !important;
}

/* BACKGROUND FILTER MEGAMENU */

.backGrey {
	background-color: #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 10px;
}

/*CALENDAR VIEW*/

#calendar {
	max-width: 900px;
	margin: 0 auto;
}

#PendingTaskCalendar {
	margin-top: 20px;
}

.fc-today {
	background: #969696;
}

.fc-event {
	background-color: #337ab7;
	border: 1px solid #337ab7;
}

.fc-day-grid-event > .fc-content {
	white-space: normal;
}

.fc-Avitracks-event-alert {
	background-color: #f4cd00 !important;
	border: 1px solid red;
}

.fc-Avitracks-event-warning {
	background-color: yellow !important;
	color: #006633 !important;
	font-weight: bold;
	margin-left: 5% !important;
	right: 5% !important;
	margin-top: 1% !important;
	/*margin-bottom: 0.5% !important;*/
	opacity: 0.6;
}

fc-event {
	line-height: 2;
	border: 0px !important;
}

.fc-day-header {
	color: #666;
	background-color: #eee;
	text-transform: uppercase;
}

.fc th {
	padding: 3px;
}

.fc-toolbar h2 {
	color: #337ab7;
}

.fc .fc-toolbar > * > * {
	color: #337ab7;
}

.fc-toolbar button {
	color: #666 !important;
	background-color: #fff;
}

.fc-day-grid-event .fc-time {
	font-family: "bariol_regular";
	color: rgba(255, 255, 255, 0.8);
	padding-right: 5px;
	padding-left: 3px;
}

/* Patient On Queue Task Status - */

.fc-unthemed .fc-taskExpired {
	background: #f58e8e;
}

.fc-unthemed .fc-nextExpire {
	background: #fdc77b;
}

/* Patient - Add Task - */

.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
	width: 100% !important;
}

/* SWITCH - the box around the slider */

.switch {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 17px;
}

/* Hide default HTML checkbox */

.switch input {
	display: none;
}

/* The slider */

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 13px;
	width: 13px;
	left: 2px;
	bottom: 2px;
	background-color: #fff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

input:checked + .slider {
	background-color: #239edc;
}

input:focus + .slider {
	box-shadow: 0 0 1px #239edc;
}

input:checked + .slider:before {
	-webkit-transform: translateX(13px);
	-ms-transform: translateX(13px);
	transform: translateX(13px);
}

/* ADMIN FORMS */

.panel-default-form {
	border: none;
}

.panel-heading-form {
	background-color: #f5f5f5;
	padding: 15px 15px;
	border: 1px solid #ddd;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel-body-form {
	padding: 15px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.panel-body-question {
	background-color: #fff;
	padding: 8px 8px;
	/* border: 1px solid #ddd;
	border-radius: 3px; */
}

.panel-body-question-admin {
	width: 100%;
}

.question-panel:not(:first-child) .panel-body-question-admin {
	margin-top: 40px;
}

.question-panel:first-child .panel-body-question-admin {
	margin-top: 0;
}

.panel-heading-question {
	background-color: #f5f5f5;
	padding: 8px 8px;
	border: 1px solid #ddd;
	border-bottom: 0px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel-heading-question .btn-sm {
	color: #999;
}

.panel-body-question-edit {
	padding: 15px;
	background-color: #f4f4f4;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.panel-body-question-subedit {
	padding: 15px;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.panel-body-question-subedit legend {
	margin-bottom: 0px;
}

.diagnosis-filter {
	margin-bottom: 20px;
}

.question-field {
	/* 	margin-bottom: 10px !important;
	margin-top: 10px !important; */
	width: auto !important;
	margin: 0 5px 0 30px;
}

.question-field select {
	width: auto;
}

textarea.form-control.question-field.ng-scope {
	width: 95% !important;
}

.panel-body-question label {
	color: #666 !important;
	padding: 5px 25px;
}

.panel-heading-form span {
	/*    border: 1px solid #fff;
   background-color: #ddd;
   padding:5px 5px;
   border-radius: 4px;
   text-transform: uppercase; */
}

.panel-title-form-edit {
	padding-top: 15px;
	/*     background-color: #fff;
    border: 1px solid #bdcfdf;
    border-radius: 3px; */
	text-transform: uppercase;
	color: #002366;
}

.panel-title-form-edit span {
	font-size: 18px;
	padding: 5px 5px;
	border-radius: 4px;
}

.posted {
	border-bottom: 1px solid #ddd;
	padding: 15px 5px;
	border-radius: 0px !important;
}

.posted select {
	width: 25%;
}

.list-group-item:first-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.addNewItem {
	margin-bottom: 0px;
	margin-right: 15px;
	font-size: 10px;
	color: #666;
}

.btn-default {
	color: #666;
}

/* ROUNDO SWITCH */

.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

/* :required:focus {
    border-color: red;
} */

.savedButton {
	background-color: green;
}

/* STICKY FOOTER */

html {
	position: relative;
	min-height: 100%;
	min-width: 100%;
	/*     margin: 0 !important; */
}

body {
	top: 0 !important;
}

body > .container {
	height: auto !important;
	min-height: calc(100% - 57px);
	margin: 0;
}

body > .container {
	padding: 210px 15px 0;
}

.container .text-muted {
	margin: 20px 0;
}

.footer {
	/* 	position: absolute; */
	/* bottom: 0;
	width: 100%;
	height: 95px;
	background-color: #002366;
	line-height: 35px;
	font-size: 12px; */

	/* position: absolute;  */
	bottom: 0px;
	height: auto;
	width: 100%;
}

.footer > .container {
	padding-right: 15px;
	padding-left: 15px;
}

#footer-grey {
	background-color: #f4f4f5;
	line-height: 60px;
	text-align: center;
	height: auto;
}

code {
	font-size: 80%;
}

/* MOBILE MENU */

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
	background-color: #002366;
}

/* CUSTOM VALIDATION */

.requiredField {
	border: 3px solid #ff0000 !important;
}

/* END CUSTOM VALIDATION */

@media (max-width: 480px) {
	html {
		width: 100%;
	}
	body {
		width: 100%;
	}
	.navbar-toggle {
		position: relative;
		float: left;
		padding: 9px 10px;
		margin-top: 8px;
		margin-left: 25px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	.alingR {
		text-align: left;
	}
	.container {
		width: 100%;
	}
	.panel-group .panel-heading {
		width: 100%;
	}
	.iconRight {
		padding-left: 10px;
	}
}

.highlight > .ui-state-default {
	background-color: orange;
}

.datepickerSelectedDate > .ui-state-default {
	background-color: blue !important;
	color: white !important;
	border-color: blue !important;
}

th.fc-day-header > span {
	text-transform: capitalize !important;
}

.logout {
	cursor: pointer;
}

/* Questionnaire */

.questionnaireList {
	/*   overflow: auto;
  max-height: 100px;
  width: 300px; */
}

.questionnaireList > li {
	list-style: none;
	height: 2em;
}

.questionnaireList .ui-icon {
	margin-right: 25px;
}

.questionnaireList [contenteditable] {
	cursor: text;
}

.questionnaireList div:not(:last-child) {
	margin-bottom: 5px;
}

.questionnaireList label {
	display: flex;
	align-items: center;
}

.ui-icon-grip-dotted-vertical {
	cursor: col-resize;
}

.ui-icon-grip-dotted-horizontal {
	cursor: row-resize;
	vertical-align: top;
}

.admin-item {
	visibility: hidden;
}

.question-panel:hover *.admin-item {
	visibility: visible;
}

/* .question-panel:not(:hover)  */

.questionOptions > div > * {
	margin-top: 5px;
}

.questionOptions.admin-item {
	display: none;
}

.question-panel:hover .questionOptions.admin-item {
	display: block;
}

.question-panel.Label .panel-body-question,
.questionnare-section {
	background-color: #002366;
	color: white;
}

/*  Add Patients Modal Styles  */

.narrow {
	width: 40%;
	margin-left: 40%;
}

button#trash {
	visibility: hidden;
}

button#save {
	visibility: hidden;
}

div.symbol {
	/* padding-left: 100px; */
	line-height: 0px;
	font-size: 20px;
}

.key {
	width: 60px !important;
	/* display: none; */
	margin-left: 10px;
	font-size: x-small;
	/* 	border: none; */
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

#ClientInfo,
#PatientInfo,
#ActivityInfo,
#PCPInfo,
.questionnaire-title-panel {
	display: none;
}

.avitracks-modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1041;
	width: 100%;
	background-color: rgba(128, 128, 128, 0.8);
	height: 100%;
	display: none;
	overflow: scroll;
}

.on {
	color: #337ab7 !important;
}

/* DIV AS TABLE LAYOUT */

.table-striped > tbody > tr:nth-of-type(even) {
	background-color: #fff;
}

.table {
	display: table;
}

.table > div:first-child {
	display: table-header-group;
}

.table > *:first-child > * > * {
	text-align: left;
	vertical-align: middle;
}

.table > *:first-child > * > * {
	font-weight: normal;
}

.table > *:first-child > * > *[ng-click]:hover {
	background-color: #002366;
}

.table > div:nth-child(2) {
	display: table-row-group;
}

.table > div:nth-child(3) {
	display: table-footer-group;
}

.table > * > * {
	display: table-row;
	/* border: 1px solid #ddd; */
}

.table > * > * > * {
	display: table-cell;
	border-top: 1px solid #ddd !important;
	border-right: 1px solid transparent !important;
	border-left: 1px solid transparent !important;
	padding: 6px;
	padding-right: 12px;
	line-height: 18px;
	/* 	height: 49px; */
}

.table > thead > tr > th,
.table > * > *.headerTable > * {
	border-top: none !important;
}

.table > thead > tr > th,
.table > * > * > * {
	border-bottom: 1px solid transparent !important;
}

.table > *:last-child > *:last-child > * {
	border-bottom: 1px solid #ddd !important;
}

/* .table > * > * > *:not(:hover):not(:first-child):not(:last-child) {
    border-right: 1px solid transparent !important;
	border-left: 1px solid transparent !important;
} */

.table > * > * > *:first-child {
	border-left: 1px solid #ddd !important;
}

.table > * > * > *:last-child {
	border-right: 1px solid #ddd !important;
}

.table > div > *.newRow > div {
	/* 	border: 1px solid #f5f5f5; */
}

.table > div:nth-child(2) > *:not(.newRow):nth-of-type(odd):not(:hover) > div {
	background-color: #f5f5f5;
	/* 	background-color: #fff; */
}

.table > div:nth-child(2) > *:not(.newRow):nth-of-type(even):not(:hover) > div {
	background-color: #eeeeee;
	/* 	background-color: #fff; */
}

/* END DIV AS TABLE LAYOUT */

.dropdown-toggle {
	cursor: pointer;
}

#medications #Medication > div:first-child,
#medications #Medication > div > * > div:not(:first-child),
#medications #Medication > div > * > div:first-child > div:not(:first-child) {
	display: none;
}

#medications #Medication > div > * > div:nth-last-child(1),
#medications #Medication > div > * > div:nth-child(7) {
	display: table-cell;
}

.ui-datepicker {
	z-index: 2003 !important;
}

.table-borderedInfo > div > * > div {
	/* 	border-left: 1px solid transparent !important;
	border-right: 1px solid transparent !important;
	border-bottom: 1px solid #ddd !important; */
	border: none;
}

/* .editRow {
    border: 1px solid #ddd;
} */

.editRow .form-control {
	height: 35px;
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 3px 3px;
	border: 1px solid transparent;
}

/* .editRow > * {
	border: 1px solid transparent;
} */

.editRow:hover {
	background-color: #fdfde8 !important;
}

/* .editRow > *:hover, .table > tbody > tr:hover td { */

.editRow > *:hover {
	background-color: #ffffc9 !important;
	border-right: 1px solid #e8cf42 !important;
	border-left: 1px solid #e8cf42 !important;
}

.editRow > *:focus-within {
	background-color: #ffffc9 !important;
	border-right: 1px solid #e8cf42 !important;
	border-left: 1px solid #e8cf42 !important;
}

.editRow > *:not(:hover) > *:focus {
	background-color: #ffffc9 !important;
}

/* .editRow select:focus {
    background-color: #fefee4 !important;
    border: 1px solid #e8cf42;
} */

.editRow button {
	background-color: transparent !important;
	color: #337ab7 !important;
	margin-bottom: -5px;
}

.editRow .input-group-addon {
	color: #464a4c !important;
	background-color: transparent;
	border: none;
}

.editRow .input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

/* -------- EDIT TABLE FLAGS -------- */

.editRow .selectpicker {
	height: 35px;
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 3px 3px;
}

.editRow .btn-default {
	border: none;
}

.editRow .btn {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.editRow .label {
	line-height: 3;
}

.editRow .input-group-addon {
	color: #464a4c !important;
	border: none;
	background-color: transparent;
}

.editRow .input-group .form-control {
	position: relative;
	z-index: 2;
	float: none;
	width: 100%;
	margin-bottom: 0;
}

.newRow select:not(.ng-empty) {
	color: #000;
}

.modalNote .modal-dialog {
	width: 95%;
}

.modalMedication .modal-dialog {
	width: 90%;
	margin-top: 100px;
}

.modalResponsible .modal-dialog {
	width: 75%;
	margin-top: 150px;
}

.modalProgram .modal-dialog {
	width: 90%;
	margin-top: 100px;
}

.modalAddForm .modal-dialog {
	width: 90%;
	margin-top: 10%;
}

.modalNoteHistory .modal-dialog {
	width: 90%;
	margin-top: 5%;
}

.SimilarPatientsModal .modal-dialog {
	width: 80%;
	margin-top: 200px;
}

.StaffPendingTasksModal .modal-dialog {
	width: 85%;
	margin-top: 15%;
}

.ModalToDo .modal-dialog {
	width: 80%;
}

.PatientFileModal .modal-dialog {
	width: 95%;
}

.modalTask .modal-dialog {
	width: 90%;
	margin-top: 5%;
}

.modalTask .modal-body {
	min-height: 70vh;
}

.modalPatientForm .modal-dialog {
	width: 85%;
	margin-top: 10%;
}

.ClinicsModal .modal-dialog {
	width: 95%;
	margin-top: 5%;
}

.RPMProviderAPIsModal .modal-dialog {
	width: 95%;
	margin-top: 5%;
}

.UsersModal .modal-dialog {
	width: 90%;
	margin-top: 10%;
}

.QuestionnaireModal .modal-dialog {
	width: 95%;
	margin-top: 5%;
}

.RiskLevelsModal .modal-dialog,
.RiskParametersModal .modal-dialog {
	width: 95%;
	margin-top: 5%;
}

.RiskParameterValuesModal .modal-dialog {
	width: 90%;
	margin-top: 10%;
}

.TasksByDateModal .modal-dialog {
	width: 95%;
	/* margin-top: 10%; */
}

.MeasureAbnormalRangeModal .modal-dialog {
	width: 95%;
	margin-top: 10%;
}

.PatientListModal .modal-dialog {
	width: 75vw;
}

.PatientListModal .modal-dialog .tableBoard {
	margin: 0px;
}

.RequestDeviceModal .modal-dialog {
	margin-top: 15%;
}

.SMSBroadcastModal .modal-dialog {
	width: 80%;
}

[uib-modal-window] {
	display: block !important;
}

.calendarEvent {
	border-color: white;
	padding: 3px;
	/* 	border:none; */
	opacity: 0.8;
}

.fc-event-container > a {
	/* 	border-color: #dcb400; */
}

.fc-event-container * {
	/* 	color:black !important; */
}

.fc-event-container:hover * {
	color: inherit;
}

.pendingFormEvent {
	background-color: #60b5fe;
}

.pendingNoteEvent {
	background-color: #60b5fe;
}

.pendingSMSEvent {
	background-color: #60b5fe;
	/* 	color: #1d3951; */
	/* 	font-weight: bold; */
}

.warningTask:not(span) {
	border: solid darkorange !important;
}

#PendingTasksDatatable tbody span.warningTask {
	background-color: #f7ff03;
	color: #b47500;
	/* 	border-color: white; */
}

.dueTask,
#PendingTasksDatatable tbody span.dueTask {
	background-color: #ffe1e4 !important;
}

.dueTask,
.dueTask .fc-content *,
#PendingTasksDatatable tbody span.dueTask {
	color: #ac0000 !important;
}

.dueTask:not(span) {
	border: 2px solid #fb7c82 !important;
}

.lockedTask,
#PendingTasksDatatable tbody tr.lockedTask {
	background-color: #bbb !important;
}

.lockedTask,
.lockedTask .fc-content *,
#PendingTasksDatatable tbody tr.lockedTask td {
	color: #444 !important;
}

#PendingTasksDatatable tbody span.dueTask {
	border-color: white;
}

.taskInProgress,
#PendingTasksDatatable tbody tr.taskInProgress {
	/* 	background-color: #d6fff3; */
	background-color: #fdffe6;
}

.taskInProgress div {
	color: black !important;
}

tr.taskInProgress {
	background-color: #fdffe6 !important;
}

.coachEvents {
	background-color: rgba(0, 0, 0, 0.2);
	color: black;
	border: none;
}

.coachEvents:hover {
	color: black;
}

.hiddenModal {
	visibility: hidden;
}

[contenteditable="true"] {
	cursor: text;
	display: inline-block;
}

[contenteditable="true"]:empty:before {
	content: attr(placeholder);
	color: #aaa;
}

.ui-autocomplete {
	overflow-x: hidden;
	padding-bottom: 1px;
	z-index: 3000;
}

.ui-autocomplete:not(.searchPatient) {
	max-height: 200px;
	overflow-y: auto;
}

.ui-autocomplete .ui-state-disabled {
	color: red;
	opacity: 0.5;
	text-align: center;
}

/* -------- ACTION PANEL -------- */

.textRisk {
	padding-top: 10px;
	color: #ffffff !important;
}

.timing {
	padding-right: 20px;
	/* 		color: #ffffff !important; */
	text-decoration: none;
	/* 		padding-top: 8px; */
}

.timing * {
	white-space: nowrap;
}

.btn-collaps {
	width: 100px;
	height: 50px;
	color: #fff;
	background-color: #002366;
	border-radius: 0 0 5px 5px;
}

#AdminForm {
	border: 1px solid #aaa;
	background-color: #fff;
	z-index: -99;
	/* 		padding-top: 80px; */
	padding-left: 20px;
	padding-right: 20px;
	margin-top: -35px;
}

.iconRight {
	padding-left: 8px;
	color: #002366;
}

.mainPanel {
	/*overflow: hidden;*/
}

/*  .actionPanel-body {
   height: calc(100vh - 126px);
   overflow-y: auto;
   overflow-x: hidden;
 } */

.task-modal-body {
	max-height: calc(100vh - 200px - 5vh);
	overflow-y: hidden;
}

.task-modal-container {
	overflow-x: hidden;
	max-height: calc(100vh - 210px - 5vh);
	overflow-y: auto;
}

.questionnaire-modal-body {
	max-height: 80vh;
	overflow-y: auto;
}

.modal-open {
	overflow: auto;
}

#AdminPanel {
	position: fixed;
	top: 95px;
	right: 3%;
	padding: 0 10px;
	width: 30%;
}

#NotePanel {
	/* position: fixed;
   margin-top: 280px;
   padding-left: 15px;
   padding-right: 10px;
   width: 30%;
   left: 67%;*/
}

.patientPlannerNote {
	padding: 0 0 0 15px;
	color: red;
	/* 	background-color: #ffffff; */
	border: 0;
	text-align: left;
	/*     overflow: hidden; */
	margin-bottom: 0px;
}

.fc-scroller {
	overflow-y: hidden !important;
}

/*     NEW FLAGS STYLES; */

.headerflag {
	display: inline;
	padding: 5px 8px !important;
	margin-left: 10px;
	border: 2px solid #fff;
	font-size: 11px;
	font-family: "bariol_bold";
	color: #ffffff;
	border-radius: 5px;
	white-space: nowrap;
}

.tableflag {
	display: inline;
	padding: 3px 6px !important;
	margin-left: 5px;
	font-size: 10px;
	font-family: "bariol_bold";
	color: #ffffff;
	border-radius: 5px;
	line-height: 10px;
	white-space: nowrap;
}

.f-red {
	background-color: #ed5239;
}

.f-orange {
	background-color: #ff921e;
}

.f-peach {
	background-color: #f7bda0;
}

.f-grass {
	background-color: #339249;
}

.f-turquoise {
	background-color: #33d0bb;
}

.f-blue {
	background-color: #3395d0;
}

.f-navy {
	background-color: #2b5c88;
}

.f-purple {
	background-color: #9561c3;
}

.f-lilac {
	background-color: #c8a0ec;
}

.f-pink {
	background-color: #ffb5e8;
}

.f-magenta {
	background-color: #e24eb4;
}

.r-high {
	background-color: #fc7070 !important;
}

.r-medium {
	background-color: #fca659 !important;
}

.r-low {
	background-color: #a3cb92 !important;
}

.warning {
	background-color: #e9ab14 !important;
}

.r-high span,
.r-medium span,
.r-low span {
	color: black !important;
}

.patientHeader {
	padding: 8px 15px;
	color: #ffffff;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
}

.patientName {
	font-size: 24px;
}

.patientInfo {
	font-size: 13px;
}

.panel-filters {
	height: 40px;
	background: #ebeaea;
	margin-top: -15px;
	margin-bottom: 15px;
	padding-top: 10px;
}

.toDoNotification {
	background-color: #ee8c9d;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	color: white;
	font-size: 11px;
	padding-top: 3px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
	margin-left: 10px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
	background-color: #e2e7ec;
	background-image: -webkit-linear-gradient(top, #e2e7ec 0, #e2e7ec 100%);
	background-image: -o-linear-gradient(top, #e2e7ec 0, #e2e7ec 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e2e7ec), to(#e2e7ec));
	background-image: linear-gradient(to bottom, #e2e7ec 0, #e2e7ec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6f2fd', endColorstr='#fe6f2fd', GradientType=0);
	background-repeat: repeat-x;
	/* 	border-bottom: 1px solid #ffffff; */
}

.form-control {
	padding-left: 7px;
}

/* .ui-autocomplete {
	overflow:hidden;
	max-height: 1000px;
} */

.borderPatientPanels {
	/*     border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 8px 8px;
    border-top: none; */
}

#ClinicAccordion {
	margin-bottom: -19px;
}

/* #ClinicAccordion > .panel {
	padding-bottom: 0px;
} */

/* body .fc {
  overflow:auto;
} */

.userCategory * {
	color: black !important;
}

.userCategory span {
	white-space: pre;
	text-align: left;
	float: left;
}

.userCategory span:not(:empty) + .caret {
	display: none;
}

.userCategory span:not(:empty):before {
	content: "• ";
}

.userCategory span:empty + .caret {
	display: block;
	float: right;
	margin-top: -15px;
	color: #aaa !important;
}

.userCategory span:empty {
	width: 100px;
	height: 20px;
	float: right;
}

.userCategory span:empty:before {
	content: "None selected    \25BC";
	float: left;
	color: #aaa;
}

.userCategory span + .caret {
	display: none !important;
}

.highAlert > *:not(:hover) {
	background-color: #ffd4d7 !important;
	border-color: white;
}

.highAlert > *:not(:hover) * {
	/* 	color: #ac0000 !important; */
}

/* 	FLOATING ACTION BUTTON */

.fixed-action-btn {
	position: absolute;
	right: 23px;
	/*     bottom: 23px;
    padding-top: 15px;
    margin-bottom: 0; */
	z-index: 997;
}

.btn-large {
	height: 54px;
	line-height: 54px;
	font-size: 15px;
	padding: 0 28px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	letter-spacing: 0.5px;
	-webkit-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	cursor: pointer;
}

.btn-floating {
	display: inline-block;
	color: #fff;
	position: relative;
	overflow: hidden;
	z-index: 1;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	background-color: #239edc;
	border-radius: 50%;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	cursor: pointer;
	vertical-align: middle;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12),
		0 1px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12),
		0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-floating.btn-large {
	width: 56px;
	height: 56px;
	padding: 0;
}

#eventsTrash {
	background-color: #fc969b;
	color: white;
	text-align: center;
	height: 200px;
}

[collectionFilter]:placeholder-shown {
	font-style: italic;
}

textarea.form-control.question-field {
	width: calc(100% - 60px) !important;
}

#patientSearchTerm {
	width: 180px;
}

#patientSearchTerm::placeholder {
	font-style: italic;
	text-align: center;
}

#patientSearchTerm:placeholder-shown {
	text-align: left;
}

.calendar .fc-title {
	white-space: pre-wrap;
}

.md-dialog-backdrop {
	z-index: 1079 !important;
}

.md-dialog-container,
.md-pane-open {
	z-index: 1080 !important;
}

md-time-picker ng-form {
	white-space: nowrap;
}

.referralTimePicker .md-icon-button {
	margin: 0px !important;
	padding: 0px !important;
}

/* .referralTimePicker ng-form > *:not(button) *, .referralTimePicker ng-form > *:not(button) { */

.referralTimePicker ng-form * {
	display: none !important;
}

.referralTimePickerLabel {
	white-space: nowrap;
	text-align: left !important;
	margin-bottom: 15px;
}

label.form-control {
	font-family: Roboto, Helvetica Neue, sans-serif;
	font-weight: inherit;
}

.question-panel.Label .question-title {
	font-weight: bold;
	text-size-adjust: none !important;
}

.question-title {
	white-space: pre-wrap;
}

#Questionnaire > .panel-default {
	margin-bottom: 0;
	padding-bottom: 0;
}

#PendingFormsDatatable td,
#PendingTasksDatatable td {
	white-space: nowrap;
}

a[ng-click],
a [ng-click] {
	cursor: pointer;
}

/* SCROLLBAR */

/* Let's get this party started */

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

/* Track */

::-webkit-scrollbar-track {
	background: #ddd;
	border: none;
	background-clip: content-box;
	/* THIS IS IMPORTANT */
}

::-webkit-scrollbar-track:hover {
	background: #ccc !important;
	background-clip: content-box;
}

/* Handle */

::-webkit-scrollbar-thumb {
	background: #999;
	border: none;
}

::-webkit-scrollbar-thumb:hover {
	background: #555 !important;
	/* border: 1px solid #444 !important; */
}

/******************************/

.taskNote {
	display: block;
	white-space: pre-wrap;
}

.fc-event:hover {
	cursor: pointer;
}

.CheckBoxTemplate {
	margin-top: -13px;
}

.fakeFixedTH {
	position: fixed;
}

md-content.divisionPicker {
	background-color: transparent;
}

.divisionPicker md-card {
	cursor: pointer;
	/* 	background-color: #f5f5f5; */
}

.divisionPicker md-card.currentDivision {
	background-color: #002366;
	color: white;
}

.divisionPicker md-card:hover {
	background-color: #e8cf42;
	color: #002366;
}

.container,
.modal-body,
.smokedCard {
	background-color: whitesmoke !important;
}

.jconfirm .container {
	background-color: unset !important;
}

.calendar {
	background-color: white;
}

.panel-default > .panel-heading:not(.active),
.iconRight {
	background-image: none;
	background-color: #999999;
	color: #fff;
}

.modal-header {
	border-radius: 6px 6px 0 0;
}

.modal-header {
	background-color: #002366;
}

.modal-header,
.modal-header label,
.modal-header * {
	color: white !important;
}

.patientHeader {
	/* background-color: #002366; */
}

.grey {
	color: #002366 !important;
}

.panel-body {
	background: #fff;
	border-radius: 0 0 5px 5px;
}

.panel-body-question {
	border-radius: 5px;
}

.panel-body,
.panel-heading.active,
.patientHeader,
.card,
.tableBoard {
	/*   box-shadow: 0 0px 3px rgba(0,0,0,0.16), 0 0px 3px rgba(0,0,0,0.23); */
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
	/*   box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
	/*   box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); */
	/*   box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); */
	/*   transition: all 0.3s cubic-bezier(.25,.8,.25,1); */
}

.table {
	/* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
}

.panel-body .table {
	box-shadow: none;
}

.table:hover,
.panel-body:hover {
	/*   box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); */
	/*   box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); */
	/*   box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22); */
}

.startedByMe {
	color: #337ab7;
}

.modal-content {
	background-color: #f5f5f5;
}

.card {
	border-radius: 5px;
}

.tableBoard {
	background-color: #ffffff !important;
	padding: 30px 30px 15px 30px;
	margin: 0 10px 30px 15px;
}

#billingByProgramReport {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 5px;
	padding-right: 5px;
}

#billingByProgramReport * {
	/* white-space: nowrap; */
	/* zoom: 95%; */
	/* font-size: 11px; */
}

ng-form[name="timeForm"] {
	margin-top: -15px;
	margin-left: -10px;
}

.fakeLabel {
	outline: none;
	color: transparent;
}

.fakeLabel::placeholder {
	color: #002366;
	font-weight: 700;
	font-family: Roboto, "bariol_regular", Verdana, Geneva, sans-serif;
}

.PatientsListMultiselectButton {
	/* background-image: unset;
	background-color: white; */
}

.PatientsListMultiselect + div > .multiselect + div + .multiselect-container * {
	white-space: nowrap;
}

.PatientsListMultiselect + div .multiselect-container {
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 35vh;
}

.PatientsListMultiselectDiv > label {
	margin-bottom: 0 !important;
}

.patient-history-panel * {
	vertical-align: text-top !important;
}

.dayWeek {
	padding: 6px 8px 6px 10px;
	border-radius: 50%;
}

#DivisionSwitcher option,
#DivisionSwitcher optgroup {
	color: #000;
}

.internalScroll tbody {
	overflow-y: scroll;
	height: 100px;
	/* display: inline-block; */
}

button:disabled * {
	color: darkgray;
}

#billingByProgramReport table td {
	vertical-align: text-top;
}

.wrapper {
	display: flex;
	align-items: center;
}

md-datepicker {
	padding-right: 16px !important;
}

.md-datepicker-button {
	padding-left: 0 !important;
	padding-right: 0 !important;
	/* margin-left: 0 !important; */
	margin-right: 0 !important;
	width: 30px !important;
}

.md-datepicker-calendar-icon {
	margin-left: 0%;
	margin-right: 0%;
}

.md-datepicker-input-container {
	margin-left: 0 !important;
	/* width: 80px; */
}

.md-datepicker-input {
	min-width: 80px !important;
	width: 80px;
}

md-datepicker:not(.ng-dirty) .md-datepicker-input-container,
md-datepicker:not(.ng-invalid) .md-datepicker-input-container {
	border-bottom-width: 0px !important;
}

.patientAgendaTimePicker {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px !important;
	border: 1px solid rgba(204, 204, 204);
	border-radius: 5px;
}

.patientAgendaTimePicker .md-datepicker-triangle-button {
	margin: 0 0 0 0 !important;
}

.patientAgendaTimePicker .md-datepicker-input {
	width: 140px;
}

.taskPlannerTimePicker {
	background-color: white;
	height: 34px;
	width: 100%;
	border: 1px solid rgba(146, 145, 145, 0.38);
	border-radius: 5px;
	padding-top: 10px;
	/* padding-bottom: 10px; */
	/* padding: 0 !important; */
}

/* .taskPlannerTimePicker .md-icon-button {
	margin-right: 0 !important;
} */

.taskPlannerTimePicker + div {
	padding-top: 69px;
}

.question-panel.dependentQuestion .panel-body-question::before {
	content: "\2937";
	font-size: xx-large;
	font-weight: bolder;
	position: absolute;
	margin-left: -30px;
	margin-top: -10px;
	color: black;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
	white-space: pre-wrap;
}

.md-datepicker-triangle-button {
	display: none !important;
}

.requiredPopover + .popover *:nth-child(3) {
	background-color: red;
	color: white;
	border-radius: 5px;
}

.questionsIndex {
	height: 60vh;
	overflow-y: auto;
	padding-left: 15px;
}

.questionnaireMainAdminPanel {
	padding-left: 0;
	margin-left: -15px;
}

.questionnaireMainAdminPanel > div {
	padding-left: 0;
}

.questionnaireTitle {
	margin-bottom: 0;
}

.standard-information-flag {
	background-color: rgb(33, 150, 243) !important;
}

.to-upper {
	text-transform: uppercase;
}

.to-lower {
	text-transform: lowercase;
}

.to-capitalize {
	text-transform: capitalize;
}

select.form-control + label::first-letter {
	text-transform: capitalize;
}

.hideDate {
	float: left;
}

.hideDate .md-datepicker-input-container {
	visibility: hidden;
	width: 0;
}

.dashboardTitle {
	margin-left: initial;
	padding-right: 0;
}

.dashboardTitle label {
	padding-left: 30px;
	margin-bottom: 0;
}

.dashboardCalendar {
	visibility: hidden;
}

.dashboardCalendar .md-datepicker-input-container {
	width: 0;
}

.dashboardCalendar .md-datepicker-button {
	display: none;
}

.dashboardSubTitle {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	/* margin-top: -10px; */
}

.amount {
	float: right;
}

.dashboardItem {
	white-space: nowrap;
}

.dashboardItem:hover {
	background-color: #f5f0c4;
}

.dashboardItem:hover .dashboardItem:hover {
	background-color: #f5ea85;
}

.dashboardSubCategory {
	padding-left: 20px;
}

.dashboardByStatusCoaches {
	text-align: center;
	padding: 20px;
}

.UserMenu .menu-content,
.UserMenu .menu-item {
	background-color: white;
}

.UserCard {
	padding: 10px !important;
	white-space: nowrap;
}

.UserCard .Title {
	font-size: 12pt;
	font-weight: bold;
}

.UserCard .UserRole {
	font-size: 8pt;
	text-transform: uppercase;
}

.UserMenu .divisionsList {
	overflow-x: hidden;
	overflow-y: auto;
	height: 400px;
}

.md-select-menu-container.md-active.md-clickable {
	z-index: 1060;
}

.lastDayOnDaysWeekSelector {
	padding-left: 10px;
	padding-right: 10px;
}

.ui-menu-item {
	white-space: nowrap;
}

.drag-anchor-disabled {
	pointer-events: none;
}

.fa-id-card-o {
	margin-right: 5px;
}

.CPTCodes {
	text-align: center;
	white-space: nowrap;
}

.CPTCodes::after {
	font-family: "FontAwesome";
	font-size: 0.6vw;
	color: #337ab7;
	content: "\A\f044";
}

.CPTCodes:not(:empty)::after {
	white-space: pre;
}

.checklist .second-level-checkboxes {
	padding-left: 30px;
}

.third-level-checkboxes {
	margin-left: 60px !important;
}

*[ng-click^="orderBy."] {
	position: relative;
}

*[ng-click^="orderBy."]:hover:after {
	font-family: "Glyphicons Halflings";
	content: "\e150";
	/* 	float: right; */
	/* transform: rotate(90deg); */
	position: absolute;
	right: -1px;
	/* 	right: 0px; */
	vertical-align: middle;
	top: 50%;
	transform: translateY(-50%);
}

.agenda-calendar
	.md-calendar-date:not(.md-calendar-date-disabled):not(.md-calendar-selected-date)
	.md-calendar-date-selection-indicator {
	background-color: orange;
}

.form-control:required::placeholder,
select.form-control:not(:disabled):not(:valid),
md-datepicker input:required::placeholder {
	color: #ff9c9c !important;
}

/* input[type=radio]:not(:disabled):not(:valid)::after {
	height: 12px;
	width: 12px;
	content: " ";
	display: inline-block;
	border: 1px solid red;
	border-radius: 50%;
} */

.TaskByDateSelectAllCalendar * {
	color: white;
}

.selectedRow {
	background-color: #f5f0c4;
}

.mask {
	color: #aaa;
}

.general-alert {
	height: 52px;
	overflow-y: auto;
	padding: 1px;
}

.general-alert span {
	white-space: pre-line;
	font-size: 12px;
}

.dependantCheckbox {
	margin-left: 30px !important;
}

.dependantCheckbox::before {
	content: "\2937";
	position: absolute;
	margin-left: -15px;
	font-weight: bold;
}

.questionListItem.Label {
	background-color: #002264;
}

.questionListItem.Label > a {
	color: white !important;
}

.layout-padding {
	padding: 0px !important;
}

.layout-padding > * {
	padding: 8px 0px 0px 0px !important;
}

.md-errors-spacer:empty {
	display: none;
}

.auditWarning {
	background-color: #002366;
	text-align: center;
	height: 17px;
	font-size: 12px;
	color: lightblue;
	white-space: nowrap;
	overflow-x: scroll;
}

.auditWarning::-webkit-scrollbar {
	display: none;
}

.medicalRecordIcon {
	background-color: rgb(216, 79, 79);
	border-radius: 100%;
	width: 40px;
	height: 40px;
	text-align: center;
	color: white;
	margin-right: 10px;
	/* display: flex;
	justify-content: center; */
	padding-top: 4px;
}

.medicalRecordIcon:before {
	font-family: "FontAwesome";
	/* vertical-align: middle; */
}

md-input-container .hint {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.54);
}

.emailBody {
	border: none;
	width: 100%;
	outline: 0px solid transparent;
}

.taskDetail .popover p {
	white-space: nowrap;
}

.dataTables_empty {
	display: none;
}

.patientRecordPrintTemplate .Label {
	list-style-type: none;
	margin-left: -20px;
	font-weight: bold;
}

.flagspicker {
	display: flex;
	flex-wrap: wrap;
}

.patientTaskList + [uib-popover-template-popup],
.patientTaskList + [uib-popover-template-popup] .popover-content {
	padding: 0px;
}

.patientTaskList + [uib-popover-template-popup] .popover-content .table {
	margin: 0px;
}

.sortableHandle {
	cursor: grab;
}

.sortableHandle:active {
	cursor: grabbing;
}

.measuresModal .modal-dialog {
	width: 80%;
	margin-top: 10%;
}

.measuresGrid {
	/* display: flex;
	flex-wrap: wrap; */
}

.measureChart {
	/* width: 50%; */
}

.label.badge-pill {
	border-radius: 1em;
	display: flex;
	justify-content: center;
}

.label.badge-pill > span {
	margin: auto;
}

.questionTypes {
	text-align: left;
}

.RPMDashboardChart {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.RPMDashboardChart > div {
	width: 19%;
	margin-bottom: 20px;
	background-color: white;
	margin: 10px 0px 0px 0px;
}

.RPMDashboardChart > div > div:first-child {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0px;
}

.selectedMeasureRange {
	background-color: #e9ab14;
	color: white;
}

#selectedMeasures + .btn-group .multiselect.btn-default::before {
	content: "\A\f0b0";
	font-family: "FontAwesome";
	font-size: 16pt;
	font-weight: bold;
	margin-right: 10px;
}

.patientDetails {
	background-color: #c9e4fd !important;
	color: #004280;
	font-weight: bold;
	font-size: large;
}

.taskBodyContainer .task-modal-container {
	width: calc(100% - 20px);
}

.taskBodyContainer .PatientDetailsSideNavButton {
	transform: rotate(270deg);
	transform-origin: top right;
	position: absolute;
	right: calc(0% + 36px);
	top: 15px;
	background-color: #2196f3;
	color: white;
}

.taskBodyContainer .PatientDetailsSideNavButton button {
	margin: 0%;
}

.panel-heading .iconRight {
	margin-left: 10px;
}

.increasedIcon:hover .fa {
	position: absolute;
	margin-top: -20px;
	margin-left: -20px;
	font-size: xx-large;
}

#PatientMeasuresTable {
	/* height: 30vh;
	overflow-y: auto; */
	margin-bottom: 20px;
}

#PatientMeasuresTable .headerTable {
	position: sticky; 
	top: 0px;
	z-index: 2;
}

#PatientMeasuresTable md-checkbox {
	z-index: 1;
}

.PatientMeasureSummary {
	margin-top: 50px;
}

.PatientMeasureSummary > div:not(:first-child) {
	display: flex;
	justify-content: space-around;
}

.PatientMeasureSummary > div:first-child {
	margin-bottom: 10px;
	/* text-align: center; */
}

.PatientMeasureSummary > div:not(:first-child) > div {
	min-width: 100px;
	border: 1px solid darkgray;
	border-radius: 4px;
	padding: 10px;
	text-align: center;
}

.patientMeasuresPrintTemplateHeader {
	display: none;
}

.unset {
	color: unset;
	font-weight: unset;
	margin: 0px;
}

#addDeviceToPatient md-tab-content {
	min-height: 25vh;
}

#addDeviceToPatient md-tab-content > div {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.broadcastModalBody {
	min-height: 50vh;
	min-width: 50vw;
	transition: all 0.1s ease;
}

.PatientsWithoutSMSConsentClass-add,
.InvalidPhonesClass-add,
.TypeSMSClass-add {
	transform: translate(100%);
}

#billingByProgramTable {
	font-size: 0.6vw;
}

#billingByProgramTable input {
	width: 0.6vw;
}

#billingByProgramTable th,
#billingByProgramTable td {
	padding: 4px;
}

.message,
.manageMessage,
.newMessageContainer {
	clear: both;
}

.newMessageContainer {
	margin-top: 10px;
}

.manageMessage {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.messageTimer span {
	white-space: nowrap;
	color: red;
}

.messageButtons {
	display: flex;
	align-items: end;
	float: right;
	margin-right: -15px;
}

.messageButtons > button,
.messageButtons > md-input-container {
	margin: 6px;
}

.message > div {
	width: 80%;
	margin-bottom: 20px;
}

.messageHeader {
	/* padding: 0px 10px; */
	padding: 0px;
	/* display: flex;
	justify-content: space-between; */
	color: gray;
}

.messageTimestamp {
	text-align: right;
	color: gray;
}

.messageBox {
	background-color: #f5f5f5;
	padding: 10px;
	box-shadow: 5px 5px 5px lightgray;
}

.messageContent {
	margin-bottom: 10px;
}

.coachMessage > div {
	float: right;
}

.coachMessage .messageBox {
	border-radius: 10px 0px 10px 10px;
	background-color: #f5f5f5;
	color: #41464b;
	border: 1px solid #e5e5e5;
}

.patientMessage .messageBox {
	border-radius: 0px 10px 10px 10px;
	background-color: #fff3cd;
	color: #664d03;
	border: 1px solid #ffecb5;
}

.coachMessage .messageHeader {
	text-align: right;
}

.newMessage {
	display: flex;
	justify-content: space-between;
}

.startNewTwoWayMessaging .md-select-placeholder {
	border: none;
}

.startNewTwoWayMessaging .md-select-placeholder > span {
	text-transform: uppercase;
	color: rgb(33, 150, 243);
	padding: 6px 0px 6px 6px;
}

.startNewTwoWayMessaging md-select:hover {
	background-color: rgba(158, 158, 158, 0.2);
}

.messageQueueRow td {
	vertical-align: top !important;
}

.messageQueueMessage {
	display: flex;
	justify-content: space-between;
}

.messageQueueMessage > div {
	display: table-row;
}

.messageQueueMessage > div > * {
	display: table-cell;
}

.messageQueueMessageTimestamp {
	/* white-space: nowrap; */
	color: gray;
	font-family: "Courier New", Courier, monospace;
	padding-right: 16px;
}

.messageQueueMessageBody i {
	display: none;
}

.messageQueueMessageBody:hover i {
	display: inline;
	padding-left: 30px;
}

#messages .panel-body {
	padding-bottom: 0px;
}

#messages .panel-body #messageList {
	overflow-y: auto;
	max-height: 35vh;
	margin: -15px -15px 0px -15px;
	padding: 15px 15px 0px 15px;
}

.seePreviousMessages {
	text-align: center;
	margin-bottom: 15px;
}

input[type="search"] {
	padding: 0px;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	height: 1em;
	width: 1em;
	margin-left: 0.5em;
	margin-right: 12px;
	border-radius: 50em;
	background: url(https://pro.fontawesome.com/releases/v5.10.0/svgs/solid/times-circle.svg) no-repeat 50% 50%;
	background-size: contain;
	display: block;
	pointer-events: all;
	color: #666;
}

.markAsRead {
	/* Hide the row by scaling it down to 0 */
	transform: translate(100vw);
	/* Adjust duration and easing */
	transition: transform 0.5s 0.5s ease-in-out;
}

.collapseMessages {
	float: right;
}

.messageCalendar {
	color-scheme: dark;
	background-color: transparent;
}

.messageCalendar:active {
	color-scheme: light;
}

.messageCalendar:invalid::-webkit-datetime-edit {
	/* color: transparent; */
	font-size: 0px;
}

#PatientMeasureDashboardDatatable tbody tr td {
	vertical-align: top !important;
}

.dropdown-menu.dropdown-menu-left {
	left: auto !important;
	right: 0 !important;
}

/* .addDeviceToPatientTabContent {
}

.addDeviceToPatientTabContent .addDeviceToPatientTabContentBody {
	margin-bottom: auto;
} */

/* .uid-popover-template-popup {
	max-width: 50%;
} */

@keyframes blinker {
	50% {
		opacity: 0;
	}
}
