/*RCC TOOLBAR-------------------------------------------*/
.rcc-toolbar {
	background: #222222;
	padding: 8px 0;
	font-size: 11px;
	color: #919191;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: 4px solid #DDD;
}
.rcc-sites-selector {
	margin-bottom: 0;
}
.rcc-sites-selector a {
	color: #FFF;
	padding-right: 10px;
	background: url(../img/site-selector-arrow.png) right center no-repeat;
}
.social-icons {
	line-height: 16px;
}
.social-icons a {
	opacity: .5;
	color: #FFF;
	font-size: 16px;
	vertical-align: middle;
	display: inline-block;
	width: 20px;
	text-align: center;
}
.social-icons a:hover {
	opacity: 1;
}
.social-divider {
	display: inline-block;
	width: 20px;
	background: url(../img/social-divider.png) center center no-repeat;
}
.rcc-toolbar .continer {
	position: relative;
}
.subscribe-pop {
	background: #000;
	position: absolute;
	right: 0;
	top: 40px;
	z-index: 2000;
	border-radius: 5px;
	box-shadow: 2px 2px 3px rgba(0,0,0,.5);
	color: #FFF;
	padding: 10px 20px;
	display: none;
}
.subscribe-pop .subtitle {
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
}
.subscribe-pop p.subtitle {
	margin-top: 10px;
}
.subscribe-pop .checks {
	float: left;
	margin-right: 30px;
}
.subscribe-pop a {
	color: #FFF;
}
.rssLink {
	display: block;
	padding-left: 20px;
	background: url(../img/icons/icon-check.png) left center no-repeat;
}
.subscribe-pop input[type=text], .subscribe-pop select {
  margin-bottom: 5px;
  width: 179px;
  border: 1px solid #FFF;
  padding: 1px;
  font-size: 12px;
  color: #999;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin-right: 5px;
}
.subscribe-pop select {
	width: 182px;
}
.skrivenInput {
	display: none;
}
/*USER HEADER-----------------------------------------------------------------------------------*/
.header-right {
	float: right; 
}
.user-header {
  margin: 15px 0 10px;
  text-align: right;
}
.user-menu > li {
	padding: 0 10px;
	margin: 10px 0;
	border-left: 1px solid #000;
	font-size: 0.9em;
}
.user-menu > li:first-child {
	border-left: none;
}
.user-menu a {
	color: #000;
}
.user-menu strong {
	color: #1274BB;
}
.user-menu > li > a .label {
  background: #1274BB;
  border-radius: 20px;
  display: block;
  font-weight: 300;
  line-height: 12px;
  padding: 0.3em 0.6em;
  position: absolute;
  right: -2px;
  top: -8px;
}
/*FOOTER--------------------------------------------------------------------------------------*/
.footer-social {
	font-size: 12px;
	line-height: 13px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.footer-social h2{
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 20px;
	text-align: left;
	color: #FFF;
	border-bottom: 1px solid #1A273D;
	padding-bottom: 5px;
}
.footer-social th, .footer-social td {
	vertical-align: top;
	padding-bottom: 15px;
}
.footer-social th {
	text-align: right;
	padding-right: 10px;
	color: #919191;
	font-weight: normal;
}
.footer-social a {
	color: #307FBF;
}
.footer-social p {
	margin-bottom: 15px;
}
.footer-twitter .date {
	float: right;
}
.footer-youtube a {
	opacity: .5;
	display: block;
	float: left;
	margin: 0 0 15px 15px;
	width: 102px;
	height: 70px;
	overflow: hidden;
}
.footer-youtube a:first-child {
	margin-left: 0;
}
.footer-youtube a:hover {
	opacity: 1;
}
.footer-youtube img {
	height: 70px;
}
.fb-img {
	float: left;
	width: 30px;
}
.footer-social .fb-title {
	margin-left: 35px;
	margin-bottom: 7px;
}
.footer-social .fb-story-link {
	color: #FFF;
}
/*HOME HEADER--------------------------------------------------------------------------------------*/
.home-header {
	background: #FFF url(../img/bg_home-header.png) left center repeat-x;
	border: 1px solid #FFF;
	box-shadow: 0 0 12px #BBB;
	margin: 0 0 60px;
}
.home-header > div {
	margin: 0;
	padding: 0;
}
.home-text {
	padding: 20px 25px 0;
	font-size: 14px;
}
.home-text p {
	margin: 0 0 10px;
}
/*HOME BANNERS--------------------------------------------------------------------------------------*/
.home-banner {
	color: #FFF;
	font-size: 14px;
	border: 1px solid #FFF;
	box-shadow: 0 0 12px #BBB;
	min-height: 132px;
	background: #F6B41B;
	display: block;
}
.pages .home-banner {
	min-height: 100px;
}
.home-banner:hover, .home-banner:active {
	text-decoration: none;
	color: #FFF;
	box-shadow: 0 0 25px #A0A0A0;
}
.home-banner.orange {
	background: #f6b41b;
	background: -moz-linear-gradient(top,  #f6b41b 0%, #dc9b01 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6b41b), color-stop(100%,#dc9b01));
	background: -webkit-linear-gradient(top,  #f6b41b 0%,#dc9b01 100%);
	background: -o-linear-gradient(top,  #f6b41b 0%,#dc9b01 100%);
	background: -ms-linear-gradient(top,  #f6b41b 0%,#dc9b01 100%);
	background: linear-gradient(to bottom,  #f6b41b 0%,#dc9b01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6b41b', endColorstr='#dc9b01',GradientType=0 );
}
.home-banner.light {
	background: #1aa7e4;
	background: -moz-linear-gradient(top,  #1aa7e4 0%, #008dca 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1aa7e4), color-stop(100%,#008dca));
	background: -webkit-linear-gradient(top,  #1aa7e4 0%,#008dca 100%);
	background: -o-linear-gradient(top,  #1aa7e4 0%,#008dca 100%);
	background: -ms-linear-gradient(top,  #1aa7e4 0%,#008dca 100%);
	background: linear-gradient(to bottom,  #1aa7e4 0%,#008dca 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aa7e4', endColorstr='#008dca',GradientType=0 );
}
.home-banner.dark {
	background: #265286;
	background: -moz-linear-gradient(top,  #265286 0%, #002d60 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#265286), color-stop(100%,#002d60));
	background: -webkit-linear-gradient(top,  #265286 0%,#002d60 100%);
	background: -o-linear-gradient(top,  #265286 0%,#002d60 100%);
	background: -ms-linear-gradient(top,  #265286 0%,#002d60 100%);
	background: linear-gradient(to bottom,  #265286 0%,#002d60 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#265286', endColorstr='#002d60',GradientType=0 );
}
.home-banner .inner {
	padding: 20px 10px 20px 103px;
	display: block;
}
.pages .home-banner .inner {
	padding: 30px 10px 30px 103px;
}
.home-banner.orange .inner {
	background: url(../img/bg_banner_orange.png) 10px center no-repeat;
}
.home-banner.light .inner {
	background: url(../img/bg_banner_light.png) 10px center no-repeat;
}
.home-banner.dark .inner {
	background: url(../img/bg_banner_dark.png) 10px center no-repeat;
}
.home-banner h2 {
	color: #FFF;
	font-weight: normal;
}
.home-banner small {
	margin-top: 7px;
	display: block;
	font-size: 11px;
}
.sidebar-banners .home-banner .inner {
	padding: 95px 10px 10px 10px;
	background-position: center 10px;
	text-align: center;
}
/*PATHWAY--------------------------------------------------------------------------------------*/
.pathway {
	/*margin-bottom: 20px;*/
	padding: 10px 5px;
	font-size: 15px;
	
	border: solid #009FE0;
	border-width: 2px 0 4px;
	-moz-border-image: -moz-linear-gradient(left, #003471 0%, #009FE0 100%);
	-webkit-border-image: -webkit-linear-gradient(left, #003471 0%, #009FE0 100%);
	border-image: linear-gradient(to right, #003471 0%, #3009FE0 100%);
	border-image-slice: 1;
}
.pathway ul {
	margin: 0;
	padding: 0;
}
.pathway li {
	background: none;
	margin: 0;
	padding: 0;
}
.pathway li:last-child {
	color: #0076BF;
}
.pathway span {
	display: inline-block;
	text-align: center;
	width: 20px;
}
/*RESULTS--------------------------------------------------------------------------------------*/
.tab-results {
	padding: 0;
	background: #F9FAF7;
}
/*navigation pane*/
.nav-pane {
	/*height: 500px;
	overflow: auto;*/
	float: left;
	width: 215px;
	padding: 10px 5px;
	font-size: 12px;
}
.nav-pane h2 {
	font-size: 18px;
	color: #647792;
	font-weight: 300;
	padding: 5px;
	border-bottom: 1px solid #BCD0E4;
}
.nav-pane h2:first-child {
	margin-top: 0;
}
.nav-pane input[type=text]{
	border-radius: 5px;
	border: 1px solid #CDD4DD;
	background: #EFEFEF url(../img/bg_input.png) left top repeat-x;
	box-shadow: inset 0 0 3px #FFF;
	padding: 3px 5px;
	font-size: 12px;
	width: 170px;
}
.nav-pane .btn {
	border-radius: 5px;
	margin-top: -1px;
	padding: 2px 7px 3px;
}
.nav-pane a {
	text-decoration: none;
	outline: none;
}
.indic-heading {
	display: block;
	border-radius: 5px;
	border: 1px solid #CDD4DD;
	background: #EFEFEF url(../img/bg_input.png) left top repeat-x;
	box-shadow: inset 0 0 3px #FFF;
	padding: 3px 20px 3px 5px;
	color: #3B4657;
	margin-bottom: 5px;
	position: relative;
	/*font-size: 13px;*/
	font-weight: bold;
}
.indic-heading:hover, .indic-heading:focus {
	background: #EFEFEF;
	color: #333;
}
.indic-heading .fa {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -10px;
	font-size: 20px;
}
.orange .indic-heading .fa {
	color: #f6b41b;
}
.light .indic-heading .fa {
	color: #1aa7e4;
}
.dark .indic-heading .fa {
	color: #265286;
}
.indic-wrapper {
	/*display: none;*/
	border-radius: 5px;
	border: 1px solid #CDD4DD;
	background: #EFEFEF url(../img/bg_input.png) left top repeat-x;
	box-shadow: inset 0 0 3px #FFF;
	padding: 3px 5px;
	margin-bottom: 5px;
}
.indic-wrapper ul, .indic-wrapper li {
	margin: 0;
	padding: 0;
}
.indic-wrapper a {
	color: #3B4657;
	display: block;
	border-bottom: 1px solid #CDD4DD;
	padding: 3px 5px;
}
.indic-wrapper a:hover, .indic-wrapper a:focus, .indic-wrapper a.selected {
	color: #333;
	background: #FFF;
}
.indic-wrapper li:last-child a {
	border-bottom: none;
}
/*results pane*/
.results-pane {
	background: #FFF;
	border-left: 1px solid #afb8c1;
	margin-left: 215px;
	margin-top: 0;
	min-height: 620px;
	padding: 10px 10px 20px;
}
.results-nav {
	font-size: 11px;
	line-height: 18px;
	text-align: right;
	float: none;
	margin: 10px 0;
}
.results-nav li {
	float: none;
	display: inline-block;
	margin-right: 0;
	margin-left: 5px;
}
.results-nav a {
	padding: 0 5px;
	border-radius: 0;
	display: inline-block;
	width: 65px;
}
.results-pane .tabs-wrapper {
	clear: none;
}
.results-pane .tab {
	min-height: 50px;
	border: none;
	padding: 0;
}
.results-table {
	font-size: 11px;
	/*table-layout: fixed;
	width: 100%;*/
}
.results-table th, .results-table td {
	border-bottom: 2px solid #FFF;
	font-weight: normal;
}
.results-table .year-label td {
	background: #6a6f75 none repeat scroll 0 0 !important;
	color: #fff !important;
	text-align: center !important;
}
.results-table thead th {
	background: #AFB8C1;
	padding: 3px 5px;
	color: #FFF;
	text-align: center;
	font-size: 10px;
}
.results-table.three-cells th {
	width: 33%;
}
.results-table.four-cells th {
	width: 25%;
}
.results-table.five-cells th {
	width: 20%;
}
.results-table.six-cells th {
	width: 16%;
}
.results-table.seven-cells th {
	width: 14%;
}
.results-table.eight-cells th {
	width: 12.5%;
}
.results-table.more-cells th {
	min-width: 70px;
}
.results-table th:first-child {
	text-align: left;
	white-space: nowrap;
}
.results-table thead td, .highcharts-title {
	padding-bottom: 5px;
	/*padding-left: 35px ;
	text-indent: -35px ;*/
}
.results-table thead td span, .highcharts-title span {
	width: 35px;
	text-align: right;
	display: inline-block;
	display: none;
}
.results-table tbody td, .results-table tbody th {
	background: #F8F9F9;
	padding: 3px 5px;
	font-size: 10px;
}
.results-table tbody td {
	text-align: right;
}
.results-table tbody tr:first-child td,.results-table tbody tr:first-child th {
	background: #EDEFEF;
}
.results-table th br {
	display: none;
}
.results-pane .chart {
	margin-bottom: 20px;
}
.table-wrapper {
	overflow: auto;
	margin-bottom: 10px;
}
.download-report {
	font-size: 13px;
	line-height: 20px;
	margin-top: -50px;
	padding-left: 42px;
	position: relative;
}
.download-report span {
	background: url(../img/bg_download.png) left center no-repeat;
	background-size: auto 100%;
	display: block;
	height: 32px;
	left: 0;
	position: absolute;
	top: 0;
	width: 43px;
}
.disclaimer {
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}
/*IN FOCUS--------------------------------------------------------------------------------------*/
.in-focus {
	background: #E6E6EF;
	margin-top: 70px;
	padding-bottom: 30px;
}
.in-focus h2 {
	text-align: center;
	color: #485264;
	font-size: 26px;
	line-height: 50px;
	margin: -25px 0 25px;
}
.in-focus h2 span {
	display: inline-block;
	padding: 0 20px;
	background: #FAFAFC left bottom repeat-x url(../img/bg_focus-title.png);
	border: 1px solid #FFF;
	box-shadow: 0 0 12px #BBB;
}
.in-focus h3 {
	text-align: center;
	color: #7F8793;
	font-size: 19px;
	line-height: 21px;
	margin-bottom: 10px;
	margin-top: 0;
}
.focus-number {
	background: #FFF;
	border: 5px solid #CFD0DB;
	text-align: center;
	color: #000D26;
	margin-top: 20px;
}
.focus-number .inner {
	padding: 10px;
	position: relative;
	height: 205px;
	overflow: hidden;
	/*font-weight: bold;*/
}
.number-week {
	color: #000D26;
	display: block;
	margin-top: -40px;
	font-size: 150px;
	line-height: 200px;
}
.number-week span {
	position: absolute;
	left: 0;
	right: 0;
	top: 225px;
	bottom: 0;
	display: block;
	font-size: 14px;
	line-height: 19px;
	color: #FFF;
	background: #000F27;
	padding-top: 20px;
	transition: all .5s ease-in-out;
}
.number-week:hover {
	text-decoration: none;
}
.number-week:hover span {
	top: 0;
}
/*
.number-week span span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	top: auto;
	display: block;
}
*/
.focus-expert-populi .inner {
	margin-top: -31px;
	text-align: center;
	font-size: 13px;
}
.focus-expert-populi a {
	display: block;
	text-align: center;
	color: #000D26;
}
.focus-expert-populi img {
	border: 3px solid #FFF;
	margin-bottom: 10px;
}
.focus-expert-populi .col-xs-6 {
	padding: 0;
}
.focus-expert {
	min-height: 180px;
	border-right: 1px solid #FFF;
	padding: 0 15px;
	margin-top: 10px;
}
.focus-populi {
	min-height: 180px;
	border-left: 1px solid #D6D6DE;
	padding: 0 15px;
	margin-top: 10px;
}
.focus-test {
	padding: 10px 15px;
	background: #000F27;
	color: #E6E6EF;
	min-height: 210px;
	margin-top: 20px;
}
.focus-test h3 {
	color: #FFF;
	text-align: left;
}
.focus-test p {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 10px;
	text-align: center;
}
.focus-test .answer {
	display: none;
}
.focus-test label {
	display: block;
	font-size: 11px;
	line-height: 11px;
	background: #1A273D;
	border-radius: 3px;
	padding: 3px;
	cursor: pointer;
}
.focus-test label:hover {
	background: #333F52;
}
.focus-test input[type="radio"] {
  line-height: normal;
  margin: 0;
  vertical-align: middle;
}
.table-winner {
	border-left: 2px solid #ccc;
	font-size: 12px;
	margin-left: -10px;
	/*margin-top: 230px;*/
}
.table-winner th, .table-winner td {
	padding: 5px 0 5px 7px;
	vertical-align: top;
}
.table-winner th {
	white-space: nowrap;
}
.nav-tabs.nav-justified > li > a {
	border: 1px solid #ddd;
	outline: none !important;
}
.media-link {
	position: relative;
}
.media-link .fa {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #FFF;
	font-size: 2em;
	opacity: .8;
}
.media-link:hover .fa {
	opacity: 1;
}
.media-link img {
	width: 100%;
}
/*PARTNERS-----------------------------------------------------------------------------------*/
.contacts-heading {
	border: 1px solid #DDD;
	margin: 0;
	padding: 10px;
	background: url(../img/bg_focus-title.png) left bottom repeat-x;
	color: #222;
	font-size: 15px;
	cursor: pointer;
}
.contacts-heading p {
	margin: 0;
	background: url(../img/icons/plus.png) left center no-repeat;
	padding-left: 25px;
	font-size: 20px;
}
.partners .contacts-heading p {
	font-size: 15px;
}
.contacts-heading.expanded p {
	background-image: url(../img/icons/minus.png)
}
.contacts-wrapper {
	border: solid #EEE;
	border-width: 0 1px;
	padding: 10px;
	font-size: 13px;
	display: none;
}
.contacts-wrapper:last-child {
	border-width: 0 1px 1px;
}
.contacts-wrapper hr {
	width: 70%;
}
.contacts-wrapper .vip, .contacts-wrapper .title, .contacts-wrapper .subtitle {
	color: #333;
}
/*MISC---------------------------------------------------------------------------------------*/
.highlight {
  border-left: 2px solid #ccc;
  margin-left: 20px;
  padding: 10px 0 10px 20px;
  margin-bottom: 10px;
}
.highlight .btn {
  display: block;
  margin-bottom: 10px;
  text-align: left;
}
.pub_front {
	border: 1px solid #FFF;
	box-shadow: 0 0 12px #BBB;
	margin-bottom: 10px;
}
ul.vip li {
  background-image: url(../img/icons/icon-check.png);
  padding-left: 27px;
  min-height: 24px;
}
.results-table .year-label td {
	background: #6a6f75 none repeat scroll 0 0 !important;
	color: #fff !important;
	text-align: center !important;
}
.download-report {
  font-size: 13px;
  line-height: 16px;
  margin-top: -57px;
  padding-bottom: 0;
  padding-left: 0;
  padding-top: 0;
  position: relative;
}
.download-report a {
  color: #fff;
  display: inline-block;
  font-size: 11px;
  padding: 5px 4px 0;
}
.download-report img {
  border-radius: 3px;
  margin-bottom: -2px;
  max-width: 30px;
}
.login .navbar.main-menu-wrapper {
	margin-top: 10px;
}
.user_profile .navbar.main-menu-wrapper, .indicators .navbar.main-menu-wrapper, .indicator_edit .navbar.main-menu-wrapper {
	margin-top: -10px;
}
.table-indicators {
  font-size: 12px;
}
.table-indicators.table > thead > tr > th {
  padding-right: 20px;
  white-space: nowrap;
}
.methodology {
	font-size: 11px;
}
.methodology p {
	margin-bottom: 5px !important;
}
.video-link {
	position: relative;
	display: block;
	overflow: hidden;
}
.video-link .fa {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1000;
	font-size: 50px;
	margin-left: -25px;
	margin-top: -25px;
	color: #FFF;
	opacity: .7;
	text-shadow: 0 3px 5px rgba(0,0,0,.5);
	transition: all .3s ease-in;
}
.video-link:hover .fa {
	opacity: .9;
	text-shadow: 0 3px 5px rgba(0,0,0,.7);
}