
/* =================================================================== */

/* Import Section
====================================================================== */

/* ----------------------------------------------------------------
[ futurastd ]
-----------------------------------------------------------------*/
@font-face {
	font-family: 'futurastd';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/futurastd/FuturaStd-Light.woff') format('woff');
}

@font-face {
	font-family: 'futurastd';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/futurastd/FuturaStd-Book.woff') format('woff');
}

@font-face {
	font-family: 'futurastd';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/futurastd/FuturaStd-Medium.woff') format('woff');
}

@font-face {
	font-family: 'futurastd';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/futurastd/FuturaStd-Heavy.woff') format('woff');
}

@font-face {
	font-family: 'futurastd';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/futurastd/FuturaStd-Bold.woff') format('woff');
}

/* ----------------------------------------------------------------
[ futurastd ]
-----------------------------------------------------------------*/
body {
	font-family: 'futurastd';
	font-style: normal;
}

/* Works on Firefox */
* {
	scrollbar-width: auto;
	scrollbar-color: #9e9e9e #e7e7e7;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
	width: 12px;
}

*::-webkit-scrollbar-track {
	background: #e7e7e7;
}

*::-webkit-scrollbar-thumb {
	background-color: #9e9e9e;
	border-radius: 20px;
	border: 3px solid #e7e7e7;
}

html {
	height: 100%;
}

body {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.w-100 {
	width: 100%;
}

.main_wrapper {
	flex: 1 0 auto;
	background: #eee;
	background-image: url("../img/tacture.png") !important;
	background-size: 100% 100% !important;
	background-position: center !important;
}

.login-form .form-control {
	box-shadow: none;
	border-color: #eee;
	height: 40px;
}

.login-form .form-control:focus {
	box-shadow: none;
	border-color: #73ae79;
}

.login-form {
	border-radius: 0;
	height: auto;
	overflow: hidden;
	padding: 50px 80px 60px;
	width: 600px;
	background: #fff;
}

.login-form h4 {
	font-size: 26px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 60px;
	font-weight: 400;
	color: #5e5e5e;
	font-weight: 700;
}

.login-form .input-group {
	margin-bottom: 25px;
	width: 100%;
	position: relative;
}

.login-form .form-group {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.pt-20 {
	padding-top: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.login-form .input-group .form-control {
	float: none;
	position: static;
	background: transparent;
	margin-bottom: 0px;
	padding-left: 50px;
	border-radius: 0;
}

.login-form .input-group .input-icon {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 3.4em;
	height: 3.4em;
	line-height: 3.4em;
	text-align: center;
	pointer-events: none;
}

.login-form .input-group .input-icon i {
	color: #8a8a8a;
	font-size: 22px;
	vertical-align: middle;
}

.login-form .input-group .input-icon::after {
	position: absolute;
	top: 0.6em;
	bottom: 0.6em;
	left: 3.4em;
	display: block;
	border-right: 1px solid #e5e5e5;
	content: "";
}

.remeber-me {
	color: #8a8a8a;
	font-size: 16px;
}

.login-btn button {
	background: #006d94;
	border: none;
	padding: 15px;
	border-radius: 0;
	font-size: 20px;
	font-weight: bold;
}

.login-btn button:hover {
	background: #12385c;
}

.login-btn button:focus {
	background: #12385c;
}

.dont-text {
	margin-top: 5%;
	font-size: 15px;
	font-weight: 400;
}

.login-form .field-loginform-rememberme .checkbox {
	padding-top: 0px;
	margin-top: 0;
	margin-bottom: 0px;
}

.login-form .field-loginform-rememberme input[type="checkbox"], input[type="radio"]
	{
	margin-top: 1px;
}

.login-links {
	padding-top: 15px;
	color: #555;
}

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

.login-form hr {
	border-top: 1px solid #eee;
	clear: both;
	width: 100%;
}

.text-green {
	color: #73ae79;
}

/*reset password css */
.signup-para {
	text-align: left;
	color: #605d5d;
	margin-bottom: 22px;
	font-size: 14px;
}

.signup-heading {
	margin-bottom: 4px !important;
}

/*adminpanel css*/
.right-column-content {
	min-height: 744px;
	position: relative;
}

.block .block-heading {
	float: left;
	font-size: 16px;
	width: 100%;
}

.main-text, .block .block-heading .h2, .block .block-heading .main-text
	{
	float: left;
}

.search-term-highlight {
	color: #333;
	font-size: 25px;
}

.block-controls, .block .block-heading .block-controls {
	float: right;
	margin: 5px 0 0;
	margin-right: 5px;
}

.block .block-heading+.block-content-outer {
	border-top: 0 !important;
}

.block .block-content-outer {
	background: none repeat scroll 0 0 #ffffff;
	/* border-bottom: 2px solid #73ae79; */
	padding: 15px;
	clear: both;
	position: relative;
}

.block .block-content-outer .block-content-inner {
	height: auto;
}

.nav-tabs {
	margin-bottom: 15px;
	border-bottom: 1px solid #dddddd;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus,
	.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover,
	.nav-tabs.nav-justified>.active>a:focus {
	border-top: 2px solid #73ae79;
	color: #000000;
}

.nav-tabs>li>a {
	color: #000000;
	border: 0;
}

.tab-content>.active, .pill-content>.active {
	display: block;
}

.search-results-classic {
	margin: 0 0 20px 0;
}

.search-results-profile {
	background-color: #e7e7e7;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	padding: 10px 0;
	margin-top: 20px;
}

.search-results-profile .search-results-profile-image {
	float: left;
	text-align: center;
	padding: 2px 0px 2px 7px;
}

.list-thumbnail-normal {
	border: 1px solid #0b0909;
	padding: 5px;
	-moz-border-radius: 50% 50% 50% 50% !important;
	-webkit-border-radius: 50% 50% 50% 50% !important;
	border-radius: 50% 50% 50% 50% !important;
}

.search-results-profile .search-results-profile-content {
	position: relative;
	margin-left: 107px;
	min-height: 72px;
}

.search-results-profile .search-results-profile-content .search-results-profile-title.h3
	{
	line-height: 17px;
	margin-bottom: 0px;
	font-size: 14px;
	margin-top: 13px;
}

.search-results-profile .search-results-profile-content .search-results-profile-more-block
	{
	display: block;
}

.search-results-profile .search-results-profile-content .search-results-profile-button
	{
	margin-top: 12px;
	float: left;
	margin-right: 10px;
}

.block .block-heading {
	background: none repeat scroll 0 0 #ffffff;
	padding: 15px;
	margin: 0 !important;
	border: 0;
}

.green-button {
	background: #01c4ca;
	border: 1px solid #01c4ca;
	border-radius: 3px;
}

.user-heading {
	color: #7D7D7D;
}

.executive-heading a {
	color: #000;
	margin-left: 5px;
	text-align: center;
}

.block-content-outer .page-head h1 {
	margin: 5px 0;
	font-size: 16px;
	color: #222;
	/* line-height: 30px; */
	display: inline-block;
	margin-right: 10px;
}

.panel-heading .page-head {
	background: #fff;
	padding: 20px;
	margin: 0;
}

.block-content-outer .panel-heading {
	padding: 5px 15px;
}

.block-content-outer .panel-body {
	padding: 4px;
	background: #fff;
}

.block-content-outer .panel-info>.panel-heading {
	color: #fff !important;
	background-color: #f5f5f5;
	border-color: #73ae79;
}

.block-content-outer .panel-info {
	border-color: #bce8f1;
	border: 1px solid #eee;
	margin-bottom: 20px;
}

.green-button .button-head {
	margin-top: 0px;
	margin-bottom: 5px;
}

.table thead {
	color: #ffffff !important;
	background-color: #f5f5f5;
}

.main-text.h2 {
	margin-top: 2px;
	float: left;
}

table thead tr th {
	white-space: nowrap;
}

th {
	color: #333;
}

.block-content-outer .panel-heading {
	padding: 5px 4px;
	background: #eee;
}

.mar-top-10 {
	margin-top: 10px;
}

.block-controls.block-button {
	float: left;
}

.search-results-profile-title.h3 a:focus {
	color: #73AE79 !important;
	text-decoration: none !important;
}

.search-results-profile-title.h3 a:hover {
	color: #73AE79 !important;
	text-decoration: none !important;
}

.search-results-profile-title {
	font-size: 12px;
}

.green-button:hover {
	border: 1px solid #01c4ca;
	background: #01c4ca;
}

#billing-grid-view table tbody tr td a i {
	margin-right: 10px;
}

.login-center .form-control {
	border-bottom: 2px solid #8a8a8a !important;
	border: none;
}

.logo-image {
	width: 250px;
}

.logo-main {
	width: 100%;
}

@media screen and (max-width: 480px) {
	.form-group.field-coaqueuedetail-search {
		width: 100%;
	}
	#search_coa .main {
		margin-left: 0px;
	}
	#search_coa .search-container {
		padding: 0px;
	}
	#search_coa .search-container button {
		padding: 9px;
		margin-top: 0;
		margin-right: 0;
		background: #ddd;
		font-size: 17px;
		border: none;
		cursor: pointer;
		margin-left: 0;
	}
	#search_coa .img-width {
		width: 100%;
	}
	.logo-image {
		width: 100%;
	}
}

