@font-face {
    font-family: "DPLACE";
    src: url("/static/fonts/GT-Walsheim-Regular.woff");
}
@font-face {
    font-family: "DPLACE";
    src: url("/static/fonts/GT-Walsheim-Bold.woff");
    font-weight: bold;
}
@font-face {
    font-family: "DPLACE";
    src: url("/static/fonts/GT-Walsheim-Regular-Oblique.woff");
    font-style: italic;
}
@font-face {
    font-family: "DPLACE";
    src: url("/static/fonts/GT-Walsheim-Bold-Oblique.woff");
    font-weight: bold;
    font-style: italic;
}
body {
    font-family: "DPLACE";
    padding-top: 170px;
    padding-right: 10px;
    padding-left: 10px;
}

a {
    cursor: pointer;
}
.navbar-default {
    background-color: #fff;
    border:solid 0px;
}
.navbar-brand {
    height: 95px;
    margin-right: 20px;
}
.navbar-brand > img {
    max-height: 150%;
    height: 150%;
    width: auto;
    margin: 0 auto;
    margin-top: -15px;
    -o-object-fit: contain;
    object-fit: contain; 
}
.footer {
    background-color: #0a0c0c;
    color: #fff;
    margin-top: 75px;
    height: 100px;
    min-height: 100px;
}
.footer a {
    text-decoration: none;
    color: #fff;
}
.homeNavBarLogo {
    margin-left:-30px;
}
.navicon {
    height: 50px;
    width: 50px;
    opacity: 0.3;
}
.navIsNotCollapsed {
    display: block;
}
.navIsNotCollapsedInline {
    display: inline;
}
.navIsCollapsed {
    display: none;
}
@media (max-width: 767px) {
    body {
        padding-top: 90px;
    }
    .navIsNotCollapsedInline {
        display: none;
    }
    .homeNavBarLogo {
        margin-left:-13px;
    }
    .footer {
        height: 50px;
        min-height: 50px;
    }
    .navicon {
        height: 30px;
        width: 30px;
        margin-right:10px;
        opacity: 0.3;
    }
    .navbar-brand {
        height: 75px;
        margin-right: 20px;
    }
    .navbar-brand > img {
        max-height: 140%;
        height: 140%;
        width: auto;
        margin: 0 auto;
        margin-top: -15px;
        -o-object-fit: contain;
        object-fit: contain; 
    }
    .socMapCollapsedView {
        float: none !important;
        margin-right: 10px;
    }
    .navIsNotCollapsed {
        display: none !important;
    }
    .navIsCollapsed{
        display: block !important;
    }
    .navbar-nav {
        margin: -0px -15px;
    }
    .navbar {
        height: 60px !important;
    }
    .navbar-default .navbar-nav > li {
        height: 55px;
        line-height: 55px;
    }
    .navbar-default .navbar-nav > li > a {
        text-align: left !important;
        width:100% !important;
        font-size:135% !important;
        color: #000 !important;
        height:auto;
        line-height: 40px;
    }
    .navbar-collapse {
        margin-left:35%;
        height: 120%;
    }
    .navbar-default .navbar-nav .dropdown-menu {
        display: block;
        position: static;
        background-color:#efefef;
        padding-top: 15px;
        margin-top: -35px;
        border:0 none;
        box-shadow:none;
        text-align: left;
        width:100%;
        font-size:130% !important;
    }
     .navbar-default .navbar-nav .dropdown-menu > li {
        height: 55px;
        line-height: 55px;
    }
    .navbar-default .navbar-nav .dropdown-menu > li > a {
        height: 100%;
        line-height: 55px;
        margin-left: 20px !important;
    }
}
.homeActive {
    background-color: red;
}
.searchActive {
    background-color: #f6a523;
}
.societiesActive {
    background-color: #e8552a;
}
.sourceInfoActive {
    background-color: #50b79c;
}
.aboutActive {
    background-color: #074652;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    text-align: center;
    min-width: 130px;
    width: 130px;
    min-height: 90px;
    height: 90px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover .navicon,
.navbar-default .navbar-nav > .active .navicon {
    opacity:1;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #fff;
    background-color: transparent;
}

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
    padding: 2px;
}
    
.dropdown-menu > li > form > input[type='submit'] {
    background:none;
    border:none;
    width:100%;
    padding-top: 2px;
    padding-bottom:2px;
    text-align:left;
    text-indent:14px;
}

.dropdown-menu > li > form > input[type='submit']:hover {
    color: #262626;
    background-color:#f5f5f5;
}

.tree-tooltip {
    position:absolute;
    text-align:center;
    width:auto;
    height:auto;
    padding:2px;
    padding-left:10px;
    padding-right:10px;
    font-size:13px;
    background:#E0E0E0;
    border:0px;
}

#legend {
    width:360px;
}

.tooltip-inner {
    white-space:pre-wrap;
}

.comment-tooltip, .source-link {
    cursor:pointer;
}

.source-link, .val-sources {
    font-size: 12.5px;
}

.val-sources {
    padding-top: 5px;
    padding-left: 10px;
}

.row-margin-top {
    margin-top: 5px;
}

.indent1 {
    text-indent: 1rem;
}

.indent2 {
    text-indent: 2rem;
}

.indent3 {
    text-indent: 3rem;
}

.indent4 {
    text-indent: 4rem;
}

