﻿/*
    font-family: 'Raleway', sans-serif;
    font-family: 'Open Sans', sans-serif;
*/

html, body {
    height:95%;
    font-family: 'Open Sans', sans-serif;
    color:#7f7f7f;
}
a{
  color: #06B1EB;
}
a:hover {
  color: #f79b00;
  text-decoration: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.range-control {
  position: relative;
}

input[type=range] {
  display: block;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  position: relative;
  height: 12px;
  border: 1px solid #b2b2b2;
  border-radius: 5px;
  background-color: #e2e2e2;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

input[type=range]::-webkit-slider-thumb {
  position: relative;
  top: -5px;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  -webkit-appearance: none;
  background-color: #fff;
  box-shadow: inset 0 -1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  cursor: pointer;
}

output {
  position: absolute;
  top: -25px;
  display: none;
  padding: 0 0 10px 0;
  width: 30px;
  height: 24px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  border-radius: 3px;
  color: #777;
  font-size: .8em;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
}

input[type=range]:active + output {
  display: block;
  transform: translateX(-50%);
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Backdrop to catch body clicks on mobile, etc. */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: @zindex-dropdown - 10;
}

.regional-profile-subregion-dropdown .dropdown-backdrop{
	display: none;
}

.country-comparison-subregion-dropdown .dropdown-backdrop{
	display: none;
}

.select-region-dropdown .dropdown-backdrop{
	display: none;
}

/* Layout CSS */

.wrapper {
    width:100%;
}

.wrapper-blue {
    width:100%;
    background-color:#06B1EB;
}

.wrap {
    min-height: 100%;
    height: auto !important;
}

/* ODW Navbar (Outside Container)*/
#odw-navbar {
    margin-bottom: 0 !important;
    background-color: #fff !important;
}

.social-container {

    width: 100%;
    height: 38px;
    position: absolute;
    top: 0;
    z-index: 200;
    text-align: right;
    padding-right: 34px;
    /*padding-top: 6px;*/
}

.facebook img {
    height: 23px;
    width: 23px;
    margin-left: 2px;
}


.twitter img {
    height: 27px;
    width: 27px;
    margin-left: 1px;
}



.mail img {
    height: 24px;
    width: 24px;
    margin-left: 2px;
}


/* ODW Navbar (Inside Container)*/
.odw-container {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 55px;
    text-align: left !important;
}

/* ODW Logo Container */
#odw-image-container {
    margin: 17px 0 15px 0;
    height: 76px;
    width: 280px;
    background: transparent url("/Content/img/logo-with-name-small.png") no-repeat;
    margin-left: 15px;
    display: inline-block;
}

#odin-image-container {
    margin: 17px 0 15px 0;
    height: 76px;
    width: 280px;
    background: transparent url("/Content/img/ODIN-logo-n.svg") no-repeat;
    margin-left: 15px;
    display: inline-block;
}

/* Custom weights button styles */
.flat-custom-weights-btn {
    border: none !important;
    box-shadow: none !important;
}

/* ODW Logo Container */
#odw-image-container-xs {
    border: solid;
}

.logo-image-xs {
    
    width: 90px;
    height: 86px;
        
}


.logo {
  width: 50px;
  height: 50px;
  margin-right: 7px;
}


.logo-image {
    /*
    width: 76px;
    height: 76px;
        */
}


/* ODW Toggle Button */
.odw-toggle.navbar-toggle {
    margin: 20px -30px 20px 0;
}

/* ODW Menu Items in Toggle Pane */
.odw-collapse.collapse.navbar-collapse.in {
    background-color: #fff;
}

/* ODW Menu Items */

.navbar-default .navbar-nav > li > a{
    color: #262b2e;
    font-size: 14px;
    font-weight: 500;
}

.navbar-static-top{
  min-height: 104px;
}

.navbar-default .navbar-collapse {
  
}

.odw-list {
    color: #000 !important;
    font: normal 600 16px / 20px "Open Sans", Helvetica, Arial, Verdana, sans-serif !important;
    margin-top: -33px;
    padding: 0;
    float: right;
}

.odw-list li a {
    font: normal 600 14px / 14px "Open Sans", Helvetica, Arial, Verdana, sans-serif !important;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom:3px;
}

.odw-list li a:hover {
    color:#54c0dd !important;
    text-decoration:none;
}

.odw-list li span:hover {
    border-bottom: 2px solid #54c0dd;
    color:#54c0dd !important;
    text-decoration:none;
}



/* Blue Menu Blue Strip Formatting  */
.navbar-wrapper {
    height: 50px !important;
    background-color: #06B1EB !important;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding-top: 14px;
}

