* {
	font-family: 'Arial', sans-serif !important;
}

#admin_samples_sample_grid  .form-control[disabled],
#admin_samples_sample_grid .form-control[readonly] {
	background-color: transparent !important;
}

.allborders {
	border-width: 1px;
	border-style: solid;
	color: white;
}

.bigfont {
	font-size: 2em;
	font-weight: 400;
	font-style: normal;
}

.bigfont2 {
	font-size: 2.5em;
	font-weight: 400;
	font-style: normal;
}

.bigfont3 {
	font-size: 1.5em;
	font-weight: 400;
	font-style: normal;
}

.bigfont4 {
	font-size: 1.25em;
}

body {
	display: none;
	padding-top: 90px;
	padding-right: 0px !important;
	min-width: 600px !important;
	padding-bottom: 20px !important;
}

html {
	/* overflow-x: auto !important; */
	overflow-x: scroll !important;
	overflow-y: scroll !important;
}

.bold {
	font-weight: bold;
}

.bold_underline{
	font-weight: bold;
	text-decoration: underline;
}

.btn-default {
	border-radius: 15px 15px 15px 15px !important;
	padding: 3px 15px 3px 15px;
}

.btn {
	border-radius: 5px 5px 5px 5px !important;
	padding: 3px 5px 3px 5px;
}

.helpcursor {
	cursor: help;
}

button:hover, .hover {
	cursor: pointer;
	cursor: hand;
}

.camera_photo {
	border: solid black 2px;
}

.close {
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	float: right;
}

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

.container {
	width: 100% !important;
	margin-top: 20px;
}

.centeralign {
	text-align: center;
}

.datepick {
	background-color: white;
}

.disable_autocomplete_hack {
	background-color: transparent !important;
    border: 0px !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    width: 0px !important;
    color: transparent !important;
    cursor: default !important;
	padding: 0px !important;
	display: none;
}

.draggable {
	position: absolute;
	z-index: 99999999;
	cursor: move; /* fallback if grab cursor is unsupported */
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.draggable:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@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 {
	font-family: 'Glyphicons Halflings', sans-serif !important;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	position: relative;
	top: 0 !important;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

header {
	margin-bottom: 20px;
}

.hero-unit {
	border-radius: 0px 5px 5px 5px;
	overflow: hidden;
	/* margin-bottom: 1em; */
	padding: 0em;
	text-align: left;
}

.hidden {
	display: none;
}

.homelink img {
	height: 65px;
	margin: 5px;
	padding: 6px;
	border: none !important;
	background-color: transparent !important;
}

.wait {
	cursor: wait !important;
}

.inline {
	display: inline;
}

input[type=checkbox]:hover {
	cursor: hand ;
	cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.input-group .form-control {
	margin: 0 !important;
}

.json-collapsible {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
}
.json-collapsible details {
	margin-left: 20px;
}
.json-collapsible div {
	margin: 5px 0;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

.leftalign {
	text-align: left;
}

.leftfloat {
	float: left;
}

.topnav {
	min-width: 1100px;
}

.topnav_button {
	margin: 0 5px 0 5px;
}

#login_link_reminders_div {
	/* padding: 5px;
	border: 2px solid black;
	border-radius: 5px 5px 5px 5px !important;
	*/
	display: inline-block;
	max-width: 200px;
	overflow-wrap: break-word;
	/* background-color: red; */
	color: black;
	position: relative;
}

#logindiv {
	font-size: 1.5em;
}

.logininput {
	 border-radius: 5px 5px 5px 5px !important;
	 font-size: .8em;
}

#login_link:hover {
	cursor: hand;
	cursor: pointer;
}

.logo {
	width: auto;
	max-width: 90%;
	height: auto;
	max-height: 100%;
	margin: 2em;
}

.modal {
	background-size: cover;
}

.modal {
    overflow-y:auto;
    max-height:99%;
}

.modal {
	background-size: cover;
}

#modal_login form {
	margin: 1em;
}

