body .modal {
  z-index: 100000;
}

#body {
    overflow-y: hidden;
}

.leaflet-control-container > div {
    z-index: 17;
}

#content {
    margin-top: 120px;
    overflow-y: scroll;
}
.my-eu-icon {
    padding-left: 4px;
    padding-right: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    font: 14px/16px adrianna-condensed;
    background: white;
    background: rgba(255,255,255,1);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border: 1px #AAA solid;
    border-radius: 0;
    height: auto !important;
    width: auto !important;
}

.my-eu-icon a {
    background-color: white;
    margin-left: 9px;
    padding-left: 4px;
}

.my-eu-icon div.marker-container img {
    line-height: 18px;
    margin-right: 2px;
    margin-top: 1px;
    margin-bottom: 3px;
    width: 9px;
    height: 0;
    float: left;
    margin-left: 1px;
    opacity: 0.7;
    display: inline-block;
}

.whiteBox {
    width: 80px;
    height: 80px;
    border: 2px white solid;
}

#header {
    width: 100%;
    display: inline-block;
    background-color: white;
    border-bottom: 2px solid #ECA939;
}

.header-content {
    padding-left: 16px;
}

#header h1 {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 0;
}

.header-logo-container {
    display: inline-block;
    float: right;
    padding-top: 12px;
    padding-right: 8px;
    height: 48px;
}

.header-logo {
    margin-left: 18px;
}

input.form-control {
    border-radius: 0;
    background-color: #EEAA28;
    border-color: white;
}

body {
    font-family: adrianna-condensed;
    overflow-y: hidden;
}

#bottomNav {
    background-color: #9C9C9C;
}

#bottomNav > div.container > div {
    display: inline-block;
    margin-top: 18px;
    margin-bottom: 12px;
}

#bottomNav .navbar-text {
    color: black;
}

.navbar {
    background-image: none;
    font-family: adrianna-condensed;
    position: fixed;
    top: 75px;
    left: 0px;
    width: 100%;
    min-height: 45px!important;
    z-index: 18;
}

#NavigationView {
    background-color: white;
    margin-bottom: 0;
}

.share_icon {
    position: relative;
    top: 8px;
}

.dd_icon {
    padding-top: 6px;
}

.navbar-brand,.navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 12px;
    height: auto;
}

.navbar-header .navbar-brand {
    height: 45px;
    margin-left: auto!important;
}

.navbar-nav > .active > a {
    color: black!important;
}

.navbar-form {
    margin: 5px 0 0 0;
}

.nav-content {
    background-color: #EEAA28;
}

.nav-search {
    width: 180px;
}

.nav-top {
    margin-bottom: 0;
}

.navbar-default {
    border: none;
}

.navbar-default .navbar-nav > li > a {
    color: black;
}

#NavigationView a:link, #NavigationView a:hover, #NavigationView a:visited, #NavigationView a:active,
.navbar-brand:link, .navbar-brand:hover, .navbar-brand:visited, .navbar-brand:active {
    color: black;
}

/*.navbar-brand :hover {
    background-color: #ffCC39
}*/

.leaflet-zoom-animated {
    background-color: 'white';
}

.legend {
    border-radius: 0;
    border-color: black;
}

.leaflet-container {
    background: #fff;
}

.whiteBg {
    background-color: 'white';
}

h5, h6, h4 {
    margin: 0;
}

.datadashMapPopup {
    font: 14px/16px adrianna-condensed;
}

.info, .legend {
    padding: 6px 8px;
    font: 14px/16px adrianna-condensed;
    background: white;
    background: rgba(255,255,255,1);
    box-shadow: 0 0 7px rgba(0,0,0,0.2);
    border: 1px #666 solid;
    border-radius: 0;
}
.info h3, .legend h3 {
    margin: 0 0 5px;
    font-size: 24px;
    color: #777;
}

.legend {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 18px;
    color: #555;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-left: 8px;
    opacity: 1;
}


