html,
body {
  height: 100%; }

body {
  font-family: Verdana !important;
  font-size: 24px;
  font-weight: bold; }

/* */
.parentSize {
  width: 100%;
  height: 100%; }

.relative {
  position: relative; }

.no-overflow {
  overflow: hidden; }

div.leftPanel {
  min-height: 100%;
  background-color: #0066A1;
  padding: 5px 15px; }

div.leftPanel md-content,
div.leftPanel md-list {
  background-color: #0066A1;
  color: white; }

div.leftPanel .logo {
  max-width: 150px;
  margin-top: 12px; }

div.leftPanel .title {
  font-size: 3vw !important;
  text-align: center;
  overflow: hidden;
  width: 330px;
  padding-top: 5px; }

div.leftPanel .number {
  border-radius: 50%;
  background-color: #00B2A9;
  min-width: 76px;
  height: 76px;
  text-align: center;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 1.8em;
  line-height: 100%; }

div.leftPanel .ticket {
  border: 1px solid white;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px; }

div.leftPanel .ticket > .header {
  white-space: nowrap; }

div.leftPanel .ticket > .header > .label {
  color: black;
  background-color: white;
  text-align: center;
  font-size: 30px;
  width: 270px;
  padding: 0px 10px !important; }

div.leftPanel .ticket > .customer {
  font-size: 1.4em;
  color: black;
  margin-top: 5px;
  text-overflow: ellipsis; }

div.rightPanel {
  min-height: 100%;
  background-color: #000000;
  padding: 5px 15px; }

div.rightPanel md-content,
div.rightPanel md-list {
  background-color: #000000;
  color: white; }

div.rightPanel .title {
  font-size: 3vw !important;
  margin: 10px 30px;
  text-align: left; }

div.rightPanel .ticket {
  margin: 0 30px 30px 30px !important; }

div.rightPanel .ticket .picture {
  margin-right: 20px; }

div.rightPanel .ticket .seller {
  color: #00B2A9;
  font-size: 60px; }

div.rightPanel .ticket .customer {
  font-size: 60px;
  text-transform: capitalize; }

div.rightPanel .ticket .label {
  color: black;
  background-color: white;
  text-align: center;
  font-size: 60px;
  width: 340px;
  margin-top: 8px; }

/* PICTURE */
div.picture {
  background-color: #00B2A9;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  height: 240px;
  width: 240px; }

div.picture > div.back {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: 240px 240px; }

div.picture div.triangle-topleft {
  width: 0;
  height: 0;
  border-top: 0px solid #00B2A9;
  border-right: 0px solid transparent;
  position: absolute;
  top: 0;
  left: 0; }

div.picture div.triangle-topright {
  width: 0;
  height: 0;
  border-top: 0px solid #00B2A9;
  border-left: 0px solid transparent;
  position: absolute;
  top: 0;
  right: 0; }

div.picture div.triangle-bottomleft {
  width: 0;
  height: 0;
  border-bottom: 0px solid #00B2A9;
  border-right: 0px solid transparent;
  position: absolute;
  bottom: 0;
  left: 0; }

div.picture div.triangle-bottomright {
  width: 0;
  height: 0;
  border-bottom: 0px solid #00B2A9;
  border-left: 0px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0; }
