﻿body {
	font-family: Arial, "Segoe UI", Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
}

input.form-control-sm, input.form-control {
	border-width: 1px;
}

.ui-spinner, .ui-tabs {
	font-size: 1em;
}

/* Override the default text highlighting for selected rows in jqGrid */
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
	color: #363636;
}

.ui-jqgrid .ui-jqgrid-bdiv {
	-webkit-overflow-scrolling: touch;
}

/* Override the default styling for the Loading message displayed by jqGrid*/
.ui-jqgrid .loading {
	background-color: #ffffff;
	border-color: #aaaaaa;
	color: #000000;
}

/* Align grid headers with content in the rows, need to ignore checkboxes for IE! */
td[role="gridcell"]:not(.td_cbox) {
	padding-left: 4px !important;
	padding-right: 4px !important;
}

/* This will prevent the Today button on the jQuery datepicker from appearing disabled */
.ui-datepicker div.ui-datepicker-buttonpane button.ui-datepicker-current {
	font-weight: bold;
	opacity: 1;
	filter: Alpha(Opacity=100);
}

header, footer, hgroup, nav, section {
	display: block;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
}

.clear-fix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

/* main layout
----------------------------------------------------------*/
.main-header {
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(246,250,251,1) 45%, rgba(49,146,153,1) 100%);
	/*	background-image: linear-gradient(to top right, rgba(255,255,255,1) 0%, rgba(246,250,251,1) 45%, rgba(49,146,153,1) 100%);*/
}

.main-header-border-bottom {
	height: 7px;
	background: linear-gradient(90deg, rgba(49,146,153,1) 0%, rgba(134,158,160,1) 50%, rgba(164,164,164,1) 100%);
}

.main-header .user-image {
	width: 32px;
}

.main-header .logo:not(.locked) {
	cursor: pointer;
}

.main-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 37px;
	padding-left: 10px;
	padding-right: 10px;
	overflow-y: hidden;
	background-color: #ffffff;
	border-top: solid 1px #bfc0c1;
	z-index: 1030;
}

#body {
	margin: 0 auto;
	width: 100%;
}

.main-content.li-main-content {
	position: absolute;
	top: 58px;
	bottom: 37px;
	left: 15px;
	right: 15px;
	padding-top: 11px;
	background-color: #ffffff;
}

.main-content a {
	color: #333333;
}

.main-footer .copyright-text {
	color: #333333;
	margin-top: 11px;
	margin-left: 4px;
	font-size: 0.85em;
}

.main-footer .logo {
	color: #000000;
	margin-top: 9px;
	margin-right: 4px;
}

.main-footer img {
	width: 90px;
	vertical-align: baseline;
}

.main-footer .logo label {
	position: relative;
	top: -6px;
	left: 6px;
	color: lightgrey;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
}

.main-footer hr {
	margin-top: 0;
}

.powered-by-link {
	cursor: pointer;
}

/* login
----------------------------------------------------------*/
.login-container {
	width: 275px;
	margin-top: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.login-image-container {
	margin-bottom: 3px;
}

.login-info {
	padding: 10px;
	border: solid;
	border-color: lightgray;
	border-width: 1px;
	border-radius: 5px;
	text-align: left;
}

.login-label {
	color: gray;
	font-weight: bold;
}

.input-row label {
	width: 245px;
}

.login-text {
	border-width: 1px;
	margin-top: 2px;
	padding: 2px;
	background-color: #fbfbfb;
	width: 246px;
}

.login-facility {
	font-weight: bold;
	font-size: 1.3em;
	color: #333333;
}

.input-row {
	margin: 12px 0;
}

.login-button-row {
	text-align: right;
}

.login-version-container {
	margin-top: 3px;
	width: 275px;
	text-align: right;
}

.login-info .validation-summary-errors {
	color: #f01f1f;
}

	.login-info .validation-summary-errors ul {
		display: none;
	}

.input-validation-error {
	border: 1px solid #ff0000 !important;
}

input.placeholdr {
	text-align: left !important;
}

.ui-search-input {
	text-align: left !important;
}

/* menu
----------------------------------------------------------*/
#menu {
	clear: both;
}

	#menu > ul {
		margin: 1px;
		text-align: right;
	}

		#menu > ul li {
			display: inline;
			list-style: none;
			padding-right: 15px;
		}

			#menu > ul li a {
				background: none;
				text-decoration: none;
				color: #666666;
				font-size: 1.5em;
			}

				#menu > ul li a:not(.locked):hover {
					text-decoration: none;
					background-color: #c7d1d6;
				}

				#menu > ul li a:not(.locked):focus {
					text-decoration: none;
					background-color: #c7d1d6;
					outline: none;
				}

	#menu.header-menu-hidden {
		display: none;
	}

	#menu .admin-link-container {
		padding-right: 8px;
	}

#expand-admin-menu {
	position: relative;
	top: -2px;
	cursor: pointer;
	opacity: 0.6;
}

	#expand-admin-menu:not(.locked):hover {
		background-color: #c7d1d6;
	}

/* page titles */
hgroup.title {
	margin-bottom: 10px;
}

	hgroup.title h1, hgroup.title h2 {
		display: inline;
	}

	hgroup.title h2 {
		font-weight: normal;
		margin-left: 3px;
	}

.label {
	font-weight: 700;
}

/* PreCapture related items are hidden by default */
.requires-precapture {
	display: none;
}

