/* COLORS */

.white {
  color: #fff !important;
}

.white-light {
  color: #c8c8c8;
}

.bg-white-light {
  background-color: #c8c8c8;
}

.blue {
    color: #007bbf;
}

.yellow {
    color: yellow;
}

.red {
  color: crimson;
}

.green {
  color: #3ab64a;
}

.main-color-blue {
  color: #003883;
}
.main-color-gray {
  color: #41827e;
}
.main-color-yellow {
  color: #ffdd00;
}
.main-color-wine {
  color: #af2a42;
}

.main-color-orange {
  color: #ee7b11;
}
.main-color-lavender {
  color: rgb(113, 118, 177);
}

.main-bg-lavender {
  background: rgb(113, 118, 177);
}
.main-bg-gray {
  background: #41827e;
}
.main-bg-green {
  background: #3ab64a;
}
.main-bg-blue {
  background: #003883;
}
.main-bg-orange {
  background: #ee7b11;
}
.main-bg-wine {
  background: #af2a42;
}

.main-bg-color-lavender {
  background-color: rgb(113, 118, 177);
}
.main-bg-color-gray {
  background-color: #41827e;
}
.main-bg-color-blue {
  background-color: #003883;
}
.main-bg-color-green {
  background-color: #3ab64a;
}
.bg-color-orange {
  background-color: #ee7b11;
}
.bg-color-yellow {
  background-color: #ffdd00;
}

.bg-color-wine {
  background-color: #af2a42;
}

.main-border-blue {
  border: 1px solid #003883;
}

.main-border-orange {
  border-color: #ee7b11;
}

.main-border-lavender {
  border-color: rgb(113, 118, 177);
}

.card-primary {
    height:100%;
}

.card-primary.card-outline {
    border-color: #003883;
}

.card-primary:not(.card-outline) > .card-header {
    background-color: #003883;
}

/* GLOBAL */
.hidden {
    display: none;
}

.card-title {
  font-weight: 600;
}

/* MENU */
.nav-pills .nav-link {
    color: #fff !important;
}

.nav-header {
  background: inherit;
  color: #ee7b11;
}

.nav-pills .nav-link:hover {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.2);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.2);
}

li.nav-item.menu-open ul.nav.nav-treeview {
    margin-left: 8px;
}

.page-title-bg {
}

.page-title h1 {
    font-weight: 600;
}

/* LOGIN */
canvas {
    display: block;
    vertical-align: bottom;
}
/* ---- particles.js container ---- */

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2c2e43;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

/* Analysis */
.circle-icon {
  background: #fff;
  padding: 7px;
  border-radius: 20%;
  border: 1px solid #ee7b11;
}

.favorite {
  position: absolute;
  top: 6px;
  right: 6px;
}

div.dtsp-columns-4 {
  min-width: 25% !important;
  max-width: 25% !important;
}

.timeline-item-popup {
  font-size: 13px;
}

#result-list td :hover {
  cursor: pointer;
}

table.table-result thead tr {
  font-weight: 600;
  color: #003883;
  border-bottom: 3px solid #dee2e6;
}

/* Request */

.card-recipe {
  min-height: 300px;
}
.card-recipe.cardNotVisible {
    background: #e3e3e3;
}

.card-selected {
  border: solid 2px #ee7b11;
}

.grid {
  position: relative;
}

.item-small {
  display: block;
  position: absolute;
  width: 23%;
  height: 100px;
}

.item-medium {
  display: block;
  position: absolute;
  width: 45%;
  height: 600px;
}

.item-large {
  display: block;
  position: absolute;
  width: 90%;
  height: 500px;
}

.item {
  display: block;
  position: absolute;
  margin: 5px;
  z-index: 1;
}

.item.muuri-item-dragging {
  z-index: 3;
}

.item.muuri-item-releasing {
  z-index: 2;
}

.item.muuri-item-hidden {
  z-index: 0;
}

.item-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.visibleBtn {
  position: absolute;
  bottom: 6px;
  right: 6px;
}

.RequestSampleAnalysis,
.RequestSampleCopy,
.RequestSamplePrint,
.RequestSampleAdd,
.RequestSampleDelete,
.RequestSampleEdit,
.RequestSampleSave,
.IconBtn,
.RequestSampleImport {
    cursor: pointer;
}

.btnOptions {
  display: flex-wrap;
  justify-content: space-around;
}

.activeSelector {
  background-color: rgba(0, 0, 0, 0.05);
  border: 2px solid rgb(0, 123, 255);
  z-index: 100;
}

#searchMessage {
  font-size: 16px;
}

#divSelectedRecipe {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 16px;
}

#divSelectedRecipe div {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 6px 12px;
  margin: 5px;
  width: 450px;
}

.covidRowNEG {
  background-color: green;
}

.covidRowPOS {
  background-color: red;
}

