.homepage .new_line {
  border-top: 2px solid #002458;
  padding-top: 35px;
}
.homepage .dropdown-menu.open {
  overflow: unset !important;
}
.homepage .dropdown-menu .status {
  padding: 6px 15px;
  font-size: 13px;
  background: #4c4646;
  color: #fff;
}
.homepage .dropdown-menu > .active > a {
  color: #fff;
  text-decoration: none;
  background-color: #0081c2;
}

.navbar-left {
  margin-top: 24px;
  padding-left: 0;
}

.navbar-left > li {
  border-top: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  border-left: 1px solid lightgrey;
  list-style: none;
  padding: 16px;
}
.navbar-left > li a {
  color: grey;
  text-decoration: none;
}
.navbar-left > li a:hover {
  color: #2196F3;
  transition: color 0.3s;
}
.navbar-left > li > a {
  color: black;
  font-weight: bold;
}
.navbar-left > li > a.active {
  color: #2196F3;
}
.navbar-left > li:last-child {
  border-bottom: 1px solid lightgrey;
}

.aide-content h3 {
  font-weight: normal;
  color: #2196F3;
}
.aide-content h4 {
  font-weight: normal;
  color: #002458;
}
.aide-content h4 {
  background-color: #f1f8fe;
  padding: 12px;
  margin-top: 48px;
}
.aide-content button {
  display: block;
}
.aide-content img {
  margin-top: 8px;
  max-width: 100%;
}
.aide-content img:hover {
  filter: brightness(0.5);
  transition: filter 0.5s linear;
}
.aide-content button {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

#aide .block-header .row {
  width: auto;
}
#aide #container {
  display: flex;
  justify-content: center;
}
#aide #container hr {
  margin-bottom: -20px;
}
#aide nav ul ul {
  display: none;
}

#index .info-box {
  height: 50px;
  margin-left: 10px;
  min-width: 180px;
  margin-bottom: 0;
}
#index .info-box .icon {
  width: 50px;
}
#index .info-box .icon i {
  line-height: 50px;
  font-size: 30px;
}
#index .info-box .content .text {
  margin-top: 0;
  text-decoration: none;
}
#index .info-box .content .number {
  font-size: 20px;
  text-decoration: none;
}

#index .bg-dashboard {
  background-color: #fff !important;
}
#index .bg-dashboard h2 {
  color: #002458;
}
#index .badges {
  display: flex;
  margin-bottom: 30px;
}
#index .badges .badge {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  height: 80px;
  border-radius: 50px;
  color: #000;
  border: 1px solid #f3f4f6;
  margin-right: 50px;
}
#index .badges .badge .badge-img {
  margin-left: -10px;
  background-color: #002458;
  color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index .badges .badge .badge-img i {
  font-size: 35px;
}
#index .badges .badge .badge-texte {
  width: calc(100% - 70px);
  text-align: center;
}
#index .badges .badge .badge-texte .compteur {
  font-size: 20px;
  color: #6f8395;
}
#index .badges .badge .badge-texte .compteur + span {
  font-size: 16px;
  padding-top: 5px;
  display: block;
}
#index .badges .badge.badge-number .badge-img {
  background-color: #f44336;
}
#index .notif-count {
  display: flex;
}
@media (min-width: 1200px) {
  #index .notif-count {
    flex-direction: column;
  }
}
#index .notif-count #bienvenue {
  padding: 17px 15px;
  margin-bottom: 20px;
  background: linear-gradient(0deg, rgba(0, 36, 88, 0.69), rgba(0, 36, 88, 0.69)), url("/images/bg/bienvenuelegalesflex.jpg");
}
#index .notif-count #bienvenue h1 {
  margin: 0;
  color: #fff;
  font-size: 38px;
}
#index .notif-count #bienvenue h1 small {
  line-height: 24px;
  color: #fff;
  font-size: 16px;
  display: block;
}
@media (min-width: 1200px) and (max-width: 1700px) {
  #index .notif-count #bienvenue {
    padding: 21px 10px;
  }
  #index .notif-count #bienvenue h1 {
    font-size: 20px;
  }
  #index .notif-count #bienvenue h1 small {
    font-size: 11px;
  }
}
@media (min-width: 1200px) and (max-width: 1700px) {
  #index .notif-count #bienvenue, #index .notif-count .notif {
    min-height: 89px;
  }
}
#index .notif-count .notif {
  padding: 18px 0 18px 15px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  background-color: #fff;
  flex: 1 1 0;
}
#index .notif-count .notif > div:first-of-type {
  min-width: 48px;
  min-height: 48px;
  background: #F44336;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  box-shadow: 0px 4px 5px rgba(13, 0, 92, 0.1);
  border-radius: 10px;
}
#index .notif-count .notif .number {
  color: #002458;
  font-size: 18px;
}
#index .notif-count .notif .text {
  color: #79767E;
  display: block;
  font-size: 14px;
}
@media (min-width: 1200px) and (max-width: 1700px) {
  #index .notif-count .notif .text {
    font-size: 12px;
  }
}