@media screen and (max-width: 767px) and (min-width: 481px) {
	.form-group.field-coaqueuedetail-search {
		width: 100%;
	}
	#search_coa .main {
		margin-left: 0px;
	}
	#search_coa .search-container {
		padding: 0px;
	}
	#search_coa .search-container button {
		padding: 9px;
		margin-top: 0;
		margin-right: 0;
		background: #ddd;
		font-size: 17px;
		border: none;
		cursor: pointer;
		margin-left: 0;
	}
	#search_coa .img-width {
		width: 100%;
	}
	.logo-image {
		width: 300px;
	}
}

@media screen and (max-width:1196px) and (min-width: 768px) {
	.form-group.field-coaqueuedetail-search {
		width: 50%;
	}
	#search_coa .main {
		margin-left: 0px;
	}
	#search_coa .search-container {
		padding: 0px;
	}
	#search_coa .search-container button {
		padding: 9px;
		margin-top: 0;
		margin-right: 0;
		background: #ddd;
		font-size: 17px;
		border: none;
		cursor: pointer;
		margin-left: 0;
	}
	#search_coa .img-width {
		width: 100%;
	}
	.logo-image {
		width: 100%;
	}
	#search_coa input[type="text"] {
		margin-top: 0px;
	}
}

.content-section {
	margin-top: 0px;
}

.lims-ul {
	padding: 0;
	list-style: none;
	display: inline-block;
	width: 100%;
}

.lims-ul li {
	position: relative;
	line-height: 21px;
	text-align: left;
	float: left;
	margin-bottom: 5px;
	width: 16.28%;
}

.lims-ul.chem-btn li a {
	height: 60px;
}

.lims-ul li a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 10px 10px;
	text-decoration: none;
	background: #5f8e7e;
	margin-right: 5px;
	text-transform: uppercase;
	font-size: 14px;
}

.lims-ul li a:hover {
	color: #fff;
	background: #5f8e7e;
}

.lims-ul li ul.dropdown {
	min-width: 100%;
	background: #f2f2f2;
	display: none;
	position: absolute;
	z-index: 999;
	left: 0;
}

.lims-ul li ul.dropdown li a {
	padding: 10px 5px !important;
	/* background: #fff; */
	margin-right: 0;
	height: 100% !important;
}

.lims-ul li ul.dropdown li a:hover {
	color: #fff;
	background: #006d94;
}

.lims-ul li ul.dropdown {
	min-width: 100%;
	background: #f2f2f2;
	display: none;
	position: absolute;
	z-index: 999;
	left: 0;
}

.lims-ul li:hover ul.dropdown {
	display: block;
}

.lims-ul li ul.dropdown li {
	display: block;
	width: 100%;
}

.lims-ul li ul.dropdown {
	min-width: unset;
	background: #015a82;
	display: none;
	position: absolute;
	z-index: 999;
	left: 0;
	width: 96%;
}

.lims-ul li:hover ul.dropdown {
	display: block;
	padding: 0px;
}

.lims-ul li ul.dropdown li {
	display: block;
}

.lims-dashboard-table.new-table-lims {
	display: inline-block;
	width: 100%;
}

.lims-dashboard-table table {
	border-collapse: collapse;
	width: 100%;
}

.lims-dashboard-table td {
	text-align: left;
	padding: 8px;
}

.lims-dashboard-table th {
	text-align: left;
	padding: 8px;
	vertical-align: top;
}

.lims-dashboard-table tr:nth-child(even) {
	background-color: #ecedee;
}

.lims-dashboard-table tr:nth-child(odd) {
	background-color: #f4f5f5;
}

.lims-dashboard-table table {
	border: none;
	border-bottom: none !important;
}

.lims-dashboard-table td {
	border: none;
	border-bottom: none !important;
}

.lims-dashboard-table table {
	border: none;
	border-bottom: 3px solid #ddd;
	font-size: 12px !important;
	padding: 20px 10px 5px 10px;
}

.lims-dashboard-table th {
	background: linear-gradient(0deg, rgba(244, 249, 253, 1) 0%,
		rgba(254, 254, 254, 1) 63%, rgba(255, 255, 255, 1) 100%) !important;
	padding: 10px 15px;
	font-weight: 500 !important;
	color: #94aab8;
	border: 2px solid #e1e6ea !important;
	text-transform: uppercase;
	vertical-align: middle;
}

.red_color {
	color: red;
}

.lims-action {
	margin: 0;
	padding: 6px 0 6px 0;
	border-bottom: 1px solid #C8C8C8;
}

.lims-dashboard-table i {
	font-size: 20px;
	color: #d9534f;
}

.lims-dashboard-table .fa-check-square-o {
	color: green;
}

.panel-default>.panel-heading {
	background-color: #e2e4e5;
}

.lims-button-ul {
	list-style-type: none;
	padding: 0;
	float: right;
	height: auto;
	overflow: hidden;
	margin-bottom: 0;
}

.lims-button-ul li {
	float: left;
	margin-right: 2px;
}

.lims-button-ul li a {
	display: block;
	color: #000;
	text-align: center;
	padding: 6px 20px;
	text-decoration: none;
	border: 1px solid #7E7E7E;
}

.lims-test-tab {
	padding: 20px;
}

.lims-test-tab .nav-tabs {
	border-radius: 0;
	width: 100%;
	margin-bottom: 20px;
	border: none;
}

.lims-test-tab .nav-tabs>li {
	border: 1px solid #ddd;
	margin-right: 5px;
	padding: 5px;
}

.lims-test-tab .nav-tabs>li.active {
	background: #5f8e7e;
	border-color: #5f8e7e;
}

.lims-test-tab .nav-tabs>li.active>a, .lims-test-tab .nav-tabs>li.active>a:hover,
	.lims-test-tab .nav-tabs>li.active>a:focus, .lims-test-tab .nav-tabs.nav-justified>.active>a,
	.lims-test-tab .nav-tabs.nav-justified>.active>a:hover, .lims-test-tab .nav-tabs.nav-justified>.active>a:focus
	{
	border-top: none;
	color: white;
}

.lims-test-tab .nav-tabs>li.active>a, .lims-test-tab .nav-tabs>li.active>a:hover,
	.lims-test-tab .nav-tabs>li.active>a:focus {
	background-color: transparent;
	border: none;
}

.lims-test-tab .nav-tabs>li>a {
	margin-right: 0px;
	padding: 5px 10px;
	font-size: 12px;
}

.lims-test-tab .nav-tabs>li:hover, .lims-test-tab .nav-tabs>li:hover a {
	background: #5f8e7e;
	color: #fff;
	border-radius: 0;
}

.download-pdf {
	margin-top: 20px;
}

.colorful-span {
	list-style: none;
	padding: 30px 15px;
	margin-bottom: 0;
}

.colorful-span li {
	display: inline-block;
	padding: 5px 10px;
	margin-right: 10px;
}

.colorful-span li a {
	color: #fff;
}

.analytes-table {
	padding: 15px;
}

.analytes-table table {
	border: 1px solid #ddd;
	text-align: left;
}

.analytes-table td {
	border: 1px solid #ddd;
	text-align: left;
}

.analytes-table th {
	border: 1px solid #ddd;
	text-align: left;
}

.analytes-table table {
	border-collapse: collapse;
	width: 100%;
}

.checkin-div {
	padding: 0px 15px
}

.analytes-table td {
	padding: 10px !important;
	background: #eee;
}

.analytes-table th {
	padding: 10px !important;
	background: #eee;
}

.right-ul {
	list-style: none;
	display: inline-block;
	padding: 0;
	vertical-align: top;
	margin: 20px 0 35px 35px;
	width: 25%;
}

.right-ul span {
	margin-left: 10px;
	vertical-align: top;
	font-weight: 600;
}

.right-ul i {
	font-size: 25px;
}

.potency-div {
	margin-left: 0;
	margin-bottom: 0;
}

.test-button {
	padding: 4px 35px;
	background: #eee;
	margin-bottom: 10px;
}

.potency-div h3 {
	font-weight: 600;
	margin: 32px 0 15px;
	font-size: 14px;
}

.solvent-div {
	padding: 0;
}

.solvent-div h4 {
	margin: 20px;
}

