/* ------------------------------------------------------------------------
/* !PAGE: JSF Search List */
/* ----------------------------------------------------------------------*/
.items-jsfSearchTBL .compResPDFilter-wrap {
	background: #fff;
	margin-bottom: 2em;
	color: #666;
}

#jsfSrchResTBL .compResNav-wrap {
	padding-left: 30px;
	padding-right: 30px;
}

#jsfSrchResTBL {
	width: 726px;
	margin-left: -30px;
	
	background: url(../images/jsfsrchtbl-fold.png) no-repeat left top;
	padding-top: 6px;
}

.jsfsrchlist-tbl {
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.5);
	box-shadow: 0 1px 3px rgba(0,0,0,.5);
}

.jsfsrchlist-tbl td,
.jsfsrchlist-tbl th {
	color: #fff;
	font-size: 13px;
	line-height: 1.1em;
	font-family: MemphisLTStdMedium, Arial, Helvetica, sans-serif;
	padding: 12px 16px 12px 10px !important;
	position: relative
}

.jsfsrchlist-tbl th {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.1em;
	vertical-align: middle;
	white-space: normal !important;
	border-right: 1px solid #535757;
	background: #404545 url(../images/jsfsrchlist-th.png) repeat !important;
	text-shadow: 0 1px 0 #000;
}

.jsfsrchlist-tbl th:first-child,
.jsfsrchlist-tbl th:last-child {
	border-right: none;
}

.jsfsrchlist-tbl th.item-rank {
	width: 52px;
}
.jsfsrchlist-tbl th.item-firstyear {
	width: 92px;
}
.jsfsrchlist-tbl th.item-industry {
	width: 180px;
}

.jsfsrchlist-tbl th a,
.jsfsrchlist-tbl .tr-primary > td:not(.item-expander) > a {
	color: #fff;
	text-decoration: none;
}

.jsfsrchlist-tbl .tr-primary > td:not(.item-expander) > a:after {
	margin-left: 6px;
	content: "\f08e";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
}

.jsfsrchlist-tbl th a:hover {
	color: #f0ab00 !important;
	text-decoration: none;
}

.jsfsrchlist-tbl .sort-arrow:before {
	display: inline-block;
	font-family: "FontAwesome";
	content: "\f0de";
	vertical-align: top;
	margin-left: 6px;
	height: 15px;
}

.jsfsrchlist-tbl .sort-arrow.ascending:before {
	content: "\f0de";
	line-height: 20px;
}
.jsfsrchlist-tbl .sort-arrow.descending:before {
	content: "\f0dd";
	line-height: 10px;
}

.jsfsrchlist-tbl .tr-primary > td > a:hover {
	color: #f0ab00;
	text-decoration: none;
}

.jsfsrchlist-tbl .icon-sort,
.jsfsrchlist-tbl .icon-sort-down,
.jsfsrchlist-tbl .icon-sort-up {
	position: absolute;
	margin-left: 5px;
}

.jsfsrchlist-tbl .icon-sort {
	color: #cfd0d0;
}

.jsfsrchlist-tbl .icon-sort-down,
.jsfsrchlist-tbl .icon-sort-up {
	color: #f0ab00;
}

.jsfsrchlist-tbl .icon-user {
	font-size: 24px;
}

.jsfsrchlist-tbl tr.odd td {
	background: #66a1b2;
}

.jsfsrchlist-tbl tr.even td,
.jsfsrchlist-tbl tr.has-details:nth-child(4n+1) td,
.jsfsrchlist-tbl tr.no-details:nth-child(2n+1) td {
	background: #6ea6b6;
}

.jsfsrchlist-tbl .tr-active td {
	background: #f0ab00 !important;
}

.jsfsrchlist-tbl .tr-secondary td {
	background: #fff !important;
	color: #3b3b3c;
}

.jsfsrchlist-tbl tr.tr-secondary td.item-details {
	padding: 0 !important;
	vertical-align: top;
}

.jsfsrchlist-tbl tr.tr-secondary td.item-details div {
	vertical-align: top;
}

.jsfsrchlist-tbl tr.tr-secondary .well {
	padding: 0;
}

.jsfsrchlist-tbl .details-col-a {
	text-align: center;
	float: right;
	width: 20%;
}

.jsfsrchlist-tbl .details-col-b {
	width: 80%;
	margin-left: 0;
}

.jsfsrchlist-tbl .details-col-a .details-col-inner {
	padding: 20px 14px;
}

.jsfsrchlist-tbl .details-col-b .details-col-inner {
	padding: 20px 14px 20px 44px;
}

.jsfsrchlist-tbl .details-col-b .element {
	margin-bottom: 6px;
}