section.interne {
  width: 100%;
}
section.interne a {
  width: 100%;
  display: block;
  text-align: center;
}
section.interne a img {
  margin-top: 20px;
}

table.dashboard {
  width: 100%;
}
table.dashboard thead th {
  padding: 10px;
}
table.dashboard.statistiques-table tbody td {
  padding: 10px;
}
table.dashboard tbody td {
  padding: 20px;
}
table.dashboard tbody tr:not(.validation) td {
  background-color: #f2f5fa;
}
table.dashboard tbody tr:not(.validation) td.montant {
  color: #002458;
}
table.dashboard tbody tr:not(.validation):nth-child(2n) td {
  background-color: #fff;
}
table.dashboard tbody tr.validation td {
  background-color: #f44336;
  color: #fff;
}
table.dashboard tbody tr.validation td.montant {
  color: #fff;
}

.legalesAnnonces > div {
  display: flex;
}
.legalesAnnonces .previ {
  padding-left: 50px;
  border-left: 2px solid #ccc;
  margin-left: 20px;
  width: calc(50% - 20px);
  position: sticky;
  width: 100%;
  top: 15vh;
}
.legalesAnnonces .previ .legalesAnnoncePrevi {
  width: 350px;
  min-height: 300px;
  border: 1px solid #ccc;
  padding: 10px;
}
.legalesAnnonces .previ .legalesAnnonceTitre, .legalesAnnonces .previ .legalesAnnonceTitreEntete {
  text-transform: uppercase;
}
.legalesAnnonces .previ .legalesAnnonceTitre,
.legalesAnnonces .previ .legalesAnnonceTexte,
.legalesAnnonces .previ .legalesAnnonceTitreEntete,
.legalesAnnonces .previ .legalesAnnonceTexteEntete,
.legalesAnnonces .previ .legalesAnnonceTitreEntete_pro,
.legalesAnnonces .previ .legalesAnnonceTexteEntete_pro {
  display: block;
}
.legalesAnnonces .previ .legalesAnnonceTexte,
.legalesAnnonces .previ .legalesAnnonceTexteEntete,
.legalesAnnonces .previ .legalesAnnonceTexteEntete_pro {
  word-break: break-word;
}
.legalesAnnonces .previ hr {
  width: 50%;
  border: 1px solid #000;
  margin: 10px auto;
}
.legalesAnnonces p {
  margin: 0;
}
.legalesAnnonces #detail_entete {
  display: none;
}
.legalesAnnonces #detail_entete .buttonSaveClient {
  background-color: #597192;
  color: #fff;
  border: none;
  padding: 10px;
  margin-bottom: 50px;
  margin-top: -20px;
}
.legalesAnnonces #detail_entete_pro .buttonSaveClient {
  background-color: #597192;
  color: #fff;
  border: none;
  padding: 10px;
  margin-bottom: 50px;
  margin-top: -20px;
}
.legalesAnnonces #previEntete {
  display: none;
}
.legalesAnnonces .logoAnnonce {
  position: relative;
}
.legalesAnnonces .logoAnnonce img {
  display: block;
  margin: auto;
  height: 40px;
}
.legalesAnnonces .logoAnnonce i {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #F44336;
  color: #fff;
  cursor: pointer;
}
.legalesAnnonces .hrHidden {
  display: none;
}
.legalesAnnonces .nest-item {
  cursor: move;
}
.legalesAnnonces .dd-item div div {
  display: flex;
  align-items: center;
}
.legalesAnnonces .dd {
  max-width: 800px;
}

