@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
	url('../fonts/icomoon.svg#icomoon') format('svg'),
	url('../fonts/icomoon.woff') format('woff'),
	url('../fonts/icomoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'icomoon';
	font-style: normal;
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-arrow-right:before {
	content: "\e000";
}
.icon-arrow-down:before {
	content: "\e001";
}
.icon-cog:before {
	content: "\e002";
}
.icon-pictures:before {
	content: "\e003";
}
.icon-eye:before {
	content: "\e004";
}
.icon-attachment:before {
	content: "\e005";
}
.icon-folder:before {
	content: "\e006";
}
.icon-pencil:before {
	content: "\e007";
}
.icon-remove:before {
	content: "\e009";
}
.icon-remove-2:before {
	content: "\e008";
}
.icon-home:before {
	content: "\e00a";
}
.icon-calendar:before {
	content: "\e00b";
}
.icon-bars:before {
	content: "\e00c";
}
.icon-stats-up:before {
	content: "\e00d";
}
.icon-user:before {
	content: "\e00e";
}
.icon-locked:before {
	content: "\e00f";
}
.icon-zoom-in:before {
	content: "\e010";
}
.icon-grid-view:before {
	content: "\e011";
}
.icon-loop:before {
	content: "\e012";
}
.icon-plus:before {
	content: "\e013";
}
.icon-minus:before {
	content: "\e014";
}
.icon-plus-2:before {
	content: "\e015";
}
.icon-minus-2:before {
	content: "\e016";
}
.icon-cancel:before {
	content: "\e017";
}
.icon-menu:before {
	content: "\e018";
}
.icon-plus-3:before {
	content: "\e019";
}
.icon-minus-3:before {
	content: "\e01a";
}
.icon-checkmark:before {
	content: "\e01b";
}
.icon-cancel-2:before {
	content: "\e01c";
}
.icon-star:before {
	content: "\e01d";
}
.icon-plus-alt:before {
	content: "\e01e";
}
.icon-minus-alt:before {
	content: "\e01f";
}
.icon-x-altx-alt:before {
	content: "\e020";
}
.icon-calendar-alt-stroke:before {
	content: "\e021";
}
.icon-calendar-alt-fill:before {
	content: "\e022";
}
.icon-arrow-down-alt1:before {
	content: "\e023";
}
.icon-arrow-right-alt1:before {
	content: "\e024";
}
.icon-lines:before {
	content: "\e025";
}
.icon-grid:before {
	content: "\e026";
}
.icon-list:before {
	content: "\e027";
}
.icon-move:before {
	content: "\e028";
}
.icon-pencil-2:before {
	content: "\e029";
}
.icon-comments:before {
	content: "\e02a";
}
.icon-box-add:before {
	content: "\e02b";
}
.icon-flip:before {
	content: "\e02c";
}
.icon-flip-2:before {
	content: "\e02d";
}
.icon-cog-2:before {
	content: "\e02e";
}
.icon-skull:before {
	content: "\e02f";
}
.icon-medicine:before {
	content: "\e030";
}
.icon-lightning:before {
	content: "\e031";
}
.icon-power:before {
	content: "\e032";
}
.icon-flag:before {
	content: "\e033";
}
.icon-help:before {
	content: "\e034";
}
.icon-info:before {
	content: "\e035";
}
.icon-share:before {
	content: "\e036";
}
.icon-busy:before {
	content: "\e037";
}
.icon-loading:before {
	content: "\e038";
}
.icon-loading-2:before {
	content: "\e039";
}
.icon-support:before {
	content: "\e03a";
}
.icon-lamp:before {
	content: "\e03b";
}
.icon-bell:before {
	content: "\e03c";
}
.icon-warning:before {
	content: "\e03d";
}

.qr_code {
	display:none;
}

.qr_code_url {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.two-step-authentification-form {
	display:none;
}

#tab_options{
	font-size: smaller;
}

.D-dialog{
	margin-left: auto;
	z-index: 100;
	background-color: white;
	border: black 1px solid;
	width: 350px;
	margin-right: auto;
	padding: 10px;
}
.D-dialog .button:before{
	content: "Install";
}
.grey_box{
	background: #F2F2F2 !important;
	margin-bottom: 10px;
	padding: 20px;
	border-width: thin !important;
	color: dimgrey;
}
.button-blue{
	background-color: #1B1C1D;
	color: white;
	border: none;
	padding: 5px 30px;
	font-weight: bold;
	display: inline;
	border-radius: 5px;
	cursor: pointer;
	height: 40px;
	font-size: 1em;
}

.mobile_wrapper{
	width: 100%;
	max-width: 600px;
	margin: 20px auto;
	font-family: arial;
}
.button-fixed{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	font-size: 20px;
}
#loading-img {
	background: url(/www_ps/assets/images/loading.gif) center center no-repeat;
	height: 100%;
	z-index: 20;	
}

