/** > * > * > * > * > *{
    border: 1px solid red;
}*/

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

/* 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;
}

.page-head .head-title {
  display: flex;
  align-items: center;
}
.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;
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
  color: #000;
}

.card .content-section {
  padding: 0 !important;
}

.qr-code-align {
  align-items: flex-end;
}

.qr-code-selection {
  margin-top: 141px;
}

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

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

.business_intelligence li {
  width: 16.3%;
}

.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;
}

.quality_control li {
  width: 19.6%;
}

.lims-ul li a:hover {
  color: #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 !important;
}

.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 > .card-header {
  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: 0;
}

.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;
  margin: 0;
  padding: 0;
}

.colorful-span a {
  display: inline-block;
  padding: 0.5rem 1rem 0.4rem 1rem !important;
  color: #fff;
}

.colorful-span a.active {
  outline: 2px solid #fff;
  box-shadow: 0px 0px 8px rgb(0 0 0);
  font-weight: bold;
  pointer-events: none;
  cursor: default !important;
  opacity: 0.85;
}

.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 {
  position: relative;
}

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

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

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

.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;
}

input[type="checkbox"] {
  margin-right: 10px;
}

.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-whitecustom-dialog 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;
  max-height: 300px;
  overflow: auto;
}

.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 !important;
  border-color: #4d4d4d !important;
}

.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;
}

.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) !important;
  border-radius: 8px;
  color: #fff !important;
}

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;
  position: relative;
}

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

.grey-plate .second {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
}

.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 {
  height: auto;
  padding: 0.5rem 1rem 0.4rem 1rem !important;
  border-radius: 0 !important;
  font-size: 14px;
}

/* .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: 0.8;
}

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

.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 #9cb0b5;
  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;
  cursor: pointer;
}

.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: #9cb0b5;
  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, 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, 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;
  text-decoration: none;
}

.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;
  height: 48px;
}

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

.pdf_box .pdf_box_img img {
  border: 1px solid #b5b1b1;
}

.pdf_box .pdf_box_img {
  height: 250px;
  object-fit: cover;
}

.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;
  text-decoration: none;
}

.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;
  text-decoration: none;
}

/*---------------------
footer content
-----------------------*/
footer {
  /* background-image: url("../img/tacture-2.png") !important; 
    background: #e9e9eb none repeat scroll 0 0;*/
  background-color: #fff;
  color: #232425;
  padding: 0 1.5rem;
  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 15px 15px -15px rgba(0, 0, 0, .2); */
}

.main-body-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--main-footer-height);
}

footer a {
  color: #96c24f;
}

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

footer p {
  color: #5c7a94;
  margin-bottom: 0;
  font-size: 14px;
}

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

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

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

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

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-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,
.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;
  padding: 0px 7px;
  color: #fff;
}

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

.ri-form input[type="text"],
.ri-form select {
  border: none !important;
  border: 2px solid #9cb0b5 !important;
  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 select {
  background-color: transparent !important;
}

.riri-form .select2-container {
  border: 2px solid #c9d3d5 !important;
  background: #fff;
  color: #000;
  border-radius: 0 !important;
  height: 40px !important;
  width: 100% !important;
}

.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 {
  padding: 1rem;
  background: #fff;
  border-radius: 10px;
  margin: 0 0 1rem 0;
  box-shadow: 0px 3px 25px #d1d1d1;
}

.lims-ul-new .nav-item .nav-link {
  border-width: 1px;
}

.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 #5c7a94;
  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: #5c7a94 !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: #4a8354;
  color: #4a8354 !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, 0.05);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  border-radius: 0;
}

