.navbar.main {
  height: auto;
}

/* @media (max-width: 1979px) {
  .navbar.main li a.user {
    font-size: 8px !important;
  }
} */

@media (min-width: 0px) and (max-width: 800px) {
  .navbar.main.navbar-primary {
    overflow-y: scroll;
    height: auto;
  }
}

.navbar.main .nav > li > a {
  color: white;
}

.sidebar > .sidebarMenuWrapper {
  top: 0;
}

.sidebar > .sidebarMenuWrapper img {
  max-width: 100px;
}
.red-message-alert {
  color: red;
  font-size: 1.5em;
  font-weight: bold;
}
.tdpdwclear,
.tdpdw {
  cursor: pointer;
}
.tdpdwclear {
  display: none;
}

/* codes prmoo */
.configpromo {
  padding: 10px;
}
.configpromo:hover {
  background: #eee;
  border: 1px solid #999;
}
/* facturation */

.facture_ligne {
  overflow: auto;
  padding: 20px;
}
.facture_ligne:nth-child(even) {
  background: #dedede;
}
.facture_ligne_modele {
  background: transparent;
}

.facture_ligne.highlighted {
  background: #efdc7d;
  border: 2px solid #feac01;
}

.facture_ligne .pricezone {
  overflow: visible;
  clear: both;
  padding-left: 25%;
}
.facture_ligne .pricezone div.form-group label {
  float: none;
  text-align: left;
  width: 100%;
}
.facture_ligne .pricezone div.form-group[rel="idTauxTva"] label {
  margin-bottom: 17px;
}
.facture_ligne .pricezone div.form-group {
  width: 14%;
  float: left;
  overflow: visible;
}

.facture_ligne div.form-group[rel="nomLigneFacture"],
.facture_ligne div.form-group[rel="detailLigneFacture"] {
  width: 100%;
  float: left;
}

.del_facture_ligne {
  float: right;
  margin-bottom: 10px;
}

.add_facture_ligne {
  display: table;
  clear: both;
  margin: 0 auto;
}

/* tags facture */
#add_tags_popup {
  display: none;
}
.tags-facture-ligne {
  display: inline-block;
}

.tag-ligne-facture {
  background: #f5f5f5;
  color: #666;
  display: inline-block;
  border-radius: 5px;
  padding: 0px 5px;
  margin: 2px 5px;
  border: 1px solid #aaa;
}
.tag-ligne-facture .del_tag_line_facture {
  display: none;
  margin: 0 5px;
}
.tag-ligne-facture:hover .del_tag_line_facture {
  display: inline-block;
}
.tag-ligne-facture.active {
  background: lightgreen;
  color: black;
}
.tag-ligne-facture[data-tagprincipal="1"] {
  font-weight: bold;
  border-color: black;
  color: black;
  background: #ccc;
}
.add_tags_line_facture,
.add_tag_line_facture,
.del_tag_line_facture {
  cursor: pointer;
}

/* tri des lignes factures */
.facture_ligne.ui-sortable-helper,
.facture_ligne_modele.ui-sortable-helper {
  background: rgba(254, 254, 254, 0.8);
  -webkit-box-shadow: 6px 4px 18px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 6px 4px 18px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 6px 4px 18px -7px rgba(0, 0, 0, 0.75);
}
.ui-state-highlight-lignefacture {
  height: 480px;
  background: #ffefcf;
}
.facture_ligne .fa-arrows-v {
  cursor: pointer;
}

#preview-totalfact {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: 40px;
  margin-left: -20px;
  font-size: 2em;
  color: white;
  width: 100%;
  padding: 10px;
  padding-left: 50px;
}

/* ajout ligne */
/*.add_facture_ligne {
    display:none;
}
.add_facture_ligne:last {
    display:table !important
}*/

/* facture */
.note-client {
  border-top: 1px solid #dedede;
  margin-top: 5px;
  padding-top: 5px;
}

