@charset "UTF-8";

/*
* ======== VARIABLES ========
*/

@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i&subset=cyrillic-ext,greek-ext");

/*
* ======== OVERALL ========
*/

body,
p {
    line-height: 1.65;
    font-size: .9rem;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

p {
    padding-top: .2rem;
    padding-bottom: .5rem;
    line-height: 1.75;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

a {
    color: #0071bc;
    transition: all .35s;
}

a:hover {
    text-decoration: none;
    color: #005289;
}

button,
.btn {
    cursor: pointer;
}

.bg-light {
    background-color: #fff;
}

.site-header {
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 0px;
    /*    background-color: #0E689A; */
}

.site-header .navbar-light .navbar-brand,
.site-header .navbar-light .navbar-nav .nav-link {
    color: #0071bc;
}

.site-header .navbar-light .navbar-brand a.active,
.site-header .navbar-light .navbar-nav .nav-link a.active {
    color: #0E689A;
    border-bottom: solid 2px #0E689A;
}

.site-header .nada-logo {
    padding: 0px;
    margin-right: 0px;
    display: inline-block;
}

.site-header .nada-logo img {
    max-width: 295px;
}

.site-header .nada-site-title {
    font-size: 30px;
    font-weight: bold;
}

.site-header .nada-site-subtitle {
    font-size: 15px;
    color: #6c757d;
    margin-top: -10px;
}

.site-header .nada-sitename {
    border-left: solid 1px #bfbfbf;
    padding-left: 15px;
    margin-left: 10px;
    font-size: 22px;
    white-space: initial;
    display: inline-block;
    color: #ffffff;
}

.site-header .wb-navbar {
    padding-left: 0px;
    padding-right: 0px;
}

.site-header .wb-navbar-button-toggler {
    right: 0px;
}

.site-header .wb-login-link {
    z-index: 10000;
    position: relative;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 0.80rem;
    margin-right: 1.2rem;
    text-transform: uppercase;
    transition: all 0.25s;
    border-bottom: solid 3px transparent;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #0E689A;
    border-bottom: solid 0px #0E689A;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #0E689A;
    border-bottom: solid 3px #0E689A;
}

.navbar-light .navbar-nav a.dropdown-item {
    font-size: 0.75rem;
    text-transform: uppercase;
}

li.nav-item.dropdown .fa {
    margin-right: 5px;
}

.sidebar-module {
    padding-top: 16px;
}

.sidebar-module h5 {
    font-weight: bold;
}

.sidebar-module li.nav-item a {
    font-size: 0.75rem;
    color: #333;
    display: block;
    padding: 5px 0px 5px 7px;
    transition: all .25s;
}

.sidebar-module li.nav-item a:hover,
.sidebar-module li.nav-item a.active {
    text-decoration: none;
    background-color: #f2f2f2;
}

.sidebar-module .sidebar-module-nav {
    padding: 0px;
}

.wb--full-width {
    width: 100%;
}

.wb--full-width .nav-item a {
    display: inline-block;
    padding: .5rem 0;
    margin-right: .8rem;
}

.contact-us {
    height: 44px;
    background-color: rgba(211, 211, 211, 0.23);
    padding: 10px;
    position: relative;
    border-radius: 6px;
}

.contact-us .fa.fa-envelope-o {
    display: inline-block;
    position: absolute;
    top: 0px;
    background-color: rgba(51, 51, 51, 0.09);
    left: 0px;
    height: 44px;
    padding: 14px;
}

.contact-us a {
    margin-left: 46px;
    font-size: 0.9rem;
}

.filter-by-access .form-check-label img {
    max-width: 18px;
}

.filter-by-access .form-check-label .form-check-input {
    position: absolute;
    margin-top: .45rem;
}

.sidebar-filter {
    position: relative;
}

.sidebar-filter .form-check {
    margin-bottom: .2rem;
    transition: all .15s;
}

.sidebar-filter .form-check:hover {
    opacity: .7;
}


/*.sidebar-filter span {
    color: #a8a8a8; }
    */

.sidebar-filter .form-check-input {
    position: absolute;
    margin-top: .45rem;
}

.sidebar-filter h6 {
    margin-bottom: 1rem;
    margin-top: .5rem;
}

.sidebar-filter .sidebar-filter-index {
    position: absolute;
    top: 20px;
    background-color: #bfbfbf;
    padding: 2px 6px;
    color: #fff;
    right: 1rem;
    font-size: .8rem;
}

.sidebar-filter .sidebar-filter-entries {
    max-height: 300px;
    overflow: scroll;
    overflow-x: auto;
    overflow-y: auto;
}

.sidebar-filter:not(:nth-child(1)) {
    margin-top: 10px;
}

.sidebar-filter-actions {
    padding: 15px;
    background-color: #f3f3f3;
}

.togglable {
    cursor: pointer;
    transition: all .25s;
}

.togglable:hover {
    color: #0071bc;
}

.togglable .fa-filter:hover {
    color: #0071bc;
}

.wb-sidebar-filter-collapse {
    display: none;
}

.sort-results-by {
    margin-top: 5px;
}


/*
* ======== LAYOUT COMPONENTS ========
*/

.nada-pagination {
    margin: 10px 0 10px;
    border-bottom: solid 1px lightgray;
    border-top: solid 1px lightgray;
}

.pagination-md .page-link {
    padding: .65rem 1.15rem;
}

.citation-row,
.survey-row {
    border-bottom: solid 1px lightgray;
    padding-bottom: 0.8em;
    padding-top: 1rem;
    position: relative;
    transition: all .35s;
}

.citation-row:hover,
.survey-row:hover {
    opacity: .8;
    background-color: #f6f7f7;
}

.citation-row h2,
.citation-row h3,
.survey-row h2,
.survey-row h3 {
    margin-top: 10px;
}

.citation-row img,
.survey-row img {
    margin-top: 1rem;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.citation-row .study-country,
.citation-row .sub-title,
.citation-row .owner-collection,
.citation-row .survey-stats,
.survey-row .study-country,
.survey-row .sub-title,
.survey-row .owner-collection,
.survey-row .survey-stats {
    margin: 0px auto;
}

.citation-row .study-country,
.survey-row .study-country {
    font-weight: bold;
}

.citation-row .owner-collection,
.survey-row .owner-collection {
    font-size: 0.75rem;
}

.citation-row .survey-stats,
.survey-row .survey-stats {
    font-size: 0.65rem;
    opacity: .7;
}

.citation-row .survey-stats span,
.survey-row .survey-stats span {
    display: inline-block;
    margin-right: 10px;
}

.featured-study {
    border: 1px solid #FFF1D3;
    background-color: #FFFBE5;
    position: relative;
    padding: 24px 20px 20px 20px;
    overflow: hidden;
}

.featured-study .featured-study-tag {
    position: absolute;
    top: 16px;
    right: -30px;
    border-radius: 0;
    padding: 12px 28px;
    transform: rotate(45deg);
}

.featured-study .featured-study-tag-left {
    left: 0px;
    right: initial;
    border-radius: 0px 0px 4px 0px;
}

.breadcrumb-path:before {
    content: "»";
    margin: 0 6px;
}

.wb-breadcrumb {
    background: none;
    padding-left: 13px;
    font-size: .8rem;
    text-transform: uppercase;
}

.sort-results-by a {
    margin: auto 10px;
}

.active-filters-container {
    margin: 0px 0 0px;
    border-radius: 3px;
    position: relative;
}

.active-filters-container .wb-badge-close {
    padding: 10px 10px;
    margin: 2px 4px 2px 0;
    position: relative;
    padding-right: 30px;
    cursor: pointer;
    transition: opacity 0.35s;
}

.active-filters-container .wb-badge-close:hover {
    opacity: 0.75;
}

.active-filters-container .wb-badge-close .fa {
    position: absolute;
    top: 7px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.15);
    padding: 3px 4px;
    border-radius: 2px;
}

.active-filters-container .active-filters {
    background: #f3f3f3;
    overflow: auto;
    color: white;
    clear: both;
    padding: 10px;
}

.active-filters-container .active-filters .country {
    background-color: #ababab;
}

.active-filters-container .active-filters .dtype {
    background-color: #919191;
}

.active-filters-container .active-filters .years {
    background-color: #787878;
}

.active-filters-container .active-filters .sk {
    background-color: #5e5e5e;
}

ul.share-bar {
    position: absolute;
    height: 30px;
    width: auto;
    text-align: left;
    right: 15px;
    top: 11px;
    list-style: none;
}

ul.share-bar li {
    display: inline-block;
    margin-left: 1rem;
}

ul.share-bar .fa-facebook {
    color: #3b5998;
}

ul.share-bar .fa-twitter {
    color: #00b6f1;
}

ul.share-bar .fa-linkedin {
    color: #007bb6;
}

ul.share-bar .fa-google {
    color: #df4a32;
}

ul.share-bar .fa {
    transition: all .15s;
}

ul.share-bar .fa:hover {
    opacity: .7;
    transform: scale(1.1);
}


/*
* ======== OVERRIDES ========
*/

* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.fa.fa-refresh {
    margin-right: 5px;
}

.wb-nav-tab-space {
    margin-top: 3rem;
}

.wb-nav-tab-space .nav-item a.nav-link img {
    width: 1rem;
    margin-right: .5rem;
}

.wb-table-space {
    margin-top: 1rem;
}

.wb-table-img {
    max-width: 100%;
    height: auto;
    margin-top: .8rem;
}

.wb-box-sidebar p {
    font-size: .75rem;
}

.wb-table-sm {
    font-size: .75rem;
}

.wb-border-left {
    border-left: 1px solid #e8e8e8;
}

.wb-top-space {
    margin-top: 3rem;
}

.wb-top-space-sm {
    margin-top: 1rem;
}

.wb-inline-img {
    float: left;
    margin-right: 2rem;
    margin-bottom: 1rem;
}

.wb-ihsn-sidebar-filter {
    background-color: #f3f3f3;
    padding: 15px;
}

.wb-nav-link {
    font-size: .75rem;
}

.dropdown-toggle.small i.fa.fa-user-circle-o.fa-lg {
    margin-right: 6px;
}

.wb-tab-heading {
    border-top: 4px solid #0071bc;
    background-color: #f6f6f6;
    margin-top: 20px;
}

.wb-study-statistics-box {
    background: #eaeaea;
}

.wb-text-link-uppercase {
    text-transform: uppercase;
}

.wb-btn-outline {
    border-color: #0071bc;
}

.wb-btn-outline:hover {
    border-color: #0071bc;
    background-color: #0071bc;
    color: #fff;
}

.wb-btn-outline:hover .fa {
    color: #fff;
}

.btn-outline-primary {
    color: #0071bc;
}

.btn-outline-primary .fa {
    color: #0071bc;
}

.btn-outline-primary:hover .fa {
    color: #fff;
}

.wb-btn {
    border-color: #0071bc;
    background-color: #0071bc;
    color: #fff;
}

.wb-btn:hover {
    color: #fff;
}

.wb-fill {
    color: #0071bc;
}

.wb-fill:hover {
    color: #fff;
}

.wb-question {
    cursor: pointer;
}

.wb-no-show {
    display: none;
}

.page-link {
    color: #0071bc;
}

h1,
.h1 {
    font-size: 2.0rem
}


/*
* ======== Override theme settings from this point and on ========
*/


/* to add a border radius to an element that currently does not have, comment in the following:

.btn {
  border-radius: .25rem !important;
}

*/


/*
* ======== FOOTER ========
*/

footer {
    margin-top: 60px;
}

footer .full-row-footer-components {
    padding-top: 32px;
    padding-bottom: 16px;
    background-color: ##2c2c2c;
    margin-left: 0;
    margin-right: 0;
}

footer .full-row-footer-black-components {
    padding-top: 16px;
    padding-bottom: 6px;
    background-color: #2c2c2c;
    margin-left: 0;
    margin-right: 0;
}

footer .footer hr {
    border-top: 1px solid #787878;
}

footer .footer .footer-menu-item {
    margin-bottom: 2rem;
}

footer .footer .footer-menu-item ul {
    padding: 0;
    list-style: none;
}

footer .footer .footer-menu-item ul li {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 8px 0;
}

footer .footer .footer-menu-item ul li a {
    color: #fff;
}

footer .footer .footer-menu-item ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

footer .footer h4,
footer .footer .footer .ombc-section .ombc-description,
footer .footer .ombc-section .footer .ombc-description,
footer .footer .footer .news-hero-section .news-hero-img-overlay .news-hero-description,
footer .footer .news-hero-section .news-hero-img-overlay .footer .news-hero-description,
footer .footer .footer .highlight_component .highlights-card .highlights-card-block h3,
footer .footer .highlight_component .highlights-card .highlights-card-block .footer h3,
footer .footer .footer .latest-v1-section h3,
footer .footer .latest-v1-section .footer h3 {
    color: #fff;
    margin: 0 0 16px 0;
    text-transform: uppercase;
}

footer .footer .footer-bottom {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #787878;
    display: block;
    width: 100%;
}

footer .footer .list-inline {
    margin-left: 0;
}

footer .footer .list-inline ul {
    padding: 0;
    list-style: none;
}

footer .footer .list-inline ul>li {
    padding: 0;
    line-height: 16px;
    margin: 0 0 8px 0;
}

footer .footer a.disclaimer {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    border-right: 1px solid #fff;
    margin-right: 8px;
    padding-right: 8px;
}

footer .footer a.disclaimer:hover {
    text-decoration: underline;
}

footer .footer a.disclaimer:last-child {
    border-right: 0 solid #d4d4d4;
    margin-right: 0;
    padding-right: 0;
}

footer .footer .footer-copy-right {
    opacity: .5;
}

footer .footer .footer-copy-right p {
    color: #fff;
}

footer .footer .footer-bottom-left ul {
    padding: 0;
    list-style: none;
}

footer .footer .footer-bottom-left ul li {
    align-self: center;
}

footer .footer .footer-bottom-left ul li a.wbg-partnership {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    opacity: .5;
    margin-left: 8px;
    padding-left: 8px;
}

footer .footer .footer-bottom-left ul li a.wbg-partnership:hover {
    text-decoration: underline;
}

footer .footer .wb-fraud-report {
    color: #fff;
    text-transform: uppercase;
}

footer .footer .wb-fraud-report a {
    color: #fff;
    transition: all .35s;
}

footer .footer .wb-fraud-report a:hover {
    opacity: .8;
}

footer .footer .search-submit-icon {
    position: absolute;
    right: 10px;
    top: 9px;
    height: 20px;
    border-radius: 0;
    z-index: 10000;
}

footer .footer .search-submit-icon {
    position: absolute;
    right: 10px;
    top: 9px;
    height: 20px;
    border-radius: 0;
    z-index: 10000;
}

footer .footer .footer-newsletter {
    margin-bottom: 2rem;
}

footer .footer .social-icon {
    margin-bottom: 2rem;
}

footer .footer .social-icon ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0px;
}

footer .footer .social-icon ul li a {
    color: #ffffff;
    background-color: #0275d8;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    justify-content: center;
    align-items: center;
    transition: opacity .25s;
}

footer .footer .social-icon ul li a:hover {
    text-decoration: none;
    opacity: .5;
}


/* variable comparison */

.var-compare-container {
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.var-compare-container .compare-header {
    position: relative;
}

.var-compare-container .error {
    font-size: 16px;
    color: red;
    padding: 10px;
    margin: 10px;
}


/* single variable box*/

.var-compare-container .compare-box {
    border: 3px solid #eeeeee;
    margin: 5px;
}

.var-compare-container .compare-box .compare-box-title {
    background-color: #eeeeee;
    color: #333333;
    padding: 15px 20px;
    cursor: move;
}

.var-compare-container .compare-box .var-name {
    float: left;
    font-weight: normal;
    font-size: 28px;
}

.var-compare-container .compare-box .var-links {
    float: right;
    font-size: 11px
}

.var-compare-container .compare-box-body {
    padding: 15px 25px;
    width: 400px;
}

.var-compare-container .compare-box .survey-link {
    margin-bottom: 10px;
    font-size: small;
}


/*
* ======== MEDIA QUERIES ========
*/


/* Portrait */

@media only screen and (min-device-width: 320px) and (orientation: portrait) {
    ul.footer-ul-links-centered {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1rem;
        text-align: center;
        width: 100%;
    }
    .wb-top-space-sm {
        margin-top: .6rem;
    }
    button.navbar-toggler.navbar-toggler-right {
        z-index: 1000;
    }
    ul.navbar-nav.ml-auto {
        position: relative;
        background-color: white;
        z-index: 100;
    }
    .navbar-light .navbar-nav .nav-link.active {
        border: none;
    }
}

.col-sm-12 .share-bar {
    display: none;
}

@media (max-width: 991px) {
    .wb-logo {
        background: url("images/logo-sm.png") no-repeat 0 0;
        width: 30px;
        height: 30px;
        display: block;
        float: left;
        margin: 0 5px 5px 0;
    }
    .wb-logo img {
        display: none;
    }
}

@media (max-width: 767px) {
    h1.desktop-viewport {
        display: none;
    }
    .col-12 .breadcrumb {
        display: none;
    }
    .col-12 .share-bar {
        display: none;
    }
}

@media (min-width: 768px) {
    h1.mobile-viewport {
        display: none;
    }
}

.progress-text {
    margin-left: 5px
}

.contributing-repos h3 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid gainsboro;
}

.contributing-repos .collection-container .row {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid gainsboro;
}

.content-unpublished {
    padding: 15px;
    color: white;
    background: red;
    margin-top: 15px;
    margin-bottom: 15px;
}


/* ========= MISC =========== */


/**** data access icons ****/

.icon-da-data_enclave {
    background: url('../images/custom-policy-round-32x32.svg') no-repeat 0 2px;
    width: 12px;
    height: 14px;
    display: inline-block;
    background-size: 12px;
}

.icon-da-direct {
    background: url('../images/direct-download-32.svg') no-repeat 0 2px;
    width: 12px;
    height: 14px;
    display: inline-block;
    background-size: 12px;
}

.icon-da-open {
    background: url('../images/open-data-32.svg') no-repeat 0 2px;
    width: 12px;
    height: 14px;
    display: inline-block;
    background-size: 12px;
}

.icon-da-public {
    background: url('../images/public-use-round-32x32.svg') no-repeat 0 2px;
    width: 12px;
    height: 14px;
    display: inline-block;
    background-size: 12px;
}

.icon-da-licensed {
    background: url('../images/licensed-round-32x32.svg') no-repeat 0 2px;
    width: 12px;
    height: 14px;
    display: inline-block;
    background-size: 12px;
}

.icon-da-remote {
    background: url('../images/external-round-32x32.svg') no-repeat 0 2px;
    width: 12px;
    height: 14px;
    display: inline-block;
    background-size: 12px;
}

.icon-da-data_na,
.icon-da- {
    background: url('../images/not-available-round-32x32.svg') no-repeat 0 2px;
    display: inline-block;
    background-size: 18px;
}


/* catalog listing page */

.survey-row .icon-da {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: 48px;
}


/* catalog page - variables found toggle arrows */

.survey-row .variables-found .toggle-arrow-down {
    display: none;
}

.survey-row .expand .toggle-arrow-down {
    display: inline-block;
}

.survey-row .expand .toggle-arrow-right {
    display: none;
}

#surveys .variable-footer {
    display: none;
}

