@charset "UTF-8";
.ct-key-circle .ct-keymessage:after, .ct-tool:after, .ct-data-warpper:after, .ct-indicators-table .idf-datatable thead tr.no-xlsx:last-child, .idf-country-title:after, #idf-nav-top .idf-nrt:after, #idf-nav-top:after, .idf-share .jssocials-shares:after {
  *zoom: 1;
}
.ct-indicators-table .idf-datatable thead tr.no-xlsx:last-child:before, .ct-key-circle .ct-keymessage:after, .ct-tool:after, .ct-data-warpper:after, .ct-indicators-table .idf-datatable thead tr.no-xlsx:last-child:after, .idf-country-title:after, #idf-nav-top .idf-nrt:after, #idf-nav-top:after, .idf-share .jssocials-shares:after {
  content: " ";
  display: table;
}
.ct-key-circle .ct-keymessage:after, .ct-tool:after, .ct-data-warpper:after, .ct-indicators-table .idf-datatable thead tr.no-xlsx:last-child:after, .idf-country-title:after, #idf-nav-top .idf-nrt:after, #idf-nav-top:after, .idf-share .jssocials-shares:after {
  clear: both;
}

/*
@include font-face("Roboto", "../../../assets/css/fonts/Roboto/300/Roboto-Light", 300);
@include font-face("Roboto", "../../../assets/css/fonts/Roboto/400/Roboto-Regular", 400);
@include font-face("Roboto", "../../../assets/css/fonts/Roboto/400/Roboto-Italic", 400, italic);
@include font-face("Roboto", "../../../assets/css/fonts/Roboto/500/Roboto-Medium", 500);
@include font-face("Roboto", "../../../assets/css/fonts/Roboto/700/Roboto-Bold", 700);

@include font-face("Roboto Slab", "../../../assets/css/fonts/Roboto_Slab/300/RobotoSlab-Light", 300);
@include font-face("Roboto Slab", "../../../assets/css/fonts/Roboto_Slab/400/RobotoSlab-Regular", 400);
@include font-face("Roboto Slab", "../../../assets/css/fonts/Roboto_Slab/700/RobotoSlab-Bold", 500);
*/
:focus {
  outline: none;
}

body {
  font-family: ff-meta-web-pro, sans-serif;
  font-size: 16px;
  line-height: 1.45em;
  color: #474747;
  background: #F9F9F9;
  overflow-x: hidden;
}
body.tilLoad {
  overflow: hidden;
}
@media only screen and (max-width: 1400px) {
  body {
    font-size: 15px;
    line-height: 1.4em;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    font-size: 14px;
    line-height: 1.4em;
  }
}

a {
  color: #5388c7;
  outline: none;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
a:hover {
  color: #32629b;
}

input, textarea, select {
  outline: none;
  font-size: 0.9em;
  color: #6d6d6d;
}
input:visited, input:hover, input:active, input:focus, textarea:visited, textarea:hover, textarea:active, textarea:focus, select:visited, select:hover, select:active, select:focus {
  outline: none;
}

select:focus {
  text-shadow: 0 0 0 #000;
}

button, a {
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
button.btn.btn-gray, a.btn.btn-gray {
  background: #939598;
}
button.btn.btn-gray.white-text, a.btn.btn-gray.white-text {
  color: #fff;
}
button.btn.btn-gray:hover, a.btn.btn-gray:hover {
  background: #6d6f72;
}
button.btn.btn-blue1, a.btn.btn-blue1 {
  background: #769ad1;
}
button.btn.btn-blue1.white-text, a.btn.btn-blue1.white-text {
  color: #fff;
}
button.btn.btn-blue1:hover, a.btn.btn-blue1:hover {
  background: #3f70bc;
}
button.btn.btn-blue2, a.btn.btn-blue2 {
  background: #3f71b0;
}
button.btn.btn-blue2.white-text, a.btn.btn-blue2.white-text {
  color: #fff;
}
button.btn.btn-blue2:hover, a.btn.btn-blue2:hover {
  background: #2b4d78;
}
button.btn.btn-blue3, a.btn.btn-blue3 {
  background: #264e7c;
}
button.btn.btn-blue3.white-text, a.btn.btn-blue3.white-text {
  color: #fff;
}
button.btn.btn-blue3:hover, a.btn.btn-blue3:hover {
  background: #142941;
}
button.btn.btn-red1, a.btn.btn-red1 {
  background: #f49a7e;
}
button.btn.btn-red1.white-text, a.btn.btn-red1.white-text {
  color: #fff;
}
button.btn.btn-red1:hover, a.btn.btn-red1:hover {
  background: #ee6338;
}
button.btn.btn-red2, a.btn.btn-red2 {
  background: #ed5a41;
}
button.btn.btn-red2.white-text, a.btn.btn-red2.white-text {
  color: #fff;
}
button.btn.btn-red2:hover, a.btn.btn-red2:hover {
  background: #ce2f14;
}
button.btn.btn-red3, a.btn.btn-red3 {
  background: #a03021;
}
button.btn.btn-red3.white-text, a.btn.btn-red3.white-text {
  color: #fff;
}
button.btn.btn-red3:hover, a.btn.btn-red3:hover {
  background: #611d14;
}

table {
  width: 100%;
}

#preLoading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  display: block;
}
#preLoading.loading {
  z-index: -1;
}
#preLoading .preloadWarpper {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
#preLoading .preloadWarpper .preloadIco {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto;
  border: 10px solid rgba(83, 136, 199, 0.9);
  -webkit-border-top-left-radius: 50%;
  -moz-border-top-left-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -moz-border-top-right-radius: 50%;
  border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -moz-border-bottom-right-radius: 50%;
  border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-bottom-left-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow: hidden;
}
#preLoading .preloadWarpper .preloadIco img {
  display: block;
  width: 100%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-top-left-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -moz-border-top-right-radius: 50%;
  border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -moz-border-bottom-right-radius: 50%;
  border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-bottom-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.bg-gray {
  background: #939598;
}
.bg-gray.white-text {
  color: #fff;
}

.bg-blue1 {
  background: #769ad1;
}
.bg-blue1.white-text {
  color: #fff;
}

.bg-blue2 {
  background: #3f71b0;
}
.bg-blue2.white-text {
  color: #fff;
}

.bg-blue3 {
  background: #264e7c;
}
.bg-blue3.white-text {
  color: #fff;
}

.bg-red1 {
  background: #f49a7e;
}
.bg-red1.white-text {
  color: #fff;
}

.bg-red2 {
  background: #ed5a41;
}
.bg-red2.white-text {
  color: #fff;
}

.bg-red3 {
  background: #a03021;
}
.bg-red3.white-text {
  color: #fff;
}

.idf-tooltip {
  cursor: pointer;
}

#idf-main-container {
  position: relative;
  display: block;
  max-width: 1920px;
  margin: 0 auto;
}

#idf-share {
  background: #f0f0f0;
  border: none;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
}
#idf-share .modal-body {
  text-align: center;
  padding: 20px;
}
#idf-share .modal-body h4 {
  font-size: 1.75em;
  font-weight: 700;
  color: #51627A;
  font-family: ff-meta-serif-web-pro, serif;
  margin: 10px 0 5px;
  padding: 0;
}
#idf-share .modal-body p {
  margin: 0 0 3em;
  font-size: 0.9em;
}
#idf-share .modal-body button {
  display: inline-block;
  margin-top: 2em;
  font-size: 0.8em;
}

.idf-share {
  display: block;
  padding: 0;
  margin: 0;
}
.idf-share .jssocials-shares .jssocials-share {
  border: none;
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  padding: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-border-top-left-radius: 50%;
  -moz-border-top-left-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -moz-border-top-right-radius: 50%;
  border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -moz-border-bottom-right-radius: 50%;
  border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-bottom-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.idf-share .jssocials-shares .jssocials-share:last-child {
  margin-right: 0;
}
.idf-share .jssocials-shares .jssocials-share.jssocials-share-twitter {
  background: #4db5f5;
  border: 1px solid #4db5f5;
}
.idf-share .jssocials-shares .jssocials-share.jssocials-share-twitter:hover {
  background: #fff;
}
.idf-share .jssocials-shares .jssocials-share.jssocials-share-twitter:hover a {
  color: #1DA1F2;
}
.idf-share .jssocials-shares .jssocials-share.jssocials-share-facebook {
  background: #4e71ba;
  border: 1px solid #4e71ba;
}
.idf-share .jssocials-shares .jssocials-share.jssocials-share-facebook:hover {
  background: #fff;
}
.idf-share .jssocials-shares .jssocials-share.jssocials-share-facebook:hover a {
  color: #3C5A99;
}
.idf-share .jssocials-shares .jssocials-share.jssocials-share-googleplus {
  background: #ff2f3b;
  border: 1px solid #ff2f3b;
}
.idf-share .jssocials-shares .jssocials-share.jssocials-share-googleplus:hover {
  background: #fff;
}
.idf-share .jssocials-shares .jssocials-share.jssocials-share-googleplus:hover a {
  color: #FB000F;
}
.idf-share .jssocials-shares .jssocials-share.jssocials-share-linkedin {
  background: #0395e5;
  border: 1px solid #0395e5;
}
.idf-share .jssocials-shares .jssocials-share.jssocials-share-linkedin:hover {
  background: #fff;
}
.idf-share .jssocials-shares .jssocials-share.jssocials-share-linkedin:hover a {
  color: #0274B3;
}
.idf-share .jssocials-shares .jssocials-share.jssocials-share-email {
  background: #657b99;
  border: 1px solid #657b99;
}
.idf-share .jssocials-shares .jssocials-share.jssocials-share-email:hover {
  background: #fff;
}
.idf-share .jssocials-shares .jssocials-share.jssocials-share-email:hover a {
  color: #51627A;
}
.idf-share .jssocials-shares .jssocials-share a {
  display: block;
  padding: 8px 0;
  color: #fff;
  text-align: center;
  border: none;
  text-decoration: none;
}
.idf-share .jssocials-shares .jssocials-share a i {
  display: block;
  margin: 0 auto;
  font-size: 1.5em;
}
.idf-share .jssocials-shares .jssocials-share a span {
  font-size: 0.75em;
  text-align: center;
  display: block;
  margin-top: 5px;
}
.idf-share.idf-share-popup .jssocials-shares .jssocials-share {
  width: 18%;
  height: auto;
  margin-right: 2.5%;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.idf-share.idf-share-popup .jssocials-shares .jssocials-share:last-child {
  margin-right: 0;
}

/* Top nav */
#idf-nav-top {
  position: fixed;
  z-index: 1010;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px 0 11px;
  background: #fff;
  border-bottom: 1px solid #E5E5E5;
}
#idf-nav-top .idf-text {
  padding-left: 310px;
  display: block;
}
#idf-nav-top .idf-text a {
  text-decoration: none;
}
#idf-nav-top .idf-text h3 {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-size: 1.45em;
  font-weight: 700;
  color: #28263f;
  position: relative;
  font-family: ff-meta-serif-web-pro, serif;
}
#idf-nav-top .idf-text h3 span {
  display: block;
  font-size: 13px;
  text-transform: none;
  color: #474747;
  margin-top: 3px;
}
#idf-nav-top .idf-text h3 span sup {
  top: -2px;
  font-size: 0.6em;
}
#idf-nav-top .idf-nrt {
  width: auto;
  position: absolute;
  top: 20px;
  right: 30px;
  width: auto;
  height: auto;
}
#idf-nav-top .idf-nrt ul, #idf-nav-top .idf-nrt .nav-core {
  display: block;
  float: left;
}
#idf-nav-top .idf-nrt ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
#idf-nav-top .idf-nrt ul li {
  display: inline-block;
}
#idf-nav-top .idf-nrt ul li a {
  text-decoration: none;
}
#idf-nav-top .idf-nrt ul.nav-lg {
  width: 110px;
  position: relative;
}
#idf-nav-top .idf-nrt ul.nav-lg li {
  margin: 0 4px;
}
#idf-nav-top .idf-nrt ul.nav-lg li:after {
  content: "";
  width: 0;
  height: 1px;
  background: #a0a0a0;
  position: relative;
  display: block;
  top: -2px;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
