﻿.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

.span-bold {
    font-weight: bold;
}

.ui.grid {
    padding-right: 2rem;
}

.green {
    color: green;
}

.goto-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 1rem;
}

.ui.segments {
    border-radius: 0;
}

.ui.segment {
    border-radius: 0;
}

.segment-header {
    background-color: #233e4b !important;
    border: #233e4b !important;
    border-radius: 0 !important;
}

    .segment-header h3 {
        color: white !important;
    }

.statistic-white > .value {
    color: white !important;
}

.statistic-white > .label {
    color: white !important;
}

.ui.fluid.accordion {
    width: 99% !important;
}

.table-box {
    align-self: stretch;
}

.stat-label {
    width: 9rem;
    margin-left: auto;
    margin-right: auto;
}

.ui.styled.accordion {
    border-radius: 0;
}

    .ui.styled.accordion .accordion {
        border-radius: 0;
    }


@media print {
    .no-print {
        visibility: hidden;
    }

    .print-area {
        position: absolute;
        left: 0;
        top: 0;
        margin-left: -18.75%;
    }
}

table {
    page-break-inside: avoid;
}


.ui.eight.statistics .statistic {
    min-width: 9.5%;
}

.ui.eight.statistics .statistic {
    margin: 0em 0em 1em;
}

.ui.statistics .statistic > .value, .ui.statistic > .value {
    font-size: 1.9rem !important;
}

.ui.statistics .statistic > .label, .ui.statistic > .label {
    font-size: 0.6rem;
}

.ui.message.export-message {
    min-height: 120px;
}

.activity-count {
    font-weight: bold;
    font-size: 1.5em;
}

.activity-count-positive {
    color: #B5CC18 !important;
}

.activity-count-negative {
    color: #FBBD08 !important;
}

.icon-popup {
    width: 100%;
    height: 100%;
}

.ui.table tr.absence, .ui.table td.absence {
    background: #f2fcfd !important;
}

.ui.table tr.absence-it, .ui.table td.absence-it {
    background: #f74d4d !important;
}

.scroll-table-container {
    overflow-x: scroll;
    overflow-y: scroll;
    max-height: 80vh;
    border-right: 1px solid rgba(34, 36, 38, 0.15);
}

    .scroll-table-container table.ui.celled.table {
        font-size: 0.8em
    }

.table-definition {
    min-width: 150px;
}

.sticky-td-first {
    border-left: 1px solid rgba(34, 36, 38, 0.1);
    min-width: 200px;
    position: sticky;
    left: 0px;
    width: 150px;
    padding-left: 0px;
    margin-left: 0px;
  
}

.minimized.sticky-td-first {
    min-width: 120px;
    max-width: 120px;
}


.ui.celled.table.hoverStyle .minimized-cell{
    min-width: 21px!important;
    max-width: 21px!important;
    min-height: 30px!important;
    max-height: 30px!important;
    font-size: 5px;
    padding: 0;
}
.minimized.sticky-td-first:hover>.first-minimized
{
    width: fit-content!important;
}

    .sticky-td-first span.sub-text {
        font-size: 9px;
    }

/*.ui.table.hoverStyle tr td.selectable.positive.diagonal-line-gradient {
    background: linear-gradient(var(--angle), #2185D0 50%, var(--background-color) 51%) !important;
    background-clip: content-box !important;
}*/
.ui.celled.table.hoverStyle tr td.center.aligned.positive.diagonal-line-gradient {
    background: linear-gradient(var(--angle), #2185D0 49%, var(--background-color) 51%) !important;
    background-clip: padding-box !important;
}

.scroll-table-container .ui.celled.table tr th.border-left-none,
.scroll-table-container .ui.celled.table tr td.border-left-none {
    border-left: none;
}

td.sticky-td-first, td.sticky-td-secound, td.sticky-td-third, 
td.sticky-td-fourth, td.sticky-td-fifth, td.sticky-td-sixth, 
td.sticky-td-seventh,td.sticky-td-eighth, td.sticky-td-ninth, td.sticky-td-tenth, td.sticky-td-eleventh {
    background-color: white;
}

.sticky-td-secound,.sticky-td-third,.sticky-td-fourth,
.sticky-td-fifth, .sticky-td-sixth, .sticky-td-seventh,
.sticky-td-eighth,.sticky-td-ninth, .sticky-td-tenth, .sticky-td-eleventh {
    border-left: 1px solid rgba(34, 36, 38, 0.1);
    position: sticky;
    min-width: 62px;
    width: 62px;
    padding-left: 0px;
    margin-left: 0px;
}

.sticky-td-secound {
    left: 200px;
}
.sticky-td-third {
    left: 262px;
}

.sticky-td-fourth {
    left: 324px;
}

.sticky-td-fifth {
    left: 386px;
}

.sticky-td-sixth {
    left: 448px;
}

.sticky-td-seventh {
    left: 510px;
}

.sticky-td-eighth {
    left: 572px;
}

.sticky-td-ninth {
    left: 634px;
}

.sticky-td-tenth {
    left: 696px;
}

.sticky-td-eleventh {
    left: 758px;
}
.scroll-table-container .ui.celled.table tr th:first-child,
.scroll-table-container .ui.celled.table tr td:first-child {
    border-left: 1px solid rgba(34, 36, 38, 0.1);
}

.checkbox-inline-from {
    padding-top: 24px;
}

.ui.dropdown.fixed-size {
    width: 250px;
    height: 14px;
    white-space: nowrap;
}

    .ui.dropdown.fixed-size > .text {
        width: 100%;
        overflow: hidden;
    }

.ui.celled.table.no-border,
.ui.celled.table.no-border td {
    border: 0;
}

.splitter-in-header {
    padding-right: 20px;
}

.ui.segments .ui.segment.no-margine,
.ui.segment.no-margine {
    margin-right: 0;
}

.header.item.logo-container {
    min-width: 215px;
    /*border-right-width: 2px;
    border-right-style: solid;
    border-right-color: rgba(34, 36, 38, 0.15);*/
}

#all-other-case .ui.segment {
    min-height: 200px;
}

