body {
  width: 100%;
  height: 100%;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #eeeeee;
  background-color: #111111;
}
html {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 767px) {
  p {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 1.6;
  }
}
a {
  color: #e64d47;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #af1e18;
}
.hyphenate {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/** color settings **/
.madaxelred {
  color: #e64d47;
}
.dark {
  color: #111111;
}
.light {
  color: #eeeeee;
}
.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid #eeeeee;
  border-radius: 35px;
  font-size: 40px;
  color: #eeeeee;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: #eeeeee;
  background: rgba(238, 238, 238, 0.1);
}
.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
.form-control:focus {
  border-color: #e64d47;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(230, 77, 71, 0.5);
  outline: 0 none;
}
@-webkit-keyframes pulse {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0 {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
/** Buttons **/
.btn {
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-default {
  border: 1px solid #eeeeee;
  color: #eeeeee;
  background-color: #111111;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #eeeeee;
  outline: none;
  color: #eeeeee;
  background-color: #444444;
}
.btn-primary {
  border: 1px solid #eeeeee;
  color: #eeeeee;
  background-color: #444444;
}
.btn-primary:hover,
.btn-primary:focus {
  border: 1px solid #e64d47;
  outline: none;
  color: #111111;
  background-color: #e64d47;
}
.btn-danger {
  border: 1px solid #111111;
  color: #eeeeee;
  background-color: #e64d47;
}
.btn-danger:hover,
.btn-danger:focus {
  border: 1px solid #dc251e;
  outline: none;
  color: #ffffff;
  background-color: #dc251e;
}
footer {
  padding: 50px 0;
}
footer p {
  margin: 0;
}
::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(230, 77, 71, 0.5);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(230, 77, 71, 0.5);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(238, 238, 238, 0.2);
}

/*
  Breite Balken rechts: 30px
  Breite oberes Bild: - 30px
  Höhe oberes Bild: 220px
**/
/* Balken neben dem oberen Menü */
#logoboxspacer1 {
  float: right;
  width: 30px;
  height: 25px;
  background-color: #e64d47;
}
/* Balken neben der oberen Grafik */
#logoboxspacer2 {
  float: right;
  clear: right;
  background-color: #e64d47;
  width: 100px;
  height: 220px;
}
/* Oberes Menü */
#menu-top {
  float: right;
  height: 25px;
  margin-bottom: 0px;
}
#menu-top li {
  float: left;
  list-style-type: none;
  margin: 0px;
  padding-right: 20px;
  padding-top: 5px;
  font-size: 12px;
}
#menu-top li img {
  vertical-align: middle;
  width: 12px;
  height: 12px;
}
/* Box der oberen Grafik */
#logobox {
  position: relative;
  top: 25px;
  height: 220px;
  /** width: 970px;**/

  width: calc(100% - 30px);
  background-color: #111111;
  background-image: url(../../images/2014-11-10_banner_MadaXel.jpg);
  background-position: center -80px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
/* Logo in der oberen Grafik */
#logo {
  position: relative;
  left: 7px;
  top: 7px;
}
/* Box die Menu und Content beinhaltet */
#menucontent {
  clear: both;
  background-color: #eeeeee;
  color: #111111;
}
/* Das Hauptmenü */
#menu {
  float: right;
  height: 30px;
}
#menu li {
  float: left;
  margin: 0px;
  background-color: #e64d47;
  list-style-type: none;
}
#menu li a {
  /* geht nicht im IE */

  text-shadow: 0px 0px 5px #111111;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  font-size: 11pt;
  display: block;
  color: white;
}
#menu li a:hover,
#menu li a:focus,
#menu li a:active {
  text-decoration: none;
  color: #000000;
  text-shadow: 0px 0px 5px #eeeeee;
}
#menu li:first-child {
  padding-left: 10px;
  border-bottom-left-radius: 15px;
}
#menu li:last-child {
  padding-right: 60px;
  border-right-width: 0px;
}
/* Content Bereich */
section#content > div.container > div.row {
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 10px;
}
section#content > div.container > div {
  background-color: #eeeeee;
  color: #111111;
}
.modal-content {
  color: #111;
}
/* Standard Clearer */
.clearer {
  clear: both;
}
thead {
  background-color: #a2a2a2;
}
tfoot {
  background-color: #a2a2a2;
}
tbody {
  background-color: #eeeeee;
}
/**
  symfony
**/
ul.record_actions {
  list-style: none;
  padding-left: 0;
}
ul.record_actions:after {
  clear: left;
  display: block;
  content: '';
}
ul.record_actions li {
  float: left;
  margin-left: 5px;
}
ul.record_actions > li:first-child {
  margin-left: 0;
}
ul.record_actions_single {
  margin-top: 8px;
  margin-bottom: 8px;
}
ul.record_actions_single li.last-action {
  float: right;
}
table.records_list {
  width: 100%;
}
table.record_properties {
  margin-bottom: 8px;
}
table.records_list tr td:last-child {
  white-space: nowrap;
}
table td.customer-status > *:last-child {
  margin: 0;
}
table td.customer-status > * {
  float: left;
  margin-right: 5px;
}

/*************
  Bootstrap theme
 *************/
