﻿/* =========================================================
   POPUP
   ========================================================= */
/* enquanto ainda está a calcular */
/*#scheduler-native-host.scheduler-size-pending {
    overflow-x: hidden !important;
}

    #scheduler-native-host.scheduler-size-pending .dxbl-scroll-viewer {
        overflow-x: hidden !important;
    }

    #scheduler-native-host.scheduler-size-pending .dxbl-scroll-viewer-hor-scroll-bar {
        display: none !important;
    }*/

/* =========================================================
   TOOLTIP
   ========================================================= */
/*.sc-tooltip {
    padding: 8px;
    font-size: 0.85rem;
    max-width: 360px;
    box-sizing: border-box;
}

.sc-tooltip-line {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
}

.sc-tooltip-color-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--dxbl-color-primary, #0078d4);
    flex: 0 0 auto;
}

.sc-tooltip-resource {
    font-weight: 600;
}

.sc-tooltip-icon {
    width: 16px;
    text-align: center;
    flex: 0 0 auto;
}

.sc-tooltip-separator {
    margin: 6px 0;
}

.sc-tooltip-description {
    line-height: 1.25;
    font-size: 0.83rem;
}*/


.scheduler-dashboard-root,
.scheduler-left-pane,
.scheduler-right-pane,
#scheduler-native-host {
    min-width: 0;
    min-height: 0;
    box-sizing: border-box;
}

.scheduler-dashboard-root {
    height: 100%;
    max-height: 100vh;
    overflow: hidden;
}

.scheduler-left-pane {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.scheduler-left-toolbar {
    flex: 0 0 auto;
}

.ordens-grid-full {
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
}

.scheduler-right-pane {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

#scheduler-native-host {
    height: 100%;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
}


/* =========================================================
   TOOLTIP
   ========================================================= */
.sc-tooltip {
    padding: 8px;
    font-size: 0.85rem;
    max-width: 360px;
    box-sizing: border-box;
}

.sc-tooltip-line {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
}

.sc-tooltip-color-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--dxbl-color-primary, #0078d4);
    flex: 0 0 auto;
}

.sc-tooltip-resource {
    font-weight: 600;
}

.sc-tooltip-icon {
    width: 16px;
    text-align: center;
    flex: 0 0 auto;
}

.sc-tooltip-separator {
    margin: 6px 0;
}

.sc-tooltip-description {
    line-height: 1.25;
    font-size: 0.83rem;
}


