﻿#desktopTop {
    display: block;
}

.detail-content-section-wrapper section {
    margin-bottom: 28px;
    width: 100%;
    float: left;
}

#searchWrap a {
    font-size: 1.125rem;
}

#menuContentWrapper {
    position: fixed;
    z-index: 9999;
    left: 0;
    width: 100%;
    top: 81px;
    background: rgba(0,0,0,0.4);
}

.common-text-style {
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.5;
    color: var(--black-color);
    display: inline-block;
    margin-top: 5px !important;
    border: 1px solid var(--main-theme-color);
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 5px !important;
}

#logoSection {
    height: 75px;
}

.main-chaptor-abstract-text {
    font-size: 1.25rem;
    line-height: 28px;
    padding-bottom: 5px;
}

#mobileHeaderContent,
#mobileTop,
#mapToFilterTop,
#mapFilterInvWrapper,
#genericMobileAbstractWrapper,
.backstretch,
#showOnlyOnMobile,
#searchWrapperMobile,
.hidden,
.remove-videodetector {
    display: none;
}

.background-menu {
    width: 127px;
}

#detailPageHeader .background-menu {
    width: 110px;
    height: 52px;
}

.search-text {
    font-size: 1.3125rem; /*21px*/
    vertical-align: middle;
}

    .search-text:hover {
        color: var(--black-color);
        font-weight: bold;
    }

.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; /*16px*/
}

.header-title-bold {
    font-size: 1.375rem; /*22px*/
    font-weight: bold;
}

#searchSection .abs-position {
    top: 50%;
    left: 50%;
    transform: translate(-50%,0);
}

#contentMenuSection .abs-position {
    top: 50%;
    transform: translate(35%,-50%);
}

.content-content {
    font-size: 1.0625rem; /*17px*/
    line-height: 26px;
}

    .content-content p {
        word-break: break-word;
    }

.graph-tab-style {
    height: 35px;
}

.static-image-style {
    height: 216px;
}

.service-area-redirect:hover {
    text-decoration: underline !important;
}

.default-anchor-color {
    color: var(--default-achor-color) !important;
}

.content-heading-detail-graph {
    font-size: 1.875rem; /*30px*/
    line-height: 26px;
}

.detail-content-italic {
    font-style: normal !important;
    font-size: 0.875rem !important; /*14px*/
}
.detail-content-italic-doc {
    font-style: italic !important;
    font-size: 0.54rem !important; /*14px*/
}

.detail-content-italic-black {
    width: 95px;
    position: relative;
    left: 10%;
    display: block;
}

#accordion .panel-default > .panel-heading {
    border: 0 none;
}

#accordion .panel-heading,
#accordion .panel-body {
    padding: 15px 0px !important;
}

#accordion .panel-default > .panel-heading,
#accordion .panel-collapse > .panel-body,
#accordion .panel-default {
    border: 0 none;
}

#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;
}

/* expand collapse icons styles start*/

.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);
}

.image-wrapper .max-image-width {
    width: 100%;
    height: auto;
}


/*Expand collapse icons styles end*/

/********************* BACKGROUND AND COLOR STYLING START*************************/

.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;
}

/********************* BACKGROUND AND COLOR STYLING END *************************/
.ttt:after {
    content: ' ';
    text-decoration: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border-bottom: solid 3px black;
}

.content-home-style {
    margin-top: 64px;
}


/********************* MARGIN STYLING END *************************/

.decoration-none {
    text-decoration: none;
}

#detailContentSection {
    position: relative;
}

.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);
}

.keyfig-text1 {
    font-size: 2.125rem !important; /*34px*/
}

.font15em {
    font-size: 1.5rem !important; /*24px*/
}

.font14em {
    font-size: 0.8750rem !important;
}

.keyfigure-number {
    font-size: 2.5em !important; /*40px*/
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
}

.keyfigure-header-text {
    line-height: 1.1 !important;
    font-size: 1.5rem !important; /*24px*/
}

.font2em {
    font-size: 2rem; /*32px*/
    line-height: 32px;
}

.keyfigure-front-page-num {
    font-size: 2.375rem; /*38px*/
    font-weight: 600;
    line-height: 1;
}

.keyfigure-front-page-text {
    font-size: 1.75rem; /*28px*/
    line-height: 1.3;
    padding-top: 15px;
    font-weight: normal;
}

