﻿#labora body {
  font-family: "Roboto", sans-serif;
  color: #143450;
}
#labora .mainwrapper {
  top: 70px;
}
#labora .jumbotron h1 {
  color: #143450;
}
#labora .RadComboBox_Metro .rcbFocused .rcbReadOnly .rcbInput {
  color: #143450;
}
#labora h1 {
  color: #143450;
}
#labora h2 {
  color: #143450;
}
#labora h3 {
  color: #143450;
}
#labora .label {
  color: #143450;
}
#labora .label.h3 {
  font-size: 24px;
}
#labora .label.left {
  float: left;
}
#labora .capitalize-first-only {
  text-transform: lowercase;
}
#labora .capitalize-first-only:first-letter {
  text-transform: uppercase;
}
#labora .no-padding {
  padding: 0;
}
#labora .no-padding-left {
  padding-left: 0px;
}
#labora .no-padding-right {
  padding-right: 0px;
}
#labora .fullwidth {
  width: 100%;
  float: left;
}
#labora .maxw-75per {
  max-width: 75%;
}
#labora .border-top {
  border-top: 1px solid #cccccc;
  padding-top: 0px;
}
#labora .border-bottom {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 30px;
}
#labora .border-bottom-small {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 0px;
}
#labora .border {
  border: 1px solid #cccccc;
}
#labora .margin-top20 {
  margin-top: 20px;
}
#labora .contentpanel {
  float: left;
  width: 100%;
  max-width: 1220px;
}
#labora .info-container {
  width: fit-content;
  padding: 20px;
  background-color: #ffffff;
  border: 5px solid #c4e9f7;
}
#labora .info-heading {
  margin-top: 0px;
  margin-bottom: 10px;
}
#labora .info-text {
  color: #000000;
  font-size: 13px;
}
#labora .info-text p {
  margin-bottom: 0px;
}
#labora .info {
  color: #000000;
  font-size: 14px;
}
#labora .pl10 {
  padding-left: 10px !important;
}
#labora .right {
  float: right;
}
#labora .left {
  float: left;
}
#labora .text-right {
  text-align: right;
}
#labora .glyphicon-unchecked:before {
  content: "\e157" !important;
}
#labora .glyphicon-check:before {
  content: "\e067" !important;
}
#labora p.hidden-from-report-heading {
  background-color: #dea6f3;
  color: #000000;
  font-size: 15px;
  padding: 5px 10px;
  float: left;
}
#labora .display-block {
  display: block;
}
#labora .display-none {
  display: none;
}
#labora .faded-background {
  background-color: rgba(0, 0, 0, 0.5);
}
#labora .mobile-only {
  display: none;
}
#labora .container-flex {
  display: flex;
}
#labora .container-inline-flex {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#labora .align-center {
  display: flex;
  align-items: center;
}
#labora .container-justify-right {
  display: flex;
  justify-content: end;
}
#labora .container-justify-space-between {
  display: flex;
  justify-content: space-between;
}
#labora .completed .hide-if-parent-completed {
  display: none;
}
#labora .task-style {
  padding: 20px;
  background-color: tan !important;
  margin: 10px 0;
}
#labora .heading-small {
  font-size: 20px;
}
#labora .heading-xtra-small {
  font-size: 18px;
}

@media (max-width: 1024px) {
  #labora .mobile-only {
    display: block;
  }
}
@media (max-width: 767px) {
  #labora body {
    width: 100%;
  }
  #labora .contentpanel {
    max-width: 100%;
    width: 100%;
  }
  #labora .mobile-hidden {
    display: none;
  }
}
#labora .btn {
  height: auto;
}
#labora .btn .icon {
  padding-left: 6px;
  padding-right: 10px;
  float: left;
}
#labora .btn:hover, #labora .btn:focus, #labora .btn:active {
  opacity: 0.7;
}
#labora .btn.left-5 {
  margin-left: 5px;
}
#labora .btn.right {
  float: right;
}
#labora .btn.font-sm {
  font-size: 11px;
}
#labora .btn-heading {
  margin-top: 20px;
}
#labora .btn-primary {
  color: #ffffff;
  background-color: #143450;
  border-color: #143450;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 17px;
  height: auto;
}
#labora .btn-primary:hover, #labora .btn-primary:focus, #labora .btn-primary:active {
  opacity: 0.7;
}
#labora .btn-secondary {
  color: #ffffff;
  background-color: #57c1e8;
  border-color: #57c1e8;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 17px;
  height: auto;
}
#labora .btn-secondary:hover, #labora .btn-secondary:focus, #labora .btn-secondary:active {
  opacity: 0.7;
}
#labora .btn-red {
  color: #ffffff;
  background-color: #bc0000;
  border-color: #bc0000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 17px;
  height: auto;
}
#labora .btn-red:hover, #labora .btn-red:focus, #labora .btn-red:active {
  opacity: 0.7;
}
#labora .btn-gray {
  color: #ffffff;
  background-color: #cccccc;
  border-color: #cccccc;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 17px;
  height: auto;
}
#labora .btn-gray:hover, #labora .btn-gray:focus, #labora .btn-gray:active {
  opacity: 0.7;
}
#labora .btn-medium-gray {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 17px;
}
#labora .btn-medium-gray:hover, #labora .btn-medium-gray:focus, #labora .btn-medium-gray:active {
  opacity: 0.7;
}
#labora .btn-success {
  background-color: #57c1e8;
  border-color: #57c1e8;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
}
#labora .btn-default {
  background-color: #57c1e8;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 8px 20px 8px 20px;
}
#labora .btn-bordered {
  color: #143450;
  border-width: 1px;
  display: flex;
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
  background-color: #eeeeee !important;
  border-color: #dedede !important;
  border-radius: 0px;
}
#labora .btn-bordered .icon:before {
  margin-top: 0px;
}
#labora .btn-bordered.btn-two-text {
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  min-height: 36px;
  text-align: start;
}
#labora .btn-bordered.btn-two-text .text-container {
  display: flex;
  flex-direction: column;
}
#labora .btn-bordered.btn-two-text .helper-text, #labora .btn-bordered.btn-two-text .helper-text-2 {
  font-size: 10px;
  color: #143450;
  line-height: 10px;
  text-align: left;
  display: none;
  margin-top: 2px;
}
#labora .btn-bordered.btn-two-text.show-help2 .helper-text-2 {
  display: block;
}
#labora .btn-bordered.btn-two-text.show-help2 .helper-text {
  display: none;
}
#labora .btn-bordered.btn-two-text.show-help .helper-text {
  display: block;
}
#labora .btn-bordered.btn-two-text.show-help .helper-text-2 {
  display: none;
}
#labora .btn-bordered.btn-two-text .text {
  font-size: 15px;
  line-height: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#labora .btn-bordered:hover, #labora .btn-bordered:active, #labora .btn-bordered:focus {
  background-color: #cccccc !important;
  color: #143450;
  opacity: 1;
}
#labora .btn-lg {
  padding: 12px 25px;
}
#labora .btn-lg .icon {
  padding-left: 0px;
  padding-right: 12px;
  margin-left: -8px;
  float: left;
}
#labora .btn-group-option > .btn {
  padding: 8px 20px 7px 20px;
}
#labora .btn .icon-circle {
  padding-left: 0px;
  float: left;
  padding-right: 10px;
}
#labora .btn .icon-circle:before {
  font-size: 24px;
}
#labora .btn .icon-circle-text {
  padding-top: 3px;
  float: left;
}
#labora .btn .icon-right {
  float: right;
  padding-left: 12px;
  padding-top: 2px;
}
#labora .btn .text {
  float: left;
}
#labora .btn .no-text {
  display: none;
}
#labora .btn.btn-lower {
  text-transform: none;
}
#labora .btn-sm.btn-bordered {
  padding: 7px 4px;
}
#labora .btn-sm.btn-two-text {
  padding: 4px 4px;
}
#labora .btn-sm.btn-two-text .icon {
  float: none;
  font-size: 15px;
  padding: 4px 4px 4px 6px;
}
#labora .btn-sm .icon {
  padding-left: 0px;
  padding-right: 6px;
  float: left;
  padding-top: 2px;
}
#labora .btn-sm .icon.last {
  padding-left: 6px;
  padding-right: 0px;
}
#labora .btn-sm.btn-icon .icon {
  padding-right: 0px;
}
#labora .btn-sm .text {
  font-size: 15px;
  text-transform: none;
}
#labora .btn-ex-sm {
  line-height: 16px;
  padding: 6px 8px;
}
#labora .btn-ex-sm .icon {
  padding-left: 0px;
  padding-right: 4px;
  float: left;
  padding-top: 0px;
  line-height: 14px;
}
#labora .btn-ex-sm .icon:before {
  font-size: 14px;
}
#labora .btn-ex-sm .icon.last {
  padding-left: 4px;
  padding-right: 0px;
}
#labora .btn-ex-sm.btn-icon .icon {
  padding-right: 0px;
}
#labora .btn-ex-sm .text {
  font-size: 13px;
  text-transform: none;
}
#labora .btn-extra-sm {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 13px;
  padding: 4px 4px;
}
#labora .btn-extra-sm:hover, #labora .btn-extra-sm:focus, #labora .btn-extra-sm:active {
  opacity: 0.7;
}
#labora .btn-extra-sm .icon {
  padding-left: 0px;
  padding-right: 6px;
  float: left;
  padding-top: 2px;
}
#labora .btn-extra-sm .icon.last {
  padding-left: 6px;
  padding-right: 0px;
}
#labora .btn-extra-sm.btn-icon .icon {
  padding-right: 0px;
}
#labora .btn-extra-sm .text {
  font-size: 13px;
  text-transform: none;
}
#labora .btn-mobile {
  text-transform: none;
  font-size: 13px;
  line-height: 13px;
}
#labora .btn-mobile .text {
  text-transform: none;
  font-size: 13px;
  line-height: 13px;
}
#labora .btn-first {
  margin-right: 10px;
}
#labora .btn-container {
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
}
#labora .btn-container.right {
  float: right;
}
#labora .btn-file {
  font-size: 18px;
  color: #000000;
}
#labora .prevNextButtonContainer {
  float: left;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 20px;
}
#labora .prevNextButtonContainer .btn {
  float: left;
  margin-right: 12px;
}
#labora .button-flex-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
}

#labora .menu-dropdown {
  display: inline-block;
  margin-left: 6px;
  margin-right: 2px;
}
#labora .menu-dropdown input {
  padding: 8px 10px;
}

.datepicker.RadPicker table.rcTable {
  width: 100%;
}
.datepicker.RadPicker table.rcTable .riTextBox {
  border: 1px solid #143450;
  padding: 8px 15px;
  color: #000000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  min-height: 38px;
  font-size: 14px;
  width: 100%;
}

