@charset "UTF-8";
/*
i co ma robić przycisk "powiększ" na mapce?
Powiększać mapkę na overlay na jakiś procent ekranu width/height. Spróbujmy z 80%
*/
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");

* {
    padding: 0;
    margin: 0;
}

body {
    font-size: 16px;
    color: black;
    background-color: #ffffff;
    font-family: Lato;
}

.header-wrapper {
    width: 100vw;
    background-color: #faf9f7;
}

.monit-wrapper {
    width: 300px;
    z-index: 20000;
    position: fixed;
    left: 10px;
    top: 10px;
    display: flex;
    flex-direction: column;
}

.monit-wrapper .monit {
    z-index: 20000;
    display: none;
    /*max-width: calc(780px - 2px);*/
    width: 100%;
    box-sizing: border-box;
    font-size: 17px;
    align-items: center;
    height: auto;
    padding: 3mm 4mm 3mm 4mm;
    margin-top: 1mm;
    margin-bottom: 1mm;
    border-radius: 3px;
    -webkit-animation-name: monit-error-show;
    animation-name: monit-error-show;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.monit-wrapper .monit.error {
    background-color: #f56454;
    border-left: 5mm solid #d83526;
    color: black;
}

.monit-wrapper .monit.confirm {
    background-color: #9fd16d;
    border-left: 5mm solid #62a025;
    color: black;
}

.monit-wrapper .monit.info {
    background-color: #82d1ff;
    border-left: 5mm solid #1283bb;
    color: black;
}

.monit-wrapper .monit.warning {
    background-color: rgb(255, 221, 147);
    border-left: 5mm solid rgb(255, 174, 0);
    color: black;
}

.monit-wrapper .monit div {
    padding-top: 3mm;
    font-size: 14px;
}

@-webkit-keyframes monit-error-show {
    0% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes monit-error-show {
    0% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.separating-space {
    height: 20px;
}

.monit-inline {
    z-index: 20000;
    position: relative;
    /*display: none; */
    /*max-width: calc(780px - 2px);*/
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    height: auto;
    border-radius: 3px;
    display: none;
}

.monit-inline.error {
    color: #d83526;
}

.monit-inline.confirm {
    color: #62a025;
}

.monit-inline.info {
    color: #1283bb;
}

.monit-inline.warning {
    color: rgb(255, 174, 0);
}

.monit-inline div {
    padding-top: 3mm;
    font-size: 14px;
}

/* This monit will appear on all width of current div */
.monit-main {
    font-size: 17px;
    z-index: 20000;
    width: calc(780px - 4mm - 5mm);
    height: auto;
    padding: 4mm 0 4mm 4mm;
}

.monit-main.confirm {
    background-color: #9fd16d;
    border-left: 5mm solid #62a025;
    color: black;
}

.monit-main.warning {
    background-color: rgb(255, 174, 0);
    color: black;
}

/*
  Delay showing js-disabled-info to avoid yellow flashing while DOM+JS is loading
*/
.js-disabled-info {
    -webkit-animation: delay-opacity 1s;
    animation: delay-opacity 1s;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

@-webkit-keyframes delay-opacity {
    0% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes delay-opacity {
    0% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fast-contact {
    display: flex;
    -moz-column-gap: 20px;
    column-gap: 20px;
    flex-wrap: wrap;
}

.fast-contact .fast-contact-phone {
    white-space: nowrap;
}

.fast-contact .fast-contact-email {
    white-space: nowrap;
}

.text-description {
    border-radius: 7px;
}

.header {
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 17px;
    max-width: calc(780px - 12px);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header ul {
    flex-grow: 2;
    list-style: none;
    padding-bottom: 3mm;
    padding-top: 3mm;
}

.header ul li {
    font-size: 0.84em;
}

.header ul li .phone_icon,
.header ul li .email_icon {
    display: inline;
    position: relative;
    top: 8px;
    margin-right: 1mm;
}

.header ul li .phone_icon img,
.header ul li .email_icon img {
    width: 20px;
    height: 24px;
}

.header ul li.title {
    font-size: 1.7em;
    font-weight: 600;
}

.header img.logo-partner,
.header img.logo-automapa {
    position: relative;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 8mm;
    margin-right: 2mm;
    height: 60px;
    max-width: 200px;
    max-height: 80px;
}

.header a {
    color: black;
    text-decoration: none;
}

.main {
    font-size: 14px;
    width: 780px;
    margin: 0 auto;
    /* Remove border in focus Chrome */
    /********************************************/
    /* UPLOAD */
    /* https://blog.benestudio.co/custom-file-upload-button-with-pure-css-5aacf39aa0a */
    /*********************************************/
    /* Hide uploaded files */
}

.main .row {
    display: flex;
    flex-direction: row;
    align-items: bottom;
    margin-top: 1mm;
}

.main .col {
    width: calc(780px);
}

.main .col-left {
    width: calc(370px - 4px);
    padding-bottom: 5mm;
}

.main .col-address {
    height: 180px;
    width: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 4;
    margin-left: 2mm;
    margin-right: 4mm;
}

.main .col-button-locate {
    margin-right: 10mm;
    display: flex;
    align-self: flex-end;
}

.main .label-address {
    display: block;
    font-size: 11px;
    color: grey;
    font-weight: normal;
    margin: 0.5mm;
}

.main .col-right {
    width: calc(calc(780px - 370px - 6px) - 4px);
    padding-bottom: 5mm;
}

.main .coords-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.main .coords-wrapper-upper {
    height: 45%;
}

.main .input {
    z-index: 0;
    font-family: inherit;
    font-size: 14px;
    border: 1px solid transparent;
    border-bottom: 1px solid #999999;
    padding-bottom: 0;
    height: 30px;
    padding-left: 1mm;
}

.main .input.center {
    text-align: center;
}

.main .input.coords {
    width: 45%;
    display: inline-block;
    line-height: 32px;
    height: 30px;
}

.main .input.coords:hover {
    background-color: #f6f6f6;
}

.main .input.place {
    width: 99%;
    height: 30px;
}

.main .input.place:hover {
    background-color: #f6f6f6;
}

.main .input.email {
    position: relative;
    width: 300px;
    height: 30px;
    margin-top: 11px;
}

.main .input.email:hover {
    background-color: #f6f6f6;
}

.main .input:focus {
    background-color: #f6f6f6;
    border-width: 1px solid transparent !important;
    border-bottom: 1px solid #62a025;
}

.main textarea {
    font-family: inherit;
    font-size: inherit;
    padding: 2mm;
    width: calc(100% - 4mm);
    height: 60px;
    margin: 5mm 0 0 0;
    border: 1px solid #999999;
}

.main textarea:focus {
    background-color: #f6f6f6;
}

.main textarea:hover {
    background-color: #f6f6f6;
}

.main textarea:focus,
.main input:focus {
    outline: none;
}

.main .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 120px;
    cursor: pointer;
    /* Make input overwrite button but not visible */
}

.main .upload-btn-wrapper input[type=file] {
    cursor: pointer;
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.main .upload-btn-wrapper:hover {
    opacity: 0.86;
}

.main input[type=text] {
    padding-bottom: 0mm;
    padding-left: 1mm;
}

.main input[type=radio] {
    margin-left: 2mm;
}

.main input[type=radio] label {
    width: 100%;
    display: inline-block;
}

.main .radio-selected,
.main .active {
    background-color: #f6f6f6;
}

.main .form-group {
    margin-top: 1mm;
    margin-bottom: 1mm;
    padding-bottom: 2mm;
    padding-top: 2mm;
    width: 320px;
    border: 1px solid transparent;
    border-radius: 7px;
    cursor: pointer;
}

.main .form-group:hover {
    background-color: #f6f6f6;
}

.main .form-group label {
    cursor: pointer;
    margin-left: 2mm;
    font-weight: 600;
    font-family: inherit;
    color: #464646;
}

.main .form-group label div {
    font-size: 13px;
    font-family: inherit;
    color: #999999;
    font-weight: normal;
    margin-left: 0;
    margin-top: 1mm;
}

.main .form-group .input_radio_invisible {
    position: absolute;
}

.main button {
    font-size: 12px;
    font-family: inherit;
    border: 0;
    border-radius: 7px;
    line-height: 12px;
    cursor: pointer;
    white-space: nowrap;
}

.main button.btn-primary {
    padding: 4mm 5mm 4mm 5mm;
    background-color: #62a025;
    color: #ffffff;
    height: 42px;
    line-height: calc(42px * 0.25);
}

.main button.btn-secondary {
    padding: 8px 10px 9px 10px;
    background-color: #616161;
    color: #ffffff;
    line-height: 13px;
}

.main button:hover {
    opacity: 0.86;
}

.main .fileinput {
    opacity: 0;
}

.main .upload-file {
    cursor: pointer;
    width: 24px;
    height: 32px;
    margin: 1mm;
    margin-right: 4mm;
}

.main .upload-file img {
    position: relative;
    top: -10px;
    width: 30px;
    height: 38px;
}

.main .upload-file span {
    display: inline;
    position: relative;
    top: -35px;
    left: 3.5px;
    font-size: 9px;
    width: 20px;
    text-align: center;
}

.main .upload-file.upload-progress img {
    -webkit-animation: file-upload-progress 2s infinite;
    animation: file-upload-progress 2s infinite;
}

@-webkit-keyframes file-uploaded {
    0% {
        background-color: transparent;
    }

    70% {
        background-color: greenyellow;
    }

    100% {
        background-color: transparent;
    }
}

@keyframes file-uploaded {
    0% {
        background-color: transparent;
    }

    70% {
        background-color: greenyellow;
    }

    100% {
        background-color: transparent;
    }
}

@-webkit-keyframes file-upload-progress {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes file-upload-progress {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}

.main .upload-file-progress {
    background-color: greenyellow;
    color: black;
    font-size: inherit;
}

.main .map-wrapper {
    margin-top: 1mm;
    width: 100%;
    height: 180px;
    background-color: transparent;
}

.main .map-wrapper .mapbox {
    cursor: url("../../images/blue_punk.cur"), auto;
}

.main .map-wrapper .map-enlarge-button {
    position: relative;
    width: 24px;
    height: 24px;
    top: -34px;
    left: 0;
    padding: 6px;
    background-color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}

.main .map-wrapper .map {
    position: relative;
    display: inline-block;
    z-index: -100;
    width: 100%;
    height: 180px;
    background-color: rgba(98, 160, 37, 0.4);
    border-radius: 7px;
}

.main .map-wrapper .map img {
    background-color: rgba(98, 160, 37, 0.4);
    position: relative;
    width: 100%;
    height: 180px;
    border-radius: 7px;
}

.main .separating-line {
    width: 320px;
    height: 1px;
    border-top: 1px solid #aaa;
}

.main h1,
.main h2,
.main h3,
.main h4 {
    margin-top: 8mm;
    margin-bottom: 8mm;
}

.main ul {
    list-style: none;
    font-family: inherit;
    font-size: 14px;
    margin-left: 8mm;
}

.main ul a.link_todo_next {
    color: rgb(26, 62, 221);
    display: inline-block;
    border: 1px solid grey;
    border-radius: 3px;
    text-decoration: none;
    padding: 1mm 2mm 1mm 2mm;
}

.main ul a.link_todo_next:hover {
    color: rgb(26, 88, 255);
    background-color: rgba(0, 0, 200, 0.1);
}

.main ul li {
    margin: 1mm;
}

.show-change {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: show-change-animation;
    animation-name: show-change-animation;
}

@-webkit-keyframes show-change-animation {
    0% {
        background-color: transparent;
    }

    30% {
        background-color: rgba(98, 160, 37, 0.5607843137);
    }

    100% {
        background-color: transparent;
    }
}

@keyframes show-change-animation {
    0% {
        background-color: transparent;
    }

    30% {
        background-color: rgba(98, 160, 37, 0.5607843137);
    }

    100% {
        background-color: transparent;
    }
}

/* ERROR SUPPORT */
/* EXAMPLE:
    <div>
        <input class="error-input" id="this_is_important_name_for_js" value="">
        <span class="error-text">Error - please fill this input!</span>
    </div>
*/
.error-text {
    display: none;
    margin-left: 5px;
}

.error-container .error-text {
    display: block;
    position: relative;
    color: #cb0936;
}

.error-container .error-input {
    border: 1px solid #cb0936;
    border-radius: 7px;
}

@media screen and (max-width: 800px) {
    body {
        margin-bottom: 10px;
    }

    .header-wrapper {
        width: 100vw;
    }

    .header {
        max-width: 90vw;
    }

    .header img.logo-partner,
    .header img.logo-automapa {
        margin: 0px;
        padding: 0px;
        margin-left: 5px;
        height: 45px;
    }

    .main {
        width: 390px;
    }

    .main .row {
        display: flex;
        flex-direction: column;
        margin-left: 5px;
    }

    .main .row .col {
        width: 383px;
    }

    .main .row.row-important {
        /* USE TO AVOID CHANGING INTO column-direction in flex*/
        flex-direction: row;
    }

    .main .btn-primary {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/*# sourceMappingURL=styles.css.map */