#idf-nav-top .idf-nrt ul.nav-lg li.active:after, #idf-nav-top .idf-nrt ul.nav-lg li:hover:after {
  width: 100%;
}
#idf-nav-top .idf-nrt ul.nav-lg a {
  display: block;
  font-size: 0.8em;
  color: #a0a0a0;
}
#idf-nav-top .idf-nrt ul.nav-shotcut {
  width: 70px;
}
#idf-nav-top .idf-nrt ul.nav-shotcut li {
  margin: 0 3px;
}
#idf-nav-top .idf-nrt ul.nav-shotcut a {
  color: #fff;
  font-size: 1.1em;
  padding: 0;
  display: block;
  width: 22px;
  height: 22px;
  text-align: center;
  background: #a0a0a0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
#idf-nav-top .idf-nrt ul.nav-shotcut a:hover {
  background: #5388c7;
}
#idf-nav-top .idf-nrt .nav-core {
  margin-left: 30px;
  width: 30px;
  height: 22px;
  font-size: 2em;
  color: #5388c7;
  text-decoration: none;
  position: relative;
}
#idf-nav-top .idf-nrt .nav-core span {
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  background: #5388c7;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#idf-nav-top .idf-nrt .nav-core span:first-child {
  top: 0;
}
#idf-nav-top .idf-nrt .nav-core span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#idf-nav-top .idf-nrt .nav-core span:last-child {
  bottom: 0;
}
#idf-nav-top .idf-nlt {
  display: none;
  position: absolute;
  top: 50%;
  left: 10px;
  text-decoration: none;
  color: #5388c7;
  width: 100px;
  height: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#idf-nav-top .idf-nlt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  border: 4px solid #5388c7;
  -webkit-border-top-left-radius: 50%;
  -moz-border-top-left-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -moz-border-top-right-radius: 50%;
  border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -moz-border-bottom-right-radius: 50%;
  border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-bottom-left-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#idf-nav-top .idf-nlt span {
  font-size: 1.1em;
  display: inline-block;
  position: relative;
  top: 50%;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 40px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1400px) {
  #idf-nav-top {
    padding-top: 9px;
  }
  #idf-nav-top .idf-text h3 {
    text-align: left;
  }
  #idf-nav-top .idf-nrt {
    width: auto;
    right: 15px;
  }
  #idf-nav-top .idf-nrt ul.nav-lg {
    width: 100px;
  }
  #idf-nav-top .idf-nrt ul.nav-lg li {
    margin: 0 2px;
  }
  #idf-nav-top .idf-nrt ul.nav-shotcut li {
    margin: 0 3px;
  }
  #idf-nav-top .idf-nrt ul.nav-shotcut li a {
    padding: 1px 0;
  }
  #idf-nav-top .idf-nrt .nav-core {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 992px) {
  #idf-nav-top .idf-text {
    padding-left: 0;
  }
  #idf-nav-top .idf-text h3 {
    font-size: 1.25em;
    text-align: center;
  }
  #idf-nav-top .idf-nrt {
    width: 30px;
    right: 20px;
    top: 18px;
    right: 15px;
  }
  #idf-nav-top .idf-nrt ul {
    display: none;
  }
  #idf-nav-top .idf-nrt .nav-core {
    margin-left: 0;
  }
  #idf-nav-top .idf-nlt {
    display: block;
  }
}
@media only screen and (max-width: 740px) {
  #idf-nav-top .idf-nlt {
    width: 40px;
  }
  #idf-nav-top .idf-nlt span {
    display: none;
  }
}

/* Left nav */
.lt-overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
  cursor: pointer;
}
.lt-overlay.active-lay {
  display: block;
  z-index: 1010;
}

#idf-leftnav {
  z-index: 1010;
  background: #fff;
  box-shadow: 3px 0 5px rgba(0, 0, 0, 0.085);
  width: 280px;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 15px rgba(71, 71, 71, 0.15);
  -webkit-transition: all 0.45s ease-in;
  transition: all 0.45s ease-in;
}
#idf-leftnav .lt-logo {
  padding: 5px 20px 6px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 20px;
}
#idf-leftnav .lt-logo a {
  display: block;
  height: 54px;
}
#idf-leftnav .lt-logo a img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
#idf-leftnav .lt-nav {
  position: relative;
  display: block;
  padding: 0;
  overflow: auto;
}
#idf-leftnav .lt-nav .lt-nav-update {
  display: block;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.45em;
  color: #6d6d6d;
  padding: 0.75rem 1rem 1.35rem;
  margin-top: 1.5rem;
  border-top: 1px solid #E5E5E5;
}
#idf-leftnav .lt-nav .lt-nav-update span {
  display: block;
  font-weight: 500;
  font-size: 1.05em;
}
#idf-leftnav .lt-nav .lt-nav-update.active-block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#idf-leftnav .lt-nav .lt-nav-block {
  padding: 10px 0;
}
#idf-leftnav .lt-nav .lt-nav-block h4 {
  font-family: ff-meta-web-pro, sans-serif !important;
  font-size: 1em;
  font-weight: 700;
  padding: 0 20px;
  margin: 0 0 5px;
  font-family: ff-meta-serif-web-pro, serif;
  color: #32304f;
}
#idf-leftnav .lt-nav .lt-nav-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#idf-leftnav .lt-nav .lt-nav-block ul li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
#idf-leftnav .lt-nav .lt-nav-block ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 10px 40px 10px 45px;
  color: #504d7f;
  font-size: 0.9em;
  line-height: 1.35em;
}
#idf-leftnav .lt-nav .lt-nav-block ul li a:before {
  display: block;
  position: absolute;
  top: 47%;
  left: 17px;
  content: "";
  font-family: "LineAwesome";
  font-size: 1.35em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#idf-leftnav .lt-nav .lt-nav-block ul li a:hover {
  background: #8db0da;
  color: #fff;
}
#idf-leftnav .lt-nav .lt-nav-block ul li a.open {
  color: #fff;
  background-color: #5388c7;
}
#idf-leftnav .lt-nav .lt-nav-block ul li ul {
  overflow: hidden;
  max-height: 0px;
  -webkit-transition: max-height 0.53s cubic-bezier(0.08, 0.32, 0, 0.68);
  -moz-transition: max-height 0.53s cubic-bezier(0.08, 0.32, 0, 0.68);
  -ms-transition: max-height 0.53s cubic-bezier(0.08, 0.32, 0, 0.68);
  -o-transition: max-height 0.53s cubic-bezier(0.08, 0.32, 0, 0.68);
  transition: max-height 0.53s cubic-bezier(0.08, 0.32, 0, 0.68);
}
#idf-leftnav .lt-nav .lt-nav-block ul li ul li a {
  padding-left: 50px;
  font-size: 0.8em;
  color: #6d6d6d;
}
#idf-leftnav .lt-nav .lt-nav-block ul li.idf-dropdown {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#idf-leftnav .lt-nav .lt-nav-block ul li.idf-dropdown:before {
  display: block;
  position: relative;
  content: "";
  font-family: "LineAwesome";
  position: absolute;
  top: 7px;
  right: 20px;
  z-index: 1;
  color: #a0a0a0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#idf-leftnav .lt-nav .lt-nav-block ul li.idf-dropdown.is-active {
  background: #F6F6F6;
}
#idf-leftnav .lt-nav .lt-nav-block ul li.idf-dropdown.is-active:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#idf-leftnav .lt-nav .lt-nav-block ul li.idf-dropdown.is-active ul {
  max-height: 350px;
}
#idf-leftnav .lt-nav .lt-nav-block ul li.idf-dropdown.is-active ul li a {
  background: none;
}
#idf-leftnav .lt-nav .lt-nav-block ul li.idf-dropdown.is-active ul li a:before {
  content: "—";
  left: 22px;
}
#idf-leftnav .lt-nav .lt-nav-block ul li.idf-dropdown.is-active ul li a:hover {
  background: #8db0da;
  color: #fff;
}
#idf-leftnav .lt-nav .lt-nav-block ul li.idf-dropdown.is-active ul li a.open {
  color: #fff;
  background: #32629b;
  background: -webkit-linear-gradient(left, #32629b, #6695cd);
  background: linear-gradient(to right, #32629b, #6695cd);
}
#idf-leftnav .lt-nav .lt-nav-block ul li.idf-dropdown.complications-of-diabetes {
  display: none;
}
@media only screen and (max-width: 1280px) {
  #idf-leftnav .lt-nav .lt-nav-block h4 {
    font-weight: 400;
  }
  #idf-leftnav .lt-nav .lt-nav-block ul li {
    font-weight: 500;
    font-size: 0.95em;
  }
}

footer {
  background-color: #5388c7;
  display: block;
  position: relative;
  padding-left: 280px;
}
footer .idf-footer-warpper {
  padding: 10px 15px;
  display: block;
  position: relative;
  color: #fff;
  font-size: 0.8em;
  font-weight: 300;
}
footer .idf-footer-warpper a {
  color: rgba(255, 255, 255, 0.8);
}
footer .idf-footer-warpper .idf-f-by {
  text-align: right;
}

/* Main contain */
.idf-container {
  min-height: 100%;
  display: block;
  position: relative;
  padding-left: 280px;
  padding-top: 85px;
}
.idf-container .idf-container-warpper {
  display: block;
  position: relative;
  padding: 10px 15px;
}
.idf-container .idf-container-warpper .idf-card {
  display: block;
  position: relative;
  background: #fff;
  padding: 30px;
  margin-bottom: 20px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.085);
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* Main class */
.idf-containt-main {
  padding: 2em 0 1.5em;
}
.idf-containt-main h1 {
  display: block;
  margin: 0 auto;
  font-size: 3em;
  font-weight: 700;
  text-align: center;
  color: #28263f;
  font-family: ff-meta-serif-web-pro, serif;
}
.idf-containt-main span {
  display: block;
  text-align: center;
  font-weight: 300;
  color: #a0a0a0;
}
@media only screen and (max-width: 1400px) {
  .idf-containt-main h1 {
    font-size: 2.4em;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 998px) {
  .idf-containt-main h1 {
    font-size: 3.2em;
  }
}
@media only screen and (max-width: 768px) {
  .idf-containt-main h1 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 740px) {
  .idf-containt-main h1 {
    font-size: 1.7em;
    margin-bottom: 15px;
  }
  .idf-containt-main span {
    font-size: 0.85em;
    font-weight: 400;
    display: none;
  }
}

.idf-country-title {
  padding: 1em 0 3em;
  margin-bottom: 3em;
  position: relative;
  display: block;
  border-bottom: 1px solid #E5E5E5;
}
.idf-country-title .ct-header-flag {
  display: block;
  position: relative;
  float: left;
  width: 150px;
}
.idf-country-title .ct-header-flag img {
  width: 100%;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.085);
}
.idf-country-title .ct-header-text {
  float: left;
  width: calc(100% - 150px);
  padding-left: 40px;
}
.idf-country-title h1 {
  font-weight: 700;
  font-size: 2.5em;
  color: #28263f;
  font-family: ff-meta-serif-web-pro, serif;
  margin: 0;
  padding: 0;
}
.idf-country-title span {
  display: block;
  font-weight: 300;
  font-family: ff-meta-web-pro, sans-serif;
  color: #a0a0a0;
  font-size: 1.5em;
  margin-top: 5px;
}

