.tc-paper {
  padding: 10px;
  margin-bottom: 10px;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-row > div {
  flex: 1;
  margin: 0 5px;
}
#CheckoutApp {
  /*////////////////////////////////
	//		GENERIC CSS				//
	////////////////////////////////*/
  /*////////////////////////////////
	//		STATIC CONTROLS			//
	////////////////////////////////*/
  /*////////////////////////////////
	//		ENTRY ITEMS				//
	////////////////////////////////*/
  /*////////////////////////////////
	//		CONTENT COMPONENTS		//
	////////////////////////////////*/
  /* Move primary notifications to the bottom and adjust the body region to make space for the notification bar */
}
#CheckoutApp h4 {
  border-bottom: 1px solid #DDD;
}
#CheckoutApp .fa-10x {
  font-size: 10em;
}
#CheckoutApp .fa-14x {
  font-size: 14em;
}
#CheckoutApp .full-width {
  width: 100%;
}
#CheckoutApp .height100 {
  position: relative;
  height: 100%;
  overflow: auto;
}
#CheckoutApp .is-birthday {
  color: red;
  font-weight: bold;
}
#CheckoutApp .list-item {
  padding: 0 0 10px 0;
}
#CheckoutApp .monospace {
  font-family: "Courier New", courier, typewriter, monospace;
}
#CheckoutApp .student-image {
  width: 150px;
  max-width: 100%;
}
#CheckoutApp .unpad-vertical {
  padding-top: 0;
  padding-bottom: 0;
}
#CheckoutApp .redtext {
  color: red;
}
#CheckoutApp .row > .col-xs-1,
#CheckoutApp .row > .col-sm-1,
#CheckoutApp .row > .col-md-1,
#CheckoutApp .row > .col-lg-1,
#CheckoutApp .row > .col-xs-2,
#CheckoutApp .row > .col-sm-2,
#CheckoutApp .row > .col-md-2,
#CheckoutApp .row > .col-lg-2,
#CheckoutApp .row > .col-xs-3,
#CheckoutApp .row > .col-sm-3,
#CheckoutApp .row > .col-md-3,
#CheckoutApp .row > .col-lg-3,
#CheckoutApp .row > .col-xs-4,
#CheckoutApp .row > .col-sm-4,
#CheckoutApp .row > .col-md-4,
#CheckoutApp .row > .col-lg-4,
#CheckoutApp .row > .col-xs-5,
#CheckoutApp .row > .col-sm-5,
#CheckoutApp .row > .col-md-5,
#CheckoutApp .row > .col-lg-5,
#CheckoutApp .row > .col-xs-6,
#CheckoutApp .row > .col-sm-6,
#CheckoutApp .row > .col-md-6,
#CheckoutApp .row > .col-lg-6,
#CheckoutApp .row > .col-xs-7,
#CheckoutApp .row > .col-sm-7,
#CheckoutApp .row > .col-md-7,
#CheckoutApp .row > .col-lg-7,
#CheckoutApp .row > .col-xs-8,
#CheckoutApp .row > .col-sm-8,
#CheckoutApp .row > .col-md-8,
#CheckoutApp .row > .col-lg-8,
#CheckoutApp .row > .col-xs-9,
#CheckoutApp .row > .col-sm-9,
#CheckoutApp .row > .col-md-9,
#CheckoutApp .row > .col-lg-9,
#CheckoutApp .row > .col-xs-10,
#CheckoutApp .row > .col-sm-10,
#CheckoutApp .row > .col-md-10,
#CheckoutApp .row > .col-lg-10,
#CheckoutApp .row > .col-xs-11,
#CheckoutApp .row > .col-sm-11,
#CheckoutApp .row > .col-md-11,
#CheckoutApp .row > .col-lg-11,
#CheckoutApp .row > .col-xs-12,
#CheckoutApp .row > .col-sm-12,
#CheckoutApp .row > .col-md-12,
#CheckoutApp .row > .col-lg-12 {
  margin-bottom: 1em;
}
#CheckoutApp .strong-redtext {
  font-weight: bold;
  color: red;
}
#CheckoutApp .taken-test:not(:first-child) {
  border-top: 1px solid #DDD;
  margin-top: 10px;
  padding-top: 10px;
}
#CheckoutApp #StaticControls {
  height: 2em;
}
#CheckoutApp #StaticControls .static-controls .entry-item {
  display: inline-block;
  margin: 0;
  border-bottom: none;
}
#CheckoutApp #StaticControls .static-controls > *:first-child {
  margin-left: -10px;
}
#CheckoutApp #StaticControls .sale-total {
  padding: 5px 10px;
  margin: 0 -10px;
  font-weight: bold;
  background-color: #EEE;
}
#CheckoutApp .entry-group {
  margin-top: -5px;
}
#CheckoutApp .entry-item {
  display: block;
  border-bottom: 1px solid #EEE;
  margin: 0 -10px;
  padding: 5px 10px;
}
#CheckoutApp .entry-item:last-child {
  border-bottom: none;
}
#CheckoutApp .entry-item:hover {
  text-decoration: none;
  background-color: #C7E6FC;
}
#CheckoutApp .entry-item.entry-item-no-click {
  cursor: not-allowed;
}
#CheckoutApp .entry-item.entry-item-no-click:hover {
  color: #369;
  background-color: transparent;
}
#CheckoutApp .entry-item.entry-item-no-click kbd {
  background-color: #FFF;
  color: #000;
  border: 1px solid #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#CheckoutApp .entry-item .entry-hint {
  padding: 3px 6px;
  margin: 0 5px 0 0;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background-color: #999;
  font-family: 'Courier New', Monospace;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  float: left;
}
#CheckoutApp .entry-item:hover .entry-hint {
  background-color: #666;
}
#CheckoutApp .entry-item .entry-body {
  display: block;
  margin-left: 30px;
}
#CheckoutApp .alert .entry-item {
  border-bottom: none;
}
#CheckoutApp .alert .entry-item:first-of-type {
  margin-top: 5px;
}
#CheckoutApp #ContentComponents {
  display: none;
}
#CheckoutApp #Content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#CheckoutApp #Content #ContentSlider {
  position: absolute;
  width: 100%;
  height: 100%;
}
#CheckoutApp #Content #ContentSlider > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 0 15px;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
#CheckoutApp #Content #ContentSlider > div.active-view {
  z-index: 1;
  opacity: 1;
}
#CheckoutApp #Content #SaleSummary h4:first-child,
#CheckoutApp #Content #CourseDetails h4:first-child {
  margin-top: 0;
}
#CheckoutApp .manual-mode {
  font-size: 14px;
}
#CheckoutApp .time-entry-button {
  width: 154px;
}
#CheckoutApp > .ui-boxview > .ui-boxview-inner > .ui-boxview-region-center > .ui-boxview-region-body {
  padding-bottom: 35px;
}
#CheckoutApp #PrimaryNotifications {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-box-shadow: 0 -1px 3px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 -1px 3px rgba(50, 50, 50, 0.75);
  box-shadow: 0 -1px 3px rgba(50, 50, 50, 0.75);
}
#CheckoutApp .person-card {
  padding: 10px;
  margin-bottom: 10px;
}
#CheckoutApp .person-card > * {
  float: left;
}
#CheckoutApp .person-card img {
  width: 150px;
  height: 150px;
  margin-right: 20px;
}
#CheckoutApp #CourseDetails .person-card {
  margin-bottom: 15px;
}
@-webkit-keyframes pulse {
  0% {
    background-color: #F10461;
  }
  25% {
    background-color: #0256DD;
  }
  50% {
    background-color: #01A5FF;
  }
  75% {
    background-color: #68D023;
  }
  100% {
    background-color: #FEEA46;
  }
}
@keyframes pulse {
  0% {
    background-color: #F10461;
  }
  25% {
    background-color: #0256DD;
  }
  50% {
    background-color: #01A5FF;
  }
  75% {
    background-color: #68D023;
  }
  100% {
    background-color: #FEEA46;
  }
}
.flex-column {
  display: flex;
  flex-flow: column nowrap;
}
#birthday {
  -webkit-animation: pulse 2s infinite alternate;
  animation: pulse 2s infinite alternate;
  height: 100px;
  padding: 20px;
  font-size: 3em;
  text-align: center;
}
