/* Mario EDITS
* [~]574: height ausgeklammert
* [+]5166-5176: margin-left Anpassung für verschiedene Views
* [+]5384-5394: responsive scaling
* [~]
*/

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-thin-webfont.woff2?20220626-135000') format('woff2');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-thinitalic-webfont.woff2?20220626-135000') format('woff2');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-light-webfont.woff2?20220626-135000') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-lightitalic-webfont.woff2?20220626-135000') format('woff2');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-regular-webfont.woff2?20220626-135000') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-italic-webfont.woff2?20220626-135000') format('woff2');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-bold-webfont.woff2?20220626-135000') format('woff2');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-bolditalic-webfont.woff2?20220626-135000') format('woff2');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-black-webfont.woff2?20220626-135000') format('woff2');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-blackitalic-webfont.woff2?20220626-135000') format('woff2');
    font-weight: 900;
    font-style: italic;
}

body,
input,
select,
textarea,
button,
.ui-btn {
    font-family: 'Lato', 'Segoe UI Symbol', 'sans-serif';
    font-weight: 400;
}

/* Anti text shadow */
* {
    text-shadow: none;
}

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

.red {
    color: #d10a11;
}

.blue {
    color: blue;
}

.green {
    color: #05AC25;
}

.blur {
    filter: blur(5px);
}

#start_main #bg-holder,
#start_login #bg-holder {
	background: rgb(37,21,17);
	background: linear-gradient(135deg, rgba(37,21,17,1) 0%, rgba(187,38,8,1) 35%, rgba(171,36,6,1) 100%);
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -10;
}

#bg-image {
  	background: rgb(37,21,17);
	background: linear-gradient(135deg, rgba(37,21,17,1) 0%, rgba(187,38,8,1) 35%, rgba(171,36,6,1) 100%);
    width: 100%;
    height: 100%;
}

.page {
    z-index: 1;
}

.ui-content {
    cursor: default;
}

.ui-content,
#personality_select,
#team_select,
#partners_select,
#personality_select_p{
    background-image: url(../img/sm-logo-bg-trans.png?20211119-214100);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom left;
    background-size: auto;
    background-size: 400px 250px;
}

#popupCompanySelect .ui-content,
#popupCustomInput .ui-content,
#popupCustomInputb .ui-content,
#popupIndividualSelect .ui-content,
#popupTooltipEdit .ui-content {
    background-image: unset;
}

#start_main .ui-content {
    min-height: calc(100vh - 58px);
    padding: 0;
}

#client_companylist .ui-content {
    min-height: calc(100vh - 45px);
    padding: 0 15px;
}

.translucent {
    opacity: 0;
}

h3 .ui-btn {
    margin-top: -1px;
}

h3 .ui-controlgroup {
    margin-top: 1px;
}

h3 .ui-li-count {
    right: 105px;
    top: 23px;
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    color: #333333;
}

h3.ui-bar {
    overflow: visible;
}

.ui-listview>.ui-li-has-thumb>.ui-btn,
.ui-listview>.ui-li-static.ui-li-has-thumb {
    min-height: inherit;
    padding-left: inherit;
}

.ui-header-fixed,
.ui-footer-fixed {
    z-index: 400;
}

.ui-popup-screen {
    z-index: 499;
}

.ui-popup-container {
    z-index: 500;
}

label .ui-btn {
    margin-top: -3px;
}

input.error {
    border: 1px solid red;
}

label.error {
    display: none !important;
}

.scrolltainer {
    overflow: auto;
}

.ui-loading .ui-loader {
    background: none;
    border: none;
}

/* Tooltips */
.qtip {
    max-width: 600px !important;
}

.qtip .qtip-content {
    max-height: 500px;
    overflow: auto;
}

.tooltip {
    cursor: pointer;
}

#tipEditMessage {
    display: none;
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 10px;
    padding: 5px 10px;
    background-color: lawngreen;
}

#tipEditMessage.warning {
    background-color: red;
    font-weight: bold;
    color: white;
}

.qtip .qtip-title a.printit {
    float: right;
    cursor: pointer;
    background-image: url("../img/printer.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 28px;
    height: 18px;
    opacity: 0.6;
}

.qtip .qtip-title a.printit:active {
    opacity: 1;
}

#popupTooltipEdit {
    min-width: 800px;
    max-width: 1200px;
}

#popupTooltipEdit .ui-header .ui-title {
    margin: 0 10%;
}

/* Keyboard shortcut hint*/
.keyhint {
    font-weight: bold;
    background-color: white;
    margin-left: 5px;
    padding: 0 3px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 85%;
    display: none;
    color: #000;
    box-shadow: 1px 1px 3px #ddd;
    position: relative;
}

.ui-bar .ui-btn .keyhint {
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 100;
}

.ui-header .ui-btn {
    overflow: visible;
}

.ui-header .ui-btn .keyhint {
    z-index: 100;
}

.ui-header .keyhint {
    position: absolute;
    top: -4px;
    right: -8px;
}

.ui-header .ui-btn-right .keyhint {
    left: -12px;
    right: auto;
}

.ui-btn {
    overflow: visible;
}

/* Transition fix */
/*.ui-page { -webkit-backface-visibility: hidden; }*/

/*
 * Text Editor
 *
 */
.froala-wrapper {
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    border-radius: 0.3125em;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    color: #333333;
    line-height: 1.4em;
    margin: 0.5em 0;
    outline: 0 none;
    text-shadow: 0 1px 0 #F3F3F3;
    padding: 0.4em;
}

.froala-element.f-placeholder+span.fr-placeholder {
    padding: 0.4em !important;
}

.froala-editor button.fr-bttn,
.froala-editor button.fr-trigger {
    box-shadow: none;
}

.froala-wrapper.f-basic {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


/* ---------------------------------------------
 * Start->Login page
 * ---------------------------------------------
 */

#start_login {
    background: none;

}

/* Login popup */
#start_login #popupLogin.ui-corner-all {
    -webkit-border-radius: 3em;
    border-radius: 3em;
	border: 0px;
}

#start_login #popupLogin #sessionDialog {
    display: none;
}

#start_login #popupLogin #popupContent {
    padding: 50px 40px;
}

#start_login #popupLogin #popupContent h1 {
    font-weight: normal;
    font-weight: 300;
    margin: 40px 0 10px;
}

#start_login #popupLogin.ui-overlay-shadow {
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

#start_login #popupLogin #popupContent .ui-shadow-inset {
    box-shadow: none;
}

#start_login #popupLogin #popupContent .ui-input-text {
    border: none;
    border-radius: 0;
    margin: 6px 0 0;
    display: inline-block;
    text-shadow: none;
    font-size: 1.1em;
    width: 100%;
}

#start_login #popupLogin #popupContent .password .ui-input-text {
    width: 90%;
}


#start_login #popupLogin #popupContent .holder {
    border-bottom: 1px solid #ccc;
}

#start_login #popupLogin #popupContent .ui-input-text input {
    border: none;
    background: inherit;
    outline: none;
    font-weight: 300;
}

#start_login #popupLogin #popupContent #btnLogin {
    opacity: 0.3;
    float: right;
    margin-top: 10px;
}

#start_login #popupLogin #popupContent #login_error {
    margin-top: 10px;
    font-weight: 400;
    color: #d10a11;
    text-align: center;
    height: 20px;
}

#start_login #popupLogin #popupContent #logo {
    text-align: center;
}

#start_login #popupLogin #popupContent #logo img {
    width: 280px;
    padding: 0 33px;
}



/* ---------------------------------------------
 * Start->Main page (springboard)
 * ---------------------------------------------
 */

#start_main {
    background: none;
}

/* App version */
#start_main .appversion {
    position: absolute;
    bottom: 60px;
    right: 10px;
    color: white;
    text-shadow: none;
    font-size: 12px;
    text-align: right;
}

#start_main .appversion a {
    color: white;
    text-decoration: none;
}

/* A bit custom styling */
#springboard {
    margin-top: 90px;
}

#springboard li .ui-btn p {
    color: #c0c0c0;
    margin: 0;
    text-align: center;
}

#springboard li .ui-btn .ui-li-aside {
    color: #eee;
}

/* First breakpoint is 768px. 3 column layout. Tiles 250x250 pixels incl. margin at the breakpoint. */
@media (min-width: 768px) {

    #springboard li {
        float: left;
        width: 30.9333%;
        /* 33.3333% incl. 2 x 1.2% margin */
        height: 14.5em;
        /* 232p */
        margin: .5625em 1.2%;
    }

    #springboard li>.ui-btn {
        box-sizing: border-box;
        height: 100%;
        border-bottom-width: 1px;
    }

    #springboard li.ui-li-has-thumb .ui-li-thumb {
        height: auto;
        /* To keep aspect ratio. */
        max-width: 100%;
        max-height: none;
    }

    /* Make all list items and anchors inherit the border-radius from the UL. */
    #springboard li,
    #springboard li .ui-btn,
    #springboard .ui-li-thumb {
        -webkit-border-radius: 3em;
        border-radius: 3em;
		border: 0px;
        -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
        mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    }

    /* Hide the icon */
    #springboard .ui-btn-icon-right:after {
        display: none;
    }

    /* Make text wrap. */
    #springboard h2,
    #springboard p {
        white-space: normal;
        overflow: visible;
        position: absolute;
        left: 0;
        right: 0;
    }

    /* Text position */
    #springboard h2 {
        font-size: 1.25em;
        margin: 0;
        padding: .125em 1em;
        bottom: 50%;
    }

    #springboard p {
        font-size: 1em;
        margin: 0;
        padding: 0.5em 1.25em;
        bottom: 0;
    }

    /* Semi transparent background and different position if there is a thumb. The button has overflow hidden so we don't need to set border-radius. */
    .ui-listview .ui-li-has-thumb h2,
    .ui-listview .ui-li-has-thumb p {
        background: #111;
        background: rgba(0, 0, 0, .8);
    }

    .ui-listview .ui-li-has-thumb h2 {
        bottom: 35%;
    }

    /* ui-li-aside has class .ui-li-desc as well so we have to override some things. */
    #springboard .ui-li-aside {
        padding: 0.125em 1.8em 0.125em 1.2em;
        width: auto;
        min-height: 0;
        top: 0;
        left: auto;
        bottom: auto;
        /* Custom styling. */
        background: #990099;
        background: rgba(153, 0, 153, .85);
        -webkit-border-top-right-radius: inherit;
        border-top-right-radius: inherit;
        -webkit-border-bottom-left-radius: inherit;
        border-bottom-left-radius: inherit;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    /* If you want to add shadow, don't kill the focus style. */
    #springboard li {
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.7);
    }

    /* Images mask the hover bg color so we give desktop users feedback by applying the focus style on hover as well. */
    #springboard li>.ui-btn:hover {
        box-shadow: 0px 0px 12px #33ccff;
    }

    /* Animate focus and hover style, and resizing. */
    #springboard li,
    #springboard .ui-btn {
        transition: all 500ms ease;
    }
}

/* Second breakpoint is 1020px. 4 column layout. Tiles will be 250x250 pixels incl. margin again at the breakpoint. */
@media (min-width: 1020px) {

    /* Set a max-width for the last breakpoint to prevent too much stretching on large screens.
    By setting the max-width equal to the breakpoint width minus padding we keep square tiles. */
    #springboard {
        max-width: 62.5em;
        /* 1000px */
        margin: 90px auto;
    }

    /* Because of the 1000px max-width the width will always be 230px (and margin left/right 10px),
    but we stick to percentage values for demo purposes. */
    #springboard li {
        width: 23%;
        /* height: 230px; */
        margin: .625em 1%;
    }
}

/* Third breakpoint is 1600px. 5 column layout. Tiles will be 250x250 pixels incl. margin again at the breakpoint. */
@media (min-width: 1600px) {

    /* Set a max-width for the last breakpoint to prevent too much stretching on large screens.
    By setting the max-width equal to the breakpoint width minus padding we keep square tiles. */
    #springboard {
        max-width: 1400px;
        margin: 90px auto;
    }

    /* Because of the 1400px max-width the width will always be 230px (and margin left/right 10px),
    but we stick to percentage values for demo purposes. */
    #springboard li {
        width: 17%;
        height: 230px;
        margin: .625em 1%;
    }
}

/* For this demo we used images with a size of 310x310 pixels. Just before the second breakpoint the images reach their max width: 1019px - 2 x 9px padding = 1001px x 30.9333% = ~310px */


/* ---------------------------------------------
 * Client->Department Edit page
 * ---------------------------------------------
 */

#client_departmentedit .ui-controlgroup-controls {
    max-height: 250px;
    overflow: auto;
}

/* ---------------------------------------------
 * Client->Company Edit page
 * ---------------------------------------------
 */
#client_companyedit .contacts {
    overflow: scroll;
    max-height: 403px;
}

#client_companyedit .contacts .dynamic {
    display: none;
}


/* ---------------------------------------------
 * Personality page
 * ---------------------------------------------
 */
#personality .tab-content {
    height: 100%;
}

#personality table,
#personality table td {
    vertical-align: middle;
    border-collapse: collapse;
}

#personality .vowelcons .title,
#personality .vowelcons .firstname,
#personality .vowelcons .lastname,
#personality .vowelcons .fullname,
#personality .specialnums {
    float: left;
    margin-right: 3%;
}

#personality .vowelcons .scrolltainer,
#personality .vowelcons .sums {
    float: left;
}

#personality .vowelcons table tr.all td,
#team .vowelcons table tr.all td,
#partners .vowelcons table tr.all td{
    font-size: 1.2em;
}

#personality table.types td.value,
#personality .vowelcons table td {
    border: 1px solid #cccccc;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    height: 20px;
}

#personality .vowelcons table tr td.sum {
    background-color: transparent !important;
    text-align: right;
    border: none;
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: 1px;
}

#personality .vowelcons table tr td.sum span {
    color: red;
}

#personality .vowelcons .fullname table td,
#personality .vowelcons .fullname table tr.all td {
    background-color: transparent;
    border: none;
    font-size: inherit;
    font-weight: bold;
    color: #999999;
}

#personality .vowelcons .fullname table tr td.sum {
    font-weight: bold;
    font-size: 1.2em;
    color: inherit;
    letter-spacing: 1px;
    text-align: left;
}

#personality .vowelcons .scrolltainer {
    max-width: 500px;
}

#personality .specialnums table td,
#personality table.global td {
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    background-color: transparent;
    font-size: inherit;
    color: #999999;
}

#personality table.global td {
    padding: 5px 10px;
    text-transform: inherit;
    text-align: left;
}

#personality table td.divider {
    padding: 0;
}

#personality table.types td.value,
#personality table.clusters td.value {
    padding: 4px;
}

#personality table.trinity td,
#personality table.polarity td {
    padding: 6px;
}

#personality .specialnums table tr td.value,
#personality table.global td.value,
#personality table.global td.sum,
#personality table.global td span.value,
#personality table.global td span.total {
    font-weight: bold;
    font-size: 1.2em;
    color: inherit;
    letter-spacing: 1px;
    text-align: left;
}

#yearanalyses span.sum {
    font-weight: bold;
    color: red;
}

#personality table.types td.value {
    font-size: inherit;
}

#personality table.global td.sum,
#personality .specialnums table tr td.value span,
#personality table.global td span.total {
    color: red;
}

/* Cluster highlighting */
#personality table.clusters td.top,
#personality table.clusters td.timeTop {
    text-decoration: underline;
    color: forestgreen;
    font-weight: bold;
}

#personality table.clusters.dateName td.flop,
#personality table.clusters.dateNameTime td.timeFlop {
    border-left: 1px solid red;
    border-right: 1px solid red;
}

#personality table.clusters.dateName tr.date td.flop,
#personality table.clusters.dateNameTime tr.date td.timeFlop {
    border-top: 1px solid red;
}

#personality table.clusters.dateName tr.total td.flop,
#personality table.clusters.dateNameTime tr.totalWithTime td.timeFlop {
    border-bottom: 1px solid red;
}

#personality table.clusters.dateName tr.time,
#personality table.clusters.dateName tr.totalWithTime {
    display: none;
}

#personality table.clusters.dateNameTime tr.time,
#personality table.clusters.dateNameTime tr.totalWithTime {
    display: table-row;
}

#personality table.clusters.dateName tr.total {
    display: table-row;
}

#personality table.clusters.dateNameTime tr.total {
    display: none;
}

#personality table.clusters td.value {
    font-weight: normal;
}

#personality table.clusters .total td.value,
#personality table.clusters .totalWithTime td.value {
    font-weight: bold;
}

#personality table.clusters td.value span {
    display: none;
}

/* // Cluster Highlighting */



#personality table tr.current {
    color: red;
}

#personality table.clusters td.value {
    text-align: center;
}

#personality table.keys td,
#personality table.potentials td.value {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #cccccc;
}

#personality table.potentials.datetime {
    display: none;
}

#personality table.potentials tr.highscore td,
#personality table.potentials td.highscore {
    color: red;
}

#personality table.keys td.highlight {
    color: red !important;
}

