.box-highlight-blue {
  padding: 25px;
  margin: 15px;
  border-radius: 10px;
  background-color: #4dbce9;
  color: white;
}

.box-highlight-yellow {
  padding: 25px;
  margin: 15px;
  border-radius: 10px;
  background-color: #ffc107;
}

.box-highlight-grey {
  padding: 25px;
  margin: 15px;
  border-radius: 10px;
  background-color: #f0f0f0;
  border: 1px solid #cccccc;
}

.box-highlight-white {
  padding: 25px;
  margin: 15px;
  border-radius: 10px;
  border: 2px solid #cccccc;
}

.box-highlight-red {
  padding: 25px;
  margin: 15px;
  border-radius: 10px;
  background-color: #ff5722;
}

.help-tip {
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: #4dbce9;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 12px;
  line-height: 22px;
  cursor: default;
}

.help-tip:before {
  content: "?";
  font-weight: bold;
  color: #fff;
}

.help-tip:hover p {
  display: block;
  transform-origin: 100% 0%;
  z-index: 99;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}

.help-tip p {
  display: none;
  text-align: left;
  background-color: #2e324d;
  padding: 20px;
  width: 300px;
  float: left;
  position: relative;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  left: -4px;
  top: -10px;
  color: #fff;
  font-size: 12pt;
  line-height: 1.4;
}

.help-tip p:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #1e2021;
  left: 10px;
  top: -12px;
}

.help-tip p:after {
  /* Prevents the tooltip from being hidden */
  width: 100%;
  height: 40px;
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
}

.kb-basic {
  background-color: #4aba6e;
  color: white;
  padding: 5px 15px;
  border-radius: 10px;
  font-size: 8pt;
}

.kb-advanced {
  background-color: #2e324d;
  color: white;
  padding: 5px 15px;
  border-radius: 10px;
  font-size: 8pt;
}

.kb-important {
  background-color: maroon;
  color: white;
  padding: 5px 15px;
  border-radius: 10px;
  font-size: 8pt;
}

.kb-type {
  background-color: #e0e0e0;
  color: grey;
  padding: 5px 15px;
  border-radius: 10px;
  font-size: 8pt;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }

  100% {
    opacity: 100%;
    transform: scale(1);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  border-top: 2px solid #4dbce9;
  color: white;
  text-align: center;
  z-index: 3;
  padding-top: 10px;
  padding-bottom: 10px;
}

footer {
  background-color: #ddd;
  /*border-top: 1px solid #bbb;*/
  text-align: center;
}

.footer-info-block-green {
  border-left: 5px solid #4aba6e;
  border-radius: 0px;
  margin-left: 15px;
}

.footer-info-block-blue {
  border-left: 5px solid #2e324d;
  border-radius: 0px;
  margin-left: 15px;
}

.footer-info-block-red {
  border-left: 5px solid maroon;
  border-radius: 0px;
  margin-left: 15px;
}

.footer-info-block {
  min-width: 100px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  margin-right: 10px;
}

.content-header-footer {
  background-color: white;
  margin-top: 25px;
  text-align: center;
  padding: 10px;
}

.menuBtn {
  background-color: transparent;
  border: none;
  margin: 0 auto;
  color: white;
  padding: 25px;
  margin-left: -10px;
}

md-toolbar h1 {
  font-weight: normal;
}

md-list .md-button {
  color: inherit;
  font-weight: 500;
  text-align: left;
  width: 100%;
}

.menuItem {
  text-align: left;
  text-transform: none;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0 auto;
}

.menuItem md-icon {
  margin-right: 25px;
  color: grey;
}

.floating-button {
  right: 0;
  bottom: 0;
  position: fixed;
  margin-right: 25px;
  margin-bottom: 20px;
}

.MenuButton {
  background-color: transparent;
  border: none;
  margin: 0 auto;
  color: white;
  padding: 15px;
}

.light-grey {
  background-color: #f0f0f0;
}

.bottom-buffer {
  margin-bottom: 50px;
}

.badge {
  float: right;
  font-size: 10pt;
  color: silver;
  margin-right: 5px;
}

.bottom-panel {
  padding: 10px;
}

.bottom-sheet-text {
  margin-top: 10px;
}

.bottomSheetdemoBasicUsage .md-inline-list-icon-label {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -5px;
  height: 24px;
  vertical-align: middle;
}

