﻿@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

/* Layout & Structure */
#menuContentWrapper {
    position: fixed;
    z-index: 9999;
    left: 0;
    width: 100%;
    top: 81px;
    background: rgba(0, 0, 0, 0.4);
}

#logoSection {
    height: 75px;
}

#mobileHeaderContent,
#mobileTop,
#mapToFilterTop,
.map-filter-wrapper,
#genericMobileAbstractWrapper,
.backstretch,
#showOnlyOnMobile,
#searchWrapperMobile,
.hidden,
.remove-videodetector {
    display: none;
}

.background-menu {
    width: 127px;
}

#detailPageHeader .background-menu {
    width: 110px;
    height: 52px;
}

.detail-content-section-wrapper section {
    margin-bottom: 28px;
    width: 100%;
    float: left;
}

/* Typography */
#searchWrap a {
    font-size: 1.125rem;
}

.main-chaptor-abstract-text {
    font-size: 1.25rem;
    line-height: 28px;
    padding-bottom: 5px;
}

.search-text {
    font-size: 1.3125rem;
    vertical-align: middle;
}

.search-result-bg {
    background: var(--plan-search-result-bg);
}

.search-text-heighlight {
    background: var(--search-text-heighlight);
    width: auto;
    padding: 0;
}

.header-title-normal {
    font-size: 1rem;
}

.header-title-bold {
    font-size: 1.375rem;
    font-weight: bold;
}

.content-content {
    font-size: 1.0625rem;
    line-height: 26px;
}

.content-content p {
    word-break: break-word;
}

.content-heading-detail-graph {
    font-size: 1.875rem;
    line-height: 26px;
}

.detail-content-italic {
    font-style: normal !important;
    font-size: 0.875rem !important;
}

.detail-content-italic-doc {
    font-style: italic !important;
    font-size: 0.54rem !important;
}

.detail-content-italic-black {
    width: 95px;
    position: relative;
    left: 10%;
    display: block;
}

/* Utility Classes */
.default-anchor-color {
    color: var(--default-anchor-color) !important;
}

.decoration-none {
    text-decoration: none;
}

.font-weight600 {
    font-weight: 600;
}

.word-break-all {
    word-break: break-all;
}

.width-100 {
    width: 100%;
}

.height-100 {
    height: 100%;
}

.position-absolute {
    position: absolute;
}

/* Components & Sections */
#searchSection .abs-position {
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
}

#contentMenuSection .abs-position {
    top: 50%;
    transform: translate(35%, -50%);
}

.graph-tab-style {
    height: 35px;
}

.static-image-style {
    height: 216px;
}

.service-area-redirect:hover {
    text-decoration: underline !important;
}

/* Investment Map */
#invMap {
    position: relative;
    width: 100%;
    min-width: 290px;
}

.investment-map-keyfigs {
    width: 19%;
}

.inv-op-expense-table-bg {
    background: rgb(230, 237, 240) !important;
}

/* Accordion & Panels */
.accordion .panel-default>.panel-heading,
.accordion .panel-collapse>.panel-body,
.accordion .panel-default {
    border: 0 none;
}

.accordion .panel-heading,
.accordion .panel-body {
    padding: 15px 0px !important;
}

.accordion .panel-heading {
    border-bottom: 0.5px solid #025d63 !important;
    border-radius: 0;
}

.accordion .panel {
    box-shadow: none;
}

.panel-chart-width100 {
    position: relative;
    width: 157%;
    left: 0;
    display: inline-block;
    height: 100%;
}

.accordion a,
.accordion a:hover,
.collapsed .expand-collpse-text {
    text-decoration: none;
}

/* Icon & Font Styles */
.ai-stack.ai-sm,
.ai-stack.reg-sm,
.ai.ai-sm,
.ai.reg-sm,
.reg-stack.ai-sm,
.reg-stack.reg-sm,
.reg.ai-sm,
.reg.reg-sm {
    font-size: 1.8rem;
}

.ai,
.ai-stack,
.reg,
.reg-stack {
    font-size: 2.25rem;
    -webkit-font-smoothing: subpixel-antialiased;
    line-height: 0;
    width: 1em;
    text-align: center;
    vertical-align: middle;
}

