/*
Theme Name: Web-Elements 15.2.6
Author: Web-Elements GmbH
Author URI: https://web-elements.ch
Theme URI: https://web-elements.ch
Description: Bei Fragen oder Problemen stehen wir Ihnen gerne mit Rat & Tat zur Seite.
Text Domain: laederach
Version: 15.2.0
License: Non-Public, Non-GPL
License URI: none

Dieses Theme ist nicht zur weiteren Verwendung gedacht.
© 2019 by Web-Elements GmbH
*/

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    padding: 0;
    border: 0;
    margin: 0;
    vertical-align: center;
}

ol, ul {
    list-style: none;
}

q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

.clear {
    clear: both;
}

html, body {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    min-height: 100%;
    position: relative;
    font-size: 0.85rem;
}

.mobile {
    display: none;
}

footer a,
footer a:hover,
footer a:active,
footer a:focus,
footer a:visited {
    color: black;
    text-decoration: none;
}

[data-orderable=false]::before, [data-orderable=false]::after {
    display: none !important;
}

table.table-last-special td:first-of-type div.custom-control, table.table-last-special th:first-of-type div.custom-control {
    text-align: center;
}

table.table-last-special th:first-of-type div.custom-control {
    cursor: auto;
}

table.table-last-special td:first-of-type div.custom-control label, table.table-last-special th:first-of-type div.custom-control label {
    cursor: pointer;
}

table.table-last-special td:first-of-type, table.table-last-special th:first-of-type {
    padding-right: 0 !important;
}

table.table-last-special td:last-of-type a:hover i {
    color: #19259E;
}

table td i {
    color: #4E73DF;
}

table tr {
    height: 100%;
    position: relative;
}

table tbody {
    height: 100%;
}

.dropdown-item {
    padding: 0.4rem 1.5rem;
}

.dropdown-menu a {
    font-weight: 600;
    cursor: pointer;
}

.dropdown-menu a.dd-red, .dropdown-menu a.dd-red i {
    color: #E74A3B !important;
}

.dropdown-menu a.dd-red:active, .dropdown-menu a.dd-red:active i {
    background-color: #E74A3B;
    color: white !important;
}

.dropdown-menu a.dd-grey, .dropdown-menu a.dd-grey i {
    color: #858796 !important;
}

.dropdown-menu a.dd-grey:active, .dropdown-menu a.dd-grey:active i {
    background-color: #858796;
    color: white !important;
}

.dropdown-menu a.dd-light-blue, .dropdown-menu a.dd-light-blue i {
    color: #36B9CC !important;
}

.dropdown-menu a.dd-light-blue:active, .dropdown-menu a.dd-light-blue:active i {
    background-color: #36B9CC;
    color: white !important;
}

.dropdown-menu a.dd-blue, .dropdown-menu a.dd-blue i {
    color: #4E73DF !important;
}

.dropdown-menu a.dd-blue:active, .dropdown-menu a.dd-blue:active i {
    background-color: #4E73DF;
    color: white !important;
}

.dropdown-menu a.dd-green, .dropdown-menu a.dd-green i {
    color: #1CC88A !important;
}

.dropdown-menu a.dd-green:active, .dropdown-menu a.dd-green:active i {
    background-color: #1CC88A;
    color: white !important;
}

table td > i {
    padding: 5px;
}

#LoginInputEmail.login-false, #LoginInputPassword.login-false {
    border: 2px solid #E74A3B;
}

p.login-error {
    margin-left: 20px;
    font-size: 14px;
    margin-bottom: 5px;
    color: #E74A3B;
}

p.login-success {
    margin-left: 20px;
    font-size: 14px;
    margin-bottom: 5px;
    color: #1CC88A;
}

input.input60 {
    width: 60% !important;
}

input.input90 {
    width: 90% !important;
}

.hidden {
    display: none;
}

#brand_logo, #brand_logo_text {
    height: 55px;
    object-fit: contain;
}

select:focus,
select:active,
select:visited {
    outline: 0 !important;
}

.single-card label, .create-new-entity label {
    width: 100%;
}

.single-card label p, .create-new-entity label p {
    margin-bottom: 10px;
}

.single-card .custom-control-label::before,
.single-card .custom-control-label::after,
.single-card .create-new-entity .custom-control-label::before,
.single-card .create-new-entity .custom-control-label::after,
.page-template-new .custom-control-label::before,
.page-template-new .custom-control-label::after,
.page-template-new .create-new-entity .custom-control-label::before,
.page-template-new .create-new-entity .custom-control-label::after {
    height: calc(1.5em + .75rem + 2px);
    width: calc(1.5em + .75rem + 2px);
}

.single-card label.invalid::after {
    content: "Ungültiger Wert.";
    color: #E74A3B;
    margin-bottom: 15px;
}

.single-card label.invalid input {
    margin-bottom: 10px;
    box-shadow: rgb(255, 0, 0) 0 0 1.5px 1px;
}

.single-card input.invalid {
    margin-bottom: 10px;
    box-shadow: rgb(255, 0, 0) 0 0 1.5px 1px;
}