#surveys .expand .variable-footer {
    display: block;
    margin-top: 5px;
    padding: 5px;
    background: #e8e8e8;
}

#surveys .variables-found .vsearch {
    font-size: 11px;
    color: #707070;
    background: #eceeef;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #ffffff;
}

#surveys .variables-found .vsearch .heading-text {
    padding: 7px 15px;
}

#surveys .variables-found .vsearch .toggle-arrow {
    font-size: 17px;
    padding: 4px 15px;
    background: #ccc;
    display: inline-block;
}

.var-quick-list-scroll {
    height: 190px;
    overflow: auto;
}


/* condensed table for quick variable list */

.var-quick-list .table td,
.var-quick-list .table th {
    padding: 3px;
    font-size: 12px;
}

.table-condensed td,
.table-condensed th {
    padding: 3px;
}


/* for variable info dialogs */

.catalog-modal-dialog .modal-body {
    max-height: 400px;
    overflow-y: auto;
}

.catalog-modal-dialog .modal-body h1 {
    font-size: 22px;
}

.catalog-modal-dialog .modal-body h2 {
    font-size: 18px;
}

.catalog-modal-dialog .modal-body .var-breadcrumb {
    display: none;
}

.catalog-modal-dialog .modal-body .table td,
.catalog-modal-dialog .modal-body .table th {
    padding: 3px;
    font-size: 12px;
}


