body {
	font-family:'Roboto',sans-serif;
	padding:0;
	margin:0;
	background-color:#FbFbFb;;
}
.header {
	display:block;
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	height:64px;
	background-color:rgb(40,55,62);
	box-shadow: 0px 0px 15px rgb(21, 28, 31);
	z-index: 999;
}

.content {
	padding-top:1px;
	display:block;
	background-color:#FbFbFb;
	margin-top:64px;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
	
}
.logo {
	display: inline-block;
	vertical-align: top;
}
ul.nav {
list-style-type: none;
color:white;
    padding: 0px;
    margin: 0px;
    display: inline-block;
}
.nav li {
	display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 200px;
}
.nav li a {
	background-color:#28373E;
	 width: 200px;
	text-align: center;
	color:#DADADA;
	padding-top: 23px;
    font-size: 14px;
    font-weight: 400;
	height:64px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	box-sizing: border-box;
}
.nav li a.selected {
	background-color: rgb(36, 49, 55);
	border-bottom-color: rgb(104, 189, 97);
    border-bottom-width: 3px;
    border-bottom-style: solid;
}
.nav li a:hover {
	background-color:  rgb(36,47,54);
	transition:all 1s;
}

ul.subnav {

list-style-type: none;


color:rgb(100,100,100);
    padding: 0px;
    
    margin:40px;
    margin-bottom: 10px;
    display: block;
    border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(235,235,235);
}
.subnav li {
	display: inline-block;
    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-bottom: -1px;
    
}
.subnav li a {
		color:rgb(100,100,100);
	 text-align: center;
	 padding: 20px;
	
	
    font-size: 14px;
    font-weight: 500;
	height:44px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	box-sizing: border-box;
}
.subnav li a:hover {
	color:rgb(40,40,40);
	transition:all 0.5s;
}
.subnav li a.selected {
	color:rgb(40,40,40);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4a4a4a;
	
}




input.search {
  padding-left: 20px;
    padding-right: 10px;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 62px;
    padding-right: 46px;
    width: 230px;
    border: 0;
    margin-bottom: 4px;
    font-size: 15px;
    color: rgb(124, 125, 127);
    background: url('../img/search.png') no-repeat 260px 24px rgb(55, 68, 75);
    transition:all 0.5s;
}
input.search:focus {
       outline:none;
       background-color: rgb(65,78,85);
       color:rgb(230,230,230); 
       transition:all 1s;
    }
#search_results, #compare_search_results {
  position: absolute;
  display: block;
  background-color: rgb(55, 68, 75);
  color:rgb(124, 125, 127);
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  padding:2px;
  font-size: 16px;
  line-height: 140%;
  box-shadow: 0px 2px 20px rgba(0,0,0,0.2);
}

#search_results a, #compare_search_results a {
  display: block;
  padding:5px;
  text-decoration: none;
  color:rgb(250,250,250);
  margin:2px;
}
#search_results a:hover, #compare_search_results a:hover {
  background-color: rgb(75,88,95);
}
#search_results p, #compare_search_results p {
  text-align: center;
}

.vizwrapper {
	
	
	padding-bottom: 42%; 
	position: relative;
	margin:auto;
	margin-top:40px;
	background-color: white;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.04);
}
.bigviz {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	display: block;
    
    /*box-shadow: 0px 0px 2px rgba(0,0,0,0.1);*/
    

}

.dropcont {
	margin:40px;
	margin-top:30px;
}

.dropdown {
display:inline-block;
font-weight: 400;
}
.dropdown_button {
  
  color:rgb(80,80,80);
  text-align: left;
  width: 213px;
 padding-left: 20px;
 padding-right:30px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  border-color: rgb(249,249,249);
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  background-color: white;
  font-size: 16px;
  margin-right: 10px;
  background-image: url("../img/drop.png");
  background-repeat: no-repeat;
  background-position:233px;
        box-shadow: 0px 7px 20px rgba(0,0,0,0.1);
}

