
/* --------Darker general font-------------- */
body {
  color: #4a4a4a;
}

/* ------- Blue headings ---------- */
h1, h2, h3, h4, h5, h6 {
  color: #1c75bc;
}

/* ------- Footer stylings ---------*/
.wrapper > footer {
  background-color: #009444;
  font-weight: 300;
  color: #eaeaea;
}
.wrapper > footer a {
  color: #fff;
}
.wrapper > footer a:hover, .wrapper > footer a:focus {
  color: #fff;
  text-decoration: underline;
}
.wrapper > footer .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.wrapper > footer .logo {
  width: 100px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .wrapper > footer .container {
    padding: 30px 15px;
  }


}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 8px;
}

.footer-heading {
  color: #eaeaea;
}


/* ----- youtube styling ------- */

.you-tube-bg {
  background-color: #cc181e;
}
/* ---  navbar styling ----- */

.navbar-brand.navbar-logo-bigger > img {
  position: relative;
  top: 0px;
  width: 112px;
}

/*------- news -----------*/

.blog .post-date, .blog .post-month, .blog .post-year {
    text-align: left;
}

/*------- unsd customizations -----*/


/* UNSD customization */

body {
  font-size: 14px;
}

.copyright {
  background-color: #004821;
}

.topbar {
  text-align: left;
  padding-top: 0px;
}

.navbar-default .dropdown-menu .active > a, .navbar-default .dropdown-menu .active a:hover, .navbar-default .dropdown-menu .active a:focus {
  background-color: #1c75bc;
}



@media screen and (max-width: 992px) {

  .navbar-brand.navbar-logo-bigger > img {
    position: relative;
    top: 0px;
    width: 60px;
  }

}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 105px;
    padding-bottom: 15px;
  }

  .navbar-brand {
  float: left;
  /* height: 140px; */
  padding: 15px 15px;
  font-size: 18px;
  line-height: 110px;
  }


}

@media (min-width: 993px) {
  .navbar-brand.navbar-logo-bigger > img {
  width: 280px;}
}


.footer-heading {
  text-align: center;
}

.footer-nav > li {
  text-align: center;
}

