/*
* Copyright (C) Siemens AG 2013.
* All Rights Reserved. Confidential.
*
* Authors: Ambika Jadhav (ambika@siemens.com)
*/
/**
* @fileOverview component.css.
* @author Ambika Jadhav
*/
/*This file css is mainly for the property browser of the trend control*/
.pwcPBTabs
{
    position: relative;
    overflow: hidden;
    font-family: Tahoma;
    font-size: 12px;
}

/* Nav */
.pwcPBTabs nav
{
    text-align: left;
    height: 44px;
}

.pwcPBTabs nav div
{
    padding: 0;
    margin: 0 0 0px 10px;
    list-style: none;
}

.pwcPBTabs nav #firstTabRow
{
    position: absolute;
    display: block;
    background: white;
}

#secondTabRow
{
    position: absolute;
    display: block;
    background: white;
}

.pwcPBTabs nav #secondTabRow > button
{
    padding: 0px;
}

.pwcPBTabs nav div button
{
    border: 1px solid black;
    margin: 0 0 0px 0px;
    display: block;
    float: left;
    background: #E8ECF0;
    z-index: 100;
    height: 20px;
}

.pwcPBTabs nav div button.pwcPBTabs-current
{
    border: 1.5px solid #0C5A09;
    border-bottom: none;
    z-index: 100;
    background: white;
}

.pwcPBTabs nav div button:focus
{
    outline: 0;
}

.pwcPBTabs nav div button.pwcPBTabs-current:before, .pwcPBTabs nav div button.pwcPBTabs-current:after
{
    content: '';
    position: absolute;
    height: 1px;
    right: 100%;
    bottom: 0;
    width: 1000px;
    background: #47a3da;
}

.pwcPBTabs nav div button.pwcPBTabs-current:after
{
    right: auto;
    left: 100%;
    width: 4000px;
}

.pwcPBTabs nav a
{
    line-height: 2;
    padding: 0 1em;
    white-space: wrap;
    color: #0F0F0F;
    background: #F0F0F0;
}

.pwcPBTabs nav a:hover
{
    color: #768e9d;
}

.pwcPBTabs nav div button.pwcPBTabs-current a
{
    background: #FFFFFF;
    border-radius: 2px;
    color: #0A0D61;
    display: block;
    font-size: 1em;
    line-height: 2;
    padding: 0 0.9em 0 0.9em;
    white-space: wrap;
    font-weight: 700;
}

/* Icons */
.pwcPBTabs nav a:before
{
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-variant: normal;
    font-family: 'icomoon';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    margin: -0.25em 0.4em 0 1em;
}

.icon-view:before
{
    content: "\e601";
}

.icon-window:before
{
    content: "\e603";
}

.icon-time:before
{
    content: "\e600";
}

.icon-value:before
{
    content: "\e602";
}

.icon-trend:before
{
    content: "\e604";
}

.pwcPropertyBrowserContainer
{
    background: white;
    text-align: left;
}

.pwcdialogcontent
{
    height: 596px;
}
/* Content */
.pwcdialogcontent section
{
    padding: 3em 1em;
    display: none;
}

.pwcdialogcontent section:before, .pwcdialogcontent section:after
{
    content: '';
    display: table;
}

.pwcdialogcontent section:after
{
    clear: both;
}



.pwcdialogcontent section.pwcdialogcontent-current
{
    display: block;
    padding: 5px 0 0 5px;
    height: 70%;
}

hr.small
{
    max-width: 100px;
}

.trendBasicGrey
{
}

.trendBasicGrey #mainDiv, #divTrendView, #divTrendWindow, #divTimeAxis, #divValueAxis, #divFont, #divStatusBar, #divToolBar, #divFnXAxis, #divFnDataConn, #divTableTimeColumn, #divTableValueColumn
{
    height: 578px;
    width: 483px;
    border: 1px solid rgb(17, 19, 18);
    margin: 0 0 0 3px;
}

.trendBasicGrey #divTableTimeColumn
{
    height: 587px;
}

.trendBasicGrey div
{
    border: 1px solid black;
    height: 178px;
    width: 221px;
}