#user-grid {
  padding: 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 .badge {
  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-title {
  font-family: "futurastd";
  font-weight: 700;
  color: #36434c;
  line-height: normal;
}

.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 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;
    flex-wrap: nowrap;
  }
  .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) {
  #notification-container .dropdown-menu,
  .dropdown-menu.float-end {
    right: auto !important;
  }
  .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 10px;
  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 {
  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: 1px 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;
  margin: 0 0 16px;
  padding: 8px 20px !important;
}

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

.main-table thead {
  border-left: 2px solid #e1e6ea !important;
  border-right: 2px solid #e1e6ea !important;
}

.table-grid thead {
  border-left: 0 !important;
  border-right: 0 !important;
}

.pagerColSpan .pagination {
  background-color: rgba(33, 37, 41, 0.03) !important;
  border-top: none;
  border-bottom: 2px solid #e1e6ea !important;
  border-left: 2px solid #e1e6ea !important;
  border-right: 2px solid #e1e6ea !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  justify-content: flex-end;
  padding: 0.5rem !important;
  margin-left: -1px;
  width: calc(100% + 2px);
}

.table-grid {
  overflow-y: auto;
  border-left: 2px solid #e1e6ea !important;
  border-right: 2px solid #e1e6ea !important;
}

.table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
  background-color: rgba(33, 37, 41, 0.03);
  border-top: 2px solid #e1e6ea !important;
  border-left: 2px solid #e1e6ea !important;
  border-right: 2px solid #e1e6ea !important;
  border-bottom: none;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.table-header .table-title {
  font-size: 1.2rem;
  font-weight: bold;
}

.table-header .table-buttons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.table-header .btn {
  padding: 0.2rem 0.8rem !important;
  border-radius: 5px !important;
}

.table-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1rem;
  background-color: rgba(33, 37, 41, 0.03);
  border-top: none;
  border-bottom: 2px solid #e1e6ea !important;
  border-left: 2px solid #e1e6ea !important;
  border-right: 2px solid #e1e6ea !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.summary {
  padding: 0 !important;
  background-color: transparent !important;
}

.pagination {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0;
  padding: 0 !important;
  background-color: transparent !important;
}

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

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

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #8b9dab;
  border-color: #8b9dab;
}

.pagination > li.prev > a,
.pagination > li.prev > span,
.pagination > li.next > a,
.pagination > li.next > span {
  font-weight: bold;
}

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

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

.custom-search_grid {
  background: #f0f8fb !important;
  padding: 25px !important;
  margin-bottom: 0.8rem;
}

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

.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 #9cb0b5;
  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;
  margin-top: 24px;
}

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

#custom_grid_search_btn {
  font-weight: 500;
  width: 100%;
  height: 38px;
  border-radius: 0;
  line-height: normal;
  text-transform: uppercase;
  border: 2px solid #5b7c85 !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: #5b7c85 !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;
}

.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, 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;
}

.system-admin-btn {
  background-color: #b57edc; /* Lavender */
  text-align: center;
  padding: 0.5rem 1rem;
  color: #fff !important;
  border-radius: 10px;
  box-shadow: 5px 5px 0 #9b6acbaa;
  border: none;
  will-change: transform, box-shadow;
  transition: transform 0.1s ease, box-shadow 0.1s ease,
    background-color 0.2s ease;
  will-change: transform, box-shadow;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.system-admin-btn:hover,
.system-admin-btn:focus {
  transform: translate(1px, 1px); /* pressed effect */
  background-color: #9b6acb;
  box-shadow: 2px 2px 0 #7c5599aa;
  outline: none;
}

/* For Tabel TOP Bottom Scroll */

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

.TS1 {
  height: 20px;
}

.TS2 {
  overflow: auto;
}

.main-table.table-insert-result .TS2 {
  width: auto !important;
}

/* .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 {
  min-width: max-content;
  margin-left: -1px;
}

.TS2 .static-analytes th:nth-child(1) {
  border-top: 2px solid #ddd !important;
}

.result-views span {
  white-space: nowrap;
}

.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 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 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.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: 250px;
  overflow-y: auto;
  list-style: none;
  margin: 0;
}

.test_tool_tip ul li {
  padding-bottom: 10px;
}

.test_tool_tip ul li p {
  margin: 0 !important;
}

/* 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%;
  border: 1px solid #b5b1b1;
}
/*  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 0.6s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* End Hive 5645 */
/* _pdf.php css end*/
.re-test-form-wrapper input[type="text"],
.re-test-form-wrapper input[type="search"],
.re-test-form-wrapper select {
  border: none !important;
  border: 2px solid #9cb0b5 !important;
  background: #fff;
  color: #000;
  border-radius: 0 !important;
}

/* ----------------------------- Comment Tool Tip ------------------------------- */
.comment-popup {
  position: relative;
}

.row-hover .comment-popup .test_tool_tip {
  top: inherit;
  bottom: 0;
}

.row-hover .comment-popup .test_tool_tip::before {
  top: inherit;
  bottom: 9px;
}

.comment-popup .test_tool_tip ul li p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 !important;
}