.text-div {
	height: 40px;
}

.test-result {
	padding: 20px;
	background: #f7f7f7;
}

.search-analytics::before {
	content: '';
	position: absolute;
	display: block;
	width: 93%;
	height: 2px;
	background: #ddd;
	bottom: 0px;
	left: 13px;
}

.test-row {
	margin-bottom: 15px;
}

.lims-dashboard-table .checkbox {
	position: relative;
	display: block;
	margin-top: 0;
	margin-bottom: 0;
}

/* .lims-dashborad-table .checkbox label {
	position:
} */
.testing-batch h3 {
	margin-top: 0px;
}

.testing-batch {
	padding: 0 20px 20px 20px;
}

.color-label::after {
	content: "*";
	color: red;
}

.padding-top {
	padding-top: 15px;
}

.result-views input {
	text-align: center;
}

input[type="radio"], input[type="checkbox"] {
	margin: 0px 0 0;
}

.padd0 {
	padding-top: 6px;
}

.upload-color-grey {
	background: #eee;
	padding: 6px 10px;
}

.upload-color-white {
	background: #fff;
	padding: 6px 10px;
}

.upload-color-grey p {
	margin-bottom: 0;
}

.upload-color-white p {
	margin-bottom: 0;
}

.custom-dialog {
	width: 440px;
	margin: 30px auto;
}

.custom-dialog h4 {
	font-size: 23px;
}

.form-border {
	border: 1px solid #999;
	padding: 20px;
	margin-bottom: 30px;
}

.form-border h4 {
	display: inline-block;
	background: #fff;
	position: absolute;
	top: -20px;
	padding: 0px 10px;
}

.mb-30 {
	margin-bottom: 30px;
}

.done-button {
	padding: 10px;
	background: #888;
	margin-right: 5px;
	color: #fff;
	border-radius: 5px;
}

.delete-button {
	padding: 10px;
	margin-right: 5px;
	color: #fff;
	border-radius: 5px;
}

.done-button:hover {
	color: #fff;
}

.custom-modal-table {
	border-collapse: collapse;
	width: 100%;
}

.custom-modal-table td {
	text-align: left;
	padding: 8px;
	border: none;
}

.custom-modal-table th {
	border: none;
	text-align: left;
	padding: 8px;
	border-bottom: 2px solid #444;
}

.table-dialog {
	width: 400px !important;
}

.table-dialog h4 {
	display: inline-block;
	border-bottom: 2px solid #444;
	padding: 0 0 6px 0;
}

.custom-dropdown {
	margin-top: 24px;
}

.btn-dropdown {
	width: 100%;
	text-align: left;
	background: #fff;
	color: #000;
	border-radius: 0px;
	border-color: #ddd;
}

.btn-dropdown .caret {
	position: absolute;
	right: 14px;
	top: 16px;
}

.btn-dropdown:hover {
	color: #000;
	background: #fff;
	border-color: #ddd;
}

.btn-dropdown:active, .btn-dropdown.active, .open>.dropdown-toggle.btn-dropdown
	{
	color: #000;
	background-color: #fff;
	border-color: #ddd;
}

.btn-dropdown:focus, .btn-dropdown.focus {
	color: #000;
	background-color: #fff;
	border-color: #ddd;
}

.btn-dropdown:active:hover, .btn-dropdown.active:hover, .open>.dropdown-toggle.btn-dropdown:hover,
	.btn-dropdown:active:focus, .btn-dropdown.active:focus, .open>.dropdown-toggle.btn-dropdown:focus,
	.btn-dropdown:active.focus, .btn-dropdown.active.focus, .open>.dropdown-toggle.btn-dropdown.focus
	{
	color: #000;
	background-color: #fff;
	border-color: #ddd;
}

.custom-dropdown ul {
	width: 100%;
	border-radius: 0px;
	background: #858482 !important;
}

.custom-li a {
	display: inline-block !important;
	font-weight: bold !important;
}

.yellow-color {
	color: #fec700 !important;
	font-size: 16px !important;
}

.white-color {
	color: #fff !important;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-color: transparent;
}

.green-btn {
	background: #eff9ee !important;
	border: 1px solid #73ae79;
	color: #73ae79;
}

.green-btn:hover, .green-btn:focus, .green-btn:active, .green-btn:active:hover
	{
	background: #eff9ee !important;
	border: 1px solid #73ae79;
	color: #73ae79;
}

.green-btn i {
	background: #5cb85c;
	padding: 2px;
	color: #fff;
	border-radius: 50px;
	font-size: 15px;
	margin-right: 10px;
}

.user-add-table td {
	border: none !important;
	padding: 5px 2px;
	color: #000;
	font-size: 16px;
	font-weight: 600;
}

.black-border {
	border: 8px solid #000;
	border-radius: 0;
}

.grey-btn {
	color: #fff;
	background-color: #4d4d4d;
	border-color: #4d4d4d;
}

.grey-btn:hover, .grey-btn:focus {
	color: #fff;
	background-color: #4d4d4d;
	border-color: #4d4d4d;
}

.listing-span {
	font-size: 16px;
}

.print-label {
	padding: 4px 40px;
	background: #eee;
	border-color: #666;
}

.custom-dropdown ul {
	max-height: 300px;
	overflow: auto;
}

.location-button {
	padding: 12px;
	border: 1px solid #01c4ca;
	border-radius: 8px;
	color: #01c4ca;
	display: inline-block;
	background: #fff;
	text-transform: uppercase;
}

.mt-20 {
	margin-top: 20px;
}

.blue-button {
	padding: 12px;
	background: rgba(22, 155, 213, 1);
	border-radius: 8px;
	color: #fff;
}

select[multiple], select[size] {
	height: 110px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

.sample-field {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
}

.sample-field td, .sample-field th {
	padding: 8px;
	border: none;
}

.sample-field th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	color: #000;
	font-size: 22px;
}

.photo-add i {
	font-size: 30px;
}

.navbar {
	min-height: 70px;
}

.batch-result {
	position: absolute;
	left: 0px;
	top: 60px;
}

.blank-button {
	background: #d1d1d1;
	border: 1px solid;
	padding: 5px 25px;
}

.requested-analyses {
	list-style: none;
	padding: 10px;
	border: 1px solid #ddd;
	max-height: 112px;
	overflow-y: scroll;
}

ul.requested-analyses li {
	cursor: pointer;
	padding: 3px 2px;
}

.requested-analyses li.active {
	background: #ddd;
	padding: 3px 2px;
}

span.rush {
	margin-left: 30px;
	text-decoration: underline;
}

span.rush.blue a {
	color: #3f48cc !important;
}

span.rushs.red a {
	color: red !important;
}

.padd-r-0 {
	padding-right: 0;
}

.padd-l-0 {
	padding-left: 0;
}

.table-dialog {
	width: 700px !important;
}

.pt-30 {
	padding-top: 30px;
}

.padd-r-0 {
	padding-right: 0;
}

.view-plate-icon {
	text-align: center;
}

.view-plate-icon i {
	font-size: 40px;
}

.padd-l-0 {
	padding-left: 0px;
}

.view-plate-heading p:nth-child(even) {
	background: #f4f5f5;
}

.view-plate-heading p:nth-child(odd) {
	background: #e4e7ea;
}

.view-plate-heading p {
	margin: 0;
	padding: 10px 5px 20px 5px;
	min-height: 50px;
}

.view-plate-black-main {
	background: #3e3c3d;
	border-radius: 5px;
	padding: 10px;
}

.view-plate-heading {
	padding: 15px 0;
}

.grey-plate {
	margin: 5px 0 0 0;
}

.grey-plate .first {
	height: 40px;
	width: 40px;
	line-height: 10px;
	background: #dac9b8;
	border-radius: 50%;
	display: inline-block;
}

.grey-plate .second {
	color: #dac9b8;
	position: absolute;
	bottom: 0;
	right: 0;
}

.view-plate-icon {
	padding: 10px 0 0 0;
}

.p-30 {
	padding: 30px;
}

.batches-table td {
	padding: 0 10px;
}

.batches-table label {
	min-height: 5px !important;
}

.batches-table .checkbox {
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
}

.p-40 {
	padding: 40px;
}

.pt-25 {
	padding-top: 25px;
}

.styled-checkbox {
	position: absolute;
	opacity: 0;
}

.styled-checkbox:checked+label::after {
	content: '';
	position: absolute;
	left: 7px;
	top: 13px;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 black, 4px 0 0 black, 4px -2px 0 black, 4px -4px 0
		black, 4px -6px 0 black, 4px -8px 0 black;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.styled-checkbox:checked+label::before {
	background: #acd9a0;
}

.styled-checkbox+label::before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 25px;
	height: 25px;
	background: #acd9a0;
	border-radius: 50%;
}

