* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Anton';
    src: url(fonts/Anton-Regular.ttf) format("truetype");
}

div, input, ul, li, header, nav, img, p, span, main, article, section, footer, table, tr, td {
    box-sizing: border-box;
    margin: 0;
}

article {
    display: none;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #eff3f5;
}

main {
    overflow: hidden;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
}

table {
    border-collapse: collapse;
    font-size: 14px;
}

tr {

}

tr:hover {
    background-color: #f4f4f4;
    cursor: pointer;
}

td {
    border: 1px solid #e5eae3;
    vertical-align: top;
}

.infoTable td {
    border: 0;
    padding: 5px 0 5px 0;
    font-size: 12px;
}

.infoTable td:nth-child(2) {
    padding-right: 5px;
}

.div-input {
    width: 100%;
    /* max-width: 100px; */
}

.prepaid .div-input {
    /* max-width: 130px; */
}

.zelleToCart {
    float:right;
}

table.listing {
    width: auto;
}

table.listing tr:hover {
    cursor: default;
    background: transparent;
}

table.listing td {
    padding: 5px;
    border: none;
}

table.listing td:first-child {
    padding-left: 0;
}

table.listing thead th {
    font-size: 12px;
    border: 0;
    padding: 0 .75rem;
}

table.listing thead th:first-child {
    padding-left: 0;
}

.user_container {
    width: 100%;
    overflow: hidden;
}

#username,
#password {
    font-size: 14px;
    padding: 8px;
    border: 1px solid #dfdfdf;
}

.login_container {
    float: right;
}

#customer_balance_container {
    float: right;
    display: none;
    color: #666;
    font-weight: bold;
    padding-right: 15px;
    font-size: 16px;
    text-align: right;
}

.login_container {
    float: right;
}

#tabbar {
    list-style-type: none;
}

#footerBody {
    overflow: hidden;
}

.tab {
    padding: 15px;
    cursor: pointer;
}

.home {
    padding: 15px;
    cursor: pointer;
}

.home > i {
    font-size: 20px !important;
}

.tab-area {
    padding: 15px;
    cursor: pointer;
}

.table-header {
    background-color: #00aff3;
    color: #ffffff;
    border: 1px solid #009de1;
    text-align: center;
}

.week-day {
    flex: 1;
}

.week-day-head {
    padding: 12px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    color: #444d57;
    background-color: #cdcdcd;
}

.week-day-head-fixed {
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    position: fixed;
    text-align: center;
    z-index: 1000;
    overflow: hidden;
    color: #444d57;
    background-color: #cdcdcd;
}

.week-day-menu {
    width: 100%;
    border: 1px solid #ebebeb;
    margin-bottom: 6px;
    overflow: hidden;
    border-radius: 3px;
}

.week-day-menu-title {
    width: 100%;
    background-color: #efefef;
    padding: 8px;
    color: #444d57;
}

.week-day-menu-title > span {
    padding-left: 10px;
    font-weight: bold;
}

.week-day-menu-text {
    padding: 12px;
    width: 100%;
    min-height: 110px;
    border-bottom: 1px solid #efefef;
    font-size: 15px;
}

.week-day-menu-footer {
    width: 100%;
    padding: 5px;
    height: 35px;
    overflow: hidden;
}

.week-day-menu-footer > img {
    cursor: pointer;
    height: 22px;
}

.week-day-menu-footer > img:first-child {
    padding-left: 0;
}

.week-day-menu-footer > img {
    padding-left: 5px;
}

.week-day-menu textarea {
    width: 100%;
    box-sizing: border-box;
    resize: none;
    padding: 3px;
}


.menuelinie, .grey {
    color: #444d57;
}

.menu_rezept_text {
    padding: 4px;
    font-size: 14px;
    font-style: italic;
}

.menu_footer {
    width: 100%;
    padding: 10px;
    text-align: right;
    overflow: hidden;
}

.menu_footer_spk {
    width: 100%;
    overflow: hidden;
}

.menu_footer_spk > img {
    padding: 0 3px 0 3px;
    height: 20px;
    float: left;
    cursor: pointer;
}

.save {
    display: none;
    background-color: #155724;
    color: #76cb56;
    font-weight: bold;
    border: 1px solid #1b9136;
    border-radius: 3px;
    box-shadow: 0 0 3px #155724;
    left: 10px;
    bottom: 10px;
    cursor: pointer;
    padding: 8px 25px 8px 25px;
}

.copy-amounts-daily, .copy-amounts {
    background-color: #efefef;
    color: #333333;
    font-weight: bold;;
    border: 1px solid #eaeaea;
    cursor: pointer;
    padding: 8px 25px 8px 25px;
    outline: 0;
}

.copy-amounts-daily:hover {
    background-color: #dfdfdf;
    border: 1px solid #dadada;
}

.btn-za {
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
    cursor: pointer;
    font-size: 16px;
}

.btn {
    cursor: pointer;
    padding: 4px 8px 4px 8px;
    border-radius: 3px;
}