.bottomSheetdemoBasicUsage .md-grid-item-content md-icon {
  height: 48px;
  width: 48px;
}

.bottomSheetdemoBasicUsage .md-grid-text {
  padding-bottom: 5px;
}

.bottom-sheet-icon-svg {
  fill: #a0a0a0;
}

.md-raised-form {
  padding: 15px;
  align-self: center;
  display: block;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.md-panel {
  background-color: #f0f0f0;
}

.md-content {
  padding-bottom: 15px;
}

.md-search-box {
  margin-top: 25px;
  margin-bottom: -25px;
  color: white !important;
  border-color: white !important;
}

.md-search-box:focus {
  color: white !important;
  border-color: #ffffff !important;
  margin-top: 10px;
  margin-bottom: -10px;
}

.md-search-box-icon {
  fill: #ffffff !important;
}

.md-dark-panel,
.md-dark-panel label {
  background-color: #ff9358;
  color: #000 !important;
  border-color: white !important;
  padding-left: 15px;
  padding-right: 15px;
  fill: #ffffff !important;
  line-height: 25px;
}

.md-dark-panel md-icon,
.md-dark-panel img {
  background-color: #ff9358;
  color: rgb(0, 0, 0) !important;
  border-color: rgb(0, 0, 0) !important;
  margin-right: 5px;
  margin-top: -5px;
  fill: rgb(0, 0, 0) !important;
}

.status-new {
  font-size: 12pt;
  background-color: #4dbce9;
  color: white;
  padding: 3px;
  width: 100px;
  display: block;
}

.status-pending {
  font-size: 10pt;
  color: #4dbce9;
  padding: 0;
  width: 100px;
  display: block;
}

.status-ready {
  font-size: 10pt;
  color: green;
  text-align: center;
  width: 50px;
}

.status-finished {
  font-size: 10pt;
  color: #b0b0b0;
  padding: 0;
  width: 100px;
  display: block;
}

.status-cancelled {
  font-size: 10pt;
  color: #000;
  padding: 0;
  width: 100px;
  display: block;
}

.item-status-new {
  color: #4dbce9;
  font-weight: bold;
}

.item-status-pending {
  color: #000;
  font-weight: bold;
}

.item-status-ready {
  color: green;
}

.item-status-finished {
  color: #b0b0b0;
}

.item-status-cancelled {
  color: #000;
  text-decoration: line-through;
}

.text-time {
  font-size: 10pt;
  color: #b0b0b0;
  padding: 0;
  width: 100px;
  display: block;
}

.text-counts {
  background-color: #f0f0f0;
  padding: 10px;
}

.text-buzz {
  fill: #d0d0d0;
}

.md-icon-right {
  width: 40px !important;
  float: right;
  margin-right: 15px;
}

.md-badge {
  font-size: 10pt;
  background-color: #ff9358;
  color: #000;
  font-weight: bold;
  padding: 5px;
}

.md-status-badge-Available {
  line-height: 22pt;
  font-size: 12pt;
  color: #fff;
  background-color: #a0a0a0;
  padding: 3px;
  text-align: center;
}

.md-status-badge-Occupied {
  line-height: 22pt;
  font-size: 12pt;
  color: #000;
  display: inline-block;
  background-color: #4dbce9;
  padding: 3px;
  text-align: center;
}

.md-status-badge-Warning {
  line-height: 22pt;
  font-size: 12pt;
  color: #fff;
  display: inline-block;
  background-color: red;
  padding: 3px;
  text-align: center;
}

.md-status-badge-Fast {
  line-height: 22pt;
  font-size: 12pt;
  color: #fff;
  display: inline-block;
  background-color: green;
  padding: 3px;
  text-align: center;
}

.md-status-badge-Readymade {
  line-height: 22pt;
  font-size: 12pt;
  color: #fff;
  display: inline-block;
  background-color: blue;
  padding: 3px;
  text-align: center;
}

.md-status-badge-Billing {
  line-height: 22pt;
  font-size: 12pt;
  color: #fff;
  display: inline-block;
  background-color: #2e324d;
  padding: 3px;
  text-align: center;
}

.md-status-badge-Reserved {
  line-height: 22pt;
  font-size: 12pt;
  color: #fff;
  display: inline-block;
  background-color: #000;
  padding: 3px;
  text-align: center;
}

.md-status-badge {
  line-height: 22pt;
  font-size: 12pt;
  display: inline-block;
  padding: 3px;
  text-align: center;
}

.pending-text {
  line-height: 22pt;
  font-size: 12pt;
  color: #fff;
  display: inline-block;
  background-color: #a0a0a0;
  padding: 3px;
  margin-right: 1px;
  text-align: center;
  min-width: 20px;
}

.served-text {
  line-height: 22pt;
  font-size: 12pt;
  color: #fff;
  display: inline-block;
  background-color: #a0a0a0;
  padding: 3px;
  margin-left: 1px;
  text-align: center;
  min-width: 20px;
}

.md-zero-margin {
  margin: 0 auto;
  padding: 0;
}

.md-special-offer {
  background-color: transparent;
  border: none;
  color: white;
  padding: 15px;
  display: block;
  width: 80px;
}

.md-promotion {
  font-size: 11pt;
  color: #545454;
}

.md-promotion-title {
  font-size: 12pt;
  color: #000000;
  padding-top: 20px;
  font-weight: bold;
}

.md-button-large {
  padding: 5px 50px 5px 50px;
}

.md-status-cards {
  margin: 10px 20px 10px 20px;
  background-color: #ffffff;
}

.md-form-cards {
  margin: 10px 20px 10px 20px;
  background-color: #ffffff;
}

.form-title {
  background-color: #f0f0f0;
  font-weight: bold;
  font-size: 12pt;
  padding: 20px;
  margin: 0 auto;
  margin-top: 10px;
}

.md-tile-content {
  padding-left: 20px;
}

.md-help-text {
  font-size: 10pt;
  color: #545454;
}

.narrow-margin {
  margin-top: 0;
  margin-bottom: 5px;
}

.extra-padding {
  padding: 15px 5px 20px 15px;
}

.bottom-padding {
  padding: 10px 10px 120px 10px;
}

.border-right {
  border-right: 1px solid #cccccc;
}

.form-error-message {
  font-size: 16pt;
  font-weight: 600;
  color: #0e6a5d;
  padding: 10px 25px 10px 25px;
}

.position-box {
  background-color: #f0f0f0;
  padding: 25px 10px 25px 10px;
  display: block;
  max-width: 200px;
  text-align: center;
}

.position-text {
  color: #545454;
  font-size: 12pt;
  font-weight: bold;
}

.position-number {
  font-size: 38pt;
  font-weight: 400;
  margin: 0 auto;
  padding: 0;
}

.status-text {
  text-align: left;
  font-size: 22pt;
  font-weight: 200;
  white-space: pre-line;
}

.dark-background {
  background-color: #4dbce9;
  margin: 0 auto;
  padding: 0;
}

.Member-Count {
  text-align: center;
  border-radius: 5px;
  color: black;
  background-color: #4dbce9;
  padding: 1px;
  font-size: 14pt;
  display: block;
  min-width: 40px;
  cursor: pointer;
  margin-left: -10px;
}

.Item-Special {
  text-align: center;
  border-radius: 25px;
  color: black;
  background-color: #4dbce9;
  padding: 5px;
  font-size: 12pt;
  display: block;
  min-width: 40px;
  margin-bottom: 10px;
  cursor: pointer;
}

.Item-Special-Price {
  text-align: center;
  border-radius: 25px;
  color: white;
  background-color: #2e324d !important;
  padding: 5px;
  font-size: 12pt;
  display: block;
  min-width: 40px;
  margin-bottom: 10px;
  cursor: pointer;
}

.Show-Item {
  text-align: center;
  border-radius: 25px;
  padding: 1px 10px 1px 10px;
  font-size: 11pt;
  display: inline-block;
  min-width: 30px;
  margin-right: 5px;
  height: 22px;
  line-height: 20px;
}

.item-brown {
  color: white;
  background-color: #673301;
}
.item-yellow {
  color: black;
  background-color: #fda619;
}
.item-blue {
  color: black;
  background-color: #4dbce9;
}
.item-green {
  color: black;
  background-color: #4aba6e;
}

.item-black {
  color: white;
  background-color: #2e324d;
}

.item-orange {
  color: white;
  background-color: #ff5722;
}

.item-grey {
  color: black;
  background-color: #f0f0f0;
}

.Show-Item-Special {
  text-align: center;
  border-radius: 25px;
  color: black;
  background-color: #4dbce9;
  padding: 1px 10px 1px 10px;
  font-size: 11pt;
  display: inline-block;
  min-width: 30px;
  margin-right: 5px;
  height: 22px;
  line-height: 20px;
}

.Show-Item-Special-Price {
  text-align: center;
  border-radius: 25px;
  color: white;
  background-color: #2e324d !important;
  padding: 1px 10px 1px 10px;
  font-size: 11pt;
  display: inline-block;
  min-width: 30px;
  margin-right: 5px;
  height: 22px;
  line-height: 20px;
}

.SelectedSpecial {
  color: white;
  background-color: red !important;
}

.md-round-button {
  height: 45px;
  width: 45px;
  border-radius: 100px;
  color: black;
  margin: 5px;
  padding: 5px;
  text-decoration: none;
  border: none;
  display: inline-block;
  font-size: 9pt;
}

.Operator-MenuCategory {
  text-align: center;
  border-radius: 25px;
  color: black;
  background-color: #4dbce9 !important;
  padding: 5px;
  font-size: 10pt;
  display: block;
  min-width: 40px;
  margin-bottom: 5px;
  cursor: pointer;
}

.Show-Operator-MenuCategory {
  text-align: center;
  border-radius: 25px;
  color: black;
  background-color: #4dbce9 !important;
  padding: 1px 10px 1px 10px;
  font-size: 10pt;
  display: inline-block;
  min-width: 30px;
  margin-right: 5px;
  height: 22px;
  line-height: 20px;
}

.Order-Counts {
  font-size: 14pt;
  padding-top: 10px;
  background-color: #4dbce9;
  min-width: 50px;
  max-height: 50px;
  margin: 2px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}

.Order-Counts span {
  font-size: 8pt;
  color: #242424;
  margin-top: 10px;
}

.Loyalty-Points {
  font-size: 14pt;
  padding-top: 10px;
  background-color: #c0c0c0;
  min-width: 100px;
  max-height: 50px;
  margin: 2px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}

.Loyalty-Points span {
  font-size: 8pt;
  color: #242424;
  margin-top: 10px;
}

.md-round-button-order {
  background-color: #ffc107;
}

.md-round-button-passing {
  background-color: #ff9800;
}

.md-round-button-billing {
  background-color: #ff5722;
}

.md-round-button md-icon {
  padding: 10px;
}

.md-round-button:hover {
  background-color: gold;
}

.grey-text {
  color: grey;
}

.BranchReport-Table {
  border-collapse: collapse;
  width: 100%;
  font-size: 10pt;
}

.BranchReport-Header {
  line-height: 22pt;
  background-color: #f0f0f0;
  font-weight: bold;
  font-size: 10pt;
}

.BranchReport-Row {
  line-height: 18pt;
}

.BranchReport-Footer {
  line-height: 22pt;
  background-color: #f0f0f0;
  font-weight: bold;
  font-size: 12pt;
}

.BranchReport-Text-Column {
  padding-left: 10px;
  text-align: left;
}

.BranchReport-Numeric-Column {
  text-align: right;
  padding-right: 10px;
}

.BranchReport-Highlight-Field {
  font-weight: bold;
}

#divReport {
  width: 100% !important;
}

