﻿/* ----------------------------------------------------------------
Custom Styles
------------------------------------------------------------------- */

:root {
  --white: #ffffff;
  --red: #dc3545;
  --light-gray: #999999;
  --extra-light-gray: #d3d3d3;
  --gray: #1b1b1b;
  --dark-gray: #101010;
  --modal-text-color: #f9f9f9;
  --modal-bg-color: #2d2d2d;
}

.color-white {
  color: var(--white);
}

.color-red {
  color: var(--red);
}

.color-extra-light-gray {
  color: var(--extra-light-gray);
}

.color-light-gray {
  color: var(--light-gray);
}

.color-gray {
  color: var(--gray);
}

.color-dark-gray {
  color: var(--dark-gray);
}

.field-name {
  color: var(--light-gray);
  font-size: 16px !important;
  display: inline !important;
}

.field-value {
  font-size: 16px !important;
  display: inline !important;
}

.modal-text {
  color: var(--modal-text-color);
}

.modal-bg {
  background-color: var(--modal-bg-color);
}

.color-textbox {
  background-color: #1f1f1f !important;
  color: #b3b3b3 !important;
}

.link-button {
  text-shadow: none;
  padding: 10px 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  border: none;
  color: #999;
  -webkit-transition: background-color .15s ease-out;
  transition: background-color .15s ease-out;
  background-color: #1b1b1b;
  margin-top: 0px;
  font-size: 16px;
  letter-spacing: 0px;
  border-radius: 30px;
}

  .link-button:focus {
    text-shadow: none;
    padding: 10px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    border: none;
    color: #ffffff;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background-color: #212529;
    margin-top: 0px;
    font-size: 16px;
    letter-spacing: 0px;
    border-radius: 30px;
  }

  .link-button:hover {
    text-shadow: none;
    padding: 10px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    border: none;
    color: #ffffff;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background-color: #000000;
    margin-top: 0px;
    font-size: 16px;
    letter-spacing: 0px;
    border-radius: 30px;
  }

.link-button-logout {
  text-shadow: none;
  padding: 14px 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  border: none;
  color: #999;
  -webkit-transition: background-color .15s ease-out;
  transition: background-color .15s ease-out;
  background-color: #1b1b1b;
  margin-top: 0px;
  font-size: 16px;
  letter-spacing: 0px;
  border-radius: 30px;
}

  .link-button-logout:focus {
    text-shadow: none;
    padding: 14px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    border: none;
    color: #ffffff;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background-color: #212529;
    margin-top: 0px;
    font-size: 16px;
    letter-spacing: 0px;
    border-radius: 30px;
  }

  .link-button-logout:hover {
    text-shadow: none;
    padding: 14px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    border: none;
    color: #ffffff;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background-color: #000000;
    margin-top: 0px;
    font-size: 16px;
    letter-spacing: 0px;
    border-radius: 30px;
  }

.link-button-order {
  text-shadow: none;
  padding: 10px 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  border: none;
  color: #999;
  -webkit-transition: background-color .15s ease-out;
  transition: background-color .15s ease-out;
  background-color: #1b1b1b;
  margin-top: 0px;
  font-size: 16px;
  letter-spacing: 0px;
  border-radius: 30px;
  position: relative;
  top: -30px;
  text-decoration: none;
}

  .link-button-order:focus {
    text-shadow: none;
    padding: 10px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    border: none;
    color: #ffffff;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background-color: #212529;
    margin-top: 0px;
    font-size: 16px;
    letter-spacing: 0px;
    border-radius: 30px;
    position: relative;
    top: -30px;
    text-decoration: none;
  }

  .link-button-order:hover {
    text-shadow: none;
    padding: 10px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    border: none;
    color: #ffffff;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background-color: #000000;
    margin-top: 0px;
    font-size: 16px;
    letter-spacing: 0px;
    border-radius: 30px;
    position: relative;
    top: -30px;
    text-decoration: none;
  }

.link-button-ordered {
  text-shadow: none;
  padding: 10px 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  border: none;
  color: #1b1b1b;
  -webkit-transition: background-color .15s ease-out;
  transition: background-color .15s ease-out;
  background-color: #999;
  margin-top: 0px;
  font-size: 16px;
  letter-spacing: 0px;
  border-radius: 30px;
  position: relative;
  top: -30px;
  text-decoration: none;
}

  .link-button-ordered:focus {
    text-shadow: none;
    padding: 10px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    border: none;
    color: #212529;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background-color: #ffffff;
    margin-top: 0px;
    font-size: 16px;
    letter-spacing: 0px;
    border-radius: 30px;
    position: relative;
    top: -30px;
    text-decoration: none;
  }

  .link-button-ordered:hover {
    text-shadow: none;
    padding: 10px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    border: none;
    color: #000000;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background-color: #ffffff;
    margin-top: 0px;
    font-size: 16px;
    letter-spacing: 0px;
    border-radius: 30px;
    position: relative;
    top: -30px;
    text-decoration: none;
  }

.plus-minus {
  padding: 10px 15px 10px 15px !important;
  font-size: 24px !important;
  width: 40px;
  height: 40px;
}

.error-text {
  color: red;
  text-transform: uppercase;
}

::-webkit-scrollbar {
  width: 16px !important;
  background-color: #6d6d6d !important;
}

/* DropDownList */
select {
  padding: 3px;
  border-radius: 0px;
}

/* Bootstrap Modal */
.modal-title {
  font-weight: bold;
  color: var(--modal-text-color);
}

.modal-header, .modal-body, .modal-footer {
  background-color: var(--modal-bg-color);
  color: var(--modal-text-color)
}

.modal-header {
  border-bottom: none;
}

  .modal-header .btn-close {
    display: none;
  }

.modal-footer {
  display: flex;
  justify-content: center;
  border-top: none;
}

.modal-content {
  border-radius: 10px;
}

/* Hover Zoom */
.img-container {
  position: relative;
  display: inline-block;
}

  .img-container img {
    transition: transform 0.5s ease;
  }

  .img-container:hover img {
    transform: scale(1.03);
  }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.img-container:hover .overlay {
  opacity: 0.5;
}

.error-message {
  text-transform: uppercase;
  /*letter-spacing: 1px;*/
  /*font-weight: bold;*/
  padding: 25px;
  color: var(--red);
}

.info-message {
  text-transform: uppercase;
  /*font-weight: bold;*/
  padding: 25px;
}

.text-justify {
  text-align: justify;
}

/* Hide the page completely during printing */
@media print {
  html, body {
    display: none;
  }
}
