/*   
Theme Name: Lanex, LLC
Theme URI: http://www.lanex.com
Description: Lanex Custom WordPress Theme 
Author: Lanex LLC
Author URI: http://www.lanex.com
Version: 1.3.3.7
*/

/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar {
	width: 10px;
	height: 8px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*:focus {
	outline: none !important;
}

/* END RESET */

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* Defaults */
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	background: #e0eaf2;
	color: #555555;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

.clearfix:before, .clearfix:after {
	display: block;
	content: "";
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

h1 {
	color: #333333;
	font-size: 1.125em;
	font-weight: 600;
	line-height: 1.6;
}

h2 {
	color: #484848;
	font-size: 1.563em;
	font-weight: 600;
	line-height: 1.44;
}

h3 {
	color: #484848;
	font-size: 1.313em;
	font-style: italic;
	font-weight: 600;
	line-height: 1.2;
}

h4 {
	color: #484848;
	font-size: 1.063em;
	font-weight: 600;
	line-height: 1.76;
}

h5 {
	color: #484848;
	font-size: 1.063em;
	font-weight: 800;
	letter-spacing: 1px;
	line-height: 1.76;
	text-transform: uppercase;
}

h6 {
	color: #484848;
	font-size: 1.000em;
	font-weight: 800;
	line-height: 1.6;
}

p {
	color: #484848;
	font-size: 1.000em;
	font-weight: 400;
	line-height: 1.5;
}

ul li {
	margin-left: 20px;
}

b, strong {
	font-weight: 800;
}

i, em {
	font-style: italic;
}

.small, small {
	font-size: 70%;
	font-weight: 400;
}

.m-top-15 {
	margin-top: 0.938em;
}

.m-left-10 {
	margin-left: 0.750em;
}

#body-margin-div {
	margin-top: 65px;
}

/* ---------------------------------------------------- */
/* --------------------- Icons ---------------------- */
/* ---------------------------------------------------- */
.icon-info-display {
	padding-left: 5px;
	cursor: help;
}

/* ---------------------------------------------------- */
/* --------------------- Buttons ---------------------- */
/* ---------------------------------------------------- */
.btn.icon-only {
	background: none;
}

.btn-default {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ebeff2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ebeff2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#ebeff2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebeff2',GradientType=0 ); /* IE6-9 */
	border: 1px solid #e0e0e0;
}

.btn-primary {
	background: #045987;
	color: #fff;
}

.btn-set {
	border-top: 1px solid #dfdfdf;
	padding-top: 1.125em;
}

.text-link {
	font-size: 0.938em;
	text-decoration: underline;
}

.btn-full {
	width: 100%;
}

/* ---------------------------------------------------- */
/* ---------------------- Tables ---------------------- */
/* ---------------------------------------------------- */
.table {
	font-size: 0.850em;
}

	.table.table-sm {
		font-size: 0.813em;
	}

	.table.table-xs {
		font-size: 0.750em;
	}

.tableTop {
	top: -12px !important;
}

/* ---------------------------------------------------- */
/* ---------------------- Forms ----------------------- */
/* ---------------------------------------------------- */
/*.form-control {
    border-radius: 2px;
    border: 1px solid #dfdfdf;
    height: 32px;
    font-size: 13.5px;
    padding: 4px 8px;
}*/

legend,
label {
	font-size: 0.813em;
	font-weight: 600;
}

fieldset {
	margin-bottom: 15px;
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
	padding-top: 0;
}

/********************************************************
 * Pretty Checkboxes + Radios
 * Examples: http://embed.plnkr.co/B4BatpwxCa2cBoYo0oEQ/
 */

.checkbox {
	padding-left: 20px;
}

	.checkbox label {
		display: inline-block;
		position: relative;
		padding-left: 5px;
		vertical-align: -webkit-baseline-middle;
		vertical-align: -moz-middle-with-baseline;
	}

		.checkbox label::before {
			content: "";
			display: inline-block;
			position: absolute;
			width: 17px;
			height: 17px;
			left: 0;
			margin-left: -20px;
			border: 1px solid #cccccc;
			border-radius: 3px;
			background-color: #fff;
			-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
			-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
			transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
		}

		.checkbox label::after {
			display: inline-block;
			position: absolute;
			width: 16px;
			height: 16px;
			left: 0;
			top: 0;
			margin-left: -20px;
			padding-left: 3px;
			padding-top: 1px;
			font-size: 11px;
			color: #555555;
		}

	.checkbox input[type="checkbox"] {
		opacity: 0;
	}

		.checkbox input[type="checkbox"]:focus + label::before {
			outline: thin dotted;
			outline: 5px auto -webkit-focus-ring-color;
			outline-offset: -2px;
		}

		.checkbox input[type="checkbox"]:checked + label::after {
			font-family: 'Glyphicons Halflings';
			content: "\e013";
		}

		.checkbox input[type="checkbox"]:disabled + label {
			opacity: 0.65;
		}

			.checkbox input[type="checkbox"]:disabled + label::before {
				background-color: #eeeeee;
				cursor: not-allowed;
			}

	.checkbox.checkbox-circle label::before {
		border-radius: 50%;
	}

	.checkbox.checkbox-inline {
		margin-top: 0;
	}

.checkbox-primary input[type="checkbox"]:checked + label::before {
	background-color: #428bca;
	border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
	color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
	background-color: #d9534f;
	border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
	color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
	background-color: #5bc0de;
	border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
	color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
	color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #5cb85c;
	border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
	color: #fff;
}

.radio {
	padding-left: 20px;
}

	.radio label {
		display: inline-block;
		position: relative;
		padding-left: 5px;
	}

		.radio label::before {
			content: "";
			display: inline-block;
			position: absolute;
			width: 17px;
			height: 17px;
			left: 0;
			margin-left: -20px;
			border: 1px solid #cccccc;
			border-radius: 50%;
			background-color: #fff;
			-webkit-transition: border 0.15s ease-in-out;
			-o-transition: border 0.15s ease-in-out;
			transition: border 0.15s ease-in-out;
		}

		.radio label::after {
			display: inline-block;
			position: absolute;
			content: " ";
			width: 11px;
			height: 11px;
			left: 3px;
			top: 3px;
			margin-left: -20px;
			border-radius: 50%;
			background-color: #555555;
			-webkit-transform: scale(0, 0);
			-ms-transform: scale(0, 0);
			-o-transform: scale(0, 0);
			transform: scale(0, 0);
			-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
			-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
			-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
			transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
		}

	.radio input[type="radio"] {
		opacity: 0;
	}

		.radio input[type="radio"]:focus + label::before {
			outline: thin dotted;
			outline: 5px auto -webkit-focus-ring-color;
			outline-offset: -2px;
		}

		.radio input[type="radio"]:checked + label::after {
			-webkit-transform: scale(1, 1);
			-ms-transform: scale(1, 1);
			-o-transform: scale(1, 1);
			transform: scale(1, 1);
		}

		.radio input[type="radio"]:disabled + label {
			opacity: 0.65;
		}

			.radio input[type="radio"]:disabled + label::before {
				cursor: not-allowed;
			}

	.radio.radio-inline {
		margin-top: 0;
	}

.radio-primary input[type="radio"] + label::after {
	background-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::before {
	border-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::after {
	background-color: #428bca;
}

.radio-danger input[type="radio"] + label::after {
	background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
	border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
	background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
	background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
	border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
	background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
	background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
	border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
	background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
	background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
	border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
	background-color: #5cb85c;
}

/* ---------------------------------------------------- */
/* -------------- Panels + List Groups ---------------- */
/* ---------------------------------------------------- */
.panel-primary {
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}

	.panel-primary > .panel-heading {
		color: #fff;
		background-color: #045987;
	}

.panel {
	border-radius: 0;
}

.panel-body {
	padding: 8px 12px 8px 12px;
}

.panel-heading {
	margin-top: 2px;
	border-radius: 0;
	font-size: 13.5px;
	font-weight: 600;
	padding: 6px 12px;
}

.panel-footer {
	padding: 6px 12px;
}

.list-group-sm {
	font-size: 0.813em;
}

	.list-group-sm .list-group-item {
		padding: 6px 12px;
	}

/* ---------------------------------------------------- */
/* ---------------------- Header ---------------------- */
/* ---------------------------------------------------- */
.header2 {
	background: #fff;
	border-top: 3px solid #fff;
	box-shadow: 0px 0px 9.7px 0.3px rgba(0, 0, 0, 0.15);
	padding: 5px 0 0 0;
	max-height: 56px;
}

	.header2 img.logo {
		height: 36px;
		margin-left: 1px;
		padding: 2px 0 4px 0;
		width: 120px;
		position: relative;
		top: 1px;
	}

/*
 * Main Navigation
 */
.top-nav {
	font-family: Roboto, "Helvetica Neue", sans-serif;
	font-weight: 400;
	display: inline-block;
	/*float: left;*/
	position: relative;
	top: -2px;
}

	/* Level 1 */
	.top-nav ul.level-1 li {
		display: inline-block;
		/*float: left;*/
		margin-right: 3px;
	}

		.top-nav ul.level-1 li a {
			color: #2e2e2e;
			font-size: 0.850em;
			font-weight: 400;
			line-height: 36px;
			padding: 0px 5px;
			position: relative;
			z-index: 1;
		}

		.top-nav ul.level-1 li:hover a {
			color: rgb(0, 0, 0);
			text-decoration: none;
			cursor: pointer;
		}

	/* Level 2 */
	.top-nav ul.level2 {
		background: #fff;
		border-bottom: 1px solid #dfdfdf;
		border-left: 1px solid #dfdfdf;
		border-right: 1px solid #dfdfdf;
		box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.05);
		display: none;
		font-size: 16px;
		height: auto;
		margin-left: -15px;
		min-width: 240px;
		position: absolute;
		top: 35px;
		z-index: 2;
	}

	.top-nav ul.level-1 li:hover > ul.level2 {
		display: block;
	}

	.top-nav ul ul.level2 li {
		display: block;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}

	.top-nav ul ul li.divider {
		background-color: #e5e5e5;
		height: 1px;
		margin: 9px 0;
		overflow: hidden;
	}

	.top-nav ul ul.level2 li a {
		background: #fff;
		color: #2e2e2e;
		display: block;
		font-size: 0.850em;
		font-weight: 400;
		line-height: 1.3;
		padding: 5px 5px 5px 20px;
	}
	
.nav-active:not(:hover) {
	background: rgb(0, 123, 255) !important;
	color: rgb(244, 244, 244) !important;
}

.nav-active:hover {
	background: rgb(4, 89, 135) !important;
	color: rgb(244, 244, 244) !important;
}

.top-nav ul ul.level2 li a:hover {
	background: rgb(4, 89, 135);
	color: rgb(244, 244, 244);
}

.nav-separator {
	background: rgb(255, 255, 255) !important;
	color: rgb(0, 0, 0) !important;
	cursor: default !important;
}

/* Level 2 */
.top-nav ul.level3 {
	background: #fff;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.05);
	display: none;
	font-size: 16px;
	height: auto;
	margin-left: -15px;
	min-width: 240px;
	position: absolute;
	top: 35px;
	z-index: 2;
}

/*
 * Search form
 */
form#search {
	display: inline-block;
	/*float: left;*/
	margin-left: 1.250em;
}

form#search {
	position: relative;
}

	form#search input[type=text] {
		color: #2e2e2e;
		font-size: 0.850em;
		height: 30px;
	}

	form#search button {
		font-size: 0.938em;
		line-height: 30px;
		padding: 0;
		position: absolute;
		right: 6px;
		top: 0;
	}