.dropdown-options {
  display: none;
   border-color: rgb(235, 235, 235);
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  background-color: white;
  box-shadow: 0px 7px 20px rgba(0,0,0,0.1);
  
  list-style-type: none;
  padding:0px;
 
  text-align: left;
  max-height: 352px;

  overflow-y:auto;
  overflow-x:hidden;
  position: absolute;
  margin:0;
  z-index:999;

}
.dropdown-options li {
  display: block;
  margin:0;
  padding:0;
}
.dropdown-options .dropseparator {
  font-size: 16px;
  display: block;
  padding:10px;
  padding-left:20px;
  padding-right:20px;
   min-width: 204px;
  color:rgb(147,147,147);
}
.dropdown-options li a {
	text-decoration: none;
  font-size: 16px;
  display: block;
  padding:10px;
  padding-left:40px;
  padding-right:20px;
   min-width: 204px;
  color:rgb(47,47,47);
}
.dropdown-options li a:hover {
  background-color: rgb(248,248,248);
   transition-property: background-color;
    transition-duration: 0.15s;
    transition-timing-function: linear;
}
.dropselected {
   background-image: url("../img/check.png");
  background-repeat: no-repeat;
  background-position:10px;
}
.dropdown-options input {
  margin:0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
margin-right: -5px;
  padding: 8px;
  padding-right:50px;
 vertical-align: top;
  
 font-size:16px;
 border:0;
 border-bottom-style: solid;
 border-bottom-color: rgb(230,230,230);
 border-bottom-width:1px;
  width: 100%;
  color:rgb(80,80,80);
  height:40px;
 min-width: 282px;
 background: url('../img/search.png') no-repeat 235px 12px #FFFFFF;
  
}
.dropdown-options input:focus {
outline: 0;


}

.loader {
	padding-top:61px;
	padding-bottom: 61px;
  margin: 25px auto 0;
  width: 70px;
  text-align: center;
}

.loader > div {
  width: 18px;
  height: 18px;
  background-color: rgb(104, 189, 97);

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(0.7) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
#bottom {
	text-align: center;
}
.tagline {
	    color: rgb(224, 224, 224);
    font-size: 23px;
    padding-top: 60px;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 0px -1px rgb(200, 200, 200);
}
.description {
	padding:10px;
	line-height: 140%;
	color:rgb(100,100,100);
	font-size:	17px; 
}
a {
	text-decoration: none;
	color:#26A2D8;
}
.footlogo {
	margin:40px;
	width:100px;
	opacity:0.75;
}

.textcontent, #gridtable, .gridchart , .gridchartX2{
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
	display: block;
	position: relative;
	margin:auto;
	margin-top:60px;
	width:1098px;
	
	background-color: white;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.07);
    line-height: 150%;
    color:rgb(60,60,60);
    padding:40px;
}
.textcontent {
   -webkit-touch-callout: initial;
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}
.gridchart {
	padding:0;
	height:350px;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.gridchartX2 {
  padding: 0;
  height:650px;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.textcontent li {
	padding-top:10px;
	padding-bottom: 10px;
}
.textcontent h1, .textcontent h2, .textcontent h3 {
	margin-bottom: 40px;
	font-weight: 500;
	margin-top:40px;
}
table#tbldata {
padding:4px;
margin-top:40px;
width:100%;
border-spacing: 0;
}
table#tbldata td {
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(245,245,245);
padding:10px;
padding-top:15px;
padding-bottom:15px;
color:rgb(60,60,60);
font-size:16px;
margin:0;
}
.img_sec {
  width:35px;
  vertical-align:sub;
}
.global_ranking {
  color:rgb(180,180,180);
}
#tablewrapper {
	width:1098px;
	padding-top:50px;
	margin:auto;
	box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
#tablewrapper h1 {
color:rgb(60,60,60);
font-weight: 400;
padding-left:10px;
padding-right: 10px;
}
#tablewrapper h2 {
	color:rgb(80,80,80);
	font-weight: 400;
  padding-left:10px;
padding-right: 10px;
}

#firstmessage, #compare_b {
display: block;
text-align: center;
position:fixed;
right:0px;
bottom:0px;
width: 300px;
padding: 10px;
margin:10px;
border-radius: 2px;
border-style:solid;
border-width:4px;
border-color: rgb(104, 189, 97);
color:white;
background-color:rgb(104, 189, 97);;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}