/*Form Fill Head Section*/
#wrapper {
	width: 100% !important;
	clear: both;
}

#formfill-container #ff-head {
	margin-top: -1px;
}

#formfill-container .head-link {
	position: relative;
	left: 8px;
	top: 46px;
}

.visit-details-link-container {
	width: 906px;
	margin-left: auto;
	margin-right: auto;
}

	.visit-details-link-container a:hover {
		background-color: #c7d1d6;
	}

#ff-head {
	height: 50px;
	background: #f0f0f0;
}

	#ff-head a:not(.locked):hover {
		background-color: #c7d1d6;
	}

	#ff-head ul {
		float: left;
		list-style: none;
		padding: 0 15px;
		margin: 0;
	}

	#ff-head .head-name {
		font-size: 1.33em;
		font-weight: bold;
		line-height: 1.6em;
		margin-top: 5px;
	}

	#ff-head ul#first {
		padding-left: 15px;
		padding-top: 4px;
	}

	#ff-head #visit-details {
		display: inline !important;
		position: relative;
		top: -3px;
	}

.lbl-head {
	margin-top: 6px;
	font-size: 0.925em;
	color: #555555 !important;
}

#forms-container .lbl-head {
	margin-top: 12px;
}

.lbl-dta {
	color: #333333;
}

.head-link {
	color: #555555;
	text-decoration: underline;
}

/* About
    ----------------------------------------------------------*/

#about-container .panel-item {
	border-top: 2px solid #33939a;
	border-radius: 3px;
	color: #173a21;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 5px;
	padding: 12px;
	margin-bottom: 10px;
	width: 100%;
	vertical-align: top;
}

#about-container .header {
	color: #666666;
	font-size: 3em;
	font-weight: normal;
	font-family: Arial, "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

#about-container .contact-container .panel-item {
	height: 160px;
}

#about-container .content {
	margin-left: 10px;
}

#about-container a {
	color: #006699;
}

/* Downloads
    ----------------------------------------------------------*/

#downloads-container .panel-item {
	border-top: 2px solid #33939a;
	border-radius: 3px;
	color: #173a21;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 5px;
	padding: 12px;
	margin-bottom: 10px;
	width: 100%;
	height: 100%;
	vertical-align: top;
}

#downloads-container .header {
	color: #666666;
	font-size: 3em;
	font-weight: normal;
	font-family: Arial, "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

#downloads-container .download-link-description {
	color: #333333;
}

#downloads-container .download-link a {
	color: #006699;
	display: inline-block;
}

/* User info
    ----------------------------------------------------------*/
.menu-box {
	border: solid 1px #aaaaaa;
	border-radius: 3px;
	padding: 0 5px;
	height: auto;
	background-color: #fafafa;
	position: absolute;
	display: none;
	z-index: 30000;
}

	.menu-box ul.menu-col {
		margin: 0;
		padding: 0;
		list-style: none;
	}

		.menu-box ul.menu-col li {
			padding: 5px 0 4px 0;
		}

			.menu-box ul.menu-col li.hover-menu-item {
				border-top: 1px dotted black;
			}

			.menu-box ul.menu-col li img {
				padding-right: 2px;
			}

			.menu-box ul.menu-col li.hover-menu-item {
				line-height: 24px;
			}

				.menu-box ul.menu-col li.hover-menu-item a {
					padding: 2px 3px;
					text-decoration: none;
					cursor: pointer;
					color: #666666;
				}

				.menu-box ul.menu-col li.hover-menu-item img {
					border: none;
					vertical-align: middle;
					margin-right: 10px;
				}

				.menu-box ul.menu-col li.hover-menu-item span {
					vertical-align: middle;
				}

				.menu-box ul.menu-col li.hover-menu-item:hover {
					background-color: #c7d1d6;
				}

.userinfo-container {
	color: #ffffff;
	line-height: 1.3;
}

#userinfo .user-name {
	font-size: 1.4em;
}

#username-link, .user-name {
	cursor: pointer;
}

.userinfo-placeholder {
	height: 14px;
}

#userinfo-box {
	min-width: 190px;
	right: 57px;
}

	#userinfo-box #username {
		font-size: 1.1em;
		font-weight: bold;
	}

	#userinfo-box .userinfo {
		font-size: 1.33em;
		text-align: center;
		color: #3b949a;
		cursor: default;
	}

/* Reset password
    ----------------------------------------------------------*/
#change-password-container .field-validation-error {
	color: #ff0000;
	margin-top: 3px;
	display: block;
}

#change-password-container .button-row a {
	text-decoration: none;
}

	#change-password-container .button-row a:before {
		content: '|';
		color: #99A8B1;
		position: relative;
		overflow: hidden;
		padding-left: 5px;
		padding-right: 10px;
	}

/* Help
    ----------------------------------------------------------*/
#help-container {
	width: 790px;
}

	#help-container p {
		margin: 22px auto;
	}

		#help-container p a {
			color: #006699;
		}

	#help-container hr {
		margin-top: 15px;
		color: #cccccc;
	}

/* Patient Visits and Forms pages
    ----------------------------------------------------------*/
#ff-head.visit-info {
	clear: both;
	margin-top: 9px;
}

