.Collapsible {
    overflow: hidden;
    transition: height 0.25s ease;
}

.table-checkbox {
    text-align: center;
    font-size: 1.2rem;
}

.viewport {
    min-height: 100%;
    padding: 3px 10px;
    overflow: clip;
}

.viewport-body {
    flex: 1;
    overflow-y: auto;
}

.collection-body {
    padding: 0;
}

.viewport:has(.collection-body) {
    gap: 0;
}

.with-spaces {
    white-space: break-spaces;
}

.from-lookup-filter {
    top: 0;
    left: 0;
    max-height: 50vh;
    overflow: auto;
}

a.dropdown-item.disabled {
    color: #babdc2 !important;
}

.table-tool {
    cursor: pointer;
    vertical-align: middle !important;
}

.table tr.focused > td a:hover {
    color: #dde0e7;
}

.table tr.focused > td a {
    color: #ffffff;
}

.table tr.focused > td .btn-icon {
    color: #ffffff;
}

.table tr.focused > td {
    color: #ffffff;
    background-color: #005596;
}

.table tr.focused > td i {
    color: #ffffff;
}

.table-checkbox .BlazorCheckbox {
    font-size: 0.8rem;
    box-shadow: none !important;
}

.table tr.focused >td .btn:hover, .table tr.focused > td .btn:focus {
    box-shadow: 0 0 0 2px rgb(255 255 255 / 80%);
    background: transparent;
}

.table thead th {
    border-top: 0;
    border-radius: 0 !important;
}

.BlazorCheckbox {
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    font-size: 0.6rem;
}

.table tr.focused > td .BlazorCheckbox {
    box-shadow: 0 0 0 1px rgb(255 255 255 / 70%);
}

.table-bordered tr td:first-child, .table-bordered tr th:first-child {
    border-left: 0;
}

.table-bordered tr:last-child td, .table-bordered tr:last-child th {
    border-bottom: 0;
}

.page-sidebar {
    max-width: 95vw;
    min-width: 40rem;
    width: auto;
    padding: 0.25rem;
    background: transparent;
    border: 0;
}

.main-table-focusable.focus {
    box-shadow: 0 0 0 0.125em var(--primary);
}

.actions-checkbox {
    padding-left: 1.5rem;
    padding-top: 1rem;
    background-color: transparent;
    width: 40px;
}

.with-spaces {
    white-space: break-spaces;
}
.eds-side-panel {
    display: none;
}

.tab-content .eds-side-panel {
    display: initial;
}

@media (min-width: 992px) {
    .eds-side-panel {
        max-width: 25rem;
        padding: 0 2rem 2rem 0.5rem;
        display: initial;
        flex: 1 1 0;
    }
}

.eds-body-panel {
    height: calc(100vh - 18rem);
    flex: 1 1 0;
}

.FiltersPanel {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.5rem;
    row-gap: 0.3rem;
}