/*
 * Navigation buttons
 */
#navigationButtons {
	padding-right: 25px !important;
	margin-top: 10px !important;
}

.nav-img {
	max-height: 25px !important;
	display: inline !important;
}

.nav-img-padded {
	padding-left: 5px !important;
}

#navigationButtons.collapse.in, #navigationButtons.collapsing {
	display: none !important;
}

#navigationButtons.collapse {
	display: block !important;
}

/*
 * Top Left
 */
#top-left {
	margin-top: 5px;
	margin-bottom: -5px;
}

	#top-left.collapse.in, #top-left.collapsing {
		margin-top: 40px;
		float: none !important;
	}

	#top-left.collapse {
		/* menu closed */
	}

/* 
 * Top Right
 */
#top-right {
	/*margin-top:12px;*/
	font-size: .850em;
	color: #2e2e2e;
	font-weight: 600;
}

	#top-right input.btn.icon-only {
		background-image: url('/css/refresh.png');
		background-repeat: no-repeat;
		height: 31px;
		margin-right: 1.125em;
		padding: 0;
		width: 33px;
	}

	#top-right .btn-md {
		padding: 4px 12px;
	}

	#top-right a.add-patient,
	#top-right .btn-group {
		margin-right: 0.938em;
	}

	#top-right button.dropdown-toggle span.zmdi {
		margin-left: 0.500em;
	}

	#top-right ul.dropdown-menu li {
		margin-left: 0;
	}

		#top-right ul.dropdown-menu li a {
			padding: 6px 20px;
		}

	/* User dropdown */
	#top-right .dropdown.account-options {
		margin-top: 12px;
	}

	#top-right .account-options button#user-dropdown {
		background: 0;
		border: 0;
		height: 100%;
		outline: 0;
	}

	#top-right button#user-dropdown .user-init {
		background: #8fc051;
		border-radius: 50%;
		color: #fff;
		display: inline-block;
		font-size: 1.000em;
		height: 28px;
		line-height: 28px;
		text-align: center;
		width: 28px;
	}

	#top-right button#user-dropdown .user-name {
		font-size: 0.938em;
	}

	#top-right button#user-dropdown span.zmdi {
		margin-left: 0.500em;
	}

