.indexButton {
  height: 50px;
  margin: 5px;
  padding-top: 10px;
  border-radius: 10px;
  font-size: 150%;
  box-shadow: 2px 2px 1px #888888;
  background-color: #65a9d7;
  background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
  background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
  background: -moz-linear-gradient(top, #3e779d, #65a9d7);
  background: -ms-linear-gradient(top, #3e779d, #65a9d7);
  background: -o-linear-gradient(top, #3e779d, #65a9d7);
  font-family: Georgia, serif;
  text-decoration: none;
}

@media (max-width: 480px) {
  .current-user .username {
    display: inline-block;
  }
}

.table-custom {
  margin-top: 20px;
}

label.required:after {
  color: red;
  content: ' *';
}

.table-full-width {
  width: 100%;
}

.table > tbody > tr.tr-removing > td {
  background-color: #e5c97a !important;
}

#modal-loader {
  width: 180px;
  height: 180px;
  overflow: hidden;
  outline: none;
}

#modal-loader > .modal-loader-body {
  position: relative;
}

#modal-loader-text {
  position: absolute;
  top: 80px;
  width: 100%;
  text-align: center;
  color: white;
  /*z-index: auto;*/
}

.loader {
  border: 16px solid #efefef; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 180px;
  height: 180px;
  animation: spin 2s linear infinite;
}

.small-loader {
  margin: auto;
  border: 8px solid #efefef; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.no-sort {
}

.page-header {
  padding-bottom: 0px;
}

.tableTitle {
  font-weight: bold;
  padding-right: 20px;
}

.tableTotal {
  margin-left: 10px;
  margin-bottom: 20px;
}
.tableTotal > tbody > tr > td {
  width: 160px;
}
.tableTotal > tbody > tr > td {
  padding-bottom: 5px;
}

/*.bigTable{*/
/*display: block;*/
/*overflow-x: auto;*/
/*}*/

.panel-default {
  border-color: #7d7d7d;
}

.table-bordered,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > td {
  border-color: #b6b6b6;
}

input.form-control,
select.form-control {
  border-color: #b1b1b1;
}

.panel-default > .panel-heading {
  background-color: #afafaf !important;
  padding-left: 15px;
  font-weight: bold;
  /*-webkit-border-radius: unset;*/
  /*-moz-border-radius: unset;*/
  /*border-radius: unset;*/
}

.caisse-title {
  font-weight: bold;
  text-align: center;
  background-color: #c0c0c0;
}

tr.tr-separator {
  height: 3px;
  padding: 0;
  background-color: darkgrey;
}

tr.tr-separator > td {
  padding: 0 !important;
}

.table > tbody > tr.warning > td {
  background-color: #fcc21c;
}
.table > tbody > tr.danger > td {
  background-color: #ec4c2c;
}
.table > tbody > tr.success > td {
  background-color: #b7ec43;
}

.btn-black {
  color: #fff;
  background-color: #535350;
  border-color: #2c2c2a;
}

.btn-cash-ac {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/*.BtnTableCell > .btn-group {*/
/*overflow: hidden;*/
/*white-space: nowrap;*/
/*}*/

.solde.text-danger {
  color: #ec4c2c;
}
.solde.text-success {
  color: #b7ec43;
}

.hrCaisse {
  margin-top: -15px;
  margin-bottom: 5px;
  border-top: 1px solid #888282;
}

.solde {
  font-weight: bold;
  font-size: large;
}

#header-fixed {
  position: fixed;
  top: 0px;
  display: none;
  background-color: white;
}

td.td-separator {
  min-height: 2px;
  background-color: #9e9a93;
}

.text-bold {
  font-weight: bold;
}

@media (max-width: 992px) {
  .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
  }
}

.modal.modal-lg {
  width: 800px;
  left: 40%;
}

.modal-xlg {
  width: 1100px;
  left: 35%;
}

.colorYellow {
  background-color: yellow !important;
}

.darkGreen {
  background-color: darkgreen !important;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-7 {
    margin-top: 1.75rem;
}

.mt-8 {
    margin-top: 2rem;
}

.datatable-custom-header {
    display: flex;
    gap: 1rem;
}
