body {
  color: #222;
  margin: 0;
  font-size: 13px;
  font-family: sans-serif; }

a {
  color: #DD4A4A; }
  a img {
    border: 0; }

h2 {
  margin: 15px 0; }

.loader {
  display: inline-block;
  background-image: url("/static/loader.gif");
  vertical-align: middle;
  width: 16px;
  height: 16px; }
  .loader.dark {
    background-image: url("/static/loader-dark.gif"); }
  .loader.huge {
    width: 66px;
    height: 66px;
    background-image: url("/static/loader-huge.gif"); }

.button {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  background: #FA5C5C;
  color: white;
  text-decoration: none;
  padding: 0 10px;
  font-size: 14px;
  text-shadow: 1px 1px 0px #d64343, -1px -1px 0px #d64343, 1px -1px 0px #d64343, -1px 1px 0px #d64343;
  border-radius: 1px;
  cursor: pointer;
  border: 0;
  text-align: center;
  line-height: 35px;
  height: 35px;
  border: 0; }
  .button:hover {
    background: #fa6666; }
  .button:active {
    background-color: #e44949;
    position: relative;
    top: 1px; }
  .button.fat {
    font-size: 18px;
    letter-spacing: 0.025em;
    line-height: 36px;
    height: 40px;
    border-bottom: 4px solid #C34848;
    padding: 0 20px; }
    .button.fat:hover {
      box-shadow: none; }
    .button.fat.disabled {
      border-bottom: 4px solid #858585; }
  .button.cancel {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    background: #b79f9f;
    color: white;
    text-decoration: none;
    padding: 0 10px;
    font-size: 14px;
    text-shadow: 1px 1px 0px #7a9f9f, -1px -1px 0px #7a9f9f, 1px -1px 0px #7a9f9f, -1px 1px 0px #7a9f9f;
    border-radius: 1px;
    cursor: pointer;
    border: 0;
    text-align: center;
    line-height: 35px;
    height: 35px; }
    .button.cancel:hover {
      background: #bba5a5; }
    .button.cancel:active {
      background-color: #909d9d;
      position: relative;
      top: 1px; }
  .button:focus {
    outline-color: #361275; }
  .button.disabled {
    text-shadow: none;
    color: #CCC;
    box-shadow: none;
    background: #aea8a8;
    cursor: default; }
    .button.disabled:focus {
      outline: 0; }
    .button.disabled:active {
      position: static; }

.global_flash {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 50%;
  background-color: #72c2e2;
  background-image: linear-gradient(bottom, #5ebade 0%, #88CCE7 100%);
  background-image: -webkit-linear-gradient(bottom, #5ebade 0%, #88CCE7 100%);
  background-image: -moz-linear-gradient(bottom, #5ebade 0%, #88CCE7 100%);
  background-image: -o-linear-gradient(bottom, #5ebade 0%, #88CCE7 100%);
  background-image: -ms-linear-gradient(bottom, #5ebade 0%, #88CCE7 100%);
  color: white;
  text-shadow: 1px 1px 1px #248ab2;
  border-radius: 0 0 5px 5px;
  padding: 8px 16px;
  padding-top: 15px;
  cursor: normal;
  font-size: 18px;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.2), 0 1px 4px rgba(0, 0, 0, 0.6); }
  .global_flash.error {
    background-color: #c23737;
    background-image: linear-gradient(bottom, #b52c2c 0%, #D14343 100%);
    background-image: -webkit-linear-gradient(bottom, #b52c2c 0%, #D14343 100%);
    background-image: -moz-linear-gradient(bottom, #b52c2c 0%, #D14343 100%);
    background-image: -o-linear-gradient(bottom, #b52c2c 0%, #D14343 100%);
    background-image: -ms-linear-gradient(bottom, #b52c2c 0%, #D14343 100%);
    text-shadow: 1px 1px 1px #631818; }
  .global_flash.animated {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

.ie a img {
  border: 0; }

.formatted {
  font-size: 16px; }
  .formatted p, .formatted ul {
    line-height: 1.5; }
  .formatted p {
    margin: 0 0 20px 0; }
  .formatted h1, .formatted h2, .formatted h3, .formatted h4 {
    font-size: 18px;
    margin: 0 0 10px 0; }
  .formatted ul, .formatted ol {
    margin: 0 0 20px 0;
    padding-left: 2em; }
  .formatted hr {
    border: 0;
    height: 1px;
    background: #dadada; }

.warning_box {
  background: #FFFED8;
  color: #636119;
  border-bottom: 1px solid #e5e296;
  border-top: 1px solid #e5e296;
  padding: 20px;
  margin-bottom: 20px; }
  .warning_box h2, .warning_box h3, .warning_box h4 {
    color: #3a390f; }
  .warning_box a {
    color: #FA5C5C; }
    .warning_box a:hover {
      color: #fb7575; }

.loader_bar {
  position: relative;
  height: 2px; }
  .loader_bar .loader_bar_slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #FA5C5C;
    -webkit-animation: loader-left 0.8s cubic-bezier(0.55, 0.45, 0.55, 0.45) infinite, loader-right 0.8s cubic-bezier(0.45, 0.55, 0.45, 0.55) infinite;
    -moz-animation: loader-left 0.8s cubic-bezier(0.55, 0.45, 0.55, 0.45) infinite, loader-right 0.8s cubic-bezier(0.45, 0.55, 0.45, 0.55) infinite;
    -ms-animation: loader-left 0.8s cubic-bezier(0.55, 0.45, 0.55, 0.45) infinite, loader-right 0.8s cubic-bezier(0.45, 0.55, 0.45, 0.55) infinite;
    animation: loader-left 0.8s cubic-bezier(0.55, 0.45, 0.55, 0.45) infinite, loader-right 0.8s cubic-bezier(0.45, 0.55, 0.45, 0.55) infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -ms-animation-direction: alternate;
    animation-direction: alternate; }

@-webkit-keyframes popin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }

  75% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes popin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }

  75% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@-ms-keyframes popin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }

  75% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@keyframes popin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }

  75% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes loader-left {
  from {
    left: 0; }

  to {
    left: 90%; } }

@-moz-keyframes loader-left {
  from {
    left: 0; }

  to {
    left: 90%; } }

@-ms-keyframes loader-left {
  from {
    left: 0; }

  to {
    left: 90%; } }

@keyframes loader-left {
  from {
    left: 0; }

  to {
    left: 90%; } }

@-webkit-keyframes loader-right {
  from {
    right: 90%; }

  to {
    right: 0; } }

@-moz-keyframes loader-right {
  from {
    right: 90%; }

  to {
    right: 0; } }

@-ms-keyframes loader-right {
  from {
    right: 90%; }

  to {
    right: 0; } }

@keyframes loader-right {
  from {
    right: 90%; }

  to {
    right: 0; } }

.perf_panel {
  opacity: 0.5;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: white;
  white-space: nowrap;
  padding: 5px 10px;
  border: 1px solid #dadada;
  font-size: 16px;
  line-height: 1.5; }
  .ie .perf_panel {
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
  .perf_panel:hover {
    opacity: 1;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
    .ie .perf_panel:hover {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .perf_panel .stat_row {
    display: inline-block; }

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    -moz-transform: translate3d(0, 0, 0) rotate(0deg);
    -ms-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg); }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0) rotate(10deg);
    -moz-transform: translate3d(0, -20px, 0) rotate(10deg);
    -ms-transform: translate3d(0, -20px, 0) rotate(10deg);
    transform: translate3d(0, -20px, 0) rotate(10deg); }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0) rotate(-10deg);
    -moz-transform: translate3d(0, -10px, 0) rotate(-10deg);
    -ms-transform: translate3d(0, -10px, 0) rotate(-10deg);
    transform: translate3d(0, -10px, 0) rotate(-10deg); }

  90% {
    -webkit-transform: translate3d(0, -3px, 0) rotate(0deg);
    -moz-transform: translate3d(0, -3px, 0) rotate(0deg);
    -ms-transform: translate3d(0, -3px, 0) rotate(0deg);
    transform: translate3d(0, -3px, 0) rotate(0deg); } }

@-moz-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    -moz-transform: translate3d(0, 0, 0) rotate(0deg);
    -ms-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg); }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0) rotate(10deg);
    -moz-transform: translate3d(0, -20px, 0) rotate(10deg);
    -ms-transform: translate3d(0, -20px, 0) rotate(10deg);
    transform: translate3d(0, -20px, 0) rotate(10deg); }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0) rotate(-10deg);
    -moz-transform: translate3d(0, -10px, 0) rotate(-10deg);
    -ms-transform: translate3d(0, -10px, 0) rotate(-10deg);
    transform: translate3d(0, -10px, 0) rotate(-10deg); }

  90% {
    -webkit-transform: translate3d(0, -3px, 0) rotate(0deg);
    -moz-transform: translate3d(0, -3px, 0) rotate(0deg);
    -ms-transform: translate3d(0, -3px, 0) rotate(0deg);
    transform: translate3d(0, -3px, 0) rotate(0deg); } }

@-ms-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    -moz-transform: translate3d(0, 0, 0) rotate(0deg);
    -ms-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg); }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0) rotate(10deg);
    -moz-transform: translate3d(0, -20px, 0) rotate(10deg);
    -ms-transform: translate3d(0, -20px, 0) rotate(10deg);
    transform: translate3d(0, -20px, 0) rotate(10deg); }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0) rotate(-10deg);
    -moz-transform: translate3d(0, -10px, 0) rotate(-10deg);
    -ms-transform: translate3d(0, -10px, 0) rotate(-10deg);
    transform: translate3d(0, -10px, 0) rotate(-10deg); }

  90% {
    -webkit-transform: translate3d(0, -3px, 0) rotate(0deg);
    -moz-transform: translate3d(0, -3px, 0) rotate(0deg);
    -ms-transform: translate3d(0, -3px, 0) rotate(0deg);
    transform: translate3d(0, -3px, 0) rotate(0deg); } }

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    -moz-transform: translate3d(0, 0, 0) rotate(0deg);
    -ms-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg); }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0) rotate(10deg);
    -moz-transform: translate3d(0, -20px, 0) rotate(10deg);
    -ms-transform: translate3d(0, -20px, 0) rotate(10deg);
    transform: translate3d(0, -20px, 0) rotate(10deg); }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0) rotate(-10deg);
    -moz-transform: translate3d(0, -10px, 0) rotate(-10deg);
    -ms-transform: translate3d(0, -10px, 0) rotate(-10deg);
    transform: translate3d(0, -10px, 0) rotate(-10deg); }

  90% {
    -webkit-transform: translate3d(0, -3px, 0) rotate(0deg);
    -moz-transform: translate3d(0, -3px, 0) rotate(0deg);
    -ms-transform: translate3d(0, -3px, 0) rotate(0deg);
    transform: translate3d(0, -3px, 0) rotate(0deg); } }