.ai {
    display: inline-block;
    font: normal normal normal 14px/1 AltinnNo;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ai-expand:before {
    content: '';
    color: var(--white-color);
}

/* Miscellaneous */
.image-wrapper .max-image-width {
    width: 100%;
    height: auto;
}

/* Background & Color Styling */
.budget-detail-section {
    z-index: unset !important;
}

.background-green {
    z-index: unset !important;
}

.content-detail-style h1.keyfigure-page-header {
    font-size: 2.375rem !important;
    /*38px*/
    color: var(--white-color);
}

.panel-body table {
    position: relative;
}

/* Margin & Spacing */
.content-home-style {
    margin-top: 64px;
}

.tooltip-custom-style {
    background: var(--white-color) !important;
    border: 1px solid var(--customized-tooltip-border) !important;
    color: var(--customized-tooltip-color) !important;
    font-size: 1rem !important;
    /*16px*/
    white-space: nowrap !important;
    width: auto;
}

.detail-content-section .kendo-custom-table .ck-custom-table-export td ol,
.detail-content-section .kendo-custom-table .ck-custom-table-export td ul,
.detail-content-section .kendo-custom-table .ck-custom-table-export td p {
    width: auto !important;
}

.hr-line {
    border-top: 2px solid var(--hr-line-border);
    margin: 10px 0px;
}

.hr-line1 {
    border-top: 2px solid var(--white-color);
    margin: 0;
}

.hr-line2 {
    border-top: 1px solid var(--hr-line-border);
    margin: 3px 0px;
}

.border-black {
    border: 1px solid var(--black-color);
}

/* Font Sizes & Typography */
.keyfigure-number {
    font-size: 2.5em !important;
    /*40px*/
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
}

.keyfig-new-number {
    font-weight: bold !important;
    font-size: 2.5rem !important;
    line-height: 1.5 !important;
}

.content-detail-style h1.keyfigure-page-header,
.keyfigure-front-page-num {
    font-size: 2.375rem !important;
    color: var(--white-color);
}

.keyfigure-front-page-num {
    font-weight: 600;
    line-height: 1;
}

.keyfig-text1 {
    font-size: 2.125rem !important;
}

.font2em,
.key-figure-title {
    font-size: 2rem;
}

.font2em {
    line-height: 32px;
}

.key-figure-title {
    color: var(--black-color);
}

.keyfigure-front-page-text {
    font-size: 1.75rem;
    line-height: 1.3;
    padding-top: 15px;
    font-weight: normal;
}

.keyfig-new-text {
    font-size: 1.6875rem !important;
    line-height: 1.5 !important;
}

.font15em,
.keyfigure-header-text {
    font-size: 1.5rem !important;
}

.keyfigure-header-text {
    line-height: 1.1 !important;
}

.font14em {
    font-size: 0.8750rem !important;
}

/* Separators & Dividers */
.title-seprator {
    border-left: 2px solid var(--title-seperator);
}

/* Navigation & Closing Icons */
.nav-doc-close {
    display: block;
    width: 24px;
    height: 23px;
    border-radius: 1px;
    font-size: 1.8rem;
    margin-top: -3px;
}

/* Image & Content Alignment */
.align-image-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.columns-menu {
    columns: 3;
}

.columns-menu1 {
    columns: 2;
}

/* Custom Styles for Specific Elements */
.custom-grid-header {
    font-weight: bold !important;
}

li a {
    white-space: normal !important;
    display: inline-flex;
}

/* Kendo Tooltip & TreeMap */
.k-chart-tooltip {
    font-size: 0.75rem;
}

.k-widget.k-tooltip {
    background-color: var(--widget-tooltip-bgcolor);
    color: var(--widget-tooltip-color);
    height: auto !important;
    width: auto;
    min-width: 120px;
    font-size: 1.0625rem;
    border-radius: 0;
}

.border-radius-4 {
    border-radius: 4px !important;
}

.k-treemap-tile {
    border-color: var(--white-color);
    border-width: 2px;
    text-align: center;
}

.k-treemap-tile.k-state-hover {
    -webkit-box-shadow: inset 0 0 0 3px var(--white-color);
    box-shadow: inset 0 0 0 3px var(--white-color);
}

.k-leaf,
.k-leaf.k-state-hover:hover {
    color: var(--black-color) !important;
}

.kendo-tooltip {
    z-index: 9999 !important;
}

/* CKEditor Video Detector */
.remove-videodetector {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 99999 !important;
    cursor: pointer !important;
    outline: none;
    padding: 10px 20px;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    border: none;
    background-color: var(--cke-vodeo-dedecter-bg);
    color: var(--white-color);
    font-weight: bold;
    font-size: 0.75rem;
    text-transform: uppercase;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.remove-videodetector:hover {
    background-color: var(--cke-vodeo-dedecter-color);
}

/* Tables & Grids */
#contentMenuSection {
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 2px 2px 2px 2px var(--table-header-bg);
}

.main-menu-wrapper,
.plan-menu-content {
    min-width: 27%;
    padding: 1.5rem 2rem !important;
}

#searchContentSection {
    overflow-y: auto;
    overflow-x: hidden;
}

