body {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #000;
}

table {
  font-size: 12px;
}

a {
  font-size: 12px;
  text-decoration: underline;
  color: #113DC1;
}

input, select, textarea, .multiSelect {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  border: 1px solid #ccc;
  padding: 3px;
  border-radius: 3px;
  background-color: #fff;
}

  input:focus, select:focus, textarea:focus {
    outline: none;
    border: 1px solid #347DDB;
  }

  input[type=submit], input[type=button] {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding: 5px 8px;
    background-color: #347DDB;
    color: #fff;
    border: 0;
    border-radius: 5px;
    margin: 0 5px;
    cursor: pointer;
  }
  .uploadButton {
    padding: 8px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    border: 2px solid transparent !important;
    display: inline-block;
    margin: 8px 0;
    text-shadow: none;
    box-shadow: none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #3498DB;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 10px;
    background-size: 20px;
    cursor: pointer;
  }

    input[type=submit].small {
      font-size: 11px;
      padding: 3px 7px
    }

    input[type=submit]#btnFermer {
      margin-right: 0;
    }

  input[type=image] {
    background-color: transparent;
    padding: 0;
  }

  input[type=submit].btn-gris {
    background: #7E91AA;
  }

.btn-plus-wrapper {
  position: relative;
  display: inline-block;
}

  .btn-plus-wrapper input[type=submit] {
    margin-right: 0;
  }


  .btn-plus-wrapper span {
    margin-left: 5px;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    background: #347DDB;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
  }

    .btn-plus-wrapper span.btn-gris {
      background: #7E91AA;
    }

  .btn-plus-wrapper .btn-div {
    display: none;
    position: absolute;
    right: 0;
    top: 36px;
    font-size: 14px;
    text-align: left;
    border: 1px solid #347DDB;
    box-shadow: 2px 1px 10px rgb(0 0 0 / 20%);
    border-radius: 5px;
    background-color: #fff;
    background-color: #edf3fc;
    z-index: 100;
  }

    .btn-plus-wrapper .btn-div.gris {
      border: 1px solid #7E91AA;
      background-color: #fff;
      background-color: #eceff3;
      z-index: 100;
    }

    .btn-plus-wrapper .btn-div.blanc {
      border: 1px solid #7E91AA;
      background-color: #fff;
      padding: 0 20px;
      z-index: 100;
    }

    .btn-plus-wrapper .btn-div .arrow {
      position: absolute;
      top: -16px;
      right: 5px;
      width: 0;
      height: 0;
      padding: 0;
      border-width: 7px;
      border-style: solid;
      border-color: transparent transparent #347DDB transparent;
      background: transparent;
      border-radius: 0;
    }

    .btn-plus-wrapper .btn-div.gris .arrow {
      border-color: transparent transparent #7E91AA transparent;
    }

    .btn-plus-wrapper .btn-div p {
      font-size: 12px;
      padding: 0 5px;
    }

  .btn-plus-wrapper ul {
    padding: 0;
    margin: 0;
  }

  .btn-plus-wrapper ul li {
    list-style: none;
    white-space: nowrap;
  }

  .btn-plus-wrapper .btn-div .btns li:nth-child(1) {
    border-radius: 5px 5px 0 0;
  }

  .btn-plus-wrapper .btn-div .btns li:nth-last-child(1) {
    border-radius: 0 0 5px 5px;
  }

  .btn-plus-wrapper .btn-div .btns li:hover {
    background: #edf3fc;
    background: #fff;
  }

  .btn-plus-wrapper .btn-div.gris .btns li:hover {
    background: #eceff3;
    background: #fff;
  }

  .btn-plus-wrapper .btn-div .btns li input[type=submit], .btn-plus-wrapper .btn-div .btns li span {
    box-sizing: border-box;
    margin: 0;
    padding: 4px 10px;
    font-size: 13px;
    background-color: transparent;
    color: inherit;
    width: 100%;
    text-align: left;
  }

  .btn-plus-wrapper .btn-div .btns a{
    text-decoration:none;
  }

  .multiSelect {
    font-family: arial;
    font-size: 12px;
    border: 1px solid #ccc;
    padding: 2px 2px 1px 2px;
    border-radius: 3px;
    background-color: #fff;
  }