.modal-open {
  overflow: hidden !important;
}

.navbar-fixed-top {
	 /* min-height: 115px; */
}

.navbar_minheight {
	min-height: 115px;
}

#navbar-collapse-main {
	/* padding-bottom: 20px; */
	border-width: 4px;
}

.nowrap {
	white-space: nowrap !important;
	overflow: hidden !important;
}

button.navbar-toggle {
	border-width: 3px !important;
	border-radius: 10px;
}

.navlogo {
	margin-top: 10px;
}

option[default] {
	display: none  !important;
}

.pagination {
	margin: 0px !important;
}

.pagination_margin {
	margin: 5px 10px 0 0;
}

.rightalign {
	text-align: right;
}

.rightfloat {
	float: right;
	/* margin: 1em .5em 0 0; */
}

.select_highlight {
    background: yellow;
    color: black;
    font-weight: bold;
}

.show_photo_link:hover {
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}

#lims_login_forgot_password {
	margin-top: 10px;
	font-size:80%;
}

#lims_login_forgot_password:hover {
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}

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

.smallicon {
	font-size: 12px;
	padding: 2px !important;
}

.sticky_footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.tr_striped_background, .tr_striped_background td {
	/* position: relative; /* Ensure the positioning is relative to the table row */
	/* background-color: lightgray; */ 
	/* opacity: .75; */
  
	background-color: rgba(198, 198, 198, 0.5) !important;
	color: black !important;
	
}

.tr_striped_background * {
	/* color: black !important; */
	
}

/*
.tr_striped_background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 20px,
    lightgray 40px,
    transparent 20px
  );
  opacity: .5;
  z-index: -1; /* Place it behind the content */
/*
}
*/

.tab-content {
	/* padding: 2em; */
}

.tablesorter td {
	/* I guess this about aesthetics... I wanted to cram as many columns on the page by breaking words in table columns... but it kinda looks weird. I leave this here in case it becomes preferable again... */	
	/* word-break: break-all; */
}

.tablesorter thead tr .header {
    background-position: left center;
    padding-left: 20px;
}

.tablesorter thead tr th, .tablesorter-header-inner {
	white-space: nowrap !important;
	overflow: hidden !important;
}

.bootstrap-icon-unsorted {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAYAAAD5YeaVAAAAe0lEQVR4AbXQoRWDMBiF0Sh2QLAAQ8SxJGugWSA6A2STW1PxTsnB9cnkfuYvv8OGC1t5G3Y0QMP+Bm857keAdQIzWBP3+Bw4MADQE18B6/etRnCV/w9nnGuLezfAmXhABGtAGIkruvk6auIFRwQJDywllsEAjCecB20GP59BQQ+gtlRLAAAAAElFTkSuQmCC);
}

.tablesorter_arrows tbody tr td {
	min-width: 8em;
	text-align: center;
}

.tablesorter_arrows tbody tr td input {
	box-sizing: border-box;
	width: 100%;
	min-width: 5em;
	padding: 5px;
	border: none;
}

.tablesorter_parent {
	position: relative;
	overflow-x: auto !important;
	overflow-y: auto !important;
	width: 100%;
	margin-bottom: 60px;
}

.ui-helper-hidden-accessible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
}

.workflow_top_row {
	background-color: gray;
}

@media all and (max-width: 400px) and (min-width: 50px) {


	label  {
		font-size: 3.5vw !important;
	}

	.center_container {
		padding-right: 1.5em;
		padding-left: 0;
	}

	.hero-unit {
		text-align: left !important;
	}

	.logo {
		max-width: 100% !important;
	}

	.hero-unit button {
		font-size: 3.5vw !important;
	}

	.bigfont2 {
		font-size: 8vw !important;
	}

	.bigfont4 {
		font-size: 5vw !important;
	}

	.tablesorter {
		/* font-size: 3.0vw; */
		/* overflow-x: scroll; */
		margin: 0 10px 0 10px;
	}

	input {
		font-size: 3.5vw !important;
	}
}