.new-link {
    margin-left: 15px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}

.new-link .fas {
    padding-right: 5px;
}

.archive-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.single-subheader {
    display: flex;
    align-items: center;
}

.archive-header h1, .single-subheader h6 {
    margin: 0 !important;
}

table.table-last-special td.dataTables_empty {
    height: 100% !important;
    padding: 15px !important;
}

.bestaetigen .custom-control-label::before,
.bestaetigen .custom-control-label::after,
.bestaetigen .create-new-entity .custom-control-label::before,
.bestaetigen .create-new-entity .custom-control-label::after,
.aehnliche-kunden .custom-control-label::before,
.aehnliche-kunden .custom-control-label::after,
.aehnliche-kunden .create-new-entity .custom-control-label::before,
.aehnliche-kunden .create-new-entity .custom-control-label::after {
    height: calc(0.6em + .6rem + 2px);
    width: calc(0.6em + .6rem + 2px);
}

.bestaetigen table td:last-of-type a,
.aehnliche-kunden table td:last-of-type a {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.btn:disabled {
    cursor: not-allowed;
}

.bestaetigen table .not-similar, .single-customers table .not-similar, .aehnliche-kunden table .not-similar {
    background-color: #E74A3B;
    color: white;
}

.button-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.button-wrapper > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

textarea.note {
    min-height: 38px;
}

.bestaetigen table tr:not(:first-of-type) td:not(:last-of-type) {
    cursor: pointer !important;
}

table tr[role=row] td:last-of-type:not(:first-of-type) {
    text-align: center;
}

table.table td {
    vertical-align: middle;
}

table tr:not([role=row]) td:last-of-type {
    border-right-width: 1px !important;
}

.sidebar {
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}

#sidebarToggleTop {
    display: none;
}

table tr.odd, table tr.odd + tr:not([role=row]) {
    background-color: #F8F9FC;
}

.lessons-header > div:first-of-type {
    padding-right: 0;
}

.hide {
    display: none;
}

a.cancel-btn {
    color: #E74A3B;
    margin-right: 15px;
}

.btn + .btn {
    margin-left: 15px;
}

.wp-editor-container {
    border: 1px solid #D1D3E2 !important;
    border-radius: .35rem !important;
    padding: 1px;
}

.add-lesson .fa-plus-circle:hover {
    color: #1CC88A;
    cursor: pointer;
}

.lesson .fa-minus-circle:hover {
    color: #E74A3B;
    cursor: pointer;
}

#sidebarToggleTop.nav-left {
    margin-left: 6.5rem;
}

.add-lesson {
    opacity: 0;
}

.lesson .fa-minus-circle {
    opacity: 0;
}

.lesson:hover .fa-minus-circle {
    opacity: 1;
}

.add-lesson:hover {
    opacity: 1;
}

.ui-widget {
    font-family: inherit;
}

.ui-widget.ui-widget-content {
    border: 1px solid #D1D3E2;
    border-radius: .35rem;
}

.ui-widget-header {
    border: none;
    border-radius: .35rem;
    background: #F8F9FC;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
    border-radius: .35rem;
    background: #F8F9FC;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #4E73DF;
}

.ui-state-active.ui-state-hover, .ui-widget-content .ui-state-active.ui-state-hover, .ui-widget-header .ui-state-active.ui-state-hover, a.ui-button:hover, .ui-button:hover, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #4E6DD7;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #F15722;
    color: #FFFFFF;
}

.ui-state-highlight.ui-state-hover, .ui-widget-content .ui-state-highlight.ui-state-hover, .ui-widget-header .ui-state-highlight.ui-state-hover {
    background: #E95621;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: none;
    border-radius: .35rem;
    background: #EAECF4;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 2px;
}

.ui-datepicker .ui-datepicker-prev:active, .ui-datepicker .ui-datepicker-next:active {
    background: #E2E4EC;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #D1D3E2;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6E707E;
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 400;
}

.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(1.5em + .75rem + 2px);
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: .375rem .75rem;
}

label[for="price"] .select2-container, label[for="p_price"] .select2-container {
    margin-bottom: 5px !important;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 5px;
}

.pagination .page-numbers {
    padding: 10px;
}

.pagination .current {
    color: #F15722 !important;
}

.iti {
    display: block;
}

.table td, .table th {
    padding: .5rem .75rem;
}

table td {
    color: #5A5C69;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #D7D7D7 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #D7D7D7 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #D7D7D7 !important;
}

.generate-lessons {
    margin-left: 25px;
    color: white !important;
}

.neuanmeldungen {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}

.neuanmeldungen:first-of-type {
    border-bottom: 1px solid #E3E6F0;
    padding-bottom: 10px;
}

.neuanmeldungen:last-of-type {
    padding-top: 10px;
}

.bg-red {
    background-color: #E74A3B;
    color: #FFFFFF;
    padding: .375rem .75rem;
    border-radius: .35rem;
}

.sidebar.toggled .nav-item #collapsePlayzone.collapse{
    top: -230px;
    max-height: 650px;
    overflow: auto;
}