/* ---------------------------------------------------- */
/* --------------- Collapsible Sidebar ---------------- */
/* ---------------------------------------------------- */
#toggle-menu2 {
	height: 50px;
	left: 0;
	position: relative;
	/*top: -10px;*/
	z-index: 10;
	display: none;
	margin-right: 0px;
}

#toggle-menu2 {
	background: none;
	border: none;
	display: block;
	height: 30px;
	outline: none;
	padding: 0;
	width: 36px;
	transform: scale(0.8);
	display: none;
}

	#toggle-menu2 span:after,
	#toggle-menu2 span:before {
		content: "";
		left: 0;
		position: absolute;
		top: -9px;
	}

	#toggle-menu2 span:after {
		top: 9px;
	}

	#toggle-menu2 span {
		display: block;
		position: relative;
	}

		#toggle-menu2 span,
		#toggle-menu2 span:after,
		#toggle-menu2 span:before {
			background-color: #7d7f8d;
			height: 5px;
			backface-visibility: hidden;
			border-radius: 2px;
			width: 36px;
			transition: all 0.3s;
		}
	/* on activation */
	#toggle-menu2.on span {
		background-color: transparent;
	}

		#toggle-menu2.on span:before {
			transform: rotate(45deg) translate(5px, 5px);
		}

		#toggle-menu2.on span:after {
			transform: rotate(-45deg) translate(7px, -8px);
		}

