﻿*:not(.k-icon):not(i):not(.k-form-label) {
    font-family: 'Ubuntu Regular' !important;
}

@font-face {
    font-family: 'Ubuntu Regular';
    src: url("../fonts/ubuntu_regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Ubuntu Bold';
    src: url("../fonts/ubuntu_bold.ttf") format("truetype");
}

body {
    background-image: url('../images/banner.jpg');
    background-repeat: no-repeat;
    background-size: 100vw auto;
    margin: 0 !important;
    padding: 0 !important;
    height: 100vh;
    overflow-x: hidden;
}

.container {
    margin: 0 !important;
}

.edit-container-close-button {
    float:left;
    margin-right: 16px;
    margin-top: -8px;
}

.red-icon .k-icon {
    color: red;
}

.green-icon .k-icon {
    color: green;
}

.body {
    max-width: 1800px;
    padding-top: calc(256px - 130px);
    padding-left: 16px;
    padding-right: 16px;
    margin: auto;
}

.header-body {
    max-width: 1500px;
    margin: auto;
    padding-left: 16px;
    padding-right: 16px;
}

@media only screen and (max-width: 1700px) {
    body {
        padding-top: calc(256px - 160px);
    }
}

@media only screen and (max-width: 1500px) {
    body {
        background-color: #ac007b !important;
        background-position: bottom left;
    }

    .body {
        padding-top: 16px !important;
    }

    .header-logo {
        display: none;
    }
}

.k-button-solid-primary {
    border-color: #a82a7e !important;
    background-color: #a82a7e !important;
}

.header-logo {
    height: 64px;
    float: right;
}

.custom-toolbar {
    width: 100%;
    background-color: var(--blue);
    line-height: 10px;
    padding: 3px 8px;
    color: var(--dark) !important;
}

.menu-header-color {
    background-color: var(--white);
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

label.required-label::after {
    content: "*";
}

div.required-label > label::after {
    content: "*";
}


/* Telerik */

.k-tabstrip-items-wrapper {
    z-index: 1 !important;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

#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;
}

.btn-primary {
    color: #fff;
    background-color: #a82a7e;
    border-color: #a82a7e;
}

a, .btn-link {
    color: #0366d6;
}

.search-box .k-input, .search-box .k-dropdownlist {
    width: 50%;
}

.k-menu-horizontal {
    height: 64px;
}

.k-breadcrumb-delimiter, .k-breadcrumb-delimiter-icon {
    opacity: 1 !important;
}

.k-breadcrumb-item > .k-disabled {
    opacity: 1 !important;
}

.k-breadcrumb {
    margin-top: 32px;
}

.k-form-label {
    font-family: 'Ubuntu Bold' !important;
}

.k-command-cell {
    border-left-color: transparent !important;
}

.k-command-cell span {
    float: right !important;
}

@media only screen and (max-width: 1500px) {
    .search-box .k-input, .search-box .k-dropdownlist {
        width: 100%;
    }
}

.k-filter-menu-container .k-actions {
    display: none !important;
}

.k-pager-sizes > .k-dropdownlist {
    width: 128px !important;
}

.k-card-title {
    padding-top: 4px;
    background-color: white;
}

.k-card-body {
    overflow:auto;
}

.k-pager-input > span.k-numerictextbox {
    width: 96px;
}

.k-badge {position: relative;}