.GeneralFirstDiv
{
    border: none !important;
    float: left;
    height: 100% !important;
    width: 47%;
}

.GeneralSecondDiv
{
    border: none !important;
    float: right;
    height: 100% !important;
    width: 52% !important;
    padding-right: 3px;
}

.trendBasicGrey #trendFirstDiv, #trendWinFirstDiv, #fontFirstDiv
{
    float: left;
    margin: 5px 6px 50px 12px;
    border: none;
}

fieldset#first > input[type="checkbox"], fieldset#sixths > input[type="checkbox"]
{
    margin: 5px;
}

#sixth > span:nth-child(7)
{
    margin: 0;
}

fieldset#third > span
{
    margin: 0;
}

fieldset#first > select, fieldset#third > select
{
    margin: 6px 17px 5px 0;
}

fieldset#second > input[type="color"]
{
    margin: 6px 7% 5px 0;
}

fieldset#second > input[type="number"], fieldset#second > input[type="text"]
{
    margin: 4px 1px 9px 9px;
    width: 19% !important;
}

.selectedTrend
{
    background-color: blue;
    color: white;
}

.trendBasicGrey #checkBoxDiv, #trendWinCheckBoxDiv, #fontCheckBoxDiv, #checkBoxDivTimeAxis, #checkBoxDivValueAxis, #checkBoxDivFnXAxis,#checkBoxDivFnDataConn
{
    overflow: auto;
    white-space:nowrap;
}

.trendBasicGrey #trendSecondDiv, #fourthDiv, #trendWinSecondDiv, #trendWinFourthDiv, #fontSecondDiv
{
    float: right;
    margin: 5px 1px 0 0;
    width: 49%;
    border: none;
}

.DataSourceTypeDiv, .DataSourceNameDiv
{
    height: 10% !important;
}

#trendWinFourthDiv
{
    height: 178px !important;
}

.trendBasicGrey input[type="checkbox"]
{
    width: 10%;
    position: relative;
    vertical-align: middle;
    bottom: 1px;
}

.trendBasicGrey select
{
    width: 95%;
    margin-bottom: 0px;
    border: 1px solid black;
    padding-left: 3px;
    margin-top: 2px;
    margin-bottom: 8px;
}

.trendBasicGrey input[type="text"], .trendBasicGrey input[type="number"]
{
    width: 93%;
    margin-bottom: 5px;
    border: 1px solid black;
    padding-left: 3px;
    margin-top: 3px;
    height: 15px;
}
.trendBasicGrey input[type="date"], .trendBasicGrey input[type="time"]
{
    width: 50%;
    margin-bottom: 5px;
    border: 1px solid black;
    padding-left: 3px;
    margin-top: 3px;
    height: 15px;
}

.trendNames
{
    margin-right: -2%;
    width: 100%;
}

.trendBasicGrey span
{
    margin-right: 29%;
}

.trendBasicGrey label
{
    margin-right: 13%;
}

.trendBasicGrey #buttonDiv, #trendWinButtonDiv, #buttonDivTimeAxis, #buttonDivValueAxis, #buttonDivFnXAxis, #buttonDivTimeColumn, #buttonDivValueColumn, .buttonDiv
{
    height: 20px;
    margin: 13px 11px 7px 0px;
    float: left;
    border: none;
}

.trendBasicGrey section
{
    width: 50%;
    margin: 0 0 0 22px;
}

#chkComment
{
    margin-top: 2px;
    margin-left: 0px;
}

.trendBasicGrey fieldset
{
    float: left;
    border: 1px solid rgb(223, 207, 207);
    border-radius: 7px;
    width: 91%;
}

.pwcPBTabs > input[type="button"]
{
    background: rgb(196, 191, 191);
    border: 1PX solid black;
    padding: 2px 19px 2px 19px;
    margin: 2px 5px 18px 5px;
}