#labora .form-group.half {
  float: left;
  width: 50%;
}
#labora .form-group .internal {
  background-color: #fbffbf;
}
#labora .form-group .label {
  color: #000000;
  font-size: 16px;
  text-align: left;
  padding-top: 10px;
  padding-left: 0px;
  word-break: break-word;
  white-space: initial;
}
#labora .form-group .label.bold {
  font-weight: bold;
}
#labora .form-group .label.padding-left {
  padding-left: 10px;
}
#labora .form-group .label.left {
  float: left;
}
#labora .form-group .label.checkbox-label {
  font-size: 14px;
  padding-right: 0px;
}
#labora .form-group .label.checkbox-label.chk-label-sm {
  font-size: 13px;
}
#labora .form-group .label.large {
  font-size: 18px;
}
#labora .form-group .label.blue {
  color: #143450;
}
#labora .form-group .extra-info {
  padding-left: 0px;
  color: #000000;
  font-size: 12px;
  padding-top: 5px;
}
#labora .form-group .textbox {
  border: 1px solid #143450;
  padding: 8px 15px;
  color: #000000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  min-height: 38px;
  font-size: 14px;
}
#labora .form-group .textbox:disabled {
  background-color: #eeeeee;
  border-color: #cccccc;
}
#labora .form-group .textbox.RadPicker_Metro {
  padding-right: 0px;
  padding-left: 2px;
}
#labora .form-group .textbox.max40char {
  max-width: 292px;
}
#labora .form-group .textbox.error {
  border-color: #ff0000;
  background-color: #ffcccc;
}
#labora .form-group .rad-textbox {
  border: 1px solid #143450;
  padding: 8px 15px;
  color: #000000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  min-height: 38px;
  font-size: 14px;
}
#labora .form-group .rad-textbox:disabled {
  background-color: #eeeeee;
  border-color: #cccccc;
}
#labora .form-group .rad-textbox.RadPicker_Metro {
  padding-right: 0px;
  padding-left: 2px;
}
#labora .form-group .rad-textbox.max40char {
  max-width: 292px;
}
#labora .form-group .textarea {
  border: 1px solid #143450;
  padding: 8px 15px;
  color: #000000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#labora .form-group .textarea:disabled {
  background-color: #eeeeee;
  border-color: #cccccc;
}
#labora .form-group .textarea.textarea-nowrap {
  white-space: pre;
}
#labora .form-group .dropdownlist {
  border: 1px solid #143450;
  padding: 8px 15px;
  color: #000000;
  font-size: 14px;
  min-height: 38px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #ffffff;
}
#labora .form-group .dropdownlist:disabled {
  background-color: #eeeeee;
  border-color: #cccccc;
}
#labora .form-group .checkbox-container {
  padding-left: 0px;
  padding-right: 0px;
}
#labora .form-group .checkbox-and-label-container {
  float: left;
  width: 100%;
}
#labora .form-group .checkbox-and-label-container .checkbox {
  margin-top: 0px;
  margin-bottom: 4px;
}
#labora .form-group .checkbox-and-label-container .checkbox-label {
  padding-top: 4px;
  padding-bottom: 4px;
}
#labora .form-group .checkbox {
  margin-top: 8px;
}
#labora .form-group .checkbox input[type=checkbox] {
  width: 22px;
  height: 22px;
  border: 1px solid #143450;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#labora .form-group .checkbox input[type=checkbox]:hover, #labora .form-group .checkbox input[type=checkbox]:active, #labora .form-group .checkbox input[type=checkbox]:focus {
  outline: 2px solid #57c1e8;
}
#labora .form-group .checkbox.chkleft {
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 10px;
}
#labora .form-group .checkbox.form-check input[type=checkbox] {
  width: 20px;
  height: 20px;
  border: 1px solid #143450;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#labora .form-group .checkbox.form-check input[type=checkbox]:hover, #labora .form-group .checkbox.form-check input[type=checkbox]:active, #labora .form-group .checkbox.form-check input[type=checkbox]:focus {
  outline: 2px solid #57c1e8;
}
#labora .form-group .checkbox.form-check label {
  float: left;
  font-size: 14px;
  padding-left: 10px;
  color: #000000;
}
#labora .form-group .chklbl {
  float: left;
  padding-top: 3px;
}
#labora .form-group.h3-level {
  margin-top: 20px;
  margin-bottom: 4px;
}
#labora .form-group .radDate {
  padding-left: 0px;
  padding-right: 0px;
}
#labora .form-group .radDate.col-md-6 {
  width: 50% !important;
}
#labora .form-group .radDate input {
  border: 1px solid #143450;
  padding: 8px 15px;
  color: #000000;
  font-size: 14px;
  float: left;
  height: auto;
  width: calc(100% - 37px);
}
#labora .form-group .ListSearchExtenderPrompt {
  background-color: #ffffff;
  float: left;
  width: 100%;
  color: #767676;
  padding: 4px 10px;
  border: 1px dashed #767676;
  float: left;
  width: 100%;
  margin-left: -2px;
}
#labora .form .sendbutton {
  float: right;
  box-shadow: none;
  outline: none;
  border: 1px solid #57c1e8;
  padding: 8px 20px 7px 20px;
}
#labora .form-horizontal h4 {
  color: #143450;
}
#labora .dl-horizontal dt {
  font-size: 16px;
  color: #000000;
  text-align: left;
  padding-bottom: 10px;
  padding-top: 8px;
  font-weight: normal;
}
#labora .dl-horizontal dd {
  float: left;
  margin-left: 0px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #767676;
  padding-top: 2px;
}
#labora .dl-horizontal .btn {
  font-size: 14px;
  margin-left: 10px;
}

#labora .frontpage-images {
  padding-bottom: 20px;
}
#labora .frontpage-images img {
  max-width: 100%;
  max-height: 300px;
}
#labora .frontpage-jumbotron {
  background-image: url("../../images/labora/Labora_background.jpg");
  background-size: cover;
  background-position: center;
  float: left;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}
#labora .frontpage-jumbotron.mobile h1 {
  font-size: 32px;
}
#labora .frontpage-jumbotron h1 {
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  font-size: 50px;
}
#labora .frontpage-jumbotron p {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}
#labora .frontpage-jumbotron .jumbotron-button-container {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
#labora .frontpage-jumbotron .jumbotron-button-container .btn-primary {
  margin-right: 20px;
}
#labora .frontpage-jumbotron .jumbotron-button-container .btn {
  margin-bottom: 10px;
}
#labora .frontpage-jumbotron .btn-lg .icon {
  margin-left: 8px;
  padding-right: 0px;
}
#labora .frontpage-elements {
  margin-top: 50px;
  float: left;
  width: 100%;
}
#labora .frontpage-element {
  margin-bottom: 50px;
}
#labora .frontpage-element img {
  width: 50%;
}
#labora .frontpage-element h2 {
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  color: #143450;
}
#labora .frontpage-element h2 a:visited, #labora .frontpage-element h2 a:active, #labora .frontpage-element h2 a:focus, #labora .frontpage-element h2 a:hover {
  color: #143450;
}

#labora .headerwrapper {
  background-color: #ffffff;
  box-shadow: none;
  border-bottom: 1px solid #cccccc;
}
#labora .headerwrapper.collapsed .header-right {
  width: calc(100% - 62px);
}
#labora .header-right {
  padding: 16px 0px 14px 15px;
}
#labora .header-right h1 {
  color: #143450;
}
#labora .header-right h2 {
  color: #143450;
  font-size: 24px;
  line-height: 24px;
  float: left;
  margin-top: 10.5px;
  margin-bottom: 0px;
  margin-left: 5px;
}
#labora .header-right .pull-right {
  margin-right: 20px;
  color: #143450;
}
#labora .header-right .language-container {
  padding-right: 20px;
  align-items: center;
  display: flex;
  float: left;
}
#labora .header-right .language-container .label {
  align-items: center;
  margin-bottom: 0px !important;
}
#labora .header-right .language-container .label .icon {
  font-size: 15px;
  padding-right: 4px;
}
#labora .header-right .language-container .label .text {
  font-size: 15px;
}
#labora .header-right .language-container .dropdownlist {
  border: 1px solid #ccc;
  padding: 7px 10px;
  border-radius: 2px;
  font-size: 15px;
}
#labora .header-right .form-search .form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #57c1e8;
  height: 33px;
}
#labora .header-right .btn-group > .btn {
  background-color: #57c1e8;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  text-transform: uppercase;
}
#labora .header-right .btn-group > .btn:hover, #labora .header-right .btn-group > .btn:focus, #labora .header-right .btn-group > .btn:active {
  opacity: 0.7;
}
#labora .header-right .btn-group .dropdown-menu li {
  color: #143450;
}
#labora .header-right .btn-group .dropdown-menu li.username {
  padding: 8px 15px;
}
#labora .header-right .btn-group .dropdown-menu li a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #143450;
}
#labora .header-right .btn-group .dropdown-menu li a:hover, #labora .header-right .btn-group .dropdown-menu li a:focus, #labora .header-right .btn-group .dropdown-menu li a:active {
  background-color: #57c1e8;
  color: #ffffff;
}
#labora .header-left {
  background-color: #ffffff;
  padding-top: 17px;
  padding-bottom: 10px;
}
#labora .header-left img {
  padding-left: 10px;
}
#labora .header-left .menu-collapse {
  color: #ffffff;
  background-color: #143450;
  border-color: #143450;
}
#labora .header-left .menu-collapse:hover, #labora .header-left .menu-collapse:focus, #labora .header-left .menu-collapse:active {
  opacity: 0.7;
}

@media (max-width: 1500px) {
  #labora .headerwrapper .header-right {
    width: calc(100% - 230px);
    min-width: inherit;
  }
}
@media (max-width: 767px) {
  #labora .headerwrapper {
    height: 75px;
    overflow: hidden;
    width: 100%;
  }
  #labora .headerwrapper .header-right {
    float: left;
    width: calc(100% - 70px);
  }
  #labora .headerwrapper .header-right h1 {
    font-size: 20px;
    width: calc(100% - 60px);
    float: left;
  }
  #labora .headerwrapper .header-right h2 {
    display: none;
  }
  #labora .headerwrapper .header-right #TextBoxNewSearch,
  #labora .headerwrapper .header-right #ButtonGoToSampleGroup,
  #labora .headerwrapper .header-right #ButtonGoToOrder,
  #labora .headerwrapper .header-right #ButtonGoToInvoice {
    display: none;
  }
  #labora .headerwrapper .header-right .pull-right {
    margin-right: 5px;
  }
}
#labora .panel-body.minimized {
  display: none;
}
#labora .panel-dark-head .panel-heading {
  background-color: #143450;
}
#labora .panel-heading .panel-title {
  font-weight: normal;
  color: #ffffff;
}
#labora .panel-btns {
  display: block !important;
}
#labora .panel-mustard-head .panel-heading {
  background-color: #bb7614;
}
#labora .panel-dark-mustard-head .panel-heading {
  background-color: #754701;
}
#labora .panel-medium-blue-head .panel-heading {
  background-color: #235284;
}
#labora .panel.fullwidth .table-default tfoot {
  border-top: 1px solid #143450;
}
#labora .panel.fullwidth .table-default tfoot tr td {
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: bold;
}
#labora .panel-narrow .table-default thead th {
  font-size: 14px;
  padding-left: 5px;
  padding-right: 5px;
  border-right: 1px solid #cccccc;
}
#labora .panel-narrow .table-default tbody tr td {
  padding-left: 5px;
  padding-right: 5px;
  border-right: 1px solid #cccccc;
}
#labora .panel-narrow .table-default tfoot {
  border-top: 1px solid #143450;
}
#labora .panel-narrow .table-default tfoot tr td {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: bold;
  border-right: 1px solid #cccccc;
}

#labora .leftpanel {
  width: 230px;
  position: fixed;
  top: 68px;
  left: 0;
  height: calc(100vh - 68px);
  overflow-y: auto;
}
#labora .leftpanel .sidemenu-button-container {
  float: left;
  width: 100%;
  border-bottom: 1px solid #f7f7f7;
  padding: 10px 5px;
}
#labora .leftpanel .nav {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
#labora .leftpanel .nav > li > a {
  color: #143450;
  z-index: 10;
}
#labora .leftpanel .nav > li > a i {
  color: #143450;
}
#labora .leftpanel .nav > li.parent:after {
  z-index: 9;
}
#labora .leftpanel .nav.nav-customer-web > li > a {
  background-color: #143450;
  color: #ffffff;
}
#labora .leftpanel .nav.nav-customer-web > li > a i {
  color: #ffffff;
}
#labora .leftpanel .profile-left {
  padding: 0px 15px;
}
#labora .mainwrapper.collapsed .leftpanel {
  top: 97px;
  height: calc(100vh - 97px);
  width: 61px;
}