.detail-content-section .videodetector {
    height: 461px;
    width: 854px;
    margin-top: 20px;
}

.got-to-home {
    top: 3px;
}

.image-links-wrap {
    display: inline-block;
}

.main-menu-heading li {
    white-space: nowrap;
}

.detail-section-wrapper.planoverview-details-content {
    margin-top: -15px;
}

.plan-metdadata-details {
    width: calc(50vw) !important;
}

.detail-content-section .k-grid.k-widget.kendo-custom-table,
.detail-content-section .k-grid.k-widget.kendo-custom-table.plan-publish-custom-grid {
    /*81136*/
    overflow: auto !important;
}

.detail-content-section .plan-publish-custom-grid table {
    /*81136*/
    table-layout: fixed;
}

.grid-tooltip a {
    display: inline-block;
}

.grid-tooltip a img {
    vertical-align: text-top;
}

.share-links a,
.share-links img {
    cursor: pointer;
}

.plan-menu-expcol {
    position: absolute !important;
    right: -25px;
    width: 20px;
    height: auto;
}

.service-area-contents .plan-menu-expcol {
    right: 0;
}

.main-menu-second-level-bg {
    padding: 0 1rem;
}

.inv-search-txt {
    color: var(--investment-search) !important;
}

.invmap-list-image {
    height: 60px;
    width: 60px;
}

.map-filter-popup-image {
    height: 68px;
    width: 68px;
}

.image-card-wrapper.show-full-sec,
.image-card-wrapper.title-desc-box,
.image-card-wrapper.title-img-box,
.image-card-wrapper.only-title-box {
    height: 100%;
}

.only-title-box .content-box-bottom-sec1 {
    padding-bottom: 0;
}

/* Consolidated .only-title-box styles */
.only-title-box {
    padding-left: 0;
    height: 70px;
}

.k-window *:focus:not(:focus-visible) {
    outline: none;
}

.k-window a:focus-visible,
.k-window input:focus-visible,
.k-window button:focus-visible {
    outline: 2px solid var(--focus-marking);
}

*:focus:not(.focus-visible) {
    outline: none;
}

/* Optional: Customize .focus-visible */
.focus-visible {
    outline: 2px solid var(--focus-marking) !important;
}

.seprator-style {
    border-right: 2px solid var(--title-seperator) !important;
    height: 75px;
    width: 20px;
}

#mapFilterWrapper a {
    display: inline-block;
    padding: 3px 3px 0;
}


#listFilterContainer .service-area-text {
    font-size: 14px !important;
}

figure.image.image-style-align-left {
    max-width: 50%;
}

figure.image.image-style-align-right {
    float: right;
    max-width: 50%;
    margin-left: 15px;
}

figure.image.image-style-align-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
}

figure.image.image-style-block-align-left img {
    margin-left: 0;
    margin-right: auto;
}

figure.image.image-style-block-align-right img {
    margin-right: 0;
    margin-left: auto;
}


.k-grid-content.k-auto-scrollable {
    overflow-y: auto;
}

.k-grid-header-wrap.k-auto-scrollable,
div.k-grid-header {
    border-style: none !important;
}


.k-grid .fixed-header {
    top: 0;
    position: fixed;
    z-index: 3;
}

.link-image-style {
    vertical-align: text-bottom;
    width: 20px;
}

.fixed-header .th-box-shadow {
    position: relative;
}

.front-page-goalsimg {
    display: inline-block;
    width: 100px;
    height: 100px;
}

.front-page-goalsimg img {
    font-family: Oswald-SemiBold, sans-serif !important;
    width: 100%;
    height: 100%;
}

table th,
table td {
    word-break: break-word;
}

th.k-hierarchy-cell,
td.k-hierarchy-cell {
    min-width: 10px;
}

.front-page-goalstitle {
    display: inline-block;
    width: 90%;
    top: 4px;
    position: relative;
}

.front-page-goalstitle.empty-img-url {
    top: 35%;
    position: absolute;
    margin-left: 3px;
}