/* Blue Menu Expanded Formatting  */
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
  padding-left: 0;
}

/* Blue Menu Expanded Centering  */
#odin-navbar  {
    text-align: center;
    padding: 0;
}

/* Blue Menu Toggle Button */
.navbar-toggle-odw {
    text-align: center;
    margin: 0;
    float: left;
    margin-top: -18px;
}

.navbar-toggle-odin {
    margin-right: 1px !important;
    margin-top: -25px !important;
}

/* Blue Menu Container */
ul#odin-menu {

    max-width: 940px;
}

/* Blue Menu List Items */
ul#odin-menu li a {
    color: #fff;
    padding: 0 12px;
    text-decoration: none;
    font-size: 15px;
    font-weight:bold;
    border-left: solid;
    border-width: 1px;
}

/* Blue Menu List Items (Mouse Over) */
ul#odin-menu li a:hover {
    color:#f79a26;
    background-color: #06B1EB;
    border-color: #fff;
}

/* Blue Menu Remove Side Border of House Glyphicon*/
#odin-menu li:first-child a {
    border-left: none;
}

/* Blue Menu Remove Side Border on Collapse */
#odin-navbar.navbar-collapse.collapse.in ul#odin-menu li a {
    border: none;
}



.cntner {
    max-width:960px;
    margin:0 auto;
}

.content {
    padding-top:10px;
}

#main {
    margin-top:100px;
}

.footer {

    text-align:center;
    background:#f2f3f3;
    width:100%;
    margin-top: 30px;
    padding: 30px 0;
    bottom:0;
    left:0;
    overflow: hidden;
}

.footer .cntner {

    padding: 0 18px 0 18px;
}

.footer p{
  margin-top: 11px;
  text-align: right;
  line-height: 14px;
  display: block;
}

/* Set width on the form input elements since they're 100% wide by default */
input[type="text"],
input[type="password"] {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 50px;
}
 
/* Small div that floats on top of map with country info CSS */
#placeholder {
    height:150px;
    width:300px;
    background-color:#F6F6F6;
    -webkit-box-shadow: -5px 5px 5px 0px rgba(219,216,219,1);
    -moz-box-shadow: -5px 5px 5px 0px rgba(219,216,219,1);
    box-shadow: -5px 5px 5px 0px rgba(219,216,219,1);
}
#placeholderMedianChanges {
    height: 100px;
    width: 300px;
    background-color: #F6F6F6;
    -webkit-box-shadow: -5px 5px 5px 0px rgba(219,216,219,1);
    -moz-box-shadow: -5px 5px 5px 0px rgba(219,216,219,1);
    box-shadow: -5px 5px 5px 0px rgba(219,216,219,1);
}
#noDataPlaceholder {
    height:80px;
    width:300px;
    background-color:#F6F6F6;
    -webkit-box-shadow: -5px 5px 5px 0px rgba(219,216,219,1);
    -moz-box-shadow: -5px 5px 5px 0px rgba(219,216,219,1);
    box-shadow: -5px 5px 5px 0px rgba(219,216,219,1);
}
#pd-odin-text {
    padding:10px;
}
#nd-country-name {
    font-weight:bold;
    margin-left:-10px;
}

#ph-header {
    padding:5px 0 5px 20px;
}
#ph-country-name {
    font-size:16px;
    color:#0075B4;
    font-weight:bold;
}
#ph-rankinworld {
    font-size:12px;
    color:#898989;
}
#ph-odin-score {
    background-color:#ECECEC;
    width:100%;
    height:40%;
    padding-left:20px;
}
#ph-odin-score > span:first-child {
    font-size:40px;
    color:#f79a26;
    display:inline-block;
    font-weight:bold;
    width:50px;
    height: 100%;
    margin: 0 auto;
}
#ph-odin-score > span:last-child {
    font-size:12px;
    display:inline-block;
    width:50px;
    margin-left:10px;
    font-weight:bold;
    color:#A0A0A0;
    width:50px;
    height: 100%;
    margin: 0 auto;
}

#ph-odin-score > div:first-child {
    font-size: 40px;
    color: #f79a26;
    display: inline-block;
    font-weight: bold;
}
#ph-odin-score > div:last-child {
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
    color: #A0A0A0;
    vertical-align: middle;
    margin-top: -20px;
}

#ph-odin-coverage, #ph-odin-openness {
    padding-left:20px;
    font-size:12px;
    font-weight:bold;
    color:#A0A0A0;
    display:inline-block;
    margin-left:10px;
}
#ph-odin-coverage > span:first-child {
    padding-top:5px;
}
#ph-odin-openness > span:first-child {
    padding-top:5px;
}
#ph-odin-coverage > span:last-child {
    display:block;
    font-weight:bold;
    font-size:25px;
    color:#444;
}
#ph-odin-openness > span:last-child {
    display:block;
    font-weight:bold;
    font-size:25px;
    color:#444;
}

