/* Minification failed. Returning unminified contents.
(407,22): run-time error CSS1039: Token not allowed after unary operator: '-unnamed-color-ffffff'
 */
.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: 'ubuntu-bold';
    src: url(/Resources/fonts/shared/ubuntu/Ubuntu-Bold.ttf);
}

@font-face {
    font-family: 'ubuntu-bold-italic';
    src: url(/Resources/fonts/shared/ubuntu/Ubuntu-BoldItalic.ttf);
}

@font-face {
    font-family: 'ubuntu-italic';
    src: url(/Resources/fonts/shared/ubuntu/Ubuntu-Italic.ttf);
}

@font-face {
    font-family: 'ubuntu-light';
    src: url(/Resources/fonts/shared/ubuntu/Ubuntu-Light.ttf);
}

@font-face {
    font-family: 'ubuntu-light-italic';
    src: url(/Resources/fonts/shared/ubuntu/Ubuntu-LightItalic.ttf);
}

@font-face {
    font-family: 'ubuntu-medium';
    src: url(/Resources/fonts/shared/ubuntu/Ubuntu-Medium.ttf);
}

@font-face {
    font-family: 'ubuntu-medium-italic';
    src: url(/Resources/fonts/shared/ubuntu/Ubuntu-MediumItalic.ttf);
}

