/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

 /**
 * @license
 *
 * Font Family: Satoshi
 * Designed by: Deni Anggara
 * URL: https://www.fontshare.com/fonts/satoshi
 * © 2021 Indian Type Foundry
 *
 * Font Styles:
 * Satoshi Regular
 * Satoshi Italic
 * Satoshi Medium
 * Satoshi Medium Italic
 * Satoshi Bold 
 * Satoshi Bold Italic
 *
*/

@font-face {
    font-family: 'Satoshi-Regular';
    src: url('../fonts/Satoshi-Regular.woff2') format('woff2'),
         url('../fonts/Satoshi-Regular.woff') format('woff'),
         url('../fonts/Satoshi-Regular.ttf') format('truetype');
         font-weight: 400;
         font-display: swap;
         font-style: normal;
  }
  
  
  @font-face {
    font-family: 'Satoshi-Italic';
    src: url('../fonts/Satoshi-Italic.woff2') format('woff2'),
         url('../fonts/Satoshi-Italic.woff') format('woff'),
         url('../fonts/Satoshi-Italic.ttf') format('truetype');
         font-weight: 400;
         font-display: swap;
         font-style: italic;
  }
  
  
  @font-face {
    font-family: 'Satoshi-Medium';
    src: url('../fonts/Satoshi-Medium.woff2') format('woff2'),
         url('../fonts/Satoshi-Medium.woff') format('woff'),
         url('../fonts/Satoshi-Medium.ttf') format('truetype');
         font-weight: 500;
         font-display: swap;
         font-style: normal;
  }
  
  
  @font-face {
    font-family: 'Satoshi-MediumItalic';
    src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2'),
         url('../fonts/Satoshi-MediumItalic.woff') format('woff'),
         url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
         font-weight: 500;
         font-display: swap;
         font-style: italic;
  }
  
  
  @font-face {
    font-family: 'Satoshi-Bold';
    src: url('../fonts/Satoshi-Bold.woff2') format('woff2'),
         url('../fonts/Satoshi-Bold.woff') format('woff'),
         url('../fonts/Satoshi-Bold.ttf') format('truetype');
         font-weight: 700;
         font-display: swap;
         font-style: normal;
  }
  
  
  @font-face {
    font-family: 'Satoshi-BoldItalic';
    src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2'),
         url('../fonts/Satoshi-BoldItalic.woff') format('woff'),
         url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
         font-weight: 700;
         font-display: swap;
         font-style: italic;
  }

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

* {
    box-sizing: border-box;
}


html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, body {
    margin:0;
    min-height:100%; 
    width: 100%;
    padding:0; 
    background-color: #FFF;
    font-family: 'Satoshi-Regular', Arial, Helvetica, sans-serif;
}

a {
    color: #2382A1;
}

.no-break {
    white-space:nowrap;
}

#wrapper { 
    padding:45px 0 45px 0; 
    position:absolute; 
    top:0; 
    bottom:0; 
    left:0; 
    right:0; 
    min-width: 305px;
}

#map-canvas {min-height:100%; background-color: #FFF;}


.map-loading {
    display: none;
}
.js .map-loading {
 position:absolute; width: 100%; height: 100%; background-color: #FFF; z-index: 999; display: block; top: 0; left: 0;
}

.js .map-loading img {
    position:relative;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
}

header {
    background-color: #FFF;
    position: relative;
    margin-top:-45px; 
    z-index: 1000;
    box-shadow: 0px 1px 25px 0px rgb(0 0 0 / 15%);
}
.header-inner,
.page-content,
.page-header {
    max-width: 100%;
    margin: 0 auto;
}

.page-content,
.page-tabs {
    width: 1180px;
    max-width: 90%;
}

.page-content {
    background-color: #FFF;
    margin: 0 auto 35px auto;
    box-sizing: border-box;
    padding: 0 30px 30px 30px;
    color: #989898;
    border-left: solid 1px #ccc;
    overflow: hidden;
}

.page-tabs {
    margin: 0 auto;
}
.page-content.analysis {
    margin-top: 0;
}

.page-header {
    background-color: #F4FEFF;
    color: #000;
    text-align: left;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.page-header--content {
    max-width: 1180px;
    margin: 0 auto 0 auto;
    padding: 0 30px 0 30px;
}


footer {
    position:absolute;
    bottom: 0;
    width: 112px;
    background-color: rgba(255,255,255,1);
}

.page-content-inner {
    width: 55%;
    font-size: 0.875em;
    line-height: 1.571em;
}

@media only screen and (max-width: 769px) {
    .page-content-inner {
        width: 100%;
    }
}

header .header-logo {
    float: left;
    margin: 10px 0 10px 25px;
}

@media only screen and (max-width: 769px) {
    header .header-logo {
        margin: 10px 0 10px 15px;
        height: 30px;
    }
}
header nav ul li a {
    color: #000;
    text-decoration: none;
}
header nav ul li a:hover,
header nav ul li a.active,
header nav ul li a:focus {
    color: #249ABE !important;
    text-decoration: none;
}

.header-filters #ddlCountry,
.header-filters #ddlDataType {
    display: inline-block;
    margin-top: 15px;
    text-align: left;
}