.Report-Highlight-Column-Light {
  font-weight: bold;
}

.Report-Highlight-Column-Dark {
  background-color: #d0d0d0 !important;
}

.Report-Highlight-Column-Yellow {
  background-color: #4dbce9 !important;
}

.Report-Highlight-Column-Red {
  color: maroon;
  font-weight: bold;
}

.Report-Highlight-Column-Green {
  background-color: #43a047;
  color: white;
  font-weight: bold;
}

.Report-Highlight-Column-Brown {
  background-color: #2e324d;
  color: white;
}

.Report-Highlight-Span-Red {
  background-color: #4dbce9;
  font-weight: bold;
  padding: 5px;
}

.Narrations-Table {
  border-collapse: collapse;
  border: none;
  font-size: 12pt;
  background-color: white;
  margin: 0 auto;
  width: 100%;
}

.Narrations-Header {
  background-color: #f0f0f0;
  font-size: 12pt;
  font-weight: bold;
  padding: 5px;
}

.Narrations-Table tr td,
.Narrations-Header td {
  padding: 5px;
  border: none;
}

.Bill-Desk-Table {
  border-collapse: collapse;
  font-size: 12pt;
  background-color: white;
  margin: 0 auto;
  width: 100%;
}

.Report-Table {
  border-collapse: collapse;
  font-size: 10pt;
  background-color: white;
  margin-top: 15px;
  width: 100%;
}