.absolute {
	position: absolute;
	right: 0;
	top: 0;
}

@media ( min-width : 320px) and (max-width: 480px) {
	.login-form {
		width: 100%;
		padding: 20px;
	}
	.login-center {
		position: absolute;
		top: 16%;
		left: 5px;
		transform: translate(0%, 0%);
		right: 5px;
	}
	.login-form .field-loginform-rememberme .checkbox {
		font-size: 13px;
	}
	.remeber-me {
		font-size: 13px;
	}
	.radio label, .checkbox label {
		padding-right: 0px;
	}
	.flex-box-2, .flex-box-3, .flex-box-1, .flex-box-7, .flex-box-9,
		.flex-box-10, .flex-box-0, .flex-box-11 {
		width: 46% !important;
		height: 85px !important;
		margin-bottom: 10px !important;
	}
	.lims-ul li {
		width: auto;
	}
}

.header-section, .theme-logo-bg {
	background: #fff !important;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0
		rgba(0, 0, 0, 0.12) !important;
}

.header-section {
	background: #fff !important;
}

.btn {
	padding: 10px 11px;
	height: auto;
	padding: 9px 15px !important;
	border-radius: 0;
}

/* .request-new input {
border-color: #01c4ca !important;
height: 40px;
} */
.request-new::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #01c4ca;
	font-size: 8px;
	opacity: 1;
	/* Firefox */
}

.request-new:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #01c4ca;
}

.request-new::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #01c4ca;
}

.label-default {
	background-color: #01c4ca;
	padding: 7px;
}

.testing-status {
	text-transform: uppercase;
	font-weight: 600;
}

h1.timer .fa-sort-desc {
	font-size: 28px;
	vertical-align: top;
	color: red;
}

h1.timer .fa-sort-asc {
	font-size: 28px;
	vertical-align: top;
	color: #87c26b;
}

.testing-status div {
	margin-bottom: 10px;
	position: relative;
}

.login-form.form.signature-div {
	background: #fff;
	width: 100%;
	color: #000;
	padding: 0;
	height: unset !important;
}

.signature-pad .signature-pad--body {
	border: 1px solid #d9d9d9;
	margin-bottom: 13px;
}

.signature-pad .signature-pad--body canvas {
	width: 100%;
}

.signature-pad--actions .pad_buttons:last-child {
	float: right;
}

.signature-pad--actions .pad_buttons .button {
	color: #fff;
	background-color: #5f8e7e;
	border: none;
	text-transform: uppercase;
	min-width: 120px;
	padding: 10px;
}

.signature-pad--actions .pad_buttons .button.clear {
	opacity: .8;
}

.signature-pad--actions .pad_buttons .button.clear:hover {
	opacity: 1;
}

.result-views input[type="text"] {
	width: 95px;
	display: inline-block;
	margin-right: 3px;
}

.test-result .col-md-1 {
	padding: 0;
}

.document-text p {
	margin-left: 20px;
	margin-bottom: 5px;
}

a.black-text {
	color: #000 !important;
}

.black-icon {
	color: #000 !important;
	font-size: 14px;
}

.black-icon i {
	font-size: 17px;
}

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

td.rush {
	border-bottom: 3px solid red;
}

.absolute-new {
	position: absolute;
	top: 10px;
	right: 40px;
}

.chemical-unit {
	position: absolute;
	top: 1px;
	right: 1px;
}

.chemical-unit select {
	background: #ffffff;
	border: none;
	height: 32px;
	margin-top: 1px;
}

.relative {
	position: relative;
}