/* jQuery Bootstrap Theme */
.tablesorter-bootstrap {
  width: 100%;
}
.tablesorter-bootstrap .tablesorter-header,
.tablesorter-bootstrap tfoot th,
.tablesorter-bootstrap tfoot td {
  font: bold 14px/20px Arial, Sans-serif;
  padding: 4px;
  margin: 0 0 18px;
  background-color: #a2a2a2;
}
.tablesorter-bootstrap .tablesorter-header {
  cursor: pointer;
}
.tablesorter-bootstrap .tablesorter-header-inner {
  position: relative;
  padding: 4px 18px 4px 4px;
}
/* bootstrap uses <i> for icons */
.tablesorter-bootstrap .tablesorter-header i {
  font-size: 11px;
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -7px;
  /* half the icon height; older IE doesn't like this */

  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  line-height: 14px;
  display: inline-block;
}
.tablesorter-bootstrap .bootstrap-icon-unsorted {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAYAAAD5YeaVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAWVJREFUeNqUUL9Lw2AUTGP8mqGlpBQkNeCSRcckEBcHq1jImMElToKuDvpHFMGhU0BQcHBwLji6CE1B4uB/INQsDi4d2jQ/fPeZxo764OV6915f7lLJ81xot9tCURXqdVEUr7IsO6ffH9Q5BlEUCaLwWxWqTcbYnaIoh0Dw4gAvcWlxq1qt9hqNxg6hUGAP+uIPUrGs0qXLer2+v/pTX6QpxLtkc2U2m53ACb8sSdIDXerSEms2m6+DweAICA4d89KGbduf9MpEVdXQ9/2LVqv1CASHjjn3iq/x1xKFfxQPqGnada1W86bT6SiO42OS3qk3KPStLMvbk8nkfjwen/LLuq6blFymMB0KdUPSGhAcOualjX6/f0bCiC7NaWGPQr0BwaFjzn0gYJqmLAiCA8/zni3LmhuGkQPBoWPOPwQeaPIqD4fDruu6L6Zp5kBw6IudchmdJAkLw3DXcZwnIPjy/FuAAQCiqqWWCAFKcwAAAABJRU5ErkJggg==);
}
/* since bootstrap (table-striped) uses nth-child(), we just use this to add a zebra stripe color */
.tablesorter-bootstrap tr.odd td {
  background-color: #d5d5d5;
}
.tablesorter-bootstrap tbody > .odd:hover > td,
.tablesorter-bootstrap tbody > .even:hover > td {
  background-color: #f5f5f5;
}
.tablesorter-bootstrap tr.even td {
  background-color: #bbbbbb;
}
/* processing icon */
.tablesorter-bootstrap .tablesorter-processing {
  background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=');
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  z-index: 1000;
}
/* caption */
.caption {
  background: #fff;
}
/* filter widget */
.tablesorter-bootstrap .tablesorter-filter-row .tablesorter-filter {
  width: 98%;
  height: auto;
  margin: 0 auto;
  padding: 4px 6px;
  color: #111111;
}
.tablesorter-bootstrap .tablesorter-filter-row .tablesorter-filter.disabled {
  cursor: not-allowed;
}
.tablesorter-bootstrap .tablesorter-filter-row td {
  background: #a2a2a2;
  line-height: normal;
  text-align: center;
  padding: 4px 6px;
  vertical-align: middle;
  -webkit-transition: line-height 0.1s ease;
  -moz-transition: line-height 0.1s ease;
  -o-transition: line-height 0.1s ease;
  transition: line-height 0.1s ease;
}
/* hidden filter row */
.tablesorter-bootstrap .tablesorter-filter-row.hideme td {
  padding: 2px;
  /* change this to modify the thickness of the closed border row */

  margin: 0;
  line-height: 0;
}
.tablesorter-bootstrap .tablesorter-filter-row.hideme .tablesorter-filter {
  height: 1px;
  min-height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  /* don't use visibility: hidden because it disables tabbing */

  opacity: 0;
  filter: alpha(opacity=0);
}
/* pager plugin */
.tablesorter-bootstrap .tablesorter-pager select {
  padding: 4px 6px;
}
.tablesorter-bootstrap .tablesorter-pager .pagedisplay {
  border: 0;
}
/* tfoot i for pager controls */
.tablesorter-bootstrap tfoot i {
  font-size: 11px;
}
/* ajax error row */
.tablesorter .tablesorter-errorRow td {
  cursor: pointer;
  background-color: #e64d47;
}

#flash-messages {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 1000;
}

#flash-messages .alert {
    width: 200px;
    background-color: black;
    background-color: rgba(30, 30, 30, 0.9);
    text-shadow: 1px 1px black;
    color: #eee;
    padding: 8px 35px 8px 65px;
    box-shadow: 4px 3px 15px rgba(0,0,0,0.9);
    border: 0;
    background-repeat: no-repeat;
    background-position: 15px 50%;
    display: none;
    z-index: 1000;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
}


#flash-messages .alert.alert-success {
    background-image: url('../../bundles/aretusaflash/images/alert-valid-icon.png');
}

#flash-messages .alert.alert-error {
    background-image: url('../../bundles/aretusaflash/images/alert-error-icon.png');
}

#flash-messages .alert .close {
    color: white;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 1px 0 #000;
    opacity: 1;
    line-height: 20px;
    position: relative;
    right: -21px;
    top: -2px;
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    padding: 0;
    float: right;
    font-size: 20px;
    font-weight: bold;
}