.loading_text {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-top: 450px;
}

.text-only {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	top: 50%;
	width: 100%;
	position: absolute;
}

.overlay {
	background: white;
	display: none;
	position: fixed;
	height: 100vh;
	width: 100vw;
	opacity: 0.5;
	z-index: 10000;
	left:0;
}

.splash {
	height: 100%;
	width: 100%;
}

.button_white{
	background-color: #2185D0;
	color: white;
	border: 1px lightgrey solid;
	border-radius: 5px;
	padding: 10px;
	cursor: pointer;
	font-size: 1em;
}
.button_red{
	background-color: white;
	color: red;
	border: 1px lightgrey solid;
	padding: 10px;
	cursor: pointer;
	border-radius: 5px;
	font-size: 1em;
}
.qq-upload-button-hover{
	background-color: lightgrey !important;
}
.login-page .chosen-container-active .chosen-single, .login-page .chosen-single{
	background: white;
	border-radius: 0px;
}
.proforma-selection .tabs{
	display: none;
}
.table_provider td {
	padding: 5px;
	vertical-align: baseline;;
}
.table_provider thead td{
	font-weight: bold;
}
.table_provider{
	font-size: 12px;
	border: 1px solid #eee;
	width: 100%;
}

.legacy-patient-search {
	margin-top: 4px;
}

/* modal styles edit address modal */
.editaddress-modal-label {
	color: black;
	font-size: 14px;
	font-weight: bold;
	margin: 4px 4px 10px 4px;
}
.editaddress-modal-padding {
	padding: 10px !important;
	padding-left: 12px !important;
	line-height: 1.3 !important;
	padding-right: 35px !important;
}

.editaddress-input-padding {
	margin-top: 8px !important;
	padding: 15px !important;
}

.editaddress-modal-container {
	margin-left: 22px !important;
	padding-bottom: 10px !important;
	margin-bottom: 30px !important;
	padding-right: 2em !important;
}

.viewdetails-modal-content {
	padding-top: 0.3em !important;
}

.error_padding_bottom {
	padding-bottom: 0.75em !important;
}

.width100 {
	width: 100% !important;
	min-width: 100% !important;
}

.width75 {
	width: 75% !important;
	min-width: 75% !important;
	max-width: 75% !important;
}

.width25 {
	width: 25% !important;
	min-width: 25% !important;
	max-width: 25% !important;
}

.width20 {
	width: 20% !important;
	min-width: 20% !important;
	max-width: 20% !important;
}

.width35 {
	width: 35% !important;
	min-width: 35% !important;
	max-width: 35% !important;
}

.width72 {
	width: 72% !important;
	min-width: 72% !important;
	max-width: 72% !important;
}

.width28 {
	width: 28% !important;
	min-width: 28% !important;
	max-width: 28% !important;
}

.width45 {
	width: 45% !important;
	min-width: 45% !important;
	max-width: 45% !important;
}

