#labReportsListTable_paginate ul.pagination {
	width: auto !important;
}
div.labReport {
	float: left;
	width: auto;
	position: relative;
	margin: 15px;
	padding: 10px;
	text-align: center;
}
div.labReport a {
	float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
div.labReport a img {
	float: left;
	width: auto;
	max-width: 64px;
}
div.labReport a:hover img {
	opacity: 0.5;
}
div.labReportRow a img {
	float: left;
	width: auto;
	max-width: 32px;
}
div.labReport span {
	float: left;
	width: 100%;
	clear: left;
	font-size: 14px;
	color: #6b6b6b !important;
}
div.labReport a:hover span {
	color: #a5a5a5 !important;
}
#module-labreportsmanager-search section#wrapper div.container {
	width: 100%;
	max-width: 100%;
	padding-right: 0px;
	padding-left: 0px;
}
#module-labreportsmanager-search #wrapper {
	padding-top: 0px;
}
div.lab-reports-header-wrapper {
	min-height: 240px;
    background: url(/modules/labreportsmanager/views/img/lab-report-search-header-bg.jpg);
    background-size: 100%;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.6rem;
}
div.lab-reports-header h2 {
	color: #ffffff;
    font-size: 32px;
}
#labReportsListTable_wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

#labReportsListTable {
    margin: 1.5rem 0;
    float: left;
    width: 100% !important;
    background: #fafafa;
    border: 1px solid #d9d9d9;
	border-radius: 6px;
}

table.dataTable thead td, table.dataTable thead th {
	border-bottom: 1px solid #d9d9d9;
}

#labReportsListTable .btn-secondary {
	border: 1px solid #d9d9d9;
	color: #888888;
}

#labReportsListTable .btn-secondary svg path,
#labReportsListTable .btn-secondary svg polygon {
	fill: #888888 !important;
}

#labReportsListTable_wrapper select {
	height: 42px;
    border-radius: 6px;
    border: 1px solid #d9d9d9;
    margin: 0px 5px;
}

#labReportsListTable_wrapper input {
	height: 42px;
    border-radius: 6px;
    border: 1px solid #d9d9d9;
    margin-left: 12px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border-radius: 6px;
    border: 1px solid #d9d9d9;
    background: #216c91;
    color: #ffffff !important;
}

table.dataTable tbody td, table.dataTable tbody th {
    padding: 10px 10px;
    line-height: 34px;
}

table.dataTable tbody tr.even td {
	background: #efefef;	
}

@media (min-width: 544px) {
	#labReportsListTable_wrapper {
		max-width: 576px;
	}
}
@media (min-width: 768px) {
	#labReportsListTable_wrapper{
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	#labReportsListTable_wrapper {
		max-width: 940px;
	}
}
@media (min-width: 1200px) {
	#labReportsListTable_wrapper {
		max-width: 1140px;
	}
}
@media only screen and (max-width: 760px) {
	div.dataTables_wrapper div.dataTables_paginate ul.pagination {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 10px;
	}
	table, thead, tbody, tfoot, th, td, tr { 
		display: block; 
	}
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	tr { 
	}
	td { 
		border: none;
		position: relative;
		padding-left: 140px !important; 
		text-align: left !important;
		min-height: 24px;
		border: none !important;
	}
	td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	tr:nth-child(2n) td {
		background: #fafafa;
	}
	tr td:first-child {
		padding-top: 20px !important;
	}
	tr td:last-child {
		border-bottom: 1px solid #d9d9d9 !important;
		padding-bottom: 20px !important;
	}
	tr:last-child td:last-child {
		border-bottom: none !important;
	}
	#labReportsListTable tbody tr td:nth-child(1):before { content: "Product:"; top: 20px; left: 15px; text-align: left !important; }
	#labReportsListTable tbody tr td:nth-child(2):before { content: "Name:"; top: 8px; left: 15px; text-align: left !important; }
	#labReportsListTable tbody tr td:nth-child(3):before { content: "Date:"; top: 8px; left: 15px; text-align: left !important; }
	#labReportsListTable tbody tr td:last-child { padding-left: 10px !important; display: flex; justify-content: center; align-items: center; }
}

.switch-input,
.switch-input::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #6c868e;
    background: #fff;
    border: 2px solid #bbcdd2;
    border-radius: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
    vertical-align: middle
}

.switch-input {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    cursor: pointer;
    margin: -2px 4px 0 0;
    background: #fffbd3
}

