/**
 *@copyright : PureLIMS
 *
 *
 * All Rights Reserved.
 * Proprietary and confidential :  All information contained herein is, and remains
 * the property of PureLIMS and its partners.
 * Unauthorized copying of this file, via any medium is strictly prohibited.
 *
 */

.hideClass {
  display: none;
}

.analysis-check-in > form-container {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #464646;
  text-align: left;
}

.analysis-check-in td,
th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #464646;
  line-height: 13px;
}

.analysis-check-in .body-padding {
  padding: 25px 40px 25px;
}

.analysis-check-in .help-block {
  color: #e84825;
}

.analysis-check-in .border-bottom {
  border-bottom: 1px solid #d8d8d8;
}

.analysis-check-in input {
  margin: 0;
  border: none;
  background: transparent;
  margin-top: 0 !important;
}

.analysis-check-in .help-block {
  color: #e84825;
  font-size: 12px;
  margin: 0;
  line-height: 13px !important;
}

.analysis-check-in .radio {
  display: inline-block;
  line-height: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 10px;
}

.analysis-check-in .main-text.buttons-main.h2 .dropdown {
  display: inline-block;
}

.analysis-check-in input[type="file"],
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select,
textarea {
  border: 1px solid #d5d5d5;
  padding: 12px 6px 12px;
  width: 100%;
}

.analysis-check-in input[type="radio"] {
  -webkit-appearance: checkbox; /* Chrome, Safari, Opera */
  -moz-appearance: checkbox; /* Firefox */
  -ms-appearance: checkbox; /* not currently supported */
}

.analysis-check-in .solvent-div td {
  border: 1px solid #ddd;
  text-align: left;
}

.analysis-check-in .solvent-div table {
  border-collapse: collapse;
  width: 100%;
}

.analysis-check-in .solvent-div td {
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
}

.analysis-check-in .rush {
  border: 4px solid red;
  padding: 10px 10px 10px 27px;
}
.mb-20 {
  margin-bottom: 20px;
}

.divhide {
  display: none;
}

.bottomright {
  position: fixed;
  bottom: 0px;
  right: 0px;
}

.messenger-footer-fixed {
  background-color: #337ab7;
  padding: 13px;
  margin: 2px;
  width: 14%;
  text-align: center;
  display: none;
}
.messenger-footer-text {
  color: #ffffff;
}
.footer-messenger-list {
  margin-left: -63%;
}

/* Absolute Center Spinner */
#loader {
  position: fixed;
  z-index: 5000;
  height: 2em;
  width: 2em;
  overflow: visible;
  display: none;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
#loader:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

/* :not(:required) hides these rules from IE9 and below */
#loader:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

#loader:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 2s infinite linear;
  -moz-animation: spinner 2s infinite linear;
  -ms-animation: spinner 2s infinite linear;
  -o-animation: spinner 2s infinite linear;
  animation: spinner 2s infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow:
    rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0,
    rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0,
    rgba(0, 0, 0, 0.5) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0,
    rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow:
    rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0,
    rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0,
    rgba(0, 0, 0, 0.75) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0,
    rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

.removeActive.active a {
  color: #9eabb3 !important;
}

.removeActive.active a:hover {
  color: #fff !important;
}

/* 375-california-compliance-required-data-packets */

.font-weight-600 {
  font-weight: 600;
}
.pb-0 {
  padding-bottom: 0;
}
.mt-30 {
  margin-top: 30px;
}
.cus_textarea,
.cus_input {
  resize: none;
  border: none;
  transition: 0.4s;
  outline: none;
  width: 100%;
}
.d-flex {
  display: flex;
}
.align-ligns-center {
  align-items: center;
}
hr {
  margin: 0;
}
.border-right {
  border-right: 1px solid #eee;
}
.my-5 {
  margin: 5px 0px;
}
.border-none {
  border: none !important;
}
.w-100 {
  width: 100%;
}
.relative_box {
  position: relative;
  padding-right: 35px !important;
}
.rt_checkbox {
  position: absolute;
  top: 5px;
  right: 10px;
}
/* comman css end here */
/* top header start here    */
.top_header_sec p {
  margin-bottom: 0px;
}
.top_header_sec h4 {
  margin: 2px 0;
}
/* top header end here    */
/* main body design start here  */

.table_cus_box tr th:first-child,
.table_cus_box,
.table_cus_box tr td:first-child {
  border-left: none;
}
.table_cus_box tr th:last-child,
.table_cus_box,
.table_cus_box tr td:last-child {
  border-right: none;
}
.table_cus_box,
.table_cus_box tr:last-child td {
  border-bottom: none;
}
.border_bottom_double {
  border-bottom: double;
}
.data_packets_btn {
  padding: 5px 20px !important;
}
/* main body design end here  */

@media screen and (max-width: 578px) {
  .header_lft_sec {
    text-align: left;
    margin-top: 10px;
  }
}

/* end 375-california-compliance-required-data-packets */
