﻿@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
/* ########## IMAGES ########## */
/* ########## COLORS ########## */
/* ########## FIXED COLORS ########## */
/* ########## TEXT ########## */
/* ########## SPACING ########## */
/* ########## MISCELLANEOUS ########## */
/* NOTES
    Use only REM units.
    To define something as 12px, use 1.2rem, 14px use 1.4rem...
*/
/* ########## MISCELLANEOUS ########## */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.botelho-box {
  -webkit-box-shadow: 0 0.1rem 0.6rem rgba(0, 0, 0, 0.12), 0 0.1rem 0.4rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.1rem 0.6rem rgba(0, 0, 0, 0.12), 0 0.1rem 0.4rem rgba(0, 0, 0, 0.12);
}
h1 {
  color: #002E4A;
  font-size: 2.4rem;
  line-height: 3.5rem;
  margin: 1.5rem 0;
  font-weight: 500;
}
h2 {
  color: #002E4A;
  font-size: 1.9rem;
  margin: 1.5rem 0;
}
h3 {
  color: #002E4A;
  font-size: 1.6rem;
  margin: 1.5rem 0;
}
h4 {
  color: #000000;
  font-size: 1.6rem;
}
h5 {
  color: #000000;
  font-size: 1.4rem;
}
p {
  color: #3e3e3e;
  font-size: 1.2rem;
  letter-spacing: 0.22px;
}
.underline {
  text-decoration: underline !important;
}
.text-danger {
  color: #ea3d31 !important;
}
.text-success {
  color: #008c45 !important;
}
.text-blue {
  color: #428BCA !important;
}
.text-info {
  color: #F5A623 !important;
}
#tableImportOrders thead {
  display: none;
}
#tableImportOrders_wrapper table.dataTable {
  padding: 0;
}
#tableImportOrders_wrapper .dataTables_scrollBody {
  width: 98% !important;
  overflow-y: scroll !important;
}
a.downloadMessageFileLink {
  color: #035688 !important;
  font-size: 1.4rem !important;
  text-transform: none !important;
  text-decoration: underline !important;
}
.uploadMessageFileButton {
  width: 100% !important;
  height: 100% !important;
  opacity: 1 !important;
  overflow: visible !important;
  position: relative !important;
  z-index: initial !important;
  margin-top: 1rem;
}
.row-problem {
  background-color: #ea6d4bb8 !important;
  color: black !important;
}
.row-ok {
  background-color: palegreen !important;
}
iframe {
  border: none;
}
.join-with-previous {
  margin-left: -1.5rem !important;
}
.h-0 {
  height: 0 !important;
}
.w-px-60 {
  width: 60px;
}
.w-px-90 {
  width: 90px;
}
.w-px-120 {
  width: 120px;
}
.w-perc-5 {
  width: 5%;
}
.w-perc-10 {
  width: 10%;
}
.w-perc-50 {
  width: 50%;
}
.w-perc-70 {
  width: 70%;
}
.w-perc-100 {
  width: 100%;
}
@media (min-width: 768px) {
  .w-md-50 {
    width: 49.7%;
    display: inline-block;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .text-sm-nowrap {
    white-space: nowrap;
  }
}
/* ########## BUTTONS ########## */
.btn-transparent {
  background-color: transparent;
  border: none;
  color: #002E4A;
  cursor: pointer;
}
.btn-transparent:focus {
  outline: 0;
}
a {
  color: #002E4A;
}
a:hover {
  color: #428BCA;
}
a.disabled {
  text-decoration: line-through !important;
  color: #E5E5E5;
}
.btn {
  border-radius: 0.3rem;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 2.2rem;
  padding: 0.7rem 3rem;
  text-transform: uppercase !important;
}
@media (min-width: 1131.98px) {
  .btn {
    font-size: 1.2rem !important;
  }
}
.btn:not(.dropdown-toggle):not(.order-menu-btn) {
  max-height: 3.6rem;
}
.btn.btn-primary {
  border-color: #002E4A !important;
  color: #ffffff !important;
  background-color: #002E4A !important;
  -webkit-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.25) !important;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary.focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: rgba(0, 46, 74, 0.8) !important;
  background-color: rgba(0, 46, 74, 0.8) !important;
  font-weight: 500;
}
.btn.btn-primary:disabled,
.btn.btn-primary.disabled {
  border-color: #777777 !important;
  background-color: #777777 !important;
  opacity: 0.8;
}
.btn.btn-primary.loading {
  border-color: rgba(0, 46, 74, 0.75);
  background-color: rgba(255, 255, 255, 0.75);
}
.btn.btn-primary:not([disabled]):not(.disabled):active {
  border-color: rgba(0, 46, 74, 0.75) !important;
  background-color: rgba(0, 46, 74, 0.75) !important;
  color: #ffffff !important;
}
.btn.btn-info {
  border-color: #035688 !important;
  color: #ffffff !important;
  background-color: #035688 !important;
  -webkit-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.25) !important;
}
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info.focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: rgba(3, 86, 136, 0.8) !important;
  background-color: rgba(3, 86, 136, 0.8) !important;
  font-weight: 500;
}
.btn.btn-info:disabled,
.btn.btn-info.disabled {
  border-color: #777777 !important;
  background-color: #777777 !important;
  opacity: 0.8;
}
.btn.btn-danger,
.btn.btn-default {
  border-color: #E62F1B !important;
  color: #ffffff !important;
  background-color: #E62F1B !important;
  -webkit-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.25) !important;
}
.btn.btn-danger:hover,
.btn.btn-default:hover,
.btn.btn-danger:focus,
.btn.btn-default:focus,
.btn.btn-danger.focus,
.btn.btn-default.focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: rgba(230, 47, 27, 0.8) !important;
  background-color: rgba(230, 47, 27, 0.8) !important;
  font-weight: 500;
}
.btn.btn-danger:disabled,
.btn.btn-default:disabled,
.btn.btn-danger.disabled,
.btn.btn-default.disabled {
  border-color: #777777 !important;
  background-color: #777777 !important;
  opacity: 0.8;
}
.btn.btn-success {
  border-color: #55917F !important;
  color: #ffffff !important;
  background-color: #55917F !important;
  -webkit-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.25) !important;
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success.focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: rgba(85, 145, 127, 0.8) !important;
  background-color: rgba(85, 145, 127, 0.8) !important;
  font-weight: 500;
}
.btn.btn-success:disabled,
.btn.btn-success.disabled {
  border-color: #777777 !important;
  background-color: #777777 !important;
  opacity: 0.8;
}
.btn.btn-link {
  color: #428BCA;
}
.btn.btn-icon {
  height: 3.8rem;
}
.btn.btn-icon > i {
  font-size: 2.2rem;
  display: block;
}
.btn.loading {
  color: transparent !important;
  position: relative;
}
.btn.loading:focus,
.btn.loading.focus {
  color: transparent !important;
}
.btn.loading::before {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  color: #ffffff;
  content: "\eff7";
  font-family: "IcoFont";
  font-size: 2rem;
  left: calc(50% - 1rem);
  position: absolute;
  top: calc(50% - 1.1rem);
}
.btn-sm,
.btn-group-sm > .btn {
  font-size: 1.3rem;
  padding: 0.3rem 1.7rem;
}
.rounded {
  border-radius: 0.4rem !important;
}
.alert {
  border: unset;
}
.alert-dismissible button.close span {
  font-size: 2.7rem;
  font-weight: 400;
}
/* ########## PAGE LAYOUT ########## */
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  background-color: #EEEEEE;
  color: #3e3e3e;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  min-height: 100%;
  padding-bottom: 10.48rem;
  padding-top: 6rem;
  position: relative;
}
body.body {
  background-attachment: fixed;
  background-image: url("../images/bg_small.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body.body--p0 {
  padding: 0;
}
@media (min-width: 1024px) {
  body.body {
    background-image: url("../images/bg_small.jpg");
  }
}
@media (min-width: 1366px) {
  body.body {
    background-image: url("../images/bg_medium.jpg");
  }
}
@media (min-width: 1920px) {
  body.body {
    background-image: url("../images/bg_large.jpg");
  }
}
body.error-404 {
  background-attachment: fixed;
  background-image: url("../images/notfound_768.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.error-404.anonymous {
  padding-top: 0;
}
@media (min-width: 1024px) {
  body.error-404 {
    background-image: url("../images/notfound_1024.jpg");
  }
}
@media (min-width: 1366px) {
  body.error-404 {
    background-image: url("../images/notfound_1366.jpg");
  }
}
@media (min-width: 1920px) {
  body.error-404 {
    background-image: url("../images/notfound_1920.jpg");
  }
}
body.error-500 {
  background-attachment: fixed;
  background-image: url("../images/error_768.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.error-500.anonymous {
  padding-top: 0;
}
@media (min-width: 1024px) {
  body.error-500 {
    background-image: url("../images/error_1024.jpg");
  }
}
@media (min-width: 1366px) {
  body.error-500 {
    background-image: url("../images/error_1366.jpg");
  }
}
@media (min-width: 1920px) {
  body.error-500 {
    background-image: url("../images/error_1920.jpg");
  }
}
body > .body-content {
  padding-bottom: 10rem;
  padding-top: 1.5rem;
  max-width: 1440px !important;
}
p.page-top-text {
  border-bottom: 0.1rem solid rgba(23, 69, 121, 0.15);
  font-size: 1.2rem;
  margin: 0 0 1.5rem;
  padding-bottom: 1.4rem;
}
.center-box-wrapper {
  height: 100vh;
  min-height: 65rem;
  padding: 1.2rem;
}
.center-box-wrapper .center-box {
  background-color: #ffffff;
  color: #428BCA;
  max-width: 35rem;
  padding: 3rem;
  width: 100%;
  -webkit-box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.12);
}
.center-box-wrapper .center-box .center-box-logo {
  padding: 0.5rem 0;
  text-align: center;
  margin-bottom: 4rem;
}
.center-box-wrapper .center-box .center-box-logo > img {
  max-width: 32rem;
}
/* ########## NAVBAR ########## */
.navbar {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.36);
          box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.36);
  color: #002E4A;
  height: 6rem;
  padding: 0 3rem;
}
.navbar * {
  text-transform: uppercase;
}
.navbar .nav-dropdown-btn.counter-container > span.counter-badge {
  position: relative;
}
.navbar .nav-dropdown-btn.counter-container > span.counter-badge[data-count]:after {
  content: attr(data-count);
  position: absolute;
  top: 2rem;
  right: -0.8rem;
  font-size: 1rem;
  background: #ea3d31;
  color: white;
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1px #333;
          box-shadow: 0 0 1px #333;
}
@media (min-width: 1199.98px) {
  .navbar .nav-dropdown-btn.counter-container > span.counter-badge[data-count]:after {
    top: 2.3rem;
  }
}
@media (max-width: 767.98px) {
  .navbar .nav-dropdown-btn.counter-container > span.counter-badge {
    margin-right: 2rem;
  }
}
@media (max-width: 500px) {
  .navbar .nav-dropdown-btn.counter-container > span.counter-badge {
    margin-right: 1rem;
  }
}
@media (max-width: 399.98px) {
  .navbar .nav-dropdown-btn.counter-container > span.counter-badge {
    margin-right: 0.6rem;
  }
  .navbar .nav-dropdown-btn.counter-container > span.counter-badge > img {
    max-width: 2.8rem;
  }
}
@media (max-width: 1199.98px) {
  .navbar .nav-dropdown-btn.counter-container[aria-expanded="true"] > span.counter-badge[data-count]:after {
    top: 1.6rem;
    right: -3.2rem;
  }
}
@media (min-width: 500px) and (max-width: 767.98px) {
  .navbar .nav-dropdown-btn.counter-container[aria-expanded="true"] > span.counter-badge[data-count]:after {
    top: 3.2rem;
  }
}
@media (max-width: 1199.98px) {
  .navbar {
    display: block;
    padding: 0;
    text-align: center;
  }
  .navbar .dropdown-menu {
    width: 100%;
  }
  .navbar .nav-link:hover,
  .navbar .dropdown-menu .dropdown-item:hover {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color: #2196F3;
    cursor: pointer;
  }
}
.navbar .dropdown-menu-loading {
  height: 100%;
}
@media (max-width: 1199.98px) {
  .navbar.fixed-top .navbar-collapse {
    background-color: #ffffff;
    text-align: left;
    -webkit-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.36);
            box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.36);
  }
  .navbar.fixed-top .navbar-collapse .dropdown-menu {
    position: static !important;
  }
  .navbar.fixed-top .navbar-collapse .dropdown-menu > a {
    font-size: 1.2rem;
  }
  .navbar.fixed-top .navbar-collapse .dropdown-menu .dropdown-toggle:after {
    display: none;
  }
}
@media (min-width: 500px) and (max-width: 1199.98px) {
  .navbar.fixed-top .navbar-collapse {
    max-width: 26rem;
  }
}
@media (min-width: 400px) and (max-width: 850px) {
  .navbar.fixed-top .navbar-collapse {
    min-height: 30rem;
  }
}
.navbar .navbar-toggler {
  color: #002E4A;
  font-size: 3.2rem;
  left: 0.7rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.navbar .navbar-toggler i.icon.ion-md-menu {
  display: none;
}
.navbar .navbar-toggler i.icon.ion-md-close {
  display: inline-block;
}
.navbar .navbar-toggler.collapsed i.icon.ion-md-menu {
  display: inline-block;
}
.navbar .navbar-toggler.collapsed i.icon.ion-md-close {
  display: none;
}
.navbar .navbar-brand {
  margin-right: 3rem;
  padding: 1.3rem 0.4rem 1.4rem;
}
@media (max-width: 1199.98px) {
  .navbar .navbar-brand {
    margin-right: 0;
  }
}
@media (max-width: 399.98px) {
  .navbar .navbar-brand {
    margin-left: -8rem;
  }
}
.navbar .navbar-brand > img {
  height: 3.3rem;
}
.navbar .nav-item {
  margin-left: 3rem;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .navbar .nav-item {
    margin-left: 0;
  }
}
.navbar .nav-item .nav-link {
  color: #002E4A;
  padding: 2.1rem 0;
}
@media (max-width: 1199.98px) {
  .navbar .nav-item .nav-link {
    border: none !important;
    /*font-size: 1.2rem;*/
    padding: 1.2rem 2.2rem !important;
    position: relative;
  }
}
.navbar .nav-item .nav-link > i {
  margin-right: 0.6rem;
}
.navbar .nav-item .nav-link.dropdown-toggle::after {
  /*display: none;*/
  margin-left: 0.5rem;
}
@media (max-width: 1199.98px) {
  .navbar .nav-item .nav-link.dropdown-toggle::after {
    background-color: #ffffff;
    border: 1px solid #002E4A;
    border-radius: 50%;
    color: #002E4A;
    content: "+";
    display: inline-block;
    height: 1.5rem;
    line-height: 1.3rem;
    margin: 0;
    position: absolute;
    right: 2.4rem;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    vertical-align: middle;
    width: 1.5rem;
  }
}
@media (max-width: 1199.98px) {
  .navbar .nav-item.show .nav-link {
    background-color: #ffffff;
    color: #428BCA;
  }
  .navbar .nav-item.show .nav-link.dropdown-toggle::after {
    background-color: #002E4A;
    color: #ffffff;
    content: "-";
  }
}
.navbar .nav-item:first-child {
  margin-left: 0;
}
.navbar .nav-item.active .nav-link,
.navbar .nav-item:hover .nav-link {
  padding-bottom: 1.7rem;
}
.navbar .nav-item .dropdown-menu {
  border: none;
  border-radius: 0;
  margin: 0;
  margin-top: -0.25rem;
  min-width: 0;
  padding: 1rem 3rem 0.4rem 1rem;
  border-top: 0.25rem solid rgba(33, 150, 243, 0.9);
}
.navbar .nav-item .dropdown-menu .dropdown-item {
  color: #002E4A;
  font-weight: 500;
}
.navbar .nav-item .dropdown-menu .dropdown-item.active,
.navbar .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
}
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .dropdown-menu .dropdown-item:hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #2196F3;
}
@media (min-width: 1200px) {
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.36);
            box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.36);
    border-radius: 0;
    margin: 0;
    margin-top: -0.3rem;
  }
  .navbar .nav-item .dropdown-menu > a {
    display: inline-block;
    font-size: 1.2rem;
    padding: 0.6rem 0;
    width: 100%;
    white-space: nowrap;
  }
}
@media (min-width: 1200px) and (max-width: 1199.98px) {
  .navbar .nav-item .dropdown-menu {
    position: fixed;
    top: 60px;
    width: 100vw;
    right: -2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1199.98px) {
  .navbar .nav-item .dropdown-menu > a {
    font-size: 1.4rem;
    padding: 1.2rem 2.4rem;
  }
}
.cartInfo {
  min-height: 200px;
}
.user-info {
  line-height: 1.2rem;
  margin-right: 0.8rem;
}
@media (max-width: 1199.98px) {
  .user-info {
    position: absolute;
    top: 50%;
    right: 5rem;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media (max-width: 480px) {
  .user-info {
    display: none;
  }
}
.user-info span.role-name {
  font-size: 0.8rem;
}
@media (max-width: 1199.98px) {
  .dropdown-common {
    position: absolute;
    top: 50%;
    right: 12rem;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media (max-width: 767.98px) {
  .dropdown-common {
    right: 8rem;
  }
}
.dropdown-common .dropdown-menu {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.13);
  padding: 1rem 0;
}
.dropdown-common .dropdown-menu:before {
  position: absolute;
  top: -8px;
  right: 3rem;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #ffffff transparent;
}
@media (max-width: 499px) {
  .dropdown-common .dropdown-menu {
    min-width: 100vw;
    margin-top: 0;
    right: -1rem !important;
  }
  .dropdown-common .dropdown-menu:before {
    display: none;
  }
}
.nav-dropdown-btn {
  background-color: transparent;
  border: none;
  color: #002E4A;
  cursor: pointer;
  font-size: 3.6rem;
  height: 3.6rem;
  line-height: 0;
  margin: 1.2rem;
  padding: 0;
  width: 3.6rem;
}
.nav-dropdown-btn:focus {
  outline: 0;
}
.nav-dropdown-btn:hover {
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  color: #2196F3;
}
@media (max-width: 1199.98px) {
  .nav-dropdown-btn {
    font-size: 3.1rem;
  }
}
.nav-dropdown-btn .ion-md-close {
  display: none;
}
@media (max-width: 1199.98px) {
  .nav-dropdown-btn i:not(.ion-md-close),
  .nav-dropdown-btn img {
    display: inline-block;
  }
  .dropdown.show .nav-dropdown-btn i:not(.ion-md-close),
  .dropdown.show .nav-dropdown-btn img {
    display: none;
  }
  .dropdown.show .nav-dropdown-btn .ion-md-close {
    display: inline-block;
  }
}
@media (max-width: 1199.98px) {
  .message-menu {
    position: absolute;
    top: 50%;
    right: 12rem;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media (max-width: 767.98px) {
  .message-menu {
    right: 8rem;
  }
}
.message-menu .dropdown-menu {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.13);
  padding: 1rem 0;
}
.message-menu .dropdown-menu:before {
  position: absolute;
  top: -8px;
  right: 3rem;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #ffffff transparent;
}
@media (max-width: 499px) {
  .message-menu .dropdown-menu {
    min-width: 100vw;
    margin-top: 0;
    right: -1rem !important;
  }
  .message-menu .dropdown-menu:before {
    display: none;
  }
}
.message-menu .dropdown-menu {
  right: 0px;
  left: auto;
  position: fixed !important;
  margin-top: 0.2rem;
  width: 50rem;
  min-height: calc(100% - 6rem);
  top: 5.9rem;
}
@media (max-width: 1199.98px) {
  .message-menu .dropdown-menu {
    right: -11.6rem;
  }
}
@media (max-width: 767.98px) {
  .message-menu .dropdown-menu {
    right: -7.8rem !important;
  }
}
@media (max-width: 579.98px) {
  .message-menu .dropdown-menu {
    max-width: 32rem !important;
    min-width: 0;
  }
}
.message-menu .dropdown-menu:before {
  display: none;
}
.message-menu h3 {
  border-bottom: 1px solid #555555;
  font-size: 1.6rem;
  padding-bottom: 0.7rem;
  margin: 0;
  margin-bottom: 1.4rem;
  text-transform: none;
}
.message-menu-li {
  margin-bottom: 1.4rem;
}
.message-menu-list {
  height: calc(100vh - 17.4rem);
  border-bottom: 2px solid #EEEEEE;
  margin-bottom: 0.8rem;
  overflow-y: auto;
}
.message-menu-list ul {
  list-style: none;
  padding: 0;
}
.message-menu-li-title {
  color: #555555;
  border-bottom: 2px solid #EEEEEE;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2rem;
  margin-bottom: 0.7rem;
  padding-bottom: 0.35rem;
  text-transform: none;
}
.message-menu-li-title * {
  text-transform: none;
}
.message-menu-li-content {
  color: #555555;
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-transform: none;
}
.message-menu-li-content * {
  text-transform: none;
}
.message-menu-btn {
  margin: 0;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .order-menu {
    position: absolute;
    top: 50%;
    right: 12rem;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media (max-width: 767.98px) {
  .order-menu {
    right: 8rem;
  }
}
.order-menu .dropdown-menu {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.13);
  padding: 1rem 0;
}
.order-menu .dropdown-menu:before {
  position: absolute;
  top: -8px;
  right: 3rem;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #ffffff transparent;
}
@media (max-width: 499px) {
  .order-menu .dropdown-menu {
    min-width: 100vw;
    margin-top: 0;
    right: -1rem !important;
  }
  .order-menu .dropdown-menu:before {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .order-menu {
    right: 6rem;
  }
}
@media (max-width: 767.98px) {
  .order-menu {
    right: 4rem;
  }
}
.order-menu .dropdown-menu {
  margin: 0.8rem 0 0;
  min-width: 25rem;
}
.order-menu .dropdown-menu:before {
  right: 2.3rem;
}
.order-menu .nav-dropdown-btn:hover {
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.36);
          box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.36);
}
.order-menu-title {
  color: #002E4A;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-bottom: 1rem;
}
.order-menu-detail {
  color: #002E4A;
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.order-menu-details {
  border-bottom: 2px solid #EEEEEE;
  margin-bottom: 0.8rem;
}
.order-menu-detail b {
  color: #555555;
  text-transform: none;
  font-weight: 500;
}
.order-menu-btn {
  margin: 0;
  width: 100%;
}
.order-header label {
  font-size: 1.2rem;
}
.order-header p {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2rem;
}
@media (max-width: 1131.98px) {
  .order-header p {
    font-size: 1.4rem;
  }
}
.order-header .btn {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0;
  margin-top: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
@media (max-width: 767.98px) {
  .order-header .btn {
    margin-top: 1.5rem;
  }
}
.order-header .icon {
  font-size: 1.4rem;
}
.order-header .white-box {
  height: 9rem;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .order-header .white-box {
    margin-bottom: 1.5rem;
  }
}
.order-empty {
  background: rgba(0, 0, 0, 0.12);
  margin-top: 4.5rem;
  padding: 1.5rem 0;
  text-align: center;
}
.order-empty .ion-md-cart {
  font-size: 8.8rem;
  color: #555555;
}
.order-empty p {
  font-size: 2.4rem;
  margin: 0 auto;
  max-width: 42.5rem;
}
.order-empty button {
  margin: 3.5rem 0;
}
.order-empty button i {
  font-size: 1.4rem;
}
@media (max-width: 1199.98px) {
  .user-menu {
    position: absolute;
    top: 50%;
    right: 12rem;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media (max-width: 767.98px) {
  .user-menu {
    right: 8rem;
  }
}
.user-menu .dropdown-menu {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.13);
  padding: 1rem 0;
}
.user-menu .dropdown-menu:before {
  position: absolute;
  top: -8px;
  right: 3rem;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #ffffff transparent;
}
@media (max-width: 499px) {
  .user-menu .dropdown-menu {
    min-width: 100vw;
    margin-top: 0;
    right: -1rem !important;
  }
  .user-menu .dropdown-menu:before {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .user-menu {
    right: 2rem;
  }
}
@media (max-width: 767.98px) {
  .user-menu {
    right: 1rem;
  }
}
.user-menu .nav-dropdown-btn {
  margin: 1.2rem -0.3rem 1.2rem 0;
}
.user-menu .dropdown-menu {
  margin: 0;
  margin-top: 0.8rem;
  min-width: 19.5rem;
  right: -20px !important;
  text-align: center;
}
.user-menu .dropdown-menu a {
  padding: 8px;
}
.user-menu .dropdown-menu #user-pharmacy {
  color: #002E4A;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: capitalize;
}
.user-menu .dropdown-menu #user-role {
  color: #777777;
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
}
.navbar-header ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.navbar-header ul > li {
  display: inline;
  padding: 0;
}
.navbar-header ul > li a {
  padding: 1rem 2rem 1.6rem;
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: 0.2rem solid transparent;
  color: #3e3e3e;
}
.navbar-header ul > li a.active,
.navbar-header ul > li a:hover,
.navbar-header ul > li a:active,
.navbar-header ul > li a:focus {
  border-bottom: 0.6rem solid #174579;
  color: #174579;
  padding-bottom: 1.3rem;
}
.navbar-header .dropdown {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.navbar-header .dropdown .dropdown-menu {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.36);
          box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.36);
  border: none;
  border-radius: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
.navbar-header .dropdown .dropdown-menu > a {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0.6rem 1.4rem;
  text-align: left;
  width: 100%;
  white-space: nowrap;
}
.navbar-header .dropdown .dropdown-menu > a.logout {
  background-color: #ea3d31;
  color: #ffffff;
}
@media (min-width: 768px) {
  .navbar-header {
    border-bottom: 0.2rem solid #E5E5E5;
  }
  .navbar-header ul > li a {
    margin-bottom: -0.2rem;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ############## FOOTER ################*/
.cookie-banner {
  background-color: black;
  opacity: 0.85;
  min-height: 10rem;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-transition: visibility 0.8s, -webkit-transform 0.8s ease-out;
  transition: visibility 0.8s, -webkit-transform 0.8s ease-out;
  -o-transition: visibility 0.8s, transform 0.8s ease-out;
  transition: visibility 0.8s, transform 0.8s ease-out;
  transition: visibility 0.8s, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
  -webkit-transform: translate(0, 25rem);
      -ms-transform: translate(0, 25rem);
          transform: translate(0, 25rem);
  z-index: 150000;
}
.cookie-banner a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #035688;
}
.cookie-banner a:hover {
  color: #2196F3;
}
.cookie-banner span {
  color: white;
  font-size: 1.4rem;
  font-weight: 500;
}
.cookie-banner p {
  font-size: 1.4rem;
  font-weight: 500;
  color: white;
  margin-left: 20vw;
  margin-right: 20vw;
}
.cookie-banner button {
  margin-right: 20vw;
}
.cookie-consent-show {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translate(0, 0rem);
      -ms-transform: translate(0, 0rem);
          transform: translate(0, 0rem);
}
.cookie-consent-hide {
  visibility: hidden;
  -webkit-transform: translate(0, 25rem);
      -ms-transform: translate(0, 25rem);
          transform: translate(0, 25rem);
}
.footer {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  padding-top: 3rem;
  padding-bottom: 1rem;
  text-align: center;
}
.footer p {
  color: #002E4A;
  font-weight: 500;
}
.footer img {
  max-width: 10rem;
  margin-bottom: 1rem;
}
.dataTables_scrollHeadInner table {
  width: 102.5% !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
#import-modal {
  z-index: 200000;
}
/* ########## LOADING OVERLAY ########## */
#Overlay {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100000;
}
#Overlay i {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  color: #ffffff;
  font-size: 3.5rem;
  left: calc(50% - 1.25rem);
  position: absolute;
  top: calc(50% - 1.25rem);
}
#AltOverlay {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100000;
}
#AltOverlay i {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  color: #ffffff;
  font-size: 3.5rem;
  left: calc(50% - 1.25rem);
  position: absolute;
  top: calc(50% - 1.25rem);
}
#cartInfoLoading {
  height: 100%;
  z-index: 100000;
}
#cartInfoLoading i {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  color: #002E4A;
  font-size: 3.5rem;
  position: absolute;
  top: calc(50% - 1.75rem);
  left: calc(50% - 1.75rem);
}
#cartInfoNoOrdersText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 180px;
  color: #002E4A;
  font-size: 1.4rem;
  text-align: center;
}
#cartInfoNoOrdersText i {
  font-size: 5rem;
}
.badge-custom {
  background-color: #174579 !important;
  color: #ffffff !important;
  padding: 2%;
  margin: 2%;
}
#listGrid tbody td.select-checkbox:before {
  left: 1.85rem;
}
#listGrid tbody td.select-checkbox:after {
  left: 1.85rem;
}
/* ########## MODALS ########## */
.modal.bootbox .modal-body {
  border: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0;
}
.modal.bootbox .modal-body .bootbox-body {
  color: #002E4A;
  font-size: 1.5rem;
  width: 100%;
  border-bottom: 1px solid #777777;
  padding-bottom: 0.2rem;
}
.modal.bootbox .modal-body .close {
  color: #777777;
  left: unset;
  margin: 0.5rem !important;
  position: absolute;
  font-size: large;
  right: 0.6rem;
  top: 0.6rem;
  width: 3rem;
}
.modal.bootbox .modal-body button {
  position: relative;
  left: 14rem;
}
.modal.bootbox .modal-footer {
  border: none;
}
.modal .modal-header {
  border: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.modal .modal-header .modal-title {
  color: #002E4A;
  font-size: 1.8rem;
  width: 100%;
  margin-bottom: 1rem;
  border-bottom: 1px solid #777777;
  padding-bottom: 1rem;
}
.modal .modal-header .close {
  color: #777777;
  left: auto;
  margin: 0;
  position: absolute;
  right: 0.6rem;
  top: 0.6rem;
  width: 3rem;
}
.modal .modal-header button {
  position: relative;
  left: 14rem;
}
.modal:not(.bootbox) a,
.modal:not(.bootbox) button {
  margin-left: 0;
  margin-right: 0;
}
.modal:not(.bootbox) .modal-content {
  border: none;
}
.modal:not(.bootbox) .modal-body {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.modal:not(.bootbox) .modal-body > * {
  margin-left: 0;
  margin-right: 0;
}
.modal:not(.bootbox) .modal-footer {
  border: none;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  padding: 0.5rem 1.5rem 1.5rem;
}
.modal:not(.bootbox) .modal-footer > * {
  margin-left: 0;
  margin-right: 0;
}
.modal:not(.bootbox) .modal-footer .btn-cell {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 576px) {
  .modal:not(.bootbox):not(.modal-sm) {
    /*.modal-footer {
                justify-content: flex-end !important;
            }*/
    /*@media only screen and (max-width: )
            .modal-footer.message-footer {

            }*/
  }
}
@media (min-width: 576px) {
  .modal:not(.bootbox) .modal-sm {
    max-width: 350px;
  }
}
.modal:not(.bootbox) .bs-searchbox input {
  max-height: 1rem;
}
.modal .modal-dialog {
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translate(0, -50%) !important;
      -ms-transform: translate(0, -50%) !important;
          transform: translate(0, -50%) !important;
}
.modal .modal-dialog.modal-sm {
  max-width: 35rem;
}
.modal.bootbox .modal-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal.bootbox .modal-footer .btn {
  width: 100%;
}
.modal.bootbox .modal-footer .btn.btn-primary:focus {
  outline: 1px solid #002E4A;
}
/* ######### CAROUSELS ######## */
.carousel .carousel-indicators {
  position: relative;
  bottom: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.carousel .carousel-indicators li {
  border: 0.5rem solid #ffffff;
  background-color: #ffffff;
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  -webkit-box-shadow: 0 0 0 0.1rem #428BCA;
          box-shadow: 0 0 0 0.1rem #428BCA;
  margin: 0.5rem;
}
.carousel .carousel-indicators li h4 {
  color: #000000;
  text-shadow: 0 0 0 #000000;
}
.carousel .carousel-indicators li.active {
  border-color: #428BCA;
  background-color: #428BCA;
}
/* ########## FORMS ########## */
form {
  width: 100%;
}
.validation-summary-errors {
  background-color: #ea3d31;
}
.validation-summary-success {
  background-color: #008c45;
}
.validation-summary-info {
  background-color: #174579;
}
.validation-summary-success,
.validation-summary-errors,
.validation-summary-info {
  border-radius: 0.3rem;
  color: #ffffff;
  font-size: 1.1rem;
  margin-bottom: 1.6rem;
  padding: 1.2rem 4.4rem 1.2rem 1.2rem;
  position: relative;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.validation-summary-success ul,
.validation-summary-errors ul,
.validation-summary-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.validation-summary-success button.close-button,
.validation-summary-errors button.close-button,
.validation-summary-info button.close-button {
  background-color: transparent;
  border: none;
  color: #002E4A;
  cursor: pointer;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.8rem;
  padding: 1rem 1.3rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.validation-summary-success button.close-button:focus,
.validation-summary-errors button.close-button:focus,
.validation-summary-info button.close-button:focus {
  outline: 0;
}
.icon-large {
  color: #777777;
  font-size: 2rem;
}
.message-file-container {
  max-height: 3rem;
  margin-top: 0.5rem;
  cursor: pointer;
  background-color: white !important;
  border: none;
  padding-left: 0 !important;
}
.message-file-container .message-file-label {
  text-transform: none !important;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.4rem !important;
  color: #555555 !important;
  font-weight: 300;
}
.message-file-container .message-file-download-container {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 1.4rem;
}
.message-text-area {
  min-height: 16rem;
  width: 100%;
  background-color: #f7f7f7 !important;
  resize: vertical;
}
.message-text-area-user {
  width: 100%;
  background-color: white !important;
  border: none;
  font-weight: 300;
  letter-spacing: 0.22px;
  resize: none;
  padding: 0 !important;
  min-height: initial !important;
  outline: 0;
  color: #555555 !important;
  font-size: 1.4rem !important;
  line-height: 1.6rem;
  text-transform: none;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.form-group {
  margin-bottom: 1.5rem;
}
.form-group .btn-inline {
  margin-top: 3.1rem;
}
.form-group .icon {
  position: relative;
  color: #777777;
  font-size: 2rem;
  left: 1.5rem;
  position: absolute;
}
.form-group .icon input {
  padding-right: 4rem;
}
.form-group .icon i.icon {
  color: #777777;
  cursor: text;
  font-size: 2.1rem;
  line-height: 1.8rem;
  position: absolute;
  right: 1.2rem;
  top: 0.9rem;
}
.form-group small {
  color: #428BCA;
  font-style: italic;
}
.form-group.no-label,
.form-group .no-label {
  margin-top: 3.1rem;
}
.form-group.inline-label {
  margin-top: 3.1rem;
}
.form-group.inline-label label {
  margin-bottom: 0;
}
label {
  color: #002E4A;
  font-size: 1.2rem;
  margin-bottom: 1.3rem;
}
label.font-size-lg {
  font-size: 1.8rem;
}
.details-page label {
  font-size: 1.7rem;
  margin-bottom: 0;
}
.form-control {
  border-color: #777777;
  color: #3e3e3e;
  font-size: 1.2rem;
  height: 3.8rem;
  padding: 0.5rem 1.2rem;
}
.form-control:focus {
  color: #3e3e3e;
  border-color: #428BCA;
  /*border-width: 0.2rem;*/
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  /*padding: 0.4rem 0;*/
}
.form-control.input-validation-error {
  border-color: #ea3d31 !important;
}
.form-control.input-validation-error ~ .dropdown-toggle {
  border-color: #ea3d31 !important;
}
.form-control.disabled,
.form-control:disabled {
  color: #979797;
}
.form-control:disabled::-webkit-input-placeholder {
  color: #c0c0c0;
  border-color: #c0c0c0 !important;
}
.form-control:disabled::-moz-placeholder {
  color: #c0c0c0;
  border-color: #c0c0c0 !important;
}
.form-control:disabled:-ms-input-placeholder {
  color: #c0c0c0;
  border-color: #c0c0c0 !important;
}
.form-control:disabled::-ms-input-placeholder {
  color: #c0c0c0;
  border-color: #c0c0c0 !important;
}
.form-control:disabled::placeholder {
  color: #c0c0c0;
  border-color: #c0c0c0 !important;
}
.form-control.color-gray {
  background-color: #f0f0f0;
}
textarea.form-control {
  min-height: 13.8rem;
}
.form-check-group {
  margin-bottom: 2rem;
}
.form-check {
  padding-left: 0;
}
.form-check.form-check-inline {
  margin-right: 3.3rem;
}
@media (max-width: 767.98px) {
  .form-check.form-check-inline {
    display: block;
    margin-top: 1.5rem;
    margin-right: 0;
  }
  .form-check.form-check-inline:first-child {
    margin-top: 0;
  }
}
.form-check input[type="checkbox"],
.form-check input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form-check input[type="checkbox"]:checked ~ .form-check-label > i.icon,
.form-check input[type="radio"]:checked ~ .form-check-label > i.icon {
  display: block;
}
.form-check input[type="checkbox"]:disabled ~ .form-check-label,
.form-check input[type="radio"]:disabled ~ .form-check-label {
  border-color: #3e3e3e;
  color: #777777;
}
.form-check input[type="checkbox"]:disabled ~ .form-check-label:before,
.form-check input[type="radio"]:disabled ~ .form-check-label:before {
  background-color: #f0f0f0;
}
.form-check input[type="checkbox"]:disabled ~ .form-check-label > i.icon,
.form-check input[type="radio"]:disabled ~ .form-check-label > i.icon {
  color: #777777;
}
.form-check input[type="checkbox"].input-validation-error ~ .form-check-label,
.form-check input[type="radio"].input-validation-error ~ .form-check-label {
  color: #ea3d31 !important;
}
.form-check input[type="checkbox"].input-validation-error ~ .form-check-label:before,
.form-check input[type="radio"].input-validation-error ~ .form-check-label:before {
  border-color: #ea3d31 !important;
}
.form-check .form-check-label {
  cursor: pointer;
  line-height: 2.2rem;
  padding-left: 3.4rem;
  position: relative;
}
.form-check .form-check-label:before {
  border: 1px solid #777777;
  content: "";
  height: 2.2rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 2.2rem;
  z-index: 1;
}
.form-check .form-check-label i.icon {
  color: #3e3e3e;
  display: none;
  font-size: 2.2rem;
  left: 0.3rem;
  line-height: 2.2rem;
  position: absolute;
  top: 0;
  z-index: 2;
}
.label-table {
  margin-bottom: 1.2rem;
}
.form-check input[type="radio"] + .form-check-label::before {
  border-radius: 100%;
}
.form-check input[type="radio"]:checked + .form-check-label::before {
  background-color: #428BCA;
  border-color: #428BCA;
}
.form-check input[type="radio"]:checked + .form-check-label::after {
  background-color: #ffffff;
  border-radius: 100%;
  content: "";
  height: 0.8rem;
  left: 0.7rem;
  position: absolute;
  top: 0.7rem;
  width: 0.8rem;
  z-index: 1;
}
.form-check input[type="radio"]:checked:disabled ~ .form-check-label {
  color: #777777;
}
.form-check input[type="radio"]:checked:disabled ~ .form-check-label::before {
  background-color: #f0f0f0;
  border-color: #3e3e3e;
}
.form-check input[type="radio"]:checked:disabled ~ .form-check-label::after {
  background-color: #777777;
}
.coma-sepatator {
  color: #174579;
  font-size: 3.2rem;
  line-height: 3.8rem;
  padding: 0 1rem 0 1.2rem !important;
}
.wrapper-question {
  color: #777777;
  font-size: 2.5rem;
  line-height: 3.8rem;
  padding-left: 10px !important;
}
.wrapper-question > div[title] {
  cursor: help;
}
.input-group.date {
  position: relative;
}
.input-group.date input {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  padding-left: 4.4rem;
}
.input-group.date input:focus {
  padding-left: 4.3rem;
}
.input-group.date i.icon {
  color: #777777;
  cursor: text;
  font-size: 2rem;
  left: 1.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 10;
}
.chartjsc-title {
  color: #002E4A;
  font-size: 1.6rem;
  font-weight: 300;
  margin: unset;
}
.chartjsc-canvas {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .chartjsc {
    margin-bottom: 1.5rem;
  }
}
/* ==========  Select Field ========== */
/* Style Select Field */
select {
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  color: #000000;
}
/* Remove focus */
select:focus {
  outline: none;
}
.mdl-selectfield {
  position: relative;
}
.mdl-selectfield label {
  position: absolute;
  top: -1.7rem;
  left: 0rem;
  font-size: 1.1rem !important;
}
/* ########## CLIENT SEARCH ###########*/
.client-search-container {
  margin-bottom: -1.8rem;
}
/* ########## BOOTSTRAP SELECT ########## */
.sales-type-picker > button.bs-placeholder {
  display: none;
}
.bootstrap-select > button.btn.btn-light.dropdown-toggle:hover,
.bootstrap-select > button.btn.btn-light.dropdown-toggle:focus {
  background-color: transparent !important;
  outline: none !important;
}
.bootstrap-select > .dropdown-toggle,
.bootstrap-select > .dropdown-toggle.bs-placeholder {
  background-color: transparent !important;
  width: 100%;
  height: auto !important;
  border: none !important;
  border-bottom: 1px solid #777777 !important;
  color: #777777;
  padding-left: 0rem;
  margin-left: 0rem;
  border-radius: 0;
  font-size: 1.4rem !important;
  text-transform: none !important;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select > .dropdown-toggle:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #3e3e3e;
  -webkit-box-shadow: inset;
          box-shadow: inset;
}
.bootstrap-select > .dropdown-toggle.disabled,
.bootstrap-select > .dropdown-toggle.bs-placeholder.disabled,
.bootstrap-select > .dropdown-toggle:disabled,
.bootstrap-select > .dropdown-toggle.bs-placeholder:disabled {
  background-color: #c0c0c0;
  border-color: #777777;
  color: #777777;
  opacity: 1;
}
.bootstrap-select > .dropdown-toggle:after,
.bootstrap-select > .dropdown-toggle.bs-placeholder:after {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.bootstrap-select .filter-option .filter-option-inner {
  font-weight: 400;
}
.bootstrap-select .dropdown-menu {
  border: 1px solid #777777;
  border-radius: 0.4rem;
  margin: 0.5rem 0 0;
  padding: 0;
}
.bootstrap-select .dropdown-menu .dropdown-item {
  padding: 1.1rem 1.5rem;
  color: #777777;
}
.bootstrap-select .dropdown-menu .dropdown-item.active,
.bootstrap-select .dropdown-menu .dropdown-item.dropdown-item:active {
  background-color: #002E4A;
  color: #ffffff;
}
.bootstrap-select .dropdown-menu .dropdown-item:hover {
  background-color: rgba(0, 46, 74, 0.8);
  color: #ffffff;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select.dropup .dropdown-menu {
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.field-validation-error {
  color: #ea3d31;
  display: block;
  font-size: 1.1rem;
  margin-top: 0.2rem;
}
.field-validation-error + .field-validation-error {
  display: none;
}
.rgpd-radios-wrapper {
  margin: 1rem 0;
  border-bottom: 0.1rem solid rgba(66, 139, 202, 0.21);
  border-top: 0.1rem solid rgba(66, 139, 202, 0.21);
  padding: 1rem 0;
}
.line-bottom,
.line-both {
  border-bottom: 0.2rem solid #DFE3E9;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.line-top,
.line-both {
  border-top: 0.1rem solid rgba(66, 139, 202, 0.21);
  padding-top: 1rem;
  margin-top: 1rem;
}
.line-bottom {
  margin-bottom: 2.3rem;
  padding-bottom: 2.7rem;
}
/* ########## DROPDOWN MENU ########## */
.dropdown-toggle {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.dropdown-toggle::after {
  border-top-width: 0.5rem;
  border-left-width: 0.5rem;
  border-right-width: 0.5rem;
  margin-left: 1.6rem;
  vertical-align: 0.2rem;
}
.dropdown-menu {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.36);
          box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.36);
  font-size: 1.2rem;
  margin: 0 -0.1rem 0 0;
  min-width: 20rem;
  padding: 0;
}
.dropdown-menu .dropdown-item {
  color: #002E4A;
  padding: 0.6rem 1rem;
}
/* ########## LOGIN ########## */
.login-box-wrapper {
  height: 100vh;
  min-height: 65rem;
  padding: 1.2rem;
}
.login-box-wrapper .center-box {
  background-color: #ffffff;
  color: #428BCA;
  max-width: 35rem;
  padding: 3rem;
  width: 100%;
  -webkit-box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.12);
}
.login-box-wrapper .center-box .center-box-logo {
  padding: 0.5rem 0;
  text-align: center;
  margin-bottom: 4rem;
}
.login-box-wrapper .center-box .center-box-logo > img {
  max-width: 32rem;
}
.login-box-wrapper .center-box {
  -webkit-box-shadow: 0 0.1rem 0.6rem rgba(0, 0, 0, 0.12), 0 0.1rem 0.4rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.1rem 0.6rem rgba(0, 0, 0, 0.12), 0 0.1rem 0.4rem rgba(0, 0, 0, 0.12);
}
.login-box-wrapper .center-box .validation-summary-errors {
  margin-bottom: 3rem;
  margin-top: -1rem;
}
.login-box-wrapper .center-box .login-bottom-section {
  margin-top: 2rem;
}
.login-box-wrapper .center-box .login-control {
  margin-bottom: 0.3rem;
}
.login-box-wrapper .center-box .login-control label {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.login-box-wrapper .center-box .login-control .form-control {
  border-radius: 0;
  background-color: transparent;
  height: auto;
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.login-box-wrapper .center-box .login-control .form-control:focus {
  -webkit-box-shadow: 0 1px 0 0 #002E4A !important;
          box-shadow: 0 1px 0 0 #002E4A !important;
}
.login-box-wrapper .center-box .login-control .form-message {
  min-height: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.login-box-wrapper .center-box .login-control .form-message.doubleline {
  min-height: 3.4rem;
}
.login-box-wrapper .center-box .form-check-label {
  color: #174579;
}
.login-box-wrapper .center-box a {
  color: #174579;
}
.login-box-wrapper .center-box a.recover-password {
  font-size: 1.4rem;
}
.login-box-wrapper .center-box div.w-100 .waves-input-wrapper {
  width: 100% !important;
}
.login-box-wrapper .bootstrap-select > .dropdown-toggle {
  background-color: transparent;
  border: none;
  color: #428BCA;
  font-size: 1.2rem;
  padding: 0;
}
.login-box-wrapper .bootstrap-select > .dropdown-toggle:after {
  font-size: 1.4rem;
  margin-left: 0.7rem;
  vertical-align: 0.1em;
}
.login-box-wrapper .bootstrap-select > .dropdown-toggle .flag-icon {
  border-radius: 0.2rem;
  margin-right: 0.7rem;
  width: 1.6rem;
}
.login-box-wrapper .bootstrap-select .dropdown-menu {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.36);
          box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.36);
  border: none;
  border-radius: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
/* ########## REGISTER ########## */
.login-box-wrapper .center-box p.create-user-message {
  margin-bottom: 1.6rem;
}
.login-box-wrapper .center-box a.back-to-login-link {
  font-size: 1.4rem;
}
/*######### NEWPASSORD #########*/
.newpassword-box-wrapper {
  height: 100vh;
  min-height: 65rem;
  padding: 1.2rem;
  height: initial;
  min-height: initial;
  padding: 10vh 0 0;
}
.newpassword-box-wrapper .center-box {
  background-color: #ffffff;
  color: #428BCA;
  max-width: 35rem;
  padding: 3rem;
  width: 100%;
  -webkit-box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.12);
}
.newpassword-box-wrapper .center-box .center-box-logo {
  padding: 0.5rem 0;
  text-align: center;
  margin-bottom: 4rem;
}
.newpassword-box-wrapper .center-box .center-box-logo > img {
  max-width: 32rem;
}
.newpassword-box-wrapper .center-box {
  max-width: 35rem;
}
.newpassword-box-wrapper .center-box .center-box-logo {
  margin-bottom: 1rem;
}
.newpassword-box-wrapper .center-box .md-form {
  margin-top: 1rem;
}
.newpassword-box-wrapper .center-box .md-form label {
  left: 1.5rem;
}
.newpassword-box-wrapper .center-box .btn-primary {
  margin-top: 3rem;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
}
/* ########## MESSAGES ########## */
.notifications-wrapper article.notification {
  border-top: 0.1rem solid rgba(23, 69, 121, 0.15);
  padding: 1.4rem 0 1.8rem;
}
.notifications-wrapper article.notification:first-child {
  border-top: none;
  padding-top: 0;
}
.notifications-wrapper article.notification:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.notifications-wrapper article.notification span.title {
  color: #428BCA;
}
.notifications-wrapper article.notification time {
  color: #428BCA;
  display: block;
  font-style: italic;
}
#message-edition-modal .form-datepicker {
  padding: 0;
}
#message-edition-modal .icofont-ui-calendar {
  left: 0;
}
/* ########## DATATABLES ########## */
.table-container {
  margin-top: 0.5rem;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .table-container {
    max-width: 97.5%;
  }
}
.new-product {
  border-radius: 1rem;
  background-color: #D0021B;
  display: inline-block;
  padding: 0.05rem 0.7rem;
  color: #ffffff;
}
div.dataTables_wrapper {
  margin-bottom: 1.6rem;
  margin-top: 0;
}
div.dataTables_wrapper div.dataTables_paginate {
  padding-top: 1.5rem;
  text-align: center;
  float: none;
}
@media (max-width: 767.98px) {
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
div.dataTables_wrapper div.dataTables_paginate .paginate_button {
  background-color: transparent;
  color: #002E4A !important;
  border-radius: 50%;
  font-size: 1.2rem;
  height: 4rem;
  margin: 0 0 0 -1px;
  padding: 0.9rem 0.5rem 0.5rem 0.5rem !important;
  padding-top: 0.9rem;
  width: 4rem;
}
div.dataTables_wrapper div.dataTables_paginate .paginate_buttona {
  text-align: center !important;
}
@media (max-width: 767.98px) {
  div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    height: 3.5rem;
    padding: 1rem 0.4rem;
    width: 3.5rem;
  }
}
div.dataTables_wrapper div.dataTables_paginate .paginate_button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
div.dataTables_wrapper div.dataTables_paginate .paginate_button.disabled,
div.dataTables_wrapper div.dataTables_paginate .paginate_button.disabled:hover {
  color: #dddddd !important;
}
div.dataTables_wrapper div.dataTables_paginate .paginate_button.current,
div.dataTables_wrapper div.dataTables_paginate .paginate_button.current:hover {
  background: #002E4A;
  color: #ffffff !important;
  cursor: default;
}
div.dataTables_wrapper div.dataTables_paginate .paginate_button:hover {
  background: #002E4A;
  color: #ffffff !important;
}
div.dataTables_wrapper div.dataTables_paginate .paginate_button.previous,
div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
  background: none !important;
  border: none;
  color: none !important;
  background-color: none !important;
  font-size: larger;
}
div.dataTables_wrapper div.dataTables_paginate .paginate_button.previous.disabled,
div.dataTables_wrapper div.dataTables_paginate .paginate_button.next.disabled,
div.dataTables_wrapper div.dataTables_paginate .paginate_button.previous.disabled:hover,
div.dataTables_wrapper div.dataTables_paginate .paginate_button.next.disabled:hover {
  opacity: 0.6;
}
div.dataTables_wrapper div.dataTables_paginate .paginate_button.previous:hover,
div.dataTables_wrapper div.dataTables_paginate .paginate_button.next:hover {
  cursor: default;
  color: none !important;
}
@media (max-width: 767.98px) {
  div.dataTables_wrapper div.dataTables_paginate .paginate_button.previous,
  div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
    line-height: 1rem;
  }
}
div.dataTables_wrapper div.dataTables_paginate .paginate_button.previous {
  margin-right: 1.8rem;
}
div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-left: 1.8rem;
}
.expand-row-override {
  padding-left: 4rem;
}
.expand-row-override::before {
  all: unset;
  margin-left: -3.5rem;
  margin-right: 2rem;
  background-color: transparent;
  border: none;
  color: #002E4A;
  cursor: pointer;
  color: #777777;
  font-size: 1.7rem !important;
  font-weight: 600 !important;
}
.expand-row-override::before:focus {
  outline: 0;
}
table.dataTable {
  background-color: #ffffff;
  border-radius: 0.4rem;
  padding: 1.5rem;
  -webkit-box-shadow: 0 0.1rem 0.6rem rgba(0, 0, 0, 0.12), 0 0.1rem 0.4rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.1rem 0.6rem rgba(0, 0, 0, 0.12), 0 0.1rem 0.4rem rgba(0, 0, 0, 0.12);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
table.dataTable h1 {
  margin-top: unset;
}
table.dataTable .form-control {
  margin-top: 0.75rem;
}
table.dataTable .form-control.dropdown {
  margin-top: 0.65rem;
}
table.dataTable .dropdown-toggle {
  margin: 0;
}
table.dataTable .show > .btn-light.dropdown-toggle {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent !important;
}
table.dataTable thead > tr > th,
table.dataTable thead > tr > td {
  text-align: left;
  background-color: #ffffff;
  border: none;
  color: #002E4A;
  font-weight: 500;
  font-size: 1.2rem;
  padding-left: 1.2rem;
  padding-top: 0.6rem;
  padding-bottom: 0.8rem;
  border-bottom: solid 0.1rem #002E4A;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  /*background-image: none;*/
  position: relative;
}
table.dataTable thead .sorting::before,
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting_asc_disabled::before,
table.dataTable thead .sorting_desc_disabled::before,
table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::after {
  border-style: solid;
  bottom: 0;
  content: "";
  height: 0;
  opacity: 0.5;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  width: 0;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  border-width: 0 0.3rem 0.5rem 0.3rem;
  border-color: transparent transparent #ffffff transparent;
  margin-top: -0.4rem;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  border-width: 0.5rem 0.3rem 0 0.3rem;
  border-color: #ffffff transparent transparent transparent;
  margin-top: 0.4rem;
}
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_asc_disabled::after {
  opacity: 1;
}
table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting_desc_disabled::before {
  opacity: 1;
}
table.dataTable tbody > tr > td {
  text-align: left;
  /*background-color: @color-white;*/
  border-bottom: 0.1rem solid rgba(119, 119, 119, 0.4);
  color: #777777;
  font-weight: 400;
  padding-top: 0.2rem;
  padding-bottom: 0.3rem;
  font-size: 1.2rem;
}
table.dataTable tbody > tr > td.dataTables_empty {
  padding: 1.5rem 0;
}
table.dataTable .actions-column {
  padding: 0;
}
table.dataTable .actions-column-wrapper {
  font-size: 2.1rem;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
table.dataTable .actions-column-wrapper > a {
  color: #777777;
  cursor: pointer;
  display: inline-block;
  width: 2.6rem;
  height: 3rem;
  margin-left: 0.4rem;
}
table.dataTable .actions-column-wrapper > a.disabled {
  color: rgba(119, 119, 119, 0.25);
  cursor: default;
}
table.dataTable .actions-column-wrapper > a.disabled.hide-on-disable {
  visibility: hidden;
}
table.dataTable .actions-column-wrapper > a:hover {
  text-decoration: none;
}
table.dataTable .actions-column-wrapper > a i {
  color: #777777;
}
table.dataTable.dtr-inline.collapsed > thead > tr[role="row"] > th:first-child {
  padding-left: 3rem;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  padding-left: 4rem;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
  all: unset;
  margin-left: -3.5rem;
  margin-right: 2rem;
  background-color: transparent;
  border: none;
  color: #002E4A;
  cursor: pointer;
  color: #777777;
  font-size: 1.7rem !important;
  font-weight: 600 !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before:focus,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before:focus {
  outline: 0;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
  content: '+';
}
table.dataTable.dtr-inline.collapsed > tbody > tr.child > td:first-child ul.dtr-details,
table.dataTable.dtr-inline.collapsed > tbody > tr.child > th:first-child ul.dtr-details {
  list-style: none;
  padding: 0;
  width: 100%;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.child > td:first-child ul.dtr-details > li,
table.dataTable.dtr-inline.collapsed > tbody > tr.child > th:first-child ul.dtr-details > li {
  border-bottom: 1px solid #E5E5E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.5rem 0;
  padding: 0;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.child > td:first-child ul.dtr-details > li:last-of-type,
table.dataTable.dtr-inline.collapsed > tbody > tr.child > th:first-child ul.dtr-details > li:last-of-type {
  border: 0;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.child > td:first-child ul.dtr-details > li > span,
table.dataTable.dtr-inline.collapsed > tbody > tr.child > th:first-child ul.dtr-details > li > span {
  display: inline;
  font-size: 1.1rem;
  margin-left: 0.5rem;
  text-align: left;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.child > td:first-child ul.dtr-details > li > span.dtr-title,
table.dataTable.dtr-inline.collapsed > tbody > tr.child > th:first-child ul.dtr-details > li > span.dtr-title {
  font-weight: normal;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.child > td:first-child ul.dtr-details > li > span.dtr-title::after,
table.dataTable.dtr-inline.collapsed > tbody > tr.child > th:first-child ul.dtr-details > li > span.dtr-title::after {
  content: ':';
}
table.dataTable.dtr-inline.collapsed > tbody > tr.child > td:first-child ul.dtr-details > li > span.dtr-data,
table.dataTable.dtr-inline.collapsed > tbody > tr.child > th:first-child ul.dtr-details > li > span.dtr-data {
  font-weight: bold;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child {
  padding-left: 4rem;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
  all: unset;
  margin-left: -3.5rem;
  margin-right: 2rem;
  background-color: transparent;
  border: none;
  color: #002E4A;
  cursor: pointer;
  color: #777777;
  font-size: 1.7rem !important;
  font-weight: 600 !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before:focus,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before:focus {
  outline: 0;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
  content: '-';
}
table.dataTable.no-footer {
  border: none;
}
table.dataTable tr.expanded-row .row > div {
  margin-bottom: 3.5rem;
}
table.dataTable tr.expanded-row .row > div:nth-child(5),
table.dataTable tr.expanded-row .row > div:nth-child(6),
table.dataTable tr.expanded-row .row > div:nth-child(7) {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  table.dataTable tr.expanded-row .row > div {
    margin-bottom: 2rem;
  }
  table.dataTable tr.expanded-row .row > div:nth-child(5),
  table.dataTable tr.expanded-row .row > div:nth-child(6) {
    margin-bottom: 2rem;
  }
  table.dataTable tr.expanded-row .row > div:nth-child(7) {
    margin-bottom: 0;
  }
}
table.dataTable span.expand-row-title {
  color: #002E4A;
  display: block;
  font-size: 1.7rem;
}
table.dataTable span.display-value {
  display: block;
}
table.dataTable tfoot {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  padding-top: 3rem;
  padding-bottom: 1rem;
  text-align: center;
}
table.dataTable tfoot p {
  color: #002E4A;
  font-weight: 500;
}
table.dataTable tfoot img {
  max-width: 10rem;
  margin-bottom: 1rem;
}
table.productTable tbody > tr {
  height: 4.5rem;
}
table.productTable tbody > tr > td .btn:disabled {
  background-color: #bbbbbb !important;
}
table.productTable .productButtonColumn {
  min-width: 19rem;
}
table.productTable .apportionmentButtonColumn {
  min-width: 7rem;
}
.dataTable-filters button.export {
  background-color: transparent;
  border: none;
  color: #002E4A;
  cursor: pointer;
  color: #777777;
  font-size: 2.8rem;
  line-height: 0.1rem;
  padding: 0.5rem 0;
}
.dataTable-filters button.export:focus {
  outline: 0;
}
.dataTable-filters .icon {
  position: relative;
}
.dataTable-filters .icon input {
  padding-right: 4rem;
}
.dataTable-filters .icon i.icon {
  color: #777777;
  cursor: text;
  font-size: 2.1rem;
  line-height: 1.8rem;
  position: absolute;
  right: 2.7rem;
  top: 0.9rem;
}
.subrow-btn {
  background-color: transparent;
  border: none;
  color: #002E4A;
  cursor: pointer;
  color: #777777;
  font-size: 1.7rem !important;
  font-weight: 600 !important;
}
.subrow-btn:focus {
  outline: 0;
}
.subrow-btn-expand::before {
  content: '+';
}
.subrow-btn-collapse {
  font-size: 1.7rem !important;
  line-height: 2.3rem;
  padding-right: 0.7rem;
  padding-bottom: 0.5rem;
}
.subrow-btn-collapse::before {
  content: '-';
}
.subrow-data ul {
  list-style: none;
  padding: 0;
}
.subrow-data li {
  border-bottom: 1px solid #E5E5E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0.5rem 0;
}
.subrow-data li:last-of-type {
  border: 0;
}
.subrow-datum {
  display: inline;
  font-size: 1.1rem;
  margin-left: 0.5rem;
  text-align: left;
  width: 15%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.subrow-datum.w-30 {
  width: 30%;
}
.subrow-empty {
  color: rgba(3, 86, 136, 0.8);
  margin-top: 0.5rem;
  text-align: center;
}
.subrow-stoptime {
  text-align: right;
}
/* ########## BOXES ########## */
.white-box {
  background-color: #ffffff;
  border-radius: 0.4rem;
  padding: 1.5rem;
  width: 100%;
  -webkit-box-shadow: 0 0.1rem 0.6rem rgba(0, 0, 0, 0.12), 0 0.1rem 0.4rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.1rem 0.6rem rgba(0, 0, 0, 0.12), 0 0.1rem 0.4rem rgba(0, 0, 0, 0.12);
}
.white-box h1 {
  margin-top: unset;
}
.white-box .form-control {
  margin-top: 0.75rem;
}
.white-box .form-control.dropdown {
  margin-top: 0.65rem;
}
.white-box .dropdown-toggle {
  margin: 0;
}
.white-box .show > .btn-light.dropdown-toggle {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent !important;
}
/* ########## DATEPICKER/CALENDAR ########## */
.datepicker .day {
  border-radius: 0;
}
.datepicker .day.old,
.datepicker .day.new {
  color: #151f41;
  background: #E5E5E5;
}
/* ########## QUICKSEARCH ########## */
.quicksearch-wrapper .form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 4.6rem;
  margin-left: auto;
}
.quicksearch-wrapper .form-actions .btn {
  width: 12rem;
  margin-right: 0;
  margin-left: 1.4rem;
  overflow: hidden;
  padding: 0.7rem;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
@media only screen and (max-width: 567.98px) {
  .quicksearch-wrapper .form-actions .btn {
    width: 100% !important;
  }
}
.quicksearch-wrapper .form-actions .btn:first-of-type {
  margin-left: 0;
}
.quicksearch-wrapper .form-actions .btn.disabled,
.quicksearch-wrapper .form-actions .btn:disabled {
  pointer-events: auto !important;
  cursor: not-allowed;
}
/************DATEPICKER************/
.form-datepicker {
  position: relative;
  top: -1.1px;
}
.form-datepicker input {
  padding-left: 2.5rem !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
.form-datepicker i.icon {
  color: #777777;
  font-size: 2rem;
  left: 1.5rem;
  position: absolute;
  -webkit-transform: translate(0, 2.25rem);
      -ms-transform: translate(0, 2.25rem);
          transform: translate(0, 2.25rem);
}
.form-timepicker {
  position: relative;
  top: -1.1px;
  margin-top: -0.2rem !important;
}
.form-timepicker input {
  padding-left: 6rem !important;
  width: 66%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-timepicker i.icon {
  color: #777777;
  font-size: 2rem;
  left: 1.5rem;
  position: absolute;
  -webkit-transform: translate(0, 2.5rem);
      -ms-transform: translate(0, 2.5rem);
          transform: translate(0, 2.5rem);
}
.form-datetimepicker {
  margin-bottom: -0.8rem !important;
  width: 100%;
}
/* ########## WIDGET ########## */
.widget {
  background-color: #ffffff;
  border-radius: 0.4rem;
  -webkit-box-shadow: -1rem 0.9rem 2.1rem 0 rgba(128, 152, 213, 0.07);
          box-shadow: -1rem 0.9rem 2.1rem 0 rgba(128, 152, 213, 0.07);
  margin-bottom: 3rem;
  position: relative;
}
.widget .widget-wrapper {
  padding: 1.6rem 1.5rem;
  width: 100%;
}
.widget .loading-icon {
  color: rgba(119, 119, 119, 0.25);
  display: none;
  font-size: 2.5rem;
  left: calc(50% - 1.25rem);
  margin-top: 1.5rem;
  position: absolute;
  top: calc(50% - 1.25rem);
}
.widget .error-icon {
  display: none;
  font-size: 2.5rem;
  left: calc(50% - 1.25rem);
  margin-top: 1.5rem;
  position: absolute;
  top: calc(50% - 1.25rem);
}
.widget.loading * {
  visibility: hidden;
}
.widget.loading h3 {
  visibility: visible;
}
.widget.loading .loading-icon {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  display: inline-block;
  visibility: visible;
}
.widget.loading .loading-icon * {
  visibility: visible;
}
.widget.error * {
  visibility: hidden;
}
.widget.error h3 {
  visibility: visible;
}
.widget.error .error-icon {
  display: inline-block;
  visibility: visible;
}
.widget.error .error-icon * {
  visibility: visible;
}
.widget h3 {
  margin: 0 0 1.1rem;
}
.widget i.icon {
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.widget p {
  font-size: 1.5rem;
  line-height: 3rem;
  margin: 0;
}
.widget p.danger,
.widget p.success {
  height: 3rem;
}
.widget p.font-size-lg {
  font-size: 2rem;
}
.widget p.font-size-xl {
  font-size: 3.3rem;
}
.widget a {
  color: #428BCA;
  font-size: 1.2rem;
}
.widget a i.icon {
  font-size: 1.4rem;
}
.widget .mt-2 {
  margin-top: 2.1rem !important;
}
.widget .mb-2 {
  margin-bottom: 2.1rem !important;
}
/* ########## ANIMATIONS ########## */
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* ########## RECOVER PASSWORD WITH SUCCESS ########## */
.recover-password-icon {
  color: #008c45;
  font-size: 8rem;
}
.recover-password-icon-error {
  color: #ea3d31;
  font-size: 8rem;
}
.msg-onblue {
  color: #428BCA;
}
/* ########## BOOTSTRAP TOOLTIP ########## */
.tooltip {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
}
.tooltip.bs-tooltip-top .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #3e3e3e;
}
.tooltip.bs-tooltip-right .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #3e3e3e;
}
.tooltip.bs-tooltip-bottom .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #3e3e3e;
}
.tooltip.bs-tooltip-left .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #3e3e3e;
}
.tooltip .tooltip-inner {
  color: #ffffff;
  background-color: #3e3e3e;
}
/* ########## RGPD ########## */
.rgpd-date-authorization {
  height: 1.7rem;
  color: #174579;
  font-size: 1.2rem;
  font-style: italic;
  letter-spacing: 0.022rem;
  line-height: 1.7rem;
}
.ico-font {
  font-size: 3rem;
}
/* ########## PRINT ########## */
@media print {
  .hide-on-print {
    display: none;
  }
}
/* ########## ERRORS ########## */
.error-box-wrapper {
  height: 100vh;
  min-height: 65rem;
  padding: 1.2rem;
  height: 100%;
  margin-top: 8rem;
}
.error-box-wrapper .center-box {
  background-color: #ffffff;
  color: #428BCA;
  max-width: 35rem;
  padding: 3rem;
  width: 100%;
  -webkit-box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.12);
}
.error-box-wrapper .center-box .center-box-logo {
  padding: 0.5rem 0;
  text-align: center;
  margin-bottom: 4rem;
}
.error-box-wrapper .center-box .center-box-logo > img {
  max-width: 32rem;
}
.error-box-wrapper .error-title {
  color: #002E4A;
  font-size: 1.5rem;
  font-weight: 700;
}
.error-box-wrapper .error-code {
  color: #E62F1B;
  font-size: 5rem;
  font-weight: 500;
}
.error-wrapper {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 4rem;
}
@media (max-width: 767.98px) {
  .error-wrapper {
    margin-top: 0;
    min-height: 24rem;
  }
}
.error-wrapper .word-error {
  font-size: 3.8rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .error-wrapper .word-error {
    display: block;
    font-size: 2rem;
  }
}
.error-wrapper .error-code {
  font-size: 14rem;
  font-weight: 700;
  margin-left: 3rem;
}
@media (max-width: 767.98px) {
  .error-wrapper .error-code {
    display: block;
    font-size: 7.4rem;
    margin-left: 0;
    margin-top: -3rem;
  }
}
.error-wrapper h1 {
  color: #ffffff;
  font-size: 3.8rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .error-wrapper h1 {
    font-size: 1.4rem;
  }
}
.error-wrapper p {
  color: #ffffff;
  font-size: 1.6rem;
  margin: 0.8rem 0 3rem;
}
@media (max-width: 767.98px) {
  .error-wrapper p {
    font-size: 1.2rem;
  }
}
/* ########## DASHBOARD ########## */
h1.dashboard-welcome {
  border-bottom: none;
  padding-bottom: 0;
}
/* ########## TOASTR ########## */
.toast-top-right {
  top: 8rem;
}
#toast-container > .toast {
  background-image: none !important;
  position: relative;
  padding: 1.5rem 1.5rem 1.2rem 5rem;
}
#toast-container > .toast:before {
  position: relative;
  font-family: "IcoFont";
  font-size: 24px;
  line-height: 18px;
  float: left;
  margin-left: -1rem;
  color: #FFF;
  padding-right: 0.5rem;
  margin-right: 1rem;
}
#toast-container .toast-title {
  font-weight: 400;
  word-break: break-word;
}
#toast-container .toast-close-button {
  padding: 0.5rem 1rem 0;
}
#toast-container .toast-error:before,
#toast-container .toast-success:before,
#toast-container .toast-warning:before {
  position: absolute;
  top: 1.7rem;
}
#toast-container .toast-warning:before {
  left: 2.3rem;
  top: 2.3rem;
  font-size: 2.5rem;
  content: '!';
}
#toast-container .toast-error:before {
  left: 2.3rem;
  font-size: 2.5rem;
  content: "\eee1";
}
#toast-container .toast-success:before {
  left: 1.5rem;
  font-size: 4rem;
  content: "\eed8";
}
/* ########## order-alert-container ########## */
#order-alert-container {
  color: #ffffff;
  background-color: #002E4A;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
#order-alert-container i {
  font-size: 1.6rem;
}
#order-alert-container button {
  line-height: 1.55rem;
}
#order-alert-container .important-alert {
  text-decoration: underline;
}
/* ########## USERS ########## */
span.user-state {
  border-radius: 1rem;
  display: inline-block;
  color: #ffffff;
  font-size: 1rem;
  padding: 0.3rem 2rem;
  text-align: center;
  width: 8.6rem;
}
span.user-state.active {
  background-color: #417505;
}
span.user-state.inactive {
  background-color: #D0021B;
}
.option-delete {
  background-color: #ea3d31;
  color: #ffffff !important;
}
.option-delete:hover {
  background-color: #ea3d31;
  color: #ffffff !important;
}
.no-line {
  border-bottom: none;
}
.read-only-like-disabled {
  background-color: #c0c0c0;
}
.warning-rgpd-message {
  color: #174579;
}
.ion-ios-timer {
  font-size: 1.5rem !important;
}
.ion-ios-flag {
  font-size: 1.5rem !important;
}
#validate-req-multi-modal .modal-content .modal-body .col-12,
#validate-req-multi-modal .modal-content .modal-footer .form-actions {
  padding-left: 0px;
  padding-right: 0px;
}
#validate-req-multi-modal .badge {
  font-size: 100%;
}
.parsed-document-action {
  margin-left: 2rem;
}
.parsed-document-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 1.5rem;
}
.parsed-document-action button {
  padding: 0.75rem 0;
  background-color: transparent;
  border: none;
  color: #002E4A;
  cursor: pointer;
}
.parsed-document-action button:focus {
  outline: 0;
}
.parsed-document-action i {
  font-size: 1.8rem;
  opacity: 0.5;
}
.parsed-document-action i:hover {
  opacity: 1;
}
.segment-detail-block {
  font-size: 2.5rem;
}
.close-modal {
  left: 0rem !important;
  border: none;
  background-color: transparent;
}
.dropzone {
  border: 0.1rem dashed #002E4A !important;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.big-icon {
  color: #002E4A;
  font-size: 5rem;
}
.medium-icon {
  font-size: 3rem;
  cursor: pointer;
}
.medium-icon:hover {
  color: #428BCA;
}
.dz-message {
  color: #002E4A;
  font-size: 1rem;
  letter-spacing: 0.018rem;
  line-height: 1.5rem;
}
.dz-image {
  display: none !important;
  background-color: transparent !important;
}
.dz-preview {
  margin-left: 15rem !important;
}
.display-none {
  display: none !important;
}
.breakWords {
  word-break: break-all;
  word-wrap: break-word;
}
.status-cell-active {
  color: #417505;
}
.status-cell-inactive {
  color: #E62F1B;
}
.status-cell-inprogress {
  color: #F5A623;
}
.status-cell-warning {
  color: #EE6B1F;
}
.icon-svg {
  width: 2rem;
  height: 2rem;
  fill: #D0021B;
}
.icon-svg.unchecked {
  opacity: 0.4;
}
/* ############ MDBOOTSTRAP ############# */
.md-form {
  margin: 0;
  margin-bottom: 0.2rem;
  min-height: 20px;
}
.md-form.login-control {
  margin-bottom: 3rem;
}
.md-form.disabled input,
.md-form:disabled input {
  border-bottom: 1px solid #979797 !important;
}
.md-form.disabled input::-webkit-input-placeholder,
.md-form:disabled input::-webkit-input-placeholder {
  color: #979797;
}
.md-form.disabled input::-moz-placeholder,
.md-form:disabled input::-moz-placeholder {
  color: #979797;
}
.md-form.disabled input:-ms-input-placeholder,
.md-form:disabled input:-ms-input-placeholder {
  color: #D0021B;
}
.md-form .btn.dropdown-toggle {
  line-height: 2.6rem;
  padding-bottom: 0.2rem;
  padding-top: 1.2rem;
}
.md-form input {
  border: none;
  border-bottom: 1px solid #777777 !important;
  color: #777777;
  font-size: 1.4rem;
}
.md-form input.valid,
.md-form input:focus {
  border-bottom: 1px solid #002E4A !important;
  -webkit-box-shadow: 0 1px 0 0 #002E4A !important;
          box-shadow: 0 1px 0 0 #002E4A !important;
}
.md-form input.invalid {
  border-bottom: 1px solid #ea3d31 !important;
  -webkit-box-shadow: 0 1px 0 0 #ea3d31 !important;
          box-shadow: 0 1px 0 0 #ea3d31 !important;
}
.md-form input.disabled,
.md-form input:disabled {
  border-bottom: none !important;
  -webkit-box-shadow: 0 1px 0 0 #c0c0c0 !important;
          box-shadow: 0 1px 0 0 #c0c0c0 !important;
}
.md-form input.form-control,
.md-form textarea.form-control {
  padding: 1.5rem 0 0.4rem;
}
.md-form label {
  font-size: 1.2rem !important;
  color: #002E4A !important;
  word-wrap: normal;
  overflow: visible;
  left: 1.4rem;
  top: 0.4rem;
  margin-top: -1.6rem;
}
.md-form label.active {
  color: #002E4A !important;
  -webkit-transform: translateY(14px);
  -ms-transform: translateY(14px);
  transform: translateY(14px);
}
.md-form textarea.form-control {
  margin-top: 3rem;
}
.md-form textarea.form-control + label {
  top: 1.4rem;
}
.md-form:not([class*=col]) label {
  left: 0;
}
.modal-content .md-form label {
  margin-top: -2rem;
}
/**********ORDERS**************/
.patch-order-btn {
  position: fixed;
  color: white;
  bottom: 4rem;
  right: 4rem;
  height: 4rem;
  width: 24rem;
  border-radius: 0.3rem;
  background-color: #55917F;
  display: none;
  z-index: 10;
}
/***PROUCT MODAL**/
#product-modal .grey-bottom-border {
  border-bottom: 1px solid #777777;
}
#product-modal .modal-title {
  width: 70%;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 1.4rem;
}
#product-modal .file-actions {
  font-size: 2.5rem;
  float: right;
}
#product-modal .bottom-line {
  border-bottom: 1px solid #979797 !important;
}
#product-modal .top-line {
  border-top: 1px solid #979797 !important;
}
#product-modal div.product-info.row:last-child {
  border-bottom: 1px solid #979797 !important;
}
#product-modal .label-shortageReason {
  width: 1.1rem !important;
  height: 1.1rem !important;
  /*background-color: #be3434 !important;*/
  border-radius: 1rem !important;
  display: inline-block !important;
  float: left !important;
  margin-right: 0.6rem !important;
  margin-top: 0.2rem !important;
}
#product-modal .bonus-type {
  height: 1.8rem !important;
  background-color: dodgerblue !important;
  border-radius: 1rem !important;
  display: inline-block !important;
  float: left !important;
  margin-right: 0.6rem !important;
  margin-top: 0.2rem !important;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.1rem;
  color: white;
}
#product-modal #BonusType {
  color: white !important;
  font-weight: bold !important;
}
#product-modal label {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #686868;
  margin-bottom: 0;
}
#product-modal .modal-text {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #212121 !important;
}
#product-modal input[type="file"] + label {
  color: #ffffff;
}
#product-modal .new-file-label {
  width: 10rem;
}
.bonus-type {
  height: 1.8rem !important;
  background-color: dodgerblue !important;
  border-radius: 1rem !important;
  display: inline-block !important;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.1rem;
  color: white;
  cursor: pointer;
  position: relative;
}
.bonus-type .popup {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  color: #777777;
  border-radius: 2px;
  z-index: 1000;
  width: 7em;
}
.bonus-type:hover .popup {
  display: block;
  cursor: pointer;
}
.label-shortageReason {
  width: 1.1rem !important;
  height: 1.1rem !important;
  /*background-color: #be3434 !important;*/
  border-radius: 1rem !important;
  display: inline-block !important;
  float: left !important;
  margin-top: 0.2rem !important;
}
/*.label-shortageReason {
    width: 1.1rem;
    height: 1.1rem;
    background-color: #be3434;
    border-radius: 1rem;
    display: inline-block;
    float: left;
    margin-right: 0.6rem;
    margin-top: 0.2rem;
}*/
/* ########## FILE UPLOADS ########## */
input[type="file"] {
  width: 0.01rem;
  height: 0.01rem;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
input[type="file"] + label {
  border-radius: 0.2rem;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding: 0.8rem 1.3rem;
  border-color: #55917F;
  background-color: #55917F;
  -webkit-box-shadow: inset 0 0 0.6rem rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 0 0.6rem rgba(0, 0, 0, 0.25);
  text-align: center;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
input[type="file"]:focus + label {
  outline: 1px dotted #000000;
  outline: -webkit-focus-ring-color auto 5px;
}
.file-input label {
  margin: 0;
}
.file-input .filename {
  display: inline-block;
  padding: 0.7rem 1.3rem;
  vertical-align: middle;
  font-size: 1.2rem;
  color: #000000;
  cursor: pointer;
}
.custom-number-input {
  border: none;
  margin-top: 0.8rem;
  border-bottom: 1px solid #002E4A !important;
  color: #002E4A;
  font-size: 1.6rem;
  font-weight: 600;
  margin-left: -0.8rem;
}
.custom-number-input:focus {
  outline: none;
}
/***PROUCT MODAL**/
.patch-order-btn-modal {
  color: white;
  width: 14rem;
  border-radius: 0.3rem;
  background-color: #55917F;
  z-index: 1000;
  margin-top: 0;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type="time"]::-webkit-calendar-picker-indicator {
  display: none;
}
.w-45 {
  width: 45% !important;
}
.w-55 {
  width: 55% !important;
}
.click-up-product-modal,
.click-down-product-modal {
  cursor: pointer;
  color: #002E4A;
  font-size: 1.9rem;
}
/***UPLOAD Document**/
.uploadDocumentOverlay {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.uploadDocument {
  display: none;
  z-index: 11;
  position: fixed;
  top: 0;
  width: 25%;
  min-width: 40rem;
  right: 0;
  bottom: 0;
  height: 100%;
  overflow: auto;
  background-color: #ffffff;
  -webkit-box-shadow: -5px 0px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -5px 0px 6px 0px rgba(0, 0, 0, 0.2);
  padding: 10rem 6em 3rem;
}
.uploadDocument .software-img {
  width: 20rem;
  margin-top: 2rem;
}
.uploadDocument .software-img:last-child {
  margin-bottom: 2rem;
}
.uploadDocument .form-check input[type="radio"] {
  opacity: 1;
  margin-left: 7rem;
  margin-top: 4rem;
}
.custom-upload-doc-label {
  font-size: 1.8rem;
}
.custom-user-table tbody > tr > td {
  height: 3.2rem;
}
#upload-row span {
  word-break: break-all;
  padding-left: 0;
}
.table-header-info {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 2.5rem;
  font-size: 1.2rem;
  font-weight: 300;
}
.table-header-info div > span {
  font-weight: 500;
}
/*For password checkboxes*/
.password-control #passwordInput {
  width: 100%;
}
.password-control > .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
}
.password-control input[type='checkbox'] {
  display: none;
}
.password-control input[type='checkbox'] ~ span {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #333;
  cursor: pointer;
  font-size: 25px;
}
.password-control input[type='checkbox'] ~ .checked {
  display: none;
}
.password-control input[type='checkbox']:checked ~ .checked {
  display: inline-block;
}
.password-control input[type='checkbox']:checked ~ .unchecked {
  display: none;
}
.password-control input::-ms-reveal,
.password-control input::-ms-clear {
  display: none !important;
}
.error-text {
  color: #002e4a;
  font-size: 2rem;
  line-height: 2.3rem;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  margin-bottom: 2.5rem;
}
.error-code-text {
  text-align: left;
  margin-bottom: -2.5rem;
  margin-top: 2rem;
  margin-left: -2rem;
}
.returnRowField {
  padding-left: 0rem !important;
}
.returnRowErrorAltText {
  display: block;
  height: 2rem;
}
.inTableButtonWithError {
  padding-bottom: 2rem !important;
}
.dropdown-toggle-no-after::after {
  border-top-width: 0.5rem;
  border-left-width: 0.5rem;
  border-right-width: 0.5rem;
  margin-left: 1.6rem;
  vertical-align: 0.2rem;
  display: none;
}
/*# sourceMappingURL=wwwroot\css\site.css.map */