.search-container {
	clear: both;
	background-color: #7bbac3;
}

	.search-container a:hover {
		cursor: default;
	}

	.search-container .search-section .search-button.hidden {
		display: none;
	}

	.search-container .search-section {
		margin-top: 7px;
		margin-left: 15px;
		margin-right: 20px;
		color: #333333;
	}

.search-section.results-container {
	text-align: center;
}

.search-section .results-value-str, .search-section .results-value {
	font-size: 1.33em;
	color: #ffffff;
}

.search-section.results-container .button-row {
	margin-right: 60px;
}

.search-section.results-container span.results-value {
	font-size: 1.33em;
	font-weight: bold;
	padding-right: 3px;
}

#server-synchronization-container .grid-caption-container {
	font-family: Arial;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	background: #7bbac3;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#visits-container #main-search-container {
	height: 50px;
}

#visits-container #adv-search-container {
	height: 60px;
	display: none;
}

	#visits-container #adv-search-container .search-section {
		margin-top: 0;
	}

#visits-container .search-container .search-section.results-container.hidden {
	display: none;
	cursor: pointer;
}

#visits-container .search-container .search-section.results-container #search-all-areas.hidden {
	display: none;
	cursor: pointer;
}

#visits-container .search-container .search-section.results-container #search-all-areas {
	display: block;
	font-size: 1.1em;
	color: #ffffff;
	text-decoration: underline;
}

#visits-container .search-container .search-section.button-container {
	margin-top: 12px;
}

#visits-container .search-section.advanced-search-container {
	line-height: 45px;
}

#visits-container .status-image {
	height: 20px;
	width: auto;
	position: relative;
	top: 1px;
}

#visits-container .status-badge {
	position: relative;
	top: -3px;
	left: -1px;
	padding: 2px 5px;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	white-space: nowrap;
	background-color: #bbbbbb;
	border-radius: 10px;
}

#visits-container .gridContainer {
	margin-top: 9px;
}

#visits-container table.dataTable tbody td {
	padding: 0.4rem 0.4rem 0.3rem 0.4rem;
	cursor: default;
}

#visits-container .grid-caption-container {
	font-family: Arial;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	background: #7bbac3;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#visits-grid.blur td, #visit-grid.blur td a {
	text-shadow: 0 0 4px #000000, 4px 0 4px #000000, 0 4px 4px #000000, -4px 0 4px #000000, 0 -4px 4px #000000;
	opacity: 0.1;
}

#visits-grid .visit-details {
	cursor: pointer;
}

.search-container .search-button {
	text-decoration: none;
	color: #ffffff;
}

.search-container #searchButton img {
	margin-right: 5px;
}

#forms-container button.hidden {
	display: none;
}

#forms-container .search-container {
	height: 72px;
	margin-top: 0;
}

#forms-container .search-section.results-container {
	text-align: center;
}

	#forms-container .search-section.results-container .button-row {
		margin-right: 0;
	}

#forms-container #formGrid {
	margin-top: 9px;
}

#form-selection-email-address,
#form-selection-phone-number {
	margin: 5px 0;
	width: 98%;
	padding: 0.375rem;
	font-weight: bold;
	color: #495057;
	background-color: #ffffff;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}

.es-list {
	width: 92% !important;
	top: 64px !important;
}

.es-input {
	padding-right: 0 !important;
	font-weight: bold;
	color: #495057;
	background-color: #ffffff;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}

.es-button {
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}

#form-selection-email-address.invalid,
#form-selection-phone-number.invalid {
	border-color: red;
	border: 2px solid red;
}

	#form-selection-email-address.invalid:focus,
	#form-selection-phone-number.invalid:focus {
		outline: none !important;
		border: 2px solid red;
	}

.form-selection-msg-label {
	line-height: 18px;
	margin-bottom: 0;
	margin-right: 5px;
	vertical-align: middle;
}

.form-selection-msg-error {
	line-height: 18px;
	margin-bottom: 0;
	white-space: nowrap;
	color: red;
}

.search-container .search-message {
	font-size: 1.165em;
	color: #ffffff;
}

.search-container .search-section select {
	margin-left: 0;
	padding: 1px 0;
}

.search-container select.form-select {
	min-width: 320px;
	margin-bottom: 4px;
}

.search-container .search-section input {
	padding-left: 2px;
}

.gridContainer .formname {
	text-decoration: underline;
	cursor: pointer;
}

	.gridContainer .formname.allow-multiple-revisions {
		color: #006400;
	}

.common-thumbnail-container {
	display: none;
	position: absolute;
	border: solid 1px;
	background-color: white;
	min-width: 50px;
	min-height: 50px;
	z-index: 1;
}

	.common-thumbnail-container .spinner {
		top: 25px !important;
		left: 25px !important;
		background: white;
	}

div[aria-describedby="carry-forward-dialog"] #carry-forward-dlg-header {
	font-family: Arial;
	font-size: 1.1em;
	line-height: 1.5em;
}

	div[aria-describedby="carry-forward-dialog"] #carry-forward-dlg-header p {
		margin: 0;
	}

div[aria-describedby="carry-forward-dialog"] ul {
	padding-left: 5px;
	font-weight: bold;
}

div[aria-describedby="carry-forward-dialog"] li {
	line-height: 20px;
}

div[aria-describedby="carry-forward-dialog"] hr {
	opacity: 0.45;
}

div[aria-describedby="carry-forward-dialog"] .ui-dialog-buttonpane {
	padding-left: 1em;
}