@media (max-width: 1024px) {
  #labora .mainwrapper.collapsed .leftpanel {
    top: 97px;
    height: calc(100vh - 97px);
    width: 61px;
  }
  #labora .mainwrapper .leftpanel {
    top: 97px;
    height: calc(100vh - 97px);
  }
  #labora .customer-web .mainwrapper.collapsed .leftpanel {
    top: 67px;
    height: calc(100vh - 67px);
    width: 61px;
  }
  #labora .customer-web .mainwrapper .leftpanel {
    top: 67px;
    height: calc(100vh - 67px);
  }
}
@media screen and (max-width: 768px) {
  .show-left .leftpanel .profile-left {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  #labora .customer-web .mainwrapper.collapsed .leftpanel {
    top: 145px;
    height: calc(100vh - 145px);
    width: 61px;
  }
  #labora .customer-web .mainwrapper .leftpanel {
    top: 145px;
    height: calc(100vh - 145px);
    width: 100%;
    z-index: 100;
    background-color: #ffffff;
  }
  #labora .customer-web .mainwrapper .leftpanel .profile-left {
    height: auto;
  }
}
#labora .page-header-right {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 0px;
}
#labora .page-header-right a.btn.btn-primary {
  margin: 10px 5px;
}
#labora .page-header-right a.btn.btn-primary.btn-menubutton {
  padding: 10px 5px 5px 5px;
}
#labora .page-header-right a .menu-button-text {
  float: left;
  width: 100%;
  font-size: 10px;
  text-transform: uppercase;
}

#labora .email-container h3, #labora .sms-container h3 {
  padding-left: 0px;
}
#labora .email-container {
  padding-left: 30px;
}
#labora .sms-container {
  padding-right: 30px;
}

#labora .table-list thead {
  border-bottom: 1px solid #143450;
}
#labora .table-list thead th {
  color: #143450;
  font-size: 18px;
  padding: 0px 10px;
  font-weight: normal;
  border-bottom: 1px solid #143450;
}
#labora .table-list tbody td {
  padding: 6px 10px;
  font-size: 13px;
  vertical-align: middle;
}
#labora .table-list tbody .department-row {
  height: 43px;
}
#labora .table-list tbody .department-row td {
  padding-top: 20px;
  font-size: 15px;
  border-bottom: 1px solid #143450;
}
#labora .table-default thead {
  border-bottom: 1px solid #143450;
}
#labora .table-default thead th {
  color: #143450;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: normal;
}
#labora .table-default thead th.heading-sm {
  font-size: 16px;
}
#labora .table-default thead .thead-font-medium th {
  font-size: 16px;
}
#labora .table-default.table-header-padding thead th, #labora .table-default.table-header-padding thead td {
  padding-right: 10px;
}
#labora .table-default.table-heading-medium thead th {
  font-size: 16px;
}
#labora .table-default.table-heading-small thead th {
  font-size: 14px;
}
#labora .table-default.table-heading-medium thead th, #labora .table-default.table-heading-medium thead td {
  font-size: 16px;
  padding-right: 0px;
  font-weight: normal;
}
#labora .table-default.td-border-right tbody tr td {
  border-right: 1px solid #cccccc;
}
#labora .table-default.table-heading-center thead th {
  text-align: center;
}
#labora .table-default.table-no-padding-last-child tr th:last-child, #labora .table-default.table-no-padding-last-child tr td:last-child {
  padding-right: 0px;
}
#labora .table-default tbody tr td {
  color: #000000;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
#labora .table-default tbody tr td.text-right {
  text-align: right;
}
#labora .table-default tbody tr td.text-center {
  text-align: center;
}
#labora .table-default tbody tr td.department-container span {
  float: left;
  width: 58px;
}
#labora .table-default tbody tr td.department-container .department-color-1, #labora .table-default tbody tr td.department-container .department-color-2, #labora .table-default tbody tr td.department-container .department-color-3 {
  float: left;
  border: 1px solid #000000;
  background-color: #ffffff;
  width: 18px;
  text-align: center;
  color: #000000;
}
#labora .table-default tbody tr td.department-container .department-color-1 {
  margin-right: 2px;
  border-color: #c4e9f7;
  background-color: #ddf3fa;
}
#labora .table-default tbody tr td.department-container .department-color-2 {
  margin-right: 2px;
  border-color: #a6d7c6;
  background-color: #bfe2d6;
}
#labora .table-default tbody tr td.department-container .department-color-3 {
  border-color: #faffa6;
  background-color: #fbffbf;
}
#labora .table-default tbody tr td .textbox {
  float: left;
  width: 100%;
  padding: 6px 10px;
  height: auto;
  color: #000000;
  font-size: 13px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
}
#labora .table-default tbody tr td.error {
  border: 2px solid #ff0000;
  background-color: #ffcccc;
}
#labora .table-default tbody tr td.cell-flex {
  display: flex;
}
#labora .table-default tbody tr:nth-child(odd).hidden-from-report {
  background-color: #e7bff6;
}
#labora .table-default tbody tr:nth-child(even) {
  background-color: #eeeeee;
}
#labora .table-default tbody tr:nth-child(even).hidden-from-report {
  background-color: #dea6f3;
}
#labora .table-default tbody tr .hidden-from-report-text {
  font-size: 9px;
  line-height: 9px;
  float: left;
  padding: 0px 0px 3px 0px;
  width: 100%;
}
#labora .table-default tbody tr .checkbox {
  float: left;
  width: 20px;
  height: 20px;
}
#labora .table-default tbody tr .checkbox.checkbox-sm {
  width: 14px;
  height: 14px;
  margin-left: -4px;
}
#labora .table-default tbody tr .checkbox.checkbox-sm input {
  width: 14px;
  height: 14px;
}
#labora .table-default tbody tr.manual {
  background-color: #c4e9f7;
}
#labora .table-default tbody tr.manual td {
  background-color: transparent;
}
#labora .table-default tbody tr.manual:nth-child(odd) {
  background-color: #ddf3fa;
}
#labora .table-default tbody tr.manual:nth-child(odd) td {
  background-color: transparent;
}
#labora .table-default tbody tr.creditnote {
  background-color: #faffa6;
}
#labora .table-default tbody tr.creditnote td {
  background-color: transparent;
}
#labora .table-default tbody tr.creditnote:nth-child(odd) {
  background-color: #fbffbf;
}
#labora .table-default tbody tr.creditnote:nth-child(odd) td {
  background-color: transparent;
}
#labora .table-default tbody tr.row-has-alarm td {
  border-top: 2px solid #990000;
  padding-top: 10px;
  padding-bottom: 4px;
}
#labora .table-default tbody tr.row-has-alarm td:first-child {
  border-left: 2px solid #990000;
}
#labora .table-default tbody tr.row-has-alarm td:last-child {
  border-right: 2px solid #990000;
}
#labora .table-default tbody tr.row-alarm td {
  border-bottom: 1px solid #ffcccc;
  background-color: #ffcccc !important;
  padding-bottom: 6px;
  padding-top: 6px;
}
#labora .table-default tbody tr.row-alarm td:first-child {
  border-left: 2px solid #990000;
}
#labora .table-default tbody tr.row-alarm td:last-child {
  border-right: 2px solid #990000;
}
#labora .table-default tbody tr.row-alarm-last td {
  border-bottom: 2px solid #990000;
  background-color: #ffcccc !important;
  padding-bottom: 10px;
  padding-top: 4px;
}
#labora .table-default tbody tr.row-alarm-last td:first-child {
  border-left: 2px solid #990000;
}
#labora .table-default tbody tr.row-alarm-last td:last-child {
  border-right: 2px solid #990000;
}
#labora .table-default tfoot.bold td {
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
#labora .table-default tfoot.bordered td {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
#labora .table-default tfoot tr.bold td {
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
#labora .table-default tfoot tr.bordered td {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
#labora .table-default tfoot tr td.error {
  color: #ff0000;
}
#labora .table-default.table-narrow thead th {
  padding-left: 6px;
  padding-right: 6px;
}
#labora .table-default.table-narrow tbody tr td {
  padding-left: 6px;
  padding-right: 6px;
}
#labora .table-default.table-compressed thead th {
  padding-left: 2px;
  padding-right: 2px;
}
#labora .table-default.table-compressed tbody tr td {
  padding-left: 2px;
  padding-right: 2px;
}
#labora .table-default .ComboBoxLabelColum1 {
  width: auto;
}
#labora .table-default .RadPicker table.rcTable tbody tr td {
  padding-left: 0px;
  padding-right: 2px;
}
#labora .table-default .RadPicker table.rcTable tbody tr td input {
  padding: 6px 10px;
  height: auto;
  color: #000000;
  font-size: 13px;
}
#labora .table-default .riSingle .riTextBox[type=text] {
  padding: 6px 10px;
  height: auto;
  color: #000000;
  font-size: 13px;
}
#labora .table-default .totals-row {
  border-top: 1px solid #143450;
  border-bottom: 1px solid #143450;
  font-weight: bold;
}
#labora .table.table-td-tempo tr td {
  max-width: 100px;
  word-wrap: break-word;
  word-break: break-word;
  padding: 8px 4px;
}
#labora .table.table-td-tempo tr td:first-child {
  max-width: 115px;
  min-width: 115px;
}
#labora .table .ComboBoxLabelColum1 {
  width: auto;
}
#labora .table td .table-text {
  font-family: "Roboto", sans-serif;
}
#labora .table tr.Kjemi {
  background-color: #c4e9f7;
}
#labora .table tr.Kjemi td {
  background-color: transparent;
}
#labora .table tr.Kjemi:nth-child(odd) {
  background-color: #ddf3fa;
}
#labora .table tr.Kjemi:nth-child(odd) td {
  background-color: transparent;
}
#labora .table tr.Mikrobiologi {
  background-color: #a6d7c6;
}
#labora .table tr.Mikrobiologi td {
  background-color: transparent;
}
#labora .table tr.Mikrobiologi:nth-child(odd) {
  background-color: #bfe2d6;
}
#labora .table tr.Mikrobiologi:nth-child(odd) td {
  background-color: transparent;
}
#labora .table tr.Sensorikk {
  background-color: #faffa6;
}
#labora .table tr.Sensorikk td {
  background-color: transparent;
}
#labora .table tr.Sensorikk:nth-child(odd) {
  background-color: #fbffbf;
}
#labora .table tr.Sensorikk:nth-child(odd) td {
  background-color: transparent;
}
#labora .table tr.Kjemi .RadComboBox td, #labora .table tr.Mikrobiologi .RadComboBox td, #labora .table tr.Sensorikk .RadComboBox td {
  background-color: #ffffff;
}
#labora .table tr.Kjemi .RadComboBox:nth-child(odd) td, #labora .table tr.Mikrobiologi .RadComboBox:nth-child(odd) td, #labora .table tr.Sensorikk .RadComboBox:nth-child(odd) td {
  background-color: #ffffff;
}
#labora .table tr.white, #labora .table tr.white:nth-child(2n+1) {
  background-color: #ffffff;
}
#labora .table tr.white td, #labora .table tr.white:nth-child(2n+1) td {
  background-color: transparent;
}
#labora .table tr.green, #labora .table tr.green:nth-child(2n+1) {
  background-color: #bfe2d6;
}
#labora .table tr.green td, #labora .table tr.green:nth-child(2n+1) td {
  background-color: transparent;
}
#labora .table tr.blue, #labora .table tr.blue:nth-child(2n+1) {
  background-color: #ddf3fa;
}
#labora .table tr.blue td, #labora .table tr.blue:nth-child(2n+1) td {
  background-color: transparent;
}
#labora .table tr.purple, #labora .table tr.purlpe:nth-child(2n+1) {
  background-color: #e7bff6;
}
#labora .table tr.purple td, #labora .table tr.purlpe:nth-child(2n+1) td {
  background-color: transparent;
}
#labora .table tr.gray, #labora .table tr.gray:nth-child(2n+1) {
  background-color: #eeeeee;
}
#labora .table tr.gray td, #labora .table tr.gray:nth-child(2n+1) td {
  background-color: transparent;
}
#labora .table tr.stripes {
  background: repeating-linear-gradient(-45deg, #cccccc, #cccccc 3px, #dedede 3px, #dedede 12px);
}
#labora .table tr td.outside-limits span {
  float: left;
  width: 100%;
  border: 1px solid #ff0000;
  background-color: #ffcccc;
  color: #000000;
  padding-left: 3px;
}
#labora .table tr td span a {
  color: #143450;
  text-decoration: underline;
}
#labora .table tr td .not-completed {
  border: 1px solid #ff0000;
}
#labora .table tr td .outside-limits {
  border: 1px solid #ff0000;
  background-color: #ffcccc;
  color: #000000;
}
#labora .table tr td.vertical-middle {
  vertical-align: middle;
}
#labora .table.table-autowidth {
  width: auto;
}
#labora .table.table-customer-report tr td {
  font-size: 14px;
  color: #143450;
}
#labora .table.table-customer-report tr td:last-child {
  font-weight: 500;
}
#labora .table.table-customer-report tr.invoice-customer-row td {
  background-color: #c4e9f7;
  color: #143450;
  font-size: 14px;
  border-bottom: 2px solid #143450;
  border-right: 1px solid #c4e9f7;
  border-left: 1px solid #c4e9f7;
}
#labora .table.table-customer-report tr.invoice-customer-row td:first-child {
  border-left: 1px solid #dddddd;
}
#labora .table.table-customer-report tr.invoice-customer-row td:last-child {
  border-right: 1px solid #dddddd;
  font-weight: 500;
}
#labora .table.table-customer-report tr.sub-customer-row td {
  font-size: 12px;
  background-color: #ddf3fa;
}
#labora .table.table-customer-report tr.sub-customer-row td:last-child {
  font-weight: normal;
}
#labora .table.table-customer-report tr.sub-customer-row.sub-customer-last td {
  border-bottom: 1px solid #143450;
}
#labora .table.table-customer-report.table-compressed tr th, #labora .table.table-customer-report.table-compressed tr td {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}
#labora .table.table-customer-report.heading-medium thead th {
  font-size: 14px !important;
}
#labora .table.table-customer-report.body-medium thead th {
  font-size: 14px !important;
}
#labora .table.table-customer-report.footer-medium thead th {
  font-size: 14px !important;
}
#labora .table.table-customer-report.heading-small thead th {
  font-size: 13px !important;
}
#labora .table.table-customer-report.body-small thead th {
  font-size: 12px !important;
}
#labora .table.table-customer-report.footer-small thead th {
  font-size: 13px !important;
}
#labora .table-double {
  margin-top: 30px;
}
#labora .table-double thead tr {
  border-bottom: 1px solid #143450;
}
#labora .table-double thead th {
  color: #143450;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: normal;
}
#labora .table-double tbody tr {
  background-color: #eeeeee;
}
#labora .table-double tbody tr.sample-row {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  font-size: 16px;
}
#labora .table-double tbody tr.sample-row td {
  padding-top: 10px;
  padding-bottom: 10px;
}
#labora .table-double tbody tr td {
  color: #000000;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
