/* input(63,5): run-time error CSS1036: Expected expression, found '}'
input(1666,5): run-time error CSS1035: Expected colon, found '}'
input(1778,5): run-time error CSS1035: Expected colon, found '}'
input(1880,5): run-time error CSS1035: Expected colon, found '}' */
.ValuePanelValue {
    margin: 0;
    margin-top: 5px;
    font-weight: bold;
    border-radius: 6px;
}

.ValuePanelMiniLabel {
    margin: 0;
    font-weight: normal;
}

.ValuePanelMiniValue {
    margin: 0;
    font-weight: bold;
    text-align: right;
}

.TextPanelValue {
    margin: 0;
    margin-top: 5px;
    font-weight: bold;
    border-radius: 6px;
}



.ValuePanelMiniLabel {
    margin: 0;
    font-weight: normal;
}

.ValuePanelMiniValue {
    margin: 0;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    min-width:50px
}

.StaticTable {
}

.StaticTable table {
    width: 100%;
    background-color: var(--pim-background);
    border-collapse: collapse;
}
/*.StaticTable table thead tr{
                    border-bottom: 2px solid var(--pim-primary);
                }*/
    .StaticTable .ColHeader {
        padding: 2px;
        color: var(--pim-textcolor);
        border: 1px solid var(--pim-cardbackground);
        border-bottom: 1px solid var(--pim-textcolor);
    }

    .StaticTable table td {
        padding: 2px;
        border: 1px solid var(--pim-cardbackground);
        vertical-align: 
    }

    .StaticTable .RowHeader {
        color: var(--pim-textcolor);
        border-right: 1px solid var(--pim-textcolor);
    }


.StaticText {
}

.StaticImage {
    margin: 0;
    background-color: var(--pim-background);
    height: 100%;
}

    .StaticImage img {
        max-height: 100%;
        max-width: 100%
    }

.ButtonStyle {
    margin-bottom: 0px;
    display: table-cell;
    vertical-align: middle;
}



.DropDownValue {
    margin: 0;
    margin-top: 5px;
    font-weight: bold;
    border-radius: 6px;
    width:100%;
}

.DateTimeInputSlider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .DateTimeInputSlider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #563d7c;
        cursor: pointer;
    }

    .DateTimeInputSlider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #563d7c;
        cursor: pointer;
    }

.DateTimeInputSlider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .DateTimeInputSlider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #563d7c;
        cursor: pointer;
    }

    .DateTimeInputSlider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #563d7c;
        cursor: pointer;
    }

.DateTimeRangeInputSliderButtons {
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 0;
    padding-top: 0;
    margin: 0;
}

.DateTimeRangeInputApply {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 2px;
    padding-top: 2px;
    margin: 0;
    margin-top: 5px;
}
.CustomCodePanel {
}

    .CustomCodePanel table {
        width: 100%;
        background-color: var(--pim-background);
        border-collapse: collapse;
    }
    /*.StaticTable table thead tr{
                    border-bottom: 2px solid var(--pim-primary);
                }*/
        .CustomCodePanel table thead th {
            padding: 2px;
            color: var(--pim-primary);
            border: 1px solid var(--pim-cardbackground);
            border-bottom: 1px solid var(--pim-primary);
        }

        .CustomCodePanel table tbody th {
            padding: 2px;
            color: var(--pim-primary);
            border: 1px solid var(--pim-cardbackground);
        }

        .CustomCodePanel table tbody td {
            padding: 2px;
            border: 1px solid var(--pim-cardbackground);
        }

        .CustomCodePanel .RowHeader {
            color: var(--pim-primary);
            border-right: 1px solid var(--pim-primary);
        }

.PipelineMap {
}

.PipelineMapDiv {
    background-color: var(--pim-background);
    position: absolute;
    left: 5px;
    right: 5px;
    top: 40px;
    bottom: 5px;
}
.Schematic {
    margin: 0;
    margin-top: 5px;
    font-weight: bold;
    border-radius: 6px;
}

.Schematic_svg {
    position: absolute;
    top: 25px;
    left: 5px;
    height: calc(100% - 25px);
    width: calc(100% - 10px);
    cursor: move;
}

.SchematicHome {
    position: absolute;
    right: 5px;
    top: 20px;
    z-index: 100000;
    cursor: pointer;
}


.SchematicStation {
    margin: 0;
    margin-top: 5px;
    font-weight: bold;
    border-radius: 6px;
}

.SchematicStation_svg {
    position: absolute;
    top: 25px;
    left: 5px;
    height: calc(100% - 25px);
    width: calc(100% - 10px);
    cursor: move;
}

.SchematicStationHome {
    position: absolute;
    right: 5px;
    top: 20px;
    z-index: 100000;
    cursor: pointer;
}

.SchematicStationStationSelect {
    border: none;
    background-color: var(--pim-background);
    margin-right: 5px;
}

.SchematicStationGroupPanel {
    position: absolute;
    right: 5px;
    top: 40px;
    bottom: 10px;
    z-index: 100000;
    cursor: pointer;
    background-color: #FFFFFF77;
    overflow: auto
}
.InstrumentsTable {
}

    .InstrumentsTable table {
        width: 100%;
        background-color: var(--pim-background);
        border-collapse: collapse;
    }
/*.StaticTable table thead tr{
                    border-bottom: 2px solid var(--pim-primary);
                }*/
    .InstrumentsTable .ColHeader {
        padding: 2px;
        color: var(--pim-textcolor);
        border: 1px solid var(--pim-cardbackground);
        border-bottom: 1px solid var(--pim-textcolor);
    }

    .InstrumentsTable table td {
        padding: 2px;
        border: 1px solid var(--pim-cardbackground);
    }

    .InstrumentsTable .RowHeader {
        color: var(--pim-textcolor);
        border-right: 1px solid var(--pim-textcolor);
    }

.InstrumentsTableFilterSelect {
    border: none;
    background-color: var(--pim-background);
    margin-right: 5px
}


.HydraulicProfile {
}
    .HydraulicProfile .ProfileChart {
        background-color: var(--pim-background);
        position: absolute;
        left: 5px;
        right: 5px;
        top: 40px;
        bottom: 5px;
    }

.PipelineProfile {
}
    .PipelineProfile .ProfileChart {
        background-color: var(--pim-background);
        position: absolute;
        left: 5px;
        right: 5px;
        top: 40px;
        bottom: 5px;
    }
.PipelineProfileMultiPlot {
}
    .PipelineProfileMultiPlot .ProfileChart {
        background-color: var(--pim-background);
        position: absolute;
        left: 5px;
        right: 5px;
        top: 40px;
        bottom: 5px;
    }
.MultiPlot {
}

    .MultiPlot .MultiPlotChart {
        background-color: var(--pim-background);
        position: absolute;
        left: 5px;
        right: 5px;
        top: 40px;
        bottom: 5px;
    }

.LeakAlarmDetails {
}

    .LeakAlarmDetails table {
        width: 100%;
        background-color: var(--pim-background);
        border-collapse: collapse;
    }