.btn_plus {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.btn_minus {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

input:disabled {
    background-color: #efefef;
    border-color: #d4d4d4;
}

.user_alias {
    padding-left: 5px;
}

.hide {
    display: none;
}

.speiseplaene_row {
    width: 100%;
    display: inline-flex;
    padding: 15px;
    cursor: pointer;
    border: 1px solid #efefef;
    margin-bottom: 3px
}

.dialog-menu-icon:first-child {
    padding-left: 0;
}

div.dialog-menu {
    width: 100%;
    margin-top: 8px;
    border-radius: 4px;
    padding: 10px 0 10px 0;
}

.dialog-menu-icon {
    cursor: pointer;
    height: 30px;
    padding-left: 8px;
}

.recipe-name {
    margin-bottom: 5px;
}

.recipe-spks {
    width: 100%;
}

.recipe-spks > img:first-child {
    padding-left: 0;
}

.recipe-spks > img {
    padding-left: 8px;
    height: 30px;
    cursor: pointer;
}

.recipe-line {
    width: 100%;
    border-bottom: 3px solid #d6d6d6;
    margin-top: 12px;
    margin-bottom: 12px;
}

.recipe-img-box {
    width: 200px;
    margin-left: 8px;
}

.recipe-img-box > img {
    width: 100%;
}

.speiseplaene_row > div:first-child,
.speiseplaene_row > div:nth-child(2) {
    flex: 2;
}

.speiseplaene_row > div:nth-child(3) {
    flex: 1;
    text-align: right;
}

.speiseplaene_row:hover {
    background-color: #f9f9f9;
}

.success {
    background-color: #d4edda;
    color: #155724;
    border-color: #c3e6cb;
    padding: 12px;
    font-size: 14px;
}

.danger {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 5px;
    font-size: 14px
}

.warning {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    color: #856404;
    padding: 5px;
    font-size: 14px
}

.nav_weekdays {
    padding: 10px;
    cursor: pointer;
    border-right: 1px solid white;
}

.little_spoon {
    transform: scale(0.8);
}

main {
    margin: 0 auto;
}

article {
    background-color: white;
    /**overflow: hidden;*/
}

.navigation_opener {
    display: none;
}

.speisemenge_input {
    padding: 3px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    width: 40px;
    float: right;
}

.info-icon {
    cursor: pointer;
    float: right;
    font-size: 24px !important;
}

.font22 {
    font-size: 24px !important;
}

.fa-arrow-circle-right,
.fa-arrow-circle-left,
.fa-chevron-circle-right {
    font-size: 28px !important;
    cursor: pointer;
}

.inputMenge {
    width: 50px;
    text-align: right;
    float: right;
    outline: none;
    padding: 2px 2px 1px 2px;
    border: 1px solid #efefef;
}

.rez-komp-row {
    /**font-size: 12px;**/
}

.rez-komp {
    overflow: hidden;
    width: 100%;
}

.rez-komp > div:first-child {
    flex: 2;
}


#loginButton {
    border: 1px transparent;
    padding: 8px;
    font-size: 14px;
    cursor: pointer;
}

.registerButton {
    font-size: 14px;
    border: 1px transparent;
    padding: 8px;
    margin-top: 5px;
    cursor: pointer;
}

.registerPdf, .studentPrintPdf {
    font-size: 14px;
    border: 1px transparent;
    padding: 8px;
    cursor: pointer;
}

#dialog {
    background-color: #ffffff;
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
}

.dialog-header {
    color: #444d57;
    padding: 15px;
    font-size: 18px;
    font-style: italic;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    display: flex;
}

.dialog-headline {
    flex-grow: 1;
}

.dialog-header > div:nth-child(2) {
    width: 40px;
}

.dialog-body {
    padding: 10px 15px 15px 15px;
}

.dialog-body > ul {
    width: 100%;
    list-style-type: none;
}

.zelle-header {
    background-color: #efefef;
    color: #444d57;
    width: 100%;
    padding: 7px;
    cursor: pointer;
}

.za-artikel {
    width: 100%;
    padding: 4px;
    color: #444d57;
    border-bottom: 1px solid #efefef;
}

.za-artikel > div {
    width: 100%;
    display: flex;
}

.za-artikel > div > span {
    flex-grow: 1;
}

.za-artikel > div > input {
    width: 30px;
    text-align: right;
    outline: none;
}

.za-btn {
    width: 100%;
    padding: 8px;
    cursor: pointer;
}

.za-body {
    width: 100%;
    padding: 8px;
}

.za-body > .empty {
    font-size: 12px;
    font-style: italic;
    color: #777777;
    text-align: center;
}

.footer-navigation {
    position: fixed;
    bottom: 0;
    padding: 5px;
    display: inline-flex;
}

#footerBody > div {
    padding: 25px;
}

#footerBody span {
    font-size: 14px;
}

#cart {
    display: none;
}

#cart.show-cart {
    display: inline-block;
    float: right;
    list-style-type: none;
    padding: 10px;
}

#cart a:hover {
    text-decoration: none;
    color: inherit;
}

#cart-list {
    border-collapse: collapse;
    border: 0;
    width: 100%;
}

#cart-list td {
    border: 0;
    vertical-align: middle;
}

#cart-list td input[type="number"] {
    width: 40px;
}

#cart-list td:nth-child(3) {
    text-align: right;
    white-space: nowrap;
}

#cart-list .cart-remove-article {
    font-size: 10px;
    cursor: pointer;
}

#cart-list .cart-delivery-date {
    font-style: italic;
    font-size: 12px;
    padding-bottom: 0;
}

#cart-list .cart-delivery-date {
    border-top: 1px solid #a8a8a8;
}

#cart-list .cart-delivery-date.cart-delivery-date-first {
    border-top: none;
}

#checkout-list .checkout-delivery-date {
    font-style: italic;
    font-size: 12px;
    padding-bottom: 0;
}

.badge-wrapper {
    position: relative;
}

.fa-shopping-cart.badge-wrapper {
    font-size: 30px;
    margin-right: 10px;
}

.badge {
    position: absolute;
    top: -5px;
    right: -7px;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #ddd;
    font-size: 10px;
    color: #000;
}

.bs-canvas-overlay {
    opacity: 0;
    z-index: -1;
}

.bs-canvas-overlay.show {
    opacity: 0.85;
    z-index: 100000;
}

.bs-canvas-overlay, .bs-canvas {
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
}

.bs-canvas {
    top: 0;
    z-index: 100001;
    overflow-x: hidden;
    overflow-y: auto;
    width: 330px;
}

.bs-canvas-left {
    left: 0;
    margin-left: -330px;
}

.bs-canvas-right {
    right: 0;
    margin-right: -330px;
}

.btn {
    border-radius: 0;
}

.slider {
    overflow: hidden;
    position: relative;
    background-color: #242424;
    width: 100% !important;
    padding-top: 35.15%;
    position: relative;
}

