@charset "UTF-8";

/* -------------------------
Map to dark CSS:

#e5f0f6 = #dfeaf2
#e8eff4 = #dfeaf2
rgba(0,0,0,.03) = rgba(0,0,0,.05)
*/

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	background: #e5f0f6;/*#dfeaf2;*/
	/*text-align: center;*/
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 1;
	font-size: 14px;
	color: #111;
}
.container {
	padding-right: 10px;
	padding-left: 10px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.row.tight {
	margin-right: -15px;
	margin-left: -15px
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .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-lg-auto, .col-md, .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-md-auto, .col-sm, .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-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-right: 10px;
	padding-left: 10px;
}
.badge {
	line-height: 1.1em;
}
.mainnav .nav-tabs .nav-item {
    margin-bottom: 0; 
}
.nav-tabs .nav-item a {
	text-decoration: none;
}
@media (min-width: 992px) {
	.modal-lg, .modal-xl {
		max-width: 980px;
	}
}
select.form-control {
	background: #fff !important;
	box-shadow: none !important;
}
.clear {
	clear: both;
}
.spacer-1 {
	display: none;
}
@media screen and (max-width: 767px) {
	.spacer-1 {
		display: block;
		clear: left;
	}
}
@media screen and (max-width: 575px) {
	.spacer-1 {
		display: none;
	}
}
@media (min-width: 1022px) {
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.table-responsive-sm {
	overflow-x: auto;
}

table.stripes tr:nth-child(odd) {
	background: #f3f8fb;
}
table.stripes thead tr {
	background: transparent !important;
}

.goal tr td:nth-child(3) {
	background: rgba(0,0,0,.03);
}
.goal.dx tr td:nth-child(2) {
	background: rgba(0,0,0,.03);
}
.goal.dx tr td:nth-child(3) {
	background: transparent;
}


div.break {
	clear: both;
	display: block;
	height: 1px;
	width: 100%;
}
a.btn {
	text-decoration:  none;
}
a.btn:hover {
	cursor: pointer;
}
a:hover {
	cursor: pointer;
}
.btn-primary {
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #0069a6;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 15px;
	border: none;
}
.btn-primary:hover {
	color: #fff;
	background: #999;
	border: none;
}
.btn-disabled, .btn-disabled:hover {
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 */

	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=50); /* IE 5-7 */

	/* Modern Browsers */
	opacity: .5;
	cursor: none;
}
.btn-light {
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	color: #0069a6;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 15px;
}
.btn-light:hover {
	color: #fff;
	background: #0069a6;
	border: 1px solid #0069a6;
}


a {
	color: #0069A6;
	text-decoration: underline;
}
a:hover {
	color: #999;
	text-decoration:  none;
}

p {
	line-height: 1.4em;
}
img.icon-search {
	max-width: 16px;
}

.toggle-arrow img {
	max-width: 12px;
}
a.toggle-arrow {
	float: right;
	width: 30px;
	height: 30px;
	display: inline-block;
}
.maximize img {
	max-width: 15px;
}
img.maximize {
	float: right;
	margin-left: 18px;
	max-width: 15px;
}
.pad-20 {
	padding: 15px;
}
.pad-20-full {
	padding: 20px;
}

.blue {
	background: #f3f8fb;
}
hr.big-blue {
	border-top: 5px solid #e5f0f6;
	margin-bottom: 0;
}


i.cds {
	font-style: normal;
}
.cds .badge {
	position: relative;
	top: -2px;
	margin-left: 4px;
}

.abbr td span {
	display: inline;
}
@media screen and (max-width: 800px) {
	.abbr td span {
		display: none;
	}
}

img.show-toggle {
	max-width: 12px;
}
img.sparkline {
	max-width: 40px;
}

tr.hr-med {
	border-left: 5px solid #f4c2c7; /* This is a 30% opacity of the red used on badges */
}



.tile {
	margin-bottom: 20px;
	padding: 15px 20px 5px;
	border-radius: 4px;
	background: #fff;
	text-align: left;
	position: relative;
	z-index: 5;
	/*
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
	*/
}
.tile .collapse {
	/*background: #fff;*/
}
.tile h2 {
	font-size: 20px;
	color: #111;
	font-weight: 500;
	margin-bottom: 10px;
}
@media screen and (max-width: 600px){
	.tile h2 {
		font-size: 18px;
	}
}
@media screen and (max-width: 400px){
	.tile h2 {
		font-size: 16px;
	}
}
.tile h2 a {
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}
.tile h2 a:hover {
	text-decoration: none;
	border: none;
}
.tile h2 span {
	font-size: 14px;
	font-weight: 300;
	color: #111;
	margin-left: 10px;
}
.tile h2 img {
	max-width: 18px;
	margin-right: 10px;
}
.tile h3 {
	font-size: 15px;
	font-weight: 500;
}
.tile h4 {
	font-size: 13px;
	font-weight: 500;
	/*margin-top: 12px;*/
}
.tile hr {
	margin-top: 0;
}


.max-400 {
	max-height: 400px;
	overflow-y: auto;
}
.max-500 {
	max-height: 500px;
	overflow-y: auto;
}
@media screen and (max-width: 1021px){
	.max-400, .max-500 {
		max-height: 9000px;
		overflow-y: visible;
	}
}



hr.title-rule {
	border-top: 4px solid #e5f0f6;
}
.tile .form-control label {
	font-size: 13px;
	font-weight: 500;
}
.tile textarea {
	background: #f9f9f9;
}

a.icon-edit {
	float: right;
	max-width: 20px;
	position: relative;
	top: 0;
	right: 5px;
}
#allergies a.icon-edit {
	max-width: 16px;
	position: relative;
    top: -2px;
}
th {
	font-size: 13px;
	font-weight: 500;
}
.s-input input {
	background: #f4f4f4;
}
.s-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
.s-input input::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
.s-input input:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
.s-input input:-moz-placeholder { /* Firefox 18- */
  color: #999;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: left;
	-webkit-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.22);
	-moz-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.22);
	box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.22);
	z-index: 500;
	background: #fff;
}

