﻿/*
* 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: 9%;
    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 #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;
    width:auto;
}

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: 2px 35px 7px 12px;
    width:42% !important;
}

.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: 162px;
    overflow: auto;
    text-align:left
}

.selectTrendTd
{
    width: 20px;
    height: 10px;
}

.selectTrendBtns
{
    position: relative;
    float: right;
    margin: 11px 3px 0px 5px;
}

.selectTrendCloseBtn
{
    position: relative;
    float: right;
    margin: 4px 5px 0px 5px;
}

.trendSelectionFieldsets
{
    border: 1px solid black;
    min-width:auto;
}

#trendSelectionFirstFieldset {
    padding-bottom: 7px;
    margin-bottom: 5px;
    margin-right: 5px;
    height: 85%;
    width: 87%
}

#trendSelectionSecondFieldset
{
    background-color: white;
    height:80%;
    width:85%;
}

.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: 63% !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: 38%;
}

.pwcTimeRangeMainDiv fieldset#fieldsetTimeRangeSettings #measurementPointsLabel
{
    margin-right: 0% !important;
}

.pwcTimeRangeMainDiv fieldset#fieldsetTimeRangeSettings #divTimeRangeLeft > label > input[type="number"]
{
    height: 16px;
}

.pwcTimeRangeMainDiv fieldset#fieldsetTimeRangeSettings #divTimeRangeLeft
{
    width: 38%;
}

.pwcTimeRangeMainDiv fieldset#fieldsetTimeRangeSettings
{
    height: 45%;
    margin-bottom: 6px;
}

.pwcTimeRangeMainDiv div#divTimeRangeRight
{
    height: 50%;
    width: 60%;
}

.pwcTimeRangeMainDiv #divTimeRangeLeft
{
    height: 50%;
}

.pwcTimeRangeMainDiv fieldset#fieldsetTimeRangeSettings #divTimeRangeRight input
{
    width: 45% !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;
}
.filterCommonCell {
    border: 1px solid rgb(240,240,240);
    height: 20px;
}
#UAFiltergridHeader {
    background-color: white;
    border: 1px solid black;
    position: relative;
    top: 4%;
    width: 556px;
    margin: auto;
    height: 5%;
    border-bottom-width: 0px;
}

.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;
}
#firstrowbtncontainer{
    position: relative;
    right:330px;
    top:10px;
}
#thirdrowbtncontainer{
    position: relative;
    left:182px;
    top:-253px;
}
.resize-column {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: 0;
  width: 3px;
  cursor: col-resize;
}
.filterTableHeader:hover .resize-column {
  opacity: 0.5;
}
.hideextra{
    white-space:nowrap;
    text-overflow:clip;
    overflow:initial;
    display:block;
    width:auto;
    font-size: 0.9rem;
    font-family: Tahoma;
    font-weight: normal;
}
.filterTableHeader {
  position: sticky;
  top: 0;
  background: white;
  text-align: left;
  font-weight: normal;
  font-size: 1rem;
  color: black;
  font-family: Tahoma;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis
}
#thead, #tr {
    border:1px solid black;
    background:lightgray;
}
#tbody, #tr {
    border:1px solid black;
    cursor: pointer;
}
#filterGridDiv {
    background-color: white;
    border: 1px solid black;
    position: relative;
    top: 4%;
    width: 636px;
    height: 77%;
    margin: auto;
    margin-left: 10px;
    border-top-width: 0px;
    overflow: scroll;
}
#filterGridHeader {
    background-color: white;
    border: 1px solid black;
    position: relative;
    top: 4%;
    width: 636px;
    margin: auto;
    margin-left: 10px;
    height: 5%;
    border-bottom-width: 0px;
}

.filterbtnwrapperspan {
    margin-left: 15px;
}
.filterlinenoDiv {
    border: 1px solid grey;
    background-color: rgb(232, 231, 231);
    height: 107px;
    position: relative;
    width: 75px;
    border-radius: 3px;
    left: -351px;
    top: -11px;
}

.filtertextarea {
    height: 103px;
    width: 530px;
    position: relative;
    top: -120px;
    left: -60px;
    resize: none;
}

.filternametextarea {
    height: 13px;
    width: 510px;
    position: relative;
    top: -540px;
    left: -40px;
    resize: none;
    overflow-x: hidden;
    overflow-y: hidden;
}


.filterauthtextarea {
    height: 15px;
    width: 250px;
    position: relative;
    top: -205px;
    left: 45px;
    resize: none;
    overflow-x: hidden;
    overflow-y: hidden;
    font-family: tahoma;
    font-size: small;
}
.filtercommenttextarea {
    height: 13px;
    width: 510px;
    position: relative;
    top: -550px;
    left: -40px;
    resize: none;
    overflow-x: hidden;
    overflow-y: hidden;
}
.filterdialogbutnsgroup2 {
    position: absolute;
    top: 440px;
    right: 175px;
    pointer-events: visiblepainted;
}
.filterdialogbutnsgroup1 {
    position: relative;
    left: -250px;
    top: 10px;
}
.filterdialogbutnsgroup3 {
    position: relative;
    left: -280px;
    top: 10px;
}
.filterbtnwrapperspan {
    margin-left: 15px;
}


 .ext .extbtn:hover {
            /*background: -webkit-linear-gradient(#F2F4FF,#606166);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F4FF', endColorstr='#606166');*/
            background: linear-gradient(to bottom, #F2F4FF,#606166) !important;
            border: 1px solid rgba(100,100,106,0.5);
}