div.legales-tarifs div.typesNom {
  height: 50px;
  background: #f2f5fa;
  display: flex;
  align-items: center;
}
div.legales-tarifs div.typesNom div.col-lg-12 {
  margin-bottom: 0;
}
div.legales-tarifs div.soustypesNom {
  height: 50px;
  display: flex;
  align-items: center;
}
div.legales-tarifs div.soustypesNom input[type=checkbox] {
  opacity: 1;
  position: unset;
}
div.legales-tarifs div.soustypesNom div.col-lg-6, div.legales-tarifs div.soustypesNom div.col-lg-3 {
  margin-bottom: 0;
}
div.legales-tarifs .panel-body h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #002458;
  padding: 0;
}

.tootl {
  position: relative;
  display: inline-block;
}

.tootl .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tootl .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tootl:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.legalesAnnoncesATraiter input[type=text] {
  width: 80%;
}
.legalesAnnoncesATraiter textarea {
  width: 80%;
  height: 200px;
}
.legalesAnnoncesATraiter button {
  background-color: #002458;
  color: #fff;
  border: none;
  padding: 5px 20px;
  margin: 10px 0;
  font-size: 16px;
}

.legales-form table textarea {
  width: 100%;
}
.legales-form table .rubrique {
  text-align: left;
  font-size: 20px;
}

.legales .form-control-label {
  text-align: left;
}

div.pdf {
  margin: 50px;
  font-family: Arial, Helvetica, sans-serif;
  min-height: 1000px;
}
div.pdf div.header {
  color: #fff;
  padding-top: 30px;
  font-size: 30px;
  height: 100px;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #002458;
  display: block;
}
div.pdf div.header img {
  padding-top: 10px;
  height: 80px;
}
div.pdf h1 {
  color: #000;
  font-size: 30px;
}
div.pdf span {
  font-size: 12px;
}
div.pdf h1 + span {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
div.pdf div.annonce {
  width: 400px;
  text-align: justify;
  margin: 20px auto;
}
div.pdf div.annonce + span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
div.pdf div.content {
  min-height: 1000px;
}
div.pdf div.footer {
  background-color: #002458;
  height: 80px;
  font-size: 12px;
  text-align: center;
}
div.pdf div.footer img {
  padding-top: 20px;
  margin-left: 10px;
  height: 40px;
  float: left;
}
div.pdf div.footer div {
  width: 100%;
  margin: 10px 0px 10px 0px;
  margin-left: -100px;
  color: #fff;
  padding-top: 10px;
}
div.pdf div.signature {
  width: 200px;
  text-align: center;
  margin-top: 50px;
  float: right;
}
div.pdf div.signature span {
  display: block;
  margin-top: 20px;
}
div.pdf div.signature img {
  display: inline-block;
  max-width: 100%;
}
div.pdf div.milieu {
  line-height: 14px;
}

#downloadLegale {
  margin-left: 20px;
  background-color: orange;
  color: #fff;
}

.label-success, .label-important {
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
}

.label-important {
  background-color: #fb483a;
}

div.pdf.pdf-legales .header {
  padding-top: 0;
}
div.pdf.pdf-legales .header h1 {
  color: #fff;
}
div.pdf.pdf-legales .footer img {
  height: 70px;
}

.btn-default-border {
  border: 1px solid #002458 !important;
  padding: 10px 40px;
}

.btn-export {
  background-color: orange;
  color: #fff;
  padding: 10px 40px;
}

.btn-grey {
  background-color: #707070;
  color: #fff;
  padding: 10px 40px;
}