.header-filters #ddlDataType {
    margin-top: 6px;
}

.background-fade {
    background-color: #000000;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    position:absolute;
    display: none;
    z-index: 1000;
}

@media only screen and (max-width: 769px) {
    .background-fade {
        display: none !important;
        opacity: 0 !important;
    }
}

.singleCountryData {
	background:#FFF;
	color: #000;
	left:50%;
	margin:-100% 0 0 -45%;
	position:absolute;
	top:-100%;
	width:90%;
	box-shadow:0 3px 7px rgba(0,0,0,.25);
	-moz-box-shadow:0 3px 7px rgba(0,0,0,.25);
	-webkit-box-shadow:0 3px 7px rgba(0,0,0,.25);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    z-index: 0;
    transition: all 0.4s ease-in-out;
    min-width: 274px;
    z-index: 1001;
}

@media only screen and (max-width: 769px) {
    .singleCountryData {
        width: 100%;
        top:-200%;
        left: 0 !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
    }
}

.singleCountryData.display {
	top:50%;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
    display: block;
    opacity: 1;
    
}

@media only screen and (max-width: 769px) {
    .singleCountryData.display {
        margin-top: 0 !important;
        top: auto;
        border-top: 25px solid #249ABE;
    }
}

#compareCountryTable {
    clear: both;
}

.compareCountryData {
	background-color: #FFF;
    color: #7A7A7A;
	margin:0 0 0 0;
	position:absolute;
    left:0;
	top: -400%;
	width:100%;
    min-height: 100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    padding-top: 90px;
}

