/*
Copyright RLE International 2013
Project WebETM SVG
*/

/* 
    Created on : 29.10.2013, 12:25:59
    Author     : arudnik
*/

/* ========================================================================== */

html {
    -ms-touch-action: none;
    /* Shunt all pointer events to JavaScript code. */
}

html,
body {
    background-color: #040404;
    color: #040404;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    min-width: 600px;
}

/* ========================================================================== */

#header,
#footer,
#content {
    position: absolute;
    right: 0;
    left: 0;
}

#header {
    height: auto;
    min-width: 600px;
    top: 0;
    /* background: #222; */
    background: -moz-linear-gradient(top, #313131 0, #141414 100%);
    background: -webkit-gradient(linear, top, bottom, color-stop(0%, #313131), color-stop(100%, #141414));
    /* background: -webkit-linear-gradient(top, #313131 0, #141414 100%); */
    background: -o-linear-gradient(top, #313131 0, #141414 100%);
    background: -ms-linear-gradient(top, #313131 0, #141414 100%);
    background: linear-gradient(top, #313131 0, #141414 100%);
    -pie-background: linear-gradient(top, #313131 0, #141414 100%);
    text-align: center;
    /* -webkit-box-shadow: 0 0 5px #555; */
    -moz-box-shadow: 0 0 5px #555;
    /* box-shadow: 0 0 5px #555; */
    /* display: none; */
}

#footer {
    height: 40px;
    bottom: 0;
    color: white;
    /* display: none; */
    min-width: 600px;
}

#model {
    /* float: right; */
    height: 20px;
    margin: 10px 0;
    width: 207px;
    background: url(../images/titel.svg) 50% 50% no-repeat;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

#modelFinder {
    /* float: right; */
    height: 37px;
    /*  margin: 5px 0;*/
    width: 270px;
    background: url(../images/titel.svg) 50% 50% no-repeat;
    position: absolute;
    bottom: 10px;
    right: 0px;
}

#content {
    top: 100px;
    bottom: 40px;
    overflow: hidden;
    min-width: 600px;
}

.starFinder>div#content {
    top: 66px;
    bottom: 0px;
}

#content_scrollpane {
    height: 100%;
    overflow: auto
}

/* ========================================================================== */

.centerContent {
    max-width: 980px;
    min-width: 600px;
    margin: auto;
    height: 100%;
}

.centerContentLocator {
    /* max-width: 1600px; */
    min-width: 600px;
    margin: auto;
    height: 100%;
}

.separator1 {
    width: 100%;
    /*background-color: #838383;*/
    height: 1px;
    border-bottom: 1px solid #444444;
    clear: both;
}

a:link {
    color: #ffffff;
}

a:visited {
    color: #bbbbbb;
}

a:active {
    color: #cccccc;
}

a:hover {
    color: #59DDFF;
}

img {
    border-width: 0;
}

#diagramControls {
    visibility: hidden;
    position: absolute;
    top: 115px;
    left: 15px;
    background-color: #444444;
    opacity: 1;
    border: 2px solid #111111;
    width: 35px;
    padding: 3px;
}

.absoluteCenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.sButton {
    cursor: pointer;
    /*  background: #000;*/
    margin-bottom: 5px;
    height: 35px;
}

.sButton:hover {
    background: #777;
}

/* ========================================================================== */

#blanket {
    background-color: rgb(0, 0, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    opacity: 0;
    z-index: 0;
    display: none;
}

#noticebox {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 0;
    display: none;
}

#safetynotice {
    color: #000000;
    background-color: #ffffff;
    width: 500px;
    height: 208px;
    margin: auto;
    top: 50px;
    position: relative;
    border: 7px solid red;
    padding: 15px;
    padding-top: 50px;
    text-align: center;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    opacity: 0;
    z-index: 0;
}

#hv-notice {
    display: none;
    color: #000000;
    background-color: #ffffff;
    width: 90%;
    height: 90%;
    border: 7px solid red;
    padding: 15px;
    overflow-y: scroll;
}

#as54 {
    border: 1px solid black;
    border-collapse: collapse;
}

#as54 tr {
    border: 1px solid black;
}

#as54 td {
    border: 1px solid black;
    text-align: left;
    vertical-align: top;
    padding: 8px;
}

#as54 td.as54_cont {
    text-align: center;
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
}

#as54 td.as54_cont a {
    color: #000000;
    text-decoration: underline;
}

#as54_c1 {
    width: 185px;
}

#as54_c2 {
    width: 195px;
}

#as54_c3 {
    width: 220px;
}

#as54_c4 {
    width: 100px;
}

