/* Minification failed. Returning unminified contents.
(144,28): run-time error CSS1030: Expected identifier, found '.'
(144,33): run-time error CSS1031: Expected selector, found ')'
(144,33): run-time error CSS1025: Expected comma or open brace, found ')'
 */
.dialog { color: #3a3a3a; height: 100%; width: 100%; position: fixed; left: 0; top: 0; z-index: 200; }

.dialog .dim { background-color: rgb(208,208,208); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; opacity: 0.7; height: 100%; width: 100%; position: fixed; left: 0; top: 0; z-index: 201; }

.dialog h3 { font-size: 18px; }

.dialog .content { position: relative; left: 0px; top: 0px; background-color: #fff; border: 2px solid #3079ED; line-height: 1.5em; margin: 80px auto; overflow: hidden; padding: 15px; width: 600px; z-index: 202; }

.dialog p { margin: 10px 0; }

.dialog .error { color: red; }

.dialog .warning { color: #ff6a00; }

.wait-dialog .content { width: 200px; text-align: center; background-color: transparent; border: 0px; }
.wait-dialog h3 { font-size: 0px; color: transparent; }

.before-wait-dialog .dim { background-color: transparent; }
.before-wait-dialog .content { display: none; }

@font-face {
    font-family: 'etmodules';
    src: url(/Resources/fonts/shared/et-modules/ETModules.ttf);
}

@font-face {
    font-family: 'font-family-bold';
    src: url(/Resources/fonts/shared/montserrat/Montserrat-Bold.ttf);
}

@font-face {
    font-family: 'font-family-bold-italic';
    src: url(/Resources/fonts/shared/montserrat/Montserrat-BoldItalic.ttf);
}

@font-face {
    font-family: 'font-family-italic';
    src: url(/Resources/fonts/shared/montserrat/Montserrat-Italic.ttf);
}

@font-face {
    font-family: 'font-family-light';
    src: url(/Resources/fonts/shared/montserrat/Montserrat-Light.ttf);
}

@font-face {
    font-family: 'font-family-light-italic';
    src: url(/Resources/fonts/shared/montserrat/Montserrat-LightItalic.ttf);
}

@font-face {
    font-family: 'font-family-medium';
    src: url(/Resources/fonts/shared/montserrat/Montserrat-Medium.ttf);
}

@font-face {
    font-family: 'font-family-medium-italic';
    src: url(/Resources/fonts/shared/montserrat/Montserrat-MediumItalic.ttf);
}

@font-face {
    font-family: 'font-family-regular';
    src: url(/Resources/fonts/shared/montserrat/Montserrat-Regular.ttf);
}

@font-face {
    font-family: 'font-family-extra-bold';
    src: url(/Resources/fonts/shared/montserrat/Montserrat-ExtraBold.ttf);
}

.facebook::before {
    font-family: etmodules;
    content: '\e093';
}

.instagram::before {
    font-family: etmodules;
    content: '\e09a';
}

.youtube::before {
    font-family: etmodules;
    content: '\e0a3';
}

.linkedin::before {
    font-family: etmodules;
    content: '\e09d';
}

.twitter::before {
    font-family: etmodules;
    content: '\e094';
}


/*.button {
    background-color: #38b8e4;*/
/*    box-shadow: 0 12px 24px rgba(7,11,26,.1);*/
/*color: #fff;
}*/
.button {
    border-radius: 4px;
    background-color: #38b8e4;
}

    .button:hover {
        background-color: #2d93b6;
        box-shadow: 0 4px 8px rgba(0,0,0,.15)
    }
/*.button:hover .title, .button:hover .icon {
    background-color: #2d93b6;
}*/
.button, .link {
    cursor: pointer;
    position: relative;
    min-width: 165px;
}

    .button::after, .link::after {
        content: '';
        clear: left;
        display: table;
    }

    .button .title, .link .title {
        color: #fff;
        background-color: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        float: left;
        font-family: font-family-bold;
        font-size: 16px;
        text-transform: uppercase;
        min-width: 145px;
        height: 47px;
        width: 100%;
        padding: 0px 0px 0px 0px;
        line-height: normal;
    }

        .button .title:has(.icon) {
            justify-content: center;
            padding: 0px 0px 0px 0px;
        }

        .button .title.gray {
            background-color: #4b4b4b;
        }

    .button .icon, .link .icon {
        display: none;
        color: #fff;
        background-color: transparent;
        height: 47px;
        float: right;
        font-family: etmodules, serif;
        font-size: 36px;
        line-height: 1;
    }

    .button .arrow::before, .link .arrow::before {
        content: '5';
    }

    .button .arrow-left::before, .link .arrow-left::before {
        content: '4';
    }

    .button .download {
        width: 45px;
        background: url(/Resources/images/shared/download.svg) no-repeat center;
        background-color: transparent;
    }

    .button .add {
        width: 45px;
        background: url(/Resources/images/shared/plus.svg) no-repeat center;
        background-color: transparent;
    }

    .button .goto {
        width: 45px;
        background: url(/Resources/images/shared/arrow-goto.svg) no-repeat center;
        background-color: transparent;
    }

    .link .title {
        padding-top: 16px;
        line-height: 1;
    }

    .link .icon {
        display: none;
        color: white;
        padding-top: 4px;
        padding-left: 7px;
    }

.buttons .empty {
    width: 100%;
}

td .button {
    display: inline-block;
    margin: 0;
}

td.buttons .button {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.link-start {
    position: relative;
}

@media (max-width: 991px) {
    .button:not(.not-responsive) .title, .link:not(.not-responsive) .title {
        padding-top: 35px;
        height: 92px;
        font-size: 24px;
        width: 70%;
        text-align: center;
    }

    .button:not(.not-responsive) .icon, .link .icon {
        display: none;
        padding-top: 17px;
        padding-left: 14px;
        font-size: 56px;
        width: 92px;
        height: 92px;
        font-weight: bold;
    }

        .button:not(.not-responsive) .icon.add {
            display: none;
            background-size: 47px;
        }

    .multiline-button-title {
        padding-top: 25px !important;
    }
}

@media (max-width: 575px) {
    .button .icon, .link .icon {
        padding-left: 0;
        padding-right: 0;
    }
}

.button-container.not-responsive {
    width: auto;
}

body {
    background: no-repeat url(/Resources/images/login/background.png);
    background-size: cover;
}

#regulations-modal-message .modal-header {
    padding-left: 60px;
    padding-right: 60px;
}

.enhanced {
    text-decoration: underline !important;
}

@media(max-width: 900px) {
    #regulations-modal-message .modal-header {
        padding-left: 20px;
        padding-right: 20px;
    }
}

body {
    color: #333;
}

a {
    color: #fb9500;
    text-decoration: none;
}

.heading-1, .heading-2 {
    font-family: font-family-bold;
    text-align: center;
    color: #333;
    line-height: 1;
    font-weight: 700;
}

.heading-1 {
    font-size: 36px;
    font-family: font-family-bold;
    color: #333;
}

.heading-2 {
    font-size: 30px;
}

.paragraph-1 {
    font-family: font-family-medium;
    font-size: 16px;
    color: #333;
    word-spacing: 0;
    padding-top: 0;
}

.enhanced {
    font-family: font-family-bold;
    color: #fb9500;
    text-decoration: none;
}

a.enhanced:link, a.enhanced:visited, a.enhanced:active, a.enhanced:hover {
    color: #fb9500;
}

.page-title {
    margin-top: 60px;
    margin-bottom: 90px;
}

.no-data {
    text-align: center;
    border-top: solid 2px #7b7b7b;
    border-bottom: solid 2px #7b7b7b;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.margin-top {
    margin-top: 60px;
}

.margin-bottom {
    margin-bottom: 60px;
}

.margin-small-top {
    margin-top: 30px;
}

.margin-small-bottom {
    margin-bottom: 30px;
}

.dark-blue-title {
    font-family: font-family-regular;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #003842;
    font-size: 38px;
}

.warning {
    color: #dc3545;
}

.red-asterix {
    font-size: 75%;
    color: red;
    vertical-align: super;
}

.note {
    font-family: font-family-medium;
    font-size: 14px;
    line-height: 1.2;
    text-indent: -8px;
    margin-left: 8px;
    color: black;
    word-spacing: 0;
    padding-top: 0;
}

.popover-header {
    background-color: #0e8bd8;
    color: #fff;
}

.text-download {
    min-width: 190px;
    padding: 0px;
}

.simple-form {
    width: 520px;
    min-height: 525px;
    max-height: 100%;
    overflow: auto;
    background-color: #e8e8e8;
    border: 1px solid #efefef;
    padding: 45px;
}

    .simple-form .header {
        width: 100%;
        padding-bottom: 26px;
        margin-bottom: 10px;
    }

    .simple-form .logo {
        width: 160px;
        height: 60px;
        background: url(/Resources/images/shared/logo.svg) no-repeat;
        background-size: contain;
    }

    .simple-form .user {
        display: block;
        float: left;
        width: 40px;
        height: 40px;
        background: url(/Resources/images/shared/user.svg) no-repeat;
    }

    .simple-form .app-name {
        display: block;
        float: left;
        padding-left: 15px;
        padding-top: 16px;
        text-transform: uppercase;
        font-family: font-family-bold;
        font-size: 10px;
        line-height: 1;
    }

    .simple-form h1 {
        margin: 0;
        font-family: font-family-regular;
        font-size: 40px;
        text-align: center;
        color: #231f20;
        line-height: 1;
        margin-bottom: 50px;
    }

    .simple-form p {
        display: block;
        font-family: font-family-bold;
        font-size: 15px;
        text-align: center;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    .simple-form label {
        display: block;
        font-family: font-family-bold;
        font-size: 15px;
        line-height: 1;
        margin-bottom: 20px;
    }

    .simple-form input {
        outline: none;
        border: 2px solid #c0c0c0;
        display: block;
        width: 100%;
        font-family: font-family-regular;
        font-size: 16px;
        line-height: 1;
        height: 40px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 30px;
    }

    .simple-form .button-reset-password .title {
        color: #333;
        background-color: #d8d8d8 !important;
    }

    .simple-form .button {
        min-width: 200px !important;
    }

    .simple-form .title {
        min-width: 155px !important;
    }

@media (max-width: 991px) {
    .simple-form {
        max-height: 100%;
        min-height: auto;
        width: 72%;
        padding: 6%;
        margin-left: 14%;
        margin-right: 14%;
    }

        .simple-form .header {
            padding-bottom: 0;
        }

        .simple-form .logo {
            width: 171px;
            height: 70px;
            margin-bottom: 30px;
            margin-right: 10px;
        }

        .simple-form .app-name-container {
            margin-bottom: 40px;
        }

        .simple-form p {
            font-size: 25px;
            font-family: font-family-bold;
        }

        .simple-form label {
            font-size: 24px;
        }

        .simple-form input {
            height: 55px;
            font-size: 15px;
            margin-bottom: 37px;
        }
}

@media (max-width: 575px) {
    .simple-form {
        max-height: 100%;
        min-height: auto;
        width: 90%;
        padding: 5%;
        margin-left: 5%;
        margin-right: 5%;
    }

        .simple-form .header {
            margin-bottom: 20px;
        }

        .simple-form .logo {
            margin-bottom: 20px;
        }

        .simple-form .app-name-container {
            margin-bottom: 20px;
        }

        .simple-form input {
            margin-bottom: 20px;
        }
}

@media (max-width: 800px) {

    .heading-1 {
        font-size: 26px;
    }

    .lang {
        font-size: 16px;
    }

    .simple-form .logo {
        max-width: 171px;
        height: 70px;
        width: 170px;
    }

    .heading-2 {
        font-size: 20px;
        font-weight: 700;
    }

    .page-title {
        margin-bottom: 60px;
    }

    .paragraph-1 {
        font-size: 15px;
        font-weight: 300;
    }

    .property-link img {
        width: 27%;
    }

    .property-link {
        height: 310px;
    }
}
/* media 800 */

@media (max-width: 600px) {

    .mb-5 {
        margin-bottom: 2rem !important;
    }

    .button:not(.not-responsive) .title, .link:not(.not-responsive) .title {
        width: auto;
        padding-top: 23px;
        height: 62px;
    }

    .button:not(.not-responsive) .icon, .link .icon {
        display: none;
        padding-top: 10px;
        padding-left: 9px;
        font-size: 40px;
        width: 62px;
        height: 62px;
    }

    .buttons {
        width: auto;
    }

    .search .arrow {
        height: 62px !important;
    }

    .search {
        height: 62px;
    }

    .img-search {
        margin-top: 15px;
    }

    .partner {
        margin-left: 5%;
    }

    .list-item .list-item-title {
        min-width: 60%;
    }

    .list-item .download-document-button {
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
/* media 600 */

.fields-group {
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
}

select {
    border: none;
    outline: none;
    scroll-behavior: smooth;
}

label {
    width: 100%;
    font-family: font-family-medium;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.date, .drop-down {
    cursor: pointer;
    background: url(/Resources/images/shared/arrow-down.svg) no-repeat top 22px right 10px;
}

    .date.hover, .drop-down.hover {
        background: url(/Resources/images/shared/arrow-up.svg) #f3f3f3 no-repeat top 22px right 10px;
    }

.date, .amount, .drop-down, input.text, textarea.text {
    width: 167px;
    height: 55px;
    font-family: font-family-medium-italic;
    font-size: 18px;
    line-height: 1.2;
    color: #333;
    border: none;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 7px;
    margin-left: 7px;
    margin-bottom: 15px;
    background-color: #f3f3f3;
}

    .date::placeholder, .amount::placeholder, .drop-down::placeholder, input.text::placeholder, textarea.text::placeholder {
        opacity: 1;
        color: #a3a3a3;
    }

input.date:focus, input.amount:focus, input.text, textarea.text {
    outline: none;
}

.drop-down {
    -webkit-appearance: none;
}

td .date, td .amount, td .drop-down {
    margin-top: 0;
    margin-bottom: 0;
}

.form {
    width: 870px;
}

    .form .date, .form .amount, .form .drop-down, .form input.text, .form textarea.text {
        width: 100%;
        margin-bottom: 40px;
        margin-left: 0;
        margin-right: 0;
    }

    .form textarea {
        min-height: 100px;
        line-height: 1.5;
    }

    .form label {
        margin-bottom: 24px;
    }

.file-upload {
    height: 47px;
}

    .file-upload input[type=file] {
        cursor: pointer;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

input.checkbox {
    display: none;
}

    input.checkbox + span {
        display: inline-block;
        padding-left: 40px;
        background: url(/Resources/images/shared/unchecked.svg) no-repeat;
        background-position-y: 2px;
        cursor: pointer;
    }

label.warning input.checkbox + span {
    background: url(/Resources/images/shared/unchecked-red.svg) no-repeat;
    background-position-y: 2px;
}

input.checkbox:indeterminate + span, input.checkbox.checkbox-indeterminate + span {
    background: url(/Resources/images/shared/indeterminate.svg) no-repeat;
    background-position-y: 2px;
}

input.checkbox:checked + span, input.checkbox.checkbox-checked + span,
label.warning input.checkbox:checked + span, label.warning input.checkbox.checkbox-checked + span {
    background: url(/Resources/images/shared/checked.svg) no-repeat;
    background-position-y: 2px;
    color: #333;
}

.marketing-consent {
    margin-bottom: 13px;
}

    .marketing-consent label {
        width: auto;
        font-family: font-family-medium;
        font-size: 20px;
        margin-bottom: 0;
        display: inline-block;
    }

@media(max-width: 700px) {
    .form textarea {
        min-height: 200px;
    }
}