.empty-goal-image {
    height: 65px;
}

.top-border1,
.border-top1 {
    border-top: 1px solid var(--silver-color);
}

.psqa-wrapper {
    display: block;
    clear: both;
    width: 100%;
    border-bottom: 1px solid var(--silver-color);
}

.filter-menu-container .plan-status-box {
    height: 160px;
    width: 310px !important;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    margin-right: 30px;
}

.filter-menu-container .plan-strategy-tile {
    width: 450px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    margin-right: 30px;
    height: 110px;
}

.plan-overview-tab-status,
.plan-strategy-status {
    font-size: 0.75rem;
    line-height: 15px;
    letter-spacing: 0.12px;
    color: var(--planov-status-box);
}

.plan-overview-tab-status {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.status-box-pdf-bg {
    background: var(--planov-pdf-bg);
}

.status-box-web-bg {
    background: var(--planov-pdf-bg);
}

.status-box-none-bg {
    background: var(--planov-status-none);
}

.status-box-right-bg {
    background: var(--white-color);
    height: 100%;
}

.filter-menu-container .plan-sts {
    width: 15% !important;
    position: relative;
    height: 100%;
}

.filter-menu-container .status-box-right-bg {
    float: left;
    width: 85% !important;
}

.status-abbr-text {
    position: absolute;
    top: 35%;
    left: 30%;
    color: var(--white-color);
    font-size: 2rem;
}

.status-abbr-letters {
    position: absolute;
    top: 20%;
    left: 5%;
    color: var(--white-color);
    font-size: 2rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
}

.planov-hr-line {
    border-top: 2px solid var(--silver-color);
    margin: 0;
    padding: 0;
    background: transparent;
}

.plan-btn-active {
    background-color: var(--main-theme-color) !important;
    color: var(--white-color) !important;
    border: 1px solid var(--main-theme-color);
    outline: none;
}

.filter-menu-container {
    height: 100%;
}

#filterWrapper .panel.panel-default {
    background: var(--white-color) !important;
    border: 0 none !important;
    box-shadow: none !important;
    margin-top: 0 !important;
    border-radius: 0;
}

.question-content img {
    width: 100%;
}

.plan-overview-expcol {
    position: absolute !important;
    width: 45px;
    height: 100%;
}

.ex-collapse-pan.glyphicon-chevron-down:before {
    content: "\e113";
}

.collapsed .ex-collapse-pan.glyphicon-chevron-down:before {
    content: "\e114";
}

.collapsed .filter-collapse-plan.glyphicon-chevron-up:before {
    content: "\e114" !important;
}

.clear-serch-field {
    position: absolute;
    right: 22.5%;
    top: 5px;
    font-size: 1.6875rem;
    font-weight: normal;
    color: var(--clear-search-field);
    opacity: 1;
    margin-right: 7px;
}

#commonPopupWindow .videodetector iframe {
    /* added to set popup video height bug id->73456*/
    height: 450px;
}


a.inv-search-id {
    cursor: default !important;
    color: var(--inv-search-field) !important;
}

.inv-search-grid .k-icon.k-i-sort-asc-sm,
.inv-search-grid .k-icon.k-i-sort-desc-sm {
    font-size: 1.625rem;
    vertical-align: middle;
}

.question-content {
    width: 61%;
    clear: both;
}

.answers-section figure.image {
    max-width: 100% !important;
}

.answers-section figure table {
    table-layout: auto !important;
}

.question-section figure table {
    table-layout: auto !important;
}

.question-content.width_100 {
    width: 97%;
}

.question-content.width_70 {
    width: 88%;
}

.question-content.width_80 {
    width: 78%;
}

.question-content.width_90 {
    width: 68%;
}

.question-content p {
    line-height: 1.6;
    clear: both;
}

.question-content p.line-height0 {
    line-height: 0 !important;
}

.plan-ov-wrapper {
    height: 100%;
    width: 100%;
}

.detail-content-section h1 .seperator-style {
    color: var(--detailpage-chapters-heading1) !important;
    font: normal normal normal 25px/30px Raleway;
    width: 24px;
    padding-left: 10px;
    padding-right: 10px;
}

.plan-overview-pdf-sts {
    background: var(--planov-pdf-bg) 0% 0% no-repeat padding-box;
}

.plan-overview-weburl-sts {
    background: var(--planov-weburl-bg) 0% 0% no-repeat padding-box;
}

.plan-not-published-sts {
    background: var(--planov-not-published) 0% 0% no-repeat padding-box;
}

