.logo_cartina {
    position: absolute;
    width: 34px;
    height: 34px;
    border: 0px dotted #666;
    z-index: 100;
}


.dialogelfinder {
    z-index: 20000;
}


.morris-hover {
    position: absolute;
    z-index: 1000;
}

    .morris-hover.morris-default-style {
        border-radius: 10px;
        padding: 6px;
        color: #666;
        background: rgba(255, 255, 255, 0.8);
        border: solid 2px rgba(230, 230, 230, 0.8);
        font-family: sans-serif;
        font-size: 10px;
        text-align: center;
    }

        .morris-hover.morris-default-style .morris-hover-row-label {
            font-weight: bold;
            margin: 0.25em 0;
        }

        .morris-hover.morris-default-style .morris-hover-point {
            white-space: nowrap;
            margin: 0.1em 0;
        }

svg {
    width: 100%;
}



/*COOKIE STYLE*/
#myCookieConsent {
    z-index: 999;
    min-height: 20px;
    font-family: OpenSans, arial, "sans-serif";
    padding: 10px 20px;
    background: rgba(0,0,0,0.6);
    overflow: hidden;
    position: fixed;
    color: #FFF;
    bottom: 0px;
    right: 10px;
    display: none;
    left: 0;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

    #myCookieConsent div {
        padding: 5px 0 0;
    }

    #myCookieConsent a {
        color: #ffba55;
        display: inline-block;
        padding: 0 10px;
    }

        #myCookieConsent a:hover {
            color: #fda016;
        }

        #myCookieConsent a#cookieButton {
            display: inline-block;
            color: #000000;
            font-size: 1.1em;
            background: #ffba55;
            text-decoration: none;
            cursor: pointer;
            padding: 2px 20px;
            float: right;
            border-radius: 20px;
        }

            #myCookieConsent a#cookieButton:hover {
                background: #fda016;
                color: #000;
            }


#lbl1 {
    font-family: 'Agency FB';
    font-weight: bold;
    font-size: 40px;
    color: black;
    display: none
}


@media only screen and (max-width: 768px) {

    .banner {
        width:30%;
    }
    }

@media only screen and (max-width: 361px) {

    #header .header-btn-collapse-nav {
        outline: 0;
        display: block;
        position: relative;
        z-index: 1;
    }

    #lbl1 {
        font-family: 'Agency FB';
        font-weight: bold;
        font-size: 20px;
        color: black;
        display: none
    }

}