.slider:after {
    clear: both;
}

.slider-image {
    float: left;
    overflow: hidden;
    height: auto;
}

.slider-holder {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.slider-navigation {
    position: absolute;
    z-index: 10;
    overflow: hidden;
    width: 100%;
    top: 45%;
}

.slider-nav-btn {
    background-color: black;
    opacity: 0.3;
    padding: 20px 15px 20px 15px;
    cursor: pointer;
}

.left {
    float: left;
}

.right {
    float: right;
}

.fixed-size-label {
    display: inline-block;
    width: 210px;
    margin-right: 10px;
}

.speiseplan-list-header {
    width: 100%;
    display: inline-flex;
    padding: 15px;
    margin-bottom: 3px;
    background-color: #ebebeb;
    color: #444d57;
}

.speiseplan-list-header > div:first-child {
    flex: 2;
}

.speiseplan-list-header > div:nth-child(2) {
    flex: 3;
}

.dialog-close {
    float: right;
    cursor: pointer;
}

.choose_customer {
    padding-bottom: 20px;
}

.choose_customer > li {
    cursor: pointer;
    padding: 8px;
    color: #444d57;
    border-bottom: 1px solid #efefef;
    font-weight: bold;
}

.zoom {
    display: none;
    background-color: #dedcdb;
    color: #242428;
    border-radius: 3px;
    box-shadow: 0 0 3px #6e6e6a;
    border: 1px solid #bcbab9;
    cursor: pointer;
    padding: 10px 27px 10px 27px;
    outline: 0;
}

.zoom:active {
    background-color: #c0bebd;
}

.news {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.rubrik-navigation {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0px 15px 0 15px;
    padding-top: 15px;
}

.rubrik-navigation .rubrik {
    background: #efefef;
    margin-left: 10px;
}

.tab-area > a {
    text-decoration: none;
}

.scaleable {
}

/** Weekoverview **/
.w-font-9 {
    font-size: 8px !important;
}

.w-hide {
    display: none !important;
}

.w-padding-0 {
    padding: 0 !important;
}

.w-padding-3 {
    padding: 3px;
}

.w-flex {
    display: flex;
    flex-wrap: wrap;
}

.w-inline-flex {
    display: inline-flex;
}

.w-block {
    display: block;
}

.w-spk-height {
    height: 12px !important;
}

.w-info-icon {
    font-size: 15px !important;
    float: right;
}

.bootstrap-select > .dropdown-toggle {
    background: transparent;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    padding: .375rem .75rem;
}

.bootstrap-select .dropdown-menu, #show_logout_box .dropdown-menu {
    border-radius: 0;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0 !important;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.bootstrap-select .dropdown-menu li a:hover,
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active,
#show_logout_box .dropdown-menu li a:hover,
#show_logout_box .dropdown-item.active,
#show_logout_box .dropdown-item:active {
    background: #f8f9fa;
    color: #212529;
}

@media all and (max-width: 375px) {
    .cd-gallery-content {
        width: 100%;
        overflow: hidden;
    }

    .cd-gallery-out-box {
        margin: 0 10px 10px 10px;
        width: 100%;
        padding: 8px;
        border: 1px solid #ebebeb;
        overflow: hidden;
        cursor: pointer;
    }

    .cd-gallery-box {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }

    .cd-gallery-box img {
        width: 100%;
    }

    .cd-gallery-box-rubrik {
        display: block;
        padding: 10px;
        opacity: 0.8;
        background: #333;
        position: absolute;
        color: white;
        width: 180px;
        text-align: center;
        font-size: 16px;
        top: 0;
        left: 0;
    }

    .dialog-body {
        overflow-x: scroll;
    }

    #show_logout_box {
        text-align: right;
    }

    #tabbar > .tab-area, .nav-dir-text {
        display: none;
    }

    #custom_logo {
        width: 250px;
    }

    #dialog {
        height: 100%;
    }

    .menu_day {
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        width: 100%;
    }

    .navigation_opener {
        display: block;
        float: right;
        padding: 15px;
        cursor: pointer;
        color: #ffffff
    }

    .speiseplanname {
        font-size: 16px !important;
        display: flex;
        flex-wrap: wrap;
    }

    .speiseplanname > div {
        text-align: center;
        width: 100%;
    }

    #wochenueberblick, #weekday_navigation {
        overflow-x: scroll;
        width: 100%;
    }

    #weekday_navigation > ul {
        list-style: none;
        display: table;
        width: 100%;
    }

    .nav_weekdays {
        display: table-cell;
        text-align: center;
    }

    .div-input {
        width: 100%;
        max-width: 100%;
    }

    .long {
        display: none;
    }

    .week-day {
        flex: 0 0 80%;
    }

    .inputMenge {
        font-size: 21px;
    }

    .inputMengeMinus, .inputMengePlus {
        cursor: pointer;
    }

    .inputMengeMinus {
        float: right;
        background-color: #efefef;
        color: #fc6161;
        padding: 4px 4px 4px 4px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .inputMengePlus {
        float: right;
        background-color: #efefef;
        color: #76cb56;
        padding: 4px 4px 4px 4px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .inputMengeMinus > i, .inputMengePlus > i {
        font-size: 20px;
    }

    .login_element {
        width: 33.3%;
    }

    .dialog-close {
        font-size: 20px !important;
    }

    .menu-rezeptname {
        font-size: 16px;
        font-style: italic;
    }

    #dialog {
        width: 100%;
    }

    .user_alias {
        padding-top: 5px;
        padding-left: 5px;
    }

    .menu-box {
        width: 100%;
        margin-bottom: 15px;
    }

    .news {
        padding: 8px;
    }

    .news-box {
        border: 1px solid #efefef;
        flex: 0 0 calc(100% - 20px);
        margin: 10px;
        overflow: hidden;
        flex-direction: row;
        width: 100%;
    }

    .news-img {
        width: 40%;
        padding: 8px;
    }

    .news-img > img {
        width: 100%;
    }

    .news-content {
        display: flex;
        width: 100%;
        height: calc(100% - 40px);
        overflow: hidden;
    }

    .news-footer {
        padding: 5px 0 0 0;
        overflow: hidden;
        height: 40px;
        width: 100%;
    }

    .news-text {
        padding: 5px;
        width: 60%;
        font-size: 16px;
    }

    .news-title {
        position: relative;
        height: 100%;
    }

    .news-title > button {
        width: 100%;
        font-size: 16px;
        padding: 8px;
        border: 0;
        cursor: pointer;
    }

    .contact_page {
        width: 100%;
        padding-top: 20px;
    }

    .contact_page > h1 {
        font-size: 24px;
        font-weight: bold;
        padding-bottom: 8px;
    }

    .contact_row {
        width: 100%;
        padding: 3px;
    }

    .long-week {
        display: none;
    }
}

