/* Minification failed. Returning unminified contents.
(235,45): run-time error CSS1046: Expect comma, found '0'
(235,48): run-time error CSS1046: Expect comma, found '/'
 */
/*@font-face {
    font-family: Lato;
    src: url(Lato-Regular.ttf);
}*/

body, html {
    height: 100vh;
    min-height: 500px;
    margin: 0;
    font-family: 'Comfortaa', Lato, Arial;
    overflow: hidden;
    font-size: 16px;
}

.body {
    height: 100%;
}
.background {
    height: 90%;
    width: 100%;
    background-image: url("back-2025.jpg");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    float: left;
	background-position: 80% center;
}

.background-logged {
    background-image: url("back-mask-2025.jpg");
}

.header {
    color: #033661;
    font-size: 50px;
    font-size: 300%;
    position: absolute;
    /*top: 90px;*/
    top: 6%;
    /*left: 110px;*/
    left: 6%;
    cursor: pointer;
    line-height: 120%;
}

footer {
    height: 80px;
    width: 100%;
    background: #033661;
    color: #f1f1f1;
    padding: 15px 0 10px 0;
    bottom: 0;
    position: relative;
    display: inline-block;
}


.footer-info {
    font-size: 15px;
    margin-top: 15px;
    display: inline-block;
}

.footer-info div {
    height: 29px;
}
.footer-info a {
    color: #f1f1f1;
    text-decoration: none !important;
}
.footer-info-company {
    text-align: right;
    margin-right: 50px;

}

.footer-phone {
    width: 140px;
    display: inline-block;
}

.footer-icon {
    height: 20px;
    width: 20px;
    margin-right: 5px;
    margin-left: 10px;
    display: inline-block;
    margin-top: -2px;
    float: left;
}

.footer-right {
    right: 50px;
    position: absolute;
}


.sub-header {
    color: #033661;
    font-size: 32px;
    margin-bottom: 15px;
}
#cookieNotification {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    background-color: #f6f6f6;
    opacity: 0.7;
    filter: alpha(opacity=70); /* ie */
    -moz-opacity: 0.7; /* mozilla */
    display: none;
}
.content {
    height: 400px;
    max-height: 500px;
    width: 600px;
    background: none;
    position: absolute;
    /*left: 100px;*/
    left: 6%;
    /*top: 250px;*/
    top: 22%;
    padding: 10px;
    z-index: 1;
    /*overflow: auto;*/
}

.left {
    float: left;
}
.right {
    float: right;
}

.errors {
    color: #fa4b48;
    margin-top: 20px;
    text-align: left;
    font-size: 14px;
}

.center {
    text-align: center;
}

::placeholder {
    color: #aaaaaa;
    font-size: 18px !important;
    letter-spacing: 2px;
}
input:focus {
    outline: none !important;
}

.hyperlink {
    color: #033661 !important;
}
#loginForm {
    width: 340px;
    color: #033661;
    /*margin-left: -10px;*/
    padding: 20px;
    background: white;
    margin-top: 30px;
}
#loginForm .icon-holder {
    height: 40px;
    width: 40px;
    background-color: #7e8e9d;
    float: left;
    display: inline-block;
    text-align: center;
}
    #loginForm .icon-holder img {
        height: 30px;
        width: 30px;
        margin-top: 5px;
    }

#loginForm input[type="text"],
#loginForm input[type="password"] {
    height: 38px;
    width: 283px;
    border: none;
    padding-left: 15px;
    float: left;
    font-size: 22px;
    letter-spacing: 4px;
}

#loginForm input[type="password"] {
    font-size: 28px;
    letter-spacing: 5px;
}
input[type="checkbox"] {
    cursor: pointer;
}
.pesel-container,
.password-container {
    width: 340px;
    height: 40px;
    /*border: 1px solid #808080;*/
    border: none;
    margin-bottom: 20px;

    box-shadow: rgba(0, 0, 0, 0.15) -5px 5px 5px 1px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) -5px 5px 5px 1px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) -5px 5px 5px 1px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.btn {
    background: #033661;
    color: #f1f1f1;
    border: none;
    cursor: pointer;
}
.btn-login {
    background: #033661;
    width: 340px;
    height: 40px;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.7;
}

    .btn:active {
        transform: translateY(1px);
    }

.btn:hover {
    background-image: linear-gradient(rgb(0 0 0/10%) 0 0);
}
.btn-logout {
    background: #fa4b48;
    width: 180px;
    height: 40px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.7;
}

