body {
  background: #FFF;
  color: #333;
  padding-top: 50px; }

.vertical-centered {
  display: flex;
  align-items: center; }

.centered {
  text-align: center; }

.markdown img {
  display: block;
  margin: 0 auto; }

.btn-download, .btn-download:hover {
  color: #fff;
  background-color: #556ADA;
  border-color: #556ADA;
  transition: background .3s ease-in-out; }

.btn-follow, .btn-follow:hover {
  color: #fff;
  background-color: #CA4242;
  border-color: #CA4242;
  transition: background .3s ease-in-out; }

.btn-download-home {
  color: #fff;
  background-color: #bbb;
  border-color: #bbb;
  transition: background .3s ease-in-out; }

.btn-download-home:hover {
  color: #fff;
  background-color: #556ADA;
  border-color: #556ADA; }

.btn-follow-home {
  color: #fff;
  background-color: #bbb;
  border-color: #bbb;
  transition: background .3s ease-in-out; }

.btn-follow-home:hover {
  color: #fff;
  background-color: #CA4242;
  border-color: #CA4242; }

.btn-miscellaneous, .btn-miscellaneous:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
  transition: background .3s ease-in-out; }

input[type="text"], input[type="password"], input[type="email"] {
  border-radius: 0; }

footer {
  padding-top: 20px;
  padding-bottom: 20px; }

.error-banner {
  height: 800px;
  background-size: cover;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
  padding-top: 250px; }
  .error-banner h3 {
    font-size: 38pt; }
  .error-banner .btn {
    width: 250px;
    border-radius: 0;
    font-size: 14pt;
    text-shadow: none; }

.well h1 {
  margin: 0;
  padding: 0; }

.well.danger {
  background-color: #F2DEDE;
  margin: 0; }

.well.success {
  background-color: #DFF0D8;
  margin: 0; }

.well.info {
  background-color: #D9EDF7;
  margin: 0; }

.well.warning {
  background-color: #FCF8E3;
  margin: 0; }

.alert-fixed {
  position: fixed;
  top: 30px;
  width: 600px;
  margin-left: -300px;
  left: 50%;
  z-index: 9999; }

.no-margin {
  margin: 0; }

.btn {
  position: relative; }
  .btn .progress {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.2s linear; }
    .btn .progress.active {
      opacity: 1; }
  .btn .progress-label {
    position: relative;
    z-index: 2; }

.CodeMirror {
  background-color: #fff;
  color: #000; }

.edit-list .CodeMirror {
  height: 150px; }

.admin-container .pagination {
  margin: 10px 0; }

.admin-container .pagination > li > a {
  width: 8ex;
  text-align: center; }

.twitter-typeahead {
  display: block !important; }

.tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100px;
  z-index: 1000;
  float: left;
  min-width: 250px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

.tt-suggestion > p {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap; }

.tt-suggestion > p:hover,
.tt-suggestion > p:focus,
.tt-suggestion.tt-cursor p {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.navbar ::-webkit-input-placeholder,
.navbar :-moz-placeholder,
.navbar ::-moz-placeholder,
.navbar :-ms-input-placeholder,
.navbar ::placeholder {
  color: #ddd; }

.navbar {
  margin-bottom: 0;
  background-color: #1d3c8e;
  /* #1D3C8E */
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif; }

.navbar-brand {
  font-weight: 700;
  width: 195px;
  height: 43px;
  padding: 3px 0px 0px 0px; }

.navbar-brand:focus {
  outline: 0; }

.navbar .nav li a {
  transition: background 0.3s ease-in-out;
  color: #fff; }

.navbar .nav li a:hover,
.navbar .nav li a:focus,
.navbar .nav .active {
  outline: 0;
  background-color: rgba(255, 255, 255, 0.5); }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: #1D3C8E; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #1d3c8e;
  /* #1D3C8E */
  background-clip: padding-box;
  border: 1px solid #1d3c8e;
  /* #1D3C8E */
  border: 1px solid #1d3c8e;
  /* #1D3C8E */
  border-radius: 4px;
  color: #fff; }

.dropdown-menu .divider:nth-of-type(1) {
  display: none; }

.custom-search-form {
  margin: 0;
  margin-top: 0;
  padding: 0; }

.custom-search-form input {
  padding: 15px;
  margin-bottom: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.5);
  border: none; }

.custom-search-form button {
  border: 0;
  background: none;
  padding: 2px 5px;
  margin-top: 2px;
  position: relative;
  left: -28px;
  margin-bottom: 0;
  border-radius: 3px; }

.search-query:focus + button {
  z-index: 3; }

.dropdown-menu > li > a {
  color: #fff; }

.navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #fff; }

.navbar-toggle:focus, .navbar-toggle:active {
  outline: 0; }

.navbar .search-box {
  padding: 10px;
  margin-bottom: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.52);
  border: none;
  color: #000;
  color: #333;
  box-shadow: none;
  transition: box-shadow 0.2s linear; }
  .navbar .search-box:active, .navbar .search-box:focus {
    box-shadow: 0 0 2px 2px #444; }

.nav input {
  padding: 10px;
  margin-bottom: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.52);
  border: none;
  color: #000;
  color: #333;
  box-shadow: none;
  transition: box-shadow 0.2s linear;
  width: 90%;
  margin-left: 5%;
  margin-top: 10px; }
  .nav input:active, .nav input:focus {
    box-shadow: 0 0 2px 2px #444; }

.nav .checkbox {
  line-height: 36px;
  height: 15px;
  padding-left: 40px; }
  .nav .checkbox input {
    width: inherit; }

.nav .dropdown input.btn,
.nav .dropdown button.btn {
  padding: 10px;
  margin-bottom: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.52);
  border: none;
  width: 80%;
  margin-left: 10%;
  color: #000;
  margin-top: 10px;
  color: #333; }

@media (min-width: 768px) {
  .navbar-form {
    float: right; }
  .navbar {
    padding: 0;
    border-bottom: 0;
    letter-spacing: 1px; }
  .navbar .top-nav-collapse {
    border-bottom: 1px solid rgba(0, 0, 0, 0); } }

@media (min-width: 768px) and (max-width: 992px) {
  .navbar-brand {
    padding-right: 10px; }
  .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px; }
  .navbar-search {
    padding: 0 6px; } }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent; }

.search-tips {
  font: 4mm "glacial_indifferenceregular";
  text-transform: none;
  letter-spacing: normal;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 55px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.5s ease; }
  @media (max-width: 767px) {
    .search-tips {
      left: 2px;
      right: 2px; } }
  @media (min-width: 768px) {
    .search-tips {
      left: 15%;
      right: 30%; } }
  .search-tips code {
    white-space: nowrap; }

.search-tips-button {
  float: left; }

.search-tips-visible {
  visibility: visible;
  opacity: 1; }

@media (max-width: 767px) {
  form.navbar-form.navbar-search div.form-group input.form-control.search-box {
    margin-left: 1ex;
    width: auto; } }

@media (min-width: 768px) {
  /* On mobile you get a button. On desktop you get hover. */
  .search-tips-button {
    display: none; }
  #form-mod-search:focus-within .search-tips {
    visibility: visible;
    opacity: 1; } }

.timeline-centered {
  position: relative;
  margin-bottom: 0; }

.timeline-centered:before, .timeline-centered:after {
  content: " ";
  display: table; }

.timeline-centered:after {
  clear: both; }

.timeline-centered:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  background-color: #1184aa;
  border: none;
  top: 20px;
  bottom: 30px;
  margin-left: 28px; }

.timeline-centered .timeline-entry {
  position: relative;
  margin-top: 5px;
  margin-left: 30px;
  margin-bottom: 10px;
  clear: both; }
  .timeline-centered .timeline-entry:last-child {
    margin-bottom: 0; }

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
  content: " ";
  display: table; }

