@charset "utf-8";
/* CSS Document */

/* ------------------------------- */
/* Global */
/* ------------------------------- */

html, body {
    font-family: "Raleway",sans-serif;
}

body {
    padding: 0;
}

.right {
    float: right;
}

 .affix {
     top: 20px;
 }

/* ------------------------------- */
/* Headbereich */
/* ------------------------------- */

.navbar-default {
    background-color: transparent;
}

#side-menu, ul.nav {
    background-color: #f8f8f8;
}

a {
    color: #009933;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}



/* ------------------------------- */
/* Navigation */
/* ------------------------------- */


/* ------------------------------- */
/* Dashboard */
/* ------------------------------- */


/* ------------------------------- */
/* Login */
/* ------------------------------- */

.login-panel {
    margin-top: 5%;
}

#side-menu li.active a.active {
    background-color: #ddd;
}

/* ------------------------------- */
/* Datepicker */
/* ------------------------------- */

.form-control[readonly] {
    cursor: pointer;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1) inset;
}

/* ------------------------------- */
/* Modals */
/* ------------------------------- */

/* LOADLINE */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #009933;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
/* // LOADLINE */

/**
 * Background Main-Area
 */
#page-wrapper {
    background-image: url("/img/bg_shoes.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: 40%;
}

.dt-buttons {
    padding: 2px 0 18px 0;
}