* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: mainFont;
    src: url("../../Resources/Fonts/Roboto-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: mainFontBold;
    src: url("../../Resources/Fonts/Roboto-Bold.ttf");
    font-weight: 700;
}

html, body, button {
    font-family: mainFont;
    font-size: 14px;
    color: #0784aa;
}

body {
    height: 100vh;
}

a {
    text-decoration: none;
    color: #0784aa;
}

h1 {
    font-size: 1em;
    line-height: 2.1429rem;
    margin-left: 2.5rem;
}

h2 {
    font-size: 1em;
    color: #818181;
    margin-left: 2.5rem;
    line-height: 1.7857rem;
}

section {
    width: 100%;
}

section#support-addres-section {
    width: 80%;
}

section#support-addres-section input.support-input {
    width: 40%;
    margin-top: 6px;
}

input.support-input[placeholder="Numer mieszkania:"] {
    float: right;
}

.password-strength {
    text-align: center;
    margin-top: 30px;
    color: #0784AA;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
}

.row::after {
    content: "";
    clear: both;
    display: block;
}

[class*="col-"] {
    float: left;
    padding: 0rem 1.0714rem 0rem 1.0714rem;
}

/* For mobile phones: */

[class*="col-"] {
    width: 100%;
}

@media only screen and (min-width: 900px) {
    /* For tablets: */
    .col-s-1 {
        width: 8.33%;
    }
    .col-s-2 {
        width: 16.66%;
    }
    .col-s-3 {
        width: 25%;
    }
    .col-s-4 {
        width: 33.33%;
    }
    .col-s-5 {
        width: 41.66%;
    }
    .col-s-6 {
        width: 50%;
    }
    .col-s-7 {
        width: 58.33%;
    }
    .col-s-8 {
        width: 66.66%;
    }
    .col-s-9 {
        width: 75%;
    }
    .col-s-10 {
        width: 83.33%;
    }
    .col-s-11 {
        width: 91.66%;
    }
    .col-s-12 {
        width: 100%;
    }
}

@media only screen and (min-width: 1300px) {
    /* For desktop: */
    .col-1 {
        width: 8.33%;
    }
    .col-2 {
        width: 16.66%;
    }
    .col-3 {
        width: 22.5%;
    }
    .col-4 {
        width: 33.33%;
    }
    .col-5 {
        width: 41.66%;
    }
    .col-6 {
        width: 55%;
    }
    .col-7 {
        width: 58.33%;
    }
    .col-8 {
        width: 66.66%;
    }
    .col-9 {
        width: 75%;
    }
    .col-10 {
        width: 83.33%;
    }
    .col-11 {
        width: 91.66%;
    }
    .col-12 {
        width: 100%;
    }
}

.left-menu {
    background-color: rgba(0, 129, 168, 0.13);
    padding-left: 3.5714rem;
}

.left-menu, .middle-menu, .right-menu {
    min-height: 870px;
    height: calc(100vh - 5.3571rem);
}

form#assist-form {
    position: relative;
    height: calc(100vh - 5.3571rem);
    min-height: 870px;
}

.main-logo {
    height: 5.3571rem;
    background-image: url("../../img/logoTop@2x.png");
    background-repeat: no-repeat;
    background-size: 10rem;
    background-position: center;
    background-color: rgba(0, 129, 168, 0.13);
}

.main-logo.login-screen {
    background-size: 15rem;
    background-image: url("../../img/logoTop@2x.png");
    background-color: rgba(255, 255, 255, 0.13);
}

.static-content header.main-logo {
    background-color: #fff;
    background-size: 60%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    transform: translate(0px);
}

.static-content h2 {
    margin-left: 0rem;
    font-size: 1rem;
    margin-bottom: 0.7143rem;
}

.static-content h1 {
    font-size: 1.2857rem;
    margin-bottom: 0.7143rem;
    margin-top: 0.7143rem;
}

