/*MAIN STYLE*/
/* ------------------ FONTS -----------------------*/
@font-face {
  font-family: 'SourceSansPro';
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/SourceSansPro-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'SourceSansPro';
  font-weight: 200;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/SourceSansPro-LightItalic.ttf") format("truetype");
}

@font-face {
  font-family: 'SourceSansPro';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/SourceSansPro-Regular.ttf") format("truetype");
}

/* semi bold */
@font-face {
  font-family: 'SourceSansPro';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/SourceSansPro-SemiBold.ttf") format("truetype");
}

/* semi bold italic */
@font-face {
  font-family: 'SourceSansPro';
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/SourceSansPro-SemiBoldItalic.ttf") format("truetype");
}

/* Bold */
@font-face {
  font-family: 'SourceSansPro';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/SourceSansPro-Bold.ttf") format("truetype");
}

/* medium italic */
@font-face {
  font-family: 'SourceSansPro';
  font-weight: bold;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/SourceSansPro-BoldItalic.ttf") format("truetype");
}

/* semi bold */
@font-face {
  font-family: 'SourceSansPro';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/SourceSansPro-ExtraBold.ttf") format("truetype");
}

/* semi bold italic */
@font-face {
  font-family: 'SourceSansPro';
  font-weight: 800;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/SourceSansPro-ExtraBoldItalic.ttf") format("truetype");
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* ****************************************************** */
/* *** FONTS *** */
/* ****************************************************** */
html, body {
  font-family: "SourceSansPro";
  font-weight: normal;
  background: #F3F5F7;
  color: #000;
}

.text-warning {
  color: #45B2C5;
}

/* ****************************************************** */
/* *** NAVBAR *** */
/* ****************************************************** */
.navbar {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.36);
     -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.36);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.36);
  background: #6022A6;
}

.navbar .navbar-brand {
  color: #fff;
}