/*.StaticTable table thead tr{
                    border-bottom: 2px solid var(--pim-primary);
                }*/
    .LeakAlarmDetails .ColHeader {
        padding: 2px;
        color: var(--pim-textcolor);
        border: 1px solid var(--pim-cardbackground);
        border-bottom: 1px solid var(--pim-textcolor);
    }

    .LeakAlarmDetails table td {
        padding: 2px;
        border: 1px solid var(--pim-cardbackground);
    }

    .LeakAlarmDetails .RowHeader {
        color: var(--pim-textcolor);
        border-right: 1px solid var(--pim-textcolor);
    }


.LeakOverviewTable {
}

    .LeakOverviewTable table {
        width: 100%;
        background-color: var(--pim-background);
        border-collapse: collapse;
    }
/*.StaticTable table thead tr{
                    border-bottom: 2px solid var(--pim-primary);
                }*/
    .LeakOverviewTable .ColHeader {
        padding: 2px;
        color: var(--pim-textcolor);
        border: 1px solid var(--pim-cardbackground);
        border-bottom: 1px solid var(--pim-textcolor);
    }

    .LeakOverviewTable table td {
        padding: 2px;
        border: 1px solid var(--pim-cardbackground);
    }

    .LeakOverviewTable .RowHeader {
        color: var(--pim-textcolor);
        border-right: 1px solid var(--pim-textcolor);
    }


.LeakAvgPeriods {
}

    .LeakAvgPeriods table {
        width: 100%;
        background-color: var(--pim-background);
        border-collapse: collapse;
    }
/*.StaticTable table thead tr{
                    border-bottom: 2px solid var(--pim-primary);
                }*/
    .LeakAvgPeriods .ColHeader {
        padding: 2px;
        color: var(--pim-textcolor);
        border: 1px solid var(--pim-cardbackground);
        border-bottom: 1px solid var(--pim-textcolor);
    }

    .LeakAvgPeriods table td {
        padding: 2px;
        border: 1px solid var(--pim-cardbackground);
    }

    .LeakAvgPeriods .RowHeader {
        color: var(--pim-textcolor);
        border-right: 1px solid var(--pim-textcolor);
    }


.LeakLocalSectionsTable {
}

    .LeakLocalSectionsTable table {
        width: 100%;
        background-color: var(--pim-background);
        border-collapse: collapse;
    }
/*.StaticTable table thead tr{
                    border-bottom: 2px solid var(--pim-primary);
                }*/
    .LeakLocalSectionsTable .ColHeader {
        padding: 2px;
        color: var(--pim-textcolor);
        border: 1px solid var(--pim-cardbackground);
        border-bottom: 1px solid var(--pim-textcolor);
    }

    .LeakLocalSectionsTable table td {
        padding: 2px;
        border: 1px solid var(--pim-cardbackground);
    }

    .LeakLocalSectionsTable .RowHeader {
        color: var(--pim-textcolor);
        border-right: 1px solid var(--pim-textcolor);
    }


.ThresholdParameters {
}

    .ThresholdParameters table {
        width: 100%;
        background-color: var(--pim-background);
        border-collapse: collapse;
    }
/*.StaticTable table thead tr{
                    border-bottom: 2px solid var(--pim-primary);
                }*/
    .ThresholdParameters .ColHeader {
        padding: 2px;
        color: var(--pim-textcolor);
        border: 1px solid var(--pim-cardbackground);
        border-bottom: 1px solid var(--pim-textcolor);
    }

    .ThresholdParameters table td {
        padding: 2px;
        border: 1px solid var(--pim-cardbackground);
    }

    .ThresholdParameters .RowHeader {
        color: var(--pim-textcolor);
        border-right: 1px solid var(--pim-textcolor);
    }


.DynamicThresholdEvents {
}

    .DynamicThresholdEvents table {
        width: 100%;
        background-color: var(--pim-background);
        border-collapse: collapse;
    }
/*.StaticTable table thead tr{
                    border-bottom: 2px solid var(--pim-primary);
                }*/
    .DynamicThresholdEvents .ColHeader {
        padding: 2px;
        color: var(--pim-textcolor);
        border: 1px solid var(--pim-cardbackground);
        border-bottom: 1px solid var(--pim-textcolor);
    }

    .DynamicThresholdEvents table td {
        padding: 2px;
        border: 1px solid var(--pim-cardbackground);
    }

    .DynamicThresholdEvents .RowHeader {
        color: var(--pim-textcolor);
        border-right: 1px solid var(--pim-textcolor);
    }


.DynamicThresholdsTable {
}

    .DynamicThresholdsTable table {
        width: 100%;
        background-color: var(--pim-background);
        border-collapse: collapse;
    }
/*.StaticTable table thead tr{
                    border-bottom: 2px solid var(--pim-primary);
                }*/
    .DynamicThresholdsTable .ColHeader {
        padding: 2px;
        color: var(--pim-textcolor);
        border: 1px solid var(--pim-cardbackground);
        border-bottom: 1px solid var(--pim-textcolor);
    }

    .DynamicThresholdsTable table td {
        padding: 2px;
        border: 1px solid var(--pim-cardbackground);
    }

    .DynamicThresholdsTable .RowHeader {
        color: var(--pim-textcolor);
        border-right: 1px solid var(--pim-textcolor);
    }

    .DynamicThresholdsTable .SettableValue {
        cursor: pointer;
        min-width: 32px;
    }
        .DynamicThresholdsTable .SettableValue:hover {
            color: var(--pim-textcolor);
            text-decoration: underline;
        }
.DynamicThresholdsTableLocationSelect {
    border: none;
    background-color: var(--pim-background);
    margin-right: 5px;
}

.DynamicThresholdsTableExport {
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px !important;
    font-size: 12px;
    min-width: 70px;
    display: inline-block;
    text-align: center;
}
.DynamicThresholdsTableCVB {
}

    .DynamicThresholdsTableCVB table {
        width: 100%;
        background-color: var(--pim-background);
        border-collapse: collapse;
    }
/*.StaticTable table thead tr{
                    border-bottom: 2px solid var(--pim-primary);
                }*/
    .DynamicThresholdsTableCVB .ColHeader {
        padding: 2px;
        color: var(--pim-textcolor);
        border: 1px solid var(--pim-cardbackground);
        border-bottom: 1px solid var(--pim-textcolor);
    }

    .DynamicThresholdsTableCVB table td {
        padding: 2px;
        border: 1px solid var(--pim-cardbackground);
    }

    .DynamicThresholdsTableCVB .RowHeader {
        color: var(--pim-textcolor);
        border-right: 1px solid var(--pim-textcolor);
    }

    .DynamicThresholdsTableCVB .SettableValue {
        cursor: pointer;
        min-width: 32px;
    }
        .DynamicThresholdsTableCVB .SettableValue:hover {
            color: var(--pim-textcolor);
            text-decoration: underline;
        }