.social-icons {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (min-width:1200px) {
  .container {
    width: 970px;
  }
}

/* widen container added sep 2023 */
@media (max-width: 1920px) and (min-width: 1400px){
  .container {
    width: 1400px;
  }
}
/* end widen container added sep 2023 */
section {
  margin-bottom: 30px;
}


.blog .post-date,
.blog .post-month,
.blog .post-year {
  display: block;
  text-align:left;
  font-size: 16px;
}


/* agenda */

.agenda h2 {
  border-bottom: 1px solid #ccc;
  line-height: 30px;
  font-size: 20px;
    margin: 30px 0px 0px;
}
.agenda h2 span {
  font-weight: normal;
}
.agenda h2 a {
  text-decoration: none;
}
.agenda h4 {
  margin: 20px 0 20px;
}
.agenda ul li {
  line-height: 30px;
  border-bottom: dotted 1px #ccc;
  font-weight: bolder;
  color: #1c75bc;
}
.agenda ul li a {
  color: #4a4a4a;
  display: block;
  padding-left: 20px;
}
.agenda ul li a:hover {
  text-decoration: underline;
}
.agenda ul li i {
  font-size: 14px;
  line-height: 29px;
}

.agenda ul li ul li {
  margin: 5px 0px 5px 30px;
  border-bottom: 0px;
  font-size: 0.95em;
  color:#777;
  line-height: 20px;
}
.agenda ul li ol li {
  margin: 5px 0px 5px 0px;
  border-bottom: 0px;
  font-size: 0.95em;
  color:#777;
  line-height: 20px;
}

.organization {
  font-style: italic;
}

.agenda .number{
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    color: #FFF;
    line-height: 1.2;
    text-align: center;
    font-size: small;
    background-color: #406DA4;
    margin-top: 5px;
    padding-top: 2px;

}

.agenda .bullet{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-left: -20px;
    text-align: center;
    font-size: small;
}


.agenda ul li a.document{
    font-size: small;
	color: #888;
	font-weight: normal;
	margin-top: 3px;
	line-height: 15px;

}

.agenda ul li.break{
    font-size: small;
	color: #888;
	font-weight: normal;
	font-style:	italic;
}

/* agenda-v2 */

.agenda-v2 h2 {
  border-bottom: 1px solid #ccc;
  line-height: 30px;
  font-size: 20px;
    margin: 30px 0px 0px;
}
.agenda-v2 h2 span {
  font-weight: normal;
}
.agenda-v2 h2 a {
  text-decoration: none;
}
.agenda-v2 h4 {
  margin: 20px 0 20px;
}
.agenda-v2 ul li {
  line-height: 30px;
  margin-bottom: 15px;
}
.agenda-v2 ul li a {
  color: #4a4a4a;
  display: block;
  padding-left: 20px;
}
.agenda-v2 ul li a:hover {
  text-decoration: underline;
}
.agenda-v2 ul li i {
  font-size: 14px;
  line-height: 29px;
}

.agenda-v2 ul li ul li {
  margin: 5px 0px 5px 30px;
  border-bottom: 0px;
  font-size: 0.95em;
  line-height: 20px;
}
.agenda-v2 ul li ol li {
  margin: 5px 0px 5px 0px;
  border-bottom: 0px;
  font-size: 0.95em;
  color:#777;
  line-height: 20px;
}

.organization {
  font-style: italic;
}

.agenda-v2 .number{
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    color: #FFF;
    line-height: 1.2;
    text-align: center;
    font-size: small;
    background-color: #406DA4;
    margin-top: 5px;
    padding-top: 2px;

}

.agenda-v2 .bullet{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-left: -20px;
    text-align: center;
    font-size: small;
}


.agenda-v2 ul li a.document{
    font-size: small;
	color: #888;
	font-weight: normal;
	margin-top: 3px;
	line-height: 15px;

}

.agenda-v2 ul li.break{
    font-size: small;
	color: #888;
	font-weight: normal;
	font-style:	italic;
}

/* --------------------------- */


.quick-links li a {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #eaeaea;
  color: inherit;
  font-weight: 600;
  font-size: smaller;
}

div.download-button{
    text-align:center;
	padding: 20px 0px;
}

/* ---------Archive------------ */

.btn-archive{
   border-radius: 5px;
}

.btn-r {
          padding: 1px 10px;
          margin-left: 8px;
  }
/* --------------------------- */
.knowledge-2 h2 {
  border-bottom: 1px solid #ccc;
  line-height: 30px;
  font-size: 20px;
}
.knowledge-2 h2 span {
  font-weight: normal;
}
.knowledge-2 h2 a {
  text-decoration: none;
}
.knowledge-2 ul li {
  line-height: 30px;
}
.knowledge-2 ul li .doc-name {
  color: #4a4a4a;
  display: block;
  padding-left: 20px;
}
.knowledge-2 ul li a:hover {
  text-decoration: underline;
}
.knowledge-2 ul li i {
  font-size: 14px;
  line-height: 29px;
}


.storyline-indicators {
  margin-left: 10px;
}

.storyline-indicators h5 {
  color: #4a4a4a;
  margin-top:25px;
}

.storyline-list {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
    margin: 0;
}

/* Start:  responsive google chart cstom css*/

* {
  @include box-sizing(border-box);
}

$pad: 20px;
.grid {
  background: white;
  margin: 0 0 $pad 0;
  &:after {
    /* Or @extend clearfix */
    content: "";
    display: table;
    clear: both;
  }
}

[class*='col-'] {
  float: left;
  padding-right: $pad;
  .grid &:last-of-type {
    padding-right: 0;
  }
}

.col-2-3 {
  width: 66.66%;
}

.col-1-3 {
  width: 33.33%;
}

.col-1-2 {
  width: 50%;
}

.col-1-4 {
  width: 25%;
}

.col-1-8 {
  width: 12.5%;
}


/* Opt-in outside padding */

.grid-pad {
  padding: $pad 0 $pad $pad;
  [class*='col-']:last-of-type {
    padding-right: $pad;
  }
}

.chart {
  width: 100%;
  height: 600px;
}
/* End :responsive google chart cstom css*/


/* panel-sdgs */


.panelSDGs {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  /* border-radius: 4px; */
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panelSDGs-body {
  padding: 15px;
}
.panelSDGs-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panelSDGs-contacts {
  padding: 10px 15px;
  border-top: 1.5px solid transparent;
  border-bottom: 0px transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panelSDGs-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panelSDGs-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

.panelSDGs-subtitle {
  color: inherit;
  margin-top: 0;
  margin-bottom: 5px;
}

.panelSDGs-title > a,
.panelSDGs-title > small,
.panelSDGs-title > .small,
.panelSDGs-title > small > a,
.panelSDGs-title > .small > a {
  color: inherit;
}

.panelSDGs-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panelSDGs > .list-group,
.panelSDGs > .panelSDGs-collapse > .list-group {
  margin-bottom: 0;
}
.panelSDGs > .list-group .list-group-item,
.panelSDGs > .panelSDGs-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panelSDGs > .list-group:first-child .list-group-item:first-child,
.panelSDGs > .panelSDGs-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panelSDGs > .list-group:last-child .list-group-item:last-child,
.panelSDGs > .panelSDGs-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panelSDGs > .panelSDGs-heading + .panelSDGs-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panelSDGs-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panelSDGs-footer {
  border-top-width: 0;
}
.panelSDGs > .table,
.panelSDGs > .table-responsive > .table,
.panelSDGs > .panelSDGs-collapse > .table {
  margin-bottom: 0;
}
.panelSDGs > .table caption,
.panelSDGs > .table-responsive > .table caption,
.panelSDGs > .panelSDGs-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panelSDGs > .table:first-child,
.panelSDGs > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panelSDGs > .table:first-child > thead:first-child > tr:first-child,
.panelSDGs > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panelSDGs > .table:first-child > tbody:first-child > tr:first-child,
.panelSDGs > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panelSDGs > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panelSDGs > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panelSDGs > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panelSDGs > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panelSDGs > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panelSDGs > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panelSDGs > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panelSDGs > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panelSDGs > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panelSDGs > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panelSDGs > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panelSDGs > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panelSDGs > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panelSDGs > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panelSDGs > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panelSDGs > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panelSDGs > .table:last-child,
.panelSDGs > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panelSDGs > .table:last-child > tbody:last-child > tr:last-child,
.panelSDGs > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panelSDGs > .table:last-child > tfoot:last-child > tr:last-child,
.panelSDGs > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panelSDGs > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panelSDGs > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panelSDGs > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panelSDGs > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panelSDGs > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panelSDGs > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panelSDGs > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panelSDGs > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panelSDGs > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panelSDGs > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panelSDGs > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panelSDGs > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panelSDGs > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panelSDGs > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panelSDGs > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panelSDGs > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panelSDGs > .panelSDGs-body + .table,
.panelSDGs > .panelSDGs-body + .table-responsive,
.panelSDGs > .table + .panelSDGs-body,
.panelSDGs > .table-responsive + .panelSDGs-body {
  border-top: 1px solid #ddd;
}
.panelSDGs > .table > tbody:first-child > tr:first-child th,
.panelSDGs > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panelSDGs > .table-bordered,
.panelSDGs > .table-responsive > .table-bordered {
  border: 0;
}
.panelSDGs > .table-bordered > thead > tr > th:first-child,
.panelSDGs > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panelSDGs > .table-bordered > tbody > tr > th:first-child,
.panelSDGs > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panelSDGs > .table-bordered > tfoot > tr > th:first-child,
.panelSDGs > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panelSDGs > .table-bordered > thead > tr > td:first-child,
.panelSDGs > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panelSDGs > .table-bordered > tbody > tr > td:first-child,
.panelSDGs > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panelSDGs > .table-bordered > tfoot > tr > td:first-child,
.panelSDGs > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panelSDGs > .table-bordered > thead > tr > th:last-child,
.panelSDGs > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panelSDGs > .table-bordered > tbody > tr > th:last-child,
.panelSDGs > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panelSDGs > .table-bordered > tfoot > tr > th:last-child,
.panelSDGs > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panelSDGs > .table-bordered > thead > tr > td:last-child,
.panelSDGs > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panelSDGs > .table-bordered > tbody > tr > td:last-child,
.panelSDGs > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panelSDGs > .table-bordered > tfoot > tr > td:last-child,
.panelSDGs > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panelSDGs > .table-bordered > thead > tr:first-child > td,
.panelSDGs > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panelSDGs > .table-bordered > tbody > tr:first-child > td,
.panelSDGs > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panelSDGs > .table-bordered > thead > tr:first-child > th,
.panelSDGs > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panelSDGs > .table-bordered > tbody > tr:first-child > th,
.panelSDGs > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panelSDGs > .table-bordered > tbody > tr:last-child > td,
.panelSDGs > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panelSDGs > .table-bordered > tfoot > tr:last-child > td,
.panelSDGs > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panelSDGs > .table-bordered > tbody > tr:last-child > th,
.panelSDGs > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panelSDGs > .table-bordered > tfoot > tr:last-child > th,
.panelSDGs > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panelSDGs > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panelSDGs-group {
  margin-bottom: 20px;
}
.panelSDGs-group .panelSDGs {
  margin-bottom: 0;
  border-radius: 4px;
}
.panelSDGs-group .panelSDGs + .panelSDGs {
  margin-top: 5px;
}
.panelSDGs-group .panelSDGs-heading {
  border-bottom: 0;
}
.panelSDGs-group .panelSDGs-heading + .panelSDGs-collapse > .panelSDGs-body,
.panelSDGs-group .panelSDGs-heading + .panelSDGs-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panelSDGs-group .panelSDGs-footer {
  border-top: 0;
}
.panelSDGs-group .panelSDGs-footer + .panelSDGs-collapse .panelSDGs-body {
  border-bottom: 1px solid #ddd;
}
.panelSDGs-default {
  border-color: #ddd;
}
.panelSDGs-default > .panelSDGs-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panelSDGs-default > .panelSDGs-heading + .panelSDGs-collapse > .panelSDGs-body {
  border-top-color: #ddd;
}
.panelSDGs-default > .panelSDGs-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panelSDGs-default > .panelSDGs-footer + .panelSDGs-collapse > .panelSDGs-body {
  border-bottom-color: #ddd;
}


/* Heading */

.headline {
  display: block;
  margin: 10px 0 25px 0;
  border-bottom: 1px dotted #e4e9f0;
}

.headline h2,
.headline h3,
.headline h4 {
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom:2px solid #ddd;
}




/* expandable tree */

.tree {
  padding-left: 20px;
}

.handle {
  display: block;
  float: left;
  width: 10px;
  height: 11px;
  margin-left: -10px;
}

.tree .collapsed:before {
  content: "\f0fe"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  font-size: smaller;
  margin-left: -10px; /* same as padding-left set on li */
  color: #1c75bc;
  font-style:normal;
  cursor: pointer;
}

.tree .expanded:before {
  content: "\f146"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  font-size: smaller;
  margin-left: -10px;/* same as padding-left set on li */
  color: #1c75bc;
  font-style:normal;
  cursor: pointer;
}


.tree ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}


.tree li {
  padding-left: 1em;
  padding-top: 0.25em;
}


.tree h1,
.tree h2,
.tree h3,
.tree h4,
.tree h5 {
  padding: 0;
  margin: 4px 0 0 0;
}

/* DataTables */

.table-nowrap td { white-space: nowrap;}





.table>tbody>tr.nature-C>td,
.table>tbody>tr.nature-C>th,
.table>tbody>tr>td.nature-C,
.table>tbody>tr>th.nature-C,
.table>tfoot>tr.nature-C>td,
.table>tfoot>tr.nature-C>th,
.table>tfoot>tr>td.nature-C,
.table>tfoot>tr>th.nature-C,
.table>thead>tr.nature-C>td,
.table>thead>tr.nature-C>th,
.table>thead>tr>td.nature-C,
.table>thead>tr>th.nature-C {
    background-color: #9d9;
}

.table>tbody>tr.nature-CA>td,
.table>tbody>tr.nature-CA>th,
.table>tbody>tr>td.nature-CA,
.table>tbody>tr>th.nature-CA,
.table>tfoot>tr.nature-CA>td,
.table>tfoot>tr.nature-CA>th,
.table>tfoot>tr>td.nature-CA,
.table>tfoot>tr>th.nature-CA,
.table>thead>tr.nature-CA>td,
.table>thead>tr.nature-CA>th,
.table>thead>tr>td.nature-CA,
.table>thead>tr>th.nature-CA {
    background-color: #fee090;
}


.table>tbody>tr.nature-E>td,
.table>tbody>tr.nature-E>th,
.table>tbody>tr>td.nature-E,
.table>tbody>tr>th.nature-E,
.table>tfoot>tr.nature-E>td,
.table>tfoot>tr.nature-E>th,
.table>tfoot>tr>td.nature-E,
.table>tfoot>tr>th.nature-E,
.table>thead>tr.nature-E>td,
.table>thead>tr.nature-E>th,
.table>thead>tr>td.nature-E,
.table>thead>tr>th.nature-E {
    background-color: #F7BA8F;
}


.table>tbody>tr.nature-G>td,
.table>tbody>tr.nature-G>th,
.table>tbody>tr>td.nature-G,
.table>tbody>tr>th.nature-G,
.table>tfoot>tr.nature-G>td,
.table>tfoot>tr.nature-G>th,
.table>tfoot>tr>td.nature-G,
.table>tfoot>tr>th.nature-G,
.table>thead>tr.nature-G>td,
.table>thead>tr.nature-G>th,
.table>thead>tr>td.nature-G,
.table>thead>tr>th.nature-G {
    background-color: #93CEFF;
}


.table>tbody>tr.nature-M>td,
.table>tbody>tr.nature-M>th,
.table>tbody>tr>td.nature-M,
.table>tbody>tr>th.nature-M,
.table>tfoot>tr.nature-M>td,
.table>tfoot>tr.nature-M>th,
.table>tfoot>tr>td.nature-M,
.table>tfoot>tr>th.nature-M,
.table>thead>tr.nature-M>td,
.table>thead>tr.nature-M>th,
.table>thead>tr>td.nature-M,
.table>thead>tr>th.nature-M {
    background-color: #D6A0FF;
}


.table>tbody>tr.nature-N>td,
.table>tbody>tr.nature-N>th,
.table>tbody>tr>td.nature-N,
.table>tbody>tr>th.nature-N,
.table>tfoot>tr.nature-N>td,
.table>tfoot>tr.nature-N>th,
.table>tfoot>tr>td.nature-N,
.table>tfoot>tr>th.nature-N,
.table>thead>tr.nature-N>td,
.table>thead>tr.nature-N>th,
.table>thead>tr>td.nature-N,
.table>thead>tr>th.nature-N {
    background-color: #ccc;
}

/*Chart*/

.googleHeaderCell {}

.google-visualization-table-table th {
    vertical-align: text-top;
    font-size: .8em;
    padding-right: 1px;

}
.google-visualization-table-table td {
    font-size: .8em;
}
/*end chart*/

.box{
  width:10px;
  height:10px;
  float: left;
  margin: 4px 2px 0px 0px;
}

.box.nature-C{
  background:#9d9;
}
.box.nature-CA{
  background:#fee090;
}
.box.nature-E{
  background:#F7BA8F;
}
.box.nature-G{
  background:#93CEFF;
}
.box.nature-M{
  background:#D6A0FF;
}
.box.nature-N{
  background:#ccc;
}
.box.nature-NA{
  background:none;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px;
}

.sdg-value {
  border-left: 1px dotted #ccc !important;
}

/* Form controls for database */

.form-control-database {
    font-size: 12px;
}

select[multiple], select[size] {
    height: 300px;
}

.nav-database > li {
    padding-left: 8px;
    margin-bottom: 8px;
  }

.nav-database > li > a {
    text-decoration: none;
    background-color: #eee;
}

ul .nav-pills {
    height:25px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #337ab7;
}

.nav-pills > li > a {
    padding: 6px 12px;
}

.table-condensed-sdgs > tbody > tr > td {
    padding: 0px !important;
    height: 25px;
    line-height: 25px;
}
.fa-ct {
  font-size: 2em!important;
  padding-left: 15px;
}

.ct-content{
   padding-left: 5%;
   padding-right: 5%;
}

.ct-header{
  margin-left: -30px;
}

.fa-angle-down, .fa-angle-up {
  color: #999;
}

.fa-angle-down:hover, .fa-angle-up:hover {
  color: #ad989880;
}

@media (max-width: 500px) {
 .pull-right-lg {
  float: left;
  }

  .nav-pills > li + li {
    margin-left: 0px;
  }


}

 @media (min-width: 501px) {
 .pull-right-lg {
  float: right;
  }
}


iframe{
    overflow:hidden;
}