.timeline-centered .timeline-entry:after {
  clear: both; }

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
  content: " ";
  display: table; }

.timeline-centered .timeline-entry:after {
  clear: both; }

.timeline-centered .timeline-entry.begin {
  margin-bottom: 0; }

.timeline-centered .timeline-entry.left-aligned {
  float: left; }

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
  margin-left: 0;
  margin-right: -18px; }

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
  left: auto;
  right: -100px;
  text-align: left; }

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
  float: right; }

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
  margin-left: 0;
  margin-right: 70px; }

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -9px;
  transform: rotate(180deg); }

.timeline-centered .timeline-entry .timeline-entry-inner {
  position: relative;
  margin-left: -20px; }

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: " ";
  display: table; }

.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both; }

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: " ";
  display: table; }

.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
  position: absolute;
  left: -100px;
  text-align: right;
  padding: 10px;
  box-sizing: border-box; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
  display: block; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
  font-size: 15px;
  font-weight: 700; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
  font-size: 12px; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
  background-color: #1184aa;
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  background-clip: padding-box;
  border: none;
  text-align: center;
  box-shadow: none;
  float: left; }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon .glyphicon, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon .fa {
    font-size: 22px;
    line-height: 40px; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
  background-color: #303641;
  color: #fff; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
  background-color: #ee4749;
  color: #fff; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
  background-color: #fad839;
  color: #fff; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-normal {
  background-color: green;
  color: #fff; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
  position: relative;
  background: #F5F5F5;
  padding: 1em;
  margin-left: 45px;
  background-clip: padding-box;
  border-radius: 3px; }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    font-family: "Noto Sans",sans-serif;
    font-size: 12px;
    margin: 0; }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
    margin-top: 15px; }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
    color: #333333;
    font-family: "Noto Sans",sans-serif;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
    top: -5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
      color: #333333;
      text-decoration: underline; }
      .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a:hover {
        text-decoration: none; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent;
  left: 0;
  top: 10px;
  margin-left: -9px; }