.DynamicThresholdsTableCVBExport {
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px !important;
    font-size: 12px;
    min-width: 70px;
    display: inline-block;
    text-align: center;
}
.BatchBar {
    margin: 0;
    margin-top: 5px;
    font-weight: bold;
    border-radius: 6px;
}

.BatchBar_svg {
    position: absolute;
    top: 25px;
    left: 5px;
    height: calc(100% - 25px);
    width: calc(100% - 10px);
    cursor: move;
}

.BatchBarContent {
    background-color: var(--pim-background);
    position: absolute;
    left: 5px;
    right: 5px;
    top: 40px;
    bottom: 5px;
}

.BatchBarHome {
    position: absolute;
    right: 5px;
    top: 20px;
    z-index: 100000;
    cursor: pointer;
}

.BatchBarMilepost {
    position: absolute;
    right: 25px;
    top: 20px;
    z-index: 100000;
}
.BatchTable {
    margin: 0;
    margin-top: 5px;
    font-weight: bold;
    border-radius: 6px;
}

.BatchTable {
}

    .BatchTable table {
        width: 100%;
        background-color: var(--pim-background);
        border-collapse: collapse;
    }

    .BatchTable .ColHeader {
        padding: 2px;
        color: var(--pim-textcolor);
        border: 1px solid var(--pim-cardbackground);
        border-bottom: 1px solid var(--pim-textcolor);
    }

    .BatchTable table td {
        padding: 2px;
        border: 1px solid var(--pim-cardbackground);
    }

    .BatchTable .RowHeader {
        color: var(--pim-textcolor);
        border-right: 1px solid var(--pim-textcolor);
    }

.MarkerTable {
    margin: 0;
    margin-top: 5px;
    font-weight: bold;
    border-radius: 6px;
}

.MarkerTable {
}

    .MarkerTable table {
        width: 100%;
        background-color: var(--pim-background);
        border-collapse: collapse;
    }

    .MarkerTable .ColHeader {
        padding: 2px;
        color: var(--pim-textcolor);
        border: 1px solid var(--pim-cardbackground);
        border-bottom: 1px solid var(--pim-textcolor);
    }

    .MarkerTable table td {
        padding: 2px;
        border: 1px solid var(--pim-cardbackground);
    }

    .MarkerTable .RowHeader {
        color: var(--pim-textcolor);
        border-right: 1px solid var(--pim-textcolor);
    }

    .MarkerTable .MarkerTable_actionstd {
        text-align: center;
        min-width: 20px;
    }

.MarkerTableInsert {
    position: absolute;
    right: 5px;
    top: 4px;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px !important;
    font-size: 12px;
}
.BatchBarCVB {
    margin: 0;
    margin-top: 5px;
    font-weight: bold;
    border-radius: 6px;
}

.BatchBarCVB_svg {
    position: absolute;
    top: 25px;
    left: 5px;
    height: calc(100% - 25px);
    width: calc(100% - 10px);
    cursor: move;
}

.BatchBarCVBBarSvg {
    stroke: gray
}

.BatchBarCVBSvg:hover {
    stroke: red;
    opacity: 0.5;
}

.BatchBarCVBContent {
    background-color: var(--pim-background);
    position: absolute;
    left: 5px;
    right: 5px;
    top: 40px;
    bottom: 5px;
}

.BatchBarCVBHome {
    position: absolute;
    right: 5px;
    top: 20px;
    z-index: 100000;
    cursor: pointer;
}

.BatchBarCVBMilepost {
    position: absolute;
    right: 25px;
    top: 20px;
    z-index: 100000;
}
.BatchTableCVB {
    margin: 0;
    margin-top: 5px;
    font-weight: bold;
    border-radius: 6px;
}

.BatchTableCVB {
}

    .BatchTableCVB table {
        width: 100%;
        background-color: var(--pim-background);
        border-collapse: collapse;
    }

    .BatchTableCVB .ColHeader {
        padding: 2px;
        color: var(--pim-textcolor);
        border: 1px solid var(--pim-cardbackground);
        border-bottom: 1px solid var(--pim-textcolor);
    }

    .BatchTableCVB table td {
        padding: 2px;
        border: 1px solid var(--pim-cardbackground);
    }

    .BatchTableCVB .RowHeader {
        color: var(--pim-textcolor);
        border-right: 1px solid var(--pim-textcolor);
    }

.MarkerTableCVB {
    margin: 0;
    margin-top: 5px;
    font-weight: bold;
    border-radius: 6px;
}

.MarkerTableCVB {
}

    .MarkerTableCVB table {
        width: 100%;
        background-color: var(--pim-background);
        border-collapse: collapse;
    }

    .MarkerTableCVB .ColHeader {
        padding: 2px;
        color: var(--pim-textcolor);
        border: 1px solid var(--pim-cardbackground);
        border-bottom: 1px solid var(--pim-textcolor);
    }

    .MarkerTableCVB table td {
        padding: 2px;
        border: 1px solid var(--pim-cardbackground);
    }

    .MarkerTableCVB .RowHeader {
        color: var(--pim-textcolor);
        border-right: 1px solid var(--pim-textcolor);
    }

    .MarkerTableCVB .MarkerTableCVB_actionstd {
        text-align: center;
        min-width: 20px;
    }
.MarkerTableCVBInsert {
    position: absolute;
    right: 5px;
    top: 4px;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px !important;
    font-size: 12px;
}
.BatchTableBTDS {
    margin: 0;
    margin-top: 5px;
    font-weight: bold;
    border-radius: 6px;
}

.pnl_SmallEditPopup {
    width: 40%;
    left: 30%;
}

.BatchTableBTDS {
}

    .BatchTableBTDS table {
        width: 100%;
        background-color: var(--pim-background);
        border-collapse: collapse;
    }

    .BatchTableBTDS .ColHeader {
        padding: 2px;
        color: var(--pim-textcolor);
        border: 1px solid var(--pim-cardbackground);
        border-bottom: 1px solid var(--pim-textcolor);
    }

    .BatchTableBTDS table td {
        padding: 2px;
        border: 1px solid var(--pim-cardbackground);
    }

    .BatchTableBTDS .RowHeader {
        color: var(--pim-textcolor);
        border-right: 1px solid var(--pim-textcolor);
    }

    .BatchTableBTDS .MarkerTable_actionstd {
        text-align: center;
        min-width: 20px;
    }
.pnl_BatchTableBTDS_InsertBatchPanel{
    z-index:10000;
}


.BatchBarBTDS {
    margin: 0;
    margin-top: 5px;
    font-weight: bold;
    border-radius: 6px;
}

.BatchBarBTDS_svg {
    position: absolute;
    top: 25px;
    left: 5px;
    height: calc(100% - 25px);
    width: calc(100% - 10px);
    cursor: move;
}

.BatchBarBTDSBarSvg {
    stroke: gray
}

.BatchBarBTDSBarSvg:hover {
    stroke: red;
    opacity: 0.5;
        
}

.BatchBarBTDS .batchinfo {
    font-weight: normal;
}

.BatchBarBTDSBranchSelect {
    min-width: 70px;
}