nav {
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1000;
  width: 100%;
}

  nav .userlogo {
    cursor: pointer;
  }

  nav .user {
  position: absolute !important;
  right: 0;
    display: flex;
    align-items: center;
}

    nav .user i {
      margin-left: 10px;
      vertical-align: -2px;
}

    nav .user .maj {
      position: relative;
      cursor: pointer;
      margin-right: 14px;
    }

    nav .user .maj i {
      margin-left: 0;
    }

      nav .user .maj span {
        display: block;
        position: absolute;
        top: -3px;
        right: -5px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #f00;
        vertical-align: -10px;
      }

    nav .user .button {
      padding-left: 0;
      padding-right: 22px;
    }

.panel-compte {
  display: none;
  position: absolute;
  top: 52px;
  right: 27px;
  z-index: 10000;
  width: 230px;
  margin: 0;
  padding: 20px 15px;
  font-size: 14px;
  /*    border: solid 1px #ccc;
    background-color: #fff; */
  background-color: #f7f8fb;
  border-radius: 3px;
  box-shadow: 2px 1px 10px rgb(0 0 0 / 20%);
}

.panel-compte ul{
  list-style-type:none;
    padding-left: 0;
    margin: 0;
    background-color: #fff;
    border-radius: 3px;
  }

.panel-compte li{
    padding: 6px 15px;
}
  .panel-compte li a{
      display: block;
    font-size:14px;
    text-decoration:none;
    color:inherit;
  }

      .panel-compte li a i {
        width: 26px;
        vertical-align: -3px;
        color: #414D6F
      }

    .panel-compte li.user-connecte {
      padding: 15px;
      margin-bottom: 8px;
      font-weight: 600;
      border-bottom: 1px solid #d6d4e1;
    }

    .panel-compte li.user-autre {
      padding: 0 15px;
    }

      .panel-compte li.user-autre a {
        padding: 6px 0;
      }

        .panel-compte li.user-autre a:last-child {
          padding-bottom: 14px;
          border-bottom: 1px dotted #d6d4e1;
        }

    .panel-compte li.add {
      margin-top: 8px;
      cursor: default;
    }

      .panel-compte li.add i {
        vertical-align: -2px;
      }

      .panel-compte li.add .add-form {
        display: none;
      }

        .panel-compte li.add .add-form div:first-child {
          margin-top: 20px;
        }

        .panel-compte li.add .add-form div {
          display: flex;
          justify-content: space-between;
          margin: 3px 0;
        }

          .panel-compte li.add .add-form div label {
            width: 90px;
            font-size: 13px;
          }

          .panel-compte li.add .add-form div input {
            width: 100px;
          }

        .panel-compte li.add .add-form .wrapper {
          display: flex;
          justify-content: flex-end;
        }

        .panel-compte li.add .add-form .btn-add {
          color: #347DDB;
          cursor: pointer;
        }

        .panel-compte li.add .add-form .erreur {
          display: none;
          margin-top: 10px;
          color: #ec2d2d;
          font-size: 14px;
        }

    .panel-compte li.logout {
      margin-top: 8px;
      padding-top: 15px;
      padding-bottom: 0;
      background-color: #f7f8fb;
    }

  .page {
    box-sizing: border-box;
    max-width: 1300px;
    width: 98%;
    margin: 0 auto;
    padding-top: 75px;
    /*padding-top: 20px;*/
    padding-bottom: 50px;
  }

