#autocomplete li.selected {
	background: #eee;
	color: inherit;
}
#autocomplete li {
	white-space: normal;
	margin: 0;
	padding:5px;
}
#autocomplete ul.links,
#autocomplete ul.links li {
	background: none;
}
#autocomplete p {
	margin: 0;
}


.gs-project h1 {
	margin-bottom:5px;
}

.gs-project-status {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:12px;
}
.gs-project-status li {
	float:left;
	color:#999;
}
.gs-project-status li.active {
	color:#000;
	font-weight:bold;
}
.gs-project-status li + li:before {
	content: "»";
	padding: 0 5px;
}



.blacklink {
	color:rgb(64, 64, 64);
}

.dimension-entry.dimension-list {
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #eee;
	border-radius: 5px;
	margin-bottom: 5px;
}
.dimension-entry.dimension-list h3 {
	margin: 0;
	font-size: 14px;
}
.dimension-entry.dimension-list h3 em {
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	margin-top: 1px;
	margin-left: 10px;
	font-weight: bold;
}

.assessment-score.js-tooltip {
	font-weight:bold;
	border-bottom:1px #000 dotted;
}

h4.assessment-resource-link {
	margin-top:20px;
}
h4.assessment-resource-link a {
	font-size:16px;
}


h1.with-separator {
	border-top: 1px solid rgb(140, 140, 140);
	padding-top: 15px;
	margin-top: 20px;
}

.field-name-field-gs-consultant-language .field-items div.field-item::after { 
    content: ", ";
    margin-right:5px;
}
.field-name-field-gs-consultant-language .field-items div.field-item:last-child::after { 
    content: "";
}
.field-name-field-gs-consultant-language .field-items div.field-item { 
    display: inline-block;
}

ul.local-menu.gs-project li.active {
	background-color:#0aa65c;
}
ul.local-menu.gs-project li.active a {
	color:#fff;
	
}

a.blacklink {
	color:#404040 !important;
}

#scout-gs-assessment-import-excel-form #edit-file-ajax-wrapper {
	margin:20px 0;	
}
#scout-gs-assessment-import-excel-form #edit-file-ajax-wrapper label {
	display:block;
}

.stakeholder-thumbs img {
	width:24px;
	height:24px;
	border-radius:12px;
}

.field-name-field-intranet-lib-files,
.field-name-field-intranet-lib-dimensions {
	margin:8px 0;
}

.gs-project-update {
	margin-top: 10px;
	border-top: 1px solid #cdcdcd;
	padding-top: 10px;
}

ul.local-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.local-menu li {
	float: left;
	background-color:#ececec;
	padding: 5px 10px;
	margin-right: 2px;
	border-radius: 5px 5px 0 0;
}
ul.local-menu li.active {
	background-color:#cdcdcd;
}
ul.local-menu li a {
	color:#404040;
	font-weight:bold;
}
.local-content {
	border: 1px solid #cdcdcd;
	padding: 10px;
	border-radius: 0 5px 5px 5px;
}
.local-content h4 {
	font-weight:bold;
	margin-top:15px;
}

ul.user-list strong {
font-weight:bold;
}
.field-name-field-gs-project-funding-info,
.field-name-field-gs-project-funding-files,
.field-name-field-gs-project-eval-learned,
.field-name-field-gs-project-eval-challenges,
.field-name-field-gs-project-eval-reports {
	margin-top:15px;
}

table.gs-dashboard {
	border-spacing: 2px;
	border-collapse: separate;
}
table.gs-dashboard thead tr th {
	background-color:#dcdcdc;
	font-weight:bold;
	padding:3px 5px;
	font-size:13px;
}
table.gs-dashboard tbody tr {
	border-bottom:1px solid #ccc;
}
table.gs-dashboard tbody tr td {
	background-color:#eaeaea;
	padding:3px 5px;
} 

#gs-project-node-form label {
	display:block;
}
#gs-project-node-form .form-wrapper, #gs-project-node-form .edit-title {
	padding:10px;
	margin:5px 0;
	border:1px solid #eee;
	border-radius:5px;
}
#gs-project-node-form .form-type-radio label,
#gs-project-node-form .form-type-checkbox label{
	display:inline-block;
}
#gs-project-node-form .form-actions .form-submit {
	float:right;
	margin-left:10px;
}

.gsconsultant.teaser {
	margin-bottom:15px;
	padding:12px;
	background-color:#eee;
	border-radius:5px;
}
.gsconsultant.teaser .image {
	float:left;
	height:100%;
	margin-right:10px;
}
.gsconsultant.teaser .field, .gsconsultant.teaser .field-items {
	float:left;
	margin-right:10px;
}
#scout-gs-consultant-search-form .form-item,
#scout-gs-consultant-search-form .form-submit {
	margin-top:7px;
}
#scout-gs-consultant-search-form label {
	display: block;
	margin-bottom: 3px; 
}

.profile.newprofile.gsconsultant .box.profile-header .header-info h1 {
	margin-top:25px;
}
.profile.newprofile.gsconsultant .box.profile-header .header-info h1 span:first-child {
	margin-top:10px;
}

.field-name-field-gs-consultant-dimensions .field-items,
.field-name-field-gs-consultant-language .field-items,
.field-name-field-gs-consultant-nso .field-items {
	line-height: 130%;
	margin-bottom: 20px; 
}

table.assessment-stat th {
	padding:5px;
}
table.assessment-stat td {
	border-bottom:1px solid #ccc;
	padding:5px;
}

div.button-green {
	display:inline-block;
}

#scout-gs-assessment-search-form .form-item,
#scout-gs-assessment-report-list-form .form-item {
	padding: 5px 0;
}

.box.assessment-result strong {
	font-weight:bold;
}

.assessment-search {
	margin-top:20px;
}

.dimension-container {
	margin-bottom:20px;
}

table.assessment-result .rating {
	text-align:right;
	padding-right:5px;
	border-left:1px solid #ccc;
}

table.assessment-result td {
	padding:0px 5px;
}

table.assessment-result .result td, table.assessment-stat th {
	font-weight:bold;
	background-color:#ececec;
	padding-left:5px;
}

.gs-assessment-form table {
	width:90%;
}

.gs-assessment-form table tr th {
	background-color:#eee;
	font-weight:bold;
	padding:5px 0 5px 5px;
}
.gs-assessment-form table tr {
	border-bottom:1px solid #ccc;
}
.gs-assessment-form table tr td {
	padding:5px 0;
	font-size:12px;
}
.gs-assessment-form table tr td .form-type-select {
	width:300px;
	margin-left:20px;
}

.gs-assessment-form .criteria-rating {
	width:300px;
}
.gs-assessment-form .form-submit {
	float:right;
}
.gs-assessment-form .form-submit.button-green {
	margin-left:5px;
}

