/*
*** colors
*/
/*
*** fonts
*/
/* ubuntu-300 - latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/ubuntu-v14-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Ubuntu Light"), local("Ubuntu-Light"), url("../fonts/ubuntu-v14-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-v14-latin-300.woff2") format("woff2"), url("../fonts/ubuntu-v14-latin-300.woff") format("woff"), url("../fonts/ubuntu-v14-latin-300.ttf") format("truetype"), url("../fonts/ubuntu-v14-latin-300.svg#Ubuntu") format("svg");
  /* Legacy iOS */
}
/* ubuntu-regular - latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ubuntu-v14-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Ubuntu Regular"), local("Ubuntu-Regular"), url("../fonts/ubuntu-v14-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-v14-latin-regular.woff2") format("woff2"), url("../fonts/ubuntu-v14-latin-regular.woff") format("woff"), url("../fonts/ubuntu-v14-latin-regular.ttf") format("truetype"), url("../fonts/ubuntu-v14-latin-regular.svg#Ubuntu") format("svg");
  /* Legacy iOS */
}
/* material icons */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.woff2) format("woff2");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

html,
body {
  font-family: Ubuntu, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #404040;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

/*
*** mixins
*/
/*
*** selection
*/
::selection {
  background: #8cc63f;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #8cc63f;
  /* Gecko Browsers */
  color: #fff;
}

/*
*** media querries
*/
/*
*** buttons
*/
.btn {
  background: #8cc63f;
  background: linear-gradient(111deg, #8cc63f, #8cc63f);
  color: #fff;
  font-weight: 500;
  border-radius: 8px;
  transition: transform 0.3s ease;
  box-shadow: none;
}
.btn:hover {
  transform: scale(1.05);
  box-shadow: none;
}
.btn.light {
  color: #404040;
  background: #e3ebe3;
  padding: 0 8px;
}
.btn.light:hover {
  transform: scale(1);
}

/*
*** dashboard nav
*/
/* dashboard header*/
#dashboard main {
  /*padding-bottom: 60px;*/
}
#dashboard main .navbar-fixed.extended {
  height: 113px;
}
#dashboard main nav.navbar {
  background: #fff;
  /*margin-bottom: 60px;*/
  padding: 0;
  box-shadow: none;
  border-bottom: 1px solid #e3ebe3;
  line-height: 1rem;
  position: fixed;
  z-index: 1;
}
#dashboard main nav.navbar .nav-bar {
  height: 64px;
  border-bottom: 1px solid #e3ebe3;
  position: relative;
}
@media (min-width: 600px) {
  #dashboard main nav.navbar .nav-bar:before {
    content: "";
    background: #e3ebe3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 35%;
    width: 1px;
  }
}
@media (min-width: 992px) {
  #dashboard main nav.navbar .nav-bar {
    width: calc(100% - 300px);
  }
}
#dashboard main nav.navbar .nav-bar .sidenav-trigger i {
  line-height: 64px;
  height: 64px;
}
#dashboard main nav.navbar .nav-bar .page-title {
  font-size: 18px;
  font-weight: 500;
  padding: 0 24px;
  position: relative;
  float: left;
  height: 64px;
}
#dashboard main nav.navbar .nav-bar a {
  color: #404040;
}
#dashboard main nav.navbar .nav-bar #nav-mobile a.dropdown-nav-settings:hover {
  background-color: #f5faf5;
  border-bottom: 1px solid #e3ebe3;
}
#dashboard main nav.navbar .nav-bar #nav-mobile a.dropdown-nav-settings i {
  line-height: 64px;
}
#dashboard main nav.navbar .nav-bar #nav-mobile .dropdown-content {
  min-width: 200px;
  max-height: 100vh;
  top: 64px !important;
  box-shadow: none;
  border: 1px solid #e3ebe3;
}
#dashboard main nav.navbar .nav-bar #nav-mobile .dropdown-content li {
  min-height: unset;
}
#dashboard main nav.navbar .nav-bar #nav-mobile .dropdown-content li a {
  height: unset;
  padding: 13px 20px;
}
#dashboard main nav.navbar .nav-bar #nav-mobile .dropdown-content li a:hover {
  background-color: #f5faf5;
  color: #8cc63f;
}
#dashboard main nav.navbar #nav-mobile li a {
  height: 64px;
}
#dashboard main nav.navbar .nav-tabs ul.tabs {
  background-color: #fff;
}
#dashboard main nav.navbar .nav-tabs ul.tabs li.tab a {
  color: #404040;
  font-size: 14px;
}
#dashboard main nav.navbar .nav-tabs ul.tabs li.tab a.active {
  color: #8cc63f;
}
#dashboard main nav.navbar .nav-tabs ul.tabs li.tab a:focus, #dashboard main nav.navbar .nav-tabs ul.tabs li.tab a:focus.active {
  background-color: #f5faf5;
}
#dashboard main nav.navbar .nav-tabs ul.tabs li.indicator {
  background-color: #8cc63f;
}