.BatchBarBTDSContent {
    background-color: var(--pim-background);
    position: absolute;
    left: 5px;
    right: 5px;
    top: 50px;
    bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
}

.BatchBarBTDSHome {
    position: absolute;
    right: 5px;
    top: 30px;
    z-index: 100000;
    cursor: pointer;
}

.BatchBarBTDSMilepost {
    position: absolute;
    right: 25px;
    top: 20px;
    z-index: 100000;
}

.BatchBarBTDSBarSvg {
    position: absolute;
    left:5px;
    top:0;
    width: 100%;
    height: 100%;
}
.MarkerTableBTDS {
    margin: 0;
    margin-top: 5px;
    font-weight: bold;
    border-radius: 6px;
}

.pnl_MarkerTableBTDS_SmallEditPopup {
    width: 40%;
    left: 30%;
}

.MarkerTableBTDS {
}

    .MarkerTableBTDS table {
        width: 100%;
        background-color: var(--pim-background);
        border-collapse: collapse;
    }

    .MarkerTableBTDS .ColHeader {
        padding: 2px;
        color: var(--pim-textcolor);
        border: 1px solid var(--pim-cardbackground);
        border-bottom: 1px solid var(--pim-textcolor);
    }

    .MarkerTableBTDS table td {
        padding: 2px;
        border: 1px solid var(--pim-cardbackground);
    }

    .MarkerTableBTDS .RowHeader {
        color: var(--pim-textcolor);
        border-right: 1px solid var(--pim-textcolor);
    }

    .MarkerTableBTDS .MarkerTable_actionstd {
        text-align: center;
        min-width: 20px;
    }
.pnl_MarkerTableBTDS_InsertBatchPanel{
    z-index:10000;
}

.MarkerTableBTDSInsert {
    position: absolute;
    right: 5px;
    top: 4px;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px !important;
    font-size: 12px;
}
.RadialGauge {
}

.LinearGauge {
}

NPWTrend {
}

.NPWTrendChart {
    background-color: var(--pim-background);
    position: absolute;
    left: 5px;
    right: 5px;
    top: 40px;
    bottom: 5px;
}
PrismaAlerts {
}
.redClass {
    background-color: red;
}
.NodeManagerDashboard {
}

.NodeManagerDashboard .fa{
    margin-right:5px;
}

    .NodeManagerDashboard .fa-exclamation-circle {
        color:red;
    }
    .NodeManagerDashboard .fa-check-circle {
        color: green;
    }
    .NodeManagerDashboard .fa-question-circle {
        color: red;
    }
    .NodeManagerDashboard .fa-pause-circle {
        color: gray;
    }
    .NodeManagerDashboard .fa-stop-circle {
        color: gray;
    }
    .NodeManagerDashboard .fa-minus-circle {
        color: gray;
    }
    .NodeManagerDashboard .green {
        color: var(--pim-background);
        background-color: green;
        font-style: normal !important;
        font-size: 8px;
    }
    .NodeManagerDashboard .red {
        color: var(--pim-background);
        background-color: red;
        font-style: normal !important;
        font-size: 8px;
    }

    .NodeManagerDashboard .orange {
        color: var(--pim-background);
        background-color: darkorange;
        font-style: normal !important;
        font-size: 8px;
    }

    .NodeManagerDashboard .gray {
        color: var(--pim-background);
        background-color: gray;
        font-style: normal !important;
        font-size: 8px;
    }


.NodeManagerDashboard_MainTable {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 40px;
    bottom: 10px;
    background-color: var(--pim-background);
    padding: 0;
    margin: 0;
}

.NodeManagerDashboard_Details {
    height: 100% !important;
    overflow: auto;
}

.NodeManagerDashboard_DetailsTable {
    width: 100%;
}
    .NodeManagerDashboard_DetailsTable th, .NodeManagerDashboard_DetailsTable td {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 8px;
        padding-right: 8px;
    }

    .NodeManagerDashboard_DetailsTable tr:hover {
        background-color: var(--pim-boardbackground)
    }

.NodeManagerDashboard_SelectedItem {
    background-color: lightgray;
}

.ArbitrationIcon {
    width: 12px;
    height: 12px;
    border-radius: 6px !important;
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
    text-align: center;
    margin: 0px 4px 0px 0px;
    color: var(--pim-background);
    background: green;
}

.ArbitrationIconHot {
    width: 12px;
    height: 12px;
    border-radius: 6px !important;
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
    text-align: center;
    margin: 0px 4px 0px 0px;
    color: white;
    background: green;
}

    .ArbitrationIconHot::after {
        content: 'H';
    }

.ArbitrationIconStanby {
    width: 12px;
    height: 12px;
    border-radius: 6px !important;
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
    text-align: center;
    margin: 0px 4px 0px 0px;
    color: white;
    background: green;
}

    .ArbitrationIconStanby::after {
        content: 'S';
    }

.ArbitrationIconCold {
    width: 12px;
    height: 12px;
    border-radius: 6px !important;
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
    text-align: center;
    margin: 0px 4px 0px 0px;
    color: white;
    background: green;
}

    .ArbitrationIconCold::after {
        content: 'C';
    }

.ArbitrationIconUnknown {
    width: 12px;
    height: 12px;
    border-radius: 6px !important;
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: normal;
    line-height: 12px;
    text-align: center;
    margin: 0px 4px 0px 0px;
    color: gray;
    background: white;
}

    .ArbitrationIconUnknown::after {
        content: '\f059';
    }

.ArbitrationIconOffline {
    width: 12px;
    height: 12px;
    border-radius: 6px !important;
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: normal;
    line-height: 12px;
    text-align: center;
    margin: 0px 4px 0px 0px;
    color: darkred;
    background: white;
}

    .ArbitrationIconOffline::after {
        content: '\f059';
    }

.ArbitrationIconRunning {
    width: 12px;
    height: 12px;
    border-radius: 6px !important;
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: normal;
    line-height: 12px;
    text-align: center;
    margin: 0px 4px 0px 0px;
    color: green;
    background: white;
}

    .ArbitrationIconRunning::after {
        content: "\f058";
    }

.ArbitrationIconWarning {
    width: 12px;
    height: 12px;
    border-radius: 6px !important;
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: normal;
    line-height: 12px;
    text-align: center;
    margin: 0px 4px 0px 0px;
    color: orange;
    background: white;
}

    .ArbitrationIconWarning::after {
        content: "\f06a";
    }

.ArbitrationIconFailed {
    width: 12px;
    height: 12px;
    border-radius: 6px !important;
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: normal;
    line-height: 12px;
    text-align: center;
    margin: 0px 4px 0px 0px;
    color: red;
    background: white;
}

    .ArbitrationIconFailed::after {
        content: "\f06a";
    }

.ArbitrationIconStopped {
    width: 12px;
    height: 12px;
    border-radius: 6px !important;
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: normal;
    line-height: 12px;
    text-align: center;
    margin: 0px 4px 0px 0px;
    color: gray;
    background: white;
}

    .ArbitrationIconStopped::after {
        content: "\f04d";
    }