.datadashMapPopup h3 {
    margin: 0 0 5px;
    font-size: 24px;
    color: #000;
}

.countryInfoContainer {
    width: 100%;
}

.countryInfoContainer tbody > tr > td:first-child {
    width: 25%;
}

.table > tbody > tr > td.no-line {
    border-top: none;
    padding-left: 8px;
}

td.no-line {
    font-weight: normal;
}

.countryPopupTable table {
    width: 100%;
    margin-left: 5%;
}

.countryPopupTable table td {
    border-top:none;
}

.countryInfoContainer table.table.table-condensed tbody tr td {
    padding: 2px;
}

.countryInfoContainer table.table.table-condensed tbody tr td.has-category {
    padding-left: 4px;
}

.country-select-container {
    width: 25%;
    padding-top: 22px;
}

.country-select-container-main {
    width: 25%;
    padding-top: 22px;
}

.country-select-container-largest {
    width: 50%;
    padding-top: 22px;
}

.country-select-container-medium {
    width: 25%;
    padding-top: 22px;
}

.profile-body, .compare-body {
    width: 100%;
    overflow-y:scroll;
    overflow-x: hidden;
}

.profile-body td {
    /*display: inline-block;*/
}

tbody td.indicator-label {
    background-color: #eee;
    font-weight: normal;
}

.compare-body td.empty {
}

.compare-body td.data {
}

.compare-body td.primaryData {
    width: 25%!important;
}
.compare-body td.secondaryData {
    width: 25%!important;
}

.container-fluid > .header > div {
    height: 69px;
    vertical-align: middle;
}

.indicator-label {
    font-weight: bold;
}

#indicatorSelect {
    border: 2px solid #ECA939;
}

.nav-content {
    background-color: #dddddd;
}

.category {

}

.category:link, .category:hover, .category {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.leaflet-popup-tip {
    display: none;
}

.leaflet-popup-content-wrapper {
    border-radius: 0;
}

#datatable {
    border-bottom: none;
}

#datatable > tr.odd > td.data, #datatable > tr.odd > td.empty {
    background-color: white;
}

#datatable > tr.even > td.data, #datatable > tr.even > td.empty {
    background-color: #fcfcfc;
}

tr.category-row > td {
    background-color: #f0f0f0;
    cursor: pointer;
    z-index: 1000;
}

tr.expand-all-row {
    background-color: #f0f0f0;
    cursor: pointer;
    z-index: 1000;
    text-align: center;
}

tbody > tr > td.indicator-label {
    border-right: none;
}

.category-expand {
    font-size: 18px;
    height: 100%;
}

tbody > tr > td.indicator-label {
    border-right: 1px solid #ccc;
}

#datatable > thead > tr > td {
    border-bottom: none;
}

td.indicator-label {
    vertical-align: middle;
}

tr.child-row > td.indicator-label {
    padding-left: 40px;
    background-color: #fcfcfc;
    border-left: 8px solid #ddd;
}

tbody > tr.indicator-row > td.indicator-label {
    background-color: #fcfcfc;
    font-weight: normal;
}

tbody > tr.category-row > td.indicator-label {
    background-color: #f0f0f0;
    font-weight: 400;
    border-left: 0 solid #ddd;
    border-right: none;
}

td.warning {
    background-color: #fcf8e3;
}

li.navbar-brand:hover {
    color: black;
    cursor: hand;
}

#content > div.container-fluid {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

a.legend-i-button {
    color: rgb(119, 119, 119);
    position: absolute;
    top: 6px;
    right: 4px;
}

table.dataTable thead td {
    padding: 8px!important;
    margin: 0!important;
}

table.dataTable thead td.expand-all-column {
    padding: 0!important;
    margin: 0!important;
    vertical-align: bottom!important;
}

div.expand-all-div {
    cursor: pointer;
    background-color: #f0f0f0;
    font-weight: normal;
    position: relative;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px 4px 0px 0px;
    border-radius: 0px 4px 0px 0px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: none;
}

