@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03.04.2024, 22:47:19
    Author     : Daniel Hallwas
*/

@font-face {
    font-family: "Rubik-regular";
    src: url("../../../../Assets/fonts/Rubik/Rubik-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Rubik-medium";
    src: url("../../../../Assets/fonts/Rubik/Rubik-Medium.ttf") format("truetype");
}

html {
  position: relative;
  height: 100%;
}

body {
    font-family: "Rubik-regular";
    font-size: 14px;
    /* Margin bottom by footer height */
    height: 100%;
    
    
    /* bootstrap */
    --bs-btn-border-radius: 0px !important;
    
    /* agentursoftware.biz */
    --bg-grey: #F6F6F6;
    --bg-greengrey: #A2AA8324;
    --bg-dark-blue: #2B5E72;
    --bg-darker-blue: #163440;
    --line-color-grey: #D9D7D7;
        
    --ag-link-color: #197AA0;
    --ag-link-hover-color: #00a0de;
    
    --color-success-primary: #79B723;
    --color-success-secondary: #D3EDAF;
    --color-warning-primary: #C79626;
    --color-warning-secondary: #DE890055 ;
    --color-danger-primary: #BF1241;
    --color-danger-secondary: #BF134141;   
    
    --bs-modal-width: 800px;
    
    --alert-success-color: #D5F8EF;
    --alert-success-dark-color: #14B789;

    --alert-danger-color: #FFE5F4;
    --alert-danger-dark-color: #E50087;

    --alert-warning-color: #FDF3CE;
    --alert-warning-dark-color: #DAAB00;

    --alert-info-color: #CFE6EF;
    --alert-info-dark-color: #00A0DE;
}

.bg-grey {
    background-color: var(--bg-grey);
}

.btn-primary,
input[type="submit"] {
    font-family: "Rubik-regular";
    font-size: 19px;
    border: 0px;
    border-radius: 0px;
    background-color: var(--bg-dark-blue);
    color: #ffffff;
    padding: 7px 26px 6px;
}

.btn-primary:hover,
.btn-primary.active {
    background-color: var(--bg-darker-blue);
}

.btn-user {
    font-size: 16px;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid var(--bg-dark-blue);
    padding: 0px;
}

.btn-default:hover,
.btn-default.active {
    text-decoration: underline !important;
}

/*
nav {
    height: 60px;
    color: #000000;
}
*/


.systemColor {
  color: #00a0de;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

*:focus {
    outline: none;
}

a {
    color: var(--ag-link-color);
}
a:hover {
    color: var(--ag-link-hover-color);
}

.btn {
    border-radius: 0px;
}

.site {
    overflow: scroll;
}

#headerNavbar,
#headerNavbar div.container-fluid,
#headerNavbar .navbar-header,
#navbarSupportedContent {
    min-height: 50px;
}

#navbarRight ul li a {
    width: 100%;
}

#navbar .nav {
    width: auto;
}
#navbar .nav li {
    float: left;
}

#navbar .nav li ul li {
    float: none;
}

#navbar .nav li:last-child a {
    margin-right: 0px;
}


#navbarSupportedContent .nav > li a i {
    margin-right: 3px !important;
}
#navbarSupportedContent .nav > li:last-child a i {
    margin-right: 0px !important;
}
#navbarSupportedContent .nav > li:last-child ul li a i {
    margin-right: 10px !important;
}
#navbarSupportedContent .nav > li:hover a,
#navbarSupportedContent .nav > li:hover a i {
    color: var(--bg-dark-blue);
}


@media (min-width: 428px) {
    #navbarSupportedContent .nav > li a i {
        margin-right: 8px !important;
    }
}


/* Global search */
.search-form {
    margin: 0px auto;
}

.search-form .input-group {
    padding-right: 0px;
    /*border: 1px solid #000000;*/
    border-radius: 25px;
    background-color: var(--bg-grey);
    box-shadow: none;
    height: 36px;
}
.search-form .input-group input,
.search-form .input-group span {
    border: 0px !important;
    margin: 0px;
    background-color: transparent !important;
    height: 38px !important;
}

.search-form .input-group input:focus {
    box-shadow: none;
    border-bottom: 0px !important;
}

.search-form .form-group:hover,
.search-form .form-group .hover {
    width: 100%;
    border-radius: 4px 25px 25px 4px;
}
.search-form .form-group span.form-control-feedback {
    position: absolute;
    top: -1px;
    right: -2px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #3596e0;
    left: initial;
    font-size: 14px;
    margin-top: 0px;
}


.row .site h3.ui-accordion-header {
    line-height: 28px;
    font-size: 18px;
    background-color: var(--bg-greengrey);
    color: #000000;
    font-family: "Rubik-regular";
    font-weight: normal;
    margin-bottom: 0px;
}

.row .site div.ui-accordion-content,
.row .site div.ui-accordion-content.ui-widget-content {
    line-height: 19px;
    font-size: 16px;
    background: none;
    background-color: var(--bg-grey);
    color: #000000;
    font-family: "Rubik-regular";
    font-weight: normal;
}

@media (min-width: 768px) {
    #topnavbar {
        background-color: var(--bg-grey);
        height: 60px;
    }

    #topnavbar > div {
        width: 33.333%;
    }
    #topnavbar .navbar-nav {
        width: auto;
        margin: 0px auto;
        flex-direction: unset;
        padding: 3px 0px;
        font-size: 14px;
        float: right;
    }
    #topnavbar .navbar-nav > li {
        float: left;
    }
    #topnavbar .navbar-nav > li > a {
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 65px;
    }
    #topnavbar .navbar-nav > li > a:hover,
    #topnavbar .navbar-nav > li > a:focus {
        color: #333333;
        background-color: transparent;
    }
    #topnavbar .dropdown-menu {
        top: 57px !important;
    }
}
/*
@media (min-width: 992px) {
    #content div.site {
        margin-top: 60px;
    }
}
*/

header.sticky-top  .navbar {
    padding: 0px;
}

#navbar li a.dropdown-toggle:after,
#navbarRight li a.dropdown-toggle:after {
    display: none;
}

#navbar li a {
    margin-right: 0px;
}

#navbar ul {
    display: block;
    width: 100%;
}

#navbarRight {
    flex-basis: 10%;
}
.navbar {
    margin-bottom: 0px !important;
}

.navbar-header {
    background-color: #ffffff;
    height: 50px;
}

.navbar-default .navbar-nav {
  flex-direction: unset;
}
.navbar-default .navbar-nav > li > a {
    padding: 13px 8px;
}
.navbar-default .navbar-nav > li:hover > a {
    padding: 13px 8px 9px;
}
.navbar-default .navbar-nav a i.far,
.navbar-default .navbar-nav a i.fas {
  text-align: center;
  width: 20px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #000000;
}

/*.btn-primary {
  background-color: #00a0de;
  border: none;
  color: #ffffff !important;
  text-decoration: none !important;
}
*/
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 490px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  background-color: #ffffff;
}

#navbarRight .maPicture {
    border-radius: 50%;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    border: 1px solid #707070;
}
#navbarRight .maPicture img {
    border-radius: 50%;
    max-width: 44px;
    max-height: 44px;
}

.navbar-right {
}
.navbar-right li.dropdown a i[class*="fa-user"] {
  font-size: 24px;
  margin: 0px;
  top: 0px;
  left: 2px;
}
.navbar-right li.dropdown a.profilLink {
    padding: 0px;
    font-family: "Rubik-regular";
    font-size: 16px;
}

.navbar .dropdown-toggle::after {
    display: none;
}

.navbar-default {
  background-color: #ffffff;
}

.navbar-brand {
  padding: 0px 30px 0px 15px;
}
.navbar-brand img {
  max-width: 250px;
  max-height: 50px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 0px;
}
.navbar-login {
  width: 305px;
  padding: 10px;
  padding-bottom: 0px;
}

.navbar-login-session {
  padding: 10px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.icon-size {
  font-size: 60px;
}

.dropdown.functions ul {
    box-shadow: 0px 4px 12px #00000029;
    border-radius: 0px;
}
.dropdown.functions ul li {
    border-bottom: 1px solid var(--line-color-grey);
}
.dropdown.functions ul li:last-child {
    border-bottom: 0px;
}
.dropdown.functions ul li a {
    white-space: nowrap;
    text-decoration: none;
    padding: 8px 10px;
    display: block;
}
.dropdown.functions ul li i {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
}
.dropdown.functions ul li:hover {
    background-color: var(--bg-greengrey);
}
.dropdown.functions ul li:hover a {
    text-decoration: underline;
}

.dropdown-large {
    position: static !important;
    z-index: 999;
}

#navbar .dropdown-large {
    z-index: 900;
}

.dropdown-menu.dropdown-menu-large {
    position: absolute;
    padding: 20px 0px;
    color: #000000;
    border-radius: 0px;
    top: 160px;/*130px*/
    left: 0%;
    width: 100%;  
    overflow: scroll;
    max-height: 650px;
}

#navbar .dropdown-large.active > a,
#navbar .dropdown-large:hover > a {
    border-bottom: 6px solid var(--ag-link-hover-color);
}

.dropdown-menu-large > div > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large div > ul > li {
  list-style: none;
}
.dropdown-menu-large div > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
  margin-top: 0px;
}
.dropdown-menu-large div > ul > li > a:hover, 
.dropdown-menu-large div > ul > li > a:focus {
  text-decoration: none;
  color: #262626;
}

.dropdown-menu-large .disabled > a {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover, .dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
    color: #428bca;
    font-size: 18px;
    margin-top: 24px;
}
.dropdown-menu-large div .dropdown-header:first-child {
    margin-top: 0px;
}

.modal-dialog {
    max-width: 800px;
}
/*.modal-dialog.modal-lg {
    max-width: 1000px;
}*/
.modal-header {
    display: flex !important;
    justify-content: space-between !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}

.modal .modal-dialog .modal-content {
  border-radius: 0px;
}