input {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.LookupInput.disabled {
    background-color: rgba(246,247,249);
    color: #36364299;
}

.LookupInput .Items {
    position: absolute;
    z-index: 99;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    padding: 0;
    margin-top: 0;
}

.LookupInput .Items .dropdown-item {
    white-space: normal;
}

.LookupInput .Info .dropdown-item {
    white-space: normal;
    user-select: text;
    user-drag: none;
    -webkit-user-drag: none;
    cursor: text;
}

@media (min-width: 650px) {
    .LookupInput .Info .dropdown-item {
        white-space: nowrap;
    }
}

.table-head-wrapper {
    background-color: #f6f7f9;
    overflow: auto;
    scrollbar-gutter: stable;
}

.auth-header {
    background-color: #005596;
}

.auth-header img {
    margin-right: 0.5rem;
    height: auto;
    max-width: 300px;
    max-height: 105px;
    width: auto;
}

.auth-header canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

textarea.form-control {
    height: 6.55rem;
}

.task-selector-panel .menu-link {
    white-space: normal;
}

.ActionsPanel {
    display: flex;
    gap: 0.5em;
    padding: 0.5em;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
}

.multi-enum-container {
    display: flex;
    gap: 0.2em;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
}

.multi-enum-container button.focus {
    outline: 1px dashed var(--red);
}

.multi-enum-input {
    display: inline;
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    min-width: 1em;
}
.org-icon {
    filter: saturate(500%) brightness(95%);
}

.btn-footer {
    margin: 0.5rem 0 0 0.5rem;
}

.tree-indent {
    display: inline-block;
    text-align: right;
}

.tree-indent a {
    text-decoration: none;
}

.tree-indent-0 {
    margin-left: 0;
}

.tree-indent-1 {
    margin-left: 1rem;
}

.tree-indent-2 {
    margin-left: 2rem;
}

.tree-indent-3 {
    margin-left: 3rem;
}

.tree-indent-4 {
    margin-left: 4rem;
}

.tree-indent-5 {
    margin-left: 5rem;
}

.tree-indent-6 {
    margin-left: 6rem;
}

.tree-indent-7 {
    margin-left: 7rem;
}

.tree-indent-8 {
    margin-left: 8rem;
}

.tree-indent-9 {
    margin-left: 9rem;
}

.tree-indent-10 {
    margin-left: 10rem;
}

.filter-panel {
    min-width: 15rem;
    max-width: 30rem;
}

.highlight:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #005596;
    cursor: pointer;
}

.highlight:hover > * {
    color: #ffffff !important;
}

.highlight:hover > div > a {
    color: #ffffff !important;
}

.highlight:hover > div > button {
    color: #ffffff !important;
}

.min-vh-80 {
    min-height: 80vh;
}

.sortable-column:hover {
    cursor: pointer;
}

.dropdown-item-nohover {
    display: inline-flex;
    justify-content: space-around;
    width: 100%;
    padding: 0.2rem 1rem;
    clear: both;
    font-weight: 400;
    color: #191927;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

tr.is-hidden > td {
    opacity: 0.7;
}

.not-visible {
    visibility: hidden;
}

.LoadingMask {
    width: 100%;
    height: 100%;
    justify-content: center !important;
    align-items: center !important;
    display: flex;
    background-color: white;
    opacity: 0.4;
    position: absolute;
    z-index: 1000;
}

.column-settings {
    white-space: nowrap !important;
}

.column-settings > * {
    color: rgba(20, 20, 31, 0.5) !important;
}

.column-settings > i {
    cursor: pointer !important;
    margin: 0 5px 0 5px;
}

.column-settings i:hover {
    color: #0a6aa1 !important;
}

.filter-group {
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0.25rem 0.5rem;
}

.filter-group-control {
    width: 7rem;
    margin-left: 0.5rem;
}

.filter-group-date-control {
    width: 10rem;
    margin-left: 0.5rem;
}

.filter-group-control .form-control {
    display: inline-flex;
}

.filter-group .custom-control {
    display: inline-flex;
}

.filter-group .custom-control-label {
    display: inline-flex;
}

.form-group {
    margin-bottom: 0.5rem !important;
}

.form-group:last-child {
    margin-bottom: 0 !important;
}

.card-body .row .form-group {
    margin-bottom: 0.5rem !important;
}

.input-label {
    margin-bottom: 0.25rem;
    white-space: nowrap;
}

.resize-none {
    resize: none !important;
}

.resize-both {
    resize: both !important;
}

.sorter {
    position: relative;
    top: 0.25rem;
}

.sorter .fa {
    position: absolute;
    line-height: 1;
}

.sorter .fa-sort {
    opacity: 0.3;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.list-empty-placeholder-title {
    color: #363642;
    opacity: 0.7;
}

.list-empty-placeholder-subtitle {
    color: #888c9b;
    font-size: 1.15rem;
}

.context-menu {
    position: fixed;
    z-index: 2000;
    margin: 0;
    top: 0;
    left: 0;
    --mouse-x: 0;
    --mouse-y: 0;
    -webkit-animation-name: none;
    animation-name: none;
    transform:
            translateX(min(var(--mouse-x), calc(100vw - (100% + 10px))))
            translateY(min(var(--mouse-y), calc(100vh - (100% + 25px))))
}

.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old Firefox */
    -ms-user-select: none; /* IE/Edge */
    user-select: none; /* Chrome, Edge, Opera and Firefox */
}

.text-red {
    color: #ea6759 !important;
}

a.text-red:hover, a.text-red:focus {
    color: #db2e1c !important;
}

.btn-red {
    color: #ffffff;
    background-color: #EA6759;
    border-color: #db2e1c;
}

.btn-red:hover {
    color: #ffffff;
    background-color: #db2e1c;
    border-color: #db2e1c;
}

.btn-red:focus, .btn-red.focus {
    color: #ffffff;
    background-color: #db2e1c;
    border-color: #db2e1c;
    box-shadow: 0 0 0 1px rgb(219, 46, 28);
}

.btn-red.disabled, .btn-red:disabled {
    color: #ffffff;
    background-color: #db2e1c;
    border-color: #db2e1c;
}

.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active,
.show > .btn-red.dropdown-toggle {
    color: #ffffff;
    background-color: #db2e1c;
    border-color: #db2e1c;
}

.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-red.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px rgb(219, 46, 28);
}

