html{
	scroll-behavior: smooth
}

.full-size-page{
	padding-top : 3vh;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.marked{
	border-style: solid;
	border-width: 2px;
	border-color: #f2f2f2;
	display: none;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}

.close-filter{
	width: 15px;
	height: 15px;
	margin: auto;
	margin-left: 10px;
}

.view-more-info-content{
	display: flex;
	flex-direction: row;
	width: 95%;
	margin : auto;
	margin-top: 20px;
	margin-bottom: 20px;
	justify-content: flex-end;
}

.view-more-info-text{
	display: flex;
	align-items: flex-end;
}

.filters-floatting-container{
	position: absolute;
	background-color: white;
	top: 50px;
	left: 20px;
	z-index: 2;
	display: flex;
	flex-direction: column;
}

@media (max-width: 768px){
	.filters-floatting-container{
		top : 60px;
	}
}

.filter-second-option{
	display: flex;
	flex-direction: row;
}

.drop-down-icon{
	width: 8px;
	height: 8px;
}

.filter-main-option{
	padding : 8px;
	white-space: nowrap;
}

.filter-main-option:hover{
	color : #78A22F;
	cursor : pointer;
}

.filter-second-item-option{
	padding : 8px;
	margin : 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.filter-second-item-option:hover{
	color : #78A22F;
	cursor : pointer;
}

.filters-section{
	display: flex;
	flex-direction: row;
	max-width: 93vw;
	overflow: auto;
	padding: 15px;
}

.filters-section::-webkit-scrollbar {
  display: none;
}

.filter-child-option{
	transition-duration: 1s;
	display: flex;
	flex-direction: column;
	background-color: #f2f2f2;
	padding : 10px;
	padding-bottom: 15px;
	padding-top: 15px;
	color : #006db5;
	margin-right: 5px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 2px;
	border-color: #54667a;
	color : #54667a;
	background-color: white;
	margin : 10px;
	cursor: pointer;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.child-selected{
	color : #006db5;
	border-color: #006db5;
}

.filter-child-option-head{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width : 60px;
	height: 80%;
	margin : auto;
}

.filter-child-option-body{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 20%;
}

.filter-child-option-image{
	width : 50px;
}


.filter-child-option:hover{
	background-color: #e6e6e6;
}


.no-padding{
	padding: 0px;
	background-color: white;
	margin-left: 15px;
	margin-right: 15px;
}

.filter-second-item-option:active{
	border-style: none;
	border-color: #78A22F;
}

.right-side-container{
	position: absolute;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	/*right: 12px;
	height: 100vh;
	width: 600px;*/
	padding-bottom: 50px;
	/*background-color: white;*/
	background-color: #ffffff00;
}

.top-region-container{
	display: flex;
	flex-direction: column;
	padding : 20px;
	background-color: #f7f7f7;
	margin-left: 8px;
}

.regions-container{
	display: flex;
	flex-direction: row;
	padding: 10px;
	background-color: #fbfbfb;
}

.region-container{
	display: flex;
	flex-direction: column;
	padding: 8px;
	margin-right: 5px;
}

.countries-container{
	display: flex;
	flex-direction: column;
	margin-right: 5px;
}

.top-region-title{
	font-weight: bolder;
	font-size: 1.25rem;
	padding-bottom: 10px;
	white-space: nowrap;
}

.region-title{
	font-size: 1rem;
	font-weight: bold;
	white-space: nowrap;
}

.country-title{
	white-space: nowrap;
}

.partners-header-content{
	display: flex;
	flex-direction: column;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 95%;
	margin: auto;
	align-items: center;
	justify-content: center;
}

.worldwide-partners{
	width: 100px;
}

.partners-header-body-text{
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
}

.partners-header-body{
	display: flex;
	margin-top: 10px;
	align-items: center;
	justify-content: center;
}

.cgiar-centers-content{
	display: flex;
	flex-direction: column;
	width: 95%;
	margin:auto;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 2px;
	border-bottom-color : black;
}

.cgiar-centers-items-content{
	display: flex;
	flex-direction: column;
	margin-top: 10px;
}

.cgiar-centers-title-text{
	font-weight: bold;
	font-size: 14pt;
}

.two-cols-list{
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

.national-programs-content{
	display: flex;
	flex-direction: column;
	padding-top: 10px;
	width: 95%;
	margin: auto;
}

.national-programs-items-content{
	display: flex;
	flex-direction: column;
	margin-top: 10px;
}

.national-program-title-text{
	font-weight: bold;
	font-size: 14pt;
}

.minipage-content{
	width : 100%;
	/*background-color: #ffffff;*/
	overflow-y: auto;
	overflow-x: hidden;
	/*padding-bottom: 15vh;
	min-height: 95vh;*/
}

.minipage-header{
	width: 100%;
	margin-bottom: -15px;
}

.minipage-header-image{
	width: 100%;
}

.minipage-header-title{
	width: 95%;
	position: relative;
	font-size: 16pt;
	bottom: 80px;
	left : 20px;
	color: white;
	margin-left: 5px;
	text-shadow: 0px 0px 5px #000000;
}

.tag-text{
	white-space: nowrap;
	background-color: #78A22F;
	padding: 6px;
}

.minipage-header-tag-green{
	display: flex;
	position: relative;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	bottom: 150px;
	left: 20px;
	color: white;
	background-color: #00000000;	
}
.minipage-header-tag{
	display: flex;
	position: relative;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	bottom: 100px;
	left: 20px;
	color: white;
	background-color: #00000000;
}

.farmer-icon{
	width: 80px;
}

.country-varieties-content{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 50px;
	padding-bottom: 50px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 2px;
	border-bottom-color: black;
	width: 95%;
	margin: auto;
	margin-bottom: 30px;
}

.country-varieties-farmer{
	width : 90px;
	margin: auto;
	align-items: center;
	justify-content: center;
}

.country-varieties-legend-text{
	font-weight: bold;
	font-size: 14pt;
}

.country-varieties-summary{
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.country-varieties-summary-item{
	display: flex;
	flex : 0.5;
	flex-direction: column;
	text-align: center;
}

.summary-big-number{
	font-weight: bold;
	font-size: 16pt;
}

.summary-caption{
	font-weight: bold;
	font-size: 14pt;
}

.country-varieties-legend{
	text-align: center;
}

.minipage-body{
	margin-left: 0px;
}

.minipage-body p{
	font-size: 16pt;
}

.minipage-controls{
	color : white;
	/*background-color: #ffffff00;*/
	width: 100%;
	background-color: white;
}

.minipage-controls-container{
	display: flex;
	flex-direction: row;
	background-color: #78A22F;
}

.minipage-controls-item{
	background-color: #78A22F;
	padding : 10px;
	margin : 0px;
	cursor : pointer;
	font-weight: bold;
	white-space: nowrap;
}

.normal-list{
	list-style-type: disc;
}

.country-summary-content{
	display: flex;
	flex-direction: row;
	border-style: solid;
	border-width: 0px;
	padding-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-color: black;
}

.country-summary-item-content{
	display: flex;
	flex : 0.33;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.country-facts-content{
	width: 95%;
	margin: auto;
	font-size: 11pt;
	padding-top: 20px;
}

.country-summary-body{
	display: flex;
	flex-direction: row;
}

.summary-title-text{
	font-weight: bold;
	font-size: 10pt;
}

.country-summary-text{
	display: flex;
	flex-direction: column;
}

.country-summary-icon-content{
	margin-right: 10px;
}

.summary-body-text{
	font-weight: bold;
}

.summary-icon{
	width: 50px;
}

.rotate-x {

  transform: rotate(-90deg);


  /* Legacy vendor prefixes that you probably don't need... */

  /* Safari */
  -webkit-transform: rotate(-90deg);

  /* Firefox */
  -moz-transform: rotate(-90deg);

  /* IE */
  -ms-transform: rotate(-90deg);

  /* Opera */
  -o-transform: rotate(-90deg);

  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

.filters-left-scroll{
	display: flex;
	cursor : pointer;
	position: absolute;
	height: 70%;
	left: -15px;
	align-content: flex-end;
	align-items: center;
}

.filters-right-scroll{
	display: flex;
	cursor : pointer;
	position: absolute;
	height: 70%;
	right: -15px;
	align-content: flex-end;
	align-items: center;
}

.minipage-body-partners{
	width: 95%;
	margin: auto;
	padding : 10px;
	padding-top: 0px;
	margin-bottom: 3vh;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 2px;
	border-bottom-color: black;
}

.minipage-body-charts{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	width: 320px;
	margin: auto;
}

.minipage-body-section{
	margin-left: 10px;
}

.minipage-body-general{
	display: flex;
	flex-direction: column;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	width: 560px;
	margin: auto;
	padding: 10px;
	margin-bottom: 3vh;
}

ul{
	margin-left: -20px;
}

.minipage-subitem-title{
	font-size: 12pt;
	font-weight: bold;
	margin-left: 8px;
}

.breeding-center-link:hover{
	color : green;
}

.breeding-center-text{
	font-size: 11pt;
}

.crops-facts-title{
	font-weight: bold;
	font-size: 11pt;
}

.crops-facts-body{
	font-size: 10pt;
	padding-top: 8px;
}

.crops-varieties-list-text{
	font-size: 10pt;
	padding-top: 4px;
	margin-left: 10px;
}

.crops-varieties-list-title{
	font-size: 11pt;
	font-weight: bold;
}

.minipage-mobile-controls{
	display: none;
	position: absolute;
	bottom: 30px;
	z-index: 1001;
	margin-left: 3.5vw;
}

@media (min-width: 1400px){
	#filters-next{
		display: none;
	}
	#filters-previous{
		display: none;
	}
}

.minipage-mobile-button{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 93vw;
	height: 40px;
	background-color: #008000;
	color: white;
	font-weight: bold;
}

@media (max-width: 600px){
	.right-side-container{
		width: 100vw;
		top: 46px;
	}
	.minipage-body-partners{
		width: 93vw;
	}
	.minipage-body-charts{
		width: 93vw;
	}
	.minipage-body-general{
		width: 93vw;
	}
}

.crops-varieties-list{
	display: flex;
	flex-direction: column;
}