.viewState {
}

.viewStateNew {
  font-weight: bold;
}

.viewStateViewed {
    font-weight: normal;
}

.viewStateNew::after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    content: "\f0e0";
    padding-Left: 5px;
}

.viewStateViewed::after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    content: "\f2b6";
    padding-Left: 5px;
    color: #EE7B11;
}

.mainPageTitleTopButton {
    position: absolute;
    top: 75px;
    right: 12px;
    z-index: 999;
}

option.selectClientList {
  background-color: #f2f2f2;
}

.journal {
  height: 700px;
}

#selected-recipe {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.switchAll {
  --width: 80px;
  --height: calc(var(--width) / 3);

  position: relative;
  display: inline-block;
  width: var(--width);
  height: var(--height);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: var(--height);
  cursor: pointer;
}

.switchAll input {
  display: none;
}

.switchAll .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--height);
  background-color: #ccc;
  transition: all 0.4s ease-in-out;
}

.switchAll .slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--height));
  height: calc(var(--height));
  border-radius: calc(var(--height) / 2);
  background-color: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease-in-out;
}

.switchAll input:checked + .slider {
  background-color: #ee7b11;
}

.switchAll input:checked + .slider::before {
  transform: translateX(calc(var(--width) - var(--height)));
}

.switchAll .labels {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-family: sans-serif;
  transition: all 0.4s ease-in-out;
}

.switchAll .labels::after {
  content: attr(data-off);
  position: absolute;
  right: 10px;
  color: #4d4d4d;
  opacity: 1;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease-in-out;
  top: -3px;
}

.switchAll .labels::before {
  content: attr(data-on);
  position: absolute;
  left: 10px;
  color: #ffffff;
  opacity: 0;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
  transition: all 0.4s ease-in-out;
  top: -3px;
}

.switchAll input:checked ~ .labels::after {
  opacity: 0;
}

.switchAll input:checked ~ .labels::before {
  opacity: 1;
}

input:invalid {
  animation: invalidInput 0.3s;
}

@keyframes invalidInput {
  0% {
    transform: skew(-15deg);
  }
  25% {
    transform: skew(15deg);
  }
  50% {
    transform: skew(-15deg);
  }
  100% {
    transform: skew(0deg);
  }
}

/******Logiag******************************/
.options {
  margin-top: 20px;
  padding: 20px;
  background: rgba(191, 191, 191, 0.15);
}

.options .caption {
  font-size: 18px;
  font-weight: 500;
}

.option {
  margin-top: 10px;
}

.option > span {
  margin-right: 10px;
}

.option > .dx-selectbox {
    display: inline-block;
    vertical-align: middle;
    max-width: 350px;
    width: 100%;
}

.bg_ico {
    position: absolute !important;
    top: 30px;
    margin-top: 15px;
    right: 20px;
    font-size: 10em;
    color: #003883;
    transform: rotate(15deg);
}

.bg_ico::backdrop {
  content: "\f72d";
  top: 30px;
  margin-top: 15px;
  left: 20px;
  right: auto;
  transform: rotate(-180deg);
}

#content-logiag {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #btn_newrequest {
    content: " ";
  }
}

.requestAgri {
  height: fit-content;
  padding: auto;
  box-shadow: rgba(50, 50, 93, 0.25) 1px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.samplesAgri {
  height: fit-content;
  padding-bottom: 5px;
  border-radius: 0.25rem;
  box-shadow: rgba(50, 50, 93, 0.25) 1px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.samplesAgri > .card-header {
  height: fit-content;
  padding: 0%;
  border-bottom: none;
}

.detail_sample_agri {
  padding: 10px;
  margin: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 1px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.fad-1 {
  transform: rotate(-20deg);
  margin: 25px 10px 0;
  font-size: 72px;
}

.fad-3,
.fad-2 {
  transform: rotate(10deg);
  margin: 25px 10px 0;
  font-size: 72px;
}
.left-part {
  margin-bottom: 10px;
}

#cupule::content:not(#sac::content) {
  border: red;
}

.inputScan {
  width: calc(100% - 18px);
  padding: 8px;
  margin-bottom: 20px;
  border: 1px solid #1c87c9;
  outline: none;
  text-align: center;
}

#pagin {
  text-align: center;
  margin: 30px 30px 60px;
  user-select: none;
}

#pagin li {
  display: inline-block;
  margin: 5px;
  border-radius: 45px;
  box-shadow: 0 5px 25px rgb(1 1 1 / 10%);
}

#pagin li a {
  color: rgb(156, 154, 154);
  text-decoration: none;
  font-size: 1em;
  line-height: 15px;
}

.previous-page,
.next-page {
  background: #0ab1ce;
  width: 80px;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s ease;
}

.previous-page:hover {
  transform: translateX(-5px);
}
.next-page:hover {
  transform: translateX(5px);
}

