.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#col-hide {
    display: none;
}

td:nth-of-type(3) {
    display: none;
}

td:nth-of-type(4) {
    display: none;
}

td:nth-of-type(5) {
    display: none;
}

td:nth-of-type(6) {
    display: none;
}

.dateUpdated {
    position: absolute;
    top: 10px;
    right: 3px;
    width: 235px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: right;
    font-size: 12px;
    color: #FFF;
    font-size: 7px;
}

.docheaderbkg {
    border-color: #fff;
    border: 1px;
    background-color: #F0F0F0;
    padding: 10px;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
}

#container {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    padding: 1px 10px 10px 10px;
    background-color: white;
    box-shadow: 1px 1px 1px 1px #fff;
}


/*svg {
  background-color: white;
}*/

.nodesLabelBack {
    font-family: "PT Sans", sans-serif;
    fill: white;
    font-size: 10px;
    pointer-events: none;
    stroke: white;
    stroke-width: 3px;
    cursor: default;
}

.nodesLabel {
    font-family: "PT Sans", sans-serif;
    fill: #444;
    font-size: 10px;
    pointer-events: none;
    cursor: default;
}

.link {
    fill: none;
    stroke: #ccc;
}

.legendTitle {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    fill: #444;
    cursor: default;
}

.textDescription {
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    fill: #444;
    cursor: default;
}

.textDescription2 {
    font-family: "PT Sans", sans-serif;
    font-size: 11px;
    fill: #666;
    cursor: default;
}

.nodeTitle {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    fill: #444;
    cursor: default;
}

.textDescriptionNode {
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    fill: #666;
    cursor: default;
}

.barsNumbers {
    font-family: "PT Sans", sans-serif;
    font-size: 12px;
    fill: #777;
}

.barAxis text {
    font-size: 10px;
    fill: dimgray;
}

.text-info {
    border-bottom: 2px dotted #ccc;
}

.clean-block .block-heading p {
    margin-bottom: 1rem;
    opacity: 0.8;
}

.text-info {
    color: #f79a3b!important;
    font-weight: 550;
}

.clean-block {
    padding-bottom: 0;
}

.col4 {
    width: calc(25% - 10px);
}

h3 {
    font-size: 18px;
    margin: 0;
    padding: 5px;
    text-align: left;
    font-weight: 400;
    border-top: 1px solid rgb(0, 0, 0);
    border-bottom: 1px solid rgb(0, 0, 0);
}

span[class*="tag-"] {
    padding: 3px 5px;
    display: inline-block;
    margin-left: 5px;
    font-size: 13px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    vertical-align: top;
}

.tag-emergency {
    background: #E8A2A5;
}

.tag-standard {
    background: #008000;
}

.allocStory {
    font-size: 13px;
    line-height: 22px;
}

.figure-box-panel {
    margin: 0;
}

.figure-box-panel .col-md-2 {
    padding-left: 10px;
    padding-right: 10px;
}

.figure-box-widget .figure-box {
    border-radius: 4px;
    background-color: rgba(13, 108, 182, 0.75);
    padding: 47px 3px 35px 3px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    min-height: 152px;
}

.figure-box-widget .figure-box b {
    font-size: 25px;
    font-weight: 600;
    display: block;
    line-height: 33px;
}

.figure-box-widget .figure-desc-box {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 35px 7px 10px 7px;
    font-size: 10px;
    color: #777;
    text-align: center;
    min-height: 152px;
    font-weight: 400;
    position: absolute;
    top: 50px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-shadow: none;
}

.figure-box-widget .figure-desc-box:hover {
    top: 0;
    opacity: 1;
    background-color: rgba(255, 255, 255);
}

@-moz-document url-prefix() {
    .figure-box-widget .figure-desc-box {
        font-weight: 300 !important;
    }
}

.figure-box-widget {
    position: relative;
    display: inline-block;
    border-radius: 4px;
    width: 100%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    position: relative;
}

.figure-box-widget:hover {
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .30);
    box-shadow: 0 10px 40px rgba(0, 0, 0, .30);
    z-index: 5;
    cursor: pointer;
    border-radius: 4px;
}

.clean-block.clean-hero p {
    font-size: 16px;
    margin-bottom: 10px;
}

.box-icon {
    position: absolute;
    left: 25%;
    right: 25%;
    top: -35px;
    z-index: 20;
}

.banners-panel {    
    padding: 15px 0;
    background-color: #f4f4f4;
}

.banners-panel .allocation-banner,
.cbpf-hrp-banner {
    display: flex;
}

.banners-panel .allocation-banner .icon-img,
.cbpf-hrp-banner .icon-img {
    float: left;
    padding: 19px 17px;
}

.banners-panel .allocation-banner .banner-copy,
.cbpf-hrp-banner .banner-copy {
    float: left;
}

.banners-panel .allocation-banner .banner-copy b,
.cbpf-hrp-banner .banner-copy b {
    font-size: 20px;
    color: #3d96d4;
    font-weight: bold;
    margin-top: 9px;
    margin-bottom: 4px;
    display: block;
}

.banners-panel .allocation-banner .banner-copy p,
.cbpf-hrp-banner .banner-copy p {
    font-size: 14px;
    color: #787878;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 16px;
}

.banners-panel .allocation-banner .banner-copy p a,
.cbpf-hrp-banner .banner-copy p a {
    color: #3d96d4;
}