.comment-popup .test_tool_tip {
  background: #2d3a42;
  color: #fff;
  display: none;
  left: 120px;
  top: 0;
  margin-top: 0;
  pointer-events: none;
  position: absolute;
  width: max-content;
  max-width: 600px;
  white-space: break-spaces;
  transition: all 0.25s ease-out;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  font-weight: normal;
  border-radius: 4px;
  z-index: 100;
  padding: 10px;
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.comment-popup .test_tool_tip:before {
  left: -12px;
  top: 6px;
  border-top: 7px solid transparent;
  border-right: 12px solid #2d3a42;
  border-bottom: 7px solid transparent;
  border-left: 0;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

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

.comment-popup: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);
}

.closeModal {
  border: none;
  background: transparent;
  font-size: 20px;
}

.card {
  border: 0;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 2rem;
  box-shadow: 0px 3px 25px #d1d1d1;
}
.card-body {
  padding: 0rem;
}

label {
  display: inline-block;
  max-width: 100%;
  font-weight: 500;
}

#tooltip-addinfo {
  background: #373737;
  padding: 9px 15px;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  opacity: 0;
  position: absolute;
  /* left: 8%; */
  transform: translate(-50%);
  top: 72%;
  left: 42%;
}

#tooltip-addinfo.appear {
  animation: appear 1s ease;
}

.mb-2 {
  margin-bottom: 10px;
}

@keyframes appear {
  0% {
    opacity: 0;
  }

  20% {
    transform: translateY(10px);
    opacity: 1;
  }

  80% {
    transform: translateY(0px);
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

textarea.form-control {
  height: auto;
}

.user-drop .dropdown-toggle::after {
  display: none;
}

.btn-info {
  color: #fff;
}

.alert {
  z-index: 2;
}

.alert a.close {
  float: right;
}

.lims-ul li a.dropdown-item {
  text-transform: uppercase;
}

.btn-default {
  color: #5f8e7e;
  background-color: #fff;
  border-color: #5f8e7e;
  white-space: nowrap;
}

.btn-default:hover {
  color: #333 !important;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* Bootstarp 5 > calendar icon */
.fas.fa-calendar-alt,
.fas.fa-times {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
}

.fa-calendar-alt:before {
  content: "\f073";
}

/* End - Bootstarp 5 > calendar icon */
.coa-qr {
  justify-content: space-between;
}

.coa-qr .btn {
  margin: 0 5px;
}

/* custom css for color change in the sun editor  */
.se-container .se-wrapper-inner.se-wrapper-wysiwyg.sun-editor-editable * {
  color: #000;
}

/* lims module  css  */
.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;
}

.hs_tool_request_id .test_tool_tip {
  left: 0 !important;
  top: 30px !important;
}

.hs_tool_request_id .test_tool_tip:before {
  left: 10px !important;
  top: -10px !important;
  transform: rotate(90deg) !important;
}

.__toaster {
  position: fixed;
  top: 5rem;
  right: 2rem;
  z-index: 999999;
}

.__toaster .__toast {
  display: flex;
  padding: 1rem;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 0.5rem;
  transition: transform 250ms ease-in-out, opacity 250ms;
  animation: horizontal-shaking 250ms;
  margin-bottom: 1rem;
  gap: 2rem;
  justify-content: space-between;
}

.__toaster .__toast .close__toast {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M376.6 84.5c11.3-13.6 9.5-33.8-4.1-45.1s-33.8-9.5-45.1 4.1L192 206 56.6 43.5C45.3 29.9 25.1 28.1 11.5 39.4S-3.9 70.9 7.4 84.5L150.3 256 7.4 427.5c-11.3 13.6-9.5 33.8 4.1 45.1s33.8 9.5 45.1-4.1L192 306 327.4 468.5c11.3 13.6 31.5 15.4 45.1 4.1s15.4-31.5 4.1-45.1L233.7 256 376.6 84.5z'/%3E%3C/svg%3E")
    no-repeat;
  cursor: pointer;
  margin: 0;
  margin-top: 2px;
  width: 15px;
  height: 15px;
}

.__toaster .__toast .toast__content {
  width: 30rem;
}

.__toaster .__toast.error {
  background-color: #ffe4e4;
  border: 2px solid #ffa2b1;
}

.__toaster .__toast.info {
  background-color: #edfcff;
  border: 2px solid #bce8f1;
}

.__toaster .__toast.success {
  background-color: #edffed;
  border: 2px solid #abe1ab;
}

.__toaster .__toast.warning {
  background-color: #fff8db;
  border: 2px solid #ffeb9e;
}

@keyframes horizontal-shaking {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(5px);
  }

  50% {
    transform: translateX(-5px);
  }

  75% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(0);
  }
}

