﻿

body {
    /*    background-color: #EAEAEA;
    -webkit-text-size-adjust: none;
    z-index: 0;
    position: absolute;
    width: 100%;
    height: auto;*/
    padding: 0;
    margin: 0;
}





html {
    scroll-behavior: smooth;
}

:root {
    --d_green: #236a28;
    --d_blue: #005881;
    --d_grey: #888888;
    --d_yellow: #c49300;
    --purple: #7a427c;
    /*   HIER KÖNNTE EINE LEERZEILE STEHEN!*/
    --l_red: #FF0000;
    --l_blue: #95b5c2;
    --l_lightblue: #B5CBD4;
    --l_lightred: #FFB3B3;
    --l_green: #008080;
    --l_yellow: #E1A100;
    --l_froggreen: #5edd5f;
    --l_brown: #3f2017;
    --l_lightgreen: #6ca349;
    --l_gold: #FFB90F;
}

.textbox1 {
    position: fixed;
    z-index: 0;
    top: 0px;
    left: 0px;
    visibility: hidden;
}

.f_blue {
    color: var(--d_blue);
}

.f_purple {
    color: var(--purple);
}

.f_green {
    color: var(--d_green);
}

.f_yellow {
    color: var(--d_yellow);
}

.f_grey {
    color: var(--d_grey);
}







.l_red {
    border-left-color: var(--l_red);
}

.l_blue {
    border-left-color: var(--l_blue);
}

.l_lightblue {
    border-left-color: var(--l_lightblue);
}

.l_lightred {
    border-left-color: var(--l_lightred);
}

.l_green {
    border-left-color: var(--l_green);
}

.l_yellow {
    border-left-color: var(--l_yellow);
}

.l_froggreen {
    border-left-color: var(--l_froggreen);
}

.l_brown {
    border-left-color: var(--l_brown);
}

.l_lightgreen {
    border-left-color: var(--l_lightgreen);
}

.l_gold {
    border-left-color: var(--l_gold);
}


body {
    background-color: #EAEAEA;
    -webkit-text-size-adjust: none;
    z-index: 0;
}



/*.draw {
    animation: draw 1.5s ease forwards;
    transform-origin: center bottom;
    transform: scaleY(0);
}

.svgTXT {
    font-family: GT;
    fill: #FFFFFF;
    font-size: 10px;
}


@keyframes draw {
    to {
        transform: scaleY(1);
    }
}
*/



@keyframes in {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}



.svg {
    float: left;
    position: relative;
    width: 100%;
}


.svg_header {
    float: left;
    position: relative;
    min-width: 85%;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
}






.header_devices {
    float: left;
    position: relative;
    min-width: 55%;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
}

.loginMain {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    position: relative;
    display: block;
    /* height: 1000px; */
    z-index: 100;
}

.textcaption {
    width: 80%;
    margin-left: 10%;
    position: relative;
    height: 16px;
    float: left;
    font-size: 10px;
    text-indent: 10px;
    font-family: Arial;
    padding: 0;
}