.navbar-toggle {
	margin-top: 4px;
}

#toggle-menu {
	height: 50px;
	left: 0;
	position: relative;
	top: 0;
	z-index: 10;
}

#toggle-menu {
	background: none;
	border: none;
	display: block;
	height: 30px;
	outline: none;
	padding: 0;
	width: 36px;
	transform: scale(0.8);
}

	#toggle-menu span:after,
	#toggle-menu span:before {
		content: "";
		left: 0;
		position: absolute;
		top: -9px;
	}

	#toggle-menu span:after {
		top: 9px;
	}

	#toggle-menu span {
		display: block;
		position: relative;
	}

		#toggle-menu span,
		#toggle-menu span:after,
		#toggle-menu span:before {
			background-color: #7d7f8d;
			height: 5px;
			backface-visibility: hidden;
			border-radius: 2px;
			width: 36px;
			transition: all 0.3s;
		}
	/* on activation */
	#toggle-menu.on span {
		background-color: transparent;
	}

		#toggle-menu.on span:before {
			transform: rotate(45deg) translate(5px, 5px);
		}

		#toggle-menu.on span:after {
			transform: rotate(-45deg) translate(7px, -8px);
		}

/*
 * Collapsible Sidebar
 */
#wrapper {
	background: #fff;
	box-shadow: 0px 0px 9.7px 0.3px rgba(0, 0, 0, 0.15);
	height: 100%;
	min-height: 800px; /* added 18.2.0 */
	margin-left: 20px;
	margin-top: 57px;
	margin-right: 20px;
	padding: 10px 10px 20px 10px;
}

#page-title {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 15px;
	padding-bottom: 7px;
}

/* Copyright */
.copyright {
	margin-top: 1.125em;
	padding: 0.750em;
}

	.copyright img {
		display: block;
		margin: 0 auto 1.875em auto;
	}

	.copyright p {
		color: rgba(255, 255, 255, 0.5);
		font-size: 0.813em;
		text-align: center;
	}