.width18 {
	width: 18% !important;
	min-width: 18% !important;
	max-width: 18% !important;
}

.width60 {
	width: 60% !important;
	min-width: 60% !important;
	max-width: 60% !important;
}

.width50 {
	width: 50% !important;
	min-width: 50% !important;
	max-width: 50% !important;
}

.width70 {
	width: 70% !important;
	min-width: 70% !important;
	max-width: 70% !important;
}
.width30 {
	width: 30% !important;
	min-width: 30% !important;
	max-width: 30% !important;
}

width100em {
	width: 100em !important;
}

.p-0-5 {
	padding: 0.5em !important;
}

.modal-row-reduced-vertical-padding {
	padding-top: 0.2em !important;
	padding-bottom: 0.2em !important;
}

.divider-spacing {
	margin: 0px !important;
	padding: 5px !important;
}

.title-spacer {
	margin: 0px !important;
	padding: 3px !important;
}
.divider-spacing {
	margin: 0px !important;
	padding: 5px !important;
}

.title-spacer {
	margin: 0px !important;
	padding: 3px !important;
}
.divider-spacing {
	margin: 0px !important;
	padding: 5px !important;
}

.p-025 {
	padding: 0.25em !important;
}

.title-spacer {
	margin: 0px !important;
	padding: 3px !important;
}

.p-020 {
	padding: 0.20em !important;
}

.p-025 {
	padding: 0.25em !important;
}

.pt-05 {
	padding-top: 0.5em !important;
}

.pt-1 {
	padding-top: 1em !important;
}

.ptb-025 {
	padding-top: 0.25em !important;
	padding-bottom: 0.25em !important;
}

.ml-1 {
	margin-left: 1em !important;
}

.height60 {
	max-height: 60px !important;
	min-height: 60px !important;
	height: 60px !important;
}

.p-020 {
	padding: 0.20em !important;
}

.p-0 {
	padding: 0px !important;
}

.p-1 {
	padding: 1em !important;
}

.pb-1 {
	padding-bottom: 1em !important;
}

.height60 {
	max-height: 60px !important;
	min-height: 60px !important;
	height: 60px !important;
}
.pb-5 {
	padding-bottom: 5px !important;
}

.mb-1 {
	margin-bottom: 1em !important;
}

.max-width-100 {
	max-width:100%;
}

.max-width-100 {
	max-width:100%;
}

.warning {
	font-weight: bold;
	color: #8F5B00;
}
.exception {
	font-weight: bold;
	color: red;
}
.error-color {
	color: gray;
	font-weight: normal;

}
.debug {
	font-weight:bold;
	color: purple;
}
.notice {
	color: #3a87ad;
	font-weight: normal;
}
.ers-color-highlight {
	color: #2c662d;
	font-weight: normal;
}

.light-gray {
	color: silver;
	font-weight: normal;
}

.line-number {
	font-weight:bold;
	color: black;
}

.logs {
	font-size: 11pt;
}

.logs_container {
	padding:0.01em 16px;
	max-height: 55em;
	overflow-x: auto;
	overflow-y: auto;
}

.log_table_padding td, th, tr{
	padding: 0.5em;
}

.highlight-line {
	background-color: #d5f5d9;
}

.logs-body {
	font-family: Arial;
	font-size: 11px;
}

.adjust-left {
	margin-left: 0.5em !important;
	float: none;
	margin-right: 4em !important;
}

.checkbox-center {
	line-height: 0.8em !important;
	vertical-align: middle !important;
}

.vertical-scroll {
	overflow-y:scroll !important;
}

.admin-container-style {
	width: 100% !important;
	margin: 1em 30rem !important;
	padding: 0.1em !important;
}

.ml-0-5 {
	margin-left: 0.5em !important;
}

.bold-style {
	font-weight:bold !important;
}

.responsive-image {
	max-height: 200px;
	height: auto;
	width: auto;
}