.plan-sts-box-txt {
    text-align: left;
    font: normal normal 300 12px/15px regularFont;
    letter-spacing: 0.12px;
    color: var(--planov-status-box);
    opacity: 1;
}

.sts-plan-name {
    font: normal normal normal 14px/17px regularFont;
    letter-spacing: 0px;
    color: var(--planov-status-text);
    opacity: 1;
}

.plan-tab-content-bg {
    background: var(--plan-overview-list) 0% 0% no-repeat padding-box;
}

.expanded-box-color {
    background: #A5A5A508 0% 0% no-repeat padding-box;
}

.question-content .col-md-12 {
    padding: 10px !important;
}

#investmentMapGrid {
    overflow: auto !important;
}

#filterpopup {
    border-radius: 2px !important;
    overflow: hidden;
}

.filters-title {
    background: none;
    text-align: left;
    border: none;
    padding: 0;
    display: inline-block;
    border-bottom: 1px solid var(--silver-color);
    width: 96%;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.plan-bg-color {
    background: var(--plan-overview-list) !important;
}

#planFilters img {
    width: 30px !important
}

.planov-text-color,
#filterpopup .glyphicon.glyphicon-chevron-down,
#filterpopup .glyphicon.glyphicon-chevron-up {
    color: var(--plan-overview-list) !important;
}

.filter-checkbox-label {
    font-weight: normal !important;
    font-size: 0.875rem;
}

.filter-checkbox-label input {
    margin-right: 7px !important;
}

#headerMenuIconWrapper.plan-details-servicearea {
    padding-left: 15px !important;
}

#planBookmarksSection {
    position: absolute;
    bottom: 0;
    left: 0;
}

.plan-title-desc-sec {
    height: 250px;
}

.plan-title-desc-sec p {
    height: 155px;
}

.goal-text-underline,
.goal_text_underline {
    text-decoration: underline !important;
    text-underline-offset: 5px !important;
}

/* Component styles */
@font-face {
    font-family: 'Blokk';
    src: url('../fonts/blokk/BLOKKRegular.eot');
    src: url('../fonts/blokk/BLOKKRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/blokk/BLOKKRegular.woff') format('woff'), url('../fonts/blokk/BLOKKRegular.svg#BLOKKRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.component {
    line-height: 1.5rem;
    margin: 0 auto;
    padding: 2em 0 3em;
    width: 90%;
    max-width: 1000px;
    overflow: hidden;
}

.component .filler {
    font-family: "Blokk", Arial, sans-serif;
    color: var(--light-gray-varient);
}

.k-grid.k-widget .k-grid-content table {
    border-collapse: collapse;
    width: 100%;
    background: var(--white-color);
}

td.err {
    background-color: var(--table-err-bg);
    color: var(--white-color);
    font-size: 0.75rem;
    text-align: center;
    line-height: 1;
}

/* For appearance */
.sticky-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    margin: 3rem 0;
    width: 100%;
}

.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .125s ease-in-out;
    z-index: 50;
    width: auto;
    /* Prevent table from stretching to full size */
}

.sticky-wrap .sticky-thead {
    box-shadow: 0 0.25rem 0.1rem -0.1rem rgba(0, 0, 0, .125);
    z-index: 100;
    width: 100%;
    /* Force stretch */
}

.sticky-wrap .sticky-intersect {
    opacity: 1;
    z-index: 150;
}

.sticky-wrap .sticky-intersect th {
    background-color: var(--sticky-wrap-th-bg);
    color: var(--sticky-wrap-th);
}

.sticky-wrap td,
.sticky-wrap th {
    box-sizing: border-box;
}

/* Not needed for sticky header/column functionality */
td.user-name {
    text-transform: capitalize;
}

.sticky-wrap.overflow-y {
    overflow-y: auto;
    max-height: 50vh;
}

@font-face {
    font-family: 'codropsicons';
    src: url('../fonts/codropsicons/codropsicons.eot');
    src: url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'), url('../fonts/codropsicons/codropsicons.woff') format('woff'), url('../fonts/codropsicons/codropsicons.ttf') format('truetype'), url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.container>header {
    margin: 0 auto;
    padding: 2em;
    text-align: center;
    background: var(--black-color);
    opacity: 0.6;
}

.container>header h1 {
    font-size: 2.625rem;
    line-height: 1.3;
    margin: 0;
    font-weight: 300;
}