@media (max-width: 768px) {
  .btn {
    margin-bottom: 4px !important;
  }
  .dropdown-menu-large {
    margin-left: 0;
    margin-right: 0;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}



@media (max-width: 640px) {
    #navbar .navbar-nav {
      width: 100%;
      margin-top: 0px;
      margin-bottom: 0px;
    }
    #navbar .navbar-nav li.dropdown {
      display: inline-block;
      width: 23.5%;
    }
    #navbar .navbar-nav li.dropdown:first-child {
      padding-left: 15px;
    }
    #navbar .navbar-nav li.dropdown a {
      padding-left: 0px;
      padding-right: 0px;
    }
    #navbar .navbar-nav li.dropdown ul.dropdown-menu {
      position: absolute;
      left: 0px;
      background-color: #ffffff;
      min-height: 200px;
      max-height: 500px;
      overflow: scroll;
    }
    #navbar .navbar-right {
      width: 32%;
      float: right;
    }
    #navbar .navbar-right li {
      width: 49%;
      float: left;
      /*width: 49%;*/
    }
    #navbar .navbar-right li li {
      width: 100%;
    }
    #navbar .navbar-right li a.searchLink {
      line-height: 55px;
    }
    #navbar .navbar-right li.dropdown {
      width: 49%;
    }
    #navbar .navbar-right li.dropdown ul.dropdown-menu {
      position: absolute;
      left: 0px;
      width: 100%;
      background-color: #ffffff;
      min-height: 200px;
      max-height: 500px;
      overflow: scroll;
    }
    /*  
    #content div.site {
      margin-top: 67px;
    }
    */
    
    textarea.form-control {
      height: 80px;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    #navbar .navbar-nav {
      width: 100%;
      margin-top: 0px;
      margin-bottom: 0px;
      float: left;
    }
    #navbar .navbar-nav li {
      display: inline-block;
      width: 24%;
    }
    #navbar .navbar-nav li:first-child {
      padding-left: 15px;
    }
    #navbar .navbar-nav li.dropdown {
      display: inline-block;
      width: 23.5%;
    }
    #navbar .navbar-nav li.dropdown:first-child {
      padding-left: 15px;
    }
    #navbar .navbar-nav li.dropdown a {
      padding-left: 0px;
      padding-right: 0px;
    }
    #navbar .navbar-nav li.dropdown ul.dropdown-menu {
      position: absolute;
      left: 0px;
      background-color: #ffffff;
      min-height: 200px;
      max-height: 500px;
      overflow: scroll;
    }
    #navbar .navbar-nav li.dropdown ul li {
      display: block;
      width: 100%;
    }
    #navbar .navbar-nav li.dropdown ul li.col-md-4 {
      display: block;
      width: 33%;
    }
    #navbar .navbar-nav li.dropdown ul li.col-md-6 {
      display: block;
      width: 50%;
    }
    #navbar .navbar-right li {
      width: 49%;
    }
    /*
    #content div.site {
      margin-top: 67px;
    }
    */
}

.vcenter {
  vertical-align: middle;
}

header {
    background-color: #ffffff;
    border-bottom: 1px solid var(--line-color-grey);
}

#content {
    min-height: 400px;
}

#content .site {
    background-color: var(--bg-grey);
    padding: 0px 10px 10px;
    padding-top: 130px;
}

#content div.site h1 {
  text-align: center;
  font-size: 24px;
  
  padding-bottom: 5px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#content div.site h1 div.dropdown {
  text-transform: none;
}
#content div.site div.zeitjournal div.date {
  font-size: 36px;
  
}
#content div.site div.zeitjournal div.currentHours {
  font-size: 14px;
  color: #acacac;
  margin-bottom: 30px;
}
#content div.site div.zeitjournal div.timeBlock div.timeDetails {
  background-color: #dfdfdf;
  padding: 10px 20px 5px 20px;
  margin-bottom: 20px;
}
#content div.site div.zeitjournal div.timeBlock a.timeFunction {
  display: inline-block;
  background-color: #dedede;
  border-radius: 50%;
  padding: 10px 13px;
  color: #ffffff;
  font-size: 20px;
  margin-top: 10px;
}
#content div.site div.zeitjournal div.timeBlock a.timeFunction:hover {
  background-color: #00a0de;
  color: #ffffff;
}
#content div.site div.zeitjournal div.timeBlock.aktiv a.timeFunction {
  background-color: #23527c;
}
#content div.site div.zeitjournal div.timeBlock.aktiv a.timeFunction:hover {
  background-color: #00a0de;
}
#content div.site div.contentHeader {
    position: fixed;
    top: 137px;
    background-color: #ffffff;
/*    margin-top: -60px;*/
    margin-bottom: 30px;
    /*position: relative;*/
    /*position: fixed;*/
/*    margin-right: 15px;*/
    width: calc(100% + 15px);
    padding-top: 5px;  
    /*padding-left: 15px;
    margin-left: -30px;*/
    padding-right: 30px;
    z-index: 1000;
    border-bottom: 10px solid #ffffff;
    box-shadow: 0px 8px 13px -13px #00000029;
}   
#content div.site div.contentHeader div {
    align-items: center !important;
    display: flex;
}
#content div.site div.contentHeader div:nth-child(2) {
    justify-content: flex-end !important;
}
#content div.site div.contentHeader div:last-child {
    align-items: flex-start !important;
}
#content div.site div.contentHeader a {
  padding: 8px 10px;
  margin-left: 5px;
  white-space: nowrap;
}
#content div.site div.contentHeader a i {
  margin: 1px 5px 0px;
}
#content div.site div.contentHeader h1 {
  text-align: left;
  font-family: "Rubik-regular";
  font-size: 18px;
  padding: 0px !important;
  text-transform: none;
}
#content div.site div.contentHeader h1 small {
    display: block;
    color: #cbcbcb;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    font-weight: normal;
}
#content div.site div.contentHeader div input {
    margin-bottom: 0px;
}
#content div.site div.contentHeader div.dropdown {
  display: inline-block;
}

/* LOGIN */ 
.whiteFrame.login {
    height: calc(100% - 80px);
}

.login .site {
    overflow: hidden;
}
#content.login h1 {
    font-size: 32px;
}

#content.login h2 {
    font-family: "Rubik-medium";
    font-size: 21px;
}
#content.login h2 small {
    font-family: "Rubik-regular";
    font-size: 21px;
}

#content div.site div.anlagen {
  border-bottom: 1px solid #efefef;
  padding: 10px 0px;
  margin-top: -30px;
  margin-bottom: 30px;
}
#content div.site div.anlagen a {
  display: inline-block;
  margin-right: 20px;
}
#content div.site img.mitarbeiter {
  max-height: 87px;
  margin-bottom: 4px;
  border-radius: 50%;
}
#content div.site .userframe {
  height: 32px;
  width: 32px;
  overflow: hidden;  
  border: 1px solid #707070;
  border-radius: 50%;
}
#content div.site .userframe div.initials {
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    margin-top: 2px;
    height: 30px;
    width: 30px;
}
#content div.site .userframe img.mitarbeiter-small {
  max-height: 38px;
  margin-top: -2px;
}
#content div.site p[class*=bg-] {
  padding: 20px 20px;
  font-size: 110%;
}
#content .form-horizontal .checkbox,
#content .form-horizontal .checkbox-inline,
#content .form-horizontal .radio,
#content .form-horizontal .radio-inline {
  padding-top: 0px;
}

#content .form-horizontal .control-label {
    text-align: right;
}
#content .form-horizontal h2 {
  /*color: #3baad7;*/
}
#content img.produktbildListe {
  height: 75px;
}
#content ul.accordion {
  margin-left: 0px;
  padding-left: 0px;
}
#content ul.accordion li {
  list-style: none;
}
#content .seitennavigation .btn-primary {
    border: 1px solid var(--bg-dark-blue);
}
#content .seitennavigation .btn-primary:hover {
    border-color: var(--bg-darker-blue);
    background-color: var(--bg-darker-blue);
}
#content .seitennavigation .btn-default {
    border: 1px solid var(--line-color-grey);
    background-color: var(--bg-greengrey);
}

/*.context-menu-list li.glyphicons,*/
.context-menu-list li.fa-light  {
  margin-top: 2px;
  width: 100%;
  padding-top: 4px;
  padding-right: 7px;
  padding-bottom: 4px;
  padding-left: 7px;
  color: #337ab7;
  line-height: 21px;
}
/*.context-menu-list li.glyphicons span,*/
.context-menu-list li.fa-light span {
  color: #000000;
  margin-left: 8px;
  position: relative;
  top: -1px;
  font-family: "Rubik-regular", sans-serif !important;
}
/*.context-menu-list li.glyphicons:hover,*/
.context-menu-list li.fa-light:hover {
  color: #ffffff;
}
/*.context-menu-list li.glyphicons:hover span,*/
.context-menu-list li.fa-light:hover span {
  color: #ffffff;
}
/*.context-menu-list li.glyphicons:hover ul li span,*/
.context-menu-list li.fa-light:hover ul li span {
  color: #000000;
}
/*.context-menu-list li.glyphicons:hover ul li span:hover,*/
.context-menu-list li.fa-light:hover ul li span:hover {
  color: #ffffff;
}
/*.context-menu-list li.glyphicons:hover ul li span:hover span,*/
.context-menu-list li.fa-light:hover ul li span:hover span {
  color: #ffffff;
}

#tableKonfigurationModal .modal-content .col-xs-2 {
  margin-top: 35%;
}

#tableKonfigurationModal .modal-content .btn-sm {
  padding-top: 9px;
  padding-bottom: 9px;
}

/* Statusmeldungen */
/*
.validMsg,
.invalidMsg {
  line-height: 30px;
  padding-left: 20px;
  margin-bottom: 20px;
  color: #ffffff;
  
  font-size: 14px;
  background-color: #11b625;
}

.invalidMsg {
  background-color: #b61111;
}

.validMsg a,
.invalidMsg a {
  color: #ffffff;
  text-decoration: underline;
}
.validMsg a:hover,
.invalidMsg a:hover {
  color: #ffffff;
  text-decoration: none;
}
*/

/* Alerts */
.bg-success {
    background-color: var(--alert-success-color) !important;
    border: 10px solid #ffffff;
}
.bg-danger {
    background-color: var(--alert-danger-color) !important;
    border: 10px solid #ffffff;
}
.bg-warning {
    background-color: var(--alert-warning-color) !important;
    border: 10px solid #ffffff;
}
.bg-info {
    background-color: var(--alert-info-color) !important;
    border: 10px solid #ffffff;
}

.bg-success h2,
.bg-danger h2,
.bg-warning h2,
.bg-info h2 {
    margin-top: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    color: #4E4E4E;
    font-size: 24px;
    font-family: "Rubik-medium";
}
/*
.bg-danger h2 {
    color: var(--alert-danger-dark-color);
}
.bg-warning h2 {
    color: var(--alert-warning-dark-color);
}
.bg-info h2 {
    color: var(--alert-info-dark-color);
}
*/

.bg-success i,
.bg-danger i,
.bg-warning i,
.bg-info i {
    margin-right: 30px;
    color: var(--alert-success-color);
    background-color: var(--alert-success-dark-color);
    padding: 15px;
    border-radius: 50px;
    font-size: 19px;
}
.bg-danger i {
    color: var(--alert-danger-color);
    background-color: var(--alert-danger-dark-color);
}
.bg-warning i {
    color: var(--alert-warning-color);
    background-color: var(--alert-warning-dark-color);
}
.bg-info i {
    color: var(--alert-info-color);
    background-color: var(--alert-info-dark-color);
}
/*
.bg-success div,
.bg-danger div,
.bg-warning div,
.bg-info div {
    padding-left: 34px;
    padding-top: 17px;
    padding-bottom: 15px;
    font-family: "Rubik-medium";
    font-weight: normal;
    font-size: 22px;
    color: #000000;
}*/

.bg-success .messageBody,
.bg-danger .messageBody,
.bg-warning .messageBody,
.bg-info .messageBody {
    font-family: "Rubik-regular";
    font-size: 16px;
    color: #4E4E4E;
}