.idf-indicators-title {
  display: block;
  position: relative;
  border-bottom: 1px solid #E5E5E5;
  padding: 1em 0 2.5em;
  margin-bottom: 2.5em;
}
.idf-indicators-title h1 {
  font-size: 2.5em;
  color: #5388c7;
  font-family: ff-meta-serif-web-pro, serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.idf-indicators-title span {
  display: block;
  font-size: 1.25em;
  font-weight: 300;
  color: #a0a0a0;
  margin-bottom: 5px;
}

.idf-global-title {
  padding: 2em 0;
  margin-bottom: 1em;
}
.idf-global-title .ct-header-text {
  text-align: center;
  margin-bottom: 3em;
}
.idf-global-title .ct-header-text h1 {
  font-size: 3.5em;
  color: #51627A;
  font-weight: 700;
  font-family: ff-meta-serif-web-pro, serif;
}
.idf-global-title .ct-header-text span {
  display: block;
  font-weight: 300;
  font-family: ff-meta-serif-web-pro, serif;
  color: #a0a0a0;
  font-size: 1.35em;
  margin-top: 10px;
}

/* Country search */
#country_search, #compare-country {
  display: block;
  position: relative;
}
#country_search form, #compare-country form {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 3.5em 20px 2em;
}
#country_search form select, #compare-country form select {
  width: 100%;
}
#country_search .select2-selection, #compare-country .select2-selection {
  width: 100% !important;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  height: auto;
  border: 1px solid #f0f0f0;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.085);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-border-top-left-radius: 30px;
  -moz-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  -moz-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
#country_search .select2-selection:hover, #compare-country .select2-selection:hover {
  box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.085);
}
#country_search .select2-selection .select2-selection__rendered, #compare-country .select2-selection .select2-selection__rendered {
  padding: 15px 25px;
  font-size: 1.1em;
  line-height: 1.45em;
  font-weight: 300;
}
#country_search .select2-selection .select2-selection__rendered:after, #compare-country .select2-selection .select2-selection__rendered:after {
  content: "";
  font-family: "LineAwesome";
  font-size: 1.5em;
  color: #C5C5C5;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#country_search .select2-selection .select2-selection__arrow, #compare-country .select2-selection .select2-selection__arrow {
  display: none;
}
@media only screen and (max-width: 768px) {
  #country_search .select2-selection .select2-selection__rendered, #compare-country .select2-selection .select2-selection__rendered {
    padding: 10px 20px;
  }
}

#compare-country form {
  display: block;
  position: relative;
  padding: 0;
  margin: 0 0 1.5em;
}
#compare-country .select2-selection {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.085);
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#compare-country .select2-selection:hover {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.085);
}
#compare-country .select2-selection .select2-selection__rendered {
  padding: 12px 25px;
  font-size: 1em;
  font-weight: 400;
}
#compare-country .select2-selection .select2-selection__rendered:after {
  font-size: 1em;
}

.select2 {
  width: 100% !important;
}

.select2-dropdown {
  border: none;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.085);
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.select2-dropdown.select2-dropdown--below {
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.select2-dropdown .select2-search {
  padding: 5px 20px 15px;
}
.select2-dropdown .select2-search input {
  border: none !important;
  border-bottom: 1px solid #E8E8E8 !important;
  padding: 10px 0;
}
.select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding-left: 20px;
  padding-right: 20px;
}
.select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background: #5388c7;
}

/* IDF WORLD MAP */
#idf-world-map {
  width: 100%;
  max-width: 1150px;
  margin: 2em auto 0;
}

.mapael .mapTooltip {
  position: absolute;
  background-color: #fff;
  padding: 5px 15px;
  z-index: 1000;
  max-width: 200px;
  font-size: 0.85em;
  line-height: 1.25em;
  color: #51627A;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.mapael .map {
  position: relative;
}
.mapael .map .zoomButton {
  position: absolute;
  width: 17px;
  height: 17px;
  -webkit-border-top-left-radius: 50%;
  -moz-border-top-left-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -moz-border-top-right-radius: 50%;
  border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -moz-border-bottom-right-radius: 50%;
  border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-bottom-left-radius: 50%;
  border-bottom-left-radius: 50%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  background: #407bc1;
  text-align: center;
  color: #fff;
  font-size: 0.85em;
  line-height: 0.9em;
  left: 15px;
  cursor: pointer;
  border: 1px solid #407bc1;
}
.mapael .map .zoomButton.zoomReset {
  line-height: 1.05em;
  bottom: 66px;
}
.mapael .map .zoomButton.zoomIn {
  bottom: 43px;
}
.mapael .map .zoomButton.zoomOut {
  bottom: 20px;
}
.mapael .map .zoomButton:hover {
  background: #fff;
  color: #5388c7;
}

/* Country Table */
#ct-country-table {
  display: block;
}
#ct-country-table table {
  display: table;
  width: 100%;
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
}
#ct-country-table table th, #ct-country-table table td {
  padding: 8px 10px;
}
#ct-country-table table th.no-pd, #ct-country-table table td.no-pd {
  padding: 0;
}
#ct-country-table table th {
  font-size: 0.85em;
}
#ct-country-table table th.text-center {
  padding: 6px 10px 10px;
  font-family: ff-meta-web-pro, sans-serif;
  font-size: 1.25em;
}
#ct-country-table table td {
  font-size: 0.9em;
}
#ct-country-table table thead th {
  background: #f0f0f0;
  font-family: ff-meta-serif-web-pro, serif;
  font-weight: 400;
  position: relative;
  font-size: 1.25em;
  width: 14%;
}
#ct-country-table table thead th:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 19px 20px;
  border-color: transparent transparent transparent #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#ct-country-table table thead th:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 19px 20px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 3px;
  z-index: 0;
}
#ct-country-table table thead th:first-child {
  width: 30%;
}
#ct-country-table table thead th:nth-child(3) {
  background: #e3e3e3;
}
#ct-country-table table thead th:nth-child(3):before {
  border-color: transparent transparent transparent #f0f0f0;
}
#ct-country-table table thead th:nth-child(4) {
  background: #d7d7d7;
}
#ct-country-table table thead th:nth-child(4):before {
  border-color: transparent transparent transparent #e3e3e3;
}
#ct-country-table table thead th:nth-child(5) {
  background: #cacaca;
}
#ct-country-table table thead th:nth-child(5):before {
  border-color: transparent transparent transparent #d7d7d7;
}
#ct-country-table table thead th:nth-child(6) {
  background: #bdbdbd;
}
#ct-country-table table thead th:nth-child(6):before {
  border-color: transparent transparent transparent #cacaca;
}
#ct-country-table table thead th:first-child:before, #ct-country-table table thead th:first-child:after, #ct-country-table table thead th:nth-child(2):before, #ct-country-table table thead th:nth-child(2):after {
  content: inherit;
  display: none;
}
#ct-country-table table tbody {
  line-height: 1.45em;
}
#ct-country-table table tbody tr {
  border-bottom: 1px solid #8db0da;
}
#ct-country-table table tbody tr:hover {
  background: #f5f8fc;
}
#ct-country-table table tbody tr.ct-cp td {
  border: 1px solid #E8E8E8;
  text-align: center;
}
#ct-country-table table tbody tr.ct-cp td img {
  width: 40px;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.095);
}
#ct-country-table table tbody tr th {
  font-weight: 400;
}
#ct-country-table table tbody tr th.ct-topic {
  font-weight: 700;
  background: #e5edf7;
  font-family: ff-meta-serif-web-pro, serif;
}
#ct-country-table table tbody tr td {
  text-align: center;
}
#ct-country-table table tbody tr td.ct-dv ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ct-country-table table tbody tr td.ct-dv ul li {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  width: 50%;
  line-height: 1.45em;
}
#ct-country-table table tbody tr td.ct-dv ul li b {
  display: inline-block;
  margin-right: 5px;
  font-size: 0.9em;
}
#ct-country-table table tbody tr td.ct-dv ul li b.dv-c {
  cursor: help;
}
#ct-country-table .line, #ct-country-table .line-dot {
  display: block;
  width: 100%;
  height: 60px;
  background: #fff;
  position: relative;
}
#ct-country-table .line:before, #ct-country-table .line:after, #ct-country-table .line-dot:before, #ct-country-table .line-dot:after {
  content: "";
  background: #c7c7c7;
  position: absolute;
  top: 40%;
}
#ct-country-table .line:before, #ct-country-table .line-dot:before {
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#ct-country-table .line:after, #ct-country-table .line-dot:after {
  width: 10px;
  height: 10px;
  left: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-top-left-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -moz-border-top-right-radius: 50%;
  border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -moz-border-bottom-right-radius: 50%;
  border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-bottom-left-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
#ct-country-table .line:after {
  content: inherit;
  display: none;
}

#ct-country-table-compare {
  display: block;
  font-size: 0.9em;
  overflow: auto;
}
#ct-country-table-compare table {
  display: table;
  width: 100%;
  min-width: 1200px;
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
  border-bottom: 1px solid #E8E8E8;
}
#ct-country-table-compare table th, #ct-country-table-compare table td {
  padding: 8px 10px;
}
#ct-country-table-compare table thead th {
  background: #f0f0f0;
  font-family: ff-meta-serif-web-pro, serif;
  font-weight: 400;
  position: relative;
  font-size: 1.25em;
  width: 14%;
}
#ct-country-table-compare table thead th.text-center {
  padding: 6px 10px 10px;
  font-family: ff-meta-web-pro, sans-serif;
  font-size: 1.25em;
}
#ct-country-table-compare table thead th:first-child {
  width: 44%;
}
#ct-country-table-compare table thead th:nth-child(3) {
  background: #d7d7d7;
}
#ct-country-table-compare table thead th:nth-child(4) {
  background: #cacaca;
}
#ct-country-table-compare table thead th:nth-child(5) {
  background: #bdbdbd;
}
#ct-country-table-compare table tbody {
  line-height: 1.45em;
}
#ct-country-table-compare table tbody tr:hover {
  background: #f5f8fc;
}
#ct-country-table-compare table tbody tr.ct-cp td {
  border-top: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
  text-align: center;
}
#ct-country-table-compare table tbody tr.ct-cp td img {
  width: 35px;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.095);
}
#ct-country-table-compare table tbody tr.ct-cp td span {
  display: none;
  text-align: center;
}
#ct-country-table-compare table tbody tr th {
  font-weight: 400;
}
#ct-country-table-compare table tbody tr th.ct-topic {
  font-weight: 700;
  background: #e5edf7;
  font-family: ff-meta-serif-web-pro, serif;
  border-bottom: 1px solid #8db0da;
}
#ct-country-table-compare table tbody tr td {
  text-align: center;
  border-left: 1px solid #E8E8E8;
  border-top: 1px solid #E8E8E8;
}
#ct-country-table-compare table tbody tr.dv-sec {
  background: #e5edf7;
  font-family: ff-meta-serif-web-pro, serif;
}
#ct-country-table-compare table tbody tr.dv-sec th, #ct-country-table-compare table tbody tr.dv-sec td {
  font-weight: 700;
  border-left: none;
  border-bottom: 1px solid #8db0da;
}
#ct-country-table-compare table tbody tr.dv-sec td {
  padding: 0;
}
#ct-country-table-compare table tbody tr.dv-sec td img {
  width: 40px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
#ct-country-table-compare table tbody tr.dv-sec td span {
  display: none;
}
#ct-country-table-compare table tbody tr.dv-a {
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
#ct-country-table-compare table tbody tr.dv-a td {
  border: none;
}
#ct-country-table-compare table tbody tr.dv-b td {
  border-top: none;
}
#ct-country-table-compare table tbody tr.dv-b th {
  padding: 0 8px;
}
#ct-country-table-compare table tbody tr.dv-b th span {
  display: inline-block;
  padding: 8px 8px 8px 35px;
  margin-left: 20px;
  position: relative;
  border-left: 1px solid #E8E8E8;
}
#ct-country-table-compare table tbody tr.dv-b th span:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #E8E8E8;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#ct-country-table-compare table tbody tr.dv-b th span.dv-c {
  cursor: help;
}

