*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.min1350 {
	min-width: 1350px;
}

.min200 {
	min-width: 200px;
}

.min175 {
	min-width: 175px;
}

.min125 {
	min-width: 125px;
}

.min85 {
	min-width: 85px;
}

.font_8 {
	font-size: .8em !important;
}

.font_11 {
	font-size: 1.1em !important;
}

.lalign {
	text-align: left !important;
}

.ralign {
	text-align: right !important;
}

.calign {
	text-align: center !important;
}

.width90 {
	width: 90% !important;
}

.width50 {
	width: 50% !important;
}

.width30 {
	width: 30% !important;
}

.width20 {
	width: 20% !important;
}

.toppadded{
	margin-top: 10px;
}

.center {
	position: absolute !important;
	left: 50% !important;
	top: 25% !important;
	transform: translate(-50%, -50%) !important;
}

.notice {
	background-color: #cbeffd;
	padding: 15px;
	font-size: .9em;
}

.main {
	min-height: 1500px;
	overflow: scroll;
	max-width: 1920px;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-size: 1vw;
	line-height: 1.5;
	background-color: #ececec;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	margin: 0;
	padding-bottom: 20px;
}

ul, li, p, a, .logo {
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
}

.header {
	display: block;
	width: 100%;
	background: #fff;
	transition: 0.7s all;
	z-index: 100;
	box-shadow: 0px 0px 10px 0px #d2d2d2;
}

body.header-fixed header {
	position: fixed;
	top: 0;
	right: 0;
	padding-top: 0;
	width: 100%;
	z-index: 2;
}

nav {
	overflow: hidden;
}

nav ul {
	float: right;
}

nav li {
	display: inline;
}

nav a {
	display: inline-block;
	color: #000;
	text-decoration: none !important;
	padding: 25px;
	font-size: 1vw;
}

nav a:hover {
	background: #66ceff;
	text-decoration: none;
	color: black;
}

.logo {
	color: #242424;
	font-size: 2vw;
	line-height: 50px;
	padding: 12px 30px;
	display: inline;
}

.logo-bold {
	color: #00709c;
	font-weight: 900;
	display: inline;
}

.alt-header .logo {
	color: #000;
}

.footer-section {
	margin-top: 10px;
}

.bg-container {
	display: block;
	background: #fff;
	top: 115px;
	border-radius: 10px;
	min-height: 20px;
	padding: 30px;
	border: none;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

.searchSet {
	background: #fff;
	margin: 0px;
	margin-bottom: 10px;
	line-height: .5vw;
}

.searchSet h3 {
	padding: 15px 0 5px 15px;
}

.searchSet form {
	padding: 0 15px 0 15px;
}

.searchSet table {
	margin-top: 0px;
	border-collapse: collapse;
}

.searchSet td {
	padding: 0 5px 0 0;
}

.resultSet {
	height: auto;
	background: #fff;
	margin: 0;
	padding: 15px 15px 10px 15px;
	line-height: 1.1vw;
}

.resultSet table {
	margin-top: 0px;
	border-collapse: collapse;
}

.resultSet td {
	font-size: .8vw;
}

.evenRow {
	background-color: #ececec;
}

.full {
	display: block;
	border: none;
}

table {
	margin-top: 20px;
	font-size: .9vw;
	width: -webkit-fill-available;
	width: 100%;
}

table.patientTable tr {
	text-align: left;
}

table.patientTable th td {
	padding-left: 20px;
}

td {
	padding: 0 35px 0px 0px;
	line-height: 42px;
}

.patient_modal_table {
	table-layout: auto; margin : 5px auto;
	border-spacing: 0;
	margin: 5px auto;
}

.patient_modal_table tbody {
	margin: -10px;
	border-spacing: 10px;
}

.patient_modal_table td {
	padding: 5px;
	width: 50%;
	line-height: 1;
}

td.blank-3c {
	width: 30%;
}

.confirmationRow {
	width: 100%;
	white-space: nowrap;
}

.confirmationRow input {
	float: left;
	width: auto;
	margin: .5% 0 5% 7.5%;
	padding: 0;
	display: inline-block;
}

.confirmationRow input:after {
	clear: both;
	content: "";
	display: block;
}

.confirmationRow label {
	float: right;
	width: auto;
	margin: 0 7.5% 5% 0;
	padding: 0;
}

a {
	color: #00709c;
	text-decoration: none;
}

.footer-text {
	display: block;
	position: relative;
	font-size: .75em;
	text-align: center;
}

.footer-logo {
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
}

.logo-size {
	width: 15%;
}

.login-text {
	text-align: center;
	margin-bottom: 25px;
}

input, button {
	outline: none;
	display: block;
	width: 100%;
	margin: 0 0 20px;
	padding: 10px 15px;
	border: 1px solid #ccc;
	color: #ccc;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
	font-size: 1em;
}

input:focus {
	color: #333;
	border: 1px solid #66ceff;
}

.btn-primary {
	background-color: #0078a7;
	color: white;
	border-radius: 20px;
	font-size: 1em;
}

.btn-secondary {
	color: #0578a7;
	background-color: #ffffff;
	border-color: #0578a7;
	border-radius: 20px;
}

button:disabled, button[disabled], input[disabled], input:disabled {
	border: 1px solid #999999;
	background-color: #cccccc;
	color: #666666;
}

input[type="button"]:hover:enabled, button:hover:enabled {
	background-color: deepskyblue;
	cursor: pointer;
}

#clear:hover, #newPatient:hover, #back:hover {
	background-color: white;
	color: deepskyblue;
}

.btn-borderless {
	color: #0578a7;
	background-color: #ffffff;
	border: none;
}