.input-link {
    color: #005596;
    text-decoration: none;
    background-color: transparent;
}

.input-link:hover {
    color: #234875;
    text-decoration: underline;
    cursor: pointer;
}

.input-group-disabled {
    background-color: #f6f7f9 !important;
    opacity: 1;
}

.fs-lg {
    font-size: 100%;
}

.overflow-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

select, option[selected] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.stacked-menu .menu-separator {
    overflow: hidden;
}

.stacked-menu .menu-separator > a {
    font-size: 0.875rem;
    color: #996b99;
    line-height: 1.75em;
    text-decoration: none;
}

.stacked-menu .menu-separator > a:hover {
    color: #995499;
}

.stacked-menu .menu-separator.has-active:not(.has-active-child) > a {
    color: #996b99;
    font-weight: 600;
}

.border-separator {
    padding-top: 0.5rem;
    margin-left: 3.875rem
}

.task-header-badge > .badge {
    font-size: 100%;
    white-space: normal;
    text-align: left;
}

.badge-transparent-red {
    color: #ea6759;
    border: #ea6759 solid 1px;
}

.package-header {
    margin-top: 0.25rem;
}

.package-header .package-subheader-primary {
    font-weight: 700;
    margin-right: 0.5rem;
}

.package-header .package-subheader-secondary {

}

.main-table {
    border-bottom: 1px solid rgba(20, 20, 31, 0.12);
}

.main-table-action {
    padding: 0.4rem 0.4rem;
}

.main-table-action-checkbox {
    margin-left: 1.4rem;
    margin-top: 0.5rem;
    width: 40px;
}

.main-table-action-buttons {
    margin-left: -1rem;
}

.main-table-action-button {
    height: 1.8125rem;
    line-height: 1rem;
    padding: 0.25rem 0.5rem;
}
.main-table-body {
    flex-wrap: nowrap;
}

.main-table-focusable {
    background-color: transparent;
    flex: 1 0 0;
    margin: 0;
}

.main-table-focusable:hover {
    background-color: #eee;
}

.main-table-focusable:focus {
    background-color: #eee;
}

.main-table-card {
    padding-left: 1.2rem;
    padding-top: 1.5rem;
    background-color: transparent;
    margin-bottom: -1.5rem;
}

.table-card-progress {
    max-width: 100%;
    margin-top: 0.25rem;
    overflow-y: hidden;
    overflow-x: scroll;
}