.brdr-right {
    border-right: 1px solid #cecece;
}

.info-pdf{
	padding-left: 10px;
	display: inline-block;
}

#anchor-1,
#anchor-5,
#anchor-2,
#anchor-3,
#anchor-4,
#anchor-6 {
    padding-top: 50px;
}

#contribution_heading,
#contributiontrend_heading,
#allocation-banner_heading,
#allocationtrend_heading,
#allocationtimeline_heading,
#fundingoverview_heading,
#cluster_heading,
#clustertrend_heading {
    margin-top: -50px;
    padding-top: 50px;
}

nav[data-toggle="toc"] {
    top: 110px;
    float: right;
    margin-top: 115px;
    padding-bottom: 15px;
}

nav[data-toggle=toc] .nav>li>a {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    padding: 4px 13px;
}

@-moz-document url-prefix() {
    nav[data-toggle=toc] .nav>li>a {
        font-weight: 300 !important;
    }
    .btn-fullscreen {
        font-weight: 300 !important;
    }
}

@supports (-ms-ime-align: auto) {
    nav[data-toggle=toc] .nav>li>a {
        font-weight: 300 !important;
    }
    .btn-fullscreen {
        display: none
    }
    .yearSlider__1HtPN .inActiveNext__2RFMJ,
    .yearSlider__1HtPN .inActivePrevious__2IRTL,
    .yearSlider__1HtPN .next__d5jll,
    .yearSlider__1HtPN .previous__39nbE {
        margin-top: 8px
    }
}

.quriobotWidgetButton {
    bottom: 90px !important;
}

nav[data-toggle=toc] .nav-link.active,
nav[data-toggle=toc] .nav-link.active:focus,
nav[data-toggle=toc] .nav-link.active:hover {
    padding-left: 13px
}


/*   override stickyness so that the navigation does not follow scrolling   */

@media (max-width: 767px) {
    nav[data-toggle="toc"] {
        margin-bottom: 20px;
        position: static;
        float: none !important;
        margin-top: 0!important;
    }
    .allocation-overview {
        top: 279px !important;
    }
}

@media (max-width: 767px) {
    .col-order {
        order: -1;
        max-width: 100%;
        flex: 100%;
    }
}

@media (max-width: 768px) {
    nav[data-toggle="toc"] .nav .active .nav {
        display: none;
    }
}