.ArbitrationIconDisabled {
    width: 12px;
    height: 12px;
    border-radius: 6px !important;
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: normal;
    line-height: 12px;
    text-align: center;
    margin: 0px 4px 0px 0px;
    color: gray;
    background: white;
}

    .ArbitrationIconDisabled::after {
        content: "\f056";
    }


.NodeManagerDashboard_Tree {
    width: 25%;
    padding-left: 0;
    border-right: 1px dotted lightgray;
    height: 100% !important;
    overflow: auto;
}

    .NodeManagerDashboard_Tree span {
        color: gray;
        opacity: 0.7;
        font-size: 12px;
    }

    .NodeManagerDashboard_Tree ul {
        padding-inline-start: 20px;
    }

.NodeManagerDashboard_TreeItem {
    cursor: pointer;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 0;
}

    .NodeManagerDashboard_TreeItem::before {
        content: " ";
    }

.NodeManagerDashboard_TreeItemActive::before {
    content: " ";
}

.NodeManagerDashboard_TreeUL {
}

    .NodeManagerDashboard_TreeUL .fa {
        cursor: pointer;
    }

.NodeManagerDashboard_TreeItem:hover {
    background-color: #eeeeee;
}

.GossipTable {
}

    .GossipTable td {
        border: 1px solid lightgray;
    }

    .GossipTable .red {
        background-color:red;
    }

    .GossipTable .green {
        background-color: green;
    }

    .GossipTable .lightgreen {
        background-color: lightgreen;
    }

    .GossipTable .gray {
        background-color: lightgray;
    }

.GossipTableHeader {
    writing-mode: vertical-rl;
    cursor: pointer;
}

.GossipTableHeader:hover{
    font-weight:bold;
}

.GossipTableRowHeader {
    cursor: pointer;
}

    .GossipTableRowHeader:hover {
        font-weight: bold;
    }

.NodeManagerDashboard_ArbitrationSetTable {
}

    .NodeManagerDashboard_ArbitrationSetTable td {
        border: 1px solid lightgray;
    }

.NodeManagerArbitrationLink {
    cursor: pointer;
}
    .NodeManagerArbitrationLink:hover {
        font-weight: bold;
    }
.NodeManagerLinkDisable {
    cursor: not-allowed;
}

.ArbitrationTableLink {
    cursor: pointer;
}

    .ArbitrationTableLink:hover {
        font-weight: bold;
    }

.EMASSummary {
}

    .EMASSummary table {
        width: 100%;
        background-color: var(--pim-background);
        border-collapse: collapse;
    }
    /*.StaticTable table thead tr{
                    border-bottom: 2px solid var(--pim-primary);
                }*/
        .EMASSummary table thead th {
            padding: 2px;
            color: var(--pim-textcolor);
            border: 1px solid var(--pim-cardbackground);
            border-bottom: 1px solid var(--pim-primary);
        }

        .EMASSummary table tbody th {
            padding: 2px;
            color: var(--pim-textcolor);
            border: 1px solid var(--pim-cardbackground);
        }

        .EMASSummary table tbody td {
            padding: 2px;
            border: 1px solid var(--pim-cardbackground);
        }

    .EMASSummary .RowHeader {
        color: var(--pim-textcolor);
        border-right: 1px solid var(--pim-primary);
    }


.EMASSummary_Pipeline {
    text-decoration: underline;
    color: var(--pim-textcolor);
    cursor: pointer;
}

.EMASSummary_Weak {
    opacity: 0.6;
    font-size: 12px;
}

.EMASSummary_GrayText {
    color: gray;
    font-size: 12px;
}

.EMASSummary_Row:hover {
    background-color: var(--pim-cardbackground);
}
.EMASRunsSelector {
}

.EMASRunResultsTotals {
}

    .EMASRunResultsTotals table {
        width: 100%;
        background-color: var(--pim-background);
        border-collapse: collapse;
        border: 3px solid var(--pim-background);
    }
    /*.StaticTable table thead tr{
                    border-bottom: 2px solid var(--pim-primary);
                }*/
        .EMASRunResultsTotals table thead th {
            padding: 2px;
            color: var(--pim-textcolor);
            border: 1px solid var(--pim-cardbackground);
            border-bottom: 1px solid var(--pim-primary);
        }

        .EMASRunResultsTotals table tbody th {
            padding: 2px;
            color: var(--pim-textcolor);
            border: 1px solid var(--pim-cardbackground);
        }

        .EMASRunResultsTotals table tbody td {
            padding: 2px;
            border: 1px solid var(--pim-cardbackground);
        }


    .EMASRunResultsTotals .RowHeader {
        color: var(--pim-textcolor);
        border-right: 1px solid var(--pim-primary);
    }

.EMASRunResultsDetails {
}

    .EMASRunResultsDetails table {
        width: 100%;
        background-color: var(--pim-background);
        border-collapse: collapse;
        border: 3px solid var(--pim-background);
    }
    /*.StaticTable table thead tr{
                    border-bottom: 2px solid var(--pim-primary);
                }*/
        .EMASRunResultsDetails table thead th {
            padding: 2px;
            color: var(--pim-textcolor);
            border: 1px solid var(--pim-cardbackground);
            border-bottom: 1px solid var(--pim-primary);
        }

        .EMASRunResultsDetails table tbody th {
            padding: 2px;
            color: var(--pim-textcolor);
            border: 1px solid var(--pim-cardbackground);
        }

        .EMASRunResultsDetails table tbody td {
            padding: 2px;
            border: 1px solid var(--pim-cardbackground);
        }


    .EMASRunResultsDetails .RowHeader {
        color: var(--pim-textcolor);
        border-right: 1px solid var(--pim-primary);
    }

.EMASHydraulic {
}

    .EMASHydraulic table {
        width: 100%;
        background-color: var(--pim-background);
        border-collapse: collapse;
    }
    /*.StaticTable table thead tr{
                    border-bottom: 2px solid var(--pim-primary);
                }*/
        .EMASHydraulic table thead th {
            padding: 2px;
            color: var(--pim-primary);
            border: 1px solid var(--pim-cardbackground);
            border-bottom: 1px solid var(--pim-primary);
        }

        .EMASHydraulic table tbody th {
            padding: 2px;
            color: var(--pim-primary);
            border: 1px solid var(--pim-cardbackground);
        }

        .EMASHydraulic table tbody td {
            padding: 2px;
            border: 1px solid var(--pim-cardbackground);
        }

    .EMASHydraulic .RowHeader {
        color: var(--pim-primary);
        border-right: 1px solid var(--pim-primary);
    }

    .EMASHydraulic .FilterPanel {
        position: absolute;
        right: 10px;
        top: 2px;
        z-index: 100000;
        cursor: pointer;
    }

        .EMASHydraulic .FilterPanel select {
            border: none;
            margin-right: 5px;
            margin-left: 5px
        }

    .EMASHydraulic .Chart {
        background-color: var(--pim-background);
        position: absolute;
        left: 5px;
        right: 5px;
        top: 40px;
        bottom: 5px;
    }

