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

::selection {
    background-color: #AE2A6E;
    color: white;
}

html, body {
    overflow: hidden;
    font-size: 14px;
}

.validation-message {
    color: #AE2A6E;
}

#logo {
    max-height: 20px;
    margin-right: 16px;
}

#navcol-1 {
    margin-left: 26px;
}

/*https://pikock.github.io/bootstrap-magic/*/

 /*der Standardbutton*/
.btn-primary {
    color: #fff;
    background-color: #ae2a6e;
    border-color: #ae2a6e;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #8f235b;
        border-color: #852054;
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 3px rgba(174, 42, 110, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        background-color: #ae2a6e;
        border-color: #ae2a6e;
    }

    .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
        background-color: #8f235b;
        background-image: none;
        border-color: #852054;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #852054;
        border-color: #852054
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(174, 42, 110, 0.5)
        }

/*https://pikock.github.io/bootstrap-magic/*/

.btn-outline-primary {
    color: #ae2a6e;
    background-color: transparent;
    background-image: none;
    border-color: #ae2a6e;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #ae2a6e;
        border-color: #ae2a6e;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 3px rgba(174, 42, 110, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #ae2a6e;
        background-color: transparent;
    }

    .btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #ae2a6e;
        border-color: #ae2a6e;
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #ae2a6e;
        border-color: #ae2a6e
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(174, 42, 110, 0.5);
        }

/*https://pikock.github.io/bootstrap-magic/*/

.btn-link {
    font-weight: normal;
    color: #ae2a6e;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
        background-color: transparent;
    }

        .btn-link, .btn-link:focus, .btn-link:active {
            border-color: transparent;
            box-shadow: none;
        }

            .btn-link:hover {
                border-color: transparent;
            }

            .btn-link:focus, .btn-link:hover {
                color: #701b47;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link:disabled {
                color: #868e96;
            }

                .btn-link:disabled:focus, .btn-link:disabled:hover {
                    text-decoration: none;
                }


/*Der Schatten um Eingabefelder*/
.form-control:focus {
    border-color: #AE2A6E;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(174, 42, 110, 0.3);
}

.navbar {
    background-color: #f3f3f3;
    z-index: 1000;
}

.login-background {
    background: url(/img/Store.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    opacity: 0.1;
}

.login1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
}

.footer {
    height: 22px;
    background-color: #f3f3f3;
    font-size: 12px;
    text-align: center;
}

.raptopmenu {
    width: calc(100% - 200px);
    border-bottom: 1px solid gainsboro;
    background-color: #f3f3f3;
    position: fixed;
    z-index: 800;
    box-shadow: 3px 3px 4px rgba(0,0,0,0.1);
    height: 37px;
}

.filtersidebar {
    background-color: #f3f3f3;
    min-width: 280px;
    width: 280px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.filtersidebar-filter {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
}

.filtersidebar-content {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
    flex: 1;
    overflow-y: auto;
}

.rapportssidebar {
    background-color: #f3f3f3;
    min-width: 280px;
    width: 280px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.rapportssidebar-filter {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
}

.rapportssidebar-content {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
    flex: 1;
    overflow-y: auto;
}

.raploadingspinner {
    width: 280px;
    z-index: 3001;
    position: absolute;
    top: 200px;
}

.rapdetail {
    flex-grow: 1;
    background-color: white;
}

.rapdetail-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-y: scroll;
    height: calc(100% - 44px);
}


.userlist {
    flex-grow: 1;
    background-color: white;
}

.userlist-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
    padding-bottom: 10px;
    overflow-y: scroll;
    height: calc(100% - 44px);
}

.paneltopbar {
    background-color: #fafafa;
    min-height: 44px;
}

.e-menu-wrapper {
    background-color: transparent;
}

.e-menu-wrapper ul {
    background-color: transparent;
    /*color: green;*/
}

/*MatBlazor correction*/
/*.demo-mat-card-content {
    padding: 1rem;
}*/

.e-listview .e-list-item.e-active {
    /* box-shadow: inset 0 1px 1px rgba(174, 42, 110, 0.5), 0 0 8px rgba(174, 42, 110, 0.3);*/
    border-color: rgba(174, 42, 110, 0.5);
    border-width: medium;
    background-color: #f3f3f3;
    color: rgba(51, 51, 51, 0.87);
}