.progress-list-eds-indicator button:not(:disabled) {
    cursor: auto;
}

.progress-list-eds > .success > button:focus, .progress-list-eds > .success > button:active {
    box-shadow: none;
}

.progress-list-eds > .active > button:focus, .progress-list-eds > .active > button:active {
    box-shadow: none;
}

.progress-list-eds > li > button:focus, .progress-list-eds > li > button:active {
    box-shadow: none;
}

*:hover::-webkit-scrollbar-thumb {
    background: #aaaaaa;
}

*::-webkit-scrollbar {
    visibility: hidden;
    width: 0.7rem;
    height: 0.7rem;
}

.task-card-flex-group {
    display: flex;
    margin: 0.5rem 0.5rem 0.5rem 0;
}

.task-card-flex-group-last {
    background: #BBB;
}

.task-card-attachment {
    margin-left: 4.25rem;
}

.main-table-card-checkbox {
    padding-left: 0.875rem;
    padding-top: 1.5rem;
    background-color: transparent;
    width: 40px;
    flex: 0 0 0;
}

.main-table-card-checkbox-free {
    padding-left: 0;
    padding-top: 1.5rem;
    background-color: transparent;
    width: 40px;
    flex: 0 0 0;
}

.table-card-property {
}

.table-card-minor-property {
    display: flex;
    flex-direction: column;
    margin-top: 0.5rem;
    width: 100%;
}