.rounded {
  border-radius: 0.5rem;
}

.form-control.is-valid {
  background-image: none;
}

.form-control.is-valid:focus {
  box-shadow: none !important;
}

.form-select:focus {
  box-shadow: none !important;
}

.back-blue {
  background-color: #5f8e7e !important;
  color: #fff !important;
}

.static-analytes .d-unset {
  display: unset;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  top: 18px;
  left: 0;
}

.table-left-img img {
  width: 100%;
}

.ui-tooltip {
  border-radius: 5px !important;
  padding: 3px 5px !important;
  background-color: #000;
  color: #fff;
  box-shadow: none;
}

.ui-tooltip-content {
  font-size: 10px !important;
}

.main-table table tr {
  border-bottom: 0 !important;
  border-width: 0 !important;
}

.upload-image {
  right: 13%;
  position: absolute;
  top: 27%;
  left: auto !important;
}

.modal-dialog {
  min-width: 600px;
}

.w-fit {
  width: fit-content !important;
  max-width: fit-content !important;
}

#signature_modal .close {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  background: #0000;
  border: 0px;
  opacity: 0.2;
  margin-left: auto;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  position: relative;
  background-color: #357ebd !important;
  border-color: transparent !important;
  color: #fff !important;
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  background-color: #5f8e7e;
  border-color: #5f8e7e;
}

.comment-view {
  background: #fff;
  padding: 15px;
}

.panel-margin .row .col-md-3 ~ b {
  width: 75%;
}

.panel-margin .row .col-md-3 ~ b b .col-md-9 {
  width: 100%;
}

#action_limit_type .form-check {
  display: block;
}

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

.custom-search_grid .master_grid_filter .mb-3 {
  margin-bottom: 0px !important;
}

.test_filter .dash-select::before {
  height: 38px;
  z-index: 9;
}

.flex-box-0 p.num-00 button {
  color: #e8bb00 !important;
}

.flex-box-2 p.num-00 button {
  color: #dc0972 !important;
}

.flex-box-7 p.num-00 button {
  color: #00bffe !important;
}

.flex-box-3 p.num-00 button {
  color: #353e9d !important;
}

.flex-box-11 p.num-00 button {
  color: #67a842 !important;
}

.flex-box-1 p.num-00 button {
  color: #ed1c24 !important;
}

.flex-box-10 p.num-00 button {
  color: #f18f36 !important;
}

.flex-box-9 p.num-00 button {
  color: #000 !important;
}

.ds-small ~ p {
  margin-top: 20px;
}

.listing-batch .select2-selection {
  height: 40px;
}

.lims-ul .cstm-drop:hover .dropdown-menu {
  display: block;
}

.lims-ul .cstm-drop .dropdown-menu {
  padding: 0 !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.lims-ul .cstm-drop .dropdown-menu a {
  font-size: 14px;
  padding: 10px 10px;
}

.lims-ul .cstm-drop .dropdown-menu .active,
.lims-ul .cstm-drop .dropdown-menu a:hover {
  border-color: #4a8354;
  color: #4a8354 !important;
  background: #fff !important;
}

.testing-status.new-flex-boxs:not(.card .testing-status.new-flex-boxs) {
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0px 3px 25px #d1d1d1;
}

/* BOOTSTARP 5 related CSS 20 march 2024*/
.bg-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;
}