#widget_table_membres {
  clear: both;
}
#r_searchInTable_membres .searchResultItem,
#r_SearchAdresse .searchResultItem {
  cursor: pointer;
}
.remiselfbtn {
  margin-bottom: 20px;
  display: inline-block;
}
.remiselfzone {
  margin: 0 0 20px 0;
  padding-left: 30px;
  background: #f5f5f5;
  overflow: auto;
}

/* import */

.doublons {
  cursor: pointer;
}

.line-doublons {
  width: 100%;
}

.bglightgrey {
  background-color: #dedede;
}

/* participation */

.factures-links a {
  margin: 0 2px;
}
.factures-links {
  display: block;
  height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.nomTypeParticipant {
  display: block;
  width: 95%;
  text-align: center;
  margin-right: 10px;
}

table#table_participations.table > tbody > tr > td,
table#table_participations.table > tfoot > tr > td,
table#table_participations.table tr td,
table#table_participations.table tbody tr td {
  vertical-align: middle !important;
  border: 0 !important;
  line-height: auto !important;
  padding: 0 !important;
}

/*/-- chargement ajax*/

@-webkit-keyframes borderLoading {
  0% {
    background-position: 51% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 51% 0%;
  }
}
@-moz-keyframes borderLoading {
  0% {
    background-position: 51% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 51% 0%;
  }
}
@-o-keyframes borderLoading {
  0% {
    background-position: 51% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 51% 0%;
  }
}
@keyframes borderLoading {
  0% {
    background-position: 51% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 51% 0%;
  }
}
#table_participations_zone table#table_participations tr[data-xtradatas-status="toload"] td:nth-child(10) {
  background: linear-gradient(0deg, #fdf3e3, #f08229);
  background-size: 100% 1px;
  background-position: bottom;
  background-repeat: repeat-x;

  -webkit-animation: borderLoading 2s ease infinite;
  -moz-animation: borderLoading 2s ease infinite;
  -o-animation: borderLoading 2s ease infinite;
  animation: borderLoading 2s ease infinite;
}
#table_participations_zone table#table_participations tr[data-xtradatas-status="loading"] td:nth-child(10) {
  background: linear-gradient(0deg, #d2e4ec, #29abf0);
  background-size: 100% 1px;
  background-position: bottom;
  background-repeat: repeat-x;

  -webkit-animation: borderLoading 2s ease infinite;
  -moz-animation: borderLoading 2s ease infinite;
  -o-animation: borderLoading 2s ease infinite;
  animation: borderLoading 2s ease infinite;
}

#serveurbkp {
  background: red;
  color: white;
  text-align: center;
  padding: px 10px;
  border: 5px solid white;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.form-control[disabled]:focus,
.form-control[readonly]:focus,
fieldset[disabled] .form-control:focus,
.form-control[disabled]:hover,
.form-control[readonly]:hover,
fieldset[disabled] .form-control:hover,
.form-control[disabled]:hover:focus,
.form-control[readonly]:hover:focus,
fieldset[disabled] .form-control:hover:focus {
  background: #f0f0f2;
}

.badge.error,
.badge.hard {
  background: red;
  color: white;
}

.badge.warning,
.badge.soft {
  background: orange;
  color: white;
}

.badge.valid {
  background: green;
  color: white;
}

/* campagnes emailing */
#prepare_campain_wizard #groupes_modeles div.row-groupe {
  display: none;
}
.add_group_selector {
  display: none;
  background: white;
  z-index: 200;
  position: fixed;
  top: 0;
  padding-top: 60px;
  width: 100%;
  height: 100%;
}

.stampinclude {
  background: green;
  color: white;
  padding: 8px;
  border-radius: 5px;
}
.stampexclude {
  background: red;
  color: white;
  padding: 8px;
  border-radius: 5px;
}
.wizard_domaines.exclude,
.wizard_editions.exclude {
  border: 3px solid pink;
}
.wizard_domaines,
.wizard_editions,
.wizard_emaillist {
  border: 1px solid grey;
  background: white;
  padding: 20px;
  margin: 20px -7.5px !important;
  overflow: auto;
}

