/* THESE ARE CUSTOM STYLES FOR THE PGRFA SITE */
html a {
	color: darkgreen;
}

html a:hover {
	text-decoration: none;
	color: #688816;
}

html {
	font-size: 1em;
    width: 98%;
    padding-left: 10px;
}

/*-----NARRATIVE --------*/

.narrative ol li {
	color:red;
	}
	
#narra ol li {
	color:red;
}	

/* TASTY LINKS */
.priority ol li a {
	color: #000;
	outline: none;
}

.priority ol li a:visited {
	color: darkgreen;
}

.priority ol li a:hover {
	color: #9acd32;
}

.priority ol li a:focus {
	text-decoration: none;
}

.priority ol li a:active {
	text-decoration: none;
}

/*
#pgrfa{background:#688816 url('../images/pgrfa-3.jpg') no-repeat left top;padding:0;margin:8px 0 10px 0;height:190px;border:2px solid #fff;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;}
#pgrfa h1{font-family:source-sans-pro,"myriad pro",sans-serif;text-align:left;font-size:4.7em;line-height:1.1em;letter-spacing:-0.05em;padding:20px 0 0;margin-left:10%;border-bottom:1px solid #fff;color:#fff;width:400px;}
#pgrfa h2{font-family:calibri,sans-serif;text-align:left;font-size:1em;line-height:1.1em;padding:0 0 0 5px;margin-left:10%;color:#fff;width:400px;position:relative;}
*/

/*
--- REV.1 take 1 ---
#pgrfa{background:#688816 url('../images/pgrfa-3.jpg') no-repeat left top;padding:0;margin:8px 0 10px 0;height:auto;border:2px solid #fff;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;}
#pgrfa h1{font-family:source-sans-pro,"myriad pro",sans-serif;font-size:3.5em;letter-spacing:-0.05em;padding:0;margin-left:10%;color:#fff;}
#pgrfa h2{font-family:calibri,sans-serif;font-size:1em;line-height:1.1em;padding:0;color:#fff;width:600px;}
#pgrfa img{float:left;display:inline;padding:0;margin:20px 0 0 3%;vertical-align:middle;}
*/

/*--- REV.1 take 2 ---*/
#pgrfa {
	background: #688816 url('../images/green-texture-wallpaper-5.jpg')
		no-repeat left top;
	padding: 0;
	margin: 8px 0 10px 0;
	height: 103px;
	border: 2px solid #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#pgrfa .logo {
	background: transparent
		url('../bootlife-theme/images/GPA-logo_white.png') no-repeat left
		middle;
	margin: 50px;
	padding: 0;
	position: relative;
}

#pgrfa h1 {
	font-family: passion-one, source-sans-pro, "myriad pro", sans-serif;
	font-size: 2.5em;
	letter-spacing: 0 /*-0.05em*/;
	padding: 0;
	margin: 25px 0 -10px 95px;
	line-height: 0.7em;
	color: #fff;
}

#pgrfa h2 {
	font-family: source-sans-pro, calibri, sans-serif;
	text-align: left;
	font-size: 1em;
	line-height: 1.1em;
	padding: 0 0 0 5px;
	margin: 13px 0 0 91px;
	color: #fff;
	position: relative;
	width: 600px;
}

#pgrfa img {
	float: left;
	display: inline;
	padding: 0;
	margin: 20px 0 0 24px;
	vertical-align: middle;
}

#pgrfa .subtitle {
	font-size: 1em;
}

/* --- AVAILABLE DISPLAY FONTS FOR TITLE ---
font-family: pt-sans-narrow,league-gothic,passion-one,source-sans-pro;
*/
.button {
	height: 45px;
	width: 45px;
	margin: 3px;
}

.icon-remove {
	color: red;
}

/* --- FOOTABLE CUTOMIZATIONS --- */
.footable .center {
	text-align: center;
}

.footable .narrow {
	width: 20px;
}

.footable th.bold {
	font-weight: bold;
}

.footable a {
	color: #688816;
}

.footable a:hover {
	color: green;
}

.footable.pgrfa-green {
	border-color: #688816;
}

.footable.pgrfa-green>tfoot>tr>th,.footable.pgrfa-green>thead>tr>th,.footable.pgrfa-green>tfoot>tr>td,.footable.pgrfa-green>thead>tr>td
	{
	background-color: #688816;
	border-color: #688816;
}

/* --- FORMS --- */
.form-inline {
	margin: 5px 0;
}

.align label {
	width: 150px;
	position: relative;
}

hr.sub {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}

.allcaps {
	text-transform: uppercase;
}

.pseudolabel {
	font-weight: bold;
}

#narrativeText{	
	padding-left: 15px;
    margin: 20px;
}

p.blurb {
	padding-left: 20px;
	margin: 0;
}

label {
	width: 150px;
	text-align: right;
	padding-right: 5px;
} /* border:1px solid red; */
label.skinny {
	width: 80px;
}

label.wider {
	width: 200px;
}

label.wide-1 {
	width: 180px;
}

label.wide-2 {
	width: 300px;
}