.trendBasicGrey #buttonDiv > input[type="button"], #trendWinButtonDiv > input[type="button"], #buttonDivTimeAxis > input[type="button"], #buttonDivValueAxis > input[type="button"], #buttonDivStatusBar > input[type="button"], #buttonDivToolBar > input[type="button"], #buttonDivFnXAxis > input[type="button"], .buttonDiv > input[type="button"], #buttonDivTimeColumn  > input[type="button"], #buttonDivValueColumn  > input[type="button"]
{
    background: rgb(196, 191, 191);
    border: 1PX solid black;
    padding: 0 9px 0 9px;
    margin: 0px;
    -moz-padding-start: 0;
    -moz-margin: 0;
}

.trendBasicGrey fieldset > label, .trendBasicGrey fieldset > label > select
{
    width: 46%;
    margin-right: 13px;
}

.trendBasicGrey .trendBasicGrey fieldset > label > span
{
    margin: 0 25% 0 0;
}

.commonFontTabChkBoxes
{
    margin-right: 0px !important;
}

.trendBasicGrey fieldset > label input[type="text"], input[type="number"]
{
    width: 42% !important;
}

.trendBasicGrey fieldset > div > section
{
    width: 25%;
    margin: 0;
}

.trendBasicGrey fieldset > div, #divToolBarLeft
{
    border: none;
    height: 226px;
    width: 49%;
    margin: 0;
    float: left;
}

.trendBasicGrey #fourthDiv, .DataSourceNameDiv, #divToolBarRight, #divStatusBarRight
{
    float: right !important;
    margin: 0px 0 0 0 !important;
    width: 48% !important;
    border: none !important;
}

.trendBasicGrey #thirdDiv, .DataSourceTypeDiv
{
    float: left;
    margin: 25px 25px 8px 25px;
}

.trendBasicGrey fieldset > div > label
{
    width: 13%;
    margin: 10px 0 0px 0;
}

.trendBasicGrey fieldset > div > label > select, .trendBasicGrey fieldset > div > label > input[type="text"], .trendBasicGrey fieldset > div > label > input[type="number"]
{
    width: 100%;
}

.trendBasicGrey #trendColor
{
    margin-right: 53%;
}

.trendBasicGrey input[type="color"]
{
    height: 20px;
    width: 62px;
    border: 1px solid rgb(9, 8, 8);
    margin-bottom: 8px;
}

.trendBasicGrey fieldset > div > label > input[type="checkbox"]
{
    height: 14px;
}

label.trendcheckbox-label input[type=checkbox]
{
    position: relative;
    margin: 0;
    vertical-align: middle;
    height: 12px;
    bottom: 4px;
}

label.trendcheckbox-label span
{
    position: relative;
    margin: 0;
    vertical-align: middle;
    height: 25px;
    bottom: 4px;
}

#trendWinCheckBoxDiv > label > span > label
{
    margin: -4px;
}

#divTrendWindow > fieldset:nth-child(4)
{
    width: 42%;
    float: right;
    margin: 6px 8px 0 2px;
}

#divTrendWindow > fieldset:nth-child(3)
{
    width: 44%;
    margin: 5px 5px 0 12px;
}

.trendBasicGrey #divTrendWindow > fieldset > label > span
{
    margin-right: 7px;
}

.trendBasicGrey #divTrendWindow > fieldset > label > input[type="color"]
{
    margin: 17px 35px 7px 12px;
}

.trendBasicGrey #trendWinFifthDiv > fieldset > label > span
{
    margin-right: 7px;
}

.trendBasicGrey fieldset > #trendWinThirdDiv > label > span, #trendWinFourthDiv > label > span
{
    margin-right: 0px;
}

.trendBasicGrey fieldset > #trendWinFourthDiv > label > input[type="color"]
{
    margin-right: 71px;
}

.trendBasicGrey fieldset > #trendWinFourthDiv > label > span
{
    margin-right: 7px;
}

.trendBasicGrey fieldset > #trendWinThirdDiv > label > input[type="checkbox"], #trendWinFourthDiv > label > input[type="checkbox"], #fieldsetEffects > label > input[type="checkbox"]
{
    height: 14px;
}

#gridLines
{
    height: 175px;
    margin-left: 10px;
    width: 92%;
}

