﻿.body-authenticated {
}

    .body-authenticated .footer {
        background-color: rgba(0, 0, 0, 1);
        bottom: 0px;
        margin-top: 16px;
        padding: 12px 16px 12px 16px;
        position: sticky;
        width: 100%;
    }

        .body-authenticated .footer .copyright {
            color: rgb(255, 255, 255);
            font-size: 12px;
            font-weight: normal;
        }

    .body-authenticated .header {
        align-items: center;
        /*background: linear-gradient(to right, rgb(160, 160, 160), rgb(160, 160, 160));*/
        background-color: rgb(255, 127, 39);
        display: flex;
        padding: 8px 16px 8px 16px;
        flex-direction: row;
        gap: 8px;
    }

        .body-authenticated .header .logo {
            background-image: url('./images/logo.png');
            background-repeat: no-repeat;
            background-size: contain;
            display: inline-block;
            height: 28px;
            width: 28px;
        }

        .body-authenticated .header .title {
            color: rgb(255, 255, 255);
            font-size: 18px;
            font-weight: bold;
        }

.body-landing {
    background-color: rgb(0, 0, 0);
    background-image: url('images/body-landing-bg-06.jpg');
    background-repeat: no-repeat;
    /*background-size: 100% auto;*/ /* Full width, automatic height */
    background-size: 100% auto; /* Full width, automatic height */
    background-position: left top;
}

    .body-landing .footer {
        background-color: rgba(0, 0, 0, 0.85);
        border-top: 1px solid rgba(51, 51, 51, 0.8);
        bottom: 0px;
        color: rgb(255, 255, 255);
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 16px;
        padding: 16px 16px 16px 16px;
        position: fixed;
        bottom: 0px;
        width: 100%;
    }

    .body-landing .header {
        align-items: center;
        /*background: linear-gradient(to right, rgb(160, 160, 160), rgb(160, 160, 160));*/
        background-color: rgba(255, 255, 255, 0.85);
        display: flex;
        padding: 16px 16px 16px 16px;
        flex-direction: row;
        gap: 12px;
        justify-content: center;
    }

        .body-landing .header .logo {
            background-image: url('./images/logo.png');
            background-repeat: no-repeat;
            background-size: contain;
            display: inline-block;
            height: 32px;
            width: 32px;
        }

        .body-landing .header .title {
            color: rgb(128, 64, 0);
            font-size: 26px;
            font-weight: bold;
            text-shadow: 2px 1px 4px rgba(0, 0, 0, 0.5); /* x-offset, y-offset, blur, color */
        }

    .body-landing .loginForm {
        /*background-color: rgba(255, 248, 221, 0.97);*/
        /*background-color: rgba(51, 51, 51, 0.85);*/
        /*background-color: rgba(0, 0, 64, 0.85);*/
        background-color: rgba(0, 48, 0, 0.85);
        border: solid 2px rgba(255, 255, 255, 0.8);
        border-radius: 8px 8px;
        color: rgb(255, 255, 255);
        margin-left: auto;
        margin-right: auto;
        margin-top: 84px;
        max-width: 450px;
        padding: 32px 16px 8px 16px;
        /*box-shadow: 0 0 35px rgba(255, 201, 96, 0.9);*/ /* Cyan glow */
    }

        .body-landing .loginForm .Fw_UI_FormFooter {
            background-image: unset;
            border-top: unset;
        }

.Fw_UI_Menu.desktopTop {
    background-image: linear-gradient(to bottom, rgb(240, 240, 240) 0%, rgb(240, 240, 240) 30%, rgb(240, 240, 240) 100%);
    border-bottom: solid rgb(192, 192, 192) 1px;
    border-top: solid rgb(160, 160, 160) 1px;
    box-shadow: none;
}

.Fw_UI_MenuItem.desktopTop.level1 {
    padding-bottom: 12px;
    padding-top: 12px;
}