.container>header span {
    display: block;
    font-size: 60%;
    opacity: 0.7;
    padding: 0 0 0.6em 0.1em;
}

/* To Navigation Style */
.codrops-top {
    background: var(--white-color);
    opacity: 0.6;
    text-transform: uppercase;
    width: 100%;
    font-size: 0.75rem;
    line-height: 2.2;
}

.codrops-top a {
    text-decoration: none;
    padding: 0 1em;
    letter-spacing: 0.1em;
    display: inline-block;
}

.codrops-top span.right {
    float: right;
}

.codrops-top span.right a {
    float: left;
    display: block;
}

.codrops-icon:before {
    font-family: 'codropsicons', sans-serif;
    margin: 0 4px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
    content: "\e001";
}

.codrops-icon-prev:before {
    content: "\e004";
}

/* Demo Buttons Style */
.codrops-demos {
    padding-top: 1em;
    font-size: 0.75rem;
}

.codrops-demos a {
    display: inline-block;
    margin: 0.5em;
    padding: 0.7em 1.1em;
    outline: none;
    border: 2px solid var(--all-a-tags);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.related {
    text-align: center;
    font-size: 1.5rem;
    padding-bottom: 3em;
}

@media screen and (max-width: 25em) {
    .codrops-icon span {
        display: none;
    }
}

.image-with-title {
    height: 55px;
    overflow: hidden;
}

.tags-color {
    color: var(--plan-older-version-bg);
    border-color: var(--plan-older-version-bg);
    border: 1px solid;
}

.kendo-custom-table {
    box-shadow: none;
    border: 0;
    border-radius: 0;
}

.kendo-custom-table table {
    border: 1px double hsl(0, 0%, 70%);
    border-radius: 5px;
    border-collapse: collapse;
}

div.img-only {
    display: initial;
}

.invmap-popup-bg {
    background-color: var(--invmap-item-bg);
}

.invmap-search-results {
    overflow: auto;
    background-color: var(--invmap-search-results);
}

.web-indicator-popup {
    background-color: var(--white-color) !important;
    border-color: var(--tooltip-border) !important;
    top: -5px;
    left: 2px;
    border: 1px solid !important;
}

.detail-content-section h1 strong span {
    color: var(--detailpage-chapters-heading1) !important;
}

.search-button-area {
    background: var(--white-smoke);
}

.tooltip-custom-style .k-tooltip-content {
    color: var(--tooltip-content-color) !important;
}

.question-section {
    background-color: var(--psqa-questions);
}

.answers-section {
    background-color: var(--psqa-answers);
}

.inv-graph-level {
    background-color: var(--inv-graph-level) !important;
}

.table-wrapper-style {
    width: 100%;
    overflow-x: auto;
}

#planActionInvestmentDetailPopupWindow table.climate-popup-table-style {
    table-layout: fixed !important;
    width: 100% !important;
    max-width: 100% !important;
}

#planActionInvestmentDetailPopupWindow table.climate-popup-table-style th,
#planActionInvestmentDetailPopupWindow table.climate-popup-table-style td {
    width: auto !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

#planActionInvestmentDetailPopupWindow .table-wrapper-style {
    overflow-x: hidden !important;
}

table.inv-popup-table-style {
    white-space: nowrap;
    table-layout: fixed;
    width: 100%;
    overflow-y: hidden;
}

table.climate-popup-table-style {
    width: 100%;
}

.older-version-publish {
    background-color: var(--plan-older-version-link-bg);
}

.older-version-publish-link {
    color: var(--plan-older-version-bg);
    text-decoration: underline;
    text-decoration-style: dotted;
}


.detail-section-wrapper.preview-detail-wrapper .actual-screen-width {
    width: 100% !important;
}

.e-gridcontent .e-content {
    overflow: hidden !important;
}

.social-media-share-popup {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 none !important;
}

.footer-social-media,
.page-footer a,
.accessibility-link span {
    vertical-align: middle;
    color: var(--plan-older-version-bg) !important;
}

ul>section .detail-content-section {
    width: 100%;
}

/* Copy url custom tooltipster tooltip styles */
.tooltip-copy-url {
    height: 25px !important;
}

.tooltip-copy-url .tooltipster-box {
    margin-left: 5px !important;
}

.tooltip-copy-url .tooltipster-content {
    overflow: hidden !important;
    padding: 3px 5px !important;
    padding-top: 2px !important;
    font-size: 0.9375rem !important;
}

.noscroll {
    overflow: hidden !important;
}