.keyfig-new-number {
    font-weight: bold !important;
    font-size: 2.5rem !important; /*40px*/
    line-height: 1.5 !important;
}

.keyfig-new-text {
    font-size: 1.6875rem !important; /*27px*/
    line-height: 1.5 !important;
}

.key-figure-title {
    font-size: 2rem; /*32px*/
    color: var(--black-color);
}

.title-seprator {
    border-left: 2px solid var(--title-seperator);
}

.nav-doc-close {
    display: block;
    width: 24px;
    height: 23px;
    border-radius: 1px;
    font-size: 1.8rem; /*29px*/
    margin-top: -3px;
}

.height-percent-100 {
    height: 100%;
}

.details-top-numbers {
    font-size: 1.5rem !important;
    font-weight: bold;
}

.details-top-text {
    font-size: 1.5rem !important;
}

.align-image-center {
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -ms-center;
    text-align: -o-center;
}

.columns-menu {
    columns: 3;
}

.columns-menu1 {
    columns: 2;
}

.custom-grid-header {
    font-weight: bold !important;
}

li a {
    white-space: normal !important;
    display: inline-flex;
}

/*kendo tooltip css start*/
.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;
}
/*kendo tooltip css end*/
/*kendo treemap css start*/
.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 treemap css end*/

/* ckeditor videoDetector start*/

.remove-videodetector {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 999;
    cursor: pointer !important;
    outline: none;
    padding: 10px 20px;
    -webkit-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);
    }

/* ckeditor videoDetector end*/

/* custom node table styles start*/

.ck-custom-table-export:not(.plan-publish) td,
.ck-custom-table-export:not(.plan-publish) th,
.ck-custom-table-export.plan-publish.plan-custom-table td {
    border-bottom: solid hsl(0, 0%, 75%) 1.0pt !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}

/*85292 removed blow style and handle the same in js*/

.ck-custom-table-export.plan-publish.plan-custom-table td {
    border-bottom-style: unset !important;
}

.ck-custom-table-export:not(.plan-publish) td:first-child,
.ck-custom-table-export:not(.plan-publish) th:first-child {
    text-align: left !important;
    white-space: normal !important;
}

.ck-custom-table-export:not(.plan-publish) {
    table-layout: fixed;
}
/* custom node table styles end*/

.content-image-height-width {
    max-width: 100% !important;
    height: 100% !important;
}

.search-wrapper {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.search-results em, .highlighted {
    background-color: var(--search-list-highlight);
    font-style: normal;
    font-weight: bold;
    width: auto;
}

.search-results-content em, .highlighted {
    background: var(--search-text-heighlight);
    width: auto;
}

.search-results-title {
    font-size: 1.375rem;
}

.search-results-link {
    font-size: 1.125rem;
}

.search-results-content {
    font-size: 1rem;
    line-height: 30px;
}

.main-chapters-content3 {
    min-height: 150px;
    height: auto;
}

.main-chapters-content2 {
    height: 170px;
}

.greater-than-style {
    font-size: 1.3125rem;
    padding-left: 7px;
    font-family: monospace, sans-serif;
}

.same-height-div-style {
    display: flex;
    margin: 0 auto;
}

.detail-content-section-wrapper ul div,
.detail-content-section-wrapper ul p {
    left: 0 !important;
    width: 100% !important;
}

.detail-content-section-wrapper ul div {
    padding-top: 6px;
}

.keyfig-content {
    min-height: 130px;
}

.vertical-align-cells {
    vertical-align: top !important;
    padding-top: 10px;
}

.detail-content-section-wrapper ul li {
    clear: both;
}

.positioning-abs-style {
    position: absolute;
    top: 25px;
    z-index: 9999;
}

.break-word {
    word-break: break-word;
}


#investmentPopupWindow .videodetector {
    width: 640px;
    height: 380px;
}

.doc-slidebar-style,
.sidebar-subitem-style {
    background: var(--sidebar-subitems-border);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background: var(--wrapper-content-bg);
}

.detail-background2 {
    background-color: var(--detail-section-bg2) !important;
}

.ck-custom-table-export {
    position: relative !important;
}

