﻿
body {
    font: 400 1.4rem 'Roboto', sans-serif;
    line-height: 1.5;
    text-decoration: none;
}

.section-map {
    padding: 0;
}
    .section-map > .container {
        padding-right: 0;
        padding-left: 0;
        height:100%;
    }

/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 20px 15px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto';
}

h1 {
    font-size: 4rem;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: none;
    color: #fff;
}

    h2 {
        font-size: 2.75rem;
        letter-spacing: -1.0px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    h4 {
        font-size: 2rem;
        line-height: 1.375em;
        font-weight: 400;
        margin-bottom: 30px;
    }

@media(max-width:1200px) {
    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.75rem;
    }

    h4 {
        font-size: 1.5rem;
    }
}

    .text-space {
        word-spacing: 2em;
        letter-spacing: 0.5em;
    }

    .text-large {
        font-size: 2em;
        opacity: 0.4;
    }

    .row-no-padding > [class*="col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    hr {
        border-top-color: #b18849;
    }


    .jumbotron {
        background-color: transparent;
        color: #fff;
        padding: 60px 40px;
        height: 350px;
        color: white;
        margin-bottom: 0;
    }

        .jumbotron h1 {
            text-shadow: 1px 1px #333;
            font-size: 5rem;
            font-weight: 800;
        }

        .jumbotron.welcome h1 span {
            font-weight: 700;
        }

        .jumbotron p {
            font-weight: 300 !important;
        }

        .jumbotron .badge-container {
            text-align: center;
        }

            .jumbotron .badge-container img {
                height: 100px;
                width: 100px;
            }

        .jumbotron .nav {
            display: inline-block;
        }

            .jumbotron .nav li a {
                border-left: none;
                border-right: 1px solid #ccc;
                border-bottom: none;
                border-top: none;
                border-radius: 0;
                background-color: rgba(209, 207, 207, 0.46);
                color: #fff;
            }

            .jumbotron .nav li:last-child a {
                border-right: none;
            }

        .jumbotron ul li.active > a,
        .jumbotron ul li.active > a:hover,
        .jumbotron ul li.active > a:focus {
            background-color: #333;
        }

        .jumbotron .lead {
            font-size: 1em;
            /*text-shadow:2px 2px 2px #666;*/
        }

        .jumbotron .sparkline-container {
            position: absolute;
            left: 3%;
            top: 180px;
            height: 200px;
            width: 200px;
            padding: 70px 10px;
            border-radius: 50%;
            border: 8px solid #bbb;
            background: #b18849;
            z-index: 99;
        }