#personality table.keys td.sum {
    color: inherit;
}

#personality .general .responsive-grid>.ui-block-a,
#personality .general .responsive-grid>.ui-block-b,
#personality .general .responsive-grid>.ui-block-c,
#personality .general .responsive-grid>.ui-block-d,
#personality .general .responsive-grid>.ui-block-e {
    min-height: 200px;
}

#personality .general .ui-grid-c>.ui-block-a,
#personality .general .ui-grid-c>.ui-block-b,
#personality .general .ui-grid-c>.ui-block-c,
#personality .general .ui-grid-c>.ui-block-d {
    width: calc(25% - 15px);
    margin-right: 15px;
    margin-top: 15px;
}

#personality .general .ui-grid-c>.ui-block-d {
    width: 25%;
    margin-right: 0;
}

#personality .general .ui-grid-c>.ui-block-f {
    width: calc(20% - 15px);
    float: left;
    margin-top: 15px;
    margin-right: 15px;
}

#personality .general .ui-grid-c>.ui-grid-c {
    width: 80%;
}

#personality .general .ui-grid-c .ui-grid-a>.ui-block-a {
    width: calc(60% - 15px);
    margin-right: 15px;
}

#personality .general .ui-grid-c .ui-grid-a>.ui-block-b {
    width: 40%;
}

#personality .h-flip {
    float: right;
}

#personality .h-flip .ui-flipswitch {
    margin: -0.7em 0 -0.5em;
}



/* MSB general */

/*
#personality span, #person span, #personality span {}
*/


#personality .msb .type-group,
#personality .msb .msb-wrapper {
    margin: 0 10% 25px;
}

#personality .msb .type-list table.types {
    width: auto;
}

#personality .msb .msb-list table tbody td,
#personality .msb .type-list table tbody td {
    text-align: center;
}

#personality .msb table thead th,
#personality .msb table tbody th .ui-table-cell-label,
#personality .msb table tbody td .ui-table-cell-label {
    text-transform: uppercase;
    font-size: .7em;
    font-weight: normal;
    text-align: center;
}

#personality .msb table tbody>th {
    font-size: 1.2em;
    background-color: #fff;
    color: #77bbff;
    text-align: center;
}

#personality .msb table tbody td.title {
    padding-left: .8em;
}

#personality .msb .msb-wrapper {
    display: none;
}

#personality .msb .msb-wrapper.type0 {
    display: block;
}

/* MSB list */
#personality .msb .msb-list table td {
    font-weight: bold;
}

#personality .msb .msb-list table td>span {
    display: block;
}

#personality .msb .msb-list table td span.timeCluster {
    display: none;
    border-bottom: 1px dashed blue;
    font-weight: normal;
    color: blue;
}

#personality .msb .msb-list table td span.static {
    color: forestgreen;
}

#personality .msb .msb-list table td span.dynamic {
    color: red;
}

#personality .msb .type-group table.types th,
#personality .msb .type-group table.types td {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.3);
}

#personality .msb .type-group table.types th.active,
#personality .msb .type-group table.types td.active {
    cursor: default;
    color: inherit;
}

#personality .msb .type-group .ui-grid-b>.ui-block-a,
#personality .msb .type-group .ui-grid-b>.ui-block-b,
#personality .msb .type-group .ui-grid-b>.ui-block-c {
    width: 30%;
    margin-right: 5%;
}

#personality .msb .type-group .ui-grid-b>.ui-block-c {
    margin-right: 0;
}

/* MSB illustrated */
#personality .msb .msb-illustrated {
    display: none;
}

#personality .msb .msb-illustrated .mind-wrap,
#personality .msb .msb-illustrated .body-wrap,
#personality .msb .msb-illustrated .sense-wrap {
    width: 37%;
    display: table-cell;
    text-align: center;
    position: relative;
    vertical-align: top;
}

#personality .msb .msb-illustrated .body-wrap {
    width: 26%;
}

/*scalierung bilder */
#personality .msb .msb-illustrated .bgimg {
    height: 400px;
    padding: 50px;
}

#personality .msb .msb-illustrated .mind,
#personality .msb .msb-illustrated .body,
#personality .msb .msb-illustrated .sense {
    position: relative;
    background: white;
    display: inline-block;
}

#personality .msb .msb-illustrated div[class^="pos"] {
    display: block;
    width: 100px;
    height: 30px;
    position: absolute;
    margin-left: -50px;
    line-height: 20px;
    /*background: lightgray*/
}

#personality .msb .msb-illustrated div[class^="pos"]>span {
    display: block;
    font-weight: bold;
    font-size: 23px;
}

#personality .msb .msb-illustrated .green,
#personality .msb .msb-illustrated .red {
    min-height: 20px;
}

#personality .msb .msb-illustrated .mind .pos1 {
    top: 5%;
    left: 50%;
}

#personality .msb .msb-illustrated .mind .pos2 {
    top: 18%;
    left: 7%;
    text-align: right;
}

#personality .msb .msb-illustrated .mind .pos3 {
    top: 35%;
    left: 6%;
    text-align: middle;
}

#personality .msb .msb-illustrated .mind .pos4 {
    top: 57%;
    left: 8%;
    text-align: middle;
}

#personality .msb .msb-illustrated .mind .pos5 {
    top: 77%;
    left: 18%;
    text-align: middle;
}

#personality .msb .msb-illustrated .mind .pos6 {
    top: 87%;
    left: 50%;
}

#personality .msb .msb-illustrated .mind .pos7 {
    top: 77%;
    left: 83%;
    text-align: middle;
}

#personality .msb .msb-illustrated .mind .pos8 {
    top: 57%;
    left: 93%;
    text-align: middle;
}

#personality .msb .msb-illustrated .mind .pos9 {
    top: 35%;
    left: 93%;
    text-align: middle;
}

#personality .msb .msb-illustrated .mind .pos0 {
    top: 18%;
    left: 86%;
    text-align: middle;
}

#personality .msb .msb-illustrated .body .pos1 {
    top: 14%;
    left: 90%;
    text-align: left;
}

#personality .msb .msb-illustrated .body .pos2 {
    top: 3%;
    left: 50%;
}

#personality .msb .msb-illustrated .body .pos3 {
    top: 14%;
    left: 10%;
    text-align: right;
}

#personality .msb .msb-illustrated .body .pos4 {
    top: 23%;
    left: 10%;
    text-align: right;
}

#personality .msb .msb-illustrated .body .pos5 {
    top: 35%;
    left: 11%;
    text-align: right;
}

#personality .msb .msb-illustrated .body .pos6 {
    top: 46%;
    left: 11%;
    text-align: right;
}

#personality .msb .msb-illustrated .body .pos7 {
    top: 85%;
    left: 50%;
}

#personality .msb .msb-illustrated .body .pos8 {
    top: 46%;
    left: 90%;
    text-align: left;
}

#personality .msb .msb-illustrated .body .pos9 {
    top: 35%;
    left: 90%;
    text-align: left;
}

#personality .msb .msb-illustrated .body .pos0 {
    top: 23%;
    left: 90%;
    text-align: left;
}


#personality .msb .msb-illustrated .sense .pos1 {
    top: 14%;
    left: 10%;
    text-align: right;
}

#personality .msb .msb-illustrated .sense .pos2 {
    top: 14%;
    left: 50%;
    background-color: transparent;
}

#personality .msb .msb-illustrated .sense .pos3 {
    top: 14%;
    left: 90%;
    text-align: left;
}

#personality .msb .msb-illustrated .sense .pos4 {
    top: 40.5%;
    left: 10%;
    text-align: right;
    background-color: transparent;
}

#personality .msb .msb-illustrated .sense .pos5 {
    top: 40.5%;
    left: 50%;
    z-index: 10;
    background-color: transparent;
}

#personality .msb .msb-illustrated .sense .pos6 {
    top: 40.5%;
    left: 90%;
    text-align: left;
    background-color: transparent;
}

#personality .msb .msb-illustrated .sense .pos7 {
    top: 68%;
    left: 11%;
    text-align: right;
}

#personality .msb .msb-illustrated .sense .pos8 {
    top: 68%;
    left: 50%;
    background-color: transparent;
}

#personality .msb .msb-illustrated .sense .pos9 {
    top: 68%;
    left: 90%;
    text-align: left;
}

#personality .msb .msb-illustrated .sense .pos0 {
    top: 78%;
    left: 11%;
    text-align: right;
}

#personality .msb .msb-illustrated .timeCluster {
    display: none;
}

#personality .msb .msb-illustrated img.overlay {
    position: absolute;
    left: 0;
    margin-left: 50px;
    height: 300px;
    top: 50px;
    display: none;
}

#personality .msb .msb-illustrated table.clustermap {
    margin: 0 auto;
    width: 70%;
    border: 1px solid #ddd;
}

#personality .msb .msb-illustrated .sense-wrap table.clustermap {
    width: 35%;
}

#personality .msb .msb-illustrated table.clustermap thead th {
    background-color: #e9e9e9;
    cursor: pointer;
}

#personality .msb .msb-illustrated table.clustermap tbody td {
    text-align: center;
    background-color: #f9f9f9;
    cursor: pointer;
}

#personality .msb .msb-illustrated table.clustermap tbody td>span {
    color: #999999;
}

#personality .msb .msb-illustrated table.clustermap tbody td>span.active {
    font-weight: bold;
    color: black;
}

#personality .msb .msb-illustrated table.clustermap td>span.timeCluster {
    display: none;
    border-bottom: 1px dashed blue;
    font-weight: normal;
    color: blue;
}

@media (min-width: 1921px) {
    #personality .msb .msb-illustrated .bgimg {
        height: 400px;
        padding: 70px;
    }

    #personality .msb .msb-illustrated img.overlay {
        height: 400px;
        margin-left: 70px;
        top: 70px;
    }

    #personality .msb .msb-illustrated div[class^="pos"] {
        line-height: 16px;
    }

    #personality .msb .msb-illustrated div[class^="pos"]>span {
        font-size: 15px;
    }
}

@media (max-width: 1365px) {
    #personality .msb .msb-illustrated .bgimg {
        height: 220px;
        padding: 40px;
    }

    #personality .msb .msb-illustrated img.overlay {
        height: 220px;
        margin-left: 40px;
        top: 40px;
    }

    #personality .msb .msb-illustrated div[class^="pos"] {
        line-height: 12px;
    }

    #personality .msb .msb-illustrated div[class^="pos"]>span {
        font-size: 12px;
    }

    #personality .msb .msb-illustrated .mind-wrap table.clustermap {
        width: 90%;
    }

    #personality .msb .msb-illustrated .sense-wrap table.clustermap {
        width: 50%;
    }
}

@media (max-width: 1023px) {

    #personality .msb .msb-illustrated .mind-wrap,
    #personality .msb .msb-illustrated .body-wrap,
    #personality .msb .msb-illustrated .sense-wrap {
        display: block;
        margin: 0 auto;
        width: auto;
    }

    #personality .msb .msb-illustrated .bgimg {
        height: 450px;
        padding: 70px;
    }

    #personality .msb .msb-illustrated img.overlay {
        height: 450px;
        margin-left: 70px;
        top: 70px;
    }

    #personality .msb .msb-illustrated div[class^="pos"] {
        line-height: 16px;
    }

    #personality .msb .msb-illustrated div[class^="pos"]>span {
        font-size: 15px;
    }
}


/* Pyramid */
#personality .pyramid,
#personality .pyramid .fields,
#personality .pyramid .wrapper {
    height: 100%;
}

#personality .pyramid {
    position: relative;
}

#personality .pyramid .valuefield {
    border: 1px solid #aaa;
    outline: 1px solid #aaa;
}

#personality .pyramid .fields {
    width: 95%;
    position: relative;
}

#personality .pyramid .prognosis,
#personality .pyramid .term {
    display: none;
}

#personality .pyramid .fields .field {
    text-align: center;
    float: left;
    overflow: hidden;
    display: block;
    z-index: 200;
    position: relative;

}

#personality .pyramid .fields .namefield {
    text-transform: uppercase;
    color: #8E8481;
}

#personality .pyramid .fields .tabfield {
    color: #cccccc;
    font-size: 40% !important;
    padding-top: 0.77%;
}


#personality .pyramid .fields .ageLine {
    position: absolute;
    z-index: 0;
    display: none;
    border-style: solid;
    border-image: linear-gradient(to bottom, rgba(255,0,0,0.75), rgba(255, 0, 0, 0.1)) 1 100%;
}

#personality .pyramid .ageInfo {
    display: none;
    position: absolute;
    z-index: 300;
    padding: 10px;
    line-height: 0;
}


#personality .pyramid .fields .field.agehover {
    background: rgba(155, 155, 155, 0.12);
    transition: background 0.25s;
	border: 1px solid #aaa;
    outline: 1px solid #aaa;
}

#personality .pyramid .fields .clustermember.highlight-cm {
    background-color: rgba(0,140,255,0.2);
	border: 1px solid #aaa;
    outline: 1px solid #aaa;
}

#personality .pyramid .fields .clustermember.interactive {
    background-color: rgba(0,0,0,0.05);
	border: 1px solid rgba(0,140,255,0.5);
    outline: 1px solid rgba(0,140,255,0.5);
}

#personality .pyramid .fields .clustermember.interactive.clusterhover {
    background-color: rgba(0,140,255,0.2);
	border: 1px solid rgba(0,140,255,0.8);
    outline: 1px solid rgba(0,140,255,0.8);
}

#personality .pyramid .fields .numberpeak.highlight-np {
    background-color: rgb(255, 24, 0);
    border: 1px solid rgba(0,0,0,0.5);
    outline: 1px solid rgba(0,0,0,0.5);
    color: #000;
}

#personality .pyramid .fields .numberpeak.highlight-np.inverted-np {
    /*background-color: rgba(30,144,255,0.5) !important;*/
    background-color: rgb(255, 24, 0);
	border: 1px solid #aaa;
    outline: 1px solid #aaa;
}

#personality .pyramid .fields .custompeak.highlight-cp {
    /*background-color: darkblue !important;*/
    background-color: rgb(255, 24, 0);
    /*color: white;*/
	border: 1px solid #aaa;
    outline: 1px solid #aaa;
}

#personality .pyramid .fields .custompeak.highlight-cp.inverted-cp {
    /*background-color: darkmagenta !important;*/
    background-color: rgb(255, 24, 0);
	border: 1px solid #aaa;
    outline: 1px solid #aaa;
}

#personality .pyramid .categories .grid,
#personality .pyramid .categories .block {
    height: 88%;
}

#personality #popupCategoryAdminMenu #categoryAddItemList {
    height: auto !important;
}

#personality table.categories td {
    border: 1px solid gray;
    padding: 5px 10px;
    color: black !important;
}

#personality table.categories td.value {
    width: 60px;
    text-align: center;
    padding: 2px 10px;
    font-weight: bold;
}

#personality span.timecategory {
    color: blue;
    border-bottom: 1px dotted blue;
}

#personality table.categories td.highscore {
    color: red !important;
    font-weight: bold;
}

#personality table.nameAnalysis {
    width: 90%;
    margin: auto;
}

#personality table.nameAnalysis th,
#personality table.nameAnalysis td.me,
#personality table.nameAnalysis td.you,
#personality table.nameAnalysis td.we {
    font-size: 24px;
}

#personality table.nameAnalysis .mind {
    background-color: #ccccff;
}

#personality table.nameAnalysis .sense {
    background-color: #ffcccc;
}

#personality table.nameAnalysis .practical {
    background-color: #ccffcc;
}

#personality table.nameAnalysis .w30percent {
    width: 30%;
}

#personality table.nameAnalysis .w10percent {
    width: 10%;
}

#personality table.nameAnalysis .w5percent {
    width: 5%;
}

#personality table.nameAnalysis .h75 {
    height: 75px;
}

#personality table.nameAnalysis .border-top {
    border-top: 1px solid #f26d0a;
}

#personality table.nameAnalysis .border-left {
    border-left: 1px solid #f26d0a;
}

#personality table.nameAnalysis .border-right {
    border-right: 1px solid #f26d0a;
}

#personality table.nameAnalysis .border-bottom {
    border-bottom: 1px solid #f26d0a;
}

#personality table.nameAnalysis .border-bottom-bold {
    border-bottom: 3px solid #f26d0a;
}

#personality table.nameAnalysis .text-center {
    text-align: center;
}

#personality table.nameAnalysis td.me,
#personality table.nameAnalysis td.you,
#personality table.nameAnalysis td.we {
    font-weight: bold;
    padding: 10px;
}

#personality table.nameAnalysis td.me {
    color: #262699;
}

#personality table.nameAnalysis td.you {
    color: #c00000;
}

#personality table.nameAnalysis td.we {
    color: #046211;
}

#personality table.nameAnalysis .spacer {
    height: 5px;
}

#personality table.nameAnalysis .baseNumbers,
#personality table.nameAnalysis .letters {
    font-size: 30px;
    font-weight: bold;
}

/* ---------------------------------------------
 * Team company select popup page
 * ---------------------------------------------
 */