.ck-custom-table-export table{
    width: 100% !important;
}

    .ck-custom-table-export tr:first-child th {
        z-index: 99999 !important;
    }

    .ck-custom-table-export.plan-publish.plan-custom-table th,
    .ck-custom-table-export.plan-publish.plan-custom-table thead th {
        font-size: 0.88rem !important;
        border-bottom: 1px solid var(--table-borders-color) !important;
    }

/*Header stylings*/
.scrollUp {
    transform: translateY(-53px);
    -webkit-transform: translateY(-53px);
    -moz-transform: translateY(-53px);
    -o-transform: translateY(-53px);
}

.banner-top-2nd-level {
    padding: 0 10px !important;
    text-align: center;
    margin-bottom: 4px;
    border-right: 1px solid var(--main-theme-color);
}

li.banner-top-2nd-level:last-child {
    border: none;
}

.expanded-bookmarks .glyphicon {
    color: var(--white-color) !important;
}

.search-icon {
    height: 22px !important;
    width: 22px !important;
}

.mobile-header-overlay .search-wrapper {
    width: 100%;
    padding: 0 8px;
    display: inline-block !important;
}

#headerContent .mobile-header-overlay {
    background: rgba(0,0,0,0.6);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 78px;
    z-index: 99999;
}

.search-background {
    height: 37px;
    vertical-align: top;
    font-weight: normal;
    padding: 6px 10px;
    border: 1px solid var(--main-theme-color) !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/*Header styles end*/

/*Banner Section starts*/

.home-banner-main-title {
    display: flex;
    letter-spacing: 1.13px;
    color: var(--frontpage-banner-heading1);
    justify-content: center;
    text-align: center;
}

.home-banner-sub-title {
    letter-spacing: 0px;
    color: var(--frontpage-banner-heading2);
    display: flex;
    justify-content: center;
    text-align: center;
}

.home-banner-sub-title1 {
    letter-spacing: 0.75px;
    color: var(--frontpage-banner-heading3);
    display: flex;
    justify-content: center;
    text-align: center;
}


#mainMenuTabs {
    margin: 0 auto;
    padding-top: 5px;
    width: 97%;
    padding-bottom: 25px;
}

    #mainMenuTabs .home-page-bookmarks {
        display: inline-block;
        font-size: 1.25rem; /*20px*/
        line-height: 1.5;
        white-space: nowrap;
        padding: 0 25px;
        margin-bottom: 10px !important;
    }

.image-card-wrapper {
    height: 560px;
    border-radius: 0px;
    padding: 0;
    margin-bottom: 45px;
    box-shadow: 5px 5px 10px var(--box-shadow1);
    display: inline-block;
    float: left;
    width: 350px !important;
    margin-right: 35px;
}

.content-box-top-sec { /*Aspect ratio for tile images 350 x 219. Bug id = 80591*/
    height: 219px;
    width: 350px;
    padding: 0px;
}

    .content-box-top-sec img {
        width: 100%;
        height: 100%;
    }

.content-box-bottom-sec,
.content-box-bottom-sec1,
.web-tooltip-style,
.banner-top-2nd-level a {
    font-size: 0.9375rem; /*15px*/
}

.content-box-bottom-sec {
    height: 100%;
    padding: 15px 20px;
    position: relative;
    display: inline-block;
    margin-top: 15px;
    width: 100%;
}

.tile-ingress-heading {
    display: inline;
    line-height: inherit;
}

.content-box-bottom-sec1 {
    padding: 15px;
    margin-top: 10px;
    height: 5.25rem;
}

    .content-box-bottom-sec1 a {
        word-break: break-all;
    }

.card-wrap-style {
    height: 342px !important;
}

.para-content {
    line-height: 1.5rem;
    height: 180px;
    color: var(--black-color);
    overflow: hidden;
    max-height: 11.25rem;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
    word-break: break-word;
}

.front-page-keyfigures-desc {
    display: block;
}

.para-content a {
    display: inline-block !important;
    word-break: break-word !important;
    width: 100%;
    font-weight: 400 !important;
}

.image-area-sec {
    border-right: 2px solid var(--white-color);
    border-bottom: 2px solid var(--white-color);
    min-height: 106px;
    text-align: center;
    padding-top: 20px !important;
    line-height: 7px;
    white-space: nowrap;
    display: inline-block;
}

    .image-area-sec img {
        height: 60px;
        width: 60px;
    }

    .image-area-sec:nth-of-type(4) {
        border-right: 0 none !important;
    }

    .image-area-sec:nth-of-type(5),
    .image-area-sec:nth-of-type(6),
    .image-area-sec:nth-of-type(7) {
        border-bottom: 0 none !important;
    }