.bg-success .messageBody ul,
.bg-danger .messageBody ul,
.bg-warning .messageBody ul,
.bg-info .messageBody ul {
    margin-bottom: 0px;
}


/* Kalender */
.wc-container {
  border: none !important;
}
.wc-container .wc-toolbar {
  background: var(--bg-dark-blue);
  color: #ffffff;
}
.wc-container .wc-header {
    background: var(--bg-dark-blue);
    color: #ffffff;
}
.wc-container .wc-header td,
.wc-container .wc-header th {
    border: none;
}

.wc-container .wc-header .ui-widget-header .ui-state-default,
.wc-container .wc-header .ui-buttonset .ui-button {
    background-color: var(--bg-grey) !important;
}
.wc-container .wc-hour-header.ui-state-default {
    padding: 0px !important;
}

.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default,
.ui-buttonset button,
.ui-buttonset label {
    border: 1px solid #aed0ea;
    background: var(--bg-grey);
    color: #000000;
    padding: .4em 1em;
    font-weight: normal;
}

.ui-state-default.ui-state-active {
    background: var(--bg-dark-blue);
    color: #ffffff;
}

.ui-button {
    display: inline-block;
    line-height: normal;
    padding: .4em 1em;
}

.ui-state-default .ui-icon,
.ui-widget-content .ui-state-default .ui-icon, 
.ui-widget-header .ui-state-default .ui-icon {
    color: #ffffff;
}

.wc-container .wc-header .wc-day-column-header.wc-today {
    background: #43bbf9;
    border: none;
}
.wc-container .wc-header .wc-today.wc-user-header {
    background: #43bbf9;
}
.wc-container .wc-time-slots {
    margin-top: 4px;
}
.wc-container .wc-time-slot {
    /*height: 19.279px !important;*/
    height: 19.179px !important;
}
.wc-container .wc-time-slot.wc-hour-end {
    border-bottom: 1px dotted #666;
}
.wc-container .wc-time-header-cell {
    height: 68px !important;
}


.tab-content {
  padding-top: 40px;
  padding-bottom: 30px;
}

div.blueBox {
  background-color: var(--bg-dark-blue);
  color: #ffffff;
  border: 10px solid #ffffff;
  padding: 10px 10px 0px 10px;
}

div.blueBox div.number {
  font-size: 30px;
  text-align: right;
}

div.blueBox div.title {
  text-align: right;
  margin-bottom: 10px;
}

div.blueBox .footer {
  background-color: var(--bg-darker-blue);
  position: relative;
  left: -10px;
  width: 95px;
  height: 30px;
}

div.blueBox .footer:hover {
  opacity: 0.8;
}

div.blueBox a {
  color: #ffffff;
  padding: 10px 15px;
  line-height: 30px;
}

div.blueBox a:hover {
  color: #ffffff;
}

td, th {
  padding: 7px 15px;
  border-bottom: 1px solid #dedede;
}

td {
  line-height: 17px;
}

th {
  /*background: url(../Images/background-tablehead.png) top left repeat;*/
  background-color: #f3f3f3;
  /* font-size: 12px; */
  font-size: 12px;
  
  text-align: left;
  border-right: 1px solid #e2e2e2;
  white-space: nowrap;
}
th a {
  color: #000000 !important;
}
th .checkbox {
  padding-top: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
}

th:last-child {
  border-right: none;
}

tr.sumRow td,
.sumRow div:not(.progress):not(.progress-bar) {
  /*background: url(../Images/background-tablehead.png) top left repeat; */
  background-color: #efefef;
  border-top: 1px solid #dedede;
  border-bottom: none;
  
  white-space: nowrap;
}

.sumRow div:not(.progress):not(.progress-bar) {
  padding: 7px 15px;
}

tr.regularFont {
  font-weight: normal;
}

table {
  width: 100%;
  border-spacing: 0px;
  empty-cells: show;
  margin-bottom: 40px;
}
table caption {
  /*
  background-color: #545454; 
  color: #ffffff;
  */
  color: #333333;
  caption-side: top;
  text-align: left;
  font-size: 14px;
  
  padding-left: 15px;
  line-height: 18px;
  /*
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;    
  -khtml-border-top-left-radius: 10px;
  -khtml-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  */
  border-bottom: 1px solid #dedede;
}

table caption i[class*="fa-"] {
  font-size: 120%;
  margin-top: 0px;
  margin-right: 15px;
}
table tbody tr td {
  vertical-align: middle;
}
table tbody tr td:first-child a i[class*="fa-circle-info"], 
table tbody tr td:nth-child(2) a i[class*="fa-circle-info"] {
  font-size: 18px;
  margin-top: 0px;
}
table tbody tr.noborder td,
table tfoot tr.noborder td {
  border: none;
}

.table > tbody > tr > td {
  vertical-align: middle;
}

.table-fixed,
.table-fixed thead,
.table-fixed tbody,
.table-fixed tfoot {
  width: 100%;
}

.table-fixed tbody {
  max-height: 370px;
  overflow-y: auto;
}

.table-fixed tr {
    width: 100%;
    display: flex;
}

.table-fixed thead,
.table-fixed tbody,
.table-fixed tfoot {
  display: block;
}

a.referenzLink,
a.fieldButton {
    display: flex !important;
    align-items: center !important;
    box-shadow: 0px 0px 8px #00000029;
    border-radius: 6px;
    padding: 6px 6px;
    text-align: center;
    width: 36px;
    height: 36px;  
    margin-top: 2px;
    text-decoration: none;
}
a.referenzLink:hover i[class*="fa-"],
a.fieldButton:hover i[class*="fa-"] {
  /*background-color: #23527c;*/
  color: #000000;
}
a.referenzLink i[class*="fa-"],
a.fieldButton i[class*="fa-"] {
  font-size: 19px;
  margin-top: 0px;
  color: #8D8D8D;
  width: 100%;
}
a.referenzLink i,
a.fieldButton i {
  font-size: 21px;
  color: #8D8D8D;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #f9f9f9;
}

table.table-ag thead tr th {
  white-space: nowrap;
  padding-left: 8px !important;
  padding-right: 0px !important;
  font-size: 13px;
  background-color: transparent !important;
  border-right: 0px !important;
}
table.table-ag thead tr th i[class*="fa-"] {
  font-size: 15px;
  margin-top: 2px;
  margin-right: 20px;
}
table.table-ag tbody tr td {
  padding: 4px 15px 4px 10px !important
}
table.table-ag tbody tr td.text-right {
  padding-right: 20px !important;
}
table.table-ag tfoot tr td {
  padding: 4px 3px 4px 7px !important;
  
}
table.table-ag tfoot tr td.text-right {
  padding-right: 20px !important;
}

/*
div:not(.contentHeader) input[type=submit],
div:not(.contentHeader) input[type=button],
div:not(.contentHeader) a.button {
  background: #939393;
  background: -moz-linear-gradient(top, #BDBDBD, #939393);
  background: -webkit-gradient(linear, left top, left bottom, from(#BDBDBD), to(#939393));
  border-radius: 0px;
  border: 2px solid #ffffff;
  color: #ffffff;
  
  height: 28px;
  font-size: 13px;
  width: auto;
  padding: 3px 20px 4px;
  -webkit-box-shadow: 0px 0px 2px #BDBDBD;
  -moz-box-shadow: 0px 0px 2px #BDBDBD;
  box-shadow: 0px 0px 2px #BDBDBD;
  margin-right: 10px;
}
*/

div:not(.contentHeader) input[type=submit].btn-danger {
  background: #b61111;
}
div:not(.contentHeader) input[type=submit].btn-danger:hover {
  background: #a10f0f;
}

div:not(.contentHeader) input[type=submit]:hover,
div:not(.contentHeader) input[type=button]:hover,
div:not(.contentHeader) a.button:hover,
div:not(.contentHeader) input[type=submit].aktiv {
  background-color: var(--bg-darker-blue);
}

input, select, textarea {
  font-size: 16px;
  padding: 2px 4px;
  margin: 0px 5px 4px 0px;
  border-radius: 0px;
}

select .optionGroup {
  
  background-color: #dedede;
}
select .optionChild::before {
  content: "▼";
  font-size: 1rem;
  top: 6px;
  right: 10px;
  position: absolute;
  padding-left: 20px !important;
}

tbody tr td label.required:after,
div.row label.required:after,
#tabs div label.required:after {
    font-family: "Font Awesome 6 Pro";
    position: relative;
    top: -10px;
    left: 4px;
    content: " \2a";
    color: red;
    font-size: 9px;
}

form.form-horizontal div.radio,
form.form-horizontal div.checkbox {
  margin: 0px;
}

form.form-horizontal div.checkbox label {
  float: none !important;
  width: auto !important;
}

form.form-horizontal div.checkbox {
  width: auto !important;
}

form.form-horizontal div.checkbox input[type=checkbox] {
  height: 16px !important;
  margin-top: 0 !important;
}

:not(.input-group) input[type="text"],
:not(.input-group) select,
:not(.input-group) .form-control,
.form-group div.input-group-addon,
.form-group div.input-group-btn,
.form-group input[type="text"],
.form-group select,
.form-group .form-control {
    font-family: "Rubik-regular";
    font-size: 16px;
    line-height: 28px;
    padding-left: 16px;
    padding-right: 8px;
    border-radius: 0px;
    border: 0px;
    border-bottom: 2px solid #D6D5CE;
    background-color: #f9f9f9;
    height: 42px;
}

input[type="text"]:focus,
select:focus,
.form-control:focus,
.input-group:focus-within > .input-group-addon,
.input-group:focus-within > .input-group-btn {
    box-shadow: none;
    border-bottom: 2px solid var(--ag-link-color);
}

.site input[type="text"],
.site select,
.site .form-control,
.site .input-group:not(.file-caption-main) div,
.site .input-group:not(.file-caption-main) span {
    background-color: #ffffff;
}
.site .tab-content div.input-group-addon,
.site .tab-content div.input-group-btn,
.site .modal .modal-body div.input-group-addon,
.site .modal .modal-body div.input-group-btn {
    background-color: #f9f9f9;
}

button, input, optgroup, select, textarea,
select optgroup, 
select option,
.form-control option,
.form-control-sm option {
    font-family: "Rubik-regular", sans-serif !important;
}

textarea,
textarea.form-control,
select[multiple]:not(.select2) {
    height: auto !important;
    min-height: 80px;
}

.select2 .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-radius: 0px;
    box-shadow: none;
    border: 0px;
    border-bottom: 2px solid #D6D5CE;
    min-height: 42px !important;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 18px !important;
    min-height: 18px !important;
}

.select2-container {
    width: 100% !important;
}

.form-check {
    margin-bottom: 1rem;
}

input[type="checkbox"],
.form-check-input[type="checkbox"] {
    border-radius: 0px;
    width: 32px;
    height: 32px;
    border-color: #D6D5CE;
    margin-right: 11px;
}