.Fw_UI_Task_Config_ScheduleDisplay {
}

    .Fw_UI_Task_Config_ScheduleDisplay .cellHeaderContent {
        flex: 1;
    }

    .Fw_UI_Task_Config_ScheduleDisplay .cellHeaderFill {
        flex: 0 0 auto; /* Only as wide as content */
    }

    .Fw_UI_Task_Config_ScheduleDisplay .disabled {
        background-color: rgb(153, 153, 153);
        color: rgb(0, 0, 0);
        margin: 0px 8px 0px 8px;
        padding: 4px 8px 4px 8px;
    }

    .Fw_UI_Task_Config_ScheduleDisplay .enabled {
        background-color: rgb(0, 255, 0);
        color: rgb(0, 0, 0);
        margin: 0px 8px 0px 8px;
        padding: 4px 8px 4px 8px;
    }

    .Fw_UI_Task_Config_ScheduleDisplay .hourlyContent {
        display: flex;
        gap: 8px;
    }

    .Fw_UI_Task_Config_ScheduleDisplay .hourTimeValue {
        background-color: rgb(240, 240, 240);
        border-radius: 0px 0px;
        padding: 4px 8px 4px 8px;
    }

    .Fw_UI_Task_Config_ScheduleDisplay .main {
        border: solid 1px rgb(160, 160, 160);
        box-sizing: border-box;
        padding: 4px 8px 4px 8px;
    }

        .Fw_UI_Task_Config_ScheduleDisplay .main .disabled {
            background-color: rgb(208, 208, 208);
        }

    .Fw_UI_Task_Config_ScheduleDisplay .specialDays {
        background-color: rgb(240, 240, 240);
        border-radius: 0px 0px;
        display: inline-block;
        font-weight: 600;
        padding: 4px 8px 4px 8px;
    }

    .Fw_UI_Task_Config_ScheduleDisplay .specialDaysContent {
    }

    .Fw_UI_Task_Config_ScheduleDisplay .textType {
        font-size: 15px;
        font-weight: 600;
    }

.Fw_UI_Task_Config_ScheduleEdit {
}

    .Fw_UI_Task_Config_ScheduleEdit .hourlyInput {
        display: flex;
    }

    .Fw_UI_Task_Config_ScheduleEdit .hourlyInputColumn {
        border: solid 1px #cccccc;
        padding: 4px 8px 4px 8px;
        margin: 4px 2px 4px 2px;
    }

    .Fw_UI_Task_Config_ScheduleEdit .timeButtonAdd {
        background-image: url('images/Fw_UI_Task_Config_ScheduleEdit_timeButtonAdd.png');
        background-size: contain;
        cursor: pointer;
        display: inline-block;
        height: 26px;
        width: 26px;
    }

    .Fw_UI_Task_Config_ScheduleEdit .timeButtonDelete {
        background-image: url('images/Fw_UI_Task_Config_ScheduleEdit_timeButtonDelete.png');
        background-size: contain;
        cursor: pointer;
        display: inline-block;
        height: 26px;
        width: 26px;
    }

    .Fw_UI_Task_Config_ScheduleEdit .timeInput {
        display: flex;
    }

        .Fw_UI_Task_Config_ScheduleEdit .timeInput .item {
        }

.Fw_UI_Task_Config_StageDataCollectionDisplay {
    border: solid 2px rgb(224, 224, 224);
    padding: 8px 8px 8px 8px;
    margin: 8px 12px 8px 12px;
    min-width: 280px;
}

    .Fw_UI_Task_Config_StageDataCollectionDisplay .dataCollectionSteps {
        display: flex;
    }

        .Fw_UI_Task_Config_StageDataCollectionDisplay .dataCollectionSteps .cellIcon {
            flex: 0 0 auto; /* Only as wide as content */
        }

        .Fw_UI_Task_Config_StageDataCollectionDisplay .dataCollectionSteps .cellSteps {
            display: flex;
            flex: 1; /* Takes remaining space */
            gap: 8px;
        }

            .Fw_UI_Task_Config_StageDataCollectionDisplay .dataCollectionSteps .cellSteps .step {
                background-color: rgb(240, 240, 240);
                border: solid 1px rgb(160, 160, 160);
                display: flex;
                flex-direction: column;
                gap: 4px;
                padding: 8px 12px 8px 12px;
                margin: 0px 0px 0px 0px;
                width: 220px;
            }

                .Fw_UI_Task_Config_StageDataCollectionDisplay .dataCollectionSteps .cellSteps .step .header {
                    font-weight: 600;
                    font-size: 15px;
                    padding: 4px 0px 8px 0px;
                }

                .Fw_UI_Task_Config_StageDataCollectionDisplay .dataCollectionSteps .cellSteps .step .section {
                    border: solid 1px rgb(160, 160, 160);
                    display: flex;
                    flex-direction: column;
                    font-size: 13px;
                    gap: 8px;
                    padding: 8px 8px 8px 8px;
                }