.legalesAnnonces .form-line {
  width: 100%;
  /*textarea{
      width: calc(100% - 20px);
      padding: 10px;
      border-radius: 10px;
      border: 1px solid #ddd;
      font-size: 16px;
      min-height: 150px;
  }*/
}
.legalesAnnonces .form-line.hide {
  display: none;
}
.legalesAnnonces .form-line input[type=text], .legalesAnnonces .form-line input[type=number], .legalesAnnonces .form-line input[type=password], .legalesAnnonces .form-line input[type=month], .legalesAnnonces .form-line input[type=date] {
  width: calc(100% - 20px);
  padding: 10px;
  font-size: 16px;
  width: 100%;
}
.legalesAnnonces .form-line input[type=month] {
  padding: 7px 10px;
}
.legalesAnnonces .form-line select {
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 14px;
  padding: 10px;
  width: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: calc(100% - 10px) calc(1em - 8px), calc(100% - 15px) calc(1em + 2px), calc(100% - 0.5em) 0.5em;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}
.legalesAnnonces .form-line select option:not(.sub) {
  background-color: #ddd;
}
.legalesAnnonces .form-line select option.sub {
  text-transform: none;
}
.legalesAnnonces .form-line.half {
  width: 100%;
}
.legalesAnnonces .form-line.half select {
  width: 95%;
  margin-left: 5%;
}
.legalesAnnonces .form-line.half select option {
  background-color: #fff;
  text-transform: none;
}
.legalesAnnonces .form-line.half input:not([type=checkbox]) {
  width: calc(95% - 20px);
}
.legalesAnnonces .form-line.half.first select, .legalesAnnonces .form-line.half.first input {
  margin-left: 0;
}
.legalesAnnonces .form-line.half.first label {
  margin-left: 0;
}
.legalesAnnonces .form-line.tier {
  width: 100%;
  text-align: left;
}
.legalesAnnonces .form-line.tier input:not([type=checkbox]) {
  width: calc(95% - 20px);
}
.legalesAnnonces .form-line.tier select {
  width: calc(100% - 20px);
  padding: 11px 10px;
}
.legalesAnnonces .form-line.tier select option {
  background-color: #fff;
  text-transform: none;
}
.legalesAnnonces .form-line div.prix {
  position: relative;
}
.legalesAnnonces .form-line div.prix span {
  position: absolute;
  right: 25px;
  top: 7px;
  font-size: 20px;
}
.legalesAnnonces .form-line input[type=file] {
  display: none;
}
.legalesAnnonces .form-line input[type=file] + label {
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  height: 130px;
  cursor: pointer;
  width: calc(95% - 20px);
}
.legalesAnnonces .form-line input[type=file] + label svg {
  width: 50px;
  display: block;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 20px;
}
.legalesAnnonces .form-line input[type=file] + label svg.hide {
  display: none;
}
.legalesAnnonces .form-line #uploadifive-logo input[type=file]:not(#logo) {
  display: block;
}
.legalesAnnonces .form-line .quart {
  width: 25%;
  float: left;
  height: 150px;
  margin-bottom: 25px;
}
.legalesAnnonces .form-line .quart:not(.last) {
  width: 23%;
  margin-right: 2%;
}
.legalesAnnonces .form-line .previewPhoto {
  position: relative;
}
.legalesAnnonces .form-line .previewPhoto img {
  border-radius: 10px;
  width: 95%;
}
.legalesAnnonces .form-line .previewPhoto .close {
  position: absolute;
  width: 20px;
  top: 3px;
  right: 13px;
}
.legalesAnnonces .form-line.photos-line::after {
  content: "";
  clear: both;
  display: block;
}
.legalesAnnonces .form-line.switch-line {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.legalesAnnonces .form-line.switch-line .switch {
  margin-right: 15px;
}
.legalesAnnonces .form-line a {
  text-decoration: none;
  font-size: 16px;
}
.legalesAnnonces .form-line a:hover {
  text-decoration: underline;
}
.legalesAnnonces .form-line.passLine {
  position: relative;
}
.legalesAnnonces .form-line.passLine img {
  position: absolute;
  top: 36px;
  right: 5px;
  width: 40px;
  cursor: pointer;
}
.legalesAnnonces .form-line.passLine.first img {
  right: 30px;
}
.legalesAnnonces .form-line div.radio {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.legalesAnnonces .form-line div.radio input[type=radio] {
  width: auto;
}
.legalesAnnonces .form-line div.radio label {
  margin: 10px 20px 10px 10px;
  padding-left: 0;
}
.legalesAnnonces table .btn-link {
  padding: 0 2px;
}
.legalesAnnonces table .btn-link i {
  font-size: 20px;
}
.legalesAnnonces table tbody tr:not([class^=bg-]) td {
  background-color: #f2f5fa;
}
.legalesAnnonces table tbody tr:not([class^=bg-]):nth-child(2n) td {
  background-color: #fff;
}
.legalesAnnonces table svg {
  width: 20px;
}
.legalesAnnonces table tbody tr td, .legalesAnnonces .table tbody tr th {
  padding: 15px 10px;
  border: 1px solid #f2f5fa;
}
.legalesAnnonces #send-to-tbs {
  cursor: pointer;
}

div.multiselect {
  margin-bottom: 30px;
  margin-top: 30px;
}

tr.valider {
  background-color: #FF5733;
  color: #fff;
}
tr.valider:hover {
  background-color: #FF5733 !important;
  color: #fff;
}

.download-modal {
  top: 25%;
}
.download-modal .download-modal-body {
  padding-bottom: 0;
}
.download-modal .download-modal-body .downloadDiv {
  margin-bottom: 15px;
}
.download-modal .download-modal-body .downloadDiv a {
  display: flex;
  justify-content: center;
}
.download-modal .modal-footer {
  padding-top: 0;
}

.upload-modal {
  top: 25%;
}
.upload-modal .download-modal-body {
  padding-bottom: 0;
}
.upload-modal .download-modal-body .downloadDiv {
  margin-bottom: 15px;
}
.upload-modal .download-modal-body .downloadDiv a {
  display: flex;
  justify-content: center;
}
.upload-modal .modal-footer {
  padding-top: 0;
}

.submitFormDiv {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.submitFormDiv #upload-facture {
  width: 70%;
}

#files_download {
  cursor: pointer;
}