#pd-odin-text-chg {
    padding: 10px;
}
#nd-country-name-chg {
    font-weight: bold;
    margin-left: -10px;
}

#ph-header-chg {
    padding: 5px 0 5px 20px;
}
#ph-country-name-chg {
    font-size: 16px;
    color: #0075B4;
    font-weight: bold;
}
#ph-rankinworld-chg {
    font-size: 12px;
    color: #898989;
}
#ph-odin-score-chg {
    background-color: #ECECEC;
    width: 100%;
    /*height: 40%;*/
    padding-left: 20px;
}
#ph-odin-score-chg > span:first-child {
    font-size: 40px;
    color: #f79a26;
    display: inline-block;
    font-weight: bold;
    width: 50px;
    height: 100%;
    margin: 0 auto;
}
#ph-odin-score-chg > span:last-child {
    font-size: 12px;
    display: inline-block;
    width: 50px;
    margin-left: 10px;
    font-weight: bold;
    color: #A0A0A0;
    width: 50px;
    height: 100%;
    margin: 0 auto;
}

#ph-odin-score-chg > div:first-child {
    font-size: 40px;
    color: #f79a26;
    display: inline-block;
    font-weight: bold;
}
#ph-odin-score-chg > div:last-child {
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
    color: #A0A0A0;
    vertical-align: middle;
    margin-top: -20px;
}

.arrow_box {
  position: absolute;
  background: #F6F6F6;
}
.arrow_box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(246, 246, 246, 0);
  border-top-color: #F6F6F6;
  border-width: 20px;
  margin-left: 50px;
}

/* Page elements CSS */
#closeDetails {
    padding-right:5px;
}

td.rotate {
  /* Something you can count on */
  height: 100%;
}

td.rotate > div  {
  transform:
    /* Magic Numbers */
    translate(25px, 51px)
    /* 45 is really 360 - 45 */
    rotate(270deg);
  width: 100px;
}
td.rotate > div > span {
  text-align:center;
}

/* Color text elements for all purpose use */
.orange-color {
    color:#f79a26;
}
.gray-color {
    color: #555555;
    font-size: 26px;
}
.light-gray-color {
    color: #7F7F7F;
}
.blue-color {
    color:#06B1EB;
}

.violet-color {
    background-color: #8850AC;
}

/* Charts and graphs css styles. */
#rankingViewMap {
    max-width: 960px;
    height: 480px;
    background-color:#fff;
    margin: 0;
}

.rankingViewMap-container {
    padding: 0;
}



/* Data tables css styles. */
#rankingsTable {
    width:100%;
}

#rankingsTable td {
    white-space:nowrap;
    padding: 20px 0 0 0;
}

.medianValue {
  background-color: #F4F4F4;
  color: #444;
  font-size: 12px;
  text-align: center;
}





.btn-primary{
  background-color: #06B1EB;
  border-color: #06B1EB;
}

.btn-success {
  background-color: #f79b00;
  border-color: #f79b00;
}

.btn-success:hover {
  background-color: #06B1EB;
  border-color: #06B1EB;
}

.content form{
  margin-top: 20px;
}

.rankings-button {
    margin-top: 25px;
}

/* new styles 1/12*/
.page-header{
  background: #f4f4f4;
  margin: 0 0 20px 0;
}

.header-title {
    /*font-weight: bold;*/
    font-size: 24px;
}

.header-container {
    margin-top: 8px;
}

.header-row {
    height: 50px;
    margin-bottom: -5px;
}

.page-header h3 {
    font-family: 'Open Sans', sans-serif;
}

.page-header-button {
     margin-top: 25px;
 }

 .page-header-button-rp {
     margin-top: 25px;
 }

h4{
  color: #06B1EB;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 19px;
}

.header-button{
  margin-top:23px;
}

.btn-info{
  background-color: #06B1EB;
  border-color: #06B1EB;
}
.btn-info:hover{
  /*background-color: #f79b00;
  border-color: #f79b00;*/
  background-color: #06B1EB;
  border-color: #06B1EB;
}

.rank-table{
  font-size: 12px;
}

.rank-table img{
  border:1px solid #cccccc;
  height: 20px;
  margin-right: 6px;
  margin-top:2px;
}

.table > thead > tr > th {
  border-bottom: 1px solid #eeeeee;
}

.table > tbody > tr > td {
  border-top: 1px solid #eeeeee;
}

#regionalTable > thead > tr > th {
  border-bottom: 2px solid #afacac;
}

