﻿html, body {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    margin: 0;
}

textarea {
    display: block;
    vertical-align: top;
}

input,
input[type=text],
input[type=number],
input[type=password],
textarea,
select {
    padding: 4px 8px;
    border: 1px solid #D5D3D1;
    outline: none;
    resize: none;
    background-color: #FFFFFF;
}

    input,
    input[type=text],
    input[type=number],
    input[type=password],
    select /*,
    .tags-container*/ {
        height: 30px;
    }

        input:hover:enabled,
        input[type=text]:hover:enabled,
        input[type=number]:hover:enabled,
        input[type=password]:hover:enabled,
        textarea:hover:enabled,
        select:hover:enabled {
            border-color: #a6a6a6;
        }

        input.readonly,
        input[type=text].readonly,
        input[type=number].readonly,
        input[type=password].readonly {
            border-top: none;
            border-left: none;
            border-right: none;
        }

        input:hover:enabled.readonly,
        input[type=text]:hover:enabled.readonly,
        input[type=number]:hover:enabled.readonly,
        input[type=password]:hover:enabled.readonly {
            border-color: #D5D3D1;
        }

.allcaps {
    text-transform: uppercase;
}

.full-height {
    height: 100%;
}
.full-width {
    width: 100%;
}

.center-screen {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
}

.center-screen-exact {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.top-screen {
    position: fixed;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 100%);
}