/* 85326 */
.figure-table-width .ck-custom-table-export.plan-publish {
    table-layout: auto;
    z-index: 1;
}

.detail-content-section .k-grid .ck-custom-table-export tr td {
    border-right: 0;
    border-left: 0;
}

.graph-breadcrumbs {
    border: 1px solid var(--main-theme-color);
    border-radius: 4px;
}

.detail-content-section {
    position: relative;
    clear: both;
    text-align: left;
    line-height: 1.5;
    display: block;
    width: 100%;
}

.feetooltip-color {
    color: var(--fee-tooltip-text) !important;
    background-color: var(--fee-tooltip-bg) !important;
    border-color: var(--fee-tooltip-text) !important;
}


.psqa-hierarchy-cell {
    width: 15px !important;
}

.goal-hierarchy-cell {
    width: 0px !important;
}

.bform-groupby-dropdown {
    margin-left: 20px;
    width: 125px;
}

.bform-groupby-dropdown .k-dropdown-wrap .k-input {
    padding-top: 0;
    padding-bottom: 0;
}

.bform-groupby-year {
    font-weight: normal;
    margin-bottom: 20px;
}

div[gridid="groupBy2B"] {
    margin-bottom: 15px;
}

.k-dropdown-wrap .k-select {
    line-height: 2;
}

.informative-text img {
    padding: 0 !important;
    width: 20px !important;
    height: 20px !important;
    vertical-align: top;
}

.meta-info-box {
    background: #F4F8FA;
}

.metadata-left-sec {
    width: 50%;
}

.strategy-light-gray {
    color: var(--plan-strategy-dull-text) !important;
}

.strategy-button {
    background: var(--plan-strategy-button);
    border: 1px solid var(--plan-strategy-button);
    padding: 3px 20px;
    color: var(--white-color);
}

.plan-detail-section span {
    line-height: 2
}

.serch-result-plan-name {
    color: var(--planov-not-published) !important;
}

.show-less-tiles {
    border: 1px solid var(--plan-strategy-button);
    padding: 3px 20px;
    color: var(--white-color);
    background-color: var(--plan-strategy-button);
}

.position-top0 {
    top: 0 !important;
}

.k-state-selected {
    background-color: #B1B1B1 !important;
    margin-bottom: 0px !important;
    border-color: #B1B1B1 !important;
}

.k-popup .k-list .k-state-focused {
    box-shadow: inset 0 0 2px 0 #428bca, inset 0 0 7px 0 #B1B1B1;
}

.k-list>.k-state-focused.k-state-selected,
.k-listview>.k-state-focused.k-state-selected,
.k-state-focused.k-state-selected,
td.k-state-focused.k-state-selected {
    box-shadow: inset 0 0 10px 3px #B1B1B1;
}

.ck-content .k-chart,
.ck-content .k-stockchart {
    height: 450px;
    min-width: 600px;
}

.invmap-popup-table,
#investmentMapPopupWindow table tr,
#investmentMapPopupWindow table tr th,
#investmentMapPopupWindow table tr td {
    background: var(--invmap-popup-table-bgcolor) !important;
}

#investmentMapPopupWindow table tr th {
    border-bottom: 2px solid var(--invmap-popup-th-border) !important;
    color: var(--invmap-popup-th-color) !important;
}

.plan-finplan-show-more-bg {
    background: var(--plan-finplan-show-more-btn-bg);
    border: 1px solid #8D162E;
}

.plan-tile-content-sec.finplan.name-wrap {
    height: 50px;
    padding-top: 5px !important;
}

.plan-dyn-padding-left5 {
    padding-left: 5% !important;
}

.pivote-detail-content-section {
    margin-bottom: 20px;
}

.secondary-header-wrapper {
    box-shadow: 0px 3px 6px #00000029;
}

.e-scrollbar {
    display: block !important;
}

/* Hover States & Interactions */
a,
.exp-collapse-grid {
    color: var(--main-theme-color);
}

a,
a:hover {
    text-decoration: none !important;
    outline: none !important;
    cursor: pointer !important;
}

#invPopUpClose a:hover {
    background: var(--white-smoke);
    border: 1px solid var(--silver-color);
    font-size: 1.25rem;
}

.codrops-top a:hover {
    background: var(--white-color);
    opacity: 0.95;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
    border-color: var(--a-hover);
    color: var(--a-hover);
}

.image-card-wrapper,
.k-detail-row:hover,
.k-detail-row,
#collapseFilterContentWrap {
    background: var(--white-color);
}