.Report-HalfTable {
  border-collapse: collapse;
  font-size: 10pt;
  background-color: white;
  margin: 15px;
}

.Report-Header {
  background-color: #f0f0f0;
  font-size: 10pt;
  font-weight: bold;
  padding: 5px;
}

.Report-Header span {
  font-size: 9pt;
  font-weight: normal;
  padding-top: 10px;
  color: #545454;
}

.Report-Row:hover,
.Report-Row:active,
.Report-Row:focus {
  background-color: #f0f0f0;
}

.Report-Row td,
.Report-Header td {
  padding: 5px;
  border: 1px solid #c0c0c0;
}

.online-order-badge {
  background-color: red;
  color: #ffffff;
  font-weight: bold;
  font-size: 10pt;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  padding: 3px;
  display: inline-block;
}

.info-badge-yellow {
  background-color: #ffc107;
}

.info-badge-orange {
  background-color: #4dbce9;
}

.info-badge-red {
  background-color: #ff5722;
  color: white !important;
}

.info-badge-green {
  background-color: limegreen;
  color: white !important;
}

.info-badge-grey {
  background-color: #cccccc;
}

.info-badge-light {
  background-color: #f0f0f0;
  border: 1px solid #bbbbbb;
}

.info-badge {
  border-radius: 5px;
  min-width: 200px;
  max-width: 320px;
  padding: 0px;
  margin: 10px;
  text-align: center;
  display: block;
  cursor: pointer;
}

