#data-list-view .makeItFull {
  width: 1000rem!important;
  width: calc(100vw - 260px)!important;
  height: calc(var(--vh, 1vh)*100)!important;
}

#foodAndBeverages img {
  width: 100%;
}
#redeemPromotions img {
  width: 100%;
  padding: 10px;
}
#foodAndBeverages .col-3 {
  padding: 0;
  margin: 0;
}
#orderItems th {
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #999999;
}
#orderItems tr:last-child {
  border-bottom: 1px solid #999999;
}
.redemptionAlert {
  color: #fff;
  background-color: #ba0000;
  padding: 8px;
  border-radius: 5px;
}
.redeemed, .redeemed:hover {
  font-weight: 600;
  color:rgb(21, 171, 76);
  font-size: 15px;
}
.reward {
  font-size: 17px;
  color: #333333
  height: 100%;
}
.footer {
  display: none;
}

.btn-sm {
  border-style: none;
}

.btn-light {
  background-color: rgb(212, 212, 212) !important;
  color: #444;
}

.btn-light:hover {
  color: #222 !important;
}

.storeID {
  font-size: 1.3em;
  color: #fff !important;
}

.hiddenMenuHeader {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.3em;
}

html body.navbar-static .navbar-container,
html body.navbar-sticky .navbar-container {
  padding-left: 0rem;
  padding-right: 1rem;
}

/* FLOOR PLAN - ARTIFACTS  */
.pswPlayer {
  height: 50px;
  width: 50px;
}

.pswUnassigned {
  border: 2px solid #cacaca;
  margin: 2px;
}

.pswAssigned {
  border: 2px solid #cacaca;
  margin: 2px;
}

.pswVerify {
  border: 2px solid #cacaca;
  margin: 2px;
}

.pswDesk {
  background-color: #aaaaaa;
}

.pswTable {
  background-color: #dedede;
}

.pswMachine {
  border: 2px solid #888 !important;
  background-color: #f9f9f9;
  border-radius: 50%;
  color: #888;
  height: 50px;
  width: 50px;
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
  margin: 10px;
}
.pswKeypad {
  border: 2px solid #4d4d4d !important;
    background-color: #4d4d4d;
    border-radius: 10px;
    color: #ffffff;
    height: 56px;
    width: 56px;
    font-size: 23px;
    padding: 10px;
    margin: 10px;
}
/* FLOOR PLAN - First Row  */
#floorPlan div {
  min-width: 50px;
  min-height: 50px;
  text-align: center;
}

#floorPlan div.fpR1 div:first-child {
  border-top: 3px solid #999;
  border-left: 3px solid #999;
}

#floorPlan div.fpR1 div:last-child {
  border-top: 3px solid #999;
  border-right: 3px solid #999;
}

#floorPlan div.fpR1 div {
  border-top: 3px solid #999;
}

/* FLOOR PLAN - Middle Rows  */

#floorPlan div.fpR2 div:first-child,
#floorPlan div.fpR3 div:first-child,
#floorPlan div.fpR4 div:first-child,
#floorPlan div.fpR5 div:first-child,
#floorPlan div.fpR6 div:first-child,
#floorPlan div.fpR7 div:first-child,
#floorPlan div.fpR8 div:first-child,
#floorPlan div.fpR9 div:first-child {
  border-left: 3px solid #999;
}

#floorPlan div.fpR2 div:last-child,
#floorPlan div.fpR3 div:last-child,
#floorPlan div.fpR4 div:last-child,
#floorPlan div.fpR5 div:last-child,
#floorPlan div.fpR6 div:last-child,
#floorPlan div.fpR7 div:last-child,
#floorPlan div.fpR8 div:last-child,
#floorPlan div.fpR9 div:last-child {
  border-right: 3px solid #999;
}

/* FLOOR PLAN - Last Row  */
#floorPlan div.fpR10 div:first-child {
  border-bottom: 3px solid #999;
  border-left: 3px solid #999;
}

#floorPlan div.fpR10 div:last-child {
  border-bottom: 3px solid #999;
  border-right: 3px solid #999;
}

#floorPlan div.fpR10 div {
  border-bottom: 3px solid #999;
}

#floorPlan .window {
  border-left: 5px solid rgb(73, 124, 255) !important;
}

#floorPlan .door {
  border-left: 3px solid rgb(73, 124, 255) !important;
}

