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

/* Body Styling */
body {
  margin-bottom: 3em;
}

.ui-header,
.ui-content,
.ui-footer {
  max-width: 1300px !important;
  margin: 0 auto !important;
}

/* Icons */
#rennen:after {
  background-image: url(images/rennen.png);
  background-size: 24px 24px;
  background-color: transparent;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  width: 25px;
  height: 25px;
  margin-top: -3px;
  margin-left: -12px;
}
#renndaten:after {
  background-image: url(images/renndaten.png);
  background-size: 24px 24px;
  background-color: transparent;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  width: 25px;
  height: 25px;
  margin-top: -3px;
  margin-left: -12px;
}
#benutzer:after {
  background-image: url(images/benutzer.png);
  background-size: 24px 24px;
  background-color: transparent;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  width: 25px;
  height: 25px;
  margin-top: -3px;
  margin-left: -12px;
}
#export:after {
  background-image: url(images/export.png);
  background-size: 24px 24px;
  background-color: transparent;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  width: 25px;
  height: 25px;
  margin-top: -3px;
  margin-left: -12px;
}
#login:after {
  background-image: url(images/login.png);
  background-size: 13px 24px;
  background-color: transparent;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  width: 14px;
  height: 25px;
  margin-top: -3px;
  margin-left: -8px;
}

/* Validate Forms Fehlermmeldung */
.error {
  color: #fff;
  font-weight: bolder;
  background-color: #f00;
  font-family: Verdana, Geneva, sans-serif;
  text-decoration: none;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 6px;
}

/* LISTVIEW LOESCHEN */

.pic {
  background: -webkit-linear-gradient(
    top,
    #dc7679 0%,
    #dc7679 49%,
    #cd2a27 50%,
    #c92a29 100%
  );
}

/* FORMULARE GESTALTEN */
.fieldcontainfieldcontain_styler {
  width: 90%;
  padding-top: 8px;
}

.waehler select {
  background-color: #fff;
  width: 99%;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #ccc;
  height: 34px;
  -webkit-appearance: none;
  background: url(../../images/arrow.jpg) no-repeat right #ddd;
  text-align: center;
}

#popupMenu1-popup {
  right: 10%;
  left: 10%;
  width: 80%;
}

/* Bildupload */
#progress {
  position: relative;
  width: 100%;
  border: 1px solid #ddd;
  padding: 1px;
  border-radius: 3px;
}
#bar {
  background-color: #b4f5b4;
  width: 0%;
  height: 20px;
  border-radius: 3px;
}
#percent {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 48%;
}

.center-wrapper {
  text-align: center;
}
.center-wrapper * {
  margin: 0 auto;
}

.navbar-nav {
  margin: 0px 1em;
}

#emailTextarea {
  width: 100%;
  min-height: 15em;
}