.check {
display:block;
width:20px;
height:20px;
border-color:rgb(226,226,226);
border-width:1px;
border-style:solid;
margin-left:10px;
background-image: url(../img/check_white.png);
}
.selectedrow {
background-color:rgb(104, 189, 97);
border-color:rgb(104, 189, 97);
transition-property: background-color;
transition-duration: 0.2s;
transition-timing-function: linear;
 
}
.nextloader {
display: block;
text-align: center;
width: 300px;
padding: 10px;
margin: auto;
margin-top: 60px;
margin-bottom: 60px;
border-radius: 2px;
border-style:solid;
border-width:4px;
border-color: rgb(104, 189, 97);
background-color: rgb(104, 189, 97);
color: rgb(255, 255, 255);
   

}
.ranknumber {
text-align:right;
width:40px;
white-space: nowrap;
}
.downloaddata {
	position: absolute;
    display: block;
    right: 34px;
    top: 34px;
    border-radius: 2px;
    background-color: rgb(249, 249, 249);
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: rgb(115, 115, 115);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}
#rowsnumber {
	color:rgb(162, 162, 162);
}
#menubutton {
	width: 29px;
    padding: 19px;
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
}
.compareins p {
position: relative;
display: inline-block;
 -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
background-color:white;
border-radius: 1px;
line-height:100%;
font-size:15px;
margin: 2px;

margin-left:4px;
margin-bottom:0px;
padding: 11px;
color: rgb(70,70,70);
 box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  
   overflow:hidden;
   white-space: nowrap;

}
.compareins {
  margin-top:60px;
}
.compareins p,input.comparebox {
  
  color: rgb(80,80,80);
    text-align: left;
    width: 352px;
    padding-left: 20px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    border-color: rgb(249,249,249);
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    background-color: white;
    font-size: 16px;
    margin-right: 10px;
    margin-top:10px;
    
    box-shadow: 0px 7px 20px rgba(0,0,0,0.1);
}
.compareins img {
  vertical-align: top;
  margin-right: 10px;
}
.compareins p a.remove_b {
  display: block;
  position: absolute;
  right:0px;
  top:0px;
  background-color:rgb(255,255,255);
  padding:10px;
  border-radius: 2px;
}
.compareins p a.remove_b img {
  margin:0px;
}
input.comparebox {
  
    padding: 10px;
    margin: 2px;
   
    margin-left: 4px;
    margin-top:10px;
    font-size: 15px;
    color: rgb(200, 200, 200);
    border-width: 0px;
    vertical-align: top;
    /* background-color: rgb(55, 68, 75); */
    height: 38px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  
}
input.comparebox:focus {
   outline-color:rgb(255,255,255);
  color:rgb(100,100,100); 
}
.world_top {
  display: block;
  color:rgb(80,80,80);
  text-align: left;
  width: 213px;
 padding-left: 20px;
 padding-right:30px;
  padding-top: 10px;
  padding-bottom: 10px;

  border-color: rgb(249,249,249);
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  background-color: white;
  font-size: 15px;
  margin-right: 10px;
 box-shadow: 0px 7px 20px rgba(0,0,0,0.1);
}








@media only screen and (max-width: 1300px) and (min-width:920px) {
.nav li, .nav li a {
	width:120px;
}
input.search {
	width:175px;
	background: url('../img/search.png') no-repeat 205px 24px rgb(55, 68, 75);

}
.textcontent, #gridtable,#tablewrapper,.gridchart,.gridchartX2 {
	width:100%;
}
#gridtable {
	padding: 10px;
	
}
.downloaddata {
	top:10px;
	right:10px;
}
.content {
	padding:10px;
}
.dropdown {
	margin-bottom: 16px;
}
}

@media only screen and (max-width: 920px) {
.textcontent, #gridtable,#tablewrapper, .gridchart, .gridchartX2 {
	width:100%;
}
#gridtable {
	padding: 5px;
	
}
.downloaddata {
	top:5px;
	right:5px;
}
.content {
	padding:5px;
}
table#tbldata td {
	font-size:14px 
}
.header {
	height:auto;
	width:100%;

}
.logo {
	display: block;
}
.nav {
	width:100%;
	display: block;
}
.nav li {
	display: block;
	width:100%;
}
.nav li a {
	display: block;
	width:100%;
	text-align: left;
	padding-left:30px;
}
.nav li a.selected {
	background-color: rgb(36, 49, 55);
	border-bottom-width:0;
	border-left-color: rgb(104, 189, 97);
    border-left-width: 3px;
    border-left-style: solid;
}
.header {
	position: relative;
}
.content {
	margin-top: 0px;
}
input.search {
	position: relative;
	width:100%;
box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background:url('../img/search.png') no-repeat 97% 24px rgb(55, 68, 75);
  margin-bottom: 0px;

}
.dropdown {
	margin-bottom: 16px;
}
#menubutton {
	display: block;
	cursor: pointer;
	opacity: 0.8;
}
.logo {
	height: 55px;
}
.responsive_hidden {
	display: none !important;

}
ul.subnav {
	margin:0px;
}
}