/* NAVIGATION --------------------------------------------------- */
header .nav-tabs {
	padding-top: 6px;
	background: #02426d;
	border-right: 8px solid #02426d;
	border-left: 8px solid #02426d;
	border-bottom: none;
}
header .nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	color: #fff;
}
.mainnav {
	padding-right: 0;
	padding-left: 0;
	font-weight: 500;
	background: #02426d;
}
header a.nav-link {
	display: block;
}
header .nav-tabs .nav-link.active {
	background: #0069A6;
	color: #fff;
	border: none;
}
header a.nav-link:hover, header .nav-item:hover {
	border: none;
}
header .tab-pane {
	background: #0069A6;
}
header .nav-pills a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding-bottom: 13px;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
}
header .nav-item a:hover {
	color: rgba(256,256,256,.5);
}
header a.nav-link:hover {
	color: rgba(256,256,256,.5) !important;
}
header .nav-item a img {
	max-height: 20px;
	margin: 6px auto 8px;
	display: block;
}
header .nav-item a:hover img {
	opacity: .5;
}
header .nav-pills .nav-link.active, header .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0069A6;
    border-radius: 0;
}
header .dropdown-menu {
	background: #0069A6;
	border-radius: 0;
	padding-top: 0;
	padding-bottom: 0;
}
header .dropdown-menu.show {
	top: -2px !important;
}
header a.dropdown-item {
	color: #fff;
	padding-top: 12px;
}
header a.dropdown-item:hover {
	color: #0069A6;
}
.top-toggle {
	position: relative;
	top: 10px;
	right: 32px;
}
.sm-vis {
	display: none;
}
@media screen and (max-width: 575px) {
	.sm-nav {
		display: none;
	}
	.sm-vis {
		display: inline-block;
	}
}


.patient-demos.perm {
	padding-top: 25px;
}
.patient-demos dt {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 1px;
}
.patient-demos dd {
	font-size: 15px;
	margin-top: 1px;
}
.patient-pic {
	position: relative;
	top: -10px;
}
.toggle-arrow {
	text-align: center;
}
.toggle-arrow img {
	margin: 0 auto;
}


.visit-info {
	/*margin-top: 310px;*/
}
@media screen and (max-width: 1022px) {
	.visit-info {
		margin-top: 140px;
	}
}
@media screen and (max-width: 767px) {
	.visit-info {
		margin-top: 190px;
	}
}
@media screen and (max-width: 575px) {
	.visit-info {
		margin-top: 155px;
	}
}
.visit-info label {
	font-weight: 500;
}
.requ-field {
	background: #fafad2 !important;
}