.lds-dual-ring {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-top: 3px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ff9800;
  border-color: #ff9800 transparent #ff9800 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wysiwyg_container {
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 0;
}
.wysiwyg_container .wysiwyg_textarea {
  display: none;
}
.wysiwyg_container .wysiwyg {
  height: 200px;
  resize: vertical;
  overflow: auto;
  padding: 15px;
  display: inline-block;
  width: 100%;
  font-size: 14px;
}
.wysiwyg_container .wysiwyg:focus-visible {
  outline: none;
}
.wysiwyg_container .wysiwyg_buttons {
  display: flex;
  height: 35px;
  border-bottom: 1px solid #ccc;
  padding: 2px;
  font-size: 14px;
}
.wysiwyg_container .wysiwyg_buttons button, .wysiwyg_container .wysiwyg_buttons button {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
}
.wysiwyg_container .wysiwyg_buttons button:hover, .wysiwyg_container .wysiwyg_buttons button:hover {
  background-color: #dee0e2;
}

.xdebug-var-dump {
  margin-left: 300px;
}
.xdebug-var-dump:first-child {
  margin-top: 80px;
}

audio {
  max-height: 30px;
  max-width: 250px;
}

.btn-sm {
  padding: 2px 6px;
}

.dropdown-menu.tt-open {
  top: calc(100% + 34px) !important;
}

.colorpicker {
  z-index: 100 !important;
}

.stats-color {
  justify-content: flex-end;
}
.stats-color .arrow_downward {
  color: rgb(177, 25, 25);
}
.stats-color .arrow_upward {
  color: green;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.d-flex-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.form-group .bootstrap-select.btn-group {
  margin-bottom: 1px;
}

.flatpickr-wrapper {
  width: 250px;
  max-width: 100%;
}

.uploadifive-with-icons .uploadifive-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*** Sortable JS **/
.sortable-list.list-group .list-group-item {
  margin-bottom: 5px;
}
.sortable-list.list-group .list-group-item.highlight {
  background: #FEE25F;
}
.sortable-list.list-group .list-group-item.highlight.breve {
  background: #fff6b5;
}
.sortable-list.list-group .list-group-item.breve {
  background: #fff6b5;
}
.sortable-list.list-group .list-group-item.premium {
  border-left: 5px solid #f3bf00;
}
.sortable-list.list-group .sortable-list {
  margin-bottom: 0;
  margin-top: 10px;
}
.sortable-list.list-group .sortable-list:empty {
  min-height: 10px;
  background-color: #ccc;
}

#poubelle {
  width: 100%;
  min-height: 100px;
  margin: 0 auto;
  padding: 0;
}

