* {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 13px;
    font-smooth: auto !important;
    -moz-osx-font-smoothing: auto !important;
    background-color: #FFF;
}

header {
    /*background: #004673;*/
    padding: 20px 0;

}

header .item:last-child {
    width: 100%;
}

a {
    color: #4CA847;
    text-decoration: none;
}

.no-margin {
    margin: 0 !important;
}

.box {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}

.flex {
    display: -webkit-box; /* wkhtmltopdf uses this one */
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    float: left;
}

.item {
    position: relative;
    padding-left: 20px;
}

.logo-item{
    padding-left: 0;
}
.logo {
    padding: 20px;
    background: #FFF;
    border-radius: 3px;
    border: 1px solid #ededed;
    float: left;
    margin: 0 20px 0 0;
    width: 250px;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 1px;
}

h1 {
    margin: 0 0 5px 0;
    font-family: 'Open Sans', sans-serif;
    color: #004673;
    font-weight: 600;
    font-size: 33px;
}

h2 {
    margin: 0 0 15px 0;
    color: #004673;
    font-weight: 300;
    font-size: 16px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

h3 {
    color: #004673;
    font-weight: 600;
    margin: 0 0 5px 0;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

h3.blue {
    color: #004673;
}

#top a {
    color: #FFF;
    text-decoration: underline;
}

/*.info {
    position: absolute;
    bottom: -5px;
}*/

.info p {
    margin: 0;
    line-height: 24px;
    color: #004673;
}

.divider {
    height: 200px;
    background: #004673;
}

.logos {
    float: right;
    width: 300px;
}

.logos .repquest-logo {
    float: right;
    padding: 5px;
    margin: 10px 0;
}

.logos .org-scan {
    border: 1px solid #EDEDED;
    padding: 5px;
}

.logos .org-scan img {
    display: block;
    margin: auto;
}

.logos img.secondary {
    max-height: 50px;
    max-width: 200px;
}

.overview {
    background: #F8F8F8;
    padding: 20px;
    border: 1px solid #ededed;
    margin-top: 10px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.overview p {
    margin: 0 0 15px 0;
    line-height: 21px;
    color: #666;
}

.box1 {
    margin: 0 0 20px 0;
}

.box1-1 {
    float: left;
    width: 100%;
    border-right: 1px solid #EDEDED;
    padding-right: 20px;
}

.box1-2 {
    float: right;
    width: 100%;
}

.box2 {
    margin: 0 0 20px 0;

}

.box2-1 {
    background: #FFF;
    padding: 20px;
    border-radius: 3px;
    width: 100%;
    float: left;
    margin: 0 2% 0 0;
}

.box2-1.first-row {
    height: 510px;
}

.box2-1 img {
    width: 100%;
}

.box2-1.last {
    margin: 0 0 0 0;
}

.flexrow {
    border: 1px solid red;
}

.chart {
    border-bottom: 1px solid #CCC;
    padding: 5px 0 0 0;
}

.chart.no {
    color: #AAAAAA;
}

.chart label {
    margin: 0 0 5px 0;
    display: block;
}

.chartbar {
    width: 100%;
    height: 26px;
    color: #FFF;
    font-weight: 400;
    font-size: 16px;
    padding: 2px 5px;
}

.chartbar.xsmall {
    background: #EDEDED url(../img/blue-xsmall.png) no-repeat top left;

}

.chartbar.small {
    background: #EDEDED url(../img/blue-small.png) no-repeat top left;

}

.chartbar.medium {
    background: #EDEDED url(../img/blue-medium.png) no-repeat top left;
}


.languages {
    background: url(../img/chart-languages.png) no-repeat top left;
    height: 126px;
    padding: 13px 0 0 155px;
    line-height: 24px;
    margin: 0 0 15px 0;

}

.chart.sector {
    background: #EDEDED;
    border-bottom: none;
    margin: 0 0 2px 0;
    padding: 5px;
}

.chart.sector span {
    float: right;
    font-weight: 600;
    color: #004673;
}

.thumb {
    float: right;
    margin: 0 0 20px 20px;
}

.graph {
    height: 7px;
}


.graph-inner {
    background: #4CA847;
    height: 5px;
}

table.size {
    width: 100%;
    border-collapse: collapse;
}

table.size td {
    text-align: center;
    border: 1px solid #ededed;
    padding: 5px;
}

table.size th {
    color: #004673;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    border: 1px solid #ededed;
    padding: 5px;
}

table.size i {
    color: #004673;
    font-size: 16px;
}

.legend {
    text-align: left;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 15px 0;
}

.buttawns {
    margin-top: -190px;
    text-align: right;
}

.buttawns a {
    padding: 2px 5px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    border-radius: 5px;
    border: 1px solid #FFF;
    background: none;
    color: #FFF;
}

.buttawns a:hover {
    background: #FFF;
    cursor: pointer;
    color: #004673;
}

.buttawns a.flr {
    float: right;
    margin: 0 0 0 5px;
}

a.buttawn  {
    padding: 2px 5px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    border-radius: 5px;
    border: 1px solid #004673;
    background: none;
    color: #004673;
}
a.buttawn-fancy  {
    padding: 2px 5px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    border-radius: 5px;
    border: 1px solid #4ca847;
    background: #4ca847;
    color: #FFF;
}

a.buttawn:hover {
    background: #004673;
    cursor: pointer;
    color: #FFF;
}


.box-gather {
    background: #E5E5E5;
    padding: 3px;
    border-radius: 5px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.box-gather.second {
    float: right;
}

.gather-title {
    color: #004673;
    font-weight: 600;
    margin: 0 0 5px 0;
    font-size: 17px;
    padding: 10px 0 10px 10px;
}

@media screen and (min-width: 1350px) {
    .box2-1 {
        font-size: 12px;
        width: 32.6%;
        margin: 0 1% 0 0;
        padding: 10px;
        height: 490px;
    }

    .box2-1.first-row {
        height: 490px;
    }

    .box2-1.last.one, .box2-1.last {
        margin: 0 0 0 1px;
    }

    .box-gather {
        width: 49.5%;
        float: left;
    }

    .box-gather.second {
        float: right;
    }
}

@media screen and (min-width: 1600px) {
    .box2-1 {
        font-size: 13px;
    }
}

.testy {
    border: 2px solid red;
}

#donut_size_s, #donut_size_m, #donut_size_l {
    width: 33%;
    max-width: 33%;
    float: left;
}

#donut_size_s {
    background: transparent url("/assets/min/rep-up/img/puppet-s.png") no-repeat scroll 50% 77%;
    background-size: 40%;
    padding-top: 70px;
    height: 160px;
}


#donut_size_m {
    background: transparent url("/assets/min/rep-up/img/puppet-m.png") no-repeat scroll 50% 50%;
    background-size: 40%;
}
#donut_size_l {
    background: transparent url("/assets/min/rep-up/img/puppet-l.png") no-repeat scroll 50% 77%;
    background-size: 40%;
    padding-top: 70px;
    height: 160px;
}