.patient-demos .form-control-sm {
    height: calc(1.4125rem + 2px);
    padding: .1rem .5rem;
    line-height: 1;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 500;
	color: #111;
}

#demoModal dt {
	font-weight: 500;
}
#demoModal dd {
	line-height: 1.3em;
}

/* HEADER ALERTS ------------------------------------------- */
.alert-box {
	padding: 0;
	margin: 0;
}
.alert-box .col {
	padding: 0;
}
.alert-box .alert {
	margin-bottom: 0;
}
.alert-box .alert-warning {
	background: #f5a623;
	color: #fff;
	border: none;
	font-weight: 500;
}
.alert-box button.close {
	top: -5px;
}
.alert-box .alert-warning a {
	color: #fff;
	text-decoration: underline;
}
.alert-box .alert-warning a:hover {
	color: rgba(256,256,256,.7);
	text-decoration: none;
}

tr.alert-warning {
	background-color: #fff3cd !important;
}


.vis tr {
	border-bottom: 2px solid #fff;
}

.tile h2 .badge {
	color: #fff;
	font-weight: 500;
}

/* ACTIVITY SINCE LAST VISIT ------------------------------ */
.activity {
	
}
.activity .tab-pane {
	background: #e8eff4;
}
.activity-content a.nav-link {
	text-decoration: none;
	font-weight: 500;
	color: #0069A6;
}
.activity-content a.nav-link:hover {
	text-decoration: none;
	color: #999;
	background: #f9f9f9;
}
.nav-link#ordered-tab {
	position: relative;
	top: 1px;
	padding-top: 10px;
}
.activity .nav-pills .nav-link.active, .activity .nav-pills .show > .nav-link {
    color: #111;
    background-color: #e8eff4;
	border-radius: 0;
}
#v-pills-messages {
	max-height: 300px;
	overflow-y: auto;
}
#v-pills-messages tr {
	border-bottom: 2px solid #fff;
}
#v-pills-messages a.toggle-arrow {
	height: 20px;
	float: none;
}
.msg-detail{
	line-height: 1.4em;
}

@media screen and (max-width: 652px) {
	.activity .nav-pills .nav-link.active, .activity .nav-pills .show > .nav-link {
		background-image: none;
	}
}
@media screen and (max-width: 652px) {
	#v-pills-tab {
		overflow-x: auto !important;
	}
	#v-pills-tab.flex-columnn {
		display: block !important;
	}
	#v-pills-tab a.nav-link {
		display: inline-block !important;
		float: left !important;
	}
}

a.demo-nav {
	margin-left: 20px;
	display: inline-block;
}
.dropdown-toggle.demo-nav::after {
	background-image: none !important;
	content: none !important;
}
.demo-nav img {
	max-width: 24px;
}
.patient-name .dropdown-menu {
	padding-bottom: 10px;
	border-radius: 4px;
}
.patient-name .dropdown-menu a {
	text-decoration: none;
}


.activity label {
	font-weight: 500;
}
.badge-warning {
	color: #fff;
	background-color: #f5a623;
}
.nav-link .badge {
	margin-left: 8px;
}
#activity .bg-white {
	padding: 20px;
}

#activity .table {
	margin-bottom: 0;
}
@media screen and (max-width: 575px) {
	.row#activity {
		display: block;
	}
}


/* CDS ------------------------------------------------ */
.clinical-decision .tile {
	padding-bottom: 20px;
}
td.overdu {
	color: red;
}
.clinical-decision .table {
	margin-bottom: 0;
}
.title-reg {
	display: inline-block;
}
.title-xs {
	display: none;
}
@media screen and (max-width: 360px) {
	.title-reg {
		display: none;
	}
	.title-xs {
		display: inline-block;
	}
}


/* ACTIVE MEDS ------------------------------------------- */
td.delete {
	text-align: center;
}
td.menu img {
	max-width: 24px;
}
tr.new-scrip {
	
}
tr.new-scrip span {
	font-style: italic;
}
.tile .dropdown-menu {
	background: #0069A6;
	padding-top: 0;
	padding-bottom: 10px;
    border-radius: 4px;
}
.tile .dropdown-menu.show {
	top: -2px !important;
}
.tile a.dropdown-item {
	color: #fff;
	padding-top: 12px;
	text-decoration: none;
}
.tile a.dropdown-item:hover {
	color: #0069A6;
}
td.narrow {
	padding: .4rem .75rem;
}
.bulk-actions {
	display: inline-block;
	position: relative;
	top: 5px;
	min-width: 200px;
	max-width: 400px;
}