.Fw_UI_Task_Config_StageDataCollectionFormCellEdit {
    border: solid 1px rgb(255, 127, 39);
    padding: 8px 12px 8px 12px;
    margin: 0px 0px 0px 0px;
}

    .Fw_UI_Task_Config_StageDataCollectionFormCellEdit .empty {
        align-items: center; /* vertical alignment */
        border: solid 1px rgb(128, 128, 128);
        display: flex;
        justify-content: center; /* horizontal alignment */
        margin: 0px 0px 0px 0px;
        min-height: 32px;
        padding: 8px 12px 8px 12px;
    }

    .Fw_UI_Task_Config_StageDataCollectionFormCellEdit .info {
        border: solid 1px rgb(128, 128, 128);
        padding: 8px 12px 8px 12px;
        margin: 0px 0px 0px 0px;
        min-height: 32px;
    }

    .Fw_UI_Task_Config_StageDataCollectionFormCellEdit .row {
        display: flex;
    }

        .Fw_UI_Task_Config_StageDataCollectionFormCellEdit .row .cellContent {
            flex: 1; /* Takes remaining space */
        }

        .Fw_UI_Task_Config_StageDataCollectionFormCellEdit .row .cellIcon {
            flex: 0 0 auto; /* Only as wide as content */
        }



.Fw_UI_Task_Config_StageDataCollectionFormEdit {
    background-color: rgb(240, 240, 240);
    border: solid 1px #cccccc;
    padding: 8px 12px 8px 12px;
    margin: 8px 0px 8px 0px;
}

    .Fw_UI_Task_Config_StageDataCollectionFormEdit .buttonMoveDown {
        background-image: url('images/Fw_UI_Task_Config_StageDataCollectionFormEdit_buttonMoveDown.png');
        background-size: contain;
        cursor: pointer;
        display: inline-block;
        height: 26px;
        width: 26px;
    }

    .Fw_UI_Task_Config_StageDataCollectionFormEdit .buttonMoveUp {
        background-image: url('images/Fw_UI_Task_Config_StageDataCollectionFormEdit_buttonMoveUp.png');
        background-size: contain;
        cursor: pointer;
        display: inline-block;
        height: 26px;
        width: 26px;
    }

    .Fw_UI_Task_Config_StageDataCollectionFormEdit .caption {
        font-size: 15px;
        font-weight: 600;
    }

    .Fw_UI_Task_Config_StageDataCollectionFormEdit .rowContainer {
        border: solid 1px rgb(224, 224, 224);
        padding: 8px 12px 8px 12px;
        margin: 12px 0px 0px 0px;
    }

.Fw_UI_Task_Config_StageDataCollectionFormRowEdit {
    border: solid 2px rgb(160, 160, 160);
    padding: 8px 12px 8px 12px;
    margin: 12px 0px 0px 0px;
}

    .Fw_UI_Task_Config_StageDataCollectionFormRowEdit .main {
        display: flex;
        flex-direction: row;
    }

    .Fw_UI_Task_Config_StageDataCollectionFormRowEdit .cellContent {
        flex: 1; /* Takes remaining space */
    }

    .Fw_UI_Task_Config_StageDataCollectionFormRowEdit .cellLeft {
        align-items: flex-start; /* Optional: alignment */
        display: flex;
        flex: 0 0 auto; /* Only as wide as content */
        flex-direction: column; /* This makes items stack vertically */
        gap: 4px; /* Optional: space between items */
        margin-right: 8px;
    }

    .Fw_UI_Task_Config_StageDataCollectionFormRowEdit .cellRight {
        flex: 0 0 auto; /* Only as wide as content */
        margin-left: 8px;
    }

    .Fw_UI_Task_Config_StageDataCollectionFormRowEdit .row {
        display: flex;
        gap: 4px;
    }

        .Fw_UI_Task_Config_StageDataCollectionFormRowEdit .row .cell {
            flex: 1;
        }