div[aria-describedby="carry-forward-dialog"] .ui-dialog-buttonset {
	width: 100%;
}

/* grid styling */
.ui-jqgrid {
	border-radius: 0;
}

.ui-jqgrid-titlebar.ui-widget-header {
	background: #7bbac3;
	border-radius: 0;
}

th.ui-th-column {
	font-weight: bold !important;
}

	th.ui-th-column div {
		text-align: left;
		height: auto !important;
	}

.ui-jqgrid-titlebar.ui-widget-header .ui-jqgrid-title {
	font-family: Arial;
	font-size: 1.1em;
	color: #ffffff;
}

.alt-grid-row {
	background: #eeeeee;
}

.ui-jqgrid .jqgrow > td > .cbox {
	box-sizing: content-box;
}

.ui-jqgrid .ui-state-highlight {
	background: #cfe3e4;
	border-color: #aaaaaa;
}

.ui-jqgrid-bdiv {
	font-family: Arial !important;
	font-size: 1.1em;
}

.ui-jqgrid tr.ui-widget-content {
	height: 20px;
	border: 1px solid #e6e6e6 !important;
}

.ui-jqgrid tr.ui-state-hover, .ui-jqgrid tr.ui-state-highlight {
	background-image: url('images/ux/green_selected_row.png');
	color: #333333 !important;
}

.ui-jqgrid tr.ui-selected {
	background: #cfe3e5 !important;
	background-image: url('images/ux/green_selected_row.png') !important;
	color: black;
	border: 1px solid #e6e6e6 !important;
}

.ui-jqgrid th {
	font-weight: normal !important;
	font-size: 1.1em;
	color: #000000 !important;
}

.ui-dialog-titlebar {
	font-family: Arial;
	font-size: 1.1em;
}

.ui-previous-selection {
	background-color: #d7ffcc !important;
}

.datetime-date, .datetime-time {
	width: 90px !important;
}

/* success message and error message */
.success-message, .error-message {
	display: none;
	position: absolute;
	top: 50px;
	left: 35%;
	background-image: url(../images/blackx-small.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 418px;
	font-size: 1em;
	margin: 0 auto;
	text-align: center;
	line-height: 25px;
	margin-top: 17px;
	margin-bottom: 12px;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 1;
	opacity: .9;
	/* this will allow a message to be clickable when UI block has a page blocked (its overlay has z-index = 100) */
	z-index: 110;
}

.success-message {
	background-color: #ebf4eb;
	border-left: 5px solid #9ac79d;
	border-right: 5px solid #9ac79d;
	border-top: 1px solid #9ac79d;
	border-bottom: 1px solid #9ac79d;
	font-size: 0.833em;
}

.error-message {
	background-color: #fccfcf;
	border-left: 5px solid #f18787;
	border-right: 5px solid #f18787;
	border-top: 1px solid #f18787;
	border-bottom: 1px solid #f18787;
	font-size: 0.833em;
}

/* Form Fill - override what is in formfill.css */
#ff-head {
	box-shadow: none !important;
}

#wrapper #ff-head {
	height: 40px;
	width: 906px;
	margin-left: auto;
	margin-right: auto;
}

#ff-head a {
	text-decoration: underline;
}

	#ff-head a:hover {
		cursor: pointer;
	}

#ff-main {
	top: 85px !important;
	bottom: 0 !important;
	left: 0;
	right: 0;
	margin: auto;
	border-bottom: none !important;
	box-shadow: none !important;
	width: 906px !important;
}

#ff-main-form-container {
	width: 906px !important;
}

#ff-foot {
	width: 906px !important;
}

footer {
	display: block !important;
}

	footer label {
		display: inline-block !important;
	}

/* Visit Details page */
#details-sidebar {
	float: left;
	position: absolute;
	top: 95px;
	bottom: 0;
	width: 260px;
}

	#details-sidebar .visits-title {
		display: block;
		font-size: 1.17em;
		font-weight: bold;
		background-color: #7bbac3;
		padding: 5px;
		border-radius: 4px;
		color: #ffffff;
	}

	#details-sidebar li {
		padding: 5px;
	}

	#details-sidebar #visits-container {
		position: absolute;
		left: 0;
		right: 0;
		top: 30px;
		bottom: 0;
		overflow: auto;
	}

	#details-sidebar ul#visits {
		list-style-type: none;
		padding: 0;
		margin: 0;
		overflow-y: auto;
	}

	#details-sidebar li.visit {
		font-size: 1.1em;
		border: 1px solid #aaaaaa;
		border-radius: 5px;
		margin: 3px 0 10px 0;
	}

	#details-sidebar .selected-visit {
		background-color: #f0f0f0;
		border: 1px solid #777777 !important;
	}

	#details-sidebar ul.forms {
		list-style-type: none;
		padding: 0;
		margin: 0;
		overflow-y: auto;
	}

	#details-sidebar .link-item {
		cursor: pointer;
		text-decoration: underline;
	}

	#details-sidebar .selected-visit-label {
		margin-bottom: 0;
		padding-bottom: 7px;
		display: inline-block;
		color: #7bbac3;
	}

	#details-sidebar .no-forms {
		font-style: italic;
	}

#details-main {
	margin: 0;
	position: absolute;
	top: 34px;
	bottom: 34px;
	left: 0;
	right: 0;
	overflow-y: auto;
}

	#details-main.completed {
		top: 79px;
		bottom: 34px;
	}

