/* Introduction
   ========================================================================== */
.p1x, .p1x_pct {
    float: left;

    width: 268px;
    height: auto;

    margin-right: 32px;
}

.p2x, .p2x_pct {
    float: left;

    width: 568px;
    height: auto;

    margin-right: 32px;
}

.p1x_pct {
    width: 30%;
    height: auto;
}

.p2x_pct {
    width: 60%;
    height: auto;
}

.section_border {
    border-bottom-style: solid;
    border-bottom-width: 20px;
    border-bottom-color: rgba(193, 61, 67, 1.0); /* BoR Red */
}

#workers {
    position: relative;
    top: 10px;

    width: 75%;
    height: auto;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

#workers_small {
    width: 175px;
    height: auto;
}

.wrapper_background {
    margin-top: 50px;
    padding-bottom: 50px;

    background-color: rgba(223, 232, 232, 1.0); /* BoR Grey Bright */
}

/* Questionare
   ========================================================================== */
.sector_container {
    margin-top: 5px;
}

.button_sector {
    float: left;

    width: 175px;
    height: 125px;

    margin-right: 2vw;
    text-align: center;

    border-style: solid;
    border-width: 1px;
    border-color: rgba(223, 232, 232, 1.0); /* BoR Grey Bright */

    /*
	-webkit-transition: color 0.25s ease, background-color 0.25s ease;
	-moz-transition: color 0.25s ease, background-color 0.25s ease;
	-o-transition: color 0.25s ease, background-color 0.25s ease;
	transition: color 0.25s ease, background-color 0.25s ease;
    */
}

.button_sector img {
    width: 50px;
    height: auto;

    margin: 20px 0px 5px 0px;
}

.button_sector:hover {
    cursor: pointer;
}

.button_sector_active {
    color: rgba(255, 255, 255, 1.0); /* White */
    background-color: rgba(193, 61, 67, 1.0); /* BoR Red */
}

.division_container {
    margin-top: 5px;
}

.button_division {
    float: left;

    margin-left: 0;
    margin-right: 2vw;

    color: rgba(41, 41, 41, 1.0); /* Text Black */
    background-color: rgba(255, 255, 255, 1.0); /* White */

    border-style: solid;
    border-width: 1px;
    border-color: rgba(223, 232, 232, 1.0); /* BoR Grey Bright */
}

.button_division p {
    display: inline;
}

.button_division_active {
    color: rgba(255, 255, 255, 1.0); /* White */
    background-color: rgba(193, 61, 67, 1.0); /* BoR Red */
}

/* Headline and dropdown
   ========================================================================== */
#headline {
    float: left;

    width: auto;
    height: auto;
}

#dropdown {
    position: relative;
    float: right;

    width: 175px;
    height: auto;
}

/* Tables
   ========================================================================== */
#result_column_1, #result_column_2, #result_column_3, #result_column_4, #result_column_5, #result_column_6 {
    float: left;

    font-size: 0.75em;
}

#result_column_1, #result_column_3, #result_column_5 {
    width: 150px;
    height: auto;
}

#result_column_3, #result_column_5 {
    display: none;
}

#result_column_2, #result_column_4, #result_column_6 {
    width: calc(33.333% - 50px);
    height: auto;
}

.row_1x {
    float: left;

    width: 25%;
    height: 40px;

    padding: 5px;
}

.row_2x {
    float: left;

    width: 50%;
    height: 40px;

    padding: 5px;
}

.row_4x {
    float: left;

    width: 100%;
    height: 40px;

    padding: 5px;

    display: flex;
    justify-content: center; /* H */
    align-items: center; /* V */
}

.row_header {
    color: rgba(255, 255, 255, 1.0); /* White */
    background-color: rgba(193, 61, 67, 1.0); /* BoR Red */

    font-size: 1.25em;
    font-weight: bold;
}

.row_header_end {
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgba(255, 255, 255, 1.0); /* White */
}

.row_title {
    font-weight: bold;
}

.row_title_end {
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgba(193, 61, 67, 1.0); /* BoR Red */
}

.row_end {
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgba(193, 61, 67, 1.0); /* BoR Red */
}

/* Tables - Customs
   ========================================================================== */
#result_column_1 .row_title  {
    font-weight: bold;
}

#result_column_1 .row_1x, #result_column_3 .row_1x, #result_column_5 .row_1x {
    width: 100%;

    display: flex;
    justify-content: flex-start; /* H */
    align-items: center; /* V */
}

#result_column_2 .row_1x, #result_column_4 .row_1x, #result_column_6 .row_1x,
#result_column_2 .row_2x, #result_column_4 .row_2x, #result_column_6 .row_2x {
    display: flex;
    justify-content: center; /* H */
    align-items: center; /* V */
}

#result_column_2 .row_1x p, #result_column_4 .row_1x p, #result_column_6 .row_1x p,
#result_column_2 .row_2x p, #result_column_4 .row_2x p, #result_column_6 .row_2x p {
    line-height: 1.2;
    text-align: center;
}

.row_bg {
    background-color: rgba(150, 150, 150, 0.1); /* BoR Grey Light */
}

.row_negative {
    color: rgba(193, 61, 67, 1.0); /* BoR Red */
}

/* Help icon and box
   ========================================================================== */
.helpicon {
    position: relative;
    top: 1px;

    display: inline-block;

    width: 40px;
    height: 40px;

    color: rgba(34, 34, 34, 0.5); /* Grey */
    text-align: center;

    background-color: rgba(255, 255, 255, 1.0); /* White */

    border-style: solid;
    border-width: 1px;
    border-color: rgba(227, 227, 226, 1.0); /* 20% black */
}

.helpicon p {
    line-height: 2.4em;
}

.helpicon:hover {
    cursor: pointer;
}

.helpbox {
	z-index: 25;
	position: absolute;
	top: 0px;
	left: -325px;

	width: 300px;
	height: auto;
	padding: 10px;

    background-color: rgba(255, 255, 255, 1.0); /* White */
    font-size: 0.95em;

	-webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.35);
	-o-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.35);
	box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.35);
    border: 1px solid;
	border-color: rgba(227, 227, 226, 1.0); /* 20% black */

	display: none;
}