:not(.ui-buttonset) input[type="radio"],
:not(.ui-buttonset) .form-check-input[type="radio"] {
    width: 32px;
    height: 32px;
    border-color: #D6D5CE;
    margin-right: 11px;
}

input[type="text"]:read-only {
    opacity: 0.65;
}

.table .form-check {
    line-height: 16px;
    margin-bottom: 0px;
}

.table input[type="checkbox"],
.table .form-check-input[type="checkbox"] {
    width: 18px;
    height: 18px;
}
.form-check-input:checked {
    background-color: var(--bg-dark-blue);
}

.form-check-input:focus {
    box-shadow: none;
}

.form-check-label {
    line-height: 36px;
    width: 90%;
    padding-top: 2px;
}
.form-check.form-check-inline .form-check-label {
    width: auto;
    margin-right: 2rem;
}

.site .tab-content input[type="text"],
.site .tab-content select,
.site .tab-content .form-control,
.site .tab-content .input-group-addon,
.site .tab-content .input-group-btn,
.modal .modal-content .form-control {
    background-color: #f9f9f9;
}

.input-group {
    margin: 0px 0px 4px 0px;
}
.input-group input,
.input-group select {
    margin-right: 0px;
    border-bottom: 2px solid #D6D5CE;
}

.input-group .input-group-btn,
.input-group .input-group-addon {
    background-color: #f9f9f9;
    margin: 0px 0px 4px 0px;
    border-bottom: 2px solid #D6D5CE;
    align-items: center !important;
    display: flex;
}

.input-group .input-group-btn button {
    height: 40px;
}

.input-group .input-group-btn button:hover {
    color: var(--ag-link-color);
}

/*.tab-content .input-group .input-group-addon {*/
.input-group .input-group-addon {
    height: 42px;
    font-family: "Rubik-regular";
    font-size: 14px;
    line-height: 40px;
    padding-right: 15px;
    padding-left: 5px;
}

/*
.tab-content .input-group {
    background-color: #ececec;
    border-bottom: 2px solid #D6D5CE;
}
.tab-content .input-group input {
    background-color: transparent;
    border: none;
}
.tab-content .input-group:focus input,
.tab-content .input-group:hover input {
    box-shadow: none;
    border-bottom: 2px solid var(--ag-link-color);
}
*/

.bootstrap-select {
}
.bootstrap-select button {
    line-height: 28px;
    padding-left: 21px;
    padding-right: 21px;
    border-bottom: 2px solid #D6D5CE;
    color: var(--bs-body-color);
}

.bootstrap-select:not(.input-group-btn), 
.bootstrap-select[class*="col-9"] {
    float: left;
    width: 75%;
}

.bootstrap-select[class*="offset-lg-1"] {
    margin-left: 8.33333333%;   
}

.input-group-text {
    font-family: "Rubik-regular";
    background-color: #F0EFE6;
    font-size: 16px;
    height: 42px;
    border-radius: 0px;
    border: 0px;
    border-bottom: 2px solid #D6D5CE;
}


.form-group {
  margin-bottom: 8px;
}
.form-group label {
  padding-top: 5px;
  text-align: left;
}

/*
table td .form-group {
    margin-bottom: 0px;
}
*/

.historie ul li i {
  border-bottom: 1px dotted;
}

tbody tr td input,
tbody tr td select,
tbody tr td textarea {
  margin-bottom: 3px;
}

tbody tr td textarea {
  height: 70px;
  width: 80%;
}

tbody tr td h2,
.row .site h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dedede;
  font-size: 18px;
  
  line-height: 28px;
}

tbody tr td h3,
.row .site h3 {
  margin-top: 15px;
  margin-bottom: 5px;
  border-bottom: 1px solid #dedede;
  font-size: 11px;
  
  line-height: 16px;
}

/*ul.arrow li:before {
    color: #38a2cc;
    content: "";
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    margin-right: 20px;
    font-size: 14px;
}*/

/* OLD Version
a.addLink {
  position: relative;
  top: -15px;
  margin-bottom: 40px;
}
*/
a.addLink {
  width: 100%;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  background-color: #efefef;
  height: 42px;
  font-size: 16px;
  margin-bottom: 40px;
}

div.filterFunktionen {
  float: left;
  width: 30px;
  margin-top: 4px;
}

div.functionsInline {
  margin-top: 0px;
  position: relative;
  margin-bottom: 4px;
}

/* Filter */
div.filter,
div.category {
  margin-bottom: 28px;
}

div.filter div.filter-head,
div.category div.category-head {
  width: 100%;
  /*min-width: 800px;*/
  height: 35px;
  /*background: url(../Images/background-filter-head.png) top left repeat-x;*/
  /*border-bottom: 1px solid #dedede;*/
  /*
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;	
  */
}

div.filter div.filter-head h2,
div.category div.category-head h2 {
  font-size: 14px;
  
  padding-left: 16px;
  line-height: 35px;
  margin-top: 0px;
  border-bottom: 0px;
}
div.filter div.filter-head h2 i[class*="fa-"],
div.filter div.filter-head h2 i[class*="fa-"],
div.category div.category-head h2 i[class*="fa-"],
div.category div.category-head h2 i[class*="fa-"] {
  line-height: 35px;
  font-size: 120%;
  margin-top: 0px;
  margin-right: 15px;
}
div.filter div.filter-head h2 small.currentFilter,
div.category div.category-head h2 small.currentFilter {
  margin-left: 30px;
  font-weight: normal;
  font-family: "Rubik-regular";
}
div.filter div.filter-head h2 small.currentFilter .filterPart:hover,
div.category div.category-head h2 small.currentFilter .filterPart:hover {
  text-decoration: underline;
  margin: 0px 5px;
  cursor: pointer;
}
div.filter div.filter-head h2 small.currentFilter .text-dark,
div.category div.category-head h2 small.currentFilter .text-dark {
  color: #000000;
  margin: 0 2px 0 5px;
  display: inline-block;
}

div.filter div.filter-body,
div.category div.category-body {
  /*width: 100%;*/
  min-height: 50px;
  /*min-width: 800px;*/
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #F5F5F5;
}

div.filter div.filter-body form:not(.form-horizontal) label,
div.category div.category-body form:not(.form-horizontal) label {
  width: 150px;
  float: left;
  font-family: "Rubik-regular";
  font-size: 16px;
  color: #696969;
}

div.filter div.filter-body form:not(.form-horizontal) label.width_200px,
div.category div.category-body form:not(.form-horizontal) label.width_200px {
  width: 200px;
}

div.filter div.filter-body form:not(.form-horizontal) input,
div.category div.category-body form:not(.form-horizontal) input {
  width: 200px;
  margin-bottom: 4px;
}

div.filter div.filter-body form:not(.form-horizontal) input.width_60percent,
div.category div.category-body form:not(.form-horizontal) input.width_60percent {
  width: 60%;
}

div.filter div.filter-body form:not(.form-horizontal) textarea,
div.category div.category-body form:not(.form-horizontal) textarea {
  width: 200px;
  margin-bottom: 4px;
}

div.filter div.filter-body form:not(.form-horizontal) select,
div.category div.category-body form:not(.form-horizontal) select {
  width: 200px;
  margin-bottom: 4px;
}

div.filter div.filter-body form:not(.form-horizontal) div.firstRow,
div.filter div.filter-body form:not(.form-horizontal) div.secondRow,
div.category div.category-body form:not(.form-horizontal) div.firstRow,
div.category div.category-body form:not(.form-horizontal) div.secondRow {
  float: left;
  width: 395px;
}

div.filter div.filter-body input[type=submit],
div.category div.category-body input[type=submit] {
  margin: 20px 0px;
}

div.filter div.filter-body input[type=radio] {
  width: auto;
  margin-right: 5px;
}

div.filter div.filter-body select.autoWidth,
div.category div.category-body select.autoWidth {
  width: auto;
}

div.filter div.filter-body form:not(.form-horizontal) input.date,
div.category div.category-body form:not(.form-horizontal) input.date,
input.date {
  width: 135px;
}

div.filter div.filter-body form:not(.form-horizontal) input.days,
div.category div.category-body form:not(.form-horizontal) input.days {
  width: 20px;
  text-align: right;
}

div.filter div.filter-body form:not(.form-horizontal) input.width_60px,
div.filter div.filter-body form:not(.form-horizontal) select.width_60px,
div.category div.category-body form:not(.form-horizontal) input.width_60px,
div.category div.category-body form:not(.form-horizontal) select.width_60px {
  width: 60px;
}

div.filter div.filter-body form:not(.form-horizontal) input.width_50px,
div.filter div.filter-body form:not(.form-horizontal) select.width_50px,
div.category div.category-body form:not(.form-horizontal) input.width_50px,
div.category div.category-body form:not(.form-horizontal) select.width_50px {
  width: 50px;
}

div.filter div.filter-body form:not(.form-horizontal) select.width_40px,
div.category div.category-body form:not(.form-horizontal) select.width_40px {
  width: 40px;
}

div.filter div.filter-body form:not(.form-horizontal) select.width_80px,
div.category div.category-body form:not(.form-horizontal) select.width_80px {
  width: 80px;
}

div.filter div.filter-body form:not(.form-horizontal) input.width_30px,
div.category div.category-body form:not(.form-horizontal) input.width_30px {
  width: 30px;
}

div.filter div.filter-body form:not(.form-horizontal) input.width_20px,
div.category div.category-body form:not(.form-horizontal) input.width_20px {
  width: 20px;
}

#wikiNav ul li {
  display: block;
  margin-top: 15px;
}

#wikiNav ul li a {
  color: #000000;
  font-size: 14px;
  border-bottom: 1px solid #DEDEDE;
  display: block;
}

#wikiNav ul li ul li {
  border-bottom: none;
  margin-top: 1px;
  margin-bottom: 8px;
}

#wikiNav ul li ul li ul li {
  margin-bottom: 0px;
}

#wikiNav ul li ul li a {
  margin-top: 0px;
  font-weight: normal;
  display: inline-block;
}

#wikiNav ul li ul li ul li a {
  border-bottom: none;
}

#wikiNav a:hover {
  color: #38A2CC;
}

#wikiContent h2 {
  font-size: 14px;
}

/* Multiselect */
.ms-selectable .custom-header,
.ms-selection .custom-header {
  text-align: center;
  border: 1px solid #CCCCCC;
  line-height: 24px;
  font-size: 12px;
  
}

.ms-selectable input.search-input,
div.filter div.filter-body .ms-selectable input,
div.category div.category-body .ms-selectable input {
  width: 100%;
  margin-bottom: 10px;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.ms-selection input.search-input,
div.filter div.filter-body .ms-selection input,
div.category div.category-body .ms-selection input {
  width: 100%;
  margin-bottom: 10px;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.ms-selectable input.search-input,
.ms-selection input.search-input {
  width: 100%;
}

#ms-tags {
  float: left;
}

.progress {
  margin-bottom: 4px;
  position: relative;
}
.progress .progress-bar {
  color: #000000;
}
.progress > .progress-completed {
  position: absolute;
  right: 0px;
  padding: 3px 10px 2px;
}

#wikiContent #WikiSiteTitle {
  display: block;
  font-size: 22px;
  
}
#wikiContent h1,
#wikiContent h2,
#wikiContent h3,
#wikiContent h4 {
  
  margin-bottom: 10px;
}
#wikiContent h1 {
  font-size: 19px;
}
#wikiContent h2 {
  font-size: 16px;
}
#wikiContent h3 {
  font-size: 14px;
}
#wikiContent h4 {
  font-size: 12px;
}
#wikiContent p {
  margin-bottom: 10px;
}