.ext.extbtn:focus {
            /*background: -webkit-linear-gradient(#F2F4FF,#91939A);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F4FF', endColorstr='#91939A');*/
            background: linear-gradient(to bottom, #F2F4FF,#91939A);
            border: 1px solid #7DCDF5;
}

.ext .filterselect {
    height: 31px !important;
    width: 100% !important;
}

.ext .filterselectmultiple {
    height: 162px !important;
    width: 100% !important;
    padding: 0px;
    overflow: hidden;
}

.ext select:hover {
    background: linear-gradient( #CDCDD1, #FFF 50%, #CDCDD1);
}


.ext .filterselectWrapper {
    position: relative;
    display: block;
}


    .ext .filterselectWrapper::after {
        content: '\25BC';
        position: absolute;
        top: 0px;
        right: 0;
        bottom: 0;
        width: 32px;
        text-align: center;
        line-height: 35px;
        background: linear-gradient( #F2F4FF, #91939A);
        pointer-events: none;
        height: 29px;
        border: 1px solid #64646A;
        border-radius: 3px;
    }

/*.filtercriteriadrp {
    width: 251px !important;
}*/

.filtercriteriawrapperDiv {
    left: -2px;
    top: -1px;
}

/*.filteroperanddrp {
    width: 230px !important;
}*/

.filteroperandwrapperDiv {
    left: -2px;
    top: -1px;
}

/*.filterlogoperanddrp {
    width: 120px !important;
}*/

.filterlogoperandwrapperDiv {
    top: -1px;
}

.filterbtnwrapperspan {
    margin-left: 15px;
}

.filterselectCBWrapper {
    position: relative;
    display: block;
    text-align:left;
    background-color:white;
    border:1px solid;
    border-color:black;
    overflow:scroll;
    height:170px;
    width:255px;
    font-size: 12px;
    font-family: Tahoma;
}

.plus, .minus {
            display: inline-block; 
    background-repeat: no-repeat;
    background-size: 16px 16px !important;
    width: 16px;
    height: 16px; 
            /*vertical-align: middle;*/
        }

        .plus {
            background-image: url(/content/Advanced/AxAlarmControl/expand.png);
        }

        ul {
            list-style: none;
            padding: 0px 0px 0px 20px;
        }

            ul.inner_ul li:before {
                content: "├";
                font-size: 18px;
                margin-left: -11px;
                margin-top: -5px;
                vertical-align: middle;
                float: left;
                width: 8px;
                color: #41424e;
            }

            ul.inner_ul li:last-child:before {
                content: "└";
            }

        .inner_ul {
            padding: 0px 0px 0px 35px;
        }

#queryeditorcontainer {
    height: 123px;
}
#filterTable{
width: 150px;
border-collapse: collapse;
table-layout: fixed;
}

.esigMainDiv {
    font-family: Tahoma;
    font-size: 12px;
    background: #EDEDED;
    height: 100%;
    width: 100%;
}

#OperationLabel {
    position: absolute;
    top: 60px;
    right: 475px;
}

#OperationTextId {
    top: 50px;
    position: absolute;
    right: 20px;
    resize: none;
    overflow-y: scroll;
    background: #EDEDED;
}