input[type="button"]:disabled, .trendBasicGrey #buttonDiv > input[type="button"]:disabled, #trendWinButtonDiv > input[type="button"]:disabled, #buttonDivTimeAxis > input[type="button"]:disabled, #buttonDivValueAxis > input[type="button"]:disabled, #buttonDivStatusBar > input[type="button"]:disabled, #buttonDivFnXAxis > input[type="button"]:disabled, #buttonDivToolBar > input[type="button"]:disabled
{
    background-color: white;
    border: 1px solid rgb(158, 154, 154);
}

.trendBasicGrey > *:disabled
{
    background-color: Red;
}

#divValueAxis > fieldset:nth-child(3) > span
{
    margin-right: 32%;
}

#divFnXAxis > fieldset:nth-child(3) > span
{
    margin-right: 32%;
}

.editableTextBox
{
    border: none !important;
    margin-top: 3px !important;
    margin-left: -224px !important;
    width: 200px !important;
    height: 16px !important;
    margin-bottom: 0px !important;
}

#areaNamesFieldset
{
    width: 40% !important;
    float: right !important;
    height: 40px !important;
    margin: 3px 12px 0 0 !important;
}


#divTimeRangeLeft, #divStatusBarLeft
{
    border: none;
    float: left;
    width: 39%;
    margin: 0px 0 0 -9px;
    height: 180px;
}

#divTimeRangeRight
{
    border: none;
    float: right;
    width: 64%; /*change*/
    margin-right: -11px;
    height: 180px;
    margin-top: -8px;
}

.trendBasicGrey #divEffectsLeft, #divEffectsLeftValue
{
    border: none;
    float: left;
    width: 49%;
    height: 120px;
}

.trendBasicGrey #divEffectsRight
{
    border: none;
    float: right;
    width: 49%;
    height: 120px;
}

.trendBasicGrey .secondDivAxis
{
    float: right;
    margin: 5px 1px 0 0;
    width: 49%;
    border: none;
}

.trendBasicGrey #fourthDivValueAxis
{
    float: right;
    margin: 5px 1px 0 0;
    width: 46%;
    border: none;
}

.trendBasicGrey #fourthDivFnXAxis
{
    float: right;
    margin: 5px 1px 0 0;
    width: 46%;
    border: none;
}

.trendBasicGrey .firstDivAxis
{
    float: left;
    margin: 5px 6px 50px 12px;
    border: none;
}

.trendBasicGrey .dateFormatID, .trendBasicGrey .timeFormatID
{
    width: 87%;
}

.trendBasicGrey .cbxPadding
{
    margin-left: 0px;
}
/*.trendBasicGrey .divEffectsLeft
{
    height: 115px;
}
.trendBasicGrey .divTimeEffectsRight
{
    float: right;
    height: 115px !important;
}*/
.trendBasicGrey .divValueEffectsRight
{
    float: right;
    height: 140px !important;
}

.trendBasicGrey .divTimeRangeRightSelect
{
    width: 42%;
}

.trendBasicGrey .leftDivAlignment
{
    float: left;
    width: 47%;
    border: none;
}

.trendBasicGrey .valueDecimalPlaces
{
    width: 23% !important;
}

.trendBasicGrey .rightDivValueLengthInCharsInput
{
    margin-right: 3px;
    float: right;
    width: 50%;
    border: none;
}

.trendBasicGrey .lengthInCharsText
{
    width: 87% !important;
    height: 15px;
    margin-top: 2px;
}

.trendBasicGrey .inputTimeWidth
{
    width: 116px !important;
}

.trendBasicGrey .checkBoxDiv
{
    margin-top: 4px;
    overflow: auto;
    white-space:nowrap;
}

.trendBasicGrey .InvalidValueStyle
{
    border: 2px solid red !important;
}

.trendBasicGrey .ValidValueStyle
{
    border: 1px solid black !important;
}

#userScalingFieldset
{
    width: 40% !important;
    height: 40px !important;
    margin: 3px 15px 0 12px !important;
}

#areaNamesFieldset
{
    width: 40% !important;
    float: right !important;
    height: 40px !important;
    margin: 3px 12px 0 0 !important;
}