/* ****************************************************** */
/* *** BUTTON *** */
/* ****************************************************** */
.btn-primary, .show > .btn-primary.dropdown-toggle {
  background-color: #6022A6;
  border-color: #6022A6;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .show > .btn-primary.dropdown-toggle:hover, .show > .btn-primary.dropdown-toggle:focus, .show > .btn-primary.dropdown-toggle:active {
  background-color: rgba(96, 34, 166, 0.8) !important;
  border-color: rgba(96, 34, 166, 0.8) !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-secondary, .show > .btn-secondary.dropdown-toggle {
  background-color: #45B2C5;
  border-color: #45B2C5;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle:hover, .show > .btn-secondary.dropdown-toggle:focus, .show > .btn-secondary.dropdown-toggle:active {
  background-color: rgba(96, 34, 166, 0.8) !important;
  border-color: rgba(96, 34, 166, 0.8) !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-outline-primary, .show > .btn-outline-primary.dropdown-toggle {
  border-color: #6022A6;
  color: #6022A6;
  background-color: #fff;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary:focus-within, .show > .btn-outline-primary.dropdown-toggle:hover, .show > .btn-outline-primary.dropdown-toggle:focus, .show > .btn-outline-primary.dropdown-toggle:active, .show > .btn-outline-primary.dropdown-toggle:focus-within {
  background-color: rgba(96, 34, 166, 0.8) !important;
  border-color: rgba(96, 34, 166, 0.8) !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-warning, .show > .btn-warning.dropdown-toggle {
  background-color: #45B2C5;
  border-color: #45B2C5;
  color: #fff;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .show > .btn-warning.dropdown-toggle:hover, .show > .btn-warning.dropdown-toggle:focus, .show > .btn-warning.dropdown-toggle:active {
  background-color: rgba(96, 34, 166, 0.8) !important;
  border-color: rgba(96, 34, 166, 0.8) !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff !important;
}

.dropdown-item {
  font-size: 14px;
  padding: .25rem 1rem;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #6022A6;
}

.btn-link {
  color: #6022A6;
}

.btn-link:hover, .btn-link:focus, .btn-link:active {
  color: rgba(96, 34, 166, 0.8) !important;
}

/* ****************************************************** */
/* *** SIDEBARD ADMIN *** */
/* ****************************************************** */
.sidebar_admin {
  position: absolute;
  margin-top: 1.5rem;
}

.sidebar_admin .btn {
  -webkit-border-radius: 32px;
     -moz-border-radius: 32px;
          border-radius: 32px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  padding: 0;
  padding-top: 9px;
  margin-top: 8px;
  margin-left: 8px;
  display: block;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

/* ****************************************************** */
/* *** MAIN *** */
/* ****************************************************** */
main.container {
  background: #fff;
  -webkit-box-shadow: 0px 0px 4px 1px #00000029;
     -moz-box-shadow: 0px 0px 4px 1px #00000029;
          box-shadow: 0px 0px 4px 1px #00000029;
}

.breadcrumb {
  background: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

/* ****************************************************** */
/* *** LIST GROUP *** */
/* ****************************************************** */
.bu_accordion .btn-link, .static_accordion .btn-link {
  color: #000;
}

.bu_accordion .btn-link:hover, .static_accordion .btn-link:hover {
  text-decoration: none;
  color: rgba(96, 34, 166, 0.8);
}

.bu_accordion .btn-link:before, .static_accordion .btn-link:before {
  font-family: "Font Awesome 5 Free";
  content: "\f146";
  /* affiche un moins */
}

.bu_accordion .btn-link.collapsed:before, .static_accordion .btn-link.collapsed:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0fe";
  /* affiche un plus */
}

.bu_accordion .card, .static_accordion .card {
  overflow: visible;
}

.bu_accordion .card-header, .static_accordion .card-header {
  padding: 0;
  background: #F3F5F7;
}

.bu_accordion .card-body, .static_accordion .card-body {
  padding: 0;
}

.bu_accordion .btn-group + .btn-group, .static_accordion .btn-group + .btn-group {
  margin-left: 5px;
}

.bu_accordion .list-group, .static_accordion .list-group {
  padding-top: 1px;
  padding-left: 0px;
}

.bu_accordion .list-group-flush, .static_accordion .list-group-flush {
  margin-left: 14px;
  padding-left: 0px;
  border-left: 1px dashed #ccc;
}

.bu_accordion .list-group-flush .list-group-item, .static_accordion .list-group-flush .list-group-item {
  padding-left: 0;
  padding-right: 0px;
}

.bu_accordion .mainItem, .static_accordion .mainItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .5rem !important;
}

.bu_accordion .mainItem:hover, .static_accordion .mainItem:hover {
  background: #ccd5dc;
}

.bu_accordion .mainItem button.btn-link, .static_accordion .mainItem button.btn-link {
  padding-left: 0;
}

.injector {
  padding: 0;
  border: 0;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.consumable_cat.list-group-item {
  padding: 0;
}

.consumable_cat.list-group-item:first-child {
  border-top-width: 1px;
}

.consumable .list-group-item:nth-child(even) {
  background: #EAEAEA;
}

.consumable .list-group-item:hover {
  background: #ccd5dc;
}

.sync_info .badge {
  width: 12px;
  height: 12px;
  padding: 0;
  line-height: inherit;
}

/* ****************************************************** */
/* *** STATIC CONTENT *** */
/* ****************************************************** */
.static_content .list-group-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.static_accordion .card-body {
  padding: 0 1rem;
}

.static_accordion .card-body .row {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dee2e6;
}

.static_accordion .card-body .row:last-child {
  border-bottom: 0;
}

.fa-trash:hover {
  color: #dc3545;
}

/* ****************************************************** */
/* *** UPDATER EDIT *** */
/* ****************************************************** */
.breadcrumb-item a {
  color: rgba(96, 34, 166, 0.8);
}

.breadcrumb-item a:hover {
  color: #6022A6;
  text-decoration: underline;
}

.updaterEdit_header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f8f9fa;
}

.draggable {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.draggable:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.card-columns .card-header {
  padding: .5rem .5rem;
}

.card-columns .card-body {
  padding: 0.5rem;
  font-size: 14px;
}

.consumable_cat .card-header b {
  font-size: 14px;
}

/* ****************************************************** */
/* *** UPDATER EDIT IMAGE *** */
/* ****************************************************** */
@media (max-width: 991.98px) {
  .updaterEdit_image {
    margin-top: 1.5rem;
  }
}

.updaterEdit_image .dropzone.dz-clickable {
  text-align: center;
  border: 2px dotted #6022A6;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}

.updaterEdit_image .list-group-img a {
  display: inline-block;
  color: #6022A6;
  width: 40px;
  height: 40px;
  background: #fff;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  margin: 0 3px;
}

.updaterEdit_image .list-group-img a:hover {
  color: rgba(96, 34, 166, 0.8);
}

.updaterEdit_image .list-group-img .img_controls {
  position: absolute;
  right: 5px;
  bottom: 4px;
}

.updaterEdit_image .list-group-img a.img_controls {
  left: 5px;
}

/* ****************************************************** */
/* *** PICTO *** */
/* ****************************************************** */
.selected_picto img {
  max-width: 40px;
  height: auto;
}

.selected_picto img:hover {
  cursor: pointer;
}

#picto_modal ul, .selected_picto ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#picto_modal ul li, .selected_picto ul li {
  list-style: none;
  margin-right: .5rem;
  border: 2px solid #E4E4E4;
  position: relative;
  margin-bottom: .5rem;
  text-align: center;
  padding: 2px;
}

#picto_modal ul li:hover, .selected_picto ul li:hover {
  border-color: #dc3545;
}

#picto_modal ul li {
  width: 48px;
  text-align: center;
}

#picto_modal ul li:hover {
  cursor: pointer;
  border-color: #6022A6;
}

#picto_modal ul li.selected {
  border-color: #45B2C5;
}

#picto_modal ul li.selected:after {
  content: '\f058';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 2px;
  right: 2px;
  color: #45B2C5;
  background: rgba(255, 255, 255, 0.75);
  width: 16px;
  height: 16px;
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
  line-height: 1;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.25);
          box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.25);
}

.selected_picto span {
  display: inline-block;
  position: relative;
  width: 48px;
}

.selected_picto span:hover {
  border-color: #dc3545;
}

.selected_picto span:hover:after {
  content: '\f057';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 2px;
  right: 2px;
  color: #dc3545;
  background: rgba(255, 255, 255, 0.75);
  width: 16px;
  height: 16px;
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
  line-height: 1;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.25);
          box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.25);
}

.selected_picto_text span {
  border: 2px solid #f7f7f7;
  padding: 2px;
  margin-right: .5rem;
  text-align: center;
}

.selected_picto_text input {
  margin-right: .5rem;
}

#picto_list_simples input[type='checkbox'], #picto_list_text1 input[type='checkbox'], #picto_list_text2 input[type='checkbox'], #picto_list_paragraphe input[type='checkbox'] {
  display: none;
}

/* ****************************************************** */
/* *** USER *** */
/* ****************************************************** */
.users-list td {
  vertical-align: middle;
}

.tt-dataset {
  padding: 16px !important;
}

a {
  color: #6022A6;
}

.ui-sortable-helper {
  background-color: #6022A6;
  color: #fff;
}

.ui-sortable-helper .text-secondary {
  color: #fff !important;
}

/*# sourceMappingURL=main_admin.css.map */