.scrollable {
    overflow-x: scroll;
    height: 32rem;
}

label.light {
    font-weight: normal;
}

.search-help {
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 1.5rem;
}

.variable-label, .language-label {
    text-align: right;
    margin-left: 5px;
}

.language-label {
    vertical-align: middle;
}

.variable-description {
    text-align: left;
    padding-left: 1rem;
}

.triangle-right:before {
    content: "\25B6";
}

.triangle-down:before {
    content: "\25BC";
}

.triangle-right, .triangle-down {
    cursor: pointer; cursor: hand;
}

.nav, .pagination, .carousel, .panel-title a {
    cursor: pointer; cursor: hand;
}

.basic-search {
    float: none;
    margin: 0 auto;
}

.basic-search-forms {
    margin-top: 2rem;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    width: 16px;
    height: 16px;
}

.region {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
}

.region-remove {
    cursor: hand;
}

.circle {
    border-radius: 50%;
    border: 1px solid darkgray;
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
}

.var-labels-fixed {
    position: fixed;
    top: 125px;
}

.teamTABLE {
    width:100%;
}

.teamImgTD {
    padding-right:10px;
    padding-bottom:10px;
    text-align: right;
}

.leftParaTab {
    float: left;
    z-index: 5;
    position: relative;
    margin-left:10px;
    margin-right:100px;
}

.rightParaTab {
    float: auto;
    position: relative;
    margin-left:10px;
    margin-right:10px;
}

.radioicon {
    height: 90px;
    width: 90px;
}

.btn.radioBack {
    margin-bottom: 0;
    color:#000;
    font-size:120%;
    font-weight:normal;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    width: 150px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 150px 150px;
    vertical-align:middle;
    opacity:0.8; 
    background-position:0px -25px;
}

.btn.radioPlaces {
    background-image: url(/static/images/Places_Pattern.jpg);
}

.btn.radioEnv {
    background-image: url(/static/images/Env_Pattern.jpg);
}

.btn.radioCulture {
    background-image: url(/static/images/Culture_Pattern.jpg);
}

.btn.radioLanguage {
    background-image: url(/static/images/Language_Pattern.jpg);
}

.btn.radioBack:hover,
.btn.radioBack:focus {
    text-decoration: none;
    color:#fff;
    opacity:1.0;
}

.btn.radioBack:active,
.btn.radioBack.active {
    opacity:1.0; 
    color:#fff;
}

.btn.radioPlaces:active:before,
.btn.radioPlaces.active:before {
    content: '';
    position: absolute;
    left: 42%;
    top: 102%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #074652;
}

.btn.radioEnv:active:before,
.btn.radioEnv.active:before {
    content: '';
    position: absolute;
    left: 42%;
    top: 102%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #50b79c;
}

.btn.radioCulture:active:before,
.btn.radioCulture.active:before {
    content: '';
    position: absolute;
    left: 42%;
    top: 102%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e8552a;
}

.btn.radioLanguage:active:before,
.btn.radioLanguage.active:before {
    content: '';
    position: absolute;
    left: 42%;
    top: 102%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f6a523;
}

.radiolead {
    color:#000;
    font-size:110%;
    text-align: left;
    margin-top:8px;
    margin-bottom:10px;
}

.radioLabel {
    line-height:40px;
}

.btn .badge {
    margin-left:-4px;
    top:-60px !important;
}

.homeTitle {
    font-size:150%;
}

.tabHeading {
    vertical-align:center;
    background-size: 35px 35px;
    background-position: center;
    background-repeat: no-repeat;
    height:50px !important;
    width:80px !important;
}

.tabHeading_table {
    background-image: url(/static/images/Table_Icon.png);
}

.tabHeading_map {
    background-image: url(/static/images/Map_Icon.png);
}

.tabHeading_download {
    background-image: url(/static/images/Download_Icon.png);
}

.tabHeading_tree {
    background-image: url(/static/images/Tree_Icon.png);
}

.tablead {
    color:#000;
    font-size:110%;
    text-align: left;
    margin-top:8px;
    margin-bottom:10px;
    margin-right:40px;
}

.st0{fill:#074652;}
.st1{fill:#0A0C0C;}
.st2{fill:#50B79C;}
.st3{fill:#0C9E6D;}
.st4{fill:#E8552A;}
.st5{fill:#E12024;}
.st6{fill:#0D9E6C;}
.st7{fill:#090C0C;}
.st8{fill:#E21E24;}
.st9{fill:#F6A523;}
.st10{fill:#EE8025;}

.leg-panel {
    padding-top:0;
    padding-bottom:0;
    padding-right:0;
}

.sourcekeyattr td {
	padding:10px;
	vertical-align:top;
}
.sourcekeyattr tr {
	border-top:1px solid black;
}

#selected-criteria {
    margin-top:10px;
}

.selected-scrollable {
    border: 1px solid #ddd;
    padding:10px;
    border-radius:5px;
}

.criteria-list li {
    white-space: nowrap;
}

.hidden {
    display:none;
}

.search-btn, .search-btn:focus {
    background-color: #000;
    color: #fff;
}

.search-btn:hover {
    background-color:#B3B3B3;
    color:#000;
}

.search-btn:disabled {
    background-color:#000;
    opacity:0.25;
}

.source_dataset_table td {
  vertical-align:top;
  padding-right:20px;
  padding-bottom:8px;
}