div.timeline-end, .timeline-hide-end {
  background-color: #F5F5F5; }

.thumbnail {
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0;
  border-radius: 0; }
  .thumbnail .header-img {
    background-size: 100% auto;
    display: block; }

.item {
  margin-bottom: 5mm;
  position: relative;
  display: block;
  padding: 0;
  background: #fff;
  border: 1px solid #fff; }
  .item .flip-container, .item .changer, .item .thumbnail {
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    box-sizing: border-box; }
  .item .thumbnail {
    left: 10px;
    right: 10px; }
  .item .changer, .item .flip-container {
    left: 0;
    right: 0; }
  .item .mod-hdr, .item .back .mod-ftr {
    background: rgba(0, 17, 22, 0.6); }
  .item .mod-hdr, .item .mod-ftr {
    color: #fff;
    font-size: 3mm;
    position: absolute;
    right: 0; }
  .item .mod-ftr {
    left: 0;
    height: 30px;
    padding: 5px 6px; }
  .item .header-img, .item .header-img-link {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0; }
  .item .mod-hdr {
    top: 0;
    padding: 3px;
    text-align: right; }
  .item .mod-ftr, .item .header-img {
    bottom: 40px; }
  .item .header-img-link {
    bottom: 0; }
  .item h2 {
    font-size: 18pt;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .item .btn-primary {
    border-radius: 0; }
  .item .follow-mod-button, .item .unfollow-mod-button, .item .following-mod-indicator,
  .item .download-link, .item .locked-mod-indicator,
  .item .lower-feature-priority-button, .item .raise-feature-priority-button {
    text-decoration: none;
    font-size: 20px;
    margin-top: -2px;
    color: #07acd2; }
  .item .follow-mod-button, .item .unfollow-mod-button, .item .following-mod-indicator, .item .locked-mod-indicator {
    float: left;
    margin-right: 5px; }
  .item .following-mod-indicator,
  .item .unfollow-mod-button,
  .item .follow-mod-button {
    display: none; }
  .item.following-mod .following-mod-indicator,
  .item.following-mod .unfollow-mod-button,
  .item.not-following-mod .follow-mod-button {
    display: block; }
  .item .front .following-mod, .item .front .not-following-mod {
    text-shadow: 0 0 4px rgba(0, 17, 22, 0.7); }
  .item .download-link {
    float: right;
    margin-right: -4px; }
  .item img {
    float: left; }
  .item .thumbnail {
    margin-bottom: 0;
    text-align: center; }
  .item .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 9px;
    color: #333;
    overflow: hidden;
    padding: 9px 9px 0; }
  .item .caption h2 {
    font-size: 18pt;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .item:nth-of-type(odd):hover, .item:hover {
    background: #fff; }
  .item:nth-of-type(odd) {
    background: #fff; }
  .item:before, .item:after {
    display: table;
    content: " "; }
  .item:after {
    clear: both; }

.item-text {
  margin: 0 0 11px; }

.item.packbox .mod-ftr, .item.packbox .header-img {
  bottom: 80px; }

@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }

.dropzone.dz-clickable {
  cursor: pointer; }

.dropzone.dz-clickable * {
  cursor: default; }

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer; }

.dropzone.dz-started .dz-message {
  display: none; }

.dropzone.dz-drag-hover {
  border-style: solid; }

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5; }

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0; }

.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit; }

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px; }