.image-links-style {
    vertical-align: text-bottom;
    margin-left: 10px;
    font-size: 1.25rem; /*20px*/
}


.main-keyfigures-content {
    float: left;
    margin-bottom: 25px;
    margin-top: 10px;
    text-align: center;
}

.details-keyfigures-content {
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.front-page-keyfigure-numbers {
    white-space: nowrap;
}

.key-fig-format {
    padding-left: 8px;
    font-weight: 500;
    font-size: 1.125rem; /*18px*/
    white-space: nowrap;
}

.front-page-element-text {
    display: inline;
    word-break: break-word;
    color: var(--white-color) !important;
}

.service-links {
    text-align: left;
    padding: 5px 15px;
    color: var(--white-color);
    margin-bottom: 10px;
}

.content-box-top-sec video, iframe {
    width: 100%;
    height: 100%;
}

#focusAreaSection li,
#serviceAreaSection1 li,
#serviceAreaSection li,
#summarySection li {
    line-height: 2;
    list-style: none;
}

.top-arrow-icon {
    width: 40px;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 28px;
}

#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;
}

.font-weight600 {
    font-weight: 600;
}

.main-menu-heading li {
    white-space: nowrap;
}

.planoverview-details-content {
    width: calc(55vw)
}

.plan-metdadata-details {
    width: calc(50vw) !important;
}

.word-break-all {
    word-break: break-all;
}

.expand-collapse-bg {
    display: inline-block;
    height: 23px;
    width: 25px;
    position: absolute;
}

.nav-banner-section {
    z-index: 999;
    position: fixed;
    top: 64px;
}

.main-menu-container {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}

.d-accordion .panel-heading {
    cursor: pointer;
}

#detailContentSectionTop .common-dark-bg-color {
    min-height: 30px;
}

.main-menu-container .panel-group .panel-heading {
    position: relative;
}

.expcollapse-icon:after,
.keyfig-detail-format,
.front-page-keyfigure-numbers {
    font-size: 1.5625rem;
}

.expcollapse-icon:after {
    content: '-';
    position: absolute;
    right: 25px;
    top: -4px;
    cursor: pointer;
}


.expcollapse-icon.collapsed:after {
    content: '+';
    font-size: 1.5625rem; /*  25px*/
    top: -5px;
    cursor: pointer;
}

.list-bookmarks-menu {
    width: 99%;
    list-style: none;
}

#bannerBookmarkBelt {
    list-style-type: none;
    margin-left: 10px;
    padding: 10px;
    overflow: hidden;
}

.kend-tree-list-grid .k-i-expand,
.kend-tree-list-grid .k-i-collapse {
    margin-right: 5px;
}

    .kend-tree-list-grid .k-i-collapse:before,
    .kend-tree-list-grid .k-i-expand:before {
        content: "";
    }

.kend-tree-list-grid .k-i-collapse, .k-grid .k-hierarchy-cell .k-i-collapse {
    background-image: url(../images/web-kostra-collapse.svg);
    background-position: 50% 50%;
    cursor: pointer;
    margin-top: -2px;
    height: 18px;
    width: 20px;
    background-repeat: no-repeat;
}

.kend-tree-list-grid .k-i-expand, .k-grid .k-hierarchy-cell .k-i-expand {
    background-image: url(../images/web-kostra-expand.svg);
    cursor: pointer;
    margin-top: -2px;
    height: 18px;
    width: 20px;
    background-repeat: no-repeat;
}

/* remove the font icon, as of R1 2017 */
.k-grid .k-hierarchy-cell .k-icon:before {
    content: none;
}

#accordion .panel-title {
    font-size: 1.125rem; /* 18px*/
}

.panel-body .h5,
.panel-body .h4,
.panel-body .h2,
.panel-body .h1,
.panel-body .h3,
.panel-body i,
.panel-body .detail-content-section,
.panel-body p {
    position: relative;
    left: 0 !important;
    width: 100% !important;
}

/* tabs */
#tabSectionSmall {
    border: none;
    padding: 0;
    margin-left: 28px;
    padding-bottom: 13px;
    font-size: 0.8125rem; /*13px*/
    list-style: none !important;
}

