
body {
    font-family: Arial;
    font-size: 13px;
    max-width: 780px;
}

h1, a {
    font-size: 15px;
    font-weight: bold;
    color: #0054ae;
    text-decoration: none !important;
}

select,
input[type="text"] {
    width: 90%;
    margin-top: 5px;
}

input[type="text"] {
    margin-bottom: 10px;
}

input[type="number"] {
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 18px;
}
label {
    _font-size: 10px;
}
.hidePrint {
    display:block;
}
.showPrint {
    display: none;
}
.main {
    width: 100%;
    max-width: 788px;
    margin-left: auto;
    margin-right: auto;
}

.mainLeft {
    width: 40%;
    display: inline;
    float: left;
}

.mainRight {
    width: 52%;
    margin-left: 5%;
    display: inline;
    float: left;
    margin-right:3%;
    /*padding:20px;*/
}

.divShadow {
    margin-bottom: 36px;
    border: 1px solid #eaeaea;
    border-left: 1px solid #f6f6f6;
    -webkit-box-shadow: 1px 1px 3px #aaa;
    -moz-box-shadow: 1px 1px 3px #aaa;
    box-shadow: 1px 1px 3px #aaa;
    padding-left: 10px;
}

.row {
    width: 100%;
    margin-bottom: 20px;

}

.halfRow {
    width: 50%;
    display: inline;
    float: left;
}

.row80 {
    width: 80%;
    display: inline;
    float: left;
}

.row40 {
    width: 45%;
    display: inline;
    float: left;
}
.row90 {
    width: 90%;
    display: inline;
    float: left;
    margin-bottom: 20px;
}
.row20 {
    width: 10%;
    display: inline;
    float: left;
    margin-top: 3px;
}

.row20::after {
    clear: both;
}

.plus {
    background: #ff7e00 url(../img/icons.png) no-repeat -85px -3297px;
    width: 16px;
    height: 16px;
    margin-top: 14px;
    cursor: pointer;
    margin-left: 124%;
}

.printminus {
    background: #f07d0f url('../img/icons.png') -85px -3397px no-repeat !important;
}

.infoI {
    /*font-family:"Times New Roman";*/
    /*color:#ff7e00;*/
    /*font-size:19px;*/
    /*font-weight: bold;*/
    /*positionL:relative;*/
    /*cursor: pointer;*/
    /*margin-left:10px;*/

    background: url('../img/icons.png') 0 -3750px no-repeat;
    /*position: absolute;*/
    bottom: 1px;
    right: -23px;
    width: 16px;
    height: 14px;
    /*padding: 2px;*/
    padding-right: 4px;
    cursor: pointer;
    z-index: 1000;
    vertical-align: sub;
    margin-left: 3%;
}

.tooltip {
    position: relative;
    width: 1px;
    height: 1px;
    display: inline;
    cursor: pointer;
}

.tipp {
    position: absolute;
    display: none;
    padding: 10px;
    /*border:1px #000 solid;*/
    background: #ffffff;
    top: 0;
    left: 10px;
    cursor: pointer;
    z-index: 999999;

    min-width: 125px;
    -webkit-box-shadow: 1px 1px 3px #aaa;
    -moz-box-shadow: 1px 1px 3px #aaa;
    box-shadow: 1px 1px 3px #aaa;
}

.inputNumber {
    width: 60%
}

#outerImage {
    position: relative;
}

#locatorLeft {

}

.locator {
    /*height: 100%;*/
    width: 6px;
    /*background-color: #ff0000 !important;*/
    /*border: 4px solid rgba(0, 0, 255, 0.0);*/
    position: absolute;
    top: 3%;
    left: 11.67%;
    height: 79%;
    z-index: 100;
}
.openingRed {
    height:80%;
    background-color: #ff0000 !important;
    opacity: 0.0;

    position: absolute;
    z-index: 10;
    top: 3%;
}
.arrow {
    background: #ffffff url(../img/icons.png) no-repeat 7px 4px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #0054ae;
}

.clearfix {
    clear: both;
}

.printLogo {
    display: none;
}
.flowValue {
    width: 21%;
    left: -4%;
    font-size: 1.4vw;
    max-font-size: 13px;
    position: absolute;
    text-align: right;
 }
.pValue {
    width: 14%;
    top: 84%;
    font-size: 1.4vw;
    max-font-size: 13px;
    position:absolute;
    text-align: right;
}
.oAngle {
    /*width: 24%;*/
    top: 93%;
    left:44%;
    font-size: 1.4vw;
    max-font-size: 13px;
    position:absolute;
    text-align: center;
}
.dFlow {
    width: 27%;
    top: 36%;
    left: -16%;
    position: absolute;
    font-size: 1.4vw;
    text-align: center;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
/*@media (max-width: 788px) {*/
@media screen and (max-width:544px) {
    .hideMobile {
        display: none;
    }
    .mainLeft {
        width: 100%;

    }

    .mainRight {
        width: 94%;
        margin-left: 3vw;
    }
    .tipp {
        left: -200px;
        max-width: 99%;
    }
    .flowValue, .pValue, .oAngle, .dFlow {
        font-size: 2.6vw;
    }
}

@media print {
    * {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
    .row {
        width:100%;
    }
    mainp{
        margin:0;
        padding:0;
        width:100%;
    }
    .flowValue, .pValue, .oAngle, .dFlow {
        font-size: 2.4vw;
    }

    h2 {
        margin-top:-2px;
        font-size:30px;
        color: #000;
    }
    .mainLeft {
        width: 50%;
        display:inline;
        float:left;
    }
    .mainRight {
        width:50%;
        diplay:inline;
        margin-right:0;
        /*float:right;*/
    }
    .printLogo {
        display: block;
        margin-left:455px;
        margin-bottom:20px;
    }
    .hidePrint {
        display:none;
    }
    .showPrint {
        display: block;
    }
    .divShadow {
        border:0 !important;
        -webkit-box-shadow: 0;
        -moz-box-shadow: 0;
        box-shadow: 0;
    }
    .pValue, .oAngle, .flowValue, .dFlow {
        font-size:12px;
    }
#pDiagramm {
    padding-left:2%;
}
}