@media (max-width: 768px) {
    ..figure-box-widget {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .allocation-btn {
        white-space: normal;
        word-break: break-all;
    }
    .map-panel img {
        width: 100%
    }
    .chart-box img {
        width: 100%
    }
    .allocation-panel {
        margin-bottom: 15px
    }
}

@media (max-width: 768px) {
    #contribution_heading,
    #contributiontrend_heading,
    #allocation_heading,
    #allocationtrend_heading,
    #fundingoverview_heading,
    #cluster_heading,
    #clustertrend_heading {
        margin-top: -100px;
        padding-top: 100px;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .figure-box-widget .figure-box {
        min-height: 86px;
    }
    .tbl-content-hd {
        padding-left: 8px !important;
    }
    nav[data-toggle=toc] .nav-link.active,
    nav[data-toggle=toc] .nav-link.active:focus,
    nav[data-toggle=toc] .nav-link.active:hover {
        padding-left: 6px;
    }
    nav[data-toggle=toc] .nav>li>a {
        font-size: 9px;
        padding: 4px 8px;
    }
    .data-explorer table {
        font-size: 0.8rem;
    }
    .cookie-panel .btn-custom {
        height: auto;
    }
    .pbimapFiltersDiv .pbimapDropdownPaddingDiv {
        background-color: transparent;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .figure-box-widget .figure-box b {
        font-size: 23px;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .figure-box-widget .figure-box {
        font-size: 14px;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .figure-box-widget .figure-desc-box {
        min-height: 110px;
        font-size: 11px;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    nav[data-toggle="toc"] {
        float: none !important;
        margin-left: -20px;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    #contributiontrend_heading {
        margin-top: -120px;
        padding-top: 120px;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    #contribution_heading,
    #allocation_heading,
    #allocationtrend_heading,
    #fundingoverview_heading,
    #cluster_heading,
    #clustertrend_heading {
        margin-top: -120px;
        padding-top: 120px;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    .figure-box-widget .figure-box {
        font-size: 17px;
        min-height: 175px;
    }
    .allocation-overview {
        top: 359px !important;
    }
    .cookie-panel .btn-custom {
        height: auto
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    .figure-box-widget .figure-desc-box {
        min-height: 182px;
    }
}


/* @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  nav[data-toggle="toc"] {
    margin-bottom: 20px;
    position: static;
    float: none !important;
    margin-top: 0!important;
  }
} */

@media only screen and (max-device-width: 812px) and (orientation:landscape) {
    nav[data-toggle="toc"] {
        float: none !important;
        margin-left: -20px;
    }
    nav[data-toggle="toc"] .nav>li>a {
        font-size: 9px;
        padding: 4px 8px;
    }
    nav[data-toggle="toc"] .nav-link.active {
        padding-left: 7px;
    }
}

@media only screen and (max-device-width: 812px) and (orientation:landscape) {
    .figure-box-widget {
        margin-bottom: 20px;
    }
    .map-panel img {
        width: 100%
    }
    .chart-box img {
        width: 100%
    }
    .allocation-panel {
        min-height: 131px;
        white-space: normal;
    }
    .allocation-panel h1 {
        font-size: 1.2rem !important;
    }
    .allocation-panel span {
        font-size: 0.7rem !important;
        line-height: 1 !important;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    #contributiontrend_heading {
        margin-top: -120px;
        padding-top: 120px;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    #contribution_heading,
    #allocation_heading,
    #allocationtrend_heading,
    #fundingoverview_heading,
    #cluster_heading,
    #clustertrend_heading {
        margin-top: -120px;
        padding-top: 120px;
    }
}

nav[data-toggle=toc] .nav>li>a:hover {
    color: #0d6cb6 !important;
    border-left: 2px solid #0d6cb6 !important;
}

nav[data-toggle=toc] .nav-link.active,
nav[data-toggle=toc] .nav-link.active:focus,
nav[data-toggle=toc] .nav-link.active:hover {
    color: #0d6cb6 !important;
    border-left: 2px solid #0d6cb6 !important;
}

nav[data-toggle=toc] .nav>li>a:focus,
nav[data-toggle=toc] .nav>li>a:hover {
    color: #0d6cb6;
    border-left: 1px solid #0d6cb6;
}

.tbl-content-hd {
    font-size: 13px;
    padding-left: 13px;
    font-weight: bold;
    color: #545454;
}

.btn-fullscreen {
    color: #6599d1;
    background-color: #fff;
    border-color: #6599d1;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    font-size: 13px;
    margin-top: 15px;
    cursor: pointer;
    transition: .3s ease-out;
}

.btn-fullscreen:hover {
    color: #fff;
    background-color: #6599d1;
    border-color: #6599d1;
}

.chart-panel {
    position: relative;
    height: 100%;
    overflow: visible;
    width: 100%;
    margin: 0 auto;
}

.chart-panel iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.font-9 {
    font-size: 9px !important;
}


/*Common Classes*/

.bg-grey-donor {
    background-color: #f5f5f5
}

.bg-grey-1 {
    background-color: #f7f7f7
}

.marg-t-50 {
    margin-top: 50px
}

.marg-t-120 {
    margin-top: 120px
}

.marg-tb-30 {
    margin: 30px 0
}

.marg-tb-50 {
    margin: 50px 0
}

.padd-l-none {
    padding-left: 0 !important
}

.allocStory {
    background-color: #f5f5f5;
    padding: 5px 10px;
    min-height: 255px;
}

.yearSlider__1HtPN {
    padding: 50px;
    text-align: center;
}

.yearSlider__1HtPN .previous__39nbE {
    -webkit-transform: rotate(180deg) translateY(4px);
    -ms-transform: rotate(180deg) translateY(4px);
    transform: rotate(180deg) translateY(4px);
}

.yearSlider__1HtPN .next__d5jll,
.yearSlider__1HtPN .previous__39nbE {
    opacity: 1;
    background: url(../img/previous.png) no-repeat;
}

.yearSlider__1HtPN .inActiveNext__2RFMJ,
.yearSlider__1HtPN .inActivePrevious__2IRTL,
.yearSlider__1HtPN .next__d5jll,
.yearSlider__1HtPN .previous__39nbE {
    content: "";
    cursor: pointer;
    outline: none;
    border: none;
    height: 20px;
    width: 20px;
    display: inline-block;
}

.yearSlider__1HtPN .annualHeading__2uJLv {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    padding-left: 25px;
    padding-right: 25px;
    vertical-align: middle;
}

.yearSlider__1HtPN .inActiveNext__2RFMJ,
.yearSlider__1HtPN .inActivePrevious__2IRTL,
.yearSlider__1HtPN .next__d5jll,
.yearSlider__1HtPN .previous__39nbE {
    content: "";
    cursor: pointer;
    outline: none;
    border: none;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

@-moz-document url-prefix() {
    .yearSlider__1HtPN .inActiveNext__2RFMJ,
    .yearSlider__1HtPN .inActivePrevious__2IRTL,
    .yearSlider__1HtPN .next__d5jll,
    .yearSlider__1HtPN .previous__39nbE {
        vertical-align: baseline;
    }
}

.yearSlider__1HtPN .inActiveNext__2RFMJ,
.yearSlider__1HtPN .inActivePrevious__2IRTL {
    opacity: .5;
    background: url(../img/previous.png)no-repeat;
}

.inActivePrevious__2IRTL {
    -webkit-transform: rotate(180deg) translateY(4px);
    -ms-transform: rotate(180deg) translateY(4px);
    transform: rotate(180deg) translateY(4px);
}

.cookie-panel {
    background-color: rgba(0, 0, 0, 0.80);
    padding: 20px 10px;
    min-height: 71px;
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1030;
}

.cookie-panel p {
    font-size: 14px;
    color: #fff;
    margin: 0 20px 0 0;
    line-height: 30px
}

.cookie-panel p a {
    color: #fff;
    text-decoration: underline
}

.cookie-panel p a:hover {
    color: #418fde;
    text-decoration: underline
}

.btn-custom {
    background-color: #e27628;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #e27628;
    color: #fff;
    font-weight: 600;
    line-height: 14px;
    padding: 5px 15px;
    height: 31px;
    font-size: 14px;
    cursor: pointer;
}

.search-country {
    font-size: 13px
}

.search-country select {
    border-radius: 3px;
    padding: 4px;
    min-width: 150px;
    border-color: #ddd;
    margin-left: 5px
}

.box {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    /* Standard syntax */
}

#scroll {
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #ccc;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    transition: .3s ease-out;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff;
}

#scroll:hover {
    background-color: #418fde;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.clean-navbar .logo {
    font-size: 1.81rem;
    font-weight: bold;
}

@media (min-width: 576px) {
    .navbar {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.pbicliCbpfsLegendDivBottom label,
.pbicliCheckboxDonorsDiv label {
    display: inherit !important;
    margin-bottom: 0 !important;
}

.pbicliCbpfsLegendDivBottom input[type=checkbox],
input[type=radio],
.pbicliCheckboxDonorsDiv input[type=checkbox],
input[type=radio] {
    vertical-align: middle !important
}

.pbicliCbpfsLegendDivBottom input,
.pbicliCheckboxDonorsDiv input {
    margin: 3px
}

.pbicliTopSelectionDiv {
    font-size: 0.82rem;
}

.pbiobeSelectDiv .pbiobeCheckboxDiv label {
    margin-bottom: 0 !important
}

.pbiolcSelectDiv .pbiolcCheckboxDiv label {
    margin-bottom: 0 !important
}

.pbicliFiltersDiv label {
    margin-bottom: 0 !important
}

.pbicliDonorsLegendDivTop p {
    margin-bottom: 0 !important
}

.pbicliCbpfsLegendDivTop p {
    margin-bottom: 0 !important
}

.cd-footer,
.cd-header {
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    box-sizing: border-box;
}

.cd-global-header {
    background: #026cb6;
    background-image: linear-gradient(-180deg, #026cb6 67%, #025995 97%);
    color: #fff;
    height: 35px;
    position: relative;
}

.cd-ocha {
    float: left;
}

.cd-ocha button {
    border: none;
}

.cd-ocha-btn__logo {
    background: url(../img/ocha-logo-white.svg) 50% no-repeat;
    background-size: contain;
    display: inline-block;
    flex-shrink: 0;
    height: 18px;
    margin-right: 4px;
    width: 21px;
}

.cd-ocha-btn {
    align-items: center;
    background: transparent;
    color: #fff;
    display: flex;
    font-size: 12px;
    height: 35px;
    padding: 0;
    position: relative;
    transition: background .3s ease;
}

svg.icon {
    pointer-events: none;
    display: inline-block;
    background-color: transparent
}

.icon--arrow-down {
    fill: #fff;
    width: 9px;
    height: 9px;
}

.open>.cd-dropdown {
    display: block;
}

.cd-ocha-dropdown {
    padding: 22px 0;
    width: 100%;
}

.cd-global-header__dropdown {
    background: #026cb6;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .3);
    left: 0;
    position: absolute;
    z-index: 200;
}

.cd-dropdown {
    display: none;
}

.cd-ocha-dropdown__inner {
    padding: 0 12px;
    max-width: 1140px;
}

.cd-ocha-dropdown__section {
    margin-bottom: 24px;
    position: relative;
}

.cd-ocha-dropdown__heading {
    color: #b7e0ff;
    margin: 0 0 10px;
    padding-bottom: 2px;
}

.cd-ocha-dropdown__list {
    margin: 0;
    padding: 0;
}

.cd-ocha-dropdown__link {
    display: block;
    font-weight: 600;
    margin: 0 0 12px;
    padding: 0;
}

.cd-ocha-dropdown__link a {
    text-decoration: none;
}

.cd-global-header__dropdown a {
    color: #fff;
}

a.cd-ocha-dropdown__see-all {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    padding: 12px;
    background: #80cbff;
    color: #025995;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

a:hover.cd-ocha-dropdown__see-all {
    background: #80cbff;
    color: #146eb4 !important
}

.cd-ocha-dropdown__section:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.open .cd-global-header__dropdown-btn:before {
    content: "";
    width: 0;
    height: 0;
    border-color: transparent transparent #026cb6;
    border-style: solid;
    border-width: 0 6px 6px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -6px;
}

.cd-footer *,
.cd-footer :after,
.cd-footer :before,
.cd-header *,
.cd-header :after,
.cd-header :before {
    box-sizing: border-box;
}

.open>[data-toggle=dropdown]>.icon--arrow-down {
    transform: rotate(180deg);
}

.cd-global-header__user-menu {
    float: right;
}

.cd-user-menu,
.region-header-top .menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cd-user-menu__item,
.region-header-top .menu>li a {
    background: transparent;
    color: #fff;
    display: block;
    height: 35px;
    line-height: 35px;
    max-width: 90px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: background .3s ease;
    white-space: nowrap;
}

.cd-user-menu__item,
.region-header-top .menu>li a:hover {
    text-decoration: underline;
}

.cd-global-header__user-menu {
    display: flex;
    justify-content: flex-end;
}

.cd-global-header__language-switcher, .cd-global-header__user-menu {
    float: right;
}

.cd-global-header__user-menu .menu, .cd-user-menu, .region-header-top .menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cd-global-header__user-menu .menu li, .cd-user-menu li, .region-header-top .menu li {
    float: left;
    position: relative;
}

.cd-global-header__user-menu .menu>li a, .cd-user-menu__item, .region-header-top .menu>li a {
    background: transparent;
    color: #fff;
    display: block;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
    text-decoration: none;    
    transition: background .3s ease;
    white-space: nowrap;
}

	.cd-global-header__user-menu .menu>li a:hover{text-decoration: underline;}

.cd-global-header__user-menu .menu>li a:after, .cd-user-menu__item:after, .region-header-top .menu>li a:after {
    color: #9ec5e2;
    content: "|";
    position: absolute;
    right: -1px;
    top: 0;
}
	
.cd-global-header__user-menu .menu>li:last-child a:after{display: none;}

.cd-footer {
    grid-row: 3/3;
    background: #026cb6;
    color: #fff;
    padding: 48px 0 0;
    text-align: center;
    line-height: 1.5;
}

.cd-footer__section {
    margin: 0 auto;
    padding-bottom: 48px;
}

.cd-footer-menu {
    list-style: none;
    margin: 0;
    padding-left: 0;
    text-transform: uppercase;
}

.cd-footer-menu>li,
.cd-footer-menu__item {
    display: block;
    margin-bottom: 12px;
}

.cd-footer a {
    color: #fff;
    text-decoration: none;
}

.cd-footer a:focus,
.cd-footer a:hover {
    color: #fff;
    text-decoration: underline;
}

a.cd-footer-social__link {
    border: 0;
    display: inline-block;
    margin: 0 10px;
}

.element-invisible,
.region-header-top .block-locale h2,
.region-header-top .block-menu h2 {
    position: absolute!important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}

a.cd-footer-social__link svg {
    height: 26px;
    width: 26px;
    fill: #fff;
}

a.cd-footer-social__link:focus svg,
a.cd-footer-social__link:hover svg,
a.cd-footer-social__link svg.hover-style {
    display: none;
}


/*a:hover.cd-footer-social__link svg{display: inline-block; margin: 0;}*/

.cd-mandate {
    width: 100%;
}

.cd-mandate__heading {
    display: block;
    margin-bottom: 16px;
    padding: 0 12px;
}

.cd-mandate__logo {
    display: block;
    width: 149px;
    height: 37px;
    margin: 0 auto 16px;
    background: url(../img/ocha-lockup-white.svg) 0 no-repeat;
}

.cd-mandate__text {
    display: block;
    max-width: 540px;
    margin: 0 auto;
    padding: 0 12px;
}

.cd-footer-copyright {
    display: flex;
    align-items: center;
    max-width: 350px;
    margin: 0 auto;
}

.cd-footer-copyright svg {
    margin: 0 auto;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
}

a.cd-footer-social__link:focus .hover-style,
a.cd-footer-social__link:hover .hover-style {
    display: inline-block;
}

@media (min-width: 1200px) {
    .cd-ocha-dropdown__inner {
        grid-gap: 100px;
        padding: 0 40px;
    }
    .cd-ocha-dropdown__link {
        white-space: nowrap;
    }
    .cd-container {
        padding: 0 40px;
    }
}

@media (max-width: 767px) {
    .cd-ocha-btn .icon--arrow-down {
        margin-left: 4px;
    }
}

@media (min-width: 768px) {
    .cd-ocha-btn .icon--arrow-down {
        margin-left: 4px;
    }
    .cd-ocha-dropdown__inner {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 12px;
        margin: 0 auto;
        padding: 0 24px;
    }
    .cd-ocha-dropdown__section {
        margin-bottom: 0;
        min-height: 120px;
    }
    a.cd-ocha-dropdown__see-all {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .cd-user-menu__item,
    .region-header-top .menu>li a {
        max-width: none;
    }
    .cd-footer__inner {
        display: flex;
        flex-wrap: wrap;
    }
    .cd-footer__section--menu {
        flex: 1 0 100%;
    }
    .cd-footer-menu>li,
    .cd-footer-menu__item {
        display: inline-block;
        margin: 0 8px;
    }
    .cd-footer__section--social {
        flex: 1 0 100%;
    }
    .cd-footer__section--mandate {
        flex: 1 0 100%;
    }
    .cd-footer__section--copyright {
        flex: 1 0 100%;
    }
    .cd-container {
        padding: 0 24px;
    }
}

@media (min-width: 1024px) {
    .cd-footer__section--menu {
        text-align: left;
        flex: 1 0 70%;
    }
    .cd-footer-menu>li,
    .cd-footer-menu__item {
        margin: 0 32px 0 0;
    }
    .cd-footer__section--social {
        flex: 0 1 auto;
    }
    a.cd-footer-social__link:first-child {
        margin: 0;
    }
    a.cd-footer-social__link {
        margin: 0 0 0 20px;
    }
    .cd-footer__section--mandate {
        max-width: 780px;
        flex: 1 0 50%;
        margin: 0;
    }
    .cd-mandate {
        margin: 0;
    }
    .cd-mandate__heading {
        text-align: left;
        padding: 0;
    }
    .cd-mandate__logo {
        box-sizing: content-box;
        float: left;
        margin: -4px 12px 0 auto;
        padding-right: 12px;
        border-right: 1px solid #e6ecf1;
    }
    .cd-mandate__text {
        text-align: left;
        padding: 0 40px 0 173px;
        margin: 0;
        max-width: 100%;
    }
    .cd-footer__section--copyright {
        flex: 0 1 350px;
        margin: 0;
    }
    .cd-footer-copyright {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin: 34px 0 0;
        text-align: right;
    }
    .cd-footer-copyright__text {
        display: inline-block;
        max-width: 100%;
        flex-shrink: 1;
    }
    .cd-footer-copyright svg {
        margin: 0 0 0 20px;
    }
}

.allocation-overview {
    position: absolute;
    top: 365px;
    width: 160px;
}

.result-dashbrd {
    position: absolute;
    top: 390px;
    width: 160px;
}

.progress-dashbrd {
    position: absolute;
    top: 415px;
    width: 160px;
}

.cbpf-hrp {
    position: absolute;
    top: 440px;
    width: 160px;
}

.cpf-overview {
    position: absolute;
    top: 465px;
    width: 160px;
}

.allocation-overview img {
    border: 1px solid #d4dadc;
    width: 100%;
}

.allocation-overview span, .result-dashbrd span, .progress-dashbrd span, .cbpf-hrp span, .cpf-overview span{
    background: #5392cb;
    border: 1px solid #5392cb;
    font-size: 11px;
    text-align: center;
    color: #fff;
    display: block;
    padding: 2px 5px;
    transition: .3s ease-out;
}

.allocation-overview a:hover, .result-dashbrd a:hover, .progress-dashbrd a:hover, .cbpf-hrp a:hover, .cpf-overview a:hover{
    text-decoration: none
}

.allocation-overview a:hover span {
    color: #fff;
    text-decoration: none;
    border: 1px solid #32659a;
    background: #32659a;
}

.cpf-overview a:hover span, .result-dashbrd a:hover span, .progress-dashbrd a:hover span, .cbpf-hrp a:hover span, .cpf-overview a:hover span {
    color: #fff;
    text-decoration: none;
    border: 1px solid #32659a;
    background: #32659a;
}

@-moz-document url-prefix() {
    .allocation-overview span {
        font-weight: 300 !important;
    }
    .cpf-overview span {
        font-weight: 300 !important;
    }
}


_:-ms-fullscreen,
 :root .allocation-overview {
    position: absolute;
    top: 390px;
}

_:-ms-fullscreen,
 :root .cpf-overview {
    position: absolute;
    top: 390px;
}


_:-ms-fullscreen,
 :root .btn-fullscreen {
    display: none
}

_:-ms-fullscreen,
 :root .notification-bar {
    display: block
}

@supports (-ms-ime-align:auto) and (not (-ms-accelerator:true)) {
    .allocation-overview {
        position: absolute;
        top: 356px;
    }
}
@supports (-ms-ime-align:auto) and (not (-ms-accelerator:true)) {
    .cpf-overview {
        position: absolute;
        top: 356px;
    }
}

.breadcrumb {
    font-size: 0.8rem;
    padding: .45rem 0.7rem;
    margin-top: 10px
}

.notification-bar {
    display: none
}

.notification-bar .alert {
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #eee !important;
    border-radius: 0;
    text-align: center;
    font-size: 15px;
    color: #000;
    background-color: #f3b640;
}

.notification-bar-oldbi .alert {
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #eee !important;
    border-radius: 0;
    text-align: center;
    font-size: 15px;
    color: #000;
    background-color: #ffe984;
}

.notification-bar-oldbi .alert a {
    color: #146eb4;
}


/*Country page*/

.grey-bg {
    background-color: #faf9f9
}

.map-panel {
    text-align: center;
    padding: 15px 0
}

.allocation-panel {
    background-color: #e2f2fd;
    border-radius: 4px;
    padding: 30px 10px;
    font-family: "Montserrat";
    color: #026cb6;
    text-align: center;
    -webkit-flex: 1;
    /* Safari */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    /* Standard syntax */
}

.allocation-panel h1 {
    font-size: 26px;
    font-weight: 600;
    margin: 0
}

.allocation-panel span {
    font-size: 14px;
}

.country-hd {
    font-size: 32px;
    font-family: "Montserrat";
    font-weight: 600;
    margin-bottom: 1.8rem;
}

.country-hd span {
    font-size: 16px;
    font-weight: 300
}

.country-panel *,
.country-panel:after,
.country-panel:before {
    box-sizing: border-box;
}

h1.country-hd:after {
    content: "";
}

h1.country-hd:after {
    border-bottom: 3px solid #026cb6;
    display: block;
    width: 112px;
    margin-top: 3px
}

.chart-box-panel {
    display: block
}

.chart-box-panel h4 {
    font-size: 18px;
    font-family: "Montserrat";
    font-weight: 600;
}

.chart-box {
    background-color: #faf9f9;
    border: 1px solid #f5f5f5;
    padding: 20px
}

.chart-box ul {
    padding-left: 10px;
    margin: 0;
}

.chart-box li {
    font-size: 13px;
    padding-bottom: 10px
}

.chart-box li:last-child {
    padding-bottom: 0
}

.data-table-panel ul.nav-tabs {
    font-size: 14px;
    margin-bottom: 20px
}

#data-table td:nth-of-type(3),
td:nth-of-type(4),
td:nth-of-type(5),
td:nth-of-type(6) {
    display: table-cell
}

#dvAllocation .table {
    font-size: 14px !important;
}

.data-table-panel .table tr th,
.table tr td {
    padding: .50rem;
}

#dvContribution .table {
    font-size: 14px !important;
}

#dvContribution td:nth-of-type(3) {
    display: table-cell
}

#dvAllocation {
    overflow: hidden;
}

.dataTables_scroll {
    margin-bottom: 5px
}

#pbiclitooltipdiv,
#pbiclctooltipdiv,
#pbiolctooltipdiv,
#pbiobetooltipdiv {
    box-sizing: content-box;
}

#d3chartcontainerpbialp #pbialptooltipdiv {
    box-sizing: content-box
}

#d3chartcontainerpbialp .pbialpSnapshotContent p {
    text-align: left;
    opacity: 1;
}

.pbialpYearsDescriptionDiv {
    text-align: left;
}

.bn-prefix {
    margin-right: 0
}

.pbiclcSnapshotDiv,
.pbicliSnapshotDiv,
.pbialpSnapshotDiv,
.pbialiSnapshotDiv,
.pbiuacSnapshotDiv,
.pbifdcSnapshotDiv,
.pbiolcSnapshotDiv,
.pbiobeSnapshotDiv {
    line-height: 18px;
}

.d3chartIconsDiv button {
    padding: 2px 8px 1px 8px !important;
}

.pbicliIconsDiv button {
    padding: 2px 8px 1px 8px !important;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-bottom-width: 1px !important;
    border-right-width: 1px !important;
}

#d3chartcontainerpbiuac .pbiuacListContainerDiv {
    border: 1px solid #eee;
    padding: 10px;
    background-color: #f5f5f5;
    margin-top: 10px;
    border-radius: 5px;
}

#d3chartcontainerpbiuac .pbiuacListTitleDivContainer {
    border-bottom: 1px dotted #ccc;
    margin-top: 0;
}

#d3chartcontainerpbiuac .pbiuacListTitleDivContainer .pbiuacListButtonDiv {
    margin-right: 0;
    margin-bottom: 5px;
    font-family: "Arial", sans-serif;
}

#d3chartcontainerpbiuac .pbiuacListTitleDivContainer .pbiuacListTitleDiv {
    margin-left: 0;
}