.expand-all-div i.fa {
    margin-right: 4px;
}

li a.navbar-brand.blue-button {
    background-color: #4591c3;
    color: ivory!important;
}

li a.navbar-brand.blue-button:hover {
    background-color: #e7e7e7;;
    color: black!important;
}


li a.navbar-brand.blue-button:focus {
    background-color: #e7e7e7;;
    color: black!important;
}

/* New Header CSS BEGIN */

#RightNavButton > .menu-button {
    height: 48px;
    vertical-align: middle;
}

#RightNavButton > .menu-text {
    font-size: 12px;
    color: grey;
}

#RightNavButton > .menu-button i {
    font-size: 24px;
    color: grey;
}

#RightNavButton {
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    height: 48px;
    margin-left: 8px;
    display: inline-block;
    border-left: 1px solid lightgrey;
    width: 52px;
    padding-top: 4px;
}

#RightNavigationPanel {
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 200px;
    z-index: 100000;
    background-color: white;
    border: none;
    padding: 6px;
    overflow: hidden;
}

#RightNavigationPanel .app-links hr {
    margin-left: 8px;
}

#RightNavigationPanel ul {
    box-sizing: border-box;
    color: rgb(85, 85, 85);
    display: block;
    font-family: adrianna-condensed, sans-serif;
    font-size: 13px;
    line-height: 18px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 1em;
    padding-left: 0px;
}

#RightNavigationPanel ul li ul {
    margin-top: .25em;
}

#RightNavigationPanel ul.nav li {
    color: rgb(85, 85, 85);
    display: block;
    font-family: adrianna-condensed, sans-serif;
    font-size: 13px;
    line-height: 18px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    float: none;
    position:static;
}

#RightNavigationPanel ul.nav li p {
    padding-left: 8px;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
}

#RightNavigationPanel ul.nav li.addthis_li {
    padding-top: 3px;
    margin-bottom: 16px;
}

#RightNavigationPanel ul.nav li > div {
    margin-left: .5em;
}

#RightNavigationPanel ul.nav li > a {
    text-decoration: none;
    color: rgb(66, 139, 202);
    border-radius: 4px;
    line-height: 18px;
    font-size: 13px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    position:static;
}

#RightNavigationPanel .app-links ul.nav li > a {
}

#RightNavigationPanel h4 {
    font-weight: normal;
    display: block;
    padding-left: .5em;
    margin-bottom: .25em;
}

#RightNavigationPanel .contact-info h4 {
    padding-left: 0;
    padding-top: .5em;
}

#RightNavigationPanel ul.nav li a:hover {
    color: rgb(42, 100, 150);
    background-color: rgb(238, 238, 238);
}

#RightNavigationPanel .contact-info {
    width: 92%;
    padding-left: 8px;
    padding-right: 8px;
    position: absolute;
    bottom: 0px;
}

#RightNavigationPanel .contact-info p {
    box-sizing: border-box;
    color: rgb(85, 85, 85);
    display: block;
    font-family: adrianna-condensed, sans-serif;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

i.fa.fa-external-link {
    margin-right: .5em;
}

#RightNavigationPanel .close-button {
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
}



#RightNavigationPanel .close-button i {
    color: grey;
    font-size: 24px;
}

.apps-nav {
    display: inline-block;
}

.apps-nav .app-select-toggle {
    cursor: pointer;
    padding-left: 24px;
    padding-bottom: 4px;
    font-size: 15px;
}

.apps-nav .app-select-toggle i {
    width: 12px;
}

.apps-nav .app-selections {
    position: absolute;
    top: 73px;
    left: 20px;
    width: 245px;
    z-index: 19;
    background-color: #EEAA28;
    /* border: 1px solid darkgray; */
    padding: 6px;
    overflow: hidden;
    border-radius: 0px 0px 6px 6px;
    box-shadow: 0px 2px 3px #e0bb70;
}

