#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;
}


@media only screen and (max-width: 1199px) {
    .xs-margin {
        margin-left: 20px;
    }
}

.padding-for-footer {
    padding-bottom:100px;
}

.card-header-bg-round {
    border-radius: 12px;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.rounded-border {
    border-radius: 5px !important;
}

.missingField {
    border: 1px solid #ff5959 !important;
    background-color: #F1BBBB !important;
}

.missingField input#input_geburtsdatum.k-input {
    border: none;
    background-color: #F1BBBB !important;
}

    .missingField .k-dateinput-wrap {
        border: none;
        background-color: #F1BBBB !important;
    }

.lockedBranch {
    background-color: #F1BBBB !important;
}


main {
    margin-top: 0px !important;
}

.single-signature-status .fas:last-child::after {
    content: none;
    display: none;
}

.onesearch-grid-item .edit {
    margin-left: auto;
    margin-right: 1rem;
    z-index: 1 !important;
}

.cursorPointer {
    cursor: pointer;
}

.settings {
    max-width: 90%;
}

.settings p, .settings .user-position {
    font-size: $font-small;
}

.settings .user-name {
    font-weight: bold;
}

.settings .add-user {
    bottom: 1.75rem;
    position: absolute;
    right: 1.75rem;
}

.settings .user-settings .card-body {
    padding-bottom: 6rem;
}

.settings h2 {
    font-size: 1.2rem;
}

.administrator {
    margin-bottom: 30px;
}

.administrator .card {
    background-color: $theme-color-1;
    color: #fff;
}

.administrator img.profile-picture {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 55px;
}

.administrator .left > * {
    float: left;
}

.administrator button {
    background-color: #fff;
}

.administrator .row {
    align-items: center;
    display: flex;
}

.modal h2 {
    font-size: 1.2rem;
}

.modal ul li {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .settings .headline-blue {
        margin-top: 0;
    }
}

.bodyinsurance {
    background-color: #f6ad46 !important;
    color: white !important;
}

.bodyvehicle {
    background-color: #af3ed4 !important;
    color: white !important;
}

.bodymaintenance {
    background-color: #3dd485 !important;
    color: white !important;
}


.btn[aria-expanded="true"] {
    background-color: rgba(96,202,255, 0.71) !important;
}

.accordion .card .card-header {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.text-kv {
    font-size: 0.875rem;
}

.text-gray {
    color: #585858;
}


.navbar-collapse.collapsing,
.navbar-collapse.show {
    background-color: white;
    margin-top: -0.25rem;
    padding: 1rem;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-radius: 0 0 10px 10px;
}

.navbar-collapse.collapsing,
.navbar-collapse.show
    .mx-2 {
    margin-left: 0px !important;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.appmargin{
    margin:0 5px 0 5px;
}

.fd-checkbox {
    border-color: #017fbc !important;
    background-color: #017fbc !important;
}

.fd-textarea {
    height:100%;
}