#receipt {
  width: 100%;
  height: inherit;
  background-color: grey;
}

#receipt {
  margin-bottom: 10px;
  width: 1200px;
  border: 1px solid black;
  margin-left: 20px;
  height: auto;
  background-color: white;
}

.receiptTotal {
  display: flex;
  justify-content: flex-end;
  font-size: 20px;
  font-weight: 600;
  height: 20%;
  /* background: wheat; */
  padding-right: 10px;
}

.receiptToPay {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 30px;
  font-weight: 800;
  height: 40%;
  /* background: wheat; */
  padding-right: 10px;
}

.recipeTotalNumbers {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
  vertical-align: bottom;
  width: 20%;
}

#salePage,
#orderPage,
#controlPage {
  width: 100%;
  height: calc(100vh - 52px);
  padding-top: 10px;
  display: flex;
  overflow-y: auto;
  padding-bottom: 20px;
}

#salePage {
  background-color: rgba(18, 231, 114, 0.25);
}

#orderPage {
  background-color: rgba(231, 174, 18, 0.25);
}

#controlPage {
  background-color: rgba(231, 18, 231, 0.25);
}

.receiptItem {
  width: 100%;
  background-color: lightcyan;
  display: flex;
  align-items: center;
  height: 75px;
  border: 1px solid black;
}

.receiptItem.highlighted {
  background-color: lemonchiffon;
}

.paymentItem {
  width: 100%;
  background-color: lightyellow;
  display: flex;
  align-items: center;
  height: 75px;
  border: 1px solid black;
}

.discountItem {
  width: 100%;
  background-color: lightseagreen;
  display: flex;
  align-items: center;
  height: 75px;
  border: 1px solid black;
}

.quantity {
  font-size: 20px !important;
  width: 10% !important;
}

.quantity i {
  font-size: 15px;
}

.prodName {
  padding-left: 5px;
  font-size: 25px;
  font-weight: 700;
  vertical-align: middle;
  width: 50%;
}

.price {
  font-size: 100%;
  font-weight: 700;
  width: 15%;
}

.total {
  font-size: 150%;
  font-weight: 700;
  width: 20%;
}

.taxBadge {
  font-size: 100%;
  font-weight: 400;
}

.remove {
  width: 3%;
  font-size: 150%;
}

/* quickkeys */

.quickKeys {
  position: relative;
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
}

#saleKeys,
#orderKeys,
#controlKeys {
  background-color: rgba(255, 255, 255, 1);
}

.saleTab,
.orderTab,
.controlTab {
  display: block;
}

.popup-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  display: none;
  align-items: center;
  justify-content: center;
}

.popup-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

.popup-header {
  padding: 12px 24px;
  background-color: white;
  color: #1d1d1d;
  font-size: 1.325rem;
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popup-footer {
  margin-top: 8px;
  border-top: 1px solid #e9e9e9;
  padding: 8px 16px;
  background-color: white;
  color: #1d1d1d;
  display: flex;
  justify-content: flex-end;
}

.popup-body {
  margin-top: 8px;
  padding: 12px 24px;
}

/* The Close Button */

.close {
  color: #aaa;
  padding-top: 0;
  margin-top: 0;
  font-size: 28px;
  font-weight: bold;
}

#orderPrepayCash input,
#orderPrepayDebit input {
  font-size: 25px;
  padding-left: 10px;
}

.productKeys {
  font-size: 20px;
  font-weight: 700;
}

.navview .navview-menu {
  background-color: #2a3f54 !important;
}

.navview.compacted .navview-content {
  margin-left: 60px !important;
}

.notify-title {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
}

.notify-message {
  font-size: 1.25rem !important;
  font-weight: 400 !important;
}

.key {
  width: 13.15%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid black;
  margin-left: 1%;
  margin-top: 1%;
  height: 75px;
  font-size: 20px;
  font-weight: 700;
}

.processTransaction {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid black;
  margin-left: 1%;
  margin-top: 1%;
  height: 75px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.keyTab {
  width: 13.15%;
  display: block;
  margin-left: 1%;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  height: 75px;
}

#sale {
  height: inherit;
}

.sidebar-footer {
  bottom: 0px;
  clear: both;
  display: block;
  padding: 5px 0 0 0;
  position: fixed;
  width: 280px;
  background: #2a3f54;
  z-index: 999;
}

.sidebar-footer a {
  padding: 7px 0 3px;
  text-align: center;
  width: 25%;
  font-size: 17px;
  display: block;
  float: left;
  background: #172d44;
  cursor: pointer;
}

.sidebar-footer a:hover {
  background: #425567;
}

.icon i {
  color: lightgrey;
}

.sidebar-footer a i {
  color: grey;
}

.bottom_aligner {
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
  width: 0px;
}

#prodTop {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

#product {
  height: 100%;
  overflow-y: auto;
}

#product .container {
  height: 100%;
}

.bold {
  font-weight: 700;
}