/*#RightNavContainer {
    width: 200px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10000;
}*/

#wrapper.menu-shown {
    padding-right: 200px;
}

#nav-overlay {
    display: none;
}

#nav-overlay.active {
    display: block;
    background: rgba(17, 17, 17, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 200px;
    z-index: 20;
}

.navbar {
    margin: 0!important;
    margin-bottom: 0!important;
}

#header {
    width: 100%;
    display: inline-block;
    background-color: white;
    border-bottom: 5px solid #EEAA28;
    position: fixed;
    top: 0!important;
    left: 0;
    z-index: 19;
    height: 75px;
}

.header-content {
    padding-left: 16px;
}

#RightNavigationPanel, #header {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

#header h1 {
    box-sizing: border-box;
    color: rgb(34, 34, 34);
    display: inline-block;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 29px;
    font-weight: bold;
    line-height: 44px;
    margin-bottom: 0px;
    margin-top: 3px;
}

#scrollingContent {
    overflow-y: scroll;
}

.header-logo-container {
    display: inline-block;
    float: right;
    padding-top: 12px;
    padding-right: 8px;
    height: 48px;
}

.header-logo {
    margin-left: 18px;
}

#RightNavigationPanel .header-logo {
    margin-left: 2px;
}

.app-selections a, .app-selections a:link, .app-selections a:hover {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    text-decoration: none;
}

.app-selections li {
    border-radius: 4px;
    width: 100%;
}
.app-selections li:hover {
    cursor: pointer;
}

#header .nav>li>a {
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}

i.fa.fa-external-link {
    margin-right: .5em;
}

@media(max-width: 1022px) {

    .navbar-nav {
        margin: 0!important;
    }

    .header-logo-container {
        display:none;
    }

    #header {
        width: 100%;
    }

    .apps-nav {
        width: 100%;
    }

    .apps-nav .app-selections {
        width: 100%;
        position: static;
        background-color: #EEAA28;
        padding: 6px;
        border-radius: 0;
        box-shadow: none;
        border: none;
    }
}

@media(max-height: 799px) {
    #bottom-contact {
        display: none;
    }
}

@media print {
    #RightNavigationPanel, .nav-overlay {
        display: none!important;
    }
}

.button-support, .button-support:hover, .button-support:visited {
    -webkit-appearance: none;
-webkit-transition-delay: 0s;
-webkit-transition-duration: 0.3s;
-webkit-transition-property: all;
-webkit-transition-timing-function: ease;
-webkit-writing-mode: horizontal-tb;
align-items: flex-start;
background-color: rgb(197, 31, 36);
border-bottom-color: rgb(240, 171, 0);
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(240, 171, 0);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(240, 171, 0);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(240, 171, 0);
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-top-style: solid;
border-top-width: 1px;
box-sizing: border-box;
color: rgb(255, 255, 255);
cursor: pointer;
display: inline-block;
font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
font-size: 15px;
font-style: normal;
font-variant: normal;
font-weight: bold;
height: 44px;
letter-spacing: normal;
line-height: 44px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
overflow-x: visible;
overflow-y: visible;
padding-bottom: 0px;
padding-left: 22px;
padding-right: 22px;
padding-top: 0px;
text-align: center;
text-decoration: none;
text-indent: 0px;
text-shadow: none;
text-transform: none;
transition-delay: 0s;
transition-duration: 0.3s;
transition-property: all;
transition-timing-function: ease;
white-space: nowrap;
width: 140.6875px;
word-spacing: 0px;
writing-mode: lr-tb;
color: #fff;
}

@media(max-width: 600px) {
    #top {display: none;height: 0px;margin-top: -1000px}
    .navbar {display: none;height: 0px; margin-top: -1000px;}
    #content {margin-top: 0px; height: 100%;}
    #wrapper {height: 100%;}
    html, body {height: 100%;}
}

/* New Header CSS END */
