#picker-menu a.faqPicker{background-image:url(../../bundles/contaofaq/faq.svg)}
body .tl_formbody_submit {
  position: sticky;
  bottom: 0;
  z-index: 2;
  float: left;
  width: 100%;
}
body.debug .tl_formbody_submit {
  bottom: 36px;
}
body.popup {
  margin-bottom: 50px;
}
body.popup .tl_formbody_submit {
  position: fixed;
  width: 100%;
}

.popup .sf-toolbarreset {
  display: none;
}

@media (max-width: 991px) {
  #main, #container {
    overflow: visible;
  }
}

/*# sourceMappingURL=sticky-footer.css.map */

#picker-menu a.newsPicker{background-image:url(../../bundles/contaonews/news.svg)}
/* some new widget classes for eval.tl_class */
.w125 {
    width: calc(12.5% - 30px);
    float: left;
    min-height: 80px;
}
.w20 {
    width: calc(20% - 30px);
    float: left;
    min-height: 80px;
}
.w25 {
    width: calc(25% - 30px);
    float: left;
    min-height: 80px;
}
.w75 {
    width: calc(75% - 30px);
    float: left;
    min-height: 80px;
}
/* align input fields in table cells */
.tl_modulewizard td {
    vertical-align:top;
}

#picker-menu a.eventPicker{background-image:url(../../bundles/contaocalendar/calendar.svg)}
