/**
 Override
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.MuiMenuItem-root {
  font-size: 0.8rem !important;
}
.MuiDrawer-paper {
  padding: 2rem;
}
.MuiFormControl-root.review label {
  background-color: white;
  padding-right: 0.5rem;
}
.MuiFormControl-root.review .MuiOutlinedInput-root .MuiSvgIcon-root {
  right: 35px;
}
.MuiFormControl-root.review .MuiAutocomplete-root.withreview .MuiIconButton-root:last-child {
  margin-right: 35px;
}
.MuiFormControl-root.review .MuiAutocomplete-root.withreview .MuiIconButton-root:last-child:hover {
  margin-right: 35px;
}
.MuiFormControl-root.request label,
.MuiFormControl-root.request p,
.MuiFormControl-root.request svg,
.MuiFormControl-root.request input,
.MuiFormControl-root.request .MuiSelect-select {
  color: #c52845;
}
.MuiFormControl-root.request fieldset {
  border-color: #c52845;
}
.MuiFormControl-root.admin label,
.MuiFormControl-root.admin p,
.MuiFormControl-root.admin svg,
.MuiFormControl-root.admin input,
.MuiFormControl-root.admin .MuiSelect-select {
  color: #4199FF;
}
.MuiFormControl-root.admin fieldset {
  border-color: #4199FF;
}
.MuiToggleButton-root.Mui-selected {
  color: white!important;
}
.MuiToggleButton-root.Mui-selected.request {
  background-color: #c52845 !important;
}
.MuiToggleButton-root.Mui-selected.review {
  background-color: #4199FF !important;
}
.MuiToggleButton-root.Mui-selected.ready {
  background-color: #9DCC64 !important;
}
.MuiTable-root {
  border-collapse: inherit!important;
}
.MuiTable-root .MuiTableHead-root .MuiTableRow-root th:first-child {
  border-left: 0 !important;
  min-width: 48px;
}
.MuiTable-root .MuiTableHead-root .MuiTableRow-root th:last-child {
  border-right: 0 !important;
}
.MuiTable-root .MuiTableHead-root .MuiTableRow-root .MuiTableCell-head {
  background: linear-gradient(180deg, #e7e7e7 0, #d1d1d1);
  border-bottom-width: 0!important;
  border-color: #fff #fff #b1b1b1 #b1b1b1 !important;
  border-style: solid;
  border-width: 1px;
}
.MuiTable-root .MuiTableBody-root .MuiTableRow-root td:first-child {
  border-left: 0 !important;
  text-align: center;
}
.MuiTable-root .MuiTableBody-root .MuiTableRow-root td:last-child {
  border-right: 0 !important;
}
.MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root {
  height: 42px !important;
  font-size: 0.825rem !important;
  padding: 0 0.4rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
  border-color: #fff #fff #b1b1b1 #b1b1b1;
  border-style: solid;
  border-width: 1px;
}
.MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root div.actions {
  display: flex;
  align-items: center;
}
.MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root div.actions svg {
  cursor: pointer;
}
.MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root div.actions svg:first-child {
  margin-right: 5px;
}
.MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .material-icons,
.MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .MuiSvgIcon-root {
  color: #c52845;
}
.MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .MuiCheckbox-root .MuiSvgIcon-root {
  color: #e55a00;
}
.MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .MuiTypography-root {
  font-size: 0.825rem;
}
.MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .MuiBadge-anchorOriginTopRightRectangular {
  top: 4px;
}
.MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root p.MuiTypography-root {
  color: #c52845;
}
.MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root p.MuiTypography-root.admin {
  color: #4199FF;
}
.MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .MuiButtonBase-root {
  padding: 5px;
}
.MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .MuiButtonBase-root.MuiSwitch-switchBase {
  padding: 9px;
}
.MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .MuiButtonBase-root.Mui-disabled {
  display: none;
}
.MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .MuiBadge-root {
  width: 100%;
}
.MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .MuiBadge-root .MuiChip-root {
  width: 100%;
}
.MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root.css-meeyth-MuiTableCell-root {
  padding: 0 0.75rem;
}
.MuiTable-root .MuiTableFooter-root .MuiTablePagination-displayedRows {
  display: none;
}
.MuiTable-root .MuiTableFooter-root .MuiTypography-caption {
  font-size: 0.875rem;
  color: black;
}
.MuiChip-root {
  font-size: 0.75rem;
  color: #FFF !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.MuiChip-root.review {
  background-color: #4199FF;
}
.MuiChip-root.ready {
  background-color: #9DCC64;
}
.MuiChip-root.request {
  background-color: #c52845;
}
.user-list {
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
.user-list .MuiDrawer-root {
  flex: 0 0 15rem;
}
.user-list .MuiDrawer-root .MuiPaper-root {
  position: inherit;
}
.user-list .cards {
  overflow: auto;
  flex: 1 1 auto;
  padding: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-gap: 2rem;
  align-items: stretch;
}
.user-list .cards .MuiPaper-root {
  height: 390px;
  border-radius: 0px;
}
.user-list .cards .MuiPaper-root:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.user-list .cards .MuiPaper-root .MuiCardContent-root {
  color: #000;
  position: relative;
  height: 180px !important;
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
}
.user-list .cards .MuiPaper-root .MuiCardContent-root.active {
  color: #fff;
  background-color: #2f4353;
  background-image: linear-gradient(315deg, #2f4353, #d2ccc4 74%);
}
.user-list .cards .MuiPaper-root .MuiCardContent-root.admin {
  color: #fff;
  background: #d1913c;
  background: linear-gradient(90deg, #ffd194, #d1913c);
}
.user-list .cards .MuiPaper-root .MuiCardContent-root div {
  height: 110px !important;
}
.user-list .cards .MuiPaper-root .MuiCardContent-root div img {
  padding-top: 0.25rem;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  margin-top: 16px;
  border: 2px solid #fff;
}
.user-list .cards .MuiPaper-root .CardInfo {
  padding: 0 1rem;
}
.user-list .cards .MuiPaper-root .CardInfo ul {
  padding: 0;
  margin: 0;
  user-select: text;
}
.user-list .cards .MuiPaper-root .CardInfo ul li {
  list-style: none;
  padding: 0.5rem 0;
}
.user-list .cards .MuiPaper-root .CardInfo ul li:not(:last-child) {
  border-bottom: 1px solid #dadada;
}
.user-list .cards .MuiPaper-root .CardInfo ul li .MuiTypography-body1 {
  font-family: roboto_condensedbold;
  font-size: 0.75rem;
}
.user-list .cards .MuiPaper-root .CardInfo ul li .MuiTypography-body2 {
  font-size: 0.75rem;
}
.user-list .cards .MuiPaper-root .MuiCardActions-root {
  padding: 0px;
  box-shadow: 0px -3px 12px -8px rgba(0, 0, 0, 0.8);
  justify-content: space-around;
}
.user-list .cards .MuiPaper-root .MuiCardActions-root Button {
  padding: 16px;
  color: #e55a00;
  border-radius: 0;
}
.user-list .cards .MuiPaper-root .MuiCardActions-root Button:hover {
  box-shadow: inset 1px 2px 6px -4px rgba(0, 0, 0, 0.5);
}
.user-list .MuiToolbar-root {
  border-bottom: 1px solid #b1b1b1;
}
.user-list .MuiTableCell-root.css-meeyth-MuiTableCell-root {
  padding: 0 0.7rem;
}
.MuiTooltip-tooltip {
  background-color: rgba(97, 97, 97, 0.95);
}
.MuiTooltip-tooltip ul {
  padding: 0 1rem;
  margin: 0.25rem 0rem;
}
.MuiTooltip-tooltip ul li.admin {
  color: #8ec2ff;
}
.MuiTooltip-tooltip ul li.ibm {
  color: #de5c74;
}
.MuiMenuItem-root .MuiListItemText-root .MuiTypography-root {
  font-size: 0.85rem;
}
.user-list {
  height: 100%;
}
.user-list .MuiPaper-root .MuiToolbar-root {
  flex: 0 0 3rem;
  min-height: 1px;
}
.user-list .MuiPaper-root .MuiToolbar-root h6 {
  padding-top: 0.3rem;
}
.user-list .MuiPaper-root .MuiToolbar-root .MuiFormControl-root .MuiInput-root {
  margin-top: 8px;
  height: 30px;
}
.user-list .MuiPaper-root div:nth-child(2) {
  flex: 1 1 auto;
  background-color: white;
}
.user-list .MuiPaper-root div:nth-child(2) table {
  height: 100%;
}
.product-form {
  padding-top: 40px;
}
.product-form .MuiPaper-root {
  padding: 0rem;
}
.product-form .MuiPaper-root h2 {
  border-radius: 4px 4px 0 0;
  padding: 1rem 2rem;
  margin-top: 0px;
  margin-bottom: 0px;
  background: linear-gradient(315deg, #eea849, #e55a00);
}
.product-form .MuiPaper-root h2 > span {
  color: white;
}
.product-form .MuiPaper-root .MuiGrid-container {
  padding: 2rem;
}
.product-form .MuiPaper-root:after {
  filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 13px;
  content: ' ';
  display: block;
  height: 10px;
  left: 25px;
  position: relative;
  transform: rotate(-3deg);
  width: 70%;
  z-index: -2;
}
.product-form .MuiAlert-standard:after {
  background-color: rgba(0, 0, 0, 0);
}
.searchUser .MuiFormControl-root {
  padding-bottom: 2rem;
  flex-direction: row;
  justify-content: space-between;
}
.searchUser .MuiFormControl-root .MuiInputLabel-root {
  z-index: 2;
  color: #e55a00;
}
.searchUser .MuiFormControl-root .MuiFormLabel-root {
  color: #e55a00;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.searchUser .MuiFormControl-root .MuiInput-root .MuiInputAdornment-root .MuiSvgIcon-root {
  color: #e55a00;
}
.userDialog .MuiDialog-container h2 {
  color: white;
  background-color: #e55a00;
  margin-bottom: 0.5rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}
.userDialog .MuiDialog-container .MuiDialogContent-root {
  border-bottom: 1px solid #cbcbcb;
}
.userDialog .MuiDialog-container .MuiDialogContent-root .MuiFormControl-root {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.userDialog .MuiDialog-container .MuiDialogContent-root .MuiFormControl-root.select {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.userDialog .MuiDialog-container .MuiDialogContent-root .MuiFormControl-root.switch {
  display: flex;
  flex-direction: row;
}
.userDialog .MuiDialog-container .MuiDialogContent-root .MuiFormControl-root.switch label {
  margin-left: 0.5rem;
  line-height: 1.75rem;
}
.userDialog .MuiDialog-container .MuiDialogContent-root .MuiFormControl-root .MuiFormHelperText-root {
  margin-left: 0px;
  color: #e55a00;
}
.userDialog .MuiDialog-container .MuiDialogActions-root {
  margin-top: 1rem;
  padding: 0 1rem 1rem 1rem;
}
.removeDialog h2 {
  background-color: #e55a00;
  color: white;
}
.removeDialog h6 {
  color: #c52845;
}
.removeDialog .MuiDialogContent-root {
  margin-top: 1rem;
}
.removeDialog .MuiDialogActions-root {
  border-top: 1px solid #e0e0e0;
}
.MuiLinearProgress-root {
  z-index: 2 !important;
}
.MuiAvatar-img {
  width: 32px !important;
  height: 32px !important;
}
.games-navbar .MuiButton-root {
  font-size: 0.75rem;
  border-radius: 2px;
  padding: 4px 12px;
}
.datepicker .MuiInputAdornment-positionStart {
  position: absolute;
  right: -6px;
}
.datepicker .MuiInputAdornment-positionEnd {
  position: relative;
  right: 35px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: #f1f1f1;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #a9a3a0;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.footer {
  height: 50px;
  position: fixed;
  bottom: 0;
  width: 100%;
  transition: height 0.4s linear;
  background: #f5f5f5;
  box-shadow: 0 -2px 6px 0 #D4D4D4;
  z-index: 1000;
  display: flex;
}
@media (max-width: 767px) {
  .footer {
    height: 30px;
  }
}
.footer .container {
  display: flex;
}
.footer .container .footer--left {
  flex: 1 1 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer .container .footer--left .logo {
  vertical-align: middle;
  height: 40px;
  display: inline-block;
}
@media (max-width: 767px) {
  .footer .container .footer--left .logo {
    height: 20px;
  }
}
.footer .container .footer--left a {
  margin-left: 10px;
}
.footer .container .footer--right {
  flex: 1 1 50%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
.footer .container .footer--right .version {
  margin-right: 10px;
}
.footer .container .footer--right .copyright {
  vertical-align: middle;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: #8e8581;
}
@media (max-width: 767px) {
  .footer .container .footer--right .copyright {
    line-height: 1;
    font-size: 10px;
  }
}
.games-navbar {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.games-navbar .navbar-form {
  margin: 0;
}
.games-navbar .container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.games-navbar .container-state {
  display: flex;
  justify-content: left;
  flex: 1 1 auto;
}
.games-navbar .container-state div {
  padding-right: 1rem;
}
.product-tile {
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  min-height: 315px;
  padding-right: 10px;
  padding-left: 10px;
  flex: 1 1 340px;
  max-width: 340px;
}
.product-tile.readonly {
  opacity: 0.5;
}
.product-tile > .inner {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  margin-top: 55px;
  border: 1px solid #e2e0df;
  padding: 100px 15px 20px;
}
.product-tile > .inner > .flags {
  line-height: 0;
  min-height: 16px;
}
.product-tile > .inner > .cover {
  width: 126px;
  height: 144px;
  position: absolute;
  margin: 0 auto;
  top: -32px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  transform: translate(-50%, 0);
  background: transparent;
}
.product-tile > .inner > .cover .cover-image {
  max-width: 126px;
  max-height: 144px;
  flex: 0 1 auto;
}
.product-tile > .inner > .counts {
  text-align: left;
  display: inline-flex;
  align-items: center;
  padding: 5px;
  width: 100%;
  justify-content: center;
  height: 33px;
}
.product-tile > .inner > .counts.request {
  background-color: #c52845;
  color: white;
}
.product-tile > .inner > .counts .count-label {
  margin-right: 5px;
}
.product-tile > .inner > .counts .count {
  margin-right: 10px;
}
.product-tile > .inner > .counts .count:last-child {
  margin-right: 0;
}
.product-tile > .inner > .title {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  height: 52px;
  margin-bottom: 4px;
  margin-top: 17px;
  overflow: hidden;
}
.product-tile > .inner > .data {
  text-align: left;
}
.product-tile > .inner > .data table {
  background: none;
  margin: 0 auto;
}
.product-tile > .inner > .data table td {
  background: none;
}
.product-tile > .inner > .data table th {
  padding-right: 10px;
  font-weight: normal;
}
.country-select {
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.country-select .flag-tag {
  display: inline-block;
  margin-right: 4px;
  font-size: 14px;
  line-height: 16px;
}
.country-select .flag-tag--disabled {
  opacity: 0.5;
}
.country-select:focus .country-select-field {
  border-bottom: 2px solid #e55a00;
}
.country-select .country-select-field {
  padding: 5px;
  line-height: 20px;
  border-bottom: 2px solid #e0e0e0;
}
.country-select .country-select-field .placeholder {
  color: #acacac;
}
.country-select-dialog .modal-body {
  display: flex;
  flex-wrap: wrap;
}
.country-select-dialog .country-tile-container {
  display: flex;
  flex-wrap: wrap;
}
.country-select-dialog .country-tile-container .country-tile {
  cursor: pointer;
  margin: 0;
  padding: 8px 16px;
  width: 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 1 60px;
  max-width: 60px;
  justify-content: center;
  background: white;
}
.country-select-dialog .country-tile-container .country-tile:nth-child(odd) {
  background: #f1f1f1;
}
.country-select-dialog .country-tile-container .country-tile--selected.country-tile {
  background: rgba(255, 165, 0, 0.5);
}
.country-select-dialog .country-tile-container .country-tile--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.product-navbar {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.32);
  flex: 0 0 3rem;
  z-index: 1000;
  height: 70px;
  width: 100%;
  transition: top 0.4s linear;
  background-color: #ffc097;
  background-image: linear-gradient(178deg, #f9935f, #e55a00 74%);
}
.product-navbar .container {
  display: flex;
  align-items: center;
  align-content: center;
  height: 100%;
}
.product-navbar .navbar-logo {
  flex: 0 1 auto;
  cursor: pointer;
}
.product-navbar .product-search {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 0 3%;
}
.product-navbar .product-search input {
  flex: 1;
  height: 34px;
  padding: 0 2%;
  box-sizing: border-box;
  border: 1px solid white;
  outline: none;
}
.product-navbar .menu-link {
  color: white;
  height: 100%;
  flex: 0;
  border-left: 1px solid white;
  border-right: 1px solid white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ff8c00;
}
.product-navbar .menu-link a {
  padding: 0 10px;
  color: white;
  font-size: 18px;
  text-decoration: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-navbar .menu-link span {
  padding: 0 10px;
  color: white;
  font-size: 18px;
}
.product-navbar .menu-account {
  color: white;
  height: 100%;
  line-height: 46px;
  border-left: 1px solid white;
  padding-left: 1rem;
}
.product-navbar .menu-account button {
  font-size: 0.85rem;
}
.page-nav {
  height: 39px;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #ffffff;
  z-index: 5;
  transition: top 0.4s linear;
}
.page-nav .login-button {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.icon-label {
  height: 22px;
  font-weight: 300;
  font-size: 13px;
  display: flex;
  align-items: center;
  margin: 0;
  background-color: #F3F2F2;
  color: #8E8581;
}
.icon-label .required-postfix {
  color: #e55a00;
}
.icon-label .text {
  padding-left: 8px;
  line-height: 1;
}
.icon-label .icon {
  background: #C7C5C4;
  width: 22px;
  height: 22px;
  font-size: 22px;
  color: white;
}
.icon-label .icon.review.ok {
  background: #9DCC64;
}
.icon-label .icon.review.notok {
  background: #c52845;
}
.icon-label .icon.review.changed {
  background: #4199FF;
}
@font-face {
  font-family: 'gmr';
  src: url('../fonts/gmr.woff?a296c0') format('woff'), url('../fonts/gmr.ttf?a296c0') format('truetype'), url('../fonts/gmr.svg?a296c0#gmr') format('svg');
  font-weight: normal;
  font-style: normal;
}
.gmr-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gmr' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gmr-icon.icon_int_genre:before {
  content: "\e900";
}
.gmr-icon.icon_add_team:before {
  content: "\e901";
}
.gmr-icon.icon_add_article:before {
  content: "\e902";
}
.gmr-icon.icon_age_rating:before {
  content: "\e903";
}
.gmr-icon.icon_franchise:before {
  content: "\e904";
}
.gmr-icon.icon_country:before {
  content: "\e904";
}
.gmr-icon.icon_distributor:before {
  content: "\e905";
}
.gmr-icon.icon_ean:before {
  content: "\e906";
}
.gmr-icon.icon_first_release:before {
  content: "\e907";
}
.gmr-icon.icon_genre_national:before {
  content: "\e908";
}
.gmr-icon.icon_interactive:before {
  content: "\e909";
}
.gmr-icon.icon_kids:before {
  content: "\e90a";
}
.gmr-icon.icon_label:before {
  content: "\e90b";
}
.gmr-icon.icon_language:before {
  content: "\e90c";
}
.gmr-icon.icon_media_format:before {
  content: "\e90d";
}
.gmr-icon.icon_original_master_title:before {
  content: "\e90e";
}
.gmr-icon.icon_overview:before {
  content: "\e90f";
}
.gmr-icon.icon_packaging:before {
  content: "\e910";
}
.gmr-icon.icon_price:before {
  content: "\e911";
}
.gmr-icon.icon_product_group:before {
  content: "\e912";
}
.gmr-icon.icon_publisher:before {
  content: "\e913";
}
.gmr-icon.icon_set:before {
  content: "\e914";
}
.gmr-icon.icon_system:before {
  content: "\e915";
}
.gmr-icon.icon_title_local:before {
  content: "\e916";
}
.gmr-icon.icon_view_format:before {
  content: "\e917";
}
.gmr-icon.icon_retailer_exclusive_03:before {
  content: "\e918";
}
.gmr-icon.icon_retailer_exclusive_04:before {
  content: "\e919";
}
.article-list {
  width: 100%;
}
.article-list .article-group-panel .article-country {
  flex: 1;
}
.article-list .article-card {
  width: 100%;
  margin-bottom: 5px;
}
.article-list .article-card .form-headline {
  margin-top: 0;
  margin-bottom: 10px;
}
.article-list .article-card:last-child {
  margin-bottom: 0;
}
.article-list .article-card:first-child {
  margin-top: 5px;
}
.article-list .article-card.expanded .card-header {
  position: sticky !important;
  top: 0;
  background: white;
  z-index: 1000000000;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.17);
}
.article-list .article-card.readonly {
  opacity: 0.5;
}
.article-list .article-card.readonly.expanded {
  opacity: 1;
}
.article-list .article-card .article-cover {
  position: relative;
}
.article-list .article-card .article-cover .icon-button {
  opacity: 0;
}
.article-list .article-card .article-cover .icon-button:hover {
  opacity: 1;
}
.article-list .article-card .article-cover .icon-button svg {
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
}
.article-list .article-card .header-row {
  display: flex;
  flex-direction: row;
}
.article-list .article-card .header-row--review {
  justify-content: flex-end;
}
.article-list .article-card .header-row--review .header-text {
  flex: 0.5 1 100%;
}
.article-list .article-card .header-col {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 3px;
}
.article-list .article-card .header-col .header-label {
  color: #8E8581;
  font-size: 14px;
  padding: 3px 6px;
  background-color: #F3F2F2;
  font-weight: 300;
  min-width: 130px;
}
.article-list .article-card .header-col .header-label.header-label-small {
  min-width: 100px;
}
.article-list .article-card .header-col .header-text {
  color: #8E8581;
  font-size: 14px;
  font-weight: bold;
  max-width: 125px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-list .article-card .header-col img {
  height: 20px;
}
.article-list .article-card .header-col--left {
  align-items: flex-start;
}
.article-list .article-card .header-col.header-col-status {
  min-width: 130px;
}
.article-list .article-card .header-col.header-col-status .header-row {
  width: 100%;
}
.article-list .article-card .header-col.header-col-status .header-label {
  font-size: 12px;
  background: none;
  min-width: unset;
  padding: 2px 4px;
  flex: 1 1 auto;
}
.article-list .article-card .header-col.header-col-status .header-options {
  justify-content: space-around;
  margin-top: 10px;
}
.article-list .article-card .header-col.header-col-status .header-row--review {
  justify-content: flex-end;
}
.article-list .article-card .header-col.header-col-status .header-text {
  font-size: 12px;
  max-width: none;
  color: white;
  flex: 0.5 1 auto;
  justify-content: center;
  padding: 2px 8px;
}
.article-list .article-card .header-col.header-col-status .header-text.new {
  background: #e55a00;
}
.article-list .article-card .header-col.header-col-status .header-text.sync,
.article-list .article-card .header-col.header-col-status .header-text.ready {
  background: #9DCC64;
}
.article-list .article-card .header-col.header-col-status .header-text.request {
  background: #4199FF;
}
.article-list .article-card .header-col.header-col-status .header-text.review {
  background: #c52845;
}
.article-filter-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.article-filter-bar + .text {
  font-size: 16px;
  color: #8E8581;
}
.article-filter-bar > * {
  margin-right: 10px;
}
.cover-input {
  display: flex;
}
.cover-input .cover-input-button {
  width: 50px;
  height: 66px;
  display: flex;
  margin-top: 0;
  text-align: center;
  position: relative;
  background-color: #f5f6f6;
  border-bottom: 3px solid #e3e0e0;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cover-input .cover-input-button img {
  max-width: 100%;
  max-height: 100%;
}
.cover-input .cover-input-button input[type="file"] {
  position: absolute;
  opacity: 0;
  z-index: 0;
  max-width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.cover-input label {
  margin: 0 0 0 15px;
}
.cover-input label .info {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
.cover-input label .sub-info {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  margin-top: 13px;
}
.cover-input label .sub-sub-info {
  font-size: 10px;
  line-height: 13px;
}
.loading-indicator {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.loading-indicator.page-centered {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading-indicator__text {
  padding: 10px;
  text-align: center;
}
.st0 {
  fill: none;
  stroke: #e55a00;
  stroke-width: 5.6943;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.st1 {
  fill: #ff8333;
}
.st2 {
  fill: none;
  stroke: #e55a00;
  stroke-width: 5.8983;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.st3 {
  fill: #e55a00;
}
.st4 {
  fill: #ff8434;
}
.st5 {
  fill: none;
  stroke: #e55a00;
  stroke-width: 7.5924;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.st6 {
  fill: #FFFFFF;
}
.st7 {
  fill: none;
  stroke: #7691BA;
  stroke-width: 13.2866;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.st8 {
  fill: none;
  stroke: #ff8434;
  stroke-width: 4.4082;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.st9 {
  fill: none;
  stroke: #fff;
  stroke-width: 0.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.audiosvg {
  width: 40%;
  max-width: 300px;
  max-height: 50vh;
  margin: auto;
  display: block;
}
#hover-circle .st4 {
  transition: all 0.25s;
}
#ripple-circle circle {
  opacity: 0.5;
}
.audio-overlay {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  z-index: 100;
  bottom: 0;
}
.loadingText {
  position: relative;
  right: -1px;
  top: 35px;
}
.loadingText span {
  display: inline-block;
  font-weight: 600 !important;
  font-size: 1rem !important;
  color: #e55a00;
  animation: flip 2s infinite;
  animation-delay: calc(0.3s * var(--i));
}
@keyframes flip {
  0%,
  80% {
    transform: rotateY(360deg);
  }
}
@media screen and (max-width: 768px) {
  .js-video {
    border: none;
  }
  .slideshow ul li {
    padding: 0;
  }
  .info-container p {
    text-align: center;
  }
  .video-container {
    padding: 20px 20px 8vh 20px;
  }
  .audio-container {
    padding: 8vh 20px 20px 20px;
  }
}
@media screen and (max-width: 480px) {
  .circle {
    width: 4px;
    height: 4px;
    margin: 2px 4px;
  }
  #videosvg,
  .audiosvg {
    width: 66%;
  }
  .dialog__content {
    width: 80% !important;
    padding: 10px !important;
  }
  .dialog__content button {
    border-radius: 0 !important;
    height: 30px !important;
  }
  .qingli-logo {
    width: 36px;
    height: 36px;
    top: 15px;
    right: -10px;
  }
}
.signin {
  display: flex;
  align-items: center;
  padding: 0;
}
.signin .MuiPaper-root {
  padding: 20px;
  width: 100%;
}
.signin .MuiAlert-standardError,
.signin .MuiFormControl-root {
  margin-bottom: 1rem;
}
.signin .MuiFormHelperText-root {
  color: red;
}
.signin .form-group {
  min-width: 400px;
}
.signin .form-group div {
  width: 100%;
}
.signin .signin-form {
  margin: -15px 30px 0 30px;
}
.signin .signin-form .MuiFormControl-root {
  margin: 0;
  height: 70px;
}
.signin .signin-form .btnPasswordForgotten {
  font-size: 0.75rem;
  padding: 0;
}
.music-player-container {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  height: 370px;
  position: absolute;
  min-width: 460px;
  left: 45%;
  top: 50%;
}
.music-player-container:after {
  -webkit-filter: blur(8px);
  filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.8);
  bottom: -2px;
  content: ' ';
  display: block;
  height: 10px;
  left: 19px;
  position: absolute;
  transform: rotate(-3deg);
  width: 55%;
  z-index: 0;
}
.music-player-container .music-player {
  background-color: #fff;
  height: 370px;
  padding: 40px 145px 40px 40px;
  position: absolute;
  text-align: right;
  width: 370px;
  z-index: 3;
}
.music-player-container .music-player .player-content-container {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: relative;
}
.music-player-container .music-player .player-content-container .MuiTypography-body1 {
  font-size: 1.4rem;
  font-width: 700;
}
.music-player-container .music-player .MuiTypography-root {
  font-size: 1.4rem;
  font-weight: 700;
  color: transparent;
  background: #e55a00;
  -webkit-background-clip: text;
  text-shadow: 0px 3px 3px rgba(255, 255, 255, 0.5);
}
.music-player-container .album {
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.65);
  height: 315px;
  margin-left: 250px;
  margin-top: 27px;
  position: relative;
  width: 351px;
  z-index: 10;
  border-radius: 5px;
}
.music-player-container .album .album-art {
  background-color: white;
  height: 315px;
  position: relative;
  width: 351px;
  z-index: 10;
  text-align: right;
  border-radius: 5px;
}
.music-player-container .album .vinyl {
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  transition: all 500ms;
  background-image: url("../img/cd.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  height: 295px;
  left: 6px;
  position: absolute;
  top: 10px;
  width: 295px;
  z-index: 5;
  will-change: transform, left;
}
.music-player-container.is-playing .vinyl {
  left: 58%;
}
.artist-name {
  font-size: 28px;
  font-weight: normal;
  margin: 0 0 0.75em 0;
}
.album-title {
  font-weight: 200;
  font-size: 24px;
  margin: 0 0 1.75em 0;
}
.song-title {
  font-size: 18px;
  font-weight: 200;
  margin: 0 0 1.5em 0;
}
.music-player-controls {
  text-align: center;
}
[class^="control-"] {
  -webkit-filter: brightness(95%);
  filter: brightness(95%);
  border-radius: 100%;
  display: inline-block;
  height: 44px;
  margin: 0 3px;
  width: 44px;
}
[class^="control-"]:hover {
  -webkit-filter: brightness(85%);
  filter: brightness(85%);
  cursor: pointer;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cd-art {
  border: 5px solid #e55a00;
  height: 305px;
  width: 305px;
  border-radius: 3px;
  background: white;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5), inset 0px 0px 16px 2px rgba(0, 0, 0, 0.1), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.3);
  position: relative;
  top: 5px;
  left: 38px;
}
.cd-case {
  height: 315px;
  border-radius: 5px;
  background-image: linear-gradient(135deg, #e55a00, #e97030, #ec8652, #ed9a71, #ebae91);
}
.sup {
  height: 15px;
  width: 30px;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: inset 0px 0px 6px 1px rgba(0, 0, 0, 0.22), inset 0px 0px 1px 1px rgba(255, 255, 255, 0.17);
}
.pos-tl {
  position: relative;
  top: -5px;
  left: 30px;
  border-radius: 0 0 5px 5px;
}
.pos-tr {
  position: relative;
  top: -20px;
  left: 245px;
  border-radius: 0 0 5px 5px;
}
.pos-bl {
  position: relative;
  top: 255px;
  left: 30px;
  border-radius: 5px 5px 0 0;
}
.pos-br {
  position: relative;
  top: 240px;
  left: 245px;
  border-radius: 5px 5px 0 0;
}
.spine {
  height: 183px;
  width: 20px;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.07) 100%);
  box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.23), inset 0px 0px 7px 0px rgba(0, 0, 0, 0.22), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.22);
  position: relative;
  top: -245px;
  left: 0;
  border-radius: 0 50% 50% 0;
}
.password-forgotten {
  display: flex;
  align-items: center;
  width: 600px;
}
.password-forgotten .MuiPaper-root {
  padding: 20px;
  width: 100%;
}
.password-forgotten .MuiPaper-root h1 {
  color: #e55a00;
  margin-top: 0;
}
.password-forgotten .MuiPaper-root .MuiButton-root {
  margin-left: 1rem;
}
.password-forgotten .MuiPaper-root .MuiAlert-standardError,
.password-forgotten .MuiPaper-root .MuiFormControl-root {
  margin-bottom: 1rem;
}
.password-forgotten .MuiPaper-root .form-group {
  padding-left: 5px;
  padding-right: 0;
}
@media (max-width: 480px) {
  .password-forgotten {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .password-forgotten {
    width: 100%;
  }
}
.signup {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .signup {
    padding: 0;
  }
}
.table-permission tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}
.table-permission th,
.table-permission td {
  font-size: 14px;
  padding: 0 24px;
  height: 48px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #80848d;
  position: relative;
  background-color: inherit;
  text-transform: uppercase;
}
.table-permission th {
  font-weight: bold;
}
.table-row-bordered {
  border: 1px solid #dddddd;
}
.table-row-bordered > thead > tr > th,
.table-row-bordered > tbody > tr > th,
.table-row-bordered > tfoot > tr > th,
.table-row-bordered > thead > tr > td,
.table-row-bordered > tbody > tr > td,
.table-row-bordered > tfoot > tr > td {
  border-top: 1px solid #dddddd;
}
.Component-horizontalScrollContainer-12 {
  background: #f1f1f1;
}
.MuiTable-root:first-child {
  background: white;
  border-collapse: collapse;
  animation: float 5s infinite;
  white-space: nowrap;
}
.MuiTable-root:first-child th {
  color: rgba(0, 0, 0, 0.54);
  background: linear-gradient(180deg, #e7e7e7 0, #d1d1d1);
  border-top: 1px solid #b1b1b1;
  border-right: 1px solid #C1C3D1;
  padding: 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.MuiTable-root:first-child th:last-child {
  border-right: none;
}
.MuiTable-root:first-child tr {
  color: #666B85;
}
.MuiTable-root:first-child tr:first-child {
  border-top: none;
}
.MuiTable-root:first-child tr:last-child {
  border-bottom: none;
}
.MuiTable-root:first-child tr:nth-child(even) td {
  background: #EBEBEB;
}
.MuiTable-root:first-child tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}
.MuiTable-root:first-child tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}
.MuiTable-root:first-child td {
  background: #FFFFFF;
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid #C1C3D1;
}
.MuiTable-root:first-child td:last-child {
  border-right: 0px;
}
.MuiTable-root:first-child th.text-left {
  text-align: left;
}
.MuiTable-root:first-child th.text-center {
  text-align: center;
}
.MuiTable-root:first-child th.text-right {
  text-align: right;
}
.MuiTable-root:first-child td.text-left {
  text-align: left;
}
.MuiTable-root:first-child td.text-center {
  text-align: center;
}
.MuiTable-root:first-child td.text-right {
  text-align: right;
}
.product-list td > .cover-image {
  max-height: 60px;
}
.product-list .product-list-row.readonly {
  opacity: 0.5;
}
.product-list .product-list-row > td:first-child {
  width: 80px;
}
.product-list .option-col {
  position: relative;
  vertical-align: middle;
}
.product-list .option-col .review-lights {
  margin: 5px 0 0 3px;
}
.product-edit {
  height: 100%;
  width: 100%;
  flex: 1;
  display: flex;
}
.review-square {
  height: 10px;
  width: 10px;
  background-color: gray;
}
.review-square--sync,
.review-square--ready {
  background-color: #9DCC64;
}
.review-square--request {
  background-color: #4199FF;
}
.review-square--review {
  background-color: #c52845;
}
.review-square--text {
  height: auto;
  width: auto;
  padding: 4px;
}
.button-bar {
  border-top: 2px solid #f5f5f5;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem 2rem;
}
.button-bar > * {
  margin: 0 4px;
}
.button-bar > *:last-child {
  margin-right: 0;
}
.button-bar.with-country {
  justify-content: space-between;
}
.user-list-toolbar .country-select {
  margin: 0 10px;
  width: 150px;
}
.user-list-toolbar .country-select .country-select-field {
  color: white;
  padding-bottom: 2px;
  font-size: 15px;
  line-height: 24px;
  border-bottom: solid 1px white;
}
.user-list-toolbar .country-select .country-select-field .placeholder {
  color: white;
}
.review-lights {
  display: inline-flex;
  color: black;
  font-size: 11px;
}
.review-lights .review-square {
  height: 16px;
  width: 16px;
}
.review-lights .review-square--text {
  height: auto;
  width: auto;
  color: white;
}
.review-lights .number {
  line-height: 1;
  background: #e0e0e0;
  padding: 1px;
  min-width: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-meta-form {
  display: flex;
  max-width: 600px;
  margin: 20px auto;
}
.company-meta-form .form-group {
  flex: 1;
  margin: 0;
}
.company-meta-form .form-group:nth-child(2) {
  flex: 0 1 auto;
  padding-left: 10px;
}
.companies.table td {
  vertical-align: middle;
}
.help {
  text-transform: none;
  padding-bottom: 100px;
}
.help p {
  font-size: 18px;
  line-height: 1.2;
}
.help .faq-index li {
  font-size: 16px;
}
.help .faq-anwsers {
  margin-top: 20px;
}
.admin-user h1 {
  margin-top: 20px;
}
.admin-user section {
  padding-top: 20px;
}
.admin-user-list td .company {
  font-size: 0.8em;
  color: gray;
}
.flags-bar .flag--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
a {
  color: #e55a00;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #993c00;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
html,
body {
  font-size: 16px;
  font-family: 'roboto_condensedregular', sans-serif;
  height: 100%;
  width: 100%;
}
body {
  background: #f5f5f5;
  color: #80848d;
  text-transform: uppercase;
  padding: 0 !important;
  overflow: auto !important;
}
input,
textarea,
select,
button {
  text-transform: inherit;
}
hr {
  margin: 5px auto;
  border-bottom: 1px solid rgba(142, 133, 129, 0.4);
  border-top: none;
  border-right: none;
  border-left: none;
}
h1,
h2,
h3 {
  color: #8E8581;
}
h1 {
  font-size: 26px;
  font-weight: 300;
}
h2 {
  font-size: 22px;
  font-weight: bold;
}
main {
  height: 100%;
  width: 100%;
  justify-content: center;
}
section {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.spinning {
  animation: spin 1s infinite;
}
.hide {
  display: none !important;
}
.fullwidth {
  width: 100%;
}
.loginSection {
  background: #D1913C;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #FFD194, #D1913C);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #FFD194, #D1913C);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.loginSection .signin {
  background-color: rgba(0, 0, 0, 0) !important;
}
.loginSection .signin a.MuiButton-root:hover {
  color: white;
}
@font-face {
  font-family: 'roboto_condensedregular';
  src: url('../fonts/RobotoCondensed-Regular-webfont.woff') format('woff'), url('../fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'roboto_condensedbold';
  src: url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype');
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.badge-greater {
  font-size: 18px;
  font-weight: 300;
}
.btn:focus {
  outline: none;
}
.btn {
  font-size: 18px;
}
.font-style-1 {
  font-size: 22px;
  font-weight: 300;
}
.hint {
  font-size: 12px;
  font-weight: 300;
}
.center-box {
  max-width: 600px;
  margin: 0 auto;
  padding: 15px 40px;
}
.golden-ratio-md {
  width: auto;
}
@media (min-width: 768px) {
  .golden-ratio-md {
    width: 66%;
  }
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .absolute-center {
    width: 100%;
  }
}
.save-btn {
  background-color: green;
}
.review-ok-btn {
  background-color: green;
}
.save-not-ok-btn {
  background-color: red;
}
.flex {
  display: flex;
  flex: 1;
}
.top-buffer {
  margin-top: 15px;
}
.no-margin {
  margin: 0 !important;
}
.no-background {
  background: none;
}
.no-border {
  border: none;
}
.no-bold {
  font-weight: normal;
}
.no-zindex {
  z-index: 0;
}
.bold {
  font-weight: bold;
}
.vertical-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.clickable {
  cursor: pointer;
}
form .sub-row-field::after {
  clear: both;
}
form .sub-row-field--extended .field-info-text {
  font-size: 12px;
  line-height: 15px;
  padding: 2px;
  color: #80848d;
}
form .sub-row-field.no-height {
  height: auto;
}
form .sub-row-field.with-toggle {
  display: flex;
  align-items: center;
  padding-left: 3px;
  background: #F5F6F6;
}
form .form-group.form-error .field-info-text {
  display: none;
}
form .text-profile {
  color: #716162;
  height: 56px;
  font-size: 18px;
  line-height: 56px;
  overflow: hidden;
  opacity: 1;
  position: relative;
  padding-left: 0px;
  padding-right: 56px;
  text-overflow: ellipsis;
  top: -12px;
  white-space: nowrap;
  cursor: text;
}
@media (max-width: 1000px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}
.page {
  flex: 1 1 auto;
  min-height: 1px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.page.content {
  background: #ffffff;
}
.page .content {
  flex: 1;
  display: flex;
  width: 100%;
}
.page .content > .headline {
  margin-bottom: 2rem;
}
.page .content--column {
  flex-direction: column;
  padding-bottom: 30px;
}
.page.products {
  width: 100%;
  height: 100%;
  padding: 0px !important;
  flex: 1 1 auto;
  min-height: 1px;
}
.search-container,
.products-container {
  background: url('../img/background-1.jpg');
  background-size: cover;
}
.with-product-navbar .page {
  padding-top: 130px;
}
.admin-container .page,
.with-product-navbar.with-games-navbar .page,
.profile-container .page,
.password-change-container .page,
.permissions-container .page {
  padding-top: 180px;
}
.admin-container .page.signin,
.with-product-navbar.with-games-navbar .page.signin,
.profile-container .page.signin,
.password-change-container .page.signin,
.permissions-container .page.signin {
  padding-top: 0px;
}
.page-nav {
  top: 0;
  z-index: 5;
}
.page-nav .user-avatar {
  height: 20px;
  width: 20px;
  margin-right: 3px;
}
.product-list {
  height: 100%;
  width: 100%;
}
.product-list .MuiDataGrid-root {
  border-top: 1px solid #b1b1b1;
}
.product-list .MuiDataGrid-root .MuiDataGrid-columnHeader {
  background: linear-gradient(180deg, #e7e7e7 0, #d1d1d1);
  border-bottom-width: 0!important;
  border-color: #fff #fff #b1b1b1 #b1b1b1 !important;
  border-style: solid;
  border-width: 1px;
}
.product-list .MuiDataGrid-root .MuiDataGrid-columnHeader:first-child {
  border-left: 0 !important;
}
.product-list .MuiDataGrid-root .MuiDataGrid-columnHeader:last-child {
  border-right: 0 !important;
}
.product-list .MuiDataGrid-root .MuiDataGrid-columnHeader .MuiDataGrid-iconButtonContainer .MuiSvgIcon-root {
  color: #e55a00;
}
.product-list .MuiDataGrid-root .MuiDataGrid-columnHeader .MuiDataGrid-menuIcon {
  margin-right: -5px;
}
.product-list .MuiDataGrid-root .MuiDataGrid-columnHeader .MuiDataGrid-menuIcon .MuiSvgIcon-root {
  color: #e55a00;
}
.product-list .MuiDataGrid-root .MuiDataGrid-columnHeader .MuiDataGrid-columnSeparator {
  display: none;
}
.product-list .MuiDataGrid-root .MuiDataGrid-row {
  background-color: white;
}
.product-list .MuiDataGrid-root .MuiDataGrid-row:hover {
  background-color: #b1e0ff !important;
}
.product-list .MuiDataGrid-root .MuiDataGrid-row.odd {
  background-color: #EBEBEB;
}
.product-list .MuiDataGrid-root .MuiDataGrid-row.Mui-selected {
  background-color: #ffefe5 !important;
}
.product-list .MuiDataGrid-root .MuiDataGrid-row .MuiDataGrid-cell:first-child {
  border-left: 0 !important;
  text-align: center;
}
.product-list .MuiDataGrid-root .MuiDataGrid-row .MuiDataGrid-cell:last-child {
  border-right: 0 !important;
}
.product-list .MuiDataGrid-root .MuiDataGrid-columnHeader,
.product-list .MuiDataGrid-root .MuiDataGrid-cell {
  padding: 0 0.4rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
  border-color: #fff #fff #b1b1b1 #b1b1b1;
  border-style: solid;
  border-width: 1px;
}
.product-list .MuiDataGrid-root .MuiDataGrid-columnHeader:focus,
.product-list .MuiDataGrid-root .MuiDataGrid-cell:focus,
.product-list .MuiDataGrid-root .MuiDataGrid-columnHeader:focus-within,
.product-list .MuiDataGrid-root .MuiDataGrid-cell:focus-within {
  outline-width: 0 !important;
}
.product-list .MuiDataGrid-root .MuiDataGrid-columnHeader .MuiDataGrid-actionsCell,
.product-list .MuiDataGrid-root .MuiDataGrid-cell .MuiDataGrid-actionsCell {
  grid-gap: 5px;
}
.product-list .MuiDataGrid-root .MuiDataGrid-columnHeader .MuiDataGrid-actionsCell .MuiIconButton-root,
.product-list .MuiDataGrid-root .MuiDataGrid-cell .MuiDataGrid-actionsCell .MuiIconButton-root {
  color: #c52845;
}
.product-list .MuiDataGrid-root .MuiDataGrid-columnHeader .MuiDataGrid-actionsCell .MuiIconButton-root .MuiSvgIcon-root,
.product-list .MuiDataGrid-root .MuiDataGrid-cell .MuiDataGrid-actionsCell .MuiIconButton-root .MuiSvgIcon-root {
  font-size: 1.5rem;
}
.product-list .MuiDataGrid-root .MuiDataGrid-columnHeader .MuiChip-root,
.product-list .MuiDataGrid-root .MuiDataGrid-cell .MuiChip-root {
  width: 65px;
}
.product-list .MuiDataGrid-root .MuiDataGrid-columnHeader .MuiCheckbox-root.Mui-disabled,
.product-list .MuiDataGrid-root .MuiDataGrid-cell .MuiCheckbox-root.Mui-disabled {
  display: none;
}
.product-list .actionSelectedItems {
  display: flex;
  position: absolute;
  z-index: 20;
  bottom: 8px;
  left: 20px;
}
.product-list .actionSelectedItems .backup {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
  background-color: #e55a00;
  color: white;
  margin-right: 1.5rem;
}
.product-list .actionSelectedItems .backup:hover {
  background-color: #9DCC64;
}
.product-list .actionSelectedItems .backup.delete:hover {
  background-color: #c52845;
}
.product-list .actionSelectedItems .backup .MuiBadge-standard {
  top: -2px;
  right: -2px;
  background-color: #4199FF;
}
.product-list .MuiPaper-root div:first-child div {
  height: 100%;
}
.upload-list {
  height: 100%;
  width: 100%;
}
.upload-list .MuiPaper-root > div:first-child {
  text-align: center;
}
.upload-list .MuiPaper-root > div:first-child button {
  margin: 1rem;
}
.upload-list .MuiPaper-root div:nth-child(2) {
  height: 100%;
}
.upload-list .MuiPaper-root div:nth-child(2) div {
  height: 100%;
}
form .row {
  margin-left: 0;
  margin-right: 0;
}
form .row .row {
  margin: 0;
}
.product-form .MuiButton-root,
.international-meta-form .MuiButton-root {
  margin-left: 1rem;
}
.product-form .MuiButton-root.review,
.international-meta-form .MuiButton-root.review {
  background-color: #4199FF;
}
.product-form .MuiButton-root.ready,
.international-meta-form .MuiButton-root.ready {
  background-color: #9DCC64;
}
.product-form .MuiButton-root.request,
.international-meta-form .MuiButton-root.request {
  background-color: #c52845;
}
.product-form .MuiChip-root,
.international-meta-form .MuiChip-root {
  color: #FFF;
  border-radius: 0px;
  margin-left: 1rem;
}
.product-form .form-group,
.international-meta-form .form-group {
  padding-left: 5px;
  padding-right: 5px;
}
.product-form .cover-input,
.international-meta-form .cover-input,
.product-form .upload-notice,
.international-meta-form .upload-notice {
  padding: 0 5px 0 0;
}
.product-form .cover-input .cover-input-button,
.international-meta-form .cover-input .cover-input-button {
  height: 114px;
  width: 100%;
}
.product-form .cover-input .cover-input-button .dropzone,
.international-meta-form .cover-input .cover-input-button .dropzone {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-form .form-error .cover-input .cover-input-button,
.international-meta-form .form-error .cover-input .cover-input-button {
  border-bottom: 3px solid #DE3030;
}
.product-form .upload-notice,
.international-meta-form .upload-notice {
  font-size: 12px;
  line-height: 15px;
}
.product-form .upload-notice .note-header,
.international-meta-form .upload-notice .note-header {
  height: 30px;
  padding: 5px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  background-color: #AAA3A0;
  margin-bottom: 22px;
}
.international-meta-form {
  padding: 2rem 2rem 2rem 2rem;
}
.international-meta-form .cover-input,
.international-meta-form .upload-notice {
  padding: 0;
}
.international-meta-form .cover-input .cover-input-button {
  height: 271px;
}
.profile-container .profile .form-divider {
  margin-top: 40px;
}
.upload {
  display: flex;
}
.upload .upload-button {
  width: 50px;
  height: 66px;
  display: flex;
  text-align: center;
  background-color: #F3F2F2;
  border: 1px solid #D4D0CF;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.upload .upload-button img {
  max-width: 100%;
  max-height: 100%;
}
.upload .upload-button input[type="file"] {
  position: absolute;
  opacity: 0;
  z-index: 0;
  max-width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.upload label {
  margin: 0 0 0 15px;
}
.upload label .info {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
.upload label .sub-info {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  margin-top: 13px;
}
.upload label .sub-sub-info {
  font-size: 10px;
  line-height: 13px;
}
.dropzone-ui {
  font-family: roboto_condensedregular !important;
  font-size: 0.85rem !important;
}
.dropzone-ui.dropzone-ui-extra {
  border-color: #e55a00 !important;
}
.dropzone-ui .dz-ui-label,
.dropzone-ui .dz-ui-header,
.dropzone-ui .file-item-name,
.dropzone-ui .file-status {
  font-family: roboto_condensedregular !important;
}
.dropzone-ui .file-item-name {
  font-size: 0.75rem !important;
}
.dropzone-ui .dz-ui-label {
  color: #e55a00 !important;
}
.dropzone-ui .dz-ui-header {
  height: 30px !important;
  top: 8px !important;
}
.dropzone-ui .dz-ui-header span {
  line-height: 2rem;
}
.dropzone-ui .dz-ui-header span svg {
  width: 28px;
  height: 28px;
  fill: #e55a00;
}
.games-navbar {
  flex: 0 0 3.25rem;
  z-index: 3;
  width: 100%;
  background: white;
  box-shadow: 0 2px 6px 0 rgba(212, 212, 212, 0.5);
  transition: top 0.5s linear;
}
.admin-navbar,
.profile-navbar {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}
.publisher-permissions-form > * {
  margin-right: 10px;
}
.form-error label.icon-label {
  color: white;
  background: #DE3030;
}
.form-error label.icon-label .required-postfix {
  color: white;
}
.form-error label.icon-label .icon {
  background: #9B0000;
}
.form-group {
  min-height: 75px;
}
.form-group .sub-row-label {
  border-bottom: 2px solid white;
}
.form-row .rowspan {
  padding: 0 5px;
}
.form-row .rowspan:first-child {
  padding-left: 0;
}
.form-row .rowspan:last-child {
  padding-right: 0;
}
.search-container .page,
.help-container .page,
.history-container .page,
.products-container .page {
  justify-content: flex-start;
}
.search-container .content,
.help-container .content,
.history-container .content,
.products-container .content,
.search-container .product-tiles,
.help-container .product-tiles,
.history-container .product-tiles,
.products-container .product-tiles {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.password-reset {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .password-reset {
    padding: 0;
  }
}
.password-reset .panel {
  margin: 50px auto;
}
.password-reset .panel .panel-body {
  padding: 20px;
}
@media (max-width: 480px) {
  .password-reset .panel .panel-body {
    padding: 15px;
  }
}
.password-reset .form-group {
  min-width: 200px;
}
@media (min-width: 768px) {
  .password-reset .form-group {
    min-width: 300px;
  }
}
@media (min-width: 992px) {
  .password-reset .form-group {
    min-width: 400px;
  }
}
.signin-container.scroll-resolver,
.signup-container.scroll-resolver {
  padding-bottom: 0;
}
.signin-container .page,
.signup-container .page {
  padding-bottom: 50px;
}
.scroll-resolver {
  padding-bottom: 50px;
}
.scroll-resolver.scrolled {
  padding-bottom: 30px;
}
.scroll-resolver.scrolled .page-nav {
  top: -40px;
  transition: top 0.4s linear;
}
.scroll-resolver.scrolled .product-navbar {
  top: 0;
  height: 50px;
  transition: height 0.4s linear, top 0.4s linear;
}
@media (min-width: 768px) {
  .scroll-resolver.scrolled .product-navbar .navbar-form {
    margin-bottom: 8px;
    margin-top: 8px;
  }
}
.scroll-resolver.scrolled .product-navbar .navbar-brand {
  transition: height 0.3s linear;
  height: 50px;
}
.scroll-resolver.scrolled .product-navbar .navbar-brand.navbar-logo {
  padding: 8px;
}
.scroll-resolver.scrolled .product-navbar .navbar-nav > li > a {
  height: 100%;
  line-height: 50px;
  padding-top: 0;
}
@media (min-width: 768px) {
  .scroll-resolver.scrolled .product-navbar .navbar-nav > li > a {
    padding-top: 0;
  }
}
.scroll-resolver.scrolled .games-navbar {
  top: 50px;
  transition: top 0.4s linear;
}
.scroll-resolver.scrolled .games-navbar .navbar-form {
  margin-top: 4px;
}
.scroll-resolver.scrolled .page .home {
  padding-top: 100px;
}
.scroll-resolver.scrolled .footer {
  height: 30px;
  transition: height 0.4s linear;
}
.scroll-resolver.scrolled .footer .logo {
  height: 20px;
}
.scroll-resolver.scrolled .footer .copyright {
  line-height: 1;
  font-size: 10px;
}
.autocomplete__menu.devide-after-1 > div:nth-child(1),
.autocomplete__menu.devide-after-2 > div:nth-child(2),
.autocomplete__menu.devide-after-3 > div:nth-child(3) {
  border-bottom: 2px dashed #AAA3A0;
}
.autocomplete__menu.devide-after-1 > div:last-child,
.autocomplete__menu.devide-after-2 > div:last-child,
.autocomplete__menu.devide-after-3 > div:last-child {
  border-bottom: none;
}
.noTextTransform .MuiDataGrid-cellContent,
.noTextTransform input {
  text-transform: none !important;
}


/*# sourceMappingURL=app.e6701a381aa61485244c.css.map*/