.zone-delete {
  background: #eee;
  min-height: 100%;
  width: 100%;
  position: relative;
}
.zone-delete .icon-delete {
  font-size: 25px;
  margin: auto;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 25px;
  width: 25px;
}

/*** Sortable JS **/
/**** Menu */
.sidebar .menu .list .ml-menu span.bagde-menu {
  background-color: #f44336;
  color: white;
  margin-top: 0;
  padding: 3px 6px;
  font-size: 12px;
  border-radius: 8px;
  line-height: 12px;
}

/**** Menu */
.flot-tooltip {
  position: absolute;
  display: none;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  color: #fff;
  padding: 5px;
}

.scrollable {
  overflow: hidden;
  width: auto;
  height: 400px;
}

.list-group-item-flex {
  display: flex;
  justify-content: space-between;
}

aside.sidebar div.user-info {
  background: url("../images/image.png") no-repeat no-repeat;
}

#loader_spinner {
  margin-top: 10px;
  width: 200px;
  text-align: center;
  position: relative;
  text-align: center;
}

.img_loader {
  position: absolute;
  z-index: 1;
  margin: 4px;
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  display: block;
}

.autocompletejs_list {
  padding: 0;
}
.autocompletejs_list .autoComplete_result {
  margin: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form-group .form-line input[type=date] + .form-label {
  top: -15px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header {
    align-items: flex-start;
    flex-direction: column;
  }
  .header > * {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .header > * > * {
    margin-top: 6px;
    margin-bottom: 6px;
  }
}

.twitter-typeahead {
  width: 100%;
}
.twitter-typeahead .tt-suggestion {
  padding: 7px 18px;
  font-size: 14px;
  line-height: 25px;
  min-width: 200px;
}

.card .btn.btn-default i.material-icons {
  color: #000 !important;
}

@media (max-width: 767px) {
  .card .body .form-control-label {
    text-align: left;
    margin-bottom: 0;
  }
  .card .body .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
  }
  .ls-closed section.content {
    margin-left: 0;
    margin-right: 0;
  }
}
.xdebug-error:first-child {
  margin-top: 100px;
  margin-bottom: -100px;
  margin-left: 350px;
}

@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    float: none;
  }
  .col-lg-12-annonces {
    max-width: none;
  }
}
.image_article_mini {
  margin-top: 25px;
}

.btn-error {
  background-color: #f93b3b !important;
  border-color: #f93b3b !important;
  color: #fff;
}

.recap h4 {
  padding-top: 20px;
}

.historique h4 {
  padding-top: 20px;
}

.form-group-check label {
  padding-right: 30px;
}

#errorPaiement {
  display: block;
  color: #F44336;
}
#errorPaiement.hide {
  display: none;
}

tr.new {
  background-color: #FF5733;
  color: #fff;
}
tr.new:hover {
  background-color: #FF5733 !important;
  color: #fff;
}

tr.invalid {
  background-color: #353535;
  color: #fff;
}
tr.invalid:hover {
  background-color: #353535 !important;
  color: #fff;
}

.nbResultDiv {
  text-align: right;
}
.legalesAnnonces .nbResultDiv {
  display: block;
  margin-right: 20px;
}
.nbResultDiv .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100px;
}

.lst_journaux .dropdown-menu {
  width: 300px;
}

#exclusivite_gestion #departement-select .dropdown-menu {
  max-height: 400px !important;
}
#exclusivite_gestion .sortable_item {
  cursor: grab;
}
#exclusivite_gestion .active_masque .masquable {
  display: none;
}

@media (max-width: 767px) {
  .wrap_lf {
    display: flex;
    flex-direction: column;
  }
  .wrap_lf > * {
    margin-top: 5px;
    margin-bottom: 40px;
  }
}
.btn:not(.btn-link):not(.btn-circle) i {
  top: 1px;
}

.bs-invalid, .bs-invalid * {
  color: red;
}

.fw-600 {
  font-weight: 600;
}

.fw-300 {
  font-weight: 300;
}

.d-none {
  display: none;
}