.current-page,
.dots {
  background: #ccc;
  width: 45px;
  border-radius: 50%;
  cursor: pointer;
}

input[name="cupule"] span::after {
  padding-left: 1px;
}
input[name="cupule"]:invalid {
  width: calc(90% - 18px);
  background-color: ivory;
  border: none;
  outline: 2px solid red;
}
input[name="cupule"]:invalid + span::after {
  content: "✖";
}

input[name="cupule"]:valid + span::after {
  content: "✓";
  color: green;
}

input[name="sampleIdContinue"] span::after {
  padding-left: 1px;
}
input[name="sampleIdContinue"]:invalid {
  width: calc(90% - 18px);
  background-color: ivory;
  border: none;
  outline: 2px solid red;
}
input[name="sampleIdContinue"]:invalid + span::after {
  content: "✖";
}

input[name="sampleIdContinue"]:valid + span::after {
  content: "✓";
  color: green;
}

/***********************Loading*************/
@keyframes ldio-19svvm2am6li {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(22.5deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
.ldio-19svvm2am6li > div {
  transform-origin: 50px 50px;
  animation: ldio-19svvm2am6li 0.6451612903225806s infinite linear;
}
.ldio-19svvm2am6li > div div {
  position: absolute;
  width: 11px;
  height: 76px;
  background: #ee7b11;
  left: 50px;
  top: 50px;
  transform: translate(-50%, -50%);
}
.ldio-19svvm2am6li > div div:nth-child(1) {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.ldio-19svvm2am6li > div div:nth-child(6) {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
}
.ldio-19svvm2am6li > div div:nth-child(3) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.ldio-19svvm2am6li > div div:nth-child(4) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.ldio-19svvm2am6li > div div:nth-child(5) {
  transform: translate(-50%, -50%) rotate(135deg);
}
.loadingio-spinner-gear-g2vznr3xvs {
  width: 90px;
  height: 90px;
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
}
.ldio-19svvm2am6li {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.9);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-19svvm2am6li div {
  box-sizing: content-box;
}

@keyframes ldio-28ejhb2nvzp {
  0% {
    transform: translate(2.17px, 2.17px);
  }
  33.33% {
    transform: translate(110.67px, 2.17px);
  }
  66.66% {
    transform: translate(45.57px, 110.67px);
  }
  100% {
    transform: translate(2.17px, 2.17px);
  }
}

.ldio-28ejhb2nvzp > div {
  transform: scale(0.4);
  transform-origin: 108.5px 108.5px;
}

.ldio-28ejhb2nvzp > div > div {
  animation: ldio-28ejhb2nvzp 1.4492753623188404s linear infinite;
  position: absolute;
}

.ldio-28ejhb2nvzp > div > div div:nth-child(1) {
  width: 78.12px;
  height: 78.12px;
  border-radius: 50%;
  border: 13.02px solid #ee7b11;
  background: #d6f3f6;
}

.ldio-28ejhb2nvzp > div > div div:nth-child(2) {
  width: 18.445px;
  height: 55.335px;
  transform: rotate(-45deg);
  background: #ee7b11;
  border-radius: 0 0 8.68px 8.68px;
  position: absolute;
  top: 73.78px;
  left: 92.225px;
}
.loadingio-spinner-magnify-7vn0m896f16 {
  width: 217px;
  height: 217px;
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
}
.ldio-28ejhb2nvzp {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-28ejhb2nvzp div {
  box-sizing: content-box;
}

#divBlackout {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 6000;
    background: center no-repeat rgba(255, 255, 255, 0.6);
    text-align: center;
    vertical-align: middle;
}

#boxBlackout {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#msgBlackout {
    font-size: 8em;
}

.dxElipsis {
    text-overflow: ellipsis;
    overflow: hidden;
}

.dx-datagrid .dx-scrollable-scrollbar.dx-scrollbar-vertical,
.dx-datagrid .dx-scrollable-scrollbar.dx-scrollbar-vertical .dx-scrollable-scroll {
    width: 13px;
}

.dx-datagrid .dx-scrollable-scrollbar {
    background-color: rgba(191, 191, 191, 0.2);
}

    .dx-datagrid .dx-scrollable-scrollbar.dx-scrollbar-horizontal,
    .dx-datagrid .dx-scrollable-scrollbar.dx-scrollbar-horizontal .dx-scrollable-scroll {
        height: 13px;
    }

.dx-scrollbar-horizontal.dx-scrollbar-hoverable {
    height: 13px;
}

.dx-scrollable-scroll-content {
    background-color: #ff5722;
}

.dx-theme-material-typography {
    background-color: transparent;
}
    .cls-1 {
    fill: #f8b375;
}

.cls-1, .cls-2, .cls-3, .cls-4, .cls-5 {
    stroke-width: 0px;
}

.cls-2 {
    fill: #5c64a4;
}

.cls-3 {
    fill: #1e3582;
}

.cls-4 {
    fill: #a0a1cc;
}

.cls-5 {
    fill: #ef7b10;
}

@-webkit-keyframes animate-svg-fill-1 {
    0% {
        fill: transparent
    }

    100% {
        fill: rgb(160,161,204)
    }
}

@keyframes animate-svg-fill-1 {
    0% {
        fill: transparent
    }

    100% {
        fill: rgb(160,161,204)
    }
}

.svg-elem-1 {
    -webkit-animation: animate-svg-fill-1 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.0s both infinite;
    animation: animate-svg-fill-1 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.1s both infinite
}

@-webkit-keyframes animate-svg-fill-2 {
    0% {
        fill: transparent
    }

    100% {
        fill: rgb(30,53,130)
    }
}

@keyframes animate-svg-fill-2 {
    0% {
        fill: transparent
    }

    100% {
        fill: rgb(30,53,130)
    }
}

.svg-elem-2 {
    -webkit-animation: animate-svg-fill-2 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.2s both infinite;
    animation: animate-svg-fill-2 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.2s both infinite
}

@-webkit-keyframes animate-svg-fill-3 {
    0% {
        fill: transparent
    }

    100% {
        fill: rgb(92,100,164)
    }
}

@keyframes animate-svg-fill-3 {
    0% {
        fill: transparent
    }

    100% {
        fill: rgb(92,100,164)
    }
}

.svg-elem-3 {
    -webkit-animation: animate-svg-fill-3 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.4s both infinite;
    animation: animate-svg-fill-3 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.4s both infinite
}

@-webkit-keyframes animate-svg-fill-4 {
    0% {
        fill: transparent
    }

    100% {
        fill: rgb(239,123,16)
    }
}

@keyframes animate-svg-fill-4 {
    0% {
        fill: transparent
    }

    100% {
        fill: rgb(239,123,16)
    }
}

.svg-elem-4 {
    -webkit-animation: animate-svg-fill-4 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.6s both infinite;
    animation: animate-svg-fill-4 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.6s both infinite
}

@-webkit-keyframes animate-svg-fill-5 {
    0% {
        fill: transparent
    }

    100% {
        fill: rgb(239,123,16)
    }
}

@keyframes animate-svg-fill-5 {
    0% {
        fill: transparent
    }

    100% {
        fill: rgb(239,123,16)
    }
}

.svg-elem-5 {
    -webkit-animation: animate-svg-fill-5 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.8s both infinite;
    animation: animate-svg-fill-5 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.8s both infinite
}

@-webkit-keyframes animate-svg-fill-6 {
    0% {
        fill: transparent
    }

    100% {
        fill: rgb(248,179,117)
    }
}

@keyframes animate-svg-fill-6 {
    0% {
        fill: transparent
    }

    100% {
        fill: rgb(248,179,117)
    }
}

.svg-elem-6 {
    -webkit-animation: animate-svg-fill-6 0.7s cubic-bezier(0.47,0,0.745,0.715) 1s both infinite;
    animation: animate-svg-fill-6 0.7s cubic-bezier(0.47,0,0.745,0.715) 1s both infinite
}

@-webkit-keyframes animate-svg-fill-7 {
    0% {
        fill: transparent
    }

    100% {
        fill: rgb(30,53,130)
    }
}

@keyframes animate-svg-fill-7 {
    0% {
        fill: transparent
    }

    100% {
        fill: rgb(30,53,130)
    }
}

.svg-elem-7 {
    -webkit-animation: animate-svg-fill-7 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.2s both infinite;
    animation: animate-svg-fill-7 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.2s both infinite
}

.loadingHolder {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: 50;
    background-color: rgba(0, 56, 131, 0.2);
    position:relative;
    min-height: 500px;
}
.loadingSVG {
    max-width: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dx-treeview-select-all-item .dx-checkbox-container {
    display: flex;
    align-items: center;
}
.dx-treeview-node {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.dx-item.dx-treeview-item{
    order:2;
}

.dx-datagrid .dx-scrollable-scrollbar {
    background-color: rgba(191, 191, 191, 0.2);
}

    .dx-datagrid .dx-scrollable-scrollbar.dx-scrollbar-horizontal,
    .dx-datagrid .dx-scrollable-scrollbar.dx-scrollbar-horizontal .dx-scrollable-scroll {
        height: 15px;
    }

.dx-scrollbar-horizontal.dx-scrollbar-hoverable {
    height: 15px;
}

.dx-scrollable-scroll-content {
    background-color: #ff5722 !important;
}

.dx-datagrid .dx-header-filter:not(.dx-header-filter-empty), .dx-datagrid-container .dx-header-filter:not(.dx-header-filter-empty) {
    color: #ff5722;
}