@media all and (min-width: 376px) and (max-width: 579px) {

    .cd-gallery-content {
        width: 100%;
        overflow: hidden;
    }

    .cd-gallery-out-box {
        margin: 0 10px 10px 10px;
        width: 100%;
        padding: 8px;
        border: 1px solid #ebebeb;
        overflow: hidden;
        cursor: pointer;
    }

    .cd-gallery-box {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }

    .cd-gallery-box img {
        width: 100%;
    }

    .cd-gallery-box-rubrik {
        display: block;
        padding: 10px;
        opacity: 0.8;
        background: #333;
        position: absolute;
        color: white;
        width: 180px;
        text-align: center;
        font-size: 16px;
        top: 0;
        left: 0;
    }

    .dialog-body {
        overflow-x: scroll;
    }

    #show_logout_box {
        text-align: right;
    }

    #tabbar > .tab-area, .nav-dir-text {
        display: none;
    }

    #custom_logo {
        width: 250px;
    }

    #dialog {
        height: 100%;
    }

    .menu_day {
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        width: 100%;
    }

    .navigation_opener {
        display: block;
        float: right;
        padding: 15px;
        cursor: pointer;
        color: #ffffff
    }

    .speiseplanname {
        font-size: 16px !important;
        display: flex;
        flex-wrap: wrap;
    }

    .speiseplanname > div {
        text-align: center;
        width: 100%;
    }

    #wochenueberblick, #weekday_navigation {
        overflow-x: scroll;
        width: 100%;
    }

    #weekday_navigation > ul {
        list-style: none;
        display: table;
        width: 100%;
    }

    .nav_weekdays {
        display: table-cell;
        text-align: center;
    }

    .div-input {
        width: 100%;
    }

    .long {
        display: none;
    }

    .week-day {
        flex: 0 0 80%;
    }

    .inputMenge {
        font-size: 21px;
    }

    .inputMengeMinus, .inputMengePlus {
        cursor: pointer;
    }

    .inputMengeMinus {
        float: right;
        background-color: #efefef;
        color: #fc6161;
        padding: 4px 4px 4px 4px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .inputMengePlus {
        float: right;
        background-color: #efefef;
        color: #76cb56;
        padding: 4px 4px 4px 4px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .inputMengeMinus > i, .inputMengePlus > i {
        font-size: 20px;
    }

    .login_element {
        width: 33.3%;
    }

    .dialog-close {
        font-size: 20px !important;
    }

    .menu-rezeptname {
        font-size: 16px;
        font-style: italic;
    }

    #dialog {
        width: 100%;
    }

    .user_alias {
        padding-top: 5px;
        padding-left: 5px;
    }

    .menu-box {
        width: 100%;
        margin-bottom: 15px;
    }

    .news {
        padding: 8px;
    }

    .news-box {
        border: 1px solid #efefef;
        flex: 0 0 calc(100% - 20px);
        margin: 10px;
        overflow: hidden;
        flex-direction: row;
        width: 100%;
    }

    .news-img {
        width: 40%;
        padding: 8px;
    }

    .news-img > img {
        width: 100%;
    }

    .news-content {
        display: flex;
        width: 100%;
        height: calc(100% - 40px);
        overflow: hidden;
    }

    .news-footer {
        padding: 5px 0 0 0;
        overflow: hidden;
        height: 40px;
        width: 100%;
    }

    .news-text {
        padding: 5px;
        width: 60%;
        font-size: 16px;
    }

    .news-title {
        position: relative;
        height: 100%;
    }

    .news-title > button {
        width: 100%;
        font-size: 16px;
        padding: 8px;
        border: 0;
        cursor: pointer;
    }

    .contact_page {
        width: 100%;
        margin-top: 20px;
    }

    .contact_page > h1 {
        font-size: 24px;
        font-weight: bold;
        padding-bottom: 8px;
    }

    .contact_row {
        width: 100%;
        padding: 3px;
    }

    .long-week {
        display: none;
    }
}