/* ACTIVE PROBLEMS --------------------------------------- */


.problems .table td {
	padding: .5rem .75rem;
}
.delete {
	text-align: center;
}
.delete img {
	max-width: 14px;
	margin: 0 auto;
	position: relative;
	top: -2px;
}
.lg-only {
	display: none;
}

.dx-story p {
	margin-top: 12px;
	font-weight: 500;
	display: block;
}
td.prob-sum {
	line-height: 1.3em;
}

.col-xl-12#dx-diabetes .lg-only, .col-xl-12#dx-hypertension .lg-only, .col-xl-12#dx-aorticvalve .lg-only, .col-xl-12#dx-hyperlipidemia .lg-only {
	display: inline-block;
}
.col-xl-12#dx-diabetes .row.lg-only, .col-xl-12#dx-hypertension .row.lg-only, .col-xl-12#dx-aorticvalve .row.lg-only, .col-xl-12#dx-hyperlipidemia .row.lg-only {
	display: flex;
}


.prob-tiles small {
	font-size: 12px;
}
.dx-orders tbody tr:nth-child(odd) {
	background: #f3f8fb;
}

.separator hr {
	border-color: #fff;
}

/* ALLERGIES ---------------------------------------------- */
.allergy-type {
	padding: 15px 20px 2px;
}
.allergy-type h3 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
}
.allergy-type .table td {
	padding-top: 4px;
	padding-bottom: 4px;
}
.allergies h3 {
	color: #777;
}


/* VITALS ------------------------------------------------- */
.v-chart input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

.v-chart label {
	cursor: pointer;
	text-indent: -9999px;
	width: 50px;
	height: 25px;
	background: #ddd;
	display: block;
	border-radius: 40px;
	position: relative;
}

.v-chart label:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 19px;
	height: 19px;
	background: #fff;
	border-radius: 10px;
	transition: 0.3s;
}

.v-chart input:checked + label {
	background: #0069A6;
}

.v-chart input:checked + label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

.v-chart label:active:after {
	width: 44px;
}
.v-chart span {
	float: left;
	margin-top: 5px;
}
.v-chart .form-check {
	float: left;
	padding-left: .5em;
}
.last-vitals tr td:first-child {
	font-weight: 500;
}




.flow-toggle input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

.flow-toggle label {
	cursor: pointer;
	text-indent: -9999px;
	width: 50px;
	height: 25px;
	background: #ddd;
	display: block;
	border-radius: 40px;
	position: relative;
}

.flow-toggle label:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 19px;
	height: 19px;
	background: #fff;
	border-radius: 10px;
	transition: 0.3s;
}

.flow-toggle input:checked + label {
	background: #0069A6;
}

.flow-toggle input:checked + label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

.flow-toggle label:active:after {
	width: 44px;
}
.flow-toggle span {
	float: left;
	margin-top: 5px;
}
.flow-toggle .form-check {
	float: left;
	padding-left: .5em;
}

.today-vitals .form-group {
	margin-bottom: 10px;
	text-align: left;
}
.today-vitals .form-group>label {
	width: 80px;
	text-align: left;
	padding-left: 15px;
}
.modal .today-vitals input {
	margin-right: 10px;
}
.today-vitals .form-check {
	margin-right: 10px;
}
.today-vitals .form-check label {
	width: auto;
}
.form-inline label {
	text-align: left;
	justify-content: left;
}
.ip-sm input[type=text] {
	width: 120px;
}
input.ip-xs {
	width: 65px !important;
}
input.ip-xxs {
	width: 45px !important;
}
input.clear {
	border: none;
	box-shadow: none;
}
.today-vitals .input-group {
	margin-right: 10px;
}
.vitals-notes span {
	margin-left: 20px;
}
.vitals-notes h4 {
	margin-top: 0;
}
.vitals-notes p {
	margin-bottom: 0;
}

.chart-content div.form-check {
	padding-bottom: 10px;
}
.chart-content .form-check label {
	margin-top: .3rem;
}
ul.list-stripes li {
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 5px;
	background: #f3f8fb;
}
.the-chart {
	text-align: right;
}
#the-flow th a {
	font-weight: 500;
}