@media (min-width: 1200px) {
    .table-card-minor-property {
        display: flex;
        flex-direction: row;
        margin-top: 0;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .task-card-minor-flex-group {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        flex: 1 1 0;
    }
}

.task-card-minor-flex-group {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.task-card-minor-group {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-card-label {
    font-weight: 700;
}

.table-card-label::after {
    content: ":";
}

.main-table-card-type {
    font-weight: 700;
}

.main-table-blue {
    background-color: #0a6aa1;
    color: #fefefe;
    padding-left: 5px;
    padding-right: 5px;
}

.main-table-footer {
    color: #6e7282;
}

.table-card-value {
}

.table-card-right-side {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.main-table-card-header {
    display: inline;
    font-weight: 700;
}

.main-table-card-border {
    border: 1px solid rgba(20, 20, 31, 0.12);
    border-radius: 0.25rem;
}

.color-blue {
    color: #005596;
}

.color-red {
    color: #F00;
}

.color-green {
    color: #0ce80c;
}

.main-table-card-attachments {
    color: #005596;
}

.eds-card-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.eds-card-header-primary-group {
    text-align: center;
}

.eds-card-header-secondary-group {
    text-align: center;
}

.eds-card-header-secondary-group h5 {
    white-space: nowrap;
}

@media (min-width: 1200px) {
    .eds-card-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .eds-card-header-primary-group {
        text-align: left;
    }

    .eds-card-header-secondary-group {
        text-align: right;
        margin-left: 1.5rem;
    }
}

.card-divider {
    margin-bottom: 0.875rem;
    border-bottom: 1px solid rgba(20, 20, 31, 0.12)
}

.row:last-child > .col >.card {
    margin-bottom: 5px;
}

.documents-list-tab {
    display: initial;
}

@media(min-width: 992px) {
    .documents-list-tab {
        display: none;
    }
}

.btn-task-card-docs-list {
    padding: 0;
    color: #005596;
    font-weight: bold;
    font-size: inherit;
    line-height: inherit;
    height: auto;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.btn-task-card-docs-list:focus {
    color: #005596;
    box-shadow: none;
}

.btn-task-card-docs-list:hover {
    color: #005596;
}

.text-brand-blue {
    color: #005596;
}

.table-fixed-header {
    overflow: auto;
}

.table-fixed-header thead tr th {
    position: sticky;
    background-color: white;
    top: 0;
    z-index: 1;
}

.btn-table-action-success:hover:not(:disabled) {
    color: #00A28A
}

.btn-table-action-success:focus {
    box-shadow: 0 0 0 1px #00A28A;
    color: #00A28A;
}

.btn-table-action:disabled {
}

.btn-table-action-primary:focus {
    box-shadow: 0 0 0 1px #2b5a92;
    color: #2b5a92;
}

.btn-table-action-primary:hover:not(:disabled) {
    color: #2b5a92;
}


.btn-table-action-red:focus {
    box-shadow: 0 0 0 1px #db2e1c;
    color: #db2e1c;
}

.btn-table-action-red:hover:not(:disabled) {
    color: #db2e1c;
}

.btn-table-action-secondary:focus {
    color: #888c9b;
    box-shadow: 0 0 0 1px #888c9b;
}

.btn-table-action-secondary:hover:not(:disabled) {
    color: #888c9b;
}

.btn-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-item.dropdown-item-red:hover, .dropdown-item.dropdown-item-red:focus, .dropdown-item.dropdown-item-red.focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #db2e1c;
}

.dropdown-item.dropdown-item-red.active, .dropdown-item.dropdown-item-red:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #db2e1c;
}

.dropdown-item.dropdown-item-yellow:hover, .dropdown-item.dropdown-item-yellow:focus, .dropdown-item.dropdown-item-yellow.focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #F7C46C;
}

.dropdown-item.dropdown-item-yellow.active, .dropdown-item.dropdown-item-yellow:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #F7C46C;
}

.card-table-header {
    padding: 0 0 0.75rem 0;
}

.card-table {
    
}

.card-table table {
    margin-bottom: 0;
}

.thead-dd > .dropdown-menu .dropdown-scroll {

}

.dropdown-menu {
    position: fixed;
}

.card-table-actions {
    white-space: nowrap;
    text-align: right;
}

.card-table-total {
    color: #888c9b;
}

.card-table-footer {
    padding: 0.75rem 0 0 0;
}

.card-body .row table .form-group {
    margin: 0 !important;
}

.has-confidential{
    color: red;
}

.inline-editable.form-group {
    background-color: transparent;
    border-bottom: 1px solid rgba(54, 54, 66, 0.25);
    border-radius: 0.1rem;
    transition: all 100ms ease-out 0s;
}

.inline-editable.form-group:focus-within, 
.inline-editable.form-group:hover {
    background-color: rgba(20, 20, 31, 0.055);
    border-bottom: 1px solid rgba(54, 54, 66, 1);
    border-radius: 0.1rem;
    box-shadow: 0 0 0 0.5rem rgba(20, 20, 31, 0.055);
}

.inline-editable.form-group:focus-within {
    transition: all 175ms ease-out 0s;
}

.inline-editable.form-group .form-control:hover,
.inline-editable.form-group .form-control:focus {
    background-color: transparent;              
    box-shadow: none;
}

.inline-editable.form-group .input-group {
    background-color: transparent;
    box-shadow: none;
    border: none;
    height: auto;
}

.inline-editable.form-group .input-group .form-control {
    height: inherit;
}

.table-hover tbody tr.focus {
    color: #363642;
    background-color: #f6f7f9;
}

.table-sm .thead-dd {
    padding-left: 0.375rem;
}

.table .tfoot-light td, .table .tfoot-light th {
    color: #363642;
    background-color: #f6f7f9;
    border-color: #ecedf1;
}

.multi-lookup-append-button {
    align-items: flex-start;
    padding-top: 12px;
}

.bold-link {
    color: #0a6aa1;
    font-weight: bold;
}

.nav-tabs-content {
    position: relative;
}
.menu-text {
    word-break: break-word;
}

@media (max-width: 992px) {
    .nav-tabs > li:last-child {
        padding-right: 15%;
    }
    .nav-tabs-shadow-scrollwrap {
        position: absolute;
        top: 0;
        right: 0;
        width: 15%;
        height: 100%;
        display: block;
        background: linear-gradient(90deg, rgba(0,0,0,0), var(--light) 50%);
    }
}

.timeline-body {
    margin: 0 !important;
    box-sizing: border-box;
    padding: 0 20px 20px 20px;
}

.timeline-body .padding-col-r {
    margin: 0;
}

.padding-col-r > div:first-child, .padding-col-r > p:first-child {
    min-width: 80%;
    max-width: 80%;
    padding-right: 20px;
}

.timeline-body .row .text-right {
    font-size: 0.8rem;
    opacity: 0.8;
}
.timeline-date-item {
    white-space: nowrap;
}

.table-header {
    background-color: #efefef;
}

.center-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-grid {
    display: grid;
}

.calendar-day {
    text-align: center;
    border-radius: .25rem;
    padding: 0.25rem 0.5rem;
}

.calendar-day:hover {
    background-color: #e6e8ed;
    cursor: pointer;
}

.calendar-holiday {
    color: #db2e1c;
}

.calendar-holiday:hover {
    color: #ffffff;
    background-color: #db2e1c;
}

.calendar-day:hover {
}

.calendar-today {
    font-weight: bold;
}

.calendar-weekday-header {
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5rem;
}

.calendar-business-day-name {
    
}

.calendar-weekend-name {
    color: #db2e1c;
}

.calendar-month-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.05rem;
}

