/* project-finder.css */



/*
	 FIND A PROJECT TYPEAHEAD - START
*/
#projectSearch #searchText input{
	border: 1px solid #ccc;
    width: 100%;
    border-radius: 5px;
    padding: 20px 30px;
}
#projectSearch .showProject .highlight{
	font-size: 24px;
	line-height: 1.1em;
	margin: 20px 10px 5px;
	font-weight: bold;
}
#projectSearch .showProject .loadingInfo{
	    margin: 0px 10px 20px;
}
#projectSearch .showProject .box{
	margin-bottom: 10px;
	width: 32%;
	min-height:100px;
	float: left;
	margin-right: 10px;
	border-radius: 10px;
}
#projectSearch .showProject .box .date{
	padding: 7px 5px 7px 5px;
    margin: 0 20px 0 20px;
}
#projectSearch .showProject .box .info a:link, .showProject .box .info a:visited, .showProject .box .info a:active{
	text-decoration: none;
	display: block;
	height: 100%;
}
#projectSearch .showProject .box .info{
	padding:0px 15px 0px 20px;
	min-height: 60px;
	margin-top: -20px;
}
#projectSearch .showProject .box .date{
	border-top: 1px solid #CCCCCC;	
}
#projectSearch .showProject .box.psd{
	border: 2px solid #127ac0;
    border-right: 45px solid #127ac0;
}
#projectSearch .showProject .box.esia, #projectSearch .showProject .box.esd{
	border: 2px solid #107a84;
    border-right: 45px solid #107a84;
}
#projectSearch .showProject .box.ssbd, #projectSearch .showProject .box.opa{
	border: 2px solid #40637f;
    border-right: 45px solid #40637f;
}
#projectSearch .showProject .box.pn{
	border: 2px solid #9e8db4;
    border-right: 45px solid #9e8db4;
}
#projectSearch .showProject .btn{
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
}
#projectSearch .box .glyphicon{
	color: #FFF;
    position: relative;
    left: 105%;
    top: 20px;
    font-size: 1.4em;
}
/* Desktop large ------------------------- */
@media (min-width: 1200px) {
 	#projectSearch .box .glyphicon{
 		left: 103%;
 	}
}
/* Desktop ------------------------- */
@media (min-width: 980px) and (max-width: 1200px) {
 	#projectSearch .box .glyphicon{
 		left: 103%;
 	}
}
/* Tablet to desktop ------------------------- */
@media (min-width: 768px) and (max-width: 980px) {
	#projectSearch .showProject .box{
		width:48%;
		margin-bottom:20px;
	}
	#projectSearch .box .glyphicon{
 		left: 104%;
 	}
}
/* Tablet and mobile ------------------------- */
@media (max-width: 767px) {
	#projectSearch .showProject .box{
		width:100%;
		margin-bottom:20px;
	}
	#projectSearch .box .glyphicon{
 		left: 102%;
 	}
 	#projectSearch #searchText input{
    	width: 100%;
 	}
}
#projectSearch .showProjectStatus{
    clear: both;
    background-color: #e7eced;
    padding: 20px 15px;
}
#projectSearch .showProjectStatus .label{
    color: #000;
    font-size: 16px;
    padding: 0;
}
#projectSearch .showProjectStatus .status{
    margin-bottom: 10px;
}
#projectSearch .showProjectStatus .status .glyphicon{
	font-size: 1.4em;
}
#projectSearch .typeahead, #projectSearch .tt-query, #projectSearch .tt-hint {
	border: 2px solid #CCCCCC;
	border-radius: 8px;
	font-size: 22px; /* Set input font size */
	width: 396px;
}
#projectSearch .typeahead {
	background-color: #FFFFFF;
	outline: none;
}
#projectSearch .typeahead:focus {
	border: 2px solid #127ac0;
}
#projectSearch .tt-query {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
#projectSearch .tt-hint {
	color: #999999;
}
#projectSearch .tt-menu {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0px 0px 8px 8px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	padding: 8px 0;
	width: 100%;
}
#projectSearch .tt-suggestion {
	font-size: 22px;  /* Set suggestion dropdown font size */
	padding: 3px 20px;
}
#projectSearch .tt-cursor, #projectSearch .tt-suggestion:hover {
	cursor: pointer;
	background-color: #127ac0;
	color: #FFFFFF;
}
#projectSearch .tt-suggestion p {
	margin: 0;
}
#projectSearch .tt-highlight{
	font-weight: bold;
	color:#d77700;
}
#projectSearch .twitter-typeahead{
	width: 100%;
	display: inline-block;
}
/*
	 FIND A PROJECT TYPEAHEAD - END
*/