.select_evt_editions {
  border-bottom: 1px solid grey;
  padding: 5px 0;
  display: block;
}
.select_evt_editions:hover {
  background: #dedede;
  cursor: pointer;
}

.select_evt_editions.selected {
  background: lightgrey;
}
div.add_groupe_campain {
  text-align: center;
  padding: 20px;
  background: #fff;
  border: 4px dashed #dedede;
  border-radius: 6px;
}
i.del-idparamscampain {
  position: relative;
  right: 5px;
  top: 11px;

  cursor: pointer;
}
i.edit-idparamscampain {
  position: relative;
  right: -16px;
  top: 13px;
  cursor: pointer;
}

/* partie budget */
#content h4.groupe-depense {
  border: 1px solid #bbb;
  margin: 0;
  padding: 5px 10px;
  width: 100%;
  background: #f2f2f2;
  color: #cf3319;
  font-size: 14px;
}

table.depenses-table tr.tr-add-depense,
table.recettes-libres-table tr.tr-add-recette {
  display: none;
}

table.depenses-table:hover tr.tr-add-depense,
table.recettes-libres-table:hover tr.tr-add-recette {
  display: table-row;
}

tr.tr-add-depense button.btn,
tr.tr-add-recette button.btn {
  border-radius: 50%;
}
table.depenses-table,
table.recettes-table,
table.recettes-libres-table,
table.devis-table,
table.devis-table-inscriptions {
  border: 1px solid #bbb;
}

table.depenses-table thead,
table.recettes-table thead,
table.recettes-libres-table thead,
table.devis-table thead,
table.devis-table-inscriptions thead {
  background: #eee;
  color: #111;
}

table.depenses-table tbody tr:nth-child(odd),
table.recettes-table tbody tr:nth-child(odd),
table.recettes-libres-table tbody tr:nth-child(odd),
table.devis-table tbody tr:nth-child(odd),
table.devis-table-inscriptions tbody tr:nth-child(odd) {
  background: #fff;
  color: black;
}

table.depenses-table tbody tr:nth-child(even),
table.recettes-table tbody tr:nth-child(even),
table.recettes-libres-table tbody tr:nth-child(even),
table.devis-table tbody tr:nth-child(even),
table.devis-table-inscriptions tbody tr:nth-child(even) {
  background: #f5f5f5;
  color: black;
}

table.depenses-table tbody tr[data-separator="1"] {
  background: #d9d9d9 !important;
  font-weight: bold;
}
table.depenses-table tfoot,
table.recettes-table tfoot,
table.table.recettes-libres-table tfoot,
table.devis-table tfoot,
table.devis-table-inscriptions tfoot,
table.depenses-table tfoot tr,
table.recettes-table tfoot tr,
table.table.recettes-libres-table tfoot tr,
table.devis-table tfoot tr,
table.devis-table-inscriptions tfoot tr {
  background: #a6a6a6;
  color: #fff;
  font-weight: bold;
}
.show-only-xls {
  display: none;
}
.overlay-xls {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4a69bd;
  position: fixed;
  left: 0;
  color: white;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  flex-direction: column;
}
.table-recap-depenses td,
.table-recap-recettes td,
.table-resultat td {
  padding: 10px;
}
.table-recap-depenses,
.table-recap-recettes,
.table-resultat {
  font-size: 30px;
  background: #333333;
  color: white;

  margin-top: 40px;
}
table.depenses-table thead th:nth-child(n + 2):nth-child(-n + 5),
table.depenses-table tbody td:nth-child(n + 2):nth-child(-n + 5),
table.depenses-table tfoot td:nth-child(n + 2):nth-child(-n + 5) {
  text-align: right;
}