#d3chartcontainerpbiuac .pbiuacListTitleDivContainer .pbiuacListTitleDiv p {
    color: #e27628;
}

#d3chartcontainerpbiuac .pbiuacNameAndYearDiv {
    font-weight: bold;
    color: #2e649b;
}

#d3chartcontainerpbiuac .pbiuacAllocationTitle p {
    font-size: 15px;
    font-weight: bold;
}

#d3chartcontainerpbiuac .pbiuacAllocationSource p {
    font-size: 13px;
    font-style: italic;
    color: #2f4f4f;
}

#d3chartcontainerpbiuac .pbiuacAllocationStart p {
    font-size: 13px;
    font-weight: bold;
    color: #418fde;
}

#d3chartcontainerpbiuac .pbiuacAllocationEnd p {
    font-size: 13px;
    font-weight: bold;
    color: #418fde;
}

#d3chartcontainerpbiuac .pbiuacAllocationHR p {
    font-size: 13px;
    font-weight: bold;
    color: #418fde;
}

#d3chartcontainerpbiuac .pbiuacAllocationStart p span {
    color: #444;
    font-weight: normal;
}

#d3chartcontainerpbiuac .pbiuacAllocationEnd p span {
    color: #444;
    font-weight: normal;
}

#d3chartcontainerpbiuac .pbiuacAllocationHR p span {
    color: #444;
    font-weight: normal;
}