/*
 * 
 *  LATEST PROJECT INFO - START
 * 
 * */
#latestLists {
	padding: 10px;
    margin: 20px 0 0;
    border: 1px solid #ccc;
    border-radius: 5px
}

#latestLists .nav-tabs {
    border-bottom: 0;
}

#latestLists .nav-tabs > li{
	background-color: #eaeaea;
	margin-right: 2px;
	margin-bottom: 2px;
	font-size: 0.9em;
}


/* Tablet and mobile ------------------------- */
@media (max-width: 767px) {
	
	#latestLists .nav-tabs > li.active > a {
		border: 0;
		margin-right: 0;
	}
	
	.showProject .more span.btn.btn-ebrd-more.more {
	    transform: scale(0.6);
	    transform-origin: right;
	    margin-top: -15px;
	}
	
	#latestLists table tbody tr, #latestLists table tbody td{
		display: block!important;
	}
	#latestLists table tbody tr{
	    border: 1px solid #ccc;
	    margin: 10px 0;
	    padding: 10px;
	    border-radius: 5px;
	    background: none!important;
	}
	#latestLists table tbody td{
		border: 0;
    	padding: 2px;
	}
	#latestLists table thead {
	    display: none;
	}
	
	#latestLists .nav-tabs > li{
		width: 100%;
	}
	
	/* PSDs */ 
	#latestLists #latestPsds table tbody tr{
	    display: flex!important;
    	flex-direction: column;
	}
	#latestLists #latestPsds table tbody tr td.colTitle{
		order: 1; -webkit-order: 1;
	}
	#latestLists #latestPsds table tbody tr td.colDate{
		order: 2; -webkit-order: 2;
	}
	#latestLists #latestPsds table tbody tr td.colProjectID{
		order: 3; -webkit-order: 3;
	}
	#latestLists #latestPsds table tbody tr td.colCountry{
		order: 4; -webkit-order: 4;
	}
	#latestLists #latestPsds table tbody tr td.colSector{
		order: 5; -webkit-order: 5;
	}
	#latestLists #latestPsds table tbody tr td.colPsdType{
		order: 6; -webkit-order: 6;
	}
	#latestLists #latestPsds table tbody tr td.colDate:before {
	    content: 'Date:';
	    font-weight: bold;
	}
	#latestLists #latestPsds table tbody tr td.colProjectID:before {
	    content: 'ID:';
	    font-weight: bold;
	}
	#latestLists #latestPsds table tbody tr td.colCountry:before {
	    content: 'Location:';
	    font-weight: bold;
	}
	#latestLists #latestPsds table tbody tr td.colSector:before {
	    content: 'Sector:';
	    font-weight: bold;
	}
	#latestLists #latestPsds table tbody tr td.colPsdType:before {
	    content: 'Public/Private:';
	    font-weight: bold;
	}
	
	/* PNs */
	#latestLists #latestPns table tbody tr{
	    display: flex!important;
    	flex-direction: column;
	}
	#latestLists #latestPns table tbody tr td.colTitle{
		order: 1; -webkit-order: 1;
	}
	#latestLists #latestPns table tbody tr td.colIssueDate{
		order: 2; -webkit-order: 2;
	}
	#latestLists #latestPns table tbody tr td.colClosingDate{
		order: 3; -webkit-order: 3;
	}
	#latestLists #latestPns table tbody tr td.colCountry{
		order: 4; -webkit-order: 4;
	}
	#latestLists #latestPns table tbody tr td.colSector{
		order: 5; -webkit-order: 5;
	}
	#latestLists #latestPns table tbody tr td.colNoticeType{
		order: 6; -webkit-order: 6;
	}
	#latestLists #latestPns table tbody tr td.colIssueDate:before {
	    content: 'Issue Date:';
	    font-weight: bold;
	}
	#latestLists #latestPns table tbody tr td.colClosingDate:before {
	    content: 'Closing Date:';
	    font-weight: bold;
	}
	#latestLists #latestPns table tbody tr td.colCountry:before {
	    content: 'Location:';
	    font-weight: bold;
	}
	#latestLists #latestPns table tbody tr td.colSector:before {
	    content: 'Sector:';
	    font-weight: bold;
	}
	#latestLists #latestPns table tbody tr td.colNoticeType:before {
	    content: 'Contract:';
	    font-weight: bold;
	}
	
	/* ESIAs */
	#latestLists #latestEsias table tbody tr{
	    display: flex!important;
    	flex-direction: column;
	}
	#latestLists #latestEsias table tbody tr td.colTitle{
		order: 1; -webkit-order: 1;
	}
	#latestLists #latestEsias table tbody tr td.colDate{
		order: 2; -webkit-order: 2;
	}
	#latestLists #latestEsias table tbody tr td.colProjectID{
		order: 3; -webkit-order: 3;
	}
	#latestLists #latestEsias table tbody tr td.colCountry{
		order: 4; -webkit-order: 4;
	}
	#latestLists #latestEsias table tbody tr td.colSector{
		order: 5; -webkit-order: 5;
	}
	#latestLists #latestEsias table tbody tr td.colPsdType{
		order: 6; -webkit-order: 6;
	}
	#latestLists #latestEsias table tbody tr td.colDate:before {
	    content: 'Date:';
	    font-weight: bold;
	}
	#latestLists #latestEsias table tbody tr td.colProjectID:before {
	    content: 'ID:';
	    font-weight: bold;
	}
	#latestLists #latestEsias table tbody tr td.colCountry:before {
	    content: 'Location:';
	    font-weight: bold;
	}
	#latestLists #latestEsias table tbody tr td.colSector:before {
	    content: 'Sector:';
	    font-weight: bold;
	}
	#latestLists #latestEsias table tbody tr td.colPsdType:before {
	    content: 'Public/Private:';
	    font-weight: bold;
	}
	
	/* Board Reports */
	#latestLists #latestSsbds table tbody tr{
	    display: flex!important;
    	flex-direction: column;
	}
	#latestLists #latestSsbds table tbody tr td.colTitle{
		order: 1; -webkit-order: 1;
	}
	#latestLists #latestSsbds table tbody tr td.colProjectTitle{
		order: 2; -webkit-order: 2;
	}
	#latestLists #latestSsbds table tbody tr td.colDate{
		order: 3; -webkit-order: 3;
	}
	#latestLists #latestSsbds table tbody tr td.colCountry{
		order: 4; -webkit-order: 4;
	}
	#latestLists #latestSsbds table tbody tr td.colSector{
		order: 5; -webkit-order: 5;
	}
	#latestLists #latestSsbds table tbody tr td.colDate:before {
	    content: 'Board Approved:';
	    font-weight: bold;
	}
	#latestLists #latestSsbds table tbody tr td.colProjectTitle:before {
		content: 'Project:';
		font-weight: bold;
	}
	#latestLists #latestSsbds table tbody tr td.colCountry:before {
	    content: 'Location:';
	    font-weight: bold;
	}
	#latestLists #latestSsbds table tbody tr td.colSector:before {
	    content: 'Sector:'; 
	    font-weight: bold;
	}
	
	
	/* OPAs */
	#latestLists #latestOpas table tbody tr{
	    display: flex!important;
    	flex-direction: column;
	}
	#latestLists #latestOpas table tbody tr td.colTitle{
		order: 1; -webkit-order: 1;
	}
	#latestLists #latestOpas table tbody tr td.colProjectTitle{
		order: 2; -webkit-order: 2;
	}
	#latestLists #latestOpas table tbody tr td.colDate{
		order: 3; -webkit-order: 3;
	}
	#latestLists #latestOpas table tbody tr td.colCountry{
		order: 4; -webkit-order: 4;
	}
	#latestLists #latestOpas table tbody tr td.colSector{ 
		order: 5; -webkit-order: 5;
	}
	#latestLists #latestOpas table tbody tr td.colDate:before {
	    content: 'OPA Date:';
	    font-weight: bold;
	}
	#latestLists #latestOpas table tbody tr td.colProjectTitle:before {
		content: 'Project:';
		font-weight: bold;
	}
	#latestLists #latestOpas table tbody tr td.colCountry:before {
	    content: 'Location:';
	    font-weight: bold;
	}
	#latestLists #latestOpas table tbody tr td.colSector:before {
	    content: 'Sector:'; 
	    font-weight: bold;
	}
}