form .section {
  font: normal 20px "Bitter", serif;
  color: #2a88ad;
  margin-bottom: 5px;
}

form .section span {
  background: #2a88ad;
  padding: 5px 10px 5px 10px;
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 4px solid #fff;
  font-size: 14px;
  margin-left: -45px;
  color: #fff;
  margin-top: -3px;
}

/* calculator */

.calculator {
  height: 100% !important;
  font-size: 25px !important;
  font-weight: 700 !important;
}

.calcRow {
  height: 16.66%;
}

.calc {
  width: 24% !important;
  height: 90% !important;
  font-size: 25px !important;
  font-weight: 700 !important;
  margin: 0.5%;
}

.toast {
  font-size: 20px;
}

.paymentDialog {
  font-size: 25px !important;
  font-weight: 500 !important;
}

#payment {
  font-size: 25px !important;
  font-weight: 500 !important;
}

.weather {
  line-height: 52px;
  font-size: 20px;
}

#weatherIcon {
  height: 39px !important;
}

.time {
  line-height: 52px;
  font-size: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.recentSales {
  width: 75%;
  margin: 0 auto;
  height: calc(100vh - 52px);
  overflow-y: scroll;
  display: block;
}

.user-block {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  width: 280px;
  line-height: 1.2;
}

.user-chat {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 280px;
  line-height: 1.2;
}

.user-block .avatar {
  width: 128px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid white;
}

.user-block .avatar img {
  width: 100%;
  height: auto;
}

#timeLink {
  text-decoration: none;
  color: black;
}

#weatherLink {
  text-decoration: none;
  color: black;
}

.punch {
  /* width: 48%!important; */
  height: 90% !important;
  font-size: 25px !important;
  font-weight: 700 !important;
  margin: 0.5%;
}

.punchtext {
  font-size: 30px !important;
}

.round {
  border-radius: 50%;
}

#blackout {
  width: 100%;
  height: 100%;
  /* make sure you have set parents to a height of 100% too*/
  position: absolute;
  left: 0%;
  top: 0;
  z-index: 10;
  /*just to make sure its on top*/
  background: rgba(0, 0, 0, 0.5);
  display: block;
}

#openclose {
  width: 750px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: gainsboro;
  display: flex;
  flex-wrap: wrap;
}

#opencloseleft {
  background-color: gainsboro;
  flex: 0 55%;
  width: 55%;
}

#opencloseleft .form-group,
#opencloseright .form-group {
  margin-top: 4px;
}

#opencloseleft .section,
#opencloseright .section {
  margin-top: 10px;
  font-size: 25px;
  font-weight: 500;
}

#opencloseright {
  background-color: gainsboro;
  flex: 0 45%;
  width: 45%;
}

#tillclosed {
  width: 400px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  text-align: center;
  padding-top: 25px;
  line-height: 50px;
  font-size: 25px;
  font-weight: 500;
  display: none;
  -webkit-box-shadow: 10px 10px 29px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 29px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 29px 0px rgba(0, 0, 0, 0.75);
}

#vieworders {
  width: 1250px;
  height: 750px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: gainsboro;
  display: flex;
  flex-wrap: wrap;
}

.orderSearch {
  width: 100%;
  font-size: 16px;
  /* Increase font-size */
  padding: 12px 2px 12px 2px;
  /* Add some padding */
  border: 1px solid #ddd;
  /* Add a grey border */
}

#orderblackout {
  width: 100%;
  height: 100%;
  /* make sure you have set parents to a height of 100% too*/
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  /*just to make sure its on top*/
  background: rgba(0, 0, 0, 0.5);
  display: block;
}

#vieworderleft {
  flex: 0 15%;
  width: 15%;
  overflow: auto;
  height: 100%;
}

#orders {
  /* flex: 0 85%; */
  width: 82%;
  overflow: auto;
  height: 100%;
}

.ordertab {
  display: flex;
  width: 100%;
  height: 100%;
}

.orderpane {
  background-color: white;
  flex: 55%;
  width: 55%;
  overflow: auto;
  height: 100%;
}

.summarypane {
  background-color: aliceblue;
  flex: 25%;
  width: 25%;
  overflow: auto;
  height: 100%;
  padding: 10px;
}

.orderStatusSelect {
  border: none;
  text-align-last: right;
  direction: rtl;
  margin-top: -4px;
  line-height: inherit;
  background-color: transparent;
}

.viewOrderDateHeader {
  width: 100%;
  background-color: burlywood;
  display: flex;
  align-items: center;
  height: 45px;
  border: 1px solid black;
}

.viewOrderDateText {
  margin: auto;
  font-size: 25px;
  font-weight: 700;
  vertical-align: middle;
}

.viewOrderOrderHeader {
  width: 100%;
  display: flex;
  align-items: center;
  height: 75px;
  border: 1px solid black;
}

.viewOrderOrderHeader:nth-child(odd) {
  background: cornsilk;
}

.viewOrderOrderHeader:nth-child(even) {
  background: wheat;
}