#d3chartcontainerpbiuac .pbiuacDocumentsDiv {
    margin-bottom: 0;
    background-color: #eee;
}

#d3chartcontainerpbiuac .pbiuacDocumentsDiv p {
    font-size: 13px;
    padding: 5px 10px;
}

#d3chartcontainerpbiuac .pbiuacDocumentsList {
    background-color: #eee;
    padding-bottom: 5px;
    padding-left: 10px;
}

#d3chartcontainerpbiuac .pbiuacDocumentsList p {
    font-size: 13px;
    color: #dc4040;
}

#d3chartcontainerpbiuac .pbiuacDocumentsList ol {
    margin-bottom: 0;
    font-size: 12px;
    font-family: "Arial", sans-serif;
    font-style: italic;
    color: #444;
}

#pbiclcDownloadingDiv,
#pbicliDownloadingDiv,
#pbialpDownloadingDiv,
#pbialiDownloadingDiv,
#pbiuacDownloadingDiv,
#pbifdcDownloadingDiv,
#pbiolcDownloadingDiv,
#pbiobeDownloadingDiv {
    box-sizing: initial;
}

#d3chartcontainerpbifdc {
    overflow: visible !important;
    box-sizing: initial !important;
}

#d3chartShareDiv {
    border: 2px solid #026cb6 !important;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.25);
}