.bg-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;
}

.bg-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;
}

.bg-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;
}

.bg-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;
}

.bg-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;
}

.bg-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;
}

.bg-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;
}

.panel-default > .card-header {
  background-color: #fff !important;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd !important;
  border-radius: 0px;
}

.panel-default > .card-header > .card-title {
  font-size: 16px;
}

.test-row h5 {
  font-size: 15px;
}

.static-analytes td {
  white-space: unset !important;
}

.static-analytes td h5 {
  font-size: 15px;
}

.university-views {
  position: relative;
}

.recovery_form {
  position: relative;
}

.form-control[readonly] {
  background-color: #eee;
  opacity: 1;
}

#analysis-request-form .checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

#analysis-request-form .checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  margin-top: 4px\9;
  margin-left: -20px;
}

/* END BOOTSTARP 5 related CSS*/
select.form-control {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto !important;
}

select:focus-visible {
  outline: none !important;
}

.form-check-input.is-valid ~ .form-check-label {
  color: unset;
}

/* custom css for color change in the sun editor  */
.se-container .se-wrapper-inner.se-wrapper-wysiwyg.sun-editor-editable * {
  color: #000;
}

.modal-button-light-gray {
  color: #ccc;
  font-size: 20px;
  font-weight: 600;
}

.form-select.is-valid:not([multiple]):not([size]) {
  --bs-form-select-bg-icon: none;
}

.profile-img img {
  width: 100%;
}

.index-wrapper .card:nth-child(4) {
  background: #0000;
}

.index-wrapper .card:nth-child(4) .card-body {
  padding: 0px;
}

.new_company_pdfs .new_company_pdfs_serch .field-coaqueuedetail-search {
  width: 100%;
}

#analysisrequest-date-kvdate {
  flex-wrap: nowrap;
}

.request-wrp .field-analysisrequest-license_id + [class*="col-"] + div {
  position: absolute;
  top: 0;
}

.cstm-drop .dropdown-item {
  color: #000;
  text-align: left;
  background: none;
}

.modal.show .modal-dialog {
  display: block;
}

.license_form .offset-sm-2 {
  margin-left: 0px;
}

.problem_identification_wrp .offset-sm-2 {
  margin-left: 0px;
}

#non-conformity-form .select2-selection__rendered {
  white-space: unset !important;
  text-align: left;
}

/* .field-sample-coa_date {
	padding: 0px;
} */

.field-sample-coa_date .col-sm-10 {
  width: 100%;
  max-width: 100%;
}

.field-sample-coa_date .input-group {
  flex-wrap: nowrap;
}

#s2-togall-location .s2-select-label i {
  font-family: "FontAwesome";
}

.location-select .select2-selection--multiple {
  border: 2px solid #9cb0b5 !important;
  height: 38px;
}

#license_type_model .rply-head {
  justify-content: space-between;
}

.close {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  background-color: #0000;
  border: 0px;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity = 50);
  opacity: 0.5;
}

.setting-wrapp #accordion .accordion {
  width: 100%;
}

#checklist-item-grid-view .bg-green {
  background: transparent;
  color: #51a95f;
  font-size: 12px;
  letter-spacing: 1px;
}

#checklist-item-grid-view .bg-red {
  background: transparent;
  color: #e3403f;
  font-size: 12px;
  letter-spacing: 1px;
}

#insert-result-form .panel-default .card-header {
  background-color: #e2e4e5 !important;
}

.bg-yello {
  background: #f3a538;
}

.static-analytes label {
  justify-content: center;
}

.grid-view a:hover {
  color: #23527c;
}

.grid-view .btn:hover {
  color: #fff;
}

#waste-disposal-form label {
  font-weight: 700;
}

.field-analysistesting-override_result .form-check {
  display: flex;
  align-items: center;
}