#regionalTable > tbody > tr > td {
  border-top: 2px solid #afacac;
}

.progress{
  background: #eeeeee;
  margin-right: 5px;
}

.progress-bar{
  background-color: #06B1EB;
}

.bottom-padded{
  padding: 0 0 20px 0;
  overflow: hidden;
}

.padded{
  padding: 20px 0;
  overflow: hidden;
}

.btn {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}





.statistics-table{
    width:98%;
    margin-left: 10px;
    margin-top: 20px;
}

.nav-tabs{
  border-bottom: 1px solid #eeeeee !important;
}

/*.nav-tabs > li > a,
.nav-tabs > li.active > a,
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a:hover{
  font-size: 17px;
  border: 2px solid #eeeeee;
  border-bottom: none;
  background: #eeeeee !important;
}*/

.nav-tabs > li.active > a {
  color: #06B1EB !important;
  background: #ffffff !important;
}

.nav-tabs > li > a {
    color: #06B1EB !important;
    background: #eeeeee !important;
}

.dropdown-menu > .active > a{
background-color: #06B1EB;
}

.bordered{
 border: 2px solid #eeeeee;
}
.no-h-padding{
  padding-left:0;
  padding-right: 0;
}

.widget img{
  max-width: 100%;
}

.regional-comparison {
  padding-top:25px;
}

.regional-comparison .btn.btn-success{
  margin-left: 15px;
}

a.download-btn{
  color: #06B1EB;
  font-weight: bold;
  display: block;
  padding-top:12px;
}
a.download-btn:hover{
  color: #f79b00;
}

/*comment form*/
.form-group input{
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border:2px solid #eeeeee;
}

.tab-pane{
  /*border: 2px solid #eeeeee;*/
  margin-top:25px;
}

.license-img{
  float: right;
  margin-left: 20px;
  margin-top:3px;
  width: 70px;
}
textarea.comment-box{
  border:2px solid #eeeeee;
  width: 100%;
}

.glyphicon-chevron-up, .glyphicon-chevron-down {
    color: #06B1EB;
    margin-left: 6px;
    margin-top: 2px;
    font-size: smaller;
}

a:hover .glyphicon-chevron-up, a:hover .glyphicon-chevron-down{
  color: #f79b00;
  text-decoration: none;
}

.ranking-score {
    display: table-cell !important;
}

.score-value-old {
  color: #555555;
  font-size: 90px;
  font-weight: bold;
}

.score-value {
    color: #ffffff;
    font-size: 90px;
    font-weight: bold;
}

.score-label{
  color: #555555;
  font-size: 25px;
  margin-top: 70px;
}


.score-value-xs {
    color: #06B1EB;
    font-size: 70px;
    font-weight: bold;
    margin-top: 0;
    text-align: center;
}

.score-label-xs{
    color: #555555;
    font-size: 25px;
    margin-top: 10px;
    text-align: center;
}

.rp-radio-buttons {
    font-size: 10pt;
    margin: 10px 15px 6px 15px;
}

.image-placeholder {
    text-align: center;
}

.image-placeholder img {
    border: 1px solid #EEE;
    display: inline !important ;
}



.data-download-panel {
    min-width: 322px;
}

.data-download-col {
    float: left !important;
}

.data-download-label {
    font-weight: bold;
}

.data-download-options {
    padding-left: 20px;
    padding-top: 2px;
    display: table-cell;
    font-weight: normal !important;
}

.data-download-options > label {
    font-weight: normal !important;
}

.data-download-footer {
    padding: 5px 0;
}

.report-panel {
    /*max-width: 300px;*/
    margin-top: 20px;
}

.report-image {
    border: 1px solid grey;   
}

#panel-toggle-button:focus {
    text-decoration: none;
    color: #06B1EB;
}

#panel-toggle-button:hover {
    color: #f79b00;
}

.report-panel .panel-heading {

}

.report-panel .panel-body {
    padding: 0 !important;
}

.report-select-list {
    width: 100%;
}

.report-panel .panel-footer {
    padding: 10px;
}

.report-panel .option-group {
    font-weight:bold;
}

.report-panel .option-child {
        padding-left:15px;
}


.report-form-group {
    margin: 20px 10px 40px 10px; 
}

.report-controls {
    padding-top: 30px; 
}

.report-form-group .panel-body {
    text-align: left;
    height: 355px;
}

.numberCircle {

    position: relative;
    top: -10px;
    margin-right: 14px;
    border-radius: 50%;
    display: inline;
    padding: 2px;

    background: #ececec;
    border: 2px solid #666;
    color: #EC971F;
    text-align: center;

    font: 10pt Arial, sans-serif;
    font-weight: bold;
}

