﻿body, html {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}
@media (min-width: 768px) {
    body, html {
        font-size: 13px;
    }
}

/*
select:required:invalid {
    color: gray !important;
}*/

body.modal-open #main-app {
    filter: blur(4px);
}

.position-absolute-bottom-left {
    position: absolute;
    left: 20px;
    top: calc(100% - 20px);
    transform: translate(0, -100%);
}
.position-absolute-bottom-right {
    position: absolute;
    right: 20px;
    top: calc(100% - 20px);
    transform: translate(0, -100%);
}

input::-webkit-calendar-picker-indicator {
    display: none;
}
input[type="date"]::-webkit-input-placeholder {
    visibility: hidden !important;
}

.custom-crm-szines-title {
    /*display: none !important;*/
}

.z-index-10 {
    z-index: 10;
}
.smaller {
    font-size: 90% !important;
}
body .small {
    font-weight: inherit;
}

.m-center {
    margin: 0 auto;
}

.text-line-through {
    text-decoration: line-through;
}
.text-ellipsis {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.outline-none {
    outline: none;
}

.home-menu-wrapper > .col-md {
    max-width: 380px;
}

@media (min-width: 768px) {
    .home-menu-wrapper {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;

        overflow-y: auto;
    }

    .home-menu-wrapper > .col-md {
        min-width: 255px;
    }
}
@media (min-width: 1200px) {
    .home-menu-wrapper > .col-md {
        min-width: 285px;
    }
}

.home-bg {
    min-height: 300px;
}
.home-bg .next-button-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right;
}
.home-bg-small {
    min-height: 220px;
}
.home-bg-small .next-button-wrapper {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    text-align: right;
}
.home-bg.disabled,
.home-bg-small.disabled {
    filter: grayscale(1);
}
.home-xs-menu-1 .home-bg-small .next-button-wrapper {
    top: 30px;
}
.home-bg-small .title-wrapper {
    position: absolute;
    bottom: 20px;
    left: 50%;
    text-align: left;
}
.home-xs-menu-1 .home-bg-small {
    min-height: 150px;
}
.home-xs-menu-1 {
    position: relative;
    z-index: 7;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.home-xs-menu-2 {
    transform: translate3d(0, -70px, 0) !important;
    position: relative;
    z-index: 6;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.home-xs-menu-3 {
    transform: translate3d(0, -140px, 0) !important;
    position: relative;
    z-index: 5;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.home-xs-menu-4 {
    transform: translate3d(0, -210px, 0) !important;
    position: relative;
    z-index: 4;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.home-xs-menu-5 {
    transform: translate3d(0, -280px, 0) !important;
    position: relative;
    z-index: 3;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.home-xs-menu-6 {
    transform: translate3d(0, -350px, 0) !important;
    position: relative;
    z-index: 2;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.home-xs-menu-7 {
    transform: translate3d(0, -420px, 0) !important;
    position: relative;
    z-index: 1;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.home-lifepage {
    background: transparent url(/Content/Images/Home/lifepage.jpg) 0 0 no-repeat;
    background-position: center center !important;
    background-size: cover !important;
}
.home-teamsupport {
    background: transparent url(/Content/Images/Home/teamsupport.png) 0 0 no-repeat;
    background-position: center center !important;
    background-size: cover !important;
}
.home-lifepage-egyiptom {
    background: transparent url(/Content/Images/Home/lifepage-egyiptom.jpg) 0 0 no-repeat;
    background-position: center 15% !important;
    background-size: cover !important;
}
.home-ariadne {
    background: transparent url(/Content/Images/Home/ariadne.png) 0 0 no-repeat;
    background-position: center center !important;
    background-size: cover !important;
}

.home-crm {
    background: transparent url(/Content/Images/Home/crm.jpg) 0 0 no-repeat;
    background-position: center center !important;
    background-size: cover !important;
}

.home-helios {
    background: transparent url(/Content/Images/Home/helios.jpg) 0 0 no-repeat;
    background-position: center center !important;
    background-size: cover !important;
}

.home-qx {
    background: transparent url(/Content/Images/Home/expansion.jpg) 0 0 no-repeat;
    background-position: center center !important;
    background-size: cover !important;
}

.home-statistic {
    background: transparent url(/Content/Images/Home/statistic.jpg) 0 0 no-repeat;
    background-position: center center !important;
    background-size: cover !important;
}

.home-media {
    background: transparent url(/Content/Images/Home/media.jpg) 0 0 no-repeat;
    background-position: center center !important;
    background-size: cover !important;
}

.border-2 {
    border-width: 2px !important;
}

.carousel-indicators {
    position: relative !important;
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 9999px;
    border: 0;
}
.carousel-item {
    transition: -webkit-transform .6s ease-in-out !important;
    transition: transform .6s ease-in-out !important;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out !important;
}
.ui-carousel .carousel-item {
    display: initial !important;
}
.carousel-bg {
    background-position: center center !important;
    background-size: cover !important;
}
.carousel-bg.crm {
    background: transparent url(/Content/Images/Home/crm.png) 0 0 no-repeat;
}
.carousel-bg.lifepage {
    background: transparent url(/Content/Images/Home/lifepage.png) 0 0 no-repeat;
}

.carousel-y {
    height: 100% !important;
}
.carousel-y .carousel-wrapper {
    height: 100% !important;
}
.carousel-y .track-wrapper {
    height: 95%;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
}
.carousel-y .carousel-dots {
    bottom: 0;
}

.btn {
    -webkit-appearance: none;
    outline: none !important;
    box-shadow: none !important;
    border: 0;
}
.button48 {
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
}
.button36 {
    width: 36px;
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    min-height: 36px;
    max-height: 36px;
}
.button128 {
    width: 128px;
    min-width: 128px;
    max-width: 128px;
    height: 128px;
    min-height: 128px;
    max-height: 128px;
}
.btn-left-radius {
    border-radius: 25px 0 0 25px;
    padding: 15px 20px 15px 40px;
}
.btn-right-radius {
    border-radius: 0 25px 25px 0;
    padding: 15px 40px 15px 20px;
}
.btn-left-right-radius {
    border-radius: 25px 25px 25px 25px;
    padding: 15px 40px 15px 40px;
}
.btn-left-right-radius-sm {
    border-radius: 25px 25px 25px 25px;
    padding: 8px 20px 8px 20px;
}
.btn-left-right-radius-xs {
    border-radius: 25px 25px 25px 25px;
    padding: 4px 10px 4px 10px;
}
button .spinner-border {
    display: none;
}
button[data-loading=true] .spinner-border {
    display: block;
}

input.form-control,
select.form-control,
textarea.form-control {
    -webkit-appearance: none;
    outline: none !important;
    box-shadow: none !important;
    /*border-radius: 0;*/
}

input[type=checkbox].d-none,
input[type=radio].d-none {
    display: block !important;
    width: 0px !important;
    height: 0px !important;
    overflow: hidden !important;
    border: 0 !important;
    -webkit-appearance: none !important;
}

label.custom-checkbox {
    cursor: pointer;
}
label.custom-checkbox:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 18px;
    position: relative;
    transform: translateY(4px);
    border-radius: 999px;
}

label.custom-radio {
    cursor: pointer;
}
label.custom-radio:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    position: relative;
    transform: translateY(4px);
    border-radius: 999px;
}

label.custom-radio-button {
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 25px;
}

.fa-1_5x {
    font-size: 1.5em;
}

a:hover {
    opacity: .8;
}

.top0 {
    top: 0;
}

.height-100 {
    height: 100%;
    min-height: 100%;
}
.height-md-100 {
    height: initial;
    min-height: initial;
}

.height-10 {
    height: 10%;
    min-height: 10%;
}

.h-33 {
    height: 33.3%;
}

@media (min-width: 768px) {
    .height-md-100 {
        height: 100%;
        min-height: 100%;
    }
}

.width-80p {
    width: 80% !important;
    margin: 0 auto;
}
.width-100 {
    width: 100%;
}
.width-30px {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
}
.width-50px {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
}
.width-80px {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
}
.width-100px {
    width: 100px;
}
.width-130px {
    width: 130px;
}
@media (max-width: 992px) {
    .width-ltlg-100 {
        width: 100%;
    }
}
.min-width-180px {
    min-width: 180px;
}
.min-width-100px {
    min-width: 100px;
}
.height-25px {
    height: 25px;
    min-height: 25px;
    max-height: 25px;
}
.height-30px {
    height: 30px;
    min-height: 30px;
    max-height: 30px;
}
.height-40px {
    height: 40px;
    min-height: 40px;
    max-height: 40px;
}
.height-50px {
    height: 50px;
    min-height: 50px;
    max-height: 50px;
}
.height-60px {
    height: 60px;
    min-height: 60px;
    max-height: 60px;
}
.height-120px {
    height: 120px;
    min-height: 120px;
    max-height: 120px;
}
.height-140px {
    height: 140px;
    min-height: 140px;
    max-height: 140px;
}

.position-center-top {
    left: 50%;
    top: 0;
    z-index: 2;
    transform: translate(-50%, -100%);
}

.cursor-pointer {
    cursor: pointer;
}

.absolute-bottom {
    left: 0;
    right: 0;
    bottom: 0;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}
.overflow-y-hidden {
    overflow-y: hidden !important;
}
.overflow-auto {
    overflow: auto !important;
    -webkit-overflow-scrolling: touch;
}
.overflow-x-auto {
    overflow-y: hidden !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
}
.overflow-y-auto {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
    .overflow-md-hidden {
        overflow: hidden !important;
    }
}

.header {
    width: 100%;
    height: 80px;
}
.header-content {
    width: 100%;
    height: calc(100% - 90px);
    margin-top: 10px;
}
.header-content.scroll {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.header-content.scroll-all {
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.list-sticky-title {
    height: 40px;

}
.list-sticky-list {
    height: calc(100% - 40px);
}

.bottom-left-radius {
    border-bottom-left-radius: 70px;
    overflow: hidden;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}
.bottom-left-radius-sm {
    border-bottom-left-radius: 30px;
}

.top-left-radius {
    border-top-left-radius: 70px;
    overflow: hidden;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}
.top-left-radius-sm {
    border-top-left-radius: 30px;
}

.top-right-radius {
    border-top-right-radius: 70px;
    overflow: hidden;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}
.top-right-radius-sm {
    border-top-right-radius: 30px;
}

.border-pill {
    border-radius: 70px;
}
input.border-pill {
    border-radius: 25px;
}

.border-circle {
    border-radius: 9999px;
}

@media (max-width: 768px) {
    .border-md-left-0 {
        border-width: 0px !important;
    }

    .border-md-right-0 {
        border-width: 0px !important;
    }
}


.profile-icon {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    border-radius: 999px;
    background-position: center center !important;
    background-size: cover !important;
    position: relative;
}
.profile-icon i {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(50%, 25%);
}

.form-group.form-question {
    margin-bottom: 30px;
}
.form-group.form-question > label {
    margin-bottom: 20px;
    /*font-weight: bold;*/
    font-size: 140%;
}

.form-control.text-truncate
.form-control-sm.text-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

body input.form-control.form-control-border-bottom,
body input.form-control.novalidate.form-control-border-bottom {
    background: transparent !important;

    border-bottom-width: 1px !important;
    border-left-width: 0px !important;
    border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-radius: 0;
}

.form-control-sm {
    line-height: calc(1.5em + .5rem + 2px);
}

.nowrap {
    white-space: nowrap;
}

.circle-wh-small {
    width: 20px;
    height: 20px;
    text-align: center;
}

.circle-wh-md {
    width: 28px;
    height: 28px;
    text-align: center;
}

.mw-60px {
    max-width: 60px;
}
.mw-80px {
    max-width: 80px;
}
.miw-80px {
    min-width: 80px;
}
.mw-100px {
    max-width: 100px;
}
.mw-200px {
    max-width: 200px;
}
@media (max-width: 768px) {
    .mw-sm-200px {
        max-width: 200px;
    }
}
.mw-250px {
    max-width: 250px;
}
.mw-400px {
    max-width: 400px;
}
@media (min-width: 768px) {
    .mw-md-400px {
        max-width: 400px;
    }
}
.w-20px {
    width: 20px;
    min-width: 20px;
    max-width: 20px;
}
.w-35px {
    width: 35px;
    min-width: 35px;
    max-width: 35px;
}
.text-small {
    font-size: 87%;
}
.text-medium {
    font-size: 110%;
}
.text-large {
    font-size: 140%;
}
.text-larger {
    font-size: 160%;
}

.mt--20px {
    margin-top: -20px;
}
.ml--30px {
    margin-left: -30px;
}

.modal-backdrop {
    background: rgba(0, 0, 0, 0.5) !important;
}
.modal-dialog {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
}
.modal-content {
    background: none !important;
    border: 0 !important;
}
.modal-header, .modal-body, .modal-footer {
    border: 0 !important;
}

.printprocess-ul-group-wrapper {
    margin: 0 auto;
    text-align: center;
    width: 800px;
}

.life-page-group-wrapper,
.protocol-group-wrapper {
    margin: 0 auto;
    text-align: center;
    width: 500px;
}
.life-page-result,
.protocol-result {
    background: transparent url(/Content/Images/LifePage/result.jpg) 0 0 no-repeat;
    background-position: center center;
    background-size: cover;
}
.life-page-test-button-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}

.qx-page-result {
    background: transparent url(/Content/Images/Home/expansion.jpg) 0 0 no-repeat;
    background-position: center center;
    background-size: cover;
}

.life-page-modal .modal-dialog {
    width: 90%;
    height: 90%;
    max-width: initial;
}
@media (min-width: 768px) {
    .life-page-modal .modal-dialog {
        width: 80%;
        height: 80%;
        max-width: initial;
    }
}
.life-page-modal .modal-dialog .modal-content {
    height: 100%;
}

.concorde-portfolio-modal .modal-dialog {
    width: 90%;
    height: 90%;
    max-width: initial;
}

@media (min-width: 768px) {
    .concorde-portfolio-modal .modal-dialog {
        width: 75%;
        height: 75%;
        max-width: initial;
    }
}
@media (min-width: 992px) {
    .concorde-portfolio-modal .modal-dialog {
        width: 60%;
        height: 60%;
        max-width: initial;
    }
}

.concorde-portfolio-modal .modal-dialog .modal-content {
    height: 100%;
}

.custom-crm-checkbox {
    width: 28px;
    min-width: 28px;
    max-width: 28px;
    height: 28px;
    min-height: 28px;
    max-height: 28px;
    border-radius: 9999px;
    cursor: pointer;
}

.crm-list-item {
    height: 133px !important;
    min-height: 133px !important;
    max-height: 133px !important;
}

@media (min-width: 768px) {
    .crm-list-item {
        height: 63px !important;
        min-height: 63px !important;
        max-height: 63px !important;
    }
}

.margin-auto {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .csik-bg {
        background-image: url(../Images/csik2.png), url(../Images/csik1.png) !important;
        background-repeat: no-repeat, no-repeat !important;
        background-position: -50% bottom, center bottom !important;
    }
}


.q--default-page-content-wrapper {
    /*
    background-image: url(../Images/csik2.png), url(../Images/csik1.png) !important;
    background-repeat: no-repeat, no-repeat !important;
    background-position: -50% bottom, center bottom !important;
    */
}

.left-0 {
    left: 0px;
}

.highcharts-container {
    margin: 0 auto !important;
    width: 100% !important;
}
.highcharts-root {
    width: 100% !important;
}
.table-nowrap {
    table-layout: fixed;
}
.table-nowrap tbody {
    white-space: nowrap;
}
.table thead th {
    vertical-align: top !important;
}

.product-image-bg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.productanalysis-table {
    table-layout: fixed;
}
.productanalysis-table tbody td,
.productanalysis-table thead th {
    padding: 10px 5px;
}
.productanalysis-table td.question,
.productanalysis-table td.answer,
.productanalysis-table th.question,
.productanalysis-table th.answer {
    width: 150px;
    min-width: 150px;
}
.productanalysis-table td.product,
.productanalysis-table th.product {
    width: 90px;
    min-width: 90px;
}
.productanalysis-table thead th {
    position: sticky;
    top: 0;
}
.productanalysis-table td.healthresult,
.productanalysis-table th.healthresult {
    width: 250px;
    min-width: 250px;
}


/* Default edit */
.q--default-page-content-wrapper {
    height: calc(100% - 60px);
}
.q--default-edit-button-wrapper {
    height: 60px;
}

/* Default two side */
.q--default-twoside-page-content-wrapper {
    height: initial;
}

.q--default-twoside-edit-button-wrapper {
    height: initial;
}
@media (min-width: 768px) {
    .q--default-twoside-page-content-wrapper {
        height: calc(100% - 60px);
    }

    .q--default-twoside-edit-button-wrapper {
        height: 60px;
        margin-right: -1px;
    }
}


/* LifePage Contact */
.q--life-page-contact-wrapper {
    height: calc(100% - 60px - 60px);
}
@media (min-width: 768px) {
    .q--life-page-contact-wrapper {
        height: calc(100% - 60px);
    }
}
.q--life-page-contact-search-wrapper {
    height: 50px;
}
.q--life-page-contact-list-wrapper {
    height: calc(100% - 50px);
}
@media (min-width: 768px) {
    .q--life-page-contact-search-wrapper {
        height: 80px;
    }
    .q--life-page-contact-list-wrapper {
        height: calc(100% - 90px);
    }
}


/* LifePage Test */
.q--life-page-test-wrapper,
.q--protocol-test-wrapper
{
    height: calc(100% - 60px - 140px);
}
@media (min-width: 768px) {
    .q--life-page-test-wrapper,
    .q--protocol-test-wrapper {
        height: calc(100% - 60px);
    }
}


/* CRM list */
.q--crm-list-button-wrapper {
    height: 60px;
}
.q--crm-list-list-wrapper {
    height: calc(100% - 60px);
}
@media (min-width: 768px) {
    .q--crm-list-button-wrapper {
        height: 60px;
    }
    .q--crm-list-list-wrapper {
        height: calc(100% - 60px);
    }
}


/* Task edit */
.q--task-edit-title-wrapper {
    height: auto;
}
.q--task-edit-content-wrapper {
    height: auto;
}
.q--task-edit-button-wrapper {
    height: auto;
}
@media (min-width: 768px) {
    .q--task-edit-title-wrapper {
        height: 120px;
    }
    .q--task-edit-content-wrapper {
        height: calc(100% - 120px - 60px);
    }
    .q--task-edit-button-wrapper {
        height: 60px;
    }
}


/* Dashboard */
.q--dashboard-team-list-wrapper {
    height: auto;
    max-height: 300px;
}
@media (min-width: 768px) {
    .q--dashboard-team-list-wrapper {
        height: calc(100% - 80px);
        max-height: initial;
    }
}
.q--dashboard-company-menu {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-top: 20px solid transparent !important;
    border-bottom: 0px solid transparent !important;
    border-left: 0px solid transparent !important;
    border-right-width: 20px;
    z-index: 2;
}
.q--dashboard-menu {
    padding: 8px !important;
    position: relative;
}
.q--dashboard-menu .openmenu {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-top: 30px solid transparent !important;
    border-bottom: 0px solid transparent !important;
    border-left: 0px solid transparent !important;
    border-right-width: 30px;
    z-index: 2;
    cursor: pointer;
}
.q--dashboard-menu .openmenu-sm {
    border-top: 15px solid transparent !important;
    border-bottom: 0px solid transparent !important;
    border-left: 0px solid transparent !important;
    border-right-width: 15px;
}
.q--dashboard-team-icons {
    height: 80px;
}
.q--dashoard-unit-chart-wrapper {
    position: relative;
    width: 100%;
    height: 160px;
    min-height: 160px;
    max-height: 160px;
    overflow: hidden;
}
.q--dashoard-unit-chart-wrapper.md {
    height: 210px;
    min-height: 210px;
    max-height: 210px;
}
.q--dashoard-unit-chart-wrapper.lg {
    height: 240px;
    min-height: 240px;
    max-height: 240px;
}
.q--dashoard-unit-chart-wrapper.lg2chart {
    height: 300px;
    min-height: 300px;
    max-height: 300px;
}
.q--dashoard-unit-chart-wrapper.xl {
    height: 340px;
    min-height: 340px;
    max-height: 340px;
}
.q--dashoard-unit-chart-wrapper > div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 160px;
    min-height: 160px;
    max-height: 160px;
    transform: translateX(-100%);
}
.q--dashoard-unit-chart-wrapper.md > div {
    height: 210px;
    min-height: 210px;
    max-height: 210px;
}
.q--dashoard-unit-chart-wrapper.lg > div {
    height: 240px;
    min-height: 240px;
    max-height: 240px;
}
.q--dashoard-unit-chart-wrapper.lg2chart > div {
    height: 300px;
    min-height: 300px;
    max-height: 300px;
}
.q--dashoard-unit-chart-wrapper.xl > div {
    height: 340px;
    min-height: 340px;
    max-height: 340px;
}
.q--dashoard-unit-chart-wrapper > div.active {
    transform: translateX(0);
}
.q--dashoard-unit-chart-wrapper .chart {
    margin-left: 30px;
    margin-right: 30px;

    height: 160px;
    min-height: 160px;
    max-height: 160px;
}
.q--dashoard-unit-chart-wrapper.md .chart {
    height: 210px;
    min-height: 210px;
    max-height: 210px;
}
.q--dashoard-unit-chart-wrapper.lg .chart {
    height: 240px;
    min-height: 240px;
    max-height: 240px;
}
.q--dashoard-unit-chart-wrapper.lg2chart .chart {
    height: 120px;
    min-height: 120px;
    max-height: 120px;
}
.q--dashoard-unit-chart-wrapper.xl .chart {
    height: 340px;
    min-height: 340px;
    max-height: 340px;
}
.q--dashoard-unit-chart-wrapper .d-arrow-left {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
}
.q--dashoard-unit-chart-wrapper .d-arrow-right {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
}
.q--dashboard-contract-indicator {
    width: 10px;
    height: 10px;
    min-width: 10px;
    min-height: 10px;
    max-width: 10px;
    max-height: 10px;
    display: inline-block;
    border-radius: 2px;
}
.row .q--dashboard-company-wrapper {
    border-right: 1px solid;
    max-width: 226px;
}
.row .q--dashboard-company-wrapper:last-child {
    border: 0 !important;
}
@media (max-width: 960px) {
    .row .q--dashboard-company-wrapper:nth-child(even) {
        border: 0 !important;
    }
}

.q--dashboard-incentive-chart {
    position: relative;
    height: 300px;
    width: 80px;
    margin: 0 auto;
}
.q--dashboard-incentive-chart > div {
    position: absolute;
    width: 100%;
}
.q--dashboard-incentive-chart > div span {
    text-align: center;
    display: block;
}
.q--dashboard-incentive-border {
    border-left: 4px solid transparent;
    padding-left: 5px;
}
.q--dashboard-incentive-description img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
}
@media (max-width: 575px) {
    .q--dashoard-unit-chart-wrapper,
    .q--dashoard-unit-chart-wrapper > div,
    .q--dashoard-unit-chart-wrapper .chart {
        height: 350px;
        min-height: 350px;
        max-height: 350px;
    }
}
.q--dashboard-ecar-bg {
    background-image: url(/Content/Images/Dashboard/ECar/city.png) !important;
    background-size: 200% 80px !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    height: 80px;
}


.opacity3 {
    opacity: 0.3;
}
.absolute-centered {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#pdfobject-popup {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;

    display: none;
}

#pdfobject-viewer {
    width: 100%;
    height: 100%;
}

#pdfobject-viewer #title {
    display: none !important;
}







#PensionDiagramTotalAmount {
    font-size: 9px;
    color: white;
    width: 100px;
}

#PensionDiagramAmount1Top,
#PensionDiagramAmount2Top,
#PensionDiagramAmount1,
#PensionDiagramAmount2 {
    position: absolute;
    font-size: 5px;
    color: white;
}