@media all and (min-width: 580px) and (max-width: 768px) {

    .contact_page {
        width: 100%;
        padding-top: 20px;
    }

    .contact_page > h1 {
        font-size: 24px;
        font-weight: bold;
        padding-bottom: 8px;
    }

    .contact_row {
        width: 100%;
        padding: 3px;
    }

    .speiseplanname {
        font-size: 16px !important;
        display: flex;
        flex-wrap: wrap;
    }

    .speiseplanname > div {
        text-align: center;
        width: 100%;
    }

    #show_logout_box {
        text-align: right;
    }

    #wochenueberblick, #weekday_navigation {
        overflow-x: scroll;
        width: 100%;
    }

    .menu_day {
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        width: 100%;
    }

    #dialog {
        width: 100%;
    }

    #reviewImage {
        display: none;
    }

    #footerBody > div {
        width: 100%;
        float: left;
    }

    .custom_logo_box {
        padding: 15px;
    }

    #custom_logo {
        max-width: 250px;
    }

    .login_element {
        width: 33.3%;
    }

    .header-padding {
        overflow: hidden;
        padding-bottom: 5px;
        clear: both;
    }

    .menu-box {
        width: calc(50% - 10px);
        margin: 5px;
    }

    #weekday_navigation > ul {
        list-style: none;
        display: table;
        width: 100%;
    }

    .nav_weekdays {
        display: table-cell;
        text-align: center;
    }

    .long {
        display: none;
    }

    .nav-tab {
        display: none;
    }

    .btn_plus, .btn_minus {
        width: 100px;
        height: 40px;
    }

    #tabbar {
        display: block;
    }

    #tabbar > .tab-area {
        display: none;
    }

    .navigation_opener {
        display: block;
        float: right;
        padding: 15px;
        cursor: pointer;
        color: #ffffff
    }

    .cd-gallery-content {
        width: 100%;
        overflow: hidden;
    }

    .cd-gallery-out-box {
        margin-bottom: 10px;
        width: 100%;
        padding: 8px;
        float: left;
        border: 1px solid #ebebeb;
        overflow: hidden;
        cursor: pointer;
    }

    .cd-gallery-box {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }

    .cd-gallery-box img {
        width: 100%;
    }

    .cd-gallery-box-rubrik {
        display: block;
        padding: 10px;
        opacity: 0.8;
        background: #333;
        position: absolute;
        color: white;
        width: 180px;
        text-align: center;
        font-size: 16px;
        top: 0;
        left: 0;
    }

    .slider {
        /* height: 160px; */
    }

    .slider-navigation {
        /* top:25%; */
    }

    .inputMenge {
        font-size: 21px;
    }

    .inputMengeMinus, .inputMengePlus {
        cursor: pointer;
    }

    .inputMengeMinus {
        float: right;
        background-color: #efefef;
        color: #fc6161;
        padding: 4px 4px 4px 4px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .inputMengePlus {
        float: right;
        background-color: #efefef;
        color: #76cb56;
        padding: 4px 4px 4px 4px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .dialog-close {
        font-size: 20px !important;
    }

    .week-day {
        flex: 0 0 50%;
    }

    .news {
        padding: 8px;
    }

    .news-box {
        border: 1px solid #efefef;
        flex: 0 0 calc(100% - 20px);
        flex-direction: row;
        margin: 10px;
        width: 100%;
    }

    .news-img {
        width: 40%;
        padding: 8px;
    }

    .news-img > img {
        width: 100%;
    }

    .news-content {
        display: flex;
        width: 100%;
        height: calc(100% - 40px);
        overflow: hidden;
    }

    .news-footer {
        padding: 5px 0 0 0;
        overflow: hidden;
        height: 40px;
        width: 100%;
    }

    .news-text {
        padding: 5px;
        width: 60%;
        font-size: 16px;
    }

    .news-title {
        position: relative;
        height: 100%;
    }

    .news-title > button {
        width: 100%;
        font-size: 16px;
        padding: 8px;
        border: 0;
        cursor: pointer;
    }

    .long-week {
        display: none;
    }
}

@media all and (min-width: 769px) and (max-width: 991px) {

    .contact_page {
        width: 700px;
        margin: 0 auto;
        padding-top: 20px;
    }

    .contact_page > h1 {
        font-size: 24px;
        font-weight: bold;
        padding-bottom: 8px;
    }

    .contact_row {
        width: 100%;
        padding: 3px;
    }

    .speiseplanname {
        padding-top: 10px;
        font-size: 18px !important;
        display: inline-flex;
        flex-wrap: wrap;
    }

    .speiseplanname > div {
        text-align: center;
    }

    #custom_logo {
        max-width: 250px;
    }

    .user_container {
        padding: 8px;
    }

    #tabbar {
        display: inline-flex;
    }

    .menu_day {
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        width: 100%;
    }


    #reviewImage {
        width: 100%;
        margin-bottom: -10px;
    }

    #weekday_navigation > ul {
        list-style: none;
        display: table;
        width: 100%;
    }

    .nav_weekdays {
        display: table-cell;
        text-align: center;
    }

    .long {
        display: none;
    }

    #dialog {
        width: 650px;
    }

    .menu-box {
        float: left;
        width: calc(33.33% - 10px);
        margin: 5px;
    }

    #wochenueberblick, #weekday_navigation {
        overflow-x: scroll;
        width: 100%;
    }

    .cd-gallery-content {
        overflow: hidden;
    }

    .cd-gallery-out-box {
        margin: 10px;
        width: calc(50% - 20px);
        padding: 8px;
        float: left;
        border: 1px solid #ebebeb;
        overflow: hidden;
        cursor: pointer;
    }

    .cd-gallery-box {
        width: 100%;
        overflow: hidden;
        position: relative;
        height: 200px;
    }

    .cd-gallery-box img {
        height: 250px;
        margin-top: -10px;
    }

    .cd-gallery-out-box:hover .cd-gallery-box-rubrik {
        display: block;
        transition: width 0.5s;
        width: 180px;
        height: auto;
        padding: 10px;
    }

    .cd-gallery-box-rubrik {
        overflow: hidden;
        opacity: 0.80;
        background: #333;
        position: absolute;
        color: white;
        width: 0;
        text-align: center;
        font-size: 16px;
        top: 0;
        left: 0;
    }

    .slider {
        /* height: 320px; */
    }

    .slider-navigation {
        /* top:210px; */
    }

    .inputMenge {
        padding: 4px;
        font-size: 16px;
    }

    .inputMengeMinus, .inputMengePlus {
        cursor: pointer;
    }

    .inputMengeMinus {
        float: right;
        background-color: #efefef;
        color: #fc6161;
        padding: 2px 4px 2px 4px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .inputMengePlus {
        float: right;
        background-color: #efefef;
        color: #76cb56;
        padding: 2px 4px 2px 4px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .week-day {
        flex: 0 0 30%;
    }

    .news {
        padding: 8px;
    }

    .news-box {
        border: 1px solid #efefef;
        flex: 0 0 calc(50% - 20px);
        flex-direction: row;
        margin: 10px;
        width: 50%;
    }

    .news-img {
        width: 40%;
        padding: 8px;
    }

    .news-img > img {
        width: 100%;
    }

    .news-content {
        display: flex;
        width: 100%;
        height: calc(100% - 40px);
        overflow: hidden;
    }

    .news-footer {
        padding: 5px 0 0 0;
        overflow: hidden;
        height: 40px;
        width: 100%;
    }

    .news-text {
        padding: 5px;
        width: 60%;
        font-size: 16px;
    }

    .news-title {
        position: relative;
        height: 100%;
    }

    .news-title > button {
        width: 100%;
        font-size: 16px;
        padding: 8px;
        border: 0;
        cursor: pointer;
    }

    .long-week {
        display: none;
    }
}

@media all and (min-width: 992px) and (max-width: 1024px) {
    .long2 {
        display: none;
    }

    .long-week {
        display: none;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {

    .contact_page {
        width: 700px;
        margin: 0 auto;
        padding-top: 20px;
    }

    .contact_page > h1 {
        font-size: 24px;
        font-weight: bold;
        padding-bottom: 8px;
    }

    .contact_row {
        width: 100%;
        padding: 3px;
    }

    .speiseplanname {
        padding-top: 10px;
        font-size: 18px !important;
        display: inline-flex;
        flex-wrap: wrap;
    }

    .speiseplanname > div {
        text-align: center;
    }

    #custom_logo {
        max-width: 250px;
    }

    .user_container {
        padding: 8px;
    }

    main {
        width: 100%;
    }

    #page > div {
        width: 100%;
    }

    #dialog {
        width: 650px;
    }

    .menu-box {
        overflow: hidden;
        float: left;
        width: calc(33.3% - 16px);
        margin: 8px;
    }

    .menu {
        border: 1px solid #efefef;
        border-radius: 4px;
    }

    #weekday_navigation > ul {
        list-style: none;
        display: table;
        width: 100%;
    }

    .nav_weekdays {
        display: table-cell;
        text-align: center;
    }

    #speiseplan_woche {
        min-height: 250px;
    }

    #footerBody > div {
        width: 33.333%;
        float: left;
        padding: 25px;
    }

    #wochenueberblick, #weekday_navigation {
        overflow-x: scroll;
    }

    .custom_logo_box {
        width: 100%;
        /*float: left;*/
        margin-bottom: 15px
    }

    #custom_logo {
        width: 100%;
        max-width: 250px;
    }

    .header-padding {
        padding: 15px;
        overflow: hidden;
        clear: both;
    }

    .right_column {
        float: right;
    }

    .right_column > li {
        text-align: right;
    }

    #weekday_navigation > ul {
        list-style: none;
        display: inline-flex;
    }

    #tabbar {
        display: inline-flex;
    }

    .cd-gallery-content {
        margin: 15px;
        overflow: hidden;
    }

    .cd-gallery-out-box {
        margin: 10px;
        width: calc(33.3% - 20px);
        padding: 8px;
        float: left;
        border: 1px solid #ebebeb;
        overflow: hidden;
        cursor: pointer;
    }

    .cd-gallery-box {
        width: 100%;
        overflow: hidden;
        position: relative;
        height: 200px;
    }

    .cd-gallery-box img {
        height: 250px;
        margin-top: -10px;
    }

    .cd-gallery-out-box:hover .cd-gallery-box-rubrik {
        display: block;
        transition: width 0.5s;
        width: 180px;
        height: auto;
        padding: 10px;
    }

    .cd-gallery-box-rubrik {
        overflow: hidden;
        opacity: 0.80;
        background: #333;
        position: absolute;
        color: white;
        width: 0;
        text-align: center;
        font-size: 16px;
        top: 0;
        left: 0;
    }

    .menu_day {
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
    }

    .slider {
        /* height: 400px; */
    }

    .slider-navigation {
        /* top:210px; */
    }

    .inputMenge {
        padding: 4px;
        font-size: 16px;
    }

    .inputMengeMinus, .inputMengePlus {
        cursor: pointer;
    }

    .inputMengeMinus {
        float: right;
        background-color: #efefef;
        color: #fc6161;
        padding: 4px 4px 4px 4px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .inputMengePlus {
        float: right;
        background-color: #efefef;
        color: #76cb56;
        padding: 4px 4px 4px 4px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .week-day {
        flex: 0 0 20%;
    }

    .news {
        padding: 8px;
    }

    .news-box {
        border: 1px solid #efefef;
        flex: 0 0 calc(50% - 20px);
        flex-direction: row;
        margin: 10px;
        width: 50%;
    }

    .news-img {
        width: 40%;
        padding: 8px;
    }

    .news-img > img {
        width: 100%;
    }

    .news-content {
        display: flex;
        width: 100%;
        height: calc(100% - 40px);
        overflow: hidden;
    }

    .news-footer {
        padding: 5px 0 0 0;
        overflow: hidden;
        height: 40px;
        width: 100%;
    }

    .news-text {
        padding: 5px;
        width: 60%;
        font-size: 16px;
    }

    .news-title {
        position: relative;
        height: 100%;
    }

    .news-title > button {
        width: 100%;
        font-size: 16px;
        padding: 8px;
        border: 0;
        cursor: pointer;
    }

    .long-week {
        display: none;
    }
}

@media all and (min-width: 1200px) {
    .long-week {
        display: none;
    }

    .contact_page {
        width: 700px;
        margin: 0 auto;
        padding-top: 20px;
    }

    .contact_page > h1 {
        font-size: 24px;
        font-weight: bold;
        padding-bottom: 8px;
    }

    .contact_row {
        width: 100%;
        padding: 3px;
    }

    .speiseplanname {
        padding-top: 10px;
        font-size: 18px !important;
        display: inline-flex;
        flex-wrap: wrap;
    }

    .speiseplanname > div {
        text-align: center;
    }

    #custom_logo {
        max-width: 250px;
    }

    #wochenueberblick {
        overflow-x: scroll;
    }

    .user_container {
        padding: 8px;
    }


    #page {
        min-height: 450px;
    }

    #dialog {
        width: 650px;
    }

    .header-padding {
        padding: 25px 25px 0 25px;
        overflow: hidden;
    }

    #custom_logo {
        width: 100%;
        max-width: 250px;
    }

    .custom_logo_box {
        width: 100%;
        margin-bottom: 15px
    }

    #weekday_navigation > ul {
        list-style: none;
        display: table;
        width: 100%;
    }

    .nav_weekdays {
        display: table-cell;
        text-align: center;
    }

    #tabbar {
        display: inline-flex;
    }

    .cd-gallery-content {
        margin: 15px;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .cd-gallery-out-box {
        margin: 10px;
        width: calc(25.0% - 20px);
        padding: 8px;
        float: left;
        border: 1px solid #ebebeb;
        overflow: hidden;
        cursor: pointer;
    }

    .cd-gallery-box {
        width: 100%;
        overflow: hidden;
        position: relative;
        height: 200px;
    }

    .cd-gallery-box img {
        height: 250px;
        margin-top: -10px;
    }

    .cd-gallery-out-box:hover .cd-gallery-box-rubrik {
        display: block;
        transition: width 0.5s;
        width: 180px;
        height: auto;
        padding: 10px;
    }

    .cd-gallery-box-rubrik {
        overflow: hidden;
        opacity: 0.80;
        background: #333;
        position: absolute;
        color: white;
        width: 0;
        text-align: center;
        font-size: 16px;
        top: 0;
        left: 0;
    }

    .inputMenge {
        font-size: 16px;
    }

    .inputMengeMinus, .inputMengePlus {
        cursor: pointer;
    }

    .inputMengeMinus {
        float: right;
        background-color: #efefef;
        color: #fc6161;
        padding: 2px 4px 2px 4px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .inputMengePlus {
        float: right;
        background-color: #efefef;
        color: #76cb56;
        padding: 2px 4px 2px 4px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    #footerBody {
        display: flex;
        padding: 25px;
    }

    #footerBody > div {
        flex: 1;
    }

    #footerBody > div:first-child {
        text-align: left;
    }

    #footerBody > div:nth-child(2) {
        text-align: center;
    }

    #footerBody > div:nth-child(3) {
        text-align: right;
    }

    .menu_day {
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
    }

    .menu-box {
        float: left;
        width: calc(25% - 8px);
        margin: 4px;
    }

    .slider {
        /* height: 450px; */
    }

    .slider-navigation {
        /* top:210px; */
    }

    .news {
        padding: 8px;
    }

    .news-box {
        border: 1px solid #efefef;
        flex: 0 0 calc(33.333% - 20px);
        flex-direction: row;
        margin: 10px;
        width: 33.333%;
    }

    .news-img {
        width: 40%;
        padding: 8px;
    }

    .news-img > img {
        width: 100%;
    }

    .news-content {
        display: flex;
        width: 100%;
        height: calc(100% - 40px);
        overflow: hidden;
    }

    .news-footer {
        padding: 5px 0 0 0;
        overflow: hidden;
        height: 40px;
        width: 100%;
    }

    .news-text {
        padding: 5px;
        width: 60%;
        font-size: 16px;
    }

    .news-title {
        position: relative;
        height: 100%;
    }

    .news-title > button {
        width: 100%;
        font-size: 16px;
        padding: 8px;
        border: 0;
        cursor: pointer;
    }
}

