/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

body {
     padding-bottom: 0;
}
body > article {
    min-height: calc(100vh - 222px);
}
.table-bordered > thead > tr > th {
    border: 1px solid #dadada;
}
.table-bordered > thead > tr > td {
    border: 1px solid #dadada;
}
.container {
    max-width: 1600px;
    width: 100%;
}
.footer {
    background-color: #00693c;
    height:80px;
    margin-bottom: -1px;
}
.footer p {
    color: #fff;
    margin-top: 3rem;
}
.h4{
    font-size:14px;
    color: #337ab7;
}
.survey-welcome {
    color: #000;
}
.progress-bar {
    background-color: #00693c;
}


.language-instruction {
    visibility: hidden;
    position: relative;
}
.language-instruction::after {
    content: "Język/Language";
    visibility: visible;
    position: absolute;
}


.btn-check:checked+.btn-primary{
    background-color: #00693c;
    border: 1px solid #00693c;
    color: white;
}
.btn-check:focus:checked+.btn-primary{
    background-color: #00693c;
    border: 1px solid #00693c;
    color: white;
}


.btn-primary {
    background-color: white;
    border: 1px solid #00693c;
    /*border-radius: 2px;*/
    color: #00693c;
}
.btn-primary:hover, .btn-primary:active {
    background-color: #00693c;
    border: 1px solid #00693c;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
    color: #fff;
}
.btn-primary.active {
    background-color: #004f2d;
}
.btn-primary.focus {
    background-color: inherit;
    color: #00693c;
    outline: 3px solid green;
    outline-offset: 1px;
}
.btn-primary:focus {
    background-color: inherit;
    color: #00693c;
}
.btn-primary.active.focus {
    background-color: #004427;
}
.btn-primary:active:hover {
    background-color: #004427;
}
.btn-primary:focus-visible, .btn-primary.active:focus-visible {
    outline: 3px solid green;
    outline-offset: 1px;
}
.btn-primary.active:hover {
    background-color: #004427;
}
.btn-group {
    display: flex;
    justify-content: space-around;
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
}
.btn-group > .button-item {
    margin-right: 0;
    min-width: 27%;
    width: fit-content;
}