#team_select #popupLoadSelection ul {
    max-height: 400px;
    overflow: auto;
}

#team_select #popupLoadSelection-popup .confirmOverlay {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    height: 100%;
    width: 99.6%;
    z-index: 10;
    border-radius: inherit;
    display: none;
    text-align: center;
    border: 1px solid rgb(221, 221, 221);
}


/* ---------------------------------------------
 * Team analyze page
 * ---------------------------------------------
 */
#team #teamIndividualSelectPopup .individualSelectList .filtered {
    display: none;
}

#team #addAllIndividualsConfirm {
    display: none;
}

#team .row {
    white-space: nowrap;
    overflow: auto;
    height: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

#team .row>div {
    display: inline-block;
    vertical-align: top;
}

#team .team-comparison .comparisonDetail div.divider,
#team .row>div.divider {
    width: 0;
    height: 90%;
    border-left: 7px solid #eee;
    bottom: 0;
    position: absolute;
    margin: 0 20px;
}

#team .hideScrollbars {
    overflow: hidden !important;
}

#team .team-comparison .comparisonDetail table td.noborder,
#team .team-comparison .comparisonDetail table th.noborder,
#team .row table td.noborder,
#team .row table th.noborder {
    border: none;
}

#team .companyRow {
    margin-bottom: 10px;
}

#team .individualRows {
    overflow-y: auto;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
}

#team .reduced {
    display: none;
}

#team .firstnameParts,
#team .lastnameParts,
#team .titleParts {
    width: 360px;
    overflow: auto;
    border: 1px solid #ddd;
    margin-right: 5px;
    -webkit-overflow-scrolling: touch;
}

#team table.sum {
    margin-right: 20px;
    font-weight: bold;
}

#team .team-comparison .comparisonDetail table,
#team .row table {
    text-align: center;
    table-layout: fixed;
    border-collapse: collapse;
}

#team .team-comparison .comparisonDetail table th,
#team .team-comparison .comparisonDetail table td,
#team .row table th,
#team .row table td {
    border: 1px solid #ddd;
    width: 29px;
    height: 29px;
    min-width: 29px;
    min-height: 29px;
}

#team table.sum th,
#team table.sum td,
#team .clusters table th,
#team .clusters table td.value {
    border: none;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
}

#team .firstnameParts th,
#team .lastnameParts th,
#team .titleParts th,
#team table.sum th {
    text-transform: uppercase;
    font-size: 1em;
}

#team .clusters table tr.total td.value,
#team .clusters table tr.totalWithTime td.value {
    font-weight: bold;
}

#team .firstnameParts td,
#team .lastnameParts td,
#team .titleParts td,
#team table.sum td {
    font-size: 0.8em;
}

#team .clusters table td.value {
    font-size: 1em;
}

#team .team-comparison .comparisonDetail table .small,
#team .row table .small {
    font-size: 0.6em;
    font-weight: normal;
}

#team .firstnameParts tr.all td,
#team .lastnameParts tr.all td,
#team .titleParts tr.all td,
#team table.sum tr.all td {
    color: red;
}

#team table.noOutline tr th:first-child,
#team table.noOutline tr td:first-child {
    border-left: 0;
    padding-left: 1px;
}

#team table.noOutline tr th:last-child,
#team table.noOutline tr td:last-child {
    border-right: 0;
}

#team table.noOutline tr:first-child th {
    border-top: 0;
    padding-top: 1px;
}

#team table.noOutline tr:last-child td {
    border-bottom: 0;
}

#team .firstnameParts tr.all td,
#team .lastnameParts tr.all td,
#team .titleParts tr.all td {
    border-bottom: 0;
}

#team table.sum tr.all td {
    font-weight: bold;
}

#team table.sum td {
    text-align: left;
}

#team .firstnameSums,
#team .lastnameSums,
#team .fullSums {
    width: 80px;
}

#team .firstnameSums th,
#team .lastnameSums th {
    text-align: left;
}


#team .clusters {
    margin-left: 40px;
    margin-right: 10px;
}

#team .clusters table th,
#team .clusters table td {
    border: none !important;
}

#team .clusters table td.top,
#team .clusters table td.timeTop {
    color: red;
    background-color: yellow;
    font-weight: bold;
}

#team .clusters table.timeEnabled td.flop {
    color: inherit;
    background-color: inherit;
}

#team .clusters table td.flop,
#team .clusters table.timeEnabled td.timeFlop {
    background-color: red;
    color: white;
}

#team .clusters table tr.datetime,
#team .clusters table tr.totalWithTime {
    display: none;
}

#team .lifeStages {
    margin-left: 40px;
    margin-right: 10px;
    width: 255px;
}

#team .lifeStagesMisc {
    width: 102px;
}

#team .potential {
    width: 244px;
}

#team .lifeStages table th,
#team .lifeStages table td,
#team .lifeStagesMisc table th,
#team .lifeStagesMisc table td,
#team .potential table th,
#team .potential table td {
    width: 50px;
}

#team .lifeStages table tr td.current {
    font-weight: bold;
}

#team .lifeStages table tr.reduced td.task,
#team .lifeStages table tr.tasks td.current {
    background-color: yellow;
}

#team .lifeStages table tr.reduced td.challenge,
#team .lifeStages table tr.challenges td.current {
    background-color: red;
    color: white;
}

#team .lifeStages table tr th.century {
    font-weight: normal;
    color: #999;
}

#team .potential {
    margin-left: 50px;
    margin-right: 10px;
}

#team .potential tr.highscore th,
#team .potential tr.highscore td,
#team .potential th.highscore,
#team .potential td.highscore {
    color: red;
    font-weight: bold;
}

#team .potential .datetime {
    display: none;
}

#teamIndividualSelectPopup {
    width: 600px;
}

#teamIndividualSelectPanel .ui-panel-inner {
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    -webkit-overflow-scrolling: touch;
}

#team .row .buttonBarLeft {
    height: 122px;
    margin-right: 12px;
    text-align: center;
    width: 9px;
}

#team .row .buttonBarLeft .expandButton {
    color: #ccc;
    line-height: 20px;
    margin-top: 30px;
    text-align: left;
    font-size: 10px;
}

#team .row .buttonBarLeft .buttons {
    display: none;
    text-align: center;
}

#team .row .buttonBarLeft .buttons>div {
    font-size: 1.7em;
    height: 41px;
    line-height: 40px;
}

#team .row .titlePopup {
    height: 123px;
    position: absolute;
    top: 0;
    left: 55px;
    padding: 6px;
    background: white;
    white-space: nowrap;
    display: none;
    z-index: 10;
}

#team .row .titleParts {
    width: auto;
    overflow: hidden;
    display: inline-block;
}

#team .row .titleSums {
    width: auto;
    display: inline-block;
}

#team .pyramidPreviewPopup {
    background: white;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 70px;
    display: none;
}

#team .pyramidComparison {
    background: transparent;
    display: block;
    position: relative;
    width: 100%;
    max-height: 800px;
    height: 65%;
}

#team .pyramidComparison .wrapper {
    height: 100%;
}

#team .pyramidComparison .wrapper .fields .field,
#team .pyramidPreviewPopup .wrapper .fields .field {
    text-align: center;
    overflow: hidden;
    display: block;
    float: left;
    z-index: 200;
    min-height: 1px;
}

#team .pyramidComparison .wrapper .fields .namefield,
#team .pyramidPreviewPopup .wrapper .fields .namefield {
    text-transform: uppercase;
    color: #cccccc;
}

#team .pyramidComparison .wrapper .fields .clustermember.highlight-cm,
#team .pyramidPreviewPopup .wrapper .fields .clustermember.highlight-cm {
    background-color: lightblue;
}

#team .pyramidComparison .wrapper .fields .numberpeak,
#team .pyramidPreviewPopup .wrapper .fields .numberpeak {
    background-color: orangered !important;
}

#team .pyramidComparison .wrapper .fields .numberpeak.inverted-np,
#team .pyramidPreviewPopup .wrapper .fields .numberpeak.inverted-np {
    background-color: dodgerblue !important;
}

#team .pyramidComparison .wrapper .fields .ageLine,
#team .pyramidPreviewPopup .wrapper .fields .ageLine {
    position: absolute;
    z-index: 0;
    display: none;
    border-right: 2px dashed rgba(155, 155, 155, 0.7);
}

#team .pyramidComparison .fields .custompeak.highlight-cp {
    /*background-color: darkblue !important;*/
    background-color: rgb(255, 24, 0);
    /*color: white;*/
}

#team .pyramidComparison .fields .custompeak.highlight-cp.inverted-cp {
    /*background-color: darkmagenta !important;*/
    background-color: rgb(255, 24, 0);
}

#team .pyramidPreviewPopup .expandButton {
    position: absolute;
    right: 10px;
    bottom: 0px;
    width: 60px;
    height: 60px;
    padding-top: 20px;
    padding-left: 20px;
}

#team .pyramidPreviewPopup .expandButton img {
    width: 40px;
}

#team .competence-list #stickyHeaderWrapper {
    overflow: auto;
}

#teamSavePopup {
    min-width: 400px;
}

#team #savenames {
    max-height: 400px;
    overflow: auto;
}


/* Comparison page */

#team #teamIndividualSelectPopup .individualSelectList .ui-checkbox.hide-box label {
    padding-left: 0.7em;
}

#team #teamIndividualSelectPopup .individualSelectList .ui-checkbox.hide-box label:after {
    display: none !important;
}


#team .team-comparison {
    height: 100%;
}

#team .team-comparison .ui-grid-a {
    overflow: auto;
    height: 100%;
}

#team .team-comparison .ui-grid-a .ui-block-a,
#team .team-comparison .ui-grid-a .ui-block-b {
    height: 100%;
}

#team .team-comparison .ui-grid-a .ui-block-a {
    padding-right: 7px;
}

#team .team-comparison .ui-grid-a .ui-block-b {
    padding-left: 7px;
}

#team .team-comparison .comparisonDetail {
    overflow: auto;
    display: none;
    margin-top: 20px;
}

#team .team-comparison .comparisonDetail .wrapper {
    text-align: center;
    min-width: 800px;
}

#team .team-comparison .comparisonDetail .wrapper>div {
    display: inline-block;
    vertical-align: top;
}

#team .team-comparison table {
    text-align: center;
    table-layout: fixed;
    border-collapse: collapse;
}

#team .team-comparison .namesums table td {
    min-width: 42px;
}

#team .team-comparison .keys {
    margin-left: 40px;
    margin-right: 10px;
}

#team .team-comparison .keys table {
    vertical-align: middle;
    border-collapse: collapse;
}

#team .team-comparison .keys table td {
    font-size: 13px;
    color: #666;
}

#team .team-comparison .keys .sum {
    font-weight: bold;
    font-size: 16px;
    color: black;
}

#team .team-comparison .keys .sum.keymatch {
    color: white;
    background-color: red;
}

#team .team-comparison .clusters {
    display: inline-block;
    vertical-align: top;
}

/*
#team .team-comparison .comparisonDetail table th,
#team .team-comparison .comparisonDetail table td {}
*/


/* -- Comparison page */



#team_select #popupLoadSelection ul {
    max-height: 400px;
    overflow: auto;
}

#team_select #popupLoadSelection-popup .confirmOverlay {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    height: 100%;
    width: 99.6%;
    z-index: 10;
    border-radius: inherit;
    display: none;
    text-align: center;
    border: 1px solid rgb(221, 221, 221);
}


.company-comparison #teamIndividualSelectPopup .individualSelectList .filtered {
    display: none;
}

.company-comparison #addAllIndividualsConfirm {
    display: none;
}

.company-comparison .row {
    white-space: nowrap;
    overflow: auto;
    height: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

.company-comparison .row>div {
    display: inline-block;
    vertical-align: top;
}

.company-comparison .comparisonDetail div.divider,
.company-comparison .row>div.divider {
    width: 0;
    height: 90%;
    border-left: 7px solid #eee;
    bottom: 0;
    position: absolute;
    margin: 0 20px;
}

.company-comparison .hideScrollbars {
    overflow: hidden !important;
}

.company-comparison .comparisonDetail table td.noborder,
.company-comparison .comparisonDetail table th.noborder,
.company-comparison .row table td.noborder,
.company-comparison .row table th.noborder {
    border: none;
}

.company-comparison .companyRow {
    margin-bottom: 10px;
}

.company-comparison .individualRows {
    overflow-y: auto;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
}

.company-comparison .reduced {
    display: none;
}

.company-comparison .firstnameParts,
.company-comparison .lastnameParts,
.company-comparison .titleParts {
    width: 360px;
    overflow: auto;
    border: 1px solid #ddd;
    margin-right: 5px;
    -webkit-overflow-scrolling: touch;
}

.company-comparison table.sum {
    margin-right: 20px;
    font-weight: bold;
}

.company-comparison .comparisonDetail table,
.company-comparison .row table {
    text-align: center;
    table-layout: fixed;
    border-collapse: collapse;
}

.company-comparison .comparisonDetail table th,
.company-comparison .comparisonDetail table td,
.company-comparison .row table th,
.company-comparison .row table td {
    border: 1px solid #ddd;
    width: 29px;
    height: 29px;
    min-width: 29px;
    min-height: 29px;
}

.company-comparison table.sum th,
.company-comparison table.sum td,
.company-comparison .clusters table th,
.company-comparison .clusters table td.value {
    border: none;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
}

.company-comparison .firstnameParts th,
.company-comparison .lastnameParts th,
.company-comparison .titleParts th,
.company-comparison table.sum th {
    text-transform: uppercase;
    font-size: 1em;
}

.company-comparison .clusters table tr.total td.value,
.company-comparison .clusters table tr.totalWithTime td.value {
    font-weight: bold;
}

.company-comparison .firstnameParts td,
.company-comparison .lastnameParts td,
.company-comparison .titleParts td,
.company-comparison table.sum td {
    font-size: 0.8em;
}

.company-comparison .clusters table td.value {
    font-size: 1em;
}

.company-comparison .comparisonDetail table .small,
.company-comparison .row table .small {
    font-size: 0.6em;
    font-weight: normal;
}

.company-comparison .firstnameParts tr.all td,
.company-comparison .lastnameParts tr.all td,
.company-comparison .titleParts tr.all td,
.company-comparison table.sum tr.all td {
    color: red;
}

.company-comparison table.noOutline tr th:first-child,
.company-comparison table.noOutline tr td:first-child {
    border-left: 0;
    padding-left: 1px;
}

.company-comparison table.noOutline tr th:last-child,
.company-comparison table.noOutline tr td:last-child {
    border-right: 0;
}

.company-comparison table.noOutline tr:first-child th {
    border-top: 0;
    padding-top: 1px;
}

.company-comparison table.noOutline tr:last-child td {
    border-bottom: 0;
}

.company-comparison .firstnameParts tr.all td,
.company-comparison .lastnameParts tr.all td,
.company-comparison .titleParts tr.all td {
    border-bottom: 0;
}

.company-comparison table.sum tr.all td {
    font-weight: bold;
}

.company-comparison table.sum td {
    text-align: left;
}

.company-comparison .firstnameSums,
.company-comparison .lastnameSums,
.company-comparison .fullSums {
    width: 80px;
}

.company-comparison .firstnameSums th,
.company-comparison .lastnameSums th {
    text-align: left;
}


.company-comparison .clusters {
    margin-left: 40px;
    margin-right: 10px;
}

.company-comparison .clusters table th,
.company-comparison .clusters table td {
    border: none !important;
}

.company-comparison .clusters table td.top,
.company-comparison .clusters table td.timeTop {
    color: red;
    background-color: yellow;
    font-weight: bold;
}

.company-comparison .clusters table.timeEnabled td.flop {
    color: inherit;
    background-color: inherit;
}

.company-comparison .clusters table td.flop,
.company-comparison .clusters table.timeEnabled td.timeFlop {
    background-color: red;
    color: white;
}

.company-comparison .clusters table tr.datetime,
.company-comparison .clusters table tr.totalWithTime {
    display: none;
}

.company-comparison .lifeStages {
    margin-left: 40px;
    margin-right: 10px;
    width: 255px;
}

.company-comparison .lifeStagesMisc {
    width: 102px;
}

.company-comparison .potential {
    width: 244px;
}

.company-comparison .lifeStages table th,
.company-comparison .lifeStages table td,
.company-comparison .lifeStagesMisc table th,
.company-comparison .lifeStagesMisc table td,
.company-comparison .potential table th,
.company-comparison .potential table td {
    width: 50px;
}

.company-comparison .lifeStages table tr td.current {
    font-weight: bold;
}

.company-comparison .lifeStages table tr.reduced td.task,
.company-comparison .lifeStages table tr.tasks td.current {
    background-color: yellow;
}

.company-comparison .lifeStages table tr.reduced td.challenge,
.company-comparison .lifeStages table tr.challenges td.current {
    background-color: red;
    color: white;
}

.company-comparison .lifeStages table tr th.century {
    font-weight: normal;
    color: #999;
}

.company-comparison .potential {
    margin-left: 50px;
    margin-right: 10px;
}

.company-comparison .potential tr.highscore th,
.company-comparison .potential tr.highscore td,
.company-comparison .potential th.highscore,
.company-comparison .potential td.highscore {
    color: red;
    font-weight: bold;
}

.company-comparison .potential .datetime {
    display: none;
}

#teamIndividualSelectPopup {
    width: 600px;
}