#floorPlan.gridOn div {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.machineImg1 {
  background-image: url(../../app-assets/images/icons/1.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.machineImg2 {
  background-image: url(../../app-assets/images/icons/2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.machineImg3 {
  background-image: url(../../app-assets/images/icons/3.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.machineImg4 {
  background-image: url(../../app-assets/images/icons/4.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.machineImg5 {
  background-image: url(../../app-assets/images/icons/5.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.machineImg6 {
  background-image: url(../../app-assets/images/icons/6.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#pswUnlock button {
  height: 60px;
  width: 100%;
  font-size: 20px;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

#user-password.form-control::placeholder {
  font-size: 1.4rem;
  color: rgba(34, 41, 47, 0.4);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.fsSM {
  font-size: 14px !important;
}

.dataTables_length,
.action-btns {
  display: none !important;
}

.dataTables_filter {
  float: right;
}

.gameNumber {
  font-weight: 600;
}

.gameAvatar {}

.gamePlayer {}

.badgeFixed {
  width: 60px;
}

.gameTime {
  color: #fff;
}

.paTitle {
  font-weight: 600;
}

#playerActivity {
  font-size: 0.9em;
}
.gameBeRightBack {
  background-color: rgb(21, 171, 76);
  color: #fff;
  padding-top: 20px;
  font-size: 1.3em;
  text-transform: uppercase;
  border: 0px solid rgb(21, 171, 76);
}
.gameReserve {
  background-color: rgb(0, 7, 119);
  color: #fff;
  padding-top: 20px;
  font-size: 1.3em;
  text-transform: uppercase;
  border: 0px solid rgb(0, 7, 119);
}
/* Unassigned Machine */
#unassignedOverlay {
  text-align: center;
  height: 210px;
  width: 100%;
  position: absolute;
  top: 64px;
  background-color: rgb(212, 212, 212);
  opacity: 40%;
}
#unassignedText {
  padding-top: 70px;
  font-size: 32px;
  line-height: 41px;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  top: 0px;
}

/* Reserved Machine */
#reservedOverlay {
  text-align: center;
  height: 210px;
  width: 100%;
  position: absolute;
  top: 64px;
  background-color: #000777;
  opacity: 80%;
}
#reservedText {
  padding-top: 30px;
  font-size: 32px;
  line-height: 41px;
  color: #ffffff;
  position: absolute;
  width: 100%;
  top: 0px;
}
#reservedText .small {
  font-size: 20px;
  line-height: 30px;
}

/* Assign Game */
#click2assignOverlay {
  text-align: center;
  height: 210px;
  width: 100%;
  -webkit-animation: changeColor 5s infinite;
  -moz-animation: changeColor 5s infinite;
  -o-animation: changeColor 5s infinite;
  animation: changeColor 5s infinite;
  position: absolute;
  top: 64px;
  opacity: 100%;
}
#click2assign {
  background-color: rgb(239, 80, 1);
  background-size: cover;
  text-align: center;
  height: 209px;
  -webkit-animation: changeColor 5s infinite;
  -moz-animation: changeColor 5s infinite;
  -o-animation: changeColor 5s infinite;
  animation: changeColor 5s infinite;
}
#click2assign img {
  position: absolute;
  left: 0;
  top: 64px;
}
#click2assignText {
  padding-top: 42px;
  font-size: 32px;
  line-height: 41px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  top: 0px;
}

/* Glow Color */
@-webkit-keyframes changeColor {
  0% {
    background-color: #ff0000;
  }

  50% {
    background-color: #ff0000;
  }

  100% {
    background-color: #ff0000;
  }
}

@-moz-keyframes changeColor {
  0% {
    background-color: #ba0000;
  }

  50% {
    background-color: #f50202;
  }

  100% {
    background-color: #ba0000;
  }
}

@-o-keyframes changeColor {
  0% {
    background-color: #ba0000;
  }

  50% {
    background-color: #f50202;
  }

  100% {
    background-color: #ba0000;
  }
}

@keyframes changeColor {
  0% {
    background-color: #5b0202;
  }

  50% {
    background-color: #c10000;
  }

  100% {
    background-color: #5b0202;
  }
}
.actions {
  background-color: #dddddd;
}
.actions .btn-sm {
  background-color: #464646;
  color: #ffffff;
  font-size: 12px;
  padding: 12px;
  border-radius: 4px;
}
.rowButtons {
  padding: 10px !important;  
}
.currentMachine {
  background-color: #008c04;
  border-color: #008c04 !important;
  color: #ffffff
}
.exitStore {
  background-color: #b70202;
  border-color: #b70202 !important;
  color: #ffffff
}
.btn-default {
    border-color: #464646 !important;
    background-color: #464646 !important;
    color: #FFFFFF;
}
.redeemCode {
  width: 100%;
}
.enlargeText{
  font-size: 1.2em;
  font-weight: 600;
}
.aCircle {
  border: 2px solid #a6a6a6;
  border-radius: 30%;
  width: 28px;
  height: 28px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #a6a6a6;
  font-weight: 600;
  display: none;
}
.renameBtn {
  border: 2px solid #a6a6a6;
  border-radius: 5px;
  height: 28px;
  padding: 0px 10px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #a6a6a6;
  font-weight: 600;
}
.alertFun {
  font-family: "Style Script", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
  color: #424447;
}