#fixedtipdiv {
    display: none;
    position: absolute;
    padding: 2px;
    border: 1px solid #777777;
    z-index: 100;
    left: 300px;
    top: 300px;
    width: 275px;
    background: #222;
    background: -moz-linear-gradient(top, #313131 0, #141414 100%);
    background: -webkit-gradient(linear, top, bottom, color-stop(0%, #313131), color-stop(100%, #141414));
    background: -webkit-linear-gradient(top, #313131 0, #141414 100%);
    background: -o-linear-gradient(top, #313131 0, #141414 100%);
    background: -ms-linear-gradient(top, #313131 0, #141414 100%);
    background: linear-gradient(top, #313131 0, #141414 100%);
    -pie-background: linear-gradient(top, #313131 0, #141414 100%);
    color: #FFFFFF;
}

#a0div {
    position: absolute;
    padding: 2px;
    border: 1px solid #777777;
    z-index: 100;
    left: 300px;
    top: 300px;
    width: 490px;
    background: #222;
    background: -moz-linear-gradient(top, #313131 0, #141414 100%);
    background: -webkit-gradient(linear, top, bottom, color-stop(0%, #313131), color-stop(100%, #141414));
    background: -webkit-linear-gradient(top, #313131 0, #141414 100%);
    background: -o-linear-gradient(top, #313131 0, #141414 100%);
    background: -ms-linear-gradient(top, #313131 0, #141414 100%);
    background: linear-gradient(top, #313131 0, #141414 100%);
    -pie-background: linear-gradient(top, #313131 0, #141414 100%);
    color: #FFFFFF;
    display: none;
}

#a0content {
    padding: 10px;
    font-size: 0.8em;
}

#a0pic {
    position: absolute;
    top: 43px;
    right: 10px;
}

.a0bold {
    font-weight: bold;
}

.a0italic {
    font-style: italic;
    padding: 10px;
}

/*#linkDiv {
    padding: 2px 0 0 15px;
    background: transparent url(../images/pfeil_r.png) no-repeat 0 50%;
    text-decoration: none;
    font-size: 1em;
    text-indent: 5px;
}
#tipHeader {
    display: inline-block;
    color: #000;
    background-color: #FFF;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 30px;
    line-height: 30px;
    width: 198px;
    text-align: center;
}*/

#a0div>#tipHeaderA0,
#a0div>#closeA0Div {
    width: 489px;
}

#tipHeader,
#tipHeaderA0 {
    height: auto;
    top: 0;
    background: #222;
    background: -moz-linear-gradient(top, #313131 0, #141414 100%);
    background: -webkit-gradient(linear, top, bottom, color-stop(0%, #313131), color-stop(100%, #141414));
    background: -webkit-linear-gradient(top, #313131 0, #141414 100%);
    background: -o-linear-gradient(top, #313131 0, #141414 100%);
    background: -ms-linear-gradient(top, #313131 0, #141414 100%);
    background: linear-gradient(top, #313131 0, #141414 100%);
    -pie-background: linear-gradient(top, #313131 0, #141414 100%);
    text-align: center;
    -webkit-box-shadow: 0 0 5px #555;
    -moz-box-shadow: 0 0 5px #555;
    box-shadow: 0 0 5px #555;
    display: inline-block;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 30px;
    line-height: 30px;
    width: 273px;
    text-align: center;
}

#tipCompName {
    padding: 3px;
    font-size: 0.8em;
    text-align: center;
}

#closeDiv,
#closeA0Div {
    -moz-box-shadow: inset 0px 1px 0px 0px #ececed;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ececed;
    box-shadow: inset 0px 1px 0px 0px #ececed;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7b7b7b), color-stop(1, #646464));
    background: -moz-linear-gradient( center top, #7b7b7b 5%, #646464 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b7b7b', endColorstr='#646464');
    background-color: #7b7b7b;
    text-indent: 0;
    border: 1px solid #6f6f6f;
    display: inline-block;
    color: #fff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 30px;
    line-height: 30px;
    width: 273px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #1e1e1e;
    margin-top: 10px;
}

#closeDiv:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee));
    background: -moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
    background-color: #468ccf;
}

#linkDiv {
    -moz-box-shadow: inset 0px 1px 0px 0px #bee2f9;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bee2f9;
    box-shadow: inset 0px 1px 0px 0px #bee2f9;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf));
    background: -moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
    background-color: #63b8ee;
    border: 1px solid #3866a3;
    color: #fff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #1e1e1e;
    display: inline-block;
    width: 273px;
    text-align: center;
}

#linkDiv:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee));
    background: -moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
    background-color: #468ccf;
}

#closeDiv:active {
    position: relative;
    top: 1px;
}

#activeWarning {
    display: none;
    color: #000000;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow-y: scroll;
}

.warning-bg {
    display: none;
}

html.no-js body div.warning-bg {
    display: block;
    color: #000000;
    background-color: #ffffff;
    width: 70%;
    height: 70%;
    border: 10px solid grey;
    padding: 15px;
    text-align: center;
    overflow-y: scroll;
    z-index: 422;
}

#js-warning {
    border: 5px solid grey;
    margin: 10px;
}

#ls-warning {
    display: none;
    border: 5px solid grey;
    margin: 10px
}

#browser-warning {
    display: none;
    border: 5px solid grey;
    margin: 10px;
}

.warning-header {
    font-weight: bold;
    font-size: 1.2em;
}

.warning-content {
    font-size: 0.8em;
}

.warning-helplink {
    font-size: 1.0em;
}

.warning-helplink a {
    color: blue;
}

.hidden {
    display: none !important;
}

@media screen and (max-width: 780px) {
    table {
        max-width: 700px;
    }
    .menubar_title span {
        display: none !important;
        visibility: hidden;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    #diagramControls {
        width: 50px;
        /*    height: 270px;*/
    }
    .sButton {
        height: 50px;
    }
}