/**
 * Created by b2bit GbR
 * @copyright Copyright (c) b2bit GbR. (http://b2-bit.de)
 */
body#users-login {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eeeeee; }
body:not(#users-login) {
  background: #FFFFFF;
  padding-top: 70px; }

/** LOGIN */
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto; }
  .form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px; }
  .form-signin .checkbox {
    font-weight: normal; }
  .form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px; }
    .form-signin .form-control:focus {
      z-index: 2; }
  .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

/** Table */
table thead th span.glyphicon-triangle-bottom, table thead th span.glyphicon-triangle-top {
  display: none; }
table thead th a.asc + span.glyphicon-triangle-bottom {
  display: none; }
table thead th a.asc + span + span.glyphicon-triangle-top {
  display: inline-block; }
table thead th a.desc + span.glyphicon-triangle-bottom {
  display: inline-block; }
table thead th a.desc + span + span.glyphicon-triangle-top {
  display: none; }
table tr.selected {
  opacity: 0.6; }

/** Tabs */
.tab-pane {
  padding-top: 20px; }

/** Error Pages */
.error-template {
  padding: 40px 15px;
  text-align: center; }
  .error-template .error-actions {
    margin-top: 15px;
    margin-bottom: 15px; }
    .error-template .error-actions .btn {
      margin-right: 10px; }
      .error-template .error-actions .btn span {
        margin-right: 10px; }

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