.ct-indicators-table {
  display: block;
  position: relative;
}
.ct-indicators-table select, .ct-indicators-table input {
  border: none;
  padding: 7px 10px;
  border-bottom: 1px solid #bfbfbf;
}
.ct-indicators-table input {
  padding-left: 0;
}
.ct-indicators-table .dataTables_length, .ct-indicators-table .dataTables_filter, .ct-indicators-table .dataTables_info {
  font-size: 0.9em;
  color: #878787;
}
.ct-indicators-table .dataTables_length {
  margin-bottom: 1em;
}
.ct-indicators-table .dataTables_length select {
  margin: 0 10px;
}
.ct-indicators-table .dataTables_filter {
  margin-bottom: 1em;
}
.ct-indicators-table .dataTables_filter input {
  margin-left: 10px;
}
.ct-indicators-table .dataTables_filter label {
  position: relative;
  display: block;
}
.ct-indicators-table .dataTables_filter label:after {
  content: "";
  font-family: "LineAwesome";
  font-size: 1.25em;
  color: #E5E5E5;
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ct-indicators-table .dataTables_info, .ct-indicators-table .dataTables_paginate {
  margin-top: 1.5em;
}
.ct-indicators-table .dataTables_info {
  font-style: italic;
}
.ct-indicators-table .dataTables_paginate {
  margin-top: 1.3em;
}
.ct-indicators-table .dataTables_paginate span {
  margin: 0 10px;
}
.ct-indicators-table .dataTables_paginate a {
  font-size: 0.9em;
}
.ct-indicators-table .dataTables_paginate a.paginate_button {
  border: none !important;
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 6px 0 0;
  -webkit-border-top-left-radius: 50%;
  -moz-border-top-left-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -moz-border-top-right-radius: 50%;
  border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -moz-border-bottom-right-radius: 50%;
  border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-bottom-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.ct-indicators-table .dataTables_paginate a.paginate_button:hover {
  background: #5388c7;
  color: #fff;
  border: none !important;
}
.ct-indicators-table .dataTables_paginate a.paginate_button.previous, .ct-indicators-table .dataTables_paginate a.paginate_button.next {
  width: auto;
  height: auto;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ct-indicators-table .dataTables_paginate a.paginate_button.previous:hover, .ct-indicators-table .dataTables_paginate a.paginate_button.next:hover {
  background: none;
  color: #5388c7 !important;
}
.ct-indicators-table .dataTables_paginate a.paginate_button.current {
  background: #32629b;
  color: #fff !important;
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.085);
}
.ct-indicators-table .dataTables_paginate a.paginate_button.current:hover {
  background: #32629b;
  color: #fff !important;
}
.ct-indicators-table .idf-d-table {
  display: block;
  position: relative;
  overflow: auto;
  width: 100%;
}
.ct-indicators-table .idf-datatable {
  display: table;
  width: 100%;
  min-width: 600px;
  max-width: 100%;
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
}
.ct-indicators-table .idf-datatable th, .ct-indicators-table .idf-datatable td {
  font-size: 0.9em;
  padding: 7px 15px;
  white-space: nowrap;
}
.ct-indicators-table .idf-datatable thead tr {
  background: #396eae;
  border-bottom: none;
}
.ct-indicators-table .idf-datatable thead tr th {
  color: #fff;
  font-family: ff-meta-serif-web-pro, serif;
  text-align: left;
  border-bottom: none;
  background: none;
  position: relative;
  padding-right: 30px;
}
.ct-indicators-table .idf-datatable thead tr th:after {
  position: absolute;
  top: 50%;
  right: 5px;
  font-family: "LineAwesome";
  width: 20px;
  color: #fff;
  font-size: 0.85em;
  font-weight: 300;
  font-size: 1.1em;
  text-align: center;
  line-height: 1em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ct-indicators-table .idf-datatable thead tr th:hover {
  background: #32629b;
  border-bottom: none;
}
.ct-indicators-table .idf-datatable thead tr th.sorting:after {
  content: "";
}
.ct-indicators-table .idf-datatable thead tr th.sorting_asc:after {
  content: "";
}
.ct-indicators-table .idf-datatable thead tr th.sorting_desc:after {
  content: "";
}
.ct-indicators-table .idf-datatable thead tr.no-xlsx {
  background: #fff;
}
.ct-indicators-table .idf-datatable thead tr.no-xlsx th {
  font-family: ff-meta-web-pro, sans-serif;
  background: #f2f2f2;
  border-top: 1px solid #E5E5E5;
  padding: 10px;
}
.ct-indicators-table .idf-datatable thead tr.no-xlsx th select {
  border: none;
}
.ct-indicators-table .idf-datatable thead tr.no-xlsx th select:last-child {
  float: right;
  margin-right: 10px;
}
.ct-indicators-table .idf-datatable thead tr.no-xlsx th:hover {
  background: #f2f2f2;
}
.ct-indicators-table .idf-datatable tbody {
  border-bottom: 1px solid #cccccc;
}
.ct-indicators-table .idf-datatable tbody tr:nth-child(odd) {
  background: #f8f8f8;
}
.ct-indicators-table .idf-datatable tbody tr:hover {
  background: #f0f0f0;
}
.ct-indicators-table .idf-datatable tbody tr.db-region {
  background: #e0e4ea;
  border-top: 1px solid #d0d7e0;
}
.ct-indicators-table .idf-datatable tbody tr td {
  text-align: right;
}
.ct-indicators-table .idf-datatable tbody tr td:nth-child(1) {
  border-right: 1px solid #E5E5E5;
}
.ct-indicators-table .idf-datatable tbody tr td a {
  display: block;
  text-align: left;
  font-weight: 700;
  color: #51627A;
}
.ct-indicators-table .dataTables_scrollBody {
  border-bottom: none !important;
}
.ct-indicators-table .dataTables_scrollBody table thead tr {
  display: none !important;
}

.ct-help {
  display: block;
  background: #f0f4fa;
  padding: 5px 20px;
  border-left: 3px solid #7098cc;
  font-size: 0.8em;
  margin-top: 3em;
  font-family: ff-meta-serif-web-pro, serif;
}
.ct-help ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ct-help ul li {
  display: block;
  margin: 0.5em 0 1em;
  padding: 0;
  line-height: 1.45em;
}
.ct-help ul li:last-child {
  margin-bottom: 0.5em;
}
.ct-help ul li b {
  display: block;
}

.ct-data-warpper {
  display: block;
  position: relative;
}
.ct-data-warpper .ct-left-side, .ct-data-warpper .ct-right-side {
  float: left;
  display: block;
  position: relative;
}

.ct-left-side {
  width: 65%;
  overflow: hidden;
}

.ct-table-warpper {
  display: block;
  position: relative;
  width: 100%;
  overflow: auto;
}
.ct-table-warpper table {
  min-width: 600px;
}
.ct-table-warpper table.min-width-400 {
  min-width: 400px;
}

.ct-right-side {
  width: 35%;
  padding-left: 40px;
}
.ct-right-side .ct-rt-box {
  display: block;
  position: relative;
  margin-bottom: 2em;
}
.ct-right-side .ct-rt-box:last-child {
  margin-bottom: 0;
}
.ct-right-side .ct-rt-box h4 {
  display: block;
  font-size: 1em;
  font-weight: 700;
  font-family: ff-meta-serif-web-pro, serif;
  color: #32304f;
  margin: 0 0 15px;
  padding: 0;
}
.ct-right-side .ct-rt-box h4 span {
  display: inline-block;
  margin-left: 10px;
}
.ct-right-side .ct-rt-box h4 span i {
  font-size: 1.5em;
  display: inline-block;
  position: relative;
  top: 3px;
}

.ct-tool a, .ct-tool button {
  display: inline-block;
  float: left;
  margin-right: 2.6%;
  margin-bottom: 10px;
  padding: 8px 15px 7px;
  background: #5388c7;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: none;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.ct-tool a i, .ct-tool button i {
  display: inline-block;
  font-size: 1.2em;
  margin-right: 10px;
}
.ct-tool a span, .ct-tool button span {
  display: inline-block;
  font-size: 0.9em;
  text-align: center;
}
.ct-tool a:last-child, .ct-tool button:last-child {
  margin-right: 0;
}
.ct-tool a:hover, .ct-tool button:hover {
  border: none !important;
  background: #fff !important;
  color: #51627A;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.1);
}
.ct-tool button {
  float: none;
  border: none;
  margin-right: 3px;
}

#ct-map-marker {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px;
  background: #f8fafd;
}

.idf-country-title-compare {
  margin: 0 auto 2em;
  padding: 1.5em 0;
}
.idf-country-title-compare .contry-flag a {
  text-decoration: none;
}
.idf-country-title-compare .contry-flag img {
  max-width: 180px;
  display: block;
  margin: 0 auto;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.085);
}
.idf-country-title-compare .contry-flag h4 {
  font-size: 1.5em;
  color: #5388c7;
  margin: 20px 0 0;
  text-align: center;
  font-weight: 700;
  font-family: ff-meta-serif-web-pro, serif;
}
.idf-country-title-compare .country-text {
  text-align: center;
  margin-bottom: 3em;
}
.idf-country-title-compare .country-text h3 {
  font-size: 2em;
  color: #51627A;
  font-weight: 700;
  font-family: ff-meta-serif-web-pro, serif;
}
.idf-country-title-compare .country-text span {
  display: block;
  font-weight: 300;
  font-family: ff-meta-serif-web-pro, serif;
  color: #a0a0a0;
  font-size: 1.35em;
  margin-top: 5px;
}
@media only screen and (max-width: 1400px) {
  .idf-country-title-compare .contry-flag img {
    max-width: 135px;
  }
  .idf-country-title-compare .contry-flag h4 {
    font-size: 1.25em;
  }
  .idf-country-title-compare .country-text {
    margin-bottom: 2em;
  }
  .idf-country-title-compare .country-text h3 {
    font-size: 1.75em;
  }
  .idf-country-title-compare .country-text span {
    font-size: 1.25em;
    line-height: 1.4em;
  }
}
@media only screen and (max-width: 600px) {
  .idf-country-title-compare .contry-flag h4 {
    font-size: 1.25em;
    margin-top: 10px;
  }
  .idf-country-title-compare .country-text {
    margin-top: 2em;
    margin-bottom: 0;
  }
  .idf-country-title-compare .country-text h3 {
    font-size: 1.5em;
  }
  .idf-country-title-compare .country-text span {
    font-size: 1em;
  }
  .idf-country-title-compare .tool-box {
    margin: 1em 0 3em;
  }
  .idf-country-title-compare .tool-box a {
    width: 40px;
    height: 40px;
    padding: 10px 0;
  }
}

.tool-box {
  display: block;
  text-align: center;
}
.tool-box a {
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 1.45em;
  color: #51627A;
  text-align: center;
  text-decoration: none;
  background: #f0f0f0;
  margin: 0 5px;
  padding: 13px 0;
  -webkit-border-top-left-radius: 50%;
  -moz-border-top-left-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -moz-border-top-right-radius: 50%;
  border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -moz-border-bottom-right-radius: 50%;
  border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-bottom-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.tool-box a:hover {
  color: #fff;
  background: #5388c7;
  box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.1);
}

.map-data {
  padding: 10px;
}
.map-data svg text {
  font-family: ff-meta-web-pro, sans-serif !important;
}
.map-data .mapOption {
  display: block;
  position: relative;
  border-top: 1px solid #E5E5E5;
  margin-top: 2em;
  padding-top: 2em;
}
.map-data .mapOption p {
  font-size: 0.8em;
  line-height: 1.45em;
  color: #878787;
  margin: 0;
  padding: 0 0 15px;
  font-family: ff-meta-serif-web-pro, serif;
}
.map-data .mapOption .mapLink {
  display: block;
  margin-bottom: 2.5em;
}
.map-data .mapOption .mapLink h5 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 10px;
  padding: 0;
}
.map-data .mapOption .mapLink ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.map-data .mapOption .mapLink ul:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 5px;
  background: #769ad1;
}
.map-data .mapOption .mapLink ul li {
  display: block;
  padding: 7px 0 7px 0;
  margin: 0;
  position: relative;
  font-size: 0.85em;
}
.map-data .mapOption .mapLink ul li:before {
  content: "";
  width: 15px;
  height: 1px;
  background: #769ad1;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.map-data .mapOption .mapLink ul li:after {
  content: "";
  font-size: 0.75em;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 20px;
  border: 1px solid #264e7c;
  -webkit-border-top-left-radius: 50%;
  -moz-border-top-left-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -moz-border-top-right-radius: 50%;
  border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -moz-border-bottom-right-radius: 50%;
  border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-bottom-left-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.map-data .mapOption .mapLink ul li a {
  display: block;
  position: relative;
  color: #474747;
  text-decoration: none;
  padding-left: 45px;
  z-index: 1;
}
.map-data .mapOption .mapLink ul li a:hover {
  color: #ed5a41;
}
.map-data .mapOption .mapLink ul li a.active {
  color: #a03021;
  font-weight: 700;
  font-family: ff-meta-web-pro, sans-serif;
}

.region-world .ct-header-text h1 {
  color: #5388c7;
}
.region-world .idf-region-profile .ct-region-table table thead tr th {
  width: 14%;
}
.region-world .idf-region-profile .ct-region-table table thead tr th:first-child {
  background: #edf2f9;
  width: 30%;
}
.region-world .idf-region-profile .ct-region-table table thead tr th:nth-child(2) {
  background: #edf2f9;
}
.region-world .idf-region-profile .ct-region-table table thead tr th:nth-child(3) {
  background: #dae5f3;
}
.region-world .idf-region-profile .ct-region-table table thead tr th:nth-child(3):before {
  border-color: transparent transparent transparent #edf2f9;
}
.region-world .idf-region-profile .ct-region-table table thead tr th:nth-child(4) {
  background: #c6d8ed;
}
.region-world .idf-region-profile .ct-region-table table thead tr th:nth-child(4):before {
  border-color: transparent transparent transparent #dae5f3;
}
.region-world .idf-region-profile .ct-region-table table thead tr th:nth-child(5) {
  background: #b3cbe6;
}
.region-world .idf-region-profile .ct-region-table table thead tr th:nth-child(5):before {
  border-color: transparent transparent transparent #c6d8ed;
}
.region-world .idf-region-profile .ct-region-table table thead tr th:nth-child(6) {
  background: #a0bde0;
}
.region-world .idf-region-profile .ct-region-table table thead tr th:nth-child(6):before {
  border-color: transparent transparent transparent #b3cbe6;
}
.region-world .idf-region-profile .ct-region-table table tbody tr th.ct-topic {
  background: #edf2f9;
  border-bottom: 1px solid #8db0da;
  border-top: 1px solid #dae5f3;
}
.region-world .idf-region-profile .ct-region-table table tbody tr:hover {
  background: #edf2f9;
}
.region-world .idf-region-profile .ct-region-table table tbody tr:hover td, .region-world .idf-region-profile .ct-region-table table tbody tr:hover th {
  border-top: 1px solid #dae5f3;
  border-bottom: 1px solid #dae5f3;
}
.region-world .idf-region-profile .ct-region-table .line:before, .region-world .idf-region-profile .ct-region-table .line:after, .region-world .idf-region-profile .ct-region-table .line-dot:before, .region-world .idf-region-profile .ct-region-table .line-dot:after {
  background: #c6d8ed;
}
.region-world .idf-region-profile .ct-rt-box h4 {
  color: #396eae;
}
.region-world .ct-key-circle h4 {
  color: #396eae;
}
.region-world .ct-key-circle .ct-keymessage li .idf-icon-group {
  background: white;
  color: #396eae;
}
.region-world .ct-key-circle .ct-keymessage li .idf-icon-group:hover {
  background: #396eae;
}
.region-world .ct-tool a {
  background: #407bc1;
}
.region-world .ct-tool a:hover {
  background: #fff;
  color: #32629b;
}
.region-world .ct-map .mapael .map .zoomButton {
  background: #79a3d4;
  border-color: #79a3d4;
}
.region-world .ct-map .mapael .map .zoomButton:hover {
  background: #fff;
  color: #5388c7;
}

.region-afr .ct-header-text h1 {
  color: #815954;
}
.region-afr .idf-region-profile .ct-region-table table thead tr th {
  width: 14%;
}
.region-afr .idf-region-profile .ct-region-table table thead tr th:first-child {
  background: #dac9c7;
  width: 30%;
}
.region-afr .idf-region-profile .ct-region-table table thead tr th:nth-child(2) {
  background: #dac9c7;
}
.region-afr .idf-region-profile .ct-region-table table thead tr th:nth-child(3) {
  background: #d0bab7;
}
.region-afr .idf-region-profile .ct-region-table table thead tr th:nth-child(3):before {
  border-color: transparent transparent transparent #dac9c7;
}
.region-afr .idf-region-profile .ct-region-table table thead tr th:nth-child(4) {
  background: #c6aba8;
}
.region-afr .idf-region-profile .ct-region-table table thead tr th:nth-child(4):before {
  border-color: transparent transparent transparent #d0bab7;
}
.region-afr .idf-region-profile .ct-region-table table thead tr th:nth-child(5) {
  background: #bc9c98;
}
.region-afr .idf-region-profile .ct-region-table table thead tr th:nth-child(5):before {
  border-color: transparent transparent transparent #c6aba8;
}
.region-afr .idf-region-profile .ct-region-table table thead tr th:nth-child(6) {
  background: #b28d89;
}
.region-afr .idf-region-profile .ct-region-table table thead tr th:nth-child(6):before {
  border-color: transparent transparent transparent #bc9c98;
}
.region-afr .idf-region-profile .ct-region-table table tbody tr th.ct-topic {
  background: #dac9c7;
  border-bottom: 1px solid #a87f79;
  border-top: 1px solid #d0bab7;
}
.region-afr .idf-region-profile .ct-region-table table tbody tr:hover {
  background: #dac9c7;
}
.region-afr .idf-region-profile .ct-region-table table tbody tr:hover td, .region-afr .idf-region-profile .ct-region-table table tbody tr:hover th {
  border-top: 1px solid #d0bab7;
  border-bottom: 1px solid #d0bab7;
}
.region-afr .idf-region-profile .ct-region-table .line:before, .region-afr .idf-region-profile .ct-region-table .line:after, .region-afr .idf-region-profile .ct-region-table .line-dot:before, .region-afr .idf-region-profile .ct-region-table .line-dot:after {
  background: #c6aba8;
}
.region-afr .idf-region-profile .ct-rt-box h4 {
  color: #624440;
}
.region-afr .ct-key-circle h4 {
  color: #624440;
}
.region-afr .ct-key-circle .ct-keymessage li .idf-icon-group {
  background: #e4d8d6;
  color: #624440;
}
.region-afr .ct-key-circle .ct-keymessage li .idf-icon-group:hover {
  background: #624440;
}
.region-afr .ct-tool a {
  background: #724e4a;
}
.region-afr .ct-tool a:hover {
  background: #fff;
  color: #533936;
}
.region-afr .ct-map .mapael .map .zoomButton {
  background: #9e706a;
  border-color: #9e706a;
}
.region-afr .ct-map .mapael .map .zoomButton:hover {
  background: #fff;
  color: #815954;
}

.region-eur .ct-header-text h1 {
  color: #2975c7;
}
.region-eur .idf-region-profile .ct-region-table table thead tr th {
  width: 14%;
}
.region-eur .idf-region-profile .ct-region-table table thead tr th:first-child {
  background: #c8ddf4;
  width: 30%;
}
.region-eur .idf-region-profile .ct-region-table table thead tr th:nth-child(2) {
  background: #c8ddf4;
}
.region-eur .idf-region-profile .ct-region-table table thead tr th:nth-child(3) {
  background: #b3d0f0;
}
.region-eur .idf-region-profile .ct-region-table table thead tr th:nth-child(3):before {
  border-color: transparent transparent transparent #c8ddf4;
}
.region-eur .idf-region-profile .ct-region-table table thead tr th:nth-child(4) {
  background: #9ec3eb;
}
.region-eur .idf-region-profile .ct-region-table table thead tr th:nth-child(4):before {
  border-color: transparent transparent transparent #b3d0f0;
}
.region-eur .idf-region-profile .ct-region-table table thead tr th:nth-child(5) {
  background: #89b6e7;
}
.region-eur .idf-region-profile .ct-region-table table thead tr th:nth-child(5):before {
  border-color: transparent transparent transparent #9ec3eb;
}
.region-eur .idf-region-profile .ct-region-table table thead tr th:nth-child(6) {
  background: #73a9e3;
}
.region-eur .idf-region-profile .ct-region-table table thead tr th:nth-child(6):before {
  border-color: transparent transparent transparent #89b6e7;
}
.region-eur .idf-region-profile .ct-region-table table tbody tr th.ct-topic {
  background: #c8ddf4;
  border-bottom: 1px solid #5e9cde;
  border-top: 1px solid #b3d0f0;
}
.region-eur .idf-region-profile .ct-region-table table tbody tr:hover {
  background: #c8ddf4;
}
.region-eur .idf-region-profile .ct-region-table table tbody tr:hover td, .region-eur .idf-region-profile .ct-region-table table tbody tr:hover th {
  border-top: 1px solid #b3d0f0;
  border-bottom: 1px solid #b3d0f0;
}
.region-eur .idf-region-profile .ct-region-table .line:before, .region-eur .idf-region-profile .ct-region-table .line:after, .region-eur .idf-region-profile .ct-region-table .line-dot:before, .region-eur .idf-region-profile .ct-region-table .line-dot:after {
  background: #9ec3eb;
}
.region-eur .idf-region-profile .ct-rt-box h4 {
  color: #205c9d;
}
.region-eur .ct-key-circle h4 {
  color: #205c9d;
}
.region-eur .ct-key-circle .ct-keymessage li .idf-icon-group {
  background: #ddeaf8;
  color: #205c9d;
}
.region-eur .ct-key-circle .ct-keymessage li .idf-icon-group:hover {
  background: #205c9d;
}
.region-eur .ct-tool a {
  background: #2468b2;
}
.region-eur .ct-tool a:hover {
  background: #fff;
  color: #1c5088;
}
.region-eur .ct-map .mapael .map .zoomButton {
  background: #498fda;
  border-color: #498fda;
}
.region-eur .ct-map .mapael .map .zoomButton:hover {
  background: #fff;
  color: #2975c7;
}

.region-mena .ct-header-text h1 {
  color: #f68115;
}
.region-mena .idf-region-profile .ct-region-table table thead tr th {
  width: 14%;
}
.region-mena .idf-region-profile .ct-region-table table thead tr th:first-child {
  background: #fdebd9;
  width: 30%;
}
.region-mena .idf-region-profile .ct-region-table table thead tr th:nth-child(2) {
  background: #fdebd9;
}
.region-mena .idf-region-profile .ct-region-table table thead tr th:nth-child(3) {
  background: #fdddc1;
}
.region-mena .idf-region-profile .ct-region-table table thead tr th:nth-child(3):before {
  border-color: transparent transparent transparent #fdebd9;
}
.region-mena .idf-region-profile .ct-region-table table thead tr th:nth-child(4) {
  background: #fcd0a8;
}
.region-mena .idf-region-profile .ct-region-table table thead tr th:nth-child(4):before {
  border-color: transparent transparent transparent #fdddc1;
}
.region-mena .idf-region-profile .ct-region-table table thead tr th:nth-child(5) {
  background: #fbc390;
}
.region-mena .idf-region-profile .ct-region-table table thead tr th:nth-child(5):before {
  border-color: transparent transparent transparent #fcd0a8;
}
.region-mena .idf-region-profile .ct-region-table table thead tr th:nth-child(6) {
  background: #fab677;
}
.region-mena .idf-region-profile .ct-region-table table thead tr th:nth-child(6):before {
  border-color: transparent transparent transparent #fbc390;
}
.region-mena .idf-region-profile .ct-region-table table tbody tr th.ct-topic {
  background: #fdebd9;
  border-bottom: 1px solid #f9a85f;
  border-top: 1px solid #fdddc1;
}
.region-mena .idf-region-profile .ct-region-table table tbody tr:hover {
  background: #fdebd9;
}
.region-mena .idf-region-profile .ct-region-table table tbody tr:hover td, .region-mena .idf-region-profile .ct-region-table table tbody tr:hover th {
  border-top: 1px solid #fdddc1;
  border-bottom: 1px solid #fdddc1;
}
.region-mena .idf-region-profile .ct-region-table .line:before, .region-mena .idf-region-profile .ct-region-table .line:after, .region-mena .idf-region-profile .ct-region-table .line-dot:before, .region-mena .idf-region-profile .ct-region-table .line-dot:after {
  background: #fcd0a8;
}
.region-mena .idf-region-profile .ct-rt-box h4 {
  color: #cf6808;
}
.region-mena .ct-key-circle h4 {
  color: #cf6808;
}
.region-mena .ct-key-circle .ct-keymessage li .idf-icon-group {
  background: #fef8f2;
  color: #cf6808;
}
.region-mena .ct-key-circle .ct-keymessage li .idf-icon-group:hover {
  background: #cf6808;
}
.region-mena .ct-tool a {
  background: #e87409;
}
.region-mena .ct-tool a:hover {
  background: #fff;
  color: #b75b07;
}
.region-mena .ct-map .mapael .map .zoomButton {
  background: #f89b46;
  border-color: #f89b46;
}
.region-mena .ct-map .mapael .map .zoomButton:hover {
  background: #fff;
  color: #f68115;
}

.region-nac .ct-header-text h1 {
  color: #68a161;
}
.region-nac .idf-region-profile .ct-region-table table thead tr th {
  width: 14%;
}
.region-nac .idf-region-profile .ct-region-table table thead tr th:first-child {
  background: #e2ede1;
  width: 30%;
}
.region-nac .idf-region-profile .ct-region-table table thead tr th:nth-child(2) {
  background: #e2ede1;
}
.region-nac .idf-region-profile .ct-region-table table thead tr th:nth-child(3) {
  background: #d3e4d1;
}
.region-nac .idf-region-profile .ct-region-table table thead tr th:nth-child(3):before {
  border-color: transparent transparent transparent #e2ede1;
}
.region-nac .idf-region-profile .ct-region-table table thead tr th:nth-child(4) {
  background: #c4dac1;
}
.region-nac .idf-region-profile .ct-region-table table thead tr th:nth-child(4):before {
  border-color: transparent transparent transparent #d3e4d1;
}
.region-nac .idf-region-profile .ct-region-table table thead tr th:nth-child(5) {
  background: #b4d1b1;
}
.region-nac .idf-region-profile .ct-region-table table thead tr th:nth-child(5):before {
  border-color: transparent transparent transparent #c4dac1;
}
.region-nac .idf-region-profile .ct-region-table table thead tr th:nth-child(6) {
  background: #a5c7a1;
}
.region-nac .idf-region-profile .ct-region-table table thead tr th:nth-child(6):before {
  border-color: transparent transparent transparent #b4d1b1;
}
.region-nac .idf-region-profile .ct-region-table table tbody tr th.ct-topic {
  background: #e2ede1;
  border-bottom: 1px solid #96be91;
  border-top: 1px solid #d3e4d1;
}
.region-nac .idf-region-profile .ct-region-table table tbody tr:hover {
  background: #e2ede1;
}
.region-nac .idf-region-profile .ct-region-table table tbody tr:hover td, .region-nac .idf-region-profile .ct-region-table table tbody tr:hover th {
  border-top: 1px solid #d3e4d1;
  border-bottom: 1px solid #d3e4d1;
}
.region-nac .idf-region-profile .ct-region-table .line:before, .region-nac .idf-region-profile .ct-region-table .line:after, .region-nac .idf-region-profile .ct-region-table .line-dot:before, .region-nac .idf-region-profile .ct-region-table .line-dot:after {
  background: #c4dac1;
}
.region-nac .idf-region-profile .ct-rt-box h4 {
  color: #53824d;
}
.region-nac .ct-key-circle h4 {
  color: #53824d;
}
.region-nac .ct-key-circle .ct-keymessage li .idf-icon-group {
  background: #f2f7f1;
  color: #53824d;
}
.region-nac .ct-key-circle .ct-keymessage li .idf-icon-group:hover {
  background: #53824d;
}
.region-nac .ct-tool a {
  background: #5d9257;
}
.region-nac .ct-tool a:hover {
  background: #fff;
  color: #497244;
}
.region-nac .ct-map .mapael .map .zoomButton {
  background: #87b481;
  border-color: #87b481;
}
.region-nac .ct-map .mapael .map .zoomButton:hover {
  background: #fff;
  color: #68a161;
}

.region-saca .ct-header-text h1 {
  color: #44bec1;
}
.region-saca .idf-region-profile .ct-region-table table thead tr th {
  width: 14%;
}
.region-saca .idf-region-profile .ct-region-table table thead tr th:first-child {
  background: #ddf3f4;
  width: 30%;
}
.region-saca .idf-region-profile .ct-region-table table thead tr th:nth-child(2) {
  background: #ddf3f4;
}
.region-saca .idf-region-profile .ct-region-table table thead tr th:nth-child(3) {
  background: #caeded;
}
.region-saca .idf-region-profile .ct-region-table table thead tr th:nth-child(3):before {
  border-color: transparent transparent transparent #ddf3f4;
}
.region-saca .idf-region-profile .ct-region-table table thead tr th:nth-child(4) {
  background: #b7e6e7;
}
.region-saca .idf-region-profile .ct-region-table table thead tr th:nth-child(4):before {
  border-color: transparent transparent transparent #caeded;
}
.region-saca .idf-region-profile .ct-region-table table thead tr th:nth-child(5) {
  background: #a4dfe1;
}
.region-saca .idf-region-profile .ct-region-table table thead tr th:nth-child(5):before {
  border-color: transparent transparent transparent #b7e6e7;
}
.region-saca .idf-region-profile .ct-region-table table thead tr th:nth-child(6) {
  background: #90d9da;
}
.region-saca .idf-region-profile .ct-region-table table thead tr th:nth-child(6):before {
  border-color: transparent transparent transparent #a4dfe1;
}
.region-saca .idf-region-profile .ct-region-table table tbody tr th.ct-topic {
  background: #ddf3f4;
  border-bottom: 1px solid #7dd2d4;
  border-top: 1px solid #caeded;
}
.region-saca .idf-region-profile .ct-region-table table tbody tr:hover {
  background: #ddf3f4;
}
.region-saca .idf-region-profile .ct-region-table table tbody tr:hover td, .region-saca .idf-region-profile .ct-region-table table tbody tr:hover th {
  border-top: 1px solid #caeded;
  border-bottom: 1px solid #caeded;
}
.region-saca .idf-region-profile .ct-region-table .line:before, .region-saca .idf-region-profile .ct-region-table .line:after, .region-saca .idf-region-profile .ct-region-table .line-dot:before, .region-saca .idf-region-profile .ct-region-table .line-dot:after {
  background: #b7e6e7;
}
.region-saca .idf-region-profile .ct-rt-box h4 {
  color: #349b9d;
}
.region-saca .ct-key-circle h4 {
  color: #349b9d;
}
.region-saca .ct-key-circle .ct-keymessage li .idf-icon-group {
  background: #f0fafa;
  color: #349b9d;
}
.region-saca .ct-key-circle .ct-keymessage li .idf-icon-group:hover {
  background: #349b9d;
}
.region-saca .ct-tool a {
  background: #3baeb0;
}
.region-saca .ct-tool a:hover {
  background: #fff;
  color: #2e888a;
}
.region-saca .ct-map .mapael .map .zoomButton {
  background: #6acccd;
  border-color: #6acccd;
}
.region-saca .ct-map .mapael .map .zoomButton:hover {
  background: #fff;
  color: #44bec1;
}

.region-sea .ct-header-text h1 {
  color: #e03b32;
}
.region-sea .idf-region-profile .ct-region-table table thead tr th {
  width: 14%;
}
.region-sea .idf-region-profile .ct-region-table table thead tr th:first-child {
  background: #fbe4e3;
  width: 30%;
}
.region-sea .idf-region-profile .ct-region-table table thead tr th:nth-child(2) {
  background: #fbe4e3;
}
.region-sea .idf-region-profile .ct-region-table table thead tr th:nth-child(3) {
  background: #f8cfcd;
}
.region-sea .idf-region-profile .ct-region-table table thead tr th:nth-child(3):before {
  border-color: transparent transparent transparent #fbe4e3;
}
.region-sea .idf-region-profile .ct-region-table table thead tr th:nth-child(4) {
  background: #f4bab7;
}
.region-sea .idf-region-profile .ct-region-table table thead tr th:nth-child(4):before {
  border-color: transparent transparent transparent #f8cfcd;
}
.region-sea .idf-region-profile .ct-region-table table thead tr th:nth-child(5) {
  background: #f1a5a1;
}
.region-sea .idf-region-profile .ct-region-table table thead tr th:nth-child(5):before {
  border-color: transparent transparent transparent #f4bab7;
}
.region-sea .idf-region-profile .ct-region-table table thead tr th:nth-child(6) {
  background: #ee8f8a;
}
.region-sea .idf-region-profile .ct-region-table table thead tr th:nth-child(6):before {
  border-color: transparent transparent transparent #f1a5a1;
}
.region-sea .idf-region-profile .ct-region-table table tbody tr th.ct-topic {
  background: #fbe4e3;
  border-bottom: 1px solid #ea7a74;
  border-top: 1px solid #f8cfcd;
}
.region-sea .idf-region-profile .ct-region-table table tbody tr:hover {
  background: #fbe4e3;
}
.region-sea .idf-region-profile .ct-region-table table tbody tr:hover td, .region-sea .idf-region-profile .ct-region-table table tbody tr:hover th {
  border-top: 1px solid #f8cfcd;
  border-bottom: 1px solid #f8cfcd;
}
.region-sea .idf-region-profile .ct-region-table .line:before, .region-sea .idf-region-profile .ct-region-table .line:after, .region-sea .idf-region-profile .ct-region-table .line-dot:before, .region-sea .idf-region-profile .ct-region-table .line-dot:after {
  background: #f4bab7;
}
.region-sea .idf-region-profile .ct-rt-box h4 {
  color: #c2251d;
}
.region-sea .ct-key-circle h4 {
  color: #c2251d;
}
.region-sea .ct-key-circle .ct-keymessage li .idf-icon-group {
  background: #fefaf9;
  color: #c2251d;
}
.region-sea .ct-key-circle .ct-keymessage li .idf-icon-group:hover {
  background: #c2251d;
}
.region-sea .ct-tool a {
  background: #d82a20;
}
.region-sea .ct-tool a:hover {
  background: #fff;
  color: #ac211a;
}
.region-sea .ct-map .mapael .map .zoomButton {
  background: #e7655e;
  border-color: #e7655e;
}
.region-sea .ct-map .mapael .map .zoomButton:hover {
  background: #fff;
  color: #e03b32;
}

.region-wp .ct-header-text h1 {
  color: #7b5aa6;
}
.region-wp .idf-region-profile .ct-region-table table thead tr th {
  width: 14%;
}
.region-wp .idf-region-profile .ct-region-table table thead tr th:first-child {
  background: #e5dfed;
  width: 30%;
}
.region-wp .idf-region-profile .ct-region-table table thead tr th:nth-child(2) {
  background: #e5dfed;
}
.region-wp .idf-region-profile .ct-region-table table thead tr th:nth-child(3) {
  background: #d8cee5;
}
.region-wp .idf-region-profile .ct-region-table table thead tr th:nth-child(3):before {
  border-color: transparent transparent transparent #e5dfed;
}
.region-wp .idf-region-profile .ct-region-table table thead tr th:nth-child(4) {
  background: #cbbddc;
}
.region-wp .idf-region-profile .ct-region-table table thead tr th:nth-child(4):before {
  border-color: transparent transparent transparent #d8cee5;
}
.region-wp .idf-region-profile .ct-region-table table thead tr th:nth-child(5) {
  background: #bdadd3;
}
.region-wp .idf-region-profile .ct-region-table table thead tr th:nth-child(5):before {
  border-color: transparent transparent transparent #cbbddc;
}
.region-wp .idf-region-profile .ct-region-table table thead tr th:nth-child(6) {
  background: #b09cca;
}
.region-wp .idf-region-profile .ct-region-table table thead tr th:nth-child(6):before {
  border-color: transparent transparent transparent #bdadd3;
}
.region-wp .idf-region-profile .ct-region-table table tbody tr th.ct-topic {
  background: #e5dfed;
  border-bottom: 1px solid #a38cc1;
  border-top: 1px solid #d8cee5;
}
.region-wp .idf-region-profile .ct-region-table table tbody tr:hover {
  background: #e5dfed;
}
.region-wp .idf-region-profile .ct-region-table table tbody tr:hover td, .region-wp .idf-region-profile .ct-region-table table tbody tr:hover th {
  border-top: 1px solid #d8cee5;
  border-bottom: 1px solid #d8cee5;
}
.region-wp .idf-region-profile .ct-region-table .line:before, .region-wp .idf-region-profile .ct-region-table .line:after, .region-wp .idf-region-profile .ct-region-table .line-dot:before, .region-wp .idf-region-profile .ct-region-table .line-dot:after {
  background: #cbbddc;
}
.region-wp .idf-region-profile .ct-rt-box h4 {
  color: #624885;
}
.region-wp .ct-key-circle h4 {
  color: #624885;
}
.region-wp .ct-key-circle .ct-keymessage li .idf-icon-group {
  background: #f2eff6;
  color: #624885;
}
.region-wp .ct-key-circle .ct-keymessage li .idf-icon-group:hover {
  background: #624885;
}
.region-wp .ct-tool a {
  background: #6f5196;
}
.region-wp .ct-tool a:hover {
  background: #fff;
  color: #563f75;
}
.region-wp .ct-map .mapael .map .zoomButton {
  background: #967bb8;
  border-color: #967bb8;
}
.region-wp .ct-map .mapael .map .zoomButton:hover {
  background: #fff;
  color: #7b5aa6;
}

.ct-key-circle {
  width: 300px;
  height: auto;
  display: block;
  position: absolute;
  top: 1.5em;
  right: 1em;
}
.ct-key-circle h4 {
  font-size: 0.8em;
  font-weight: 700;
  font-family: ff-meta-serif-web-pro, serif;
  text-transform: uppercase;
  margin: 0 0 5px;
  padding: 0;
}
.ct-key-circle .ct-keymessage {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ct-key-circle .ct-keymessage li {
  float: left;
  width: 30%;
  margin: 0 5px 5px 0;
}
.ct-key-circle .ct-keymessage li:nth-child(3n+0), .ct-key-circle .ct-keymessage li:last-child {
  margin-right: 0;
}
.ct-key-circle .ct-keymessage li .idf-icon-group {
  padding: 15px 0;
  text-align: center;
  cursor: crosshair;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.ct-key-circle .ct-keymessage li .idf-icon-group:hover {
  color: #fff;
}
.ct-key-circle .ct-keymessage li .idf-icon-group i {
  display: block;
  font-size: 2.3em;
}

#idf-region .idf-region-title {
  position: relative;
  display: block;
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #E5E5E5;
}
#idf-region .idf-region-title .ct-header-text {
  display: block;
  position: relative;
  max-width: 1050px;
}
#idf-region .idf-region-title .ct-header-text h1 {
  font-size: 3.5em;
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-family: ff-meta-serif-web-pro, serif;
}
#idf-region .idf-region-title .ct-header-text .sub-text {
  display: block;
  font-size: 1.5em;
  font-weight: 300;
  color: #a0a0a0;
  margin: 0.4em 0 1.3em;
  font-family: ff-meta-web-pro, sans-serif;
}
#idf-region .idf-region-title .ct-header-text .region-text {
  font-size: 0.85em;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  font-weight: 300;
  color: #6d6d6d;
}
#idf-region .idf-region-title .ct-header-text.ct-world .sub-text {
  margin-bottom: 0;
}
#idf-region .idf-region-title .ct-header-tool {
  background: #fafafa;
  position: absolute;
  width: 230px;
  padding: 10px;
  top: 0.5em;
  right: 1em;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#idf-region .idf-region-title .ct-header-tool .tool-box span {
  display: block;
  margin-bottom: 0.75em;
  font-size: 0.75em;
  font-family: ff-meta-serif-web-pro, serif;
}
@media only screen and (max-width: 1700px) {
  #idf-region .idf-region-title .ct-header-text {
    max-width: 100%;
  }
  #idf-region .idf-region-title .ct-key-circle {
    position: relative;
    width: 100%;
    top: inherit;
    right: inherit;
    display: block;
    padding: 0;
    margin-top: 1.5em;
  }
  #idf-region .idf-region-title .ct-key-circle .ct-keymessage li {
    width: 80px;
    height: auto;
    margin-right: 5px;
  }
  #idf-region .idf-region-title .ct-key-circle .ct-keymessage li:nth-child(3n+0) {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 998px) {
  #idf-region .idf-region-title .ct-key-circle .ct-keymessage li {
    width: 60px;
  }
  #idf-region .idf-region-title .ct-key-circle .ct-keymessage li i {
    font-size: 1.75em;
  }
}
#idf-region .idf-region-profile .ct-region-table table {
  display: table;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