.accordion li > a {
  background: -moz-linear-gradient(center top, #6C6E74 0%, #4B4D51 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, #6C6E74 0%, #4B4D51 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6C6E74), color-stop(100%, #4B4D51));
  background: -webkit-linear-gradient(top, #6C6E74 0%, #4B4D51 100%);
  background: -o-linear-gradient(top, #6C6E74 0%, #4B4D51 100%);
  background: -ms-linear-gradient(top, #6C6E74 0%, #4B4D51 100%);
  background: linear-gradient(top, #6C6E74 0%, #4B4D51 100%);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 0 rgba(0, 0, 0, 0.1);
  color: #ffffff;
  display: block;
  font: bold 12px/32px Arial, sans-serif;
  height: 32px;
  padding: 0 10px 0 20px;
  position: relative;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
}
.accordion li > a span {
  margin-left: 10px;
  padding: 3px 10px;
  border-radius: 50%;
  font-size: 10px;
  position: relative;
  top: -4px;
}

.accordion > li:hover > a,
.accordion > li:target > a,
.accordion > li > a.active {
  display: block;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
  /*background: url(../Images/active.png) repeat-x;*/
  background: #357094;
  background: -moz-linear-gradient(top, #55A7D8 0%, #357094 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #55A7D8), color-stop(100%, #357094));
  background: -webkit-linear-gradient(top, #55A7D8 0%, #357094 100%);
  background: -o-linear-gradient(top, #55A7D8 0%, #357094 100%);
  background: -ms-linear-gradient(top, #55A7D8 0%, #357094 100%);
  background: linear-gradient(top, #55A7D8 0%, #357094 100%);
}

.accordion > li:hover > a span,
.accordion > li:target > a span,
.accordion > li > a.active span {
  color: #fdfdfd;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.35);
  background: #666666;
}

.accordion > li > ul {
  padding: 20px 10px;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}

.accordion > li > ul > li {
  margin: 12px 0px;
}

.accordion > li > ul > li > em {
  display: inline-block;
  
  width: 180px;
}

.accordion li > .sub-menu {
  display: none;
}

.accordion li:target > .sub-menu {
  display: block;
}

.grouprights ul {
  list-style: none;
}

.grouprights .tab-content {
  padding-top: 0px;
}
.grouprights .tab-content ul li {
  border-bottom: 1px solid #ececec;
  padding-top: 5px;
  padding-bottom: 5px;
}

ul.ui-autocomplete {
  z-index: 9999;
}

#faq div {
  padding-bottom: 40px; 
}

textarea.keywordlist {
  width: 300px;
  height: 200px;
}

.ui-datepicker {
  z-index: 1100 !important;
}

.range_inputs {
    width: 100%;
    text-align: right;
}

/** Kalender **/
.ui-helper-hidden-accessible {
  position: absolute !important;
}

.wc-cal-event {
  font-size: 12px !important;
  line-height: 14px !important;
}

#content div.site .wc-container * {
  box-sizing: content-box;
}

#content div.site .wc-container h1 {
  font-size: 14px;
  margin-bottom: 0px;
  border-bottom: none;
}

#content div.site .wc-container table {
  margin-bottom: 0px;
}

#content .wc-switch-display {
    display: none;
}

.ms-container {
  width: 100% !important;
}

#cke_produktbeschreibung {
  width: 80%;
  float: left;
  margin-bottom: 5px;
}

ul.produkte li {
  list-style-type: square !important;
}

.ui-widget-overlay {
  background: none;
  background-color: #cdcdcd !important;
}

#tabs .ui-tabs {
  padding: 0px;
}

#tabs .ui-tabs .ui-tabs-nav {
  padding: 0px;
}

.ui-tabs .ui-tabs-nav li a {
  line-height: 35px;
}

.ui-tabs .ui-tabs-nav li.ui-state-default {
  background: none;
  border-radius: 0px;
  background-color: #dedede;
  outline: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  background-color: #00a0de;
  border: none;
}

.ui-tabs .ui-widget-header {
  background: none;
  border: 0px;
}

.ui-tabs.ui-widget-content {
  border: 0px;
  background: none;
}

.ui-tabs .ui-tabs-panel {
  padding: 2em 0em;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-right,
.ui-corner-bottom {
  border-radius: 0px !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.ui-accordion .ui-state-default,
.ui-accordion .ui-widget-content .ui-state-default,
.ui-accordion .ui-widget-header .ui-state-default {
  background: none;
  background-color: #00a0de;
  color: #ffffff;
  border: none;
  outline: none;
}
.ui-accordion .ui-accordion-content a {
  color: #00a0de;
}
.ui-accordion .ui-accordion-content a:hover {
  text-decoration: underline;
}

.zeitHinweis div {
  /*
  background: url(../Images/background-success.png) top left repeat;
  border-radius: 5px;
  line-height: 36px; 
  padding-left: 20px;
  padding-right: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #ffffff;
  
  font-size: 14px; 
  */
}

#kundenadressen .row .vcard {
  margin-bottom: 30px;
}

#tabs .vcard label {
  padding: 0px;
}

#tabs .vcard .formLabel {
  float: left;
  font-weight: normal;
  width: 60px;
}

#tabs .vcard .formValue {
  float: left;
  margin: 0px 0px 2px;
  padding: 0;
}

.ui-widget .ui-widget,
.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Rubik-regular", sans-serif !important;
  font-size: 14px;
}

.ui-datepicker {
    width: 23em;
}

.ui-timepicker-table td a {
    width: 2em;
    padding: .2em .3em .2em .5em !important;
}

/* Kanban */
#kanbanBoardContainer {
    height: 680px;
}

button[type="button"].active .userframe,
button[type="button"].active .initials {
    border-color: #ffffff !important;
}

.kanban-lane {
    
}

.kanban-card {
    background-color: var(--bg-grey);
}
.drag-over {
    background: #d0ffd6; /* Grüner Zielbereich */
}
.sortable-ghost {
  opacity: 0.4;
}

table tr th i.far,
table tr th i.fas {
  margin: 0px 5px;
}

.h1 .small, .h1 small,
.h2 .small, .h2 small,
.h3 .small, .h3 small,
h1 .small, h1 small,
h2 .small, h2 small,
h3 .small, h3 small {
  /*font-size: 60% !important;*/
  text-transform: none;
}

h1 small .functions.pull-right {
  position: relative;
}

form[name=neuesTicket] .cke {
  /*float: left;*/
}

.grey {
  color: #acacac;
}

span.tag {
  display: inline-block;
  background: #38a2cc;
  padding: 5px 12px;
  margin-right: 5px;
  color: #fff;
  margin-bottom: 2px;
}

.input-group .form-control {
  z-index: 0;
}

.input-group {
  margin-bottom: 3px;
  font-size: 12px;
}

.btn-group {
  white-space: nowrap;
}

div.table-responsive,
div.table-responsive table {
  /*min-height: 250px !important;*/
}

div.table-responsive table th {
  white-space: nowrap;
}

div.table-responsive table th.wrap,
div.table-responsive table td.wrap {
  white-space: normal;
}

table th.border-right,
table td.border-right {
  border-right: 1px solid #363736;
}

table th.border-left {
  border-left: 1px solid #363736;
}

div.row.news h1 {
    color: var(--bg-dark-blue);
}
div.row.news h1 small {
    font-family: "Rubik-regular";
    font-size: 16px;
}

div.row.news ul {
  margin-left: 20px;
}

div.row.news ul li {
  
  font-style: italic;
}

div.row.news ul li.fontLight,
div.row.news ul li ul li {
  font-weight: normal;
  list-style-type: square;
  font-style: normal;
}

div.row.news ul li:last-child {
  margin-bottom: 15px;
}

div.cke_wysiwyg_div h1,
div.cke_wysiwyg_div h2,
div.cke_wysiwyg_div h3 {
  color: #363736;
  border-bottom: none !important;
}

div.cke_wysiwyg_div ul {
  margin-left: 20px;
}

