/***
* private vs public
*/
.cssCall, .codeContent {
 display: none;
}
#tinymce .codeContent, #tinymce .cssCall {
 display: block;
 padding: 10px;
 background: yellow;
 border:1px dotted red;
 height:3px;
}

/***
* tweaking main stylesheet
*/

img {
  max-width: 100% !important;
  height: auto !important;
}


#content .breadcrumb {
    background-color: transparent;
    padding: 8px 0;
    margin-bottom: 10px;
    list-style: outside none none;
}

#content h1 {
      margin: 0px;
    padding: 15px 10px 2px;
    font-family: Georgia,"Times New Roman",Times,serif;
    text-align: left;
    font-size: 1.7em;
    font-weight: bold;
}

div.sp-slide div.sp-layer {
  width: 66%!important;
left: 32%!important;
  bottom: 5%!important;
}

.sp-slides-container .sp-mask {
  border: 1px solid #dedede;
}



.sp-black {
    background: rgba(255, 255, 255, 0.85)!important;
}
.sp-black h3, .sp-black p {
   color: #333;
}

.rsp-block-wrapper a {
    color: #2269a1;
    text-decoration: none;
    font-weight: bold;
}

.rsp-block-wrapper a:hover {
    color: #333;
}
.rsp-block-outer {
  margin-bottom: 0!important;
}

a.more {
  padding-right: .5em;
}
.linkList a {
  display: inline-block;
}


a.more em, .linkList a em {
  color: #777;
  font-weight: 400;
}

/***
* FSD specific styles
*/

.Abstract {
  padding: 15px 0!important;
  margin: 10px 0 0 0;
  border-top: 5px solid #b4b4b4;
  font-size: 16px;
  color: #777;
}
.Abstract p {
  margin: 0;
}


/***
* homepage styles styles
*/


.homeTile {
}
.homeTile a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 10px 15px 15px 15px;
  margin-top: 20px;
  border: 1px solid #dedede;
  text-decoration: none;
  box-shadow: 0 0 5px #efefef;
  transition: all .1s linear;
}
.homeTile a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: top right no-repeat;
}

#measuringTile.homeTile a:before {
  background-image: url(/media/oecdorg/directorates/developmentco-operationdirectoratedcd-dac/fsd/bgTile1.png);
}

#statisticTile.homeTile a:before {
  background-image: url(/media/oecdorg/directorates/developmentco-operationdirectoratedcd-dac/fsd/bgTile2.png);
}

#statisticTile.homeTile.light a:before {
  background-image: url(/media/oecdorg/directorates/developmentco-operationdirectoratedcd-dac/fsd/bgTile2-light.png);
}

#topicsTile.homeTile a:before {
  background-image: url(/media/oecdorg/directorates/developmentco-operationdirectoratedcd-dac/fsd/bgTile3.png);
}

.homeTile span {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  color: #2269A1;
}
.homeTile span.small {
  font-size: 10px;
  opacity: .5;
}
.homeTile span.big {
  border-bottom: 1px solid #dedede;
  padding-bottom: 3px;
  font-size: 20px;
  font-weight: 600;
}
.homeTile.fr span.big {
  border-bottom: none;
  padding-bottom: 0;
}
.homeTile.fr span.small {
  border-bottom: 1px solid #dedede;
  padding-bottom: 3px;
}
.homeTile span.txt {
  padding-top: 5px;
  font-weight: 400;
}
.homeTile a:hover {
  box-shadow: 0 5px 7px #efefef;
}

.homeTile a:hover:before {
  background-color: #CCD3E5;
}

.homeTile a:hover span {
  color: #333;
}


#homeMoreInfoBlock {
  
}

#homeMoreInfoBlock h3 {
  margin: 0 0px 10px;
  padding: 15px 0;
  border-top: 1px solid #b4b4b4;
  color: #b4b4b4;
}

#homeMoreInfoBlock ul {
  padding: 0;
  list-style-type:none;
}

#homeMoreInfoBlock li {
  border-top: 1px solid #dedede;
}

#homeMoreInfoBlock a {
  display: block;
  padding: 10px 5px;
}

#homeMoreInfoBlock a:hover {
  display: block;
  padding: 10px 5px;
  background: #ededed;
}


.homeGreyTitleBlock {
  
}

.homeGreyTitleBlock h3 {
  //margin: -30px -15px 10px;
  padding: 15px 0;
  //background: #b4b4b4;
  border-top: 1px solid #2269a1;
  border-bottom: 1px solid #dedede;
  color: #b4b4b4;
}

.homeGreyTitleBlock ul {
  list-style-type: none;
  margin: 15px 0;
  padding-left: 0;
  border-bottom: 1px solid #dedede;
}

.homeGreyTitleBlock ul ul {
  margin: 0;
  padding-left: 15px;
  border-bottom: none;
  border-top: 1px solid #dedede;
}

.homeGreyTitleBlock ul a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  font-weight: normal;
  color: #428BCA;
  line-height: 1;
  border-top: 1px solid #dedede;
}

.homeGreyTitleBlock ul ul li {
  border: none;
  display: inline;
}

.homeGreyTitleBlock ul ul li:not(:last-child):after {
  content:","
}

.homeGreyTitleBlock ul ul a {
  font-size: .8em;
  border: none;
  display: inline;
}