.popup {
  box-sizing: border-box;
  width: 97%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.titre_page {
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  font-weight: bold;
}

.page-header {
  height: 60px;
}
.popup .page-header {
  height: 40px;
}

.page-header td {
  padding: 5px 0;
}

.page-contenu {
  padding-top: 15px;
}

.panelTitle {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  padding: 5px 7px;
  font-size: 14px;
  letter-spacing: 0px;
  width: 100%;
  background: #e9ebf2;
}

.panelLeftTitle {
  width: 4px;
  background: #e9ebf2;
}

.panelRightTitle {
  width: 4px;
  background: #e9ebf2;
}

.panel {
  border: 1px solid #e9ebf2;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #fbfbfd;
}



.inputNombreInactif {
  background-color: #e8e8e8;
  text-align: right;
}

.rechercheDiv {
  display: inline-block;
  background-color: #e9ebf2;
  padding: 10px;
  margin-bottom: 15px;
}

.btnExcel {
  border-width: 0px;
  vertical-align: -3px;
  margin-right:2px;
}

.tagsCollection {
  width: 100%;
  min-height: 28px;
  box-sizing: border-box;
  margin: 0;
}

  .tagsCollection .tagsSelector {
    margin-left: 2px;
  }

  .tagsCollection .tagsSelector.ui-autocomplete-input {
    margin-left: 20px;
    height: 15px;
  }

  .tagsCollection .fa-caret-down {
    margin-left: 2px;
    margin-top: 3px;
    padding-left: 0;
    list-style: none;
    position: absolute;
  }

  .tagsCollection .fa-caret-down .subMenu {
    display: none;
    width: 115px;
    margin-left: 19px;
    padding: 5px;
    font-size: 12px;
    color: black;
    background-color: #f6f6f6;
    font-family: Verdana;
    font-weight: normal;
    cursor: pointer;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  .tagsCollection .fa-caret-down .subMenu:hover {
    background-color: #ccc;
  }

  .tagsCollection div, .tagPanel div {
    margin: 4px;
    height: 14px;
    padding: 2px 6px 2px 4px;
    color: #000;
    background-color: #eee;
    border: solid 1px #666;
    border-radius: 14px;
  }

  .tagsCollection .fa-times-circle, .tagsCollection .fa-circle-xmark, .tagPanel .fa-times-circle, .tagPanel .fa-circle-xmark {
    font-size: 13px;
    color: #000;
    margin-right: 5px;
    cursor: pointer;
    margin-left: -2px;
  }



#udpParticipants select {
  width: 150px;
}

  .dtgHeaderStyleBlue a {
    font-size: 12px;
    color: #000;
  }

  .dtgListe {
    margin-top: 15px;
  border-collapse: collapse;
  }

  .dtgHeaderStyleBlue {
    background: none;
    color: #000;
    font-weight: bold;
    border: 0;
  }

.dtgAlternatingItemStyleBlue {
/*  background-color: #f2f2f7;*/
  background-color: #eaecf2;
  border: 0;
}

  .dtgItemStyleBlue {
    background-color: transparent;
    border: 0;
  }
.dtgItemTitleStyleBlue {
  background-color: #dee1ec;
  border: 0;
  background-image:none;
}

.dtgFooterStyleBlue {
  background-color: #f2f2f7;
  border: 1px solid #ccc;
}

.dtgSearchStyleBlue {
  background-image: url("../images/search_small.png");
  background-position: left;
  background-repeat: no-repeat;
  /*padding-left: 0 !important;*/
}

  tr.dtgItemStyleBlue:hover, tr.dtgItemStyleBlue.hover {
  background-color: #dee1ec;
  }

  tr.dtgAlternatingItemStyleBlue:hover, tr.dtgAlternatingItemStyleBlue.hover {
  background-color: #dee1ec;
  }

  .dtgListe .dtgHeaderStyleBlue, dtgListe .dtgItemTitleStyleBlue {
    border-top: 1px solid #d6d4e1;
    border-left: 1px solid #d6d4e1;
    border-right: 1px solid #d6d4e1;
    border-bottom: 0;
  }

  .dtgListe .dtgItemStyleBlue, .dtgListe .dtgAlternatingItemStyleBlue {
    border-left: 1px solid #d6d4e1;
    border-right: 1px solid #d6d4e1;
  }

  .dtgListe .dtgHeaderStyleBlue td {
    vertical-align: bottom;
  }

  .dtgListe .dtgPagerStyleBlue {
    font-size: 12px;
    border: 1px solid #fff;
    border-top: 1px solid #d6d4e1;
  }

  .dtgListe .dtgPagerStyleBlue td {
    padding-top: 20px;
    text-align: center;
  }

    .dtgListe .dtgPagerStyleBlue td span {
      padding: 5px 10px;
      background-color: #eee;
      border: 0;
      border-radius: 5px;
    }

    .dtgListe .dtgPagerStyleBlue td a {
      font-size: 12px;
      padding: 5px 10px;
      text-decoration: none;
      background: #347DDB;
      color: #fff;
      border: 0;
      border-radius: 5px;
    }

    .dtgListe .dtgPagerStyleBlue table {
      margin: 0 auto;
    }

    .dtgListe .dtgPagerStyleBlue table td {
      padding-top: 0;
    }


  .dtgListe .fa-light {
    display: inline-block;
    width: 18px;
    text-align: center;
  }

  .dtgListe .actions-partenaire {
    width: 180px;
    white-space: nowrap;
    display: flex;
    align-content: center;
    height: 20px;
  }

  .dtgListe .actions {
    width: 106px;
    height: 20px;
  }

  .dtgListe .partenaire {
  margin-left: 5px;
    width: 68px;
    height: 20px;
  }

  .dtgListe .img-vide {
    width: 18px;
    height: 1px;
  }

  .dtgListe tr {
    cursor: pointer;
  }


.fa.lien, .fas.lien, .far.lien, .fal.lien, .fa-light.lien, .fa-thin.lien {
  color: #347DDB;
  cursor: pointer;
}

.fa.lien-off, .fas.lien-off, .far.lien-off, .fal.lien-off, .fa-light.lien-off, .fa-thin.lien-off {
  color: #347DDB;
  opacity: 0.4;
  cursor: default;
}

.fa.lien-off-red, .fas.lien-off-red, .far.lien-off-red, .fal.lien-off-red, .fa-light.lien-off-red, .fa-thin.lien-off-red {
  opacity: 0.4;
  cursor: default;
}

.fa-blue {
  color: #347DDB;
}

.fa-red {
  color: #ec2d2d;
}

.fa-yellow {
  color: #f4bb33;
}

.fa-green {
  color: #29ae29;
}

.fa-trash-alt {
  color: #ec2d2d;
}

.fa-envelope {
  vertical-align: -3px;
}

.fa-list-ol {
  vertical-align: -3px;
}

.fa-share {
  transform: scale(1, -1);
}

.fa-file-excel {
  margin-left: 10px;
}

.fa-trash-alt {
  margin-left: 3px;
  width: 15px;
}

.fa-arrow-down-to-square {
  margin-top: 4px;
}

.fa-book-blank {
  /*  width: 18px;
*/
}

.fa-file-import {
  /*  margin-top: 3px;
*/
}

.fa-share-from-square {
  margin-top: 3px;
}

.fa-eye {
  /*  margin-top: 3px;
*/
}

.joomla {
  margin: 0 1px 0 1px;
  width: 16px;
}

.fa-right {
  margin-left: -7px;
  vertical-align: 1px;
}


.fa-fz22 {
  font-size: 22px;
}

.fa-fz21 {
  font-size: 21px;
}

.fa-fz20 {
  font-size: 20px;
}

.fa-fz19 {
  font-size: 19px;
}

.fa-fz18 {
  font-size: 18px;
}

.fa-fz17 {
  font-size: 17px;
}

.fa-fz16 {
  font-size: 16px;
}

.fa-fz15 {
  font-size: 15px;
}

.fa-fz14 {
  font-size: 14px;
}

.fa-fz13 {
  font-size: 13px;
}


.infoPanel {
  margin-right: 15px;
}

  .infoPanel.p0 {
    margin-right: 0;
  }

.infoPanelContainer {
  display: flex;
}

.infoPanelTitle {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  padding: 5px 7px;
  font-size: 14px;
  background: #dee1ec;
}

  .infoPanelTitle a{
    text-decoration:none;
    color:#000;
    font-size:14px;
  }

  .infoPanelContent {
  border: 1px solid #dee1ec;
    padding: 10px;
    margin-bottom: 15px;
    background: #fbfbfd;
  }

.infoPanelTitle + div {
}




.ui-widget {
  font-family: 'Open Sans', sans-serif;
}


.ui-widget.ui-widget-content {
  border: 0;
}

.ui-widget-header {
  border: 0;
  background: none;
  color: #000;
  font-weight: normal;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  font-size: 14px;
  color: #000;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #f0f2f7;
  background: #f0f2f7;
}

  .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
    color: #888;
  }

