﻿namespace IC.SolveraBlazor.Web.wwwroot.css
.page {
    display: flex;
    flex-direction: column;
}

html {
    background-color: white;
}

.k-form {
    border-radius: 5px;
    
}

.form {
    display: flex;
    flex-direction: row;
    background: #F8F6F3;
    flex-wrap: wrap;
    padding: 1%;
}

.event-form {
    display: flex;
    flex-direction: column;
    background: #F8F6F3;
    flex-wrap: nowrap;
    padding: 1%;
}
.flex-basis-100 {
    flex-basis: 100%;
}

.k-form-buttons {
    display: flex;
    margin-top: 1rem;
    justify-content: space-between;
}
.k-form-buttons .form-buttons-left button{
    margin-right: 1rem;
}
.k-form-buttons .form-buttons-right button{
    margin-left: 1rem;
}
    .k-form-buttons .btn {
        font-size: 1rem;
        border-radius: 0;
        padding: 0.5em 0.8em;
    }
.k-form-buttons .btn-primary {
    /**/
}
.k-form-buttons .btn-secondary {
    /**/
}
.k-form-buttons .btn-delete {
    /**/
}



/*DO NOT EDIT*/
.flex-row {
    display: flex;
    width: 100%;
    align-items: center;
}
.flex-grow-1 {
    flex-grow: 1;
}

    .flex-row .k-form-field {
        width: 100%;
    }

    .flex-row .input-with-buttons {
        flex: 1;
    }

    .flex-row .k-dropdownlist {
        flex-grow: 1;
    }

.multiLanguage {
    display: flex;
    flex-direction: column;
    background: #F8F6F3;
    border-radius: 5px;
    margin: 2%
}

    .multiLanguage .k-form-field {
        flex-direction: column;
    }


.left {
    width: 100%;
    padding: 0 0.5em;
    margin: 0;
    flex: 1;
}

.right {
    width: 100%;
    margin: 0;
    padding: 0 0.5em;
    flex: 1;
}

.lower-left {
    margin-top: 6%;
}

h1 {
    margin: 0.5em 0;
}

h3 {
    text-transform: uppercase;

}


.lower-right {
    margin-top: 10%;
}

.btn-outline {
    border-radius: 4px;
    border: 2px solid #6A5032;
    box-sizing: border-box;
    height: 30px;
    max-width: 100px;
    color: #6A5032;
    margin-left: 5px;
}

