@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');


html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

html, body, #app {
    height: 100%;
    overflow: hidden;
}

#app {
    background-color: #FAF9F6;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#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;
    }

.combobox-item-template {
    display: flex;
    align-items: center;
}

    .combobox-item-template > img {
        border-radius: 50%;
        width: 2rem;
        height: 2rem;
    }

img + .combobox-item-template-text {
    margin-left: 1rem;
}

.combobox-item-template-text {
    display: flex;
    flex-flow: column;
}

.combobox-item-template-employee-phone {
    opacity: 0.65;
}

.grid {
    display: grid;
    grid-template-columns: repeat(5, 160px);
    column-gap: 40px;
    row-gap: 25px;
}

.list-item-odd {
    background-color: #f6f6f6;
}

.list-item-even {
    background-color: #ffffff;
}

.list-item-odd:hover {
    background-color: lightyellow;
}

.list-item-even:hover {
    background-color: lightyellow;
}


/* for top content */
.large-notification-top .k-notification-content {
    width: 400px;
    font-size: 14px;
    text-align: start;
    align-items: start;
}

.list-header {
    background-color: #efefef;
}
