/* sticky menu */

.stickymenu {
    display: block;
}

.stickymenu-menu-dashboard {
    position: absolute;
    top: 140px;
    right: 0;
    background: none;
    width: 140px;
    z-index: 100;
}

.stickymenu ul>li {
    background-color: #2d353c;
    color: #a8acb1;
    position: relative;
    cursor: pointer;
    list-style-type: none;
    margin: 0 0 5px 0;
    padding: 10px 0 10px 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.stickymenu ul>li .glyphicon-menu-left {
    margin: 0 0 0 -5px;
}

.stickymenu-icon {
    display: block;
    float: left;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.stickymenu-title {
    text-align: center;
    display: block;
    padding: 0 0 0 15px;
}

.stickymenu-target {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* window data set */

.stickymenu-datamodal {
    visibility: hidden;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1020;
    overflow: hidden;
}

.dataSet-wrapper {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    min-height: 100%;
    height: 100%;
    width: 100%;
    left: 100%;
    overflow: auto;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.dataSet-wrapper .dataSet-container {
    background: #242323 none repeat scroll 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 0 50px 20px 40px;
    position: relative;
    width: 100%;
    overflow: auto;
}

.dataSet-wrapper .dataSet-container .dataSet-close {
    color: #ffffff;
    cursor: pointer;
    right: 10px;
    position: absolute;
    text-decoration: none;
    top: 19px;
    z-index: 10;
    font-size: 23px;
    border: 1px solid #ffffff;
    line-height: 30px;
    width: 30px;
    text-align: center;
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

.dataSet-wrapper .dataSet-container .dataSet-close:hover {
    opacity: 1;
}

.dataSet-wrapper .dataSet-content-wrapper {
    border-top: 1px solid #504f4f;
    float: left;
    padding: 20px 0 0;
    width: 100%;
    overflow: auto;
    position: relative;
    z-index: 10;
}

.dataSet-wrapper .custom-search-filter {
    background: transparent;
}

.dataSet-wrapper .dropdown-filter {
    background: #2d353c;
}

.dataSet-wrapper .widget {
    padding: 10px;
}

.dataSet-wrapper .widget .img-graph {
    display: block;
    margin: 10px -15px -10px;
    padding: 5px 15px;
    background: rgba(0, 0, 0, .4);
    text-align: right;
    color: #ddd;
    font-weight: 300;
    text-decoration: none;
}

.dataSet-wrapper .dataSet-content-table {
    display: table;
    table-layout: fixed;
    width: auto;
}

.dataSet-wrapper .dataSet-content-table ul:nth-child(2n+1) .widget-stats {
    background: rgb(128, 130, 133);
}

.dataSet-wrapper .dataSet-content-table ul:nth-child(2n+2) .widget-stats {
    background-color: #99cccc;
}

.dataSet-wrapper ul {
    display: table-cell;
    width: 250px;
    height: 120px;
    padding: 10px 0;
    min-width: 220px;
}

.dataSet-wrapper ul>li {
    color: #a8acb1;
    position: relative;
    cursor: pointer;
    list-style-type: none;
    margin: 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.dataSet-wrapper .dataSet-content-wrapper h4 {
    font-size: 12px;
}

.dataSet-wrapper .dataSet-content-wrapper p {
    text-align: center;
}


/* custom search */

.custom-search-add,
.custom-search-label {
    float: left;
    padding: 0 0 0 10px;
}

.custom-search-add .glyphicon-plus {
    cursor: pointer;
    float: left;
    padding: 5px 0 0 10px;
}

/* sticky */

.sticky {
    font-size: 12px;
    color: #ffffff;
    display: block;
    display: none;
}

.sticky-menu {
    z-index: 1000;
    position: fixed;
    bottom: 5%;
    right: -100%;
    width: 415px;
    background-color: transparent;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sticky-menu-teaser {
    position: relative;
    width: 20%;
    float: left;
    color: #DC002B;
    text-align: center;
    z-index: 1;
}

.sticky-menu-teaser-open {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    background-color: #f1f1f1;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    display: block;
    cursor: pointer;
    padding: 10%;
}

.sticky-menu-teaser:after {
    display: block;
    background-color: #f1f1f1;
    width: 15px;
    height: 150%;
    content: " ";
    position: absolute;
    top: 0;
    right: -15px;
}

.sticky-menu-teaser-open:after {
    display: block;
    padding: 5px 0 0 0;
    content: "\e90e";
}

.sticky-menu-teaser-closed {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    background-color: #f1f1f1;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    display: none;
    cursor: pointer;
    float: right;
    padding: 10% 20% 10% 20%;
}

.sticky-menu-content {
    position: relative;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    width: 80%;
    float: left;
    background-color: #f1f1f1;
    border-bottom-left-radius: 4px;
    color: #333;
    padding: 2% 4%;
    z-index: 0;
}

.sticky-menu-content a.download-button {
    margin: 5px 0;
}

.sticky-menu-content-title {
    font-size: 19px;
    padding: 0 0 2% 0;
}

.sticky-menu-content-text {
    width: 70%;
    float: left;
    padding: 0 2% 0 0;
}

.sticky-menu-content-image {
    width: 30%;
    float: left;
}

.sticky-menu-content a {
    font-size: 1rem;
    margin: 10px 0 0;
    display: inline-block;

}

/* Preview widget */

.preview-widget {
    position: relative;
}

.preview-widget-teaser {
    position: relative;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.preview-widget-media {
    position: relative;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

/* Carousel */

.section-carousel {
    position: relative;
    display: block;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.section-carousel ul {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
}

.section-carousel ul button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 30px;
    height: 45px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.section-carousel-slide {
    width: 10000em;
    top: 0;
    left: 0;
    position: relative;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.section-carousel ul button:before {
    font-size: 45px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 45px;
    content: '•';
    text-align: center;
    color: #cccccc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.section-carousel li {
    float: none;
    position: relative;
    display: inline-block;
    width: 30px;
    height: 45px;
    padding: 0;
    cursor: pointer;
}

.section-carousel li:hover button:before {
    color: #c71f1e;
}

.section-carousel li.active button:before {
    color: #c71f1e;
}

.section-carousel-content {
    position: relative;
    margin: 0 auto;
    height: 100%;
}

.section-carousel-content:after {
    display: block;
    content: "";
    clear: both;
}

.section-carousel-items {
    overflow: hidden;
    position: relative;
    float: left;
    width: 800px;
    margin: 0 auto;
}

.section-carousel-item {
    display: block;
    position: relative;
    width: 20%;
    float: left;
    min-height: 1px;
}

.section-carousel-item:after {
    display: block;
    content: "";
    clear: both;
}

.section-carousel-item span {
    overflow: hidden;
}

.section-carousel-item a:hover .section-carousel-item-card-title,
.section-carousel-item a:hover .section-carousel-item-card-title b,
.section-carousel-item a:hover .section-carousel-item-date,
.section-carousel-item a:hover .section-carousel-item-source {
    color: #fff;
}

.section-carousel-item-image {
    margin: 0 10px;
    padding: 10px 30px;
}

.section-carousel-scroll-button {
    display: block;
    position: absolute;
    float: left;
    color: #999999;
    width: 30px;
    height: 62px;
}

.section-carousel-scroll-button.scroll-left {
    background: url("../../images/brochure/gsmai-arrow-left.svg") no-repeat;
    background-position: 50% 50%;
    background-size: 30px 62px;
    top: 50%;
    left: -15px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section-carousel-scroll-button.scroll-right {
    background: url("../../images/brochure/gsmai-arrow-right.svg") no-repeat;
    background-position: 50% 50%;
    background-size: 30px 62px;
    top: 50%;
    right: -45px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section-carousel-item-caption {
    position: relative;
    padding: 10px;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    display: block;
    bottom: 0;
    margin: 0 10px;
}

.section-carousel-item-caption p {
    overflow: hidden;
    position: relative;
    max-height: 43px;
    padding: 0 0 10px;
}

.section-carousel button {
    border: none;
    background: transparent;
    outline: 0;
}

.section-carousel-item img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.section-carousel-item-date {
    font-weight: 300;
    font-style: oblique;
}

.section-carousel-item-card {
    margin: 10px;
    background-color: #fff;
    padding: 20px 10px 10px 10px;
    text-align: left;
    color: #333333;
    font-size: 12px;
}

.section-carousel-item-card:before {
    position: absolute;
    right: -1px;
    top: -1px;
    content: '';
    border-top: 2em solid silver;
    border-left: 2em solid transparent;
    margin: 11px;
}

.section-carousel-item-card:after {
    position: absolute;
    right: -2px;
    top: -1px;
    content: '';
    border-top: 2em solid white;
    border-left: 2em solid transparent;
    margin: 11px;
}

.section-carousel-item-card-title {
    color: #999999;
}

.section-carousel-item-card b {
    font-size: 13px;
    color: #333333;
    font-weight: 500;
}

.section-carousel-item-card p {
    margin: 25px 0;
    font-weight: 300;
}

.section-carousel-item-over,
.section-carousel-item-box {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 10px 5px;
    text-align: left;
    color: #333333;
    font-size: 12px;
    background-color: #98cbcb;
}

.section-carousel-item-box-title {
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 10px 10px 10px 0;
}


.section-carousel-item-over {
    background-color: #000000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.section-carousel-item a:hover .section-carousel-item-over {
    visibility: visible;
    opacity: 1;
}

.section-carousel-item-over-title {
    width: 75%;
    max-height: 22.5%;
    display: block;
    margin: 10px 0 0 25%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-carousel-item-over-title h4 {
    font-size: 16px;
    text-align: left;
    height: auto;
    max-height: 100%;
    margin: 0;
    padding: 0 10px 1px 0;
}

.section-carousel-item-over-content:before {
    content: "";
    position: relative;
    display: block;
    height: 5px;
    margin: 0 -10px 5px;
}

.section-carousel-item-over-content {
    display: inline-block;
    width: 75%;
    max-height: 43%;
    margin: 5px 0 0 25%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #ffffff;
    padding: 0 10px 0 0;
}

/* radaritemspreview/radaritempreview/radarrelatedpreview */

.radar-square {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    border-radius: 0;
    margin-bottom: 10px;
}

.radar-square-title {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    color: #ffffff;
    padding: 15px;
    margin: 0;
    overflow: hidden;
}

.radar-square-block,
.radar-square-block-over {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    /* padding: 15px; */
}

.radar-square-block-over {
    visibility: hidden;
    opacity: 0;
    padding: 0;
    background-color: #000000;
    z-index: 2;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.radar-square-block-title {
    width: 75%;
    max-height: 21%;
    display: table;
    margin: 10px 0 0 25%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.radar-square-block-content:before {
    content: "";
    position: relative;
    display: block;
    height: 5px;
    margin: 0 -10px 5px;
}

.radar-square-block-over h4 {
    font-size: 16px;
    text-align: left;
    height: auto;
    max-height: 100%;
    padding: 0 10px 1px 0;
    margin: 0;
}

.theme .section-carousel-item-over-content:before,
.themes .section-carousel-item-over-content:before,
.theme .radar-square-block-content:before,
.themes .radar-square-block-content:before {
    border-top: solid 5px #FF662C;
}

.megatrend .section-carousel-item-over-content:before,
.megatrends .section-carousel-item-over-content:before,
.megatrend .radar-square-block-content:before,
.megatrends .radar-square-block-content:before {
    border-top: solid 5px #FF662C;
}

.trend .section-carousel-item-over-content:before,
.trends .section-carousel-item-over-content:before,
.trend .radar-square-block-content:before,
.trends .radar-square-block-content:before {
    border-top: solid 5px #ee3772;
}

.signal .section-carousel-item-over-content:before,
.signals .section-carousel-item-over-content:before,
.signal .radar-square-block-content:before,
.signals .radar-square-block-content:before {
    border-top: solid 5px #99cccc;
}

.report .section-carousel-item-over-content:before,
.report .radar-square-block-content:before,
.reports .section-carousel-item-over-content:before,
.reports .radar-square-block-content:before {
    border-top: solid 5px #a6a8aa;
}

.theme .section-carousel-item-over-title h4,
.themes .section-carousel-item-over-title h4,
.theme .radar-square-block-over h4,
.themes .radar-square-block-over h4 {
    color: #FF662C;
}

.megatrend .section-carousel-item-over-title h4,
.megatrends .section-carousel-item-over-title h4,
.megatrend .radar-square-block-over h4,
.megatrends .radar-square-block-over h4 {
    color: #FF662C;
}

.trend .section-carousel-item-over-title h4,
.trends .section-carousel-item-over-title h4,
.trend .radar-square-block-over h4,
.trends .radar-square-block-over h4 {
    color: #ee3772;
}

.signal .section-carousel-item-over-title h4,
.signals .section-carousel-item-over-title h4,
.signal .radar-square-block-over h4,
.signals .radar-square-block-over h4 {
    color: #99cccc;
}

.report .section-carousel-item-over-title h4,
.report .radar-square-block-over h4,
.reports .section-carousel-item-over-title h4,
.reports .radar-square-block-over h4 {
    color: #a6a8aa;
}

.radar-square-block-content {
    display: inline-block;
    width: 75%;
    max-height: 50%;
    margin: 5px 0 0 25%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #ffffff;
    padding: 0 10px 0 0;
}

.radar-section-items,
.radar-related-items {
    margin: 0 -10px;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.radar-related-items {
    margin-bottom: 10px;
}

.radar-section-title {
    background-color: #ffffff;
    margin: 0 -10px;
    z-index: 200;
}

.radar-section-title .panel-heading {
    font-weight: 500;
    color: white;
    background-color: #2d353c;
    border-radius: 0;
    margin: 10px 5px;
}

.radar-related-items-row {
    margin: 0;
    padding: 10px 0 0;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.radar-item-preview {
    visibility: hidden;
    opacity: 0;
    font-size: 12px;
    color: #000000;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    padding: 0 0 10px 0;
}

.radar-item-preview .panel-heading {
    font-weight: 700;
    margin: 0 5px 10px;
    padding: 0;
}

.radar-item-preview .radar-item-content {
    padding: 0 10px;
}

.radar-item-list {
    padding: 10px 15px 0;
    min-height: 20px;
    padding: 5px;
    margin: 10px 0 0;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.radar-related-items-panel {
    padding: 0;
    background-color: #2d353c;
}

.radar-related-items-panel.row {
    margin: 0 -5px;
}

.radar-related-items-panel .panel {
    margin: 0;
    padding: 0;
    background-color: transparent;
}

.radar-related-items-panel .panel-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin: 0 5px;
    padding: 7.5px;
    color: #fff;
    border-radius: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.radar-related-items-panel .filter-btn.trend {
    padding: 0 0 0 15px;
}

.radar-related-items-panel .filter-btn.signal {
    padding: 0 15px 0 0;
}

.radar-related-items-panel .filter-btn button {
    margin: 7.5px 0;
    border-radius: 0;
    background-color: transparent;
    border-color: #929ba1;
    padding: 2px 12px;
    font-size: 12px;
}

.radar-related-items-panel .filter-btn button.active {
    background-color: #929ba1;
    color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.radar-item-preview .icon:before,
.radar-related-items .icon:before,
.radar-section-items .icon:before {
    pointer-events: none;
    font-size: 35px;
    position: absolute;
    right: 5px;
    top: 0;
    padding: 10px;
    background: black;
    color: white;
    z-index: 1;
}

.featured a:hover .radar-square-block-over,
.radar-section-items a:hover .radar-square-block-over,
.radar-related-items-row a:hover .radar-square-block-over {
    visibility: visible;
    opacity: 1;
}

.radar-square-block.megatrend,
.radar-square-block.theme {
    background-color: #FF662C;
    background: url(../../images/radar/themes-icon.png);
    background-size: cover;
    background-position: 50% 50%;
}

.radar-square-block.trend {
    background-color: #ee3772;
    background: url(../../images/radar/trends-icon.png);
    background-size: cover;
    background-position: 50% 50%;
}

.radar-square-block.signal {
    background-color: #99cccc;
    background: url(../../images/radar/signals-icon.png);
    background-size: cover;
    background-position: 50% 50%;
}

.radar-square-block.report {
    background-color: #a6a8aa;
    background: url(../../images/radar/reports-icon.png);
    background-size: cover;
    background-position: 50% 50%;
}

.icon-radar.megatrend:before,
.icon-radar.theme:before {
    display: block;
    content: "\e902";
}

.icon-radar.trend:before {
    display: block;
    content: "\e903";
}

.icon-radar.signal:before {
    display: block;
    content: "\e901";
}

.icon-radar.report:before {
    display: block;
    content: "\e900";
}

/* Cookie policy */

.cookiebar {
    position: fixed;
    bottom: 0;
    background-color: white;
    width: 100%;
    text-align: center;
    padding: 15px 0 15px 0;
    font-weight: bold;
    font-size: 11px;
    box-shadow: 0px 0px 8px #b5b5b5;
    left: 0;
    z-index: 1000;
}

.cookiebar p {
    margin: 0 70px 0 30px;
    font-size: 11px;
    font-weight: normal;
    color: #818181;
    float: none;
}

.cookiebar a {
    text-decoration: none;
    color: #EE1721;
}

.continuebutton {
    width: 36px;
    font-size: 17px;
    position: absolute;
    right: 30px;
    box-shadow: 0px 0px 8px #b5b5b5;
    background-color: white;
    padding: 6px;
    font-weight: bold;
    color: #818181;
    border-radius: 36px;
    border: 2px solid #b5b5b5;
    bottom: 4px;
    cursor: pointer;
    font-family: arial;
}

#continuebutton:hover {
    color: black;
}

.ie8 .cookiebar {
    border-top: 4px solid #b5b5b5;
}

.ie6 .continuebutton {
    bottom: auto;
    position: static;
    float: right;
    margin-right: 10px;
}

.ie7 .cookiebar,
.ie6,
.cookiebar {
    border-top: 2px solid #ccc;
}


/* media queries */

/* small devices, tablets */

@media only screen and (max-width: 768px) {
    .stickymenu {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .section-carousel ul button::before,
    .section-carousel li,
    .section-carousel ul button {
        width: 20px;
        height: 40px;
    }
    .section-carousel ul button::before {
        font-size: 35px;
    }

}