#collapseFilterContentWrap {
    position: absolute;
    width: 98%;
    z-index: 8888;
    height: auto;
    top: 60px;
    left: 20px;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.3);
}

.color-circles {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: sub;
}

.filters-contents-color {
    color: var(--filters-contents-color);
    padding-top: 5px !important;
    vertical-align: text-bottom;
}

/* increase tap area for touch screens */
.remove-selection {
    width: 24px;
    height: 24px;
}

.list-items-wrapper {
    width: 23%;
    margin-right: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    padding-top: 4px;
}

.item-selected {
    background: var(--invmap-item-selected);
    justify-content: space-between;
}

.remove-selection.clear-all {
    right: 15px;
}

.graph-filter-dividerli a:hover {
    text-decoration: none !important;
}

.expand-collpse-text,
.expand-collpse-text:hover,
.exp-collapse-grid {
    text-decoration: underline;
}

.remove-focus-marking {
    box-shadow: none !important;
    outline: none !important
}

#detailTopServiceArea {
    position: absolute;
    z-index: 999;
    top: 1px;
    border-top: 1px solid var(--main-theme-color);
}


.detail-left-content-section.plan-single-pageview {
    top: 0px;
}

.radar-graph-desc {
    width: 185% !important;
    display: block;
}

.overflow-y-auto {
    overflow-y: auto;
}

/*Foot note style*/
.ck-footnote-placeholder {
    background: #0B616D !important;
    color: #fff !important;
    margin-left: 2px !important;
    margin-right: 2px !important;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 1px;
    border-radius: 2px;
}

.footnote-text-color,
.footnote-text-color p {
    color: #0B616D !important;
    word-break: break-all;
}

.custom-ft-hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.k-widget .k-grid-header:first-child th:last-child {
    border-radius: 0 3px;
}

.k-grid-header th.k-header>.k-link {
    color: var(--white-color);
}

.k-grid-header th.k-header>.k-link:hover {
    color: var(--white-color);
}

.go-back-to-home a:focus {
    color: var(--black-color) !important
}

.banner-show-newer-version {
    text-align: center;
    background-color: #f6eeec;
}

.newer-version-link,
.newer-version-link:hover {
    text-decoration: underline dotted #428bca !important;
    margin-left: 0.25rem;
}

.plan-expand-collaspe-header {
    background: var(--table-header-bg) !important;
    border-bottom: 1px solid var(--white-color);
    border-radius: 3px 3px 0px 0px;
    height: 35px;
}

.planoverview-expand-collapse {
    border-bottom: none !important;
}

.planoverview-expand-collapse img {
    width: 15px !important;
    height: 15px !important;
}

.detail-section-wrapper .planoverview-expand-collapse:hover {
    color: var(--white-color) !important;
}


.plan-metadata-toggle.e-collapse {
    background-image: url(../images/web-kostra-expand.svg);
    background-repeat: no-repeat;
    padding-left: 30px !important;
}

.plan-metadata-toggle.e-expand {
    background-image: url(../images/web-kostra-collapse.svg);
    background-repeat: no-repeat;
    padding-left: 30px !important;
}

.ui-loader {
    display: none !important;
}

.mt-35 {
    margin-top: 35px !important;
}

/* Filter Window Styles */
.filter-window-content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1002;
    max-height: 400px;
    overflow-y: auto;
}

.filter-window-title {
    background: #f5f5f5;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 600;
}

.clear-btn {
    background: none;
    border: none;
    color: #dc3545;
    cursor: pointer;
    min-width: 90px;
    display: flex;
    margin-right: 10px;
}

.clear-btn:hover {
    color: #c82333;
}

.clear-all {
    color: #dc3545;
}

.list-style-none {
    list-style: none;
}

.width-98p {
    width: 98%;
}

.common-table-row-bg {
    background: #f8f9fa;
}

.inv-table-td-pd {
    padding: 0 0 0 10px !important;
}

.inv-map-search-result {
    height: 100px;
    overflow: hidden;
}

.mr-inv-map {
    position: relative;
    width: 100%;
    min-width: 290px;
}

.content-box-top-sec video,
iframe {
    width: 100%;
    height: 100%;
}

.fra-treemap .highcharts-data-table th:nth-child(3),
.fra-treemap .highcharts-data-table td:nth-child(3) {
    display: none;
}

.k-window .k-grid-content-expander {
    height: auto;
}

/* End of Stylesheet */