#latestLists .nav-tabs > li > a{
	color: gray;
	font-weight: bold;
	outline: none;
}
#latestLists .nav-tabs > li > a:hover {
	background:#7A7A7A;
	color:#FFF;
}
#latestLists .nav-tabs > li.active{
	padding-bottom: 14px;
	background: url(../images/activewhere.png) no-repeat center bottom;
}
#latestLists .nav-tabs > li.active > a{
	color: #fff;
	background: #0079c0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#latestLists #headingSort{
	border-bottom: 3px solid #000;
}
#latestLists table{
	margin-top:0;
}
#latestLists th {
	background-color: #fff!important;
	border-top:none!important;
}
#latestLists table td {
	padding: 5px 10px 5px 10px;
}

#latestLists table th {
    padding: 5px 10px 5px 10px;
}			
			
/* Tablet to desktop ------------------------- */
@media (max-width: 992px) {
	
	#latestLists .nav-tabs > li.active {
	    padding-bottom: 0; 
	  	background: none;
	}
	
}  					
/*
 * 
 *  LATEST PROJECT INFO - END
 * 
 * */
 
 
 
 
 /*
 * 
 *  PROJECT PER LOCATION OR SECTOR - START
 * 
 * */
#countrySector .typeahead, #countrySector .tt-query, #countrySector .tt-hint {
	border: 2px solid #CCCCCC;
	border-radius: 8px;
	font-size: 20px; /* Set input font size */
	width: 396px;
}
#countrySector .typeahead {
	background-color: #FFFFFF;
}
#countrySector .typeahead:focus, #countrySector .typeahead:active {
	outline: none;
}
#countrySector .tt-query {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
#countrySector .tt-hint {
	color: #fff;
	width: 100%;
	height: 40px;
	top: -2px;
    border-radius: 5px;
}
#countrySector .tt-menu {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0px 0px 8px 8px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	padding: 8px 0;
	width: 100%;
	margin-top: 2px;
	max-height: 400px;
	overflow-y: auto;
}
#countrySector .tt-suggestion {
	font-size: 22px;  /* Set suggestion dropdown font size */
	padding: 3px 20px;
}
#countrySector .tt-cursor, #countrySector .tt-suggestion:hover {
	cursor: pointer;
	background-color: #127ac0;
	color: #FFFFFF;
}
#countrySector .tt-suggestion p {
	margin: 0;
}
#countrySector .tt-highlight{
	font-weight: bold;
	color:#d77700;
}

