@charset "UTF-8";
/*bootstrap breakpoints*/
@font-face {
  font-family: ModernReefIcons;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/ModernReef-Regular.eot);
  src: url(fonts/ModernReef-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/ModernReef-Regular.woff2) format("woff2"), url(fonts/ModernReef-Regular.woff) format("woff"), url(fonts/ModernReef-Regular.ttf) format("truetype"); }

@font-face {
  font-family: "consolab";
  src: url("fonts/CONSOLAB.TTF"); }

@media only screen and (min-width: 300px) and (max-width: 575px) {
  .rl-hide-xs {
    display: none !important; }
  .rl-show-xs {
    display: block !important; } }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rl-hide-sm {
    display: none !important; }
  .rl-show-sm {
    display: block !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rl-hide-md {
    display: none !important; }
  .rl-show-md {
    display: block !important; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rl-hide-lg {
    display: none !important; }
  .rl-show-lg {
    display: block !important; } }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rl-hide-xl {
    display: none !important; }
  .rl-show-xl {
    display: block !important; } }

@media (min-width: 1400px) {
  .rl-hide-xxl {
    display: none !important; }
  .rl-show-xxl {
    display: block !important; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .full-width .ubermenu-nav, .container, .row {
    max-width: 130em !important; } }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .full-width .ubermenu-nav, .container, .row {
    max-width: 130em !important; } }

@media (min-width: 1400px) {
  .full-width .ubermenu-nav, .container, .row {
    max-width: 130em !important; } }

/*reef-lab- content-barcode-info*/
.barcodes-grid-container-content .content-barcode-info {
  color: tomato;
}

/*reef-lab- content-barcode-info icp-flex*/
.barcodes-grid-container-content .content-barcode-info.content-barcode-info-icp-flex {
  color: #9089c6;
}
/*end reef-lab- content-barcode-info icp-flex*/

/*reef-lab- content-barcode-info ro-di*/
.barcodes-grid-container-content .content-barcode-info.content-barcode-info-ro-di {
  color: #70c6c7;
}
/*end reef-lab- content-barcode-info icp-flex*/

/* end reef-lab- content-barcode-info*/

/*reef-lab- multi-steps*/

