.pagination {
  text-align: center;
}

/**
 Override
 */
.form-element-error {
  color: #DE3030;
  font-size: 12px;
}

.import-modal .example-files {
  padding-left: 20px;
}
.import-modal .example-files a {
  margin: 0 10px;
  display: inline-block;
}

/**
 Override
 */
.publisher-modal-dialog .publisher-modal-list {
  height: 500px;
  overflow-y: scroll;
}
.publisher-modal-dialog .publisher-modal-list .tile {
  background: #fff;
  color: #80848d;
  padding: 3px;
  cursor: pointer;
  border-top: 1px solid #dddddd;
}
.publisher-modal-dialog .publisher-modal-list .tile:nth-of-type(odd) {
  background-color: #f1f1f1;
}
.publisher-modal-dialog .publisher-modal-list .tile :first-child {
  border: none;
}
.publisher-modal-dialog .publisher-modal-list .tile--selected {
  background-color: #ffa333 !important;
  color: #fff;
}

/**
 Override
 */
.publisher-modal-field .publisher-component {
  padding: 3px;
  line-height: 24px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/**
 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;
  }
}
.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;
}
.games-navbar .navbar-form {
  margin: 0;
}
.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: #4199FF;
  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 #ffa333;
}
.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 {
  z-index: 1000;
  top: 40px;
  height: 70px;
  position: fixed;
  width: 100%;
  transition: top 0.4s linear;
  background-color: #ffa333;
}
.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: 22px;
  text-decoration: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.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: #ffa333;
}
.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) format('woff'), url(./fonts/gmr.ttf) format('truetype'), url(./fonts/gmr.svg#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;
  -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: #ffa333;
}
.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 {
  font-size: 0px;
  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: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading-indicator__text {
  padding: 10px;
  text-align: center;
}
.signin {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .signin {
    padding: 0;
    max-width: 760px;
    width: 100%;
  }
}
.signin .form-group {
  min-width: 400px;
}
@media (max-width: 480px) {
  .signin .form-group {
    width: 100%;
    min-width: 0;
  }
}
.password-forgotten {
  display: flex;
  align-items: center;
  width: 600px;
}
.password-forgotten .form-group {
  padding-left: 5px;
  padding-right: 0;
}
@media (max-width: 480px) {
  .password-forgotten {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .password-forgotten {
    width: 100%;
  }
}
.password-reset {
  display: flex;
  align-items: center;
  width: 600px;
}
@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;
  }
}
.password-reset .strength {
  transition: height 200ms cubic-bezier(0.23, 1, 0.32, 1);
  height: 0px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #e3e0e0;
  position: relative;
  margin-bottom: 25px;
}
.password-reset .strength[class*='score-'] {
  height: 24px;
  background-color: #e3e0e0;
}
.password-reset .strength > span {
  position: absolute;
  left: 0;
  top: 0;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  padding: 0 8px;
  color: #ffffff;
}
.password-reset .strength > div {
  height: 100%;
  width: 0%;
  transition: width 0.2s ease-out, color 0.2s ease-out;
}
.password-reset .strength.score-0 > div {
  width: 100%;
  background-color: #f44336;
}
.password-reset .strength.score-1 > div {
  width: 25%;
  background-color: #f44336;
}
.password-reset .strength.score-2 > div {
  width: 50%;
  background-color: #db7b2b;
}
.password-reset .strength.score-3 > div {
  width: 75%;
  background-color: #e7b416;
}
.password-reset .strength.score-4 > div {
  width: 100%;
  background-color: #99c140;
}
.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;
}
.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;
}
.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 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 56px;
}
.button-bar > * {
  margin: 0 4px;
}
.button-bar > *:last-child {
  margin-right: 0;
}
.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: #ffa333;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #e57e00;
  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;
}
body {
  background: #f5f5f5;
  color: #80848d;
  text-transform: uppercase;
  padding: 0;
}
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;
}
.spinning {
  animation: spin 1s infinite;
}
.hide {
  display: none !important;
}
@font-face {
  font-family: 'roboto_condensedregular';
  src: url(./fonts/RobotoCondensed-Regular-webfont.woff) format('woff'), url(./fonts/RobotoCondensed-Regular-webfont.ttf) format('truetype');
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) 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;
}
.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 {
  padding-top: 50px;
  background: rgba(245, 245, 245, 0.8);
  min-height: 96.2vh;
  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;
}
.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;
}
.page-nav {
  top: 0;
  z-index: 5;
}
.page-nav .user-avatar {
  height: 20px;
  width: 20px;
  margin-right: 3px;
}
form .row {
  margin-left: 0;
  margin-right: 0;
}
form .row .row {
  margin: 0;
}
.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 .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;
}
.games-navbar {
  z-index: 3;
  padding-top: 0;
  padding-bottom: 5px;
  position: fixed;
  width: 100%;
  top: 110px;
  height: 56px;
  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;
}
.form-row .form-group:first-child {
  padding-left: 0;
}
.form-row .form-group: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;
}
.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;
}

.ReactCrop {
  position: relative;
  display: inline-block;
  cursor: crosshair;
  overflow: hidden;
  max-width: 100%; }
  .ReactCrop:focus {
    outline: none; }
  .ReactCrop--disabled, .ReactCrop--locked {
    cursor: inherit; }
  .ReactCrop__image {
    display: block;
    max-width: 100%;
    touch-action: manipulation; }
  .ReactCrop--crop-invisible .ReactCrop__image {
    opacity: 0.5; }
  .ReactCrop__crop-selection {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
    box-sizing: border-box;
    cursor: move;
    box-shadow: 0 0 0 9999em rgba(0, 0, 0, 0.5);
    touch-action: manipulation;
    border: 1px solid;
    border-image-source: url("data:image/gif;base64,R0lGODlhCgAKAJECAAAAAP///////wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEI5RDc5MTFDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEI5RDc5MTBDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEBQoAAgAsAAAAAAoACgAAAhWEERkn7W3ei7KlagMWF/dKgYeyGAUAIfkEBQoAAgAsAAAAAAoACgAAAg+UYwLJ7RnQm7QmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYgLJHdiinNSAVfOEKoUCACH5BAUKAAIALAAAAAAKAAoAAAIRVISAdusPo3RAzYtjaMIaUQAAIfkEBQoAAgAsAAAAAAoACgAAAg+MDiem7Q8bSLFaG5il6xQAIfkEBQoAAgAsAAAAAAoACgAAAg+UYRLJ7QnQm7SmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYBLJDdiinNSEVfOEKoECACH5BAUKAAIALAAAAAAKAAoAAAIRFISBdusPo3RBzYsjaMIaUQAAOw==");
    border-image-slice: 1;
    border-image-repeat: repeat; }
    .ReactCrop--disabled .ReactCrop__crop-selection {
      cursor: inherit; }
    .ReactCrop--circular-crop .ReactCrop__crop-selection {
      border-radius: 50%;
      box-shadow: 0px 0px 1px 1px white, 0 0 0 9999em rgba(0, 0, 0, 0.5); }
  .ReactCrop__rule-of-thirds-vt::before, .ReactCrop__rule-of-thirds-vt::after, .ReactCrop__rule-of-thirds-hz::before, .ReactCrop__rule-of-thirds-hz::after {
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.4); }
  .ReactCrop__rule-of-thirds-vt::before, .ReactCrop__rule-of-thirds-vt::after {
    width: 1px;
    top: 0;
    bottom: 0; }
  .ReactCrop__rule-of-thirds-vt::before {
    left: 33.3333%;
    left: calc(100% / 3); }
  .ReactCrop__rule-of-thirds-vt::after {
    left: 66.6666%;
    left: calc(100% / 3 * 2); }
  .ReactCrop__rule-of-thirds-hz::before, .ReactCrop__rule-of-thirds-hz::after {
    left: 0;
    right: 0;
    height: 1px; }
  .ReactCrop__rule-of-thirds-hz::before {
    top: 33.3333%;
    top: calc(100% / 3); }
  .ReactCrop__rule-of-thirds-hz::after {
    top: 66.6666%;
    top: calc(100% / 3 * 2); }
  .ReactCrop__drag-handle {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    outline: 1px solid transparent; }
  .ReactCrop .ord-nw {
    top: 0;
    left: 0;
    margin-top: -5px;
    margin-left: -5px;
    cursor: nw-resize; }
  .ReactCrop .ord-n {
    top: 0;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
    cursor: n-resize; }
  .ReactCrop .ord-ne {
    top: 0;
    right: 0;
    margin-top: -5px;
    margin-right: -5px;
    cursor: ne-resize; }
  .ReactCrop .ord-e {
    top: 50%;
    right: 0;
    margin-top: -5px;
    margin-right: -5px;
    cursor: e-resize; }
  .ReactCrop .ord-se {
    bottom: 0;
    right: 0;
    margin-bottom: -5px;
    margin-right: -5px;
    cursor: se-resize; }
  .ReactCrop .ord-s {
    bottom: 0;
    left: 50%;
    margin-bottom: -5px;
    margin-left: -5px;
    cursor: s-resize; }
  .ReactCrop .ord-sw {
    bottom: 0;
    left: 0;
    margin-bottom: -5px;
    margin-left: -5px;
    cursor: sw-resize; }
  .ReactCrop .ord-w {
    top: 50%;
    left: 0;
    margin-top: -5px;
    margin-left: -5px;
    cursor: w-resize; }
  .ReactCrop__disabled .ReactCrop__drag-handle {
    cursor: inherit; }
  .ReactCrop__drag-bar {
    position: absolute; }
    .ReactCrop__drag-bar.ord-n {
      top: 0;
      left: 0;
      width: 100%;
      height: 6px;
      margin-top: -3px; }
    .ReactCrop__drag-bar.ord-e {
      right: 0;
      top: 0;
      width: 6px;
      height: 100%;
      margin-right: -3px; }
    .ReactCrop__drag-bar.ord-s {
      bottom: 0;
      left: 0;
      width: 100%;
      height: 6px;
      margin-bottom: -3px; }
    .ReactCrop__drag-bar.ord-w {
      top: 0;
      left: 0;
      width: 6px;
      height: 100%;
      margin-left: -3px; }
  .ReactCrop--new-crop .ReactCrop__drag-bar,
  .ReactCrop--new-crop .ReactCrop__drag-handle,
  .ReactCrop--fixed-aspect .ReactCrop__drag-bar {
    display: none; }
  .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,
  .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,
  .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,
  .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w {
    display: none; }
  @media (pointer: coarse) {
    .ReactCrop__drag-handle {
      width: 34px;
      height: 34px; }
    .ReactCrop__drag-bar {
      display: none; }
    .ReactCrop .ord-nw,
    .ReactCrop .ord-n,
    .ReactCrop .ord-ne,
    .ReactCrop .ord-e,
    .ReactCrop .ord-s,
    .ReactCrop .ord-sw,
    .ReactCrop .ord-w {
      display: none; }
    .ReactCrop .ord-se {
      margin-bottom: -1px;
      margin-right: -1px; } }


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