#idf-region .idf-region-profile .ct-region-table table th, #idf-region .idf-region-profile .ct-region-table table td {
  padding: 8px 15px;
}
#idf-region .idf-region-profile .ct-region-table table th {
  font-size: 0.85em;
}
#idf-region .idf-region-profile .ct-region-table table th.text-center {
  padding: 6px 10px 10px;
  font-family: ff-meta-web-pro, sans-serif;
  font-size: 1.25em;
}
#idf-region .idf-region-profile .ct-region-table table td {
  font-size: 0.9em;
}
#idf-region .idf-region-profile .ct-region-table table thead tr th {
  font-size: 1.15em;
  font-weight: 400;
  position: relative;
  text-align: center;
  font-family: ff-meta-serif-web-pro, serif;
}
#idf-region .idf-region-profile .ct-region-table table thead tr th:before, #idf-region .idf-region-profile .ct-region-table table thead tr th:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 19px 20px;
  position: absolute;
  top: 0;
}
#idf-region .idf-region-profile .ct-region-table table thead tr th:before {
  left: 0;
  z-index: 1;
}
#idf-region .idf-region-profile .ct-region-table table thead tr th:after {
  border-color: transparent transparent transparent #fff;
  left: 3px;
  z-index: 0;
}
#idf-region .idf-region-profile .ct-region-table table thead tr th:first-child:before, #idf-region .idf-region-profile .ct-region-table table thead tr th:first-child:after, #idf-region .idf-region-profile .ct-region-table table thead tr th:nth-child(2):before, #idf-region .idf-region-profile .ct-region-table table thead tr th:nth-child(2):after {
  content: inherit;
  display: none;
}
#idf-region .idf-region-profile .ct-region-table table tbody tr {
  border-bottom: 1px solid #E5E5E5;
}
#idf-region .idf-region-profile .ct-region-table table tbody tr.no-xlsx {
  border-bottom: none;
}
#idf-region .idf-region-profile .ct-region-table table tbody tr th {
  font-weight: 400;
}
#idf-region .idf-region-profile .ct-region-table table tbody tr th.ct-topic {
  font-family: ff-meta-serif-web-pro, serif;
  font-weight: 700;
}
#idf-region .idf-region-profile .ct-region-table table tbody tr td {
  text-align: center;
  border: none;
}
#idf-region .idf-region-profile .ct-region-table table tbody tr td.no-pd {
  padding: 0;
}
#idf-region .idf-region-profile .ct-region-table .line, #idf-region .idf-region-profile .ct-region-table .line-dot {
  display: block;
  width: 100%;
  height: 60px;
  background: #fff;
  position: relative;
}
#idf-region .idf-region-profile .ct-region-table .line:before, #idf-region .idf-region-profile .ct-region-table .line:after, #idf-region .idf-region-profile .ct-region-table .line-dot:before, #idf-region .idf-region-profile .ct-region-table .line-dot:after {
  content: "";
  position: absolute;
  top: 40%;
}
#idf-region .idf-region-profile .ct-region-table .line:before, #idf-region .idf-region-profile .ct-region-table .line-dot:before {
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#idf-region .idf-region-profile .ct-region-table .line:after, #idf-region .idf-region-profile .ct-region-table .line-dot:after {
  width: 10px;
  height: 10px;
  left: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-top-left-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -moz-border-top-right-radius: 50%;
  border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -moz-border-bottom-right-radius: 50%;
  border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-bottom-left-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