.ui-dialog.ui-widget.ui-widget-content {
  border: solid 1px #c5c5c5;
  padding: 0;
}

.ui-dialog-titlebar.ui-widget-header {
  background-color: #414d6f;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.ui-multiselect {
  background-color: #fff;
  border: 1px solid #ccc;
}

.ui-tabs {
  padding: 0;
}

.ui-tabs .ui-tabs-panel {
  padding: 20px 0 20px 15px;
  background: #fff;
  border: 1px solid #d6d4e1;
  border-radius: 3px;
}

.ui-tabs .ui-tabs-nav {
  padding: 0 .2em 0 0;
}

  .ui-tabs .ui-tabs-nav li {
    margin: 0 8px 0 0;
    border-bottom-width: 1px;
  }

  .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    font-size: 14px;
    line-height: 1.3;
    padding: .5em 1.5em;
  }

  .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #fff;
    border: 1px solid #d6d4e1;
    border-bottom: 1px solid #fff;
  }

  .ui-tabs .ui-tabs-nav .ui-state-active, .ui-tabs .ui-tabs-nav .ui-widget-content .ui-state-active, .ui-tabs .ui-tabs-nav a.ui-button:active, .ui-tabs .ui-tabs-nav .ui-button:active, .ui-tabs .ui-tabs-nav .ui-button.ui-state-active:hover {
    border: 1px solid #d6d4e1;
    padding: 5px 7px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3;
    color: #000;
    background: #fff;
  }

