
body{
  background-color: #FFFFFF;
}
h1, h2, h3, h4{
  color:#2EAC66;
}

.picobello-bg{
  background-color:#2EAC66;
}

p, label, .table {
  color:#494949;
}
.box-form{
  overflow: hidden;
  background: white;
  box-shadow: 0 0 15px #d7d7d7;
  padding:30px;
  margin-top:30px;
  height:100%;
}

.prepended_total{
  padding: 0px 10px;
  height: 100%;
  border: solid 1Px;
  background-color: #d8d6d6;
}

.small-avatar{
    object-fit: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}


.content-section {
  min-height: 2000px;
}
.sidebar-section {
  position: absolute;
  height: 100%;
  width: 100%;
}


.sidebar-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* Position the items */
  // &:nth-child(2) { top: 25%; }
  // &:nth-child(3) { top: 50%; }
  // &:nth-child(4) { top: 75%; }
}


.make-me-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;

  padding: 0 15px;
}




.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 700;
}
.multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
  background-color: #ededed;
}

.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.multi-steps > li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: tomato;
}
.multi-steps > li:before {
  content: '\f00c';
  content: '\2713;';
  content: '\10003';
  content: '\10004';
  content: '\2713';
  display: block;
  margin: 0 auto 4px;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: tomato;
  border-radius: 50%;
}
.multi-steps > li:after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: tomato;
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: -1;
}
.multi-steps > li:last-child:after {
  display: none;
}
.multi-steps > li.is-active:before {
  background-color: #fff;
  border-color: tomato;
}
.multi-steps > li.is-active ~ li {
  color: #808080;
}
.multi-steps > li.is-active ~ li:before {
  background-color: #ededed;
  border-color: #ededed;
}

.no-label > label{
  display:none;
}


.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.error{
  color:red;
}

.asteriskField {
    display: none;
}

.same-width{
  table-layout: fixed;
}

.avatar, .avatar-32 {
    max-height: 32px;
    width: 32px;
    height: 100%;
    font-size: 20px;
    line-height: 32px;
}

.avatar {
    position: relative;
    top: 1px;
    vertical-align: middle;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
    -webkit-font-smoothing: antialiased;
}

.img-circle {
    border-radius: 50%;
}

.card-main-dashboard:hover{
  background-color:#f8f9fa;
}




/*SI foireux recoller ceci dans <style></style> pour la page resume-caisse.html et detail-caisse2.html*/
.table-scroll{
  font-family: 'IBM Plex Sans', sans-serif;
}

.caisse-table tr {
   line-height: 30px;
   min-height: 30px;
   height: 30px;
}
.hiddenRow {
  display: none;
transition-duration: 0.5s
}

.caisseInfoRow{
  background-color: #bee5eb;
  color: black;
  z-index:1000;
  border:solid 1px black !important;
}


.inputCell{
  width:150px !important;
}

.cellContainingTable{
  padding:0 .75rem !important;
}

.table-values td, .table-values th {
    width:150px !important;
}

.table-labels td, .table-values th {
    width:100%;
}

.table-nonfluid {
   width: auto !important;
}

.cadre-table-scroll {
/*  display: inline-block;
*/
height: 100vh;
/*  overflow-y: scroll;
*/}
.table-scroll thead th {
  position: sticky;
  top: 0;
}
.table-scroll tfoot td {
  position: sticky;
  bottom: 0;
  vertical-align: top !important;
}

.table-scroll td, .table-scroll th {
  vertical-align: top !important;
}

.tooltip-icon .tooltip-text {
  visibility: hidden;
  text-align: center;
  padding: 2px 6px;
  position: absolute;
  z-index: 100;
  max-width: 56rem;
}
.tooltip-icon:hover .tooltip-text {
  visibility: visible;
}
/*END SI foireux */


.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e5e7eb;
  transition: .2s;
  border-radius: 24px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .2s;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

input:checked + .slider {
  background-color: #4f46e5;
}

input:checked + .slider:before {
  transform: translateX(20px);
}

.tab-active {
  background-color: #f8fafc;
  border-bottom: 2px solid #4f46e5;
  color: #1e293b;
}

.tab-inactive {
  color: #64748b;
  hover:color: #334155;
}

.search-card {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.stats-card {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.filter-fade {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.9);
}