#firstYear {
    width: 150px;
    height: 150px; 
    border: 1px solid #000;
    float: left;
    margin-left: 50px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    padding-top: 50px;
}

#secondYear {
    width: 150px; 
    height: 150px; 
    border: 1px solid #000;
    float: left;
    margin-left: 50px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    padding-top: 50px;
}

.yearHigh {
    background-color: #06b1eb;
    color: #fff;
}

.yearHigh-rev {
    background-color: #fff;
    color: #06b1eb;
}

.yearHigh-rev > span {
    color: #06b1eb;
}

.yearLow {
    background-color: #fff;
    color: #000;
}

.arrow {
    color: #000;
    font-size: 10px;
    font-weight: bold;
}

.wrapword{
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap; /*Chrome & Safari */ 
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
    display: inline-block;
}

/* Flag specific dimentions */
.ner_flag {
    height: 75px; width: 87px;
}
.che_flag {
    height: 75px; width: 75px;
}
.other_flags {
    height: 75px; width: 112px;
}

.useCustomWeightSpan {
    border: 1px solid #818181;
    height: 21px;
    margin-top: 2px;
    margin-right: -5px;
    padding: 0 3px;
    box-shadow: 1px 1px #888888;
}

.useCustomWeightLink {
    padding: 0 3px;
    border: 1px solid #818181;
    height: 21px;
    margin-top: -3px;
    box-shadow: 1px 1px #888888;
}

#customWeightsTable > tbody > tr > td {
  padding: 1px;
  line-height: 1;
  vertical-align: top; /* middle */
}

#customWeightsTable > tbody > tr {
    padding: 2px;
    height: 20px;
}

#customWeights_div {
    width: 800px;
    z-index: 9000;
    padding: 25px !important;
    border: 1px solid #e8eaf3;
    box-shadow: 0 0 220px rgba(0, 0, 0, 0.145);
    position: absolute;
    top: 300px;
    background: #fff;
    left: 30%;
}

.menu-item {
    color: #262b2e;
    text-transform: uppercase;
}

#goToTopBtn {
    display: none;
    position: fixed; 
    bottom: 20px; 
    right: 30px; 
    z-index: 999999;
    border: none; 
    outline: none; 
    background-color: #06b1eb; 
    color: white; 
    cursor: pointer; 
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
}

#goToTopBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

.score-box {
    background-color: #06B1EB;
    border: 2px solid #06B1EB;
    width: 154px;
    height: 154px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}

.country-profile-overale-table > tbody > tr > td {
    padding: 8px;
}

.understand-score-perc {
    float: left;
    height: 30px;
    width: 30px;
    border: 1px solid black;
    clear: both;
}

#understanding-scores > tbody > tr > td:first-child {
    width: 7%;
}

#understanding-scores > tbody > tr {
    /*border-bottom: 2px solid lightgray;*/
}

#understanding-scores > tbody > tr > td {
    padding: 5px;
    line-height: 1.2;
    font-size: 13px;
}

#understanding-scores > tbody > tr > td > strong {
    font-size: 13px;
}

#summary-country-updates {
    border: 1px #f5f5f5 solid;
    font-size: 10px;
    width: 100%;
}

#summary-country-updates > tbody > tr > td {
    padding: 5px;
}

#summary-country-updates > tbody > tr:first-child {
    background-color: #06B1EB;
    font-size: 18px;
    color: #fff;
}

#summary-country-updates > tbody > tr:first-child {
    background-color: #06B1EB;
    font-size: 18px;
    color: #fff;
}

#summary-country-updates > tbody > tr:nth-child(2) {
    background-color: #f5f5f5; 
    color: #000;
}

.orange-text {
    color: #EC971F;
}

.blue-text {
    color: #06B1EB;
}

#coverage-elements-descr > tbody > tr {
    border-bottom: 1px lightgray solid;
    padding: 0 5px;
}

#coverage-elements-descr > tbody > tr > td {
    padding: 7px 0;
}

#coverage-elements-descr > tbody > tr > td > span {
    font-size: 14px;
}

#coverage-elements-descr tr:last-child {
    border-bottom: none;
}

#coverage-undestanding-scores > tbody > tr {
    border-bottom: none;
    font-size: 13px;
}

#coverage-undestanding-scores > tbody > tr > td {
    padding: 5px 0;
    line-height: 1.2;
}

#coverage-undestanding-scores > tbody > tr > td > strong {
    padding-bottom: 5px;
}

#coverage-summary-table > tbody > tr, #openness-summary-table > tbody > tr {
    border-bottom: 1px #eeeeee solid;
}