.compareCountryData.display {
	top:0;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.compare-wrapper {
    max-width: 90%;
    width: 1148px;
    margin: 0 auto 30px auto;
}

@media only screen and (max-width: 769px) {
    .compare-wrapper {
        max-width: 100%;
        width: 100%;    
    }
}

.compareCountryData-close {
    padding: 5px 10px;
    color: #FFF;
    cursor: pointer;
    font-size: 0.75em;
    float: left;
    margin: 20px 0;
    padding: 5px 20px 5px 20px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    background-color: #249ABE;
}

@media only screen and (max-width: 769px) {

    .compareCountryData-close {
        margin-left: 20px;
    }

    .compareCountryData {
        font-size: 0.750em !important;
        line-height: 1.2em !important;
    }

    .compareCountryData td {
        vertical-align: top !Important;
    }

    .compareCountryData table th.comparetable-header {
        font-size: 1.25em !important;
    }

    .compareCountryData table td.comparetable-ecp2010,
    .compareCountryData table td.comparetable-ecr2010,
    .compareCountryData table td.comparetable-iwfctc {
        font-weight: normal !important;
    }

    .data-circle-yes,
    .data-circle-no,
    .data-circle-nd,
    .data-circle-na {
        position:relative;
        margin-bottom: 5px;
    }

    .data-circle-yes:after {
        clear: both;
    }

    .compare-data-pc {
        color: #000;
    }
}

.compareCountryData table {
    width: 100%;
    font-size: 1rem;
    line-height: 1.3;
}

.compareCountryData table td {
    border: 1px solid #000;
}

.compareCountryData table td .compare-data-icon {
    font-size: 1.714em;
    float: right;
}

.compareCountryData table th.comparetable-header {
    background-color: #000;
    border-right: solid 1px #FFF;
    color: #FFF;
    font-size: 1.5rem;
    text-align: left;
    vertical-align: top;
    position:relative;
}

.compareCountryData table td.comparetable-ecp2010:last-child,
.compareCountryData table td.comparetable-ecr2010:last-child,
.compareCountryData table td.comparetable-iwfctc:last-child,
.compareCountryData table th.comparetable-header:last-child {
    border-right: none;
}

.compareCountryData table td.comparetable-ecp2010,
.compareCountryData table td.comparetable-ecr2010,
.compareCountryData table td.comparetable-iwfctc {
    color: #000;
    padding: 10px 20px 0 20px;
    border: none;
    border-right: solid 1px #E0E0E0;
    font-weight: bold;
}

.compareCountryData table td.comparetable-ecp2010 a,
.compareCountryData table td.comparetable-ecr2010 a,
.compareCountryData table td.comparetable-iwfctc a {
    color: #FFF;
}

.compareCountryData table td.comparetable-ecp2010 {
    padding-top: 20px;
}

.compareCountryData table td.comparetable-iwfctc {
    padding-bottom: 20px;
}

.compareCountryData table td.comparetable-td,
.compareCountryData table td.comparetable-td-alt,
.compareCountryData table td.comparetable-td-alt-pc {
    background-color: #FFF;
    border: none;
    padding: 30px 20px;
    border-right: solid 1px #D6D6D6;
}

.compareCountryData table td.comparetable-td:last-child,
.compareCountryData table td.comparetable-td-alt:last-child,
.compareCountryData table td.comparetable-td-alt-pc:last-child,
.compareCountryData table tr td.comparetable-td-pc:last-child {
    border-right: none;
}

.compareCountryData table td.comparetable-td-pc {
    background-color: #FFF;
    border: none;
    padding: 30px 20px;
    border-right: solid 1px #D6D6D6;
}

.compareCountryData th .compare-country-wrapper {
    overflow: hidden;
    display:flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 20px 50px 20px 20px;
}

.compareCountryData th .compare-country {
    position:relative;
    margin-bottom: 0;
}
@media only screen and (max-width: 769px) {
    .compareCountryData th .compare-country {
        width: 100% !important;
        word-break: normal;
    }
}

.compareCountryData table.comparecount-4 .compare-country {
    width: 100%;
    clear: both;
}

.compareCountryData th .flag {
    position:relative;
    margin: 0 0 0 0;
}
@media only screen and (max-width: 769px) {
    .compareCountryData th .flag {
        display: none;
    }
}
    
@media only screen and (max-width: 769px) {
    .comparetable {
        font-size: 0.6em;
        font-weight: normal;
    }
}

.compareCountryData .comparetable-remove {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
}

.compareCountryData .comparetable-remove:before, 
.compareCountryData .comparetable-remove:after {
    position: absolute;
    left: 8px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #FFF;
}
.compareCountryData .comparetable-remove:before {
    transform: rotate(45deg);
}
.compareCountryData .comparetable-remove:after {
    transform: rotate(-45deg);
}

.compareCountryData table tr.comparetable--header-row td {
    border: none;
    background-color: #F4FEFF;
}

.compareCountryData table tr.comparetable--header-row td h2 {
    font-size: 1.75rem;
    line-height: 1.3;
    padding: 30px 20px 30px 20px;
    margin: 0;
}

.single-data-src a {
    color: #374054;
}

.compareCountryData span.single-data-icon {
    margin-right: 0;
    margin-left: 10px;
    float: right;
}


.compareCountryData span.compare-data-desc {
    position:relative;
    display: block;
}

.compareCountryData span.compare-data-pc  {
    font-size: 1.625rem;
    font-family: 'Satoshi-Bold', Arial, Helvetica, sans-serif;
    min-width: 10%;
    display: inline-block;
    color: #000;
}

.modal-header {
    background-color: #F4FEFF;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.modal-header .singleCountryData-options {
    position:relative;
    float: right;
    overflow: hidden;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media only screen and (max-width: 769px) {
    .modal-header .singleCountryData-options {
        position: relative !important;
        overflow: hidden !important;
        width: 100% !important;
        padding: 0 15px;
        justify-content:space-between;
    }
}

.modal-header .singleCountryData-close {
    display: inline-block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: url(../img/icon_close_black.png) no-repeat top left;
    background-size:contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 20px 0 0;
}

@media only screen and (max-width: 769px) {
    .singleCountryData.display .modal-header .singleCountryData-close {
        margin: 0;
        position: fixed;
        top: 15px;
        right: 15px;
        width: 20px;
        height: 20px;
        background-color: #FFF;
        padding: 20px;
        background-size: 20px;
        background-position: center;
        text-indent: 100%;
        content: "";
        font-size: 0px;
    }
}

.modal-footer .singleCountryData-print {
    box-sizing: border-box;
    background: #249ABE  url(../img/icon_print_white-01.png) no-repeat right 5px top 0;
    background-size: contain;
    color: #FFF;
    cursor: pointer;
    overflow: hidden;
    position:relative;
    white-space: nowrap;
    margin: 0 0 20px 25px;
    padding: 5px 40px 5px 20px;
    float: left;
    font-size: 0.75em;
    border-radius: 5px;
    text-transform: uppercase;
    border-radius: 20px;
    letter-spacing: 0.06em;
}

.contentpage-print {
    background: url(../img/contentpage_print.gif) no-repeat top left;
    padding: 5px 35px;
    font-size: 0.875em;
    color: #505D78;
    cursor: pointer;
}
@media only screen and (max-width: 769px) {
    .contentpage-print {
        float: none;
    }
}
.modal-footer .singleCountryData-key {
    margin: 0 0 0 0;
    padding: 0;
    float: left;
    width: 100%;
}
@media only screen and (max-width: 769px) {
    .modal-footer .singleCountryData-key {
        clear: both;
        float: none;
        margin: 0 0 20px 30px;
        overflow: hidden;
    }
}
.modal-content .singleCountryData-key {
    margin: 0 0 20px 0;
    padding: 0;
    float: left;
    width: 100%;
}
@media only screen and (max-width: 769px) {
    .modal-content .singleCountryData-key {
        margin: 15px 20px 20px 20px;
    }
}
.modal-content .singleCountryData-key li {
    margin: 5px 40px 0 0;
    padding: 0;
    display: inline-block;
    list-style-type: none;
    font-size: 0.750em;
    color: #ABADB3; 
    
}

.modal-footer .singleCountryData-key li {
    margin: 12px 0 0 20px;
    padding: 0;
    float: left;
    list-style-type: none;
    font-size: 0.750em;
    color: #ABADB3;
}
@media only screen and (max-width: 769px) {
   .modal-footer .singleCountryData-key li {
        margin: 0 10px 0 0;
    }
}
.modal-footer .singleCountryData-key li a {
    color: #ABADB3;
    text-decoration: none;
}

.modal-header .singleCountryData-compare,
.modal-header .singleCountryData-viewcompare {
    color: #FFF;
    box-sizing: border-box;
    position:relative;
    display: inline-block;
    font-size: 0.75em;
    line-height: 1.3;
    padding: 5px 30px 5px 20px;
    box-sizing: border-box;
    vertical-align: top;
    cursor: pointer;
    border-radius: 20px;
    margin-right: 15px;
    letter-spacing: 0.06em;
}
@media only screen and (max-width: 769px) {
    .modal-header .singleCountryData-compare {
        margin-right: 0;
        
    }
}
.modal-header .singleCountryData-viewcompare {
    color: #FFF;
    background: #249ABE  url(../img/icon_arrow-right_white-01.png) no-repeat right 5px top 0;
    background-size: contain;
    cursor: auto;
    text-transform: uppercase;
    padding-right: 30px;
}


.modal-header .singleCountryData-viewcompare.active {
    color: #FFF;
    cursor: pointer;
}

.modal-header .singleCountryData-compare {
    margin-right: 15px;
    text-transform: uppercase;
    color: #FFF;
    background-size: 15px;
}

.modal-header .singleCountryData-compare.add {
    background: #249ABE  url(../img/icon_check_white-01.png) no-repeat right 5px top 0;
    background-size: contain;
}
.modal-header .singleCountryData-compare.add:hover,
.modal-header .singleCountryData-compare.add:focus,
.modal-header .singleCountryData-compare.remove {
    background: #249ABE  url(../img/icon_check_white-01.png) no-repeat right 5px top 0;
    background-size: contain;
}

.modal-header .singleCountryData-compare-max {
    width: 145px;
    border: 1px solid #A1A6B2;
    box-sizing: border-box;
    font-size: 0.750em;
    display: inline-block;
    padding: 3px 8px;
    overflow: hidden;
    float: left;
    margin-top: 5px;
    display: none;
}

.modal-header h2 {
    float: left;
    margin: 20px 20px 0 20px;
    padding: 0;
    font-family: 'Satoshi-Bold';
    font-size: 1.5rem;
    line-height: 1;
    color: #000;
}
@media only screen and (max-width: 769px) {
    .modal-header h2 {
        width: 100%;
        margin: 0 !important;
        padding: 15px !important;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}
.modal-header h2 img {
    margin-right: 20px;
    vertical-align: middle;
    position:relative;
}

.modal-tabs {
    position:relative;
    width: 100%;
    background-color: #F4FEFF;
}

.modal-tabs ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.modal-tabs li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 25%;
    float: left;
    text-align:center;
    font-family: 'Satoshi-Medium', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1;
}

.modal-tabs li a {
    display: block;
    padding: 12px 0;
    color: #000000;

}


.modal-tabs li.active a,
.modal-tabs li a:hover {
    color: #000000;
    background-color: #FFF;
    cursor: pointer;
}

.modal-content {
    margin: 20px;
}

@media only screen and (max-width: 769px) {
    .modal-content {
        margin: 10px;
        font-size: 0.813em;
    }
}

.modal-footer {
    width: 100%;
    overflow: hidden;
}

.singleCountryData table .table-row--icon td.table-icon {
    width: 50px;
}

@media only screen and (max-width: 769px) {
    .singleCountryData table td {
        padding: 0;
        width: 90%;
        display: block;
        clear: both;
    }

    .singleCountryData .table-icon {
        width: 1px;
    }
    .singleCountryData .table-icon span {
        display: none;
    }
}

.singleCountryData table {
    width: 100%;
    box-sizing: border-box;
}

.singleCountryData table tr.table-row--icon {
    background-color: #FFF5F6;
}

.singleCountryData table.single-data-main tr:first-child + tr.table-row--icon {
    border-top: 20px solid #FFF5F6;
}

.singleCountryData table.single-data-main tr:last-child  {
    border-bottom: 20px solid #FFF5F6;
}

.singleCountryData table tr.table-row--icon td:nth-child(3n),
.singleCountryData table tr.table-row--pc td:nth-child(3n) {
    border-left: 1px solid #000000;
}

.singleCountryData table.single-data-sub tr.table-row--pc {
    background-color: #F4FFF7;
}

.singleCountryData table.single-data-sub tr:first-child + tr.table-row--pc {
    border-top: 20px solid #F4FFF7;
}

.singleCountryData table.single-data-sub tr:last-child  {
    border-bottom: 20px solid #F4FFF7;
}

.singleCountryData table tr.table-row--icon td,
.singleCountryData table tr.table-row--pc td {
    padding: 0 20px 12px 20px;
    vertical-align: top;
}

.singleCountryData table tr.table-row--pc td {
    width: auto;
}

.singleCountryData table td {
    padding-bottom: 5px;
    padding-right: 0;
    font-size: 0.9375rem;
    width: 50%;
}
@media only screen and (max-width: 769px) {
    .singleCountryData table td {
        padding: 10px 10px 0 0;
        width: 100%;
    }
}

.single-data-icon {
    width: 70px;
    height: 70px;
    display: inline-block;
    background-color: #f0f0f0;
    border-radius: 50%;
    padding: 10px;
    background-repeat: no-repeat;
    background-position:center;
}
.compareCountryData .single-data-icon {
    width: 70px;
    height: 70px;
}

@media only screen and (max-width: 769px) {
    .compareCountryData .single-data-icon {
        width: 30px;
        height: 30px;
    }
}
.single-data-icon.man {
    background-image: url(../img/icon_specia_person_blue.png);
    background-size: 30%;
}
.single-data-icon.lungs {
    background-image: url(../img/icon_special_lungs_blue.png);
    background-size: 60%;
}
.single-data-icon.flag {
    background-image: url(../img/icon_special_flag_blue.png);
    background-size: 40%;
}
.single-data-icon.circle {
    background-image: url(../img/icon_special_circle_blue.png);
    background-size: 60%;
}
.single-data-icon.circle span {
    font-size: 1.0em;
    width: 50px;
    text-align: center;
    margin-top: 15px;
}

.singleCountryData hr {
    border-top: none;
    height: 1px;
    margin: 0;
    padding: 0;
}

.single-data-3col {
    position:relative;
    float: left;
    font-weight: 700;
    width: 33.3%;
}
@media only screen and (max-width: 1067px) {
    .single-data-3col {
        width: 50%;
    }
}
@media only screen and (max-width: 769px) {
    .single-data-3col {
        width: 100%;
        padding-bottom: 10px;
        text-align: left;
    }
}

.single-data--highlight {
    font-family: 'Satoshi-Bold', Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    border: solid 1px #E0E0E0;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 20px;
    margin: 0 15px 15px 0 ;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 769px) {
    .single-data--highlight {
        margin-right: 0;
    }
}

.singleCountryData-source,
#source-compare {
    background-color: #2C3241;
    box-sizing: border-box;
    border: 1px solid #FFF;
    color: #FFF;
    left: 0;
    padding: 20px;
    position:absolute;
    top: 0;
    width: 60%;
    z-index: 1000;
    margin:20px 0 0 20%;
    display: none;
    font-size: 0.813em;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.35);
}