.dashboard {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.custom-row {
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: row;
}

.custom-box {
    height: 100px;
    width: 40%;
    margin: 5% 5% 0% 5%;
    background: #6A5032;
    text-align: center;
}

.data {
    color: white;
}

.options {
    background: #6A5032;
    border-radius: 5px;
    /*margin: 1% 2% 1% 2%;*/
    padding: 1px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.options.slim {
    padding: 2px;
}

.map {
    margin-top: 5%;
}

.events {
    margin-top: 5%;
}


@media screen and (max-width: 1450px) {
    .left {
        width: 100%;
    }

    .right {
        width: 100%;
    }

/*    .row {
        flex-direction: column;
    }*/

 /*   .box {
        width: 90%;
    }*/
}


@media screen and (max-width: 1200px) {
    .form {
        flex-direction: column;
    }

    .left {
        width: 94%;
        margin-right: 10%;
    }

    .right {
        width: 94%;
        margin-right: 10%;
    }
}

@media screen and (max-width: 800px) {
    .form {
        margin-left: 0;
        margin-right: 0;
    }
}


@media screen and (max-width: 700px) {
    .k-form-field {
        flex-direction: row !important;
    }

    .k-form-field-wrap {
        margin-left: 13% !important;
    }
}



.k-form-horizontal .k-form-field > .k-label, .k-form-horizontal .k-form-field > kendo-label, .k-form-horizontal .k-form-field > .k-form-label {
    align-items: flex-start;
}

.circle-btn {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.window-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.icon-button {
    cursor: pointer;
}

.input-with-buttons {
    height: 30px;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.circle-button {
    display: none;
    border-radius: 50%;
    aspect-ratio: 1.52;
    position: relative;
    cursor: pointer;
    overflow: clip;
    background-color: white;
    border: 1px solid black;
}

    .circle-button p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

.list {
    border: 0;
    background-color: rgba(0,0,0,0);
}

    .list div {
        border: 0;
    }

    .list .k-grid-toolbar {
        /*margin: 0% 1% 1% 1%;*/
        padding: 0;
        background: rgba(0, 0, 0, 0);
    }
    .list .k-grid-content {
        background: rgba(0, 0, 0, 0);
    }

    .list .k-searchbox {
        width: 100% !important;
/*        border-radius: 30px;*/
        background: white;
        margin: 1.5em 0;
        position: relative;
    }

    .list input.k-input-inner {
    }

    .list .k-input-icon {
        position: absolute;
        right: 0px;
        z-index: 999;
        width: 57px;
        height: 57px;
        background: #6A5032;
        font-size: 150%;
        color: white;
    }

    .list .k-grid-header {
        background-color: gray;
        border-radius: 0px;
        /*margin: 1% 2% 1% 2%;*/
        max-height: 40px;
        padding-right: 0;
    }

        .list .k-grid-header div {
            background-color: gray;
            color: white;
        }

        .list .k-grid-header th {
            border: 0;
            font-size: 130%;
            text-align: center;
        }

        .list .k-grid-header .k-grid-filter {
            color: white;
        }

        .list .k-grid-header .k-column-title {
            width: 100%;
        }
.page {
    margin-top: 0;
}
.list .page {
    margin: 0;
    width: 100%;
}
.distancer {
    margin-bottom: 2%
}

.list .k-master-row {
    background-color: rgba(0,0,0,0.04);
    height: 50px;
}

.list tbody:last-child > tr {
    height: 36px;
}

.list tr:first-child > td {
    border-top: 0;
}

.list tbody:first-child > tr {
    height: 36px;
}

.k-grid tr.k-alt {
    background-color: rgba(0,0,0,0.04);
}

.k-wizard-step:focus {
    outline: none !important;
}

.list .k-alt {
    background-color: rgba(0,0,0,0.04);
    height: 50px;
}

.list .k-master-row k-alt td {
    border: 0;
    border-top: rgba(0,0,0,0) solid 7px;
    border-bottom: rgba(0,0,0,0) solid 7px !important;
}

.list .k-master-row td {
    border: 0;
    border-top: rgba(0,0,0,0) solid 6px;
}

.k-grid td {
    background-color: #F8F6F3 !important;
    border: 0px solid white !important;
    margin: 3px !important;
    text-align: center;
    vertical-align: middle;
}


    .list .k-master-row td:focus {
        box-shadow: none !important;
    }


.list .k-grid-header .k-column-title {
    text-align: center;
}



.list tr.k-detail-row {
    background: white !important;
}

.list .k-master-row td span {
}

.list .k-master-row td .checkbox {
    width: 100%;
    padding-left: 30%;
    align-content: center;
}

.list .k-master-row td .fa-euro-sign {
    font-size: 140%;
}



.list .k-grid-content {
    overflow: auto;
}

.list .k-master-row .k-button {
    background-color: rgba(0,0,0,0);
    border: 0;
}

    .list .k-master-row .k-button:hover {
        color: black;
    }

.k-form-horizontal .k-form-field > .k-label, .k-form-horizontal .k-form-field > kendo-label, .k-form-horizontal .k-form-field > .k-form-label {
    width: 50%;
    margin: unset;
    padding: unset;
    line-height: 30px;
    height: auto;
}
.windowform {
    margin: 0;
}

.locationedit-window .k-window-titlebar {
    background-color: #6A5032;
    color: white;
}

.smallList label {
    display: none;
}

/*015 -> down 014 -> right 013 -> up  016 -> left*/
.list .k-hierarchy-cell .k-icon.k-i-plus::before {
    content: "\e014";
}

.list .k-hierarchy-cell .k-icon.k-i-minus::before {
    content: "\e015";
}
.wizard {
    background: #F8F6F3;
}
.wizard .k-progressbar {
    background: #aeb5bf;
}

.separate-4 {
    height: 100%;
    width: 4px;
}

.k-step-list-horizontal ~ .k-progressbar {
    top: 22px;
}

.k-stepper .k-step-indicator {
    border-width: 2px;
    border-color: #aeb5bf;
}

.list .room-galerie-image {
    height: 110px;
    width: 175px;
    display: flex;
    align-items: center;
}

}

.list .room-galerie-image img {
    width: 100%;
}

.list .table-toolbar {
    display: flex;
    flex-direction: row;
}

    .list .table-toolbar .k-button {
        height: 35px;
        width: 35px;
        font-size: 150%;
    }

    .list .k-button-solid-base {
        background-image: none;
    }

    .list .table-toolbar .both {
        display: flex;
        flex-direction: column;
    }

    .list .table-toolbar .table-sorter-buttons .k-button {
        width: 35px;
    }

.list .table-toolbar .both .k-button {
    height: 20px;
}

.k-grid tbody tr:not(.k-master-row):hover {
    background-color: rgba(0,0,0,0);
}

.k-grid-header .k-grid-filter:hover {
    background-color: rgba(0,0,0,0);
}

.list .k-header:focus:not(:focus-visible) {
box-shadow:none;
}

.k-grid-header .k-i-sort-asc-sm{
    color: white;
}

.k-grid-header .k-i-sort-desc-sm {
    color: white;
}

.k-progressbar .k-progressbar-value {
    background-color: #4CAF50 !Important; /* z. B. sattes Grün */
}