#idf-region .idf-region-profile .ct-region-table .line:after {
  content: inherit;
  display: none;
}

.popover {
  font-family: ff-meta-web-pro, sans-serif;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.085);
}
.popover .popover-body {
  font-weight: 300;
}

#idf-intro-modal {
  border: none;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.085);
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#idf-intro-modal .modal-body {
  position: relative;
  padding: 20px;
  background-size: 90%;
}
#idf-intro-modal .idf-intro-clos {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #474747;
  text-decoration: none;
  font-weight: 300;
  z-index: 100;
  font-size: 0.8em;
}
#idf-intro-modal .idf-intro-clos i {
  display: inline-block;
  position: relative;
  top: 1px;
  font-size: 1.1em;
  margin-left: 5px;
}
#idf-intro-modal .idf-intro-clos:after {
  display: block;
  position: relative;
  content: "";
  height: 1px;
  width: 0;
  top: -3px;
  background: #474747;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#idf-intro-modal .idf-intro-clos:hover:after {
  width: 100%;
}
#idf-intro-modal .swiper-container {
  width: 100%;
  height: 100%;
}
#idf-intro-modal .swiper-container .swiper-slide {
  padding: 2em 0 3.5em;
  height: 100%;
}
#idf-intro-modal .ht-intro {
  text-align: center;
  display: block;
}
#idf-intro-modal .ht-intro .ht-logo {
  display: block;
  max-width: 230px;
  margin: 2em auto 2em;
}
#idf-intro-modal .ht-intro .ht-logo img {
  width: 100%;
  display: block;
}
#idf-intro-modal .ht-intro h3 {
  display: block;
  position: relative;
  text-align: center;
  font-size: 1.7em;
  font-weight: 300;
  font-family: ff-meta-serif-web-pro, serif;
  color: #5388c7;
  margin-bottom: 1.5em;
}
#idf-intro-modal .ht-intro h3 span {
  display: block;
  color: #adadad;
  font-family: ff-meta-web-pro, sans-serif;
  font-size: 0.6em;
  margin-top: 7px;
  font-weight: 300;
}
#idf-intro-modal .ht-intro p {
  font-weight: 300;
}
#idf-intro-modal .ht-goodbye {
  display: block;
  position: relative;
  text-align: center;
  margin-top: 4.5em;
}
#idf-intro-modal .ht-goodbye i {
  display: block;
  font-size: 10em;
  color: #d5e0f1;
}
#idf-intro-modal .ht-goodbye h3 {
  font-size: 1.6em;
  font-weight: 700;
  font-family: ff-meta-serif-web-pro, serif;
  color: #5388c7;
  margin: 1em 0 0.7em;
}
#idf-intro-modal .ht-goodbye p {
  font-weight: 300;
  max-width: 600px;
  margin: 0 auto;
}
#idf-intro-modal .ht-block {
  margin-bottom: 2.5em;
}
#idf-intro-modal .ht-block .img-info {
  display: block;
  margin-top: 10px;
  padding: 5px;
  background: #fafafa;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#idf-intro-modal .ht-block .img-info img {
  display: block;
  max-width: 100%;
}
#idf-intro-modal .ht-block .img-info.img-single img {
  width: 100%;
  max-width: 60%;
  height: auto;
  display: block;
  margin: 0 auto;
}
#idf-intro-modal .ht-block h4 {
  font-size: 1.15em;
  font-weight: 700;
  font-family: ff-meta-serif-web-pro, serif;
  color: #32629b;
  margin: 0 0 10px;
}
#idf-intro-modal .ht-block p {
  font-size: 0.9em;
  line-height: 1.45em;
  color: #6d6d6d;
}
#idf-intro-modal .ht-block:last-child {
  margin-bottom: 0;
}
#idf-intro-modal .idf-nav-block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 20px;
}
#idf-intro-modal .idf-nav-block a {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 15px;
  color: #51627A;
  font-size: 0.9em;
  -webkit-border-top-left-radius: 30px;
  -moz-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  -moz-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