span.olive {
    color: #9ccc18 !important;
}

span.orange {
    color: #FBBD08 !important;
}

span.yellow {
    color: #e6eb10 !important;
}

span.blue {
    color: #2185D0 !important
}

.scroll-ui-segment {
    border-radius: 0;
    overflow: auto;
}

.upper {
    text-transform: uppercase;
}

.cursorStyle {  
    cursor: pointer !important;  
}

.cursorStyleShortNames {
    cursor: default;
}


.ui.table.hoverStyle tr td.selectable.positive:hover {
    background: #dffaa5 !important;
}



.ui.table tbody tr td.selectable.total-employee-paddingfix > a:not(.ui) {
    padding: 1.8vh 1em !important;
}

.ui.table tbody tr td.selectable.project-employee-paddingfix > a:not(.ui) {
    padding: 1vh 1em !important;
}

.ui.table tbody tr td.selectable.total-project-paddingfix > a:not(.ui) {
    padding: 2.4em 1em !important;
}

.ui.table tbody tr td.selectable.project-project-paddingfix > a:not(.ui) {
    padding: 1.6em 1em !important;
}

.ui.table tbody tr td.selectable.padding-cell-big > a:not(.ui) {
    padding: 100% 0% !important;
}

.ui.table tbody tr td.selectable.padding-cell-medium > a:not(.ui) {
    padding: 65% 0% !important;
}

.ui.table tbody tr td.selectable.padding-cell-small > a:not(.ui) {
    padding: 50% 0% !important;
}


.ui.table.hoverStyle thead {
    position: sticky;
    top: 0;
    z-index: 1;
}

.chechbox-menu {
    z-index: 2 !important;
}

.autoHeigth.scroll-table-container {
    max-height: 0vh;
}

.fixed-width-200 {
    max-width: 200px;
}

.custom-text-area {
    display: block;
    width: 100%;
    padding: 0 10px;
    line-height: 20px;
    background: #E9EFF6;
    border-width: 0;
    border-radius: 10px;
    font-size: initial;
    font-style: normal;
    resize: vertical;
}

.hidePlaceholder::-webkit-input-placeholder {
    opacity: 0;
}

.mw-0 {
    min-width: 0;
}

.mw-100 {
    min-width: 100px;
}

.mxw-300 {
    max-width: 300px;
}

.mxw-250 {
    max-width: 250px;
}

.mxw-40 {
    max-width: 40px;
}

.mxw-60 {
    max-width: 60px;
}

.mxw-100 {
    max-width: 100px;
}

.mxw-150 {
    max-width: 150px;
}

.font-bold {
    font-weight: bold;
}

.competenceHref:hover {
    color: #4183C4;
    cursor: pointer;
}

.resp-width {
    max-width: 50%;
    width: 50%;
}

@media only screen and (max-width: 940px) {
    .resp-width {
        max-width: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .resp-width {
        max-width: 110%;
        width: 110%;
    }
}


.ui.table.hoverStyle tr td.text-black-color-hover {
    color: white;
}

.ui.table.hoverStyle tr td.text-black-color-hover:hover {
    color: black !important;
}

tr.day_divide td {
    background: black;
    color: white;
}

.ui.dropdown .remove.icon {
    font-size: 0.857143em;
    float: left;
    margin: 0;
    padding: 0;
    left: -0.7em;
    top: 0;
    position: relative;
    opacity: 0.5;
    z-index:11;
    display: inline-block;
}

.ui.dropdown input[value=''] ~ .remove.icon, .ui.dropdown input:not([value]) ~ .remove.icon {
    display: none;
}

.playVideo {
    background-color: #228444 !important;
    color: white !important;
}

.playVideo:active {
    color: white !important;
}

.playVideo:hover {
    color: white !important;
    background-color: #1f7a3f !important;
}

.playVideo:focus {
    color: white !important;
}

.overlay {
    position: absolute; /* Position it absolutely within the <td> */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    z-index: 3; /* Ensure it is above all other content */
    display: none; /* Initially hidden */
    pointer-events: none; /* Prevent it from blocking interactions until needed */
}
.overlay.active {
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all; /* Allow it to block interactions */
}
.overlay-button {
    /*padding: 10px 20px;*/ /* Padding for the button */
    /*font-size: 16px;*/ /* Font size */
    /*cursor: pointer;*/ /* Pointer cursor on hover */
    z-index: 10; /* Ensure the button is above the overlay */
}