.tab-section-minwidth75 {
    min-width: 75px !important;
}

.tab-section-tablink-small {
    min-width: 50px;
    margin-right: 5px; /*-3px*/
}

#tabSectionSmall.nav-tabs > li > a {
    height: 24px;
    border-radius: 0;
    text-align: center;
    padding: 7px 7px 7px 12px;
}

/*K-grid detailinit*/

.k-grid .k-detail-row .k-hierarchy-cell, .k-grid .k-detail-cell {
    background: var(--expandable-table-cell);
    height: 500px;
}

/*K-grid detailinit Goals Table*/

.expandbaleGoal .k-detail-row .k-hierarchy-cell {
    background: var(--white-color);
    height: 150px !important;
}

.expandbaleGoal .k-detail-cell {
    background: #f5f5f5;
    height: 150px !important;
}

    .expandbaleGoal .k-detail-cell span {
        background: #f5f5f5 !important;
    }

.expandbaleGoal .k-grid-content {
    overflow-y: auto;
}

/*tooltip*/
.web-indicator-tooltip-style {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.web-tooltip-style {
    padding: 2px;
    text-align: left;
    line-height: 1.5;
    width: 100%;
    min-height: 50px !important;
    max-height: 250px !important;
    overflow-y: auto;
}

/*Key figured detail page styles*/
.keyfigures-Wrapper {
    padding: 50px 70px;
}

.keyfigures-contents {
    margin-bottom: 55px;
    border-right: 1.5px solid;
    text-align: center;
    padding-top: 10px;
    height: 120px;
    border-color: var(--main-theme-color);
}

div.keyfigures-contents:nth-child(4n+4) {
    border: 0 none !important;
}

.keyfig-detail-format {
    padding-left: 10px;
}

.kostra-tablebottom-summary {
    padding-left: 41.5px;
}

.service-area-contents ul.common-dark-bg-color {
    margin-top: 20px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.search-results {
    width: 60%;
    margin-left: 115px;
}

.content-box-wrapper {
    padding: 0 !important;
    height: 100%;
    display: block;
}

.headernav-txtcolor {
    color: var(--bright-blue) !important;
}

.tooltip-content {
    display: inline !important;
    cursor: pointer;
}

td span[title] {
    cursor: pointer;
}

.tooltip-custom-style .k-callout-w {
    border-right-color: var(--tooltip-callout-border);
    top: 23.5px !important;
}

.keyfigures-desc-border {
    border: 2px solid var(--main-theme-color);
}

.glyphicon.glyphicon-chevron-down,
.glyphicon.glyphicon-chevron-up {
    font-size: 0.875rem;
    color: var(--invmap-glyphicon-color);
}

.glyphicon.glyphicon-chevron-down {
    vertical-align: text-top;
}

#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);
}

.change-position {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 9999;
}

#expCollapseTop {
    position: absolute;
    bottom: 25px;
    left: 47%;
}

.color-circles {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50%;
    margin-top: 5px;
}

.list-items-wrap:hover {
    background-color: var(--invmap-item-selected-hover);
    cursor: pointer;
}

.item-selected {
    background: var(--invmap-item-selected);
    margin-bottom: 4px;
    padding: 0;
}

    .item-selected:hover {
        cursor: default;
    }

    .item-selected .remove-selection:after {
        content: "\e014";
        font-size: 0.8125em;
        font-weight: normal;
        color: var(--invmap-selected-filter);
        position: relative;
        top: 3px;
        display: inline-block;
        font-family: 'Glyphicons Halflings', sans-serif;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        right: -5px;
        cursor: pointer;
    }

.list-items-wrapper {
    width: 23%;
    margin-right: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    padding-top: 4px;
}

.service-area-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#strategy-title {
    width: 40px;
}

#action-title,
#assignment-title,
#assignment-title {
    width: 50px;
}

#climateAction-title {
    width: 35px;
}

.goalsTabs {
    width: 150%;
}

    .goalsTabs,
    .goalsTabs ul,
    .goalsTabs .nav-tabs > li.active > a {
        border: none;
    }

        .goalsTabs li {
            padding-right: 20px !important;
        }

        .goalsTabs a,
        .cabTabs a {
            font-size: 1rem; /*18px*/
            padding: 5px !important;
            border: none;
            border-bottom: 0.5px solid rgba(0,0,0,0.42) !important;
            border-radius: 0;
            color: var(--frontpage-banner-links) !important;
        }

        .goalsTabs .active a {
            color: var(--main-theme-color) !important;
            border-bottom: 0.5px solid var(--main-theme-color) !important;
        }