.border-top {
	border-top: solid 1px #aaaaaa;
}

.border-bottom {
	border-bottom: solid 1px #aaaaaa;
}

#preview-image {
	display: none;
	border-left: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	width: 75%;
}

#details-preview-container {
	text-align: center;
	position: absolute;
	top: 94px;
	bottom: 0;
	left: 270px;
	right: 0;
	border-top: solid 1px #aaaaaa;
	border-left: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#details-preview-header .button-container {
	float: right;
	position: relative;
	top: -20px;
	right: 5px;
}

	#details-preview-header .button-container #form-revisions {
		float: right;
		margin-top: 10px;
	}

#details-container span.button-container button {
	margin: 4px 5px 0 5px;
	vertical-align: top;
}

#preview-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 34px;
}

#details-container .preview-msg {
	font-size: 1.2em;
	text-align: center;
	margin: 13px 0 3px 6px;
	font-weight: bold;
}

#details-container #image-title {
	font-size: 1.25em;
	float: left;
	margin-top: 7px;
	margin-left: 6px;
	max-width: 300px;
	font-weight: bold;
}

#details-container .ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
}

#details-container #status-image {
	width: 20px;
	margin-left: 30px;
	position: relative;
	top: 8px;
}

#details-container #ff-head .lbl-head {
	margin-top: 12px;
}

#details-container li .visit-name {
	font-weight: bold;
}

	#details-container li.form:hover,
	#details-container li.captured-image:hover,
	#details-container li .visit-name:hover {
		background-color: #d3d3d3 !important;
	}

#details-container li.form.selected,
#details-container li.captured-image.selected {
	background-color: #d3d3d3;
	font-weight: bold;
}

#details-container #details-sidebar li.form,
#details-container #details-sidebar li.captured-image,
#details-container #details-sidebar li.visit-subheading {
	display: flex;
	align-items: flex-start;
}

#details-container #details-sidebar li.form,
#details-container #details-sidebar li.captured-image {
	padding-left: 18px;
}

	#details-container #details-sidebar li.form .form-name,
	#details-container #details-sidebar li.captured-image .image-name,
	#details-container #details-sidebar li.visit-subheading .visit-subheading-text {
		display: inline-block;
		flex: 1;
		min-width: 0;
		word-break: break-word;
	}

#details-container #details-sidebar .form-list-item-image {
	width: 20px;
	height: 20px;
	object-fit: contain;
	margin-right: 8px;
	margin-top: 2px;
	flex: 0 0 20px;
}
/* End Visit Details page */

#form-info-container {
	display: none;
	clear: both;
	float: left;
	margin-top: 15px;
}

	#form-info-container.completed {
		display: inline-block;
	}

.form-info-title {
	font-size: 0.92em;
}

.form-info-value {
	font-weight: bold;
	font-size: 0.92em;
	float: left;
}

.form-info-section {
	float: left;
	padding: 1px 24px 0 6px;
}

.page-container .header {
	font-size: 1.25em;
	font-weight: bold;
	color: #333333;
	padding-bottom: 6px;
}

.spinner-msg {
	font-weight: bold;
	font-size: 1.2em;
	position: relative;
	top: 20px;
	left: -22px;
	padding: 2px;
}

.launch-parameters ul li {
	list-style: none;
	font-size: 1.4em;
	margin: 3px 0;
}

.validation-summary-errors {
	font-size: 1.4em;
}

.launch-validation .validation-summary-errors {
	text-align: center;
	padding-top: 15px;
	background: #7bbac3;
}

	.launch-validation .validation-summary-errors span {
		color: #ffffff;
		font-weight: bold;
		font-size: 1.2em;
	}

	.launch-validation .validation-summary-errors ul {
		color: red;
		background: white;
		padding-top: 20px;
		padding-left: 0;
		list-style: none;
	}

.launch-validation-logo {
	margin: 19px 0 5px 19px;
}

.launch-button-row {
	text-align: center;
}

/* Audit trail dialog and grid
    ----------------------------------------------------------*/
#audit-trail-dlg {
	padding: 5px;
	overflow: hidden;
}

	#audit-trail-dlg .ui-jqgrid tr.jqgrow td {
		white-space: normal;
	}

/* Steps (Patient/Forms/Form Fill) navigation
    ----------------------------------------------------------*/
.step-link:not(.locked):hover {
	cursor: pointer;
}

.steps-text-container {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}

.steps-text {
	color: #666666;
}

	.steps-text.current-step {
		color: #000000;
	}

.steps-text {
	width: 33.333%;
	float: left;
	font-family: Arial;
	font-size: 1.2em;
	position: relative;
	top: -4px;
}

.steps-img-parts-container {
	width: 33.333%;
	float: left;
	height: 27px;
	margin-top: -7px;
	margin-bottom: 8px;
}

.steps-img-parts-container {
	background: url("../images/ux/center_off.png");
}

	.steps-img-parts-container.current-step {
		background: url("../images/ux/center_on.png");
	}

.steps-img-part {
	float: left;
}

	.steps-img-part img {
		height: 27px;
		width: 100%;
		background: white;
	}

.steps-img-part-left {
	float: left;
}

.steps-img-part-right {
	float: right;
}

/* Begin Reports page*/
#reports-container .reports-link-copied {
	color: white;
	font-size: smaller;
	min-height: 21px;
	position: relative;
	top: 3px;
}