#labora .table-double tbody tr .checkbox {
  float: left;
  width: 20px;
  height: 20px;
}
#labora .table-double .totals-row {
  border-top: 1px solid #143450;
  border-bottom: 1px solid #143450;
  font-weight: bold;
}
#labora table {
  color: #143450;
}
#labora table .bold-row {
  font-weight: bold;
}
#labora table .error-cell {
  border: 2px solid red !important;
  background-color: rgba(255, 0, 0, 0.2);
}
#labora table .error-mild-cell {
  /* border: 2px solid rgba(153, 153, 153, 0.4);*/
  border: none;
  background-color: rgba(153, 153, 153, 0.3);
}
#labora table .error-double-cell {
  border: 2px solid #57c1e8 !important;
  background-color: rgba(87, 193, 232, 0.2);
}
#labora table .error-priority-cell {
  border: 2px solid #a6d7c6 !important;
  background-color: #bfe2d6;
}
#labora table .error-non-priority-cell {
  background: repeating-linear-gradient(-45deg, #dedede, #dedede 2px, #f0f0f0 2px, #f0f0f0 8px);
  border: 1px solid #cccccc;
}
#labora table tr:nth-child(2n+1) .error-mild-cell {
  border: none;
  background-color: rgba(153, 153, 153, 0.4);
}
#labora table tr:nth-child(2n+1) .error-double-cell {
  border: 2px solid #57c1e8 !important;
  background-color: rgba(87, 193, 232, 0.2);
}
#labora table tr:nth-child(2n+1) .error-priority-cell {
  border: 2px solid #a6d7c6 !important;
  background-color: #ccf0e4;
}
#labora table tr:nth-child(2n+1) .error-non-priority-cell {
  background: repeating-linear-gradient(-45deg, #dedede, #dedede 2px, #f0f0f0 2px, #f0f0f0 8px);
  border: 1px solid #cccccc;
}
#labora table .error-empty-cell {
  border: 2px solid rgba(153, 153, 153, 0.4);
  background-color: rgba(153, 153, 153, 0.3);
}
#labora table .error-mild-row {
  border: none;
  background-color: rgba(153, 153, 153, 0.3);
}
#labora table .error-mild-row:nth-child(2n+1) {
  background-color: rgba(153, 153, 153, 0.4);
}
#labora table .error-mild-row .error-mild-cell, #labora table .error-mild-row .error-empty-cell, #labora table .error-mild-row .error-cell {
  border: none !important;
  background-color: transparent;
}
#labora table .error-mild-row:nth-child(2n+1) .error-mild-cell, #labora table .error-mild-row:nth-child(2n+1) .error-empty-cell, #labora table .error-mild-row:nth-child(2n+1) .error-cell {
  border: none !important;
  background-color: transparent !important;
}
#labora table .error-row {
  border: 2px solid red !important;
  background-color: rgba(255, 0, 0, 0.2);
}
#labora table .error-row .error-cell, #labora table .error-row .error-empty-cell {
  border: none !important;
  background-color: transparent;
}
#labora table .error-row .error-mild-cell {
  border: none;
  border-top: 2px solid red !important;
  border-bottom: 2px solid red !important;
  background-color: transparent;
}
#labora table .error-row:nth-child(2n+1) td {
  border: 2px solid red !important;
  background-color: rgba(255, 0, 0, 0.2);
}
#labora table .error-row:nth-child(2n+1) .error-cell, #labora table .error-row:nth-child(2n+1) .error-empty-cell {
  border: none !important;
  background-color: transparent;
}
#labora table .error-row:nth-child(2n+1) .error-mild-cell {
  border: none;
  border-top: 2px solid red !important;
  border-bottom: 2px solid red !important;
  background-color: transparent !important;
}
#labora .table-responsive {
  float: left;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
#labora .table-responsive-230 {
  float: left;
  width: 100%;
  max-width: calc(100vw - 300px);
  overflow-x: auto;
}
#labora .table-striped > tbody > tr.department-color-1 > td {
  background-color: #ddf3fa;
}
#labora .table-striped > tbody > tr.department-color-1:nth-child(2n+1) > td {
  background-color: #c4e9f7;
}
#labora .table-striped > tbody > tr.department-color-2 > td {
  background-color: #bfe2d6;
}
#labora .table-striped > tbody > tr.department-color-2:nth-child(2n+1) > td {
  background-color: #a6d7c6;
}
#labora .table-striped > tbody > tr.department-color-3 > td {
  background-color: #fbffbf;
}
#labora .table-striped > tbody > tr.department-color-3:nth-child(2n+1) > td {
  background-color: #faffa6;
}
#labora .table-striped tfoot tr td {
  font-weight: bold;
}
#labora .table-striped.assignments-table .ComboBoxLabelColum3 {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  color: #143450;
}
#labora .table-form tr td {
  padding: 4px;
}
#labora .table-form tr.bordered td {
  border: 1px solid #000000;
}

#labora .users {
  float: left;
  width: 100%;
}
#labora .users .button-container {
  margin-top: 10px;
  float: left;
  width: 100%;
}
#labora .users .users-container {
  width: 100%;
  float: left;
  margin-top: 20px;
}
#labora .edit-user {
  float: left;
  width: 100%;
}
#labora .edit-user .info-text {
  display: inline-block;
  font-size: 13px;
}
#labora .edit-user .subheading {
  margin-bottom: 5px;
}
#labora .edit-user .role-group-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#labora .edit-user .role-group {
  width: 50%;
  display: flex;
  flex-direction: column;
}
#labora .edit-user .chkBoxList {
  margin-left: 10px;
  margin-bottom: 20px;
  margin-top: 0px;
}
#labora .edit-user .chkBoxList label {
  max-width: calc(100% - 30px);
  margin-bottom: 0px !important;
}
#labora .edit-user .chkBoxList .description {
  font-size: 13px;
  padding-left: 5px;
  width: 100%;
  display: inline-block;
}
#labora .edit-user .chkBoxList .description:before {
  content: "-";
  padding-right: 10px;
}
#labora .edit-user .chkBoxList input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 8px;
}

#labora .customers {
  float: left;
  width: 100%;
}
#labora .customers .button-container {
  margin-top: 10px;
  float: left;
  width: 100%;
}
#labora .customers .customers-container {
  width: 100%;
  float: left;
  margin-top: 20px;
}
#labora .edit-customer {
  float: left;
  width: 100%;
  max-width: calc(100vw - 250px);
  min-width: 1050px;
}
#labora .edit-customer .groupButtonsContainer {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}
#labora .edit-customer .groupButtonsContainer .btn-secondary {
  float: left;
  margin-left: 0;
  margin-right: 15px;
}
#labora .edit-customer .h2 {
  float: left;
  width: calc(100% - 200px);
}
#labora .edit-customer table {
  margin-top: 20px;
}
#labora .edit-customer .search {
  margin-top: 20px;
}
#labora .edit-customer .search .btn {
  margin-left: 15px;
}
#labora .edit-customer .col1 {
  padding-right: 20px;
  margin-top: 20px;
}
#labora .edit-customer .col2 {
  padding-left: 20px;
  margin-top: 20px;
}
#labora .edit-customer .add-new-user-container {
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #eeeeee;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding-left: 20px;
  padding-right: 20px;
}
#labora .edit-customer .sample-locations {
  margin-bottom: 100px;
}
#labora .contact-persons {
  margin-top: 40px;
  margin-bottom: 60px;
}
#labora .customer-info {
  margin-top: 20px;
}
#labora .customer-info .chklbl {
  padding-top: 10px;
}
#labora .customer-info .chkleft {
  padding-top: 6px;
}