/*FOR DONUT CHARTS*/

.lang-span::before{

    content: "";
    display: inline-block;
    height: 16px;
    margin-right: 4px;
    width: 16px;
}

.nl-span::before{
    background-color: #204477;
}
.fr-span::before{
    background-color: #4CA847;
}
.en-span::before{
    background-color: #a5dba0;
}
.other-span::before{
    background-color: #CCC;
}


.donut-graph {
    margin: 0 auto;
    height: 140px;
    width: 140px;
    max-width: 60%;
    position: relative;
    float: left;
}

.doughnutTip2{
    display: none;
}

.doughnutTip {
    position: absolute;
    min-width: 30px;
    max-width: 300px;
    padding: 5px 15px;
    border-radius: 1px;
    background: rgba(255,255,255,.8);
    color: #0a0a0a;
    font-size: 13px;
    text-shadow: 0 1px 0 #000;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
    letter-spacing: .06em;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    pointer-events: none;
}

.doughnutTip:after {
    content: "%";
}

.doughnutSummary {
    display: none;
}
.doughnutSummaryTitle {
    display: none;
}
.doughnutSummaryNumber {
    display: none;
}
.donut-graph path:hover {
    opacity: .65;
}

#donut_size_s .doughnutSummary , #donut_size_l .doughnutSummary {
    display: block;
    position: absolute;
    top: 40%;
    left: 50%;
    color: #d5d5d5;
    text-align: center;
    cursor: default;
}

#donut_size_m .doughnutSummary {
    display: block;
    position: absolute;
    top: 90%;
    left: 50%;
    color: #d5d5d5;
    text-align: center;
    cursor: default;
}