#fifthDivValueAxis, #sixthDivValueAxis
{
    float: right;
    height: 20px !important;
    width: 60% !important;
    margin: -7px 0 0px 0 !important;
}

.trendFieldsetHidden
{
    width: 100% !important;
    height: 40px !important;
    margin: 0px 12px 0 0 !important;
    border: none !important;
}

#fieldsetTimeRange
{
    float: left !important;
}

input[type="text"][disabled]
{
    color: rgb(84, 84, 84);
}

.trendBasicGrey fieldset > #gridDivValueAxis, .trendBasicGrey fieldset > #gridDivFnXAxis
{
    border: none;
    height: 50px;
    width: 60%;
    margin: 0;
    float: left;
}

#divTimeAxis > fieldset:nth-child(3), #divFnDataConn > fieldset:nth-child(3)
{
    margin: 2px 6px 0 12px;
}

.trendBasicGrey #fieldsetStartTime > label > input[type="date"], #fieldsetEndTime > label > input[type="date"]
{
    width: 128px;
}

#fieldsetEffects, #fieldsetDataConnection, #fieldsetValueEffects, #fieldsetTimeEffects, #fieldsetTimeRangeSettings
{
    margin-left: 12px !important;
    margin-top: 5px;
}

#thirdDivValueAxis, #fourthDivValueAxis, #thirdDivFnXAxis, #fourthDivFnXAxis
{
    height: 65px;
}

.trendBasicGrey > #divValueAxis > fieldset, .trendBasicGrey > #mainDiv > fieldset, .trendBasicGrey > #divFnXAxis > fieldset
{
    margin-top: 5px;
    margin-left: 9px;
}

#divHiddenSpans
{
    border: none;
    height: 19px;
    margin-top: -23px;
    float: left;
    margin-left: -169px;
    width: 444px;
    padding-top: -2px;
}

#divHiddenSpansDataConn
{
    border: none;
    height: 49px;
    margin-top: -8px;
    float: left;
    margin-left: -169px;
    width: 444px;
    padding-top: -2px;
}

#toolBarHiddenSpans
{
    border: none;
    height: 19px;
    margin-top: -8px;
    float: left;
    margin-left: -169px;
    width: 444px;
    padding-top: -2px;
}

#statusBarHiddenSpans
{
    border: none;
    margin-left: 13px;
    padding-top: -2px;
    float: left;
    width: 100%;
    height: 10%;
}

.statusBarHiddenSpanClass
{
    display: table-cell;
    color: red;
}

.trendHiddenSpanClass
{
    display: table-cell;
    color: red;
    font-size: smaller;
    width: 440px;
}

fieldset#fontEffects
{
    width: 87%;
    margin: 5px 0 0 0;
    height: 53%;
    padding: 11px 0 0 0;
}


#fontFieldSet
{
    border: none;
}
#fontFieldSetDiv
{
    border: 1px solid #C5B7B7;
    float: left;
    width:460px;
    /*margin-left: 10px; */
    overflow: scroll;
}

.trendObjectNames
{
    width: 100% !important;
    margin-right: 10% !important;
}

#checkBoxDivToolBar
{
    overflow-y: auto;
}

.inputTimeWidth
{
    width: 122px;
}

.colorClassTrend
{
    margin-left: -2px;
}

@media screen and (max-width: 152em)
{
    #icon1, #icon5, #icon2, #icon3, #icon4, #icon6
    {
        display: none;
    }

    .pwcPBTabs nav a:before
    {
        margin-right: 0;
    }

    .mediabox
    {
        float: none;
        width: auto;
        padding: 0 0 35px 0;
        font-size: 90%;
    }

    .mediabox img
    {
        float: left;
        max-width: 40%;
    }

    .mediabox h3
    {
        margin-top: 0;
    }

    .mediabox p
    {
        margin-left: 40%;
        margin-left: calc(40% + 25px);
    }

    .mediabox:before, .mediabox:after
    {
        content: '';
        display: table;
    }

    .mediabox:after
    {
        clear: both;
    }
}