.jsfsrchlist-tbl .element-label {
	color: #d45d00;
	width: 40%;
	font-weight: normal;
}
.jsfsrchlist-tbl tr.tr-secondary td.item-details .element-data.with-link {
	color: #d45d00;
	font-weight: normal;
}
/*
.jsfsrchlist-tbl tr.tr-secondary td.item-details .element-data.with-link a {
	padding-left: 5px;
}
*/
.jsfsrchlist-tbl tr.tr-secondary td.item-details .element.empty-data {
	display: none;
}

.jsfsrchlist-tbl .item-readon {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #005172;
	display: inline-block;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #e5e5e5;
	float: right;
	padding: 8px 10px; 
}

.jsfsrchlist-tbl .item-readon:hover {
	background: #e5e5e5;
}

.jsfsrchlist-tbl .item-expander {
	padding-left: 6px !important;
	padding-right: 6px !important;
}

.jsfsrchlist-tbl a.item-toggle {
        position: relative;
        left: -17px;
        display: block;
        width: 16px;
        height: 16px;
        border: 2px solid #fff;
        background: #f0ab00;
        color: #fff;
        text-decoration: none;
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
        box-shadow: 0 1px 1px rgba(0,0,0,.1);
        text-align: center;
        line-height: 16px;
        font-size: 10px;
    }

.jsfsrchlist-tbl a.item-toggle:hover {
	color: #fff !important;
	text-decoration: none;
}

.jsfsrchlist-tbl a.item-toggle i {
	line-height: 18px;
}

.jsfsrchlist-tbl td.item-rank {
	text-align: center;
}

.jsfsrchlist-tbl td.item-employees {
	text-align: right;
}




/* JSF Search Form */
.jsfSearch-srch .form-jsfseach,
.jsfSearch-srch .form-jsfseach *,
.jsfSearch-srch .srchDesc-outro *,
.jsfSearch-srch .blogDesc-intro *,
.jsfSearch-srch .compDescIntro-wrap *,
.jsfSearch-srch .form-jsfseach:before,
.jsfSearch-srch .form-jsfseach:before *,
.jsfSearch-srch .srchDesc-outro:before *,
.jsfSearch-srch .blogDesc-intro:before *,
.jsfSearch-srch .compDescIntro-wrap:before *,
.jsfSearch-srch .form-jsfseach:after,
.jsfSearch-srch .form-jsfseach:after *,
.jsfSearch-srch .srchDesc-outro:after *,
.jsfSearch-srch .blogDesc-intro:after *,
.jsfSearch-srch .compDescIntro-wrap:after * {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

.jsfSearch-srch .jsfSearch,
.jsfSearch-srch .srchDesc-outro {
	margin: 0;
}

.jsfSearch-srch .jsfSearch {
	padding-right: 10px;
}

.jsfSearch-srch .listform-right .jsfSearch {
	padding-right: 0;
}

.jsfSearch-srch .form-jsfseach {
	float: left;
	width: 33%;
}

.jsfSearch-srch .sbxModTable-listform .form-jsfseach {
	width: 100%;
	float: none;
	padding-right: 0;
}

.jsfSearch-srch .srchDesc-outro,
.jsfSearch-srch .blogDesc-intro {
	float: left;
	width: 66%;
}

.jsfSearch-srch .listform-center,
.jsfSearch-srch .listform-right {
	box-sizing: border-box;
	float: left;
	width: 50%;
}

/*
@-moz-document url-prefix() { 
  	.jsfSearch-srch .listform-center,
	.jsfSearch-srch .listform-right {
		width: 45%;
  	}

	.jsfSearch-srch .form-jsfseach {
		width: 30%;	
	}  	 	
}
*/

.jsfSearch-srch .listform-center {
	padding: 0 5px;
}
.jsfSearch-srch .listform-right {
	padding-left: 10px; 
}

.jsfSearch-srch .items-jsf {
	clear: both;
}

.jsfSearch-srch .jsfSearch .compSect-title {
	display: none;
}

.jsfSearch-srch .pos-pagetitle .element {
	padding-right: 0;
}

.jsfSearch-srch .pos-pagetitle {
	padding-top: 15px;
}

.jsfSearch-srch .jsfSearch .compSect-contentwrap,
.jsfSearch-srch .jsfSearch ul.compList li {
	margin: 0;
	padding: 0;
}

.jsfSearch-srch .menu-form-submit {
	display: none;
}

.jsfSearch-srch .compDescOutro-wrap {
	font-size: 1em;
}

.sbxModTable-listform h3.sbxMod-title,
.jsfSearch-srch .form-jsfseach label.desc,
.jsfSearch-srch .srchDesc-outro label.desc {
	font-size: 1em;
	font-weight: bold;
	line-height: 150%;
	margin: 0;
	padding: 0 0 3px 0;
	border: none;
	display: block;
	text-transform: uppercase;
	color: #000;
}

.jsfSearch-srch .form-jsfseach select,
.jsfSearch-srch .srchDesc-outro input,
.jsfSearch-srch .srchDesc-outro select {
	width: 100%;
	display: block;
}

.sbxModTable-listform input.field.text,
.sbxModTable-listform select,
.jsfSearch-srch .form-jsfseach select,
.jsfSearch-srch .srchDesc-outro input,
.jsfSearch-srch .srchDesc-outro select,
.listtabs-search .form-jsfseach input.field.text {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 40px;
	/*-height: 40px;*/
	border: 1px solid #d6d6d6;
	background: #fcfcf9;
	-moz-box-shadow: inset 0 4px 5px rgba(0,0,0,.05);
	-webkit-box-shadow: inset 0 4px 5px rgba(0,0,0,.05);
	box-shadow: inset 0 4px 5px rgba(0,0,0,.05);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}









/* ------------------------------------------------------------------------
/* !PAGE: JSF TABS List */
/* ----------------------------------------------------------------------*/

.listtabs-search .compSect-contentwrap,
.listtabs-map-search .compSect-contentwrap {
	padding: 0;
}

.listtabs-search .compSect-wrap,
.listtabs-map-search .compSect-wrap {
	margin: 0;
}

.listtabs-search #jsfSrchResTBL,
.listtabs-map-search #jsfSrchResTBL {
	padding-top: 0;
}