#labora .error {
  padding-left: 0px;
  color: red;
}
#labora .error span {
  float: left;
  width: 100%;
  padding-left: 0px;
  padding-top: 5px;
}
#labora .error.ml20 {
  margin-left: 20px;
}
#labora .error-explanation {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#labora .error-explanation .error-box {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: rgba(255, 0, 0, 0.2);
  border: 2px solid red;
}
#labora .error-explanation .error-mild-box {
  background: linear-gradient(to left, rgba(153, 153, 153, 0.4) 50%, rgba(153, 153, 153, 0.3) 50%);
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  /*border: 2px solid rgba(153, 153, 153, 0.4);
  background-color: rgba(153, 153, 153, 0.4);*/
}
#labora .error-explanation .error-double-box {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 2px solid #57c1e8 !important;
  background-color: rgba(87, 193, 232, 0.2);
}
#labora .error-explanation .error-priority-box {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 2px solid #a6d7c6 !important;
  background-color: #ccf0e4;
  background: linear-gradient(to left, #bfe2d6 50%, #ccf0e4 50%);
}
#labora .error-explanation .error-non-priority-box {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: repeating-linear-gradient(-45deg, #dedede, #dedede 2px, #f0f0f0 2px, #f0f0f0 8px);
  border: 1px solid #cccccc;
}
#labora .error-explanation .info {
  margin-top: 1px;
  float: left;
}
#labora .success {
  color: #208159;
}
#labora .error-info-container {
  background-color: #ffcccc;
  border: 1px solid #ff0000;
  padding: 0 20px 20px 20px;
}

#labora .chkBoxList {
  margin-top: 8px;
}
#labora .chkBoxList tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}
#labora .chkBoxList input[type=checkbox] {
  border: 1px solid #143450;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 10px;
}
#labora .chkBoxList label {
  float: left;
  padding-top: 0px;
  color: #143450;
  font-size: 16px;
  text-align: left;
  padding-left: 0px;
}
#labora .checkbox.checkbox-left {
  padding-left: 20px;
}

#labora .action-completed {
  color: #208159;
  float: left;
  padding: 20px;
}

#labora .edit-sample .groupButtonsContainer {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
#labora .edit-sample .groupButtonsContainer .btn-primary {
  float: left;
}
#labora .edit-sample .groupButtonsContainer .btn-secondary {
  float: right;
  margin-top: -22px;
  margin-left: 15px;
}
#labora .edit-sample .groupButtonsContainer .sample-counter {
  float: none;
  width: 200px;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  color: #143450;
}
#labora .edit-sample .riSingle .riTextBox[type=text] {
  border: none;
  font-size: 13px;
  color: #143450;
}
#labora .edit-sample .riSingle .riTextBox[type=text].not-completed {
  border: 1px solid #ff0000;
}
#labora .edit-sample .riSingle .riTextBox[type=text].number::-webkit-inner-spin-button, #labora .edit-sample .riSingle .riTextBox[type=text].number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#labora .edit-sample .riSingle .riTextBox[type=text] .outside-limits {
  border: 1px solid #ff0000;
  background-color: #ffcccc;
  color: #000000;
}
#labora .edit-sample .riSingle .riTextBox[type=text]:focus {
  outline: none;
}
#labora .edit-sample .riSingle .riTextBox[type=text]:disabled {
  background-color: #eeeeee;
  border-color: #cccccc;
  color: #143450;
}
#labora .edit-sample .datepicker-container .RadPicker table.rcTable {
  width: 100% !important;
}
#labora .edit-sample .sample-button-container, #labora .edit-sample .revision-container, #labora .edit-sample .sample-report-container, #labora .edit-sample .settings-container {
  background-color: #f0f0f0;
  padding: 20px;
  float: left;
  width: 100%;
}
#labora .edit-sample .sample-button-container .btn, #labora .edit-sample .revision-container .btn, #labora .edit-sample .sample-report-container .btn, #labora .edit-sample .settings-container .btn {
  float: left;
  clear: both;
}
#labora .edit-sample .revision-container h3, #labora .edit-sample .sample-report-container h3, #labora .edit-sample .settings-container h3 {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 20px;
}
#labora .edit-sample .revision-container h4, #labora .edit-sample .sample-report-container h4, #labora .edit-sample .settings-container h4 {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 10px;
}
#labora .edit-sample .revision-container .btn, #labora .edit-sample .sample-report-container .btn, #labora .edit-sample .settings-container .btn {
  margin-bottom: 15px;
}
#labora .edit-sample .revision-container .btn:last-child, #labora .edit-sample .sample-report-container .btn:last-child, #labora .edit-sample .settings-container .btn:last-child {
  margin-bottom: 0px;
}
#labora .edit-sample .info-text {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 13px;
  color: #143450;
}
#labora .edit-sample .signed-text {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-size: 15px;
  color: #143450;
}
#labora .edit-sample .signed-text .icon {
  font-size: 20px;
  color: #208159;
  float: left;
  padding-right: 10px;
}
#labora .edit-sample .analysis-group-container {
  margin-top: 0px;
  margin-bottom: 30px;
}
#labora .edit-sample .analysis-group-container.analysis-group1 {
  padding-left: 0px;
  margin-bottom: 40px;
}
#labora .edit-sample .analysis-group-container.analysis-group2 {
  padding-right: 0px;
}
#labora .edit-sample .analysis-group-container .totals-row {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
}
#labora .edit-sample .analysis-group-container .btn {
  float: right;
}
#labora .edit-sample .sample-group-row td {
  border-bottom: 1px solid #cccccc;
  color: #000000;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
}
#labora .edit-sample-group .groupButtonsContainer, #labora .edit-template .groupButtonsContainer {
  float: right;
  width: auto;
  margin-bottom: 30px;
}
#labora .edit-sample-group .groupButtonsContainer .btn-secondary, #labora .edit-template .groupButtonsContainer .btn-secondary {
  float: right;
  margin-top: -22px;
  margin-left: 15px;
}
#labora .edit-sample-group .template-button-container, #labora .edit-template .template-button-container {
  background-color: #f0f0f0;
  padding: 20px 20px 10px 20px;
  float: left;
  margin-top: 20px;
}
#labora .edit-sample-group .template-button-container .btn, #labora .edit-template .template-button-container .btn {
  margin-bottom: 10px;
}
#labora .edit-sample-group .report-attachments-container, #labora .edit-template .report-attachments-container {
  float: left;
}
#labora .edit-sample-group .add-samples-container, #labora .edit-sample-group .add-sample-template-container, #labora .edit-sample-group .report-attachments-container, #labora .edit-sample-group .settings-container, #labora .edit-template .add-samples-container, #labora .edit-template .add-sample-template-container, #labora .edit-template .report-attachments-container, #labora .edit-template .settings-container {
  background-color: #f0f0f0;
  border: 1px solid #cccccc;
  padding: 10px 20px;
}
#labora .edit-sample-group .add-samples-container, #labora .edit-template .add-samples-container {
  margin-right: 10px;
  width: calc(50% - 10px);
}
#labora .edit-sample-group .add-sample-template-container, #labora .edit-template .add-sample-template-container {
  margin-left: 10px;
  width: calc(50% - 10px);
}
#labora .edit-sample-group .add-sample-template-container .template-description-container p, #labora .edit-template .add-sample-template-container .template-description-container p {
  color: #000000;
}
#labora .edit-sample-group .totals-row, #labora .edit-template .totals-row {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
}
#labora .edit-sample-group .sample-button-container, #labora .edit-sample-group .revision-container, #labora .edit-sample-group .sample-report-container, #labora .edit-sample-group .settings-container, #labora .edit-template .sample-button-container, #labora .edit-template .revision-container, #labora .edit-template .sample-report-container, #labora .edit-template .settings-container {
  background-color: #f0f0f0;
  padding: 20px;
  float: left;
  width: 100%;
}
#labora .edit-sample-group .sample-button-container .btn, #labora .edit-sample-group .revision-container .btn, #labora .edit-sample-group .sample-report-container .btn, #labora .edit-sample-group .settings-container .btn, #labora .edit-template .sample-button-container .btn, #labora .edit-template .revision-container .btn, #labora .edit-template .sample-report-container .btn, #labora .edit-template .settings-container .btn {
  float: left;
  clear: both;
}
#labora .edit-sample-group .revision-container h3, #labora .edit-sample-group .sample-report-container h3, #labora .edit-sample-group .settings-container h3, #labora .edit-template .revision-container h3, #labora .edit-template .sample-report-container h3, #labora .edit-template .settings-container h3 {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 20px;
}
#labora .edit-sample-group .revision-container .btn, #labora .edit-sample-group .sample-report-container .btn, #labora .edit-sample-group .settings-container .btn, #labora .edit-template .revision-container .btn, #labora .edit-template .sample-report-container .btn, #labora .edit-template .settings-container .btn {
  margin-bottom: 15px;
}
#labora .edit-sample-group .revision-container .btn:last-child, #labora .edit-sample-group .sample-report-container .btn:last-child, #labora .edit-sample-group .settings-container .btn:last-child, #labora .edit-template .revision-container .btn:last-child, #labora .edit-template .sample-report-container .btn:last-child, #labora .edit-template .settings-container .btn:last-child {
  margin-bottom: 0px;
}
#labora .edit-sample-group .info-text, #labora .edit-template .info-text {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 13px;
  color: #143450;
}
#labora .samples-approved .table-default {
  width: 100%;
}

#labora .edit-analysis-group .table-default .btn {
  float: right;
}
#labora .edit-analysis-group .analysis-group-container {
  margin-top: 40px;
  margin-bottom: 100px;
}
#labora .edit-analysis-group .analysis-group-container.analysis-group1 {
  padding-left: 0px;
}
#labora .edit-analysis-group .analysis-group-container.analysis-group2 {
  padding-right: 0px;
}
#labora .edit-analysis-group .analysis-group-container .totals-row {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
}
#labora .edit-analysis .groupButtonsContainer {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
#labora .edit-analysis .groupButtonsContainer .btn-primary {
  float: left;
}
#labora .edit-analysis .groupButtonsContainer .btn-secondary {
  float: right;
  margin-left: 15px;
}

#labora .edit-order .order-button-container, #labora .edit-order .order-confirmation-container {
  background-color: #f0f0f0;
  padding: 20px;
  float: left;
}
#labora .edit-order .order-button-container .btn, #labora .edit-order .order-confirmation-container .btn {
  float: left;
  clear: both;
}
#labora .edit-order .order-button-container .modal .btn, #labora .edit-order .order-confirmation-container .modal .btn {
  clear: none;
}
#labora .edit-order .order-button-container .info-text, #labora .edit-order .order-confirmation-container .info-text {
  float: left;
  width: 100%;
  font-size: 13px;
  color: #143450;
  margin-bottom: 10px;
}
#labora .edit-order .order-attachments-container {
  float: left;
  width: 100%;
  font-size: 13px !important;
  color: #143450;
  margin-bottom: 10px;
  background-color: #f0f0f0;
  border: 1px solid #cccccc;
  padding: 10px 20px;
}

#labora .customer-web .headerwrapper {
  background-color: #143450;
}
#labora .customer-web .header-right {
  min-width: inherit;
}
#labora .customer-web .header-right h1, #labora .customer-web .header-right h2 {
  color: #ffffff;
}
#labora .customer-web .header-right #laboraMainHeading {
  font-size: 22px;
  padding-top: 6px;
}
#labora .customer-web .header-right #laboraSubHeading {
  font-size: 18px;
  padding-top: 7px;
  margin-top: 0px;
  margin-left: 10px;
}
#labora .customer-web .header-left {
  background-color: #143450;
}
#labora .customer-web .header-left .menu-collapse {
  color: #143450;
  background-color: #ffffff;
  border-color: #ffffff;
}
#labora .customer-web .contentpanel {
  width: 100%;
  padding: 20px;
  float: left;
  max-width: 100%;
}
#labora .customer-web .frontpage-table {
  float: left;
  width: calc(100% - 140px);
  margin-left: 40px;
  margin-right: 100px;
}
#labora .customer-web .sample-group-table {
  float: left;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}