@media only screen and (min-width: 320px) and (max-width: 359px) {
	.nav-img {
		max-height: 20px !important;
	}
}

@media only screen and (min-width: 768px) {
	#navigationButtons.collapse.in {
		display: block !important;
	}

	#top-left.collapse.in {
		margin-top: 5px;
		float: left !important;
	}

	#top-right .dropdown.account-options {
		margin-top: 0px;
		padding-top: 5px;
	}

	#mobileAccountOptions {
		display: block;
	}

	#dividerAccountOptions {
		display: none;
	}

	#dividerAccountOptions2 {
		display: none;
	}

	#logoutAccountOptions {
		display: none;
	}

	#lblOrgName {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		font-size: 11px;
		float: right;
	}

	#lblUserName {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		font-size: 11px;
		float: right;
	}

	.viewTypeV {
		max-width: calc(100vw - 400px);
	}

	.viewTypeVR {
		max-width: calc(100vw - 490px);
	}

	.viewTypeVA {
		max-width: calc(100vw - 480px);
	}

	.viewTypeVRC {
		max-width: calc(100vw - 630px);
	}

	.viewTypeVRA {
		max-width: calc(100vw - 570px);
	}

	.viewTypeVRCA {
		max-width: calc(100vw - 690px);
	}
}

@media only screen and (min-width: 992px) {
	#top-right .dropdown.account-options {
		margin-top: 12px;
		padding-top: 0px;
	}

	#mobileAccountOptions {
		display: none;
	}

	#dividerAccountOptions {
		display: inline-block;
	}

	#dividerAccountOptions2 {
		display: inline-block;
	}

	#logoutAccountOptions {
		display: inline-block;
	}

	#lblOrgName {
		text-overflow: unset;
		white-space: unset;
		overflow: unset;
		max-width: none;
		font-size: 100%;
		float: none;
	}

	#lblUserName {
		text-overflow: unset;
		white-space: unset;
		overflow: unset;
		max-width: none;
		font-size: 100%;
		float: none;
	}
}

@media(max-width:876px) {
	#menu123 {
		top: 68px;
		bottom: 0;
	}
}

@media(max-width:767px) {
	#menu123 {
		top: 90px;
		bottom: 0;
	}


	#toggle-menu2 {
		display: inline;
	}

	#menu {
		position: relative !important;
	}

	ul.level1 li.has-popup {
		display: block !important;
	}

	ul.level2 {
		position: relative !important;
	}

	li[role=menuitem] {
		clear: left !important;
	}

	#mobileAccountOptions {
		display: none;
	}

	#dividerAccountOptions {
		display: inline-block;
	}

	#dividerAccountOptions2 {
		display: inline-block;
	}

	#logoutAccountOptions {
		display: inline-block;
	}

	#myNavbar {
		padding-left: 0px;
	}

		#myNavbar .nav .dropdown {
			margin-left: 0px;
		}

	#top-right .account-options {
		overflow-y: visible;
	}
}

@media(min-width:600px) {
}

@media(max-width:500px) {
}

@media(max-width:343px) {
}


[href='#menu_SkipLink'] {
	display: none !important
}

#menu_SkipLink {
	display: none !important;
}

.LinkImitator {
	color: #337ab7;
	cursor: pointer;
	text-decoration: none;
}

	.LinkImitator:hover {
		text-decoration: underline;
	}

hr {
	margin: 0;
}


.form-control-required-lbl {
	margin-left: 5px;
}

.form-control-required-danger {
	color: #d9534f;
	margin-left: 5px;
}

.form-control::placeholder {
	opacity: 0.9;
	color: #cccccc !important;
	font-style: italic;
}

.form-control::-moz-placeholder {
	opacity: 0.9;
	color: #cccccc !important;
	font-style: italic;
}

.form-control::-webkit-input-placeholder {
	opacity: 0.9;
	color: #cccccc !important;
	font-style: italic;
}

.form-control:-ms-input-placeholder {
	opacity: 0.9;
	color: #cccccc !important;
	font-style: italic;
}

.form-control:-moz-placeholder {
	opacity: 0.9;
	color: #cccccc !important;
	font-style: italic;
}

input::placeholder {
	opacity: 0.9;
	color: #cccccc !important;
	font-style: italic;
}