.flex-row-left {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.flex-row-right {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
}

.flex-row-stretch {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: stretch;
    align-items: center;
}

.flex-row-spacebetween {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.flex-column-spacebetween {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.flex-column-stretch {
    display: flex !important;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
}

.page {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.footer {
    flex: 0 1 40px;
}

.top-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

    .top-menu .nav-button {
        cursor: pointer;
    }

.page-content-wrapper {
    margin-left: 48px;
}

.page-content {
    flex-grow: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #f3f3f1;
}

.content {
    flex: 1 1 auto;
    overflow: auto;
}

.tab-bar {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.tab-button {
    padding: 8px 0 0 0;
}

    .tab-button:hover > div > .tab-selector {
        background-color: #B9CEF6;
    }

.tab-selector {
    height: 4px;
    border-radius: 2px;
    margin: 4px 0;
}

.tab {
    font-weight: 600;
    color: #323130;
}

    .tab > div > .tab-selector {
        background-color: #2964D0;
    }

    .tab:hover > div > .tab-selector {
        background-color: #1E4B9C;
    }

.ribbon .tab-button {
    font-weight: 600;
}

.ribbon .tab {
    background-color: #ffffff;
}

.ribbon > div {
    display: inline-block;
}

.picker {
    min-width: 148px;
}

.picker input {
    width: 100%;
}

.picker-people input {
    background: url('../img/users-black.svg') no-repeat scroll right center #ffffff !important;
    padding-right: 32px;
}

.picker-documents input {
    background: url('../img/document.svg') no-repeat scroll right center #ffffff !important;
    padding-right: 32px;
}

.user, .user div, .user h6 {
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
}

.title-icon {
    width: 44px;
    /*height: 60px;*/
}

    .title-icon > img {
        width: 36px;
    }

.nav-button {
    display: inline-block;
    height: 48px;
    width: 48px;
    padding: 12px;
    user-select: none;
    border: none;
    background-color: transparent;
}

.nav-description {
    display: flex;
    height: 48px;
    min-width: 140px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    user-select: none;
    flex-grow: 1;
    white-space: nowrap;
}

.nav-submenu {
    margin-left: -48px;
    padding-left: 48px;
}

.user-menu {
    position: relative;
    z-index: 2000;
    outline: none;
}

    .user-menu > div {
        position: absolute;
        right: 0;
        user-select: none;
        outline: none;
        white-space: nowrap;
    }

.user-menu-item {
    display: flex !important;
    height: 40px;
    align-items: center;
    text-decoration: none;
    user-select: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.filter-wrapper {
    position: relative;
}

.filter-menu {
    position: absolute;
    top: 24px;
    right: 0;
    user-select: none;
    white-space: nowrap;
}

.animate-ribbon {
    animation: animateribbon 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes animateribbon {
    from {
        height: 0px;
        transform: scaleY(0);
    }

    to {
        height: 120px;
        transform: scaleY(1);
    }
}

.ribbon-action-panel {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto repeat(3, 1fr);
    grid-gap: 0 0;
    justify-items: stretch;
    align-items: stretch;
    justify-content: stretch;
    align-content: stretch;
    grid-auto-flow: column;
    margin: 12px 0;
}

.ribbon-action-title {
    padding: 2px 16px 6px 16px;
    text-align: center;
    font-weight: 700;
    grid-column-end: span 3;
    user-select: none;
    color: #000000;
}

.ribbon-action {
    margin: 0 4px;
    padding: 3px 16px;
    word-break: keep-all;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    border-radius: 4px;
}

.ribbon-icon {
    padding: 0 16px;
    margin: 12px 0;
    align-self: stretch;
    width: 64px;
}

    .ribbon-icon img {
        width: 32px;
        height: 100%;
    }

.ribbon-border-flow {
    width: 16px;
    align-self: stretch;
    position: relative;
    left: -1px;
}

.unavailable {
    cursor: not-allowed;
    color: #ffffff !important;
    text-shadow: 1px 1px #b3b3b3, -1px -1px #e6e6e6;
}

.modal-background {
    background-color: rgba(255, 255, 255, .5);
}

.dialog-position {
    z-index: 3000;
}

.spinner-position {
    z-index: 5000;
}

.dialog {
    padding: 32px 0 0 32px;
    width: 572px;
    border-radius: 2px;
    box-shadow: 0 4.8px 14.4px rgba(0, 0, 0, .18), 0 25.6px 57.6px rgba(0, 0, 0, .22);
}

.filter-panel {
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    min-width: 240px;
    border: solid #D5D3D1;
    border-width: 0 1px 0 1px;
    overflow-x: hidden !important;
}

.minimize-menu .minimize-horizontal {
    max-width: 0px;
    max-height: 0px;
    overflow: hidden;
}

.minimize-menu:hover .minimize-horizontal {
    overflow: visible;
    width: auto;
    height: auto;
    max-width: 1000px;
    max-height: 900px;
    transition: max-width 0.25s ease 0.25s, max-height 0.25s ease 0.25s;
}

.minimize-menu .minimize-vertical {
    max-height: 0px;
    overflow: hidden;
}

.minimize-menu:hover .minimize-vertical {
    transition: max-height 0.25s ease;
    transition-delay: 0.25s;
    overflow: visible;
    height: auto;
    max-height: 900px;
}


.section {
    margin: 4px 16px 16px 16px;
}

.section-heading {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
    padding: 8px 0 8px 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #d5d3d1;
    user-select: none;
    min-height: 60px;
}

    .section-heading .side-note {
        padding: 0 16px;
        align-self: center;
    }

.section-content {
    padding: 0 16px 36px 16px;
}

.heading {
    font-size: 12px;
    font-weight: 600;
    color: #605E5C;
    margin-bottom: 6px;
    user-select: none;
}

.label {
    font-weight: 600;
    color: #605E5C;
    margin-bottom: 4px;
    user-select: none;
}

.value {
    padding: 0 8px 4px 8px;
    min-width: 140px;
    max-width: 300px;
    min-height: 26px;
    border-bottom: 1px solid #D5D3D1;
    white-space: nowrap;
}

    .value.multiline {
        white-space: normal;
    }

.label-value + .label-value {
    padding-left: 36px;
}

div.readonly-entry {
    color: #545454;
    background-color: #fafafa;
    padding: 4px 8px;
    cursor: default;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

input.readonly-entry {
    color: #545454;
    background-color: #fafafa;
    cursor: default;
}

.entry {
    width: 100%;
}

.entry-wrapper {
    height: 30px;
    padding: 5px 8px;
    border: 1px solid #D5D3D1;
    border-radius: 2px;
    vertical-align: baseline;
}

.card-entry {
    padding-left: 40px !important;
    background-position: center left;
    background-repeat: no-repeat;
}

.entry + .entry,
.entry + .entry-button,
.search-results-wrapper + .entry-button,
.w3-cell-row + .entry-button,
.validation-message + .entry-button,
.value + .entry-button {
    margin-top: 8px;
}

.entry-button {
    border: 1px solid #8a8683;
    border-radius: 2px;
    display: inline-block;
    padding: 0 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    line-height: 30px;
    font-weight: 600;
}

    .entry-button:hover {
        background-color: #f4f2f1;
    }

    .entry-button:active {
        background-color: #e8e6e3;
        border-color: #605E5C;
    }


    .entry-button + .entry-button {
        margin-left: 16px;
    }

.switch-row {
    width: auto;
}

    .switch-row + .switch-row {
        margin-top: 4px !important;
    }

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-right: 8px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #a8a6a3;
    border-radius: 20px;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        border-radius: 50%;
        -webkit-transition: .4s;
        transition: .4s;
    }

.checkbox-label {
    user-select: none;
    cursor: pointer;
}

input:checked + .slider {
    background-color: #2964D0;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2964D0;
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

.choice-list {
    max-height: 400px;
    margin-bottom: 36px;
}

.choice-list-item {
    display: block;
    padding: 8px 12px;
    margin: 0 24px 0 -12px;
    border-radius: 4px;
    vertical-align: middle;
    overflow: hidden;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

    .choice-list-item:hover {
        background-color: #edebe9;
    }

.progressbar {
    height: 20px;
    width: 400px;
}

.progressbar-inline {
    height: 12px;
    width: 240px;
    margin: 5px 0 4px 0;
}

    .progressbar div,
    .progressbar-inline div {
        height: 100%;
        float: left;
        position: relative;
        top: 0;
        left: 0;
    }

.tooltip-up {
    position: absolute;
    text-transform: none !important;
    font-weight: 400 !important;
    max-width: 264px;
    bottom: 16px;
    left: 0;
}

    .tooltip-up::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 12px;
        margin-left: -4px;
        border-width: 4px;
        border-style: solid;
        border-color: #7f7f7e transparent transparent transparent;
    }

.tooltip-left {
    position: absolute;
    text-transform: none !important;
    font-weight: 400 !important;
    max-width: 264px;
    bottom: 8px;
    right: 24px;
    transform: translate(0%, 50%);
}

    .tooltip-left::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        margin-right: -4px;
        margin-top: -4px;
        border-width: 4px;
        border-style: solid;
        border-color: transparent transparent transparent #7f7f7e;
    }

.button-panel {
    /*display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;*/
    margin-right: 32px;
    padding-bottom: 36px;
    text-align: right;
    white-space: nowrap;
}

.button-primary {
    border: 1px solid #2964D0;
    border-radius: 2px;
    display: inline-block;
    padding: 6px 14px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    color: #fff !important;
    background-color: #2964d0;
    font-weight: 600;
    font-size: 14px;
    min-width: 80px;
    outline: none;
}

    .button-primary:hover:enabled {
        background-color: #1E4B9C;
        border-color: #1E4B9C;
    }

    .button-primary:active:enabled {
        background-color: #173975;
        border-color: #173975;
    }

.button-secondary {
    border: 1px solid #605E5C;
    border-radius: 2px;
    display: inline-block;
    padding: 6px 14px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    text-align: center;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    background-color: #ffffff;
    font-weight: 600;
    min-width: 80px;
    outline: none;
}

    .button-secondary:hover {
        background-color: #f4f2f1;
    }

    .button-secondary:active {
        background-color: #e8e6e3;
    }

.button-menu {
    display: flex !important;
    align-items: center;
}

    .button-menu span {
        margin-left: 4px;
    }

.launch-menu {
    padding: 24px 80px 36px 80px;
    border: 3px solid #001f4e;
}

.launch-title {
    font-size: 56px;
    font-weight: 300;
    margin-top: -12px;
}

.launch-button {
    display: inline-block;
    border: 2px solid #ffc107;
    padding: 16px 60px;
    margin: 20px 0 16px 0;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    color: #001f4e;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: 2px;
    min-width: 80px;
    outline: none;
}

    .launch-button:hover {
        background-color: #001f4e;
        color: #ffffff;
    }

.launch-secondary {
    font-weight: 400;
    text-decoration: none;
}

    .launch-secondary:hover {
        font-weight: 600;
    }

.personal-view {
    background-color: transparent;
    border: none;
}

.fullscreen-background {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /*z-index: -9000;*/
}

.form-container {
    position: fixed;
    top: 0;
    right: 0;
    box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.16);
    z-index: 1000;
}

.form-title {
    margin: 0 32px 36px 32px;
}

.form-wrapper {
    margin-left: 32px;
}

.form-content {
    margin-bottom: 36px;
}

.form-column {
    min-width: 260px;
    max-width: 336px;
    width: 100%;
    margin-right: 32px;
    align-self: flex-start;
}

    .form-column + .form-column {
        margin-left: 8px;
    }

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 0 36px;
    justify-items: stretch;
    align-items: stretch;
    justify-content: stretch;
    align-content: stretch;
    grid-auto-flow: column;
}

.document-preview {
    width: 600px;
    overflow: auto;
    box-shadow: 0px 0px 12px 0 rgb(0 0 0 / 16%);
}

.settings-panel {
    width: 400px;
}

.heading + .settings-row,
.settings-row + .settings-row,
.form-table + .settings-row {
    margin-top: 12px;
}

.w3-cell-row + .w3-cell-row {
    margin-top: 8px;
}

.settings-description {
    padding-left: 36px;
    max-width: 400px;
    user-select: none;
}

.description {
    max-width: 340px;
    user-select: none;
}

    .description + .description {
        margin-left: 36px;
    }

.search {
    width: 400px;
    align-self: center;
}

.search-input {
    flex: 1;
    height: 32px;
    padding: 4px 4px 4px 32px !important;
    background: url('../img/search-white.svg') no-repeat scroll left center;
    background-color: #274066;
    color: #ffffff;
    border: solid 1px #274066 !important;
    border-radius: 4px 0 0 4px;
}

    .search-input::placeholder {
        color: #ffffff;
        opacity: 1.0;
    }

    .search-input:-ms-input-placeholder {
        color: #ffffff;
    }

    .search-input::-ms-input-placeholder {
        color: #ffffff;
    }

    .search-input:hover::placeholder,
    .search-input:focus::placeholder {
        color: #828282;
        opacity: 1.0;
    }

    .search-input:hover:-ms-input-placeholder,
    .search-input:focus:-ms-input-placeholder {
        color: #828282;
    }

    .search-input:hover::-ms-input-placeholder,
    .search-input:focus::-ms-input-placeholder {
        color: #828282;
    }

    .search-input:hover,
    .search-input:focus {
        background: url('../img/search.svg') no-repeat scroll left center;
        background-color: #ffffff;
        color: #323130;
        border: solid 1px #ffffff !important;
        border-radius: 4px 0 0 4px;
    }

    .search-input + button {
        width: 28px;
        height: 32px;
        background: url('../img/cancel-white.svg') no-repeat scroll center center;
        background-color: #274066;
        border: none;
        border-radius: 0 4px 4px 0;
    }

    .search-input:hover + button,
    .search-input:focus + button {
        background: url('../img/cancel.svg') no-repeat scroll center center;
        background-color: #ffffff;
    }

.tags-container {
    display: flex;
    flex-wrap: wrap;
    padding: 2px 2px 0 2px;
    border: 1px solid #D5D3D1;
    border-radius: 2px;
    min-width: 120px;
}

    .tags-container:hover {
        border-color: #a6a6a6;
    }

    .tags-container .tag {
        max-width: 100%;
        word-wrap: break-word;
        border-radius: 2px;
        height: 24px;
        margin: 0 2px 2px 2px;
    }

        .tags-container .tag .tag-text {
            padding: 0 4px 0 8px;
        }

        .tags-container .tag .tag-remove-button {
            cursor: pointer;
            user-select: none;
        }

    .tags-container input {
        outline: none;
        padding: 0 8px;
        border: none;
        margin: 0 0 2px 0;
        height: 24px;
        width: 100%;
    }

.unset-input-width .tags-container input,
.unset-input-width .people-picker input {
    width: unset !important;
}

.search-results-wrapper {
    position: relative;
}

.search-results {
    position: absolute;
    top: 4px;
    z-index: 2000;
    overflow-y: auto;
}

    .search-results a {
        display: block;
        text-decoration: none;
    }

.filter {
    padding-top: 4px;
}

    .filter h5 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-grow: 1;
        padding: 8px 16px 8px 16px;
    }

.filter-input-wrapper {
    padding: 5px 16px 8px 16px;
}

.filter-input {
    background: url('../img/filter.svg') no-repeat scroll left center;
    padding: 4px 4px 4px 32px !important;
}

.logo {
    font-weight: 600;
}

    .logo > img {
        padding-right: 16px;
    }

.no-scroll-wrapper {
    overflow-x: hidden !important;
}

.table-padding {
    padding: 8px 16px;
}

.table {
    width: 100%;
    height: 100%;
    border-spacing: 0;
    overflow-x: auto;
}

    .table.expand th:last-child,
    .table.expand td:last-child {
        width: 100%;
    }

    .table thead tr:first-child {
        height: 34px;
    }

    .table tr:hover .unselected {
        background-image: url("/img/select.svg");
        background-position: center center;
        background-repeat: no-repeat;
    }

        .table tr:hover .unselected:hover {
            background-color: #dbdbdb;
        }

    .table th {
        padding: 0 12px;
        border-bottom: 1px solid #D5D3D1 !important;
        text-align: left;
        position: sticky;
        top: 0;
        background-color: #ffffff;
        vertical-align: middle;
        font-size: 12px;
        white-space: nowrap;
    }

        .table th.clickable {
            cursor: pointer;
            padding-right: 40px;
        }

        .table th.sort:hover {
            background-image: url("/img/chevron-down-gray.svg");
            background-position: center right;
            background-repeat: no-repeat;
        }

        .table th.sort-asc {
            background-image: url("/img/chevron-down.svg");
            background-position: center right;
            background-repeat: no-repeat;
        }

        .table th.sort-desc {
            background-image: url("/img/chevron-up.svg");
            background-position: center right;
            background-repeat: no-repeat;
        }

        .table th.funnel {
            background-image: url("/img/filter-small.svg");
            background-position: center right;
            background-repeat: no-repeat;
        }

    .table th, .table td {
        user-select: none;
        white-space: nowrap;
    }

    .table td {
        padding: 8px 12px;
        vertical-align: top;
    }

        .table td input, .table td select {
            margin-top: -4px;
            margin-bottom: -4px;
        }

        .table td input.tag-input {
            margin-top: 0px;
            margin-bottom: 2px;
        }

    .table.w3-responsive th:last-child,
    .table.w3-responsive td:last-child {
        padding: 0;
    }

.wrapping-enabled th, .wrapping-enabled td {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

td.selected {
    background-image: url("/img/select-white.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #2964d0;
}

    td.selected:hover {
        background-color: #1E4B9C;
    }

.no-wrap {
    white-space: nowrap;
}

th.expand, td.expand {
    width: 100%;
}


.table-button {
    margin-bottom: 4px;
    border-radius: 4px;
}

.list-picker .selected {
    background-image: url("/img/select-white.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #2964d0;
}

    .list-picker .selected:hover {
        background-color: #1E4B9C;
    }

.list-picker .list-item:hover .unselected {
    background-image: url("/img/select.svg");
    background-position: center center;
    background-repeat: no-repeat;
}

    .list-picker .list-item:hover .unselected:hover {
        background-color: #dbdbdb;
    }

.list-picker .group-header {
    padding: 4px 0 0 0;
    user-select: none;
}

.list-view .selected {
    border-left: 4px solid #2964D0;
    padding-left: 12px;
}

.list-view .group-header {
    padding: 4px 12px 0 12px;
    user-select: none;
}

.list-item + .group-header {
    padding-top: 24px !important;
}

.selected:hover {
    border-color: #1E4B9C;
}

.list-item {
    padding: 6px 12px 8px 16px;
    vertical-align: middle;
    user-select: none;
}

.list-button {
    padding: 8px 12px;
    margin-right: 8px;
    border-radius: 4px;
}

.form-table {
    width: 100%;
    border-spacing: 0;
}

    .form-table td {
        padding: 3px 0 3px 16px;
    }

    .form-table tbody tr td:first-child {
        padding-left: 0;
    }

    .form-table tbody tr:last-child td {
        padding-bottom: 0;
    }

.inactive-user {
    color: red;
}

.icon-small {
    height: 12px;
    width: 12px;
    display: inline-block;
}

.icon-medium {
    height: 16px;
    width: 16px;
    display: inline-block;
}

.inline-icon {
    padding-right: 8px;
    margin-top: -2px;
}

.file-icon {
    position: absolute;
    margin-top: -2px;
    width: 24px;
    height: 24px;
}

.inline-status {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    vertical-align: middle;
    margin: -3px 4px 0 0;
}


.status {
    width: 20px;
    height: 20px;
    margin-top: -4px;
}

.status-default {
    background-color: #ffffff; /* white */
    color: #001433;
}

.status-idle {
    background-color: #2964d0; /* blue */
    color: #001433;
}

.status-unknown {
    background-color: #a6a4a2; /* gray */
    color: #001433;
}

.status-warning {
    background-color: #ffcc00; /* amber */
    color: #001433;
}

.status-ok {
    background-color: #51e253; /* green */
    color: #001433;
}

.status-error {
    background-color: #e25950; /* red */
    color: #001433;
}

.validation-message {
    color: #E25950;
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.toast-container {
    z-index: 4000;
    position: absolute;
    top: 60px;
    right: 20px;
}

.toast + .toast {
    margin-top: 16px;
}

.toast .close-button {
    padding: 0 2px;
    margin: 6px 6px;
    border-radius: 2px;
}

.toast .message {
    max-width: 320px;
    padding: 7px 0 8px 24px;
}

.timeline {
    margin-bottom: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
}

    .timeline img {
        height: 40px;
    }

.timeline-point {
    width: 12px;
    height: 12px;
    margin: 4px 4px 4px 4px;
    border-radius: 6px;
    border: 1px solid #8a8683;
}

    .timeline-point.past {
        background-color: #dbdbdb;
    }

    .timeline-point.current {
        border: none;
        background-color: #2964d0;
    }

.timeline-end {
    height: 1px;
    background-color: #8a8683;
    flex-grow: 1;
}

.timeline-line {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: stretch;
    align-items: center;
    height: 20px;
    flex-grow: 1;
}

    .timeline-line div {
        width: 60px;
        height: 1px;
        background-color: #8a8683;
        flex-grow: 1;
    }

.hidden-span-for-edge {
    display: none;
}

.request + .request {
    margin-top: 16px;
}

.loading {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

    .loading div {
        position: relative;
        width: 32px;
        height: 32px;
        display: inline-block;
    }

    .loading img {
        position: absolute;
        user-select: none;
    }

.invalid-user {
    color: red;
}

.company-logo {
    align-self: center;
    height: 32px;
    max-width: 400px;
}

    .company-logo img {
        height: 100%;
        max-width: 100%;
    }

.profile-image {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    border: 1px solid #545454;
    border-radius: 20px;
    object-fit: cover;
    object-position: center top;
}

.profile-image-preview {
    width: 180px;
    height: 180px;
    margin-right: 16px;
    vertical-align: top;
    border: 1px solid #D5D3D1;
    object-fit: cover;
    object-position: center top;
}

.help figure {
    display: inline-block;
    margin: 1em 0;
    width: 100%;
    max-width: 1000px;
    text-align: center;
}

    .help figure img {
        width: 100%;
        max-width: 800px;
    }

    .help figure figcaption {
        text-align: center;
    }

.help p {
    width: auto;
    max-width: 1000px;
}

.preview {
    margin-left: 4px;
    padding: 0 6px;
    vertical-align: top;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 600;
}

.hint {
    width: 16px;
    height: 16px;
    margin-top: -4px;
}

    .hint:hover {
        filter: invert(80%);
    }

.tutorial-container {
    display: flex;
    flex-direction: column;
    width: 1200px;
    min-height: 612px;
    max-height: 800px;
    height: 80%;
    padding: 32px 36px 0 36px;
    box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.16);
    z-index: 1000;
}

.tutorial-head, .tutorial-foot {
    flex-shrink: 0;
}

.tutorial-foot {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 36px 0
}

.tutorial-body {
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: row;
    overflow-y: hidden;
}

.tutorial-description {
    padding-top: 8px;
    padding-bottom: 16px;
}

.slide-image {
    height: 100%;
    min-width: 460px;
    max-width: 640px;
    width: auto;
}

.slide-content {
    margin-left: 40px;
    height: 100%;
    flex-grow: 1;
    overflow-y: auto;
}

    .slide-content div ~ h3 {
        padding-top: 16px;
    }

    .slide-content h4 {
        padding-top: 8px;
    }

.slide-node {
    width: 12px;
    height: 12px;
    border: 2px solid #2964d0;
    border-radius: 6px;
    display: inline-block;
}

    .slide-node + .slide-node {
        margin-left: 16px;
    }

    .slide-node.selected {
        background-color: #2964d0;
    }

.release-notes {
    margin-top: -8px;
}

#office_frame {
    border: none;
    width: 100%;
    height: 100%;
}

@property --p {
    syntax: '<number>';
    inherits: true;
    initial-value: 1;
}

.pie {
    --p: 20;
    --b: 22px;
    --c: darkred;
    --w: 150px;
    width: var(--w);
    aspect-ratio: 1;
    position: relative;
    display: inline-grid;
    margin: 5px;
    place-content: center;
}

    .pie:before, .pie:after {
        content: "";
        position: absolute;
        border-radius: 50%;
    }

    .pie:before {
        inset: 0;
        background: 
            radial-gradient(farthest-side, var(--c) 98%, #0000) top/var(--b) var(--b) no-repeat, 
            conic-gradient(var(--c) calc(var(--p)*1%), #0000 0);
        -webkit-mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
        mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
    }

    .pie:after {
        inset: calc(50% - var(--b)/2);
        background: var(--c);
        transform: rotate(calc(var(--p)*3.6deg)) translateY(calc(50% - var(--w)/2));
    }

.animate {
    animation: pie-frames 1s .5s both;
}

@keyframes pie-frames {
    from {
        --p: 0;
    }
}

.color-palette-table {
    border-collapse: separate;
    border-spacing: 8px 0px;
}

.color-palette-cell {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 4px solid transparent;
    cursor: pointer;
    outline: none;
    transition: border 0.2s;
}

    .color-palette-cell.selected {
        border: 4px solid #2964D0;
    }

.list-item-divider {
    border-bottom: 1px solid #d5d3d1;
}
    .list-item-divider:last-child {
        border-bottom: none;
    }

.import-column .label {
    margin-bottom: unset;
    margin-right: 12px;
}

.import-column input,
.import-column select,
.import-column .tags-container {
    width: 100%;
    max-width: 240px;
}