.viewOrderOrderTime {
  font-size: 20px;
  font-weight: 700;
}

.viewOrderOrderName {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 700;
  width: 100px;
}

.tabspacer {
  display: flex;
  justify-content: space-between !important;
}

.tabcolor:nth-child(even) {
  color: white !important;
  font-weight: 700;
  font-size: 15px;
  background-color: slategray !important;
}

.tabcolor:nth-child(odd) {
  color: white !important;
  font-weight: 700;
  font-size: 15px;
  background-color: dimgrey !important;
}

.tabcolor.active {
  background-color: darkslategray !important;
}

dl.table-display {
  float: left;
  width: 520px;
  margin: 1em 0;
  padding: 0;
  /* border-bottom: 1px solid #999; */
}

.table-display dt {
  clear: left;
  float: left;
  width: 20px;
  margin: 0;
  padding: 5px;
  /* border-top: 1px solid #999; */
  font-weight: bold;
}

.sales-display dt {
  width: 200px;
}

.order-display {
  margin: 0 !important;
  padding: 0 !important;
}

.table-display dd {
  float: left;
  width: 300px;
  margin: 0;
  padding: 5px;
  /* border-top: 1px solid #999; */
}

input,
button,
textarea,
select {
  font: 400 13.3333px Arial;
}

input[type="checkbox"] {
  display: none;
}

.collapsible-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
  padding-left: 10px;
  padding-bottom: 6px;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 100vh;
}

.bgopen:nth-child(even) {
  background: #a6d4fa;
  padding-left: 6px;
}

.bgopen:nth-child(odd) {
  background: #79bff8;
  padding-left: 6px;
}

.bgpickedup:nth-child(even) {
  background: #dbefdc;
  padding-left: 6px;
}

.bgpickedup:nth-child(odd) {
  background: #b7dfb8;
  padding-left: 6px;
}

.bgcancel:nth-child(even) {
  background: #fbb3ae;
  padding-left: 6px;
}

.bgcancel:nth-child(odd) {
  background: #f98d85;
  padding-left: 6px;
}

.bgnoshow:nth-child(even) {
  background: #fffbd8;
  padding-left: 6px;
}

.bgnoshow:nth-child(odd) {
  background: #fff38b;
  padding-left: 6px;
}

.bgsummary {
  background: #c1ade5;
  padding-left: 6px;
}

.bgnew {
  background: aquamarine;
  border: 3px solid darkblue;
  padding-left: 6px;
}

.summaryheader {
  font-weight: 700;
}

.collapsible-content:nth-child(even) {
  background: #ccc;
}

.icon-2x {
  font-size: 2em;
}

.todo-list-container {
  /* text-align: right; */
}

#todoList {
  z-index: 25;
  height: 400px;
  width: 600px;
  position: absolute;
  left: 0;
  background-color: white;
  display:flex;
  flex-direction: column;
  border: 1px solid lightgray;
  transition: height 100ms, visibility 100ms, opacity 200ms;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 16%), 0 2px 5px 0 rgb(0 0 0 / 26%);
}

#todoList.closed {
    height: 0px;
   visibility: hidden;
   opacity: 0;
}

#newTodoButton {
  display: flex;
  width: 100%;
  justify-content: center;
}
#newTodo {
  z-index: 26;
  height: auto;
  visibility: visible;
  opacity: 100;
  width: 100%;
  background-color: white!important;
  position:absolute;
  bottom:0;
  left:0;
  font-size: 18px;
  border: 1px solid lightgray;
  border-radius: 10px;
  padding: 5px;
}
#newTodo.hidden {
  height: 0px;
  visibility: hidden;
  opacity: 0;
}
#todoListBody {
  position: relative;
  overflow:auto;
}
/* #todoListBody div:nth-child(odd) {
  background-color: steelblue;
}
#todoListBody div:nth-child(even) {
  background-color: slateblue;
} */

.todoItem {
  border: 1px solid lightgray;
  margin:5px;
  padding: 5px;
  background-color: lightskyblue
}
.todoTitle {
  font-weight: 700;
  font-size: 18px;

}
.todoDescription {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 400;
}

.TODOstarted {
  background-color: wheat;

}
.TODOended {
  background-color: lightgreen;

}



#notifier-container {
  /**/
}

#notifier {
  z-index: 25;
  height: 400px;
  width: 400px;
  position: absolute;
  left: 0;
  background-color: white;
  display:flex;
  flex-direction: column;
  border: 1px solid lightgray;
  transition: height 100ms, visibility 100ms, opacity 200ms;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 16%), 0 2px 5px 0 rgb(0 0 0 / 26%);
}
#notifier.closed {
  height: 0px;
 visibility: hidden;
 opacity: 0;
}

#newNotificationButton {
  display: flex;
  width: 100%;
  justify-content: center;
}



.textorder:nth-child(even) {
  background: violet!important;
  padding-left: 6px;
}

.textorder:nth-child(odd) {
  background: rgb(255, 161, 255)!important;
  padding-left: 6px;
}