.listing-batch #click_1507 {
  margin-top: 20px;
}

.box-system .new-table-design .btn-success {
  margin-bottom: 10px;
}

.card div[align="right"] {
  margin-bottom: 10px;
}

.select2-selection__rendered {
  white-space: unset !important;
  text-align: left;
}

#signup-scroll .offset-sm-2 {
  margin: 0px;
  width: 100%;
}

.my_export #tool-btn-add {
  margin-bottom: 0;
}

.user-drop {
  margin-right: -1.5rem !important;
  position: relative;
}

.user-drop a {
  padding-left: 0 !important;
}

.field-preparedlog-filter_lot .select2-selection__rendered,
.test-row .select2-selection__rendered,
#analysis-add-lot .select2-selection__rendered {
  white-space: unset !important;
}

.tbl-light-btn {
  line-height: normal;
  border: 1px solid #5b7c85 !important;
  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;
  padding: 5px 15px !important;
  color: #5b7c85 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  width: auto !important;
  border-radius: 0 !important;
  white-space: nowrap;
}

.tbl-light-btn:not(:last-child) {
  margin-right: 2px;
}

.wrapper {
  padding: 1rem 1rem 1rem 1rem;
}

table tbody {
  border: 2px solid #e1e6ea;
}

.table-grid table tbody {
  border-top: 2px solid #e1e6ea;
  border-bottom: 2px solid #e1e6ea;
  border-left: 0;
  border-right: 0;
}

.multiple-success:hover,
.multiple-success:focus {
  color: #fff !important;
  background-color: #418049 !important;
}

.new-dash-header {
  display: inline-block;
  width: 100%;
}

.new-dash-header .nd-header-01 {
  background: #5f8e7e;
  padding: 1rem 1.5rem;
  background-image: url(../img/new-top-back.png);
  background-size: cover;
  height: var(--breadcrumb-title-height);
}

.new-dash-header .nd-header-01 .breadcrumb-head {
  color: #fff;
  margin: 0;
}

.new-dash-header .nd-header-02 {
  background-color: #fff;
  padding: 0.2rem 1.5rem;
  height: var(--breadcrumb-height);
}

.new-dash-header .nd-header-02 .row .col-md-3,
.new-dash-header .nd-header-02 .row .col-md-6 {
  padding: 0;
}

.new-dash-header .nd-header-02 .page-name {
  color: #77848c;
  font-size: 16px;
}

.new-dash-header .nd-header-02 .page-name i {
  color: #a2b3bd;
  font-size: 24px;
}

.new-dash-header .nd-header-02 .ndh-right-sec > ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.new-dash-header .nd-header-02 .ndh-right-sec ul li {
  list-style: none;
  padding-left: 0;
  padding: 0 5px !important;
}

.new-dash-header .nd-header-02 .ndh-right-sec ul li .form-group {
  display: flex;
  align-items: center;
  margin: 0;
}

.new-dash-header .nd-header-02 .ndh-right-sec ul li .form-group label {
  font-weight: normal;
  color: #77848c;
  margin-right: 5px;
  margin-bottom: 0;
}

.new-dash-header .nd-header-02 .ndh-right-sec ul li .form-group select {
  min-width: 200px;
  background: transparent;
  height: 35px;
  padding-right: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.new-dash-header .nd-header-02 .ndh-right-sec ul li .form-group .btn {
  padding: 6px 12px !important;
}

.new-dash-header .nd-header-02 .ndh-right-sec > ul > li {
  display: flex;
  align-items: center;
}

.new-dash-header .nd-header-02 .ndh-right-sec > ul > li:last-child {
  margin: 0;
  padding: 0;
  border: oldlace;
}

.new-dash-header
  .nd-header-02
  .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;
}

.new-dash-header
  .nd-header-02
  .ndh-right-sec
  > ul
  > li
  .btn.btn-default.dropdown-toggle
  #profile_file {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.dash-counts {
  margin-inline: 1rem;
  border-radius: 10px;
  overflow: hidden;
}

.dash-counts:not(:has(.charts)) {
  margin: 1rem 1rem 0 1rem;
  box-shadow: 0px 3px 25px #d1d1d1;
}

