/* ---------------------------------------------
-------------------- GENERAL -------------------
----------------------------------------------*/


body {
    /*background-color: #1F282F;*/
    background-color: #FFFFFF;
    font-family: 'Public Sans', sans-serif;
    font-weight: 300;
    font-size: 21px;
    color: #212121;
    padding-bottom: 48px;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}


/* ---------------------------------------------
-------------------- HEADER --------------------
----------------------------------------------*/


header {
    padding: 25px 15px;
    background-color: #0E171F;
}

header a {
    text-decoration: none;
}


header h1 {
    color: white;
    font-size: 40px;
    font-weight: 500;
    padding: 15px 0;
    margin: 0 0 0 15px;
    display: inline;
    vertical-align: middle;
}

header p {
    color: white;
    font-size: 15px;
    padding: 0;
    margin: 0;
}

.headerBar {
    float: right;
}

.headerBar-cell {
    display: table-cell;
    vertical-align: middle;
    font-size: 17px;
    color: white;
}

.headerLogout {

    background-color: transparent;
    font-size: 15px;
    color: white;
}

button.headerLogout {

    border-style: none;
    border-width: 0px;
    padding-right: 0px;
    padding-left: 5px;


}

button.headerLogout:hover {
    /*background-color: #FFFFFF;*/
    /*color: #000000;*/
    color: #0a53be;
}

button.headerLogout:active {
    transform: scale(0.98);
}

button.login {
    background-color: transparent;
    border: none;
    font-size: 17px;
    color: white;
    padding: 5px 15px;
    border: 1px solid white;
    margin: 0 0 0 15px;
}

button.login:hover {
    background-color: #FFFFFF;
    color: #000000;
}

button.login:active {
    transform: scale(0.98);
}

button.langButton {
    color: white;
    background-color: transparent;
    border: white solid 1px;
    font-size: 12px;
    margin-top: 10px;
}

button.langButton:hover {
    color: black;
    background-color: white;
}

button.langButton:hover {
    transform: scale(0.98);
}

input.submit-issue {
    width: 100%;
    background-color: #0E171F;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 19px;
    padding: 10px;
    border: none;
    margin-bottom: 35px;
    cursor: pointer;
}

input.submit-issue:hover {
    color: #0E171F;
    background-color: #FFFFFF;
    border: #0E171F solid 1px;
}

input.submit-issue:active {
    transform: scale(0.99);
}

span.submit-rated-issue {
    display: inline-block;
    width: 99%;
    margin: 0 0.5% 10px 0.5%;
}

label.submit-rated-issue {
    display: block;
    font-size: medium;
    padding: 1px;
}

button.submit-rated-issue {
    width: 15%;
    /*background-color: #0E171F;*/
    /*color: #FFFFFF;*/
    font-weight: 300;
    font-size: 19px;
    padding: 10px;
    /*border: #0E171F solid 1px;*/
    border-radius: 5px;
    /*margin-bottom: 35px;*/
    cursor: pointer;
}

button.submit-rated-issue:hover {
    color: #000000 !important;
    background-color: #FFFFFF !important;
    /*border: #0E171F solid 1px;*/
}

button.submit-rated-issue:active {
    transform: scale(0.99);
}

.submit-rated-issue-footer {
    margin-bottom: 35px;
    font-size: small;
    display: block;
}

footer img {
    margin-right: 15px;
}

#footer_links {
    text-align: center;
    margin-top: 15px;
}

#footer_logos {
    text-align: center;
    /*border: #0E171F 1px solid;*/
    /*border-radius: 5px;*/
}

/* ---------------------------------------------
--------------------- MAIN ---------------------
----------------------------------------------*/

main {
    padding: 25px 15px;
}

main p {
    text-align: justify;
}

