/*div.dataTables_paginate .pagination > li > a {
   color: #41545d; 
}

div.dataTables_paginate .pagination > .disabled > a {
    color:#777777;
}

div.dataTables_paginate .pagination > .active > a {
  background-color: #fb9f00;
  border-color: #fb9f00;
  color: #eeeeee;
}

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
}
table.table thead .sorting {
  background: url('/R/E/AdminUsers/Default/assets/img/sort_both.png') no-repeat center right;
}
table.table thead .sorting_asc {
  background: url('/R/E/AdminUsers/Default/assets/img/sort_asc.png') no-repeat center right;
}
table.table thead .sorting_desc {
  background: url('/R/E/AdminUsers/Default/assets/img/sort_desc.png') no-repeat center right;
}
table.table thead .sorting_asc_disabled {
  background: url('/R/E/AdminUsers/Default/assets/img/sort_asc_disabled.png') no-repeat center right;
}
table.table thead .sorting_desc_disabled {
  background: url('/R/E/AdminUsers/Default/assets/img/sort_desc_disabled.png') no-repeat center right;
}
table.dataTable th:active {
  outline: none;
}
table#listClientProGTS td:first-child,
table td:last-child {
  width: 5%;
  text-align:center;
}
table#listClientProGTS td:nth-child(2) {
  width: 15%;
}*/

/*************************************************************************************************/

/**** IL Y A UNE PARTIE FRONT ET UNE PARTIE ADMIN MERCI DE BIEN METTRE LE CSS AU BON ENDROIT ****/

/******************************** SINON VOUS SEREZ CHATIÉ **************************************/

/**********************************************************************************************/

/******************************** CSS POUR LE FRONT B2B  *************************************/

/********************************************************************************************/

.modal-header button {
  font-size: 2rem;
}
.head-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-horizontal .head-title .form-group {
  margin-right: 0px;
  margin-left: 0px;
}
.head-title #ImportClient {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.head-title #ImportClient label {
  margin-bottom: 0;
  background-color: #000;
  color: #FFF;
  padding: 0.5rem 0.5rem;
}
.head-title #ImportClient label .fa-upload {
  margin-right: 5px;
}
.head-title #ImportClient a {
  font-size: 1.5rem;
  margin-left: 5px;
}
.head-title h2 {
  font-size: 1.8rem;
  margin: 0;
}
.modal-UpdateUser .ticket-info {
  float: none;
  width: fit-content;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#divPopin .modal-body {
  max-height: 85vh;
  overflow-y: auto;
}
.form-horizontal .control-label {
  padding-top: 0;
}
.wrap-civilites {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wrap-civilites input {
  margin: 0 16px 0 5px;
}
.wrap-civilites label.radio {
  padding-top: 0;
  min-height: unset;
}
.responsive-table > tbody {
  display: block;
  height: 50vh;
  overflow-y: scroll;
}
.responsive-table > thead,
.responsive-table > tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.responsive-table > thead {
  width: 98.7%;
}
.responsive-table td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wrap-usergroup {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.wrap-label-group {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.wrap-label-group label.radio,
.wrap-label-group input {
  margin: 0;
  padding: 0;
}
.wrap-label-group input {
  margin-left: 5px;
}
.right {
  text-align: right;
}
.required-input {
  margin: 15px;
}
@media (min-width: 980px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 760px) and (max-width: 1200px) {
  .responsive-table > thead {
    width: 98%;
  }
}
@media (max-width: 760px) {
  .attribute-ticket-search label {
    padding-left: 0 !important;
  }
  .responsive-table.table-bordered {
    border: none;
  }
  .responsive-table thead {
    border: none;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute;
    max-width: 10%;
  }
  table.responsive-table tbody tr {
    display: block;
    margin-top: 1em;
    border: 2px solid #CCC;
  }
  table.responsive-table tbody tr:first-of-type {
    margin-top: 0;
  }
  table.responsive-table td {
    display: block;
    font-size: 0.8rem;
    text-align: right;
  }
  table.responsive-table td.text-center:not(.text-right-smart) {
    text-align: center;
  }
  table.responsive-table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .table-holder .responsive-table .align-center {
    text-align: right;
  }
}
/**************************************************************************************/

/**************************** CSS POUR L'ADMIN B2B  ***********************************/

/**************************************************************************************/

/********* IMPORT D'ORGANISMES 
    Tout CSS pour cette page doit etre mis entre les balises 
    article[data-action="FilterSearchCategory"] {} *************/

article[data-action="FilterSearchCategory"] .head-title {
  border-bottom: 1px solid #eeeeee;
}
article[data-action="FilterSearchCategory"] .head-title h2 {
  font-size: 30px;
}
article[data-action="FilterSearchCategory"] #resultTree .treeview li {
  border-left: 1px solid #fb9f00;
  margin-left: 15px;
  position: relative;
}
article[data-action="FilterSearchCategory"] #resultTree .treeview li:last-child {
  height: 15px;
}
article[data-action="FilterSearchCategory"] #resultTree .treeview li:before {
  content: "";
  display: block;
  width: 20px;
  border-top: 1px solid #fb9f00;
  margin-top: 3px;
  position: absolute;
  top: 1em;
  left: 0;
}
article[data-action="FilterSearchCategory"] #resultTree .treeview li label.navigation-item {
  position: relative;
  left: 15px;
  top: -10px;
}
article[data-action="FilterSearchCategory"] #resultTree .treeview li div.checkbox.custom {
  display: inline-block;
}
article[data-action="FilterSearchCategory"] #resultTree .treeview li i {
  margin: 0 5px 0 15px;
  color: #62737b;
}
article[data-action="FilterSearchCategory"] .btn.btn-import {
  background: #62737B;
  color: white;
  padding-right: 10px;
  display: none;
}
article[data-action="FilterSearchCategory"] .btn:before {
  float: left;
  width: 40px;
  margin-right: 18px;
  text-align: center;
  border-radius: 3px !important;
  font-family: FontAwesome;
  text-indent: 0;
}
article[data-action="FilterSearchCategory"] .btn.btn-import:before {
  background: #41545D;
  content: "\f063";
  font-family: Fontawesome;
  font-size: 20px;
}
/********* GAT-10405 Fix mode de règlement  *************/