.static-content .text-page-view a {
    color: #0784aa;
}

.static-content p {
    font-size: 1rem;
    line-height: 1.5rem;
}

.static-content ul {
    line-height: 25px;
    margin: 20px;
}

.instruction-img {
    text-align: center;
}

.instruction-img img {
    height: 100%;
    width: auto;
    margin: 20px 0;
}

nav ul {
    float: right;
    margin-top: 1.7857rem;
    margin-right: 1.4286rem;
}

nav ul li {
    display: block;
    float: left;
    margin-right: 1.4286rem;
    cursor: pointer;
    line-height: 2.1429rem;
}

nav ul li:hover {
    border-bottom: 0.2143rem solid #0784aa;
}

.menu-icon {
    float: left;
    width: 2.1429rem;
    height: 2.1429rem;
    margin-right: 0.1429rem;
}

#msm, #inm, #pom, #com, #lom, #safety-pad-3-instruction {
    background-repeat: no-repeat;
    background-position: center;
}

#msm {
    background-image: url("../../img/ikona1.png");
    background-size: 1.7857rem;
}

#inm, #safety-pad-3-instruction {
    background-image: url("../../img/ikona16.png");
    background-size: 1.4286rem;
}

#pom {
    background-image: url("../../img/ikona14.png");
    background-size: 1.5714rem;
}

#com {
    background-image: url("../../img/ikona4.png");
    background-size: 1.7143rem;
}

#lom {
    background-image: url("../../img/ikona10.png");
    background-size: 1.2857rem;
}

input.support-input {
    height: 1.7857rem;
    width: 80%;
    margin-left: 1.0714rem;
    margin-bottom: 1.0714rem;
    border: none;
    border-bottom: 0.0714rem solid #0784aa;
    outline: none;
    background: none;
    float: left;
    color: #818181;
}

.support-input.v-error {
    background-color: rgba(209, 2, 2, 0.11);
}

.header-icon {
    float: left;
    width: 100%;
    height: 2.5rem;
    margin-top: 0.7143rem;
}

.header-icon#add-new-support, .header-icon#support-location, .header-icon#support-calendar, .header-icon#support-details, .header-icon#device-state {
    background-repeat: no-repeat;
}

#add-new-support {
    background: url("../../img/ikona1.png");
    background-size: 1.7857rem;
    background-position-y: 0.4286rem;
}

#support-location {
    background: url("../../img/ikona6.png");
    background-size: 1.4286rem;
}

#support-calendar {
    background: url("../../img/ikona14.png");
    background-size: 1.5714rem;
}

#support-details {
    background: url("../../img/ikona16.png");
    background-size: 1.4286rem;
}

#device-state {
    background: url("../../img/ikona7.png");
    background-size: 1.5714rem;
}

#support-date {
    background: url("../../img/new/calendar.png");
}

#risk {
    background: url("../../img/new/risk.png");
}

#address {
    background: url("../../img/new/address.png");
}

#message {
    background: url("../../img/new/message.png");
}

#support-date, #risk, #address, #message {
    background-repeat: no-repeat;
    background-size: 1.4286rem;
}

.support-duration {
    width: 84%;
    height: 25px;
    padding-left: 17px;
}

.duration-time {
    float: left;
    font-size: 16px;
    border: 1px solid #0784aa;
    border-radius: 4px;
    padding: 2px;
    cursor: pointer;
}

.duration-time:hover {
    background-color: #0784aa38
}

.duration-time.six {
    position: relative;
    left: 50%;
    transform: translate(-150%);
}

.duration-time.nine {
    float: right;
}

.danger-level-picker {
    width: 100%;
    padding-left: calc((100% - 22.8571rem) / 2);
}

.danger-level-picker p {
    color: #818181;
    text-align: left;
    width: auto;
    font-size: 0.8em;
    padding-right: 1.8rem;
}