/* dashboard sidenav*/
#dashboard header ul#sidenav-left {
  box-shadow: none;
}
#dashboard header ul#sidenav-left:after {
  content: "";
  background: #e3ebe3;
  position: absolute;
  top: 64px;
  right: 0;
  height: calc(100% - 64px);
  width: 1px;
}
#dashboard header ul#sidenav-left li a {
  color: #404040;
  border-left: 3px solid transparent;
}
#dashboard header ul#sidenav-left li a:hover {
  background-color: #f5faf5;
  border-left: 3px solid #8cc63f;
  color: #8cc63f;
}
#dashboard header ul#sidenav-left li a.logo-container {
  background: url(../images/fernao_logo.svg) no-repeat;
  height: 30px;
  width: 190px;
  background-size: auto;
}
#dashboard header ul#sidenav-left li a.logo-container:hover {
  border-left: 3px solid transparent;
  background-color: #fff;
}
#dashboard header ul#sidenav-left li#logo-wrapper {
  height: 64px;
  padding: 0 32px;
  border-bottom: 1px solid #e3ebe3;
}

/*
*** dashboard footer
*/
footer#dashboard-footer {
  background-color: #f5faf5;
  border-top: 1px solid #e3ebe3;
  font-size: 14px;
}
footer#dashboard-footer .container.container-fluid {
  width: 100%;
  max-width: 100%;
  padding: 30px 20px;
}
footer#dashboard-footer .container.container-fluid .col {
  padding: 0;
}
footer#dashboard-footer .container p.info {
  margin-bottom: 0;
}
footer#dashboard-footer .logo {
  background: url(../images/fernao_logo.svg) no-repeat;
  height: 30px;
  width: 190px;
  margin: 16px 0;
  background-size: auto;
}
footer#dashboard-footer .footer-menu h3 {
  font-size: 24px;
  line-height: 100%;
  margin: 16px 0;
  font-weight: 300;
}
footer#dashboard-footer .footer-menu ul {
  margin-bottom: 0;
}
footer#dashboard-footer .footer-menu ul li a {
  color: #8cc63f;
}
footer#dashboard-footer .footer-menu ul li a:hover, footer#dashboard-footer .footer-menu ul li a:focus {
  color: #e8f4d9;
}
footer#dashboard-footer .footer-copyright {
  background-color: #e3ebe3;
}
footer#dashboard-footer .footer-copyright .container {
  width: 100%;
  max-width: 100%;
  padding: 20px;
}
footer#dashboard-footer .footer-copyright a {
  font-weight: 500;
  color: #404040;
}