.switch-input::after {
    font-family: "Material Icons", Arial, Verdana, Tahoma, sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    content: "close";
    position: absolute;
    top: -4px;
    left: -4px;
    display: block;
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.ps-switch-nolabel label,
.switch-input.switch-input-lg>input,
.switch-input.switch-input-sm>input,
.switch-input>input {
    display: none
}

.switch-input.-checked,
.switch-input.switch-input-lg.-checked,
.switch-input.switch-input-sm.-checked {
    background: #25b9d7
}

.switch-input.-checked::after {
    left: 16px;
    color: #25b9d7;
    content: "check";
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.switch-input.switch-input-lg,
.switch-input.switch-input-sm {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    color: #6c868e;
    background: #fffbd3
}

.switch-input.switch-input-lg,
.switch-input.switch-input-lg::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #bbcdd2;
    border-radius: 30px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.switch-input.switch-input-lg {
    width: 60px;
    height: 30px;
    margin: -2px 5px 0 0
}

.switch-input.switch-input-lg::after {
    font-size: 1.5rem;
    content: "close";
    top: -5px;
    left: -5px;
    display: block;
    width: 36px;
    height: 36px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.switch-input.switch-input-lg.-checked::after,
.switch-input.switch-input-sm.-checked::after {
    left: 25px;
    color: #25b9d7;
    content: "check";
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.switch-input.switch-input-sm {
    width: 28px;
    height: 16px;
    margin: -2px 3px 0 0
}

.search.search-with-icon::after,
.switch-input.switch-input-lg::after,
.switch-input.switch-input-sm::after {
    font-family: "Material Icons", Arial, Verdana, Tahoma, sans-serif;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: middle;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    position: absolute;
    font-weight: 400;
    color: #6c868e
}

.switch-input.switch-input-sm,
.switch-input.switch-input-sm::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #bbcdd2;
    border-radius: 16px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.switch-input.switch-input-sm::after {
    font-size: 1.5rem;
    content: "close";
    top: -3px;
    left: -3px;
    display: block;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.switch-input.switch-input-sm.-checked::after {
    left: 9px
}

.ps-switch {
    position: relative;
    display: block;
    width: 100%;
    height: 22px
}

.ps-switch label {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    padding-left: 2.8rem;
    margin-bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ps-switch .slide-button,
.ps-switch .slide-button::after {
    position: absolute;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out
}

.ps-switch .slide-button {
    top: 0;
    z-index: 0;
    display: block;
    width: 36px;
    height: 22px;
    background: #b3c7cd;
    border-radius: 1000px
}

.ps-switch .slide-button::after {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    content: "";
    background: #fff;
    border-radius: 50%
}

.ps-switch-center .slide-button {
    position: inherit;
    margin: auto
}

.ps-switch input {
    position: absolute;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0
}

.ps-switch input:disabled {
    cursor: not-allowed
}

.ps-switch input:disabled~.slide-button {
    opacity: .2
}

.ps-switch input:checked {
    z-index: 0
}

.ps-switch input:first-of-type:checked~label:first-of-type {
    opacity: 1
}

.ps-switch input:first-of-type:checked:disabled~label:first-of-type {
    opacity: .2
}

.ps-switch input:first-of-type:checked~.slide-button {
    background: #b3c7cd
}

.ps-switch input:last-of-type:checked~label:last-of-type {
    opacity: 1
}

.ps-switch input:last-of-type:checked:disabled~label:last-of-type {
    opacity: .2
}

.ps-switch input:last-of-type:checked~.slide-button {
    background: #70b580
}

.ps-switch input:last-of-type:checked~.slide-button::after {
    -webkit-transform: translateX(14px);
    transform: translateX(14px)
}

.ps-switch.ps-switch-sm {
    min-width: 6.25rem;
    height: 16px;
    font-size: .75rem
}

.ps-switch.ps-switch-sm label {
    padding-left: 2.5rem
}

.ps-switch.ps-switch-sm .slide-button {
    width: 30px;
    height: 16px
}

.ps-switch.ps-switch-sm .slide-button::after {
    width: 12px;
    height: 12px
}

.ps-switch.ps-switch-lg {
    height: 30px;
    font-size: 1rem
}

.ps-switch.ps-switch-lg label {
    padding-left: 4.075rem
}

.ps-switch.ps-switch-lg .slide-button {
    width: 56px;
    height: 30px
}

.ps-switch.ps-switch-lg .slide-button::after {
    width: 26px;
    height: 26px
}

.ps-switch.ps-switch-lg input:last-of-type:checked~.slide-button::after {
    -webkit-transform: translateX(26px);
    transform: translateX(26px)
}

#pdfviewer {
	float: left;
}
.modal a.close-modal {
	top: 5px !important;
	right: 5px !important;
}