﻿body {
    font-family: Lato;
}

.statistics-page-container {
    width: 1250px;
}

.eduation-and-access .section-intro {
    width: 1196px;
}

.legend {
    text-align: left;
    margin-top: 10px;
}

.radar-legend {
    margin-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
}

.legend-entry {
    width: 50%;
    display: inline-block;
    text-align: left;
    font-size: 13px;
    margin-bottom: 2px;
    color: #414a7d;
    font-family: Lato-Bold !important;
    overflow: hidden;
    padding-left: 5px;
    vertical-align: top;
}

    .legend-entry .legend-box {
        width: 10px;
        height: 10px;
        display: inline-block;
        margin-right: 2px;
    }

.statistic-section .statistics-container {
    margin-right: 30px;
}

    .statistic-section .statistics-container:last-child {
        margin-right: 0px;
    }

.statistic-section .title {
    color: #969ac7;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.statistics-container {
    background-color: #ffffff;
    padding: 50px;
    height: 585px;
    width: 376px;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 15px;
}

.statistic-entry {
    padding: 10px;
    padding-top: 0px;
    width: 80%;
    margin: auto;
    overflow: hidden;
    font-family: Lato-Medium !important;
}

    .statistic-entry .percent {
        font-size: 27px;
        color: #eac142;
        text-align: left;
        float: left;
        font-family: Lato-Medium !important;
    }

    .statistic-entry .description {
        font-size: 15px;
        color: #969ac7;
        float: left;
        line-height: 27px;
        text-align: left;
        padding-left: 20px;
        font-weight: 500;
        font-family: Lato-Medium !important;
    }

    .statistic-entry[type='1'] .percent {
        font-size: 17px;
        color: #414a7d;
        font-weight: bold;
    }


    .statistic-entry[type='1'] .description {
        font-size: 15px;
        color: #414a7d;
        line-height: 17px;
    }

    .statistic-entry[type='2'] {
        width: 90%;
    }

        .statistic-entry[type='2'] .percent {
            text-align: left;
            font-size: 65px;
            color: #eac142;
            font-weight: bold;
            width: 50%;
        }


        .statistic-entry[type='2'] .description {
            font-size: 20px;
            color: #eac142;
            padding-left: 20px;
            width: 50%;
            line-height: 28px;
        }

    .statistic-entry[type='3'] {
        width: 100%;
    }

        .statistic-entry[type='3'] .percent {
            font-size: 22px;
            color: #832b73;
            font-weight: bold;
            width: 73px;
            text-align: right;
        }


        .statistic-entry[type='3'] .description {
            font-size: 17px;
            color: #a8739e;
            line-height: 17px;
            width: calc(100% - 78px);
            padding-left: 15px;
        }

    .statistic-entry[type='4'] {
        width: 100%;
        margin-top: 10px;
    }

        .statistic-entry[type='4'] .percent {
            font-size: 32px;
            color: #eac142;
            width: 100%;
        }

        .statistic-entry[type='4']:nth-of-type(2n+1) .percent,
        .statistic-entry[type='4']:nth-of-type(2n+1) .description {
            text-align: right;
        }


        .statistic-entry[type='4'] .description {
            font-size: 17px;
            color: #15062a;
            font-weight: bold;
            line-height: 17px;
            width: 100%;
            padding-left: 0px;
        }

    .statistic-entry[type='5'] {
        width: 100%;
        margin-top: 10px;
    }

        .statistic-entry[type='5'] .percent {
            font-size: 15px;
            color: #15062a;
            font-weight: bold;
            float: none;
            text-align: right;
            width: 70px;
            padding-right: 15px;
        }

        .statistic-entry[type='5'] .description {
            font-size: 14px;
            color: #414a7d;
            line-height: 15px;
            padding-left: 0px;
            padding-left: 10px;
            width: calc(100% - 70px);
            float: right;
        }

    .statistic-entry[type='6'] {
        padding: 0px;
        width: auto;
    }

        .statistic-entry[type='6'] .percent {
            font-weight: bold;
            font-size: 75px;
            color: #ffe38c;
            -webkit-text-stroke-color: #832b73;
            -webkit-text-stroke-width: 0.1px;
            font-family: Lato-Bold;
        }

        .statistic-entry[type='6'] .description {
            font-size: 17px;
            color: #15062a;
            line-height: 23px;
            padding-left: 5px;
            width: 120px;
        }

    .statistic-entry[type='7'] {
        margin: 0px;
        padding-left: 0px;
        vertical-align: middle;
    }

        .statistic-entry[type='7'] .percent {
            font-size: 17px;
            color: #832b73;
            font-weight: bold;
        }

        .statistic-entry[type='7'] .description {
            font-size: 15px;
            color: #15062a;
            line-height: 17px;
            padding-left: 0px;
            color: #832b73;
            width: 76%;
            float: right;
        }

    .statistic-entry[type='8'] {
        width: 90%;
    }

        .statistic-entry[type='8'] .percent {
            width: 40%;
        }

        .statistic-entry[type='8'] .description {
            width: 60%;
        }