.spike-value {
	height: 40px;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.flex-column {
	flex-direction: column;
}

.ml-auto, .mx-auto {
	margin-left: auto !important;
}

.mr-auto, .mx-auto {
	margin-right: auto !important;
}

.full-page-header {
	display: inline-block;
	width: 100%;
}

.full-page-header .fp-header-01 {
	display: inline-block;
	width: 100%;
	background: #fff;
	padding: 20px 0;
}

.full-page-header .fp-header-01 ul {
	list-style: none;
	margin-bottom: 0;
	padding: 0 20px;
}

.full-page-header .fp-header-01 ul li {
	margin-right: 15px;
}

.full-page-header .fp-header-01 ul li:last-child {
	margin-right: 0;
}

.full-page-header .fp-header-01 ul li .label.label-version {
	background-color: #b4cfc6;
	padding: 6px 12px;
	text-transform: uppercase;
	border-radius: 2px;
}

.full-page-header .fp-header-02 {
	background: #5f8e7e;
	padding: 25px 20px;
	background-image: url(../img/new-top-back.png);
	background-size: cover;
}

.full-page-header .fp-header-02 .breadcrumb-head {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}

.full-page-header .fp-header-03 {
	padding: 15px 20px;
	background-image: url("../img/tacture.png") !important;
	background-size: 100% 100% !important;
	background-position: center !important;
}

.full-page-header .fp-header-03 .page-name {
	color: #77848c;
	font-size: 16px;
}

.full-page-header .fp-header-03 .page-name i {
	color: #a2b3bd;
	font-size: 24px;
}

.full-page-header .fp-header-03 .ndh-right-sec>ul {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}

.full-page-header .fp-header-03 .ndh-right-sec>ul .portal-location ul {
	list-style: none;
	padding-left: 0;
}

.full-page-header .fp-header-03 .ndh-right-sec>ul .portal-location ul>li .form-group
	{
	display: flex;
	align-items: center;
	margin: 0;
}

.full-page-header .fp-header-03 .ndh-right-sec>ul .portal-location ul>li .form-group label
	{
	font-weight: normal;
	color: #77848c;
	margin-right: 5px;
	margin-bottom: 0;
}

.full-page-header .fp-header-03 .ndh-right-sec>ul .portal-location ul>li .form-group select
	{
	min-width: 200px;
	background: transparent;
	height: 34px;
	padding-right: 35px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.dash-select {
	position: relative;
	border: 2px solid #c9d3d5;
	background: rgb(244, 249, 253);
	background: linear-gradient(0deg, rgba(244, 249, 253, 1) 0%,
		rgba(254, 254, 254, 1) 63%, rgba(255, 255, 255, 1) 100%);
}

.ri-form .dash-select select {
	background: transparent !important;
	border: none !important;
}

.dash-select::before {
	content: "\f107";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	right: 2px;
	pointer-events: none;
	top: 0;
	height: 34px;
	width: 30px;
	line-height: 34px;
	background: rgb(244, 249, 253);
	background: linear-gradient(0deg, rgba(244, 249, 253, 1) 0%,
		rgba(254, 254, 254, 1) 63%, rgba(255, 255, 255, 1) 100%);
	font-size: 22px;
	color: #c9d3d5;
	border-left: 1px solid;
	text-align: center;
}

.dash-select.ht-40::before {
	height: 38px;
	line-height: 38px;
	top: 1px;
}

.dash-select select {
	background: transparent !important;
	border: none !important;
	min-width: 200px;
	height: 34px;
	padding-right: 35px;
	-webkit-appearance: none !important;
	-moz-appearance: none;
	appearance: none !important;
	padding-top: 0;
	padding-bottom: 0;
	text-align: left;
}

.mr-10 {
	margin-right: 10px !important;
}

.full-page-header .fp-header-03 .ndh-right-sec>ul>li {
	border-right: 2px dotted #77848c;
	padding-right: 20px;
	margin-right: 20px;
	min-height: 40px;
	display: flex;
	align-items: center;
}

.full-page-header .fp-header-03 .ndh-right-sec>ul>li:last-child {
	margin: 0;
	padding: 0;
	border: oldlace;
}

.full-page-header .fp-header-03 .ndh-right-sec>ul>li .btn.btn-default.dropdown-toggle
	{
	border: none;
	padding: 0;
	background: transparent;
	color: #828a92;
	font-size: 16px;
	text-transform: capitalize;
	box-shadow: none;
}

.full-page-header .fp-header-03 .ndh-right-sec>ul>li .btn.btn-default.dropdown-toggle #profile_file
	{
	border-radius: 50%;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.full-page-header .fp-header-03 #notification-container .color-bell .mega-icon
	{
	font-size: 24px;
	color: #e3403f;
}

.full-page-header .fp-header-03 #notification-container .color-bell .badge
	{
	position: absolute;
	left: 1.5px;
	top: 10px;
	background: transparent;
}

.dropdown-usermenu.purple {
	border-top: 2px solid #5f8e7e;
}

.dropdown-usermenu.purple::after {
	border-bottom: 10px solid #5f8e7e;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: "";
	display: inline-block;
	right: 6%;
	position: absolute;
	top: -10px;
}

.new_company_about {
	background: #fff;
	padding: 15px;
	margin-bottom: 70px;
	box-shadow: 0px 20px 9px -20px rgba(0, 0, 0, .1);
}

.new_company_about .ncp_profile_img {
	max-width: 250px;
	max-height: 250px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	padding: 20px;
	background: #fff;
	box-shadow: 0px 20px 9px -20px rgba(0, 0, 0, .1);
	border: 1px solid #f9f9f9;
}

@media screen and (min-width: 991px) {
	.new_company_about .ncp_profile_img {
		position: relative;
		margin-top: -40px;
		top: 60px;
	}
	.new_company_about .ncp_profile_content {
		margin-top: 30px;
	}
}

.new_company_about .ncp_profile_img #blah {
	background: #fff;
	border-radius: 50%;
}

.new_company_about .ncp_profile_content .ncp_name {
	margin: 0;
	font-size: 34px;
}

.new_company_about .ncp_profile_content ul {
	list-style: none;
	display: flex;
	align-items: flex-end;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

.new_company_about .ncp_profile_content ul>li {
	border-right: 2px dotted #77848c;
	padding-right: 20px;
	margin-right: 30px;
	width: 50%;
}

.new_company_about .ncp_profile_content ul>li p {
	margin-bottom: 0;
}

.new_company_about .ncp_profile_content ul>li:last-child {
	border-right: 0;
}

.new_company_about .ncp_profile_content ul>li .comp-adrs {
	color: #36434c;
	font-size: 16px;
	margin-bottom: 20px;
}

.new_company_about .ncp_profile_content ul>li .comp-emal {
	color: #36434c;
	font-size: 16px;
}

.new_company_about .ncp_profile_content ul>li .comp-emal span {
	display: inline-block;
	width: 100%;
}

.new_company_about .ncp_profile_content ul>li .comp-emal a {
	color: #8bb44c;
}

.new_company_about .ncp_profile_content ul>li .tel-text {
	color: #36434c;
	font-size: 14px;
	margin-bottom: 10px;
}

.new_company_about .ncp_profile_content ul>li .tel-numbr {
	color: #36434c;
	font-size: 16px;
}

.new_company_about .btd {
	text-align: right;
}

.new_company_about .btd a {
	color: #7eaf39;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.new-about-kaycha {
	background: #194d4b;
	padding: 15px;
	position: relative;
}

.new-about-kaycha::before {
	content: '';
	background-image: url("../img/new-kaycha_aboutus.png");
	padding: 15px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: right;
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
}

.nak-content {
	line-height: 1.2;
}

.nak-logo {
	width: 130px;
}

.new_company_pdfs {
	background-image: url("../img/gradient.png");
	padding: 15px 0;
	margin-top: 30px;
	display: inline-block;
	width: 100%;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top;
}

.new_company_pdfs .new_company_pdfs_serch {
	padding: 0 15px;
}

.new_company_pdfs .new_company_pdfs_serch form {
	display: flex;
}

.new_company_pdfs .new_company_pdfs_serch .form-group.field-coaqueuedetail-search
	{
	width: 100%;
	margin-right: 10px;
}

.new_company_pdfs .new_company_pdfs_serch .form-group.field-coaqueuedetail-search #coaqueuedetail-search
	{
	width: 100%;
	border: 2px solid #c9d3d5;
	background: rgb(244, 249, 253);
	background: linear-gradient(0deg, rgba(244, 249, 253, 1) 0%,
		rgba(254, 254, 254, 1) 63%, rgba(255, 255, 255, 1) 100%);
	color: #000;
}

.new_company_pdfs .new_company_pdfs_serch #team-form-submit {
	margin-left: 5px;
	background: rgb(136, 153, 163);
	background: linear-gradient(0deg, rgba(136, 153, 163, 1) 0%,
		rgba(146, 162, 175, 1) 35%, rgba(150, 168, 180, 1) 100%);
	border-color: rgb(136, 153, 163);
	border-radius: 0;
	padding: 0 15px;
	font-weight: 500;
	min-width: 100px;
}

.pdf_box {
	background: #f7f5f6;
	padding: 20px;
	box-shadow: 5px 5px 3px -5px rgba(0, 0, 0, .1);
	min-height: 412px;
	margin-bottom: 20px;
}

.new_company_pdfs .coa-pdf-boxes .list-view {
	display: inline-block;
	width: 100%;
}

.new_company_pdfs .coa-pdf-boxes .list-view .summary {
	padding: 0 15px 15px 15px;
}

.bg-bdr {
	border-top: 5px solid #c6d6d5;
	margin: 15px 0;
}

.pdf_box .pdf_box_hd {
	color: #33444c;
	font-weight: 600;
	margin: 0 0 20px 0;
}

.pdf_box .pdf_box_sample, .pdf_box .pdf_box_sample-2 {
	color: #33444c;
	font-weight: 500;
	font-size: 16px;
}

.pdf_box .pdf_box_sample span, .pdf_box .pdf_box_sample-2 span {
	color: #728798;
	font-weight: 400;
	font-size: 16px;
}

.pdf_box .pdf_box_sample-2, .pdf_box .pdf_box_sample-2 span {
	font-size: 14px;
}

.pdf_box_img_view a {
	color: #7eae38;
	font-weight: 600;
	font-size: 14px;
}

.pdf_box_download a {
	text-align: center;
	display: inline-block;
	width: 100%;
	background: rgb(64, 124, 70);
	background: linear-gradient(0deg, rgba(64, 124, 70, 1) 0%,
		rgba(71, 136, 78, 1) 35%, rgba(77, 147, 85, 1) 100%);
	color: #fff;
	font-weight: bold;
	padding: 8px 0;
}

/*---------------------
footer content
-----------------------*/
footer {
	background-image: url("../img/tacture-2.png") !important;
	background: #e9e9eb none repeat scroll 0 0;
	color: #232425;
	padding: 45px 20px;
	width: 100%;
	box-shadow: inset 0 12px 15px -15px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0 12px 15px -15px rgba(0, 0, 0, .3);
	-webkit-box-shadow: inset 0 12px 15px -15px rgba(0, 0, 0, .3);
}

footer a {
	color: #96c24f;
}

footer.sticky-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
}

footer p {
	color: #8b9dab;
	margin-bottom: 0;
}

footer .footer-info {
	display: flex;
	align-items: center;
	margin: 0;
}

footer .footer-info li {
	display: inline-block;
	list-style: none;
	border-right: 2px dotted #77848c;
	padding-right: 20px;
	margin-right: 20px;
}

footer .footer-info li:last-child {
	border: none;
}

footer .footer-info li p {
	font-size: 13px;
	font-weight: 500;
}

footer .footer-info li.ft-logo img {
	width: 110px;
}

.box-system .panel.blue1 {
	height: auto;
	padding: 0;
	margin: 0;
	box-shadow: none;
}

.bdr-rght {
	border-right: 1px solid #e1e1e1;
}

.box-system.sm-boxes a {
	color: #3e3f44;
}

.box-system.sm-boxes .timer i {
	color: #5cd19d;
	position: absolute;
	bottom: 15px;
}

.label-red {
	background: transparent;
	color: #56a85d;
	font-size: 14px;
}

.label-green {
	background: transparent;
	color: #51a95f;
	font-size: 12px;
	letter-spacing: 1px;
}

.label-lt-green {
	background: transparent;
	color: #26cc9c;
	font-size: 12px;
	letter-spacing: 1px;
}

.label-lt-gray {
	background: transparent;
	color: #a6afb4;
	font-size: 12px;
	letter-spacing: 1px;
}

.label-lt-grey {
	background: transparent;
	color: #a6afb4;
	font-size: 12px;
	letter-spacing: 1px;
}

.label-red {
	background: transparent;
	color: #e3403f;
	font-size: 12px;
	letter-spacing: 1px;
}

.label-yello {
	background: transparent;
	color: #f3a538;
	font-size: 12px;
	letter-spacing: 1px;
}

.package-main .package-strip {
	display: flex;
	align-items: center;
	background: #f0f8fb;
	border-left: 6px solid #a7bed0;
	padding: 20px;
	border-radius: 3px;
	font-weight: normal
}

.package-main .package-strip .select-psr {
	display: flex;
	align-items: center;
	position: relative;
	-ms-flex: 0 0 65%;
	flex: 0 0 65%;
	max-width: 65%;
	padding-right: 30px;
}

.package-main .package-strip .select-psr.w-100 {
	width: 100% !important;
}

.package-main .package-strip p {
	margin: 0;
}

.package-main .package-strip .select-psr .lable-psr {
	margin: 0 0 0 35px;
	padding: 5px 0 5px 20px;
	border-left: 2px dotted #77848c;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.package-main .package-strip .select-psr img {
	margin: auto 10px 0 10px;
	cursor: pointer;
}

.ps-right-side {
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	max-width: 35%;
}

.package-main .package-strip p.price-psr {
	font-size: 20px;
	white-space: nowrap;
}

.package-main .package-strip .price-butns {
	border-left: 2px dotted #77848c;
	padding-left: 20px;
	margin-left: 20px;
	display: flex;
	flex-direction: column;
}

.my-5 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.package-main .package-strip.rsslt {
	display: inline-block;
	width: 100%;
}

.package-main .package-strip.rsslt .select-psr {
	width: 100%;
}

.package-main .package-strip.rsslt .rsslt-boxes {
	margin-left: 40px;
	margin-top: 20px;
}

.package-main .package-strip.rsslt .rsslt-boxes .rsslt-box-main h4 {
	font-size: 16px;
	color: #2e2f34;
}

.package-main .package-strip.rsslt .rsslt-boxes .rsslt-box-main p {
	color: #687a86;
	font-size: 14px;
}

.package-main .package-strip.rsslt .rsslt-boxes .price-botm {
	position: absolute;
	right: 0;
	bottom: 0;
}

.package-main .package-strip.rsslt .rsslt-boxes .price-botm small {
	font-size: 14px;
}

.package-main .package-strip.rsslt .rsslt-boxes .price-botm h4 {
	font-weight: bold;
	margin-top: 0;
}

.rush-main-butn, .rush-main-butn:hover {
	background: #fff;
	padding: 6px 10px;
	color: #f34137;
	border: 1px solid #f2bfbb;
	border-radius: 3px;
}

.rush-main-butn span {
	color: #333;
}

.total-price-box {
	background: #f4f4f6;
	padding-bottom: 15px;
	display: inline-block;
	width: 100%;
}

.px-25 {
	padding: 0 25px;
}

.total-price-box h4.amt-ttl {
	background: #f8f9fb;
	color: #2e2e36;
	padding: 25px;
	box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
	font-size: 16px;
	margin: 0;
}

.total-price-box .amt-pric {
	padding: 10px 0;
	font-size: 34px;
	color: #2e2e36;
}

.p-doted {
	border-top: 2px dotted #77848c;
}

.total-price-box p {
	font-size: 15px;
	color: #2e2e36;
}

/* The package-strip */
.package-strip {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.package-strip input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.package-strip .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #fefefe;
	border-radius: 50%;
	border: 3px solid #a8bfcf;
	bottom: 0;
	margin: auto;
}

/* On mouse-over, add a grey background color */
.package-strip:hover input ~.checkmark {
	background-color: #fff;
	border-color: #72ae7a;
}

/* When the radio button is checked, add a blue background */
.package-strip input:checked ~.checkmark {
	background-color: #fff;
	border-color: #72ae7a;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.package-strip .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.package-strip input:checked ~.checkmark:after, .package-strip input:checked
	~.checkmark:before {
	display: block;
}

/* Style the indicator (dot/circle) */
.package-strip .checkmark.checkmark-round::after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #72ae7a;
}

.package-strip .checkmark.checkmark-sqr {
	border-radius: 0;
}

.package-strip .checkmark.checkmark-sqr::after {
	left: 10px;
	top: -8px;
	width: 10px;
	height: 22px;
	border: solid #72ae7a;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.package-strip .checkmark.checkmark-sqr::before {
	content: "";
	position: absolute;
	display: none;
}

.package-strip .checkmark.checkmark-sqr::before {
	left: 10px;
	top: -10px;
	width: 14px;
	height: 24px;
	border: solid #fff;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-width: 0 8px 8px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.va-info {
	white-space: nowrap;
	margin-left: 15px;
	margin-right: 15px;
}

.ri-form label {
	font-weight: normal;
	display: flex;
	align-items: center;
	margin-top: 12px;
	margin-bottom: 10px;
}

.ri-form label span {
	margin-left: 10px;
}

.ri-form input[type=text], .ri-form input[type=search], .ri-form select
	{
	border: none !important;
	border: 2px solid #c9d3d5 !important;
	background: #fff;
	color: #000;
	border-radius: 0 !important;
	height: 40px !important;
	width: 100% !important;
}

.ri-form input[type="text"]:focus, .ri-form input[type=search]:focus,
	.ri-form select:focus {
	border-color: #7bb384 !important;
}

.ri-form select {
	background: linear-gradient(0deg, rgba(244, 249, 253, 1) 0%,
		rgba(254, 254, 254, 1) 63%, rgba(255, 255, 255, 1) 100%) !important;
}

.ri-form .select2-selection {
	border: none;
	box-shadow: none;
	width: 100%;
}

.ri-form .select2-selection ul li {
	width: 100%;
}

.rush-main-butn.rush_enable {
	background: #f24036 !important;
	color: #fff !important;
	border-color: #f24036;
}

.rush-main-butn.rush_enable span {
	color: #fff;
}

.rush-main-butn.rush_disable {
	opacity: 1;
	color: #f24036 !important;
}

.ri-form label span {
	margin-left: 5px;
}

.lims-ul-new {
	margin: 0 0 40px 0;
}

.lims-ul-new>li {
	width: auto;
	min-width: 160px;
	line-height: normal;
	margin: 0;
}

.lims-ul-new>li>a {
	height: auto !important;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: capitalize;
	padding: 0;
	border-radius: 0;
	border: 2px solid #c9d3d5;
	background: rgb(244, 249, 253);
	background: linear-gradient(0deg, rgba(244, 249, 253, 1) 0%,
		rgba(254, 254, 254, 1) 63%, rgba(255, 255, 255, 1) 100%) !important;
	color: #85949b !important;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 500;
}

.lims-ul-new>li>a:hover:after {
	border-top: 6px solid #78b481;
}

.lims-ul-new>li>a.active, .lims-ul-new>li>a:hover, .lims-ul-new>li.active>a,
	.lims-ul-new>li>ul.dropdown li.active>a, .lims-ul-new>li>ul.dropdown li>a:hover {
	border-color: #78b481;
	color: #5b9362 !important;
	background: #fff !important;
}

.lims-ul-new>li>a br {
	display: none;
}

.lims-ul-new>li>ul.dropdown {
	padding: 25px 0 15px 0 !important;
	background: linear-gradient(180deg, transparent 15px, #fff 0);
}

.lims-ul>li>ul.dropdown:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.lims-ul-new>li>ul.dropdown li {
	margin: 0;
}

.lims-ul-new>li>ul.dropdown li a {
	border: none;
	padding: 6px 15px !important;
	background: transparent !important;
	text-align: left;
	color: #000 !important;
	font-weight: 400;
	font-size: 14px;
}

.d-none {
	display: none !important;
}

.testing-status.new-flex-boxs .new-fb {
	min-width: 155px;
	height: auto;
	width: auto;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	border: none;
	border-right: 2px dotted #77848c;
	border-radius: 0;
	text-align: center;
}

.testing-status.new-flex-boxs .new-fb:last-child {
	border: none;
}

.testing-status.new-flex-boxs .new-fb .padd-00 {
	margin: 0;
	padding: 0;
	text-align: center;
}

.testing-status.new-flex-boxs .new-fb .padd-00 p {
	color: #85949b;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
}

.testing-status.new-flex-boxs .new-fb p.num-00 {
	font-size: 22px;
	margin: 0;
}

.label-color-2, .testing-status.new-flex-boxs .new-fb.flex-box-2 p,
	.testing-status.new-flex-boxs .new-fb.flex-box-2 p.num-00 {
	color: #dc0972 !important;
}

.label-color-7, .testing-status.new-flex-boxs .new-fb.flex-box-7 p,
	.testing-status.new-flex-boxs .new-fb.flex-box-7 p.num-00 {
	color: #00bffe !important;
}

.label-color-3, .testing-status.new-flex-boxs .new-fb.flex-box-3 p,
	.testing-status.new-flex-boxs .new-fb.flex-box-3 p.num-00 {
	color: #353e9d !important;
}

.label-color-11, .testing-status.new-flex-boxs .new-fb.flex-box-11 p,
	.testing-status.new-flex-boxs .new-fb.flex-box-11 p.num-00 {
	color: #67a842 !important;
}

.label-color-10, .testing-status.new-flex-boxs .new-fb.flex-box-10 p,
	.testing-status.new-flex-boxs .new-fb.flex-box-10 p.num-00 {
	color: #f18f36 !important;
}

.label-color-1, .testing-status.new-flex-boxs .new-fb.flex-box-1 p,
	.testing-status.new-flex-boxs .new-fb.flex-box-1 p.num-00 {
	color: #ed1c24 !important;
}

.label-color-9, .testing-status.new-flex-boxs .new-fb.flex-box-9 p,
	.testing-status.new-flex-boxs .new-fb.flex-box-9 p.num-00 {
	color: #000000 !important;
}

.label-color-0, .testing-status.new-flex-boxs .new-fb.flex-box-0 p,
	.testing-status.new-flex-boxs .new-fb.flex-box-0 p.num-00 {
	color: #e8bb00 !important;
}

.new-table-lims .ntl-panel {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 3px 3px rgba(0, 0, 0, .05);
	border-radius: 0;
}

.new-table-hd h3 {
	margin: 0;
	font-size: 20px;
}

.lims-table-new-design table thead tr th, .lims-table-new-design table thead tr td
	{
	background: rgb(244, 249, 253) !important;
	background: linear-gradient(0deg, rgba(244, 249, 253, 1) 0%,
		rgba(254, 254, 254, 1) 63%, rgba(255, 255, 255, 1) 100%) !important;
	color: #000;
	white-space: nowrap;
	padding: 15px !important;
	font-weight: 500 !important;
	color: #94aab8;
	border: 2px solid #e1e6ea !important;
	text-transform: uppercase;
	vertical-align: middle
}

.lims-table-new-design table thead tr th a, .lims-table-new-design table thead tr td a
	{
	color: #94aab8 !important;
	font-weight: 500 !important;
}

.lims-table-new-design table tbody tr td {
	background: #f0f8fb;
	color: #444;
	padding: 20px 15px !important;
	font-weight: 500 !important;
	font-size: 14px;
	border: none !important;
	vertical-align: middle;
}

.lims-table-new-design table tbody tr:nth-child(2n) td {
	background: #ffffff;
}

.lims-table-new-design table tbody {
	border: 2px solid #e1e6ea;
}

.lims-table-new-design table tbody tr td .label {
	text-transform: uppercase;
}

.lims-table-new-design table tbody tr td.ntl-sample-id {
	white-space: nowrap;
}

.direction-column {
	flex-direction: column;
}

.color-grn {
	color: #51a95f;
	letter-spacing: 1px;
}

.new-plus .page-head {
	margin: 0;
	display: flex;
	align-items: center;
}

.new-plus .page-head h1 {
	font-family: 'futurastd';
	font-weight: 500;
	font-size: 18px;
	color: #7da932;
	margin: 0;
}

.new-plus .page-head #tool-btn-add {
	background: transparent;
	border: none;
	padding: 0;
	color: #7da932;
	margin-right: 10px;
	font-size: 20px;
	line-height: normal;
}

.add-modal .modal-dialog {
	max-width: 500px;
}

.add-modal .modal-dialog .modal-header {
	border: none;
	padding: 30px;
}

.add-modal .modal-dialog .modal-title {
	font-family: 'futurastd';
	font-weight: 700;
	color: #36434c;
	line-height: normal;
}

.add-modal .modal-dialog .modal-body {
	padding: 0 30px 30px 30px;
}

.cncl-btn {
	min-width: 100px;
}

.cncl-btn a {
	font-size: 16px;
	border: 1px solid #c9d3d5;
	background: rgb(244, 249, 253);
	background: linear-gradient(0deg, rgba(244, 249, 253, 1) 0%,
		rgba(254, 254, 254, 1) 63%, rgba(255, 255, 255, 1) 100%);
	color: #c9d3d5;
	padding: 10px 20px;
	font-weight: 500;
	width: 100%;
	display: inline-block;
	text-align: center;
}

.save-btn {
	min-width: 100px;
}

.save-btn a {
	font-size: 16px;
	border: 1px solid #92be4b;
	background: #92be4b;
	color: #fff;
	padding: 10px 20px;
	font-weight: 500;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.add-modal .modal-footer {
	background: linear-gradient(0deg, rgba(244, 249, 253, 1) 0%,
		rgba(254, 254, 254, 1) 63%, rgba(255, 255, 255, 1) 100%);
	padding: 30px;
	border-top: 2px solid #e2edf3;
}

.add-modal button.close {
	font-size: 30px;
}

.main-test-set {
	white-space: nowrap;
}

.main-test-set a, .main-test-set span {
	display: inline-block;
	width: auto;
}

.main-test-set .span-testing {
	border: none;
	min-width: 45px;
	text-align: left;
	font-weight: 700;
}

@media only screen and (min-width: 1367px) {
	.lims-ul-new {
		display: flex;
	}
	.lims-ul-new>li {
		width: 100%;
	}
}

@media only screen and (min-width: 991px) and (max-width: 1300px) {
	.package-main .package-strip .select-psr {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 55%;
	}
	.ps-right-side {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media only screen and (min-width: 1301px) and (max-width: 1600px) {
	.package-main .package-strip .select-psr {
		-ms-flex: 0 0 55%;
		flex: 0 0 55%;
		max-width: 55%;
	}
	.ps-right-side {
		-ms-flex: 0 0 45%;
		flex: 0 0 45%;
		max-width: 45%;
	}
}

@media only screen and (max-width: 1400px) {
	.testing-status.new-flex-boxs .new-fb {
		min-width: 95px;
	}
	.company-dash-mid {
		padding: 40px 15px;
	}
}

@media only screen and (max-width: 767px) {
	.package-main .package-strip {
		flex-direction: column;
		justify-content: flex-start;
		align-content: flex-start;
	}
	.package-main .package-strip>* {
		width: 100%;
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		margin: 20px 0;
	}
	.package-main .package-strip>.ps-right-side .justify-content-end {
		justify-content: flex-start !important;
		-ms-flex-pack: start !important;
	}
}

.col-xxl, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3,
	.col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9,
	.col-xxl-auto {
	position: relative;
	max-width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

@media ( min-width :1400px) {
	.col-xxl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xxl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-xxl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-xxl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-xxl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xxl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-xxl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-xxl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xxl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-xxl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-xxl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xxl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-xxl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-xxl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		-ms-flex-order: -1;
		order: -1
	}
	.order-xl-last {
		-ms-flex-order: 13;
		order: 13
	}
	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0
	}
	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.333333%
	}
	.offset-xl-2 {
		margin-left: 16.666667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.333333%
	}
	.offset-xl-5 {
		margin-left: 41.666667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.333333%
	}
	.offset-xl-8 {
		margin-left: 66.666667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.333333%
	}
	.offset-xl-11 {
		margin-left: 91.666667%
	}
	.mb-xxl-0 {
		margin-bottom: 0 !important;
	}
}

.small-green-btn {
	padding: 6px 20px !important;
	margin: 0 !important;
	border: 1px solid #6c9e74 !important;
	background: #418049 !important;
	border-radius: 3px !important;
	color: #fff !important;
	text-transform: uppercase;
}

.small-lt-green-btn {
	padding: 6px 20px !important;
	margin: 0 !important;
	border: 1px solid #6c9e74 !important;
	background: #418049 !important;
	border-radius: 3px !important;
	color: #fff !important;
	text-transform: uppercase;
}

.new-serch {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 30px 20px;
	background: #f0f8fb;
	border-radius: 0;
	position: relative;
	margin-bottom: 50px;
}

.new-serch:before {
	content: '';
	width: calc(100% + 40px);
	position: absolute;
	height: 1px;
	left: -20px;
	background: #e5ecf1;
	bottom: -24px;
}

.sm-hd-smpl {
	margin: 0;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 30px;
}

.ntd-serch .form-group {
	margin-bottom: 0;
}

.ntd-serch .form-group input {
	height: auto;
	border: 2px solid #c9d3d5 !important;
	background: #fff;
	color: #000;
	border-radius: 0 !important;
	padding: 5px 10px !important;
}

.smpl-btn button {
	border: 2px solid #c9d3d5 !important;
	background: rgb(244, 249, 253) !important;;
	background: linear-gradient(0deg, rgba(244, 249, 253, 1) 0%,
		rgba(254, 254, 254, 1) 63%, rgba(255, 255, 255, 1) 100%) !important;
	color: #9fb0b3 !important;
	padding: 5px 20px !important;
	margin: 0 !important;
}

.ntd-serch .invalid-feedback {
	position: absolute;
	bottom: -20px;
}

.pagination li:last-child {
	margin: 0;
	padding: 0;
}

.pagination {
	margin: 10px 0px;
	width: 100%;
	text-align: right;
}

.pagination>li {
	display: inline-block;
	border-right: 1px solid #d2dadc;
	margin-right: 8px;
	padding-right: 8px;
}

.pagination>li:nth-last-child(2) {
	margin: 0;
}

.pagination>li:last-child {
	border-right: none;
}

.pagination>li>a, .pagination>li>span {
	padding: 4px;
	color: #8b9eac;
	font-weight: 500;
	border: 2px solid #cdd6dd;
	min-width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	font-size: 13px;
	border-radius: 0 !important;
}

.pagination>li>a:hover, .pagination>li>span:hover {
	background-color: #8b9dab;
	border-color: #8b9dab;
	color: #fff;
}

.pagination>li.prev a, .pagination>li.prev span {
	border: none !important;
}

.pagination>li.next a, .pagination>li.next span {
	border: none !important;
}

.pagination>li.next a:hover, .pagination>li.next span:hover, .pagination>li.prev a:hover,
	.pagination>li.prev span:hover {
	background-color: transparent;
	color: #8b9dab;
}

.pagination>li.active a, .pagination>li.active span {
	background-color: #8b9dab;
	background-color: #8b9dab;
	border-color: #8b9dab;
	border-color: #8b9dab;
	color: #fff;
	color: #fff;
}

.pagination>.active>a {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #005a81;
	border-color: #005a81;
}

.pagination>.active>a:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #005a81;
	border-color: #005a81;
}

.pagination>.active>a:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #005a81;
	border-color: #005a81;
}