.cabTabs,
.cabTabs ul,
.cabTabs .nav-tabs > li.active > a {
    border: none;
}

    .cabTabs li {
        padding-right: 20px !important;
    }

    .cabTabs .active a {
        color: var(--main-theme-color) !important;
        border-bottom: 0.5px solid var(--main-theme-color) !important;
    }

.remove-selection {
    position: absolute;
    right: 5px;
}

.filter-text-color {
    color: var(--invmap-filter-text-color);
}

.filters-title-color {
    color: var(--invmap-filter-text-color);
}

.filters-contents-color {
    color: var(--filters-contents-color);
    padding-top: 5px !important;
    vertical-align: text-bottom;
}

.selected-filter-text-color {
    color: var(--invmap-selected-filter);
    border-radius: 4px;
}

.plan-filter-section,
.textFilterSection {
    border: none;
}

.new-btn-style {
    background-color: var(--invmap-buttons-color);
    color: var(--white-color);
    outline: none;
    border: 1px solid var(--invmap-buttons-color);
    border-radius: 4px;
}

.welcome-btn-style {
    background-color: #0b616d;
    color: var(--white-color);
    outline: none;
    border: none;
    border-radius: 4px;
}

    .welcome-btn-style:hover {
        background-color: var(--white-color) !important;
        color: #0b616d;
        outline: 1px solid #0b616d !important;
        transform: none !important;
        text-decoration: none;
        font-weight: normal;
    }

.search-group-style {
    border-radius: 4px !important;
}

.keyfig-img-wrap {
    float: left;
}

.keyfig-content-wrap {
    width: 73%;
    float: left;
    text-align: left;
}

.keyfigure-detail-imge-wrapper {
    width: 90px !important;
    height: 74px;
}

    .keyfigure-detail-imge-wrapper img {
        width: 74px;
        height: 74px;
    }

.keyfig-detail-texts-wrap {
    width: auto;
    display: inline-block;
    text-align: left;
}

.invmap-box-shadow {
    box-shadow: 2px 2px 2px 5px rgb(0 0 0 / 6%);
}

.opacity0 {
    opacity: 0;
}

.content-box-bottom-sec h5,
.content-box-bottom-sec1 h5 {
    line-height: 1.3;
}

.width20 {
    width: 20%;
}

.expanded-bookmarks .glyphicon.glyphicon-chevron-down:before {
    content: "\e113";
}

.nav-banner-section1 {
    position: fixed;
    left: 0px;
    top: 63px;
}

.sustain-img-section a {
    display: inline-block;
}

    .sustain-img-section a .un-sustainable-images {
        width: 140px;
        height: 140px;
    }

    .sustain-img-section a .un-sustainable-images-label {
        color: var(--black-color) !important;
        font-size: 13px;
        display: inline-block;
    }

.disable-link-class {
    pointer-events: none;
}

.framsikt-footer-logo {
    width: auto;
    height: 35px;
}

.bottom-logo-section a {
    display: inline-block;
}

#gotoMapSection,
#mapToFilterTop,
.owl-carousel, {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

#navbar, #detailPageHeader {
    transform: translateZ(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased; /* seems to do the same in Safari */
    -webkit-overflow-scrolling: touch;
}


.ui-loader-default,
.ui-textinput-clear-button-hidden,
.kend-tree-list-grid .k-icon.k-i-none, .e-hide,
#mobileBannerForPlanOlderVersion,
.narrow-screen-view {
    display: none;
}


.toggle-sevice-area .glyphicon {
    margin-top: 1px;
    font-size: 1.125rem; /*18px*/
    margin-left: 2px;
}

td span.nowrap {
    white-space: nowrap !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;
}

.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;
}

#filterContentSelector,
#filterContentSelector1 {
    position: absolute;
    top: 45px;
    z-index: 99999 !important;
    background: var(--filter-content);
}

#filterContentSelector {
    left: -275px;
}

#filterContentSelector1 {
    left: 0;
}

#programCodeFilter {
    position: absolute;
    left: 75px;
    top: 45px;
    z-index: 99999 !important;
    background: var(--filter-content);
}