div.cke_wysiwyg_div ul li {
  list-style-type: square;
  padding-left: 5px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.form-group .bootstrap-select .btn,
.form-horizontal .bootstrap-select .btn,
.form-inline .bootstrap-select .btn {
  margin: 0 5px 4px 0;
  font-size: 16px;
  color: #000000;
}
.form-group .bootstrap-select .btn .dropdown-toggle,
.form-horizontal .bootstrap-select .btn .dropdown-toggle,
.form-inline .bootstrap-select .btn .dropdown-toggle {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #000000;
  display: block;
  font-size: 16px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.form-group .bootstrap-select .btn .dropdown-toggle:focus,
.form-horizontal .bootstrap-select .btn .dropdown-toggle:focus,
.form-inline .bootstrap-select .btn .dropdown-toggle:focus {
  background-color: #ffffff;
  outline: none !important;
}

.select-group select.form-control.col-xs-6 {
  width: 50%;
  margin-right: 0px;
}

.select-group select.form-control.col-xs-2,
.select-group div.col-xs-2 {
  width: 16.667%;
  margin-right: 0px;
}

.select-group select.form-control.col-xs-3 {
  width: 25%;
  margin-right: 0px;
}

.select-group select.form-control.col-xs-4 {
  width: 33.3%;
  margin-right: 0px;
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
    background-image: none;
    background-color: var(--bg-greengrey) !important;
}

.slider.slider-horizontal .slider-selection {
    background-color: var(--alert-success-dark-color) !important;
}

.slider.slider-horizontal .slider-handle {
    background-image: none;
    background-color: var(--bg-dark-blue) !important;
}

.slider.slider-horizontal {
    width: 85%;
    top: 10px;
}
.slider-value {
    position: relative;
    top: 10px;  
    text-align: right;
    display: inline-block;
    width: 14%;
}

.slider .tooltip.top {
    
}

.displayNone {
  display: none;
}

.btn-toolbar .btn-group {
  float: none;
}

footer {
  margin-top: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  /*
  position: absolute;
  bottom: -60px;
  width: 100%;
  */
  /* Set the fixed height of the footer here */
  /*
  height: 60px;
  background-color: #f5f5f5;
  */
}

footer ul {
    list-style-type: none;
}

footer ul li {
    float: left;
    margin-left: 30px;
}

footer ul li a {
    color: #000000;
    text-decoration: none;
}

.stampStorno:after {
  position: absolute;
  top: 80px;
  left: 65%;
  z-index: 1;
  font-family: Arial, sans-serif;
  -webkit-transform: rotate(-20deg); /* Safari */
  -moz-transform: rotate(-20deg); /* Firefox */
  -ms-transform: rotate(-20deg); /* IE */
  -o-transform: rotate(-20deg); /* Opera */
  transform: rotate(-20deg);
  font-size: 40px;
  color: #c00;
  background: #fff;
  border: solid 4px #c00;
  padding: 5px;
  border-radius: 5px;
  zoom: 1;
  filter: alpha(opacity=20);
  opacity: 0.3;
  -webkit-text-shadow: 0 0 2px #c00;
  text-shadow: 0 0 2px #c00;
  box-shadow: 0 0 2px #c00;
  content: "STORNIERT";
}

.stampBezahlt:after {
  content: "BEZAHLT";
  position: absolute;
  top: 80px;
  left: 55%;
  z-index: 1;
  font-family: Arial, sans-serif;
  -webkit-transform: rotate(-20deg); /* Safari */
  -moz-transform: rotate(-20deg); /* Firefox */
  -ms-transform: rotate(-20deg); /* IE */
  -o-transform: rotate(-20deg); /* Opera */
  transform: rotate(-20deg);
  font-size: 40px;
  color: #3B8C27;
  background: #fff;
  border: solid 4px #3B8C27;
  padding: 5px;
  border-radius: 5px;
  zoom: 1;
  filter: alpha(opacity=20);
  opacity: 0.3;
  -webkit-text-shadow: 0 0 2px #3B8C27;
  text-shadow: 0 0 2px #3B8C27;
  box-shadow: 0 0 2px #3B8C27;
}

.approveIcon {
  font-size: 8px;
  
  border: 1px solid #3B8C27;
  background-color: #3B8C27;
  color: #ffffff;
  padding: 0px 2px;
  position: relative;
  top: -10px;
  border-radius: 50%;
}

.table-responsive {
  overflow-y: inherit !important;
}

/* Style the links inside the sidenav */
#mySidenav a {
  position: fixed; /* Position them relative to the browser window */
  padding: 4px 7px; /* 15px padding */
  line-height: 20px;
  width: 90px; /* Set a specific width */
  text-decoration: none; /* Remove underline */
  font-size: 13px; /* Increase font size */
  color: white; /* White text color */
  margin-top: 200px;
  height: auto;
  z-index: 1049;
  right: -28px; /* On mouse-over, make the elements appear as they should */
  transform: rotate(-90deg);
  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* The about link: 20px from the top with a green background */
#btnTime {
  top: 0px;
  width: 90px;
  background-color: #4CAF50;
}

@media (max-width: 768px) {
    /*
  #content div.site {
    margin-top: 110px;
  }
  #content div.site div.contentHeader {
    margin-top: -110px;
  }
    */
  #content div.site div.contentHeader h1 {
    text-align: center;
  }
  #content div.site .control-label {
    text-align: left;
  }
  #content div.site tbody tr td label.required:before,
#content div.site div.row label.required:before,
#content div.site #tabs div label.required:before {
    content: "";
  }
  #content div.site tbody tr td label.required:after,
#content div.site div.row label.required:after,
#content div.site #tabs div label.required:after {
    content: " *";
    color: red;
  }
}
@media (max-width: 576px) {
  body {
    margin-top: 0px;
  }
  /*
  #content div.site {
    margin-top: 110px;
  }
  #content div.site div.contentHeader {
    margin-top: -110px;
  }
  */
  #content div.site div.contentHeader h1 {
    text-align: center;
  }
  #content div.site .control-label {
    text-align: left;
  }
  .stampBezahlt:after {
    top: 90px;
    font-size: 30px;
  }
}
.height_100px {
  height: 100px !important;
}

.height_200px {
  height: 200px !important;
}

.height_300px {
  height: 300px !important;
}

.height_400px {
  height: 400px !important;
}


.row-flex {
  display: flex;
  flex-wrap: wrap;

  @for $i from 1 through 12 {
    [class*="col-xs-#{$i}"] {
      flex: $i 0 (100% / 12 * $i);
    }

    [class*="col-xs-#{$i}"]:last-child {
      flex: 0 0 (100% / 12 * $i);
    }
  }

  @media (min-width: 768px) {
    @for $i from 1 through 12 {
      [class*="col-sm-#{$i}"] {
        flex: $i 0 (100% / 12 * $i);
      }

      [class*="col-sm-#{$i}"]:last-child {
        flex: 0 0 (100% / 12 * $i);
      }
    }
  }

  @media (min-width: 992px) {
    @for $i from 1 through 12 {
      [class*="col-md-#{$i}"] {
        flex: $i 0 (100% / 12 * $i);
      }

      [class*="col-md-#{$i}"]:last-child {
        flex: 0 0 (100% / 12 * $i);
      }
    }
  }

  @media (min-width: 1200px) {
    @for $i from 1 through 12 {
      [class*="col-lg-#{$i}"] {
        flex: $i 0 (100% / 12 * $i);
      }

      [class*="col-lg-#{$i}"]:last-child {
        flex: 0 0 (100% / 12 * $i);
      }
    }
  }
}

.card .card-inner {
    font-family: "Rubik-regular";
    font-size: 16px;
    box-shadow: 0px 4px 12px #00000029;
    min-height: 660px;
}

.card .card-inner h4 {
    font-family: "Rubik-medium";
    font-size: 18px;
    line-height: 22px;
}

.card .card-inner hr {
    height: 2px;
    background-color: #DBDBDB;
}

.card .card-inner .fa-circle-exclamation {
    margin-right: 10px;
}

.timeManagement .btn-success {
    background-color: #3e9110;
}
.timeManagement .btn-success:hover {
    background-color: #297200;
}
.timeManagement .btn-danger {
    background-color: #880303;
}
.timeManagement .btn-danger:hover {
    background-color: #790202;
}

.btn-ontrack-filter,
.btn-ontrack-filter:hover,
.btn-offtrack-filter,
.btn-offtrack-filter:hover,
.btn-onrisk-filter,
.btn-onrisk-filter:hover {
    font-family: "Rubik-regular";
    border-radius: 0px;
    color: #000000;
    background-color: #ffffff;
    border: 2px solid #D3EDAF;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 21px;
    margin-right: 8px;
}

.btn-offtrack-filter,
.btn-offtrack-filter:hover {
    border-color: #F3D8A9;
}

.btn-onrisk-filter,
.btn-onrisk-filter:hover {
    border-color: #EFC2CE;
}
.btn-ontrack-filter i,
.btn-offtrack-filter i,
.btn-onrisk-filter i {
    margin-right: 8px;
}

.btn-ontrack,
.btn-ontrack:hover,
.btn-offtrack,
.btn-offtrack:hover,
.btn-onrisk,
.btn-onrisk:hover {
    font-family: "Rubik-regular";
    border-radius: 0px;
    color: #ffffff;
    background-color: #79B723;
    border-width: 6px 7px;
    border-color: #D3EDAF;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 21px;
}

.btn-offtrack,
.btn-offtrack:hover {
    background-color: #C79626 ;
    border-color: #F3D8A9;
}

.btn-onrisk,
.btn-onrisk:hover {
    background-color:  #BF1241;
    border-color: #EFC2CE;
}

.btn-ontrack i,
.btn-offtrack i,
.btn-onrisk i {
    margin-right: 10px;
}

.btn-ontrack-filter.inactive,
.btn-offtrack-filter.inactive,
.btn-onrisk-filter.inactive {
    border-color:  #cecece;
    color: #cecece;
}

.btn-ontrack-filter.inactive i,
.btn-offtrack-filter.inactive i,
.btn-onrisk-filter.inactive i {
    color: #cecece;
}


/* Small Buttons */
.btn-sm-ontrack,
.btn-sm-ontrack:hover {
    border-radius: 2px;
    color: #ffffff;
    background-color: #79B723; /*#79B723;*/
    padding: 1px 5px;
}

.btn-sm-ontrack-light,
.btn-sm-ontrack-light:hover {
    font-family: "Rubik-medium";
    border-radius: 2px;
    color: #527C16;
    background-color: #D3EDAF45;
    padding: 1px 5px;
}

.btn-sm-offtrack,
.btn-sm-offtrack:hover {
    border-radius: 2px;
    color: #ffffff;
    background-color: #C69626;
    padding: 1px 5px;
}

.btn-sm-offtrack-light,
.btn-sm-offtrack-light:hover {
    font-family: "Rubik-medium";
    border-radius: 2px;
    color: #95701C;
    background-color: #EDD2A360;
    padding: 1px 5px;
}

.btn-sm-onrisk,
.btn-sm-onrisk:hover {
    border-radius: 2px;
    color: #ffffff;
    background-color: #BF1241; /*#79B723;*/
    padding: 1px 5px;
}

.btn-sm-onrisk-light,
.btn-sm-onrisk-light:hover {
    font-family: "Rubik-medium";
    border-radius: 2px;
    color: #BF1241;
    background-color: #BF134141;
    padding: 1px 5px;
}

.btn-sm-grey,
.btn-sm-grey:hover {
    font-family: "Rubik-regular";
    border-radius: 2px;
    color: #527C16;
    background-color: #F6F6F6;
    padding: 1px 15px;
    width: 100%;
    text-align: right;
}

a[class*="btn-sm-"] {
    color: #527C16;
    text-decoration: none;
}
a[class*="btn-sm-"]:hover {
    color: #527C16;
    text-decoration: underline;
}

.btn-bluegrey {
    font-family: "Rubik-regular";
    color: #2B5E72;
    text-align: center;
    font-size: 19px;
    line-height: 23px;
    padding-top: 16px;
    padding-bottom: 17px;
    border-radius: 0px;
    height: 56px;
    width: 100%;
    background-color: #2B5E7221;
}

.checkbox label:after {
    display: inline-block;
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
    top: 0;
    margin-left: -26px;
    padding-left: 5px;
    font-size: 11px;
    color: #555555;
}
/*
.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}

.checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -24px;
  border: 1px solid #cccccc;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label:after {
    display: inline-block;
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
    top: 0;
    margin-left: -26px;
    padding-left: 5px;
    font-size: 11px;
    color: #555555;
}

.checkbox input[type=checkbox] {
  opacity: 0;
}

.checkbox input[type=checkbox]:focus + label:before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox input[type=checkbox]:checked + label:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
  font-weight: 900;
}

.checkbox input[type=checkbox]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type=checkbox]:disabled + label:before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label:before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type=checkbox]:checked + label:before {
  background-color: #428bca;
  border-color: #428bca;
}

.checkbox-primary input[type=checkbox]:checked + label:after {
  color: #fff;
}

.checkbox-danger input[type=checkbox]:checked + label:before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type=checkbox]:checked + label:after {
  color: #fff;
}

.checkbox-info input[type=checkbox]:checked + label:before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type=checkbox]:checked + label:after {
  color: #fff;
}

.checkbox-warning input[type=checkbox]:checked + label:before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type=checkbox]:checked + label:after {
  color: #fff;
}

.checkbox-success input[type=checkbox]:checked + label:before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type=checkbox]:checked + label:after {
  color: #fff;
}
*/