@media only screen and (max-width: 769px) {
    .singleCountryData-source,
    #source-compare {
        width: 90%;
        margin: 20% 0 0 5%;
    }
}

.singleCountryData-source ul {
    margin: 0;
    padding: 0;
}

.singleCountryData-source ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.singleCountryData-source ul {
    margin: 10px 0 0 10px;
    padding: 0;
}

.singleCountryData-source ul li li {
    list-style-type: disc;
    margin: 0 0 15px 0;
    padding: 0;
}

#source-compare {
    top: 100px;
}

.singleCountryData-source .highlight,
#source-compare .highlight {
    color: #FFF;
    font-weight: bold;
}

.singleCountryData-source a,
#source-compare a {
    color: #FFF;
}

.singleCountryData-source a.close,
#source-compare a.close {
    cursor: pointer;
    border: 1px solid #FFF;
    padding: 5px;
    float: right;
    clear: right;
    margin: 0 0 10px 0;
}

.data-circle-yes,
.data-circle-no,
.data-circle-nd,
.data-circle-na {
    background: url(../img/glcc_dataicons.png) no-repeat 0 0;
    background-size:contain;
    display: inline-block;
    height: 15px;
    width: 15px;
    vertical-align: middle;
    margin-right: 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.data-circle-yes {
    background: url(../img/icon_check_black.png) no-repeat center;
    background-size: contain;
    height: auto;
}
.data-circle-no {
    background-position: -27px 0 ;
}
.data-circle-nd {
    background-image: none;
    text-indent: 0;
    color: #FFF;
    background-color: #000;
    font-size: 0.5rem;
    border-radius: 50%;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
    float:left;
}
.data-circle-na {
    background-position: -87px 0 ;
}



.single-data-value,
.compare-data-value,
.compare-data-pc {
    display: block;
    font-family: 'Satoshi-Bold', Arial, Helvetica, sans-serif;
    font-size: 2.75rem;
}

@media only screen and (max-width: 769px) {
    .single-data-value,
    .compare-data-value {
        font-size: 1.75rem;
    }
}

.compare-data-value {
    color: #000;
}

.single-data-src {
    font-size: 0.750em;
    top: -5px;
    position:relative;
    padding: 0 0 0 3px;
}
.single-data-src a {
    cursor: pointer;
    color: #374054;
    text-decoration: none;
    font-weight: normal;
}

.single-data-underline {
    font-size: 1.625rem;
    font-family: 'Satoshi-Bold', Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 769px) {
    .single-data-underline {
        display: inline-block;
        margin-bottom: 5px;
        font-size: 1.500em;
    }
}

.footer-inner {
    max-width: 100%;
    margin: 0 auto;
}

.footer-inner p {
    position: relative;
    float: left;
    font-size: 0.8em;
    color: #249ABE;
    margin: 5px 0 10px 10px;
    font-family: 'Satoshi-Bold', Arial, Helvetica, sans-serif;
}

.footer-inner ul {
    margin: 10px 0 5px 10px;
    padding: 0;
    overflow: hidden;
    position: relative;
    float: left;
}
.footer-inner li,
.modal-share li,
.compare-share li {
    margin: 0 10px 0 0;
    padding: 0;
    list-style-type: none;
    float: left;
}

.footer-inner li {
    margin: 0 5px 0 0;
}

.modal-share {
    float: right;
    overflow: hidden;
    margin-right: 25px;
}

@media only screen and (max-width: 769px) {
    .modal-share {
        float: left;
        overflow: hidden;
        margin-left: 20px;
    }
}

.modal-share ul,
.compare-share,
.compare-wrapper .line-share-wrapper {
    margin: 0 -5px 0 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    float: right;
}
@media only screen and (max-width: 769px) {
    .modal-share ul,
    .compare-wrapper .line-share-wrapper {
        clear: both !important;
        float: none !important;
        margin: 0 0 20px 10px !important;
        overflow: hidden;
    }
}
.compare-share,
.compare-wrapper .line-share-wrapper {
    margin: 20px -10px 20px 0 ;
}

.compare-wrapper .button.export,
.compare-wrapper .button.print {
    float: right;
    margin: 20px 20px 20px 0;
    letter-spacing: 0.06em;
}

@media only screen and (max-width: 769px) {
    .compare-share {
        margin: 25px 7px 10px 0;
        float: right;
    }
}

.footer-inner .line-share-wrapper {
    margin: 10px 0 5px 10px;
    padding: 0;
    overflow: hidden;
    position: relative;
    float: left;
}

.line-share-wrapper .line-share-btn,
.share-icon {
    display: block;
    width: 27px;
    height: 27px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    cursor: pointer;
    background-size: contain !important;
    background-color: #249ABE;
    background-position:center center;
    border-radius: 50%;
}
.line-share-wrapper .line-share-btn {
    float: left;
    margin: 0 5px 0 0;
}
.share-icon.fb,
.line-share-svc-facebook {
    background-image: url(../img/icon_facebook_white-01.png);
}
.share-icon.tw,
.line-share-svc-twitter {
    background-image: url(../img/icon_twitter_white_1.png);
}
.share-icon.li,
.line-share-svc-linkedin {
    background-image: url(../img/icon_linked-in_white-01.png);
}
.share-icon.pr {
    background-image: url(../img/icon_twitter_black.png);
}

h1 {
    font-size: 1.500em;
    font-weight: normal;
    color: #2382A1;
}

.page-header h1 {
    color: #000;
    margin: 3rem 0;
    font-weight: bold;
    font-size: 3em;
}

h2 {
    font-size: 1.125em;
    font-weight: bold;
    color: #000000;
}

ul {
    margin: 0 0 0 20px;
    padding: 0;
}

.accordion dt,
.accordion dd {
    background-color: #FFF;
    margin: 0;
    padding: 15px;
    font-size: 0.875em;
    line-height: 1.714em;
}

.accordion dd {
    padding-top: 0;
}

.accordion dt,
.accordion dd {
    background-color: #F4F4F4;
}

.accordion dt.accordion-alt,
.accordion dd.accordion-alt {
    background-color: #FFF;
}

.accordion dt a {
    display: block;
    cursor: pointer;
    background: url(../img/accordion_bck.png) no-repeat right 5px;
    padding-right: 10px;
}

.accordion dt a.active {
    color: #1D7B98;
    background-position: right -90px;
}

.accordion dd h2 {
    font-size: 1.0em;
    font-weight: normal;
    color: #2382A1;
    margin: 15px 0;
    padding: 0;
    display: inline-block;
}

ul.list-references {
    margin: 0;
    padding: 0;
    font-size: 0.875em;
}

ul.list-references li {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #CFCFCF; 
    list-style-type: none;
}

ul.list-references ul {
    margin: 0 0 20px 20px;
}

ul.list-references li li {
    border-bottom: none;
    padding: 0;
    margin-top: 10px;
}

.highlight {
    color: #1D7998;
}

.notification-modal {
    position:absolute;
    top: 50%;
    left: 35%;
    width: 30%;
    z-index: 50000;
    background-color: #FFF;
    border-radius: 3px;
    padding: 20px;
    color: #FFF;
    display: none;
    box-sizing: border-box;
}

@media only screen and (max-width: 769px) {
    .notification-modal {
        width: 80%;
        left: 10%;
    }
}

.notification-modal a {
    color: #000;
} 

.notification-alert {
    position:absolute;
    border-radius: 3px;
    padding: 20px;
    background-color: #FFF;
    color: #000;
    width: 30%;
    top: 120px;
    right: 20px;
}

.notification-alert img {
    margin: 0 10px 0 0;
}

.notification-modal h1,
.notification-modal p {
    color: #000;
    font-family: 'Satoshi-Bold', Arial, Helvetica, sans-serif;
}

.notification-close {
    position:absolute;
    top: -11px;
    right: -11px;
    background: url(../img/notification-close.png) no-repeat top left;
    width: 22px;
    height: 22px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}



/* CONTACT FORM */

.page-content-inner label {
    display: block;
    clear: both;
    color: #2499BE;
    margin-bottom: 5px;
}
.page-content-inner .textfield,
.page-content-inner .textarea {
    border: 0;
    background-color: #F4F4F4;
    padding: 10px 12px;
    width: 100%;
    box-sizing: border-box;
}
.page-content-inner .textarea {
    min-height: 180px;
}
.page-content-inner .submit {
    background-color: #249ABE;
    border: none;
    color: #FFF;
    float: right;
    margin-bottom: 10px;
    padding: 8px 10px;

}

#references {
    display: none;
}