label.wide-2a {
	width: 250px;
}

label.wide-3 {
	width: 350px;
}

.even {
	background: #f4f4f4;
	padding: 5px 10px;
}

.left-space {
	margin-left: 250px;
}

.left-space-check {
	margin-left: 260px;
}

.checkbox-inline {
	margin-left: 0;
}

.radio-inline {
	margin-left: 225px;
}

.radio-inline h5 {
	display: inline;
	margin-left: -10px;
	font-weight: normal;
}

.checkboxes h5 {
	font-weight: normal;
}

/* --- TWEAKS --- 
Dirty fixes and workarounds */
.spacer {
	padding: 10px;
}

.spacer-1 {
	padding-left: 10px;
	text-align: center;
}

label.no_space {
	margin: 0 0 0 100px;
	padding: 0;
}

.shim {
	margin-top: 10px;
}

.shim-big {
	margin-top: 20px;
	padding-right:10px;
}

.flag {
	height: 21px;
	margin: 5px;
}

/*--- COUNTRY BRANDING ---*/
.flag-box {
	padding: 20px;
	margin: 0 0 15px 15px;
	border: 1px solid #fff;
	background: #f4f4f4;
	display: inline;
	vertical-align: middle;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.flag-box h2,.flag-box h3,.flag-box img {
	display: inline;
}

.flag-box h2,.flag-box h3 {
	letter-spacing: -1px;
}

.flag-box img {
	padding: 0 0 0 20px;
	height: 36px;
	vertical-align: middle !important;
}

h3.smaller {
	font-size: 1.5em;
}

/*--- COLLAPSING PANEL ---*/
.panel-group {
	margin: 15px 0 20px;
}

.panel-group:last-child {
	margin: 0;
}

button.pull-right {
	margin: 5px 0 20px 20px;
	border:
}

.top {
	border: 1px solid transparent;
	padding: 5px 10px;
	margin: 3px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #f4f4f4;
}

.edit {
	border: 1px solid #ccc;
	background: #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 3px 5px;
}

/*--- !!! PGRFA OVERRIDES !!! ---*/
.btn-xs {
	padding: 1px 5px;
	background: #fff;
	font-size: 12px;
	line-height: 1.5;
	border: 1px solid #fff;
	border-radius: 3px;
	text-shadow: none;
}

.btn-xs:hover {
	background: #7FFF00;
	color: #000;
	font-size: 12px;
	line-height: 1.5;
	border: 1px solid #7FFF00;
	text-shadow: none;
}

footer a {
	color: #fff;
}

/*--- PGRFA LOSES THE FAO BRANDING AND REALLY EXPLORES THE BROWSER SPACE! ---*/
body#wide_load .container {
	width: 97%;
	background: #fff;
}


body#wide_load #main-content {
	padding: 0 30px;
	background: #fff;
} /*--- FOR DEBUGGING: border:1px solid red; ---*/
/* --- THE FOOTER LOSES THE FAO BLUES AND GETS PGRFA GREEN! --- */
body#wide_load .b-footer {
	background: #607D17 !important;
}

body#wide_load footer .footer {
	background-color: #607D17 !important;
	border: 2px solid #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 15px;
}

ul.nav li h4 {
	text-transform: none;
	color: green;
	background: transparent;
	padding: 0 5px;
	outline: none;
	color: #000;
	font-weight: bold;
	display: block-inline;
}

ul.nav li h4 i {
	text-transform: none;
	color: green;
	background: #e4e4e4;
	padding: 6px 5px 5px 6px;
	border: 1px solid transparent;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

li.country {
	width: 190px;
	display: block-inline;
	margin: 0;
	padding: 0;
} /*--- outline:1px solid red; ---*/
li.country img {
	height: 16px;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: 12px;
}

#adv_search h4 {
	margin: 0 0 15px 10px;
	font-weight: bold;
}

#adv_search button {
	margin-left: 83px;
}

#cust_search h4 {
	margin: 0 0 15px 10px;
	font-weight: bold;
}

#pgrfa_main {
	margin-left: -20px !important;
}

#sign-in-box {
	margin-top: 40px;
}



/*--- NESTED PRIORITY ACTIVITIES LISTS ---*/
.priority ol {
	display: block;
	list-style-type: decimal;
	margin-left: -15px;
	margin-before: 1em;
	margin-after: 1em;
	margin-start: 0;
	margin-end: 0;
	padding-start: 0;
}

code {
	color: #000;
	background: #eee;
}

.priority ol {
	color: orange;
}

.priority ol ol {
	color: #99CC00;
}

.priority ol ol ol {
	color: green;
}

.priority ol {
	counter-reset: item;
}