.listtabs-search .form-jsfseach,
.listtabs-map-search .form-map,
.listtabs-map-search #searchForm {
	float: none;
	width: auto;
	margin-left: -22px;
	margin-right: -21px;
	background: #e6e6e6;
}
/*
@-moz-document url-prefix() {
	.listtabs-search .form-jsfseach,
	.listtabs-map-search .form-map,
	.listtabs-map-search #searchForm {
		width: 646px;
	}
}
*/
.listtabs-search .form-jsfseach,
.listtabs-map-search .form-jsfseach {	
	padding: 30px 36px 40px 36px;
}

.listtabs-search .form-jsfseach input.field.text,
.listtabs-search .form-jsfseach select.select {
	background: #fff;
}

.listtabs-search .form-jsfseach ul.compList li {
	overflow: hidden;
	margin-bottom: 20px;
}

.listtabs-search .form-jsfseach ul.compList li label.desc {
	float: left;
	width: 30%;
	line-height: 40px;
	padding-bottom: 0;
}

.listtabs-search .form-jsfseach ul.compList li div.cntr {
	float: left;
	width: 70%;
}

.listtabs-search .form-jsfseach ul.compList li.buttons {
	text-align: right;
	margin-bottom: 0;
}

.listtabs-search #btnSearch {
	display: inline-block;
	width: 206px;
	height: 57px;
	line-height: 57px;
	padding: 0;
	margin: 0;
	
	font-family: MemphisLTStdLight, Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	text-shadow: -1px -1px #236274;
	background: url(http://gptwamt.nonprofitsoapbox.com/templates/gptw/images/btn-applynow.png) no-repeat right top !important;
	color: #fff;
	border: 0;
}

.listtabs-search #btnSearch span:before {
	font-family: FontAwesome;
	content: "";
}

.listtabs-search #btnSearch:hover {
	background-position: right bottom;
	text-decoration: none !important;
}


.listtabs-search #btnCancel {
	display: inline-block;
	width: 206px;
	height: 57px;
	line-height: 57px;
	padding: 0;
	margin: 0;
	
	font-family: MemphisLTStdLight, Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	text-shadow: -1px -1px #236274;
	background: url(http://gptwamt.nonprofitsoapbox.com/templates/gptw/images/btn-applynow.png) no-repeat right top;
	color: #fff;
	border: 0;
}

.listtabs-search #btnCancel span {
	display: block;
}

.listtabs-search #btnCancel span:before {
	font-family: FontAwesome;
	content: "";
}

.listtabs-search #btnCancel:hover {
	background-position: right bottom;
	text-decoration: none !important;
}


.tabnav-search {
	overflow: hidden;
	margin: 40px 0 0 0;
}

.tabnav-search-item {
	float: left;
	margin: 0 14px 0 0;
	padding: 0;
	background: none;
}

.tabnav-search-item > a {
	display: block;
	padding: 0 14px;
	height: 40px;
	line-height: 40px;
	
	border-width: 1px;
	border-style: solid;
	border-left-color: #d6d6d6;
	border-top-color: #d6d6d6;
	border-right-color: #d6d6d6;
	border-bottom-width: 0;
	background: #fff;
	
	font-size: 16px;
	color: #005172;
	font-weight: bold;
	text-decoration: none;
}
.tabnav-search-item > a:hover {
	background: #fcfcf9;
}
.tabnav-search-item > a.active {
	background: #e6e6e6;
	color: #737373;
}

#related-data-position {
	clear: both;
}


tr.no-details .item-toggle {
    display: none !important;
}