#idf-intro-modal .idf-nav-block a i {
  display: inline-block;
  position: relative;
  top: 1px;
  font-size: 1.25em;
}
#idf-intro-modal .idf-nav-block a:hover {
  background: #5388c7;
  color: #fff;
}
#idf-intro-modal .idf-nav-block a.swiper-button-disabled {
  color: #a0a0a0;
  cursor: default;
}
#idf-intro-modal .idf-nav-block a.swiper-button-disabled:hover {
  background: none;
  color: #a0a0a0;
}
#idf-intro-modal .idf-nav-block .ht-prev i {
  margin-right: 10px;
}
#idf-intro-modal .idf-nav-block .ht-next {
  text-align: right;
}
#idf-intro-modal .idf-nav-block .ht-next i {
  margin-left: 10px;
}
#idf-intro-modal .swiper-pagination {
  text-align: center;
  display: block;
  position: relative;
  padding-top: 5px;
}
#idf-intro-modal .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
}
#idf-intro-modal .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #5388c7;
}

.main-g {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #E5E5E5;
}

.graphbox {
  display: block;
  position: relative;
  padding: 15px;
  margin: 1em 0;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.graphbox:hover {
  background: #fafafa;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.graphbox h3 {
  color: #474747;
  padding: 10px 20px;
  margin: 10px 0 20px;
  font-size: 0.85em;
  line-height: 1.45em;
  font-weight: 700;
  font-family: ff-meta-serif-web-pro, serif;
  background: #d5e0f1;
  text-align: center;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.graphbox p {
  color: #5388c7;
  font-size: 0.85em;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
}
.graphbox p span {
  color: #ed5a41;
}
.graphbox img {
  display: block;
  width: 100%;
}

@media print {
  body {
    background: #fff;
  }

  #idf-nav-top, #idf-leftnav, footer, .tool-box, .ct-tool, .ct-share, .ct-compare, .dataTables_length, .dataTables_filter, .dataTables_paginate, .zoomButton {
    display: none !important;
  }

  .idf-container {
    padding: 0;
  }
  .idf-container:before {
    display: none;
  }
  .idf-container .idf-container-warpper {
    padding: 0;
  }

  .country-text {
    padding-top: 1.7em;
    margin-bottom: 0;
  }
  .country-text h3 {
    font-size: 18px;
  }
  .country-text span {
    font-size: 16px !important;
    font-family: 400 !important;
  }

  .ct-key-circle {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    top: inherit;
    right: inherit;
    margin-top: 30px;
  }
  .ct-key-circle .ct-keymessage {
    margin-top: 15px;
  }
  .ct-key-circle .ct-keymessage li {
    width: 80px;
    height: 80px;
    margin-right: 15px !important;
  }

  .ct-right-side {
    padding-left: 20px;
  }

  #idf-print-area {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 !important;
    box-shadow: none !important;
  }
  #idf-print-area table {
    min-width: inherit !important;
  }
  #idf-print-area table tr th, #idf-print-area table tr td {
    padding: 5px !important;
    font-size: 11px !important;
    width: auto !important;
  }
  #idf-print-area table tr th:before, #idf-print-area table tr th:after {
    display: none !important;
  }
  #idf-print-area table tr.no-xlsx {
    display: none !important;
  }

  #ct-country-table, .ct-region-table, .ct-indicators-table {
    padding: 0 !important;
  }
  #ct-country-table table, .ct-region-table table, .ct-indicators-table table {
    max-width: 100% !important;
    width: 100% !important;
    min-width: inherit;
  }

  svg, canvas {
    position: relative;
    width: 100% !important;
  }
}
#idf-country-portal {
  min-height: 350px;
}
@media only screen and (max-width: 992px) {
  #idf-country-portal .data-portal-warpper {
    position: relative;
    display: block;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #idf-country-portal .data-portal-warpper form {
    padding-top: 0;
  }
}