/*
*** dashboard main
*/
@media (min-width: 992px) {
  #dashboard {
    padding-left: 300px;
  }
}
#dashboard .sidenav.sidenav-fixed {
  position: fixed;
}
#dashboard main {
  flex: 1 0 auto;
  background-color: #f9fdf9;
}
#dashboard main .container {
  margin: 0 auto;
}
#dashboard main .container.container-fluid {
  width: 100%;
  max-width: 100%;
}
#dashboard main .row {
  margin: 0;
}
#dashboard #main-container {
  background-color: #fff;
}
#dashboard #main-container .actions {
  padding: 0;
  background-color: #f9fdf9;
}
#dashboard #main-container .actions ul {
  margin: 0;
}
#dashboard #main-container .actions ul li {
  float: left;
}
#dashboard #main-container .actions ul li a, #dashboard #main-container .actions ul li button {
  color: #404040;
  font-size: 14px;
  padding: 0 20px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#dashboard #main-container .actions ul li a:hover, #dashboard #main-container .actions ul li button:hover {
  color: #8cc63f;
  background-color: #f5faf5;
}
#dashboard #main-container .actions ul li a i, #dashboard #main-container .actions ul li button i {
  width: 30px;
  margin-right: 0;
}
@media (min-width: 992px) {
  #dashboard #main-container .main-section-wrapper .filter-section {
    float: right;
  }
}
#dashboard #main-container .main-section-wrapper .filter-section.active {
  width: 100%;
}
@media (min-width: 992px) {
  #dashboard #main-container .main-section-wrapper .filter-section.active {
    width: 35%;
  }
}
#dashboard #main-container .main-section-wrapper .filter-section a.filter-link {
  width: 57px;
  height: 57px;
  color: #404040;
}
#dashboard #main-container .main-section-wrapper .filter-section a.filter-link:hover {
  background-color: #f5faf5;
  color: #8cc63f;
}
#dashboard #main-container .main-section-wrapper .filter-section a.filter-link i {
  margin: 0 auto;
}
#dashboard #main-container .main-section-wrapper .filter-section .filter-body {
  display: none;
  padding: 20px;
}
#dashboard #main-container .main-section-wrapper .filter-section .filter-body.active {
  display: block;
  width: 100%;
}
#dashboard #main-container .main-section-wrapper .filter-section .filter-body .input-field input {
  border: 1px solid #e3ebe3;
  border-radius: 4px;
  margin-top: 0.7rem;
  padding: 4px 8px;
  box-sizing: border-box;
}
#dashboard #main-container .main-section-wrapper .filter-section .filter-body .input-field input:focus {
  border: 1px solid #8cc63f;
  box-shadow: none;
}
#dashboard #main-container .main-section-wrapper .filter-section .filter-body .input-field input:focus + label {
  color: #8cc63f;
}
#dashboard #main-container .main-section-wrapper .filter-section .filter-body .input-field .label {
  font-weight: 500;
}
#dashboard #main-container .main-section-wrapper .filter-section .filter-body .btn {
  width: 100%;
}
@media (min-width: 992px) {
  #dashboard #main-container .main-section-wrapper .main-section {
    border-right: 1px solid #e3ebe3;
    float: left;
    width: calc(100% - 57px);
    /*  remove - 57px for filter */
  }
}
@media (min-width: 992px) {
  #dashboard #main-container .main-section-wrapper .main-section.active {
    width: 65%;
  }
}
#dashboard #main-container .main-section-wrapper .main-section .dashboard-header .col {
  padding: 16px 20px;
  border-bottom: 1px solid #e3ebe3;
}
#dashboard #main-container .main-section-wrapper .main-section .dashboard-header .col h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
#dashboard #main-container .main-section-wrapper .main-section .dashboard-header .col h2 span {
  color: #8cc63f;
  font-weight: 300;
}
#dashboard #main-container .main-section-wrapper .main-section .dashboard-header .col.ordnen {
  position: relative;
}
#dashboard #main-container .main-section-wrapper .main-section .dashboard-header .col .dropdown-sortierung {
  color: #404040;
}
#dashboard #main-container .main-section-wrapper .main-section .dashboard-header .col .dropdown-content {
  min-width: 200px;
  max-height: 100vh;
  top: 57px !important;
  box-shadow: none;
  border: 1px solid #e3ebe3;
  right: 0;
  left: unset !important;
}
#dashboard #main-container .main-section-wrapper .main-section .dashboard-header .col .dropdown-content li {
  min-height: unset;
}
#dashboard #main-container .main-section-wrapper .main-section .dashboard-header .col .dropdown-content li a {
  height: unset;
  padding: 13px 20px;
  color: #404040;
}
#dashboard #main-container .main-section-wrapper .main-section .dashboard-header .col .dropdown-content li a:hover {
  background-color: #f5faf5;
  color: #8cc63f;
}
#dashboard #main-container .main-section-wrapper .main-section .dashboard-output .card {
  box-shadow: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e3ebe3;
}
#dashboard #main-container .main-section-wrapper .main-section .dashboard-output .card:last-child {
  border: none;
}
#dashboard #main-container .main-section-wrapper .main-section .dashboard-output .card:hover {
  background-color: #f5faf5;
}
#dashboard #main-container .main-section-wrapper .main-section .dashboard-output .card:hover .row a {
  color: #8cc63f;
}
#dashboard #main-container .main-section-wrapper .main-section .dashboard-output .card .row {
  padding: 16px 10px;
  position: relative;
}
#dashboard #main-container .main-section-wrapper .main-section .dashboard-output .card .row a {
  color: #404040;
}
#dashboard #main-container .main-section-wrapper .main-section .dashboard-output .card .row .check [type=checkbox]:checked + span:not(.lever):before {
  border-right: 2px solid #8cc63f;
  border-bottom: 2px solid #8cc63f;
}
#dashboard #main-container .main-section-wrapper .main-section .dashboard-output .card .row .domain a {
  color: #8cc63f;
}
#dashboard #main-container .main-section-wrapper .main-section .dashboard-output .card .row .overlay-hover .overlay-settings {
  display: none;
  position: absolute;
  right: 20px;
  top: 0;
  margin-right: 30px;
  height: 100%;
  background-color: #fff;
}
#dashboard #main-container .main-section-wrapper .main-section .dashboard-output .card .row .overlay-hover .overlay-settings ul {
  margin: 0;
  height: 100%;
}
#dashboard #main-container .main-section-wrapper .main-section .dashboard-output .card .row .overlay-hover .overlay-settings ul li {
  margin-left: 10px;
}
#dashboard #main-container .main-section-wrapper .main-section .dashboard-output .card .row .overlay-hover .overlay-settings ul li a {
  border-radius: 50px;
  color: #8cc63f;
  background-color: #f5faf5;
}
#dashboard #main-container .main-section-wrapper .main-section .dashboard-output .card .row .overlay-hover .overlay-settings ul li a.v-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#dashboard #main-container .main-section-wrapper .main-section .dashboard-output .card .row .overlay-hover .overlay-settings ul li a i {
  width: 25px;
}
#dashboard #main-container .main-section-wrapper .main-section .dashboard-output .card .row .overlay-hover:hover > .overlay-settings {
  display: block;
}
#dashboard #main-container .main-section-wrapper .main-section .dashboard-output .row .col {
  overflow: auto;
  overflow-y: hidden;
}
#dashboard #main-container .main-section-wrapper .main-section .dashboard-output .legende .col {
  hyphens: auto;
  word-wrap: break-word;
  word-break: keep-all;
}
#dashboard #main-container .main-section-wrapper .main-section .dashboard-pagination {
  border-top: 1px solid #e3ebe3;
}
@media (min-width: 600px) {
  #dashboard #main-container .main-section-wrapper .main-section .dashboard-pagination {
    text-align: right;
  }
}
#dashboard #main-container .main-section-wrapper .main-section .dashboard-pagination .pagination {
  margin: 15px 0;
}
#dashboard #main-container .main-section-wrapper .main-section .dashboard-pagination .pagination li a {
  font-size: 16px;
  color: #404040;
}
#dashboard #main-container .main-section-wrapper .main-section .dashboard-pagination .pagination li.disabled > a {
  color: #e3ebe3;
}
#dashboard #main-container .main-section-wrapper .main-section .dashboard-pagination .pagination li.active {
  background-color: transparent;
}
#dashboard #main-container .main-section-wrapper .main-section .dashboard-pagination .pagination li.active a {
  color: #8cc63f;
  font-weight: 500;
}