#teamIndividualSelectPanel .ui-panel-inner {
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    -webkit-overflow-scrolling: touch;
}

.company-comparison .row .buttonBarLeft {
    height: 122px;
    margin-right: 12px;
    text-align: center;
    width: 9px;
}

.company-comparison .row .buttonBarLeft .expandButton {
    color: #ccc;
    line-height: 20px;
    margin-top: 30px;
    text-align: left;
    font-size: 10px;
}

.company-comparison .row .buttonBarLeft .buttons {
    display: none;
    text-align: center;
}

.company-comparison .row .buttonBarLeft .buttons>div {
    font-size: 1.7em;
    height: 41px;
    line-height: 40px;
}

.company-comparison .row .titlePopup {
    height: 123px;
    position: absolute;
    top: 0;
    left: 55px;
    padding: 6px;
    background: white;
    white-space: nowrap;
    display: none;
    z-index: 10;
}

.company-comparison .row .titleParts {
    width: auto;
    overflow: hidden;
    display: inline-block;
}

.company-comparison .row .titleSums {
    width: auto;
    display: inline-block;
}

.company-comparison .pyramidPreviewPopup {
    background: white;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 70px;
    display: none;
}

.company-comparison .pyramidComparison {
    background: transparent;
    display: block;
    position: relative;
    width: 100%;
    max-height: 800px;
    height: 65%;
}

.company-comparison .pyramidComparison .wrapper {
    height: 100%;
}

.company-comparison .pyramidComparison .wrapper .fields .field,
.company-comparison .pyramidPreviewPopup .wrapper .fields .field {
    text-align: center;
    overflow: hidden;
    display: block;
    float: left;
    z-index: 200;
    min-height: 1px;
}

.company-comparison .pyramidComparison .wrapper .fields .namefield,
.company-comparison .pyramidPreviewPopup .wrapper .fields .namefield {
    text-transform: uppercase;
    color: #cccccc;
}

.company-comparison .pyramidComparison .wrapper .fields .clustermember.highlight-cm,
.company-comparison .pyramidPreviewPopup .wrapper .fields .clustermember.highlight-cm {
    background-color: lightblue;
}

.company-comparison .pyramidComparison .wrapper .fields .numberpeak,
.company-comparison .pyramidPreviewPopup .wrapper .fields .numberpeak {
    background-color: orangered !important;
}

.company-comparison .pyramidComparison .wrapper .fields .numberpeak.inverted-np,
.company-comparison .pyramidPreviewPopup .wrapper .fields .numberpeak.inverted-np {
    background-color: dodgerblue !important;
}

.company-comparison .pyramidComparison .wrapper .fields .ageLine,
.company-comparison .pyramidPreviewPopup .wrapper .fields .ageLine {
    position: absolute;
    z-index: 0;
    display: none;
    border-right: 2px dashed rgba(155, 155, 155, 0.7);
}

.company-comparison .pyramidComparison .fields .custompeak.highlight-cp {
    /*background-color: darkblue !important;*/
    background-color: rgb(255, 24, 0);
    /*color: white;*/
}

.company-comparison .pyramidComparison .fields .custompeak.highlight-cp.inverted-cp {
    /*background-color: darkmagenta !important;*/
    background-color: rgb(255, 24, 0);
}

.company-comparison .pyramidPreviewPopup .expandButton {
    position: absolute;
    right: 10px;
    bottom: 0px;
    width: 60px;
    height: 60px;
    padding-top: 20px;
    padding-left: 20px;
}

.company-comparison .pyramidPreviewPopup .expandButton img {
    width: 40px;
}

.company-comparison .competence-list #stickyHeaderWrapper {
    overflow: auto;
}

#teamSavePopup {
    min-width: 400px;
}

.company-comparison #savenames {
    max-height: 400px;
    overflow: auto;
}


/* Comparison page */

.company-comparison #teamIndividualSelectPopup .individualSelectList .ui-checkbox.hide-box label {
    padding-left: 0.7em;
}

.company-comparison #teamIndividualSelectPopup .individualSelectList .ui-checkbox.hide-box label:after {
    display: none;
}


.company-comparison {
    height: 100%;
}

.company-comparison .ui-grid-a {
    overflow: auto;
    height: 100%;
}

.company-comparison .ui-grid-a .ui-block-a,
.company-comparison .ui-grid-a .ui-block-b {
    height: 100%;
}

.company-comparison .ui-grid-a .ui-block-a {
    padding-right: 7px;
}

.company-comparison .ui-grid-a .ui-block-b {
    padding-left: 7px;
}

.company-comparison .comparisonDetail {
    overflow: auto;
    display: none;
    margin-top: 20px;
}

.company-comparison .comparisonDetail .wrapper {
    text-align: center;
    min-width: 800px;
}

.company-comparison .comparisonDetail .wrapper>div {
    display: inline-block;
    vertical-align: top;
}

.company-comparison table {
    text-align: center;
    table-layout: fixed;
    border-collapse: collapse;
}

.company-comparison .namesums table td {
    min-width: 42px;
}

.company-comparison .keys {
    margin-left: 40px;
    margin-right: 10px;
}

.company-comparison .keys table {
    vertical-align: middle;
    border-collapse: collapse;
}

.company-comparison .keys table td {
    font-size: 13px;
    color: #666;
}

.company-comparison .keys .sum {
    font-weight: bold;
    font-size: 16px;
    color: black;
}

.company-comparison .keys .sum.keymatch {
    color: white;
    background-color: red;
}

.company-comparison .clusters {
    display: inline-block;
    vertical-align: top;
}

/*
.company-comparison .comparisonDetail table th,
.company-comparison .comparisonDetail table td {}
*/



/* ---------------------------------------------
 * Partners company select popup page
 * ---------------------------------------------
 */



#partners #partnersIndividualSelectPopup .individualSelectList .filtered {
    display: none;
}

#partners #addAllIndividualsConfirm {
    display: none;
}

#partners .row {
    white-space: nowrap;
    overflow: auto;
    height: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

#partners .row>div {
    display: inline-block;
    vertical-align: top;
}

#partners .partners-comparison .comparisonDetail div.divider,
#partners .row>div.divider {
    width: 0;
    height: 90%;
    border-left: 7px solid #eee;
    bottom: 0;
    position: absolute;
    margin: 0 20px;
}

#partners .hideScrollbars {
    overflow: hidden !important;
}

#partners .partners-comparison .comparisonDetail table td.noborder,
#partners .partners-comparison .comparisonDetail table th.noborder,
#partners .row table td.noborder,
#partners .row table th.noborder {
    border: none;
}

#partners .companyRow {
    margin-bottom: 10px;
}

#partners .individualRows {
    overflow-y: auto;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
}

#partners .reduced {
    display: none;
}

#partners .firstnameParts,
#partners .lastnameParts,
#partners .titleParts {
    width: 360px;
    overflow: auto;
    border: 1px solid #ddd;
    margin-right: 5px;
    -webkit-overflow-scrolling: touch;
}

#partners table.sum {
    margin-right: 20px;
    font-weight: bold;
}

#partners .partners-comparison .comparisonDetail table,
#partners .row table {
    text-align: center;
    table-layout: fixed;
    border-collapse: collapse;
}

#partners .partners-comparison .comparisonDetail table th,
#partners .partners-comparison .comparisonDetail table td,
#partners .row table th,
#partners .row table td {
    border: 1px solid #ddd;
    width: 29px;
    height: 29px;
    min-width: 29px;
    min-height: 29px;
}

#partners table.sum th,
#partners table.sum td,
#partners .clusters table th,
#partners .clusters table td.value {
    border: none;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
}

#partners .firstnameParts th,
#partners .lastnameParts th,
#partners .titleParts th,
#partners table.sum th {
    text-transform: uppercase;
    font-size: 1em;
}

#partners .clusters table tr.total td.value,
#partners .clusters table tr.totalWithTime td.value {
    font-weight: bold;
}

#partners .firstnameParts td,
#partners .lastnameParts td,
#partners .titleParts td,
#partners table.sum td {
    font-size: 0.8em;
}

#partners .clusters table td.value {
    font-size: 1em;
}

#partners .partners-comparison .comparisonDetail table .small,
#partners .row table .small {
    font-size: 0.6em;
    font-weight: normal;
}

#partners .firstnameParts tr.all td,
#partners .lastnameParts tr.all td,
#partners .titleParts tr.all td,
#partners table.sum tr.all td {
    color: red;
}

#partners table.noOutline tr th:first-child,
#partners table.noOutline tr td:first-child {
    border-left: 0;
    padding-left: 1px;
}

#partners table.noOutline tr th:last-child,
#partners table.noOutline tr td:last-child {
    border-right: 0;
}

#partners table.noOutline tr:first-child th {
    border-top: 0;
    padding-top: 1px;
}

#partners table.noOutline tr:last-child td {
    border-bottom: 0;
}

#partners .firstnameParts tr.all td,
#partners .lastnameParts tr.all td,
#partners .titleParts tr.all td {
    border-bottom: 0;
}

#partners table.sum tr.all td {
    font-weight: bold;
}

#partners table.sum td {
    text-align: left;
}

#partners .firstnameSums,
#partners .lastnameSums,
#partners .fullSums {
    width: 80px;
}

#partners .firstnameSums th,
#partners .lastnameSums th {
    text-align: left;
}


#partners .clusters {
    margin-left: 40px;
    margin-right: 10px;
}

#partners .clusters table th,
#partners .clusters table td {
    border: none !important;
}

#partners .clusters table td.top,
#partners .clusters table td.timeTop {
    color: red;
    background-color: yellow;
    font-weight: bold;
}

#partners .clusters table.timeEnabled td.flop {
    color: inherit;
    background-color: inherit;
}

#partners .clusters table td.flop,
#partners .clusters table.timeEnabled td.timeFlop {
    background-color: red;
    color: white;
}

#partners .clusters table tr.datetime,
#partners .clusters table tr.totalWithTime {
    display: none;
}

#partners .lifeStages {
    margin-left: 40px;
    margin-right: 10px;
    width: 255px;
}

#partners .lifeStagesMisc {
    width: 102px;
}

#partners .potential {
    width: 244px;
}

#partners .lifeStages table th,
#partners .lifeStages table td,
#partners .lifeStagesMisc table th,
#partners .lifeStagesMisc table td,
#partners .potential table th,
#partners .potential table td {
    width: 50px;
}

#partners .lifeStages table tr td.current {
    font-weight: bold;
}

#partners .lifeStages table tr.reduced td.task,
#partners .lifeStages table tr.tasks td.current {
    background-color: yellow;
}

#partners .lifeStages table tr.reduced td.challenge,
#partners .lifeStages table tr.challenges td.current {
    background-color: red;
    color: white;
}

#partners .lifeStages table tr th.century {
    font-weight: normal;
    color: #999;
}

#partners .potential {
    margin-left: 50px;
    margin-right: 10px;
}

#partners .potential tr.highscore th,
#partners .potential tr.highscore td,
#partners .potential th.highscore,
#partners .potential td.highscore {
    color: red;
    font-weight: bold;
}

#partners .potential .datetime {
    display: none;
}

#partnersIndividualSelectPopup {
    width: 600px;
}

#partnersIndividualSelectPanel .ui-panel-inner {
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    -webkit-overflow-scrolling: touch;
}

#partners .row .buttonBarLeft {
    height: 122px;
    margin-right: 12px;
    text-align: center;
    width: 9px;
}

#partners .row .buttonBarLeft .expandButton {
    color: #ccc;
    line-height: 20px;
    margin-top: 30px;
    text-align: left;
    font-size: 10px;
}

#partners .row .buttonBarLeft .buttons {
    display: none;
    text-align: center;
}

#partners .row .buttonBarLeft .buttons>div {
    font-size: 1.7em;
    height: 41px;
    line-height: 40px;
}

#partners .row .titlePopup {
    height: 123px;
    position: absolute;
    top: 0;
    left: 55px;
    padding: 6px;
    background: white;
    white-space: nowrap;
    display: none;
    z-index: 10;
}

#partners .row .titleParts {
    width: auto;
    overflow: hidden;
    display: inline-block;
}

#partners .row .titleSums {
    width: auto;
    display: inline-block;
}

#partners .pyramidPreviewPopup {
    background: white;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 70px;
    display: none;
}

#partners .pyramidComparison {
    background: transparent;
    display: block;
    position: relative;
    width: 100%;
}

#partners .pyramidComparison .wrapper {
    height: 100%;
}

#partners .pyramidComparison .wrapper .fields .namefield,
#partners .pyramidPreviewPopup .wrapper .fields .namefield {
    text-transform: uppercase;
    color: #cccccc;
}

#partners .pyramidComparison .wrapper .fields .clustermember.highlight-cm,
#partners .pyramidPreviewPopup .wrapper .fields .clustermember.highlight-cm {
    background-color: lightblue;
}

#partners .pyramidComparison .wrapper .fields .numberpeak,
#partners .pyramidPreviewPopup .wrapper .fields .numberpeak {
    background-color: orangered !important;
}

#partners .pyramidComparison .wrapper .fields .numberpeak.inverted-np,
#partners .pyramidPreviewPopup .wrapper .fields .numberpeak.inverted-np {
    background-color: dodgerblue !important;
}

#partners .pyramidComparison .wrapper .fields .ageLine,
#partners .pyramidPreviewPopup .wrapper .fields .ageLine {
    position: absolute;
    z-index: 0;
    display: none;
    border-right: 2px dashed rgba(155, 155, 155, 0.7);
}

#partners .pyramidComparison .fields .custompeak.highlight-cp {
    /*background-color: darkblue !important;*/
    background-color: rgb(255, 24, 0);
    /*color: white;*/
}

#partners .pyramidComparison .fields .custompeak.highlight-cp.inverted-cp {
    /*background-color: darkmagenta !important;*/
    background-color: rgb(255, 24, 0);
}

#partners .pyramidPreviewPopup .expandButton {
    position: absolute;
    right: 10px;
    bottom: 0px;
    width: 60px;
    height: 60px;
    padding-top: 20px;
    padding-left: 20px;
}

#partners .pyramidPreviewPopup .expandButton img {
    width: 40px;
}

#partners .competence-list #stickyHeaderWrapper {
    overflow: auto;
}

#partnersSavePopup {
    min-width: 400px;
}

#partners #savenames {
    max-height: 400px;
    overflow: auto;
}


/* Comparison page */

#partners #partnersIndividualSelectPopup .individualSelectList .ui-checkbox.hide-box label {
    padding-left: 0.7em;
}

#partners #partnersIndividualSelectPopup .individualSelectList .ui-checkbox.hide-box label:after {
    display: none !important;
}


#partners .partners-comparison {
    height: 100%;
}

#partners .partners-comparison .ui-grid-a {
    overflow: auto;
    height: 100%;
}

#partners .partners-comparison .ui-grid-a .ui-block-a,
#partners .partners-comparison .ui-grid-a .ui-block-b,
#partners .partners-comparison .ui-grid-a .ui-block-b{
    height: 100%;
}

#partners .partners-comparison .ui-grid-a .ui-block-a {
    padding-right: 7px;
}

#partners .partners-comparison .ui-grid-a .ui-block-b {
    padding-left: 7px;
}

#partners .partners-comparison .comparisonDetail {
    overflow: auto;
    display: none;
    margin-top: 20px;
}

#partners .partners-comparison .comparisonDetail .wrapper {
    text-align: center;
    min-width: 800px;
}

#partners .partners-comparison .comparisonDetail .wrapper>div {
    display: inline-block;
    vertical-align: top;
}

#partners .partners-comparison table {
    text-align: center;
    table-layout: fixed;
    border-collapse: collapse;
}

#partners .partners-comparison .namesums table td {
    min-width: 42px;
}

#partners .partners-comparison .keys {
    margin-left: 40px;
    margin-right: 10px;
}

#partners .partners-comparison .keys table {
    vertical-align: middle;
    border-collapse: collapse;
}

#partners .partners-comparison .keys table td {
    font-size: 13px;
    color: #666;
}

#partners .partners-comparison .keys .sum {
    font-weight: bold;
    font-size: 16px;
    color: black;
}

#partners .partners-comparison .keys .sum.keymatch {
    color: white;
    background-color: red;
}

#partners .partners-comparison .clusters {
    display: inline-block;
    vertical-align: top;
}

/*
#partners .partners-comparison .comparisonDetail table th,
#partners .partners-comparison .comparisonDetail table td {}
*/

/* -- Comparison page */



#partners_select #popupLoadSelection ul {
    max-height: 400px;
    overflow: auto;
}

