/* Colors */
/*#888888*/
/* Fonts */
/* Sizes */
.operations-browser {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.operations-tab-nav {
  height: 200px;
  text-transform: uppercase; }

.operations-tab-nav p {
  color: #666666;
  font-size: 15px;
  text-align: right;
  padding: 5px 25px 5px 0;
  text-decoration: none;
  line-height: 25px;
  font-family: "HelveticaIFAD", Times, "Times New Roman", serif;
  border-right: 1px solid #e4e4e4;
  margin-bottom: 0px !important; }

.operations-tab-nav p:hover {
  color: #333333;
  border-right: 1px solid #11b5d5;
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 0px !important; }

.operations-tab-nav p.selected {
  color: #333333;
  border-right: 2px solid #11b5d5;
  font-weight: bold;
  margin-bottom: 0px !important; }

.operations-tab-nav.anchors a p {
  line-height: 30px; }

.operations-browser-tab {
  display: none; }

.operations-browser-tab.active {
  display: block !important; }

/* conutry tab css */
/*.country-flag {
	width: 340px;
	margin-left: auto;
	margin-right: auto;
}

.country-flag .country-name {
	margin-left: 20px;
	padding-top: 12px;
	float: left;
}

.country-flag .country-name a,
.region-name a {
	text-decoration: none;
	color: $ifad-text;
}

.country-flag .country-name a:hover,
.region-name a:hover {
	text-decoration: none;
	color: $ifad-blue;
}

.country-flag-container {
	position: relative;
	border-bottom: 1px solid #e4e4e4;
}

.country-flag-node:nth-child(1) .country-flag-container {
	position: relative;
	border-top: 1px solid #e4e4e4;
}

.country-flag-node:nth-child(2) .country-flag-container {
	position: relative;
	border-top: 1px solid #e4e4e4;
}

.country-flag p {
	color: $ifad-text;
	text-decoration: none;
	font-size: 20px;
	font-family: "HelveticaIFAD", Times, "Times New Roman", serif;
	margin: 0 !important;
	width: 175px;
	text-align: left;
}

.country-flag * {
	float: left;
}

.country-flag-content {
	padding-top: 30px;
	padding-bottom: 30px;
	height: 45px;
}

.country-flag-paragraph {
	cursor: pointer;
}

.country-flag-paragraph img {
	width: 65px;
	height: 45px;
}*/
/* end country tab css */
/* region tab css */
.region-name {
  margin-left: 20px;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px; }

.region-info-container:nth-child(1) {
  position: relative;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4; }

.region-info-container {
  position: relative;
  border-bottom: 1px solid #e4e4e4; }

.region-name p {
  color: #666666;
  text-decoration: none;
  font-size: 22px;
  font-family: "HelveticaIFAD", Times, "Times New Roman", serif;
  margin: 0 !important; }

.region-info-paragraph * {
  float: left; }

.region-info-content {
  padding-top: 30px;
  padding-bottom: 30px; }

.region-info-paragraph {
  cursor: pointer;
  height: 50px; }

.region-node {
  width: 700px;
  margin-left: auto;
  margin-right: auto; }