#reports-container .reports-link-token {
	position: relative;
	top: 2px;
}

#reports-container .reports-link-fill, .reports-detail-link {
	cursor: pointer;
	text-decoration: underline;
}
/* End Reports page*/

@media (max-width: 900px) {
	.main-header #menu a, .main-header span {
		font-size: 1em !important;
	}

	.main-header .user-image {
		display: none;
	}
}

@media (max-width: 750px) {
	.main-header .logo {
		display: none;
	}
}

@media (max-width: 950px) {
	.search-container .search-section select {
		min-width: 132px;
		width: 132px;
	}

	.search-container .search-section {
		margin-left: 1%;
		margin-right: 1%;
	}

	#visits-container .search-container #SearchString {
		width: 155px;
	}

	#visits-container .search-container .search-section .gray-button span {
		padding: .2em .1em !important;
	}

	#visits-container .search-container .search-section.results-container {
		margin-left: 0;
		margin-right: 5px;
		max-width: 145px;
		width: 145px;
		margin-top: 4px;
	}

	#visits-container .search-container .search-section.button-container {
		margin-top: 16px;
		margin-left: 0px;
		margin-right: 5px;
	}

	.search-section .results-value-str, .search-section .results-value {
		font-size: 1.4em;
	}

	.search-container .search-message {
		font-size: 1.1em;
	}

	.search-container select.form-select {
		width: 240px;
	}

	.lbl-dta {
		font-size: 1.1em !important;
	}

	.lbl-head {
		font-size: 1em;
		margin-top: 7px;
	}

	#wrapper #ff-head {
		width: auto;
	}

		#wrapper #ff-head ul {
			padding: 2px 1% 0;
		}

		#wrapper #ff-head .f-right a {
			padding-left: 0;
		}

			#wrapper #ff-head .f-right a:before {
				padding-left: 10px;
				padding-right: 10px;
			}

		#wrapper #ff-head .f-right #save-button {
			margin-right: 0;
		}

		#wrapper #ff-head .test {
			font-size: 1.4em;
			width: 90px;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}

	#wrapper #ff-main-form-container {
		width: 98.5% !important;
	}

	#wrapper #ff-main-form-container {
		overflow-x: hidden;
	}

	#wrapper #ff-main-form-container {
		bottom: 40px;
	}

	#ff-main {
		width: auto !important;
	}

	#ff-foot {
		display: block;
		width: 99% !important;
	}

	#ff-main-form {
		transform-origin: left top;
		-webkit-transform-origin: left top;
		-ms-transform-origin: left top;
		-moz-transform-origin: left top;
	}

	#ff-control .descrip {
		padding-top: 0 !important;
	}

	#ff-main {
		width: auto !important;
	}

	#details-sidebar {
		width: 225px;
	}

	#details-preview-container {
		left: 235px;
	}

	#details-preview-header .ui-button .ui-button-text, #resubmit-button {
		padding-right: .4em !important;
		padding-left: .4em !important;
	}

	.form-info-section {
		padding-right: 5px;
	}
}


/* added for 8" Samsung Note (Android) in portrait mode*/
@media (max-width: 650px) {
	.search-container .search-section select {
		min-width: 90px;
		width: 90px;
	}

	.search-section .results-value-str, .search-section .results-value {
		font-size: 1.2em;
	}

	.search-container .search-message {
		font-size: 1em;
	}

	.search-container select.form-select {
		width: 232px;
	}
}

.grid-caption-container {
	font-family: Arial;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	background: #7bbac3;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon-asterisk:before {
	content: "\2a"
}

.glyphicon-plus:before {
	content: "\2b"
}

.glyphicon-euro:before, .glyphicon-eur:before {
	content: "\20ac"
}

.glyphicon-minus:before {
	content: "\2212"
}

.glyphicon-cloud:before {
	content: "\2601"
}

.glyphicon-envelope:before {
	content: "\2709"
}

.glyphicon-pencil:before {
	content: "\270f"
}

.glyphicon-glass:before {
	content: "\e001"
}

.glyphicon-music:before {
	content: "\e002"
}

.glyphicon-search:before {
	content: "\e003"
}

.glyphicon-heart:before {
	content: "\e005"
}

.glyphicon-star:before {
	content: "\e006"
}

.glyphicon-star-empty:before {
	content: "\e007"
}

.glyphicon-user:before {
	content: "\e008"
}

.glyphicon-film:before {
	content: "\e009"
}

.glyphicon-th-large:before {
	content: "\e010"
}

.glyphicon-th:before {
	content: "\e011"
}

.glyphicon-th-list:before {
	content: "\e012"
}

.glyphicon-ok:before {
	content: "\e013"
}

.glyphicon-remove:before {
	content: "\e014"
}

.glyphicon-zoom-in:before {
	content: "\e015"
}

.glyphicon-zoom-out:before {
	content: "\e016"
}

.glyphicon-off:before {
	content: "\e017"
}

.glyphicon-signal:before {
	content: "\e018"
}

.glyphicon-cog:before {
	content: "\e019"
}

.glyphicon-trash:before {
	content: "\e020"
}

.glyphicon-home:before {
	content: "\e021"
}

.glyphicon-file:before {
	content: "\e022"
}

.glyphicon-time:before {
	content: "\e023"
}