.dropzone .dz-preview:hover {
  z-index: 1000; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd); }

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-image-preview {
  background: white; }

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none; }

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%; }

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px; }

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap; }

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis; }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent; }

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px; }

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px); }

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10; }

.dropzone .dz-preview .dz-image img {
  display: block; }

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px; }

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px; }

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in; }

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite; }

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden; }

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out; }

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block; }

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto; }

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white; }

.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626; }

.header {
  background-position: center center;
  background-size: cover;
  height: 400px; }

.lead {
  padding: 10px 0;
  margin-bottom: 0; }
  .lead h1 {
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .lead .btn {
    border-radius: 0; }

.info-list {
  background: #333;
  color: #fff;
  padding-top: 10px; }

.mod-tabs {
  position: relative;
  display: flex; }
  .mod-tabs a {
    border-radius: 0;
    flex-grow: 1;
    font-size: 14pt;
    border: none; }

.tab-container {
  position: relative; }
  .tab-container .mod-tabs {
    z-index: 1; }
  .tab-container.no-sides:before {
    display: none; }
  .tab-container.no-sides:after {
    display: none; }
  .tab-container:before {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #428BCA;
    z-index: 0;
    content: ''; }
  .tab-container:after {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #5BC0DE;
    z-index: 0;
    content: ''; }

#changelog p {
  color: #000; }

#changelog .timeline-centered:before {
  background-color: #ddd; }

#changelog .timeline-icon {
  margin-top: 8px; }

#changelog .timeline-label h2 {
  color: #000;
  font-size: 18pt; }
  #changelog .timeline-label h2 small {
    font-size: 12pt; }

.chart-key {
  margin: 0;
  padding: 0;
  list-style: none; }
  .chart-key li {
    display: inline;
    margin-right: 5px; }
    .chart-key li .key-color {
      display: inline-block;
      height: 8px;
      line-height: 12px;
      width: 20px;
      margin-right: 5px; }

.header.upload-well {
  padding-top: 150px;
  text-align: center;
  position: relative; }
  .header.upload-well h2 {
    padding: 0; }
  .header.upload-well input {
    display: none; }
  .header.upload-well .directions {
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
    color: #fff;
    z-index: 1; }
  .header.upload-well a, .header.upload-well p.status {
    font-size: 24pt;
    text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
    position: relative;
    color: #fff;
    z-index: 1; }
  .header.upload-well .upload-progress {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(50, 50, 50, 0.5);
    opacity: 1;
    transition: opacity 0.5s linear; }
    .header.upload-well .upload-progress.fade-out {
      opacity: 0; }

.tab-content img {
  max-width: 100%; }

.md-well p {
  margin: 10px 0 10px; }

.pack-item {
  padding: 20px;
  margin: 20px 0; }
  .pack-item .btn {
    border-radius: 0; }

.profile-right-half .CodeMirror {
  height: 28em; }

.following-mods-list {
  max-height: 15em;
  overflow-y: auto; }

.row.following-mod:nth-of-type(odd) {
  background-color: #f5f5f5; }

.help-block {
  display: none; }

.form-group.has-error .help-block {
  display: block; }

.following-mod-indicator,
.unfollow-mod-button,
.follow-mod-button {
  display: none; }

.following-mod .following-mod-indicator,
.following-mod .unfollow-mod-button,
.not-following-mod .follow-mod-button {
  display: block; }

.upload-mod {
  border: 5px dotted #ccc;
  background: inherit;
  font-size: x-large; }
  .upload-mod a:hover, .upload-mod p:hover {
    text-decoration: none; }