.Fw_UI_Task_Config_StageDataCollectionListColumnEdit {
    display: flex;
    border: solid 1px rgb(0, 128, 0);
    padding: 8px 12px 8px 12px;
    margin: 0px 0px 0px 0px;
}

    .Fw_UI_Task_Config_StageDataCollectionListColumnEdit .column {
        padding: 8px 12px 8px 12px;
    }

    .Fw_UI_Task_Config_StageDataCollectionListColumnEdit .rowLabel {
        display: flex;
    }

.Fw_UI_Task_Config_StageDataCollectionListEdit {
    background-color: rgb(240, 240, 240);
    border: solid 1px #cccccc;
    padding: 8px 12px 8px 12px;
    margin: 8px 0px 8px 0px;
}

    .Fw_UI_Task_Config_StageDataCollectionListEdit .caption {
        font-size: 15px;
        font-weight: 600;
    }

    .Fw_UI_Task_Config_StageDataCollectionListEdit .columnsContainer {
        background-color: rgb(240, 240, 240);
        border: solid 1px #cccccc;
        padding: 8px 12px 8px 12px;
        margin: 8px 0px 8px 0px;
    }

    .Fw_UI_Task_Config_StageDataCollectionListEdit .columnsContainerList {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

.Fw_UI_Task_Config_StageDataPropertyEdit {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Optional styling */
    background: white;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    z-index: 2; /* ensures it's above other content */
}

    .Fw_UI_Task_Config_StageDataPropertyEdit .inputType {
        background-color: rgb(255, 211, 183);
        border: solid 1px rgb(128, 128, 128);
        cursor: pointer;
        height: 24px;
        margin: 2px 8px 2px 8px;
        padding: 8px 8px 8px 8px;
        width: 160px;
    }

        .Fw_UI_Task_Config_StageDataPropertyEdit .inputType.selected {
            background-color: rgb(128, 128, 128);
            color: rgb(255, 255, 255);
        }

    .Fw_UI_Task_Config_StageDataPropertyEdit .inputTypeRow {
        display: flex;
    }

    .Fw_UI_Task_Config_StageDataPropertyEdit .row {
        display: flex;
    }

        .Fw_UI_Task_Config_StageDataPropertyEdit .row .cellLabel {
            padding: 8px 12px 8px 12px;
            width: 120px;
        }

        .Fw_UI_Task_Config_StageDataPropertyEdit .row .cellInput {
            padding: 8px 12px 8px 12px;
        }

.Fw_UI_Task_Config_StageItem {
    border: solid 2px rgb(224, 224, 224);
    padding: 8px 8px 8px 8px;
    width: 200px;
}

    .Fw_UI_Task_Config_StageItem .approval {
        align-items: center;
        background-color: rgb(62, 72, 204);
        border: solid 1px rgb(128, 128, 128);
        color: rgb(255, 255, 255);
        display: flex;
        justify-content: center;
        margin-top: 8px;
        min-height: 32px;
        padding: 4px 12px 4px 12px;
    }

    .Fw_UI_Task_Config_StageItem .dataCollection {
        align-items: center;
        background-color: #aa6c39;
        border: solid 1px rgb(224, 224, 224);
        color: rgb(255, 255, 255);
        gap: 8px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 8px;
        padding: 4px 12px 4px 12px;
    }

        .Fw_UI_Task_Config_StageItem .dataCollection .section {
            background-color: rgb(209, 159, 118);
            border: solid 1px rgb(224, 224, 224);
            box-sizing: border-box;
            color: rgb(0, 0, 0);
            display: flex;
            justify-content: center;
            margin-top: 0px 12px 0px 12px;
            padding: 4px 12px 4px 12px;
            width: 100%;
        }

        .Fw_UI_Task_Config_StageItem .dataCollection .stepContainer {
            gap: 8px;
            display: flex;
            flex-direction: column;
        }

    .Fw_UI_Task_Config_StageItem .rating {
        align-items: center;
        background-color: rgb(255, 250, 153);
        border: solid 1px rgb(224, 224, 224);
        color: rgb(0, 0, 0);
        display: flex;
        justify-content: center;
        margin-top: 8px;
        min-height: 32px;
        padding: 4px 12px 4px 12px;
    }

    .Fw_UI_Task_Config_StageItem .top {
        display: flex;
        width: 100%;
    }

    .Fw_UI_Task_Config_StageItem .topCellIcon {
        white-space: nowrap;
        flex: 0 0 auto; /* Only as wide as content */
    }

    .Fw_UI_Task_Config_StageItem .topCellTitle {
        flex: 1; /* Takes remaining space */
    }

.Fw_UI_Task_Config_StageListDisplay {
}

    .Fw_UI_Task_Config_StageListDisplay .buttonAdd {
        background-image: url('images/Fw_UI_Task_Config_StageListDisplay_buttonAdd.png');
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer;
        display: inline-block;
        height: 36px;
        width: 36px;
    }

    .Fw_UI_Task_Config_StageListDisplay .stageContainer {
        display: flex;
        width: 100%;
    }

        .Fw_UI_Task_Config_StageListDisplay .stageContainer .cellIcon {
            white-space: nowrap;
            flex: 0 0 auto; /* Only as wide as content */
        }

        .Fw_UI_Task_Config_StageListDisplay .stageContainer .cell-stages {
            display: flex;
            flex: 0 0 auto; /* Only as wide as content */
            flex-direction: row;
            gap: 8px;
            margin-right: 8px;
        }

.Fw_UI_Task_Input_Form {
    width: 100%;
}

    .Fw_UI_Task_Input_Form .header {
        background-color: rgb(240, 240, 240);
        display: flex;
        flex-direction: row;
        font-size: 16px;
        font-weight: 600;
        padding: 8px 16px 8px 16px;
    }

    .Fw_UI_Task_Input_Form .table {
        width: 100%;
    }

.Fw_UI_Task_Input_List {
    padding: 16px 8px 16px 8px;
}


.Fw_UI_Task_MyTask-dayNavigationBar {
    display: inline-flex;
    flex-direction: row;
}

    .Fw_UI_Task_MyTask-dayNavigationBar .item {
        background-color: rgb(255, 255, 255);
        border-bottom: solid 1px rgb(224, 224, 224);
        border-left: solid 1px rgb(224, 224, 224);
        border-top: solid 1px rgb(224, 224, 224);
        cursor: pointer;
        padding: 8px 16px 8px 16px;
    }

        .Fw_UI_Task_MyTask-dayNavigationBar .item:first-child {
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
        }

        .Fw_UI_Task_MyTask-dayNavigationBar .item:hover {
            background-color: rgb(224, 224, 224);
        }

        .Fw_UI_Task_MyTask-dayNavigationBar .item:last-child {
            border-right: solid 1px rgb(224, 224, 224);
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
        }

        .Fw_UI_Task_MyTask-dayNavigationBar .item label {
            cursor: pointer;
        }

.Fw_UI_Task_MyTask-weekNavigationBar {
    display: inline-flex;
    flex-direction: row;
}

    .Fw_UI_Task_MyTask-weekNavigationBar .item {
        background-color: rgb(255, 255, 255);
        border-bottom: solid 1px rgb(224, 224, 224);
        border-left: solid 1px rgb(224, 224, 224);
        border-top: solid 1px rgb(224, 224, 224);
        cursor: pointer;
        padding: 8px 16px 8px 16px;
    }

        .Fw_UI_Task_MyTask-weekNavigationBar .item:first-child {
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
        }

        .Fw_UI_Task_MyTask-weekNavigationBar .item:hover {
            background-color: rgb(224, 224, 224);
        }

        .Fw_UI_Task_MyTask-weekNavigationBar .item:last-child {
            border-right: solid 1px rgb(224, 224, 224);
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
        }

        .Fw_UI_Task_MyTask-weekNavigationBar .item label {
            cursor: pointer;
        }

.Fw_UI_Task_RecordFormStep {
}

    .Fw_UI_Task_RecordFormStep .footer {
        background-image: linear-gradient(to bottom, #f6f6f6, #eeeeee);
        border-top: solid 1px #cccccc;
        display: flex;
        flex-direction: row;
        justify-content: center; /* horizontal alignment */
        gap: 8px;
        padding: 8px 16px 8px 16px;
    }

.Fw_UI_Task_TaskStatusDisplay {
    display: flex;
    flex-direction: row;
    gap: 24px;
    padding-bottom: 24px;
    padding-top: 16px;
}

    .Fw_UI_Task_TaskStatusDisplay .status-box {
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
    }

        .Fw_UI_Task_TaskStatusDisplay .status-box .complete {
            background-color: rgb(0, 255, 0);
            border: solid 1px rgb(192, 192, 192);
            height: 32px;
            width: 60px;
        }

        .Fw_UI_Task_TaskStatusDisplay .status-box .delay {
            background-color: rgb(255, 255, 0);
            border: solid 1px rgb(192, 192, 192);
            height: 32px;
            width: 60px;
        }

        .Fw_UI_Task_TaskStatusDisplay .status-box .inProgress {
            background-color: rgb(207, 226, 243);
            border: solid 1px rgb(192, 192, 192);
            height: 32px;
            width: 60px;
        }

        .Fw_UI_Task_TaskStatusDisplay .status-box .new {
            background-color: rgb(204, 204, 204);
            border: solid 1px rgb(192, 192, 192);
            height: 32px;
            width: 60px;
        }

        .Fw_UI_Task_TaskStatusDisplay .status-box .suspend {
            background-color: rgb(255, 0, 0);
            border: solid 1px rgb(192, 192, 192);
            height: 32px;
            width: 60px;
        }

.screen-container {
    min-height: 450px;
    padding: 8px 8px 8px 8px;
}

.taskSummary-calendar-dayHours {
    padding: 6px 8px 6px 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .taskSummary-calendar-dayHours label {
        color: rgb(0, 0, 0);
        font-size: 13px;
        font-weight: 300;
    }

.taskSummary-calendar-dayStatus-complete {
    background-color: rgb(0, 255, 0);
    border: solid 1px rgb(51, 51, 51);
    border-radius: 12px 12px;
    display: inline-flex;
    justify-content: center;
    padding: 4px 4px 4px 4px;
    min-width: 24px;
}

    .taskSummary-calendar-dayStatus-complete label {
        color: rgb(0, 0, 0);
        font-size: 13px;
        font-weight: 600;
    }

.taskSummary-calendar-dayStatus-delay {
    background-color: rgb(255, 255, 0);
    border: solid 1px rgb(51, 51, 51);
    border-radius: 12px 12px;
    display: inline-flex;
    justify-content: center;
    padding: 4px 4px 4px 4px;
    min-width: 24px;
}

    .taskSummary-calendar-dayStatus-delay label {
        color: rgb(0, 0, 0);
        font-size: 13px;
        font-weight: 600;
    }

.taskSummary-calendar-dayStatus-inProgress {
    background-color: rgb(207, 226, 243);
    border: solid 1px rgb(51, 51, 51);
    border-radius: 12px 12px;
    display: inline-flex;
    justify-content: center;
    padding: 4px 4px 4px 4px;
    min-width: 24px;
}

    .taskSummary-calendar-dayStatus-inProgress label {
        color: rgb(0, 0, 0);
        font-size: 13px;
        font-weight: 600;
    }

.taskSummary-calendar-dayStatus-new {
    background-color: rgb(204, 204, 204);
    border: solid 1px rgb(51, 51, 51);
    border-radius: 12px 12px;
    display: inline-flex;
    justify-content: center;
    padding: 4px 4px 4px 4px;
    min-width: 24px;
}

    .taskSummary-calendar-dayStatus-new label {
        color: rgb(0, 0, 0);
        font-size: 13px;
        font-weight: 600;
    }

.taskSummary-calendar-dayStatus-suspend {
    background-color: rgb(255, 0, 0);
    border: solid 1px rgb(51, 51, 51);
    border-radius: 12px 12px;
    display: inline-flex;
    justify-content: center;
    padding: 4px 4px 4px 4px;
    min-width: 24px;
}

    .taskSummary-calendar-dayStatus-suspend label {
        color: rgb(255, 255, 255);
        font-size: 13px;
        font-weight: 600;
    }

/**********************************************************************************
    Overwrite existing css properties classes placed on the bottom
**********************************************************************************/
.boxBorders {
    border: solid 1px rgb(224, 224, 224);
}