input[type="submit"]:hover {
	background-color: deepskyblue;
	cursor: pointer;
}

input[type="reset"]:hover {
	color: #ffffff;
	border-color: deepskyblue;
	background-color: deepskyblue;
	cursor: pointer;
}

label {
	float: left;
	clear: none;
	display: block;
	padding: 1px 1px 0 0;
}

input[type=radio], input.radio {
	float: left;
	clear: none;
	margin: 3px 5px 0 2px;
	width: auto;
	border-radius: 50%;
	-webkit-appearance: none;
	padding: 5%;
	outline: none;
	box-shadow: 0 0 5px 0px gray inset;
}

select.drop-down {
	outline: none;
	display: block;
	width: 100%;
	margin: 0 0 20px;
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
	font-size: 1em;
}

input[type='radio']:hover:enabled {
	cursor: pointer;
}

input:hover:disabled {
	cursor: default;
}

#yes:hover {
	box-shadow: 0 0 5px 0px deepskyblue inset;
}

#yes:checked {
	background-color: #0078a7;
}

#no:hover {
	box-shadow: 0 0 5px 0px #ffb0b0 inset;
}

#no:checked {
	background-color: #ff8080;
}

.btn:hover {
	background-color: deepskyblue;
	cursor: pointer;
}

input {
	line-height: 1vw;
}

input[type=date] {
	line-height: 1vw;
}

input[type="button"]:hover {
	cursor: pointer;
}

form.submitted input:required:invalid {
	border-color: red;
}

body.centered {
	width: 80vw;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 0px;
	height: 100vh;
	overflow-y: hidden;
}

div.left {
	float: left;
}

div.right {
	float: right;
}

div.twoColumns>div {
	width: 50%;
}

.wrapper {
	text-align: justify;
	/* ie 7*/
	*width: 100%;
	*-ms-text-justify: distribute-all-lines;
	*text-justify: distribute-all-lines;
}

.wrapper:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.wrapper-content {
	display: inline-block;
}

.wrapper-content>h3 {
	margin-top: 0.321em;
	/* ie 7*/
	*display: inline;
	*zoom: 1;
	*text-align: left;
}

.wrapper-content>button {
	vertical-align: baseline;
	/* ie 7*/
	*display: inline;
	*zoom: 1;
	*text-align: right;
}

.info_button {
	padding: 0;
	border: none;
	background: none;
	color: #0578a7;
}

.info_button:hover {
	color: deepskyblue;
	cursor: pointer;
}

.info_button>i {
	font-size: 1.5vw;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
	background-color: #fefefe;
	margin: 5% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	height: auto;
	font-size: .9vw;
}

.close {
	margin-left: 15px color: #aaa;
	float: right;
	font-size: 2em;
	line-height: 20px;
	font-weight: bold;
	transition: 0.3s;
}

.close:hover, .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.alert {
	margin: 0 0 20px;
	padding: 10px 15px;
	border: 1px solid #ff0000;
	background-color: #f44336;
	color: white;
	border-radius: 5px;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}

.warning {
	margin: 0 0 20px;
	padding: 10px 15px 20px;
	border: 1px solid #cccccc;
	background-color: #e6e6e6;
	color: #595959;
	border-radius: 5px;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}

.success {
	margin: 0 0 20px;
	padding: 10px 15px 20px;
	border: 1px solid #00ff00;
	background-color: #80ff00;
	color: #595959;
	border-radius: 5px;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}

iframe {
	border-style: none;
}

.header-frame {
	position: fixed;
	width: 100vw;
	height: 10vh;
}

html[data-useragent*='MSIE 10.0'] .content-frame {
	margin-top: 100px;
	height: 1500px;
}

html[data-useragent*='rv:11.0'] .content-frame {
	margin-top: 100px;
	height: 1500px;
}

.content-frame {
	margin-top: 7.5%;
	width: 100vw;
	height: 100rem;
}

.footer-frame {
	width: 100vw;
	height: 10vh;
}

.reportForm p {
	display: list-item;
	margin-left: 1em;
}

.reportForm label {
	margin-right: 1em;
}

.reportForm select {
	font-size: 1vw;
}

.reportForm input {
	font-size: 1vw;
}

.reportForm .btn-primary {
	margin-top: 2.5em;
}

/*
* setting the sorting arrows for the data tables to be displayed on the left instead of the default of right
*/
table.dataTable thead .sorting_asc {
	background: url("http://cdn.datatables.net/1.10.0/images/sort_asc.png")
		no-repeat center left;
}

table.dataTable thead .sorting_desc {
	background: url("http://cdn.datatables.net/1.10.0/images/sort_desc.png")
		no-repeat center left;
}

table.dataTable thead .sorting {
	background: url("http://cdn.datatables.net/1.10.0/images/sort_both.png")
		no-repeat center left;
}

/*
* overriding the padding of the data table's th and td to make the contents align 
*/
table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 18px;
}

.formgrp {
	display:flex; 
	flex-direction: row; 
	align-items: center
}

.formgrp label {
	padding: 0 2em 0 .5em;
}
.formgrp select {}
.formgrp input {}

a.btn-secondary {
    outline: none;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    padding: 5px 15px;
    border: 1px solid #0578a7;
    box-sizing: border-box;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    color: #0578a7;
    background-color: #ffffff;
    border-radius: 20px;
}

a.btn-secondary:hover {
    background-color: deepskyblue;
    color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}

span.nobr {
	white-space: nowrap;
	font-weight: bold;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	font-size: 0.75em;
	padding: 0.25em 1em;
}

.dataTables_wrapper .dataTables_info {
	font-size: 0.75em;
}