[type=checkbox]:checked + span:not(.lever):before {
  border-right: 2px solid #8cc63f;
  border-bottom: 2px solid #8cc63f;
  top: 0;
}

[type=checkbox] + span:not(.lever):before {
  top: 50%;
  transform: translateY(-50%);
}

/*
*** dashboard header
*/
.dashboard-header h2 {
  font-size: 33px;
  margin: 0;
  font-weight: 300;
}

.search-filter .card,
.search-filter-dropdown .card {
  box-shadow: none;
  border-radius: 8px;
  border: 1px solid #e3ebe3;
  margin: 0;
}
.search-filter .card .row,
.search-filter-dropdown .card .row {
  margin-bottom: 0;
  padding: 0 20px;
}

.search-filter .card {
  border-left: 3px solid #8cc63f;
}
.search-filter .card .row {
  margin-bottom: 0;
  padding: 0 20px;
}

/*
*** global login
*/
html#login,
body#login {
  height: 100%;
  margin: 0;
}

#login-page {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-align-content: stretch;
  align-content: stretch;
}
#login-page .row {
  margin: 0 auto;
  width: 100%;
}
#login-page .row .col {
  padding: 0;
}
#login-page #content {
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
#login-page #content .v-height {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-align-content: stretch;
  align-content: stretch;
}
#login-page #content .login-form {
  flex: 1;
}
#login-page #content .login-form .card {
  margin: 0 auto;
  box-shadow: none;
  width: 100%;
  max-width: 500px;
  padding: 0 2em;
  text-align: center;
}
#login-page #content .login-form .card h1 {
  font-size: 26px;
  margin: 0 0 50px 0;
}
@media (min-width: 600px) {
  #login-page #content .login-form .card h1 {
    font-size: 35px;
  }
}
#login-page #content .login-form .card .input-field input {
  border: 1px solid #e3ebe3;
  border-radius: 4px;
  margin-top: 0.7rem;
  padding: 4px 8px;
  box-sizing: border-box;
}
#login-page #content .login-form .card .input-field input:focus {
  border: 1px solid #8cc63f;
  box-shadow: none;
}
#login-page #content .login-form .card .input-field input:focus + label {
  color: #8cc63f;
}
#login-page #content .login-form .card .input-field .label {
  font-weight: 500;
}
#login-page #content .login-form .card .forgot-pw {
  float: right;
  margin-bottom: 26px;
}
#login-page #content .login-form .card .forgot-pw a {
  color: #8cc63f;
}
#login-page #content .login-form .card .btn {
  width: 100%;
  margin-bottom: 30px;
}
#login-page #content .login-form .card .logo {
  background: url(../images/fernao_logo.svg) 50% no-repeat;
  height: 36px;
  width: 210px;
  margin: 0 auto;
  background-size: auto;
}
#login-page #content .impressum {
  height: 60px;
}
#login-page #content .impressum ul {
  width: 100%;
  text-align: center;
  margin: 0;
}
#login-page #content .impressum ul li {
  display: inline;
  margin: 0 8px;
}
#login-page #content .impressum ul li a {
  color: #404040;
  font-size: 14px;
}
#login-page #content .impressum ul li span {
  color: #e8f4d9;
}
#login-page #fernao-image {
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background: #8cc63f;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#login-page #fernao-image::before {
  content: "";
  background-size: cover;
  background: url(../images/kreis-links.png) no-repeat;
  height: 740px;
  right: 0;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 280px;
  z-index: 1;
}

