/*! Custom styles for this template */
.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(16, 16, 16, 0.78) url(/panel/img/loader.gif) no-repeat center; }
  .loader.disabled {
    visibility: hidden; }
  .loader.enabled {
    visibility: visible; }
  .loader .progress {
    width: 50%;
    margin: 45px auto auto -25%;
    position: absolute;
    top: 50%;
    left: 50%; }
  .loader .progress-bar {
    background-color: #d00000 !important; }

.flags {
  background-color: #eaeaea;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0; }
  .flags ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .flags li {
    margin: 3px;
    padding: 0;
    display: inline-block; }

table.table small {
  color: #ccc; }

table.table tr:hover td {
  background-color: #ffebeb; }

.prior-1 {
  color: #d4d4d4; }

.prior-10 {
  color: red; }

.bar-pieces {
  display: block; }
  .bar-pieces .piece {
    display: inline-block;
    height: 100%;
    text-align: center;
    overflow: hidden; }
    .bar-pieces .piece small {
      font-size: .9rem;
      position: relative;
      bottom: 1px;
      opacity: 0;
      transition: opacity .2s linear;
      cursor: default; }
    .bar-pieces .piece:hover small {
      opacity: 1; }

.like-link {
  color: #d9230f; }

.blocked-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
  z-index: 999; }
  .blocked-overlay .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px; }
  .blocked-overlay.enabled {
    display: block;
    visibility: visible;
    opacity: .8; }

.card .templates {
  display: none; }

.file-uploader {
  width: 100%;
  height: 100px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px; }
  .file-uploader input[type="file"] {
    display: none; }
  .file-uploader .loading {
    border: 1px solid #cacaca;
    background-color: #e8e8e8;
    display: none;
    height: 100px; }
  .file-uploader .selected-file {
    display: none;
    height: 100px;
    width: 100%;
    position: relative; }
    .file-uploader .selected-file .file-type {
      width: 100%;
      height: 100%;
      background-color: #474949; }
      .file-uploader .selected-file .file-type .remove {
        position: absolute;
        top: 1px;
        right: 3px;
        cursor: pointer;
        font-size: 1.5rem; }
        .file-uploader .selected-file .file-type .remove:hover {
          color: #fff; }
      .file-uploader .selected-file .file-type .icon-uploaded-type {
        color: #fff;
        font-size: 3rem;
        margin-bottom: 3px;
        margin-top: 33px; }
      .file-uploader .selected-file .file-type .info {
        text-align: center;
        color: white;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 10px;
        padding-right: 10px; }
  .file-uploader .empty {
    width: 100%;
    height: 100px;
    border: 1px solid #cacaca;
    background-color: #e8e8e8;
    cursor: pointer; }
    .file-uploader .empty .icon {
      margin-top: 33px;
      color: #cacaca;
      font-size: 3rem; }
    .file-uploader .empty:hover {
      border-color: #989898; }
      .file-uploader .empty:hover .icon {
        color: #989898; }

.upload-info-container {
  margin-top: 10px; }

.login-footer-muted .layout-footer-body {
  padding-top: 40px;
  text-align: center;
  font-size: 1.2rem;
  color: #b1b1b1; }
  .login-footer-muted .layout-footer-body .version {
    margin-right: 30px; }
  .login-footer-muted .layout-footer-body a {
    color: #b1b1b1;
    text-decoration: underline; }
    .login-footer-muted .layout-footer-body a:hover {
      text-decoration: none; }

.d-block {
  display: block; }

html {
  display: table;
  height: 100%;
  width: 100%; }

body {
  display: table-cell;
  vertical-align: middle; }

.login {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  margin-left: auto;
  margin-right: auto;
  max-width: 360px; }

.login-body {
  padding: 30px;
  position: relative; }

.login.wide {
  max-width: 800px; }

.login-brand {
  display: block;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 140px; }

.login-heading {
  font-weight: 300;
  margin-bottom: 15px;
  margin-top: 30px;
  text-align: center; }

.login-footer {
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center; }

.md-custom-controls {
  padding-bottom: 0;
  padding-top: 0; }

.questions small {
  color: #cacaca; }

.questions p.question-text {
  color: #525252;
  font-size: 1.5rem; }

.questions .answer .go-reply {
  color: #d9230f; }
  .questions .answer .go-reply:hover {
    text-decoration: underline; }

.questions .answer .answer-form {
  display: none; }
  .questions .answer .answer-form .buttons input {
    width: 100%; }

@media (min-width: 768px) {
  .login-body {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    margin-top: 15px; } }