@font-face {
    font-family: 'ubuntu-regular';
    src: url(/Resources/fonts/shared/ubuntu/Ubuntu-Regular.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, .link {
    cursor: pointer;
    position: relative;
    min-width: 135px;
}

.button {
    border-radius: 5px;
    color: #fff;
    background: #002e66;
    background: linear-gradient(90deg, #3073ad 0%, #002e66 100%);
    /*border: 1px #002e66 solid;*/
}

    .button.file-upload {
        background: linear-gradient(90deg, #B9B9B9 0%, #8A8A8A 100%);
    }

    .button:not(.not-responsive) {
        background-color: transparent;
    }

    .button:hover, .button-cancel:hover {
        color: #fff;
        background: linear-gradient(90deg, #3073adaa 0%, #002e66aa 100%);
        /*background-color: transparent;
        color: #002e66;
        border: 1px solid #002e66;*/
    }

    .button::after, .link::after {
        content: '';
        clear: left;
        display: table;
    }

    .button.download, .button.isLink {
        text-transform: uppercase;
    }

    .button .title, .link .title {
        float: left;
        font-family: ubuntu-regular;
        font-size: 14px;
        text-transform: uppercase;
        text-align: center;
        min-width: 60px;
        height: 35px;
    }

    .button .title {
        display: grid;
        align-items: center;
        text-align: center;
        background-color: transparent;
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 1;
        border-radius: 5px;
    }

        .button .title.gray {
            background-color: #ebebeb;
        }


    .button .icon span {
        font-family: 'etmodules';
        font-size: 22px;
        text-align: right;
        padding-left: 10px;
        padding-right: 5px;
    }

    .button .icon, .link .icon {
        float: left;
        font-family: etmodules, serif;
        font-size: 22px;
        line-height: 1;
        height: 30px;
    }

    .button .arrow::before, .link .arrow::before {
        content: '5';
    }

    .button .arrow-left::before, .link .arrow-left::before {
        content: '4';
    }


    .button .icon {
        display: flex;
        align-items: center;
        padding: 5px 0px 0px 0px;
        height: 30px;
        width: 30px;
        margin-right: 10px;
        background-color: transparent;
        background-position: center;
        background-repeat: no-repeat;
    }

        .button .icon.download {
            width: 50px;
            background: url(/Resources/images/shared/download.svg) no-repeat center;
        }

        .button .icon.add {
            width: 30px;
            background: url(/Resources/images/shared/plus.png) no-repeat center;
        }

        .button .icon.file {
            background-image: url(/Resources/images/shared/btn_icons/file.svg);
        }

        .button .icon.send-msg {
            background-image: url(/Resources/images/shared/btn_icons/send_msg.svg);
            width: 40px;
        }

        .button .icon.passwd {
            background-image: url(/Resources/images/shared/btn_icons/passwd.svg);
        }

        .button .icon.go {
            background-image: url(/Resources/images/shared/btn_icons/go.svg);
        }

;

.button .triangle-background {
    display: none;
    background-color: #c6c6c6;
    width: 30px;
    padding: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.link .title {
    padding-top: 16px;
    line-height: 1;
}

.link .icon {
    color: white;
    padding-top: 4px;
    padding-left: 7px;
}

.link .triangle-background {
    width: 30px;
    padding: 10px;
}

.download-image-link {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #239a98 url(/Resources/images/shared/download.svg) no-repeat center;
}

td .button {
    display: inline-block;
    margin: 0;
}

td.buttons .button {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.triangle-white {
    width: 100%;
    height: 100%;
    background: url(/Resources/images/shared/triangle-white.svg) no-repeat center;
    background-size: contain;
}

.triangle-grey {
    width: 100%;
    height: 100%;
    background: url(/Resources/images/shared/triangle-grey.svg) no-repeat center;
    background-size: contain;
}

.link-start {
    position: relative;
}

.link-arrow {
    z-index: 1;
    position: absolute;
    left: -50px;
    bottom: 0;
    font-family: etmodules, serif;
    font-size: 36px;
    line-height: 1;
    height: 50px;
    color: white;
    background-color: #239a98;
    padding-top: 6px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 0;
}

.property-selection .button, #property-selection .button {
    max-width: 245px;
}

    .property-selection .button .title, #property-selection .button .title {
        display: flex;
        align-items: center;
        text-align: center;
        margin: 0px;
        padding-top: 0px;
        float: left;
        font-family: ubuntu-bold;
        font-size: 13px;
        text-transform: none;
        min-width: 100px;
        width: auto;
        height: 35px;
    }

.button-cancel {
    width: 145px;
    border: 1px solid #002e66;
    color: #002e66;
    background: none;
    background-color: transparent !important;
    border-radius: 5px;
}

    .button-cancel:hover {
        border: 1px solid transparent;
    }

@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 {
        padding-top: 17px;
        padding-left: 14px;
        font-size: 56px;
        width: 92px;
        height: 92px;
        font-weight: bold;
    }

        .button:not(.not-responsive) .icon.add {
            background-size: 30px;
        }*/

    .multiline-button-title {
        padding-top: 25px !important;
    }
}

@media (max-width: 960px) {
    .button .icon, .link .icon {
        padding-left: 0;
        padding-right: 0;
    }
}

.button-container.not-responsive {
    width: auto;
}

body {
    background: url(/Resources/images/login/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.red-asterix {
    padding-left: 3px;
    padding-right: 3px;
    width: 10px;
}

.logo {
    width: 180px;
    height: 80px;
    background: url(/Resources/images/login/logo.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 40px;
    left: calc(100% - 220px);
}

.simple-form {
    position: absolute;
    width: 460px !important;
    max-width: 460px !important;
    min-width: 460px !important;
    height: 345px !important;
    min-height: 345px !important;
    max-height: 345px !important;
    background-color: #ffffff;
    top: 255px;
    left: calc(50% - 230px);
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 11px #00000029;
    border-radius: 15px;
    opacity: 0.96;
    padding: 35px 50px 30px 50px !important;
    overflow: auto !important;
}

    .simple-form input {
        padding: 11px 13px 11px 13px !important;
        margin-bottom: 20px !important;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border-radius: 3px 3px 0px 0px;
        opacity: 1;
        border: none !important;
        border-bottom: 2px solid #002F66 !important;
    }

    .simple-form .login-title {
        margin-bottom: 20px !important;
    }

    .simple-form #eicon {
        background-image: url(/Resources/images/shared/user-blue.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 32px;
        height: 32px;
    }

    .simple-form #elogin, .simple-form .elogin {
        text-align: left;
        font: normal normal bold 20px/27px Open Sans;
        letter-spacing: 0px;
        color: #002F66;
        opacity: 1;
        margin-left: 7px;
    }

    .simple-form .button {
        width: 175px !important;
        min-width: 175px !important;
        max-width: 175px !important;
        height: 45px !important;
        opacity: 1;
    }

        .simple-form .button .title {
            height: 45px !important;
            padding: 0px !important;
            min-width: 125px !important;
        }

    .simple-form .button-reset-password {
        border: none !important;
        color: #fff !important;
        background: none !important;
        background-color: #898989 !important;
    }

        .simple-form .button-reset-password:hover {
            background: linear-gradient(90deg, #3073ad 0%, #002e66aa 100%) !important;
            opacity: 0.5;
        }

    .simple-form .button-login .icon {
        background-image: url(/Resources/images/shared/btn_icons/go.svg);
        width: 20px;
        height: 45px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin: 0px 5px 0px 5px !important;
        padding: 0px !important;
    }

    .simple-form .button-reset-password .icon {
        background-image: url(/Resources/images/login/btn_reset.svg);
        width: 20px;
        height: 45px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin: 0px 5px 0px 5px !important;
        padding: 0px !important;
    }

    .simple-form #height_55 {
        height: 55px;
    }

    .simple-form input.checkbox {
        min-width: 15px;
        max-width: 15px;
        height: 15px;
        min-height: 15px;
        max-height: 15px;
        padding: 0px !important;
        margin: 0px !important;
    }

    .simple-form .margin-small-bottom {
        margin-bottom: 10px !important;
    }

@media (max-width: 991px) {
    .simple-form {
        top: 200px;
        margin-left: 10px !important;
        margin-left: 10px !important;
        height: 400px !important;
        max-height: 400px !important;
    }

        .simple-form input {
            height: 45px !important;
            font-size: 15px !important;
        }


        .simple-form .button-reset-password {
            margin-top: 5px !important;
        }
}

body {
    font-family: ubuntu-regular;
}

a {
    color: #22ADEA;
}

.heading-1, .heading-2 {
    font-family: ubuntu-bold;
    text-align: center;
    color: #002e66;
    line-height: 1;
}

.heading-1 {
    text-align: left;
    font-size: 18px;
    align-items: center;
    display: flex;
    margin-top: 30px;
    margin-bottom: 20px;
}

    .heading-1 .local {
        cursor: pointer;
    }

    .heading-1 .icon, .heading-1 .arr, .heading-1 .local {
        color: #777777;
    }

    .heading-1 .icon, .heading-1 .arr {
        font-family: etmodules;
        font-size: 22px;
    }

    .heading-1 .icon {
        margin-right: 5px;
        background-image: url(/Resources/images/shared/home.svg);
        min-width: 18px;
        min-height: 18px;
    }

    .heading-1 .arr {
        font-weight: bolder;
        font-size: 26px;
        cursor: pointer;
    }

    .heading-1 select {
        outline: 0;
        margin: 0px;
        padding: 0px;
        color: #002e66;
        border: none;
        border-bottom-color: #cccccc;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        cursor: pointer;
    }

        .heading-1 select option:checked {
            color: white;
            background: #002e66;
        }

    .heading-1 ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

        .heading-1 ul li a {
            color: #002e66;
            text-decoration: none;
            cursor: default;
        }

        .heading-1 ul li.vis {
            display: list-item !important;
        }

            .heading-1 ul li.vis a {
                cursor: pointer;
            }

                .heading-1 ul li.vis a:hover {
                    color: #002e66aa; /* #3073ad;*/
                }

.heading-2 {
    font-size: 33px;
}

.paragraph-1 {
    font-family: ubuntu-medium;
    font-size: 20px;
    color: black;
    word-spacing: 0;
    padding-top: 0;
}

.enhanced {
    font-family: ubuntu-bold;
    color: #002e66;
}

a.enhanced:link, a.enhanced:visited, a.enhanced:active, a.enhanced:hover {
    color: #002e66;
}

.page-title {
    margin-top: 60px;
    margin-bottom: 90px;
}

.no-data {
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    border-top: solid 2px #7b7b7b;
    border-bottom: solid 2px #7b7b7b;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.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: ubuntu-regular;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #003842;
    font-size: 38px;
}

.warning {
    color: #dc3545;
}

.asterix {
    font-size: 85%;
    vertical-align: super;
}

.red-asterix {
    font-size: 75%;
    color: red;
    vertical-align: super;
}

.note {
    font-family: ubuntu-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: #7accc8;
    color: white;
}

.text-download {
    min-width: 190px;
    padding: 0px;
}

.text-strong {
    font-family: ubuntu-bold;
}

.text-link a {
    color: #22ADEA;
}

.summary, tr.summary td, div.summary {
    font-family: ubuntu-bold;
}

@media (max-width: 960px) {
    .heading-1 select {
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
    }

    .heading-1 .icon {
        margin-right: 0px;
    }

    .heading-1 .arr {
        font-size: 18px;
        width: 14px;
    }
}

.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: ubuntu-bold;
        font-size: 10px;
        line-height: 1;
    }

    .simple-form h1 {
        margin: 0;
        font-family: ubuntu-regular;
        font-size: 40px;
        text-align: center;
        color: #231f20;
        line-height: 1;
        margin-bottom: 50px;
    }

    .simple-form p {
        display: block;
        font-family: ubuntu-bold;
        font-size: 15px;
        text-align: center;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    .simple-form label {
        display: block;
        font-family: ubuntu-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: ubuntu-regular;
        font-size: 15px;
        line-height: 1;
        height: 40px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 30px;
    }

    .simple-form .login-title {
        margin-bottom: 20px !important;
    }

    .simple-form #eicon {
        background-image: url(/Resources/images/shared/user-blue.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 32px;
        height: 32px;
    }

    .simple-form #elogin, .simple-form .elogin {
        text-align: left;
        font: normal normal bold 20px/27px Open Sans;
        letter-spacing: 0px;
        color: #002F66;
        opacity: 1;
        margin-left: 7px;
    }


    .simple-form .button-reset-password {
        border: 1px solid #002e66;
        color: #002e66;
        background: none;
        background-color: transparent !important;
    }

        .simple-form .button-reset-password:hover {
            color: #fff;
            background: linear-gradient(90deg, #3073adaa 0%, #002e66aa 100%);
        }

    .simple-form .button {
        min-width: 200px !important;
    }

    .simple-form .title {
        min-width: 155px !important;
    }

.change_password .simple-form {
    border-radius: 15px;
    min-height: 470px;
}

@media (max-width: 960) {
    .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 label {
            font-size: 24px;
        }

        .simple-form input {
            height: 55px;
            font-size: 24px;
            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 (min-width: 961px) {
    .mobile {
        display: none !important;
    }
}

@media (max-width: 960px) {
    body {
        min-width: 360px !important;
    }

    .non-mobile {
        display: none !important;
    }

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: calc(100% - 15px) !important;
        max-width: calc(100% - 15px) !important;
        margin: 0px 7px 0px 7px !important;
        padding-right: 0px;
        padding-left: 0px;
    }

        .container div {
            max-width: 100%;
        }
}

@media (max-width: 800px) {

    /*    .menu-icon {
        max-width: 65px;
        width: 15%;
    }

    .mobile-menu-container .toolbar-item img {
        width: 60px;
    }

    .lang {
        font-size: 6vw;
    }

    .menu-link {
        font-size: 5vw !important;
        font-weight: normal;
    }

    width: calc(100% - 40px);
    .toolbar-link {
        font-size: 4vw;
    }*/

    .border-tab {
        font-size: 4vw;
    }

    .simple-form label {
        font-size: 4vw;
    }

    .simple-form .logo {
        max-width: 171px;
        height: 70px;
        width: 170px;
    }

    .simple-form input {
        font-size: 4vw;
    }


    .heading-2 {
        font-size: 5vw;
    }

    .page-title {
        margin-bottom: 60px;
    }

    .property-link img {
        width: 27%;
    }

    .property-link {
        height: 310px;
        font-size: 5vw;
    }
}
/* media 800 */

@media (max-width: 600px) {

    .mb-5 {
        margin-bottom: 2rem !important;
    }
/*
    .button:not(.not-responsive) .title, .link:not(.not-responsive) .title {
        font-size: 4vw;
        width: auto;
        padding-top: 23px;
        height: 62px;
    }

    .button:not(.not-responsive) .icon, .link .icon {
        padding-top: 10px;
        padding-left: 9px;
        font-size: 40px;
        width: 62px;
        height: 62px;
    }*/

    .buttons {
        width: auto;
    }

    .property-selection select {
        font-size: 15px;
        background: #0087d9 url(/Resources/images/shared/arrow-down-white.svg) no-repeat top 23px right 28px;
        width: 90%;
        margin-left: 5%;
    }

    .mobile-menu-item .arrow-right img {
        height: 35px;
        width: auto;
        margin-top: 12px;
    }

    .mobile-menu-item .arrow-left img {
        height: 35px;
        width: auto;
        margin-top: 12px;
        padding-bottom: 0 !important;
        /*transform: rotate(180deg);*/
    }

    .mobile-menu-item .arrow-left {
        padding-bottom: 21px;
    }

    .even-row-table td {
        font-size: 3.4vw;
    }

    .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 */