.pagination>.active>span {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #005a81;
	border-color: #005a81;
}

.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #005a81;
	border-color: #005a81;
}

.pagination>.active>span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #005a81;
	border-color: #005a81;
}

.add-modal .modal-content {
	border-radius: 0 !important;
}

#white-lable-modal .modal-dialog {
	max-width: 600px;
}

.custom-search_grid {
	background: #f0f8fb;
	padding: 25px;
}

#user-grid .summary {
	padding-top: 0;
	padding-bottom: 20px;
}

.custom-search_grid .master_grid_filter {
	display: flex;
	align-items: flex-end;
}

.custom-search_grid .master_grid_filter .grid-filter-main {
	width: 100%;
	margin-right: 15px;
}

.custom-search_grid .master_grid_filter .grid-filter-main .gird_filter .form-group
	{
	margin: 0;
}

.custom-search_grid .master_grid_filter .grid-filter-main:last-child {
	margin-right: 0;
}

.custom-search_grid .master_grid_filter .grid-filter-main .gird_filter input
	{
	border: 2px solid #c9d3d5;
	height: 38px;
}

.custom-search_grid .master_grid_filter .grid-filter-main .dash-select.gird_filter select
	{
	min-width: auto;
}

.grid-filter-main .tbl-light-btn {
	height: 38px;
}