#marker-tooltip {
    display: none;
    position:absolute;
    width: 100px;
    box-sizing: border-box;
    border: solid 1px #FFF;
    background-color: #FFF;
    z-index: 100;
    padding: 10px;
    text-align: center;
    font-size: 0.875em;
    line-height: 1.2em;
    color: #000;
    font-family: 'Satoshi-Bold', Arial, Helvetica, sans-serif;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.35);
}

#marker-tooltip:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0; 
    height: 0;
    border-top: 8px solid #FFF;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

#marker-tooltip.top:after {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -8px;
    width: 0; 
    height: 0;
    border-bottom: 8px solid #FFF;
    border-top: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

#marker-tooltip img {
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.35);
    box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.35);
}


.ddl-icon {
    float:right;
    margin: 8px 0 0 8px;
}

.header-filter--wrap {
    border-left: 1px solid #E0E0E0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 140px;
}

@media only screen and (max-width: 769px) {
    .header-filter--wrap {
        width: auto;
    }
}

.small-screen .header-filter--wrap {
    border-left: none;
    border-bottom: 1px solid #E0E0E0;
    padding: 10px 0;
}

.small-screen .header-filter--wrap:last-child {
    border-bottom: none;
}

.select2-drop .ddl-icon {
    margin-top: 2px;
}

