﻿/* Velocity data tables */

.vel-table-table.vel-table-table--fullWidth {
    width: 100%;
}

.vel-table-table {
    box-sizing: border-box;
    font-weight: var(--vel-typography-text-200-font_weight);
    font-size: var(--vel-typography-text-200-font_size);
    line-height: var(--vel-typography-text-200-line_height);
    font-family: var(--vel-typography-text-200-font_family);
    letter-spacing: var(--vel-typography-text-200-letter_spacing);
    color: var(--vel-color-neutral-700);
    border-collapse: separate;
    border-spacing: 0px;
    width: auto;
}

.vel-table-table thead {
    position: relative;
    background: var(--vel-color-neutral-white);
    --vel-table-columns-row-border: 2px solid var(--vel-color-neutral-400);
}

.vel-table-table thead tr {
    position: relative;
    background: transparent;
}
.vel-table-table thead tr th:focus,
.vel-table-table thead tr th:focus-visible,
.vel-table-table thead tr th:focus-within
{
    box-shadow: 0 0 0 2px var(--vel-color-misc-focused) inset;
}


.vel-table-table thead tr
{
    border-bottom: var(--vel-table-columns-row-border);
}
.vel-table-table tbody tr th,
.vel-table-table thead tr th {
    position: relative;
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-align: start;
    background: transparent;
    align-items: center;
    justify-content: flex-start;
    height: 56px;
    font-weight: var(--vel-typography-text-200-bold-font_weight, var(--vel-typography-text-200-font_weight));
    font-size: var(--vel-typography-text-200-bold-font_size, var(--vel-typography-text-200-font_size));
    line-height: var(--vel-typography-text-200-bold-line_height, var(--vel-typography-text-200-line_height));
    font-family: var(--vel-typography-text-200-bold-font_family, var(--vel-typography-text-200-font_family));
    letter-spacing: var(--vel-typography-text-200-bold-letter_spacing, var(--vel-typography-text-200-letter_spacing));
    overflow-wrap: break-word;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    gap: var(--vel-fixed-spacing-04);
    padding: var(--vel-fixed-spacing-02) var(--vel-fixed-spacing-04);
    color: var(--vel-color-secondary-400);
    /*width: auto !important;*/
    outline:none;
    border-bottom:inherit;
}
.vel-table-table tbody tr th
{
    text-align:left;
    height:initial;
}

.vel-table-table thead tr th.sorting_asc {
    cursor: pointer;
    position: relative;
    padding-right:24px;
    background-image: url("../../../img/velocity/arrow_down.svg");
    background-position-y: center;
    background-position-x: calc(100% - 4px);
    background-repeat: no-repeat;
    background-size: 20px;
    
    
}

.vel-table-table thead tr th.sorting_desc {
    cursor: pointer;
    position: relative;
    padding-right:24px;
    background-image: url("../../../img/velocity/arrow_up.svg");
    background-position-y: center;
    background-position-x: calc(100% - 4px);
    background-repeat: no-repeat;
    background-size: 20px;
}

.vel-table-table thead tr th.sorting {
    cursor: pointer;
    position: relative;
    padding-right:20px;
    /*width: 20px;
    height: 20px;
    background-image: url("../../../img/velocity/arrow_down.svg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 20px;*/
}

.vel-table-table tbody tr {
    background: transparent;
}

.vel-table-table tbody tr.even {
    background: var(--vel-color-neutral-100);
}
.vel-table-table tbody tr
{
    border-bottom-color: var(--vel-color-dividerColor);
}
.vel-table-table tbody tr th, 
.vel-table-table tbody tr td {
    vertical-align: middle;
    background: transparent;
    width: auto;
    margin: 0px;
    padding: var(--vel-fixed-spacing-03) var(--vel-fixed-spacing-04);
    border-width: 0px 0px 1px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-bottom-style: solid;
    border-bottom-color: inherit;
}