.glyphicon-road:before {
	content: "\e024"
}

.glyphicon-download-alt:before {
	content: "\e025"
}

.glyphicon-download:before {
	content: "\e026"
}

.glyphicon-upload:before {
	content: "\e027"
}

.glyphicon-inbox:before {
	content: "\e028"
}

.glyphicon-play-circle:before {
	content: "\e029"
}

.glyphicon-repeat:before {
	content: "\e030"
}

.glyphicon-refresh:before {
	content: "\e031"
}

.glyphicon-list-alt:before {
	content: "\e032"
}

.glyphicon-lock:before {
	content: "\e033"
}

.glyphicon-flag:before {
	content: "\e034"
}

.glyphicon-headphones:before {
	content: "\e035"
}

.glyphicon-volume-off:before {
	content: "\e036"
}

.glyphicon-volume-down:before {
	content: "\e037"
}

.glyphicon-volume-up:before {
	content: "\e038"
}

.glyphicon-qrcode:before {
	content: "\e039"
}

.glyphicon-barcode:before {
	content: "\e040"
}

.glyphicon-tag:before {
	content: "\e041"
}

.glyphicon-tags:before {
	content: "\e042"
}

.glyphicon-book:before {
	content: "\e043"
}

.glyphicon-bookmark:before {
	content: "\e044"
}

.glyphicon-print:before {
	content: "\e045"
}

.glyphicon-camera:before {
	content: "\e046"
}

.glyphicon-font:before {
	content: "\e047"
}

.glyphicon-bold:before {
	content: "\e048"
}

.glyphicon-italic:before {
	content: "\e049"
}

.glyphicon-text-height:before {
	content: "\e050"
}

.glyphicon-text-width:before {
	content: "\e051"
}

.glyphicon-align-left:before {
	content: "\e052"
}

.glyphicon-align-center:before {
	content: "\e053"
}

.glyphicon-align-right:before {
	content: "\e054"
}

.glyphicon-align-justify:before {
	content: "\e055"
}

.glyphicon-list:before {
	content: "\e056"
}

.glyphicon-indent-left:before {
	content: "\e057"
}

.glyphicon-indent-right:before {
	content: "\e058"
}

.glyphicon-facetime-video:before {
	content: "\e059"
}

.glyphicon-picture:before {
	content: "\e060"
}

.glyphicon-map-marker:before {
	content: "\e062"
}

.glyphicon-adjust:before {
	content: "\e063"
}

.glyphicon-tint:before {
	content: "\e064"
}

.glyphicon-edit:before {
	content: "\e065"
}

.glyphicon-share:before {
	content: "\e066"
}

.glyphicon-check:before {
	content: "\e067"
}

.glyphicon-move:before {
	content: "\e068"
}

.glyphicon-step-backward:before {
	content: "\e069"
}

.glyphicon-fast-backward:before {
	content: "\e070"
}

.glyphicon-backward:before {
	content: "\e071"
}

.glyphicon-play:before {
	content: "\e072"
}

.glyphicon-pause:before {
	content: "\e073"
}

.glyphicon-stop:before {
	content: "\e074"
}

.glyphicon-forward:before {
	content: "\e075"
}

.glyphicon-fast-forward:before {
	content: "\e076"
}

.glyphicon-step-forward:before {
	content: "\e077"
}

.glyphicon-eject:before {
	content: "\e078"
}

.glyphicon-chevron-left:before {
	content: "\e079"
}

.glyphicon-chevron-right:before {
	content: "\e080"
}

.glyphicon-plus-sign:before {
	content: "\e081"
}

.glyphicon-minus-sign:before {
	content: "\e082"
}

.glyphicon-remove-sign:before {
	content: "\e083"
}

.glyphicon-ok-sign:before {
	content: "\e084"
}

.glyphicon-question-sign:before {
	content: "\e085"
}

.glyphicon-info-sign:before {
	content: "\e086"
}

.glyphicon-screenshot:before {
	content: "\e087"
}

.glyphicon-remove-circle:before {
	content: "\e088"
}

.glyphicon-ok-circle:before {
	content: "\e089"
}

.glyphicon-ban-circle:before {
	content: "\e090"
}

.glyphicon-arrow-left:before {
	content: "\e091"
}

.glyphicon-arrow-right:before {
	content: "\e092"
}

.glyphicon-arrow-up:before {
	content: "\e093"
}

.glyphicon-arrow-down:before {
	content: "\e094"
}

.glyphicon-share-alt:before {
	content: "\e095"
}

.glyphicon-resize-full:before {
	content: "\e096"
}

.glyphicon-resize-small:before {
	content: "\e097"
}

.glyphicon-exclamation-sign:before {
	content: "\e101"
}

.glyphicon-gift:before {
	content: "\e102"
}

.glyphicon-leaf:before {
	content: "\e103"
}

.glyphicon-fire:before {
	content: "\e104"
}

.glyphicon-eye-open:before {
	content: "\e105"
}

.glyphicon-eye-close:before {
	content: "\e106"
}

.glyphicon-warning-sign:before {
	content: "\e107"
}

.glyphicon-plane:before {
	content: "\e108"
}

.glyphicon-calendar:before {
	content: "\e109"
}

.glyphicon-random:before {
	content: "\e110"
}

.glyphicon-comment:before {
	content: "\e111"
}

.glyphicon-magnet:before {
	content: "\e112"
}