@media(max-width:1200px) {
    .jumbotron .sparkline-container {
        top: 250px;
        height: 150px;
        width: 150px;
        padding: 10px;
    }
}
    .parallax {
        position: fixed;
        width: 100%;
        height: 350px; /*same height as jumbotron */
        top: 0;
        left: 0;
        z-index: -1;
    }

    .carousel .parallax .item {
        height: 100%;
    }

    .background-liliane {
        background: url('../Images/intro.jpg') no-repeat center center;
        -o-background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }

    .background-image {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: padding-box;
        background-position: center center;
        z-index: -1;
    }

    .filter-hue1 {
        -webkit-filter: hue-rotate(185deg) grayscale(90%);
        filter: hue-rotate(185deg) grayscale(90%);
    }

    .filter-hue2 {
        -webkit-filter: hue-rotate(90deg);
        filter: hue-rotate(90deg);
    }

    .filter-blur {
        -webkit-filter: blur(4px);
        -ms-filter: blur(4px);
        -moz-filter: blur(4px);
        filter: blur(4px);
    }

    .filter-brightness {
        -webkit-filter: brightness(0.7);
        -ms-filter: brightness(0.7);
        -moz-filter: brightness(0.7);
        -o-filter: brightness(0.7);
        filter: brightness(0.7);
    }

    .filter-brightness-low {
        -webkit-filter: brightness(0.4);
        -moz-filter: brightness(0.4);
        -o-filter: brightness(0.4);
        -ms-filter: brightness(0.4);
        filter: brightness(0.4);
    }

    .bg-white {
        background-color: #ffffff;
    }

    .bg-grey {
        background-color: #f6f6f6;
    }

    .bg-alternate {
        background-color: #dadce0;
    }

    .logo-small {
        /*color: #567793;*/
        color: #c2c6c8;
        font-size: 50px;
    }

    .logo {
        color: #c2c6c8;
        font-size: 175px;
    }

    .logo-white {
        color: #ffffff;
        border-color: #ffffff;
    }

    .logo-black {
        color: #000;
        border-color: #000;
    }

    .logo-circle {
        border: 1px solid;
        border-radius: 50%;
        padding: 20px;
    }

    .thumbnail {
        padding: 0;
        border: none;
        border-radius: 0;
    }

        .thumbnail img {
            width: 100%;
            height: 100%;
            margin-bottom: 10px;
        }

        .thumbnail h3 {
            font-size: 20px;
            text-transform: uppercase;
        }

        .thumbnail p {
            font-style: italic;
        }

    .row-header {
        margin-bottom: 150px;
    }

    /***************************************************************/
    .key-numbers-container {
        margin-top: 20px;
    }

        .key-numbers-container .dc-chart {
            float: none;
        }

    .key-number {
        display: block;
        min-height: 90px;
        width: 100%;
        box-shadow: 0 1px 1px rgba(0,0,0,0.1);
        border-radius: 5px;
        color: #778295;
        margin-bottom: 20px;
        background-color: #99938826;
    }

        .key-number .key-number-icon {
            border-top-left-radius: 5px;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 5px;
            display: block;
            float: left;
            height: 90px;
            width: 90px;
            text-align: center;
            font-size: 45px;
            line-height: 90px;
            background: rgba(0,0,0,0.2);
            color: #fff;
        }

        .key-number .key-number-content {
            padding: 25px 10px;
            margin-left: 90px;
            height: 90px;
            display: block;
        }

            .key-number .key-number-content .title {
                position: absolute;
                top: 5px;
                font-size: 0.8em;
            }

            .key-number .key-number-content .number {
                width: 100%;
                font-size: 4rem;
                font-weight: 400;
                line-height: 1;
            }

    @media (max-width: 1024px) {
        .key-number .key-number-content {
            padding: 35px 10px;
            height: 70px;
        }

            .key-number .key-number-content .number {
                font-size: 24px;
                font-weight: 400;
            }
    }
    /***************************************************************/
    /* Carousel base class */
    .carousel {
    }
    /* Since positioning the image, we need to help out the caption */
    .carousel-caption {
        top: 100px;
    }

    /* Declare heights because of positioning of img element */
    .carousel .item {
        width: 100%;
        height: auto;
        min-height: 80px;
    }

    .carousel-control.right,
    .carousel-control.left {
        background-image: none;
        color: #567793;
    }

    .carousel-indicators li {
        border-color: #567793;
    }

        .carousel-indicators li.active {
            background-color: #567793;
        }

    .carousel-portfolios {
        height: 400px;
    }

    .carousel-inner img {
        /*-webkit-filter: grayscale(90%);
      filter: grayscale(90%); 
      width: 100%; 
      height: auto;
      min-height: 200px;
      padding-bottom: 20px;
      margin: auto;*/
    }

    .carousel .item span {
        font-style: normal;
    }

    .carousel .item p {
        padding: 0 35px;
    }

    .carousel-fade .carousel-inner .item {
        opacity: 0;
        transition-property: opacity;
        /*transition-duration:0.2s;*/
    }

        .carousel-fade .carousel-inner .item.active {
            opacity: 1;
        }

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

    .carousel-fade .carousel-inner .next.left,
    .carousel-fade .carousel-inner .prev.right {
        opacity: 1;
    }

    .carousel-fade .carousel-control {
        z-index: 2;
    }

    @media all and (transform-3d), (-webkit-transform-3d) {
        .carousel-fade .carousel-inner > .item.next,
        .carousel-fade .carousel-inner > .item.active.right {
            opacity: 0;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        .carousel-fade .carousel-inner > .item.prev,
        .carousel-fade .carousel-inner > .item.active.left {
            opacity: 0;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

            .carousel-fade .carousel-inner > .item.next.left,
            .carousel-fade .carousel-inner > .item.prev.right,
            .carousel-fade .carousel-inner > .item.active {
                opacity: 1;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
    }

    /***************************************************************/

    @-webkit-keyframes floating-arrow {
        from {
            -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
        }

        65% {
            -webkit-transform: translateY(4px);
            transform: translateY(4px);
        }

        to {
            -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
        }
    }

    @keyframes floating-arrow {
        from {
            -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
        }

        65% {
            -webkit-transform: translateY(4px);
            transform: translateY(4px);
        }

        to {
            -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
        }
    }

    .mbr-arrow {
        bottom: 48px;
        left: 0;
        /*position: relative;*/
        text-align: center;
        width: 100%;
    }

    @media (max-width: 991px) {
        .mbr-arrow {
            bottom: 31px;
        }
    }

    @media (max-width: 320px) {
        .mbr-arrow {
            bottom: 21px;
        }
    }

    @media all and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
        .mbr-arrow {
            bottom: 31px;
        }
    }

    .mbr-arrow a {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 3px;
        color: #fff;
        display: inline-block;
        height: 46px;
        outline-style: none !important;
        position: relative;
        text-decoration: none;
        transition: all .3s ease-in-out;
        width: 46px;
    }

        .mbr-arrow a:hover {
            background: #2d2d2d;
        }

    .mbr-arrow-icon {
        display: block;
    }

        .mbr-arrow-icon::before {
            content: "\203a";
            display: inline-block;
            font-family: serif;
            font-size: 32px;
            line-height: 1;
            font-style: normal;
            left: 4px;
            position: relative;
            top: 6px;
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .mbr-arrow-floating .mbr-arrow-icon {
        -webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s;
        animation: floating-arrow 1.6s infinite ease-in-out 0s;
    }

    .form-control:focus {
        border-color: #a09078;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

/***************************************************************/

    a {
        color: #b18849;
    }
    a:hover {
        color: #c4964f;
    }
    /***************************************************************/
    .panel {
        /*border: 2px solid #c2c6c8;
      border-radius:0 !important;*/
        transition: box-shadow 0.5s;
    }

    .panel-footer .btn:hover {
        border: 1px solid #567793;
    }

    .panel-heading {
        color: #2C3E50;
        padding: 25px;
        border-bottom: 1px solid transparent;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

        .panel-heading.bg-primary {
            color: #fff;
            font-weight: 100;
        }

        .panel-heading .logo-small {
            /*color: #fff !important;*/
            font-size: 5em;
            color: #6b6c7b;
            text-shadow: 2px 2px 10px #7c7a98;
        }

    .panel-body .panel-body-heading {
        color: #2C3E50;
        font-weight: 400;
        text-transform: uppercase;
    }

        .panel-body .panel-body-heading h3,
        .panel-body .panel-body-heading h4 {
            text-decoration: overline;
            margin-bottom: 20px;
        }

    .panel-body .panel-body-group:first-child {
        margin-bottom: 10px;
    }

    .panel-footer {
        background-color: inherit !important;
    }

        .panel-footer h3 {
            font-size: 32px;
        }

        .panel-footer h4 {
            color: #aaa;
            font-size: 14px;
        }

        .panel-body .btn.outline,
        .panel-footer .btn {
            background: none;
            color: #2C3E50;
            border-color: #2C3E50;
            padding: 1rem 2rem;
            font-weight: 400;
            text-transform: uppercase;
        }

    .panel-results {
        background-color: rgba(128, 137, 149, 0.21);
    }

        .panel-results .dc-panel,
        .panel-results .table-responsive,
        .panel-results .grid {
            height: 500px;
        }

            .panel-results .dc-panel .bubble-chart {
                height: 100%;
            }

        .panel-results .table-responsive,
        .panel-results .grid {
            overflow-y: scroll;
            -webkit-overflow-scrolling: touch;
        }

    .row .panel-x .panel-heading h2 {
        text-wrap:nowrap;
    }

    @media screen and (max-width: 480px) {

        .jumbotron .nav > li > a {
            padding: 6px 12px;
        }

        .jumbotron .nav li a {
            border: inherit;
        }

        .panel-results .dc-panel {
            height: 200px;
        }

        .panel-results .table-responsive,
        .panel-results .grid {
            height: auto;
            overflow-y: unset;
        }
    }

    .panel-results > .row {
        max-width: 1024px;
        margin: 0 auto;
    }

    .panel-results .grid {
        width: 100%;
        min-height: 400px;
    }

    .panel.panel-transparent {
        background-color: transparent;
    }

    .navbar {
        margin-bottom: 0;
        /*background-color: #567793;*/
        background-color: #111;
        z-index: 999;
        border: 0;
        font-size: 10px !important;
        line-height: 1.42857143 !important;
        border-radius: 0;
    }

        .navbar .token-counter {
            color: yellow;
        }

        .navbar li a, .navbar .navbar-brand {
            color: #fff !important;
        }

    .navbar-brand {
        font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
        padding:5px;
    }

    .navbar .dropdown-menu {
        background-color: #567793;
        font-size: 10px !important;
        line-height: 1.42857143 !important;
    }

    .navbar-nav li a:hover, .navbar-nav li.active a {
        color: #b78a40 !important;
        background-color: transparent !important;
        font-weight: bolder;
    }

    .navbar-nav li form {
        margin:1rem !important;
    }

    .navbar-nav li form input {
        font-size:10px;
        background:#111;
        border:1px solid #373737;
    }

        .navbar-nav li form input:focus,
        .navbar-nav li form input:focus-within,
        .navbar-nav li form input:hover,
        .navbar-nav li form input:active {
            color: #fff;
        }

    .navbar-brand > img {
        width: 45px;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
        color: #fff !important;
    }

    .navbar-header .navbar-icon-container {
        margin-right: 15px;
    }

    .navbar-header .navbar-icon {
        line-height: 50px;
        height: 50px;
    }

    .navbar-header a.navbar-icon {
        margin-left: 25px;
    }

    footer .glyphicon {
        font-size: 20px;
        margin-bottom: 20px;
        color: #567793;
    }

    .slideanim {
        visibility: hidden;
    }

    .slide {
        animation-name: slide;
        -webkit-animation-name: slide;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        visibility: visible;
    }
    /*************************************************************************/
    /*************************** centered container **************************/
    /*************************************************************************/
    .container-centered {
        position: fixed;
        width: 468px;
        padding: 20px;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    @media (max-width: 468px) {
        .container-centered {
            width: 100%;
            left: 0%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }
    }
/*************************************************************************/
/*************************** buzy     ************************************/
/*************************************************************************/
    
    .container-buzy.buzy {
        opacity: 0.3;
        transition: all 0.2s ease-in;
    }

    /*************************************************************************/
    /*************************** nav page ************************************/
    /*************************************************************************/
    .sticky-container {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .sticky-container {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .sticky-container .nav-page {
            position: -webkit-sticky;
            position: sticky;
            top: 60px;
            min-height: 100vh;
        }

    .navbar-menu {
        display: none;
        float: left;
        height: 50px;
        padding: 15px 15px;
        font-size: 18px;
        line-height: 20px;
    }

    @media (max-width: 992px) {

        .navbar-menu {
            color: #888;
            display: block;
        }

            .navbar-menu i:hover {
                color: #fff;
            }

        .sticky-container {
            z-index: 1000;
            position: fixed;
            top: 50px;
            height: calc(100vh - 50px);
            width: 450px;
            max-width: 100%;
            overflow: hidden;
            transform: translateX(-450px);
        }

            .sticky-container .nav-condensed > li a {
                color: #ddd;
                font-size: 14px;
            }

            .sticky-container.collapse.in {
                transform: translateX(0);
            }

            .sticky-container .nav-page {
                padding: 0;
                top: 0;
                border-radius: 0;
                background-color: #000;
            }

                .sticky-container .nav-page .nav-page-content {
                    background: initial;
                }

        aside {
            z-index: 600;
        }

        main {
            z-index: 500;
        }
    }

    .nav-page.nav-page-relative {
    }

    .nav-page .nav-page-content {
        background: rgba(255, 255, 255, 0.20);
        padding: 18px;
        margin-bottom: 10px;
        border-radius: 5px;
    }

        .nav-page .nav-page-content .nav-count {
            font-size: 5rem;
            font-weight: 800;
        }

        .nav-page .nav-page-content .input-group {
            width: 100%;
        }

    @media (max-width: 992px) {
        .nav-page {
            padding: 0;
            /*        width: 100%;
        max-width:450px;
        position: relative;
        margin-bottom: 20px;
        top: unset;*/
        }
    }


    /*************************************************************************/
    /*************************** modal styles ********************************/
    /*************************************************************************/

    .portfolio-modal {
        min-height: 100vh;
        padding-right: 0 !important;
    }

        .portfolio-modal .modal-dialog {
            margin: 0;
            width: 100vw;
        }

        .portfolio-modal .modal-content {
            padding: 100px 0;
        }

        .portfolio-modal .close-modal {
            position: absolute;
            top: 25px;
            right: 25px;
            width: 75px;
            height: 75px;
            cursor: pointer;
            background-color: transparent;
        }

            .portfolio-modal .close-modal .lr {
                z-index: 1051;
                width: 1px;
                height: 75px;
                margin-left: 35px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                background-color: #212529;
            }

                .portfolio-modal .close-modal .lr .rl {
                    z-index: 1052;
                    width: 1px;
                    height: 75px;
                    -webkit-transform: rotate(90deg);
                    transform: rotate(90deg);
                    background-color: #212529;
                }

    .modal-dialog-centered {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: calc(100% - (.5rem * 2));
    }

    .modal-content {
        /*background-color:#6e6e6e;*/
        color: #333;
        border-radius: 0;
        background-clip: border-box;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
    }

    .modal-header {
        background-color: #333;
        display: flex !important;
    }

        .modal-header .modal-title {
            color: #b18849;
        }

        .modal-header .close {
            padding: 15px;
            margin: -15px -15px -15px auto;
            color: #fff;
            font-size: 26px;
            font-weight: 100;
        }

    .modal-fullscreen .modal-content {
        min-height: 100%;
        padding: 100px 0;
    }

        .modal-fullscreen .modal-content h2 {
            margin-bottom: 1em;
            text-align: center;
            color: #2C3E50;
        }

        .modal-fullscreen .modal-header {
            background-color: transparent;
        }
            .modal-fullscreen .modal-header h4 {
                font-size: 4em;
            }

    .modal .modal-content img {
        margin-bottom: 30px;
    }

    .modal .modal-content .list-group-item {
        background-color: transparent;
        border: 0;
        padding: 6px 9px;
        font: smaller;
    }

    .modal .modal-content .item-details {
        margin: 30px 0;
    }

    .modal .modal-content .nav-tabs {
        font-size: smaller;
        letter-spacing: 4px;
        margin-bottom: 10px;
    }

        .modal .modal-content .nav-tabs.active {
            font-weight: bolder;
        }

.modal .modal-content input,
.modal .modal-content select,
.modal .modal-content .bootstrap-select button,
.modal .modal-content textarea {
    border: none;
    text-shadow: none;
    border-color: none;
    border-radius: 0;
    border-top: 1px solid #666;
    background: #f7f7f7;
}

.modal .bordeless
{
    border: none !important;
}

    .modal .modal-content label {
        font-size: smaller;
        margin-bottom: 0;
    }

    .modal .modal-content .input-group-addon {
        border: none;
        text-shadow: none;
        border-color: none;
        border-radius: 0;
        border-top: 1px solid #666;
    }

    .modal .close-modal {
        position: absolute;
        width: 75px;
        height: 75px;
        background-color: transparent;
        top: 25px;
        right: 25px;
        cursor: pointer;
    }

        .modal .close-modal:hover {
            opacity: .3;
        }

        .modal .close-modal .lr {
            height: 75px;
            width: 1px;
            margin-left: 35px;
            background-color: #2C3E50;
            transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            z-index: 1051;
        }

            .modal .close-modal .lr .rl {
                height: 75px;
                width: 1px;
                background-color: #2C3E50;
                transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -webkit-transform: rotate(90deg);
                z-index: 1052;
            }

    .modal .modal-backdrop {
        opacity: 0;
        display: none;
    }

    .modal-backdrop.in {
        opacity: 0.85;
    }

    @media screen and (max-width: 480px) {
        .modal-dialog {
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
        }

        .modal-content {
            height: auto;
            min-height: 100%;
            border-radius: 0;
        }
    }
    /****************************** help content ***************************************/
    .help-content h2 {
    }

    .help-content .list-group-item {
        background-color: transparent;
        border: 0;
    }

    /***********************************************************************************/
    .square {
        width: 100vw;
        height: 100vw;
    }

    .label-question {
        margin-bottom: 0;
        color: #666;
        font-size: 1.1em;
        font-style: italic;
        font-weight: 600;
    }

    .table-vertical-align > tbody > tr > td {
        vertical-align: middle;
    }

    .table-scoring {
        border: none;
    }

        .table-scoring dl {
            margin-bottom: 0;
        }

    .img-shadow {
        box-shadow: 2px 6px 20px #ccc;
    }

    .img-center {
        margin: 0 auto;
    }

    .img-block {
        margin-bottom: 50px;
    }

        .img-block .img-circle {
            width: 80%;
            margin: 10%;
            cursor: pointer;
        }

    .img-badge {
        border-radius: 50%;
    }

    @keyframes slide {
        0% {
            opacity: 0;
            transform: translateY(70%);
        }

        100% {
            opacity: 1;
            transform: translateY(0%);
        }
    }

    @-webkit-keyframes slide {
        0% {
            opacity: 0;
            -webkit-transform: translateY(70%);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0%);
        }
    }

    @media screen and (max-width: 768px) {
        /*.col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }*/
        .btn-lg {
            width: 100%;
            margin-bottom: 35px;
        }
    }

    @media screen and (max-width: 480px) {
        .logo {
            font-size: 150px;
        }

        .nav-tabs > li {
            padding-left: 1px;
            padding-right: 1px;
            margin: 15px 0;
        }

        .nav-tabs .logo-small {
            font-size: 30px;
        }

        .nav-tabs > li h4 {
            font-size: 1em;
            margin-bottom: 0;
        }
    }

    .nav-primary > li > a {
    }
    /******************* dc charts ***************************/
    .dc-panel {
        padding: 10px;
        display: inline;
        /*background: #fff;
    border: 1px solid #E6E9ED;*/
        margin-bottom: 0px;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        column-break-inside: avoid;
        transition: all .2s ease;
    }

    .dc-chart .reset {
        position: absolute;
        cursor: pointer;
        color: #b18849;
        bottom: 0;
        right: 0;
    }

    .dc-panel .dc-chart {
        height: 300px;
    }

        .dc-panel .dc-chart.dc-pie {
            height: 150px;
        }

    .chart-container > .row {
        margin-top: 40px;
    }

    .chart-container .dc-panel {
        margin-bottom: 40px;
    }

    .dc-chart g.row text {
        font-size: 9px;
    }

    .dc-chart .axis text {
        fill: #666;
    }

    .dc-chart .pie-slice {
        fill: #353535;
        font-size: 9px;
        cursor: pointer;
    }

    .numbers-container {
        min-height: 150px;
        padding-top: 20px;
    }

        .numbers-container h4 {
            margin-bottom: 0;
            margin-top: 5px;
        }

        .numbers-container .logo-small {
            background-color: #243e54 !important;
            padding: 0.5em;
            color: white;
            font-size: 3em;
            border-radius: 50%;
        }

    .pies-container .pie-chart {
        margin-bottom: 40px;
        min-height: unset;
    }

    .panel-x .pies-container .header-chart {
        text-align: center;
        white-space: nowrap;
        border: 1px #ddd solid;
        padding: 8px;
        color: #ac7c33;
        margin-bottom: 25px;
    }

    .panel-x .gauge-label {
        /*fill:#ccc !important;
        font-size:12px !important;*/
    }

    .panel-x .podium-container h3 {
        color: #808080;
    }


    .row-chart,
    .plot-chart,
    .bar-chart,
    .bars-race-chart,
    .line-chart,
    .range-chart,
    .bubble-chart,
    .heat-chart,
    .pie-chart {
        width: 100%;
        min-height: 200px;
        position: relative;
    }

    .heat-legend {
        min-height: 80px;
    }

    .volume-chart {
        min-height: 200px;
    }

    .sparkline {
        width: 100%;
        min-height: 20px;
    }

        .sparkline svg g g.axis.y {
            display: none;
        }

        .sparkline svg g g.axis.x {
            display: none;
        }

    .header-chart {
        margin-bottom: 10px;
        /*border-bottom:2px solid #E6E9ED;*/
        color: #666;
        font-size: 14px;
        padding-bottom: 6px;
        line-height: 1.42857143;
    }

    table img.img-td {
        width: 1.2em;
        height: 1.2em;
    }

    table img.img-td-2 {
        width: 3em;
        height: 3em;
        border-radius: 5px;
    }

    table img.img-td-4 {
        width: 4em;
        height: 4em;
        border-radius: 5px;
    }

    table .td-symbol {
        width: 3em;
        height: 3em;
        text-align: center;
        padding: 1em !important;
        background-color: #2C3E50;
        color: #fff;
        font-size: 1em;
        font-weight: 600;
        line-height: 1;
        transition:background-color ease-in 1s;
    }
        table .td-symbol:hover {
            cursor: pointer;
        }

    table.table-vertical-align img.img-td {
        width: 2em;
        height: 2em;
    }

    .table td.vertical-middle {
        vertical-align: middle;
    }

    .bg-primary {
        background-color: #b18849;
    }

    .text-primary {
        color: #b18849;
    }

    a.text-primary:hover,
    a.text-primary:focus {
        color: #b18849;
    }

    thead.black {
        color: #fff;
        background-color: #333;
    }

    .td-master, .td-slave {
        padding: 5px;
    }

    .td-master {
        background-color: #567793;
        color: #cecbcb;
        text-align: right;
    }

    .td-slave {
        background-color: #a9a9a9;
        color: #444;
        text-align: left;
    }

        .td-master .match, .td-slave .matched {
            color: #fff;
        }

    .proposal-panels .panel {
        height: auto;
        margin-bottom: 0;
    }

    .proposal-panels .thumbnail img {
        height: 100%;
        width: auto;
    }

    .proposal-panels .logo,
    .proposal-panels .thumbnail {
        height: 70px;
        padding-top: 15px;
        font-size: 55px;
        line-height: 1;
        text-align: center;
        color: #567793;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .proposal-panels .panel-body {
        height: 100px;
    }

    .proposal-panels .score h3 {
        margin: 0;
        font-size: 2em;
        font-weight: 100;
        color: #a9a9a9;
    }

    .proposal-panels .score p {
        font-size: 0.7em;
        color: #000;
    }

    .header-image {
        background-repeat: no-repeat;
        background-size: cover;
        background-clip: padding-box;
        background-position: center center;
    }

    .header-title {
        text-align: left;
        text-shadow: 2px 2px 2px #666;
        position: relative;
    }

    .header-badge {
        border-radius: 18%;
        background-clip: padding-box;
        border: 4px solid #fff;
        bottom: -150px;
        float: left;
        height: 100px;
        margin-left: 50%;
        width: 100px;
        transform: translateX(-50px);
    }

        .header-badge::after {
        }

    .header-image .photo-credits {
        position: absolute;
        bottom: 0;
        right: 10px;
        color: #bbb;
        font-size: 9px;
        font-style: italic;
    }

    @media screen and (max-width: 480px) {
        .parallax {
        }

        .jumbotron {
            padding: 10px;
        }

            .jumbotron h1 {
                font-size: 3em;
            }

            .jumbotron .badge-container img {
                height: 175px;
                width: 175px;
            }

        .proposal-panels .logo,
        .proposal-panels .thumbnail {
            height: 50px;
            font-size: 3em;
        }

        .proposal-panels .score h3 {
            font-size: 1.5em;
        }
    }

    .gauge {
        width: 100%;
    }

    .synthesis-container {
    }

    .synthesis-container h3 {
        margin:10px 0 50px 0;
    }


    /***************** conversations ***********************/

    #conversation .modal-content {
        height: 100%;
        padding: 40px 0;
    }

    .container-conversation {
        height: 100%;
        overflow: hidden;
    }

    .panel-conversation {
        height: 100%;
    }

        .panel-conversation .panel-body {
            height: 70%;
            overflow: auto;
        }

        .panel-conversation .panel-heading {
            margin-top: 0;
            height: 15%;
            overflow: hidden;
        }

            .panel-conversation .panel-heading .close {
                color: #fff;
                opacity: 0.8;
                font-size: xx-large;
            }

        .panel-conversation .panel-footer {
            height: 15%;
            margin-bottom: 0;
            overflow: hidden;
        }

    .conversation-wrapper {
        padding: 10px 20px;
    }

    @media (max-width: 767px) {
        #conversation .modal-content {
            padding: 0;
        }

        .conversation-wrapper {
            padding: 10px 5px;
        }
    }

    .conversation-wrapper .conversation-inner {
        padding: 0 0 5px 0;
        margin-right: 10px;
        list-style-type: none;
    }

    .conversation-wrapper .conversation-user {
        width: 50px;
        height: 50px;
        overflow: hidden;
        float: left;
        border-radius: 50%;
        background-clip: padding-box;
        margin-top: 6px;
    }

    .conversation-wrapper .conversation-item {
        padding: 5px 0;
        position: relative;
    }

        .conversation-wrapper .conversation-item.item-right .conversation-body {
            background: #dceffc;
        }

            .conversation-wrapper .conversation-item.item-right .conversation-body:before {
                border-color: transparent transparent transparent #dceffc;
                left: auto;
                right: -12px;
            }

        .conversation-wrapper .conversation-item.item-right .conversation-user {
            float: right;
        }

        .conversation-wrapper .conversation-item.item-right .conversation-body {
            margin-left: 0;
            margin-right: 60px;
        }

    .conversation-wrapper .conversation-body {
        background: #f5f5f5;
        color: #666;
        font-size: 0.875em;
        width: auto;
        margin-left: 60px;
        padding: 8px 10px;
        position: relative;
        border-radius: 3px;
        background-clip: padding-box;
    }

        .conversation-wrapper .conversation-body:before {
            border-color: transparent #f5f5f5 transparent transparent;
            border-style: solid;
            border-width: 6px;
            content: "";
            cursor: pointer;
            left: -12px;
            position: absolute;
            top: 25px;
        }

        .conversation-wrapper .conversation-body hr {
            border-color: #ccc;
        }

        .conversation-wrapper .conversation-body > .subject {
            font-weight: bold;
            font-size: 16px;
            color: #627f9d;
            margin-bottom: 0;
        }

        .conversation-wrapper .conversation-body > .name {
            font-weight: bold;
            margin-bottom: 0;
        }

        .conversation-wrapper .conversation-body > .time {
            position: absolute;
            font-size: 0.875em;
            right: 10px;
            top: 0;
            margin-top: 10px;
            color: #605f5f;
            font-weight: 300;
        }

            .conversation-wrapper .conversation-body > .time:before {
                content: "\f017";
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                text-decoration: inherit;
                margin-top: 4px;
                font-size: 0.875em;
            }

        .conversation-wrapper .conversation-body > .text {
            padding-top: 6px;
        }

    .conversation-wrapper .conversation-new-message {
        padding-top: 10px;
    }

    .conversation-wrapper .unread {
        color: blue;
    }

    .conversation-wrapper .read {
        visibility: hidden;
    }

    .progress-bar-full {
        width: 100%;
    }

    .helpbar {
        width: inherit;
        min-width: 220px;
        max-width: 220px;
        background-color: #f5f5f5;
        float: left;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 99;
        overflow-y: auto;
        overflow-x: hidden;
    }
    /*
 * off Canvas sidebar
 * --------------------------------------------------
 */

    @media screen and (max-width: 768px) {
        .row-offcanvas-left {
            left: -220px;
        }

            .row-offcanvas-left.active {
                left: 0;
            }

        .row-offcanvas {
            position: relative;
            -webkit-transition: all 0.25s ease-out;
            -moz-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
            width: calc(100% + 220px);
        }


        .sidebar-offcanvas {
            position: absolute;
            top: 0;
        }
    }

    .form-transparent .form-control {
        background-color: transparent !important;
        color: #fff;
        border-top: none;
        border-left: none;
        border-right: none;
    }

    .form-transparent label {
        color: #ccc;
    }

    .form-flex {
        display: flex !important;
    }

        .form-flex .input-group {
            display: flex;
            flex-direction: row;
        }

    .avatar {
        padding: 20px 0;
    }

        .avatar img {
            width: 125px;
            height: 125px;
            border: solid #eee 5px;
        }

        .avatar .img-responsive {
            margin: 0 auto;
        }

        .avatar .btn {
            position: relative;
            margin-top: 10px;
            overflow: hidden;
        }

        .avatar input {
            position: absolute;
            top: 0;
            right: 0;
            margin: 0;
            opacity: 0;
            cursor: pointer;
            /*filter: alpha(opacity=0);
            transform: translate(-300px, 0) scale(4);
            direction: ltr;*/
        }


    .comments {
        min-height: 150px;
        position: relative;
        width: 100%;
        margin-bottom: 50px;
    }

        .comments q {
            font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
            font-size: 18px;
            text-align: justify;
            quotes: "“" "”" "‘" "’";
        }

            .comments q:before,
            .comments q:after {
                color: #567793;
            }

            .comments q:before {
                content: open-quote;
            }

            .comments q:after {
                content: close-quote;
            }

        .comments .signature {
            text-align: right;
            margin-top: 10px;
        }

            .comments .signature p {
                margin: 0;
            }

    .sharp {
        width: 4em;
        height: 4em;
        padding: 0.5em;
        font-size: 2em;
        font-weight: 700;
        text-align: center;
    }

    .field-validation-error {
        color: brown;
    }


    .podium-container {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 14px;
    }

        .podium-container h3 {
            color: rgba(69, 86, 99, 0.5);
            font-weight: bold;
            font-size: 2.5em;
            margin: 0;
        }

    /******************* checkboxes and radio buttons *********/
    .checkbox label:after,
    .radio label:after {
        content: '';
        display: table;
        clear: both;
    }

    .checkbox .cr,
    .radio .cr {
        position: relative;
        display: inline-block;
        border: 1px solid #a9a9a9;
        border-radius: .25em;
        width: 1.3em;
        height: 1.3em;
        float: left;
        margin-right: .5em;
    }

    .radio .cr {
        border-radius: 50%;
    }

        .checkbox .cr .cr-icon,
        .radio .cr .cr-icon {
            position: absolute;
            font-size: .8em;
            line-height: 0;
            top: 50%;
            left: 20%;
        }

        .radio .cr .cr-icon {
            margin-left: 0.04em;
        }

    .checkbox label input[type="checkbox"],
    .radio label input[type="radio"] {
        display: none;
    }

        .checkbox label input[type="checkbox"] + .cr > .cr-icon,
        .radio label input[type="radio"] + .cr > .cr-icon {
            transform: scale(3) rotateZ(-20deg);
            opacity: 0;
            transition: all .3s ease-in;
        }

        .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
        .radio label input[type="radio"]:checked + .cr > .cr-icon {
            transform: scale(1) rotateZ(0deg);
            opacity: 1;
            color: #3b55b8;
        }

        .checkbox label input[type="checkbox"]:disabled + .cr,
        .radio label input[type="radio"]:disabled + .cr {
            opacity: .5;
        }


    .nav-center {
        display: inline-block;
        float: none;
    }




    .checkbox-nice {
        position: relative;
        padding-left: 15px;
    }

        .checkbox-nice input[type=checkbox] {
            visibility: hidden;
        }

        .checkbox-nice label {
            padding-top: 3px;
        }

        .checkbox-nice.checkbox-inline > label {
            margin-left: 16px;
        }

        .checkbox-nice label:before {
            cursor: pointer;
            position: absolute;
            width: 22px;
            height: 22px;
            left: 1px;
            top: 1px;
            background: #ffffff;
            content: "";
            border: 2px solid #e7ebee;
            border-radius: 3px;
            background-clip: padding-box;
        }

        .checkbox-nice label:after {
            opacity: 0;
            content: '';
            position: absolute;
            width: 12px;
            height: 7px;
            background: transparent;
            top: 7px;
            left: 6px;
            border: 3px solid #03a9f4;
            border-top: none;
            border-right: none;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
        }

        .checkbox-nice label:hover::after {
            opacity: 0.3;
        }

        .checkbox-nice input[type=checkbox]:checked + label:after {
            opacity: 1;
        }



    .panel-x {
        width: 100%;
        display: inline-block;
        padding: 0;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        column-break-inside: avoid;
        opacity: 1;
        /*transition:all linear 1s;*/
    }

    .page-container .panel-x {
        margin-bottom: 30px;
    }

    .panel-x.success {
        background-color: #b8d9c5 !important;
    }

    .panel-x.warning {
        background-color: #dfcac2 !important;
    }

    .panel-x .header-chart {
        border: none;
    }

    .panel-x .reset {
        position: absolute;
        bottom: 0;
        right: 0;
    }

.panel-x .panel-heading {
    margin-bottom: 0px;
    border-bottom: 1px solid #666;
    padding: 2em;
    border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

        .panel-x .panel-heading h2 {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            margin: 0;
        }
            .panel-x .panel-heading .text-info {
                color: #ddd;
                margin-left: 10px;
            }

    .panel-x .header-chart {
        color: inherit;
    }

    .panel-x .panel-body {
        width: 100%;
        padding: 2em;
        float: left;
        clear: both;
        margin-top: 5px;
    }

        .panel-x .panel-body h2 {
            visibility: hidden;
            display: none;
        }

    .panel-x .panel-footer {
        width: 100%;
        padding: 2em;
        float: left;
        clear: both;
    }

    .panel .panel-collapse-toggle {
        margin-top: -30px;
        font-size: 15px;
        cursor: pointer;
        color: #ccc;
    }

    .panel-x text.y-label,
    .panel-x text.yr-label,
    .panel-x text.x-label,
    .panel-x text.x-axis-label {
        fill: #ac7c33;
    }

    .panel-x table td img {
        box-shadow: #aaa 2px 2px;
    }

    @media (max-width:1024px) {
        .panel-x {
        }

            .panel-x .panel-heading,
            .panel-x .panel-body,
            .panel-x .panel-footer {
                padding: 2em 1em;
            }

            .panel-footer {
                display:grid;
            }
        .panel-footer .btn {
            margin-bottom: 5px;
        }
    }

    /***********************************************************************************/
    .class-A {
        background-color: #b1614e;
    }

    .class-B {
        background-color: #a8b3ef;
    }

    .class-D {
        background-color: #ced085;
    }

    .class-F {
        background-color: #d087c2;
    }

    .class-M {
        background-color: #8cb58b;
    }

    .class-X {
        background-color: #ab8bce;
    }
    /***********************************************************************************/
    /*** Verifiy with range colors in instruments.kpi.js *******************************/
    /***********************************************************************************/

    .comply-A {
        background-color: #deac01;
    }

    .comply-B {
        background-color: #bca659;
    }

    .comply-C {
        background-color: #b4a984;
    }

    .comply-Z {
        background-color: #a3a19b;
    }
    /***********************************************************************************/
    /*** Verifiy with range colors in instruments.kpi.js *******************************/
    /***********************************************************************************/
    .team-board-container .panel {
        margin-bottom: 5px;
        margin-right: 5px;
    }

    .challenge-container {
        border: 1px solid #ddd;
        margin: 10px 0px;
        overflow: hidden;
        background-color: #eee;
    }
        /*.challenge-container, 
    .mandates-container {
        background-color:#fff;
        color:#333;
    }*/
        .challenge-container h3 {
            text-align: center;
            margin: 2em auto;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 1.35em;
            font-weight: 400;
            color: #b18849;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .challenge-container > img {
            height: 120px;
            width: 120px;
            margin: 20px auto;
        }

        .challenge-container .panel-body {
            padding-top: 0;
            min-height: 230px;
        }

    .follower-container {
        margin-bottom: 20px;
    }

        .follower-container .slider {
            width: 100%;
        }



    /***********************************************************************************/
    /*********************** For quotes ************************************************/
    /***********************************************************************************/
    .header-quote {
        padding: 1rem 0;
    }

        .header-quote .quote-value {
            font-size: 2.5rem;
            font-weight: 600;
            text-align: center;
        }

            .header-quote .quote-value .quote-pnl {
                font-size: 1rem;
                font-weight: 400;
            }

        .header-quote .quote-date {
            font-size: 10px;
            font-weight: 400;
            text-align: center;
            border-top: 1px solid #7a7979;
        }

    /***********************************************************************************/
    /*********************** For gaujes built with d3.js *******************************/
    /***********************************************************************************/
    .gauges-kpi-container {
        min-height: 350px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .gauge-container {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .gauges-kpi-container .svg-container {
        display: inline-block;
        position: relative;
        width: 100%;
        vertical-align: middle;
        overflow: hidden;
    }

    .label-tag {
        color: #fff;
        margin-right: 5px;
        background-color: #b18849;
    }

        .label-tag:hover {
            background-color: #be9328;
        }
    /***********************************************************************************/
    /*********************** For tiles square *******************************/
    /***********************************************************************************/
    .square-box {
        position: relative;
        width: 100%;
        overflow: hidden;
        background: #b18849;
        color: #fff;
    }

        .square-box:before {
            content: "";
            display: block;
            padding-top: 100%;
        }

    .square-content {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

        .square-content div {
            display: table;
            width: 100%;
            height: 100%;
        }

        .square-content h4 {
            display: table-cell;
            text-align: center;
            vertical-align: middle;
            font-size: 4em;
        }

    .square-box p {
        position: absolute;
        bottom: 0px;
        padding: 0 8px;
        text-align: left;
        width: 100%;
        color: #ddd;
        font-size: 8px;
    }

    .square-content .square-graph {
        padding: 15px;
    }

        .square-content .square-graph text {
            font-size: 9px;
        }

    @media screen and (max-width: 767px) {
        .square-box {
            width: 70%;
            margin: 15%;
        }
    }

    .dl-asset-properties > dt {
        color: #b18849;
        font-weight: normal;
        text-align: left;
    }

    .dl-asset-properties > dd {
        text-align: left;
    }

    .dl-questions {
        width: 100%;
        overflow: hidden;
        padding: 0 0 1px 10px;
        margin: 0
    }

        .dl-questions dt {
            color: #b18849;
            font-weight: normal;
            float: left;
            width: 50%;
            padding: 5px 0;
            margin: 0;
            clear: left;
        }

        .dl-questions dd {
            float: left;
            width: 50%;
            padding: 5px 0;
            margin: 0;
        }


    @media screen and (max-width: 767px) {
        .dl-asset-properties > dt {
            text-align: center;
        }

        .dl-asset-properties > dd {
            text-align: center;
            margin-bottom: 10px;
        }

        .dl-questions dd,
        .dl-questions dt {
            width: 100%;
        }

        .dl-questions > dd {
            text-align: center;
        }
    }

    .nav-condensed > li a {
        padding: 0 5px;
        color: #666;
        font-size: 14px;
        font-weight: 600;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #b18849;
    }

    .nav-condensed > li.dropdown li a {
        padding-left: 30px;
    }

    .nav-condensed > li.dropdown li.active > a,
    .nav-condensed > li.dropdown li.active > a:hover,
    .nav-condensed > li.dropdown li.active > a:focus {
        color: #fff;
        background-color: #b18849;
    }

    .table-diligences i.New {
        color: lightgrey;
    }

    .table-diligences i.Pending {
        color: cadetblue;
    }

    .table-diligences i.Started {
        color: cornflowerblue;
    }

    .table-diligences i.Opened {
        color: blue;
    }

    .table-diligences i.Completed {
        color: forestgreen;
    }

    .table-diligences i.Terminated {
        color: black;
    }

.bubblebrush-container .bubble-chart,
.bubblebrush-container .table-results {
    height: 60vh;
    width: 100%;
}


.bubblebrush-container .bubble-table {
    max-height: 60vh;
    overflow-y: scroll;
}

    .bubblebrush-container .bubble-table img {
        height: 3em;
        width: 3em;
        border-radius: 5px;
        vertical-align: middle;
    }

    .bubblebrush-container .bubble-table .kpi-number {
        font-size: 2em;
        color: #888;
    }


.bubblebrush-container .bubble-chart .brushed {
    stroke: #000000;
    opacity: 1.0;
}

.bubblebrush-container .bubble-chart .non_brushed {
    stroke: transparent;
    opacity: 0.1;
}

.page-preview {
    padding: .5rem;
    margin: 1rem;
    cursor: pointer;
}

.page-preview .page-body {
    overflow: hidden; /* cache tout ce qui déborde */
    max-height: 0; /* totalement replié au départ */
    transition: max-height 0.35s ease-out;
    padding: 0 0.5rem; /* petit retrait horizontal    */
}

.page-preview:hover .page-body {
    max-height: 150px; /* totalement replié au départ */
}