.idf-discover-footer {
  display: none;
}

/* Download form modal */
.idf-form-modal {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.idf-form-modal h5 {
  color: #5388c7;
  font-size: 1.5em;
  font-weight: 700;
  font-family: ff-meta-serif-web-pro, serif;
}
.idf-form-modal p, .idf-form-modal label {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  line-height: 1.45em;
}
.idf-form-modal form {
  margin: 1em 0 0;
}
.idf-form-modal form input:not([type=checkbox]), .idf-form-modal form select {
  padding: 7px 15px;
  background: #fff;
  border: 1px solid #E5E5E5;
  display: block;
  width: 100%;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.idf-form-modal form select {
  padding: 9px 13px;
}
.idf-form-modal form input[type=checkbox] {
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.idf-form-modal form .form-check {
  margin-top: 2em;
}
.idf-form-modal button {
  display: block;
  width: 100%;
  padding: 7px 0;
  background: #1c52a2;
  color: #fff;
  font-size: 0.85em;
  font-weight: 700;
  font-family: ff-meta-serif-web-pro, serif;
  text-align: center;
  border: none;
  cursor: pointer;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.idf-form-modal button:hover {
  background-color: #EB6443;
}

/* *********** Break Point *********** */
@media only screen and (max-width: 1600px) {
  .idf-container {
    padding-top: 70px;
  }
  .idf-container .idf-container-warpper {
    padding-left: 0;
    padding-right: 0;
  }
  .idf-container .idf-container-warpper .idf-card {
    padding: 20px;
  }

  #country_search form {
    max-width: 800px;
  }
}
@media only screen and (max-width: 1400px) {
  .idf-country-title {
    padding: 0.75em 0 2em;
    margin-bottom: 2em;
  }
  .idf-country-title .ct-header-flag {
    width: 130px;
  }
  .idf-country-title .ct-header-text {
    padding-left: 25px;
  }
  .idf-country-title .ct-header-text h1 {
    font-size: 2em;
  }
  .idf-country-title .ct-header-text span {
    font-size: 1.35em;
  }

  .idf-indicators-title .ct-header-text h1 {
    font-size: 2em;
  }
  .idf-indicators-title .ct-header-text span {
    font-size: 1.35em;
  }

  #idf-region .idf-region-title .ct-header-text h1 {
    font-size: 2.35em;
  }
  #idf-region .idf-region-title .ct-header-text .sub-text {
    font-size: 1.35em;
    margin-top: 0.2em;
  }

  #country_search form {
    max-width: 600px;
    padding-top: 1em;
  }
}
@media only screen and (max-width: 1280px) {
  table thead th {
    font-size: 1.1em !important;
    width: auto !important;
  }
  table thead th:before, table thead th:after {
    content: inherit !important;
    display: none !important;
  }
  table tbody tr:last-child {
    border-bottom: none !important;
  }

  .ct-left-side, .ct-right-side {
    width: 100%;
    float: none;
  }

  .ct-right-side {
    margin-top: 2.5em;
    padding-top: 2.5em;
    border-top: 1px solid #E5E5E5;
    padding-left: 0;
  }

  /* Country report PDF */
  .ct-print-pdf {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .idf-indicators-title {
    border-bottom: none;
    padding-bottom: 2em;
    margin-bottom: 0;
  }
  .idf-indicators-title .ct-header-text {
    text-align: center;
  }
  .idf-indicators-title .ct-header-text h1 {
    font-size: 1.75em;
  }
  .idf-indicators-title .ct-header-text span {
    font-size: 1.15em;
  }

  #idf-region .idf-region-title .ct-header-text h1 {
    font-size: 1.8em;
  }

  table thead th {
    font-size: 1em !important;
  }

  .map .zoomButton {
    display: none !important;
  }

  #idf-leftnav {
    z-index: 1020;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  #idf-leftnav.mobile-active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #idf-leftnav .lt-nav .lt-nav-block ul li ul li a {
    font-size: 0.9em;
  }

  .idf-container {
    padding-left: 0;
    padding-top: 5em;
  }
  .idf-container .idf-container-warpper {
    padding: 0;
  }

  footer {
    padding-left: 0;
    line-height: 1.25em;
  }
}
@media only screen and (max-width: 740px) {
  body {
    background: #fff;
  }

  footer .idf-footer-warpper {
    padding: 5px;
  }

  .idf-container .idf-container-warpper .idf-card {
    padding: 0;
    box-shadow: none;
  }

  .idf-country-title {
    border-bottom: none;
    margin-bottom: 0;
  }
  .idf-country-title .ct-header-flag, .idf-country-title .ct-header-text {
    float: none;
  }
  .idf-country-title .ct-header-flag {
    width: 150px;
    margin: 0 auto;
  }
  .idf-country-title .ct-header-text {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-top: 2.5em;
    padding-bottom: 1em;
  }

  .idf-indicators-title .ct-header-text h1 {
    font-size: 1.45em;
    line-height: 1.45em;
  }
  .idf-indicators-title .ct-header-text span {
    font-size: 0.9em;
    margin-bottom: 10px;
  }

  #idf-region .idf-region-title .ct-header-text {
    text-align: center;
  }
  #idf-region .idf-region-title .ct-header-text .sub-text {
    font-size: 1em;
  }
  #idf-region .idf-region-title .ct-header-text .region-text {
    font-size: 0.8em;
  }

  #country_search form, #compare-country form {
    padding-left: 0;
    padding-right: 0;
  }

  /* Databable */
  .ct-indicators-table .dataTables_length label, .ct-indicators-table .dataTables_filter label {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
  }
  .ct-indicators-table .dataTables_length label select, .ct-indicators-table .dataTables_length label input, .ct-indicators-table .dataTables_filter label select, .ct-indicators-table .dataTables_filter label input {
    display: block;
    width: 100%;
    margin: 0;
    position: relative;
    top: -17px;
  }
  .ct-indicators-table .dataTables_length label select {
    width: 100%;
    margin: 0;
  }
  .ct-indicators-table .dataTables_filter {
    margin-top: 0.5em;
    text-align: left;
  }
  .ct-indicators-table .dataTables_filter label:after {
    top: 60%;
    left: 0;
    right: inherit;
  }
  .ct-indicators-table .dataTables_filter label input {
    width: 100%;
    padding-right: 0;
    padding-left: 30px;
    margin-left: 0 !important;
  }
  .ct-indicators-table .idf-datatable thead tr.no-xlsx select {
    margin: 0 !important;
  }

  .dt-buttons {
    text-align: left !important;
  }
}
@media only screen and (max-width: 600px) {
  footer .idf-footer-warpper {
    text-align: center;
  }
  footer .idf-footer-warpper .idf-f-by {
    text-align: center;
  }

  #idf-intro-modal .idf-nav-block a i {
    display: none;
  }
}

#idf-leftnav .lt-nav .lt-nav-block ul li a[href="./en/indicators/13/"],
#idf-leftnav .lt-nav .lt-nav-block ul li a[href="./en/indicators/15/"],
#idf-leftnav .lt-nav .lt-nav-block ul li a[href="./en/indicators/16/"] {
    display: none;
}