#d3chartShareDivHeaderText span {
    color: #1f69b3;
}

#d3chartShareDivBody {
    display: block !important;
}

#d3chartShareDivBodyInput input {
    border: 1px solid #f79c3b;
}

@media (max-width: 1024px) {
    #d3chartcontainerpbiuac #pbiuactooltipdiv {
        margin-left: -10% !important;
    }
}

.allocation_banner {
    text-align: center;
    margin-top: 10px;
}

.loading-panel {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1021;
}

.loader {
    animation: rotate 1.5s infinite;
    height: 50px;
    width: 50px;
}

.loader:before,
.loader:after {
    border-radius: 50%;
    content: '';
    display: block;
    height: 20px;
    width: 20px;
}

.loader:before {
    animation: ball1 1.5s infinite;
    background-color: #e77817;
    box-shadow: 30px 0 0 #f8b334;
    margin-bottom: 10px;
}

.loader:after {
    animation: ball2 1.5s infinite;
    background-color: #0d6cb6;
    box-shadow: 30px 0 0 #97bf0d;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(0.8);
        -moz-transform: rotate(0deg) scale(0.8);
        transform: rotate(0deg) scale(0.8);
    }
    50% {
        -webkit-transform: rotate(360deg) scale(1.2);
        -moz-transform: rotate(360deg) scale(1.2);
        transform: rotate(360deg) scale(1.2);
    }
    100% {
        -webkit-transform: rotate(720deg) scale(0.8);
        -moz-transform: rotate(720deg) scale(0.8);
        transform: rotate(720deg) scale(0.8);
    }
}