input::-moz-placeholder {
	opacity: 0.9;
	color: #cccccc !important;
	font-style: italic;
}

input::-webkit-input-placeholder {
	opacity: 0.9;
	color: #cccccc !important;
	font-style: italic;
}

input:-ms-input-placeholder {
	opacity: 0.9;
	color: #cccccc !important;
	font-style: italic;
}

input:-moz-placeholder {
	opacity: 0.9;
	color: #cccccc !important;
	font-style: italic;
}

.message-textarea {
	height: 75px;
	min-height: 75px;
	resize: vertical;
}

.message-textarea-lg {
	height: 150px;
	min-height: 150px;
	resize: vertical;
}

#content-container {
	margin-right: auto;
	margin-left: 0;
	max-width: 1875px;
}

.min-col-width {
	width: 1%;
}

.tooltip {
	font-family: 'Open Sans';
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.input-group-addon {
	cursor: default;
}

.item-row {
	padding-bottom: 5px;
}

.no-border {
	border: none;
}

.dividerLine {
	padding-bottom: 10px;
}

.dividerHeader {
	padding-bottom: 10px;
	font-weight: 600;
	color: #045987;
}

.bootstrap-growl .close {
	margin-left: 10px;
}

.dataTables_paginate {
	font-size: 0.813em;
}

.dataTables_info {
	font-size: 0.813em;
}

.dataTables_filter {
	margin-bottom: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	color: #333 !important;
	border: 1px solid #979797;
	background-color: white;
	background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

.paginate_page {
	margin-left: 10px;
}

.paginate_input {
	width: 50px;
	text-align: center;
}

.paginate_of {
	margin-right: 10px;
}

.ui-datepicker-calendar th {
	font-weight: bold;
	font-size: 120%;
	background-color: aqua;
}

.viewPatientLink {
	color: #2e6da4;
}

.zmdi-hc-stack-resize {
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
}

.zmdi-hc-stack-2x-resize {
	font-size: 1.5em
}

/* add/edit patient pages and modal */
.PatientAddEditPanelBody .row {
	margin-bottom: 5px;
}

.PatientAddEditPanelBody .datepicker {
	z-index: 1151 !important;
}

.PatientAddEditPanelBody .divider {
	height: 1px;
	width: 100%;
	display: block;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.PatientAddEditPanelBody .form-control-required-danger-custom {
	display: block;
	margin-top: -10px;
	margin-left: 50px;
}

.ui-timepicker {
	text-align: left !important;
	font-size: 80% !important;
}

body {
	text-decoration-skip-ink: none
}
/* Chrome issue: https://css-tricks.com/almanac/properties/t/text-decoration-skip/ */


.master-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 21px;
	line-height: 21px; /* Vertically center text */
	background-color: #575e5f;
}

.test-mode {
	padding: 0 15px;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	right: auto;
	font-weight: 600;
	line-height: 20px;
	background-color: gold;
	color: black;
}

	.test-mode a {
		text-decoration: none;
	}

.version-number {
	float: right;
	display: block;
	margin: 0 10px 0 0;
	color: #333333;
}

.status-adminpanel {
	float: left;
	display: block;
}

.status-brand {
	float: right;
	display: block;
	padding: 0 3px 0 3px;
	margin: 0 3px 0 3px;
}

	.status-brand:hover {
		background-color: firebrick;
	}

	.status-brand img {
		margin-top: -3px;
		width: 14px;
		height: 14px;
	}

.status-debug-container {
	position: absolute;
	display: block;
	left: 0;
}

.status-debug {
	float: left;
	display: block;
}

footer a:link {
	color: whitesmoke;
	text-decoration: none;
}

footer a:visited {
	color: whitesmoke;
	text-decoration: none;
}

footer .container {
	margin-right: 0;
}

.form-control {
	display: inline-block;
	vertical-align: middle;
}

.form-control-sm {
	font-family: Roboto, "Helvetica Neue", sans-serif;
	height: calc(1.5em + 0.5rem + 2px);
	padding: 0.25rem 0.4rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
	font-weight: 400;
}

#menu a.popout {
	background-image: none !important;
}

#menu a.popout::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

.pt-flow-legacy > img {
	padding-right: 10px;
	vertical-align: text-top;
	height: 26px;
	width: 40px;
	display: inline-block;
}

.pt-flow-login {
	display: none;
}

.btn:has(.epic-disable) {	
	display:none;
}