.loginHeaderPicture {
    position: fixed;
    height: 60%;
    top: 20%;
    background-image: url('../SVG/loginPicture.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    opacity: 0.4;
}


.loginHeaderText {
    position: relative;
    float: left;
    height: 60px;
    width: 100%;
    margin-top: 20px;
    line-height: 20px;
}



.login {
    width: 80%;
    margin-top: 30px;
    position: relative;
    height: 30px;
    float: left;
    margin-left: 0%;
    border-style: solid;
    border-color: #95b5c2;
    border-width: 1px;
    text-indent: 10px;
    background-color: #262626;
    padding: 0;
}

.enter {
    width: 80%;
    margin-top: 30px;
    position: relative;
    height: 30px;
    float: left;
    margin-left: 0%;
    text-indent: 10px;
    background-color: #3c3c3c;
    border-style: solid;
    border-color: #3c3c3c;
    border-width: 1px;
    line-height: 30px;
    cursor: pointer;
}

.newPassword {
    width: 80%;
    margin-top: 10px;
    position: relative;
    height: 20px;
    float: left;
    margin-left: 0%;
    line-height: 20px;
    cursor: pointer;
}

.register {
    width: 80%;
    margin-top: 0px;
    position: relative;
    height: 20px;
    float: left;
    margin-left: 0%;
    line-height: 20px;
    cursor: pointer;
}

register:hover {
    text-decoration: underline;
}

newPassword:hover {
    text-decoration: underline;
}

.mainthover:hover {
    text-decoration: underline;
}



.wait {
    height: 100%;
    width: 100%;
    position: fixed;
    /* background-color: rgba(0, 0, 0, 0.3);*/
    background-size: 1px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../svg/load.svg');
    z-index: -100;
    right: 0px;
    left: 0px;
    margin: auto;
    top: 0px;
}



.button {
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
}

.grey {
    background-color: #3c3c3c;
}

.mediumgrey {
    background-color: #FFFFFF;
}

.darkblue {
    background-color: #001E36;
}

.darkgrey {
    background-color: #262626;
}

.lightgrey {
    background-color: #434343;
}

.headerpre {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
}



.header {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 10000;
}

.headerreal {
    position: fixed;
    height: 60px;
    width: 100%;
    top: 0px;
    left: 0px;
    background-image: url('../PNG/logo_white.png');
    background-size: 130px;
    background-position: 10px;
    background-repeat: no-repeat;
    z-index: 1;
}


.headerrealtop {
    position: fixed;
    height: 200px;
    width: 100%;
    top: -200px;
    left: 0px;
    z-index: 10001;
}

.headerCon {
    position: fixed;
    height: 60px;
    min-width: 100px;
    top: 0px;
    right: 0px;
    z-index: 10000;
}



/*.headerIcon {
    position: relative;
    float: right;
    height: 60px;
    width: 40px;
    color: #FFF;
    line-height: 60px;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    z-index: 10001;
    cursor: pointer;
}



.headerIconBig {
    position: relative;
    float: right;
    height: 40px;
    width: 120px;
    color: #FFF;
    line-height: 40px;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    z-index: 10001;
    cursor: pointer;
    background-color: violet;
    margin-top: 10px;
}
*/
.headerBodyHeader {
    position: relative;
    float: left;
    height: 60px;
    min-width: 85%;
    padding: 20px;
    color: #FFF;
    line-height: 60px;
    text-align: left;
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    z-index: 10001;
    cursor: pointer;
}

.hbheader {
    position: relative;
    float: left;
    height: 60px;
    min-width: 55%;
    color: #FFF;
    line-height: 60px;
    text-align: left;
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    z-index: 10001;
    cursor: pointer;
}

.hbText {
    position: relative;
    float: left;
    padding: 20px;
    padding-bottom: 0px;
    color: #FFF;
    line-height: 30px;
    text-align: left;
    font-family: Arial;
    min-width: 55%;
    font-size: 14px;
}



.commText {
    position: relative;
    float: left;
    padding: 20px;
    color: #FFF;
    line-height: 20px;
    text-align: left;
    font-family: Arial;
    width: 65%;
    font-size: 14px;
}

.hbarea {
    max-width: 500px;
    position: relative;
    float: left;
    margin: 20px;
    border-style: solid;
    border-width: 3px;
    border-color: #FFF;
    padding: 20px;
}

.hbtext {
    width: 100%;
    height: 40px;
    position: relative;
    float: left;
    margin-top: 10px;
    border-width: 0px;
    text-indent: 10px;
    padding: 0;
}



.hbbutton {
    width: 60%;
    height: 40px;
    position: relative;
    float: left;
    margin-top: 30px;
    border-width: 0px;
    text-indent: 10px;
    padding: 0;
    background-color: #EAEAEA;
    font-family: Arial;
    font-size: 20px;
    line-height: 40px;
    text-align: Center;
    cursor: pointer;
}

.scrollcorrection {
    width: 1px;
    height: 1px;
    position: fixed;
    z-index: 0;
    visibility: hidden;
}


.headerLeft {
    width: 100%;
    max-height: 60px;
    position: relative;
    float: left;
    text-indent: 10px;
    line-height: 60px;
    cursor: pointer;
    background-color: #CCDEE6;
}


.headerLeft2 {
    width: 100%;
    max-height: 60px;
    position: relative;
    float: left;
    text-indent: 10px;
    line-height: 60px;
    cursor: pointer;
    background-color: #CCDEE6;
    margin-top: 10px;
}


.headerBody {
    position: absolute;
    top: 65px;
    left: 0px;
    right: 0px;
    min-height: 100vh;
}


.pparent {
    position: relative;
    float: left;
}

.headerAbs {
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: Arial;
    font-size: 9px;
}

.headerAbs2 {
    position: absolute;
    top: 24px;
    left: 10px;
    font-family: Arial;
    font-size: 16px;
}

.headerAbs2_alt {
    position: absolute;
    top: 24px;
    left: 10px;
    font-family: Arial;
    font-size: 9px;
}


.svg_back {
    position: relative;
    float: left;
    width: 20px;
    height: 30px;
    font-family: Arial;
    font-size: 10px;
    line-height: 30px;
    text-align: center;
}

.svg_date {
    position: relative;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    font-family: Arial;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}

/*.sep {
    position: relative;
    float: left;
    height: 20px;
    width: 1px;
    background-color: #005881;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 20px;
}*/


.svg_control {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 60px;
    pointer-events: auto;
}


.c_items {
    margin-left: 10px;
    position: relative;
    float: left;
    width: 50px;
    background-color: #95b5c2;
}


.n_devices {
    width: 51%;
    margin-left: 10px;
    position: relative;
    float: left;
    font-family: Arial;
    font-size: 20px;
    margin-left: 60px;
}


.n_devices_small {
    width: 51%;
    margin-left: 10px;
    position: relative;
    float: left;
    font-family: Arial;
    font-size: 16px;
    margin-left: 60px;
    line-height: 20px;
}


.n_devices_big {
    width: 51%;
    margin-left: 10px;
    position: relative;
    float: left;
    font-family: Arial;
    font-size: 32px;
    margin-left: 60px;
}

.monitor_link {
    background-color: #CCDEE6;
    color: #005881;
}

.layout_link {
    background-color: #ead9e9;
    color: #7a427c;
}


.c_item2x {

    position: relative;
    float: left;
    width: 100%;
    height: 20px;

}

/* * {
    scroll-margin-top: 110px;
} */


._empty {
    min-width: 60px;
}


.inputConH {
    width: 100%;
    position: relative;
    float: left;
    min-height: 10px;
}

.margintop {
    margin-top: 30px;
}

@media only screen and (min-width: 0px) and (max-width: 1000px) {
    .pre_eta {
        position: relative;
        float: left;
        width: 110px;
    }

    .inputCon {
        width: 100%;
        position: relative;
        float: left;
        margin-top: 20px;
        max-width: 440px;
    }


    .headerIcon {
        position: relative;
        float: right;
        height: 60px;
        width: 36px;
        color: #FFF;
        line-height: 60px;
        text-align: center;
        font-family: Arial;
        font-weight: bold;
        font-size: 16px;
        z-index: 10001;
        cursor: pointer;
    }



    .headerIconBig {
        position: relative;
        float: right;
        height: 40px;
        width: 92px;
        line-height: 40px;
        text-align: center;
        font-family: Arial;
        font-weight: bold;
        font-size: 16px;
        z-index: 10001;
        cursor: pointer;
        /* background-color: #ead9e9; 
        color: #7a427c;*/
        margin-top: 10px;
    }



    body {
        background-color: #EAEAEA;
        -webkit-text-size-adjust: none;
        z-index: 0;
        position: absolute;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }

    .svg_font {
        font-size: 30px;
    }

    .c_item2b {
        /*  width: 70%;*/
        height: 60px;
        position: relative;
        float: left;
        /* margin-top: 10px;*/
        line-height: 20px;
    }



    .off {
        height: 110px;
    }

    .headerText {
        width: 100px;
        position: absolute;
        height: 30px;
        float: left;
        top: 15px;
        right: 20px;
        border-style: none;
        border-width: 0px;
        text-indent: 10px;
        padding: 0;
        line-height: 30px;
    }

    .headerCdiv {
        min-width: 100px;
        position: absolute;
        height: 30px;
        float: left;
        top: 15px;
        right: 130px;
    }


    .loginHeader {
        position: relative;
        float: left;
        height: 60px;
        width: 100%;
        margin-top: 20px;
        background-image: url('../SVG/logo_white.svg');
        background-size: 130px;
        background-repeat: no-repeat;
    }

    .left {
        /*        position: relative;
        float: left;
        max-height: 50px;
        width: 100%;
        margin-top: 80px;*/


        position: absolute;
        width: 0px;
        height: 0px;
    }

    .right {
        position: relative;
        float: left;
        height: 350px;
        width: 100%;
        margin-top: 10px;
    }

    .rightBottom {
        position: relative;
        float: left;
        min-height: 200px;
        width: 100%;
        margin-top: 10px;
    }

    .middle {
        position: relative;
        float: left;
        min-height: 300px;
        width: 100%;
        margin-top: 70px;
    }

    .middleCalc {
        position: relative;
        float: left;
        min-height: 300px;
        width: 100%;
        margin-top: 70px;
    }

    .messageBox {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-color: #262626;
        opacity: 0.9;
        z-index: 1000;
    }


    .c_item2 {
        width: 100%;
        /* height: 40px; */
        position: relative;
        float: left;
        /* margin-left: 60px;*/
        /*    line-height: 40px;*/
        overflow: hidden;
        white-space: nowrap;
        margin-top: 15px;
        cursor: default;
        pointer-events: auto;
       
    }

    .c_item2f {
        width: 100%;
        height: 30px;
        position: relative;
        float: left;
        margin-top: 10px;
        overflow: hidden;
        white-space: nowrap;
    }

    /* .c_item2falt {
        width: 100%;
        height: 30px;
        position: absolute;
        float: left;
        margin-top: 10px;
        overflow: hidden;
        white-space: nowrap;
    }*/


    .c_item2wide {
        width: 100%;
        height: 55px;
        position: relative;
        float: left;
        line-height: 40px;
        overflow: hidden;
        white-space: nowrap;
        pointer-events: auto;
    }

    .itemRel {
        height: 60px;
        position: relative;
        float: left;
        padding-right: 10px;
        line-height: 40px;
    }



    .emcycontainer {
        margin-right: 10px;
        margin-bottom: 40px;
        position: relative;
        float: left;
        background-color: #D9E6EC;
        padding-left: 10px;
        padding-top: 10px;
        width: 100%;
        min-height: 10px;
        pointer-events: auto;
    }



    .margintop {
        margin-top: 30px;
    }

    .switchcontainer {
        margin-right: 10px;
        /* margin-top: 40px; */
        position: relative;
        float: left;
        background-color: #EAEAEA;
        padding-left: 10px;
        padding-top: 40px;
        min-width: 100px;
        min-height: 10px;
        border-left-width: 5px;
        border-left-style: solid;

        margin-bottom: 40px;
        pointer-events: auto;
    }

    .etacontainer {
        margin-right: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 100px;
        position: relative;
        float: left;
        background-color: #FFFFFF;
        border-left-width: 5px;
        border-left-style: solid;
    }

    .etasplit {
        /*        width: 100%;
        position: relative;
        float: left;
        height: 40px;*/

        height: 40px;
        width: 100%;
        position: relative;
        float: left;
        margin-right: 50px;
        line-height: 60px;
        padding-left: 5px;
    }

    .c_itema {
        margin-left: 50px;
        margin-right: 20px;
        position: relative;
        float: left;
        width: calc(100% - 70px);
        cursor: default;
        min-height: 10px;

    }

    /*    .c_items {
        margin-left: 10px;

        position: relative;
        float: left;
        width: 50px;
        background-color: #95b5c2;
    }*/


    .itemHeader {
        height: 60px;
        position: relative;
        float: left;
        padding-left: 10px;
        min-width: 42px;
        text-align: center;
    }

    .sep {
        position: relative;
        float: left;
        height: 20px;
        width: 1px;
        background-color: #005881;
        margin-top: 5px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .funcButton {
        position: fixed;
        text-align: center;
        background-color: var(--purple);
        margin-left: 10px;
        padding: 9px;
        width: 60px;
        height: 40px;
        right: 0px;
        z-index: 1000;
    }




    .h_whole {
        width: 100%;
        position: relative;
        float: left;
        height: 120px;

    }  

    .h_caption {
        width: 100%;
        height: 60px;
        position: relative;
        float: left;
        pointer-events: auto;
        padding-top: 10px;
        overflow: hidden;
    }

    .h_icons {
        width: 100%;
        height: 60px;
        position: relative;
        float: left;
        pointer-events: auto;
    }
}




@media only screen and (min-width: 1000px) and (max-width: 8000px) {


    .h_whole {
        width: 100%;
        position: relative;
        float: left;
        height: 60px;
        display: flex;
    }  

    .h_caption {
        flex: 1;
        height: 60px;
        position: relative;
        float: left;
        pointer-events: auto;
        padding-top: 10px;
        overflow: hidden;
    }

    .h_icons {
        height: 60px;
        position: relative;
        float: left;
        pointer-events: auto;
    }

    .funcButton {
        position: fixed;
        text-align: center;
        background-color: var(--purple);
        margin-left: 10px;
        padding: 9px;
        width: 60px;
        height: 40px;
        right: 30px;
        z-index: 1000;
        top: 100px;
    }

    .pre_eta {
        position: relative;
        float: left;
        width: 110px;
    }

    .etasplit {
        width: 100%;
        position: relative;
        float: left;
        height: 40px;
        margin-right: 50px;
        line-height: 60px;
        padding-left: 5px;
    }

    .sep {
        position: relative;
        float: left;
        height: 20px;
        width: 1px;
        background-color: #005881;
        margin-top: 5px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .inputCon {
        width: 33.33%;
        position: relative;
        float: left;
        margin-top: 20px;
        max-width: 440px;
    }

    .headerIcon {
        position: relative;
        float: right;
        height: 60px;
        width: 40px;
        color: #FFF;
        line-height: 60px;
        text-align: center;
        font-family: Arial;
        font-weight: bold;
        font-size: 20px;
        z-index: 10001;
        cursor: pointer;
    }



    .headerIconBig {
        position: relative;
        float: right;
        height: 40px;
        width: 120px;
        line-height: 40px;
        text-align: center;
        font-family: Arial;
        font-weight: bold;
        font-size: 20px;
        z-index: 10001;
        cursor: pointer;
        /*        background-color: #ead9e9;
        color: #7a427c;*/
        margin-top: 10px;
    }



    body {
        background-color: #EAEAEA;
        -webkit-text-size-adjust: none;
        z-index: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
    }

    .svg_font {
        font-size: 10px;
    }



    /*  test*/

    .c_item2b {
        width: 100%;
        height: 20px;
        position: relative;
        float: left;
        margin-top: -45px;
        line-height: 20px;
        overflow: hidden;
    }

    .c_item2ba {
        width: 100%;
        /* height: 10px; */
        position: relative;
        float: left;
        margin-top: 0px;
        line-height: 10px;
        overflow: hidden;
    }

    .c_item2b2 {
        width: 51%;
        height: 20px;
        position: relative;
        float: left;
        line-height: 20px;
        overflow: hidden;
    }

    .off {
        height: 60px;
    }

    .headerText {
        width: 200px;
        position: absolute;
        height: 30px;
        float: left;
        top: 15px;
        right: 20px;
        border-style: none;
        border-width: 0px;
        text-indent: 10px;
        padding: 0;
        line-height: 30px;
    }

    .headerCdiv {
        min-width: 100px;
        position: absolute;
        height: 30px;
        float: left;
        top: 15px;
        right: 230px;
    }

    .c_itema {
        margin-left: 60px;
        margin-right: 30px;
        position: relative;
        float: left;
        width: calc(100% - 90px);
        cursor: default;
     
    }

    .etacontainer {
        margin-right: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 100px;
        position: relative;
        float: left;
        background-color: #FFFFFF;
        border-left-width: 5px;
        border-left-style: solid;
    }

    .switchcontainer {
        margin-right: 10px;
        /* margin-top: 40px; */
        /*        width: 100%;*/
        position: relative;
        float: left;
        background-color: #EAEAEA;
        padding-left: 10px;
        padding-top: 40px;
        min-width: 100px;
        min-height: 10px;
        border-left-width: 5px;
        border-left-style: solid;

        margin-bottom: 40px;
        pointer-events: auto;
    }

    .bikecontainer {
        margin-right: 10px;
        margin-top: 40px;
        position: relative;
        float: left;
        background-color: #EAEAEA;
        width: 100%;
        min-height: 10px;
        border-left-width: 5px;
        border-left-style: solid;
    }


    .emcycontainer {
        margin-right: 10px;
        margin-bottom: 40px;
        position: relative;
        float: left;
        background-color: #D9E6EC;
        padding-left: 10px;
        padding-top: 10px;
        width: 100%;
        min-height: 10px;
        pointer-events: auto;
    }


    .itemRel {
        height: 60px;
        position: relative;
        float: right;
        padding-left: 10px;
        line-height: 40px;
    }

    .c_item2 {
        width: 40%;
        /* height: 45px; */
        position: relative;
        float: left;
        /* margin-left: 60px;*/
        /*    line-height: 40px;*/
        overflow: hidden;
        white-space: nowrap;
        margin-top: 15px;
        cursor: default;
        pointer-events: auto;
    }

    .c_item2f {
        width: 50%;
        height: 30px;
        position: relative;
        float: left;
        margin-top: 10px;
        overflow: hidden;
        white-space: nowrap;
    }

    .c_item2falt {
        width: 50%;
        /* height: 30px; */
        position: relative;
        float: left;
        margin-top: 10px;
        white-space: nowrap;
    }

    .c_item2wide {
        width: 60%;
        /*height: 60px;*/
        position: relative;
        float: left;
        /* margin-left: 60px;*/
        line-height: 40px;
        overflow: visible;
        /* white-space: nowrap;*/
        pointer-events: auto;
    }


    .loginHeader {
        position: relative;
        float: left;
        height: 60px;
        width: 100%;
        margin-top: 200px;
        background-image: url('../SVG/logo_white.svg');
        background-size: 130px;
        background-repeat: no-repeat;
    }



    .left {
        /*        position: absolute;
        min-height: 200px;
        width: 80px;
        left: 10px;
        top: 80px;
        bottom: 10px;*/
        position: absolute;
        width: 0px;
        height: 0px;
    }

    .right {
        position: absolute;
        height: 350px;
        width: 500px;
        right: 10px;
        top: 80px;
    }

    .rightBottom {
        position: absolute;
        width: 500px;
        right: 10px;
        top: 440px;
        bottom: 10px;
        margin-top: 5px;
    }


    .middle {
        position: absolute;
        min-height: 300px;
        left: 10px;
        right: 520px;
        top: 80px;
        bottom: 10px;
    }

    .middleCalc {
        position: absolute;
        min-height: 300px;
        left: 10px;
        right: 10px;
        top: 80px;
        bottom: 10px;
    }

    .messageBox {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-color: #262626;
        opacity: 0.9;
        z-index: 1000;
    }


    .itemHeader {
        height: 60px;
        position: relative;
        float: right;
        padding-left: 10px;
        min-width: 42px;
        text-align: center;
    }
}
/*
.itemHeader {
    height: 60px;
    position: relative;
    float: right;
    padding-left: 10px;
    min-width: 42px;
    text-align: center;
}*/

.emcypartcon {
    position: relative;
    float: left;
    width: 100%;
}

.emcypartcon2 {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.emcypartcaption {
    height: 10px;
    width: 19%;
    position: relative;
    float: left;
    margin: 2px;
}


.emcypart {
    height: 40px;
    width: 19%;
    position: relative;
    float: left;
    margin: 2px;
    background-color: #EAEAEA;

    line-height: 20px;
  word-wrap: break-word;
  padding: 2px;
}

.emcypart2 {
    height: 40px;
    width: 19%;
    position: relative;
    float: left;
    margin: 2px;
    background-color: #AEAEAE;

    line-height: 20px;
  word-wrap: break-word;
  padding: 2px;
}


.emcypart3 {
    height: 40px;
    width: 97%;
    position: relative;
    float: left;
    margin: 2px;
    background-color: #AEAEAE;

    line-height: 20px;
  word-wrap: break-word;
  padding: 10px;
}

.itemHeaderValue {
    height: 30px;
    position: relative;
    min-width: 42px;
    text-align: center;
    float: left;
    line-height: 40px;
}

.itemHeaderSi {
    height: 14px;
    position: absolute;
    top: 30px;
    margin-left: 10%;
    width: 60%;
    line-height: 14px;
    text-align: center;
    border-top-style: solid;
    border-top-color: darkgray;
    border-top-width: 1px;
    left: 20%;
}

.bikeH2 {
    width: 100%;
    height: 230px;
    position: relative;
    float: left;
    background-size: 100% 200px;
    background-position: 10px 15px;
    background-repeat: no-repeat;
    background-image: url('../SVG/bike_cargo.svg');
    cursor: pointer;
}



.bikeAkku {
    width: 80px;
    height: 40px;
    position: relative;
    float: left;
    margin-top: 100px;
    border-color: var(--d_green);
    border-width: 4px;
    border-style: solid;
    line-height: 40px;
    text-align: center;
}


.fuelCell {
    width: 90px;
    height: 50px;
    position: relative;
    float: left;
    margin-top: 95px;
    border-color: var(--d_green);
    border-width: 4px;
    border-style: solid;
    margin-left: 20px;
    line-height: 50px;
    text-align: center;
}


.f16 {
    color: #005881;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
}

.f16_purple {
    color: var(--purple);
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
}

.f16_black {
    color: #000;
    font-family: Arial;
    font-size: 16px;
}

/*.f16red {
    color: #FF0000;
    font-family: GT;
    font-size: 16px;
}*/



.f14 {
    color: #005881;
    font-family: Arial;
    font-size: 14px;
}

.f14_purple {
    color: var(--purple);
    font-family: Arial;
    font-size: 14px;
}

.f10_purple {
    color: var(--purple);
    font-family: Arial;
    font-size: 10px;
}

.f12_white {
    color: #FFF;
    font-family: Arial;
    font-size: 12px;
}

/*.f14_grey {
    color: #262626;
    font-family: GT;
    font-size: 14px;
}

.f12 {
    color: #CCCCCC;
    font-family: GT;
    font-size: 12px;
    font-weight: bold;
}

.f12w {
    color: #FFFFFF;
    font-family: GT;
    font-size: 12px;
}


.f12d {
    color: #999999;
    font-family: GT;
    font-size: 12px;
    font-weight: bold;
}*/
.f12_bold {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

.f15 {
    font-family: Arial;
    font-size: 12px;
}


.f12 {
    font-family: Arial;
    font-size: 12px;
}

.f10 {
    font-family: Arial;
    font-size: 10px;
}

.f9 {
    font-family: Arial;
    font-size: 9px;
}

.f8_grey {
    color: #333333;
    font-family: Arial;
    font-size: 9px;
}

.f10_blue3 {
    color: #005881;
    font-family: Arial;
    font-size: 10px;
}

/*.f22 {
    color: #FFFFFF;
    font-family: GT;
    font-size: 22px;
}*/

.bold {
    font-weight: bold;
}





/*COUNTRIES*/

/*.c_title {
    width: 100%;
    height: 50px;
    position: relative;
    float: left;
    text-indent: 10px;
    line-height: 50px;
    cursor: pointer;
    background-image: url('../SVG/triangle.svg');
    background-size: 10px;
    background-position: calc(100% - 20px);
    background-repeat: no-repeat;
}

.graph {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}*/

/*.c_body {
    text-align: center;
    position: relative;
    width: 100%;
    float: left;
}*/

/*.on {
    background-image: url('../SVG/radiobutton_active.svg');
}

.off {
    background-image: url('../SVG/radiobutton_off.svg');
}*/

.c_item_general {
    width: calc(100% - 5px);
    margin-bottom: 2px;
    position: relative;
    float: left;
    cursor: pointer;
    border-left-style: solid;
    border-left-width: 5px;
    border-left-color: var(--green);
    height: auto;
    pointer-events: none;
}





/*SYSTEMTYPES SYSTEMTYPES SYSTEMTYPES SYSTEMTYPES SYSTEMTYPES SYSTEMTYPES SYSTEMTYPES */

.bg_tube {
    background-size: 30px;
    background-position: 10px 15px;
    background-repeat: no-repeat;
    background-image: url('../PNG/charging.png');
    background-color: #CCDEE6;
}

.bg2_tube {
    background-color: #D9E6EC;
}
.bg3_tube {

    background-image:linear-gradient(90deg, #005881 0%, #D9E6EC 24%)
}

.f_tube {
    color: #005881;
}

.bg_server {
    background-size: 30px;
    background-position: 10px 15px;
    background-repeat: no-repeat;
    background-image: url('../PNG/disk.png');
    background-color: #DDDDDD;
}

.bg2_server {
    background-color: #EEEEEE;
}
.bg3_server {
    
    background-image:linear-gradient(90deg, #333333 0%, #EEEEEE 24%)
}

.f_server {
    color: #333333;
}



.bg_solar {
    background-size: 30px;
    background-position: 10px 15px;
    background-repeat: no-repeat;
    background-image: url('../PNG/disk.png');
    background-color: #F4DEE3;
}

.bg2_solar {
    background-color: #FBF4F6;
}

.bg3_solar {
    
    background-image:linear-gradient(90deg, #75152A 0%, #FBF4F6 24%)
}

.f_solar {
    color: #75152A;
}




.bg_charger {
    background-size: 30px;
    background-position: 10px 15px;
    background-repeat: no-repeat;
    background-image: url('../PNG/charger.png');
    background-color: #EEDAE5;
}

.charger_bg2 {
    background-color: #F9F3F6;
}

.bg3_charger {
   
    background-image:linear-gradient(90deg, #8B0A50 0%, #F9F3F6 24%)
}

.f_charger {
    color: #8B0A50;
}




.bg_bike {
    background-size: 30px;
    background-position: 10px 15px;
    background-repeat: no-repeat;
    background-image: url('../PNG/bike.png');
    background-color: #DDE2E2;
}

.bg2_bike {
    background-color: #F4F5F5;
}

.bg3_bike {
    background: linear-gradient(to right, #1C3C3F, #F4F5F5);
}

.f_bike {
    color: #1C3C3F;
}



.bg_pico {
    background-size: 30px;
    background-position: 10px 15px;
    background-repeat: no-repeat;
    background-image: url('../PNG/bike.png');
    background-color: #DDE2E2;
}

.bg2_pico {
    background-color: #F4F5F5;
}

.bg3_pico {
    background: linear-gradient(to right, #1C3C3F, #F4F5F5);
}

.f_pico {
    color: #1C3C3F;
}


.bg_dwd {
    background-size: 30px;
    background-position: 10px 15px;
    background-repeat: no-repeat;
    background-image: url('../PNG/bike.png');
    background-color: #DDE2E2;
}

.bg2_dwd {
    background-color: #F4F5F5;
}

.bg3_dwd {
    background: linear-gradient(to right, #1C3C3F, #F4F5F5);
}

.f_dwd {
    color: #1C3C3F;
}

.bg_group {
    background-size: 30px;
    background-position: 10px 15px;
    background-repeat: no-repeat;
    background-image: url('../PNG/gebaude.png');
    background-color: #001E36;
}

.bg2_group {
    background-color: #264054;
}

.bg3_group {
    
    background-image:linear-gradient(90deg, #FFFFFF 0%, #264054 24%)
}

.f_group {
    color: #FFFFFF;
}


.bg_consumer {
    background-size: 30px;
    background-position: 10px 15px;
    background-repeat: no-repeat;
    background-image: url('../PNG/consumer.png');
    background-color: #EDE8D9;
}

.bg2_consumer {
    background-color: #F9F7F2;
}

.bg3_consumer {
    background-image:linear-gradient(90deg, #896700 0%, #F9F7F2 24%)
}

.f_consumer {
    color: #896700;
}

.bg_h2 {
    background-size: 30px;
    background-position: 10px 15px;
    background-repeat: no-repeat;
    background-image: url('../PNG/h2.png');
    background-color: #DEE9DF;
}

.bg2_h2 {
    background-color: #F4F8F4;
}

.bg3_h2 {
    background-image:linear-gradient(90deg, #236a28 0%, #DEE9DF 24%)
}

.f_h2 {
    color: #236a28;
}



.bg_electrolyzer {
    background-size: 30px;
    background-position: 10px 15px;
    background-repeat: no-repeat;
    background-image: url('../PNG/h2.png');
    background-color: #D7E1E2;
}

.bg2_electrolyzer {
    background-color: #EBF0F0;
}

.bg3_electrolyzer {
    background-image:linear-gradient(90deg, #39686C 0%, #EBF0F0 24%)
}

.f_electrolyzer {
    color: #39686C;
}

.remotetext {
    position: relative;
    float: left;
    margin-left: 5px;
    width: 80px;
    height: 16px;
    padding: 0;
    border-style: none;
    border-width: 0px;

    background-color: #FFFFFF;
    border-radius: 0px;
    text-indent: 5px;

    box-shadow: none; /* Keine Schatten */
    -webkit-appearance: none; /* Entfernt die Standard-Stilisierung auf Webkit-Browsern wie Chrome und Safari */
    -moz-appearance: none; /* Entfernt die Standard-Stilisierung auf Firefox */
    appearance: none; /* Entfernt die Standard-Stilisierung */
}


.remotelabel {
    position: relative;
    float: left;
}

.remotelabelok {
    position: relative;
    float: left;
    margin-left: 5px;
}

/*.c_item_tube {
    width: calc(100% - 5px);
    margin-bottom: 2px;
    position: relative;
    float: left;
    background-size: 30px;
    background-position: 10px 15px;
    background-repeat: no-repeat;
    background-image: url('../PNG/charging.png');
    cursor: pointer;
    background-color: #CCDEE6;
    border-left-style: solid;
    border-left-color: #CCDEE6;
    border-left-width: 5px;
}*/





.c_item_calc {
    width: calc(100% - 5px);
    margin-bottom: 2px;
    position: relative;
    float: left;
    background-size: 30px;
    background-position: 10px 15px;
    background-repeat: no-repeat;
    background-image: url('../PNG/calculator.png');
    cursor: pointer;
    background-color: #ead9e9;
    border-left-style: solid;
    border-left-color: #ead9e9;
    border-left-width: 5px;
    padding-bottom: 15px;
    height: auto;
}

.plusCalculation {
    /*        width: 50%;
    margin-bottom: 2px;
    position: relative;
    float: left;

 
    margin-bottom: 10px;
    height: 60px;
    margin-left: 25%;
    line-height: 60px;
    text-align: center;*/



    cursor: pointer;
    background-color: #ead9e9;
    padding: 20px 30px 20px 30px;
    position: relative;
    float: left;
    margin-left: 60px;
    margin-bottom: 20px;
}


.c_item_system {
    width: calc(100% - 5px);
    margin-bottom: 2px;
    position: relative;
    float: left;
    background-size: 25px;
    background-position: 10px 15px;
    background-repeat: no-repeat;
    background-image: url('../PNG/disk.png');
    cursor: pointer;
    background-color: #CCDEE6;
    border-left-style: solid;
    border-left-color: #CCDEE6;
    border-left-width: 5px;
}

.c_item_statistik {
    width: 100%;
    margin-bottom: 2px;
    position: relative;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    background-color: #CCDEE6;
}

.c_items2 {
    min-width: 51%;
    height: 30px;
    position: relative;
    float: left;
    line-height: 40px;
}

.c_item_h2 {
    width: calc(100% - 5px);
    margin-bottom: 2px;
    position: relative;
    float: left;
    background-size: 30px;
    background-position: 10px 15px;
    background-repeat: no-repeat;
    background-image: url('../PNG/h2.png');
    cursor: pointer;
    background-color: #E3E9DC;
    border-left-style: solid;
    border-left-color: var(--green);
    border-left-width: 5px;
}


.c_item_consumer {
    width: 100%;
    margin-bottom: 2px;
    position: relative;
    float: left;
    background-size: 30px;
    background-position: 10px 15px;
    background-repeat: no-repeat;
    background-image: url('../PNG/consumer.png');
    cursor: pointer;
    background-color: #fff5d8;
}


.c_item_device {
    width: 100%;
    margin-bottom: 2px;
    position: relative;
    float: left;
    cursor: pointer;
    background-color: #EAEAEA;
    height: 70px;
    text-indent: 60px;
    line-height: 100px;
    font-family: Arial;
    font-size: 20px;
}

/*
.c_itema {
    margin-left: 60px;
    margin-right: 60px;
    position: relative;
    float: left;
    width: calc(100% - 120px);
}*/


.on {
    height: auto;
}

/*.off {
    height: 60px;
}*/





/*.c_item2 {
    width: 70%;
    height: 30px;
    position: relative;
    float: left;
    margin-left: 60px;
    line-height: 40px;
}*/

/*.c_item2b {
    width: 70%;
    height: 20px;
    position: relative;
    float: left;*/
/* margin-left: 60px;*/
/*line-height: 20px;
}*/




.c_item2c {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    float: left;
    margin-top: 20px;

}

.c_item3 {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 40px;
    top: 0px;
    line-height: 60px;
}

.emcy_trans {
    width: calc(100% - 20px);
    position: relative;
    float: left;
    background-color: #FFFFFF;
    line-height: 16px;
    padding: 5px;
    margin-bottom: 10px;
}


.c_main {
    
    margin-bottom: 5px;
    position: relative;
    float: left;
    min-width: 51%;
}


.c_main_res {
    width: calc(100% - 20px);
    margin-bottom: 5px;
    position: relative;
    float: left;
    background-color: #FFFFFF;
    padding: 5px;
}

.c_main2 {
    margin-right: 5px;
    position: relative;
    float: left;
}

.emcy_Mec2 {
    background-color: lightcyan;
}

.emcy_F {
    background-color: lightcoral;
}



.c_main3 {
    position: relative;
    float: left;
    margin: 3px;
    line-height: 10px;
}



.c_main3 {
    position: relative;
    float: left;
    margin: 2px;
    /*  min-width: 400px;*/
}

.itemCon {
    height: 60px;
    position: absolute;
    right: 40px;
    top: 0px;
}

/*.itemRel {
    height: 60px;
    position: relative;
    float: right;
    padding-left: 10px;
    line-height: 40px;
}*/



.c_item31 {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 100px;
    top: 0px;
    line-height: 60px;
}

.c_item32 {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 160px;
    top: 0px;
    line-height: 60px;
}

.c_item33 {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 220px;
    top: 0px;
    line-height: 60px;
}

.c_item34 {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 280px;
    top: 0px;
    line-height: 60px;
}

.c_item4 {
    width: 40px;
    height: 60px;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 60px;
}



/*ETA ETA ETA ETA ETA ETA*/
.eta {
    height: 40px;
    position: relative;
    float: left;
    line-height: 40px;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: center;
    margin-right: 5px;
    width: 85px;
}

/*.etacontainer {
    margin-right: 10px;
    margin-bottom: 60px;
    margin-top: 40px;
    width: 90px;
    position: relative;
    float: left;
    background-color: #FFFFFF;
}*/

.etaheader {
    height: 20px;
    line-height: 20px;
    font-family: Arial;
    font-size: 9px;
    width: 100%;
    position: relative;
    float: left;
    text-indent: 5px;
    text-align: left;
}

.etaheader2 {
    height: 16px;
    line-height: 16px;
    font-family: Arial;
    font-size: 16px;
    width: 100%;
    position: relative;
    float: left;
    text-indent: 5px;
    text-align: left;
}

/*.etaheader2_alt {
    height: 16px;
    line-height: 10px;
    font-family: Arial;
    font-size: 8px;
    width: 100%;
    position: relative;
    float: left;
    padding-left: 5px;
    text-align: left;
    word-wrap: break-word;
}*/

.etaheader3 {
    height: 16px;
    line-height: 16px;
    font-family: Arial;
    font-size: 16px;
    width: 100%;
    position: relative;
    float: left;
    text-indent: 5px;
    text-align: left;
    margin-bottom: 20px;
}

.etaheader2_alt {
    height: 16px;
    line-height: 10px;
    font-family: Arial;
    font-size: 8px;
    width: 100%;
    position: relative;
    float: left;
    padding-left: 5px;
    text-align: left;
    word-wrap: break-word;
    max-width: 80px;
    min-width: 70px;
}

.etaheader3_alt {
    height: 16px;
    line-height: 10px;
    font-family: Arial;
    font-size: 8px;
    width: 100%;
    position: relative;
    float: left;
    padding-left: 5px;
    text-align: left;
    margin-bottom: 20px;
    word-wrap: break-word;
    /* max-width: 80px;
    min-width: 70px; */
}

.state0 {
    background-color: #EAEAEA;
}

.state1 {
    background-color: #b0c7a3;
}

.state4 {
    background-color: #95b5c2;
}

.state3 {
    background-color: #EE5C42;
}

.state8 {
    background-color: #EAEAEA;
}



.map {
    position: absolute;
    width: 100%;
    bottom: 0px;
    top: 75px;
    left: 0px;
    background-color: #CCDEE6;
}

.mapid {
    position: absolute;
    width: 100%;
    height: 280px;
    background-color: #CCDEE6;
}


/*.dateHeader {
    text-align: center;
    float: left;
    line-height: 50px;
    height: 50px;
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
}

.da_title {
    width: 100%;
    height: 50px;
    position: relative;
    float: left;
    cursor: pointer;
    background-image: url('../SVG/calendar.svg');
    background-size: 10px;
    background-position: calc(100% - 20px);
    background-repeat: no-repeat;
}

.da_body {
    width: 100%;
    position: relative;
    float: left;
    cursor: pointer;
}

.da_body_off {
    width: 0px;
    height: 0px;
    position: relative;
    float: left;
    cursor: pointer;
    overflow: hidden;
}

.weekday {
    text-align: center;
    float: left;
    line-height: 30px;
    height: 30px;
    position: relative;
    width: 14%;
}

.day {
    text-align: center;
    float: left;
    line-height: 30px;
    height: 30px;
    position: relative;
    width: 14%;
}

.day_empty {
    text-align: center;
    float: left;
    color: #323232;
    height: 30px;
    position: relative;
    width: 14%;
}

.month {
    text-align: center;
    float: left;
    line-height: 30px;
    height: 30px;
    position: relative;
    width: 33%;
}


.year {
    text-align: center;
    float: left;
    line-height: 30px;
    height: 30px;
    position: relative;
    width: 25%;
}*/











/*GRAPH*/
/*.g_body {
    width: 100%;
    height: 300px;
    position: relative;
    float: left;
}*/






/*DATA*/

/*.subData {
    width: 100%;
    height: 22px;
    position: relative;
    float: left;
    cursor: pointer;
}

.dataItem {
    position: relative;
    float: left;
    cursor: pointer;
    line-height: 22px;
    text-indent: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dataItemW {
    display: flex;
    flex: 1;
    cursor: pointer;
    line-height: 22px;
    text-indent: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.DI1 {
    width: 60px;
}

.DI2 {
    width: 40px;
}

.DI3 {
    width: 30px;
}

.DI4 {
    width: 270px;
}

.dataBody {
    width: 100%;
    position: relative;
    float: left;
}*/






/*MESSAGE*/

/*.mPeople {
    background-color: #95b5c2;
    float: left;
    position: relative;
    margin: 5px;
    padding: 5px;
}

.mHeader {
    width: 100%;
    min-height: 50px;
    line-height: 26px;
    float: left;
    position: relative;
    margin-top: 20px;
}

.mContent {
    width: 100%;
    min-height: 50px;
    line-height: 20px;
    float: left;
    position: relative;
}

.mTitle {
    min-width: 150px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 50px;
    text-indent: 10px;
}

.mClose {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url('../SVG/close.svg');
    background-size: 10px;
    background-position: calc(100% - 20px);
    background-repeat: no-repeat;
}

.dForward {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url('../SVG/right.svg');
    background-size: 10px;
    background-position: calc(100% - 20px);
    background-repeat: no-repeat;
}

.dItem {
    width: 80px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 50px;
    text-align: center;
}

.dBackward {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 120px;
    background-image: url('../SVG/left.svg');
    background-size: 10px;
    background-position: calc(100% - 20px);
    background-repeat: no-repeat;
}

.dBackwardgrey {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 120px;
    background-image: url('../SVG/leftgrey.svg');
    background-size: 10px;
    background-position: calc(100% - 20px);
    background-repeat: no-repeat;
    z-index: 100;
}

.dForwardgrey {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url('../SVG/rightgrey.svg');
    background-size: 10px;
    background-position: calc(100% - 20px);
    background-repeat: no-repeat;
    z-index: 100;
}*/

/*ANIMATION*/

/*.progressbar {
    width: 99%;
    height: 3px;
    z-index: 1000;
    -webkit-appearance: none;
    margin-bottom: 8px;
}

progress::-webkit-progress-bar {
    background-color: #434343;
    border-radius: 0px;
}

progress::-webkit-progress-value {
    background-color: #98b6c3;
    border-radius: 4px;
}

.fade-in {
    -webkit-animation: fadein 1.5s;*/ /* Safari, Chrome and Opera > 12.1 */
/*-moz-animation: fadein 1.5;*/ /* Firefox < 16 */
/*-ms-animation: fadein 1.5s;*/ /* Internet Explorer */
/*-o-animation: fadein 1.5s;*/ /* Opera < 12.1 */
/*animation: fadein 1.5s;
    -webkit-transition: opacity 1.5s;
    -moz-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}*/

/* Firefox < 16 */
/*@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}*/

/* Safari, Chrome and Opera > 12.1 */
/*@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}*/

/* Internet Explorer */
/*@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}*/

/* Opera < 12.1 */
/*@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }*/
/*}*/


.login_header {
    width: 100%;
    position: relative;
    height: 30px;
    float: left;
    color: #070F25;
    font-family: Arial;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}

.logo {
    width: 73%;
    margin-top: 30px;
    position: relative;
    height: 120px;
    float: left;
    background-image: url('../PNG/logo.png');
    background-size: 130px;
    background-position: 10px;
    background-repeat: no-repeat;
}


.login_header2 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
    position: relative;
    height: 30px;
    float: left;
    color: #676767;
    font-family: Arial;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}



.login_header3 {
    width: 100%;
    margin-top: 10px;
    position: relative;
    height: 30px;
    float: left;
    color: #880000;
    font-family: Arial;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}


.lost_password {
    width: 78%;
    margin-top: 10px;
    margin-right: 10%;
    margin-left: 12%;
    position: relative;
    height: 30px;
    float: left;
    color: #676767;
    font-family: Arial;
    font-size: 11px;
    line-height: 11px;
    text-align: left;
    cursor: pointer;
}




.username {
    width: 80%;
    margin-bottom: 30px;
    position: relative;
    height: 30px;
    float: left;
    margin-right: 10%;
    margin-left: 10%;
    border-style: solid;
    border-color: #676767;
    border-width: 1px;
    text-indent: 10px;
    background-color: #FFFFFF;
}



.password {
    width: 80%;
    margin-bottom: 30px;
    position: relative;
    height: 30px;
    float: left;
    margin-right: 10%;
    margin-left: 10%;
    border-style: solid;
    border-color: #676767;
    border-width: 1px;
    text-indent: 10px;
    background-color: #FFFFFF;
}

.login_button {
    width: 80%;
    margin-top: 30px;
    position: relative;
    float: left;
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 30px;
    height: 30px;
    background-color: #005881;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    line-height: 30px;
    border-style: solid;
    border-color: #070F25;
    border-width: 1px;
    border-radius: 12px 12px 12px 12px;
    text-align: center;
    cursor: pointer;
}




.headerTitle {
    width: 90%;
    position: relative;
    height: 60px;
    float: left;
}



/*.headerText {
    width: 200px;
    position: absolute;
    height: 30px;
    float: left;
    top: 15px;
    right: 20px;
    border-style: none;
    border-width: 0px;
    text-indent: 10px;
    padding: 0;
}
*/
/*.headerCdiv {
    min-width: 100px;
    position: absolute;
    height: 30px;
    float: left;
    top: 15px;
    right: 230px;
}*/


/*.class {
    animation-name: out;
    animation-duration: 2s;
}

.class:hover {
        animation-name: in;
        animation-duration: 5s;
        animation-iteration-count: infinite;
}*/
/*
@keyframe in {
    from: transform: rotate(0deg);
    to: transform: rotate(360deg);
}

@keyframe out {
    from: transform: rotate(360deg);
    to: transform: rotate(0deg);
}*/


/*
@keyframes out {
    from {
        width: 10px;
        
    }

    to {
        width: 120px;
    }
}*/


/*@keyframes out {*/
/*from {*/
/*width: 120px;*/
/*}*/

/*to {
        width: 8px;
    }
}*/


.cFilter:hover {
    width: 120px;
    /*   animation-name: out;
    animation-duration: 2s;*/
}

.cFilterAll:hover {
    width: 120px;
}

.cFilter {
    width: 10px;
    height: 30px;
    position: relative;
    float: right;
    margin-right: 3px;
    overflow: hidden;
    line-height: 30px;
    /*color: #999;*/
    transition: width 0.6s ease; /* vendorless fallback 

/*    animation-name: out;
    animation-duration: 2s;*/
}

.active {
    /* padding-top: 8px;
    margin-top: -4px; */
    min-width: 120px;
}

.cFilterAll {
    width: 10px;
    height: 30px;
    position: relative;
    float: right;
    margin-right: 3px;
    overflow: hidden;
    line-height: 30px;
    border-width: 1px;
    border-color: #005881;
    border-style: solid;
    transition: width 0.8s linear;
}

.headerButton {
    width: 40px;
    position: absolute;
    height: 60px;
    float: left;
    top: 0px;
    right: 20px;
}

.headerCollapse {
    width: 10%;
    position: relative;
    height: 60px;
    float: left;
    text-align: center;
}



.loadmore {
    width: 100%;
    margin-bottom: 2px;
    position: relative;
    float: left;
    cursor: pointer;
    background-color: #D9E6EC;
    height: 60px;
    text-align: center;
    line-height: 60px;
}
/*LAYOUT*/

.split {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 40px;
}

.split3 {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 20px;
}


.split2 {
    width: 100%;
    position: relative;
    float: left;
    height: 8px;
}

.inputConHeader {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 50px;
}

.inCon {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 20px;
    max-width: 300px;
}

.inCon_Full {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 20px;
}

.inCon_Half {
    width: 50%;
    position: relative;
    float: left;
    margin-top: 20px;
    max-width: 150px;
}

.inText_Half {
    width: 90%;
    max-width: 300px;
    height: 30px;
    position: relative;
    float: left;
    border-color: var(--purple);
    border-width: 1px;
    border-style: solid;
    text-indent: 5px;
    padding: 0px;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    /* border: 2px solid #bbb; */
    background-color: #FFFFFF;
    box-shadow: #FFFFFF;
}

.opt {
    background-color: #FFFFFF;
}

.inText_Full {
    width: 100%;
    max-width: 285px;
    height: 30px;
    position: relative;
    float: left;
    border-color: var(--purple);
    border-width: 1px;
    border-style: solid;
    text-indent: 5px;
    padding: 0px;
    border-radius: 0;
}

.outText_Half {
    /*        min-width: 200px;
        height: 32px;
        position: relative;
        float: left;
        border-color: var(--purple);
        border-width: 1px;
        border-style: solid;
        text-indent: 5px;
        line-height: 32px;*/
    line-height: 30px;
    width: 90%;
    max-width: 300px;
    height: 30px;
    position: relative;
    float: left;
    border-color: var(--purple);
    border-width: 1px;
    border-style: solid;
    text-indent: 5px;
}

.outText_Full {
    line-height: 30px;
    width: 100%;
    max-width: 285px;
    height: 30px;
    position: relative;
    float: left;
    border-color: var(--purple);
    border-width: 1px;
    border-style: solid;
    text-indent: 5px;
}

.inCaption {
    height: 12px;
    position: relative;
    float: left;
    line-height: 12px;
    width: 100%;
    margin-bottom: 4px;
}

.inCaptionLegend {
    height: 12px;
    position: relative;
    float: left;
    line-height: 12px;
    width: 100%;
    margin-bottom: 4px;
    text-indent: 4px;
    border-left-style: solid;
    border-left-width: 10px;
}
/*
.funcButton {
    position: fixed;
    float: right;
    text-align: center;
    background-color: var(--purple);
    margin-left: 10px;
    padding: 9px;

    width: 90px;
    height: 90px;

    right: 30px;
    top: 20%;
}*/




/*.funcButton {
    position: fixed;
    text-align: center;
    background-color: var(--purple);
    margin-left: 10px;
    padding: 9px;
    width: 40px;
    height: 40px;
    right: 30px;

}*/

.fb1 {
    top: 100px;
}

.fb2 {
    top: 160px;
}


.ddl_contentHalf {
    width: 90%;
    max-width: 300px;
    height: 30px;
    position: relative;
    float: left;
    border-color: var(--purple);
    border-width: 1px;
    border-style: solid;
    text-indent: 5px;
    background-color: #FFFFFF;
    cursor: pointer;
    padding: 0px;
    border-radius: 0;
}


.ddl_contentFull {
    /*    min-width: 200px;*/
    width: 100%;
    max-width: 285px;
    height: 30px;
    position: relative;
    float: left;
    border-color: var(--purple);
    border-width: 1px;
    border-style: solid;
    text-indent: 5px;
    background-color: #FFFFFF;
    cursor: pointer;
}

.hidden {
    visibility: hidden;
    position: absolute;
    width: 0px;
    height: 0px;
    left: 0px;
}


.input_ddl {
    position: absolute;
    width: 140px;
    max-height: 0px;
    background-color: #FFFFFF;
    overflow: auto;
    top: 50px;
    left: 0px;
    z-index: 1000;
}


.ddl_content2 {
    position: relative;
    float: left;
    width: 100%;
    height: 30px;
    line-height: 24px;
    background-color: #FFFFFF;
    text-indent: 5px;
    cursor: pointer;
}



.heatsvg {
    /*  position: relative;
    float: left;*/
    margin-top: 60px;
}


.float_buttons {
    width: 80px;
    height: 200px;
    position: fixed;
    right: 30px;
    top: 20%;
}

.click {
    cursor: pointer;
}


.structure_con {
    margin-right: 10px;
    margin-bottom: 40px;
    position: relative;
    float: left;
  
    padding-left: 10px;
    padding-top: 10px;
    width: 100%;
    min-height: 10px;
    pointer-events: auto;
    display: flex;
    flex-direction: row;
    align-items: stretch;

    border-color: #FFFFFF;
    border-style: solid;
    border-width: 3px;
    padding-bottom: 30px;

    border-radius: 20px;
  }

.pre_structure_element {

    width: 100%;
    height: 60px;
    position: relative;
    float: left;
}

.pre_structure_element2 {

    width: 100%;
    position: relative;
    float: left;
}

.pre_structure_element3 {

    width: calc(100% - 3px);
    position: relative;
    float: left;
}


.structure_element {
    width: 3000px;
    max-width: 70%;
    height: 40px;
    position: relative;
    float: left;
    margin-top: 20px;
    border-radius: 20px;
}

.structure_element_l {
    width: 3000px;
    max-width: 100%;
    height: 40px;
    position: relative;
    float: right;

    border-radius: 20px;
}

.structure_element_wh {
    width: 3000px;
    max-width: 70%;
    height: 40px;
    position: relative;
    float: right;
    margin-top: 20px;
    border-radius: 20px;
    background-color: #FFFFFF;
}


.structure_element_wh_l {
    width: 3000px;
    max-width: 70%;
    height: 40px;
    position: relative;
    float: left;
    margin-top: 20px;
    border-radius: 20px;
    background-color: #FFFFFF;
}


.structure_icon {
    width: 40px;
    height: 40px;
    position: relative;
    float: left;
    border-radius: 20px;
   
    background-color: #FFFFFF;
}

.structure_main {
    position: relative;
    float: left;
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;

}


.structure_main_middle {
    position: relative;
    float: left;
    width: 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: center;

    align-items: center;
}

.structure_caption_old {
    position: relative;
    float: left;
    height: 40px;
    line-height: 18px;
    padding-left: 10px;
    width: calc(70% - 25px);
    display: flex;
    align-items: center;
    overflow: clip;
}

.pre_structure_caption {
    display: flex;
    align-items: center;
    overflow: clip;
    height: 40px;
}

.structure_caption {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    line-height: 16px;
    padding-left: 10px;
}

.structure_connect {
position: relative;
  float: left;
  height: 3px;
  border-top: 3px dotted #FFFFFF;
  width: 10%;
  margin-top: 40px;
}

.structure_connect_l {
    position: relative;
      float: right;
      height: 3px;
      border-top: 3px dotted #FFFFFF;
      width: 10%;
      margin-top: 40px;
    }

.structure_connect2 {
    position: relative;
    float: left;
    width: 3px;
    border-left: 3px dotted #FFFFFF;
    margin-top: 43px;
    /* margin-bottom: 20px; */
    height: calc(100% - 63px);
}

.structure_connect2a {
    position: relative;
    float: right;
    width: 3px;
    border-left: 3px dotted #FFFFFF;
    margin-top: 43px;
    /* margin-bottom: 20px; */
    height: calc(100% - 83px);
}

.structure_connect2_l {
    position: relative;
    float: right;
    width: 3px;
    border-left: 3px dotted #FFFFFF;
    margin-top: 43px;
    margin-bottom: 20px;
}

.structure_connect3 {
    position: relative;
    float: left;
    height: 3px;
    border-top: 3px dotted #FFFFFF;
    width: 50px;

    margin-top: -20px;
    left: -50px;
}

.structure_connect4 {
    position: relative;
    float: left;
    height: 3px;
    border-top: 3px dotted #FFFFFF;
    width: 50px;
    margin-top: -20px;
    left: calc(70% + 50px);
  }

  .structure_connect6 {
    position: relative;
    float: left;
    height: 3px;
    border-top: 3px dotted #FFFFFF;
    width: 15%;
    margin-top: 40px;
    line-height: 0px;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
  }

  .structure_connect6a {
    position: relative;
    float: left;
    height: 3px;
    border-top: 0px dotted #FFFFFF;
    width: 15%;
    margin-top: 40px;
  }


  .structure_single {
    height: 60px;
  }

  .structure_value {
    position: relative;
    float: left;
    height: 40px;
    width: 100%;
    background-color: #FFFFFF;
  }


  .Co2_div {
    position: relative;
    float: left;
    width: 100%;
    height: 40px;
  }

  .Co2 {
    position: relative;
    float: right;

    height: 40px;


    border-style: solid;
    border-color: var(--d_green);
    border-width: 3px;
    border-radius: 10px;

    color: var(--d_green);
  line-height: 37px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  }