.dash-top-states {
  display: inline-block;
  width: 100%;
  background: #fff;
  margin: 0 !important;
}

.dash-top-states .dash-chart-flex {
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-inline: 1rem;
}

.dash-top-states .state-overview {
  display: flex;
  width: 100%;
}

.dash-top-states .state-overview .card {
  display: inline-block;
  padding: 0;
  margin: 0;
  height: auto;
  box-shadow: none;
  border: none;
  /* float: left; */
  margin-right: 30px;
  border-right: 2px dotted #77848c;
  padding-right: 10px;
  margin-right: 10px;
}

.dash-top-states .state-overview .card:last-child {
  border: none;
}

.dash-top-states .state-overview .card .value {
  display: flex;
  justify-content: flex-end;
}

.dash-top-states .state-overview .card .value .dts-content {
  text-align: left;
}

.dash-top-states .state-overview .card .dts-content p {
  color: #6e7881;
  font-weight: normal;
  font-size: 16px;
}

.dash-top-states .state-overview .card .value .dts-content h1 {
  margin-top: 10px;
  font-size: 41px;
  font-weight: 400;
}

.dash-top-states .state-overview .card .value .dts-full-view {
  margin-top: auto;
  margin-left: 30px;
  color: #7bab31;
  font-weight: bold;
  font-size: 16px;
}

.dash-top-states .state-overview .card .value .dts-full-view i {
  margin-left: 6px;
}

.box-system {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 25px 0px #d1d1d1;
  position: relative;
}

.table-container {
  background-color: #fff;
  border-radius: 10px !important;
  overflow: auto;
  padding: 1rem 1rem 0.5rem 1rem;
  box-shadow: 0px 3px 25px #d1d1d1;
}

.table-container .table-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
}

.table-container .summary {
  margin: 0 !important;
  padding: 0 !important;
}

.table-container table tbody {
  border: 1px solid #e1e6ea !important;
}
.page-head {
  padding: 0;
  border-radius: 10px !important;
  justify-content: space-between;
}
/*.page-head {
	border-radius: 10px !important;
    justify-content: space-between;
    box-shadow: inset 0 0 5px #00000017;
    background: #eee;
    padding: .5rem 1rem;
}*/
.card:has(.page-head) {
  padding: 1.2rem;
  padding-left: 1.5rem;
}
.page-head .head-content {
  margin-top: -4px;
}

.table {
  width: 100%;
  margin: 0;
}

.table-toolbar tr td {
  border: 0 !important;
  padding: 0 0.5rem 0.8rem 0.5rem !important;
  background: none !important;
}

.version-menu {
  display: flex;
  align-items: flex-end !important;
}

.dev-info {
  margin-bottom: 1px;
}

.dev-info .app-version {
  color: #5f8e7e;
  font-weight: 700;
  padding-right: 0.5rem;
}

.purelims-logo {
  width: 100px;
}

.show-package-test,
.show-package-amount {
  border-radius: 10px;
  overflow: hidden;
}

.br-10 {
  border-radius: 10px;
}
.graph-container {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.graph-container .card {
  flex-grow: 1;
  border-radius: 10px;
  margin-bottom: 0;
}

.user-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-actions p {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  margin-top: 4px;
}
.pagerColSpan {
  padding: 0 !important;
}
.lims-dashboard-table.testing-batch.material_logs {
  padding: 0;
}
.lims-dashboard-table.testing-batch.material_logs .dash-counts {
  margin: 0;
  box-shadow: none;
  border-radius: 0;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  overflow: visible;
}
.select-submit {
  border: 2px solid #9cb0b5;
}
.select-submit .dash-select {
  border: none;
}

.card .card:has(.user-actions),
.card .card:has(.activity-table) {
  padding: 0.5rem;
  box-shadow: none;
}
.disabled,
[disabled] {
  pointer-events: none;
  opacity: 0.8;
}
.card .card {
  padding: 0.5rem 0;
  box-shadow: none;
}
.ui-datepicker-calendar tr:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  padding: 0.7em 0.3em !important;
  text-align: center;
  font-weight: bold !important;
  border: 0 !important;
  border-left: 1px solid #f3f3f3 !important;
}