#partners_select #popupLoadSelection-popup .confirmOverlay {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    height: 100%;
    width: 99.6%;
    z-index: 10;
    border-radius: inherit;
    display: none;
    text-align: center;
    border: 1px solid rgb(221, 221, 221);
}


.company-comparison #partnersIndividualSelectPopup .individualSelectList .filtered {
    display: none;
}

.company-comparison #addAllIndividualsConfirm {
    display: none;
}

.company-comparison .row {
    white-space: nowrap;
    overflow: auto;
    height: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

.company-comparison .row>div {
    display: inline-block;
    vertical-align: top;
}

.company-comparison .comparisonDetail div.divider,
.company-comparison .row>div.divider {
    width: 0;
    height: 90%;
    border-left: 7px solid #eee;
    bottom: 0;
    position: absolute;
    margin: 0 20px;
}

.company-comparison .hideScrollbars {
    overflow: hidden !important;
}

.company-comparison .comparisonDetail table td.noborder,
.company-comparison .comparisonDetail table th.noborder,
.company-comparison .row table td.noborder,
.company-comparison .row table th.noborder {
    border: none;
}

.company-comparison .companyRow {
    margin-bottom: 10px;
}

.company-comparison .individualRows {
    overflow-y: auto;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
}

.company-comparison .reduced {
    display: none;
}

.company-comparison .firstnameParts,
.company-comparison .lastnameParts,
.company-comparison .titleParts {
    width: 360px;
    overflow: auto;
    border: 1px solid #ddd;
    margin-right: 5px;
    -webkit-overflow-scrolling: touch;
}

.company-comparison table.sum {
    margin-right: 20px;
    font-weight: bold;
}

.company-comparison .comparisonDetail table,
.company-comparison .row table {
    text-align: center;
    table-layout: fixed;
    border-collapse: collapse;
}

.company-comparison .comparisonDetail table th,
.company-comparison .comparisonDetail table td,
.company-comparison .row table th,
.company-comparison .row table td {
    border: 1px solid #ddd;
    width: 29px;
    height: 29px;
    min-width: 29px;
    min-height: 29px;
}

.company-comparison table.sum th,
.company-comparison table.sum td,
.company-comparison .clusters table th,
.company-comparison .clusters table td.value {
    border: none;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
}

.company-comparison .firstnameParts th,
.company-comparison .lastnameParts th,
.company-comparison .titleParts th,
.company-comparison table.sum th {
    text-transform: uppercase;
    font-size: 1em;
}

.company-comparison .clusters table tr.total td.value,
.company-comparison .clusters table tr.totalWithTime td.value {
    font-weight: bold;
}

.company-comparison .firstnameParts td,
.company-comparison .lastnameParts td,
.company-comparison .titleParts td,
.company-comparison table.sum td {
    font-size: 0.8em;
}

.company-comparison .clusters table td.value {
    font-size: 1em;
}

.company-comparison .comparisonDetail table .small,
.company-comparison .row table .small {
    font-size: 0.6em;
    font-weight: normal;
}

.company-comparison .firstnameParts tr.all td,
.company-comparison .lastnameParts tr.all td,
.company-comparison .titleParts tr.all td,
.company-comparison table.sum tr.all td {
    color: red;
}

.company-comparison table.noOutline tr th:first-child,
.company-comparison table.noOutline tr td:first-child {
    border-left: 0;
    padding-left: 1px;
}

.company-comparison table.noOutline tr th:last-child,
.company-comparison table.noOutline tr td:last-child {
    border-right: 0;
}

.company-comparison table.noOutline tr:first-child th {
    border-top: 0;
    padding-top: 1px;
}

.company-comparison table.noOutline tr:last-child td {
    border-bottom: 0;
}

.company-comparison .firstnameParts tr.all td,
.company-comparison .lastnameParts tr.all td,
.company-comparison .titleParts tr.all td {
    border-bottom: 0;
}

.company-comparison table.sum tr.all td {
    font-weight: bold;
}

.company-comparison table.sum td {
    text-align: left;
}

.company-comparison .firstnameSums,
.company-comparison .lastnameSums,
.company-comparison .fullSums {
    width: 80px;
}

.company-comparison .firstnameSums th,
.company-comparison .lastnameSums th {
    text-align: left;
}


.company-comparison .clusters {
    margin-left: 40px;
    margin-right: 10px;
}

.company-comparison .clusters table th,
.company-comparison .clusters table td {
    border: none !important;
}

.company-comparison .clusters table td.top,
.company-comparison .clusters table td.timeTop {
    color: red;
    background-color: yellow;
    font-weight: bold;
}

.company-comparison .clusters table.timeEnabled td.flop {
    color: inherit;
    background-color: inherit;
}

.company-comparison .clusters table td.flop,
.company-comparison .clusters table.timeEnabled td.timeFlop {
    background-color: red;
    color: white;
}

.company-comparison .clusters table tr.datetime,
.company-comparison .clusters table tr.totalWithTime {
    display: none;
}

.company-comparison .lifeStages {
    margin-left: 40px;
    margin-right: 10px;
    width: 255px;
}

.company-comparison .lifeStagesMisc {
    width: 102px;
}

.company-comparison .potential {
    width: 244px;
}

.company-comparison .lifeStages table th,
.company-comparison .lifeStages table td,
.company-comparison .lifeStagesMisc table th,
.company-comparison .lifeStagesMisc table td,
.company-comparison .potential table th,
.company-comparison .potential table td {
    width: 50px;
}

.company-comparison .lifeStages table tr td.current {
    font-weight: bold;
}

.company-comparison .lifeStages table tr.reduced td.task,
.company-comparison .lifeStages table tr.tasks td.current {
    background-color: yellow;
}

.company-comparison .lifeStages table tr.reduced td.challenge,
.company-comparison .lifeStages table tr.challenges td.current {
    background-color: red;
    color: white;
}

.company-comparison .lifeStages table tr th.century {
    font-weight: normal;
    color: #999;
}

.company-comparison .potential {
    margin-left: 50px;
    margin-right: 10px;
}

.company-comparison .potential tr.highscore th,
.company-comparison .potential tr.highscore td,
.company-comparison .potential th.highscore,
.company-comparison .potential td.highscore {
    color: red;
    font-weight: bold;
}

.company-comparison .potential .datetime {
    display: none;
}

#partnersIndividualSelectPopup {
    width: 600px;
}

#partnersIndividualSelectPanel .ui-panel-inner {
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    -webkit-overflow-scrolling: touch;
}

.company-comparison .row .buttonBarLeft {
    height: 122px;
    margin-right: 12px;
    text-align: center;
    width: 9px;
}

.company-comparison .row .buttonBarLeft .expandButton {
    color: #ccc;
    line-height: 20px;
    margin-top: 30px;
    text-align: left;
    font-size: 10px;
}

.company-comparison .row .buttonBarLeft .buttons {
    display: none;
    text-align: center;
}

.company-comparison .row .buttonBarLeft .buttons>div {
    font-size: 1.7em;
    height: 41px;
    line-height: 40px;
}

.company-comparison .row .titlePopup {
    height: 123px;
    position: absolute;
    top: 0;
    left: 55px;
    padding: 6px;
    background: white;
    white-space: nowrap;
    display: none;
    z-index: 10;
}

.company-comparison .row .titleParts {
    width: auto;
    overflow: hidden;
    display: inline-block;
}

.company-comparison .row .titleSums {
    width: auto;
    display: inline-block;
}

.company-comparison .pyramidPreviewPopup {
    background: white;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 70px;
    display: none;
}

.company-comparison .pyramidComparison {
    background: transparent;
    display: block;
    position: relative;
    width: 100%;
    max-height: 800px;
    height: 65%;
}

.company-comparison .pyramidComparison .wrapper {
    height: 100%;
}

.company-comparison .pyramidComparison .wrapper .fields .field,
.company-comparison .pyramidPreviewPopup .wrapper .fields .field {
    text-align: center;
    overflow: hidden;
    display: block;
    float: left;
    z-index: 200;
    min-height: 1px;
}

.company-comparison .pyramidComparison .wrapper .fields .namefield,
.company-comparison .pyramidPreviewPopup .wrapper .fields .namefield {
    text-transform: uppercase;
    color: #cccccc;
}

.company-comparison .pyramidComparison .wrapper .fields .clustermember.highlight-cm,
.company-comparison .pyramidPreviewPopup .wrapper .fields .clustermember.highlight-cm {
    background-color: lightblue;
}

.company-comparison .pyramidComparison .wrapper .fields .numberpeak,
.company-comparison .pyramidPreviewPopup .wrapper .fields .numberpeak {
    background-color: orangered !important;
}

.company-comparison .pyramidComparison .wrapper .fields .numberpeak.inverted-np,
.company-comparison .pyramidPreviewPopup .wrapper .fields .numberpeak.inverted-np {
    background-color: dodgerblue !important;
}

.company-comparison .pyramidComparison .wrapper .fields .ageLine,
.company-comparison .pyramidPreviewPopup .wrapper .fields .ageLine {
    position: absolute;
    z-index: 0;
    display: none;
    border-right: 2px dashed rgba(155, 155, 155, 0.7);
}

.company-comparison .pyramidComparison .fields .custompeak.highlight-cp {
    /*background-color: darkblue !important;*/
    background-color: rgb(255, 24, 0);
    /*color: white;*/
}

.company-comparison .pyramidComparison .fields .custompeak.highlight-cp.inverted-cp {
    /*background-color: darkmagenta !important;*/
    background-color: rgb(255, 24, 0);
}

.company-comparison .pyramidPreviewPopup .expandButton {
    position: absolute;
    right: 10px;
    bottom: 0px;
    width: 60px;
    height: 60px;
    padding-top: 20px;
    padding-left: 20px;
}

.company-comparison .pyramidPreviewPopup .expandButton img {
    width: 40px;
}

.company-comparison .competence-list #stickyHeaderWrapper {
    overflow: auto;
}

#partnersSavePopup {
    min-width: 400px;
}

.company-comparison #savenames {
    max-height: 400px;
    overflow: auto;
}


/* Comparison page */

.company-comparison #partnersIndividualSelectPopup .individualSelectList .ui-checkbox.hide-box label {
    padding-left: 0.7em;
}

.company-comparison #partnersIndividualSelectPopup .individualSelectList .ui-checkbox.hide-box label:after {
    display: none;
}


.company-comparison {
    height: 100%;
}

.company-comparison .ui-grid-a {
    overflow: auto;
    height: 100%;
}

.company-comparison .ui-grid-a .ui-block-a,
.company-comparison .ui-grid-a .ui-block-b {
    height: 100%;
}

.company-comparison .ui-grid-a .ui-block-a {
    padding-right: 7px;
}

.company-comparison .ui-grid-a .ui-block-b {
    padding-left: 7px;
}

.company-comparison .comparisonDetail {
    overflow: auto;
    display: none;
    margin-top: 20px;
}

.company-comparison .comparisonDetail .wrapper {
    text-align: center;
    min-width: 800px;
}

.company-comparison .comparisonDetail .wrapper>div {
    display: inline-block;
    vertical-align: top;
}

.company-comparison table {
    text-align: center;
    table-layout: fixed;
    border-collapse: collapse;
}

.company-comparison .namesums table td {
    min-width: 42px;
}

.company-comparison .keys {
    margin-left: 40px;
    margin-right: 10px;
}

.company-comparison .keys table {
    vertical-align: middle;
    border-collapse: collapse;
}

.company-comparison .keys table td {
    font-size: 13px;
    color: #666;
}

.company-comparison .keys .sum {
    font-weight: bold;
    font-size: 16px;
    color: black;
}

.company-comparison .keys .sum.keymatch {
    color: white;
    background-color: red;
}

.company-comparison .clusters {
    display: inline-block;
    vertical-align: top;
}

/*
.company-comparison .comparisonDetail table th,
.company-comparison .comparisonDetail table td {}
*/


/* ---------------------------------------------
 * yearanalyses page
 * ---------------------------------------------
 */
#yearanalyses .tab-content {
    height: 100%;
}

#yearanalyses table,
#yearanalyses table td {
    vertical-align: middle;
    border-collapse: collapse;
}

#yearanalyses .vowelcons .title,
#yearanalyses .vowelcons .firstname,
#yearanalyses .vowelcons .lastname,
#yearanalyses .vowelcons .fullname,
#yearanalyses .specialnums {
    float: left;
    margin-right: 3%;
    display: inline-block !important;
}

#yearanalyses .vowelcons .scrolltainer,
#yearanalyses .vowelcons .sums {
    float: left;
}

#yearanalyses .vowelcons table tr.all td,
#team .vowelcons table tr.all td,
#partners .vowelcons table tr.all td{
    font-size: 1.2em;
}

#yearanalyses table.types td.value,
#yearanalyses .vowelcons table td {
    border: 1px solid #cccccc;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    height: 20px;
}

#yearanalyses .vowelcons table tr td.sum {
    background-color: transparent !important;
    text-align: right;
    border: none;
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: 1px;
}

#yearanalyses .vowelcons table tr td.sum span {
    color: red;
}

#yearanalyses .vowelcons .fullname table td,
#yearanalyses .vowelcons .fullname table tr.all td {
    background-color: transparent;
    border: none;
    font-size: inherit;
    font-weight: bold;
    color: #999999;
}

#yearanalyses .vowelcons .fullname table tr td.sum {
    font-weight: bold;
    font-size: 1.2em;
    color: inherit;
    letter-spacing: 1px;
    text-align: left;
}

#yearanalyses .vowelcons .scrolltainer {
    max-width: 500px;
}

#yearanalyses .specialnums table td,
#yearanalyses table.global td {
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    background-color: transparent;
    font-size: inherit;
    color: #999999;
}

#yearanalyses table.global td {
    padding: 5px 10px;
    text-transform: inherit;
    text-align: left;
}

#yearanalyses table td.divider {
    padding: 0;
}

#yearanalyses table.types td.value,
#yearanalyses table.clusters td.value {
    padding: 4px;
}

#yearanalyses table.trinity td,
#yearanalyses table.polarity td {
    padding: 6px;
}

#yearanalyses .specialnums table tr td.value,
#yearanalyses table.global td.value,
#yearanalyses table.global td.sum,
#yearanalyses table.global td span.value,
#yearanalyses table.global td span.total {
    font-weight: bold;
    font-size: 1.2em;
    color: inherit;
    letter-spacing: 1px;
    text-align: left;
}

#yearanalyses table.types td.value {
    font-size: inherit;
}

#yearanalyses table.global td.sum,
#yearanalyses .specialnums table tr td.value span,
#yearanalyses table.global td span.total {
    color: red;
}

/* Cluster highlighting */
#yearanalyses table.clusters td.top,
#yearanalyses table.clusters td.timeTop {
    text-decoration: underline;
    color: forestgreen;
    font-weight: bold;
}

#yearanalyses table.clusters.dateName td.flop,
#yearanalyses table.clusters.dateNameTime td.timeFlop {
    border-left: 1px solid red;
    border-right: 1px solid red;
}

#yearanalyses table.clusters.dateName tr.date td.flop,
#yearanalyses table.clusters.dateNameTime tr.date td.timeFlop {
    border-top: 1px solid red;
}

#yearanalyses table.clusters.dateName tr.total td.flop,
#yearanalyses table.clusters.dateNameTime tr.totalWithTime td.timeFlop {
    border-bottom: 1px solid red;
}

#yearanalyses table.clusters.dateName tr.time,
#yearanalyses table.clusters.dateName tr.totalWithTime {
    display: none;
}

#yearanalyses table.clusters.dateNameTime tr.time,
#yearanalyses table.clusters.dateNameTime tr.totalWithTime {
    display: table-row;
}

#yearanalyses table.clusters.dateName tr.total {
    display: table-row;
}

#yearanalyses table.clusters.dateNameTime tr.total {
    display: none;
}

#yearanalyses table.clusters td.value {
    font-weight: normal;
}

#yearanalyses table.clusters .total td.value,
#yearanalyses table.clusters .totalWithTime td.value {
    font-weight: bold;
}

#yearanalyses table.clusters td.value span {
    display: none;
}

/* // Cluster Highlighting */



#yearanalyses table tr.current {
    color: red;
}

#yearanalyses table.clusters td.value {
    text-align: center;
}

#yearanalyses table.keys td,
#yearanalyses table.potentials td.value {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #cccccc;
}

#yearanalyses table.potentials.datetime {
    display: none;
}

#yearanalyses table.potentials tr.highscore td,
#yearanalyses table.potentials td.highscore {
    color: red;
}

#yearanalyses table.keys td.highlight {
    color: red !important;
}

#yearanalyses table.keys td.sum {
    color: inherit;
}

#yearanalyses .general .responsive-grid>.ui-block-a,
#yearanalyses .general .responsive-grid>.ui-block-b,
#yearanalyses .general .responsive-grid>.ui-block-c,
#yearanalyses .general .responsive-grid>.ui-block-d,
#yearanalyses .general .responsive-grid>.ui-block-e {
    min-height: 200px;
}