@keyframes ball1 {
    0% {
        box-shadow: 30px 0 0 #0d6cb6;
    }
    50% {
        box-shadow: 0 0 0 #0d6cb6;
        margin-bottom: 0;
        -webkit-transform: translate(15px, 15px);
        -moz-transform: translate(15px, 15px);
        transform: translate(15px, 15px);
    }
    100% {
        box-shadow: 30px 0 0 #0d6cb6;
        margin-bottom: 10px;
    }
}

@keyframes ball2 {
    0% {
        box-shadow: 30px 0 0 #e77817;
    }
    50% {
        box-shadow: 0 0 0 #e77817;
        margin-top: -20px;
        -webkit-transform: translate(15px, 15px);
        -moz-transform: translate(15px, 15px);
        transform: translate(15px, 15px);
    }
    100% {
        box-shadow: 30px 0 0 #e77817;
        margin-top: 0;
    }
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

.video-info {
    color: #dc7309;
}

.video-info:hover {
    color: #f79a3b;
    opacity: 50%;
}

.video-btn {
    background: none!important;
    border: none;
    cursor: pointer;
}
.opacity-80p{opacity:0.8;}


/*Flags section*/
#flags-total {
    margin-bottom: 16px;
    font-size: 18px;
}

.donor-flags-list img {
/*    display: block;
    margin: 0 auto 5px auto;*/
}