#labora .customer-web .leftpanel .profile-left .label {
  float: left;
  width: 100%;
  text-align: left;
  color: #000000;
  padding-left: 0px;
}
#labora .customer-web .leftpanel .profile-left .label.small {
  font-size: 14px;
}
#labora .customer-web .leftpanel .profile-left .dropdownlist {
  float: left;
  width: calc(100% - 55px);
  padding: 6px 10px;
  color: #000000;
}
#labora .customer-web .leftpanel .profile-left .btn {
  float: left;
  text-transform: none;
  font-size: 12px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  #labora .customer-web .headerwrapper {
    max-width: 100vw;
  }
  #labora .customer-web .headerwrapper .header-right {
    width: calc(100vw - 67px);
    float: right;
  }
  #labora .customer-web .contentpanel {
    padding: 10px 10px;
  }
  #labora .customer-web .btn-container .btn {
    margin-bottom: 10px;
  }
  #labora .customer-web .table-container {
    max-width: 100%;
    overflow: auto;
  }
  #labora .customer-web table {
    overflow-x: auto;
  }
  #labora .customer-web .header-right {
    padding: 10px;
  }
  #labora .customer-web .header-right #laboraMainHeading {
    font-size: 18px;
    line-height: 18px;
    padding-top: 0px;
    float: left;
    width: calc(100% - 40px);
  }
  #labora .customer-web .header-right #laboraSubHeading {
    font-size: 12px;
    line-height: 12px;
    float: left;
    width: calc(100% - 40px);
    margin-left: 0px;
  }
  #labora .customer-web .header-right .pull-right {
    margin-right: 0px;
  }
  #labora .customer-web .header-right .pull-right .btn-group-option > .btn {
    padding: 6px 15px 5px 15px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  #labora .customer-web .frontpage-table {
    margin-left: 0px;
  }
}
#labora .statistics-settings-container {
  float: right;
}
#labora .statistics-settings-container .chooseButton {
  text-transform: none;
  font-size: 14px;
  margin-bottom: 10px;
  margin-right: 10px;
}
#labora .statistics-settings-container .checkboxlist-container {
  border: 1px solid #143450;
  max-height: 252px;
  overflow: hidden;
  padding-top: 1px;
}
#labora .statistics-settings-container .checkboxlist-container .checkboxlist-inner-container {
  max-height: 250px;
  width: calc(100% - 2px);
  padding: 10px 20px;
  overflow: auto;
}
#labora .statistics-settings-container .checkboxlist-container .chkBoxList tr td {
  padding-top: 0px;
}
#labora .statistics-settings-container .checkboxlist-container .chkBoxList label {
  font-size: 14px;
  float: left;
  width: calc(100% - 28px);
}
#labora .statistics-settings-container .checkboxlist-container .chkBoxList input[type=checkbox] {
  width: 18px;
  height: 18px;
}
#labora .statistics-chart-container {
  float: left;
}
#labora .statistics-chart-container .instructions-container {
  float: left;
  width: 80%;
}
#labora .statistics-chart-container .instructions-container p {
  font-size: 16px;
  color: #000000;
}
#labora .statistics-chart-container .instructions-container ul {
  font-size: 16px;
  color: #000000;
  padding-left: 20px;
  padding-top: 20px;
  float: left;
  width: 100%;
}
#labora .statistics-chart-container .instructions-container ul li {
  list-style: none;
  padding-bottom: 10px;
  float: left;
  width: 100%;
}
#labora .statistics-chart-container .instructions-container ul .number {
  color: #143450;
  font-weight: bold;
  font-size: 16px;
  width: 25px;
  float: left;
}
#labora .statistics-chart-container .instructions-container ul .text {
  float: left;
  width: calc(100% - 25px);
}
#labora .RadTreeView .rtIn {
  font-size: 15px;
}
#labora .RadTreeView .rtChk, #labora .RadTreeView .rtChecked, #labora .RadTreeView .rtUnchecked, #labora .RadTreeView .rtIndeterminate {
  width: 18px;
  height: 18px;
}

@media (max-width: 1300px) {
  #labora .statistics-settings-container .form-group .label {
    float: left;
    width: 100%;
  }
  #labora .statistics-settings-container .form-group .dropdownlist {
    float: left;
    width: 100%;
  }
  #labora .statistics-settings-container .form-group .radDate.col-md-6 {
    width: 100% !important;
  }
}
@media (max-width: 1024px) {
  #labora .statistics-settings-container {
    float: left;
    width: 100%;
  }
  #labora .statistics-settings-container .form-group {
    float: left;
    width: 50%;
    padding-right: 20px;
  }
  #labora .statistics-settings-container .form-group.chkBoxList-group {
    width: 100%;
  }
}
#labora .statistics-generator .RadTreeView_MetroTouch .rtHover .rtIn {
  border-color: transparent;
  background-color: transparent;
}
#labora .statistics-generator .RadTreeView_MetroTouch .rtSp {
  height: 24px;
}
#labora .statistics-generator .RadTreeView .rtChk, #labora .statistics-generator .RadTreeView .rtChecked, #labora .statistics-generator .RadTreeView .rtUnchecked, #labora .statistics-generator .RadTreeView .rtIndeterminate {
  width: 14px;
  height: 14px;
}
#labora .statistics-generator .RadTreeView .rtIn {
  font-size: 13px;
}
#labora .statistics-generator .samplelocation-container .rtLines {
  /*column-count: 2;
  column-fill: balance;*/
}
#labora .statistics-generator .analysis-container .RadTreeView, #labora .statistics-generator .sampletype-container .RadTreeView, #labora .statistics-generator .samplelocation-container .RadTreeView {
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #cccccc;
}
#labora .statistics-generator .analysis-container .RadTreeView ul, #labora .statistics-generator .sampletype-container .RadTreeView ul, #labora .statistics-generator .samplelocation-container .RadTreeView ul {
  float: left;
  width: 100%;
}
#labora .statistics-generator .analysis-container .RadTreeView ul li, #labora .statistics-generator .sampletype-container .RadTreeView ul li, #labora .statistics-generator .samplelocation-container .RadTreeView ul li {
  float: left;
  width: 100%;
  margin-bottom: 2px;
}
#labora .statistics-generator .analysis-container .RadTreeView .rtTop, #labora .statistics-generator .analysis-container .RadTreeView .rtMid, #labora .statistics-generator .analysis-container .RadTreeView .rtBot, #labora .statistics-generator .analysis-container .RadTreeView .rtSelected, #labora .statistics-generator .sampletype-container .RadTreeView .rtTop, #labora .statistics-generator .sampletype-container .RadTreeView .rtMid, #labora .statistics-generator .sampletype-container .RadTreeView .rtBot, #labora .statistics-generator .sampletype-container .RadTreeView .rtSelected, #labora .statistics-generator .samplelocation-container .RadTreeView .rtTop, #labora .statistics-generator .samplelocation-container .RadTreeView .rtMid, #labora .statistics-generator .samplelocation-container .RadTreeView .rtBot, #labora .statistics-generator .samplelocation-container .RadTreeView .rtSelected {
  background-color: transparent;
  float: left;
  padding-left: 25px;
}
#labora .statistics-generator .analysis-container .RadTreeView .rtTop:hover, #labora .statistics-generator .analysis-container .RadTreeView .rtTop:active, #labora .statistics-generator .analysis-container .RadTreeView .rtTop:focus, #labora .statistics-generator .analysis-container .RadTreeView .rtMid:hover, #labora .statistics-generator .analysis-container .RadTreeView .rtMid:active, #labora .statistics-generator .analysis-container .RadTreeView .rtMid:focus, #labora .statistics-generator .analysis-container .RadTreeView .rtBot:hover, #labora .statistics-generator .analysis-container .RadTreeView .rtBot:active, #labora .statistics-generator .analysis-container .RadTreeView .rtBot:focus, #labora .statistics-generator .analysis-container .RadTreeView .rtSelected:hover, #labora .statistics-generator .analysis-container .RadTreeView .rtSelected:active, #labora .statistics-generator .analysis-container .RadTreeView .rtSelected:focus, #labora .statistics-generator .sampletype-container .RadTreeView .rtTop:hover, #labora .statistics-generator .sampletype-container .RadTreeView .rtTop:active, #labora .statistics-generator .sampletype-container .RadTreeView .rtTop:focus, #labora .statistics-generator .sampletype-container .RadTreeView .rtMid:hover, #labora .statistics-generator .sampletype-container .RadTreeView .rtMid:active, #labora .statistics-generator .sampletype-container .RadTreeView .rtMid:focus, #labora .statistics-generator .sampletype-container .RadTreeView .rtBot:hover, #labora .statistics-generator .sampletype-container .RadTreeView .rtBot:active, #labora .statistics-generator .sampletype-container .RadTreeView .rtBot:focus, #labora .statistics-generator .sampletype-container .RadTreeView .rtSelected:hover, #labora .statistics-generator .sampletype-container .RadTreeView .rtSelected:active, #labora .statistics-generator .sampletype-container .RadTreeView .rtSelected:focus, #labora .statistics-generator .samplelocation-container .RadTreeView .rtTop:hover, #labora .statistics-generator .samplelocation-container .RadTreeView .rtTop:active, #labora .statistics-generator .samplelocation-container .RadTreeView .rtTop:focus, #labora .statistics-generator .samplelocation-container .RadTreeView .rtMid:hover, #labora .statistics-generator .samplelocation-container .RadTreeView .rtMid:active, #labora .statistics-generator .samplelocation-container .RadTreeView .rtMid:focus, #labora .statistics-generator .samplelocation-container .RadTreeView .rtBot:hover, #labora .statistics-generator .samplelocation-container .RadTreeView .rtBot:active, #labora .statistics-generator .samplelocation-container .RadTreeView .rtBot:focus, #labora .statistics-generator .samplelocation-container .RadTreeView .rtSelected:hover, #labora .statistics-generator .samplelocation-container .RadTreeView .rtSelected:active, #labora .statistics-generator .samplelocation-container .RadTreeView .rtSelected:focus {
  background-color: #eeeeee;
}
#labora .statistics-generator .analysis-container .RadTreeView .rtTop.used-in-interval, #labora .statistics-generator .analysis-container .RadTreeView .rtMid.used-in-interval, #labora .statistics-generator .analysis-container .RadTreeView .rtBot.used-in-interval, #labora .statistics-generator .analysis-container .RadTreeView .rtSelected.used-in-interval, #labora .statistics-generator .sampletype-container .RadTreeView .rtTop.used-in-interval, #labora .statistics-generator .sampletype-container .RadTreeView .rtMid.used-in-interval, #labora .statistics-generator .sampletype-container .RadTreeView .rtBot.used-in-interval, #labora .statistics-generator .sampletype-container .RadTreeView .rtSelected.used-in-interval, #labora .statistics-generator .samplelocation-container .RadTreeView .rtTop.used-in-interval, #labora .statistics-generator .samplelocation-container .RadTreeView .rtMid.used-in-interval, #labora .statistics-generator .samplelocation-container .RadTreeView .rtBot.used-in-interval, #labora .statistics-generator .samplelocation-container .RadTreeView .rtSelected.used-in-interval {
  background-color: #bfe2d6;
  border: 1px solid #a6d7c6;
}
#labora .statistics-generator .analysis-container .RadTreeView .rtTop.used-in-interval:hover, #labora .statistics-generator .analysis-container .RadTreeView .rtTop.used-in-interval:active, #labora .statistics-generator .analysis-container .RadTreeView .rtTop.used-in-interval:focus, #labora .statistics-generator .analysis-container .RadTreeView .rtMid.used-in-interval:hover, #labora .statistics-generator .analysis-container .RadTreeView .rtMid.used-in-interval:active, #labora .statistics-generator .analysis-container .RadTreeView .rtMid.used-in-interval:focus, #labora .statistics-generator .analysis-container .RadTreeView .rtBot.used-in-interval:hover, #labora .statistics-generator .analysis-container .RadTreeView .rtBot.used-in-interval:active, #labora .statistics-generator .analysis-container .RadTreeView .rtBot.used-in-interval:focus, #labora .statistics-generator .analysis-container .RadTreeView .rtSelected.used-in-interval:hover, #labora .statistics-generator .analysis-container .RadTreeView .rtSelected.used-in-interval:active, #labora .statistics-generator .analysis-container .RadTreeView .rtSelected.used-in-interval:focus, #labora .statistics-generator .sampletype-container .RadTreeView .rtTop.used-in-interval:hover, #labora .statistics-generator .sampletype-container .RadTreeView .rtTop.used-in-interval:active, #labora .statistics-generator .sampletype-container .RadTreeView .rtTop.used-in-interval:focus, #labora .statistics-generator .sampletype-container .RadTreeView .rtMid.used-in-interval:hover, #labora .statistics-generator .sampletype-container .RadTreeView .rtMid.used-in-interval:active, #labora .statistics-generator .sampletype-container .RadTreeView .rtMid.used-in-interval:focus, #labora .statistics-generator .sampletype-container .RadTreeView .rtBot.used-in-interval:hover, #labora .statistics-generator .sampletype-container .RadTreeView .rtBot.used-in-interval:active, #labora .statistics-generator .sampletype-container .RadTreeView .rtBot.used-in-interval:focus, #labora .statistics-generator .sampletype-container .RadTreeView .rtSelected.used-in-interval:hover, #labora .statistics-generator .sampletype-container .RadTreeView .rtSelected.used-in-interval:active, #labora .statistics-generator .sampletype-container .RadTreeView .rtSelected.used-in-interval:focus, #labora .statistics-generator .samplelocation-container .RadTreeView .rtTop.used-in-interval:hover, #labora .statistics-generator .samplelocation-container .RadTreeView .rtTop.used-in-interval:active, #labora .statistics-generator .samplelocation-container .RadTreeView .rtTop.used-in-interval:focus, #labora .statistics-generator .samplelocation-container .RadTreeView .rtMid.used-in-interval:hover, #labora .statistics-generator .samplelocation-container .RadTreeView .rtMid.used-in-interval:active, #labora .statistics-generator .samplelocation-container .RadTreeView .rtMid.used-in-interval:focus, #labora .statistics-generator .samplelocation-container .RadTreeView .rtBot.used-in-interval:hover, #labora .statistics-generator .samplelocation-container .RadTreeView .rtBot.used-in-interval:active, #labora .statistics-generator .samplelocation-container .RadTreeView .rtBot.used-in-interval:focus, #labora .statistics-generator .samplelocation-container .RadTreeView .rtSelected.used-in-interval:hover, #labora .statistics-generator .samplelocation-container .RadTreeView .rtSelected.used-in-interval:active, #labora .statistics-generator .samplelocation-container .RadTreeView .rtSelected.used-in-interval:focus {
  background-color: #a6d7c6;
}
#labora .statistics-generator .analysis-container .RadTreeView .rtTop label, #labora .statistics-generator .analysis-container .RadTreeView .rtMid label, #labora .statistics-generator .analysis-container .RadTreeView .rtBot label, #labora .statistics-generator .analysis-container .RadTreeView .rtSelected label, #labora .statistics-generator .sampletype-container .RadTreeView .rtTop label, #labora .statistics-generator .sampletype-container .RadTreeView .rtMid label, #labora .statistics-generator .sampletype-container .RadTreeView .rtBot label, #labora .statistics-generator .sampletype-container .RadTreeView .rtSelected label, #labora .statistics-generator .samplelocation-container .RadTreeView .rtTop label, #labora .statistics-generator .samplelocation-container .RadTreeView .rtMid label, #labora .statistics-generator .samplelocation-container .RadTreeView .rtBot label, #labora .statistics-generator .samplelocation-container .RadTreeView .rtSelected label {
  background-color: transparent;
}
#labora .statistics-generator .analysis-container .RadTreeView .rtTop label span, #labora .statistics-generator .analysis-container .RadTreeView .rtMid label span, #labora .statistics-generator .analysis-container .RadTreeView .rtBot label span, #labora .statistics-generator .analysis-container .RadTreeView .rtSelected label span, #labora .statistics-generator .sampletype-container .RadTreeView .rtTop label span, #labora .statistics-generator .sampletype-container .RadTreeView .rtMid label span, #labora .statistics-generator .sampletype-container .RadTreeView .rtBot label span, #labora .statistics-generator .sampletype-container .RadTreeView .rtSelected label span, #labora .statistics-generator .samplelocation-container .RadTreeView .rtTop label span, #labora .statistics-generator .samplelocation-container .RadTreeView .rtMid label span, #labora .statistics-generator .samplelocation-container .RadTreeView .rtBot label span, #labora .statistics-generator .samplelocation-container .RadTreeView .rtSelected label span {
  background-color: transparent;
  color: #000000;
  outline: none;
  border-color: transparent;
}
#labora .statistics-generator .checkboxlist {
  float: left;
  width: 100%;
  margin-top: 10px;
}
#labora .statistics-generator .checkboxlist .form-check {
  float: left;
  margin-right: 20px;
}
#labora .statistics-generator .checkboxlist .form-check input {
  width: 15px;
  height: 15px;
  float: left;
}
#labora .statistics-generator .checkboxlist .form-check label {
  float: left;
  padding-left: 6px;
  padding-bottom: 0px;
  margin-bottom: 0px !important;
  font-size: 15px;
  padding-top: 2px;
}
#labora .statistics-generator .generated-view .date-period {
  line-height: 24px;
}
#labora .statistics-generator .generated-view .separator {
  float: left;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  padding-top: 30px;
  margin-bottom: 50px;
}
#labora .statistics-generator .generated-view .RadHtmlChart {
  float: left;
  width: 100%;
  min-width: 1000px;
}
#labora .statistics-generator .generated-view .maxw150 {
  max-width: 150px;
  min-width: 100px;
  word-wrap: break-word;
}
#labora .statistics-generator .generated-view .red-cell {
  background-color: #ffbcbc;
}
#labora .statistics-generator .generated-view .green-cell {
  background-color: #bfe2d6;
}
#labora .statistics-generator .generated-view .bg-light-blue {
  background-color: #ddf3fa;
}
#labora .statistics-generator .graph-container {
  float: left;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: calc(100vw - 300px);
}
#labora .statistics-generator .settings-content-container {
  border: 1px solid #cccccc;
  padding: 10px 20px;
}