#yearanalyses .general .ui-grid-c>.ui-block-a,
#yearanalyses .general .ui-grid-c>.ui-block-b,
#yearanalyses .general .ui-grid-c>.ui-block-c,
#yearanalyses .general .ui-grid-c>.ui-block-d {
    width: calc(25% - 15px);
    margin-right: 15px;
    margin-top: 15px;
}

#yearanalyses .general .ui-grid-c>.ui-block-d {
    width: 25%;
    margin-right: 0;
}

#yearanalyses .general .ui-grid-c>.ui-block-f {
    width: calc(20% - 15px);
    float: left;
    margin-top: 15px;
    margin-right: 15px;
}

#yearanalyses .general .ui-grid-c>.ui-grid-c {
    width: 80%;
}

#yearanalyses .general .ui-grid-c .ui-grid-a>.ui-block-a {
    width: calc(60% - 15px);
    margin-right: 15px;
}

#yearanalyses .general .ui-grid-c .ui-grid-a>.ui-block-b {
    width: 40%;
}

#yearanalyses .h-flip {
    float: right;
}

#yearanalyses .h-flip .ui-flipswitch {
    margin: -0.7em 0 -0.5em;
}



/* MSB general */
#yearanalyses .msb .type-group,
#yearanalyses .msb .msb-wrapper {
    margin: 0 10% 25px;
}

#yearanalyses .msb .type-list table.types {
    width: auto;
}

#yearanalyses .msb .msb-list table tbody td,
#yearanalyses .msb .type-list table tbody td {
    text-align: center;
}

#yearanalyses .msb table thead th,
#yearanalyses .msb table tbody th .ui-table-cell-label,
#yearanalyses .msb table tbody td .ui-table-cell-label {
    text-transform: uppercase;
    font-size: .7em;
    font-weight: normal;
    text-align: center;
}

#yearanalyses .msb table tbody>th {
    font-size: 1.2em;
    background-color: #fff;
    color: #77bbff;
    text-align: center;
}

#yearanalyses .msb table tbody td.title {
    padding-left: .8em;
}

#yearanalyses .msb .msb-wrapper {
    display: none;
}

#yearanalyses .msb .msb-wrapper.type0 {
    display: block;
}

/* MSB list */
#yearanalyses .msb .msb-list table td {
    font-weight: bold;
}

#yearanalyses .msb .msb-list table td>span {
    display: block;
}

#yearanalyses .msb .msb-list table td span.timeCluster {
    /*display: none;*/
    border-bottom: 1px dashed blue;
    font-weight: normal;
    color: blue;
}

#yearanalyses .msb .msb-list table td span.static {
    color: forestgreen;
}

#yearanalyses .msb .msb-list table td span.dynamic {
    color: red;
}

#yearanalyses .msb .type-group table.types th,
#yearanalyses .msb .type-group table.types td {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.3);
}

#yearanalyses .msb .type-group table.types th.active,
#yearanalyses .msb .type-group table.types td.active {
    cursor: default;
    color: inherit;
}

#yearanalyses .msb .type-group .ui-grid-b>.ui-block-a,
#yearanalyses .msb .type-group .ui-grid-b>.ui-block-b,
#yearanalyses .msb .type-group .ui-grid-b>.ui-block-c {
    width: 30%;
    margin-right: 5%;
}

#yearanalyses .msb .type-group .ui-grid-b>.ui-block-c {
    margin-right: 0;
}

/* MSB illustrated */
#yearanalyses .msb .msb-illustrated {
    display: none;
}

#yearanalyses .msb .msb-illustrated .mind-wrap,
#yearanalyses .msb .msb-illustrated .body-wrap,
#yearanalyses .msb .msb-illustrated .sense-wrap {
    width: 37%;
    display: table-cell;
    text-align: center;
    position: relative;
    vertical-align: top;
}

#yearanalyses .msb .msb-illustrated .body-wrap {
    width: 26%;
}

/*scalierung bilder */
#yearanalyses .msb .msb-illustrated .bgimg {
    height: 400px;
    padding: 50px;
}
#doublenumbers .bgimg {
    height: 700px;
    padding: 50px;
}
#yearanalyses .msb .msb-illustrated .mind,
#yearanalyses .msb .msb-illustrated .body,
#yearanalyses .msb .msb-illustrated .sense,
#doublenumbers .number-block {
    position: relative;
    background: white;
    display: inline-block;
}

#yearanalyses .msb .msb-illustrated div[class^="pos"],
#doublenumbers div[class^="pos"]{
    width: 100px;
    height: 30px;
    position: absolute;
    margin-left: -50px;
    line-height: 14px;
    /*background: lightgray*/
}

#yearanalyses .msb .msb-illustrated div[class^="pos"]>span {
    display: block;
    font-weight: bold;
    font-size: 23px;
}

#yearanalyses .msb .msb-illustrated .green,
#yearanalyses .msb .msb-illustrated .red {
    min-height: 14px;
}

#yearanalyses .msb .msb-illustrated .mind .pos1 {
    top: 5%;
    left: 50%;
}

#doublenumbers .pos1 {
    top: 13.5%;
    left: 54.2%;
    font-size: 1.5rem;
}

#doublenumbers .pos2 {
    top: 20.4%;
    left: 33.2%;
    font-size: 1.5rem;
}

#doublenumbers .pos3 {
    top: 38.3%;
    left: 20%;
    font-size: 1.5rem;
}

#doublenumbers .pos4 {
    top: 60%;
    left: 20%;
    font-size: 1.5rem;
}

#doublenumbers .pos5 {
    top: 78%;
    left: 33.2%;
    font-size: 1.5rem;
}

#doublenumbers .pos6 {
    top: 84.9%;
    left: 54.2%;
    font-size: 1.5rem;
}

#doublenumbers .pos7 {
    top: 78%;
    left: 75.4%;
    font-size: 1.5rem;
}

#doublenumbers .pos8 {
    top: 60%;
    left: 88.2%;
    font-size: 1.5rem;
}

#doublenumbers .pos9 {
    top: 38.3%;
    left: 88.2%;
    font-size: 1.5rem;
}

#doublenumbers .pos0 {
    top: 20.4%;
    left: 75.4%;
    font-size: 1.5rem;
}

#yearanalyses .msb .msb-illustrated .mind .pos2 {
    top: 18%;
    left: 7%;
    text-align: right;
}

#yearanalyses .msb .msb-illustrated .mind .pos3 {
    top: 35%;
    left: 6%;
    text-align: middle;
}

#yearanalyses .msb .msb-illustrated .mind .pos4 {
    top: 57%;
    left: 8%;
    text-align: middle;
}

#yearanalyses .msb .msb-illustrated .mind .pos5 {
    top: 77%;
    left: 18%;
    text-align: middle;
}

#yearanalyses .msb .msb-illustrated .mind .pos6 {
    top: 87%;
    left: 50%;
}

#yearanalyses .msb .msb-illustrated .mind .pos7 {
    top: 77%;
    left: 83%;
    text-align: middle;
}

#yearanalyses .msb .msb-illustrated .mind .pos8 {
    top: 57%;
    left: 93%;
    text-align: middle;
}

#yearanalyses .msb .msb-illustrated .mind .pos9 {
    top: 35%;
    left: 93%;
    text-align: middle;
}

#yearanalyses .msb .msb-illustrated .mind .pos0 {
    top: 18%;
    left: 86%;
    text-align: middle;
}

#yearanalyses .msb .msb-illustrated .body .pos1 {
    top: 14%;
    left: 90%;
    text-align: left;
}

#yearanalyses .msb .msb-illustrated .body .pos2 {
    top: 5%;
    left: 50%;
}

#yearanalyses .msb .msb-illustrated .body .pos3 {
    top: 14%;
    left: 10%;
    text-align: right;
}

#yearanalyses .msb .msb-illustrated .body .pos4 {
    top: 23%;
    left: 10%;
    text-align: right;
}

#yearanalyses .msb .msb-illustrated .body .pos5 {
    top: 35%;
    left: 11%;
    text-align: right;
}

#yearanalyses .msb .msb-illustrated .body .pos6 {
    top: 46%;
    left: 11%;
    text-align: right;
}

#yearanalyses .msb .msb-illustrated .body .pos7 {
    top: 85%;
    left: 50%;
}

#yearanalyses .msb .msb-illustrated .body .pos8 {
    top: 46%;
    left: 90%;
    text-align: left;
}

#yearanalyses .msb .msb-illustrated .body .pos9 {
    top: 35%;
    left: 90%;
    text-align: left;
}

#yearanalyses .msb .msb-illustrated .body .pos0 {
    top: 23%;
    left: 90%;
    text-align: left;
}


#yearanalyses .msb .msb-illustrated .sense .pos1 {
    top: 14%;
    left: 10%;
    text-align: right;
}

#yearanalyses .msb .msb-illustrated .sense .pos2 {
    top: 14%;
    left: 50%;
    background-color: transparent;
}

#yearanalyses .msb .msb-illustrated .sense .pos3 {
    top: 14%;
    left: 90%;
    text-align: left;
}

#yearanalyses .msb .msb-illustrated .sense .pos4 {
    top: 40.5%;
    left: 10%;
    text-align: right;
    background-color: transparent;
}

#yearanalyses .msb .msb-illustrated .sense .pos5 {
    top: 40.5%;
    left: 50%;
    z-index: 10;
    background-color: transparent;
}

#yearanalyses .msb .msb-illustrated .sense .pos6 {
    top: 40.5%;
    left: 90%;
    text-align: left;
    background-color: transparent;
}

#yearanalyses .msb .msb-illustrated .sense .pos7 {
    top: 68%;
    left: 11%;
    text-align: right;
}

#yearanalyses .msb .msb-illustrated .sense .pos8 {
    top: 68%;
    left: 50%;
    background-color: transparent;
}

#yearanalyses .msb .msb-illustrated .sense .pos9 {
    top: 68%;
    left: 90%;
    text-align: left;
}

#yearanalyses .msb .msb-illustrated .sense .pos0 {
    top: 78%;
    left: 11%;
    text-align: right;
}

#yearanalyses .msb .msb-illustrated .timeCluster {
    /*display: none;*/
}

#yearanalyses .msb .msb-illustrated img.overlay {
    position: absolute;
    left: 0;
    margin-left: 50px;
    height: 300px;
    top: 50px;
    display: none;
}

#yearanalyses .msb .msb-illustrated table.clustermap {
    margin: 0 auto;
    width: 70%;
    border: 1px solid #ddd;
}

#yearanalyses .msb .msb-illustrated .sense-wrap table.clustermap {
    width: 35%;
}

#yearanalyses .msb .msb-illustrated table.clustermap thead th {
    background-color: #e9e9e9;
    cursor: pointer;
}

#yearanalyses .msb .msb-illustrated table.clustermap tbody td {
    text-align: center;
    background-color: #f9f9f9;
    cursor: pointer;
}

#yearanalyses .msb .msb-illustrated table.clustermap tbody td>span {
    color: #999999;
}

#yearanalyses .msb .msb-illustrated table.clustermap tbody td>span.active {
    font-weight: bold;
    color: black;
}

#yearanalyses .msb .msb-illustrated table.clustermap td>span.timeCluster {
    padding-left: 4px;
    /*display: none;*/
    border-bottom: 1px dashed blue;
    font-weight: normal;
    color: blue;
}

@media (min-width: 1921px) {
    #yearanalyses .msb .msb-illustrated .bgimg {
        height: 400px;
        padding: 70px;
    }

    #yearanalyses .msb .msb-illustrated img.overlay {
        height: 400px;
        margin-left: 70px;
        top: 70px;
    }

    #yearanalyses .msb .msb-illustrated div[class^="pos"] {
        line-height: 16px;
    }

    #yearanalyses .msb .msb-illustrated div[class^="pos"]>span {
        font-size: 15px;
    }
}

@media (max-width: 1365px) {
    #yearanalyses .msb .msb-illustrated .bgimg {
        height: 220px;
        padding: 40px;
    }

    #yearanalyses .msb .msb-illustrated img.overlay {
        height: 220px;
        margin-left: 40px;
        top: 40px;
    }

    #yearanalyses .msb .msb-illustrated div[class^="pos"] {
        line-height: 12px;
    }

    #yearanalyses .msb .msb-illustrated div[class^="pos"]>span {
        font-size: 12px;
    }

    #yearanalyses .msb .msb-illustrated .mind-wrap table.clustermap {
        width: 90%;
    }

    #yearanalyses .msb .msb-illustrated .sense-wrap table.clustermap {
        width: 50%;
    }
}

@media (max-width: 1023px) {

    #yearanalyses .msb .msb-illustrated .mind-wrap,
    #yearanalyses .msb .msb-illustrated .body-wrap,
    #yearanalyses .msb .msb-illustrated .sense-wrap {
        display: block;
        margin: 0 auto;
        width: auto;
    }

    #yearanalyses .msb .msb-illustrated .bgimg {
        height: 450px;
        padding: 70px;
    }

    #yearanalyses .msb .msb-illustrated img.overlay {
        height: 450px;
        margin-left: 70px;
        top: 70px;
    }

    #yearanalyses .msb .msb-illustrated div[class^="pos"] {
        line-height: 16px;
    }

    #yearanalyses .msb .msb-illustrated div[class^="pos"]>span {
        font-size: 15px;
    }
}
/* Pyramid */
#yearanalyses .pyramid,
#yearanalyses .pyramid .fields,
#yearanalyses .pyramid .wrapper {
    height: 100%;
}

#yearanalyses .pyramid {
    position: relative;
}

#yearanalyses .pyramid .valuefield {
    border: 1px dashed #000;
}

#yearanalyses .pyramid .fields {
    width: 95%;
    position: relative;
}

#yearanalyses .pyramid .prognosis,
#yearanalyses .pyramid .term {
    display: none;
}

#yearanalyses .pyramid .fields .field {
    text-align: center;
    float: left;
    overflow: hidden;
    display: block;
    z-index: 200;
    position: relative;

}

#yearanalyses .pyramid .fields .namefield {
    text-transform: uppercase;
    color: #8E8481;
}

#yearanalyses .pyramid .fields .tabfield {
    color: #cccccc;
}


#yearanalyses .pyramid .fields .ageLine {
    position: absolute;
    z-index: 0;
    display: none;
    border-right: 2px dashed rgba(155, 155, 155, 0.7);
}

#yearanalyses .pyramid .ageInfo {
    display: none;
    position: absolute;
    z-index: 300;
    padding: 10px;
    line-height: 0;
}


#yearanalyses .pyramid .fields .field.agehover {
    background: rgba(155, 155, 155, 0.12);
    transition: background 0.25s;
	border: 1px dashed #000;
}

#yearanalyses .pyramid .fields .clustermember.highlight-cm {
    background-color: lightblue;
	border: 1px dashed #000;
}

#yearanalyses .pyramid .fields .clustermember.interactive {
    background-color: #eee;
	border: 1px dashed #000;
}

#yearanalyses .pyramid .fields .clustermember.interactive.clusterhover {
    background-color: lightblue;
	border: 1px dashed #000;
}

#yearanalyses .pyramid .fields .numberpeak.highlight-np {
    background-color: orangered !important;
	border: 1px dashed #000;
}

#yearanalyses .pyramid .fields .numberpeak.highlight-np.inverted-np {
    /*background-color: dodgerblue !important;*/
    background-color: rgb(255, 24, 0);
	border: 1px dashed #000;
}

#yearanalyses .pyramid .fields .custompeak.highlight-cp {
    /*background-color: darkblue !important;*/
    background-color: rgb(255, 24, 0);
    /*color: white;*/
	border: 1px dashed #000;
}

#yearanalyses .pyramid .fields .custompeak.highlight-cp.inverted-cp {
    /*background-color: darkmagenta !important;*/
    background-color: rgb(255, 24, 0);
	border: 1px dashed #000;
}

#yearanalyses .pyramid .categories .grid,
#yearanalyses .pyramid .categories .block {
    height: 100%;
}

#yearanalyses #popupCategoryAdminMenu #categoryAddItemList {
    height: auto !important;
}

#yearanalyses table.categories td {
    border: 1px solid gray;
    padding: 5px 10px;
    color: black !important;
}

#yearanalyses table.categories td.value {
    width: 60px;
    text-align: center;
    padding: 2px 10px;
    font-weight: bold;
}

#yearanalyses span.timecategory {
    color: blue;
    border-bottom: 1px dotted blue;
}

#yearanalyses table.categories td.highscore {
    color: red !important;
    font-weight: bold;
}

#yearanalyses table.nameAnalysis {
    width: 90%;
    margin: auto;
}

#yearanalyses table.nameAnalysis th,
#yearanalyses table.nameAnalysis td.me,
#yearanalyses table.nameAnalysis td.you,
#yearanalyses table.nameAnalysis td.we {
    font-size: 24px;
}

#yearanalyses table.nameAnalysis .mind {
    background-color: #ccccff;
}

#yearanalyses table.nameAnalysis .sense {
    background-color: #ffcccc;
}