.pwcEsigReadonly-textbox {
    background: #EDEDED;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: Black !important;
    color: Black !important;
    font-size: 12px;
}

.esigOperationTextAreaSize {
    min-width: 430px;
    min-height: 80px;
}

#UsernameId {
    position: absolute;
    top: 150px;
    left: 95px;
    width: 432px;
    height: 20px;
    background: #EDEDED;
}

#UserNameLabel {
    position: absolute;
    top: 150px;
    left: 20px;
}

#GroupnameId {
    position: absolute;
    top: 150px;
    left: 95px;
    width: 432px;
    height: 20px;
    background: #EDEDED;
}

#groupNameLabel {
    position: absolute;
    top: 150px;
    left: 20px;
}

#passDiv {
    position: absolute;
    top: 180px;
    left: 20px;
}

#PasswordId {
    position: absolute;
    top: 5px;
    left: 75px;
    width: 432px;
    height: 20px;
    background: white;
}

#PasswordIdEyeIcon {
    position: absolute;
    cursor: pointer;
    z-index: 99;
    left: 488px;
    right: 0px;
    bottom: 5px;
    margin-left: 3px;
    margin-right: 3px;
    visibility: hidden;
}

#EsigCommentDiv {
    position: absolute;
    top: 200px;
    left: 95px;
}
#esigDropdownId {
    width: 435px;
    position: absolute;
    height: 25px;
    top: 19px;
    font-family: Tahoma;
    font-size: small;
}
#EsigLabelComment {
    position: absolute;
    top: 10px;
    left: -75px;
}

#EsigCommentId {
    position: absolute;
    top: 55px;
    resize: none;
    overflow-y: scroll;
    background: white;
    font-family: Tahoma;
    font-size: small;
}

.esigCommentTextAreaSize {
    min-width: 430px;
    min-height: 50px;
}

#textAreaEsigComment {
    position: relative;
    top: -40px;
    left: 65px;
}

.pwcMainDiv {
    font-family: Tahoma;
    font-size: 11px;
}

#esigCommentLabels {
    top: 25px;
    position: absolute;
    height: 424px;
    width: 450px;
    background: #EDEDED
}

#OperationId {
    position: absolute;
    left: 20px;
    top: 40px;
}

.esigLabelAlign {
    text-align: left;
}

.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: sticky;
  top: 0;
  background: white;
  text-align: left;
  font-weight: normal;
  font-size: 1.1rem;
  color: black;
}
 
.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;
}

body
{
    background-color: white;
}

#DTPBlock
{
    position: absolute;
    z-index: 99999;
    background-color: white;
    border: 1px solid #91939A;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    /*height:370px;*/
    outline: 0;
    margin: 0 auto;
    display: table;
}