.EMASInitiateRun {
}
    .EMASInitiateRun select {
        height:25px;
    }
    .EMASInitiateRun input {
        height: 25px;
    }

    .EMASInitiateRun table {
        width: 100%;
        background-color: var(--pim-background);
        border-collapse: collapse;
        font-size: 14px;
        pa
    }
    /*.StaticTable table thead tr{
                    border-bottom: 2px solid var(--pim-primary);
                }*/
        .EMASInitiateRun table thead th {
            padding: 2px;
            color: var(--pim-textcolor);
            border: 1px solid var(--pim-cardbackground);
            border-bottom: 1px solid var(--pim-primary);
            font-size: 14px;
        }

        .EMASInitiateRun table tbody th {
            padding: 2px;
            color: var(--pim-textcolor);
            border: 1px solid var(--pim-cardbackground);
            font-size: 14px;
        }

        .EMASInitiateRun table tbody td {
            padding: 2px;
            border: 1px solid var(--pim-cardbackground);
            font-size: 14px;
        }

    .EMASInitiateRun .RowHeader {
        color: var(--pim-textcolor);
        border-right: 1px solid var(--pim-primary);
    }


    .EMASInitiateRun .btn {
        padding: 0 20px 0 20px;
    }


.EMASInitiateRun_Pipeline {
    text-decoration: underline;
    color: var(--pim-textcolor);
    cursor: pointer;
}

.EMASInitiateRun_Weak {
    opacity: 0.6;
    font-size: 12px;
}

.EMASInitiateRun_GrayText {
    color: gray;
    font-size: 12px;
}

.EMASInitiateRun_Row:hover {
    background-color: var(--pim-backgroundborder);
}

.EMASInitiateRun_Row select{
    width:120px;
}

.EMASInitiateRun_Row input {
    width: 120px;
}


.EMASInitiateRun_Row .alert {
    padding: 0px 0px 0px 0px;
    margin: 0;
    width: 18px;
    height: 18px;
    text-align: center;
}

.EMASInitiateRun_AlternateColor {
    background-color: var(--pim-cardbackground);
    border-left: 5px solid var(--pim-background);
    border-right: 5px solid var(--pim-background);
    /*background-color: var(--pim-backgroundborder);*/
}

.EMASInitiateRun .ActiveRuns {
    max-height: 120px;
    overflow-y: auto;
    padding: 2px;
    border: 1px solid var(--pim-backgroundborder);
}


.EMASInitiateRun .ActiveRuns .alert {
    padding: 0px 0px 0px 0px;
    margin: 0 0 4px 0;
}

    .EMASInitiateRun .ActiveRuns .alert i{
        margin-right: 4px;
    }

.EMASEquipmentAvailability {
}
    .EMASEquipmentAvailability select {
        height:25px;
    }
    .EMASEquipmentAvailability input {
        height: 25px;
    }

    .EMASEquipmentAvailability table {
        width: 100%;
        background-color: var(--pim-background);
        border-collapse: collapse;
        font-size: 14px;
        pa
    }
    /*.StaticTable table thead tr{
                    border-bottom: 2px solid var(--pim-primary);
                }*/
        .EMASEquipmentAvailability table thead th {
            padding: 2px;
            color: var(--pim-textcolor);
            border: 1px solid var(--pim-cardbackground);
            border-bottom: 1px solid var(--pim-primary);
            font-size: 14px;
        }

        .EMASEquipmentAvailability table tbody th {
            padding: 2px;
            color: var(--pim-textcolor);
            border: 1px solid var(--pim-cardbackground);
            font-size: 14px;
        }

        .EMASEquipmentAvailability table tbody td {
            padding: 2px;
            border: 1px solid var(--pim-cardbackground);
            font-size: 14px;
        }

    .EMASEquipmentAvailability .RowHeader {
        color: var(--pim-textcolor);
        border-right: 1px solid var(--pim-primary);
    }


    .EMASEquipmentAvailability .btn {
        padding: 0 20px 0 20px;
    }


.EMASEquipmentAvailability_Pipeline {
    text-decoration: underline;
    color: var(--pim-textcolor);
    cursor: pointer;
}

.EMASEquipmentAvailability_Weak {
    opacity: 0.6;
    font-size: 12px;
}

.EMASEquipmentAvailability_GrayText {
    color: gray;
    font-size: 12px;
}

.EMASEquipmentAvailability_Row:hover {
    background-color: var(--pim-backgroundborder);
}

.EMASEquipmentAvailability_Row select{
    width:120px;
}

.EMASEquipmentAvailability_Row input {
    width: 17px;
    margin: 0;
    padding: 0;
}


.EMASEquipmentAvailability_Row .alert {
    padding: 0px 0px 0px 0px;
    margin: 0;
    width: 18px;
    height: 18px;
    text-align: center;
}

.EMASEquipmentAvailability_AlternateColor {
    background-color: var(--pim-cardbackground);
    border-left: 5px solid var(--pim-background);
    border-right: 5px solid var(--pim-background);
    /*background-color: var(--pim-backgroundborder);*/
}

.EMASEquipmentAvailability_Row span {
    vertical-align: super;
}


.EMASEvents {
}
    .EMASEvents select {
        height:25px;
    }
    .EMASEvents input {
        height: 25px;
    }

    .EMASEvents table {
        width: 100%;
        background-color: var(--pim-background);
        border-collapse: collapse;
        font-size: 14px;
        pa
    }
    /*.StaticTable table thead tr{
                    border-bottom: 2px solid var(--pim-primary);
                }*/
        .EMASEvents table thead th {
            padding: 2px;
            color: var(--pim-textcolor);
            border: 1px solid var(--pim-cardbackground);
            border-bottom: 1px solid var(--pim-primary);
            font-size: 14px;
        }

        .EMASEvents table tbody th {
            padding: 2px;
            color: var(--pim-textcolor);
            border: 1px solid var(--pim-cardbackground);
            font-size: 14px;
        }

        .EMASEvents table tbody td {
            padding: 2px;
            border: 1px solid var(--pim-cardbackground);
            font-size: 14px;
        }

        .EMASEvents table tbody tr:hover {
            background-color: var(--pim-backgroundborder);
        }

    .EMASEvents .btn {
        padding: 0 20px 0 20px;
        width: 100%;
    }




.EMASBatches {
    margin-top: 5px;
    font-weight: bold;
    border-radius: 6px;
}

.EMASBatches_svg {
    position: absolute;
    top: 25px;
    left: 5px;
    height: calc(100% - 25px);
    width: calc(100% - 10px);
    cursor: move;
}

.EMASBatchesBarSvg {
    stroke: gray
}

.EMASBatchesBarSvg:hover {
    stroke: red;
    opacity: 0.5;
        
}


.EMASBatches table {
    width: 100%;
    background-color: var(--pim-background);
    border-collapse: collapse;
}