.ui-menu.ui-widget.ui-widget-content {
  border: 1px solid #ccc;
  box-shadow: 2px 1px 10px rgb(0 0 0 / 20%);
}

.ui-menu .ui-state-active {
  background: #d6d4e1;
  color: #000;
  border: 0;
  font-size: 1em;
  font-weight: normal;
  line-height: normal;
  padding: 5px 6px 5px 6px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  color: #000;
}

.ui-datepicker table {
  font-size: 12px;
  margin: 0;
}


.ui-datepicker.ui-widget.ui-widget-content {
  border: 1px solid #d6d4e1;
  padding: 1px;
  }

.ui-datepicker-multi.ui-widget.ui-widget-content {
  border: 0;
  padding: 0;
}
.ui-datepicker-group {
  border: 1px solid #e9ebf2;
}

.ui-datepicker .ui-widget-header {
  font-size: 13px;
  color: #000;
  font-weight: 700;
  border: 1px solid #fff;
  background: #e9ebf2;
}

.ui-datepicker td .ui-state-default.ui-state-active {
  border: 1px solid #d6d4e1;
  padding: .2em;
  font-size: 13px;
  color: #000;
  font-weight: 700;
  line-height: 1;
}

.ui-datepicker table td {
  padding: 1px !important;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 32.8%;
  margin-right: 1px;
}


table {
  margin: 0;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

  table td {
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
  }

.infoPanelContent table td {
  padding: 3px;
}

.dtgListe td {
  padding: 3px;
  height:22px;
}

a.subMenu {
  font-size: 8pt;
  border: 1px solid #316BC6;
  border-collapse: collapse;
}

.styled-select{
  border:0;
}

.statut-confirme {
  color: #29ae29;
  font-weight: 800;
  text-transform: uppercase;
}

.statut-encours {
  color: #f4bb33;
  font-weight: 800;
  text-transform: uppercase;
}

.statut-complet {
  color: #ec2d2d;
  font-weight: 800;
  text-transform: uppercase;
}

.statut-annule {
  color: #999;
  font-weight: 800;
  text-transform: uppercase;
}
.statut-invisibleVEL {
  color: #c815fc;
  font-weight: 800;
  text-transform: uppercase;
}

.client-orange {
  --fa-secondary-color: orangered;
}

#overDiv {
  border: solid 1px #c2c2c2;
  z-index: 1000;
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  box-shadow: 5px 5px 5px #ccc;
}
#overDiv table{

}
#overDiv td{
  padding:3px;
  height:22px;
}

