﻿/* Common app styling */
html,
html,
body {
    margin: 0;
    padding: 0;
}

#main-wrapper {
    width: 100%;
    height: 100%;
    padding: 0 0;
}

.headerMenuContainer {
    color: white;
    float: right;
    padding-top: 2px;
    width: 40px;
    display: none;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 20px;
    height: 40px;
}

#switchApp {
    display: none;
}

.headerMenu {
    right: 20px;
    display: none;
    top: 43px;
    margin-right: 20px;
}

.headerMenuContainer:after {
    content: '\2807';
    font-size: 30px;
    padding-left: 15px;
}

.controlsHeading {
    margin-bottom: 10px;
}

#tagAddress {
    display: table-cell;
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding-left: 0;
}

#statusLabel {
    height: 20px;
    margin-top: 5px;
    width: 100%;
    text-align: center;
}

.timeText {
    height: 20px;
    width: 100%;
    line-height: 20px;
    display: table-cell;
    padding-left: 5px;
    cursor: pointer;
}

#updateData {
    width: 180px;
    display: table-cell;
    color: white;
    background-color: #0F76C7;
}

.downloadButton {
    color: white;
    background-color: #0F76C7 !important;
    text-decoration: none;
}

downloadButton:visited {
    background-color: #0F76C7;
}

.startScreenListItem {
    margin-top: 8px;
}

#contentContainer {
    margin-left: 20px;
    margin-right: 20px;
    min-width: 255px;
}

#addIn-header {
    background-color: #0F76C7;
    height: 45px;
    min-width: 255px;
    width: 100%;
}

#content-header-title {
    float: left;
    margin-top: 10px;
    margin-left: 20px;
}

#content-header-icon {
    float: right;
    margin-top: 15px;
    margin-right: 15px;
    font-size: larger;
    color: white;
}

#messageContainer {
    margin: 20px 20px 0 20px;
}

.subGroups {
    margin-top: 20px;
    margin-bottom: 20px;
}

#logo {
    background: url("../images/AVEVA_Blue_50.png") no-repeat center center;
    margin-top: 10px;
    height: 35px;
}

.hide {
    display: none;
}

.themeColor {
    color: #0d68af !important;
}

.itemsInGroup {
    margin-bottom: 5px;
}

.editIcon {
    display: table-cell;
    cursor: pointer;
}

#outputLocationButton {
    min-width: 30px;
}

#outputLocation {
    width: 100%;
    height: 20px;
    line-height: 20px;
    display: table-cell;
    padding-left: 5px;
}

.pencilIcon {
    background: url("../images/pencil_blue.png") no-repeat center center;
    width: 16px;
    height: 16px;
}

    .pencilIcon:hover {
        background: url("../images/pencil_highlight.png") no-repeat center center;
    }

.activeButton {
    color: white !important;
    background: #0F76C7 !important;
}

.highlightColor:hover {
    background-color: #0d68af !important;
}

.cancelBtnHover:hover {
    background-color: #b3b3b3 !important;
}

.highlightColor2:hover {
    color: #0d68af !important;
}

h1 {
    margin: 0;
    padding: 10px;
    margin-bottom: 20px;
    padding-left: 25px;
    background-color: #0F76C7;
}

h3 {
    margin: 0;
    padding: 10px;
    margin-bottom: 0px;
    padding-left: 25px;
}

.ms-ChoiceFieldGroup {
    margin-bottom: 4px;
}

.ms-ChoiceField {
    min-height: 15px;
}

span.extraspaces {
    padding-left: 30px;
}

.ms-Spinner-circle {
    background-color: #0F76C7;
}

.ms-Label {
    font-size: 14px;
    padding: 0px 0;
}

.label-wrapper {
    padding-left: 90px;
    margin: -10px 0 18px 0;
}


img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


#content-header {
    /*background: green;*/
    color: #fff;
    /*position: absolute;*/
    top: 0;
    left: 0;
    /*width: 100%;*/
    height: 80px; /* Fixed header height */
    overflow: hidden; /* Disable scrollbars for header */
    /*padding:10px;*/
}

#content-main {
    background: #fff;
    position: fixed;
    top: 80px; /* Same value as #content-header's height */
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto; /* Enable scrollbars within main content section */
}

#notification-message {
    position: absolute;
    width: 100%;
    min-height: 80px;
    right: 0;
    z-index: 100;
    display: none; /* Hidden until invoked */
}

    #notification-message #notification-message-header {
        font-size: medium;
        margin-bottom: 10px;
    }

    #notification-message #notification-message-close {
        width: 24px;
        height: 24px;
        position: absolute;
        right: 5px;
        top: 5px;
        cursor: pointer;
    }

.content-header {
    background-color: #0A773C;
    color: white;
    height: 100px;
}

.app-title {
    background-color: #0A773C;
    color: white;
}

.action-icon {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    padding-right: 10px;
}

.upgradebrowser-browser-item {
    width: 50%;
    margin: 5px auto;
    text-align: center;
}

#wwOnlineImage {
    background: url("../images/../images/AVEVA_Blue_200.png") no-repeat center center;
    height: 90px;
    width: 100%;
}

.upgradebrowser-icon {
    width: 125px;
    height: 135px;
    display: inline-block;
    zoom: 30%;
    background: url("../images/browser-icons-sprite.png") no-repeat;
}

.upgradebrowser-icon-chrome {
    background-position: 0 0;
}

.upgradebrowser-icon-IE {
    background-position: -500px 0;
}

.upgradebrowser-icon-firefox {
    background-position: -125px 0;
}

.upgradebrowser-icon-safari {
    background-position: -375px 0;
}

.wwonline-simple-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 64px;
    background-color: #0F76C7;
}

.wwonline-simple-header-logo {
    display: inline-block;
    padding: 10px;
}

    .wwonline-simple-header-logo > img {
        height: 42px;
    }

.wwonline-simple-header-title {
    position: absolute;
    top: 22px;
    left:48px;
    display: inline-block;   
    vertical-align: middle;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .02em;
    font-weight: 500;
    box-sizing: border-box;
}

    .wwonline-simple-header-title > a, .wwonline-simple-header-title > a:visited {
        display: inline-block;
        font-size: 20px;
        color: #fff;
        text-decoration: none;
    }

.wwonline-simple-header-right {
    display: inline-block;
    height: 64px;
    float: right;
    vertical-align: middle;
}

.wwonline-simple-header-questions {
    font-size: 10px;
    color: #fff;
    padding: 10px;
}

.wwonline-notification-banner-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: rgba(0,0,0,.5);
}

    .wwonline-notification-banner-background > .wwonline-notification-banner {
        top: 40%;
    }

.wwonline-notification-banner {
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    min-height: 64px;
    width: 100%;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1000;
    background-color: #666;
    vertical-align: middle;
}

    .wwonline-notification-banner * .message {
        display: inline-block;
        font-size: 16px;
        white-space: normal;
        padding: 6px 12px 12px 12px;
    }

    .wwonline-notification-banner * .title {
        font-size: 26px;
        padding: 12px 12px 6px 12px;
    }

        .wwonline-notification-banner * .title.withMargin {
            margin-left: 15%;
        }

.disableUpdateData {
    pointer-events: none;
    background-color: #cccccc;
}

.enableUpdateData {
    pointer-events: all;
    background-color: #0F76C7;
}

.disableEle {
    pointer-events: none;
}

.enableEle {
    pointer-events: all;
}

.blackTextColor {
    color: black !important;
}

.backGroundColor {
    background-color: #0F76C7;
}

.textColor {
    color: white;
}

.disableGreyColor {
    background-color: #cccccc !important;
}