/* HISTORY ------------------------------------------------- */
.history .tile {
	padding-bottom: 20px;
}
.history-content a.nav-link {
	text-decoration: none;
	font-weight: 500;
	color: #0069A6;
}
.history-content a.nav-link:hover {
	text-decoration: none;
	color: #999;
	background: #f9f9f9;
}
.history .nav-pills .nav-link.active, .history .nav-pills .show > .nav-link {
    color: #111;
    background-color: #e8eff4;
	border-radius: 0;
}
.history-content a.nav-link.active {
	text-decoration: none;
	font-weight: 500;
}
.history-content .tab-pane {
	background: #e8eff4;
	margin-bottom: 15px;
}
.history-content .list-unstyled {
	margin: 0;
	paddgin: 0;
}
.hx-items li {
	margin-bottom: 5px;
	padding: 20px 10px 20px 20px;
	background: #fff;
	text-align: left;
}
.hx-items li dl {
	margin: 0;
	padding: 0;
}
.hx-items li dt {
	font-weight: 500;
	padding-left: 0;
}
.hx-items li dd {
	margin-bottom: 0;
}
.hx-items li dd span {
	font-weight: 500;
}
#v-surgical .table {
	margin-bottom: 0;
}
@media screen and (max-width: 766px) {
	#v-hx-tab {
		overflow-x: auto !important;
	}
	#v-hx-tab.flex-column {
		display: block !important;
	}
	#v-hx-tab a.nav-link {
		display: inline-block !important;
		float: left !important;
		width: 50%;
	}
}
@media screen and (max-width: 400px) {
	.row#history {
		display: block;
	}
	#v-hx-tab a.nav-link {
		display: block !important;
		width: 100%;
	}
}



.list-unstyled.hx-items {
	margin-top: 20px;
}
#v-family .table td {
	padding: .5rem .75rem;
}
#v-family .table, #v-immunization .table {
	margin-bottom: 0;
}

#v-surgical .bg-white, #v-social .bg-white, #v-assessment .bg-white, #v-immunization .bg-white, #v-dsm4 .bg-white, #v-diagnostic .bg-white {
	padding: 20px;
}
#v-social .table thead tr, #v-assessment .table thead tr, #v-immunization.table thead tr, #v-dsm4 .table thead tr, #v-diagnostic .table thead tr  {
	background: #fff !important;
}

#v-assessment .table {
	margin-bottom: 0;
}

.nav-pills .badge, .nav-content .badge {
	position: relative;
	top: -2px;
}



/* SERVICES ------------------------------------------------- */

#sp .table, #v-immunization .table {
	margin-bottom: 0;
}
#spDx h3 span {
	font-size: 14px;
	font-weight: 300;
	display: block;
	margin-top: 8px;
	margin-bottom: 10px;
}
#spDx ol {
	margin-top: 25px;
}
#spDx ol li {
	margin-bottom: 15px;
}

.visit-dx-list li img {
	max-width: 15px;
	margin-right: 10px;
}


/* EXAMS -------------------------------------------------- */
.hpi li {
	line-height: 1.4em;
}
/*
.hpi li:nth-child(odd) {
	background: #f5f7f9;
}
*/
.exams h3 span {
	font-weight: 300;
}
h3.pe-cat {
	border-bottom: 1px solid #ddd;
	color: #00466f;
}
#pe dl, #ros dl, #cplan dl {
	line-height: 1.4em;
}
#pe dt, #ros dt, #cplan dt {
	font-weight: 500;
}
#pe dd, #ros dd, #cplan dd {
	margin-bottom: 10px;
}


tr.vac-start td {
	border-top: 1px solid #333 !important;
}
tr.vac-start td:first-child {
	background: #fff;
	font-weight: 500;
}

/* PLAN -------------------------------------------------- */
h3.dx-plan {
	padding: 5px;
	background: #f3f8fb;
	text-align: center;
}


#vitals-modal h3 {
    font-size: 15px;
    font-weight: 500;
}