#mapFilterWrapper a {
    display: inline-block;
    padding: 3px 3px 0;
}

#listFilterContainer .remove-selection {
    top: -2px !important;
}

#listFilterContainer .service-area-text {
    font-size: 14px !important;
    vertical-align: text-bottom;
}

.only-title-box {
    padding-left: 0;
    height: 70px;
}

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:not(.goal-popup-content) {
    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;
}

.k-window-content th,
.k-window-content td {
    padding: 1em;
}

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;
    float: left;
    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; /*32px*/
}

.status-abbr-letters {
    position: absolute;
    top: 20%;
    left: 5%;
    color: var(--white-color);
    font-size: 2rem; /*32px*/
    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;
}

.panel-heading.plan-filter-heading {
    background: var(--plan-overview-list) 0% 0% no-repeat padding-box !important;
    padding: 10px 15px !important;
    border-radius: 0 !important;
    border-bottom: 1px solid var(--white-color) !important;
}

    .panel-heading.plan-filter-heading h4 {
        margin: 0 !important;
    }

    .panel-heading.plan-filter-heading a.clickable-Pln-items,
    .panel-heading.plan-filter-heading a.clickable-Pln-items .white-color {
        color: var(--white-color) !important
    }

.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; /*27px*/
    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; /*26px*/
    vertical-align: middle;
}

.question-content {
    width: 61%;
    clear: both;
}

.answers-section figure.image {
    max-width: 100% !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-filter-section .plan-ov-tabs {
    width: auto;
    display: inline-block;
    float: left;
}

    .plan-filter-section .plan-ov-tabs a {
        border-radius: 1px;
    }

.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;
    }

/* 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;
}

@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);

@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; /*42px*/
        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;
    speak: none;
    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; /*22px*/
    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-earch-results {
    overflow: auto;
    background-color: var(--invmap-search-results);
}

#tabSectionSmall.nav-tabs > li > a,
.web-tooltip-style {
    color: var(--tooltip-icon-style);
}

.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;
}

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-y: hidden;
}

/* 85326 */
.figure-table-width .ck-custom-table-export.plan-publish {
    table-layout: auto !important;
    z-index:1;
}

.detail-content-section .k-grid .ck-custom-table-export tr td {
    border-right: 0;
    border-left: 0;
}

.kend-tree-list-grid a {
    margin-left: 20px;
    word-break: break-word;
    border-bottom: none !important;
    display: inline-flex;
}

.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 style - Interaction design*/

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; /*20px*/
}

.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);
}

#tabSectionSmall.nav-tabs > li.active > a,
#tabSectionSmall.nav-tabs > li.active > a:hover {
    background-color: var(--main-theme-color);
    color: var(--white-color) !important;
    border-radius: 0;
}

    #tabSectionSmall.nav-tabs > li .active,
    #tabSectionSmall.nav-tabs > li .active > a:hover {
        background-color: var(--main-theme-color);
        color: var(--white-color) !important;
    }


.graph-filter-dividerli a:hover {
    text-decoration: none !important;
}

.expand-collpse-text,
.expand-collpse-text:hover {
    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: 28px;
}

.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;
}



/*Foot note style*/

.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);
}


.back-button {
    color: var(--black-color) !important;
    font-size: 1rem;
    display: inline-block;
}

.back-button:hover,
 #searchBackToMainWrapper .back-button:hover {
    text-decoration: none;
    border-bottom: 1px solid var(--black-color);
    line-height: 1.25rem;
    font-weight: normal !important;
    color: black !important;
    word-break: break-word;
}

#detailContentSection .go-back-to-home a:focus {
    color: black !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;
}

#alphabetListTab .k-grid.k-widget .k-grid-header tr:first-child th:last-child {
    border-top-right-radius: 0 !important;
}

#alphabetListTab .k-grid.k-widget .k-grid-header tr:first-child th:first-child {
    border-top-left-radius: 0 !important;
}

#alphabetListTab .k-grid td:first-child {
    border-left: 1px solid var(--plan-metatdata-right-border) !important;
}
#alphabetListTab .k-grid td:last-child {
    border-right: 4px solid var(--plan-metatdata-right-border) !important;
}

#alphabetListTab .k-grid-content.k-auto-scrollable{
    overflow-x: hidden !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;
}