@media all and (min-width: 1436px) {
    .long-week {
        display: inline;
    }
}

@media all and (min-width: 1500px) {
    .cd-gallery-out-box {
        width: calc(20.0% - 20px);
    }

    .news {
        padding: 8px;
    }

    .news-box {
        border: 1px solid #efefef;
        flex: 0 0 calc(25% - 20px);
        flex-direction: row;
        margin: 10px;
        width: 25%;
    }

    .news-img {
        width: 40%;
        padding: 8px;
    }

    .news-img > img {
        width: 100%;
    }

    .news-content {
        display: flex;
        height: calc(100% - 40px);
        width: 100%;
        overflow: hidden;
    }

    .news-footer {
        padding: 5px 0 0 0;
        overflow: hidden;
        height: 40px;
        width: 100%;
    }

    .news-text {
        padding: 5px;
        width: 60%;
        font-size: 16px;
    }

    .news-title {
        position: relative;
        height: 100%;
    }

    .news-title > button {
        width: 100%;
        font-size: 16px;
        padding: 8px;
        border: 0;
        cursor: pointer;
    }

    .za-body .amount {
        width: 120px;
        float: right;
        margin-top: auto;
    }
}

#dialog .dialog-body {
    /*height: calc(-250px + 100vh);*/
    overflow: auto;
    background-color: #ffffff;
}