.donor-flags-list li {
/*    display: inline-block;
    text-align: center;
    margin: 0 5px 10px 0;
    width: 70px;
    min-height: 70px;
    vertical-align: bottom;*/
}

.donor-flags-list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    margin: 10px 0;
    padding: 0;
    font-size: 10px;
}

.flagDiv {
    display: flex;
    flex-direction: column;
    width: 80px;
    height: 74px;
    align-items: center;
    margin-bottom: 8px;
}

.flagDivInner {
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flagDivInner img {
    height: 40px;
    max-width: 67px;
}

.flagName {
    display: flex;
    padding-top: 4px;
    max-width: 67px;
    height: 100%;
    text-align: center;
    line-height: 1em;
}

.flagValue {
    text-align: center;
    font-size: 10px;
    font-weight: 600;
}

.highlightedSpan {
    font-weight: bold;
}

#tooltipFlags {
    position: absolute;
    text-align: left;
    color: #333;
    font-family: 'Roboto', sans-serif;
    white-space: normal;    
    line-height: 120%;
    font-size: 14px;
    padding: 8px;
    background: #f2f4f4; 
    border: 1px solid #3189c9; 
    border-radius: 4px;
    pointer-events: none;
    cursor: none;
    z-index: 1500;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

#flagsinnerTooltipDiv{
  background-color: #f2f4f4;
  border-radius: 4px;
}

#flagsinnerTooltipDiv > div:nth-child(1){
    padding:8px !important;
    background-color: #3189c9;
    color: #fff;
    border-radius: 2px 2px 0px 0px;
    line-height: normal;
    margin-top: -8px;
    margin-left: -8px;
    margin-right: -8px;
} 

.flagstooltipTitleDiv {
  display: flex;
  align-items: center;
  white-space: pre-wrap;
}

.flagstooltipTitleNameDiv {
  display: flex;
  flex-direction: column;
}

.flagstooltipKeys {
    font-weight: 600;
}

.flagstooltipLeader {
  flex: 0 1 auto;
  overflow: hidden;
  color: #ccc;
}

.flagstooltipLeader::before {
   display: block;
   overflow: hidden;
   text-overflow: clip;
   content: 
     ". . . . . . . . . . . . . . . . . . . . "
     ". . . . . . . . . . . . . . . . . . . . "
     ". . . . . . . . . . . . . . . . . . . . "
     ". . . . . . . . . . . . . . . . . . . . "
}
#alloc-prog-dash .modal-dialog {
    max-width: max-content;
}
#alloc-prog-dash .modal-content {
    background-color: #dfdfdf;
    max-width: max-content;
}
#alloc-prog-dash .modal-body img {margin-right: 13px;}
#alloc-prog-dash .close-panel .close {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    color: #bbb;   
    right:0;
    background-color: #fff;
    border-radius: 50%;
    padding: 2px 8px;
    margin: 15px;
    box-shadow: 0px 0px 6px -1px rgba(0,0,0,0.10);
    outline: none;
}