#DTPBlock button
{
    height: 40px;
    border: 1px solid #64646A;
    border-radius: 3px;
    /* color: white; */
    cursor: pointer;
    /* border-bottom: 1px solid #aaa; */
    background: -webkit-linear-gradient(#F2F4FF,#91939A);
    /* background-image: -webkit-linear-gradient(top, #49578b, #8b9bd6); */
    /*background-image: -moz-linear-gradient(top, #49578b, #8b9bd6);
    background-image: -ms-linear-gradient(top, #49578b, #8b9bd6);
    background-image: -o-linear-gradient(top, #49578b, #8b9bd6);*/
    /* background-image: linear-gradient(to top, #49578b, #3a4361); */
    /* padding: 14px; */
}

.datesID
{
    display: inline-block !important;
    width: 30px;
    height:30px;
    /* margin-top:1px; */
    line-height:32px;
    text-align: center;
    margin-bottom: 8px;
    border: 1px solid;
    border-color: white;
    border-radius: 3px;
}

.secondaryDatesID
{
    opacity: 0.5;
}

.daysID
{
    display: inline-block !important;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    /* font-size: 16px; */
    /* background-color: #4c5370; */
    /* color: white; */

}

#timeBlock
{
    height: 134px;
    display: table;
    margin-left: 16px;
    margin-right: 16px;
}

#timeBlockNewStyle
{
    height: 134px;
    display: table;
    margin-left: 26px;
    margin-right: 26px;
}

#yearMonthDiv
{
    line-height: 48px;
    height: 48px;
    width: 90%;
    background-color: #E6E6EB;
    text-align: center;
    margin-left: 16px;
    margin-top: 16px;
    font-size: 110%;
    /* color: white; */
}
#yearMonthGridDiv
{
    line-height: 60px;
    width: 90%;
    text-align: center;
    margin-left: 16px;
    font-size: 110%;
    /* color: white; */
}

#yearMonthDiv:hover
{
    cursor: pointer;
}

#leftNav
{
    margin-right: 8px;
    left: 10px;
    top: 6px;
}

#rightNav
{
    margin-right: 16px;
    margin-left: 8px;
    top: 6px;
    right: 10px;
}

#rightnav:hover, #leftnav:hover
{
    opacity: 0.6;
}

#circle
{
    display: inline-block;
    border-radius: 8px;
    border: 3px solid #64646A;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    margin-left: 8px;
    vertical-align: middle;
}

/*#timeBlock {
position:absolute;
bottom:12px;
}*/


.timeBlockClass
{
    background-color: white;
    text-align: center;
    height: 28px;
    width: 38px;
    border: 1px solid #64646A;
    border-radius: 3px;
    padding: 0px;
}

.timeBlockClassForNewStyle {
    background-color: transparent;
    border: none;
    outline: none;
    color: #64646A;
    font-size : 110%;
    font-family: 'Siemens Sans';
    font-weight: bold;
    margin-top: 25px;
}

.timeBlockClassSelect
{
    height: 27px;
}

.yearMonthClass
{
    margin: 5px;
}

.yearMonthClass:hover
{
    margin: 5px;
}

#monthDisplay
{
    margin-left: 16px;
}
#yearMonthDivInternal
{
    text-align: left;
    float: left;
    width: 50%;
    font-weight: bold;
    color: #64646A;
    /* margin-left: 13%; */
}

#yearMonthDivInternal:hover
{
    /* opacity: 0.6; */
}
#navigationDiv
{
    text-align: right;
    float: right;
    width: 50%;
    font-weight: bold;
    color: #64646A;
}

.monthsGridLine, .yearsGridLine
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.ymGrid
{
    /* float:left; */
    display: inline-block;
}

.monthsGridElement, .yearsGridElement
{
    width: 65px;
    text-align: center;
    background-color: white;
    display: inline-block;
}

.monthsGridElement:hover, .yearsGridElement:hover
{
    background-color: #ECECEC;
    cursor: pointer;
}
/*
.yearsGridElement {
width:245px;
height:41px;
line-height:30px;
margin:2px;
text-align:center;
background-color:aliceblue;
display:inline-block;
}
*/

#monthsGridDiv
{
    /* width:30%; */
    /* margin-top:30px; */
    padding-top: 5px;
}

#yearsGridDiv
{
    /* width:30%; */
    /* height:98%; */
    /* margin-top: 30px; */
    padding-top: 5px;
}


.navigator
{
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin-top: -23px;
}

.navigator:hover
{
    opacity: 0.5;
    cursor: pointer;
}

#navigatorLeft
{
    position: relative;
    left: 14%;
    /* width: 65px; */
    height: 12px;
    line-height: 15px;
    margin-bottom: 15px;
    margin-top: 2px;
    /* margin-right: 7px; */
    /* text-align: center; */
    /* background-color: white; */
    display: inline-block;
    font-weight: bolder;
}

#navigatorRight
{
    position: relative;
    left: 50%;
    font-weight: bolder;
}

#layer
{
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ECECEC;
    z-index: 3;
}


#yearMonthGrid
{
    z-index: 10000;
    background-color: white;
    width: 100%;
    position: absolute;
}



#yearMonthFooter
{
    /* position:absolute; */
    /* top:88%; */
    width: 100%;
    /* height:15%; */
    /* line-height:15%; */
}


.footerButton:hover
{
    opacity: 0.8;
    cursor: pointer;
}

#yearMonthOK
{
    /* height: 25px; */
    /* width: 60px; */
    /* position: absolute; */
    /* top: auto; */
    /* margin-top: 10px; */
    /* left: 27%; */
    /* background-color: #d1d8dd; */
}

#yearMonthCancel
{
    /* height: 25px; */
    /* width: 60px; */
    /* position: absolute; */
    /* top: auto; */
    /* margin-top: 10px; */
    /* left: 42%; */
    /* background-color: #d1d8dd; */
}

#mainFooter
{
    height: 56px;
    background-color: #E6E6EB;
    margin-top: 4px;
    text-align: right;
}

#daysSeparator
{
    margin-top: 0px;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 16px;
}
#timeSeparator, #optionsSeparator
{
    margin-top: 8px;
    margin-bottom: 8px;
}
#daysDiv
{
    margin-left: 16px;
    margin-right: 16px;
    font-weight: bold;
    position: relative;
    left: 10px;
}
#datesBlock
{
    margin-right: 56px;
    float: right;
    width: 236px;
}
#weeksBlock
{
    float: left;
    margin-left: 16px;
    width: 32px;
}
#datesWeeksDiv
{
    height: 240px;
}
.mainBtns
{
    background: -webkit-linear-gradient(#F2F4FF,#91939A);
    padding: 5px 0px !important;
    width: 91px;
    /* margin-left: 3px; */
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 16px;
}
.upBtns, .downBtns, .ampmBtns
{
    border: 1px solid #64646A;
    border-radius: 3px;
    background: -webkit-linear-gradient(#F2F4FF,#91939A);
    height: 30px !important;
    width: 38px;
    text-align: center;
}
.timeFieldseparator
{
    display: inline-block;
    position: relative;
    text-align: center;
    width: 16px;
    top: -30px;
}
.timeFieldseparatorForNewStyle {
    color: #64646A;
    font-size: 110%;
    font-family: 'Siemens Sans';
    font-weight: bold;
    top: -65px;
    position: relative;
    left: -10px;

}
.ampmBtnsPressed
{
    border: 1px solid rgba(100,100,106,0.5);
    background: -webkit-linear-gradient(#91939A,#F2F4FF);
}
.upBtns:hover, .downBtns:hover, .mainBtns:hover
{
    background: linear-gradient(to bottom, #F2F4FF,#606166) !important;
    border: 1px solid rgba(100,100,106,0.5);
}
.upBtns, .ampmBtns
{
    line-height: 32px;
}
.downBtns
{
    line-height: 27px;
}

.ampmBtnsForNewStyle {
    display: inline-block;
    position: relative;
    top: -130px;
    right: -240px;
    width: 30px;
}

.upBtnsForNewStyle {
    margin-top: 18px;
    top:20px;
    position:relative;
}

.downBtnsForNewStyle {
    margin-top: 5px;
    top:45px;
    position:relative;
}

.upIcon
{
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.downIcon
{
     border: solid black;
     border-width: 0 1px 1px 0;
     display: inline-block;
     padding: 3px;
     transform: rotate(45deg);
     -webkit-transform: rotate(45deg);
}
.footerButton
{
    padding: 5px 0px !important;
    width: 91px;
    margin-left: 3px;
    float: right;
    margin-top: 3px;
}

.overlayDiv {
    z-index: 99998;
    background: rgba( 0, 0, 0, 0.75 );
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*#footerOK {
height: 30px;
width: 60px;
position: absolute;
top: auto;
margin-top:10px;
left: 360px;
background-color: #647887;
}

#footerOK:hover, #footerCancel:hover {
opacity:0.7;
cursor:pointer;
}

#footerCancel {
color:black;
height: 30px;
width: 60px;
position: absolute;
top: auto;
margin-top:10px;
left: 430px;
background-color: #647887;
}*/
#timeArea {
    margin-left: 16px;
    margin-top: 8px;
}
.timeAreaElementDim {
    line-height: 30px !important;
    width: 35px;
    border-radius: 3px !important;
    background: -webkit-linear-gradient(#F2F4FF,#91939A) !important;
    background: linear-gradient(to bottom, #F2F4FF,#91939A) !important;
    font-family: inherit;
    font-size: inherit;
    height: auto !important;
    border: 1px solid #64646A;
    text-align: center;
    padding: 0 9px 0 9px !important;
}
    .timeAreaElementDim:hover {
        background: linear-gradient(to bottom, #F2F4FF,#606166) !important;
        border: 1px solid rgba(100,100,106,0.5);
    }
.timeAreaTxt {
    height: 28px;
    width: 33px;
    border-radius: 3px !important;
    border: 1px solid grey;
    font-family: Siemens Sans, sans-serif !important;
    font-size: 14px !important;
    text-indent: 8px;
}
.ampmArea {
    left: 200px;
    position: relative;
    top: -52px;
    display: grid;
    font-family: Siemens Sans, sans-serif !important;
    font-size: 14px !important;
}
.collapseButton {
    margin-top: 8px;
    margin-bottom: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    margin-left: 16px;
}
.collaspseAreaText {
    margin-left: 8px;
}
.downArrowSvg {
    position: relative;
    left: -28px;
    top: -6px;
    pointer-events: none;
}
#daysBlock::-webkit-inner-spin-button, 
#daysBlock::-webkit-outer-spin-button,
#hoursBlock::-webkit-inner-spin-button, 
#hoursBlock::-webkit-outer-spin-button,
#minutesBlock::-webkit-inner-spin-button, 
#minutesBlock::-webkit-outer-spin-button,
#secondsBlock::-webkit-inner-spin-button, 
#secondsBlock::-webkit-outer-spin-button,
#milliSecondsBlock::-webkit-inner-spin-button, 
#milliSecondsBlock::-webkit-outer-spin-button
{
  -webkit-appearance: none;
}
#daysBlock, #hoursBlock, #minutesBlock, #secondsBlock, #milliSecondsBlock {
    -moz-appearance:textfield;
    top: 20px;
    position: relative;
}
.optionsList {
    margin-left: 32px;
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0px;
    margin-top: 8px;
}
#container
{
    width: 100%;
    justify-content: center;
    display: flex;
    height: auto;
    margin-bottom: 16px;
}
#startTime 
{
   width: 50%;
   text-align: center;
   height: 40px;
   background-color: #7DCDF5;
   margin-top: 16px;
   margin-right: 8px;
   cursor: pointer;
}
#startTime > div{
height: 6px;
    border-bottom: 6px solid #7DCDF5;
    margin-right: -8px;	
}
#endTime > div{
height: 6px;
    border-bottom: 6px solid #7DCDF5;
    margin-left: -8px;	
}
.#endTime {
    width: 50%;
    text-align: center;
    background-color: #E6E6EB;
    height: 40px;
    margin-top: 16px;
    cursor: pointer;
}
 #startTime span ,#endTime span{
     display: inline-block;
    padding-top: 12px;
}

.tab {
    display: flex;
    flex-direction: row;
    margin-top: 16px;
}

.tabLinks {
    display: inline-block;
    background-color: #E6E6EB;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    flex-grow: 1;
    margin-right: 10px;
    cursor: pointer;
}

.tabLinks:last-child{
	margin-right: 0px;
}

.tabLinks:hover {
    background-color: grey;
}
  
.tabLinks.active {
    background-color: #7DCDF5;
}
  
.tabContent {
    display: none;
    position: relative;
}

#tabSeparator {
    height: 3px;
    background-color: #7DCDF5;
	margin: 0px;
	border: none;
}