#udpPlanning-nav {
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  width: 1300px;
  height: 47px;
  padding: 10px 0;
  margin-bottom: 10px;
  background-color: #fff;
  border-bottom: 1px solid #dee1ec;
  border-top: 1px solid #dee1ec;
}

  #udpPlanning-nav #btnPrev, #udpPlanning-nav #btnNext {
    margin: 0;
  }

  #udpPlanning-nav .prevnex {
    font-size: 25px;
  }

#udpPlanning-cont {
  margin-top: 0;
}

  #udpPlanning-cont a {
    text-decoration: none;
  }

#udpPlanning .statut_0, #udpPlanning .statut_1, #udpPlanning .statut_2 {
  background-color: #79bf79;
}

#udpPlanning .statut_3 {
  background-color: #e17979;
}

#udpPlanning .statut_4 {
  background-color: #e6e6e6;
}

#udpPlanning .statut_5 {
  background-color: #eed07f;
}

#udpPlanning .Disabled {
  opacity: 0.4;
}

#udpPlanning-cont #grdLeftPlanning tr {
  border-bottom: 1px solid #f2f2f7;
}

#udpPlanning-cont #grdLeftPlanning tr.dtgFooterStyleBlue {
  background-color: transparent;
  border: 0;
}

#udpPlanning-cont #grdLeftPlanning tr:nth-child(11n+1) {
  background-color: #fff;
}



#udpPlanning-cont #grdPlanning tr {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f7;
}

#udpPlanning-cont #grdPlanning tr:nth-child(11n+1) {
  background-color: #dee1ec;
}

#divMessageHistory td{
  padding:2px;
  padding-right:4px;
}

/* Fileupload & Liste des fichiers */
div.contentUpload {
  width: -webkit-fit-content;
  height: -webkit-fit-content;
  display: flex;
  justify-content: space-around;
}

table.contentUpload {
  width: 100%;
  height: -webkit-fit-content;
}

  table.contentUpload tr {
    width: 100%;
  }

.contentUpload div.content-label-file {
  width: -webkit-fit-content;
  height: -webkit-fit-content;
}

.contentUpload div.content-table-files {
  max-height: 120px;
  overflow: auto;
}


/*  Dropzone  */
.dropzone {
  width: -webkit-fit-content;
  height: -webkit-fit-content;
  padding: .5rem;
  border: dashed 2px #889ba6;
  display: flex;
  flex-direction: column;
  align-items: center;
}

  .dropzone > .icon-dropzone {
    font-size: 20px;
    margin: 5px;
  }

  .dropzone > .text-dropzone {
    font-size: 13px;
    margin: 2px auto;
  }

  .dropzone > .text-parametres {
    font-size: 9px;
    margin: auto;
    text-align: center;
  }

  .dropzone > .fileinput-button {
    font-size: 14px;
    cursor: pointer;
    padding: 5px 8px;
    background-color: #347DDB;
    color: #fff;
    border: 0;
    border-radius: 5px;
    margin: 0 5px;
  }

  .dropzone.in {
  }

  .dropzone.hover {
    opacity: 0.8;
    background-color: antiquewhite;
    border-width: 2px;
    border-color: black;
  }

/* Progress bar */
.progress {
  width: 100%;
}

  .progress .bar {
    width: 0%;
  }

  .progress .progress-bar {
    background-color: green;
    border-color: green;
    border-width: 1px;
    text-align: center;
  }

  .progress .progress-bar-success {
  }
/***** TAGS *****/

.tagDiv-wrapper {
  display: none;
  align-items: center;
  max-width: 1300px;
  height: 45px;
  margin-bottom: 10px;
  overflow: hidden;
  padding-top: 4px;
  margin-top: -10px;
}

.tagDiv {
  display: flex;
  align-items: center;
  padding: 0 64px 0 0;
  font-size: 12px;
}

.tagPict {
  margin-right: 10px;
  font-size: 24px;
  cursor: pointer;
}

.tagButton {
  position: relative;
  margin-right: 10px;
  padding: 5px 10px;
  border: 0;
  border-radius: 50rem;
  background-color: #e9ebf2;
  cursor: pointer;
}

  .tagButton .fa-thumbtack {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 16px;
    color: #333;
  }

    .tagButton .fa-thumbtack.fa-rotate-90 {
      color: #bbb;
    }

/**********/