.statistics-container .fertility-probems-statistics {
    margin-top: 25px;
}


    .statistics-container .fertility-probems-statistics .statistic-entry {
        width: 100% !important;
        padding: 0px;
        padding-bottom: 15px;
    }

        .statistics-container .fertility-probems-statistics .statistic-entry .description {
            line-height: 20px;
            width: calc(100% - 100px);
            float: right;
        }

        .statistics-container .fertility-probems-statistics .statistic-entry .percent {
            font-size: 30px !important;
            float: none;
            text-align: right;
            width: 100px;
        }

        .statistics-container .fertility-probems-statistics .statistic-entry:nth-of-type(2n+1) .percent {
            color: #15062a;
        }

        .statistics-container .fertility-probems-statistics .statistic-entry:nth-of-type(2n) .percent {
            color: #969ac7;
        }

.statistics-container .how-affects-users .statistic-entry .percent {
    color: #414a7d !important;
}

.statistics-container .how-affects-users .statistic-entry .description,
.statistics-container .how-affects-relationship .statistic-entry .description {
    color: #15062a !important;
}

.statistics-container .how-affects-relationship .statistic-entry .percent {
    color: #eac142 !important;
}

.circle-statistic-entry {
    margin-bottom: 10px;
}

    .circle-statistic-entry .big-circle {
        height: 64px;
        width: 64px;
        color: #832b73;
        border-radius: 64px;
        line-height: 64px;
        background-color: #ffe38c;
        border: 2px solid #832b73;
        display: inline-block;
        font-size: 15px;
        margin-right: 20px;
        position: relative;
        padding-left: 5px;
    }

    .circle-statistic-entry .medium-circle {
        height: 60px;
        width: 60px;
        color: #832b73;
        border-radius: 60px;
        line-height: 60px;
        background-color: #c5c8e9;
        display: inline-block;
        border: 2px solid #ffe38c;
        font-size: 15px;
        margin-left: 20px;
        position: relative;
    }


    .circle-statistic-entry .small-circle {
        height: 55px;
        width: 55px;
        color: #832b73;
        border-radius: 50px;
        line-height: 55px;
        background-color: #cdc2dd;
        display: inline-block;
        font-size: 15px;
        margin-right: 20px;
        border: 2px solid #969ac7;
        position: relative;
    }

    .circle-statistic-entry label {
        font-size: 17px;
        color: #832b73;
    }

.general-background .statistics-container {
    height: 350px !important;
}

.statistics-container .bar-chart {
    height: 365px !important;
    width: auto !important;
    margin-top: 30px;
    margin: auto;
}

.statistics-container .pie-chart {
    margin: auto;
    margin-top: -10px;
}

.statistics-container .doughnut-chart {
    margin-top: 10px;
    width: auto !important;
}

    .statistics-container .doughnut-chart[type='2'] {
        margin-top: 35px;
        width: auto !important;
        margin-bottom: 60px;
        margin-bottom: 55px;
    }

.statistics-container .radar-chart {
    margin-top: 30px;
    width: auto !important;
}

.bar-chart-stacked-container {
    height: 80px;
}

.doughnut-chart {
    width: 200px;
    margin-top: 10px;
}

.ages-chart {
    margin-top: 10px !important;
}

.bar-chart-stacked-container .bar-chart-stacked {
    width: 100%;
    height: 100%;
}

