body{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #fff;
  color: #000;
  background:url(../img/reservation_bg_light.png);
}

a{
  color: #008858;
}

a:hover{
  color: #000;
  text-decoration: none;
}

a.no-decoration{
  text-decoration: none;
}

.navbar{
  background-color: #006A3A;
  border-bottom: 1px solid #000000;
}

.navbar-brand{
  color: #fff;
}

.navbar-brand:hover{
  color: #ddd;
}

.card{
  background-color: #fff;
}

.card.section{
  border: 1px solid #b8a165;
}

.card-header.section-title{
  background-color: #b8a165;
  border-bottom: 1px solid #b8a165;
  color: #fff;
}

.card-body{
  background: none;
}

.text-bg-custom{
  background-color: rgba(255, 255, 255, 0.75) !important;
}

.log-in-and-out{
  color: #c6ac6a !important;
}

#csv{
  display: none;
}

.catalog-item, .placed-order, .item-qty{
  min-height: 100%;
}

.catalog-item .card-header, .item-qty .card-header{
  background: none;
  border: none;
}

.catalog-item img{
  max-width:128px;
  width:auto;
}

input.item-quantity{
  background-color: #fff;
  min-width: 70px;
  max-width: 70px;
  text-align: center;
}

input.item-price, input.item-options-select-price{
  min-width: 100px;
  max-width: 100px;
  text-align: center;
}

.add-item, .input-group button{
  cursor: pointer;
}

.btn:focus, .btn:active{
  outline: none !important;
  box-shadow: none !important;
}

.btn-classic
{
  background-color: #c6ac6a;
  border-color: #c6ac6a;
  color:#fff;
}

.btn-success
{
  background-color: #006A3A;
  border-color: #006A3A;
}

.btn-danger {
  background-color: #990101;
  border-color: #990101;
}

.btn-light{
  background-color: #dfdfdf;
}

.input-group button
{
  background: none;
  font-weight: bold;
  user-select: none;
}

.added-item{
  border: 1px solid #008858 !important;
  background-color: #f2f9f6 !important;
}

.order-total, .handle-catalog{
  background-color: #f8f9fa !important;
  border-top: 1px solid rgba(0,0,0,.125);
}

.item-quantity, .item-quantity:disabled{
  max-width: 10px; 
  background: none;
}

#status-bar-container{
  display: none;
}

.strike{
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.given.btn-outline-success:before{
  content: '\2713';
}

.given.btn-outline-danger:before, .delete-item:before, .delete-option:before, .delete-select:before, #add-competition.btn-danger:before, #add-administrator.btn-danger:before{
  content: '\2717';
}

.order-is-paid.btn-outline-success:before{
  content: 'Payé';
}

.order-is-paid.btn-outline-danger:before{
  content: 'À payer';
}

.error-control{
  border: 1px solid #d81313 !important;
  background-color: rgba(216, 19, 19, 0.2)
}

.error-control:hover{
  background-color: rgba(216, 19, 19, 0.1)
}

.error-control:focus{
  background-color: rgba(216, 19, 19, 0.05)
}

.add-block, #request-orga-label, #request-orga-checkbox{
  cursor: pointer;
  user-select: none;
}

#request-orga-checkbox, .search-checkbox{
  color: #c6ac6a !important;
  accent-color: currentcolor;
}

.speech-bubble{
  display: inline-block;
  position: relative;
  border-radius: 10px;
  background-color: #f2f9f6;
}
.speech-bubble:after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-color: transparent #f2f9f6;
  border-width: 9px 20px 9px 0;
  top: 44px;
  left: -20px;
  margin-top: -9px;
}

#status-bar-container span{
  background-color: none;
}

.user-comment{
  color: #dc3545;
}

.changed-comment{
  border-color: #dc3545 !important;
}



.mt-70{
     margin-top: 70px;
}

.mb-70{
     margin-bottom: 70px;
}

.card {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03), 0 0.9375rem 1.40625rem rgba(4,9,20,0.03), 0 0.25rem 0.53125rem rgba(4,9,20,0.05), 0 0.125rem 0.1875rem rgba(4,9,20,0.03);
    border-width: 0;
    transition: all .2s;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(26,54,126,0.125);
    border-radius: .25rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.timeline {
    width: 100%;
    position: relative;
    padding: 1.5rem 0 1rem;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 37px;
    height: 100%;
    width: 4px;
    background: #e9ecef;
    border-radius: .25rem;
}

.timeline-element {
    position: relative;
    margin: 0 0 1rem;
}

.timeline--animate .timeline-element-icon.bounce-in {
    visibility: visible;
    animation: cd-bounce-1 .8s;
}
.timeline-element-icon {
    position: absolute;
    top: 0;
    left: 30px;
}

.timeline-element-icon .badge-dot-xl {
    box-shadow: 0 0 0 5px #fff;
}

.badge-dot-xl {
    width: 18px;
    height: 18px;
    position: relative;
}
.badge:empty {
    display: none;
}


.badge-dot-xl::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: .25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    background: #fff;
}

.badge-dot.open{
  background-color: #006A3A !important;
}

.badge-dot.pending{
  background-color: #ffc107 !important;
}

.badge-dot.closed{
  background-color: #dc3545 !important;
}

.timeline-element-content {
    position: relative;
    margin-left: 60px;
}

.timeline-element-content .timeline-title {
    font-size: .8rem;
    text-transform: uppercase;
    margin: 0 0 .5rem;
    padding: 2px 0 0;
    font-weight: bold;
}

.timeline-element-content .timeline-element-date {
    display: block;
    position: absolute;
    left: -90px;
    top: 0;
    padding-right: 10px;
    text-align: right;
    color: #adb5bd;
    white-space: nowrap;
}

.timeline-element-content:after {
    content: "";
    display: table;
    clear: both;
}

::selection {
    background: #006A3A;
    color: white;
    text-shadow: none;
}

::-moz-selection {
    background: #006A3A;
    color: white;
    text-shadow: none;
}

.table td.fit, 
.table th.fit {
   white-space: nowrap;
   width: 1%;
}

.table td.img{
  width: 128px;
}

#information-competition, #catalog-tools, #block-list .block {
  padding: 0em 0em 0.5em 0em;
  position: sticky;
}

.block input::placeholder{
  color: #999;
}

input:focus,input:active, select:active, select:focus, textarea:focus{
  border-color: #006A3A !important;
  outline: none !important;
  box-shadow: none !important;
}

.border-success
{
  border-color: #006A3A !important;
}


