html { height: 100%; }
main {
  min-height: 100vh;

}
body {
  height: 100%;
  background-image: url(../images/vac-es-videke-hatterkep-4.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  overflow-y: scroll;
  -webkit-print-color-adjust: exact !important;
 }
.success{
   color: #4caf50;
 }
 .errors{
   color: #cc0000;
 }
.color-container{
  min-height: 100vh;
  background-color: #fedfc1;
  -webkit-box-shadow: inset 0px 0px 77px -10px rgba(245,173,106,1);
  -moz-box-shadow: inset 0px 0px 77px -10px rgba(245,173,106,1);
  box-shadow: inset 0px 0px 77px -10px rgba(245,173,106,1);
}

.white-container{
  min-height: 100vh;
  background-color: #FFF;
}
.menu-container{
  background-color: #FFF;
}
.navbar-menus{
  margin-top: 1rem;
}

/*Order Input*/
.OrderCount::-webkit-outer-spin-button,
.OrderCount::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.OrderCount {
  -moz-appearance:textfield;
}

.qty .OrderCount {
  color: #000;
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  font-weight: 700;
  line-height: 30px;
  padding: 0 2px;
  min-width: 35px;
  text-align: center;
  height: 1.5rem;
}
.qty .OrderPlus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 1.5rem;
    height: 1.5rem;
    font: 1.3rem/1 Arial,sans-serif;
    text-align: center;
    /*border-radius: 50%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    }
.qty .OrderMinus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 1.5rem;
    height: 1.5rem;
    font: 1.3rem/1 Arial,sans-serif;
    text-align: center;
    /*border-radius: 50%;*/
    background-clip: padding-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.OrderMinus:hover{
    background-color: #717fe0 !important;
}
.OrderPlus:hover{
    background-color: #717fe0 !important;
}
/*Prevent text selection*/
.OrderMinus, .OrderPlus{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.OrderCount{
    border: 0;
    width: 2%;
}
.OrderCount::-webkit-outer-spin-button,
.OrderCount::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.OrderCount:disabled{
    background-color:#d8d8d8;;
}
/*Order Input End*/