.CompletionListItemCssClass {
  list-style: none;
  padding: 10px;
  border-bottom: 1px solid #143450;
  background-color: #ffffff;
  color: #143450;
  cursor: pointer;
}
.CompletionListItemCssClass:hover, .CompletionListItemCssClass:active, .CompletionListItemCssClass:focus {
  background-color: #143450;
  color: #ffffff;
}

.CompletionListHighlightedItemCssClass {
  list-style: none;
  padding: 10px;
  border-bottom: 1px solid #143450;
  background-color: #143450;
  color: #ffffff;
  cursor: pointer;
}

#labora .mt0 {
  margin-top: 0px;
}
#labora .mt4 {
  margin-top: 4px;
}
#labora .mt6 {
  margin-top: 6px;
}
#labora .mt10 {
  margin-top: 10px;
}
#labora .mt12 {
  margin-top: 12px;
}
#labora .mt15 {
  margin-top: 15px;
}
#labora .mt18 {
  margin-top: 18px;
}
#labora .mt30 {
  margin-top: 30px !important;
}
#labora .mt34 {
  margin-top: 34px;
}
#labora .mt40 {
  margin-top: 40px !important;
}
#labora .mt50 {
  margin-top: 50px !important;
}
#labora .mt68 {
  margin-top: 68px;
}
#labora .mr10 {
  margin-right: 10px;
}
#labora .mr20 {
  margin-right: 20px;
}
#labora .mr15 {
  margin-right: 15px;
}
#labora .mb0 {
  margin-bottom: 0px;
}
#labora .mb10 {
  margin-bottom: 10px;
}
#labora .mb15 {
  margin-bottom: 15px;
}
#labora .mb24 {
  margin-bottom: 24px;
}
#labora .ml10 {
  margin-left: 10px;
}
#labora .ml20 {
  margin-left: 20px;
}

@media (max-width: 767px) {
  #labora .mt10xs {
    margin-top: 10px !important;
  }
  #labora .mt20xs {
    margin-top: 20px !important;
  }
  #labora .mb10xs {
    margin-bottom: 10px;
  }
  #labora .mb20xs {
    margin-bottom: 20px;
  }
  #labora .ml0xs {
    margin-left: 0px !important;
  }
}
.modal-dialog .modal-text {
  width: 100%;
  font-size: 15px;
  color: #000000;
  margin-bottom: 20px;
}
.modal-dialog .modal-label {
  width: 100%;
  font-size: 15px;
  color: #000000;
}
.modal-dialog .modal-input {
  width: 100%;
  font-size: 15px;
  color: #000000;
  padding: 6px 10px;
  margin-bottom: 10px;
}

.deleted-sample-groups .table-default {
  width: 100%;
}

.print-analysis-list .table-bordered tr:first-child td {
  font-weight: bold;
}
.print-analysis-list .table-bordered tr td:first-child {
  font-weight: bold;
}
.print-analysis-list .table-bordered td {
  padding: 12px 6px;
  color: #000000;
}

.dilution-and-verification .dilution-types-container {
  padding-left: 0px;
  padding-right: 0px;
  color: #143450;
}
.dilution-and-verification h5 {
  margin-top: 5px;
  float: left;
  width: calc(100% - 40px);
  margin-bottom: 20px;
}
.dilution-and-verification .left {
  float: left;
}
.dilution-and-verification .dilution-type-container {
  border-bottom: 1px solid #cccccc;
  padding: 20px;
  float: left;
  width: 100%;
}
.dilution-and-verification .dilution-type-container h4 {
  float: left;
  width: calc(100% - 40px);
  margin-top: 0px;
  margin-bottom: 20px;
}
.dilution-and-verification .dilution-type-container .btn-primary {
  float: right;
}
.dilution-and-verification .dilution-notes {
  float: left;
  width: calc(100% - 160px);
}
.dilution-and-verification .colonies-container {
  float: left;
  margin-top: 10px;
  width: 100%;
}
.dilution-and-verification .colony-container {
  float: left;
  border: 1px solid #cccccc;
  background-color: #eeeeee;
  width: 100%;
  padding: 10px 10px 20px 10px;
}
.dilution-and-verification .colony-container label {
  color: #000000;
  font-size: 14px;
  padding-right: 10px;
  float: left;
  padding-top: 6px;
}
.dilution-and-verification .colony-container input {
  float: left;
  padding: 6px 10px;
  color: #000000;
  font-size: 14px;
  margin-right: 20px;
}
.dilution-and-verification .colony-container input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-top: 4px;
}
.dilution-and-verification .colony-container select {
  padding: 6px 10px;
  color: #000000;
  font-size: 14px;
  margin-right: 20px;
  float: left;
}
.dilution-and-verification .verifications-container {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.dilution-and-verification .verification-container {
  float: left;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
}
.dilution-and-verification .verification-container .btn-primary {
  float: left;
}
.dilution-and-verification .btn-container {
  float: right;
}

.yellow-note {
  float: left;
  width: 100%;
  background-color: #faffa6;
  padding: 20px;
  color: #143450;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}

.explanation-container {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.explanation-container .expl-box {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.explanation-container .expl-box.outside-limit-box {
  background-color: #ffcccc;
  background-color: #ffcccc;
  border: 1px solid #ff0000;
}
.explanation-container .expl-box.hidden-from-report-box {
  background: repeating-linear-gradient(-45deg, #ccc, #ccc 2px, #dedede 2px, #dedede 8px);
  border: 1px solid #dedede;
}
.explanation-container .expl-info {
  margin-top: 1px;
  float: left;
}

#labora .account-settings h2, #labora .account-profile h2 {
  margin-top: 0px;
}
#labora .account-settings .btn-sm, #labora .account-profile .btn-sm {
  text-transform: none;
  margin-right: 10px;
}
#labora .account-settings .form-group .label, #labora .account-profile .form-group .label {
  padding: 8px 8px;
}
#labora .account-settings .form-group .label.phone-number, #labora .account-profile .form-group .label.phone-number {
  float: left;
  padding-right: 15px;
}
#labora .account-settings .form-group .label.status, #labora .account-profile .form-group .label.status {
  float: left;
  padding-right: 15px;
}
#labora .account-number input[type=number]::-webkit-inner-spin-button, #labora .account-number input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sample-exports .btn-generate {
  margin-bottom: 10px;
}
.sample-exports .btn-container {
  float: left;
  width: 100%;
}