#openness-summary-table > tbody > tr:nth-child(3), #openness-summary-table > tbody > tr:nth-child(2) {
    border-bottom: none;
}

#coverage-summary-table > tbody > tr:nth-child(3) {
    border-bottom: none;
}

#coverage-summary-table > tbody > tr > td > span, #openness-summary-table > tbody > tr > td > span {
    font-size: 22px;
    color: #06B1EB;
    font-weight: bold;
}

#coverage-summary-table > tbody > tr > td > strong, #openness-summary-table > tbody > tr > td > strong {
    color: #000;
    margin-top: 5px;
}

#coverage-summary-table > tbody > tr > td, #openness-summary-table > tbody > tr > td {
    padding: 5px;
}

#coverage-summary-table > tbody > tr > td > p, #openness-summary-table > tbody > tr > td > p {
    font-size: 12px;
    /*margin-top: 5px;*/
    margin: 0;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

#recommendations-table {
    margin: 0 auto;
    width: 90%;
}

#recommendations-table > tbody > tr {
    width: 80%;
    border-bottom: 1px #818181 solid;
    padding: 10px;
}

#recommendations-table > tbody > tr > td {
    padding: 10px;
}

#recommendations-table > tbody > tr > td > strong {
    font-size: 18px;
    margin-bottom: 5px;
}

#country-context-stat-capacity > tbody > tr:first-child, #country-context-legal > tbody > tr:first-child {
    height: 40px;
}

#country-context-stat-capacity, #country-context-legal, #country-context-governace {
    border: none;
    width: 100%;
    height: 369px;
}

/*#country-context-stat-capacity > tbody > tr:first-child > td, #country-context-legal > tbody > tr:first-child > td, #country-context-governace > tbody > tr:first-child > td {
    background-color: #000;
    border-bottom: 1px #000 solid;
    color: #fff;
    font-size: 18px;
    padding-left: 5px;
}*/

#country-context-stat-capacity > tbody > tr > td, #country-context-legal > tbody > tr > td, #country-context-governace > tbody > tr > td {
    border-bottom: none;
    padding: 5px;
}

#country-context-governace {
    border: none;
}

#country-context-governace > tbody > tr > td {
    padding: 5px;
}

#country-context-governace > tbody > tr > td {
    vertical-align: top;
}

.country-context-governace-header {
    color: #000;
    margin-bottom: 0px;
    font-weight: bold;
}

.country-profile-first-table > thead > tr > th {
    border-bottom: 1px #818181 solid;
}

.country-profile-first-table > tbody > tr > td {
    border-right: 1px #818181 solid;
    border-bottom: 1px #818181 solid;
    border-top: 1px #818181 solid;
    border-left: none;
}

/*.country-profile-first-table > tbody > tr {
    border-bottom: 1px #818181 solid;
}*/

.country-profile-first-table > tbody > tr > td:first-child {
    text-align: right;
}

.country-profile-first-table-all > tbody > tr > td {
    border-right: 1px #818181 solid;
    border-bottom: 1px #818181 solid;
    border-top: 1px #818181 solid;
    border-left: 1px #818181 solid !important;
}

.country-profile-first-table-all > tbody > tr:nth-child(0) > td {
    border: none !important;
}
.country-profile-first-table-all > tbody > tr:nth-child(1) > td {
    border: none !important;
}
.country-profile-first-table-all > tbody > tr:nth-child(2) > td {
    border: none !important;
}

.country-profile-first-table-all > tbody > tr:nth-child(0) {
    border: none !important;
}

.country-profile-first-table-all > tbody > tr:nth-child(1) {
    border: none !important;
}

.country-profile-first-table-all > tbody > tr:nth-child(2) {
    border: none !important;
}

#country-profile-indicators-table {
    font-size: 11px;
}

#country-profile-indicators-table > tbody > tr {
    border: 2px solid #dddddd;
    border-left: 2px solid #06B1EB;
    border-right: 2px solid #06B1EB;
    padding: 5px;
}

#country-profile-indicators-table > tbody > tr > td {
    border: none;
    word-break: break-word;
}

#country-profile-indicators-table > thead > tr > th {
    border: none;
}

#country-profile-indicators-table > thead > tr:nth-child(2) {
    color: #06B1EB;
    border-bottom: 2px solid #06B1EB;
}

#search {
    width: 450px;
    max-width: 450px;
    height: 35px;
}

#searchclear {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 18px;
    cursor: pointer;
    color: #ccc;
}

.highlight-text {
    background-color: #FFFF00;
}

.borderless > tbody > tr > td {
    border: none !important;
}

.borderless > thead > tr > th {
    border: none !important;
}

.primary-color {
    color: #06B1EB;
}