.vel-table-expand-down {
    /*height: 100%;
    display: flex;
    flex-flow: row;
    -webkit-box-align: center;
    align-items: center;
    gap: var(--vel-fixed-spacing-02);
    cursor: pointer;
    margin-inline-start: calc(-1* var(--vel-fixed-spacing-03));
    background-image: url(../../../img/velocity/chevron_down.svg);
    background-repeat: no-repeat;
    border-radius: var(--vel-shape200-border_radius);
    position: relative;
    display: inline-flex;
    flex-flow: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: var(--vel-fixed-spacing-03);
    color: var(--vel-color-neutral-700);
    transition: background 0.1s ease-out 0s, color 0.1s ease-out 0s;
    display: block;
    color: currentcolor;*/
    cursor: pointer;
    background-image: url(../../../img/velocity/chevron_down.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px;
    transition: background 0.1s ease-out 0s, color 0.1s ease-out 0s;
}

.vel-table-expand-down:last-child {
    margin-inline-end: calc(-1* var(--vel-fixed-spacing-03));
}

.vel-table-expand-up {
    background-image: url(../../../img/velocity/chevron_up.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px;
    transition: background 0.1s ease-out 0s, color 0.1s ease-out 0s;
    cursor: pointer;
}

.vel-table-select-label {
    box-sizing: border-box;
    display: flow-root;
    color: var(--vel-color-form-text-default);
    width: fit-content;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    user-select: none;
    border-radius: var(--vel-shape200-border_radius);
}
/*
.vel-table-cell-markupContainer {
    max-width: 100%;
    display: flex;
    flex-flow: column;
    -webkit-box-pack: center;
    justify-content: center;
}*/

.vel-table-cell-mainContentContainer
{
        width: min-content;
}
.vel-table-cell-mainContentContainer .accordion-title-row
{
    
}

button.vel-table-button-option {
    /*border-radius: var(--vel-shape300-border_radius);
    position: relative;
    display: inline-flex;
    flex-flow: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: var(--vel-fixed-spacing-03);
    min-width: 40px;
    height: 40px;
    color: var(--vel-color-neutral-700);
    transition: background 0.1s ease-out 0s, color 0.1s ease-out 0s;*/
    background-image: url(../../../img/velocity/option.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
button.vel-table-button-option:hover
{
    /*background-color: var(--vel-color-neutral-100);*/
}

/*.vel-table-button-option-container {
    box-sizing: border-box;
    overflow-wrap: anywhere;
    border: none;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    background: transparent;
    outline: none;
    appearance: none;
    user-select: none;
    vertical-align: middle;
    font: inherit;
    color: inherit;
    text-transform: none;
    overflow: visible;
    text-align: start;
    cursor: default;
}*/

.vel-table-button-option-container:not([disabled]) {
    cursor: pointer;
}
/*
.vel-table-button-option-svg {
    display: block;
    color: currentcolor;
    height: 24px;
    width: 24px;
}*/

.vel-table-dialog-container[x-placement^="bottom-"] {
    -webkit-box-align: start;
    align-items: start;
    border-top: var(--vel-fixed-spacing-02) solid transparent;
}
.vel-table-dialog-container[x-placement^="top-"] {
    -webkit-box-align: end;
    align-items: start;
    border-bottom: var(--vel-fixed-spacing-02) solid transparent;
}

/*.vel-table-dialog-container {
    z-index: var(--vel-zindex-dropdown);
    display: flex;
    position: sticky;
    min-width: 40px;
    max-width: 1087px;
    width: max-content;
    will-change: transform;
    top: 0px;
    left: 0px;
    transform: translate3d(-130px, 55px, 0px);
}*/

.vel-table-dialog {
    width: max-content;
    box-shadow: var(--vel-elevation300-box_shadow);
    border-radius: var(--vel-shape300-border_radius);
    box-sizing: content-box;
    background: var(--vel-color-neutral-white);
    flex-direction: column;
}

/*.vel-table-dialog-main {
    box-sizing: border-box;
    outline: none;
}

.vel-table-dialog-items {
    position: relative;
    outline: none;
    padding: var(--vel-fixed-spacing-03) 0;
    max-height: 50vh;
    overflow: auto;
}*/

/*.vel-table-dialog-item-main {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}*/

/*.vel-table-dialog-item-container {
    font-weight: var(--vel-typography-text-200-font_weight);
    font-size: var(--vel-typography-text-200-font_size);
    line-height: var(--vel-typography-text-200-line_height);
    font-family: var(--vel-typography-text-200-font_family);
    letter-spacing: var(--vel-typography-text-200-letter_spacing);
    overflow-wrap: anywhere;
    position: relative;
    padding: var(--vel-fixed-spacing-03) var(--vel-fixed-spacing-04);
    margin: 0px;
    background: transparent;
    outline: none;
    display: block;
    transition: background 0.1s ease-out 0s;
    color: var(--vel-color-form-text-default);
}*/

/*.vel-table-dialog-item-container:not([aria-disabled="true"]).highlighted {
    color: var(--vel-color-neutral-900);
}

.vel-table-dialog-item-container:not([aria-disabled="true"]) {
    cursor: pointer;
}*/





/*.vel-table-dialog-item-label-container {
    flex: 1 1 0%;
}*/

/*.vel-table-dialog-item-label-main {
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    flex-flow: wrap;
    gap: 0 var(--vel-fixed-spacing-03);
}*/

.vel-table-dialog-item-label {
    font-weight: var(--vel-typography-text-200-font_weight);
    font-size: var(--vel-typography-text-200-font_size);
    line-height: var(--vel-typography-text-200-line_height);
    font-family: var(--vel-typography-text-200-font_family);
    letter-spacing: var(--vel-typography-text-200-letter_spacing);
    padding: var(--vel-fixed-spacing-03) var(--vel-fixed-spacing-04);
    background: transparent;
    outline: none;
    display: block;
    color: var(--vel-color-form-text-default);
    cursor:pointer;
    border-left: 2px solid transparent;
    transition: border-left-color 0.1s ease-out 0s;
}
.vel-table-dialog-item-label:not([disabled])
{
    cursor:pointer;
}
.vel-table-dialog-item-label:not([disabled]):hover
{
    border-left-color: var(--vel-color-neutral-600);
}

.vel-table-dialog-item-label:not([disabled]) a:hover,
.vel-table-dialog-item-label a
{
    text-decoration:none;
    background-color:transparent;
    font-weight:normal;
    color:var(--vel-color-form-text-default);
    display:block;
}
.hide {
    display: none;
}
