﻿
/* DEFAULTS----------------------------------------------------------*/

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Regular.ttf');
}

.ui-kbr-blaugrau {
    /*color: #BEC8D2; */
    color: #D8E0E9;
}

.ui-kbr-rot {
    color: #DC1432;
}

.ui-kbr-bcolor-rot {
    background-color: #DC1432;
}

html {
    height: 100%;
}

body {
    font-size: 0.8rem;
    font-family: Lato, Arial, Helvetica, Courier;
    margin: 0px;
    padding: 0px;
    color: #333B42;
    border: 0;
}

html > body {
    /*font-size: small; */
}

a:link, a:visited {
    color: #00527A;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* HEADINGS ----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000000; /*font-variant: small-caps;*/
    text-transform: none;
    font-weight: 200;
    /*margin-bottom: 10px;*/
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

thead {
    font-weight: bold;
}

table tr td {
    vertical-align: top;
}


/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}

td.last {
    width: 1px;
    white-space: nowrap;
}

/* PRIMARY LAYOUT ELEMENTS   ----------------------------------------------------------*/
.page {
    /*width: 1200px;*/
    background-color: #FFFFFF;
    margin: auto auto auto auto;
    /*border: 1px solid #496077;*/
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    /*background: #4b6c9e;*/
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

    .header h4 {
        margin: 0px;
        padding: 0px 10px 0px 0px;
        color: #f9f9f9;
        border: none;
        font-size: 1em;
    }

.main {
    /*padding: 0px 12px;*/
    margin: 4px 4px 4px 4px;
    min-height: 400px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 4px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

select:focus {
    border: 2px rgb(130,150,170) solid;
    color: rgb(220,20,50);
    background-color: #FFFFC0;
}

input:focus {
    border: 2px rgb(130,150,170) solid;
    color: rgb(220,20,50);
    background-color: #FFFFC0 !important;
}

/* FORM ELEMENTS ----------------------------------------------------------*/
.property {
    /*font-family: Arial, Helvetica, sans-serif; */
}

fieldset {
    /*margin: 2px;*/
    padding: 2px 2px 2px 5px;
    border: 1px solid #ccc;
    border-left-width: 1px;
    text-align: left;
    /*font-family: "Courier New", Courier, monospace;*/
}

    fieldset p {
        margin: 2px 2px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        margin: 1em 0px;
        padding: 1em;
        border: 1px solid #ccc;
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-weight: bold;
    padding: 2px 4px 5px 2px;
    /*color: rgb(78, 102, 125);*/
    /*font-family: "Courier New", Courier, monospace;*/
    /*background-color: #000;*/
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }



.failureNotification {
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.propertiesHeader {
    font-size: 1.5em;
    color: #666666; /*font-variant: small-caps;*/
    font-weight: 200;
    margin-bottom: 0px;
    text-decoration: underline;
}

.success {
    color: Green;
    background-image: url("Default/16x16success.gif");
    background-repeat: no-repeat;
    padding-left: 20px;
}

.error {
    color: Red;
    background-image: url("Default/16x16error.gif");
    background-repeat: no-repeat;
    padding-left: 20px;
}

.warning {
    color: darkorange;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.statusbar {
    /*text-align: left;*/
    padding-left: 4px;
}


table.ebusMasterContent {
}

    table.ebusMasterContent tr td {
        vertical-align: top;
    }

.tabs {
    /*float:left;*/
    font-size: 93%;
    line-height: normal;
}

    .tabs ul.tabs-list {
        margin: 0;
        padding: 10px 10px 0;
        list-style: none;
    }

        .tabs ul.tabs-list li {
            float: left;
            background: url("left.gif") no-repeat left top;
            margin: 0;
            padding: 0 0 0 9px;
        }

        .tabs ul.tabs-list a {
            float: left;
            display: block;
            background: url("right.gif") no-repeat right top;
            padding: 5px 15px 4px 6px;
            text-decoration: none;
            font-weight: bold;
            color: #765;
        }
        /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
        .tabs ul.tabs-list a {
            float: none;
        }
        /* End IE5-Mac hack */

        .tabs ul.tabs-list .current {
            background-image: url("left_on.gif");
            border-width: 0;
        }

            .tabs ul.tabs-list .current a {
                background-image: url("right_on.gif");
                color: #333;
                padding-bottom: 5px;
            }

.js .tabs .current-info, .js .tabs .accessibletabsanchor, .js .tabs .tabhead /*position each individual tab's heading (default class .tabhead) off-screen*/ {
    position: absolute;
    left: -999em;
}

.js .tabs .content {
    clear: both;
    margin: 0em 1em 1em 1em;
    padding: 4px;
}

.js .tabs {
    /*width: 800px;*/
}

/*h1, h2, p
{
	margin: 1em;
}*/
.tabs {
    /*padding: 2em;*/
}

.about {
    clear: both;
    padding: 2em;
}

.breadCrump {
    color: Blue;
    cursor: pointer;
}

.deviceInfoHtml {
    margin-top: 2px;
    margin-right: 2px;
    font-weight: bold;
    border: solid gray 1px;
    vertical-align: middle;
    padding: 2px;
}

.deviceHtmlHeader {
    margin-top: 2px;
    margin-right: 2px;
    font-weight: bold;
    border: solid gray 1px;
    color: White;
    background-color: #dc1432;
    text-align: center;
    vertical-align: middle;
    padding: 2px;
}

.deviceHtmlContent {
    padding: 2px;
    border: solid black 1px;
    margin-right: 2px;
}

.deviceHtmlActionLink, .deviceHtmlActionLinkDisabled {
    padding: 3px;
    min-width: 120px;
    color: Blue;
    cursor: pointer;
    text-align: left;
    /*display: inline;*/
}

.deviceHtmlActionLinkDisabled {
    color: #696969;
    cursor: default;
    text-align: left;
}

.toggleButtonExpand {
}

.toggleButtonCollapse {
}

div.table {
    display: inline-table;
    border-collapse: collapse;
}

div.th {
    display: table-header-group;
    border: thin solid #dddddd;
    color: White;
    background: #888888;
}

div.tr {
    display: table-row;
    border: thin solid #dddddd;
}

div.td {
    display: table-cell;
    padding: 2px;
}

.tabellenÜberschrift {
    text-transform: none;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    color: #000000;
    border-top-color: #000000;
    border-top-style: solid;
    border-top-width: thin;
}

.login {
    font-weight: bold;
    background-color: #E9E9E9; /*#BEC8D2; /* KBR Blaugrau */
    border: solid 2px #BEC8D2;
    border-spacing: 4px;
    color: #000000;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

    .Login td {
        vertical-align: middle; /*text-align: center;*/
    }

.Login_TitleTextStyle {
    font-size: 14pt;
    font-weight: bold;
    color: White;
    background-color: #DC1432; /* KBR Rot */
    text-align: center;
    padding: 4px 2px 4px 2px;
}

.Login_InstructionTextStyle {
    font-size: 9pt;
    vertical-align: middle;
    text-align: center;
    padding: 4px 2px 4px 2px;
}

.Login_TextBoxStyle {
    font-size: 9pt;
    width: 190px;
    margin: 2px 0 2px 0;
}

.Login_LoginButtonStyle {
    background-color: #FFFFFF;
    border: solid 1px #AAAAAA;
    color: #000000;
    font-size: 11pt;
    height: 30px;
    width: 150px;
    text-align: center;
    vertical-align: middle;
    margin: 8px 125px 8px 125px;
}

.Login_LabelStyle {
    font-size: 11pt;
    font-weight: normal;
    text-align: left;
}

.Login_HyperLinkStyle {
    font-size: 9pt;
    text-align: center;
}

.Login_FailureTextStyle {
    color: #DC1432;
}

.Login_ValidatorTextStyle {
    color: #DC1432;
}

div.tree {
    border: 2px solid #ccc;
    border-style: inset;
    padding-left: 3px;
    padding-right: 3px;
}

div.treecontent {
    border: 2px solid #ccc;
    border-style: inset;
    padding-left: 3px;
    padding-right: 3px;
}

.selector {
    cursor: pointer;
    width: 120px;
}

.selected {
    text-decoration: underline;
    background-color: #dddddd;
}

.unselected {
    text-decoration: none;
    background-color: white;
}

#StepProgressBar > div {
    background: #000000;
    background-color: #dc1428;
    color: #000000;
}


td.KbrLogo {
    padding: 5px;
    background-color: white;
}

td.DeviceImg {
    padding: 4px;
}

.Head {
    background-color: rgb(220, 20, 50);
}
    /*Kopfzeile: Gerätename*/
    .Head > td.DeviceName {
        padding: 2px; /*2px 2px 2px 6px;*/
        color: #FFFFFF;
        font-size: x-large;
        font-weight: bold;
        background-color: rgb(220, 20, 50); /* <= KBR-Rot */
        vertical-align: middle;
    }

        .Head > td.DeviceName > div {
            float: inherit;
            padding: 0px;
            margin: 0px;
            font-size: small;
            font-weight: bold;
        }

/*Toolbar-Buttons*/
.ToolBarBtn {
    display: inline-block;
    position: relative;
    top: 4px;
    left: 0px;
    cursor: pointer;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px;
}

    .ToolBarBtn.Disabled {
        cursor: default;
    }

td.Toolbar {
    padding-bottom: 4px;
    padding-left: 2px;
    padding-right: 2px;
    border-left: 1px solid black;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

div.menu ul li a:hover {
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

.loginDisplay a:hover {
    color: white;
}

.tabs ul.tabs-list a:hover {
    color: #333;
}

.breadCrump:hover {
    text-decoration: underline;
}

.deviceHtmlActionLink:hover {
    text-decoration: underline;
}

/* Geräte-Meldungen */


table.devicemessage {
    vertical-align: top;
}

tr.devicemessage:hover {
    border: thin solid #444444;
    background-color: #ddddff;
}

tr.devicemessage > td.message > div.hints {
    border: thin solid #c0c0c0;
    background-color: #f0f0f0;
}

table.devicemessage > tr.img_error > td.message {
    background-color: #ffc0c0;
}

table.devicemessage > tr.img_warning > td.message {
    background-color: #ffffc0;
}

table.devicemessage .img_none {
}


/* Geräte-Liste*/
table.head {
    font: normal normal bold 100% serif;
    empty-cells: show;
    table-layout: fixed;
    /*font-family: Arial, Helvetica, sans-serif;*/
    border-bottom-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: thin;
}

tr.devicelist:hover {
    background: #F0F0F0;
    border: 1px #DC1432 solid;
}

tr.devicelist {
    background-color: white;
}

tr.groupheader {
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}

table.devicelist tr td span {
    padding: 1px;
    vertical-align: top;
    font-size: small;
    text-align: left;
    empty-cells: show;
    table-layout: fixed;
}

div.devicelist {
    display: inline-table;
    cursor: pointer;
}

div.nosubdevices {
    display: block;
}

div.devicelist div.tr:hover {
    border: thin solid #ff0000;
}

.devicelist > td.deviceimage {
    width: 32px;
}

.devicelist > td.devicestatusimage {
    width: 32px;
}

.devicelist > td.devicetext {
    width: 300px;
}

.devicelist > td.deviceclassname {
    width: 300px;
}

.devicelist > td.deviceversion {
    width: 100px;
    /*font-family: "Courier New", Courier, monospace;*/
    color: #808080;
}

.devicelist > td.deviceserial {
    width: 100px;
    /*font-family: "Courier New", Courier, monospace;*/
    color: #808080;
}

.devicelist > .haschilds td.deviceimage {
    border: 1px solid #DC1432;
}

.devicelist > td.devicestatusimage > span {
    /*float:right;
    padding-right:59px;*/
}

div .devicelistbtn {
    float: left;
    display: inline;
}

.divDeviceProperties {
    vertical-align: top;
    position: relative;
}

    .divDeviceProperties > div {
        vertical-align: top;
        position: relative;
    }

table.zebra tr td {
    border-left: 1px solid #D9D9D9;
    padding: 3px 8px;
}

table.zebra tbody tr.even td {
}

table.zebra tbody tr.odd td {
    background-color: #cccccc;
}


.combobox .vdmdp {
    width: 25em;
}

.obiscode {
    width: 13em;
}

.devicename {
    width: 25em;
}

.guid {
    width: 25em;
}

.meteringpointid {
    width: 25em;
}

.devicedescription {
    width: 25em;
}

input[readonly] {
    background: whitesmoke;
    border: 1px solid lightgray;
    color: #777777;
}

input[disabled] {
    border: 1px solid lightgray;
    background-color: white;
    color: #777777;
}

.tree {
    overflow: hidden;
}

.treenode {
    overflow: hidden;
}

.treesplitter {
    border: 2px;
    overflow: hidden;
}

.treesplitterpane {
    border: 2px solid #ccc;
    border-style: inset;
    padding-left: 3px;
    padding-right: 3px;
    overflow: scroll;
}

.treecontentbag {
    border: 2px solid #ccc;
    border-style: inset;
    padding-left: 3px;
    padding-right: 3px;
}

.vsplitbar {
    width: 5px;
    background: #aaa;
}



#waitPanel {
    z-index: 10000;
    vertical-align: middle;
    text-align: center;
    display: table;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 3px solid #8296AA;
    background-color: #BEC8D2;
    padding: 5px;
}

#waitPanelPct {
    background-color: white;
    height: 1em;
    border-width: thin;
    border-color: Black;
    border-radius: 0px;
}

    #waitPanelPct > div {
        margin-top: 0.01px;
        margin-left: 0.01px;
        background-color: #DC1432;
        height: 100%;
        border-radius: 0px;
    }

    #waitPanelPct span.ui-progressbar-caption {
        position: static;
        margin-top: -1.7em;
        text-align: center;
        display: block;
        line-height: 2em;
        padding-left: 10px;
        padding-right: 10px;
        font-size: x-small;
    }

        #waitPanelPct span.ui-progressbar-caption[aria-valuenow="0"] {
            margin-top: 0px;
        }

​ #propertiesContainer {
    width: 99%;
    height: auto;
}