/*reef-lab- multi-steps icp-flex*/
.multi-steps.multi-steps-icp-flex > li {
  color: #9089c6; }
.multi-steps.multi-steps-icp-flex > li:before {
  background-color: #9089c6;
  border-color: #9089c6; }

.multi-steps.multi-steps-icp-flex > li:after {
  background-color: #9089c6; }

.multi-steps.multi-steps-icp-flex > li.is-active:before {
  background-color: #9089c6;
  border-color: #9089c6; }
/*end reef-lab- multi-steps icp-flex*/

/*reef-lab- multi-steps ro-di*/
.multi-steps.multi-steps-ro-di > li {
  color: #70c6c7; }
.multi-steps.multi-steps-ro-di > li:before {
  background-color: #70c6c7;
  border-color: #70c6c7; }

.multi-steps.multi-steps-ro-di > li:after {
  background-color: #70c6c7; }

.multi-steps.multi-steps-ro-di > li.is-active:before {
  background-color: #70c6c7;
  border-color: #70c6c7; }
/*end reef-lab- multi-steps ro-di*/

.multi-steps > li.is-active:before,
.multi-steps > li.is-active ~ li:before {
  font-family: inherit;
  font-weight: 700; }

.multi-steps > li.is-active:after,
.multi-steps > li.is-active ~ li:after {
  background-color: #ededed; }

.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
  font-family: "Lato";
  font-weight: 200; }

.multi-steps > li {
  text-align: center;
  display: table-cell;
  position: relative;
  color: tomato; }

.multi-steps > li:before {
  content: " ";
  content: " ";
  content: " ";
  content: " ";
  content: " ";
  display: block;
  margin: 0 auto 4px;
  background-color: tomato;
  width: 16px;
  height: 16px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: tomato;
  border-radius: 50%;
  z-index: 1;
  position: relative; }

.multi-steps > li:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: tomato;
  position: absolute;
  top: 7px;
  left: 50%; }

.multi-steps > li:last-child:after {
  display: none; }

.multi-steps > li.is-active:before {
  background-color: tomato;
  border-color: tomato; }

.multi-steps > li.is-active ~ li {
  color: #808080; }

.multi-steps > li.is-active ~ li:before {
  background-color: #ededed;
  border-color: #ededed; }

/*end reef-lab- multi-steps*/

/* bof button style */
button.mrbtn {
  font-family: inherit;
  line-height: 0.5;
  margin: 0;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button; }

button.mrbtn:focus:not(:focus-visible) {
  outline: 0; }

button.mrbtn:not(:disabled) {
  cursor: pointer; }

button.mrbtn::-moz-focus-inner {
  border-style: none;
  padding: 0; }

.mrbtn {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  font-size: 0.9em;
  color: #212529;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  padding: .56rem;
  text-align: center;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle; }

.mrbtn:hover {
  color: #212529;
  text-decoration: none; }

.mrbtn.focus,
.mrbtn:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 153, 51, 0.25);
  outline: 0; }

.mrbtn.disabled,
.mrbtn:disabled {
  opacity: .65; }

.mrbtn:not(:disabled):not(.disabled) {
  cursor: pointer; }

.mrbtn-secondary {
  background-color: #474949;
  border-color: #474949;
  color: #fff; }

.mrbtn-secondary:hover {
  background-color: #343636;
  border-color: #2e2f2f;
  color: #fff; }

.mrbtn-secondary.focus,
.mrbtn-secondary.current_page,
.mrbtn-secondary:focus {
  background-color: #343636;
  border-color: #2e2f2f;
  box-shadow: 0 0 0 0.2rem rgba(99, 100, 100, 0.5);
  color: #fff; }

.mrbtn-secondary.disabled,
.mrbtn-secondary:disabled {
  background-color: #474949;
  border-color: #474949;
  color: #fff; }

.mrbtn-secondary:not(:disabled):not(.disabled).active,
.mrbtn-secondary:not(:disabled):not(.disabled):active {
  background-color: #2e2f2f;
  border-color: #282929;
  color: #fff; }

.mrbtn-secondary:not(:disabled):not(.disabled).active:focus,
.mrbtn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 100, 100, 0.5); }

.mrb {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  font-family: ModernReefIcons;
  font-weight: 400; }

.mr-fw {
  text-align: center;
  width: 1.25em; }

.fa-circle-info:before {
  content: "" !important;

}

.fa-result-log:before {
  content: "";
} 
.fa-code-compare::before {
                    content: url('../images/code-compare.svg');
                }
.mrbtn .fa-code-compare::before {
                    content: url('../images/code-compare.svg');
                }
 .mr-lightbulb-on:before {
  content: url('../images/fa-user-doctor-message.svg'); } 

.mr-analytics:before {
  content: ""; }

.mr-calendar:before {
  content: ""; }

.mr-clipboard-list:before {
  content: ""; }

.mr-exclamation-triangle:before {
  content: ""; }

.mr-file-contract:before {
  content: ""; }

.mr-flask:before {
  content: ""; }

.mr-list:before {
  content: ""; }

.mr-tasks:before {
  content: ""; }

.mr-cogs::before {
  content: ""; }

.dropdown-toggle:after {
  border-bottom: 0;
  border-left: .3em solid transparent;
  border-right: .3em solid transparent;
  border-top: .3em solid;
  content: "";
  display: inline-block;
  margin-left: .255em;
  vertical-align: middle; }

/*Custom DropDown */
.custom-dropdown {
  position: relative;
  display: inline-block; }

.custom-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 0px;
  margin: 0px;
  left: -100px;
  z-index: 1;
  border-radius: 8px;
  text-align: left;
  /*top: 75%;*/
  top: 95%; }

.custom-button-extra-padding {
  width: 3.125rem; }

.custom-dropdown:hover .custom-dropdown-content {
  display: block; }

.custom-dropdown-content a {
  font-size: 14px;
  text-decoration: none;
  display: block;
  padding: 5px;
  color: #474949; }

.custom-dropdown-content a:hover {
  background-color: #ececef;
  color: black;
  border-radius: 8px; }

.custom-button-extra-padding {
  width: 3.125rem; }

/*my-reef-lab*/

/* background color for content */
.my-reef-lab-content{
  background-color: #fff !important;
}
.my-reef-lab-title-container {
  width: 100%;
  background-color: #f8f9fa;
  padding: 1em;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

.my-reef-lab-title-container > h2 {
  font-size: 1.6em; }

.my-reef-lab-title-container > h5 {
  font-size: 1.1em; }

.my-reef-lab-accordion-inner-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }

.my-reef-lab-accordion-inner-container-column {
  border: 1px solid #ececec;
  width: 100%; }

.my-reef-lab-accordion-inner-container-column-header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  padding: 0.7em; }

.my-reef-lab-accordion-inner-container-column-header-title {
  flex-basis: 50%;
  text-align: left;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #fffafa; }

.my-reef-lab-accordion-inner-container-column-header-title > h5 {
  word-wrap: break-word;
  font-size: 1em; }

.my-reef-lab-accordion-inner-container-column-header-menu {
  flex-basis: 50%;
  text-align: right;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #fffafa; }

.my-reef-lab-accordion-inner-container-column-content {
  flex-basis: 100%;
  text-align: left;
  font-size: 0.85em; }

.my-reef-lab-accordion-inner-container-column-content ul li {
  margin-left: 0.85em; }

@media only screen and (min-width: 300px) and (max-width: 575px) {
  .my-reef-lab-accordion-inner-container-column-header-title,
  .my-reef-lab-accordion-inner-container-column-header-menu {
    flex-basis: 100%;
    text-align: left; } }

@media only screen and (min-width: 300px) and (max-width: 575px) {
  .my-reef-lab-accordion-inner-container-column-header-menu {
    margin-bottom: 15px; } }

@media only screen and (min-width: 300px) and (max-width: 575px) {
  .flex-inner-columns {
    flex: 100%; } }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .flex-inner-columns {
    flex: 100%; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .flex-inner-columns {
    flex: 100%; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .flex-inner-columns {
    flex: 50%; } }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .flex-inner-columns {
    flex: 50%; } }

@media (min-width: 1400px) {
  .flex-inner-columns {
    flex: 50%; } }

.my-reef-lab-accordion-inner-container-column2 {
  flex-basis: 100%;
  text-align: left;
  /* max-height: 17rem;*/ }

.accordion-inner {
  padding: 1em 2em !important; }

.barcodes-grid-container {
  display: grid; }

.barcodes-grid-container-header {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  border-bottom: 1px solid #ececec; }
  @media only screen and (min-width: 300px) and (max-width: 575px) {
    .barcodes-grid-container-header {
      display: none !important; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .barcodes-grid-container-header {
      display: none !important; } }

.barcodes-grid-container-header-th {
  font-size: 0.7em;
  font-weight: 800 !important;
  text-transform: uppercase; }

.barcodes-grid-container-header-th:nth-child(2) {
  text-align: center; }

.barcodes-grid-container-content {
  font-size: 0.8em;
  font-weight: 800;
  font-family: "Lato", sans-serif;
  max-height: 16.5rem;
  overflow-y: auto;
  display: grid;
  align-items: center; 
  border-bottom: 1px solid #ececec;
}
  @media only screen and (min-width: 300px) and (max-width: 575px) {
    .barcodes-grid-container-content {
      grid-template-columns: 1fr; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .barcodes-grid-container-content {
      grid-template-columns: 1fr; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .barcodes-grid-container-content {
      grid-template-columns: 0.5fr 1fr; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .barcodes-grid-container-content {
      grid-template-columns: 0.5fr 1fr; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .barcodes-grid-container-content {
      grid-template-columns: 0.5fr 1fr; } }
  @media (min-width: 1400px) {
    .barcodes-grid-container-content {
      grid-template-columns: 0.5fr 1fr; } }

.barcodes-grid-container-content div:nth-child(odd) {
  font-family: 'consolab';
  font-weight: 900;
  font-size: 0.99em; }

.barcodes-grid-container-content div:nth-child(even) {
  font-family: "Lato";
  font-weight: 200;
  font-size: 0.85em; }

.flexbox-div-container {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px; }
  @media only screen and (min-width: 300px) and (max-width: 575px) {
    .flexbox-div-container {
      width: 17.4em; } }

.flexbox-item-label {
  font-weight: 700;
  flex-basis: 20%;
 /* align-self: center; */
}

.flexbox-item {
  align-self: initial; }
  @media only screen and (min-width: 300px) and (max-width: 575px) {
    .flexbox-item {
      flex-basis: 100%; }
      .flexbox-item input {
        width: 8em !important; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .flexbox-item {
      flex-basis: 100%; }
      .flexbox-item input {
        width: 8em !important; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .flexbox-item {
      flex-basis: 100%; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .flexbox-item {
      flex-basis: 80%; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .flexbox-item {
      flex-basis: 80%; } }
  @media (min-width: 1400px) {
    .flexbox-item {
      flex-basis: 80%; } }

.barcode-input {
  font-size: 14px !important;
  font-family: "consolab"; }
  @media only screen and (min-width: 300px) and (max-width: 575px) {
    .barcode-input {
      width: 17% !important; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .barcode-input {
      width: 17% !important; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .barcode-input {
      width: 17% !important; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .barcode-input {
      width: 15% !important; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .barcode-input {
      width: 15% !important; } }
  @media (min-width: 1400px) {
    .barcode-input {
      width: 15% !important; } }

span.input-centered {
  vertical-align: super; }

@media only screen and (min-width: 300px) and (max-width: 575px) {
  input#barcode_comment_reef {
    width: 15.5em !important; } }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  input#barcode_comment_reef {
    width: 20em !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  input#barcode_comment_reef {
    width: 30em !important; } }

/*Aquarium*/
@media only screen and (min-width: 300px) and (max-width: 575px) {
  .tanks-img-container img {
    flex-basis: 100% !important; } }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tanks-img-container img {
    flex-basis: 100% !important; } }

/*Custom Accordions*/
.custom-accordion,
.custom-tabs {
  background: #f8f9fa;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom: 5px solid white; }

.custom-tabs {
  padding-left: 0px 15px 0px 15px; }

.custom-accordion > .accordion-item:nth-child(3) > a {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

.custom-accordion > .accordion-item:nth-child(3) > a.active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; }

.custom-accordion > .accordion-item:nth-child(3) > .accordion-inner {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

.accordion-item:nth-child(2),
.accordion-item:nth-child(3) {
  background: white; }

.accordion-item > a {
  font-size: 1em; }

.accordion-title {
  background: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: 800; }

.accordion-inner {
  background: white;
  padding-top: 2.3%;
  padding-right: 3.5%;
  padding-left: 3.5%; }

.footer-1 {
  margin-top: -6.5%; }

.accordion-item .active {
  border-width: 2px; }

.accordion-item:nth-child(2) .active {
  border-color: #70c6c7;
  color: #70c6c7; }

.accordion-item:nth-child(3) .active {
  border-color: #9089c6;
  color: #9089c6; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-accordion .accordion-inner .row .col div:nth-child(1) {
    border-top-left-radius: 8px; } }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .custom-accordion .accordion-inner .row .col div:nth-child(1) {
    border-top-left-radius: 8px; } }

@media (min-width: 1400px) {
  .custom-accordion .accordion-inner .row .col div:nth-child(1) {
    border-top-left-radius: 8px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-accordion .accordion-inner .row .col div:nth-child(2) {
    border-top-right-radius: 8px; } }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .custom-accordion .accordion-inner .row .col div:nth-child(2) {
    border-top-right-radius: 8px; } }

@media (min-width: 1400px) {
  .custom-accordion .accordion-inner .row .col div:nth-child(2) {
    border-top-right-radius: 8px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-accordion .accordion-inner .row .col div:nth-last-child(1) {
    border-bottom-right-radius: 8px; } }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .custom-accordion .accordion-inner .row .col div:nth-last-child(1) {
    border-bottom-right-radius: 8px; } }

@media (min-width: 1400px) {
  .custom-accordion .accordion-inner .row .col div:nth-last-child(1) {
    border-bottom-right-radius: 8px; } }

.my-reef-lab-accordion-inner-container-column-header-menu {
    border-bottom-left-radius: 0px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-accordion .accordion-inner .row .col div:nth-last-child(2) {
    border-bottom-left-radius: 8px; } }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .custom-accordion .accordion-inner .row .col div:nth-last-child(2) {
    border-bottom-left-radius: 8px; } }

@media (min-width: 1400px) {
  .custom-accordion .accordion-inner .row .col div:nth-last-child(2) {
    border-bottom-left-radius: 8px; } }

/* user lab report header*/
div.user-lab-report-header-grid-container {
  display: grid; }
  @media only screen and (min-width: 300px) and (max-width: 575px) {
    div.user-lab-report-header-grid-container {
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    div.user-lab-report-header-grid-container {
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    div.user-lab-report-header-grid-container {
      grid-template-columns: 2fr 1fr; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    div.user-lab-report-header-grid-container {
      grid-template-columns: 2fr 1fr; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    div.user-lab-report-header-grid-container {
      grid-template-columns: 2fr 1fr; } }
  @media (min-width: 1400px) {
    div.user-lab-report-header-grid-container {
      grid-template-columns: 2fr 1fr; } }

.my-reef-lab-title-container h4 {
  font-size: 1.3em;
  margin-bottom: -0.5em; }

div.user-lab-report-header-info h5 {
  font-size: 1.1em;
  padding-top: 0.5em; }

div.user-lab-report-header-info h6 {
  font-size: 0.8em; }

div.user-lab-report-header-menu div.display-menus {
  position: relative;
  text-align: right; }
  @media only screen and (min-width: 300px) and (max-width: 575px) {
    div.user-lab-report-header-menu div.display-menus {
      bottom: -1.5em; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    div.user-lab-report-header-menu div.display-menus {
      bottom: -1.5em; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    div.user-lab-report-header-menu div.display-menus {
      bottom: -3em; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    div.user-lab-report-header-menu div.display-menus {
      bottom: -3em; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    div.user-lab-report-header-menu div.display-menus {
      bottom: -3em; } }
  @media (min-width: 1400px) {
    div.user-lab-report-header-menu div.display-menus {
      bottom: -3em; } }

/**user lab report body */
.bg-background {
  background: #f8f9fa;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

.bg-grey {
  background: #f8f9fa; }

.bg-white {
  background: white; }

.dp-inline-block {
  display: inline-flex;
  margin: 0px;
  vertical-align: middle;
  font-size: 1rem; }

.simple-view-table {
  display: block;
  width: 100%; }

text.highcharts-credits {
  display: none; }

.user-lab-config-table-cell {
  display: table-cell;
  color: white;
  padding: 7px; }

.lab-config-accordion-item > p > i.fas {
  display: none; }

.lab-config-accordion-item {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: white; }

.lab-config-accordion-parent {
  background-image: linear-gradient(to bottom, #f8f9fa 0%, #f8f9fa 2%, #fff 2%, #fff); }

.lab-config-accordion-item > p {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer; }

.lab-config-accordion-open {
  color: #fb9300;
  border-top: 2px solid #fb9300;
  font-weight: 600; }

.lab-config-accordion-open .lab-config-accordion-inner {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px; }

.lab-config-accordion-open > p {
  padding: 10px;
  font-weight: 700;
  background-color: #f0f1f2; }

.lab-config-accordion-close.special-padding {
  margin-bottom: 0px; }

.lab-config-accordion-close {
  color: #777777;
  border-top: 1px solid #dddddd;
  cursor: pointer;
  margin-bottom: -20px;
  font-weight: 400; }

.lab-config-accordion-close > p {
  padding: 10px;
  font-weight: 700;
  background-color: #ffffff;
  margin-bottom: 0em; }

#chart_area_view,
#simple_view {
  border-bottom: 6px solid white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

.lab-config-accordion-item .simple-flex-container:nth-child(odd) {
  background-color: #f8f9fa; }

.custom-help-button {
  float: right;
  margin-right: 0.5rem;
  cursor: pointer;
  margin-top: 4px; }

/*Accordion-Content*/
.user-lab-report-elements-grid-container {
  display: grid;
  grid-template-columns: 1fr; }

.user-lab-report-elements-grid-header {
  display: grid;
  align-items: center; }
  @media only screen and (min-width: 300px) and (max-width: 575px) {
    .user-lab-report-elements-grid-header {
      grid-template-columns: 0.8fr 2fr 1fr; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .user-lab-report-elements-grid-header {
      grid-template-columns: 0.8fr 2fr 1fr; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .user-lab-report-elements-grid-header {
      grid-template-columns: 1fr 3.2fr 2fr 4fr 4fr 1fr; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .user-lab-report-elements-grid-header {
      grid-template-columns: 0.8fr 2.5fr 2fr 3fr 3fr 1fr; } }
  @media (min-width: 1400px) {
    .user-lab-report-elements-grid-header {
      grid-template-columns: 0.8fr 2.5fr 1fr 2fr 3fr 1fr; } }
  .user-lab-report-elements-grid-header .grid-header {
    text-align: center;
    color: #474949;
    text-transform: uppercase;
    font-weight: 600; }

.user-lab-report-elements-grid-data {
  display: block; }


  @media only screen and (min-width: 576px) and (max-width: 1399px) {
    .user-lab-report-elements-grid-data div.elements-lg-grid,
    .user-lab-report-elements-grid-data div.elements-md-grid {
        max-height: 3em; 
      }
  }   

  .user-lab-report-elements-grid-data div .elements-short-name {
    color: white !important;
    padding: 0.7em;
    border-right: 1px solid white; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .user-lab-report-elements-grid-data div .elements-short-name {
        border-top: 1px solid white; } }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      .user-lab-report-elements-grid-data div .elements-short-name {
        border-top: 1px solid white; } }
    @media (min-width: 1400px) {
      .user-lab-report-elements-grid-data div .elements-short-name {
        border-top: 1px solid white; } }
  .user-lab-report-elements-grid-data div .elements-name {
    color: white !important;
    padding: 0.7em; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .user-lab-report-elements-grid-data div .elements-name {
        border-top: 1px solid white; } }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      .user-lab-report-elements-grid-data div .elements-name {
        border-top: 1px solid white; } }
    @media (min-width: 1400px) {
      .user-lab-report-elements-grid-data div .elements-name {
        border-top: 1px solid white; } }
  .user-lab-report-elements-grid-data div .elements-analysis {
    color: #474949 !important;
    background-color: inherit;
    padding: 0.7em;
    text-align: center; }
  .user-lab-report-elements-grid-data div .elements-setpoint {
    color: #474949 !important;
    background-color: inherit;
    padding: 0.7em;
    text-align: center; }
  .user-lab-report-elements-grid-data div .elements-progressbar {
    background-color: inherit;
    padding: 0.7em; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .user-lab-report-elements-grid-data div .elements-minichart {
      background-color: inherit; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .user-lab-report-elements-grid-data div .elements-minichart {
      background-color: inherit; } }
  @media (min-width: 1400px) {
    .user-lab-report-elements-grid-data div .elements-minichart {
      background-color: inherit; } }
  .user-lab-report-elements-grid-data div .elements-minichart canvas {
    cursor: pointer; }
    @media only screen and (min-width: 300px) and (max-width: 575px) {
      .user-lab-report-elements-grid-data div .elements-minichart canvas {
        height: 2.6em !important; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .user-lab-report-elements-grid-data div .elements-minichart canvas {
        height: 2.6em !important; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .user-lab-report-elements-grid-data div .elements-minichart canvas {
        width: 6em !important;
        height: 2em !important; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .user-lab-report-elements-grid-data div .elements-minichart canvas {
        margin-top: 0.2em;
        margin-bottom: -0.22em; } }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      .user-lab-report-elements-grid-data div .elements-minichart canvas {
        margin-top: 0.2em;
        margin-bottom: -0.22em; } }
    @media (min-width: 1400px) {
      .user-lab-report-elements-grid-data div .elements-minichart canvas {
        margin-top: 0.2em;
        margin-bottom: -0.22em; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .user-lab-report-elements-grid-data div.elements-lg-grid:nth-child(even) {
      background-color: #f8f9f0 !important; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .user-lab-report-elements-grid-data div.elements-lg-grid:nth-child(even) {
      background-color: #f8f9f0 !important; } }
  @media (min-width: 1400px) {
    .user-lab-report-elements-grid-data div.elements-lg-grid:nth-child(even) {
      background-color: #f8f9f0 !important; } }
  .user-lab-report-elements-grid-data div.elements-md-grid {
    display: grid;
    align-items: center; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .user-lab-report-elements-grid-data div.elements-md-grid {
        display: grid;
        align-items: center;
        grid-template-columns: 1fr 1fr; } }
  .user-lab-report-elements-grid-data div.elements-1fr-grid {
    display: grid;
    align-items: center; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .user-lab-report-elements-grid-data div.elements-1fr-grid {
        grid-template-columns: 1fr; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .user-lab-report-elements-grid-data div.elements-1fr-grid {
        grid-template-columns: 1fr; } }
    @media only screen and (min-width: 300px) and (max-width: 575px) {
      .user-lab-report-elements-grid-data div.elements-1fr-grid {
        grid-template-columns: 1fr; } }
  .user-lab-report-elements-grid-data div.elements-lg-grid {
    display: grid;
    align-items: center; }
    @media only screen and (min-width: 300px) and (max-width: 575px) {

      .elements-short-name {
        grid-area: myArea1;
      }
      .xs-special {
        grid-area: myArea2;
      }
      .elements-minichart {
        grid-area: myArea3;
       /* padding: 0% 30% 0% 30%;*/
      }

      .elements-fundamentals_group-bg {
      border: 1px solid #7CB5EC !important ; 
    }
    .elements-major_elements_group-bg  {
      border: 1px solid #8085E8 !important; 
    } 
    .elements-minor_elements_group-bg {
      border: 1px solid #90ED7D !important ; 
    }  
    .elements-nutrients_group-bg {
      border: 1px solid #E4D354 !important; 
    }
    .elements-pollutants_group-bg {
      border: 1px solid #F15C80 !important; 
    }

     div.elements-lg-grid div.elements-minichart { 
        background: white; 
        border: 2px solid gray;
      }
      div.elements-lg-grid div.elements-minichart canvas {
        margin-top : 2vw;
      }

      .user-lab-report-elements-grid-data div.elements-lg-grid {
        display: flex !important;
        flex-flow: row wrap;
        /*
        font-size: 1em; 
         grid:
        'myArea1 myArea2 myArea2'
        ' myArea3 myArea3 myArea3'; */
      }
      .elements-short-name {
        width: 25%;
        flux: 1 1 auto; 
      } 
      .elements-name {
        width: 75%;
        flex: 1 1 auto;
      }
      .elements-minichart {  
        width: 100%;   
        text-align: center !important;   
        flex: 1 1 auto; 
      }
      .user-lab-report-elements-grid-data div .elements-analysis , .user-lab-report-elements-grid-data div .elements-setpoint {
        padding: inherit !important;
      }

        .user-lab-report-elements-grid-data div.elements-lg-grid .is-carbonate_hardness.xs-special {
          font-size: 0.69em; }
        .user-lab-report-elements-grid-data div.elements-lg-grid .is-water_clarity.xs-special {
          font-size: 0.79em; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .user-lab-report-elements-grid-data div.elements-lg-grid {
        grid-template-columns: 0.8fr 2fr 0.4fr; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .user-lab-report-elements-grid-data div.elements-lg-grid {
        grid-template-columns: 0.8fr 2fr 0.6fr; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .user-lab-report-elements-grid-data div.elements-lg-grid {
        grid-template-columns: 1fr 3fr 2fr 2fr 2fr 1fr; } }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      .user-lab-report-elements-grid-data div.elements-lg-grid {
        grid-template-columns: 0.8fr 2.5fr 2fr 3fr 3fr 1fr } }
    @media (min-width: 1400px) {
      .user-lab-report-elements-grid-data div.elements-lg-grid {
        grid-template-columns: 0.8fr 2.5fr 1fr 2fr 3fr 1fr; } }
    .user-lab-report-elements-grid-data div.elements-lg-grid .elements-minichart {
      text-align: right; }
    .user-lab-report-elements-grid-data div.elements-lg-grid .elements-minichart-canvas {
      display: initial !important; }
      .user-lab-report-elements-grid-data div.elements-lg-grid .elements-minichart-canvas canvas {
        cursor: pointer; }
        @media only screen and (min-width: 300px) and (max-width: 575px) {
          .user-lab-report-elements-grid-data div.elements-lg-grid .elements-minichart-canvas canvas {
            width: 100%;
            height: 2.6em; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .user-lab-report-elements-grid-data div.elements-lg-grid .elements-minichart-canvas canvas {
            width: 100%;
            height: 2.6em; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .user-lab-report-elements-grid-data div.elements-lg-grid .elements-minichart-canvas canvas {
            height: 2em;
            width: 6em !important; } }
      @media only screen and (min-width: 300px) and (max-width: 575px) {
        .user-lab-report-elements-grid-data div.elements-lg-grid .elements-minichart-canvas {
          max-width: 8em;
          min-height: 1.75em;
          max-height: 3em; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .user-lab-report-elements-grid-data div.elements-lg-grid .elements-minichart-canvas {
          max-width: 8em;
          min-height: 1.75em;
          max-height: 3em; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .user-lab-report-elements-grid-data div.elements-lg-grid .elements-minichart-canvas {
          max-width: 8em;
          min-height: 1.75em;
          max-height: 3em; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .user-lab-report-elements-grid-data div.elements-lg-grid .elements-minichart-canvas {
          max-width: 5em;
          min-height: 2.5em;
          padding: 0.2em;
          border-radius: 0.3em;
          max-height: 3em; } }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .user-lab-report-elements-grid-data div.elements-lg-grid .elements-minichart-canvas {
          max-width: 5em;
          min-height: 2.5em;
          padding: 0.2em;
          border-radius: 0.3em;
          max-height: 3em; } }
      @media (min-width: 1400px) {
        .user-lab-report-elements-grid-data div.elements-lg-grid .elements-minichart-canvas {
          max-width: 5em;
          min-height: 2.5em;
          padding: 0.2em;
          border-radius: 0.3em;
          max-height: 3em; } }

@media only screen and (min-width: 300px) and (max-width: 575px) {
  .elements-fundamentals_group-bg {
    background-color: #7CB5EC; } }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .elements-fundamentals_group-bg {
    background-color: #7CB5EC; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .elements-fundamentals_group-bg {
    background-color: #7CB5EC; } }

@media only screen and (min-width: 300px) and (max-width: 575px) {
  .elements-fundamentals_group-xs-special {
    background-color: #7CB5EC !important; } }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .elements-fundamentals_group-xs-special {
    background-color: #7CB5EC !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .elements-fundamentals_group-xs-special {
    background-color: #7CB5EC !important; } }

@media only screen and (min-width: 300px) and (max-width: 575px) {
  .elements-major_elements_group-bg {
    background-color: #8085E8; } }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .elements-major_elements_group-bg {
    background-color: #8085E8; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .elements-major_elements_group-bg {
    background-color: #8085E8; } }

@media only screen and (min-width: 300px) and (max-width: 575px) {
  .elements-major_elements_group-xs-special {
    background-color: #8085E8 !important; } }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .elements-major_elements_group-xs-special {
    background-color: #8085E8 !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .elements-major_elements_group-xs-special {
    background-color: #8085E8 !important; } }

@media only screen and (min-width: 300px) and (max-width: 575px) {
  .elements-minor_elements_group-bg {
    background-color: #90ED7D; } }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .elements-minor_elements_group-bg {
    background-color: #90ED7D; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .elements-minor_elements_group-bg {
    background-color: #90ED7D; } }

@media only screen and (min-width: 300px) and (max-width: 575px) {
  .elements-minor_elements_group-xs-special {
    background-color: #90ED7D !important; } }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .elements-minor_elements_group-xs-special {
    background-color: #90ED7D !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .elements-minor_elements_group-xs-special {
    background-color: #90ED7D !important; } }

@media only screen and (min-width: 300px) and (max-width: 575px) {
  .elements-nutrients_group-bg {
    background-color: #E4D354; } }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .elements-nutrients_group-bg {
    background-color: #E4D354; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .elements-nutrients_group-bg {
    background-color: #E4D354; } }

@media only screen and (min-width: 300px) and (max-width: 575px) {
  .elements-nutrients_group-xs-special {
    background-color: #E4D354 !important; } }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .elements-nutrients_group-xs-special {
    background-color: #E4D354 !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .elements-nutrients_group-xs-special {
    background-color: #E4D354 !important; } }

@media only screen and (min-width: 300px) and (max-width: 575px) {
  .elements-pollutants_group-bg {
    background-color: #F15C80; } }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .elements-pollutants_group-bg {
    background-color: #F15C80; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .elements-pollutants_group-bg {
    background-color: #F15C80; } }

@media only screen and (min-width: 300px) and (max-width: 575px) {
  .elements-pollutants_group-xs-special {
    background-color: #F15C80 !important; } }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .elements-pollutants_group-xs-special {
    background-color: #F15C80 !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .elements-pollutants_group-xs-special {
    background-color: #F15C80 !important; } }

/*Multi colored Progress Bar*/
.progress-multi-colored-bar {
  width: 100%;
  height: 10px;
  background-color: lightgrey;
  position: relative;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.reeflab-lightbox {
  padding: 0.5em; }
  @media only screen and (min-width: 300px) and (max-width: 575px) {
    .reeflab-lightbox {
      max-width: 26em;
      width: 20em; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .reeflab-lightbox {
      max-width: 26em;
      width: 24em; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .reeflab-lightbox {
      max-width: 40em !important;
      width: 40em; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .reeflab-lightbox {
      max-width: 50em !important;
      width: 50em; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .reeflab-lightbox {
      max-width: 60em !important;
      width: 60em; } }
  @media (min-width: 1400px) {
    .reeflab-lightbox {
      max-width: 60em !important;
      width: 60em; } }

/*High Charts*/
.highchart-custom-title-container {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 2fr; }

.highchart-custom-short-name {
  border-right: 1px solid white;
  text-align: center;
  padding: 1em; }

.highchart-custom-element-name {
  padding: 1em; }

/*Accordion*/
.bg-background .bg-white:nth-child(5) {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }
  .bg-background .bg-white:nth-child(5) .lab-config-accordion-close {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
  .bg-background .bg-white:nth-child(5) .lab-config-accordion-close > p {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
  .bg-background .bg-white:nth-child(5) .lab-config-accordion-open {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
  .bg-background .bg-white:nth-child(5) .lab-config-accordion-open .lab-config-accordion-inner {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }

.user-lab-report-no-content {
  width: 100%;
  background-color: white;
  padding: 2em;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: 1px solid #e8e8e8; }
  .user-lab-report-no-content h3 {
    color: #fb9300; }

@media only screen and (min-width: 300px) and (max-width: 575px) {
  button.mrbtn {
    margin-top: 0.2em; } }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  button.mrbtn {
    margin-top: 0.2em; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  button.mrbtn {
    margin-top: 0.2em; } }

/*Anomalies*/
/*
.anomalies-tabs {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }
.anomalies-tabs ul li {
  width: 20%;
  text-align: center; }
.anomaly-row .elements-minichart {
  display: none;
}  */

.anomalies-tabs h3 {
  margin-bottom: 0px; }

.anomalies-tabs .tab-panels {
  border-top: #e2e2e2 solid 1px; }

.anomalies-tabs .anomaly-row {
  border-bottom: #d2d2d2 solid 1px;
  padding: 30px 0px 30px 0px; }

.mr-exclamation-triangle.red-color {
  color: red;
  font-size: 25px; }

.mr-exclamation-triangle.yellow-color {
  color: #e8e800;
  font-size: 25px; }

/** Anomalies -- **/
.sfnd-anomalies-container {
  display: grid;
  grid-template-columns: 1fr; }
  .sfnd-anomalies-container .sfnd-anomalies-header-section {
    display: grid;
    grid-template-columns: 2fr 1fr; }
    .sfnd-anomalies-container .sfnd-anomalies-header-section .sfnd-anomalies-header > h2 {
      font-size: 1.8em; }
    .sfnd-anomalies-container .sfnd-anomalies-header-section .sfnd-anomalies-navigation {
      display: grid;
      grid-template-rows: 0.1fr 0.1fr;
      align-self: end; }
      .sfnd-anomalies-container .sfnd-anomalies-header-section .sfnd-anomalies-navigation .sfnd-anomalies-menu {
        text-align: right;
        margin-bottom: 1em; }
      .sfnd-anomalies-container .sfnd-anomalies-header-section .sfnd-anomalies-navigation .sfnd-anomalies-menu2 {
        margin-top: 1em;
        text-align: right; }
        .sfnd-anomalies-container .sfnd-anomalies-header-section .sfnd-anomalies-navigation .sfnd-anomalies-menu2 .anomalies-download-pdf-btn {
          margin: inherit;
          margin-bottom: -2em; }
          @media only screen and (min-width: 300px) and (max-width: 575px) {
            .sfnd-anomalies-container .sfnd-anomalies-header-section .sfnd-anomalies-navigation .sfnd-anomalies-menu2 .anomalies-download-pdf-btn {
              font-size: 0.7em; } }
          @media only screen and (min-width: 576px) and (max-width: 767px) {
            .sfnd-anomalies-container .sfnd-anomalies-header-section .sfnd-anomalies-navigation .sfnd-anomalies-menu2 .anomalies-download-pdf-btn {
              font-size: 0.7em; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .sfnd-anomalies-container .sfnd-anomalies-header-section .sfnd-anomalies-navigation .sfnd-anomalies-menu2 .anomalies-download-pdf-btn {
              font-size: 0.7em; } }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .sfnd-anomalies-container .sfnd-anomalies-header-section .sfnd-anomalies-navigation .sfnd-anomalies-menu2 .anomalies-download-pdf-btn {
              font-size: 1em; } }
          @media only screen and (min-width: 1200px) and (max-width: 1399px) {
            .sfnd-anomalies-container .sfnd-anomalies-header-section .sfnd-anomalies-navigation .sfnd-anomalies-menu2 .anomalies-download-pdf-btn {
              font-size: 1em; } }
          @media (min-width: 1400px) {
            .sfnd-anomalies-container .sfnd-anomalies-header-section .sfnd-anomalies-navigation .sfnd-anomalies-menu2 .anomalies-download-pdf-btn {
              font-size: 1em; } }
  .sfnd-anomalies-container .anomalies-header-info img.anomaly_classification {
    width: 2em !important;
    margin-top: -0.4em; }
  .sfnd-anomalies-container .anomalies-header-info > p {
    margin-bottom: 0.5em; }

img.anomaly_classification {
  width: 1.5em;
  margin-top: -0.4em; }

.sfnd-anomalies-tasks-table {
  margin-left: -1em; }
  .sfnd-anomalies-tasks-table .sfnd-anomalies-tasks-table-header {
    grid-template-columns: 0.3fr 2fr 2fr 0.5fr;
    padding: 10px;
    border-bottom: 1px solid #7b7f8c; }
    @media only screen and (min-width: 300px) and (max-width: 575px) {
      .sfnd-anomalies-tasks-table .sfnd-anomalies-tasks-table-header {
        display: none; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .sfnd-anomalies-tasks-table .sfnd-anomalies-tasks-table-header {
        display: none; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .sfnd-anomalies-tasks-table .sfnd-anomalies-tasks-table-header {
        display: grid; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .sfnd-anomalies-tasks-table .sfnd-anomalies-tasks-table-header {
        display: grid; } }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      .sfnd-anomalies-tasks-table .sfnd-anomalies-tasks-table-header {
        display: grid; } }
    @media (min-width: 1400px) {
      .sfnd-anomalies-tasks-table .sfnd-anomalies-tasks-table-header {
        display: grid; } }
    .sfnd-anomalies-tasks-table .sfnd-anomalies-tasks-table-header .sfnd-anomalies-tasks-table-column {
      font-weight: 800; }
  .sfnd-anomalies-tasks-table .sfnd-anomalies-tasks-table-content {
    display: grid; }
    @media only screen and (min-width: 300px) and (max-width: 575px) {
      .sfnd-anomalies-tasks-table .sfnd-anomalies-tasks-table-content {
        grid-template-columns: 1fr; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .sfnd-anomalies-tasks-table .sfnd-anomalies-tasks-table-content {
        grid-template-columns: 1fr; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .sfnd-anomalies-tasks-table .sfnd-anomalies-tasks-table-content {
        grid-template-columns: 2.3fr 2.5fr; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .sfnd-anomalies-tasks-table .sfnd-anomalies-tasks-table-content {
        grid-template-columns: 2.3fr 2.5fr; } }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      .sfnd-anomalies-tasks-table .sfnd-anomalies-tasks-table-content {
        grid-template-columns: 2.3fr 2.5fr; } }
    @media (min-width: 1400px) {
      .sfnd-anomalies-tasks-table .sfnd-anomalies-tasks-table-content {
        grid-template-columns: 2.3fr 2.5fr; } }
    .sfnd-anomalies-tasks-table .sfnd-anomalies-tasks-table-content .sfnd-anomalies-tasks-table-data-column-group-container1 {
      display: grid;
      grid-template-columns: 0.3fr 2fr; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .sfnd-anomalies-tasks-table .sfnd-anomalies-tasks-table-content .sfnd-anomalies-tasks-table-data-column-group-container1 {
          border-bottom: 1px solid #7b7f8c; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .sfnd-anomalies-tasks-table .sfnd-anomalies-tasks-table-content .sfnd-anomalies-tasks-table-data-column-group-container1 {
          border-bottom: 1px solid #7b7f8c; } }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .sfnd-anomalies-tasks-table .sfnd-anomalies-tasks-table-content .sfnd-anomalies-tasks-table-data-column-group-container1 {
          border-bottom: 1px solid #7b7f8c; } }
      @media (min-width: 1400px) {
        .sfnd-anomalies-tasks-table .sfnd-anomalies-tasks-table-content .sfnd-anomalies-tasks-table-data-column-group-container1 {
          border-bottom: 1px solid #7b7f8c; } }
    .sfnd-anomalies-tasks-table .sfnd-anomalies-tasks-table-content .sfnd-anomalies-tasks-table-data-column-group-container2 {
      display: grid;
      grid-template-columns: 2fr 0.5fr; }
      @media only screen and (min-width: 300px) and (max-width: 575px) {
        .sfnd-anomalies-tasks-table .sfnd-anomalies-tasks-table-content .sfnd-anomalies-tasks-table-data-column-group-container2 {
          border-bottom: 1px solid #7b7f8c; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .sfnd-anomalies-tasks-table .sfnd-anomalies-tasks-table-content .sfnd-anomalies-tasks-table-data-column-group-container2 {
          border-bottom: 1px solid #7b7f8c; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .sfnd-anomalies-tasks-table .sfnd-anomalies-tasks-table-content .sfnd-anomalies-tasks-table-data-column-group-container2 {
          border-bottom: 1px solid #7b7f8c; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .sfnd-anomalies-tasks-table .sfnd-anomalies-tasks-table-content .sfnd-anomalies-tasks-table-data-column-group-container2 {
          border-bottom: 1px solid #7b7f8c; } }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .sfnd-anomalies-tasks-table .sfnd-anomalies-tasks-table-content .sfnd-anomalies-tasks-table-data-column-group-container2 {
          border-bottom: 1px solid #7b7f8c; } }
      @media (min-width: 1400px) {
        .sfnd-anomalies-tasks-table .sfnd-anomalies-tasks-table-content .sfnd-anomalies-tasks-table-data-column-group-container2 {
          border-bottom: 1px solid #7b7f8c; } }

.anomaly-row {
  padding: 1.5em !important; }
 @media (min-width: 458px) { 
    .anomaly-row h3 {
    margin-left: -1em; }
 }   

/*jan-17-2022*/    
.my-reef-lab-title-flex-container {  
      display: flex; 
    }  
@media (min-width: 800px) { 
  .my-reef-lab-title-flex-container { 
    flex-direction: row; } 
  .my-reef-lab-title-flex-left-align-status { 
    margin-left: auto; 
  } } 
@media (max-width: 800px) { 
  .my-reef-lab-title-flex-container { flex-direction: column; }
   }    

/*jan-17-2022*/
.svg-icon {
  width: 1.2em !important; }

@media only screen and (min-width: 300px) and (max-width: 575px) {
  .anomalies-tabs {
    border-top: 2px solid #fb9302; } }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .anomalies-tabs {
    border-top: 2px solid #fb9302; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .anomalies-tabs {
    border-top: 2px solid #fb9302; } }

// Red dot notification:
button.mrbtn-secondary {
  background-color: #555;
  color: white;
  text-decoration: none; 
  position: relative;
  display: inline-block;
  border-radius: 2px;
}
 

button.mrbtn-secondary span.notification-badge {
    position: absolute;
    top: -6px;
    right: -4px;
    padding: 5px 5px;
    border-radius: 80%;
    background-color: #fbc770;
    color: #fff;
    opacity: 0.9;
    z-index: 20;
}    

div.reef_detection_limit:hover{
  color: #474949;
}

div.reef_detection_limit:hover{
  color: #474949;
}

@media (min-width: 457px) {
  .reef_detection_limit { 
    float: right;
  }  
  .reef_detection_limit button{ 
    top: -6px;
    right: -9px;
  }  
} 
@media (max-width: 458px) { 
  .reef_detection_limit { 
    position: absolute;
    top: 2px;
    right: 1em;
  }  
}  

.task-button[data-icon-label]:after {
  right: -3px !important;
}