.radio {
  padding-left: 20px;
}

.radio label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}

.radio label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.radio label:after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type=radio] {
  opacity: 0;
}

.radio input[type=radio]:focus + label:before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio input[type=radio]:checked + label:after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type=radio]:disabled + label {
  opacity: 0.65;
}

.radio input[type=radio]:disabled + label:before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type=radio] + label:after {
  background-color: #428bca;
}

.radio-primary input[type=radio]:checked + label:before {
  border-color: #428bca;
}

.radio-primary input[type=radio]:checked + label:after {
  background-color: #428bca;
}

.radio-danger input[type=radio] + label:after {
  background-color: #d9534f;
}

.radio-danger input[type=radio]:checked + label:before {
  border-color: #d9534f;
}

.radio-danger input[type=radio]:checked + label:after {
  background-color: #d9534f;
}

.radio-info input[type=radio] + label:after {
  background-color: #5bc0de;
}

.radio-info input[type=radio]:checked + label:before {
  border-color: #5bc0de;
}

.radio-info input[type=radio]:checked + label:after {
  background-color: #5bc0de;
}

.radio-warning input[type=radio] + label:after {
  background-color: #f0ad4e;
}

.radio-warning input[type=radio]:checked + label:before {
  border-color: #f0ad4e;
}

.radio-warning input[type=radio]:checked + label:after {
  background-color: #f0ad4e;
}

.radio-success input[type=radio] + label:after {
  background-color: #5cb85c;
}

.radio-success input[type=radio]:checked + label:before {
  border-color: #5cb85c;
}

.radio-success input[type=radio]:checked + label:after {
  background-color: #5cb85c;
}

.popover {
  max-width: 65%;
}

/* Timeline */
.timeline .timeline-row .timeline-content .panel-body {
    min-height: 150px;
    background-color: var(--bg-greengrey) !important;
    border: 0px !important;
}

.timeline .timeline-row .timeline-icon .bg-info {
    border: 0px;
}

.timeline .timeline-row .timeline-icon .bg-info i {
    padding: 8px; 
}


/* Spacer */

body {
    --spacer: 1rem;
}

.mt-0 {
  margin-top: 0 !important;
}

.ms-1 {
  margin-left: calc(var(--spacer) * .25) !important;
}

.px-0 {
  padding-left: calc(var(--spacer) * .0) !important;
  padding-right: calc(var(--spacer) * .0) !important;
}
.px-2 {
  padding-left: calc(var(--spacer) * .5) !important;
  padding-right: calc(var(--spacer) * .5) !important;
}

.p-0 {
  padding: calc(var(--spacer) * 0) !important;
}
.p-1 {
  padding: calc(var(--spacer) * .25) !important;
}
.p-2 {
  padding: calc(var(--spacer) * .5) !important;
}
.p-3 {
  padding: var(--spacer) !important;
}
.p-4 {
  padding: calc(var(--spacer) * 1.25) !important;
}
.p-5 {
  padding: calc(var(--spacer) * 1.5) !important;
}

.pb-0 {
  padding-bottom: calc(var(--spacer) * 0) !important;
}
.pb-1 {
  padding-bottom: calc(var(--spacer) * .25) !important;
}
.pb-2 {
  padding-bottom: calc(var(--spacer) * .5) !important;
}
.pb-3 {
  padding-bottom: var(--spacer) !important;
}
.pb-4 {
  padding-bottom: calc(var(--spacer) * 1.25) !important;
}
.pb-5 {
  padding-bottom: calc(var(--spacer) * 1.5) !important;
}


.ps-0 {
  padding-left: calc(var(--spacer) * 0) !important;
}
.ps-1 {
  padding-left: calc(var(--spacer) * .25) !important;
}
.ps-2 {
  padding-left: calc(var(--spacer) * .5) !important;
}
.ps-3 {
  padding-left: var(--spacer) !important;
}
.ps-4 {
  padding-left: calc(var(--spacer) * 1.25) !important;
}
.ps-5 {
  padding-left: calc(var(--spacer) * 1.5) !important;
}

.pe-0 {
  padding-right: calc(var(--spacer) * 0) !important;
}
.pe-1 {
  padding-right: calc(var(--spacer) * .25) !important;
}
.pe-2 {
  padding-right: calc(var(--spacer) * .5) !important;
}
.pe-3 {
  padding-right: var(--spacer) !important;
}
.pe-4 {
  padding-right: calc(var(--spacer) * 1.25) !important;
}
.pe-5 {
  padding-right: calc(var(--spacer) * 1.5) !important;
}



.m-0 {
  margin: calc(var(--spacer) * 0) !important;
}
.m-1 {
  margin: calc(var(--spacer) * .25) !important;
}
.m-2 {
  margin: calc(var(--spacer) * .5) !important;
}
.m-3 {
  margin: calcvar(--spacer) !important;
}
.m-4 {
  margin: calc(var(--spacer) * 1.25) !important;
}
.m-5 {
  margin: calc(var(--spacer) * 1.5) !important;
}


.mt-0 {
  margin-top: calc(var(--spacer) * 0) !important;
}
.mt-1 {
  margin-top: calc(var(--spacer) * .25) !important;
}
.mt-2 {
  margin-top: calc(var(--spacer) * .5) !important;
}
.mt-3 {
  margin-top: calcvar(--spacer) !important;
}
.mt-4 {
  margin-top: calc(var(--spacer) * 1.25) !important;
}
.mt-5 {
  margin-top: calc(var(--spacer) * 1.5) !important;
}

.mb-0 {
  margin-bottom: calc(var(--spacer) * 0) !important;
}
.mb-1 {
  margin-bottom: calc(var(--spacer) * .25) !important;
}
.mb-2 {
  margin-bottom: calc(var(--spacer) * .5) !important;
}
.mb-3 {
  margin-bottom: calcvar(--spacer) !important;
}
.mb-4 {
  margin-bottom: calc(var(--spacer) * 1.25) !important;
}
.mb-5 {
  margin-bottom: calc(var(--spacer) * 1.5) !important;
}

@media (max-width: 767px) {
  .table-responsive .dropdown-menu {
    position: relative !important;
  }
}
@media (min-width: 768px) {
  .table-responsive {
    overflow-y: visible !important;
  }
}
.graph-container {
  width: 100%;
  height: 40vh;
}

/*Small media devices specific styles*/
@media screen and (max-width: 800px) {
  .graph-container {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    height: auto;
  }
}

/* Neue Tabelle */
table.table-ag {
    font-family: "Rubik-regular";
    font-size: 14px;
    background-color: #ffffff;
}

table.table-ag caption {
    font-family: "Rubik-medium";
    font-size: 24px;
    line-height: 28px;
    border: 0px;
    padding: 0px;
    margin-bottom: 3px;
}

table.table-ag thead {
    font-family: "Rubik-regular";
    font-size: 14px;
}
table.table-ag thead tr:last-child {
    padding-bottom: 15px;
}

table.table-ag thead th,
table.table-ag thead tr th {
    background-color: transparent;
    padding-top: 14px;
    padding-right: 0px;
    padding-bottom: 14px;
    padding-left: 14px;
    border: 0px;
}

table.table-ag.footable > thead > tr > th > span.footable-sort-indicator {
    float: right;
    padding-right: 10px;
    line-height: 32px;
    border-right: 1px solid #969494;
}

table.table-ag.footable > thead > tr > th:last-child > span.footable-sort-indicator {
    border: 0px;
}

table.table-ag thead th,
table.table-ag thead tr th {
    font-size: 14px;
    background-color: transparent;
    text-align: left;
    line-height: 32px;
}

table.table-ag thead th:last-child div.inner,
table.table-ag thead tr th:last-child div.inner {
    border-right: 0px !important;
}

table.table-ag tbody tr:first-child td {
    border-top: 2px solid #dddddd;
}

table.table-ag tbody tr:hover {
    background-color: #F6F6F6;
}

table.table-ag th,
table.table-ag td {
    vertical-align: middle !important;
    font-weight: normal;
    height: 56px;
    padding: 8px 12px;
}

table tr td.top,
table tr.top td {
  vertical-align: top !important;
}

table.table-ag th small,
table.table-ag td small {
    color: #acacac;
}

table.table-ag tfoot tr.sumRow td {
    font-family: "Rubik-medium";
    background-color: #f5f5f7;
    border-top: 0.3rem #cecece double;
}

.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
  padding: 8px 14px;
}

.footable {
    font-size: 16px;
}

.functions button {
    background-color: transparent;
    border: 0px;
}

.functions button::after {
    display: none;
}

.functions button i {
    color: #000000;
}

.functions .dropdown-menu {
    z-index: 1050;
}

.progress {
    height: 12px;
    border-radius: 5px;
}

.progress.progress-success {
    background-color: var(--color-success-secondary);
}

.progress.progress-success .progress-bar {
    background-color: var(--color-success-primary);
}

.progress.progress-warning {
    background-color: var(--color-warning-secondary);
}

.progress.progress-warning .progress-bar {
    background-color: var(--color-warning-primary);
}

.progress.progress-danger {
    background-color: var(--color-danger-secondary);
}

.progress.progress-danger .progress-bar {
    background-color: var(--color-danger-primary);
}

.text-success {
    color: var(--color-success-primary) !important;
}
.text-warning {
    color: var(--color-warning-primary) !important;
}
.text-danger {
    color: var(--color-danger-primary) !important;
}

#content div.site h1 {
    font-family: "Rubik-medium";
    font-size: 30px;
    line-height: 36px;
    border: 0px;
    padding: 0px;
    margin-top: 32px;
    margin-bottom: 32px;
    text-align: left;
    text-transform: none;
}

#content div.site div.contentHeader h1 {
    margin: 0px;
}

.row .site h2 {
    font-family: "Rubik-medium";
    font-size: 24px;
    line-height: 28px;
    border: 0px;
    padding: 0px;
    margin-bottom: 30px;
}

.tab-content {
    padding-left: 30px;
    padding-right: 30px;
    background-color: #ffffff;
}

.nav li a,
.nav li.active a {
    padding: 20px 22px;
    color: #000000;
    font-family: "Rubik-medium";
    font-size: 16px;
    background-color: transparent;
}

#topnavbar .nav > li a,
#topnavbar .nav > li.active a,
.nav.navbar-right li a,
.nav.navbar-right li.active a {
    font-size: 14px;
    text-decoration: none;
    line-height: 27px;
}

#topnavbar .nav > li ul li a:hover,
#topnavbar .nav > li ul li.active a:hover {
    text-decoration: underline;
}

#navbar .nav li a,
#navbar .nav li.active a {
    padding: 15px 22px;
    font-size: 19px;
}

#navbar .nav .dropdown-menu-large,
.nav.navbar-right .dropdown-menu-large {
    background-color: #ffffff;
    padding: 11px;
    box-shadow: 0px 4px 12px #00000029;
}

#navbar .nav .dropdown-menu-large .row,
.nav.navbar-right .dropdown-menu-large .row {
    background-color: var(--bg-greengrey);
    padding: 10px 2px;
}