#zone-adddepense,
#zone-alouermontant,
#zone-addrecette {
  display: none;
}

table.depenses-table tr.ui-sortable-helper,
table.recettes-table tr.ui-sortable-helper,
table.recettes-libres-table tr.ui-sortable-helper {
  background: #fff !important;
  border: 2px solid grey !important;
  -webkit-box-shadow: 3px 2px 19px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 2px 19px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 2px 19px 0px rgba(0, 0, 0, 0.75);
}

div.resultat_budget {
  background: #333;
  color: white;
  padding: 10px;
  font-size: 2em;
  text-align: center;
}
div.resultat_budget.positive {
  background: green;
}
div.resultat_budget.negative {
  background: #cf3319;
}

.ui-widget-header {
  background: #dedede !important;
  border-radius: 0 !important;
}
.ui-widget.ui-widget-content {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 35px 12px;
}
.ui-widget.ui-widget-content,
.ui-dialog .ui-dialog-content {
  border-radius: 8px;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 10px;
  border: 0;
  border-radius: 8px !important;
  margin-top: -0.2em;
  margin-right: -0.2em;
  margin-left: -0.2em;
  margin-bottom: 1em;
}

.ui-dialog .ui-dialog-titlebar-close {
  line-height: 10px;
  text-align: center;
  font-size: 12px;
  background: #cf3319;
  border: 0;
  color: white;
  font-weight: bold;
  margin-right: 5px;
  border-radius: 50%;
}
.ui-dialog .ui-dialog-titlebar-close::before {
  content: "x";
}

#total-honoraires-zone,
#total-honoraires-inscriptions-zone,
#total-ins-encours-zone {
  font-size: 20px;
  float: right;
}

#detail-fnm,
#detail-nonfina {
  display: none;
  margin: 30px 0;
  padding: 10px;
  background: #f5f5f5;
}
#fnm-zone:hover #detail-fnm,
#nonfina-zone:hover #detail-nonfina {
  display: block;
}

.box-budget span {
  font-size: 26px;
}
.box-budget {
  background: white;
  padding: 10px;
  margin: 10px 5px;
  text-align: center;
}
.box-budget.total {
  border-bottom: 2px solid #cf3319;
}

.box-budget small,
.box-budget.small,
.box-budget small span,
.box-budget.small span {
  font-size: 13px;
}

section.zone-budget {
  background: white;
  padding: 15px;
  margin-bottom: 25px;
  border-top: 2px solid #ddd;
}

section.zone-budget h2 {
  background: #cf3318;
  color: #ffffff;
  margin: -11px -11px 20px -11px !important;
  padding: 15px;
  font-size: 18px;
}

.col-totaux h2 {
  font-size: 24px;
  color: #cf3319;
  text-align: center;
}

td .chkRowSelectable {
  float: right;
  margin-right: 10px;
}

.chosen-container {
  min-width: 250px;
}

div[rel="tags_membre"] span.amsify-select-tag:first-child .amsify-remove-tag {
  display: none;
}

/* questionnaires */

.blockinfo {
  background: #fafafa;
  padding: 15px;
  border: 1px solid #aaaaaa;
  border-bottom: 2px solid #aaaaaa;
  color: #222222;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: auto;
  margin-bottom: 30px;
}

.ui-widget-overlay {
  background: #333;
  opacity: 0.9;
}

#particitpations-rapid-search {
  display: flex;
  justify-content: center;
}

input[type="submit"].rapidSearch {
  height: 40px;
  border-radius: 20px;

  font-size: 18px;
  padding: 0 15px;
  margin: 10px auto;
  padding: 4px 8px;
  transition: 0.3s ease-in-out all;
  background: #282e2f;
  color: white;
}
input[type="text"].rapidSearch {
  height: 40px;
  border-radius: 20px;
  min-width: 420px;
  font-size: 22px;
  width: 25%;
  margin: 10px auto;
  padding: 4px 8px;
  transition: 0.3s ease-in-out all;
}

