:root {
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-danger-dark: #F64E60;
}

body {
  font-family: var(--bs-body-font-family);
  font-size: 14px;
  background-color: rgb(255, 255, 255);
}

.form-control:disabled{
  cursor:not-allowed;
  color:gray;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.btn {
  border-radius: 0;
}

.swal-xl{
  width:70% !important;
}
.swal-md{
  width:50% !important;
}

#banner_bottom {
  position: fixed;
  bottom: 0;
  height: 35px;
  padding: 3px;
  font-size: 20px;
}

/* RECHERCHE MENU */
#nav-menu-left-toogle {
  margin-left: 0px;
}

#menu-left-toogle {
  width: 50px;
}

#master_search_tool {
  height: 50px;
}

#btn_master_search {
  width: 50px;
}

#end_btn_master_search_tool {
  background-color: transparent;
  width: 50px;
}

#end_btn_master_search_tool,
#btn_master_search_tool {
  border: 0px !important;
}

#btn_signal_bug {
  width: 50px;
}
#btn_notifs {
  width: 50px;
}

.cursor {
  cursor: pointer;
}

.scrollable-column {
  height: 200px; 
  overflow-y: auto; 
}

/* ./ RECHERCHE MENU */

.scrollable-1 {
  overflow-y: scroll;
  max-height: 35px;
}

.scrollable-2 {
  overflow-y: scroll;
  max-height: 70px;
}

.scrollable-3 {
  overflow-y: scroll;
  max-height: 105px;
}

.scrollable-4 {
  overflow-y: scroll;
  max-height: 140px;
}

.scrollable-5 {
  overflow-y: scroll;
  max-height: 175px;
}

/*
   * Sidebar
   */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 48px 0 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

/**Dragn and drop */
.upload-area {
  height: 200px;
  border: 2px solid lightgray;
  border-radius: 3px;
  padding: 15px;
  text-align: center;
  overflow: auto;
  background-color: #d7e0ec;
  background-size: 1rem 1rem;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.upload-area.drop {
  background-color: #77996f !important;
  color: white;
}

.upload-area:hover {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.upload-area h1 {
  text-align: center;
  font-weight: normal;
  font-family: sans-serif;
  line-height: 50px;
  color: darkslategray;
}

#file {
  display: none;
}

/**Thumbnails*/
.img-thumbnail {
  border-radius: 0% !important;
}

/**Images produits*/
#product_images .image {
  width: 250px;
  height: 250px;
  display: inline;
  float: left;
  cursor: pointer;
  margin-top: 40px;
  margin-right: 20px;
}

#product_images .image .settings {
  background: lightgray;
  color: white;
  padding: 5px;
  width: 100%;
  text-decoration: none;
  text-align: center;
  display: block !important;
}

.bd-callout {
  padding: 1.25rem;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #e9ecef;
  border-left-color: rgb(233, 236, 239);
  border-left-width: 1px;
  border-left-width: .25rem;
  border-radius: .25rem;
}

.bd-callout>.body {
  padding-top: 10px;
  padding-bottom: 10px;
}

.bd-callout-warning {
  border-left-color: var(--bs-warning);
}

.bd-callout-success {
  border-left-color: var(--bs-success);
}

.bd-callout-danger {
  border-left-color: var(--bs-danger-dark);
}

.bd-callout-secondary {
  border-left-color: var(--bs-secondary);
}

.bd-callout-primary {
  border-left-color: var(--bs-primary);
}

.bd-callout-info {
  border-left-color: var(--bs-info);
}

.docs_pj,
.list_products {
  max-height: 300px;
  overflow-y: scroll;
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}



.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}



.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/**
  *Checkbox
  */

.form-check-input:disabled {
  background: darkgray;
  border-color: darkgray;
}


/**Big loader */
.big-icon {
  position: relative;
  left: 50%;
  top: 25%;
}

/*
   * Navbar
   */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.sidenav-menu-heading {
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity));
  text-transform: uppercase !important;
  font-weight: 600;
}

.nav-item {
  margin-left: 10px;
  color: #333 !important;
  font-weight: 300;

}

.nav-item .nav-link {
  padding: 3px;
}

.navbar-nav .btn {
  height: 50px;
  margin: 0;
}

.nav-link-icon {
  display: inline;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.sidebar.bg-dark .sidenav-menu-heading {
  color: white;
}

.sidebar.bg-dark .nav-link {
  color: white;
}

.nav-link.active,
.nav-link.active .nav-link-icon {
  color: rgba(var(--bs-success-rgb)) !important;
}


.sidenav-footer-block {
  margin-left: 10px;
}

.btn-link {
  background-color: transparent;
  border: 1px solid transparent;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.btn-link:hover {
  color: #616060 !important;
  background: white;
}

.hidden {
  display: none !important;
}



.nav-footer {
  height: 100%;
}

.sidenav-footer {
  bottom: 0;
  position: absolute;
  width: 100%;
  padding: 10px;
}

.dropdown-menu {
  border-radius: 0 !important;
  font-size: 14px;
  padding: 2px;
}

.alert {
  border-radius: 0 !important;
}

.alert .status {
  font-weight: bold;
  font-size: 12px;
  float: right;
}

.alert-info .status .loader {
  margin-left: 15px;
}

.page-item {
  display: inline-block;
}

/* .page-item .active{
      
    } */
.list-models li {

  font-size: 20px;
}

.list-models li:hover {
  background: rgba(var(--bs-success-rgb));
  color: white;

}

.list-models li .fas {
  display: none;
}

.list-models li:hover .fas {
  display: inline-block;
}
#country_flag {
  width: 24px !important;
}
.flag img,
.store img {
  width: 32px !important;
}

.img-preview {
  max-height: 250px !important;
}

.form-uppercase input,
.uppercase {
  text-transform: uppercase !important;
}

#list_safety_documents li:hover {
  background-color: var(--bs-light-gray);
  color: var(--bs-dark) !important;
}

.move_row {
  border-left: 5px solid var(--bs-primary);
}

.no-cursor {
  cursor: not-allowed;
}

.nav-link.active.bg-primary,.nav-link.active.bg-danger,.nav-link.active.bg-secondary,.nav-link.active.bg-info,.nav-link.active.bg-dark{
  color:white !important;
  opacity: 100% !important;
}

.product_label{
  text-transform: uppercase;
}

.fade_object {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.fade_object.fade-visible {
  opacity: 1;
}

.blink {
  animation: blink 3s infinite;
}

.need_order{
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.2;
  cursor:not-allowed;
  position: absolute;
  top:0;
}

.need_order h1 {
  color: red;
  font-size: 40px;
  position: absolute;
  top: 300px;
  rotate: 45deg;
  left: 300px;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#card_table_products_order{
  padding:0px !important;
}

#list_report_errors_sysadmin{
  text-align: left;
}

#interactive .drawingBuffer{
  position: absolute;
  z-index: 2;
  left: 156px;
}