.lazy-load-grid {
  overflow-x: auto;
  overflow-y: hidden;
  transform: rotateX(180deg);
}

.lazy-load-grid .grid-view {
  transform: rotateX(180deg);
}

.result-views {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.result-views .analyte-value-field {
  width: inherit;
  display: inline-block;
  margin-right: 3px;
  color: inherit;
  text-align: center;
}

.result-views .analyte-value-mask {
  width: 95px;
  position: relative;
  text-align: center;
}

.result-views .analyte-value-mask::before {
  content: attr(data-analyte-value);
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 6px 6px 7px;
  background-color: #fff;
  font-size: 1rem;
  overflow: hidden;
  font-weight: 400;
  border: 1px solid #dfdfdf;
  cursor: text;
  pointer-events: none;
}

.result-views .analyte-value-mask.read-only::before {
  background-color: #eee;
  opacity: 1;
}
.form-control[readonly] {
  pointer-events: none;
}

.result-views .analyte-value-mask:has(.analyte-value-field:focus)::before {
  display: none;
}

.result-views .analyte-value-mask.label-mask {
  width: 307px; /* Adjust as needed */
  min-width: 80px;
  max-width: 307px;
  text-align: left;
}

.result-views .analyte-value-field.label-mask {
  width: 307px; /* Fill the mask */
  min-width: 0;
  max-width: 307px;
  text-align: left; /* Optional: left align text */
  padding-left: 8px; /* Optional: for better appearance */
}

.result-views .analyte-value-mask.label-mask::before {
  text-align: left; /* Optional: left align mask text */
  padding-left: 8px;
}

.input-group.date:has(.krajee-datepicker.is-invalid) ~ .invalid-feedback {
  display: block;
}

.modal {
    z-index: 9999;
}

span.select2-dropdown.select2-dropdown--below {
    z-index: 99999;
}

.card {
  padding: 1.2rem;
}

.card-header {
  border-top: 2px solid #e1e6ea !important;
  border-left: 2px solid #e1e6ea !important;
  border-right: 2px solid #e1e6ea !important;
  border-bottom: none;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.card .card-body {
  border: 0;
  border-radius: 10px;
  padding: 2rem;
  border: 2px solid #e1e6ea !important;
}

.card:has(.card-header) .card-body {
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 2rem;
  border: 2px solid #e1e6ea !important;
}

.card:has(> .card-body > .user-actions) {
  padding-inline: 0;
}

.card .card-body:has(.user-actions) {
  padding: 0.8rem;
}

.card:has(.card-header) .card-body:has(table),
.card .card-body:has(table),
.card .card-body:has(.page-head) {
  padding: 0 !important;
  border: none !important;
}

#ocm-multi-input th.list-cell__email {
  vertical-align: middle;
}

ul.colorful-span {
  display: flex;
  gap: 8px;
}

.popover-trigger {
  position: relative;
  display: inline-block;
}

.popover-trigger::before,
.popover-trigger::after {
  display: none;
}

.popover-trigger.active::before,
.popover-trigger.active::after {
  display: block;
}

.popover-trigger::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #2d3a42;
}

.popover-trigger.left::before {
  left: -10px;
  margin-top: -6px;
  transform: rotate(180deg);
}
.popover-trigger.left::after {
  right: 10px;
}

.popover-trigger::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 50px;
  top: -15px;
  right: -20px;
}

.popover-content > ul {
  padding: 0;
  list-style: none;
}

.popover-content {
  position: absolute;
  background: #2d3a42;
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  width: 400px;
  max-height: 400px;
  white-space: wrap;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 13px;
  z-index: 999;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: none; /* JS will control display */
}

.jq-toast-wrap {
  z-index: 9999 !important;
}

.jq-toast-single {
  word-break: break-word;
  overflow: hidden;
  border-radius: 10px;
  width: calc(100% + 1rem);
}

.jq-toast-heading {
  font-weight: bold;
}

.jq-toast-loader {
  background-color: #ddd !important;
  height: 2px;
  top: 0;
}