/* study info */

.xsl-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    color: #363636;
    font-weight: normal;
}

.xsl-subtitle {
    color: #363636;
    font-weight: bold;
    border-bottom: 1px solid #e8e8e8;
    padding-right: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.metadata-container .field-value {
    padding-top: .2rem;
    padding-bottom: .5rem;
    line-height: 1.75;
}

.xsl-caption {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    /*color: #707070 ;*/
    text-transform: uppercase;
    margin-top: 15px;
}

.xsl-text.xsl-country {
    font-weight: bold;
}

.xsl-study-title .xsl-text {
    font-weight: bold;
}

.xsl-warning {
    color: #ff6c00;
    margin: 10px;
}

ul.nada-list-group {
    padding-left: 0px;
    margin-top: 20px;
}

.panel-td h2 {
    font-size: 1.3rem;
}

.panel-td h3,
.panel-td .xsl-subtitle {
    font-size: 1rem;
}

.field-caption {
    font-weight: bold;
}


/* ----------------------- */

.row-color1,
.xsl-table tr:nth-child(even) td,
.varCatgry tr:nth-child(even) td {
    background: #ffffff;
}

.row-color2,
.xsl-table tr:nth-child(odd) td,
.varCatgry tr:nth-child(odd) td {
    background: #f7f7f9;
}

.table-variable-list .row-color1:hover,
.table-variable-list .row-color2:hover {
    background-color: #464a4c6e;
}

.variables-container .pnl-active {
    background: #ced4da;
    border: 0;
    color: #333333;
    font-weight: bold;
}

.pnl-active td {
    border: 0px;
}

.pnl-active a {
    color: #333333;
}

.study-metadata .var-info-panel {
    border: 0;
    background: #f0f0f0;
    border-bottom: 1px solid #dcdcdc;
}

.var-info-panel .panel-td {
    border: 0;
    padding-bottom: 15px;
    padding-left: 20px;
    /*border-left: 2px solid #0088cc;*/
}

.var-info-panel .xsl-caption {
    color: gray;
    font-weight: normal;
}

.variable-container h2 {
    font-size: 1.5rem;
}

.variable-container h5 {
    font-size: 1rem;
}

a.active.page-link {
    background: #0071bc;
    color: white;
}

.variables-container .icon-toggle {
    position: absolute;
    right: 20px;
    top: 8px;
    font-size: 20px;
}

.variables-container .icon-toggle .expanded_ {
    display: none;
}

.variables-container .pnl-active .icon-toggle .expanded_ {
    display: inherit;
}

.variables-container .pnl-active .icon-toggle .collapased_ {
    display: none;
}

.variables-container .var-row {
    padding: 8px;
    position: relative;
    border-bottom: 1px solid #e9ecef;
    cursor: pointer;
}

.variables-container .var-row:hover {
    background: #e9ecef;
}

.variables-container .var-row:hover a {
    color: black;
}

.variables-container .data-dictionary {
    border-top: 2px solid #0071bc;
    border-bottom: 2px solid #0071bc;
    margin-bottom: 15px;
}


/*survey resources summary*/

.study-metadata .resources h3 {
    font-weight: bold;
    padding-top: 10px;
    font-size: 12px;
}

.study-metadata .abstract {
    display: none;
    margin-bottom: 10px;
    background-color: none;
    margin-top: 10px;
}

.study-metadata .resources .alternate,
.resources .resource {
    padding: 10px;
}

.study-metadata .resources .alternate {
    background-color: #f2f2f2;
}

.study-metadata .resources .alternate:hover,
.resources .resource:hover {
    background-color: #fafafa
}

.study-metadata .resources fieldset {
    border: 0px;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 5px;
    color: #333333;
}

.study-metadata .resources fieldset legend {
    font-weight: bold;
    padding: 0;
    text-transform: capitalize;
    font-size: 15px;
}

.study-metadata .resource-info {
    cursor: pointer;
}

.study-metadata .resource-file-size {
    display: inline-block;
    width: 100px;
    text-align: left;
    color: #999999;
}

.study-metadata .tbl-resource-info {
    padding: 0px;
    margin: 0px;
    border-collapse: collapse
}

.study-metadata .resource-info {
    padding-left: 20px;
}

.study-metadata .active .resource-info {
    font-weight: bold;
    margin-bottom: 10px;
}

.study-metadata .resource .caption {
    color: #898989;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    width: 170px;
}

.study-metadata .resources .resource .icon-collapsed {
    display: none
}

.study-metadata .resources .active .icon-expand {
    display: none
}

.study-metadata .resources .active .icon-collapsed {
    display: inline-block
}

.study-metadata .study-links .link-col {
    margin-right: 10px;
}

.study-metadata-info-bar .wb-table-space td {
    border-top: 0px;
}

.study-metadata-page .dataset-links a {
    color: gray;
}

.study-metadata-page .badge-light {
    background: #f7f7f9;
    font-weight: normal;
    font-size: 12px;
}

.study-metadata-page .page-header {
    border-bottom: 1px solid gainsboro;
}

.study-metadata-page .page-header .nav-tabs {
    border-bottom: 0px;
}

.study-metadata-page .page-header .nav-tabs .active {
    background: white;
    font-weight: bold;
    border-top: 2px solid #0071bc
}

.study-metadata-page .study-metadata-body-content {
    margin-top: 15px;
}

.study-metadata-page .dataset-footer-bar {
    color: gray;
}

.study-metadata-page .collection-thumb-container img {
    width: 100%;
}

.border-top-none {
    border-top: none;
}

.switch-page-size .nada-btn {
    font-size: 12px;
    color: #0071bc;
    vertical-align: inherit;
    cursor: pointer;
    background: #e9ecef;
    padding: 7px;
}

.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
}

.error p {
    margin: 0px;
    padding: 0px;
    color: #721c24;
}

.lang-container {
    font-size: smaller;
    padding-left: 15px;
}

.lang-container .lang-label {
    border-left: 1px solid gainsboro;
    padding-left: 5px;
    padding-right: 5px;
}