h2 {
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

h3 {
    font-size: 24px;
    font-weight: bold;
    padding: 50px 0 15px 0;
    margin: 0;
}

a.action {
    display: block;
    border: 2px solid #0E171F;
    padding: 10px 15px;
    margin: 0 0 10px 0;
    color: #0E171F;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
}

input.login {
    width: 100%;
    border: 1px solid #0E171F;
    border-radius: 0;
    padding: 10px;
    margin: 0 0 20px 0;
}

select.login {
    width: 100%;
    border: 1px solid #0E171F;
    border-radius: 0;
    padding: 10px;
    margin: 0 0 20px 0;
}

button.send {
    width: 100%;
    background-color: #0E171F;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 19px;
    padding: 10px;
    margin-top: 10px;
    border: none;
}

.main-filter-trigger {
    user-select: none;
    background-color: white;
    /*border-bottom-left-radius: 5px;*/
    /*border-top-left-radius: 5px;*/
}

.main-filter-trigger:hover {
    /*transform: scale(1.005);*/
    background-color: #eeeeee;
    /*border-width: 2px;*/
}

.main-filter-trigger:active {
    transform: scale(0.995);
}

.main-filter-trigger {
    padding: 15px 25px;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    cursor: pointer;
}

.main-filter-trigger p {
    font-weight: 500;
    font-size: 19px;
    padding: 0;
    margin: 0;
}

.main-filter-trigger p.subtitle {
    font-weight: 500;
    color: #999;
    font-size: 13px;
    padding: 0;
    margin: 0;
}

.sub-filter-trigger {
    border-bottom: 1px solid white;
    /*margin-left: 25px;*/
}


.sub-filter-trigger:hover {
    /*transform: scale(1.005);*/
    background-color: #eeeeee;
    border-width: 2px;
}

.sub-filter-trigger:active {
    transform: scale(0.995);
}

.sub-filter-trigger {
    padding: 15px 25px 15px 50px;
    cursor: pointer;
}

.sub-filter-trigger p {
    font-weight: 500;
    font-size: 17px;
    padding: 0;
    margin: 0;
}

.category-content {
    /*margin-left: -25px;*/
}

.sub-sub-filter-trigger {
    padding: 10px 45px;
    cursor: pointer;
    margin-left: 30px;
}

.sub-sub-filter-trigger p {
    font-weight: 300;
    font-size: 15px;
    padding: 0;
    margin: 0;
}

.issue-content {
    margin-left: -50px;
}

.issue-content .form-check {
    margin-left: 50px;
    padding-left: 105px;
}

.form-check {
    padding: 10px 20px 10px 75px;
    margin-bottom: 0;
    /*margin-left: 25px;*/
    cursor: pointer;
    /*background-color: white;*/
}


.form-check label {
    font-size: 15px;
    font-weight: 300;
    padding: 0;
    margin: 0;
}

section.free-text, section.free-text-optional {
    margin: 50px 0 0 0;
    padding: 35px;
    border: 1px solid #E0E0E0;
    display: none;
}

section.free-text label, section.free-text-optional label {
    font-size: 15px;
    font-weight: 300;
    padding: 0 0 15px 0;
    margin: 0;
}

section.free-text textarea, section.free-text-optional textarea {
    width: 100%;
    border: 1px solid #0E171F;
    border-radius: 0;
    padding: 10px;
    margin: 0;
}

p.submit-confirm {
    width: 100%;
    background-color: #0E171F;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 19px;
    padding: 15px;
    border: none;
    margin-top: 0px;
    text-align: center;
    cursor: pointer;
}

p.submit-confirm:hover {
    color: #0E171F;
    background-color: #FFFFFF;
    border: #0E171F solid 1px;
}

p.submit-confirm:active {
    transform: scale(0.99);
}


a {
    text-decoration: none;
}

.errorMessage {
    color: red;
    font-weight: bold;
    font-size: 20pt;
}

.category-footer {
    width: 100%;
    display: inline-block;
}

.freetext {
    width: 99%;
    margin: 0 0.5% 10px 0.5%;
}

.evaluation-table {
    width: 100%;
    border: #0E171F 1px solid;
    border-spacing: 1px;
    font-size: large;
}

.evaluation-table-cell {
    border: #0E171F 1px solid;
    text-align: right;
    padding: 0 10px 0 2px;
}

.chart-container {
    border: lightgray solid 1px;
    border-radius: 5px;
    margin: 15px;
    padding: 5px;
}

.chart-title {
    margin: 5px;
    font-weight: bold;
    text-align: center;
    color: #323232;
}

.correlation-coefficients-wrapper {
    display: table;
    margin: auto;
    font-size: small;
}

.correlation-coefficients-caption {
    font-weight: bold;
}

.correlation-coefficients-value {
    padding-left: 5px;
    padding-right: 5px;
    font-style: italic;
}