/*
Version: 3.5.0 Timestamp: Mon Jun 16 19:29:44 EDT 2014
*/
.select2-container {
    margin: 0 0 0 0;
    position: relative;
    display: ink;line-bloc
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    text-align: left;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 25px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    white-space: nowrap;
    line-height: 25px;
    color: #000;
    text-decoration: none;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #FFF;
    font-family: 'Satoshi-Medium', Arial, Helvetica;
    font-size: 1rem;
   
}

html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    float: none;
    width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background-color: rgba(255,255,255, 1);
    color: #000;
    border-top: 0;

    font-size: 1rem;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-bottom: 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border-top: none;
}


.select2-drop-auto-width {
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 12px;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 8px;
    background-clip: padding-box;
    background: url(../img/icon_dropdown_black.png) no-repeat 0 0;
    background-size: contain;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;

    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;

}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('select2.png') no-repeat 100% -22px;
    background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;

    background: #fff url('select2.png') no-repeat -37px -22px;
    background: url('select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100%;
    background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    outline: none;
}

.select2-dropdown-open .select2-choice {
    outline: none;
}

.select2-dropdown-open .select2-choice .select2-arrow {
    border-left: none;
    filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
       /* background-image: url('select2x2.png') !important; */
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}


/* jQuery Validation Engine */





