.s-site-logo-img {
  content: url(../site/images/betenbender-logo-full.jpg);
}

.s-TranslationGrid input.custom-text {
  width: 100%;
  height: 23px;
  padding: 0 3px;
}

.s-PermissionCheckEditor {
  min-height: 450px;
}

.bg-red {
  background-color: #ff7985 !important;
}

.bg-green {
  background-color: #91ffcd !important;
}

.bg-aqua {
  background-color: #92baf7 !important;
}

.bg-yellow {
  background-color: #eede5a !important;
}

.bg-purple {
  background-color: #e172e1 !important;
}

/*
 * Component: Small Box
 * --------------------
 */
.small-box {
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

  .small-box > .inner {
    padding: 10px;
  }

  .small-box > .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
  }

    .small-box > .small-box-footer:hover {
      color: #fff;
      background: rgba(0, 0, 0, 0.15);
    }

  .small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
  }

  .small-box p {
    font-size: 15px;
  }

    .small-box p > small {
      display: block;
      color: #f9f9f9;
      font-size: 13px;
      margin-top: 5px;
    }

  .small-box h3,
  .small-box p {
    z-index: 5;
  }

  .small-box .icon {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15);
  }

  .small-box:hover {
    text-decoration: none;
    color: #f9f9f9;
  }

    .small-box:hover .icon {
      font-size: 95px;
    }

@media (max-width: 767px) {
  .small-box {
    text-align: center;
  }

    .small-box .icon {
      display: none;
    }

    .small-box p {
      font-size: 12px;
    }
}