#navbar .nav .dropdown-menu-large div[class*=col-],
.nav.navbar-right .dropdown-menu-large div[class*=col-]{
    float: left;
}

#navbar .nav .dropdown-menu-large ul,
.nav.navbar-right .dropdown-menu-large ul {
    padding-left: 0px;
}


#navbar .nav .dropdown-menu-large li,
.nav.navbar-right .dropdown-menu-large li {
    display: block;
    height: 22px;
    line-height: 22px;
    margin-bottom: 5px;
}

#navbar .nav .dropdown-menu-large li a,
#navbar .nav .dropdown-menu-large li.active a,
.nav.navbar-right .dropdown-menu-large li a,
.nav.navbar-right .dropdown-menu-large li.active a {
    padding: 0px 22px;
    font-family: "Rubik-regular";
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    margin-right: 0px;
    text-decoration: none;
}

#navbar .nav .dropdown-menu-large li a:hover,
#navbar .nav .dropdown-menu-large li.active a:hover,
.nav.navbar-right .dropdown-menu-large li a:hover,
.nav.navbar-right .dropdown-menu-large li.active a:hover {
    color: var(--ag-link-color);
    text-decoration: underline;
}

#navbar .nav .dropdown-menu-large li a span,
#navbar .nav .dropdown-menu-large li a i,
.nav.navbar-right .dropdown-menu-large li a span,
.nav.navbar-right .dropdown-menu-large li a i {
    width: 26px;
    text-align: center;
    font-size: 18px;
    margin-right: 10px;
}

#navbar .nav .dropdown-menu-large li.dropdown-header,
.nav.navbar-right .dropdown-menu-large li.dropdown-header {
    font-family: "Rubik-regular";
    color: #000000;
    margin-top: 32px;
    margin-bottom: 0px;
    display: block;  
    line-height: 0px;
}

#navbar .nav .dropdown-menu-large li.dropdown-header::first-child,
.nav.navbar-right .dropdown-menu-large li.dropdown-header::first-child {
    margin-top: 0px;
}

#navbar .nav .dropdown-menu-large li.divider {
    /*height: 2px;
    padding: 0px 0px;
    background-color: #cdcdcd;
    display: block;
    */
}

.dropdown-menu {
    border-radius: 0px;
}

.dropdown-menu.open.show ul {
    display: inline-block;
}

.daterangepicker {
    font-size: 16px;
}

.daterangepicker .calendar {
    max-width: 500px;
}

.daterangepicker th,
.daterangepicker td{
    border-radius: 0px;
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px;
}

.daterangepicker .input-mini {
    padding-left: 40px !important;
}

.nav-pills {
    background-color: var(--bg-greengrey);
}

.nav-pills > li {
    border-bottom: 2px solid #D6D5CE;
    font-size: 16px;
    width: 100%;
}
.nav-pills > li > a {
    border-radius: 0px;
    font-family: "Rubik-regular" !important;
    font-size: 16px;
    text-decoration: none;
    width: 100%;
    font-weight: normal !important;
  /*background-color: #dedede;*/
}
.nav-pills > li > a:last-child {
    border: none;
}

.nav-pills > li:has(a.active) {
    border-bottom: 2px solid #ffffff;
}

b {
    font-family: "Rubik-medium";
    font-weight: normal;
}

/*
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #00a0de !important;
}
*/

.nav-pills > li + li {
  margin-left: 0px;
}

.nav-pills > li.active,
.nav-pills > li > a.active, 
.nav-pills > li > a.active:focus, 

.nav-pills > li a.active,
.nav-pills > li > a.active, 
.nav-pills > li > a:focus,
.nav-pills > li > a.active:hover {
    background-color: #ffffff !important;
    font-family: "Rubik-medium";
    color: #000000;
}

.nav-pills > li > a:hover {
    background-color: #DFE1D3 !important;
}

.nav-pills > li > a .btn-close {
    position: relative;
    top: -5px;
    margin-left: 20px;
}

.nav li a {
    display: block;
    float: left;
}

.nav li a i {
    position: relative;
    top: 2px;
    margin-right: 10px;
    color: var(--ag-link-color);
    font-size: 24px;
}

.nav-pills.nav-stacked li {
    width: 100%;
}
.nav-pills.nav-stacked li a {
    float: none;
}

.bg-whiteshadow {
    background-color: #ffffff;
    padding: 10px 9px;
    box-shadow: 0px 4px 12px #00000029;
    min-height: 650px;
}

label,
.form-group label {
    font-family: "Rubik-regular";
    text-align: right;
    font-size: 16px;
    font-weight: normal;
    padding-top: 9px;
}

.form-group .form-check label {
    text-align: left;
    padding-top: 2px;
}

.form-control-static {
    font-family: "Rubik-medium";
    text-align: left;  
    font-size: 16px;
    line-height: 28px;
    padding-top: 0.375rem;
    padding-right: 21px;
    padding-bottom: 0.375rem;
    margin-bottom: 0px;
    padding-left: 21px;
    display: inline-block;
}


.form-control-static:after {
    content: "\00a0";
}


.form-control-static i:not([class^="fa-"]) {
    font-family: "Rubik-regular";
    padding-left: 10px;
    padding-right: 10px;
}


.btn-group-sm > .btn, 
.btn-sm {
    border-radius: 0px;
}

.bootstrap-select.open .dropdown-menu {
    display: inline-block;
}

.selectpicker li.hidden {
    display: none;
}

#verrechnungsprofilAnlegen .selectpicker .filter-option {
    max-width: 285px;
}

.bootstrap-select li {
    border-bottom: 1px solid var(--bg-grey);
}

.bootstrap-select li a {
    color: #000000;
    padding-left: 15px;
    padding-right: 15px;
}

.bootstrap-select li a:hover {
    color: var(--ag-link-hover-color);
}

.fa-3xl {
  font-size: 2em;
}
.fa-4xl {
  font-size: 4em;
}

.pull-right {
    float: right;
}

@media (min-width: 768px) {
    #navbar .nav li a,
    #navbar .nav li.active a {
        padding: 35px 10px;
    }
    #navbar .nav {
        height: 42px;
    }
    
    #navbarRight .nav li a,
    #navbarRight .nav li.active a {
        padding: 24px 0px 15px;
    }    
    #navbarRight .nav li:hover a,
    #navbarRight .nav li:hover.active a {
        padding-bottom: 9px;
    }
    
    #navbarRight .nav li:hover ul li a,
    #navbarRight .nav li:hover.active ul li a {
        padding-bottom: 26px;
    }

    .navbar-right li.dropdown a.profilLink {
        padding: 0px;
        font-family: "Rubik-regular";
        font-size: 16px;
    }

    #navbarSupportedContent .nav > li a i {
        font-size: 20px;
    }
    
    .search-form {
        margin-right: 0px;
    }
}

@media (min-width: 800px) {
    body {
        padding-top: 0px;
        margin-top: 0px;
    }
    
    button[aria-controls="navbarTop"] {
        display: none;
    }
        
    .dropdown-menu.dropdown-menu-large {
        margin-left: 16px;
        margin-right: 16px;
        top: 202px;
        left: 20%;
        width: 60%;
    }
    
    #navbar .nav > li:hover > a {
        padding-bottom: 29px;
        padding-top: 35px;
    }

    .navbar-right li.dropdown a.profilLink {
        padding: 0px;
        font-family: "Rubik-regular";
        font-size: 16px;
    }
    
    #navbarSupportedContent .dropdown-menu.dropdown-menu-large {
        top: 57px;
        right: 0%;
    }

    #content .site {
        padding: 110px 30px 30px;
    }
    #content div.site div.contentHeader {
        padding-left: 0px;
        top: 135px;
        margin-left: -30px;
        width: 100%;
    }
    
    /* Content */
    .nav-pills > li {
        border-right: 3px solid #ffffff;
        width: auto;
    }
    .nav-pills > li a {
        width: auto;
    }
}


@media (min-width: 992px) {
    .whiteFrame {
        padding-left: 63px;
        padding-right: 63px;
        background: url("../../../../Assets/img/Agentursoftware-Signet.png") 15px 17px no-repeat;
        background-attachment: fixed;
    }
    
    /* Header */
    #headerNavbar,
    #headerNavbar div.container-fluid,
    #headerNavbar .navbar-header,
    #navbarSupportedContent {
        background-color: var(--bg-grey);
    }
    .navbar-header {
        height: 98px;
    }
    .navbar-brand img {
        margin-left: 0px;
        max-width: 150px;
    }
    
    #navbar .nav {
        height: auto;
    }
    
    #navbarRight {
        flex-basis: 20%;
    }
    #navbarRight .nav li a {
        padding: 26px 22px;
        font-size: 19px;
    }
    #navbarRight .nav > li:hover > a {
        padding-bottom: 20px;    
    }
    #navbarRight .nav li a div div:last-child {
        display: none !important;
    }

    .navbar-right li.dropdown a.profilLink {
        padding: 0px;
        font-family: "Rubik-regular";
        font-size: 16px;
    }
    
    #content div.site div.contentHeader {
        padding-left: 0px;
        top: 152px;
        margin-left: -30px;
        width: calc(100% - 126px)
    }
    
    /* Global search */
    .search-form .input-group {
        background-color: #ffffff;
    }    
        
    .dropdown-menu.dropdown-menu-large {
        margin-left: 16px;
        margin-right: 16px;
        top: 202px;
        left: 10%;
        width: 80%;
    }
    
}

@media (min-width: 1200px) {

    #navbar .nav li a, 
    #navbar .nav li.active a {
        padding: 35px 22px;
        margin-right: 0px;
    }
    
    #content div.site div.contentHeader {
        top: 152px;
    }
    
    .table-responsive {
        overflow-x: initial;
    }
}

@media (min-width: 1350px) {
    .navbar-brand {
        padding: 0px 30px 0px 15px;
    }
    .navbar-brand img {
        max-width: 250px;
        max-height: 50px;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-left: 0px;
    }
    
    #navbarRight .nav li a div div:last-child {
        display: inline-flex !important;
    }
}

@media (min-width: 1600px) {
    /* Global search */
    .search-form {
        margin-right: auto;
        margin-left: calc(50% - 100px);
    }
    
    #navbar .nav li a, 
    #navbar .nav li.active a {
        margin-right: 40px;
    }  
        
    .dropdown-menu.dropdown-menu-large {
        margin-left: 16px;
        margin-right: 16px;
        top: 202px;
        left: 25%;
        width: 50%;
    }
}


html[data-bs-theme="dark"] #headerNavbar,
html[data-bs-theme="dark"] #headerNavbar div.container-fluid, 
html[data-bs-theme="dark"] #headerNavbar .navbar-header, 
html[data-bs-theme="dark"] #navbarSupportedContent {
    background-color: var(--bg-darker-blue);
}

html[data-bs-theme="dark"] .nav li a,
html[data-bs-theme="dark"] .nav li.active a,
html[data-bs-theme="dark"] .nav li a i {
    color: #ffffff;
}