/* BEGIN STYLE CLASSES */
.psc-HoverHand {
}
.psc-HoverHand:hover {
  cursor: pointer;
}

.psc-PreventScroll {
}

.psc-Tips\/BlueBG {
  background-color: #0067A3;
  color: #FFFFFF;
}

.psc-Tips\/ButtonNormal {
  background-color: #0067A3;
  color: #FFFFFF;
}
.psc-Tips\/ButtonNormal:hover {
  background-color: #015383;
}
.psc-Tips\/ButtonNormal:disabled {
  background-color: #D5D5D5;
}

.psc-Tips\/ButtonWhite {
  background-color: #AAAAAA;
  color: #FFFFFF;
}
.psc-Tips\/ButtonWhite:hover {
  background-color: #015383;
}
.psc-Tips\/ButtonWhite:disabled {
  background-color: #D5D5D5;
}

.psc-Tips\/ButtonsDelete {
  background-color: #AC0000;
  color: #FFFFFF;
}
.psc-Tips\/ButtonsDelete:hover {
  background-color: #AC0000;
}

.psc-Tips\/CashDue {
  color: #AC0000;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
}

.psc-Tips\/DeclareVoid {
  background-color: #FCD5B4;
  color: #AC0000;
  font-family: Arial;
}

.psc-Tips\/Disabled {
}
.psc-Tips\/Disabled:disabled {
  background-color: #E6E6E6;
}

.psc-Tips\/Header {
  color: #2B2B2B;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
}

.psc-Tips\/Normal {
  color: #2B2B2B;
  font-family: Arial;
  font-size: 16px;
}

.psc-Tips\/NormalSmall {
  color: #2B2B2B;
  font-family: Arial;
  font-size: 12px;
}

.psc-Tips\/SBShift {
  background-color: #C0C0BF;
}

.psc-Tips\/SBTip {
  background-color: #F2DCDB;
}

.psc-Tips\/Tables {
  border-color: #D5D5D5;
  border-style: solid;
  border-width: .5px;
  padding-bottom: 1px;
  padding-right: 1px;
}

.psc-Tips\/TakeHome {
  background-color: #FFFF00;
  font-family: Arial;
}

.psc-Tips\/TipOut {
  background-color: #D9D9D9;
  color: #2B2B2B;
  font-family: Arial;
  font-size: 20px;
}

.psc-Tips\/TotalOwe {
  background-color: #B8CCE4;
  font-family: Arial;
}

.psc-Tips\/ValueBorder {
  border-color: #D5D5D5;
  border-style: solid;
  border-width: 1px;
  border-bottom-color: #D5D5D5;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #D5D5D5;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #D5D5D5;
  border-right-style: solid;
  border-right-width: 1px;
}

.psc-button {
  background-color: #FFFFFF;
  border-color: #808080;
  border-style: solid;
  border-width: 1pt;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #808080;
  font-family: sans-serif;
  font-size: 10pt;
  font-weight: bold;
  margin: 0.5rem;
  padding: 0.25rem;
  fill: #808080;
}
.psc-button:hover {
  background-color: #008FFB;
  color: #FFFFFF;
  font-weight: bold;
}
.psc-button:disabled {
  background-color: #D5D5D5;
  color: #808080;
}

@keyframes psc-Tips\/Flash-anim {
  0% {
    background-color: #FFCCCC;
  }
  100% {
    background-color: #D5D5D5;
  }
}
.psc-Tips\/Flash {
  animation-name: psc-Tips\/Flash-anim;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