span.accordion-tab-error {
    color: Red;
    padding-left: 5px;
}

table.userlist {
    text-align: left;
}

div.title {
    clear: both;
}

.validation_msg {
    clear: both;
    display: none;
    color: red;
    border: solid thin;
    background-color: #FFFFC0;
    padding: 2px;
    margin: 2px;
}

.invalid {
    background-color: #FFFFC0;
}

.property-units {
    /*float:left;*/
    padding-top: 3px;
    padding-left: 3px;
}

td.property-label {
    width: 200px;
}

.property-control {
    /*float:left;*/
    /*width:100%;*/
}

.timezone-name {
    width: 25em;
}

.obiscode_error {
    background-color: red;
    color: white;
}



ul.ui-hor-submenu {
    z-index: 99999;
}

li.ui-hor-submenu {
    float: initial !important;
    display: block !important;
}


.ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
}

.ui-tooltip {
    padding: 10px 20px;
    background-color: #8296AA !important;
    border-radius: 20px;
    border-color: #8296AA;
    /*font: bold 14px "Helvetica Neue", Sans-Serif;*/
    /*text-transform: uppercase;*/
    /*box-shadow: 0 0 7px black;*/
}

[aria-describedby] {
    /*background-color:#8296AA;	  */
}

.property, .property-group {
    cursor: pointer;
}

/*Schaltflächen auf oberste Ebene*/
.main-btn {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

#propertiesContainer .ui-tabs-nav li.invalid {
    background-color: #FFFFC0 !important;
}

    #propertiesContainer .ui-tabs-nav li.invalid a {
        color: red !important;
    }

#propertiesContainer .accordion-tab.invalid {
    background-color: #FFFFC0 !important;
    color: red !important;
}


.form-control{
    width:100%;
}
.form-control-100 {
    display: flex;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
}
.form-control-100 > .form-control{
    flex:1;
    margin-left:5px;
    width:auto;
}