/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }
    
    .formErrorInsideDialog.formError { z-index: 5000; }
    .formErrorInsideDialog.formError .formErrorContent { z-index: 5001; }
    .formErrorInsideDialog.formError .formErrorArrow { z-index: 5006; }




.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}

.formError .formErrorContent {
	width: 100%;
	background: #249ABE;
	position:relative;
	color: #fff;
	width: 150px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #249ABE;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}



div.info {
    position: absolute;
    z-index: 999;
    display: none;
    background-color: #fff;
    padding: 10px;
}


@media only screen and (max-width: 769px) {
    a {
        -ms-word-break: break-all;
        /* Be VERY careful with this, breaks normal words wh_erever */
        word-break: break-all;
        /* Non standard for webkit */
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }

}


.hidden {
    display: none;
}

.chart-filter-wrapper {
    width: 100%;
    background-color: #ccc;
}

.chart-filter-wrapper ul {
    margin: 0 10px 0 0;
    padding: 0;
    overflow: hidden;
    float: left;
}

.chart-filter-wrapper ul li {
    margin: 0 1px 5px 0;
    padding: 0;
    list-style-type: none;
    float: left;
}

.chart-filter-wrapper ul li a {
    background-color: #FFF;
    border:  1px solid #E0E0E0;
    color: #000000;
    padding: 10px 17px 10px 17px;
    display: block;
    font-size: 0.875rem;
}
.chart-filter-wrapper ul li.active a,
.chart-filter-wrapper ul li a:hover {
    background-color: #000000;
    border:  1px solid #000;
    color: #FFF;
    cursor: pointer;
}


#select-data-type,
#select-compare,
#ddlPreSelectedAnalysisReport{
    width: 100%;
    border: none;
    padding: 15px;
    font-size: 0.875em;
    color: #000000;
    border:  1px solid #000;
}

.chart-content {
    padding: 20px;
}

.chart-datatype-wrapper {
    float: left;
    clear: both;
    border: solid 1px #E4E4E4;
    width: 100%;
    margin: 10px 0;
    box-sizing: border-box;
}