.calendar-month {
    padding: 0.5rem;
}

.calendar-month-name {

}

.calendar-month.disabled .calendar-day {
    cursor: auto;
}

.calendar {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    max-width: 1600px;
}

.working-hours {
}

.working-hours .form-group {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}

.working-hours .dash {
    margin: 0 0.5rem;
}

.working-hours .dash::after {
    content: "-";
}

.working-hours-inputs {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
    align-items: center;
}

.working-hours-inputs .form-group {
    margin-bottom: 0 !important;
}

.working-hours-day-of-week {
    flex: 0 0 7rem;
    min-width: 7rem;
}

label.working-hours-day-of-week {
    margin-bottom: 0;
}

.table-height-restriction {
    height: calc(100vh - 16rem);
}
.dropdown-helper-text {
    white-space: break-spaces;
}
.helper-text-strong {
    font-weight: 600;
}

/* Progress bar */
.progress-linear {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    height: 0.25em;
    color: rgb(255, 255, 255, 75%);
    font-size: 16px;
    position: absolute;
    top: 3.3rem;
    z-index: 1050;
}

.progress-linear-top {
    top: 0;
    color: #005596;
}

.progress-linear::-webkit-progress-bar {
    background-color: transparent;
}

.progress-linear::-webkit-progress-value {
    background-color: currentColor;
    transition: all 0.2s;
}

.progress-linear::-moz-progress-bar {
    background-color: currentColor;
    transition: all 0.2s;
}

.progress-linear::-ms-fill {
    border: none;
    background-color: currentColor;
    transition: all 0.2s;
}

/* Indeterminate */
.progress-linear:indeterminate {
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent 50%, currentColor 50%, currentColor 60%, transparent 60%, transparent 71.5%, currentColor 71.5%, currentColor 84%, transparent 84%);
    animation: progress-linear 4s infinite linear;
}

.progress-linear:indeterminate::-moz-progress-bar {
    background-color: transparent;
}

.progress-linear:indeterminate::-ms-fill {
    animation-name: none;
}

@keyframes progress-linear {
    0% {
        background-size: 200% 100%;
        background-position: left -31.25% top 0;
    }
    50% {
        background-size: 800% 100%;
        background-position: left -49% top 0;
    }
    100% {
        background-size: 400% 100%;
        background-position: left -102% top 0;
    }
}

.PropertyValues {
    padding-bottom: 16px;
    border-bottom: 1px dashed gray;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}