/*
*** global absender_filter
*/
/*
*** dashboard main
*/
.card.legende {
  padding: 8px 10px !important;
  display: inline-block;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-body.active .uhrzeit-von {
  padding-left: 0;
  margin-top: 0;
}
.filter-body.active .uhrzeit-von label {
  left: 5;
}
.filter-body.active .uhrzeit-bis {
  padding-left: 0;
  margin-top: 0;
}
.filter-body.active .uhrzeit-bis label {
  left: 5;
}

.status {
  padding: 4px 15px;
  border-radius: 32px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  display: inline-block;
}
.status.status-absender {
  background-color: #d2eefc;
  color: #00b3ff;
}
.status.status-absender:before {
  background-color: #00b3ff;
}
.status.status-domain {
  background-color: #f1dede;
  color: #c93131;
}
.status.status-domain:before {
  background-color: #c93131;
}
.status.status-spam {
  background-color: #def1de;
  color: #28a729;
}
.status.status-spam:before {
  background-color: #28a729;
}
.status:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

.dc-large {
  width: 600px !important;
}
@media (min-width: 992px) {
  .dc-large .filter-section {
    float: right;
  }
}
.dc-large .filter-section.active {
  width: 100%;
}
@media (min-width: 992px) {
  .dc-large .filter-section.active {
    width: 35%;
  }
}
.dc-large .filter-section a.filter-link {
  width: 57px;
  height: 57px;
  color: #404040;
}
.dc-large .filter-section a.filter-link:hover {
  background-color: #f5faf5;
  color: #8cc63f;
}
.dc-large .filter-section a.filter-link i {
  margin: 0 auto;
}
.dc-large .filter-section .filter-body {
  display: none;
  padding: 20px;
}
.dc-large .filter-section .filter-body.active {
  display: block;
  width: 100%;
}
.dc-large .filter-section .filter-body .input-field input {
  border: 1px solid #e3ebe3;
  border-radius: 4px;
  margin-top: 0.7rem;
  padding: 4px 8px;
  box-sizing: border-box;
}
.dc-large .filter-section .filter-body .input-field input:focus {
  border: 1px solid #8cc63f;
  box-shadow: none;
}
.dc-large .filter-section .filter-body .input-field input:focus + label {
  color: #8cc63f;
}
.dc-large .filter-section .filter-body .input-field .label {
  font-weight: 500;
}
.dc-large .filter-section .filter-body .btn {
  width: 100%;
}

.errorblock {
  margin-top: 5mm;
  margin-bottom: 5mm;
  color: #ad1457;
}

.red {
  color: #fc0082;
}

.warnblock {
  margin-top: 5mm;
  margin-bottom: 5mm;
  color: #fc8200;
}

.infoblock {
  margin-top: 5mm;
  margin-bottom: 5mm;
  color: #8cc63f;
}

.debug {
  margin-top: 5mm;
  margin-bottom: 5mm;
  color: #808080;
}

.btn, .btn-flat {
  text-transform: none;
}

/* Fix Navbar Doppelte Linie */
.navbar-fixed,
.navbar {
  height: 64px !important;
}

/* fix sidenav scrollbar too short */
.sidenav-fixed {
  height: 100%;
}

/* fix sidenav menu description too much in right margin */
.sidenav li > form {
  padding-left: 15px;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

[id^=pre_] {
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  word-break: break-all;
  border-radius: 5px;
  padding: 10px;
  background: #e3ebe3;
}

.select-wrapper + label {
  position: absolute;
  top: 0;
  font-size: 0.8rem;
  transform: translateY(-27px) scale(1);
}

.input-field > label {
  left: 5px;
}

.confirmation {
  padding: 12px !important;
}

/* Enable sidenav-like hover effect on pagination elements */
.hover-effect > a:hover {
  background-color: #f5faf5;
  color: #8cc63f !important;
}