@-webkit-keyframes drop_down {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .ie 0% {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
    .ie 50% {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

  60% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .ie 60% {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .ie 100% {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

@-moz-keyframes drop_down {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .ie 0% {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
    .ie 50% {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

  60% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .ie 60% {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .ie 100% {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

@-ms-keyframes drop_down {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .ie 0% {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
    .ie 50% {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

  60% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .ie 60% {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .ie 100% {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

@keyframes drop_down {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .ie 0% {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
    .ie 50% {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

  60% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .ie 60% {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .ie 100% {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

.animate_bounce {
  -webkit-animation: bounce 0.5s ease;
  -moz-animation: bounce 0.5s ease;
  -ms-animation: bounce 0.5s ease;
  animation: bounce 0.5s ease; }

.animate_drop_down {
  -webkit-animation: drop_down 0.5s ease;
  -moz-animation: drop_down 0.5s ease;
  -ms-animation: drop_down 0.5s ease;
  animation: drop_down 0.5s ease; }

#lightbox_shroud {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  opacity: 0.6;
  -webkit-transition: opacity 0.15s ease-out;
  z-index: 1000; }
  .ie #lightbox_shroud {
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
  #lightbox_shroud.invisible {
    opacity: 0; }
    .ie #lightbox_shroud.invisible {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

#lightbox_container {
  z-index: 1001;
  *zoom: 1; }
  #lightbox_container:before, #lightbox_container:after {
    content: " ";
    display: table; }
  #lightbox_container:after {
    clear: both; }

.lightbox {
  margin-bottom: 60px;
  z-index: 1001;
  background: white;
  box-shadow: 0 0 0 2px #dadada, 0 0 0 4px white;
  position: absolute;
  left: 50%;
  top: 80px;
  border-radius: 2px; }
  .lightbox .content .spinner_container {
    text-align: center;
    margin: 15px auto 15px auto; }
  .lightbox .close_button {
    float: right;
    margin-top: 22px;
    margin-right: 20px;
    color: silver;
    cursor: pointer;
    font-size: 24px; }
    .lightbox .close_button:hover {
      color: #8d8d8d; }
  .lightbox.animated {
    -webkit-animation: popin 0.2s ease-in-out;
    -moz-animation: popin 0.2s ease-in-out;
    -ms-animation: popin 0.2s ease-in-out;
    animation: popin 0.2s ease-in-out; }
  .lightbox h2 {
    border-bottom: 1px solid #dadada;
    margin: 0 0 20px 0;
    padding: 25px 40px;
    color: #333; }
    .lightbox h2 .game_title {
      color: #222; }
  .lightbox p {
    line-height: 1.5;
    font-size: 16px;
    margin: 20px 40px; }
  .lightbox .button_row {
    margin-top: 10px; }
    .lightbox .button_row a {
      color: #666; }

.loading_lightbox .loader_outer {
  margin: 20px;
  font-size: 16px;
  color: #666; }
.loading_lightbox .loader_label {
  padding: 0 20px 5px 20px; }

.form .redactor-box {
  margin: 8px 0;
  box-shadow: 0 0 0 1px white, 0px 0px 4px black;
  border: 1px solid #bbb; }
.form .redactor-toolbar {
  z-index: 98 !important; }
  .form .redactor-toolbar li a {
    color: #666; }
    .form .redactor-toolbar li a:hover {
      background: #FA5C5C; }
    .form .redactor-toolbar li a:active, .form .redactor-toolbar li a.redactor-act {
      background: #ddd;
      color: #666; }
.form .input_row {
  margin-bottom: 20px; }
  .form .input_row ul.radio_list, .form .input_row ul.check_list {
    margin: 0;
    padding: 0; }
    .form .input_row ul.radio_list li, .form .input_row ul.check_list li {
      list-style: none;
      margin: 8px 10px;
      padding: 0;
      color: #444; }
    .form .input_row ul.radio_list input, .form .input_row ul.check_list input {
      vertical-align: middle;
      margin: 0 5px 0 0; }
.form .label {
  color: #444;
  font-weight: bold; }
.form .label .sub, .form label .sub {
  font-weight: normal;
  color: #666; }
  .form .label .sub a, .form label .sub a {
    color: #444; }
.form input[type="text"], .form input[type="password"], .form input[type="email"], .form textarea {
  border: 1px solid #aaa;
  width: 524px;
  padding: 8px;
  border-radius: 2px;
  margin: 6px 0;
  color: #333;
  box-shadow: 0 0 0 1px #FFF, 0px 0px 1px 2px #BEBEBE; }
  .form input[type="text"]:focus, .form input[type="password"]:focus, .form input[type="email"]:focus, .form textarea:focus {
    outline: none;
    border: 1px solid #909090; }
  .form input[type="text"].simple_border, .form input[type="password"].simple_border, .form input[type="email"].simple_border, .form textarea.simple_border {
    border: 1px solid #aaa;
    padding: 4px;
    color: #333;
    width: auto;
    box-shadow: none; }
  .form input[type="text"].big_input, .form input[type="password"].big_input, .form input[type="email"].big_input, .form textarea.big_input {
    font-size: 24px; }
  .form input[type="text"].medium_input, .form input[type="password"].medium_input, .form input[type="email"].medium_input, .form textarea.medium_input {
    font-size: 16px; }
  .form input[type="text"].inline_input, .form input[type="password"].inline_input, .form input[type="email"].inline_input, .form textarea.inline_input {
    width: auto; }
.form input[type="checkbox"] {
  vertical-align: middle; }
.form select {
  margin: 6px 0; }
.form .buttons {
  margin-top: 20px;
  color: #999; }
  .form .buttons .button {
    margin-right: 10px; }
  .form .buttons a {
    color: #666; }
  .form .buttons .right_buttons {
    line-height: 35px;
    float: right; }

.form_errors {
  color: #D14343; }

.cover_image_uploader {
  border: 1px dashed #999;
  width: 315px;
  height: 250px;
  line-height: 250px;
  text-align: center;
  color: #aaa;
  background-size: cover;
  background-position: 50% 50%; }
  .cover_image_uploader.has_image {
    border: 1px solid white;
    box-shadow: 1px 1px 8px gray; }
    .cover_image_uploader.has_image .inner {
      -webkit-transition: opacity 0.2s ease;
      -moz-transition: opacity 0.2s ease;
      -ms-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease;
      opacity: 0;
      color: #222;
      background: rgba(255, 255, 255, 0.8);
      border-radius: 1px;
      box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3); }
      .ie .cover_image_uploader.has_image .inner {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    .cover_image_uploader.has_image .edit_tools {
      display: inline; }
    .cover_image_uploader.has_image:hover .inner {
      opacity: 1; }
      .ie .cover_image_uploader.has_image:hover .inner {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .cover_image_uploader.loading .inner {
    opacity: 1; }
    .ie .cover_image_uploader.loading .inner {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .cover_image_uploader.loading.has_image .inner {
    opacity: 1; }
    .ie .cover_image_uploader.loading.has_image .inner {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .cover_image_uploader.loading .loader {
    display: inline-block; }
  .cover_image_uploader .inner {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    padding: 10px; }
  .cover_image_uploader .edit_tools {
    display: none; }
  .cover_image_uploader .loader {
    display: none; }
  .cover_image_uploader a {
    color: #666; }

.game_grid .game_cell {
  display: inline-block;
  position: relative;
  vertical-align: top;
  text-align: left;
  margin: 0 20px 40px 0; }
  .game_grid .game_cell .game_thumb {
    background-color: white;
    background-position: 50% 50%;
    background-size: cover;
    display: block;
    position: relative;
    width: 315px;
    height: 250px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.13), inset 0 0 0 1px white; }
    .game_grid .game_cell .game_thumb .no_cover_text {
      color: #dadada;
      font-size: 120px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -60px;
      margin-top: -65px; }
  .game_grid .game_cell .game_cell_tools {
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease, top 0.2s ease;
    -moz-transition: opacity 0.2s ease, top 0.2s ease;
    -ms-transition: opacity 0.2s ease, top 0.2s ease;
    transition: opacity 0.2s ease, top 0.2s ease; }
    .ie .game_grid .game_cell .game_cell_tools {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    .game_grid .game_cell .game_cell_tools .action_btn {
      -moz-user-select: none;
      -webkit-user-select: none;
      user-select: none;
      display: inline-block;
      background: black;
      background: rgba(30, 30, 30, 0.5);
      color: #eee;
      font-size: 12px;
      border: 1px solid rgba(10, 10, 10, 0.5);
      border-radius: 2px;
      padding: 2px 4px;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
      cursor: pointer;
      box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
      margin-bottom: 10px;
      text-decoration: none;
      border: 4px solid #DD4A4A;
      background: rgba(30, 30, 30, 0.8);
      font-size: 14px;
      box-shadow: none;
      border-radius: 3px; }
      .game_grid .game_cell .game_cell_tools .action_btn .icon {
        margin-right: 5px; }
      .game_grid .game_cell .game_cell_tools .action_btn:hover {
        background: rgba(38, 38, 38, 0.5); }
      .game_grid .game_cell .game_cell_tools .action_btn:hover {
        border-color: #e15f5f;
        background: rgba(40, 40, 40, 0.8); }
  .game_grid .game_cell:hover .game_cell_tools {
    top: 10px;
    opacity: 1; }
    .ie .game_grid .game_cell:hover .game_cell_tools {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .game_grid .game_cell.image_loading .game_cell_tools {
    opacity: 0; }
    .ie .game_grid .game_cell.image_loading .game_cell_tools {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .game_grid .game_cell .thumb_link {
    text-decoration: none; }
  .game_grid .game_cell .game_title {
    font-size: 18px;
    margin-top: 10px;
    line-height: 24px;
    margin-bottom: 3px; }
    .game_grid .game_cell .game_title a.title {
      font-weight: bold;
      text-decoration: none;
      margin-right: 6px; }
  .game_grid .game_cell .game_author {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    margin-bottom: 6px; }
    .game_grid .game_cell .game_author a {
      color: #666;
      text-decoration: none; }
      .game_grid .game_cell .game_author a:hover {
        text-decoration: underline; }
  .game_grid .game_cell .game_genre, .game_grid .game_cell .game_platform, .game_grid .game_cell .game_text, .game_grid .game_cell .game_sale {
    font-size: 14px;
    margin-bottom: 2px;
    color: #999; }
  .game_grid .game_cell .game_sale {
    font-weight: bold;
    color: #333; }
  .game_grid .game_cell .game_text {
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .game_grid .game_cell .price_flag {
    display: inline-block;
    vertical-align: top;
    height: 18px;
    line-height: 18px;
    background: #24C091;
    color: white;
    text-shadow: 1px 1px 1px #1c956f;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 13px; }
    .game_grid .game_cell .price_flag .icon {
      vertical-align: top;
      margin-left: 5px; }
    .game_grid .game_cell .price_flag:hover {
      background: #26c995; }
    .game_grid .game_cell .price_flag:active {
      background: #22b788; }
  .game_grid .game_cell .sale_flag {
    display: inline-block;
    vertical-align: top;
    background: #FFC200;
    height: 22px;
    border-radius: 3px; }
    .game_grid .game_cell .sale_flag:hover {
      background: #ffc929; }
      .game_grid .game_cell .sale_flag:hover .price_flag {
        background: #26c995; }
    .game_grid .game_cell .sale_flag .price_flag {
      border-radius: 3px 0 0 3px;
      border-right: 1px solid #67e3bc; }
    .game_grid .game_cell .sale_flag .sale_amount {
      display: inline-block;
      vertical-align: top;
      height: 18px;
      line-height: 18px;
      padding: 2px 6px;
      font-size: 13px;
      color: white;
      text-shadow: 1px 1px 1px #b38600;
      border-left: 2px solid #E2AC00; }
      .game_grid .game_cell .sale_flag .sale_amount:first-child {
        border-left: 0; }

.game_list {
  white-space: nowrap; }
  .game_list .game_cell {
    width: 200px;
    white-space: normal;
    margin-bottom: 20px; }
    .game_list .game_cell .game_thumb {
      width: 200px;
      height: 158px; }
    .game_list .game_cell .price_flag, .game_list .game_cell .game_text, .game_list .game_cell .game_genre, .game_list .game_cell .game_platform, .game_list .game_cell .game_sale {
      display: none; }

.lightbox.upload_lightbox.not_closable .close_button {
  display: none; }
.lightbox.upload_lightbox h2 {
  border-bottom: 1px solid #dadada;
  margin: 0;
  margin-bottom: 20px;
  padding: 40px;
  padding-bottom: 20px;
  padding-top: 0;
  margin-top: 30px; }
.lightbox.upload_lightbox iframe {
  border: 0;
  margin: 20px 40px;
  width: 400px;
  height: 100px; }

body.upload_layout {
  background: white; }

.manual_upload.show_size_error .size_error {
  display: block; }
.manual_upload.show_type_error .type_error {
  display: block; }
.manual_upload.uploading .manual_upload_progress {
  display: block; }
.manual_upload.uploading .manual_upload_form {
  display: none; }
.manual_upload button {
  margin-top: 10px; }
.manual_upload .manual_upload_progress {
  display: none;
  text-align: center;
  width: 350px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
  color: #444; }
  .manual_upload .manual_upload_progress .loading_block {
    border: 1px solid #dadada;
    border-radius: 2px;
    padding: 10px 0; }
.manual_upload .form_errors {
  margin-bottom: 10px;
  display: none; }

/**
 * Farbtastic Color Picker 1.2
 * © 2008 Steven Wittens
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
.farbtastic {
  position: relative; }

.farbtastic * {
  position: absolute;
  cursor: crosshair; }

.farbtastic, .farbtastic .wheel {
  width: 195px;
  height: 195px; }

.farbtastic .color, .farbtastic .overlay {
  top: 47px;
  left: 47px;
  width: 101px;
  height: 101px; }

.farbtastic .wheel {
  background: url(/static/lib/farbtastic/wheel.png) no-repeat;
  width: 195px;
  height: 195px; }

.farbtastic .overlay {
  background: url(/static/lib/farbtastic/mask.png) no-repeat; }

.farbtastic .marker {
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  overflow: hidden;
  background: url(/static/lib/farbtastic/marker.png) no-repeat; }

.antiscroll-wrap {
  position: relative;
  overflow: hidden; }

.antiscroll-scrollbar {
  background: gray;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 1px #fff;
  -moz-box-shadow: 0 0 1px #fff;
  box-shadow: 0 0 1px #fff;
  position: absolute;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: linear 300ms opacity;
  -moz-transition: linear 300ms opacity;
  -o-transition: linear 300ms opacity; }

.antiscroll-scrollbar-shown {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); }

.antiscroll-scrollbar-horizontal {
  height: 7px;
  margin-left: 2px;
  bottom: 2px;
  left: 0; }

.antiscroll-scrollbar-vertical {
  width: 7px;
  margin-top: 2px;
  right: 2px;
  top: 0; }

.antiscroll-inner {
  overflow: scroll; }

/** A bug in Chrome 25 on Lion requires each selector to have their own
    blocks. E.g. the following:

    .antiscroll-inner::-webkit-scrollbar, .antiscroll-inner::scrollbar {...}

    causes the width and height rules to be ignored by the browser resulting
    in both native and antiscroll scrollbars appearing at the same time.
 */
.antiscroll-inner::-webkit-scrollbar {
  width: 0;
  height: 0; }

.antiscroll-inner::scrollbar {
  width: 0;
  height: 0; }

.appearance_editor {
  border-right: 2px solid white;
  position: absolute;
  z-index: 2;
  top: 0;
  left: -2px;
  width: 0;
  color: white;
  background: #333;
  overflow: hidden;
  -webkit-transition: width 0.15s ease-in-out, left 0.15s ease-in-out;
  -moz-transition: width 0.15s ease-in-out, left 0.15s ease-in-out;
  -ms-transition: width 0.15s ease-in-out, left 0.15s ease-in-out;
  transition: width 0.15s ease-in-out, left 0.15s ease-in-out; }
  .appearance_editor.animating {
    overflow: hidden; }
  .appearance_editor .appearance_editor_inner {
    *zoom: 1;
    min-width: 200px; }
    .appearance_editor .appearance_editor_inner:before, .appearance_editor .appearance_editor_inner:after {
      content: " ";
      display: table; }
    .appearance_editor .appearance_editor_inner:after {
      clear: both; }
  .show_appearance_editor .appearance_editor {
    width: 220px;
    left: 0px;
    overflow: visible; }
    .show_appearance_editor .appearance_editor.animating {
      overflow: hidden; }
  .appearance_editor input {
    font-family: Lato, sans-serif; }
    .appearance_editor input:focus {
      outline: none; }
  .appearance_editor h2 {
    margin-top: 15px;
    padding: 0 20px 15px 20px;
    font-weight: normal;
    font-size: 20px;
    border-bottom: 2px solid #4d4d4d; }
    .appearance_editor h2.appearance_header {
      margin-top: 0;
      padding: 13px 20px 13px;
      background: #2E2E2E;
      border-bottom: 2px solid #4d4d4d;
      box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.2);
      color: #DADADA; }
      .appearance_editor h2.appearance_header .close_btn {
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        cursor: pointer;
        float: right;
        color: #666; }
        .appearance_editor h2.appearance_header .close_btn:hover {
          color: #999; }
  .appearance_editor .button_row {
    border-top: 2px solid #4d4d4d;
    padding: 15px 20px 0 20px;
    margin: 25px 0 15px 0; }
    .appearance_editor .button_row .button {
      font-size: 16px; }
    .appearance_editor .button_row a {
      margin-left: 10px;
      color: #999999; }
      .appearance_editor .button_row a:hover {
        color: #b3b3b3; }
  .appearance_editor .input_row {
    margin: 15px 20px 25px 20px; }
    .appearance_editor .input_row .label {
      font-weight: bold;
      font-size: 13px;
      color: #999999; }
    .appearance_editor .input_row .checkbox {
      margin: 0;
      margin-right: 5px;
      vertical-align: middle; }
  .appearance_editor .has_flyout {
    position: relative; }
    .appearance_editor .has_flyout.flyout_open {
      border-radius: 8px 0 0 8px;
      padding-right: 15px; }
      .appearance_editor .has_flyout.flyout_open .text_popout {
        width: 300px; }
    .appearance_editor .has_flyout .input_flyout {
      z-index: 2;
      position: absolute;
      left: 100%;
      top: 0;
      border-radius: 0 8px 8px 8px;
      padding: 5px 10px;
      box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
      width: 0;
      background: #F5F5F5;
      color: #333;
      overflow: hidden;
      opacity: 0;
      -webkit-transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out;
      -moz-transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out;
      -ms-transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out; }
      .ie .appearance_editor .has_flyout .input_flyout {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
      .appearance_editor .has_flyout .input_flyout .close_btn {
        position: absolute;
        padding: 5px 10px;
        z-index: 5;
        font-weight: bold;
        color: #999;
        font-size: 18px;
        top: 0;
        right: 0;
        cursor: pointer;
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none; }
        .appearance_editor .has_flyout .input_flyout .close_btn:hover {
          background: #ddd; }
        .appearance_editor .has_flyout .input_flyout .close_btn:active {
          background: #d5d5d5; }
      .appearance_editor .has_flyout .input_flyout.open {
        opacity: 1; }
        .ie .appearance_editor .has_flyout .input_flyout.open {
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .appearance_editor .text_field {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #F5F5F5;
    border-radius: 8px;
    padding: 10px;
    margin-top: 8px;
    color: #333;
    width: 135px;
    overflow: hidden; }
    .appearance_editor .text_field.open {
      box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
      width: 500px; }
      .appearance_editor .text_field.open textarea {
        height: 180px; }
    .appearance_editor .text_field textarea {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-transition: height 0.2s ease;
      -moz-transition: height 0.2s ease;
      -ms-transition: height 0.2s ease;
      transition: height 0.2s ease;
      width: 500px;
      height: 80px;
      background: white;
      resize: none;
      border: 1px solid #dadada; }
  .appearance_editor .color_picker {
    display: inline-block;
    background: #F5F5F5;
    border-radius: 8px;
    color: #333;
    margin-top: 8px;
    position: relative;
    padding-right: 0;
    -webkit-transition: padding-right 0.1s ease-in-out, border-radius 0.05s ease-in-out;
    -moz-transition: padding-right 0.1s ease-in-out, border-radius 0.05s ease-in-out;
    -ms-transition: padding-right 0.1s ease-in-out, border-radius 0.05s ease-in-out;
    transition: padding-right 0.1s ease-in-out, border-radius 0.05s ease-in-out; }
    .appearance_editor .color_picker .color_input, .appearance_editor .color_picker .color_preview {
      display: inline-block;
      vertical-align: top;
      height: 40px;
      line-height: 40px; }
    .appearance_editor .color_picker .color_input {
      font-weight: bold; }
      .appearance_editor .color_picker .color_input input {
        border: 0;
        color: #333;
        font-weight: bold;
        font-size: 14px;
        width: 70px;
        background: #F5F5F5;
        padding: 0 10px; }
    .appearance_editor .color_picker .color_preview {
      -webkit-transition: box-shadow 0.2s ease-in-out;
      -moz-transition: box-shadow 0.2s ease-in-out;
      -ms-transition: box-shadow 0.2s ease-in-out;
      transition: box-shadow 0.2s ease-in-out;
      background: #e61919;
      width: 50px;
      height: 28px;
      margin: 6px 8px;
      border-radius: 7px;
      cursor: pointer;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0); }
      .appearance_editor .color_picker .color_preview.is_bright {
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
    .appearance_editor .color_picker .input_flyout.open {
      width: 195px; }
  .appearance_editor .image_picker.has_image .image_preview {
    display: block; }
  .appearance_editor .image_picker.has_image .with_image_tools {
    display: block; }
  .appearance_editor .image_picker .image_settings {
    margin-top: 10px; }
  .appearance_editor .image_picker .with_image_tools {
    display: none;
    margin-bottom: 10px; }
    .appearance_editor .image_picker .with_image_tools .remove_image_btn {
      font-size: 13px;
      color: #ddd; }
  .appearance_editor .image_picker .image_preview {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 4px;
    margin: 10px 0;
    border: 2px solid white;
    box-shadow: inset 0 0 0 2px black;
    width: 156px;
    height: 80px; }

.user_tools {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  margin-top: 10px;
  margin-right: 10px;
  text-align: right; }
  .user_tools .action_btn {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    display: inline-block;
    background: black;
    background: rgba(30, 30, 30, 0.5);
    color: #eee;
    font-size: 12px;
    border: 1px solid rgba(10, 10, 10, 0.5);
    border-radius: 2px;
    padding: 2px 4px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 14px; }
    .user_tools .action_btn .icon {
      margin-right: 5px; }
    .user_tools .action_btn:hover {
      background: rgba(38, 38, 38, 0.5); }
  .user_tools .follow_user_btn.animate_bounce, .user_tools .follow_user_btn.animate_drop_down {
    pointer-events: none; }
  .user_tools .follow_user_btn.is_following:hover .unfollow_label {
    display: inline; }
  .user_tools .follow_user_btn.is_following:hover .on_unfollow {
    display: none; }
  .user_tools .follow_user_btn.is_following .on_unfollow {
    display: inline; }
  .user_tools .follow_user_btn.is_following .on_follow {
    display: none; }
  .user_tools .follow_user_btn .on_unfollow, .user_tools .follow_user_btn .unfollow_label {
    display: none; }
  @media (max-width: 1300px) {
    .user_tools {
      position: absolute; }
      .user_tools .action_btn {
        font-size: 12px; } }

body {
  font-family: Lato, sans-serif;
  font-size: 14px;
  color: #222;
  background: #FAFAFA; }

.inner_column {
  width: 960px;
  margin: 0 auto; }

.user_page_wrap {
  -webkit-transition: margin-left 0.15s ease-in-out;
  -moz-transition: margin-left 0.15s ease-in-out;
  -ms-transition: margin-left 0.15s ease-in-out;
  transition: margin-left 0.15s ease-in-out;
  min-width: 960px; }
  .show_appearance_editor .user_page_wrap {
    margin-left: 220px; }

.header {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .has_banner .header .image_header {
    display: block; }
  .has_banner .header .text_header {
    display: none; }
  .header .image_header {
    display: none;
    text-align: center; }
    .header .image_header img.full_width {
      width: 100%; }

.view_user.mode_column .columns {
  font-size: 0;
  min-height: 400px; }
.view_user.mode_column .profile_column {
  width: 604px; }
.view_user.mode_column .game_column, .view_user.mode_column .profile_column {
  display: inline-block;
  vertical-align: top;
  font-size: 13px; }
.view_user.mode_column .game_column {
  width: 315px;
  padding-left: 40px; }
  .view_user.mode_column .game_column .empty_message {
    margin-top: 20px;
    color: #666; }
.view_user.mode_column .user_game_grid .game_cell {
  width: 315px;
  margin-bottom: 40px;
  padding-bottom: 10px; }
.view_user.mode_grid .user_profile {
  margin-right: 0; }
.view_user.mode_grid .user_game_grid {
  text-align: center; }
.view_user .game_cell .game_author {
  display: none; }
.view_user .game_cell .game_text {
  white-space: normal; }
.view_user h1 {
  font-size: 34px;
  font-weight: normal;
  margin: 40px 0 5px 0; }
.view_user .user_website, .view_user .user_twitter {
  font-size: 16px; }
.view_user .user_links {
  margin-bottom: 20px;
  line-height: 1.5; }
.view_user .user_profile {
  margin-right: 40px; }

.admin_panel {
  background: #333;
  color: white;
  position: relative;
  border-bottom: 2px solid white;
  font-size: 16px; }
  .admin_panel a {
    color: pink; }
  .admin_panel .admin_panel_inner {
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    width: 960px; }

.purchased_games, .collection_row {
  border-top: 1px solid #dadada;
  padding: 10px 0 0 0; }
  .purchased_games .game_list, .collection_row .game_list {
    padding-top: 5px;
    padding-left: 10px; }
  .purchased_games h2, .collection_row h2 {
    margin-bottom: 10px; }
    .purchased_games h2 a, .collection_row h2 a {
      color: inherit !important;
      text-decoration: none; }
      .purchased_games h2 a:hover, .collection_row h2 a:hover {
        text-decoration: underline; }

.footer {
  border-top: 1px solid #dadada;
  margin-bottom: 20px;
  font-size: 12px; }
  .footer .footer_inner {
    width: 960px;
    padding-top: 10px;
    margin: 0 auto; }

.appearance_editor .game_order_picker {
  margin-top: 10px; }
  .appearance_editor .game_order_picker .game_order_row {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
    border-bottom: 1px solid #4D4D4D;
    background: transparent;
    margin-bottom: 5px;
    padding: 4px 0;
    padding-left: 25px;
    color: #d9d9d9;
    position: relative;
    cursor: ns-resize; }
    .appearance_editor .game_order_picker .game_order_row:before {
      content: " ";
      position: absolute;
      background-image: url("/static/images/handle.png");
      width: 18px;
      height: 16px;
      top: 4px;
      left: 0; }
    .appearance_editor .game_order_picker .game_order_row.ui-sortable-helper {
      background: #404040; }

.user_tools .action_btn.disabled {
  opacity: 0.5;
  cursor: default; }
.has_admin_panel .user_tools {
  top: 50px; }