.word-wrap {
    word-break: break-word;
}

.score-large-table > tbody > tr > td {
    padding: 5px;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.country-profile-recommendation-tables > thead > tr > th {
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
}

.country-profile-recommendation-tables > thead > tr {
    text-align: center;
}

.country-profile-recommendation-tables {
    border: 1px solid #000;
}

.country-profile-recommendation-tables > thead > tr > th {
    border: 1px solid #000;
}

.country-profile-recommendation-tables > tbody > tr > td {
    border: 1px solid #000;
    word-break: break-word;
}

.custome-p1 {
    font-size: 14px;
}

.custome-p2 {
    font-size: 10px;
}

.amcharts-axis-label {
    cursor: pointer;
}

.weights-section-p {
    font-size: 14px;
    margin: 5px 0;
    color: #000;
}

.aligned-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

/* Extra Small Devices, Phones */
@media (max-width : 480px) {
    .header-container {
        margin-top: -22px;
    }
    .header-title {
        font-size: 18px;
    }

    .rankings-button .btn-group {
        width: 170px;
    }

    .rankings-button {
        margin-bottom: 22px;
    }

    .rankings-header {
        text-align: center;
        float: none;  
    }

    .report-select-year-dropdown {
        margin-top: -55px;
    }

    .rank-table {
        min-width: 344px;
    }

    .rankingsTd1 {
        width: 110px;
        border: 1px solid red;
    }

    .rankingTd3 {
        width: 80px;
        font-size: 11px;
    }
    .rankingTd4 {
        width: 80px;
        font-size: 11px;
    }
    .rankingTd5 {
        width: 80px;
        font-size: 11px;
    }

    .logo-name {

        font-size:14px;
    }

    .logo-image {
        width: 60px;
        height: 60px;
    }

    .data-download-header {
        text-align: center;
    }

    .data-download-buttons {
        margin-left: 38px;
    }

    .data-download-col {
        margin-left: 40px !important;
        padding-top: 20px;
    }

    .data-download-footer {
        padding-left: 52px !important;
    }

    #rankingViewMap {
        max-width: 960px;
        height: 300px;
        background-color:#fff;
        margin: 0;
    }

    .odw-container {
        padding: 0 !important;
    }

    .navbar-static-top{
        min-height: 0;
    }
}

/* Switches CSS for Custom weights */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 1px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.disabled {
    background-color: #7a7c80 !important;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


@media (min-width: 640px) and (max-width: 640px) {
    .header-container {
        margin-top: -42px;
    }

    .header-title {
        font-size: 15px;
    }
}
/* iPhone 5 Retina regardless of IOS version */
@media (device-height : 568px) 
   and (device-width : 320px) 
   and (-webkit-min-device-pixel-ratio: 2)
{
    .header-container {
        margin-top: -42px;
    }

    .header-title {
        font-size: 15px;
    }
}

/* Small - Phones */
@media (max-width: 767px) {
    .header-container {
        margin-top: -22px;
    }

    .report-select-year-dropdown {
        margin-top: -55px;
    }

    .statistics-table {
        margin-top: 0;
    }


    .data-download-buttons {
        margin-left: 38px;
    }

    .data-download-col {
        margin-left: 40px !important;
        padding-top: 20px;
    }

    .data-download-footer {
        padding-left: 52px !important;
    }

    #rankingViewMap {
        max-width: 960px;
        height: 300px;
        background-color: #fff;
        margin: 0;
    }
}

/* Med */
@media (max-width: 992px) and (min-width: 768px) {
    .header-container {
        margin-top: -22px;
    }

    .report-select-year-dropdown {
        margin-top: 25px;
    }

    .statistics-table{
        margin-top: 0;
    }

    #odw-image-container {
        margin: 17px 0 15px 0;
        height: 80px;
        width: 84px;
        background: transparent url("/Content/img/odw-logo-smallest.png") no-repeat;
    }


    .social-container {
        /*visibility: hidden;*/
    }

    #rankingViewMap {
        max-width: 960px;
        height: 300px;
        background-color:#fff;
        margin: 0;
    }

}

/* Med */
@media (max-width: 990px) and (min-width: 760px) {
    .header-container {
        margin-top: -22px;
    }

    .repImg {
        width: 65%;
    }

    .repText {
        width: 100%;
    }

}

/* Med */
@media (max-width: 425px) {

    .header-container {
        margin-top: -22px;
    }

    .header-title {
        font-size: 18px;
    }

    .report-image {
        width: 65%;
    }

    .repText {
        width: 40%;
    }

    #rankingViewMap {
        max-width: 960px;
        height: 300px;
        background-color:#fff;
        margin: 0;
    }

}

