/* Header - App Bar */
.app-bar {
    background: rgb(1,92,143);
    background: linear-gradient(0deg, rgba(1,92,143,1) 0%, rgba(0,64,113,1) 100%);
    color: #fff;
    min-height: 68px;
    padding-right: 24px !important;
}

    .app-bar .button.primary.outline {
        color: #fff;
    }

    .app-bar .metroll-blue {
        background: #195C89;
        color: #fff;
    }

    .app-bar .app-bar-item {
        height: 68px;
        min-width: 68px;
    }


/* side bar */
.sidebar-menu {
    background: rgb(1,92,143);
    background: linear-gradient(0deg, rgba(1,92,143,1) 0%, rgba(0,64,113,1) 100%);
    color: #fff;
}

/* Tab Control Group */
.tabs {
    background: transparent;
}

.tabs-expand > ul.tabs-list {
    border-bottom: 0 none;
}

.tabs > ul.tabs-list > li {
    background: #D9DFE5;
    color: #002A4E;
    margin: 0 1px 0 0;
}

.tabs-expand > ul.tabs-list > li.active {
    background: #C6D4DF;
    font-weight: bold;
    border: 0 none;
    border-bottom: 1px solid #8FADC5;
}

.tabs-expand > ul.tabs-list > li.metroll-purple {
    background: rgb(131,135,219);
    background: linear-gradient(0deg, rgba(131,135,219,1) 0%, rgba(91,94,203,1) 100%);
    color: #fff;
    border: 0 none;
    border-bottom: 1px solid #5B5ECB;
}

.listview.view-tiles .node {
    width: 420px;
}

/* General Styles */
.main {
    height: 100vh;
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 0.8rem;
    background-color: #e5e8ed;
}

.button, .flat-button {
    font-size: 0.8rem;
}

    .button.primary, .command-button.primary, .image-button.primary, .shortcut.primary, .tool-button.primary, .split-button .split.primary, tbody tr.primary, tbody td.primary, .tally.primary, code.primary, .notify.primary, .info-button.primary, .input .button.primary, .select .button.primary, .tag-input .button.primary, .spinner .button.primary, .toast.primary {
        outline-color: #0F4F80;
        background-color: #126399;
    }

.metro-input,
.file,
.input,
.textarea,
.select,
.tag-input,
.spinner,
.color-picker {
    font-size: 0.8rem;
}

.d-menu li a, .v-menu li a {
    outline-color: #0F4F80;
    background-color: #126399;
    color: white;
}

a, .btn-link {
    color: #0366d6;
}

hr {
    border: 0;
    height: 2px;
    background-color: #f8f8f8;
    margin: 0;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding: 24px;
    position: relative;
    top: 68px;
}

.content-admin {
    padding: 24px;
    top: 12px;
}

.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;
    }

.bg-metrol {
    background-color: #e5e8ed;
}

.orange-heading {
    color: orange;
}

.metroll-orange {
    background: rgb(241,161,0);
    background: linear-gradient(0deg, rgba(241,161,0,1) 0%, rgba(234,120,0,1) 100%);
    color: #fff !important;
}

.blue-heading {
    color: #002A4E;
}

.table .sortable-column.sort-asc,
.table .sorting.sort-asc,
.table .sortable-column.sort-desc,
.table .sorting.sort-desc,
.table .sortable-column.sorting_asc,
.table .sorting.sorting_asc,
.table .sortable-column.sorting_desc,
.table .sorting.sorting_desc {
    background-color: #c1c1c1;
}

.table .sortable-column,
.table .sorting {
    background-color: #e8e8e8;
    position: relative;
    cursor: pointer;
    padding-right: 30px;
}

.row-search {
    background-color: white;
    margin-left: 0;
    margin-right: 0;
    padding: 8px;
}

.metroll-purple {
    background: rgb(131,135,219);
    background: linear-gradient(0deg, rgba(131,135,219,1) 0%, rgba(91,94,203,1) 100%);
    color: #fff;
}

.row-project-header {
    background-color: #126399;
    color: white;
    font-size: 16px;
    margin-left: 0;
    margin-right: 0;
    padding: 0px;
}

    .row-project-header span {
        line-height: 38px;
        padding-left: 12px;
    }

.site-address-header {
    background-color: transparent;
    color: white;
}

.row-project-tabs {
    color: #002A4E;
    margin-left: 0;
    margin-right: 0;
}

.middle-column {
    border-left: 1px solid #e5e8ed;
    border-right: 1px solid #e5e8ed;
}

.colour-swatch {
    width: 21px;
    height: 21px;
    display: inline-block;
    direction: rtl;
}

.edit-button {
    min-width: unset;
}

.edit-text {
    line-height: 20px;
}

.inline-text-visible {
    border: 1px solid #868889;
    display: flex;
}

.inline-select-visible {
    display: flex;
}

.tile-small, .tile-medium, .tile-wide, .tile-large, .tile-app {
    background-color: #126399;
}

.table-message {
    background: rgb(241,161,0);
    border: 1px solid rgb(255 170 0);
    border-radius: 4px;
    display: flex;
    padding: 8px;
}

.file-drag-drop-zone {
    border: 3px dashed #F1A100;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    color: #aeaeae;
    font-size: 1.5rem;
    cursor: pointer;
    margin: 1.5rem 0 2rem 0;
    position: relative;
}

    .file-drag-drop-zone:hover {
        background-color: #f5f5f5;
    }

    .file-drag-drop-zone input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.no-pill {
    background-color: red;
    border-radius: 12px;
    color: white;
    padding: 4px 8px 4px 8px;
}

.yes-pill {
    background-color: green;
    border-radius: 12px;
    color: white;
    padding: 4px 8px 4px 8px;
}

.blocked-pill {
    background-color: red;
    border-radius: 12px;
    color: white;
    font-size: 12px;
    line-height: inherit !important;
    margin: 6px 12px;
    padding: 4px 12px;
}

.login-form {
    background-color: white;
    border: 1px solid #dfdfdf;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);
    height: auto;
    margin-top: 0px;
    padding: 24px;
    top: 50%;
    width: 350px;
}