.priority ol li {
	display: block;
	padding: 10px 15px;
	margin: 2px 0 2px 15px;
	border: 2px solid transparent;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.priority ol li::before {
	content: counters(item, ".") ".";
	counter-increment: item;
	padding-right: 10px;
	margin-left: 0;
}

.priority ol.none li::before,.priority li.none::before {
	content: none;
}

/*--- TOP LEVEL ---*/
.priority ol li {
	background: #eee url('../images/bg_stripes.png') repeat left top;
}
/*--- 2ND LEVEL ---*/
.priority ol li li {
	background: #ddd;
}
/*--- 3RD LEVEL ---*/
.priority ol li li li {
	background: #ccc url('../images/bg_stripes1.png') repeat left top;
}
/*--- 4TH LEVEL ---*/
.priority ol li li li li {
	background: #bbb;
}

.priority ol li ol li ol li ol li {
	color: #000;
}

.priority li {
	color: #000;
}

.priority ol li button.fade {
	margin-left: 10px;
	border: 1px dotted #999;
}

.priority li.icons {
	background: transparent;
}

.priority li.icons a {
	color: #000;
	margin: 0 2px;
	background: #fff;
	padding: 5px 7px;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.priority li.icons a:hover {
	color: #000;
	background: #f4f4f4;
}

/*--- NUMBER OL PROPERLY ---*/
ol.num-list {
	list-style: none;
	counter-reset: item;
}

ol.num-list li {
	display: block;
	list-style: outside;
}

ol.num-list li:before {
	content: counter(item) ". ";
	counter-increment: item;
}

/*--- FADE AWAY ---*/
.fade {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE 5-7 */
	filter: alpha(opacity = 50);
	/* Netscape */
	-moz-opacity: 0.5;
	/* Safari 1.x */
	-khtml-opacity: 0.5;
	/* Good browsers */
	opacity: 0.5;
}
/*--- HEADINGS ---*/
h3,h4,h5,h6 {
	font-family: source-sans-pro;
}

h3 {
	font-size: 1.7em;
	text-transform: none !important;
}

h4 {
	font-size: 1.5em;
	text-transform: none;
	font-weight: bold;
}

h5 {
	font-size: 1.3em;
	text-transform: none;
}

h6 {
	font-size: 1.1em;
	text-transform: none;
}

/*--- TYPE ---*/
li.country h4 {
	font-size: 1.1em;
	letter-spacing: 0;
	font-weight: normal !important;
}

#sign-in,#collapse-menu {
	color: #000;
	text-shadow: none;
	padding: 4px 5px;
}

/*--icon-classes --*/
.icon-instab:before {
	content: "\f0c0";
	margin-right: 5px;
}

.icon-pertab:before {
	content: "\f007";
	margin-right: 5px;
}

.icon-protab:before {
	content: "\f00a";
	margin-right: 5px;
}

.icon-taxtab:before {
	content: "\f0e8";
	margin-right: 5px;
}

.icon-cultab:before {
	content: "\f06c";
	margin-right: 5px;
}

.icon-aretab:before {
	content: "\f041";
	margin-right: 5px;
}

.icon-systab:before {
	content: "\f0a0";
	margin-right: 5px;
}

.icon-reftab:before {
	content: "\f0ce";
	margin-right: 5px;
}

.icon-agrtab:before {
	content: "\f046";
	margin-right: 5px;
}

.icon-chain-broken:before {
	content: "\f127";
	margin-right: 5px;
}

.icon-preferences:before {
	content: "\f085";
	margin: 5px;
}

.icon-check:before {
	content: "\f00c";
	margin: 5px;
}

.icon-cross:before {
	content: "\f00d";
	margin: 5px;
}

.icon-export:before {
	content: "\f148";
	margin: 5px;
}

.icon-import:before {
	content: "\f149";
	margin: 5px;
}

.icon-tree:before {
	content: "\f126";
	margin: 5px;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	/* IE6,IE7 */
	ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	/* IE8 */
	-moz-transform: rotate(-180deg); /* FF3.5+ */
	-o-transform: rotate(-180deg); /* Opera 10.5 */
	-webkit-transform: rotate(-180deg); /* Safari 3.1+, Chrome */
}

.icon-approveAll:before {
	content: "\f087";
	margin: 5px;
}

.icon-rejectAll:before {
	content: "\f088";
	margin: 5px;
}

.icon-add:before {
	content: "\f0fe";
	margin: 5px;
}

.icon-next:before {
	content: "\f061";
	margin: 5px;
}

.icon-before:before {
	content: "\f060";
	margin: 5px;
}

.icon-prev:before {
	content: "\f060";
	margin: 5px;
}

.icon-revalidate:before {
	content: "\f112";
	margin: 5px;
}

/*---JSP HACKS--*/
.jsp-checkbox {
	margin-top: -40px;
	margin-left: 150px;
}

.jsp-radiobox {
	margin-top: -80px;
	margin-left: 150px;
}

.icon-local input {
	margin-right: 25px !important;
}

.icon-local:after {
	content: "\f024";
	margin: -1.5em;
	opacity: 0.8;
	color: #79BB05;
}

.icon-indicator:before {
	content: "\f0e4";
	margin: 5px;
}

.icon-fast-forward:before {
	content: "\f050";
	margin: 5px;
	color: #5E8FC6;
	cursor: pointer;
}

div.form-inline input[type="text"] {
	height: 30px;
}

.spaced {
	margin-bottom: 20px;
	margin-left: 25%;
}