
.ufont {
    font-family: Roboto;
    font-size: 1.5rem !important;
    font-weight: 450;
    line-height: 19.92px;
}

.table_fix_head {
    overflow-y: auto;
    height: 80vh;
}

div.choices__item {
    margin-left: 10px !important;
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.date-time-field > input {
    padding: 0.5rem 1rem !important;
    font-size: 1.132875rem !important;;
    border-radius: var(--tb-border-radius-lg);
}

.tfh10 {
    overflow: auto;
    height: 10vh;
}

.tfh15 {
    overflow: auto;
    height: 15vh;
}

.tfh20 {
    overflow: auto;
    height: 20vh;
}

.tfh25 {
    overflow: auto;
    height: 25vh;
}

.tfh30 {
    overflow: auto;
    height: 30vh;
}

.tfh35 {
    overflow: auto;
    height: 35vh;
}

.tfh40 {
    overflow: auto;
    height: 40vh;
}

.tfh45 {
    overflow: auto;
    height: 45vh;
}

.tfh50 {
    overflow: auto;
    height: 50vh;
}

.tfh55 {
    overflow: auto;
    height: 55vh;
}

.tfh60 {
    overflow: auto;
    height: 55vh;
}

.tfh65 {
    overflow: auto;
    height: 65vh;
}

.tfh70 {
    overflow: auto;
    height: 70vh;
}

.tfh75 {
    overflow: auto;
    height: 75vh;
}

.tfh80 {
    overflow: auto;
    height: 80vh;
}

.tfh10 thead th,
.tfh15 thead th,
.tfh20 thead th,
.tfh25 thead th,
.tfh30 thead th,
.tfh35 thead th,
.tfh45 thead th,
.tfh40 thead th,
.tfh50 thead th,
.tfh55 thead th,
.tfh60 thead th,
.tfh65 thead th,
.tfh70 thead th,
.tfh75 thead th,
.tfh80 thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}

body.modal-open {
    overflow: hidden !important;
}

.filmstrip {
    --background: rgba(0, 0, 0, 1);
    --size: 10px;
    background-image: linear-gradient(to right, var(--background) var(--size), transparent var(--size)),
    linear-gradient(to bottom, var(--background) var(--size), transparent var(--size)),
    linear-gradient(to right, var(--background) var(--size), transparent var(--size)),
    linear-gradient(to bottom, var(--background) var(--size), transparent var(--size)),
    linear-gradient(to bottom, transparent var(--size), var(--background) var(--size));
    background-size: calc(var(--size) * 2) var(--size), calc(var(--size) * 2) var(--size), calc(var(--size) * 2) var(--size), calc(var(--size) * 2) var(--size), 100% calc(100% - var(--size) * 3);
    background-repeat: repeat-x;
    background-position: 0 var(--size), top left, 0 calc(100% - var(--size)), bottom left, 0 var(--size);
    padding: calc(var(--size) * 3) calc(var(--size) * 2.5);
    box-sizing: border-box;
}

.layout_calc {
    height: calc(100vh - 70px);
    overflow: auto;
}

select:disabled {
    opacity: 0.5 !important;
}

.cursor_default {
    cursor: pointer !important;
}

.cursor_default2 {
    cursor: default !important;
}

.choices__inner {
    background-color: white !important;

}

.choices__placeholder {
    color: black !important;
    opacity: 1 !important;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
    word-break: break-word;
    width: max-content;
    z-index: 9999;
}

.task_pane_font13 {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 450;
    line-height: 19.92px;
    text-align: left;
}

.task_pane_font15 {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 450;
    line-height: 19.92px;
    text-align: left;
}

.task_pane_font17 {
    font-family: Roboto;
    font-size: 17px;
    font-weight: 700;
    line-height: 19.92px;
    text-align: left;
}

.task_pane_font {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.92px;
    text-align: left;
}

.roboto_title_450 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 450;
    line-height: 19.92px;
    text-align: left;
}

.roboto_title_350 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 350;
    line-height: 19.92px;
    text-align: left;
}

.border-liran {
    --tb-border-opacity: 1;
    border-color: #9d75cb !important;
}

.border-desk {
    --tb-border-opacity: 1;
    border-color: #ff6f59 !important;
}

.border-maor {
    --tb-border-opacity: 1;
    border-color: #00a7e1 !important;
}

.border-nati {
    --tb-border-opacity: 1;
    border-color: #5AFF15 !important;
}

.border-baruch {
    --tb-border-opacity: 1;
    border-color: #ff6f59 !important;
}

.border-guy {
    --tb-border-opacity: 1;
    border-color: #A20021 !important;
}

.no-hover {
    --tb-table-hover-bg: none;
}

.choices__input--cloned {
    width: max-content !important;
}

.w-40 {
    width: 40% !important;
}

.bg-dark-executive {
    background: rgba(0, 0, 0, 0.5) !important;
}

.bg-gray-executive {
    background: rgba(32, 31, 38, 1) !important;
}