.dl-picker-one, .dl-picker-two, .dl-picker-three {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    margin-right: calc((100% - 18.5714rem) / 2);
    background-size: 100%;
    background-repeat: no-repeat;
}

.dl-picker-one.zero, .dl-picker-two.zero, .dl-picker-three.zero {
    background-image: url("../../img/dangerLevel.png");
}

.dl-picker-one {
    background-image: url("../../img/dangerLevelGreen.png");
}

.dl-picker-two {
    background-image: url("../../img/dangerLevelOrange.png");
}

.dl-picker-three {
    background-image: url("../../img/dangerLevelRed.png");
}

.menu-btn {
    width: 100%;
    height: 2.8571rem;
    margin-top: 1.0714rem;
    border: 0.0714rem solid #0784aa;
    border-radius: 0.5rem;
    background-color: #fff;
    text-align: center;
    line-height: 2.8571rem;
    color: #0784aa;
    font-family: mainFontBold;
    font-size: 1.083em;
    cursor: pointer;
}

#add-support-btn {
    background-image: url("../../img/ikona4.png");
    background-repeat: no-repeat;
    background-size: 2.1429rem;
    background-position: 1.4286rem 0.5rem;
    position: absolute;
    bottom: 10px;
    width: 80%;
    margin-left: 1.0714rem;
}

.menu-btn#find-on-map {
    background-image: url("../../img/ikona6.png");
    background-repeat: no-repeat;
    background-size: 1.4286rem;
    background-position: 1.4286rem 0.1429rem;
    font-size: 0.8571rem;
    line-height: 2.1429rem;
    width: 100%;
    height: 2.1429rem;
    margin-top: 0.3571rem;
    margin-bottom: 0.3571rem;
    margin-left: 1.0714rem;
    border: 0.0714rem solid #0784aa;
}

.menu-btn#cancel-edit {
    background-image: url("../../img/ikona6.png");
    background-repeat: no-repeat;
    background-size: 1.4286rem;
    background-position: 1.4286rem 0.1429rem;
    font-size: 0.8571rem;
    line-height: 2.1429rem;
    width: 80%;
    height: 2.1429rem;
    margin-bottom: 0.3571rem;
    margin-left: 1.0714rem;
    border: 0.0714rem solid #0784aa;
}

textarea {
    width: 80%;
    height: 7.1429rem;
    border-radius: 0.7143rem;
    border: 0.0714rem solid #0784aa;
    color: #0784aa;
    padding: 1.0714rem;
    font-family: mainFont;
    font-size: 0.8571rem;
    color: #0784aa;
    margin-left: 15px;
}

.wrapper {
    width: 100vw;
    height: 100vh;
    background-image: url("../../img/backgroundBadge.png");
    background-repeat: no-repeat;
    background-position: center;
}

header.main-logo {
    width: 28.5714rem;
    position: relative;
    top: 5%;
    left: 50%;
    transform: translate(-50%);
    background-position: center;
}

header {
    height: 5.3571rem;
}

.login-section {
    width: 28.5714rem;
    height: 14.2857rem;
    position: relative;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 1.0714rem;
}

.login-icon {
    width: 2.1429rem;
    height: 2.1429rem;
    float: left;
    background-image: url("../../img/icon1.png");
    background-repeat: no-repeat;
}

.password-icon {
    width: 2.1429rem;
    height: 2.1429rem;
    float: left;
    background-image: url("../../img/icon2.png");
    background-repeat: no-repeat;
}