#dialog .dialog-body ul {
    list-style-type: none;
}

#dialog {
    max-height: 70vh;
    height: max-content;
}

@media all and (max-width: 768px) {
    #dialog {
        max-height: 100vh;
    }
}

.datepicker table tr td, .datepicker table tr th {
    vertical-align: middle !important;
}

.so_hide {
    display: none;
}

.so_padding {
    padding: 0 5px;
}

.so_center {
    text-align: center;
}

.so_bold {
    font-weight: bold;
}

.so_seperator {
    border-top: 1px solid black;
}

.so_clear {
    clear: both;
}

.so_openfield {
    height: 50px;
}

.registerFormular {
    font-size: 14px;
    border: 1px solid black;
}

.regNameTitle {
    font-size: 18px;
    font-weight: bold;
}

.so_left_col {
    float: left;
    width: 250px;
}

.so_right_col {
    float: left;
    border-left: 1px solid black;
}

.so_textfield {
    width: 357px;
    border: none;
    background-color: #fff28b;
    margin: 2px 0;
    padding: 3px 0;
}


@media (max-width: 11px) {
    .registerFormular {
        font-size: 11px;
    }

    .so_padding {
        padding: 0 5px 2px;
    }

    .so_smallfont {
        font-size: 10px;
    }
}