.inputFieldBg {
    position: absolute;
    top: 16px;
    height: 48px;
    background-color: #E6E6EB;
    z-index: -1;
}

.btnStyle {
    width: 23%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.tagBrowserBtn {
    background: url(/content/SystemData/SelectTag.ico);
    height: 19px;
    width: 25px;
    background-position: center;
    margin-top: 3px;
    margin-left: 5px;
    position: absolute;
}

.colorButton {
    width: 65px;
    margin-top: 2px;
    height: 19px;
    margin-bottom:8px;
    font-size:0px;
    color:rgba(255,255,255,0)
}

.ServerImportExportMainDiv {
    background: white;
    text-align: left;
    height:100%;
    width:100%;
    display:grid;
    grid-template-columns: 83% 17%
}

.HeaderCol:hover {
    background-color: gray;
    color: white
}

.paddingTopBottom4{
    padding-top: 4px;
    padding-bottom: 4px;
}

/* Trend Group Dialog CSS*/
.trendOnlineMainTable {
    width: 100%;
    height: 100%;
    table-layout: fixed
}

.tableDiv {
    background-color: white;
    border: 1px ridge gray;
    margin: 5px;
    overflow: auto;
}

.trendGroupTable {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
    table-layout: fixed;
}

.trendOnlineHeader {
    position: sticky;
    top: 0;
    background: white;
    text-align: left;
    font-weight: normal;
    font-size: 1.1rem;
    color: black;
    border: 1px ridge gray;
}

.resize-handle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0;
    width: 3px;
    cursor: col-resize;
}

.trendOnlineHeader:hover .resize-handle {
    opacity: 0.5;
}

.trendGroupCell {
    overflow: hidden;
    white-space: nowrap;
}

.inputDiv {
    text-align: start;
}

.inputDiv button {
    margin: 5px 0px 5px 0px;
    width: 90%;
}