/* Order Search --------------------------------------------------- */
#ordersModal .modal-body, #performedModal .modal-body {
	padding: 0;
	background: #ebf1f4;
}
#ordersModal h3, #performedModal h3 {
	font-size: 16px;
}
.order-search {
	max-width: 270px;
}
.ord-cats {
	background: #002A40;
	color: rgba(256,256,256,.7);
	padding-right: 0;
	padding-left: 0;
}
.ord-cats h3 {
	margin-top: 15px;
	margin-left: 10px;
	color: #fff;
}
.ord-cats li a {
	color: rgba(256,256,256,.7);
	padding: 10px 0;
	display: block;
	text-decoration: none;
	font-size: 14px;
	padding-right: 5px;
	padding-left: 10px;
	font-weight: 500;
}
.ord-cats li a:hover {
	color: #fff;
	text-decoration: none;
}
.ord-cats li a.active {
	background: #002033;
	color: #fff;
	font-weight: 500;
}
.ord-orders {
	background: #fff;
}
.ord-orders h3 {
	margin-top: 15px;
	color: #0069A6;
}
.ord-orders .input-group {
	margin-top: 6px;
}
.ord-orders .top-border {
	border-top: 1px solid #ddd;
}
.ord-list {
	padding-right: 0;
	padding-left: 0;
}
.ord-list ul {
	margin-bottom: 0;
}
.ord-orders li a {
	padding: 10px;
	display: block;
	border-right: 1px solid #ddd;
}
.ord-orders li a:hover {
	background: #eee;
}
.ord-orders li:nth-child(odd) a {
	background: #F7F9FC;
}
.order-tile h4 {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 15px;
}
.order-tile h4 span {
	margin-right: 5px;
	display: inline-block;
	background: #0069A6;
	color: #fff;
	padding: 1px 5px;
}
.ord-results h3 {
	margin-top: 15px;
}
.ord-results a.icon-edit {
	width: 16px;
}
.ord-results .tile {
	border-top: 4px solid #0069A6;
}


/* Visit Diagnosis -------------------------------------------------- */
td.orderNo {
	font-weight: bold;
	color: #ddd;
}


/* Transition --------------------------------------------------- */

.transition-300ms {
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/*Pointer --------------------------------------------------- */
.clickable {
	cursor: pointer; 
}


/* MOBILE NAV OVERLAY STYLES ------------------------------------------ */
.ov-nav {
 	color: #fff;
}
.nav__open-link {
	color: white;
	width: 34px;
	height: 34px;
	border-radius: 20px;
	line-height: 34px;
	position: fixed;
	top: 264px;
	left: 5px;
	z-index: 8000;
	background: #02426d;
}
.nav__overlay {
	background-color: rgba(2, 66, 109, 0.9);
	height: 100%;
	left: 0;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	transition: width 0.5s ease-in-out;
	width: 0;
	z-index: 3;
	z-index: 9000;
}


/* added 5/15 ------------------------------------ */
#v-mens .bg-white, v-dsm4 .bg-white {
	overflow-x: auto;
}
img.delete {
	max-width: 14px;
}


/* added 5/21 --------------------------------------- */
img.change {
	max-width: 16px;
}

/* added 5/28 ---------------------------------------- */
.form-control.is-invalid {
	background-image: none;
}


/* added 6/7 ---------------------------------------- */
#adModal {
	text-align: left;
}

a.chip {
	text-decoration: none;
}
a.chip span {
	display: inline-block;
	margin-right: 10px;
}
.chip {
	margin-right: 10px;	
	padding: 0 8px 0 12px;
	min-width: 82px;
	max-width: 168px;
	height: 32px;
	border-radius: 16px;
	text-align: left;
	font-size: 13px;
	line-height: 32px;
	color: #3c4858;
	background: #e5e9f2;
	display: inline-block;
}
.chip img {
	float: right;
	max-width: 16px;
	margin-left: 8px;
	position: relative;
	top: 8px;
}
.chip:hover {
	background: #dcdfe8;
	text-decoration: underline;
}
.chip:focus {
	background: #c9ccd4;
}
.chip.active {
	background: #c9ccd4;
}



/* added 6/17 ---------------------------------------- */
#definition i.material-icons {
	position: relative;
	top: 7px;
	left: -10px;
	width: 15px;
	margin-top: -5px;
}
.the-text div.alert {
	position: absolute;
	top: 25px;
	left: 17px;
	width: 650px;
}
#visinfo dd {
	margin-top: 5px;
	margin-bottom: 15px;
}