.glyphicon-chevron-up:before {
	content: "\e113"
}

.glyphicon-chevron-down:before {
	content: "\e114"
}

.glyphicon-retweet:before {
	content: "\e115"
}

.glyphicon-shopping-cart:before {
	content: "\e116"
}

.glyphicon-folder-close:before {
	content: "\e117"
}

.glyphicon-folder-open:before {
	content: "\e118"
}

.glyphicon-resize-vertical:before {
	content: "\e119"
}

.glyphicon-resize-horizontal:before {
	content: "\e120"
}

.glyphicon-hdd:before {
	content: "\e121"
}

.glyphicon-bullhorn:before {
	content: "\e122"
}

.glyphicon-bell:before {
	content: "\e123"
}

.glyphicon-certificate:before {
	content: "\e124"
}

.glyphicon-thumbs-up:before {
	content: "\e125"
}

.glyphicon-thumbs-down:before {
	content: "\e126"
}

.glyphicon-hand-right:before {
	content: "\e127"
}

.glyphicon-hand-left:before {
	content: "\e128"
}

.glyphicon-hand-up:before {
	content: "\e129"
}

.glyphicon-hand-down:before {
	content: "\e130"
}

.glyphicon-circle-arrow-right:before {
	content: "\e131"
}

.glyphicon-circle-arrow-left:before {
	content: "\e132"
}

.glyphicon-circle-arrow-up:before {
	content: "\e133"
}

.glyphicon-circle-arrow-down:before {
	content: "\e134"
}

.glyphicon-globe:before {
	content: "\e135"
}

.glyphicon-wrench:before {
	content: "\e136"
}

.glyphicon-tasks:before {
	content: "\e137"
}

.glyphicon-filter:before {
	content: "\e138"
}

.glyphicon-briefcase:before {
	content: "\e139"
}

.glyphicon-fullscreen:before {
	content: "\e140"
}

.glyphicon-dashboard:before {
	content: "\e141"
}

.glyphicon-paperclip:before {
	content: "\e142"
}

.glyphicon-heart-empty:before {
	content: "\e143"
}

.glyphicon-link:before {
	content: "\e144"
}

.glyphicon-phone:before {
	content: "\e145"
}

.glyphicon-pushpin:before {
	content: "\e146"
}

.glyphicon-usd:before {
	content: "\e148"
}

.glyphicon-gbp:before {
	content: "\e149"
}

.glyphicon-sort:before {
	content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152"
}

.glyphicon-sort-by-order:before {
	content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154"
}

.glyphicon-sort-by-attributes:before {
	content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156"
}

.glyphicon-unchecked:before {
	content: "\e157"
}

.glyphicon-expand:before {
	content: "\e158"
}

.glyphicon-collapse-down:before {
	content: "\e159"
}

.glyphicon-collapse-up:before {
	content: "\e160"
}

.glyphicon-log-in:before {
	content: "\e161"
}

.glyphicon-flash:before {
	content: "\e162"
}

.glyphicon-log-out:before {
	content: "\e163"
}

.glyphicon-new-window:before {
	content: "\e164"
}

.glyphicon-record:before {
	content: "\e165"
}

.glyphicon-save:before {
	content: "\e166"
}

.glyphicon-open:before {
	content: "\e167"
}

.glyphicon-saved:before {
	content: "\e168"
}

.glyphicon-import:before {
	content: "\e169"
}

.glyphicon-export:before {
	content: "\e170"
}

.glyphicon-send:before {
	content: "\e171"
}

.glyphicon-floppy-disk:before {
	content: "\e172"
}

.glyphicon-floppy-saved:before {
	content: "\e173"
}

.glyphicon-floppy-remove:before {
	content: "\e174"
}

.glyphicon-floppy-save:before {
	content: "\e175"
}

.glyphicon-floppy-open:before {
	content: "\e176"
}

.glyphicon-credit-card:before {
	content: "\e177"
}

.glyphicon-transfer:before {
	content: "\e178"
}

.glyphicon-cutlery:before {
	content: "\e179"
}

.glyphicon-header:before {
	content: "\e180"
}

.glyphicon-compressed:before {
	content: "\e181"
}

.glyphicon-earphone:before {
	content: "\e182"
}

.glyphicon-phone-alt:before {
	content: "\e183"
}

.glyphicon-tower:before {
	content: "\e184"
}

.glyphicon-stats:before {
	content: "\e185"
}

.glyphicon-sd-video:before {
	content: "\e186"
}

.glyphicon-hd-video:before {
	content: "\e187"
}

.glyphicon-subtitles:before {
	content: "\e188"
}

.glyphicon-sound-stereo:before {
	content: "\e189"
}

.glyphicon-sound-dolby:before {
	content: "\e190"
}

.glyphicon-sound-5-1:before {
	content: "\e191"
}

.glyphicon-sound-6-1:before {
	content: "\e192"
}

.glyphicon-sound-7-1:before {
	content: "\e193"
}

.glyphicon-copyright-mark:before {
	content: "\e194"
}

.glyphicon-registration-mark:before {
	content: "\e195"
}

.glyphicon-cloud-download:before {
	content: "\e197"
}

.glyphicon-cloud-upload:before {
	content: "\e198"
}

.glyphicon-tree-conifer:before {
	content: "\e199"
}

.glyphicon-tree-deciduous:before {
	content: "\e200"
}