.chart-total {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 2.0em;
    color: #1F2030;
    font-weight: 700;
}

.chart-total .chart-total-prefix {
    font-size: 0.4375em;
    line-height: 16px;
    color: #8F8F97;
    font-family: arial, Sans-serif;
    font-weight: normal;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}

.chart-outer-wrapper,
.chart-population-wrapper {
    position:relative;
    background-color: #FFFDF4;
    width: 74%;
    float: left;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.chart-population-wrapper {
    background-color: #F4FEFF;
    float: right;
    width: 24%;
    font-size: 1.0em;
    padding-bottom: 25px;
}

@media only screen and (max-width: 769px) {
    .chart-outer-wrapper {
	width: 100%;
	clear: both;
    }
}

.population-chart-wrapper {
    width: 35%;
    height: auto;
    float: left;
    margin-left: 20px;
    padding: 20px 0;
}

@media only screen and (max-width: 769px) {
    .chart-population-wrapper,
    .population-chart-wrapper {
	float: none;
	clear: both;
	width: 100%;
    margin: 0 auto;
	font-size: 1.0em;
    }

    .population-chart-wrapper {
        width: 80%;
        margin: 0 auto;
    }
}



.population-chart-key {
    font-size: 0.875em;
    color: #1F2030;
    margin: 40px 20px 0 0;
    width: 40%;
    float: right;
    font-size: 0.825em;
}

.population-chart-key .key-male,
.population-chart-key .key-female {
    float: left;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #95C23D;
    margin-right: 5px;
}
.population-chart-key .key-female {
    background-color: #1FBBE8 ;
}

.chart-x-title {
    position:absolute;
    width: 100px;
    text-align: center;
    left: 50%;
    bottom: 20px;
    z-index: 1000;
    font-size: 0.750em;
    margin-left: -50px;
    color: #000000;
}

.chart-y-title {
    position:absolute;
    width: 200px;
    text-align: center;
    margin-top: 100px;
    top: 50%;
    left: 10px;
    z-index: 1000;
    color: #000000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: left top 0;
    transform-origin: left top 0;
    font-size: 0.750em;
}

.chart-wrapper {
    margin: 50px 50px 50px 50px;
}

.chart-wrapper canvas{
    width: 100% !important;
    z-index: 100;
}

.chart-population-wrapper  .chart-pie-wrapper {
    position:relative;
    float: left;
    display: block;
    clear: both;
    width: 100%;
    margin: 0 0 20px 0;
}

.chart-population-wrapper h3 {
    color: #000;
    font-size: 0.9375rem;
    margin: 20px 20px 0 20px;
    padding: 0;
    font-weight: normal;
}

.chart-population-wrapper p {
    margin: 20px 20px 0 20px;
}

.chart-population-wrapper .statistic {
    color: #000;
    font-size: 2rem;
    display: block;
    margin: 0 20px 20px 20px;
    font-family: 'Satoshi-Bold', Arial, Helvetica, sans-serif;
}

.chart-population-wrapper hr {
    height:1px; 
    border:none; 
    color:#E4E4E4; 
    background-color:#E4E4E4; 
    width:100%; 
    text-align:center; 
    margin: 0 auto 0 auto;
}

.chart-key {
    position:relative;
    width: 100%;
    float:left;
    clear: both;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-gap: 10px;
    padding: 20px;
    font-size: 11px;
}

.chart-key .compare-male:before,
.chart-key .compare-female:before,
.chart-key .compare-male-2019:before,
.chart-key .compare-female-2019:before {
    width: 15px;
    height: 15px;
    content: "";
    display: inline-block;
    background-color: rgba(148,198,60,1);
    margin-right: 10px;
}
.chart-key .compare-female:before {
    background-color: rgba(30,187,232,1)
}
.chart-key .compare-male-2019:before {
    background-color: rgb(186, 144, 226);
}
.chart-key .compare-female-2019:before {
    background-color: rgb(209, 211, 95);
}



.button.export,
.button.print {
    padding: 5px 10px;
    color: #FFF;
    cursor: pointer;
    font-size: 0.75em;
    float: left;
    margin: 0 0 20px 25px;
    padding: 5px 40px 5px 20px;
    background:#249ABE url(../img/export_arrow_white-01.png) no-repeat right 5px center;
    background-size: contain;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.button.print {
    background: #249ABE url(../img/icon_print_white-01.png) no-repeat right 5px top 0;
    background-size: contain;
}

.hidden {
  display: none;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    
    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.singlecountry-compare-add:before {
    content: "+";
    position:absolute;
    top: 0;
    left:0; 
    right: 0;
    bottom: 0;
    text-align:center;
    z-index: 10000;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    color: #999;
}
.singlecountry-compare-remove:before {
    content: "-";
    position:absolute;
    top: 0;
    left:0; 
    right: 0;
    bottom: 0;
    text-align:center;
    z-index: 10000;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    color: #999;
}

.view-compare--header {
    display:flex;
    align-items: center;
}

@media only screen and (max-width: 769px) {
    .view-compare--header {
        display:block;
    }
}