.UpdateModeReglementToContact #FormUpdateModeReglementToContact input[type="number"].montant {
  float: right;
}
.UpdateModeReglementToContact #FormUpdateModeReglementToContact span.libelleTypeNumber {
  float: right !important;
  margin-right: 10px !important;
}
/********* IMPORT DE CLIENTS PRO / PARAMETRAGE CONTACT PRO
    Tout CSS pour cette page doit etre mis entre les balises 
    article[data-action="FilterSearchUser"] {} *************/

/* SEARCH CLIENTS */

article[data-action="SearchUser"] #ExportClient {
  display: inline-block;
  margin-bottom: 0;
}
article[data-action="SearchUser"] #ExportClient button {
  padding: 5px;
  line-height: 15px;
  font-size: 15px;
}
article[data-action="SearchUser"] #ExportClient button::before {
  content: "";
  height: 0px;
  width: 0px;
}
/* SEARCH UTILISATEURS */

article[data-action="FilterSearchUser"] .head-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}
article[data-action="FilterSearchUser"] .head-title h2 {
  font-size: 30px;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1rem;
}
article[data-action="FilterSearchUser"] #ImportClientPro label {
  background-color: #57bd42;
  color: white;
  text-align: center;
  padding: 6px;
  border-radius: 3px;
  margin-left: 15px;
  font-size: 20px;
  display: inline;
}
article[data-action="FilterSearchUser"] #ImportClientPro label i {
  color: #FFF;
  margin-right: 5px;
}
article[data-action="FilterSearchUser"] .info-color-icone {
  width: 45px;
  padding: 5px 0;
  background: #234f64;
  color: white;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
article[data-action="FilterSearchUser"] .info-color-icone i {
  height: 25px;
}
article[data-action="FilterSearchUser"] .info-color {
  position: relative;
  margin-bottom: 10px;
}
article[data-action="FilterSearchUser"] .info-color-text {
  position: absolute;
  display: none;
  top: 0;
  left: 60px;
  z-index: -1;
}
article[data-action="FilterSearchUser"] .users-hide,
article[data-action="FilterSearchUser"] .tree-users-hide {
  display: none;
}
article[data-action="FilterSearchUser"] .btn.btn-param {
  background: #62737B;
  color: white;
  padding-right: 10px;
  display: none;
}
article[data-action="FilterSearchUser"] .btn.btn-param:before {
  background: #41545D;
  content: "\f085";
  font-size: 20px;
  font-family: 'FontAwesome', Sans-serif;
}
article[data-action="FilterSearchUser"] #ImportClientPro #lnkFormatFichierCSVPro {
  color: dimgray;
  font-size: 25px;
}
article[data-action="FilterSearchUser"] .table-bordered > tbody > tr > td,
article[data-action="FilterSearchUser"] .table-bordered > tbody > tr > th {
  vertical-align: middle;
}
article[data-action="FilterSearchUser"] .table-holder table td > a {
  margin: 0px;
}
article[data-action="FilterSearchUser"] #ExportAdmin {
  display: inline-block;
  margin-bottom: 0;
  margin-left: auto;
}
article[data-action="FilterSearchUser"] #ExportAdmin button {
  padding: 5px;
  line-height: 15px;
  font-size: 15px;
}
article[data-action="FilterSearchUser"] #ExportAdmin button::before {
  content: "";
  height: 0px;
  width: 0px;
}
article[data-action="FilterSearchUser"] .btn.btn-normal.btn-search:before {
  content: "\f0b0";
  font-family: 'FontAwesome', Sans-serif;
}
article[data-action="FilterSearchUser"] .btn.btn-more,
article[data-action="FilterSearchUser"] .btn.btn-more:focus {
  background: #92b2c1;
  color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
}
article[data-action="FilterSearchUser"] .btn.btn-more:after {
  font-family: 'FontAwesome', Sans-serif;
  background: #92b2c1;
  content: "\f078";
  font-size: 12px;
}
article[data-action="FilterSearchUser"] #divListUser .table-holder ul.dropdown-menu a {
  padding: 10px 10px 10px 10px;
}
article[data-action="FilterSearchUser"] .table-holder table td a:hover,
article[data-action="FilterSearchUser"] .table-holder table td a:active,
article[data-action="FilterSearchUser"] .table-holder table td a:focus {
  color: #262626;
  background-color: #f5f5f5;
}
article[data-action="FilterSearchUser"] .table-holder table td a.SaveChangeNbProductsMaxInOrder,
article[data-action="FilterSearchUser"] .table-holder table td a.SaveChangeNbProductsMinInOrder {
  display: inline-block;
  width: 40px;
  vertical-align: middle;
  background: none;
}
article[data-action="FilterSearchUser"] .modal-Rattachement ul.treeview.navigation-tree li {
  padding: 5px 0 5px 10px;
}
article[data-action="FilterSearchUser"] .modal-Rattachement .NbProduitsCommandesMin {
  float: left;
  margin-right: 20px;
}
article[data-action="FilterSearchUser"] .modal-ProductsByContacts ul.treeview.navigation-tree li {
  padding: 5px 0 5px 10px;
}
article[data-action="FilterSearchUser"] .modal-ProductsByContacts ul.treeview.navigation-tree li input.taux {
  float: right;
  width: auto;
}
article[data-action="FilterSearchUser"] .modal-ProductsByContacts ul.treeview.navigation-tree li ul.branch.in {
  padding: 5px 0 5px 15px;
}
article[data-action="FilterSearchUser"] .modal-ProductsByContacts .header-commissions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
article[data-action="FilterSearchUser"] .modal-ProductsByContacts .commissions-wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}
article[data-action="FilterSearchUser"] .modal-ProductsByContacts .commissions-wrap .commission-wrap {
  flex-basis: 50%;
  display: flex;
  gap: 1rem;
  align-items: center;
}
article[data-action="FilterSearchUser"] .modal-ProductsByContacts .commissions-wrap .commission-wrap input {
  width: auto;
}
article[data-action="FilterSearchUser"] .modal-ProductsByContacts .commissions-wrap .pallier-wrap {
  flex-basis: 40%;
  display: flex;
  gap: 1rem;
  align-items: center;
}
article[data-action="FilterSearchUser"] .modal-ProductsByContacts .commissions-wrap .save-wrap {
  flex-basis: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
article[data-action="FilterSearchUser"] .modal-ProductsByContacts .commissions-wrap .save-wrap .btn.btn-save {
  padding: 0;
  margin: 0;
}
article[data-action="FilterSearchUser"] .modal-ProductsByContacts .commissions-wrap .save-wrap .btn.btn-save:before {
  margin: 0;
  content: "\f00c";
}
article[data-action="FilterSearchUser"] .modal-ProductsByContacts .commissions-wrap .save-wrap .btn.btn-delete {
  padding: 0;
  margin: 0;
}
article[data-action="FilterSearchUser"] .modal-ProductsByContacts .commissions-wrap .save-wrap .btn.btn-delete:before {
  margin: 0;
  content: '\f014';
}
/********* ASSOCIATION TEMPLATE DE BILLETS
Tout CSS pour cette page doit etre mis entre les balises 
article[data-action="AssociateTicketTemplate"] {} *************/

article[data-action="AssociateTicketTemplate"] .head-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}
article[data-action="AssociateTicketTemplate"] .head-title h2 {
  font-size: 30px;
}
/********* GESTION DES RANGS
Tout CSS pour cette page doit etre mis entre les balises 
article[data-action="SettingRanks"] {} *************/

article[data-action="SettingRanks"] .head-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}
article[data-action="SettingRanks"] .head-title h2 {
  font-size: 30px;
}
article[data-action="SettingRanks"] #rank-table td form {
  display: flex;
  align-items: center;
}
article[data-action="SettingRanks"] .new-tag-btn-div button {
  margin-top: 1rem;
}
#FormRattachement #ulProducts .navigation-item.inline {
  width: fit-content;
}