#donut_size_s .doughnutSummaryTitle, #donut_size_m .doughnutSummaryTitle ,#donut_size_l .doughnutSummaryTitle {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -27%;

    letter-spacing: .06em;
}

.icon-users {
    display: inline-block;
    height: 16px;
    width: 16px;
    background: url(../img/icon-users.png) no-repeat;
}

.icon-users-blue {
    display: inline-block;
    height: 16px;
    width: 16px;
    background: url(../img/icon-users-blue.png) no-repeat;
}

.icon-user-blue {
    display: inline-block;
    height: 16px;
    width: 16px;
    background: url(../img/icon-user-blue.png) no-repeat;
}

.show-print{
    display: none;
}

.mobile-no {
    display: none;
}

@media print {

    body {
        font-size: 11px;
    }

    .box {
        width: 100%;
    }

    h1 {
        font-size: 18px;
        margin: 0;
    }

    h2 {
        font-size: 14px;
    }

    h3 {
        font-size: 12px;
        margin: 0;
    }

    p {
        color: #000;
    }

    .gather-title {
        font-size: 14px;
        padding: 2px 0 2px 5px;
    }
    .logo {
        width: 100px;
        height: auto;
    }

    header {
        min-height: 90px;
        padding: 0 0 5px 0;
    }

    header .item {
        min-height: 90px !important;
    }

    .logo-item{
        max-width: 100px;
    }


    .info p {
        line-height: 15px;
    }

    .buttawns, .buttawn, .buttawn-fancy {
        display: none;
    }

    .divider {
        display: none;
    }

    .overview {
        background: none;
        padding: 5px 0 0 0;
        border-top: 1px solid #EDEDED;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

    .overview p {
        line-height: 15px;
        margin: 0 0 5px 0;
    }

    .align-left h3, .align-left p{
        text-align: left;
    }

    .box-1a, .box1-1, .box1-2 {
        width: 32%;
        float: left;
    }

    .box1-1 {
        border-right: 0;
    }

    .box-1a, .box1-1 {
        margin-right: 2%;
    }

    .box-gather {
        width: 100%;
        float: left;
        margin-bottom: 5px;
    }

    .box2-1 {
        padding: 5px;

    }

    .chart.sector {
        background: none;
        border-bottom: 1px solid #EDEDED;
        padding: 2px;
    }

    .chart.sector .graph {
        display: none;
    }

    .chart.no {
        color: #000000;
    }

    .box2-1, .box2-1.first-row {
        height: 330px;
    }

    .thumb {
        display: none;
    }

    .legend {
        margin: 0;
        position: fixed;
        bottom: 0;
    }

    .donut-graph{
        display: none;
    }

    span.show-print{
        display: inline;
    }

    table.show-print{
        display: table;
    }

    .doughnutSummaryTitle{
        font-size: 10px;
    }

    .toggle-addresses{
        display:none;
    }

    .box-gather.second{
        page-break-before: always;
    }

    .box2-1, .box2-1.first-row {
        height: auto;
    }

    .logos{
        width: 100%;
    }
    .logos img{
        float: left;
    }
    .logos-right img{
        float: right;
    }
    a[href*="/"]:after, a[href*="/"]:visited:after {content: normal;}

}
/* as from medium screens */
@media only screen and (min-width: 40.063em) {
    .logos.mobile-no {
        display: block;
        width: 100%;
        padding: 20px 20px 0 20px;
    }

    .logos .clear {
        clear: right;
    }

    .logos.mobile-no .org-scan {
        float: left;
        margin: 0 10px 10px 0;
    }
}

/* as from large screens */
@media only screen and (min-width: 64.063em) {
    .mobile-no {
        display: block;
    }

    header .item:last-child {
        width: 100%;
    }

    .box1-1 {
        float: left;
        width: 40%;
        border-right: 1px solid #EDEDED;
        padding-right: 20px;
    }

    .box1-2 {
        float: right;
        width: 50%;
    }

    .box2-1 {
        width: 32%;
        height: 490px;
    }

    .logos.mobile-no {
        padding: 20px 20px 0 0;
    }
}

/* as from large screens */
@media only screen and (min-width: 1240px) {
    .logos.mobile-no {
        display: block;
        width: 40%;
        padding: 0;
    }

    .flex {
        width: 60%;
    }

    .logos.mobile-no .org-scan {
        float: right;
        margin: 0 0 10px 10px;
    }
}