.homeGreyTitleBlock ul a:hover {
  color: #333;
}

.thumbed {
  display: block;
  border: 1px solid #dedede;
  padding: 5px;
  text-align: center;
  background: #fafafa;
}
.thumbed:hover {
  box-shadow: inset 0 0 10px 0 rgba(0,0,0,.1);
}

.thumbed img {
  max-width: 100%;
}

.thumbed.cover img {
  border: 1px solid #dedede;
}

.thumbed.cover strong {
  display: block;
  color: #333;
  background: #fff;
  margin: -4px;
  padding: 5px;
  z-index: 15;
}


table.thumbedCover {
  display: block;
  border: 1px solid #dedede;
  padding: 5px;
  text-align: center;
  background: #fafafa;
}
table.thumbedCover th, table.thumbedCover td {
  padding: 0;
}
table.thumbedCover a {
  display: block;
  text-decoration: none;
  color: #2269a1;
}
table.thumbedCover th a {
  color: #333;
  background: #fff;
  margin: -4px;
  padding: 5px;
  text-align: center;
  z-index: 15;
}
table.thumbedCover img {
  max-width: 100%;
  border: 1px solid #dedede;
}
table.thumbedCover:hover {
  box-shadow: inset 0 0 10px 0 rgba(0,0,0,.1);
}



.topList {
  display: block;
  background: #ededed;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  margin-bottom: 10px;
  margin-top: -10px;
  list-style-type: none;
  padding: 0 !important;
}

.topList .chapo {
  display: block;
  padding: 5px;
  font-weight: 600;
  text-align: center;
  background: #f7f7f7;
}


.topList a {
  display: block;
  margin: 0;
  border-top: 1px solid #ccc;
  padding: 10px 15px;
}

.twoCol {
  display: block;
  margin-top: -25px !important;
}

.twoCol li {
  float: left;
  width: 50%;
  padding: 0 30px 0 0;
}

.twoCol li.chapo {
  width: 100%;
    text-align: center;
    padding: 15px 0 0 0;
}


/***
*  isotope visualisations styles
*/



#filterSelectors {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#filterSelectors li {
	float: left;
	clear: left;
	padding: 0 5px;
	text-align: center;
  width: 100%;
}
#filterSelectors li a {
  text-decoration: none;
  padding: 5px;
  background: #efefef;
  border-radius: 5px;
  line-height: 2.5;
  color: #2973bd;
  font-weight: 400;
font-size: 11px;
  outline: medium none;
}
#filterSelectors li a:hover {
  background: #fff;
}
#filterSelectors li a.selected {
  background: #2973bd;
  color: #fff;
}



.grid-item {
	box-sizing: border-box;
	text-decoration: none;
	width: 200px;
	border: 1px solid #aaa;
    margin: 5px;
}
.grid-item a {
	display: block;
	position: relative;
	overflow: hidden;
	background: #dedede;
	margin: 5px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	color: #2973bd;
}
.grid-item a img {
    position: absolute;

	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.grid-item a:hover img {
	filter: alpha(opacity=100);
	opacity: 1;
}
.grid-item a span {
	display: block;
  position: relative;
	background: rgba(255,255,255,.7);
	padding: 15px;
  z-index: 29;
}
.grid-item a:after {
	display: block;
	content: " ";
	min-height: 3em;
}
.grid-item a:hover {
	background: #ededed;
}
.grid-item--width2 {
	width: 50%;
}

#collapseBlock {
  background: #efefef;
  margin: 0;
  padding: 10px;
  margin-bottom: 15px;
  cursor: pointer;
}
#collapseBlock.open{
  background-color: #ccd3e5;
  color: #f9f9f9;
}
#collapseBlock.open:before{
  content: "\2212";
  color: #333;
}
#collapseBlock:before{
  content: "\002b";
  display: inline-block;
  height: 15px;
  width: 15px;
  line-height: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: white;
  text-align: center;
  margin-right: 10px;
}
#collapseBlock span:before{
  content: "Show";
}

#collapseBlock.open span:before{
  content: "Hide";
}

#videoBlock {
  border-bottom: 1px solid #dedede;
  padding: 0 0 15px 0;
  transition: all .1s linear;
}
#videoBlock.collapsed {
  display: none;
  transition: all .1s linear;
}
#videoBlock.isEmpty:after {
  content: "no tutorials available for this selection";
  display: block;
  text-align: center;
  color: orange;
}

.grid-item.video {
	width: 46%;
}

.grid-item.video a {
  font-size: 12px;
  font-weight: 400;
  color: #2973bd;
  padding-left: 20%;
}
.grid-item.video a strong {
  display: block;
}
  
.grid-item.video a img {
  position: absolute;
  width: 100%;
  top: -21%;
  left:0;
}
.grid-item.video a:hover img {
	filter: alpha(opacity=100);
	opacity: 1;
}
.grid-item.video a span {
	display: block;
  position: relative;
	background: rgba(255,255,255,.7);
	padding: 15px;
  z-index: 29;
}
.grid-item.video a:after {
	display: block;
    position: absolute;
	content: " ";
    height: 0;
	width: 0;
    left: 5px;
  	top: 50%;
    border: solid transparent;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #cc181e;
	border-width: 20px 30px;
    margin-top: -20px;
}
.grid-item.video a:hover {
	background: #ededed;
}