.log-btn {
    width: 5.7143rem;
    height: 5.7143rem;
    background: url("../../img/logButton.png");
    background-repeat: no-repeat;
    margin-top: 3.9286rem;
    border: none;
    cursor: pointer;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.password-change {
    position: absolute;
    bottom: 40%;
    left: 50%;
    transform: translate(-50%);
    color: #0784aa;
}

.map-view {
    width: 100%;
    height: 40.7143rem;
    background-color: #fff;
    border-radius: 0.7143rem;
    border: 0.0714rem solid #0784aa;
    margin-bottom: 0.7143rem;
}

.support-details {
    position: relative;
    width: 100%;
    height: 13.5714rem;
    border: 0.0714rem solid #0784aa;
    border-radius: 0.7143rem;
    background: url("../../img/backgroundBadge.png");
    background-repeat: no-repeat;
    background-size: 18%;
    background-position: center;
}

.support-calendar {
    width: 100%;
    height: 19.8571rem;
    border: 0.0714rem solid #0784aa;
    border-radius: 0.7143rem;
}

.list-record {
    display: block;
    width: 100%;
    height: 3.5714rem;
    border: 0.0714rem solid #0784aa;
    border-radius: 0.7143rem;
    margin-top: 1.0714rem;
    cursor: pointer;
}

.list-record:hover {
    background-color: rgba(7, 132, 170, 0.2);
}

.list-record[data-term='past'] {
    opacity: 0.5;
}

.danger-level-icon-small {
    width: 2.6429rem;
    height: 2.6429rem;
    margin: 0.4286rem 0 0 1.4286rem;
    float: left;
    background-repeat: no-repeat;
    background-size: 100%;
}

.green {
    background-image: url("../../img/dangerLevelGreen.png");
}

.orange {
    background-image: url("../../img/dangerLevelOrange.png");
}

.red {
    background-image: url("../../img/dangerLevelRed.png");
}

.support-list-wrap {
    min-height: 20.1429rem;
    height: 20.1429rem;
    overflow: auto;
    margin-top: 0.3571rem;
    margin-bottom: 0.7143rem;
}

.support-hour-small {
    font-size: 1.1429rem;
    font-weight: 700;
    line-height: 3.5714rem;
    margin-left: 0.7143rem;
    float: left;
}

.support-address-small {
    margin-left: 1.0714rem;
    margin-top: 0.7143rem;
    float: left;
}

.support-address-line {
    line-height: 1.1429rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 210px;
}

.progress-bar-wrap {
    position: relative;
    top: 50%;
    left: 78%;
    transform: translate(0%, -50%);
    width: 0.7143rem;
}

.progress-bar {
    position: relative;
    width: 4.8571rem;
    height: 8.5714rem;
    background-image: url("../../img/battery.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.progress-bar-fill {
    position: absolute;
    bottom: 0rem;
    width: 4.1429rem;
    margin-left: 0.2857rem;
    margin-bottom: 0.5714rem;
    background-color: #0784aa;
}

.device-state {
    width: 100%;
    height: 13.5714rem;
    border: 0.0714rem solid #0784aa;
    border-radius: 0.7143rem;
    position: relative;
}

.device-state-info {
    position: absolute;
    top: 2.5rem;
    left: 1.4286rem;
}

.device-state-info h2 {
    margin: 0.3571rem 0 0 0;
    font-size: 1.4286rem;
    color: #0784aa;
}

p.version {
    position: absolute;
    bottom: 0.1429rem;
    right: 0.7143rem;
    font-size: 0.8em;
}

.support-details-icon {
    width: 5rem;
    height: 100%;
    float: left;
    margin-left: 1.4286rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.support-details-date {
    margin-left: 1.4286rem;
    width: 10.7143rem;
    height: 6.4286rem;
    float: left;
    padding: 1.4286rem 0 0 0;
}

.support-details-date p, .support-details-address p {
    font-size: 1.286em;
    font-weight: 700;
}

.support-details-address {
    margin-left: 1.4286rem;
    width: 28.5714rem;
    height: 5.7143rem;
    float: left;
}

.support-details-info {
    width: 42.8571rem;
    height: 6.4286rem;
    float: right;
    margin-top: 1.4286rem;
    padding: 0.7143rem;
}

.support-details-edit-icon, .support-details-delete-icon {
    position: absolute;
    bottom: 1.4286rem;
    right: 6.4286rem;
    width: 3.5714rem;
    height: 3.5714rem;
    background-image: url("../../img/Pencil.png");
    background-repeat: no-repeat;
    background-size: 1.0714rem;
    background-position: center;
    cursor: pointer;
}

.support-details-delete-icon {
    right: 2.1429rem;
    background-image: url("../../img/Trash.png");
    background-size: 1.4286rem;
}

.support-details-edit-icon a, .support-details-delete-icon a {
    position: absolute;
    bottom: 0;
    width: 3.5714rem;
    text-align: center;
    color: #0784aa;
    text-decoration: none;
    font-size: 0.8em;
}

.support-instruction-modal, .support-gdpr-modal {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40vw;
    height: 90vh;
    background-color: #fff;
    border: 0.0714rem solid #0784aa;
    box-shadow: 0.2143rem 0.2143rem 0.3571rem rgba(129, 129, 129, 0.5);
    padding: 2.8571rem;
    z-index: 400;
    overflow: auto;
}

.support-instruction-modal .close-btn, .support-gdpr-modal .close-btn {
    position: absolute;
    top: 0.7143rem;
    right: 0.7143rem;
    width: 1.4286rem;
    height: 1.4286rem;
    cursor: pointer;
    font-size: 1.4em;
}

@media only screen and (min-width: 1920px) {
    html, body, button, textarea {
        font-size: 0.8571rem;
    }
    .dl-picker-one, .dl-picker-two, .dl-picker-three {
        width: 60.0006px;
    }
}

@media only screen and (max-width: 1640px) {
    html, body, button, textarea {
        font-size: 0.8571rem;
    }
    .dl-picker-one, .dl-picker-two, .dl-picker-three {
        width: 4.6429rem;
    }
}

@media only screen and (max-width: 1525px) {
    html, body, button, textarea {
        font-size: 0.8571rem;
    }
    .dl-picker-one, .dl-picker-two, .dl-picker-three {
        width: 4.2857rem;
    }
}

@media only screen and (max-width: 1390px) {
    html, body, button, textarea {
        font-size: 11px;
    }
    .dl-picker-one, .dl-picker-two, .dl-picker-three {
        width: 3.9286rem;
    }
}

@media only screen and (max-width: 1300px) {
    html, body, button, textarea {
        font-size: 0.7857rem;
    }
    .dl-picker-one, .dl-picker-two, .dl-picker-three {
        width: 3.5714rem;
        margin-right: 3.2143rem;
    }
    .danger-level-picker {
        padding-left: calc((100% - 32.8571rem) / 2);
    }
    .danger-level-picker p {
        width: 22.8571rem;
    }
    .calendar__head, .calendar__body {
        width: 23% !important;
    }
}

@media only screen and (max-width: 900px) {
    html, body, button, textarea {
        font-size: 0.7857rem;
    }
    .dl-picker-one, .dl-picker-two, .dl-picker-three {
        width: 4.5714rem;
        height: 7.1429rem;
        margin-right: 6.2143rem;
    }
    .danger-level-picker {
        padding-left: calc((100% - 32.8571rem) / 2);
    }
    .danger-level-picker p {
        width: 31.8571rem;
        font-size: 14px;
    }
    .calendar__head, .calendar__body {
        width: 70% !important;
        height: 23% !important;
        font-size: 16px;
        border-spacing: 0.8557rem !important;
    }
    .calendar-body-row td {
        width: 10px !important;
        height: 26px !important;
    }
    .middle-menu {
        min-height: 782px;
    }
    #add-support-btn {
        bottom: none;
    }
    nav ul li {
        margin-right: 0.4286rem;
    }
}


.instructions-3-wrapper {
    color: #828281;
}

.instructions-3-wrapper h1, .warning {
    color: #D0010E;
}

.instructions-3-wrapper .warning {
    color: #D0010E;
    font-weight: bold;
}
.instructions-3-wrapper li {
    font-size: 1rem;
}