@media (min-width: 384px) and (max-width: 575px) {
    .so_col-xs-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #000;
}


@media (min-width: 576px) and (max-width: 990px) {
    .custom-modal-lg {
        max-width: 80%;
    }
}

table.dataTable {
    font-size: 1rem;
}

table tr.row-bold, table td.cell-bold, table th.cell-bold {
    font-weight: bold;
}

table tr.row-right td, table tr.row-right th, table td.cell-right, table th.cell-right {
    text-align: right;
}

table tr.row-left td, table tr.row-left th, table td.cell-left, table th.cell-left {
    text-align: right;
}

table tr.row-center td, table tr.row-center th, table td.cell-center, table td.cell-center {
    text-align: center;
}

.pagination {
    font-size: 14px;
}

table.dataTable > thead .sorting::before,
table.dataTable > thead .sorting::after,
table.dataTable > thead .sorting_asc::before,
table.dataTable > thead .sorting_asc::after,
table.dataTable > thead .sorting_desc::before,
table.dataTable > thead .sorting_desc::after,
table.dataTable > thead .sorting_asc_disabled::before,
table.dataTable > thead .sorting_asc_disabled::after,
table.dataTable > thead .sorting_desc_disabled::before,
table.dataTable > thead .sorting_desc_disabled::after {
    bottom: 0.4em !important;
}

#table_userlist_length .custom-select, #table_userlist_filter .form-control,
#table_closingdays_length .custom-select, #table_closingdays_filter .form-control {
    border-radius: 0;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0;
}

.dataTable td, .dataTable th {
    padding: 5px;
}

#table_invoicelist td,
#table_invoicelist th,
#table_transactions td,
#table_transactions th {
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
}

#table_invoicelist tr:first-child td,
#table_transactions tr:first-child td {
    border-top-width: 1px;
}

#table_transactions .small-info-rezepte {
    font-size: 10px;
    font-style: italic;
}

#table_transactions .row-transaction-details table td {
    border:none;
    font-size: 12px;
}

.closedayfunction {
    cursor: pointer;
    color: #fc6161;
    padding: 4px;
}

.w-0 {
    width: 0 !important;
}

.modal {
    z-index: 11050;
}

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

.modal-content button, .modal-content .btn {
    border-radius: 0;
    box-shadow: none !important;
}

.modal-backdrop {
    z-index: 11000;
}

.modal-dialog {
    margin-top: 13vh;
}

.modal-header h5 i {
    margin-right: 0.6em;
}

.navbarselection {
    color: #666 !important;
    background-color: #efefef;
    font-weight: bold;
}

.navbarselection span, .navbarselection a {
    color: #666 !important;
}

.so_btn:disabled {
    opacity: .65;
}

.toast {
    left: 50%;
    top: 20%;
    position: fixed;
    transform: translate(-50%, -50%);
    z-index: 999999;
    width: 93%;
}

.toast-header {
    background-color: rgba(255, 255, 255, .65);
}

.toast #alertTitle::before {
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: .5rem !important;
}

.toastOk {
    cursor: pointer;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.toastOk #alertTitle::before {
    content: "\f05a";
}

.toastError {
    cursor: pointer;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebcccc;
}

.toastError #alertTitle::before {
    content: "\f071";
}

.popover {
    background-color: #fdfd91;
    border-radius: 0;
    z-index: 100000;
}

.popover-header {
    background-color: transparent;
}

.bs-popover-right > .arrow::after {
    border-right-color: #fdfd91;
}

.bs-popover-left > .arrow::after {
    border-left-color: #fdfd91;
}

/* roboto-100 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url('fonts/roboto-v30-latin-100.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/roboto-v30-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-100.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-100.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-100italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    src: url('fonts/roboto-v30-latin-100italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/roboto-v30-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-100italic.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-100italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-300italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url('fonts/roboto-v30-latin-300italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/roboto-v30-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-300italic.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-300italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('fonts/roboto-v30-latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/roboto-v30-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-italic.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url('fonts/roboto-v30-latin-500italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/roboto-v30-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-500italic.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-500italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url('fonts/roboto-v30-latin-700italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/roboto-v30-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('fonts/roboto-v30-latin-900.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-900.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-900.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    src: url('fonts/roboto-v30-latin-900italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/roboto-v30-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-900italic.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-900italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-500 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/open-sans-v34-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/open-sans-v34-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v34-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v34-latin-500.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v34-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v34-latin-500.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-800 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/open-sans-v34-latin-800.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/open-sans-v34-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v34-latin-800.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v34-latin-800.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v34-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v34-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-300italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: url('fonts/open-sans-v34-latin-300italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/open-sans-v34-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v34-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v34-latin-300italic.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v34-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v34-latin-300italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url('fonts/open-sans-v34-latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/open-sans-v34-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v34-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v34-latin-italic.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v34-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v34-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-500italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 500;
    src: url('fonts/open-sans-v34-latin-500italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/open-sans-v34-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v34-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v34-latin-500italic.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v34-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v34-latin-500italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: url('fonts/open-sans-v34-latin-600italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/open-sans-v34-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v34-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v34-latin-600italic.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v34-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v34-latin-600italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: url('fonts/open-sans-v34-latin-700italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/open-sans-v34-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v34-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v34-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v34-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v34-latin-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-800italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: url('fonts/open-sans-v34-latin-800italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/open-sans-v34-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v34-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v34-latin-800italic.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v34-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v34-latin-800italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}