.EMASBatches .ColHeader {
    padding: 2px;
    color: var(--pim-textcolor);
    border: 1px solid var(--pim-cardbackground);
    border-bottom: 1px solid var(--pim-textcolor);
}

.EMASBatches table td {
    padding: 2px;
    border: 1px solid var(--pim-cardbackground);
}

.EMASBatches .RowHeader {
    color: var(--pim-textcolor);
    border-right: 1px solid var(--pim-textcolor);
}

.EMASBatches .FilterPanel {
    position: absolute;
    right: 25px;
    top: 2px;
    z-index: 100000;
    cursor: pointer;
    font-weight: normal;
}

    .EMASBatches .FilterPanel i {
        font-size: 16px;
    }

    .EMASBatches .FilterPanel select {
        border: none;
        margin-right: 5px;
        margin-left: 5px;
    }

.EMASBatches .ContentBar {
    background-color: var(--pim-background);
    margin: 5px 0 5px 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
}

.EMASBatches .ContentTable {
    padding: 10px;
    max-width: 700px;
}

HistorianValuePanel {
    margin: 0;
    margin-top: 5px;
    font-weight: bold;
    border-radius: 6px;
}

.HistorianTable {
}

    .HistorianTable table {
        width: 100%;
        background-color: var(--pim-background);
        border-collapse: collapse;
    }
    /*.StaticTable table thead tr{
                    border-bottom: 2px solid var(--pim-primary);
                }*/
    .HistorianTable .ColHeader {
        padding: 2px;
        color: var(--pim-textcolor);
        border: 1px solid var(--pim-cardbackground);
        border-bottom: 1px solid var(--pim-textcolor);
        background-color: var(--pim-background);
    }

    .HistorianTable table td {
        padding: 2px;
        border: 1px solid var(--pim-cardbackground);
    }

    .HistorianTable .RowHeader {
        color: var(--pim-textcolor);
        border-right: 1px solid var(--pim-textcolor);
    }


.HistorianTrend {
}

.HistorianTrendChart {
    background-color: var(--pim-background);
    position: absolute;
    left: 5px;
    right: 5px;
    top: 40px;
    bottom: 5px;
}
HistorianPipelineProfile {
}

.HistorianPipelineProfileChart {
    background-color: var(--pim-background);
    position: absolute;
    left: 5px;
    right: 5px;
    top: 40px;
    bottom: 50px;
}

.HistorianPipelineProfileDiv {
    background-color: var(--pim-background);
    position: absolute;
    left: 5px;
    right: 5px;
    height: 45px;
    bottom: 5px;
}

    .HistorianPipelineProfileDiv table {
        width: 100%;
        font-size: 14px;
        font-weight: 600;
    }
.HistorianPipelineProfile3DChart {
    background-color: var(--pim-background);
    position: absolute;
    left: 5px;
    right: 5px;
    top: 40px;
    bottom: 5px;
}

.LAMDashboard {
}

.LAMDashboardContent {
    background-color: var(--pim-background);
    position: absolute;
    left: 5px;
    right: 5px;
    top: 40px;
    bottom: 5px;
    padding: 5px
}

.LAMDashboard_container {
    height: 250px;
    padding: 5px;
}


    .LAMDashboard_container .LAMDashboard_tablediv {
        background-color: var(--pim-background);
        position: absolute;
        bottom: 10px;
        top: 37px;
        right: 20px;
        left: 20px;
        overflow-y: auto;
    }


    .LAMDashboard_container table {
        table-layout: auto;
        width: 100%;
    }

        .LAMDashboard_container table thead {
            border-bottom: 1px solid var(--pim-cardbackground);
            font-weight: bold;
        }

        .LAMDashboard_container table tbody {
        }

        .LAMDashboard_container table td {
            padding-left: 5px;
            padding-right: 5px;
        }

        .LAMDashboard_container table tr {
            height: 10px;
        }

        .LAMDashboard_container table .LAMDashboard_actionstd {
            text-align: right;
            min-width: 50px;
        }

.LAMDashboard_containerShort {
    height: 175px;
}

.LAMDashboard_containerMedium {
    height: 250px;
}

.LAMDashboard_containerLong {
    height: 350px;
}

.pnl_LAMDashboardStartPM_ActionsListItem {
}

    .pnl_LAMDashboardStartPM_ActionsListItem input {
        width: 50px
    }

    .pnl_LAMDashboardStartPM_ActionsListItem select {
        width: 150px
    }

.LAMDashboardAlarmListAckAll {
    position: absolute;
    top: 14px;
    right: 33px
}

.pnl_LAMDashboardReportName {
    position: absolute;
    left: 100px;
    top: 10px;
}

.pnl_LAMDashboardReportValue {
    position: absolute;
    left: 200px;
    top: 10px
}

.page_LAMPMTable {
    border-bottom: 1px solid var(--pim-cardbackground);
    height: 22px;
    margin-bottom: 8px
}
.LAMResultSelectorValue {
    margin: 0;
    margin-top: 5px;
    font-weight: normal;
    border-radius: 6px;
}

.LAMResultSelector table{
    width:100%;
}

.pnl_LAMResultSelectorList .LAMResultSelectorList_tablediv {
    background-color: var(--pim-background);
    width:100%;
    height: 350px;
    overflow-y: auto;
}


.pnl_LAMResultSelectorList table {
    table-layout: auto;
    width: 100%;
}

    .pnl_LAMResultSelectorList table thead {
        border-bottom: 1px solid var(--pim-cardbackground);
        font-weight: bold;
    }

    .pnl_LAMResultSelectorList table tbody {
    }

    .pnl_LAMResultSelectorList table td {
        padding-left: 5px;
        padding-right: 5px;
    }

    .pnl_LAMResultSelectorList table tr {
        height: 10px;
    }

    .pnl_LAMResultSelectorList table .LAMResultSelectorList_actionstd {
        text-align: right;
        min-width: 50px;
    }

.tdgreen{
    background-color:darkgreen;
}
.tdred {
    background-color: red;
}
.tdorange {
    background-color: orange;
}

#pnl_LAMResultSelectorList_Table {
    overflow: scroll;
}
.LAMValuePanel {
    margin: 0;
    margin-top: 5px;
    font-weight: bold;
    border-radius: 6px;
}

.LAMTextPanelValue {
    margin: 0;
    margin-top: 5px;
    font-weight: bold;
    border-radius: 6px;
}



.LAMStaticTable {
}

    .LAMStaticTable table {
        width: 100%;
        background-color: var(--pim-background);
        border-collapse: collapse;
    }
/*.StaticTable table thead tr{
                    border-bottom: 2px solid var(--pim-primary);
                }*/
    .LAMStaticTable .ColHeader {
        padding: 2px;
        color: var(--pim-primary);
        border: 1px solid var(--pim-cardbackground);
        border-bottom: 1px solid var(--pim-primary);
    }

    .LAMStaticTable table td {
        padding: 2px;
        border: 1px solid var(--pim-cardbackground);
    }

    .LAMStaticTable .RowHeader {
        color: var(--pim-primary);
        border-right: 1px solid var(--pim-primary);
    }
