/* body {
    font-family: sans-serif;
    font-size: 13px;
    color: #4A4A4A;
    line-height: 1.4;
    font-weight: 300;

} */

.head-title {
    color: white;
    padding: 27px;
    font-size: 24px;
    font-weight: bold;
    text-align: right;
}

.head-title small {
    font-size: 12px;
    position: relative;
    top: -15px;
}

.button {
    padding: 3px 10px;
}

span.left-label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right:none;
}

.special-date-input {
    line-height: 25px !important;
}

.error {
    color:red;
}

h1, h2, h3, .form-group {
    text-align:center;

}

hr {
    margin-top: -10px;
    width: 1040px;
    border: 2px solid black;
}

/* .container {
    width:100%;
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
} */

.analyseBox {
    width:100%;
    max-width: 750px;
    margin:auto;
    text-align: center;
}

.box-circle {
    width:100px;
    height:100px;
    border:1px solid black;
    border-radius:100px;

}

.background-pastel-violet {
    background-color:#9013FE;
    color:#fff;
}

.background-pastel-orange {
    background-color:#F5A623;
    color:#fff;
}

.background-pastel-tuerkis {
    background-color:#50E2C1;
    color:#fff;
}


.circle-text {
    color:white;
    font-size: 30px;
    font-weight: bold;
    text-align:center;
    margin-left: auto;
    margin-right: auto;

}

.text-circle-outline {
    text-align:center;
}

.brand-row span {
    display: flex;
    justify-content: center;
}


.dashboard_table {
    padding: 20px;
    width:740px;
    border:1px solid black;
    margin: 30px auto;
}

.puffer {
    width: 130px;
}

.dashboard_table td {
    padding:5px;

}

.werteTabelle {
    width:50px;
    text-align:right;
}

.header {
    width:350px;
}

.canvas-container {
    overflow: hidden;
}

.canvas-container .chart-50 {
    width:47%;
    height: auto;
    float: left;
    padding: 10px;
    margin: 1.5%;
    border: 1px solid #333;
    position: relative;
}

@media (max-width:1000px) {

    .canvas-container .chart-50 {
        width: 100%;
    }

}

.canvas-container-full .chart-100 {
    padding: 10px;
    margin: 1.5%;
    border: 1px solid #333;
    position: relative;
}

.apphead {
    background-color: #4A494A;
    /* margin-top:-8px;
    margin-left:-8px; */
    padding:8px;
    width:100%;
}

.illegal-chars {
    border: 1px solid #333;
    padding: 10px;
    margin: 10px;
    text-align: center;
}

.non-mapped-cats {
    border: 1px solid #333;
    padding: 10px;
    margin: 10px;
    text-align: center;
}

.es-analyze {
    border: 1px solid #333;
    padding: 10px;
    margin: 10px;
    text-align: center;
}

.es-analyze pre {
    background-color: black;
    color: white;
}

.highlight-char {
    color:#111;
    background-color:orange;
    display:inline;
    margin:0 !important;
    padding:1px;
}

#show-illegal-chars-button, #show-illegal-chars-button-mb {
    margin: 5px;
    background-color:lightpink;
    border: 1px solid rgb(255, 86, 86);
    border-radius: 3px;
}

#illegal-preview-count {
    font-weight: bold;
    padding: 0px 5px;
}

#illegal-chars-details span {
    justify-content: left;
    font-family: monospace;
    margin-left: 35%;
}

.colbox {
    border: 1px solid #ccc;
    margin: 10px;
    padding: 5px 15px;
}

.colbox h3 {
    margin-top: 5px;
    text-align: left;
    font-size: 1.7em;
}

.brand-select {
    margin-top: 20px;
    width: 100%;
}

span.del-button {
    display:inline-block;
    cursor: pointer;
    color:red;
    margin-left: 5px;
}

.settings {
    text-align: right;
    min-height: 20px;
}

.settings button {
    position: relative;
    margin-top: 10px;
    margin-right: 30px;
}

#brand-overview {
    margin:auto;
}

#brand-overview td, #brand-overview th {
    padding: 5px 10px;
}

#brand-overview th {
    font-style: italic;
    font-weight: normal;
    white-space: nowrap;
}

#brand-overview td {
    font-size: 1.2em;
}

.brand-col {
    font-weight: bold;
}

.variants-col {
    text-align: right;
}

.brand-row-canvas {
    height:60px;
    width: 600px;
    float:left;
    position: relative;
}

.rate-box {
    display: inline-block;
    height: 56px;
    width: 60px;
    line-height: 16px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin: 0px;
    padding: 4px 0px;
}

.rate-val-1, .rate-val-2, .rate-val-3 {
    height: 16px;
    font-size:0.7em;
}

.rate-pre {
    float: left;
    height: 16px;
    width: 10px;
    text-align: center;
    font-size:0.7em;
    color:#999;
    margin-right: 4px;
}

.legende {
    text-align: left;
    max-width: 700px;
    margin: auto;
    padding: 30px;
    padding-top: 0;
}

.variants {
    font-size:0.7em;
    display: block;
}

.brand-row span.efficiency {
    width: 50px;
    height: 50px;
    font-size:1em;
    font-weight: bold;
    color: #fff;
    padding: 6px 3px;
    display: flow-root;
    text-align: center;
    float:left;
}

.brand-row span.eff-ww {
    font-size:0.6em;
    font-weight: 300;
}

.brand-row .efficiency-col span.trend {
    display: flow-root;
    height: 50px;
    width: 16px;
    font-size: 1.3em;
    padding: 0px 3px;
    line-height: 50px;
}

.chart-config-button {
    text-align: center;
}