
body {
    font-family: Arial;
    font-size: 13px;
    max-width: 780px;
}

h1, a {
    font-size: 16px;
    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;
}
#resultsError {
    display: none;
    color: #ff0000;
    /*background-color: #ff0000;*/
    /*font-weight: bold;*/
    /*width: 80%;*/
    /*text-align: center;*/
    /*display: block;*/
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
}
.linkIcon {
    cursor: pointer;
}
.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;
}
.mainCenter {
    margin-left: 2%;
    display: inline;
    float: left;
}
.mainRight {
    width: 52%;
    margin-left: 2%;
    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;
    padding-right: 10px;
    padding-top:10px;
}
.divShadowP {
    margin-bottom: 36px;
    /*margin-left: 10px;*/
    border: 1px solid #000;
    /*border-left: 1px solid #f6f6f6;*/

    padding-left: 10px;
    padding-top:10px;
}
.pInline {
    display: none !important;
    width:100px;
    float: left;
}
.orangeBox {
    padding: 6px 12px 6px 12px;
    color: #ffffff;
    background-color: #F07C0B;
    margin-left:20px;
    margin-right:20px;
}
.resultText {
    color:#F07C0B;
}
.resultTextBold {
    font-weight: bold;
}
.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%;*/


    /* font-family: "Times New Roman"; */
    /* color: #ff7e00; */
    /* font-size: 19px; */
    /* font-weight: bold; */
    /* 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%; */
    float: right;
    margin-top: 8px;
}

.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;
    float:left;
    width: 100px;
}
.results {
    font-size:13px;
    line-height:24px;
}
.clearfix {
    clear: both;
}
.row2 {
    width:100%;
    float: left;
}
.myblock{
    display: inline;
    float: left;
    width:30%;
    margin-right: 3%;
}

.mycolumn {
    float: left;
    width: 29%;
    margin-right: 5%;
    display: inline-block;
}
.radiogroup {
    width:91.7%;
    float:left;
    display: inline-block;
}
label {
    width:88%;
    display: inline-block;
}
#resultDiv {
    display:none;
}
#radiogruopSDR {
    display:none;
    /*margin-top: 6px;*/
}
.pLink {
    color: #F07C0B;
    font-size: 13px;
}
.radioLabelSmall {
    font-size: 9px;
    float: right;
    display: inline-block;
    width:61%;
    line-height: 10px;
}
.radioLabelImg {
    float: left;
    margin-top: -6px;
}
.myhr {
    width:100%;
    color: #aaa;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
.myhrbig{
    width:117%;
}
#sdgroupplaceholder {
    height: 34px;
    margin:0;
    padding:0;
    padding-top:0px;
    display:none;
}
.fakeheight {
    display: none;
    height:40px;
}
#psdgroupplaceholder {
    height: 60px;
    margin:0;
    padding:0;
}
input[type=radio] {
    float:left;
    display: inline-block;
}
.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%;
    }
    .infoI {
        margin-right: 4%;
    }
.smallMobileMargin{
    margin-bottom: 5px;
}
.moreMobileMargin {
    margin-bottom:20px;
}
    .mainRight {
        width: 94%;
        margin-left: 3vw;
    }
    .tipp {
        left: -200px;
        max-width: 99%;
    }
    .flowValue, .pValue, .oAngle, .dFlow {
        font-size: 2.6vw;
    }
    .mycolumn {
        /*float:left;*/
        width:91%;
        margin-right:3%;
        display: inline-block;
    }
    .myblock{
        display: block;
        /*float: left;*/
        width:100%;
        /*margin-right: 2%;*/
    }
}

@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;
    }
    .pInline {
        display: inline !important;
        width:100px !important;
        float: left !important;
    }
    .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%;
}
}