﻿html,
body {
  height: 100%;
}


.formBody {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
  }
/* Sign In */
.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
  }
  .form-signin .checkbox {
    font-weight: 400;
  }
  
  .form-signin .form-floating:focus-within {
    z-index: 2;
  }
  
  .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  /* Cookie consent */
  .bg-custom{
    background-color:rgba(8, 71, 129, 0.637);
    }
  .button-fixed{
    bottom: 0;
    position: fixed;
    right: 0;
    border-radius: 4px;
    }
    .fas{
    cursor: pointer;
    font-size: 24px;
    }
.hiddenByDefault {
    display: none;
}

.prewrapped {
  white-space: pre-line;
}
/* order state color coding */

.orderStateNew, .orderStateFinished, .orderStateInProgress, .orderStateCanceled, .orderStateRemoved {
  border-left: 5px solid #ccc;
  padding-left: 10px; 
}

.orderStateNew {
  border-color:rgba(0, 0, 255, 0.3);
}

.orderStateFinished {
  border-color:rgba(0, 255, 0, 0.3);
}

.orderStateInProgress {
  border-color:rgba(255, 239, 12, 0.527);
}
.orderStateCanceled {
  border-color:rgba(255, 0, 0, 0.3);
}

.orderStateRemoved {
  border-color:rgba(0, 0, 0, 0.3);
}

.change {
  display: block;
}

#legacyBrowser {
  display: none;
  background:rgba(0, 0, 255, 0.3);
  padding: 10px;
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
}

.calOtherMonth {
  opacity: 0.5;
}