.LAMHydraulicProfile {
}

.LAMHydraulicProfileChart {
    background-color: var(--pim-background);
    position: absolute;
    left: 5px;
    right: 5px;
    top: 40px;
    bottom: 5px;
}
.LAMPipelineProfile3DChart {
    background-color: var(--pim-background);
    position: absolute;
    left: 5px;
    right: 5px;
    top: 40px;
    bottom: 5px;
}

.LAMPipelineProfileChart {
    background-color: var(--pim-background);
    position: absolute;
    left: 5px;
    right: 5px;
    top: 40px;
    bottom: 5px;
}

.LAMTrend {
}

.LAMTrendChart {
    background-color: var(--pim-background);
    position: absolute;
    left: 5px;
    right: 5px;
    top: 40px;
    bottom: 5px;
}
.LAMBatchTrackingChart {
    background-color: var(--pim-background);
    position: absolute;
    left: 5px;
    right: 5px;
    top: 40px;
    bottom: 5px;
}

.API1130PipelineOverview {
}

    .API1130PipelineOverview .details-table {
        width: 100%;
        background-color: var(--pim-background);
        border-collapse: collapse;
        margin-bottom: 10px;
        margin-top: 20px;
    }
/*.StaticTable table thead tr{
                    border-bottom: 2px solid var(--pim-primary);
                }*/
        .API1130PipelineOverview .details-table .ColHeader {
            padding: 2px;
            color: var(--pim-textcolor);
            border: 1px solid var(--pim-cardbackground);
            border-bottom: 1px solid var(--pim-textcolor);
            width: 10%;
        }

        .API1130PipelineOverview .details-table td {
            padding: 2px;
            border: 1px solid var(--pim-cardbackground);
            width: 10%;
        }

        .API1130PipelineOverview .details-table tbody {
            border: 1px solid var(--pim-cardbackground);
            border-bottom: 1px solid var(--pim-textcolor);
        }

            .API1130PipelineOverview .details-table tbody:hover .RowGroupHeader {
                font-weight: bold;
                width: 2%;
                white-space: nowrap;
            }


        .API1130PipelineOverview .details-table tr:hover {
            font-weight: bold;
        }

    /*.API1130PipelineOverview .RowGroupHeader {*/
        /*border-right: 1px solid var(--pim-textcolor);*/
        /*font-weight: normal;
    }*/

        .API1130PipelineOverview .details-table .RowHeader {
            color: var(--pim-textcolor);
            width: 2%;
            white-space: nowrap;
            /*border-right: 1px solid var(--pim-textcolor);*/
        }

        .API1130PipelineOverview .details-table .GroupLastLine {
            padding: 2px;
            color: var(--pim-textcolor);
            border: 1px solid var(--pim-cardbackground);
            border-bottom: 1px solid var(--pim-textcolor);
        }

        .API1130PipelineOverview .details-table .smallcolumn {
            width: 2%;
            white-space: nowrap;
        }

        .API1130PipelineOverview .details-table h6 {
            font-size: 9px;
        }
        .API1130PipelineOverview .details-table h6::after {
            content: ")";
        }
        .API1130PipelineOverview .details-table h6::before {
            content: "(";
        }

    .API1130PipelineOverview .days-container {
        position: absolute;
        right: 20px;
        top: 20px;
        width: 321px;
        height: 30px;
    }

        .API1130PipelineOverview .days-container .days-table {
            width: 321px;
            background-color: var(--pim-background);
            border-collapse: collapse;
            margin-bottom: 10px;
            margin-top: 0px;
        }

            .API1130PipelineOverview .days-container .days-table td {
                width: 10px;
                text-align: center;
                border: 1px solid var(--pim-cardbackground);
                height: 20px;
                cursor: pointer;
            }


/* WebKit styles */
        .API1130PipelineOverview .days-container .days-range {
            position: absolute;
            top: 0;
            width: 321px;
            -webkit-appearance: none; /* Override default CSS styles */
            appearance: none;
            background: transparent;
            outline: none;
            cursor: pointer;
        }

            .API1130PipelineOverview .days-container .days-range::-webkit-slider-runnable-track {
                background: transparent;
                border: none;
                box-shadow: none;
                outline: none;
                height:20px;
            }

            .API1130PipelineOverview .days-container .days-range::-webkit-slider-thumb {
                -webkit-appearance: none;
                appearance: none;
                background: #EEEEEE;
                width: 8px;
                height: 8px;
                cursor: pointer;
                margin-top: 5px;
                border-radius: 4px;
            }

/* Firefox styles */
            .API1130PipelineOverview .days-container .days-range::-moz-range-track {
                background: transparent;
                border: none;
                box-shadow: none;
                outline: none;
                height: 20px;
            }

            .API1130PipelineOverview .days-container .days-range::-moz-range-thumb {
                -webkit-appearance: none;
                appearance: none;
                background: #EEEEEE;
                width: 8px;
                height: 8px;
                cursor: pointer;
                margin-top: 5px;
                border-radius: 4px;
            }

    .API1130PipelineOverview .days-header {
        position: absolute;
        right: 350px;
        top: 20px;
        height: 30px;
    }

    .API1130PipelineOverview .strong {
        font-weight: bold;
        font-size: 15px;
    }
.CVBDynamicThresholds {
}

.CVBDynamicThresholds table {
    width: 100%;
    background-color: var(--pim-background);
    border-collapse: collapse;
}
/*.CVBDynamicThresholds table thead tr{
                    border-bottom: 2px solid var(--pim-primary);
                }*/
    .CVBDynamicThresholds .ColHeader {
        padding: 2px;
        color: var(--pim-textcolor);
        border: 1px solid var(--pim-cardbackground);
        border-bottom: 1px solid var(--pim-textcolor);
    }

.CVBDynamicThresholds table td {
    padding: 2px;
    border: 1px solid var(--pim-cardbackground);
}

    .CVBDynamicThresholds .RowHeader {
        color: var(--pim-textcolor);
        border-right: 1px solid var(--pim-textcolor);
    }

.CVBDynamicThresholdsColumn {
    font-weight: bold;
    font-size: 10pt;
    text-align: left;
}
.DynamicThresholds {
}

    .DynamicThresholds table {
        width: 100%;
        background-color: var(--pim-background);
        border-collapse: collapse;
    }
    /*.DynamicThresholds table thead tr{
                    border-bottom: 2px solid var(--pim-primary);
                }*/
    .DynamicThresholds .ColHeader {
        padding: 2px;
        color: var(--pim-textcolor);
        border: 1px solid var(--pim-cardbackground);
        border-bottom: 1px solid var(--pim-textcolor);
    }

    .DynamicThresholds table td {
        padding: 2px;
        border: 1px solid var(--pim-cardbackground);
    }

    .DynamicThresholds .RowHeader {
        color: var(--pim-textcolor);
        border-right: 1px solid var(--pim-textcolor);
    }

.DynamicThresholdsColumn {
    font-weight: bold;
    font-size: 10pt;
    text-align: left;
}