textarea:disabled, input:not([type]):disabled, input[type="color"]:disabled, input[type="checkbox"]:disabled, select:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="password"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled
{
    background-color: white;
    border: 1px solid rgb(158, 154, 154);
    color: rgb(153, 149, 149);
}

.trendtimerangeSelect
{
    width: 80% !important; /*change*/
}

.trendCheckboxGrid
{
    display: table-cell;
}

.divForModal
{
    background: #666666 50% 50% repeat;
    opacity: .3;
    filter: Alpha(Opacity=50);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.hmiWindowModal
{
    position: absolute;
    height: auto;
    width: 300px;
    top: 234px;
    left: 340px;
    display: block;
    z-index: 100;
}

/* Side Menu styels*/

#sidebar-wrapper
{
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 511px;
    height: 100%;
    margin-right: -511px;
    overflow-y: auto;
    background: #F8FBFC;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav
{
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0; /* list-style: none; */
}

.sidebar-nav li a
{
    display: block;
    text-decoration: none;
    color: #fff;
}

.sidebar-nav li a:hover
{
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active, .sidebar-nav li a:focus
{
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand
{
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    background-color: #40A7C7;
}

.sidebar-nav > .sidebar-brand a
{
    color: #fff;
    padding-left: 9px;
}

#changeTheme
{
    float: right;
    margin: 20px 10px 0 0;
}

#changeTheme > a > img
{
    background-color: inherit;
    border-radius: 2px;
    float: right;
    display: none;
}

#menu-close > a > img
{
    background-color: rgb(20, 172, 201);
    border-radius: 23px;
}

#menu-toggle
{
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active
{
    right: 511px;
    width: 508px;
    background-color: #FFFFFF;
    border: 1 solid black;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#propContent
{
    margin-top: -12px;
}
/*Tabs CSS*/
@font-face
{
    font-family: 'icomoon';
    src: url('../fonts/icomoon/icomoon.eot?pvm5gj');
    src: url('../fonts/icomoon/icomoon.eot?#iefixpvm5gj') format('embedded-opentype'), url('../fonts/icomoon/icomoon.woff?pvm5gj') format('woff'), url('../fonts/icomoon/icomoon.ttf?pvm5gj') format('truetype'), url('../fonts/icomoon/icomoon.svg?pvm5gj#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.inputTWRulerColorWidth
{
    margin-bottom: -6px !important;
}

.inputTWRulerWeight
{
    margin-top: 14px !important;
    margin-left: 2px !important;
}

p.ng-binding
{
    margin: 0px;
    display: inline;
}

.listItems
{
    margin-right: 0 !important;
    width: 100% !important;
    height: auto !important;
    border: none !important;
}

.pwcTrendSelectMainDiv
{
    font-family: Tahoma;
    font-size: 11px;
}

.pwcTrendSelectDialogBtn
{
    width: 66px;
    height: 20px;
    position: relative;
    float: right;
    border: solid 1px #808080 !important;
    font-family: Tahoma !important;
    font-size: 11px !important;
    background: none !important;
    background-color: #D0D0D0 !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.trendSelectDiv
{
    background-color: white;
    width: 100%;
    height: 202px;
    overflow: auto;
}

.selectTrendTd
{
    width: 20px;
    height: 10px;
}

.selectTrendBtns
{
    position: relative;
    float: right;
    margin: 11px 3px 0px 5px;
}

.selectTrendCloseBtn
{
    position: relative;
    float: right;
    margin: 4px 3px 0px 5px;
}

.trendSelectionFieldsets
{
    border: 1px solid black;
}

#trendSelectionFirstFieldset
{
    padding-bottom: 7px;
    margin-bottom: 5px;
}

#trendSelectionSecondFieldset
{
    background-color: white;
}

.trendSelectionColumn1
{
    width: 5px;
}

.trendSelectionColumn2
{
    width: 20px;
    height: 10px;
}

/*For general tab common div*/
.alarmBasicGrey #generalFirst
{
    float: left;
    margin: 0px 0px 0px 0px;
    border: none;
    height: 100%;
}

.alarmBasicGrey #generalFirst > #windowFieldset
{
    margin: 0px 0px 10px 0px;
    height: 70%;
}

.alarmBasicGrey #generalFirst > #printJobFieldset, #timeBaseFieldset
{
    margin: 0px 0px 10px 0px;
    height: 10% !important;
}

.alarmBasicGrey #generalFirst > #windowFieldset > label > input[type="text"]
{
    width: 95%;
}

.alarmBasicGrey #generalFirst > #printJobFieldset > input[type="text"]
{
    width: 95%;
}

/*For table View*/
.alarmBasicGrey #tableGeneralFirst
{
    border: none;
    float: left;
    margin: 12px 6px 0px 12px;
    height: 90%;
}

.alarmBasicGrey #tableGeneralSecond
{
    border: none;
    float: right;
    margin: 12px 12px 0px 6px;
    height: 90%;
    width: 45%;
}

.alarmBasicGrey #tableGeneralSecond > fieldset
{
    width: 90%;
    height: 15%;
    margin: 0px 0px 10px 0px;
}

.alarmBasicGrey #tableGeneralSecond > #precisionSet > input[type="number"]
{
    width: 30% !important;
}

.alarmBasicGrey #tableGeneralSecond > #precisionSet > select
{
    width: 55% !important;
}

.alarmBasicGrey #tableGeneralSecond > #EditSet
{
    height: 10%;
}

.pwcTagDialogMainDiv
{
    font-family: Tahoma;
    font-size: 11px;
}

.tagDialogOkBtn
{
    position: relative;
    float: right;
    margin: 4px 3px 0px 5px;
}

.tagDialogCancelBtn
{
    position: relative;
    float: right;
    margin: 4px 3px 0px 5px;
}

.tagDialogShowTagBtn
{
    position: relative;
    float: right;
    margin: 4px 3px 0px 5px;
}

.tagDialogFieldsets
{
    border: 1px solid black;
}

.tagDialogDiv
{
    background-color: white;
    width: 100%;
    height: 80%;
    overflow: auto;
}

.tagDialogTextBox
{
    width: 65% !important;
}

.tagDialogBrowserLabel
{
    margin-right: 0 !important;
}

.limitValuesColorSection
{
    float: left;
    width: 50%;
}

.limitValuesValueSection
{
    float: right;
    width: 50%;
}

.limitValuesColorInput
{
    width: 75%;
}

.limitValuesValueInput
{
    height: 15px !important;
    width: 75% !important;
}

.limitValuesSampleText
{
    text-align: center;
    width: 80% !important;
}

.limitValuesBtns
{
    float: right;
    background: rgb(196, 191, 191);
    border: 1PX solid black;
    padding: 2px 19px 2px 19px !important;
    margin: 8px 5px 18px 5px;
    width: 33%;
}

#mainDiv input[type="number"]
{
    /* width: 100%; */
    width: 42% !important;
    margin-bottom: 5px;
    border: 1px solid black;
    padding-left: 3px;
    margin-top: 3px;
    height: 15px;
}

/*for time range selection*/
.pwcTimeRangeMainDiv fieldset#fieldsetTimeColumns
{
    margin-left: 12px;
    margin-top: 8px;
    margin-right: 12px;
}

.pwcTimeRangeMainDiv
{
    text-align: left;
    font-family: Tahoma;
    font-size: 12px;
}

.pwcTimeRangeMainDiv fieldset#fieldsetRange > input[type="number"]
{
    height: 16px;
    width: 40% !important; /* margin-top: 0px; */
}

.pwcTimeRangeMainDiv fieldset#fieldsetRange > select
{
    height: 20px;
    float: right !important;
    width: 43%;
    margin-top: 4px;
    margin-right: 25px;
}

.pwcTimeRangeMainDiv #fieldsetTimeColumns > select
{
    float: left !important;
    width: 42%;
}

.pwcTimeRangeMainDiv fieldset#fieldsetTimeRangeSettings #measurementPointsLabel
{
    margin-right: 0% !important;
}

.pwcTimeRangeMainDiv fieldset#fieldsetTimeRangeSettings #divTimeRangeLeft > label > input[type="number"]
{
    height: 16px;
}

.pwcTimeRangeMainDiv fieldset#fieldsetTimeRangeSettings #divTimeRangeLeft
{
    width: 42%;
}

.pwcTimeRangeMainDiv fieldset#fieldsetTimeRangeSettings
{
    height: 45%;
    margin-bottom: 6px;
}

.pwcTimeRangeMainDiv div#divTimeRangeRight
{
    height: 50%;
    width: 56%;
}

.pwcTimeRangeMainDiv #divTimeRangeLeft
{
    height: 50%;
}

.pwcTimeRangeMainDiv fieldset#fieldsetTimeRangeSettings #divTimeRangeRight input
{
    width: 43% !important;
}

.pwcTimeRangeMainDiv fieldset#fieldsetTimeRangeSettings #fieldsetRange input
{
    width: 40% !important;
}

#divTimeRangeLeft
{
    border: none;
    float: left;
    width: 36%;
    margin: 0px 0 0 0px;
    height: 160px;
}

#divTimeRangeRight
{
    border: none;
    float: right;
    width: 64%;
    margin-right: 0px;
    height: 160px;
    margin-top: -5px;
}

.timeRangeButtons
{
    background: rgb(196, 191, 191);
    border: 1px solid black;
    padding: 2px 8px 2px 8px !important;
    margin: 5px 5px 5px 5px;
    width: 18%;
    text-align: center;
    float: right;
}

#timeRangeButtons
{
    margin-right: 10px;
}

input[type="date"]::-webkit-clear-button
{
    /* Removes blue cross */
    -webkit-appearance: none;
    margin: 0;
}

input[type="time"]::-webkit-clear-button
{
    /* Removes blue cross */
    -webkit-appearance: none;
    margin: 0;
}

input[type="date"]::-ms-clear
{
    display: none;
}

input[type="time"]::-ms-clear
{
    display: none;
}
fieldset#fourth {
    height: 10% !important;
    margin-top: 12px;
}

.GeneralFirstDiv {}

fieldset#first {
    height: 46%;
    margin-top: 10px;
}

fieldset#fifth {
    margin-top: 8px;
}

.GeneralSecondDiv {}

fieldset#second {
    height: 33%;
}

fieldset#third {
    margin-top: 10px;
    height: 14%;
}

fieldset#sixth {
    margin-top: 10px;
    height: 18%;
}

#table1 {
    border-collapse: collapse;
    table-layout: fixed;
}

#tCell, #tHeader {
    border: 1px solid rgb(240,240,240);
}

.commonCell {
    border: 1px solid rgb(240,240,240);
    height: 10px;
}

.handleOverflow{
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    display:block;
    width:auto;
}
.selected {
    background-color: rgb(240,240,240);
}

#btnDiv {
    position: relative;
    width: 556px;
    top: 5%;
    margin: auto;
    height: 5%;
}

#gridDiv {
    background-color: white;
    border: 1px solid black;
    position: relative;
    top: 4%;
    width: 556px;
    height: 77%;
    margin: auto;
    border-top-width: 0px;
    overflow: scroll;
}

#gridHeader {
    background-color: white;
    border: 1px solid black;
    position: relative;
    top: 4%;
    width: 556px;
    margin: auto;
    height: 5%;
    border-bottom-width: 0px;
}

.tooltiptext {
    visibility: hidden;
    background-color: white;
    text-align: center;
    border-radius: 10px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
}

.tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 10%;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent black transparent;

}

.tooltiptextRight {
    visibility: hidden;
    background-color: white;
    text-align: center;
    border-radius: 10px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
}

.tooltiptextRight::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 10%;
    margin-left: 157px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent black transparent;

}

.tableHeader {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: white;
  text-align: left;
  font-weight: normal;
  font-size: 1.1rem;
  color: black;
  position: relative;
}
 
.resize-handle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: 0;
  width: 3px;
  cursor: col-resize;
}
 
.tableHeader:hover .resize-handle {
  opacity: 0.5;
}