html,
body {
    padding: 0;
    margin: 0;
}

/* * {
    box-sizing: border-box;
} */

body {
    background-color: #E85321;
    max-width: 1024px;
    margin: 0 auto;
    color: white;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

#plainCode {
    display: none;
}

a {
    color: white;
}

h3>img {
    float: right;
    max-width: 100px;
}

#footer {
    padding: 1rem 0;
    overflow: auto;
}


#chartEq5d5l,
#chartCarat,
#chartWpai {
    width: calc(1024px - 2rem);
    height: 300px;
}


#chartMain, #chartEdasthma {
    width: calc(1024px - 2rem);
    height: 460px;
}

#chartMainSelectedInfo,
#chartEdasthmaSelectedInfo {
    font-size: small;
    padding: 1rem 0 0 0;
}

#canvasQr {
    max-width: 200px;
    max-height: 200px;
    display: block;
}

#chartToolbar {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

#dataViewWrapper {
    display: none;
}

#mobileQrWrapper {
    overflow: auto;
    /* clearfix */
}

#mobileQrWrapper,
#dataViewInnerWrapper,
#profileWrapper,
#printWrapper {
    position: relative;
    /* clearfix */
    padding: 1rem;
    background-color: #dd4f20;
    border-radius: 1rem;
}

#printWrapper {
    margin-top: 4rem;
}

#sectionProfile,
#sectionResults {
    margin: 0;
    padding-bottom:1rem;
    border-bottom:1px solid coral;
}

#mobileImageWrapper,
#qrWrapper {
    display: block;
    width: 50%;
    float: left;
}

#qrWrapper {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
}

#mobileImage {
    max-width: 400px;
    display: block;
}

@media print {
    body.data-print #printWrapper {
        padding: 0;
        margin: 0;
        font-size: smaller;
    }
}

.graphButton {
    text-decoration: none;
    color: #42aaf8;
    height: 1.6rem;
    line-height: 1.6rem;
    background-color: white;
    padding: 0 .4rem;
    border-radius: 2px;
    font-size: 80%;
    display: inline-block;
    border: none;
}

.graphButton option {
    padding: 0;
}

.graphButton:hover {
    background-color: #21669f;
    color: white;
}

.graphButton:active {
    background-color: #002246;
    color: white;
}

select.graphButton {
    margin-left: 1rem;
}

.my-list-key {
    font-weight: bold;
}

.my-list-key::after {
    content: ': ';
}

.my-list-value {

}

#sectionList, #sectionList li {
    margin:0;
    padding:0;
}

#sectionList {
    margin-bottom:1rem;
}

#sectionList li {
    display:inline-block;
}
#sectionList li a {
    display: block;
    padding:.4rem;
    border-radius: .4rem;
    background-color: #E85321;
    margin-right:1rem;
    text-decoration: none;
}

.my-hidden {
    display:none;
}

#sectionList li a.my-active-tab {
    background-color: coral;
}

#localeSelectBox {
    position: absolute;
    top:1rem;
    right:1rem;
}

#profileInnerWrapper {
    padding:1rem;
    background-color: white;
    color:black;
    border-radius: .5rem;
    margin-top: 1rem;
}