#yearanalyses table.nameAnalysis .practical {
    background-color: #ccffcc;
}

#yearanalyses table.nameAnalysis .w30percent {
    width: 30%;
}

#yearanalyses table.nameAnalysis .w10percent {
    width: 10%;
}

#yearanalyses table.nameAnalysis .w5percent {
    width: 5%;
}

#yearanalyses table.nameAnalysis .h75 {
    height: 75px;
}

#yearanalyses table.nameAnalysis .border-top {
    border-top: 1px solid #f26d0a;
}

#yearanalyses table.nameAnalysis .border-left {
    border-left: 1px solid #f26d0a;
}

#yearanalyses table.nameAnalysis .border-right {
    border-right: 1px solid #f26d0a;
}

#yearanalyses table.nameAnalysis .border-bottom {
    border-bottom: 1px solid #f26d0a;
}

#yearanalyses table.nameAnalysis .border-bottom-bold {
    border-bottom: 3px solid #f26d0a;
}

#yearanalyses table.nameAnalysis .text-center {
    text-align: center;
}

#yearanalyses table.nameAnalysis td.me,
#yearanalyses table.nameAnalysis td.you,
#yearanalyses table.nameAnalysis td.we {
    font-weight: bold;
    padding: 10px;
}

#yearanalyses table.nameAnalysis td.me {
    color: #262699;
}

#yearanalyses table.nameAnalysis td.you {
    color: #c00000;
}

#yearanalyses table.nameAnalysis td.we {
    color: #046211;
}

#yearanalyses table.nameAnalysis .spacer {
    height: 5px;
}

#yearanalyses table.nameAnalysis .baseNumbers,
#yearanalyses table.nameAnalysis .letters {
    font-size: 30px;
    font-weight: bold;
}

.navgrid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr;
    gap: 0px 0px;
    justify-items: stretch;
    align-items: stretch;
}

.navgrid .navbnl {grid-column: span 3;}
.navgrid .navgnl {grid-column: span 4;}
.nav-gridded {margin-bottom:0px!important;}

#person .tab-content {
    height: 100%;
}

#person table,
#person table td {
    vertical-align: middle;
    border-collapse: collapse;
}

#person .vowelcons .title,
#person .vowelcons .firstname,
#person .vowelcons .lastname,
#person .vowelcons .fullname,
#person .specialnums {
    float: left;
    margin-right: 3%;
    display: inline-block !important;
}

#person .vowelcons .scrolltainer,
#person .vowelcons .sums {
    float: left;
}

#person .vowelcons table tr.all td,
#team .vowelcons table tr.all td,
#partners .vowelcons table tr.all td{
    font-size: 1.2em;
}

#person table.types td.value,
#person .vowelcons table td {
    border: 1px solid #cccccc;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    height: 20px;
}

#person .vowelcons table tr td.sum {
    background-color: transparent !important;
    text-align: right;
    border: none;
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: 1px;
}

#person .vowelcons table tr td.sum span {
    color: red;
}

#person .vowelcons .fullname table td,
#person .vowelcons .fullname table tr.all td {
    background-color: transparent;
    border: none;
    font-size: inherit;
    font-weight: bold;
    color: #999999;
}

#person .vowelcons .fullname table tr td.sum {
    font-weight: bold;
    font-size: 1.2em;
    color: inherit;
    letter-spacing: 1px;
    text-align: left;
}

#person .vowelcons .scrolltainer {
    max-width: 500px;
}

#person .specialnums table td,
#person table.global td {
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    background-color: transparent;
    font-size: inherit;
    color: #999999;
}

#person table.global td {
    padding: 5px 10px;
    text-transform: inherit;
    text-align: left;
}

#person table td.divider {
    padding: 0;
}

#person table.types td.value,
#person table.clusters td.value {
    padding: 4px;
}

#person table.trinity td,
#person table.polarity td {
    padding: 6px;
}

#person .specialnums table tr td.value,
#person table.global td.value,
#person table.global td.sum,
#person table.global td span.value,
#person table.global td span.total {
    font-weight: bold;
    font-size: 1.2em;
    color: inherit;
    letter-spacing: 1px;
    text-align: left;
}

#person table.types td.value {
    font-size: inherit;
}

#person table.global td.sum,
#person .specialnums table tr td.value span,
#person table.global td span.total {
    color: red;
}

/* Cluster highlighting */
#person table.clusters td.top,
#person table.clusters td.timeTop {
    text-decoration: underline;
    color: forestgreen;
    font-weight: bold;
}

#person table.clusters.dateName td.flop,
#person table.clusters.dateNameTime td.timeFlop {
    border-left: 1px solid red;
    border-right: 1px solid red;
}

#person table.clusters.dateName tr.date td.flop,
#person table.clusters.dateNameTime tr.date td.timeFlop {
    border-top: 1px solid red;
}

#person table.clusters.dateName tr.total td.flop,
#person table.clusters.dateNameTime tr.totalWithTime td.timeFlop {
    border-bottom: 1px solid red;
}

#person table.clusters.dateName tr.time,
#person table.clusters.dateName tr.totalWithTime {
    display: none;
}

#person table.clusters.dateNameTime tr.time,
#person table.clusters.dateNameTime tr.totalWithTime {
    display: table-row;
}

#person table.clusters.dateName tr.total {
    display: table-row;
}

#person table.clusters.dateNameTime tr.total {
    display: none;
}

#person table.clusters td.value {
    font-weight: normal;
}

#person table.clusters .total td.value,
#person table.clusters .totalWithTime td.value {
    font-weight: bold;
}

#person table.clusters td.value span {
    display: none;
}

/* // Cluster Highlighting */



#person table tr.current {
    color: red;
}

#person table.clusters td.value {
    text-align: center;
}

#person table.keys td,
#person table.potentials td.value {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #cccccc;
}

#person table.potentials.datetime {
    display: none;
}

#person table.potentials tr.highscore td,
#person table.potentials td.highscore {
    color: red;
}

#person table.keys td.highlight {
    color: red !important;
}

#person table.keys td.sum {
    color: inherit;
}

#person .general .responsive-grid>.ui-block-a,
#person .general .responsive-grid>.ui-block-b,
#person .general .responsive-grid>.ui-block-c,
#person .general .responsive-grid>.ui-block-d,
#person .general .responsive-grid>.ui-block-e {
    min-height: 150px;
}

#person .general .ui-grid-c>.ui-block-a,
#person .general .ui-grid-c>.ui-block-b,
#person .general .ui-grid-c>.ui-block-c,
#person .general .ui-grid-c>.ui-block-d {
    width: auto!important;
    margin-right: 15px;
    margin-top: 15px;
}

#person .general .ui-grid-c>.ui-block-d {
    width: 25%;
    margin-right: 0;
}

#person .general .ui-grid-c>.ui-block-f {
    width: calc(20% - 15px);
    float: left;
    margin-top: 15px;
    margin-right: 15px;
}

#person .general .ui-grid-c>.ui-grid-c {
    width: 100%;
}

#person .general .ui-grid-c .ui-grid-a>.ui-block-a {
    width: calc(60% - 15px);
    margin-right: 15px;
}

#person .general .ui-grid-c .ui-grid-a>.ui-block-b {
    width: 40%;
}

#person .h-flip {
    float: right;
}

#person .h-flip .ui-flipswitch {
    margin: -0.7em 0 -0.5em;
}



/* MSB general */
#person .msb .type-group,
#person .msb .msb-wrapper {
    margin: 0 10% 25px;
}

#person .msb .type-list table.types {
    width: auto;
}

#person .msb .msb-list table tbody td,
#person .msb .type-list table tbody td {
    text-align: center;
}

#person .msb table thead th,
#person .msb table tbody th .ui-table-cell-label,
#person .msb table tbody td .ui-table-cell-label {
    text-transform: uppercase;
    font-size: .7em;
    font-weight: normal;
    text-align: center;
}

#person .msb table tbody>th {
    font-size: 1.2em;
    background-color: #fff;
    color: #77bbff;
    text-align: center;
}

#person .msb table tbody td.title {
    padding-left: .8em;
}

#person .msb .msb-wrapper {
    display: none;
}

#person .msb .msb-wrapper.type0 {
    display: block;
}

/* MSB list */
#person .msb .msb-list table td {
    font-weight: bold;
}

#person .msb .msb-list table td>span {
    display: block;
}

#person .msb .msb-list table td span.timeCluster {
    display: none;
    border-bottom: 1px dashed blue;
    font-weight: normal;
    color: blue;
}

#person .msb .msb-list table td span.static {
    color: forestgreen;
}

#person .msb .msb-list table td span.dynamic {
    color: red;
}

#person .msb .type-group table.types th,
#person .msb .type-group table.types td {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.3);
}

#person .msb .type-group table.types th.active,
#person .msb .type-group table.types td.active {
    cursor: default;
    color: inherit;
}

#person .msb .type-group .ui-grid-b>.ui-block-a,
#person .msb .type-group .ui-grid-b>.ui-block-b,
#person .msb .type-group .ui-grid-b>.ui-block-c {
    width: 30%;
    margin-right: 5%;
}

#person .msb .type-group .ui-grid-b>.ui-block-c {
    margin-right: 0;
}

/* MSB illustrated */
#person .msb .msb-illustrated {
    display: none;
}

#person .msb .msb-illustrated .mind-wrap,
#person .msb .msb-illustrated .body-wrap,
#person .msb .msb-illustrated .sense-wrap {
    width: 37%;
    display: table-cell;
    text-align: center;
    position: relative;
    vertical-align: top;
}

#person .msb .msb-illustrated .body-wrap {
    width: 26%;
}

/*scalierung bilder */
#person .msb .msb-illustrated .bgimg {
    height: 400px;
    padding: 50px;
}

#person .msb .msb-illustrated .mind,
#person .msb .msb-illustrated .body,
#person .msb .msb-illustrated .sense {
    position: relative;
    background: white;
    display: inline-block;
}

#person .msb .msb-illustrated div[class^="pos"] {
    display: flex;
    width: 20%;
    height: auto;
    position: absolute;
    line-height: 20px;
    /*background: lightgray*/
}



#person .msb .msb-illustrated div div[class^="pos"] {
    display: flex;
}

#person .msb .msb-illustrated div[class^="pos"]>span {
    display: flex;
    font-weight: bold;
    font-size: 18px;
}


#person .msb .msb-illustrated .green,
#person .msb .msb-illustrated .red {
    min-height: 20px;
}

#person .msb .msb-illustrated .mind .pos1 {
    top: 5%;
    left: 41%;
    justify-content: center;
}

#person .msb .msb-illustrated .mind .pos2 {
    top: 18%;
    left: 0%;
    justify-content: flex-end;
}

#person .msb .msb-illustrated .mind .pos3 {
    top: 35%;
    left: -10%;
    justify-content: flex-end;
}

#person .msb .msb-illustrated .mind .pos4 {
    top: 57%;
    left: -10%;
    justify-content: flex-end;
}

#person .msb .msb-illustrated .mind .pos5 {
    top: 77%;
    left: 0%;
    justify-content: flex-end;
}

#person .msb .msb-illustrated .mind .pos6 {
    top: 90%;
    left: 41%;
    justify-content: center;
}

#person .msb .msb-illustrated .mind .pos7 {
    top: 77%;
    left: 76%;
    justify-content: flex-start;
}

#person .msb .msb-illustrated .mind .pos8 {
    top: 57%;
    left: 87%;
    justify-content: flex-start;
}

#person .msb .msb-illustrated .mind .pos9 {
    top: 35%;
    left: 87%;
    justify-content: flex-start;
}

#person .msb .msb-illustrated .mind .pos0 {
    top: 18%;
    left: 76%;
    justify-content: flex-start;
}




#person .msb .msb-illustrated .body .pos1 {
    top: 14%;
    left: 58%;
    justify-content: flex-start;
}

#person .msb .msb-illustrated .body .pos2 {
    top: 7%;
    left: 41%;
    justify-content: center;
}

#person .msb .msb-illustrated .body .pos3 {
    top: 14%;
    left: 18%;
    justify-content: flex-end;
}

#person .msb .msb-illustrated .body .pos4 {
    top: 23%;
    left: 18%;
    justify-content: flex-end;
}

#person .msb .msb-illustrated .body .pos5 {
    top: 35%;
    left: 18%;
    justify-content: flex-end;
}

#person .msb .msb-illustrated .body .pos6 {
    top: 46%;
    left: 18%;
    justify-content: flex-end;
}

#person .msb .msb-illustrated .body .pos7 {
    top: 84%;
    left: 41%;
    justify-content: center;
}

#person .msb .msb-illustrated .body .pos8 {
    top: 46%;
    left: 58%;
    justify-content: flex-start;
}

#person .msb .msb-illustrated .body .pos9 {
    top: 35%;
    left: 58%;
    justify-content: flex-start;
}

#person .msb .msb-illustrated .body .pos0 {
    top: 19%;
    left: 58%;
    justify-content: flex-start;
}

#person .msb .msb-illustrated div[class^="pos"] span {
    padding: 0 4px;
}

#person .msb .msb-illustrated .sense .pos1 {
    top: 16%;
    left: 5%;
    justify-content: flex-end;
}

#person .msb .msb-illustrated .sense .pos2 {
    top: 16%;
    left: 40%;
    justify-content: center;
}

#person .msb .msb-illustrated .sense .pos3 {
    top: 16%;
    left: 75%;
    justify-content: flex-start;
}

#person .msb .msb-illustrated .sense .pos4 {
    top: 40.5%;
    left: 5%;
    justify-content: flex-end;
}

#person .msb .msb-illustrated .sense .pos5 {
    top: 39%;
    left: 40%;
    z-index: 10;
    justify-content: center;
}

#person .msb .msb-illustrated .sense .pos6 {
    top: 40.5%;
    left: 75%;
}

#person .msb .msb-illustrated .sense .pos7 {
    top: 68%;
    left: 5%;
    justify-content: flex-end;
}

#person .msb .msb-illustrated .sense .pos8 {
    top: 68%;
    left: 40%;
    justify-content: center;
}

#person .msb .msb-illustrated .sense .pos9 {
    top: 68%;
    left: 75%;
}

#person .msb .msb-illustrated .sense .pos0 {
    top: 80%;
    left: 0%;
    justify-content: flex-start;
}

#person .msb .msb-illustrated .timeCluster {
    display: none;
}

#person .msb .msb-illustrated img.overlay {
    position: absolute;

	left: 40px;
	margin-left: 0;
	height: 420px;
	top: 40px;

    display: none;
}

#person .msb .msb-illustrated .sense img.overlay {
	left: 47px;
	height: 406px;
	top: 48px;
}

@media screen and (max-width: 1365px) {
#person .msb .msb-illustrated img.overlay {
    -webkit-transform: scale(0.64);
    transform: scale(0.64);
}
}

@media screen and (max-width: 1024px) {
#person .msb .msb-illustrated img.overlay {
    -webkit-transform: scale(0.689);
    transform: scale(0.689);
}
}



#person .msb .msb-illustrated table.clustermap {
    margin: 0 auto;
    width: 70%;
    border: 1px solid #ddd;
}

#person .msb .msb-illustrated .sense-wrap table.clustermap {
    width: 35%;
}

#person .msb .msb-illustrated table.clustermap thead th {
    background-color: #e9e9e9;
    cursor: pointer;
}

#person .msb .msb-illustrated table.clustermap tbody td {
    text-align: center;
    background-color: #f9f9f9;
    cursor: pointer;
}

#person .msb .msb-illustrated table.clustermap tbody td>span {
    color: #999999;
}

#person .msb .msb-illustrated table.clustermap tbody td>span.active {
    font-weight: bold;
    color: black;
}

#person .msb .msb-illustrated table.clustermap td>span.timeCluster {
    display: none;
    border-bottom: 1px dashed blue;
    font-weight: normal;
    color: blue;
}

@media (min-width: 1921px) {
    #person .msb .msb-illustrated .bgimg {
        height: 400px;
        padding: 70px;
    }

    #person .msb .msb-illustrated img.overlay {
        height: 400px;
        margin-left: 70px;
        top: 70px;
        transform: scale(0.65);
        -webkit-transform: scale(0.65);
    }

    #person .msb .msb-illustrated div[class^="pos"] {
        line-height: 16px;
    }

    #person .msb .msb-illustrated div[class^="pos"]>span {
        font-size: 15px;
    }
}

@media (max-width: 1365px) {
    #person .msb .msb-illustrated .bgimg {
        height: 220px;
        padding: 40px;
    }

    #person .msb .msb-illustrated img.overlay {
        height: 220px;
        margin-left: 40px;
        top: 40px;
    }

    #person .msb .msb-illustrated div[class^="pos"] {
        line-height: 12px;
    }

    #person .msb .msb-illustrated div[class^="pos"]>span {
        font-size: 12px;
    }

    #person .msb .msb-illustrated .mind-wrap table.clustermap {
        width: 90%;
    }

    #person .msb .msb-illustrated .sense-wrap table.clustermap {
        width: 50%;
    }
}