#countrySector .tab-pane{
	background: #0079c0;
}

#countrySector .nav-tabs {
    border-bottom: 0;
}
#countrySector .nav-tabs > li{
	background-color: #eaeaea;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 1.2em;
	width: 50%;
}
#countrySector .nav-tabs > li > a{
	color: gray;
	font-weight: bold;
	outline: none;
	padding: 16px 20px 12px;
}

#countrySector .nav-tabs > li > a {
	margin-right: 1px;
}
#countrySector .nav-tabs > li:nth-child(2) > a {
	margin-right: 0;
}

#countrySector .nav-tabs > li.active > a, 
#countrySector .nav-tabs > li.active > a:hover, 
#countrySector .nav-tabs > li.active > a:focus{
	border: 1px solid transparent;
}



#countrySector .nav-tabs > li > a:hover {
	background:#7A7A7A;
	color:#FFF;
	border-radius: 0;
}
#countrySector .nav-tabs > li.active > a{
	color: #fff;
	background: #0079c0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#countrySector .typeahead.tt-input{
    width: 90%;
    height: 36px;
    border: 0;
    outline: none;
    margin-left: 20px;
    top: 4px;
}
#countrySector .countriesSectorsSearch{
    border: 2px solid #0079c0;
    border-radius: 5px 0 0 5px;
    border-right: 0;
    width: 99%;
    padding: 15px;
}
#countrySector .dropdownIcon{
	background-color: #d77700;
    color: #fff;
    height: 40px;
    width: 40px;
    border: 1px solid #d77700;
    border-radius: 0 5px 5px 0;
    position: relative;
    cursor: pointer;
    top: -53px;
    right: 15px;
	float: right;
}
#countrySector .dropdownIcon .glyphicon{
	position: relative;
    top: 12px;
    left: 12px;
}

#countrySector .twitter-typeahead{
	display: block!important;
}

#countrySector .info{
	padding: 30px 20px;
    margin: 10px 0px 0px 0px;
    background-color: #c7c7c7;
}
#countrySector .info .glyphicon-remove{
	float: right;
    top: -15px;
    right: -5px;
    cursor: pointer;
}
#countrySector{
	margin-bottom: 30px;
}

/* Tablet and mobile ------------------------- */
@media (max-width: 767px) {
	#countrySector .nav-tabs > li > a {
	    font-size: .8em;
	    padding: 10px 10px;
	}
}

 /*
 * 
 *  PROJECT PER LOCATION OR SECTOR - END
 * 
 * */