.info-badge md-icon {
  margin-right: 5px;
  fill: #4dbce9;
}

.info-badge h1 {
  font-size: 16pt;
  color: black;
  font-weight: normal;
  margin-left: 5px;
  margin-right: 5px;
}

.info-badge h1 span {
  font-size: 12pt;
  color: #808080;
  font-weight: normal;
  margin: 0 auto;
  margin-left: 5px;
  margin-right: 5px;
}

.info-badge h5 {
  font-size: 8pt;
  color: #545454;
  font-weight: normal;
  margin: 0 auto;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.md-status-badge-Available {
  line-height: 22pt;
  font-size: 12pt;
  color: #fff;
  background-color: #a0a0a0;
  padding: 3px;
  text-align: center;
}

.md-status-badge-Occupied {
  line-height: 22pt;
  font-size: 12pt;
  color: #000;
  display: inline-block;
  background-color: #fda619;
  padding: 3px;
  text-align: center;
}

.md-status-badge-Warning {
  line-height: 22pt;
  font-size: 12pt;
  color: #fff;
  display: inline-block;
  background-color: red;
  padding: 3px;
  text-align: center;
}

.md-status-badge-Fast {
  line-height: 22pt;
  font-size: 12pt;
  color: #fff;
  display: inline-block;
  background-color: green;
  padding: 3px;
  text-align: center;
}

.md-status-badge-Readymade {
  line-height: 22pt;
  font-size: 12pt;
  color: #fff;
  display: inline-block;
  background-color: blue;
  padding: 3px;
  text-align: center;
}

.md-status-badge-Billing {
  line-height: 22pt;
  font-size: 12pt;
  color: #fff;
  display: inline-block;
  background-color: #673301;
  padding: 3px;
  text-align: center;
}

.md-status-badge-Billed {
  line-height: 22pt;
  font-size: 12pt;
  color: #fda619;
  display: inline-block;
  background-color: #673301;
  padding: 3px;
  text-align: center;
}

.md-status-badge-Reserved {
  line-height: 22pt;
  font-size: 12pt;
  color: #fff;
  display: inline-block;
  background-color: #000;
  padding: 3px;
  text-align: center;
}

.md-status-badge {
  line-height: 22pt;
  font-size: 12pt;
  display: inline-block;
  padding: 3px;
  text-align: center;
}

.red-dot {
  background-color: red;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}

.green-dot {
  background-color: green;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 10px;
  margin-left: 7px;
  margin-right: 7px;
  vertical-align: middle;
}

.widget {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 20px;
  margin: 20px;
  display: block;
  min-width: 200px;
  max-width: 400px;
  background-color: white;
}

.widget h1 {
  font-size: 10pt;
  text-transform: uppercase;
  color: #545454;
  font-weight: 600;
}

.widget h2 {
  font-size: 10pt;
  color: #545454;
  font-weight: 400;
}

.widget ul {
  list-style: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.widget ul li {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.widget ul li h3 {
  margin: 0 auto;
  font-size: 12pt;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
  padding: 5px;
  text-align: center;
}

.widget ul li h4 {
  font-size: 8pt;
  text-transform: uppercase;
  color: #a0a0a0;
  font-weight: 400;
  text-align: center;
}

.widget ul li h5 {
  margin: 0 auto;
  font-size: 18pt;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px;
  text-align: center;
}

.widget-font-green {
  border-left: 3px solid green;
  color: green;
}

.widget-font-yellow {
  border-left: 3px solid #fda619;
  color: #fda619;
}

.widget-font-grey {
  border-left: 3px solid #a0a0a0;
  color: #a0a0a0;
}

.widget-font-light {
  border-left: 3px solid #c0c0c0;
  color: #c0c0c0;
}

.widget-font-red {
  border-left: 3px solid red;
  color: red;
}

.widget-font-brown {
  border-left: 3px solid #673301;
  color: #673301;
}

.widget-solid-brown {
  background-color: #673301;
  color: white;
  padding: 5px;
  border-radius: 5px;
  border: 5px solid white;
}

.widget-solid-yellow {
  background-color: #fda619;
  color: white;
  padding: 5px;
  border-radius: 5px;
  border: 5px solid white;
}

.widget-solid-red {
  background-color: red;
  color: white;
  padding: 5px;
  border-radius: 5px;
  border: 5px solid white;
}

.widget-date {
  font-size: 10pt;
  text-align: center;
  padding-bottom: 5px;
  color: #a0a0a0;
}

.online-order-badge {
  background-color: red;
  color: #ffffff;
  font-weight: bold;
  font-size: 10pt;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  padding: 3px;
  display: inline-block;
}

.info-badge-yellow {
  background-color: #ffc107;
}

.info-badge-orange {
  background-color: #fda619;
}

.info-badge-red {
  background-color: #ff5722;
  color: white !important;
}

.info-badge-green {
  background-color: limegreen;
  color: white !important;
}

.info-badge-grey {
  background-color: #cccccc;
}

.info-badge-light {
  background-color: #f0f0f0;
  border: 1px solid #bbbbbb;
}

.info-badge {
  border-radius: 5px;
  min-width: 200px;
  max-width: 400px;
  padding: 20px;
  margin: 20px;
  text-align: center;
  display: block;
  cursor: pointer;
}

.info-badge md-icon {
  margin-right: 5px;
  fill: #fda619;
}

.info-badge h1 {
  font-size: 16pt;
  color: black;
  font-weight: normal;
  margin-left: 5px;
  margin-right: 5px;
}

.info-badge h1 span {
  font-size: 12pt;
  color: #808080;
  font-weight: normal;
  margin: 0 auto;
  margin-left: 5px;
  margin-right: 5px;
}

.info-badge h5 {
  font-size: 8pt;
  color: #545454;
  font-weight: normal;
  margin: 0 auto;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.selectdemoSelectHeader {
  /* Please note: All these selectors are only applied to children of elements with the 'selectdemoSelectHeader' class */
}

.selectdemoSelectHeader .demo-header-searchbox {
  border: none;
  outline: none;
  height: 100%;
  width: 100%;
  padding: 0;
}

.selectdemoSelectHeader .demo-select-header {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14),
    0 0 0 0 rgba(0, 0, 0, 0.12);
  padding-left: 10.667px;
  height: 48px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
}

.selectdemoSelectHeader md-content._md {
  max-height: 240px;
}

@media screen {
  #printSection {
    display: none;
  }
}

@media print {
  .Print-Half-Table {
    font-family: "Arial Narrow", Arial, sans-serif;
    width: 45% !important;
    float: left !important;
    font-weight: normal;
    display: inline-block !important;
    font-size: 10pt !important;
    border: none !important;
  }

  .Print-Full-Table {
    font-family: "Arial Narrow", Arial, sans-serif;
    width: 100% !important;
    font-weight: normal;
    display: block !important;
    font-size: 10pt !important;
    border: none !important;
  }

  .Hide-When-Printing {
    display: none;
    visibility: hidden;
  }
}