.custom-search_grid .grid_filter_heading a {
	color: #3f3f3f;
	font-size: 14px;
}

.pagination_heading {
	font-size: 20px;
}

#custom_grid_search_btn {
	font-weight: 500;
	width: 100%;
	height: 38px;
	border-radius: 0;
	line-height: normal;
	text-transform: uppercase;
	border: 2px solid #c9d3d5 !important;
	background: rgb(244, 249, 253) !important;
	background: linear-gradient(0deg, rgba(244, 249, 253, 1) 0%,
		rgba(254, 254, 254, 1) 63%, rgba(255, 255, 255, 1) 100%) !important;
	color: #9fb0b3 !important;
	padding: 5px 20px !important;
	margin: 0 !important;
}

.create-modal-open {
	color: #7ca932;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	cursor: pointer;
}

/* @media screen and (max-width: 1365px) {
	.custom-search_grid .master_grid_filter {
		flex-wrap:
	}
} */
.colorful {
	display: inline-block;
	width: 100%;
}

.d-inline-block {
	display: inline-block;
	width: 100%;
}

.border-from-setting .form-border, .border-from-setting .form-border .form-group
	{
	display: inline-block;
	width: 100%;
}

.last-right-table tr th:last-child, .last-right-table tr td:last-child {
	text-align: right;
}