.sample-export-container {
  float: left;
  width: calc(100% - 20px);
  overflow: auto;
  margin-right: 20px;
}

.edit-samplelocation {
  float: left;
  width: 100%;
  margin-top: 0px;
}
.edit-samplelocation .samplelocation-container {
  float: left;
  border: 1px solid #cccccc;
  margin-top: 10px;
  padding: 20px;
}
.edit-samplelocation .samplelocation-container .RadTreeView .rtIn {
  font-family: "Roboto", sans-serif;
}
.edit-samplelocation .samplelocation-container .RadTreeView .rtPlus {
  cursor: pointer;
}

#labora .minw55 {
  min-width: 55px;
}
#labora .minw60 {
  min-width: 60px;
}
#labora .minw65 {
  min-width: 65px;
}
#labora .minw75 {
  min-width: 75px;
}
#labora .minw80 {
  min-width: 80px;
}
#labora .minw85 {
  min-width: 85px;
}
#labora .minw90 {
  min-width: 90px;
}
#labora .minw95 {
  min-width: 95px;
}
#labora .minw100 {
  min-width: 100px;
}
#labora .minw110 {
  min-width: 110px;
}
#labora .minw115 {
  min-width: 115px;
}
#labora .minw120 {
  min-width: 120px;
}
#labora .minw125 {
  min-width: 125px;
}
#labora .minw130 {
  min-width: 130px;
}
#labora .minw150 {
  min-width: 150px;
}
#labora .minw170px {
  min-width: 170px;
}
#labora .minw195 {
  min-width: 195px;
}
#labora .minw215 {
  min-width: 215px;
}
#labora .w55 {
  width: 55px;
}
#labora .w60 {
  width: 60px;
}
#labora .w75 {
  width: 75px;
}
#labora .w80 {
  width: 80px;
}
#labora .w85 {
  width: 85px;
}
#labora .w90 {
  width: 90px;
}
#labora .w100 {
  width: 100px;
}
#labora .w110 {
  width: 110px;
}
#labora .w115 {
  width: 115px;
}
#labora .w120 {
  width: 120px;
}
#labora .w125 {
  width: 125px;
}
#labora .w130 {
  width: 130px;
}
#labora .w150 {
  width: 150px;
}
#labora .w170 {
  width: 170px;
}
#labora .w195 {
  width: 195px;
}
#labora .w215 {
  width: 215px;
}
#labora .maxw200 {
  max-width: 200px;
}
#labora .maxw100p-80 {
  max-width: calc(100% - 80px);
}
#labora .maxw360 {
  max-width: 360px;
}
#labora .maxw50p {
  max-width: 50%;
}
#labora .maxw80p {
  max-width: 80%;
}
#labora .maxw90p {
  max-width: 90%;
}

#labora .pr0 {
  padding-right: 0px;
}
#labora .pl0 {
  padding-left: 0px;
}
#labora .pl10 {
  padding-left: 10px !important;
}
#labora .pl15 {
  padding-left: 15px !important;
}
#labora .pt0 {
  padding-top: 0px !important;
}
#labora .pb0 {
  padding-bottom: 0px;
}
#labora .pb10 {
  padding-bottom: 10px;
}
#labora .pb15 {
  padding-bottom: 15px;
}
#labora .pb20 {
  padding-bottom: 20px;
}
#labora .pb30 {
  padding-bottom: 30px;
}

#labora .edit-assignment {
  float: left;
  width: 100%;
}
#labora .edit-assignment .assignment-button-container {
  background-color: #f0f0f0;
  padding: 20px;
  float: left;
}
#labora .edit-assignment .assignment-button-container .btn {
  float: left;
  clear: both;
}
#labora .edit-assignment .assignment-button-container .info-text {
  float: left;
  width: 100%;
  font-size: 13px;
  color: #143450;
}
#labora .edit-assignment .assignment-attachments-container {
  float: left;
  background-color: #f0f0f0;
  border: 1px solid #cccccc;
  padding: 10px 20px;
}
#labora .edit-assignment .signed-text {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-size: 15px;
  color: #143450;
}
#labora .edit-assignment .signed-text .icon {
  font-size: 20px;
  color: #208159;
  float: left;
  padding-right: 10px;
}

.radio-inline {
  float: left;
  padding-top: 6px;
}
.radio-inline input {
  float: left;
  width: 16px;
  height: 16px;
  margin-bottom: 5px;
}
.radio-inline label {
  margin-bottom: 0px !important;
  padding-top: 2px;
  font-size: 15px;
  padding-left: 4px;
  padding-right: 20px;
}

#labora .labora-mobile {
  float: left;
  width: calc(100vw - 18px);
  max-width: calc(100vw - 18px);
}
#labora .labora-mobile .headerwrapper {
  float: left;
  width: 100%;
  padding: 6px 10px;
  height: auto;
  min-height: inherit;
  position: relative;
}
#labora .labora-mobile .headerwrapper .logo {
  float: left;
  width: 80px;
  max-width: 80px;
}
#labora .labora-mobile .headerwrapper .logo .logo-img {
  padding-top: 2px;
  float: left;
  width: 100%;
}
#labora .labora-mobile .headerwrapper .right-container {
  float: right;
}
#labora .labora-mobile .mobile-content {
  float: left;
  width: 100%;
  padding: 10px;
  margin-bottom: 60px;
}
#labora .labora-mobile .main-heading {
  float: left;
  width: 100%;
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 15px;
}
#labora .labora-mobile .main-heading .icon {
  margin-right: 10px;
}
#labora .labora-mobile h2 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#labora .labora-mobile .border-bottom {
  padding-bottom: 10px;
}
#labora .labora-mobile .mobile-tables-container {
  float: left;
  width: calc(100% - 20px);
}
#labora .labora-mobile .mobile-tables-container .table-responsive {
  border: none;
  width: calc(100vw - 38px);
  max-width: calc(100vw - 38px);
}
#labora .labora-mobile .mobile-tables-container .table-default {
  margin-top: 10px;
  margin-bottom: 10px;
}
#labora .labora-mobile .mobile-tables-container .table-default thead tr {
  width: 100%;
}
#labora .labora-mobile .mobile-tables-container .table-default thead tr td {
  width: 100%;
}
#labora .labora-mobile .mobile-tables-container .table-default thead span {
  font-size: 18px;
  float: left;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
}
#labora .labora-mobile .mobile-tables-container .table-default tbody tr {
  width: 100%;
}
#labora .labora-mobile .mobile-tables-container .table-default tbody tr th {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
#labora .labora-mobile .fixed-container-bottom {
  position: fixed;
  bottom: 10px;
  right: calc(50% - 45px);
  z-index: 10000;
}
#labora .labora-mobile .fixed-container-bottom .btn-to-top {
  width: 90px;
  border-radius: 30px;
}
#labora .labora-mobile .fixed-container-bottom .btn-to-top .icon {
  float: left;
  width: 100%;
  padding: 0px;
  text-align: center;
  font-size: 20px;
}
#labora .labora-mobile .fixed-container-bottom .btn-to-top .text {
  float: left;
  width: 100%;
  padding: 5px 0px 5px 0px;
  text-align: center;
}

#labora .icon.icon-fish {
  width: 16px;
  height: 15px;
  margin-right: 5px;
  color: #428bca;
  font-size: 15px;
  top: 1px;
  position: relative;
  text-align: center;
  display: inline-block;
}
#labora .icon.icon-fish::before {
  content: "";
  width: 16px;
  height: 14px;
  background-image: url("../../icons/fish.svg");
  background-size: 16px 15px;
  background-repeat: no-repeat;
  display: inline-block;
}

#labora .status-container-inner {
  width: fit-content;
  padding: 30px 30px 15px 30px;
  background-color: #a6d7c6;
  margin-bottom: 10px;
}
#labora .status-container-inner .label {
  font-size: 18px;
}
#labora .status-container-inner .label-status {
  font-weight: bold;
  font-size: 20px;
}
#labora .status-container-inner .form-group .label {
  font-size: 18px;
}
#labora .status-container-inner .form-group .label-status {
  font-weight: bold;
  font-size: 20px;
}
#labora .status-table {
  font-size: 14px;
  border: 5px solid #c4e9f7;
}
#labora .status-table.table tbody tr th {
  border-top: none;
}

#labora .alarm-container {
  padding: 0px 20px 10px 20px;
  border: 2px solid #990000;
  background-color: #ffcccc;
}
#labora .alarm-container .alarm-heading {
  font-size: 28px;
  color: #000000;
}
#labora .alarm-container .alarm-text-container p {
  font-size: 18px;
  color: #000000;
}
#labora .alarm-container-table {
  padding: 0px 20px 10px 20px;
  border: 2px solid #990000;
}
#labora .alarm-container-table.alarms-empty {
  border: 1px solid transparent;
  padding: 0px 0px 0px 0px;
}
#labora .alarm-container-table .table-alarm tbody tr th {
  border-top: none !important;
  border-bottom: 2px solid #990000 !important;
}
#labora .alarm-container-table .table-alarm.table-alarm-empty tbody tr td {
  border: none;
}

#labora .releases {
  display: flex;
  flex-direction: column;
}
#labora .releases .release-note-container {
  border: 1px solid #dedede;
  border-radius: 3px;
  padding: 20px;
  margin: 20px 10px;
}
#labora .releases .release-note-container .title {
  font-size: 24px;
  line-height: 24px;
  margin-top: 0px;
}
#labora .releases .release-note-container .release-details-container {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  line-height: 24px;
}
#labora .releases .release-note-container .release-details {
  display: flex;
  flex-direction: row;
  width: fit-content;
  padding-right: 30px;
}
#labora .releases .release-note-container .release-details span {
  padding-right: 10px;
}
#labora .releases .release-note-container .release-note {
  margin-top: 30px;
  font-size: 16px;
  line-height: 24px;
}
#labora .releases .release-note-container .release-note h3 {
  font-size: 20px;
  line-height: 24px;
  margin-top: 0px;
  margin-bottom: 16px;
}