#PensionDiagramAmount1Top {
    left: 270px;
    top: 329px;
    width: 40px;
}

#PensionDiagramAmount2Top {
    left: 344px;
    top: 329px;
    width: 30px;
}

#PensionDiagramAmount1,
#PensionDiagramAmount2 {
    width: 46px;
    text-align: right;
    left: 319px;
    font-size: 5.5px;
}

#PensionDiagramAmount1 {
    top: 399px;
}

#PensionDiagramAmount2 {
    top: 406px;
}

#PensionDiagram {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #FFD371;
    padding: 30px;
    margin: 0 auto;
}

#PensionDiagram div {
    width: 100%;
    height: 100%;
    background-color: #352641;
    border-radius: 50%;
}


#ProtectionDiagramText1,
#ProtectionDiagramText2,
#ProtectionDiagramText3,
#IllnesDiagramText1,
#IllnesDiagramText2,
#IllnesDiagramText3 {
    position: absolute;
    font-weight: bold;
    font-size: 9px;
    color: white;
    width: 70px;
}

#ProtectionDiagramText1,
#ProtectionDiagramText2,
#ProtectionDiagramText3,
#IllnesDiagramText1,
#IllnesDiagramText2,
#IllnesDiagramText3 {
    top: 22.5px;
}

#ProtectionDiagramText1,
#IllnesDiagramText1 {
    left: 190px;
}

#ProtectionDiagramText2,
#IllnesDiagramText2 {
    left: 110px;
}

#ProtectionDiagramText3,
#IllnesDiagramText3 {
    left: 31px;
}

#ProtectionDiagramBar,
#IllnesDiagramBar {
    position: absolute;
    left: 31px;
    width: 206px;
    padding: 4px 0px;
}

#ProtectionDiagramArrow,
#IllnesDiagramArrow {
    position: absolute;
    transform: rotate(180deg) scale(1, 1.5);
    color: white;
    font-size: 24px;
}

#ProtectionDiagramArrow,
#IllnesDiagramArrow {
    top: -12px;
}