.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success
	{
	color: #fff;
	background-color: #5f8e7e;
	border-color: #5f8e7e;
}

.modal-close .close {
	position: absolute;
	right: -10px;
	top: -10px;
	font-size: 24px;
	opacity: 1;
	background: #fff;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5);
}

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

.text-lg-green {
	color: #96c24f !important;
}

.text-500 {
	font-weight: 500;
}

.text-green {
	color: #238664 !important;
}

.fs-butn-lg-green {
	background: #5f8e7e;
	display: inline-block;
	width: 50px;
	text-align: center;
	color: #fff !important;
	padding: 5px;
	border-radius: 20px;
	margin-top: 10px;
}

.fs-butn-green {
	background: #95c34f;
	display: inline-block;
	width: 115px;
	text-align: center;
	color: #fff !important;
	padding: 5px;
	border-radius: 20px;
	margin-top: 10px;
}

/* For Tabel TOP Bottom Scroll */

/*  On COA _grid */
.tableS1, .tableS2 {
	overflow-x: scroll;
	overflow-y: hidden;
}

.TS1 {
	height: 20px;
}

.TS2 {
	overflow: auto;
}

.TS2>div {
	overflow: hidden;
}

/*  On COA _grid */

/* For Tabel TOP Bottom Scroll */
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td
	{
	width: 32px !important;
	padding: 3px 6px !important;
}

.daterangepicker.opensright::before {
	left: 25px;
}

.daterangepicker.opensright::after {
	left: 26px;
}

.p-12 {
	padding: 12px;
}

.count-btn-set {
	background: transparent;
	border: none;
}

.static-analytes th:first-child, .static-analytes td:first-child {
	position: absolute;
	width: 330px;
	border: 0 !important;
	margin-left: -1px;
	border-left: 2px solid #ddd !important;
	border-right: 2px solid #ddd !important;
}

.static-analytes td:first-child {
	margin-left: -2px;
}

.static-analytes th:nth-child(2), .static-analytes td:nth-child(2) {
	min-width: 324px;
	border: 0 !important;
}

.static-analytes td .search-analytics::before {
	background: transparent;
}
/*---- terms modal css start----------*/
.terms-modal h5 {
	font-family: 'TrebuchetMS';
	line-height: 30px;
}

.terms-modal p {
	font-family: 'futurastd';
	line-height: 24px;
	font-size: 15px;
}

#terms .d-inline-block {
	display: inline-block;
	width: auto
}

#terms .modal-header {
	background: #3f7b45;
	color: #fff;
}
#terms .modal-header-blue{
	background: #004386;
}

/*---- terms modal css end----------*/
.portal_select  form {
	display: flex;
}

.dash-select.portal_select:before {
	right: 63px;
	height: 35px;
}

/* ----------------------------- Custom Tool Tip ------------------------------- */
.span-testing {
	position: relative;
}

.span-testing .test_tool_tip {
	background: #2d3a42;
	color: #fff;
	display: none;
	left: -89px;
	top: 25px;
	margin-top: 0;
	padding: 0;
	pointer-events: none;
	position: absolute;
	width: 200px;
	white-space: break-spaces;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	font-weight: normal;
	border-radius: 4px;
	z-index: 100;
}
.test_tool_tip ul {
	padding: 5px;
	max-height: 200px;
	overflow-y: auto;
	list-style:none;
	margin: 0;
}
.test_tool_tip ul li{
	padding-bottom:10px;
}
/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.span-testing .test_tool_tip:before {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-bottom: solid #2d3a42 10px;
	top: -10px;
	content: " ";
	display: block;
	height: 0;
	left: 45%;
	position: absolute;
	width: 0;
}

.test_tool_tip li a:hover {
	color: #fff;
	text-decoration: underline;
}

.span-testing .test_tool_tip:after {
	bottom: -10px;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	width: 0;
}

.span-testing:hover .test_tool_tip {
	display: block;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.test_tool_tip_right .test_tool_tip {
  right: 0 !important;
  left: auto;
}

.test_tool_tip_right .test_tool_tip:before {
  right: 11%;
  left: auto;
}
/* _pdf.php css start*/
.pdf_box_img img, .pdf_box_pdf img {
	max-width: 100%;
}
/*  Hive 5645*/
.pdf_box_download button {
	text-align: center;
	display: inline-block;
	width: 100%;
	background: rgb(64, 124, 70);
	background: linear-gradient(0deg, rgba(64, 124, 70, 1) 0%,
		rgba(71, 136, 78, 1) 35%, rgba(77, 147, 85, 1) 100%);
	color: #fff;
	font-weight: bold;
	padding: 8px 0;
}

.btn-get-coa {
	display: block;
	margin: 20px auto;
	padding: 10px 30px;
	background-color: #eee;
	border: solid #ccc 1px;
	cursor: pointer;
}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.is-hide {
	opacity: 0;
	visibility: hidden;
}

.is-show {
	opacity: 1;
	visibility: visible;
}

.loading2 {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border-top: 4px solid;
	border-color: #fff transparent;
	animation: spin .6s linear infinite;
}

@keyframes spin { 
	0% {
		transform: rotate(0deg);
	} 
	100% {
		transform:rotate(359deg);
	}
}
/* End Hive 5645 */
/* _pdf.php css end*/