.statistics-container .title {
    font-size: 17px;
    color: #15062a;
    font-family: Lato-Bold !important;
    font-weight: bold;
}

.statistics-container hr[type='blue'] {
    border-top: 2px dashed #969ac7;
}

.statistics-container hr[type='yellow'] {
    border-top: 2px dashed #eac142;
}

.eduation-and-access .section-intro {
    background-color: #ffffff;
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.section-intro .title {
    font-size: 17px;
    color: #15062a;
    font-weight: bold;
}

.eduation-and-access .section-intro .left-part {
    display: inline-block;
    width: 37%;
    vertical-align: top;
}

.eduation-and-access .section-intro .middle-part,
.eduation-and-access .section-intro .right-part {
    display: inline-block;
    width: 31%;
    vertical-align: top;
}


.weight-container {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

@media only screen and (min-width: 751px) and (max-width: 1100px) {
    .statistics-page-container {
        width: calc(100% - 30px);
        margin: 0 auto;
    }

    .statistics-container {
        margin-right: 10px;
    }

    .eduation-and-access .section-intro {
        width: 376px;
        display: inline-block;
        margin-right: 30px;
        height: 585px;
    }

    .statistic-entry[type='6'] .description {
        width: 250px;
        padding-bottom: 20px;
    }

    .right-part {
        margin-top: 20px;
    }

    .d-body-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .eduation-and-access .section-intro .left-part, .eduation-and-access .section-intro .middle-part, .eduation-and-access .section-intro .right-part {
        width: 100%;
    }

    .statistic-entry[type='7'] .description {
        width: 67%;
    }
}

@media only screen and (min-width: 360px) and (max-width:750px) {
    .statistics-page-container {
        width: 340px;
        margin: 0 auto;
    }

    .statistics-container {
        margin-right: 0px !important;
        height: auto !important;
        width: 100%;
    }

    .eduation-and-access .section-intro {
        width: 100%;
    }

    .statistic-entry[type='6'] .description {
        width: 250px;
    }

    .right-part {
        margin-top: 20px;
    }

    .middle-part {
        margin-top: 20px;
    }

    .d-body-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .statistics-container .fertility-probems-statistics .statistic-entry .description {
        width: calc(100% - 100px);
    }

    .statistic-entry[type='5'] .description {
        width: calc(100% - 60px);
    }

    .statistic-entry[type='2'] {
        width: 100%;
        padding: 0px;
    }

    .weight-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .general-background .statistics-container {
        height: auto !important;
    }

    .eduation-and-access .section-intro .left-part, .eduation-and-access .section-intro .middle-part, .eduation-and-access .section-intro .right-part {
        width: 100%;
    }

    .statistic-entry[type='7'] .description {
        width: 68%;
    }
}

@media (max-width:360px) {
    .statistics-page-container {
        width: calc(100% - 20px);
        margin: 0 auto;
    }

    .general-background .statistics-container {
        height: auto !important;
    }

    .statistics-container {
        margin-right: 0px !important;
        height: auto !important;
        width: 100%;
        padding: 15px;
    }

    .eduation-and-access .section-intro {
        width: 100%;
    }

    .statistic-entry[type='6'] .description {
        width: 250px;
    }

    .right-part {
        margin-top: 20px;
    }

    .middle-part {
        margin-top: 20px;
    }

    .d-body-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .statistics-container .fertility-probems-statistics .statistic-entry .description {
        width: calc(100% - 100px);
    }

    .statistic-entry[type='5'] .description {
        width: calc(100% - 60px);
        padding-left: 0px;
    }

    .statistic-entry[type='2'] {
        width: 100%;
        padding: 0px;
    }

    .weight-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .statistic-entry[type='3'] .description {
        padding-left: 5px;
    }

    .eduation-and-access .section-intro {
        padding: 10px;
    }

        .eduation-and-access .section-intro .left-part, .eduation-and-access .section-intro .middle-part, .eduation-and-access .section-intro .right-part {
            width: 100%;
        }

    .statistic-entry[type='7'] .description {
        width: 62%;
    }
}

#gender-treatments-legend {
    margin-top: -50px;
}

.statistic-section .general-background .statistics-container {
    padding: 40px;
}
