﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

:root {
    --navHeight: 57px;
    --lexofficeGreen: #0E9E57;
}

* {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

html, body, div#app {
    min-height: 100vh;
}

html {
    min-width: 1000px;
}

a {
    cursor: pointer;
}

main,
.mainContent {
    height: calc(100vh - var(--navHeight));
}

.mainContent {
    position: relative;
    padding: 16px;
}

.bg-navbar {
    background-color: #444444 !important;
}

.icon-Font {
    color: white;
}

html, body {
    height: 100%;
}

body {
    background-color: #f2f2f2;
}

.navbar {
    height: var(--navHeight);
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
    cursor: pointer;
    color: #ccc;
    font-size: 1rem;
    line-height: 25px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    text-decoration: none !important;
    background-color: black;
    color: #eee;
}

.table-striped > tbody > tr.mahnstopp > *,
tr.mahnstopp {
    color: #949191;
}

.table-hover > tbody > tr.mahnstopp:hover {
    color: #949191;
}

.green {
    color: green;
}

.red,
.validation-message {
    color: firebrick;
}

.yellow {
    color: #fce803;
}

.card-header {
    background-color: white;
}

/*.navbar-dark .navbar-nav .active > .nav-link {
    background-color: #2f2f2f;
}*/

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.brand,
.brand span {
    font-size: 36px;
}

.center-width {
    width: 400px;
}

.max-center-width {
    max-width: 400px;
}

.overlay {
    position: absolute;
    width: 100%; /* Full width (cover the whole page) */
    /*height: 100%; */ /* Full height (cover the whole page) */
    height: calc(100vh + 2 * var(--navHeight));
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
}

td, th {
    vertical-align: middle !important;
}

.accordion-button:not(.collapsed) {
    color: #EF7B00;
    background-color: #E3E4E5;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.customer-summary {
    font-size: 0.75em;
    font-style: italic;
    font-weight: normal;
    color: #454545;
    word-break: break-word;
    white-space: nowrap;
}

.navbar-collapse {
    padding-bottom: 4px;
    padding-top: 4px;
}

#v-pills-tab {
    min-width: 250px;
}

#v-pills-tab button {
    text-align: left;
}

#v-pills-tab button.nav-link {
    color: black;
}

#v-pills-tab button.nav-link.active {
    background-color: #212529;
    color: #eee;
}

#v-pills-tabContent {
    width: 100%;
}

#v-pills-mandatory span.input-group-text {
    width: 170px;
}

.input-group-text {
    width: 125px;
}

.flex-container {
    height: 100%;
    padding: 0;
    margin: calc(var(--navHeight) * -1) 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-element {
    width: 60%;
    min-width: 880px;
    height: 600px;
    background-color: #fafcfc;
}

.wizard-content {
    grid-template-columns: 1fr 3fr;
    /*column-gap: 1rem;*/
    height: 100%;
}

.wizard-content * {
    font-family: Helvetica, Arial, sans-serif;
}

.wizard-content .wizard-content-step .tab-content .tab-pane .d-flex {
    min-width: 639px;
}

.wizard-nav {
    background-color: #E2E6EA;
    padding: 40px 20px;
}

.wizard-nav .nav {
    width: 100%;
}

.wizard-nav .nav-item {
    padding-bottom: 0.5rem;
}

.wizard-nav .nav-item a.nav-link {
    color: #007bff;
    display: flex;
    justify-content: space-between;
    cursor: default;
}

/*.wizard-nav .nav-item a.nav-link i {
align-self: end;
}*/

.wizard-nav .nav-item a.nav-link.active {
    background-color: #f8f9fa;
}

.wizard-content-step {
    padding: 40px 20px;
    grid-template-rows: 100px auto 40px;
    overflow-y: scroll;
}

#register-form {
    width: 300px;
}

#register-form button {
    width: 100%;
}

.button-line button {
    margin-top: auto;
    margin-bottom: auto;
}

.shadow-box-wrapper {
    width: 500px;
}

.shadow-box {
    text-align: center;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.16);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.link-button-wrapper {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.check-box {
    color: var(--lexofficeGreen);
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 2rem;
}

.check-box i {
    font-size: 1.5rem;
}

.check-box i.lg {
    font-size: 3rem;
}

.remove-lexoffice-link {
    color: #B0B6BA;
    font-size: 12px;
    text-decoration: none;
}

.remove-lexoffice-link:hover {
    text-decoration: none;
}

#template-selection {
    width: 600px;
}

#template-selection-wrapper,
#template-day-selection-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

#template-selection-wrapper {
    margin-top: 1rem;
}

#template-day-selection-wrapper {
    margin-top: 0;
}

#template-day-selection-wrapper .card,
#template-selection-wrapper .card {
    text-align: center;
}

#template-day-selection-wrapper .card {
    width: 15%;
}

#template-selection-wrapper .card {
    width: 45%;
}

#template-selection-wrapper .card .card-title,
#template-day-selection-wrapper .card .card-title {
    color: #343A40;
}

#template-selection-wrapper .card .card-title,
#template-day-selection-wrapper .card .card-title {
    font-size: 20px;
}

#template-day-selection-wrapper .card .card-title {
    font-size: 14px;
    height: 34px;
}

#template-selection-wrapper .card .card-text,
#template-day-selection-wrapper .card .card-text {
    font-size: 1rem;
    color: #6C757D;
}

.badge {
    margin: 0 0.25rem;
}

.overdue-text {
    /*color: #e47704;*/
}

.settings .wizard-nav .nav-item a.nav-link {
    cursor: pointer;
}

.flex-container.settings {
    margin: 0;
}

.hint {
    color: #444;
    margin-right: 1rem;
}

.hint,
.hint a {
    font-size: 12px;
}

h4 i.bi {
    font-size: 1.5rem;
}

/*.explanation,
.explanation i.bi {
    font-size: 1.5rem;
}*/