@media (max-width: 1023px) {

    #person .msb .msb-illustrated .mind-wrap,
    #person .msb .msb-illustrated .body-wrap,
    #person .msb .msb-illustrated .sense-wrap {
        display: block;
        margin: 0 auto;
        width: auto;
    }

    #person .msb .msb-illustrated .bgimg {
        height: 450px;
        padding: 70px;
    }

    #person .msb .msb-illustrated img.overlay {
        height: 450px;
        margin-left: 70px;
        top: 70px;
    }

    #person .msb .msb-illustrated div[class^="pos"] {
        line-height: 16px;
    }

    #person .msb .msb-illustrated div[class^="pos"]>span {
        font-size: 15px;
    }
}

/* Pyramid */
.pyramid,
.pyramid .fields,
.pyramid .wrapper {
    height: 100%;
}

.pyramid * {
    box-sizing: border-box;
}

.pyramid {
    position: relative;
}

.pyramid .valuefield {
    border: 1px solid #aaa;
    outline: 1px solid #aaa;
}

.pyramid .fields {
    width: 95%;
    position: relative;
}

.pyramid .prognosis,
.pyramid .term {
    display: none;
}

.pyramid .fields .field {
    text-align: center;
    float: left;
    overflow: hidden;
    display: block;
}

.pyramid .fields .namefield {
    text-transform: uppercase;
    color: #8E8481;
}

.pyramid .fields .tabfield {
    color: #cccccc;
    font-size: 40% !important;
    top: 1.35%;
    border: 2px solid transparent;
    /* border: thin solid white; */
}


.pyramid .fields .ageLine {
    position: absolute;
    z-index: 0;
    display: none;
    /* border-right: */
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(to bottom, rgba(255,0,0,0.75), rgba(255, 0, 0, 0.1)) 1 100%;
}

.pyramid .ageInfo {
    display: none;
    position: absolute;
    z-index: 300;
    padding: 10px;
    line-height: 0;
}


.pyramid .fields .field.agehover {
    background: rgba(155, 155, 155, 0.12);
	border: 1px dashed #000;
}

.pyramid .fields .clustermember.highlight-cm {
    background-color: rgba(0,140,255,0.2);
	border: 1px solid #aaa;
    outline: 1px solid #aaa;
}

.pyramid .fields .clustermember.interactive {
    background-color: rgba(0,0,0,0.05);
	border: 1px solid rgba(0,140,255,0.5);
    outline: 1px solid rgba(0,140,255,0.5);
}

.pyramid .fields .clustermember.interactive.clusterhover {
    background-color: rgba(0,140,255,0.2);
	border: 1px solid rgba(0,140,255,0.8);
    outline: 1px solid rgba(0,140,255,0.8);
}

.pyramid .fields .numberpeak.highlight-np {
    /*background-color: rgb(0, 231, 255);*/
    background-color: rgb(255, 24, 0);
    mix-blend-mode: difference;
    border: 1px solid #aaa;
    outline: 1px solid #aaa;
    color: #aaa;
}

.pyramid .fields .numberpeak.highlight-np.inverted-np {
    /*background-color: rgba(30,144,255,0.5) !important;*/
    background-color: rgb(255, 24, 0);
	border: 1px solid #aaa;
    outline: 1px solid #aaa;
}

.pyramid .fields .custompeak.highlight-cp {
    /*background-color: darkblue !important;*/
    background-color: rgb(255, 24, 0);
    /*color: white;*/
	border: 1px dashed #000;
}

.pyramid .fields .custompeak.highlight-cp.inverted-cp {
    /*background-color: darkmagenta !important;*/
    background-color: rgb(255, 24, 0);
	border: 1px dashed #000;
}

.pyramid .categories .grid,
.pyramid .categories .block {
    height: 88%;
}

#popupCategoryAdminMenu #categoryAddItemList {
    height: auto !important;
}

table.categories td {
    border: 1px solid gray;
    padding: 5px 10px;
    color: black !important;
}

table.categories td.value {
    width: 60px;
    text-align: center;
    padding: 2px 10px;
    font-weight: bold;
}

span.timecategory {
    color: blue;
    border-bottom: 1px dotted blue;
}

table.categories td.highscore {
    color: red !important;
    font-weight: bold;
}

table.nameAnalysis {
    width: 90%;
    margin: auto;
}

table.nameAnalysis th,
table.nameAnalysis td.me,
table.nameAnalysis td.you,
table.nameAnalysis td.we {
    font-size: 24px;
}

table.nameAnalysis .mind {
    background-color: #ccccff;
}

table.nameAnalysis .sense {
    background-color: #ffcccc;
}

table.nameAnalysis .practical {
    background-color: #ccffcc;
}

table.nameAnalysis .w30percent {
    width: 30%;
}

table.nameAnalysis .w10percent {
    width: 10%;
}

table.nameAnalysis .w5percent {
    width: 5%;
}

table.nameAnalysis .h75 {
    height: 75px;
}

table.nameAnalysis .border-top {
    border-top: 1px solid #f26d0a;
}

table.nameAnalysis .border-left {
    border-left: 1px solid #f26d0a;
}

table.nameAnalysis .border-right {
    border-right: 1px solid #f26d0a;
}

table.nameAnalysis .border-bottom {
    border-bottom: 1px solid #f26d0a;
}

table.nameAnalysis .border-bottom-bold {
    border-bottom: 3px solid #f26d0a;
}

table.nameAnalysis .text-center {
    text-align: center;
}

table.nameAnalysis td.me,
table.nameAnalysis td.you,
table.nameAnalysis td.we {
    font-weight: bold;
    padding: 10px;
}

table.nameAnalysis td.me {
    color: #262699;
}

table.nameAnalysis td.you {
    color: #c00000;
}

table.nameAnalysis td.we {
    color: #046211;
}

table.nameAnalysis .spacer {
    height: 5px;
}

table.nameAnalysis .baseNumbers,
table.nameAnalysis .letters {
    font-size: 30px;
    font-weight: bold;
}

.yearanalyses-link:hover,
.yearanalyses-link:active,
.yearanalyses-link:visited,
.yearanalyses-link:hover,
.yearanalyses-link:link {
    text-decoration: none;
    color: black!important;
}
.birth-date-input {
    width: 3em;
    display: inline!important;
    border: 1px solid black;
}

.arrow-cell {
    text-align: center!important;
    padding: 3px!important;
    font-size: 10px!important;
}

.print-only, .print-only * {
    display: none;
}

@media print {
    .print-only, .print-only * {
        display: block;
    }
    .no-print, .no-print * {
        display: none!important;
    }
    .birth-date-input {
        border: none;
    }
    .green, .green * {
        color: #05AC25!important;
    }
    .red, .red * {
        color: #d10a11!important;
    }

    @media print and (-webkit-min-device-pixel-ratio:0) {
        .green, .green * {
            color: #05AC25!important;
            -webkit-print-color-adjust: exact!important;
        }
        .red, .red * {
            color: #d10a11!important;
            -webkit-print-color-adjust: exact!important;
        }
    }

    #doublenumbers .bgimg {
        height: 600px;
        padding: 0;
    }

    #doublenumbers .pos1 {
        top: 7.5%;
        left: 55.2%;
        font-size: 1.5rem;
    }

    #doublenumbers .pos2 {
        top: 15.4%;
        left: 31.2%;
        font-size: 1.5rem;
    }

    #doublenumbers .pos3 {
        top: 36%;
        left: 16.6%;
        font-size: 1.5rem;
    }

    #doublenumbers .pos4 {
        top: 61.5%;
        left: 16.6%;
        font-size: 1.5rem;
    }

    #doublenumbers .pos5 {
        top: 82%;
        left: 31.2%;
        font-size: 1.5rem;
    }

    #doublenumbers .pos6 {
        top: 89.7%;
        left: 55.2%;
        font-size: 1.5rem;
    }

    #doublenumbers .pos7 {
        top: 82%;
        left: 79.4%;
        font-size: 1.5rem;
    }

    #doublenumbers .pos8 {
        top: 61.5%;
        left: 93.2%;
        font-size: 1.5rem;
    }

    #doublenumbers .pos9 {
        top: 36%;
        left: 95.0%;
        font-size: 1.5rem;
    }

    #doublenumbers .pos0 {
        top: 15.4%;
        left: 79.4%;
        font-size: 1.5rem;
    }
}

/* Buttons und Icons hervorheben */
/*
Rot: #b42d28 = rgb(180, 45, 40); -> 7Steller-Rot
Grün: #1c7e23 -> Complementary & Tetrade zu 7Steller-rot nach https://colors.muz.li/color-palette-generator/b42d28
Grün: #026926 -> Complementary zu 7Steller-rot nach https://color.adobe.com/create/color-wheel
Grün: #528559 -> "AI" nach http://colormind.io/

Statt rot/grün, nun grün/blau:
grün: #2CAB32
blau: #0A91AB
rot (#b42d28) -> Split Complementary
https://color.adobe.com/create/color-wheel

*/

:root {
	--7steller-red: #b42d28;
	--7steller-button-color: #2CAB32;
	--7steller-headline-color: #0A91AB;
	--7steller-headline-backgroundcolor: rgba(10, 145, 171, 0.1);
}

.ui-page-theme-a .ui-btn.ui-link {
	border-color: var(--7steller-button-color);
}

.ui-page-theme-a .ui-btn:after {
	background-color: var(--7steller-button-color);
}

/* Auge bei Notes entfernen */

LABEL[for="notes"] > A {
	display: none;
}

/* Title ausblenden auf Kleinbildschirmen */
@media (max-width: 60rem) {
	#person DIV.ui-header > H1.ui-title {
		visibility: hidden;
	}
}

/* Keine transparenten Buttons */
.ui-page-theme-a .ui-controlgroup-controls .ui-btn {
	background-color: white;
}

/* Überschriftsbalken hervorheben */
.ui-bar-a, .ui-page-theme-a .ui-bar-inherit, html .ui-bar-a .ui-bar-inherit, html .ui-body-a .ui-bar-inherit, html body .ui-group-theme-a .ui-bar-inherit {
	background-color: var(--7steller-headline-backgroundcolor); /* rgba(180, 45, 40, 0.1); */
	color: var(--7steller-headline-color);
}

[data-tipcode][data-tipexists="true"] {
	text-decoration: underline;
	/* https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration */
	text-decoration-color: rgba(180, 45, 40, 0.6);
	text-decoration-line: underline;
	text-decoration-style: dotted;
	text-decoration-thickness: 2px;
}

[data-tipcode][data-tipexists="false"] {
	text-decoration-color: green;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-thickness: 2px;
}

#logo > svg {
	width: 24rem;
}

.pyramid .wrapper.prognosis + DIV > DIV.grid.ui-mini > DIV.block > DIV {
	height: 85%;
}

/* HTML.category_shown wird gesetzt in public/assets/scripts/person.js:378 */
HTML.category_shown .zoomViewport {
	max-height: calc(100% - 250px);
}

HTML.category_shown .wrapper {
	max-height: calc(100% - 250px);
}

HTML.category_shown #person .pyramid .full .fields .field {
	font-size: 50%;
}

.pyramid .term .fields .field {
	max-width: 6rem;
	max-height: 5rem;
}

[data-role="popup"] {
	min-width: 30rem;
}

.zahlenspitze_highlight {
	background-color: rgba(180, 45, 40, 0.3) !important;
}

FIELDSET#pyramid_extra_inputs {
	position: absolute;
	bottom: 12rem;
	left: 2vw;
	padding: 1rem;
}

FIELDSET#pyramid_extra_inputs,
FIELDSET#pyramid_extra_inputs > LEGEND {
	border-width: initial !important;
	margin: initial !important;
}

FIELDSET#pyramid_extra_inputs > LEGEND {
	padding: initial !important;
}

FIELDSET#pyramid_extra_inputs INPUT {
	border: thin solid #999;
	font-size: 18px;
	text-align: left;
	font-family: monospace;
	font-weight: bold;
	border-radius: 8px;
	padding: 4px 8px;
	width: 20rem;
}

FIELDSET#pyramid_extra_inputs INPUT:valid:placeholder-shown {
	border-color: black;
	background-color: white;
}

FIELDSET#pyramid_extra_inputs INPUT.zahlenspitze:invalid {
	border-color: red;
	background-color: lightcoral;
}

FIELDSET#pyramid_extra_inputs INPUT.zahlenspitze:valid:not(:placeholder-shown) {
	border-color: green;
	background-color: lightgreen;
}

DIV.partnersMainContent {
	height: auto !important;
}


DIV.partnersMainContent DIV.partners-comparison .fields {
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-columns: repeat(var(--grid-template-columns), 1fr);
	grid-template-rows: repeat(var(--grid-template-rows), 1fr);
	font-size: calc(35vw / var(--grid-template-columns));
}

DIV.partnersMainContent DIV.partners-comparison .fields .field {
	line-height: 1;
	display: grid;
	align-content: center;
	text-align: center;
}

DIV.partnersMainContent DIV.partners-comparison .fields > * {
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
}

DIV.partnersMainContent DIV.partners-comparison .fields > *.lastcolumn {
	border-right: 1px solid #DDD;
}

DIV.partnersMainContent DIV.partners-comparison .fields > *.lastrow {
	border-bottom: 1px solid #DDD;
}

DIV.partnersMainContent DIV.partners-comparison * {
	box-sizing: border-box;
}

@supports (display: flex) {

	DIV.partnersMainContent DIV.comparisonDetail {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	DIV.partnersMainContent DIV.comparisonDetail > DIV.wrapper {
		display: flex !important;
		flex-wrap: wrap !important;
		min-width: auto !important;
		justify-content: space-between;
		position: relative;
		top: 1rem;
	}

	DIV.partnersMainContent DIV.comparisonDetail > DIV.wrapper > DIV {
		margin: 0 !important;
	}

	DIV.partnersMainContent DIV.divider {
		display: none !important;
	}
}

@supports (display: contents) {

	DIV.partnersMainContent DIV.partners-comparison > DIV {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-areas: "pyramid_1"
							 "selector_1"
							 "details_1"
							 "pyramid_2"
							 "selector_2"
							 "details_2"
							 "summary";
	}

	@media (min-width: 60rem) {
		DIV.partnersMainContent DIV.partners-comparison > DIV {
			display: grid;
			grid-template-columns: 1fr 1fr;
			grid-template-rows: 60vh auto auto auto;
			grid-template-areas: "pyramid_1   pyramid_2  "
								 "selector_1  selector_2 "
								 "details_1   details_2  "
								 "summary     summary    ";
		}
	}

	DIV.partnersMainContent DIV.partners-comparison > DIV > DIV {
		display: contents;
	}

	DIV.partnersMainContent #pyramidTargetLeft {
		grid-area: pyramid_1;
	}

	DIV.partnersMainContent #pyramidTargetLeft + DIV {
		grid-area: selector_1;
	}

	DIV.partnersMainContent #detailTargetLeft {
		grid-area: details_1;
	}

	DIV.partnersMainContent #pyramidTargetRight {
		grid-area: pyramid_2;
	}

	DIV.partnersMainContent #pyramidTargetRight + DIV {
		grid-area: selector_2;
	}

	DIV.partnersMainContent #detailTargetRight {
		grid-area: details_2;
	}

	DIV.partnersMainContent DIV.partners-comparison > DIV > CENTER {
		grid-area: summary;
	}

	DIV.partnersMainContent DIV.partners-comparison > DIV > CENTER > DIV.wrapper {
		width: 25%;
		bottom: 103%;
	}
}

@media print {

	.ui-controlgroup-controls,
	[aria-owns="partnersIndividualSelectPopup"] {
		display: none !important;
	}

	* {
		max-width: 100% !important;
	}

	DIV.partnersMainContent DIV.partners-comparison DIV.field {
		min-height: 2vh;
	}

	#partners .partners-comparison .comparisonDetail table th,
	#partners .partners-comparison .comparisonDetail table td,
	#partners .row table th,
	#partners .row table td {
		width: auto;
		height: auto;
		max-width: none;
		max-height: none;
	}

	.ui-header-fixed, .ui-footer-fixed {
		position: static !important;
	}

	TABLE {
		table-layout: auto !important;
	}

	@supports (display: contents) {

		DIV.partnersMainContent DIV.partners-comparison > DIV {
			grid-template-columns: 1fr;
			grid-template-areas: "pyramid_1"
								 "selector_1"
								 "details_1"
								 "pyramid_2"
								 "selector_2"
								 "details_2"
								 "summary";
		}

		DIV.partnersMainContent DIV.partners-comparison > DIV > * {
			break-inside: avoid;
		}

		DIV.partnersMainContent DIV.partners-comparison > DIV > CENTER > DIV.wrapper {
			width: auto;
			bottom: 103%;
			position: static !important;
		}
	}
}

DIV.partnersMainContent DIV.partners-comparison DIV.fields {
	position: relative;
}

DIV.partnersMainContent DIV.partners-comparison DIV.field.tabfield {
	font-size: 0.5em;
	color: #999;
}