.top-logout {
    color: #033661;
    position: absolute;
    text-align: right;
    top: 30px;
    right: 30px;
    font-size: 18px;
}

    .top-logout .timer {
        color: #033661AA;
        font-size: 14px;
        margin-top: 5px;
        margin-right: 28px;
    }

    .top-logout img {
        height: 22px;
        float: right;
        margin-left: 5px;
    }

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.15) -4px 4px 5px 2px, rgba(0, 0, 0, 0.05) 1px 1px 2px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) -4px 4px 5px 2px, rgba(0, 0, 0, 0.05) 1px 1px 2px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) -4px 4px 5px 2px, rgba(0, 0, 0, 0.05) 1px 1px 2px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) -4px 4px 5px 2px, rgba(0, 0, 0, 0.05) 1px 1px 2px 2px;
}

#error {
    padding: 20px 40px;
    background: white;
}

.file-list {
    color: #033661;
    background: white;
    width: 580px;
    /*overflow: auto;*/
    /*padding: 20px 40px;*/
}
.file-list b {
    text-align: center;
}

.file-list table {
    width: 100%;
}
    .file-list table tr {
        height: 35px;
    }

.file-container {
    padding: 5px 40px 5px 40px;
    max-height: 330px;
    overflow: auto;
}
.btn-download {
    width: 80px;
    height: 22px;
    /*background: white;
    border: 2px solid #033661;
    
    padding: 0px 5px;
    border-radius: 12px;*/
}

   /* .btn-download:hover {
        background: #033661;
        color: white;
    }*/

.btn-finish {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 60px;
}
.download {
    background: #033661;
    /*border-color: #033661;
    color: #033661;*/
}

.downloaded {
    background: #92d36e;
}

.download-blocked {
    background: #808080;
}

.download-error {
    background: #fa4b48;
}

.download-counter {
    background: #033661;
    color: white;
}

.downloaded-counter {
    background: #92d36e;
    color: white;
}

.download-blocked-counter {
    background: #808080;
    color: white;
}

.download-error-counter {
    background: #fa4b48;
    color: white;
}

/*.download .download-icon {
    height: 16px;
    width: 16px;
    display: inline-block;
    float: left;
    background-color: #033661;
    -webkit-mask: url("download.svg") no-repeat center;
    mask: url("download.svg") no-repeat center;
}
.download .download-icon {
    display: inline-block;
    margin-top: 1px;
}*/

.file-company {
    width: 310px;
}

.file-type {
    width: 130px;
}

.file-download {
    width: 100px;
    color: #f1f1f1;
}

.file-counter {
    width: 30px;
    color: #f1f1f1;
}

    .file-counter div {
        height: 18px;
        text-align: center;
        border-radius: 20px;
        padding-top: 4px;
        font-size: 14px;
        cursor: pointer;
    }
.file-max-3-alert {
    padding: 5px 40px 0 40px;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
    color: #7e8e9d;
}

noscript {
    color: #fa4b48;
}

colors {
    color: #05253e;
    color: #aaaaaa;
    color: #e6e6e6;
    color: #033661;
    color: #fa4b48;
    color: #f1f1f1;
    color: #7e8e9d;
    color: #92d36e;
    color: #202020;
}
.policy {
    height: 420px;
    padding: 10px 20px;
    background: white;
    overflow: auto;
    text-align: justify;
    line-height: 1.7em;
}

.scrollbar-blue {
    scrollbar-width: thin !important;
    scrollbar-height: thin !important;
    scrollbar-color: #2e6da4 #f1f1f1 !important;
}
.scrollbar-blue::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.scrollbar-blue::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scrollbar-blue::-webkit-scrollbar-thumb {
    background: #337ab7;
}

    .scrollbar-blue::-webkit-scrollbar-thumb:hover {
        background: #2e6da4;
    }


.statement-list {
    color: #033661;
    background: white;
    width: 500px;
    padding: 20px 40px;
    overflow: auto;
}

.statement-list b {
    text-align: center;
}

.statement-list table {
    width: 100%;
}

.statement-list table tr {
    height: 35px;
}

.statement-element {
    overflow: auto;
    height: 400px;
    text-align: justify;
    line-height: 1.3;
    padding-right: 10px;
}
    .statement-element p {
        margin: 7px 0;
    }

.answer-table .textarea-control {
    width: 100%;
    height: 55px;
    margin-top: 5px;
    padding: 2px 5px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) -5px 5px 5px 1px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.answer-first-col {
    width: 30px;
}

.answer-header {
    text-align: justify;
    
}
.answer-footer {
    text-align: justify;
}
.answer-label-control {
}

.answer-fullwidth-cell {
}
.answer-skip {
    position: absolute;
    left: 10px;
    bottom: 5px;
    color: #bbbbbb;
    cursor: pointer;
    text-decoration: underline;
    font-size: 80%;
}

    .answer-skip a:hover {
        color: #aaaaaa;;
    }

.statements-waiting-info {
    color: #033661;
    background: white;
    width: 500px;
    padding: 15px 40px;
    margin-bottom: 20px;
    text-align: center;
}
.statements-waiting-info button {
    background: #92d36e
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 20%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 300px;
    text-align: center;
}