input[type="text"].rapidSearch:focus {
  width: 50%;
}
input[type="text"].rapidSearch:hover {
  width: 50%;
  transition-delay: 0.5s;
}

#frm_rapid_search_member .inputs div,
#frm_rapid_search_event .inputs div {
  margin: 0 15px;
}
#frm_rapid_search_member .inputs,
#frm_rapid_search_event .inputs {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#frm_rapid_search_member input[type="text"].rapidSearch {
  width: 100%;
  min-width: 150px;
}
#frm_rapid_search_member input[type="text"].rapidSearch:focus {
  width: 100%;
  scale: 1.05;
}

#frm_badges_params .widget {
  padding: 20px;
}

#frm_badges_params .widget h2 {
  margin-bottom: 40px;
}

#frm_badges_params .widget .form-group:hover {
  background: transparent;
}
.fusion-group {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  margin: 10px;
}
.fusion-group input[type="text"] {
  width: 500px;
  border: 1px solid #ddd;
  margin: 10px 0;
  padding: 5px;
}
.fusion-group label {
  font-weight: normal;
}
.fusion-group .fusion-selected-value {
  font-weight: bold;
  font-size: 1.5em;
  float: right;
  width: 30%;
}

.reset-the-form-filters {
  top: -10px;

  position: relative;
  margin-left: 10px;
}

.importRecapFiches span,
.importRecapFiches .btn {
  font-size: 1.3em;
}
.importRecapFiches {
  position: fixed;
  bottom: 0;
  background: rgba(255, 255, 255, 0.87);
  margin-top: 50px;
  width: 100%;
  left: 0;
  z-index: 3;
  text-align: center;
  padding: 10px 15%;
  -webkit-box-shadow: 0px -5px 12px 1px rgba(0, 0, 0, 0.22);
  box-shadow: 0px -5px 12px 1px rgba(0, 0, 0, 0.22);
}
#chkimportActiveCount {
  color: green;
  font-weight: bold;
}
#chkimportInactiveCount {
  color: red;
  font-weight: bold;
}
.new-badge {
  background: #75a4cf;
  padding: 5px;
  border-radius: 5px;
  font-size: 11px;
  margin: 0 5px;
}
.similar-badge {
  background: #caf8af;
  padding: 5px;
  border-radius: 5px;
  font-size: 11px;
  margin: 0 5px;
}
.warning-badge {
  background: #efb4b4;
  padding: 5px;
  border-radius: 5px;
  font-size: 11px;
  margin: 0 5px;
}
/* système pour modification des items prestations */

#frm_modifs_items,
#frm_modifs_items .form-group .col-sm-3 {
  display: none;
}
#frm_modifs_items .modified {
  background: lightblue;
}
#frm_modifs_items .todelete {
  background: pink;
}

@keyframes blink {
  0%,
  100% {
    background-color: #f0d665;
  } /* Highlight color */
  50% {
    background-color: transparent;
  } /* Transparent during blink */
}

.blink-effect {
  animation: blink 0.2s ease-in-out 10; /* Blink 5 times, 0.5s per blink */
}

table.insc-table tr:hover {
  background: #dbdbdb;
}

#address-suggestions {
  border: 1px solid #ccc;
  background: #fafafa;
  margin: 10px;
  padding: 10px;
  z-index: 1000;
  width: 100%;
  display: none;
  border-radius: 8px;
  margin-top: -14px;
}

.widget-body #address-suggestions {
  width: 75%;
  margin-left: 25%;
}

#address-suggestions:empty {
  border: 0;
}
.suggestion-box {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 8px;
  cursor: pointer;
  margin: 5px;
  background: #fff;
}
.suggestion-box:hover {
  background: #f0f0f0;
}
.noiretblanc {
  filter: grayscale();
}

table.table-recettes td,
table.table-encaissements td,
table.table-recettes th,
table.table-encaissements th {
  padding: 5px;
}