/* LARGE */
@media(min-width: 993px) {

    .report-select-year-dropdown {
        margin-top: 25px;
    }
}

@media(max-width: 1000px) {
    .header-container {
        margin-top: -22px;
    }

    #odin-menu-small {
        display: block;
    }

    #odin-menu-full {
        display: none;
    }
}
@media(min-width: 1001px) {

    #odin-menu-small {
        display: none;
    }

    #odin-menu-full {
        display: block;
    }
}

/* Navbar Specific Media Query - Collapse when at 1000px*/
@media (min-width: 768px) and (max-width: 1000px) {
    .header-container {
        margin-top: -22px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
      display:block !important;
  }
        #odw-image-container {
        margin: 17px 0 15px 0;
        height: 80px;
        width: 84px;
        background: transparent url("/Content/img/odw-logo-smallest.png") no-repeat;
    }

    .social-container {
        /*visibility: hidden;*/
    }

}

/* Social sharing widget */
.fa {
    padding: 20px;
    font-size: 30px !important;
    width: 70px;
    text-align: center;
    text-decoration: none;
    margin: 0;
}

.fa:hover {
    opacity: 0.7;
    color: #fff;
}

.fa-facebook {
    background: #3B5998;
    color: white;
    text-decoration: none;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
    text-decoration: none;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
    text-decoration: none;
}

.fa-envelope {
    background: #7a92a3;
    color: white;
    text-decoration: none;
}

.fa-whatsapp {
    background: #4da74d;
    color: white;
    text-decoration: none;
}

.sticky {
    position: fixed;
    z-index: 9999;
    display: block;
    background-color: transparent;
    width: 10%;
    padding: 10px;
    margin-top: 120px;
    margin-left: -25px;
}

.well {
    text-align: justify;
    text-justify: inter-word;
}

#understanding-scores {
    text-align: start;
    text-justify: none;
}

.justify-text {
    text-align: justify;
    text-justify: inter-word;
}

.non-justify-text {
    text-align: left;
    text-justify: none;
}

.page-header {
    display: none;    
}

#fixed-div {
    position: fixed;
    top: 12em;
    right: 1em;
    z-index: 999999999;
}

#odin-scores-left {
    width: 46%;
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-right: 25px;
}

#odin-scores-right {
    width: 48%;
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}

/* Multi year country profile small devices layout styles(<=768 pixels) */
@media (min-width: 300px) and (max-width: 768px) {
    #odin-scores-left {
        width: 100%;
        margin-top: 10px;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        margin-right: 25px;
    }

    #odin-scores-right {
        width: 100%;
        margin-top: 10px;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
    }

    #search {
        width: 250px;
        max-width: 250px;
        height: 35px;
    }
}

@media screen and (max-width: 768px) {
    .nav {
        padding-left: 2px;
        padding-right: 2px;
    }
    .nav li {
        display: block !important;
        width: 100%;
        margin: 0px;
    }
    .nav li.active {
        border-bottom: 1px solid #ddd !important;
        margin: 0px;
    }
}

/* Social sharing widget(<=768 pixels) */
@media (min-width: 300px) and (max-width: 768px) {
    .sticky {
        position: fixed;
        z-index: 9999;
        display: block;
        background-color: transparent;
        width: 10%;
        padding: 10px;
        margin-top: 80px;
        margin-left: -25px;
    }

    .fa {
        padding: 10px;
        font-size: 15px !important;
        width: 30px;
        text-align: center;
        text-decoration: none;
        margin: 0;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .sticky {
        position: fixed;
        z-index: 9999;
        display: block;
        background-color: transparent;
        width: 10%;
        padding: 10px;
        margin-top: 80px;
        margin-left: -25px;
    }

    .fa {
        padding: 10px;
        font-size: 15px !important;
        width: 30px;
        text-align: center;
        text-decoration: none;
        margin: 0;
    }
}

.faq-question {
    color: #06B1EB;
    font-size: 14px;
}

.faq-answer {
    color: #000000;
    font-size: 14px;
}

.ta-question {
    color: #06B1EB;
    font-size: 18px;
}

.ta-answer {
    color: #000000;
    font-size: 14px;
}

.caption {
    margin: 5px;
    text-align: left;
    font-style: italic;
    font-size: 12px;
    float: left;
}

.export-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
    border-collapse: collapse;
}
.export-table > thead > tr > th,
.export-table > tbody > tr > th,
.export-table > thead > tr > td,
.export-table > tbody > tr > td {
    padding: 4px;
    line-height: 1.3;
    vertical-align: top;
}
.export-table > thead > tr > th {
    vertical-align: bottom;
}

.country-rankings-table {
    border-collapse: collapse;
}