@charset "UTF-8";
/* CSS Document */
html {
	width: 100vw;
}
div#admin_info_display>p>span>span {
    font-size:16px !important;
}
div#admin_info_display>p>span {
    font-size:16px !important;
}
select#state {
    /*border:solid black 1px*/

}
p.body2>a {
    display:inline-block
}
.container.main-container table.plant_wrapper img {
	height: auto;
}
.mgb {
    margin: 15px 0;
}

button.submitprojects {
    margin: 15px 0 15px 18px;
}
button.ahiSubmit {
	margin: 10px 0 20px 0;
}
.cartholder {
    display: flex;
	margin: 30px auto;
}
.reps {
    margin-top: 5px;
}

.cartholder>div {
   margin-right:15px
}
.reps>input {
    margin-left:5px
}

.col-md-12 {
	clear: both;
	padding: 0 !important;
}
/* carts.php */
.cartholder-cart {
	display: flex;
	flex-wrap: wrap;
	margin:2.5rem auto 10px auto ;
	justify-content: space-between;
  }

#cart_new,#cart_shared {
	margin: 3px 5px;
}

#cart-option {
	margin:10px auto;
}
#cart-option>select {
	margin:0;
	width:250px;
}

/* end carts.php */
.project_details .col-md-3 p+br {
	line-height: 0;
	height: 0;
	display: none;
}

.col-md-12.view-switch {
    margin-bottom: 1.5rem;
}

table.tablesorter.userTable tr td a:nth-child(2) img {
	width: 51px !important;
}

.editres.col-md-12>div {
	padding-top: 7px;
	padding-bottom: 7px;
}


.alert.alert-danger {

	top: 10px;
	z-index: 900 !important;
	width: 75%;
	position: fixed;
	left: 50%;
	margin-left: -37.5%;
}

input[type="checkbox"] {
	display: inline-block;
	margin-right: 7px;
}

.row.moreleft {
	margin-left: 0;
	margin-right: 0;
}



#fax {
	display: none;
}


#reg_form div {
	padding: .5em .1em;
}

.main-container .filters,
#region-content .filters {
	width: 100%;
	margin: 0px 0px 20px 0px;
	background: #f5f5f5;
	padding: 10px 10px 20px 10px;
}

.main-container #projects,
#region-content #projects {
	clear: both;
	margin-top: 30px;
}

.main-container a.view-type,
#region-content a.view-type {
	color: #777;
	text-decoration: underline;
	float: right;
	margin-left: 20px;
	font-size: 12px;
}

.main-container a.view-type:hover,
#region-content a.view-type:hover {
	color: #555;
	text-decoration: underline;
}

.main-container a.button-link,
#region-content a.button-link {
	color: #fff;
	background: #777;
	padding: 5px 9px;
	text-decoration: none;
	float: right;
	font-size: 13px;
}

.main-container .filter-intro,
#region-content .filter-intro {
	margin-left: 5px;
}

.main-container .filter-intro,
.main-container .view-switch,
#region-content .filter-intro,
#region-content .view-switch {
	color: #333;
	border-bottom: 1px solid #ccc;
	padding: 5px 9px 5px 0px;
	margin: 0px 0px 30px 0px;
}

button.submitButton.createProjSub {
    margin: 15px;
}


.main-container #region-content .view-switch {
	margin-top: 20px;
}


form#keywordForm label {
	font-size: 13px;
	padding-left: 3px;
	display: inline;
}

form#keywordForm p {
	margin-bottom: 5px;
}

form#keywordForm strong {
	color: #555;
	font-size: 13px;
	margin-left: 5px;
}

form#keywordForm a#project_market_all,
form#keywordForm a#project_product_all,
form#keywordForm a#project_region_all,
form#keywordForm a#project_completion_date_all {
	font-size: 12px;
	margin-left: 5px;
}

.main-container .filter-match,
#region-content .filter-match {
	background: #eaeaea;
	padding: 10px;
	margin-top: 20px;
	border-top: 2px solid #0067b1;
	max-width: 95%;
	margin-left: 20px;
}

.label333 {
	color: #333;
}

input#keywords {
	width: 200px;
	border: 1px solid black;
}

.topbuffer20 {
	margin-top: 20px;
}

.main-container #projects p.search-error,
#region-content #projects p.search-error {
	color: #cc0000;
}








body {
	margin: 0;
	padding: 0;
	font-family:  "klavika-web", sans-serif;
	font-size: 12px;
}


a.addCatToCart,
a.addPdfToCart,
a.addDwgToCart {
	color: #777;
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
}

a:hover.addCatToCart,
a:hover.addPdfToCart,
a:hover.addDwgToCart {
	color: #444;
}

span.addCatText {
	color: #777;
	font-size: 12px;
}


h2,
h3,
h4 {
	margin-top: 0;
}

td {
	vertical-align: top;
	padding: 5px 0;
}


label {
	display: inline;
	font-weight: normal;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}


.error {
	color: #cc0000;
	font-weight: bold;
}

.floatLeft {
	float: left;
	padding: 0px 15px 15px 0px;
}

.floatRight {
	float: right;
}

.header {
	margin: 0;
}

.headerTable {
	margin: 0 auto;
}

.wrapper {
	margin: 0 auto;
	background: #fff;
	padding: 0px;
	max-width: 1200px;
	min-width: 960px;
}



input[type="text"],
input[type="password"] {
	width: 90%;
	padding: 5px;
	border: solid 1px #ccc;
	margin: 0px 10px 10px 0px;
}

select {
	padding: 3px 5px;
	border: solid 1px #ccc;
	margin: 0px 10px 10px 0px;
}

textarea {
	padding: 5px;
	border: solid 1px #ccc;
	width: 100%;
	height: 100px;
	font-family:  "klavika-web", sans-serif;
	font-size: 12px;
}

.pager {
	clear: both;
}

.pager li {
	margin: 0;
}

.ps-caption-content {
	color: #ffffff;
}

/* index.php */

a.grey {
	color: #999;
	text-decoration: none;
}

a:hover.grey {
	color: #999;
	text-decoration: underline;
}

#container-hydro {
	min-width: 720px;
}

#home_registration {
	margin: 0;
	float: left;
}

#right_sidebar {
	border-left: solid 1px #ccc;
	padding: 0px 15px 30px;
}
div#right_sidebar>h2 {
    margin:0 15px;
    font-size:30px
}
div#right_sidebar>.newsholder>ol {
    margin:0 15px;
}


.ie7 #right_sidebar,
.ie8 #right_sidebar {
	padding: 0px 0px 30px 10px;
	width: 200px;
}

.ie7 #right_sidebar input,
.ie8 #right_sidebar input {
	width: 180px;
	margin-bottom: 10px;
}

.ie7 #large_tn,
.ie8 #large_tn {
	width: 250px;
	margin-top: -300px;
	margin-left: 0px;
}





/*----HOVER THUMBNAIL ON CART PAGE TO MAKE LARGE----*/
.carts_hover {
	position: inherit;
}





#large_tn {
	position: absolute;
	padding: 10px;
	background: #FFFFFF;
	display: none;
	border: #0067b1 solid 1px;
	margin: -200px 0 0 30px;
	max-width: 320px;
	min-width: 150px;
	z-index: 100;
	-webkit-box-shadow: -3px 2px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: -3px 2px 10px rgba(0, 0, 0, 0.4);
	box-shadow: -3px 2px 10px rgba(0, 0, 0, 0.4);

}

#large_tn:after {
	content: "";
	position: absolute;
	top: 180px;
	left: -15px;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
	z-index: 1;
}

#large_tn:before {
	content: "";
	position: absolute;
	top: 180px;
	left: -16px;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	border-color: transparent #0067b1;
	display: block;
	width: 0;
	z-index: 0;
}




#large_tn.move {
	display: block;
}

#large_tn img {
	width: 100%;
}

.resource_tn_wrapper {
	position: relative;
}

.thumb_hover {
	position: absolute;
	padding: 10px;
	background: #FFFFFF;
	display: none;
	border: #0067b1 solid 1px;
	right: 120px;

	max-width: 320px;
	width: 320px;
	min-width: 150px;

	z-index: 100;
	-webkit-box-shadow: -3px 2px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: -3px 2px 10px rgba(0, 0, 0, 0.4);
	box-shadow: -3px 2px 10px rgba(0, 0, 0, 0.4);

	top: 50%;
	transform: translateY(-50%);

}

.thumb_hover img {
	max-width: 100%;
}

.thumb_hover:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: -16px;
	border-style: solid;
	border-width: 15px 0px 15px 15px;
	border-color: transparent #0067b1;
	display: block;
	width: 0;
	z-index: 0;
}

.thumb_hover:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -14px;
	margin-top: -20px;
	border-style: solid;
	border-width: 15px 0px 15px 15px;
	border-color: transparent #ffffff;
	display: block;
	width: 0;
	z-index: 1;
}

.view_thumb:hover+.thumb_hover {
	display: block;
}

.thumb_hover .default_logo {
	padding: 130px 50px;
}

.gecko .last.detail {
	width: 19%;
}

.gecko .tablesorter.userTable {
	border-top: none;
}

.tablesorter.userTable td:nth-child(3),
.tablesorter.userTable td:nth-child(4) {
	text-align: center;
	width: 10%;
}

.tablesorter.userTable td.bimbim:nth-child(3),
.tablesorter.userTable td.bimbim:nth-child(4) {
	text-align: center;
	width: 22px;
}

:not(.bimbim) table.tablesorter {
	border: 1px solid rgb(162, 162, 162);
}

table.tablesorter,
table.tablesorter th,
table.tablesorter colgroup,
table.tablesorter thead,
table.tablesorter tbody,
table.tablesorter tr,
table.tablesorter tr td,
table.tablesorter th,
table.tablesorter th *,
table.tablesorter tr td * {
	box-sizing: content-box;
	border-collapse: collapse;
	border: none;
}







@media screen and (max-width: 1220px) {

	#right_sidebar {
		padding: 0px 0px 0px 10px;
		margin-left: -10px;
	}

}

@media screen and (max-width: 939px) {

	#right_sidebar {
		display: none;
	}

	#login_sidebar #right_sidebar {
		display: block !important;
	}

	.resource_wrapper:nth-child(3n+1) {
		clear: left;
	}

}

/* resources.php */

#right_sidebar div.newsHolder {
	margin: 0 15px;
}

#right_sidebar p.newsDate {
	font-size: 10px;
	font-style: italic;
}



.resource_wrapper {
	width: 250px;
	margin: 10px;
	display: inline-block;
	-webkit-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.1);
	padding: 1rem;
}






.resource_wrapper.broch {
	max-width: 400px;
	width:100%;
	max-height: 200px;
	padding: 5px;
	margin: 5px;
	position: relative;
}

.resource_wrapper.broch .resource_holder.img {
	float: left;
	width: 130px;
	/* padding:0; */
	margin: 0;
	margin-right: 15px;
	/* height: 176px; */
	width: auto;
}



.resource_wrapper.broch .con {
	/* float: right; */
	text-align: left;
	/* width: 263px; */
	/* display: block; */
	padding: 0;
	margin: 0;
	padding-right: 10px;
	/* position: relative; */
}

.resource_wrapper.broch .title {
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
	/* margin-top: 10px; */
	/* margin-left: 10px; */
}

.resource_wrapper.broch .desc {
	margin: 0;
	height: 80px;
	font-size: 13px;
	margin-bottom: 12px;
	line-height: 1.5;
	overflow: hidden;
}

.resource_wrapper.broch .btns {
	position: absolute;
	bottom: 0;
	left: 155px;
	margin: 0;
	padding: 0;
}

.resource_wrapper.broch .icons {
	padding-right: 0;
}
.down:hover,
.resource_wrapper.cart .icons a.down:hover,
.resource_wrapper.broch .icons a.down:hover {
	background-color: #FFC510;
	color: #fff;
	border: solid 1px #FFC510;
	padding: 4px;
	margin: 0;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	margin-right: 5px;
	font-size: 12px;
	text-transform: uppercase;
}
.down,
.resource_wrapper.cart .icons a.down ,
.resource_wrapper.broch .icons a.down {
	background-color: #FFC510;
	color: #fff;
	border: solid 1px #FFC510;
	padding: 4px;
	margin: 0;
	
	letter-spacing: 1px;
	font-weight: bold;
	margin-right: 5px;
	font-size: 12px;
	text-transform: uppercase;
}

.lang-fr .resource_wrapper.broch .icons a.addToCart.rem,
.lang-fr .resource_wrapper.broch .icons a.addToCart,
.lang-fr .resource_wrapper.broch .icons a.down {
	font-size: 0.7em;
}

.resource_wrapper.broch .icons a.addToCart {
	background-color: #fff;
	color: #000000;
	border: solid 1px #000000;
	padding:4px;
	margin: 0;
	font-weight: bold;
	font-size: 12px;
}
	

.resource_wrapper.cart .icons a.addToCart.rem ,
.resource_wrapper.broch .icons a.addToCart.rem
{
	background-color: #fff;
	color: #00acd5;
	

	border: solid 1px #00acd5;
	padding: 4px;
	margin: 0;
	font-weight: bold;
	font-size: 12px;
}
a.added {
	background-color: #fff;
	color: #00acd5;
	

	border: solid 1px #00acd5;
	padding: 4px;
	margin: 0;
	font-weight: bold;
	font-size: 12px;
}


@media screen and (max-width: 580px) {
	.resource_wrapper.broch {
		width: 100%
	}


	.resource_wrapper.broch {
		float: none;
		clear: both;
		width: 100%;
		height: fit-content;
	}




	.resource_wrapper.broch .btns {
		clear: both;
		display: block;
		/* position: static; */
	}

	/* .resource_wrapper.broch .title {
		clear: both;
	} */

	/* .resource_wrapper.broch .icons {
		margin: 1em;
		width: 100%;
	} */


}



.resource_wrapper h1,
.resource_wrapper h2,
.resource_wrapper h3,
.resource_wrapper h4,
.resource_wrapper h5 {
	text-align: center;
	margin-top: 10px;

}

.resource_wrapper a img {
	height: 200px;
	object-fit: cover;
	width: 100%;
}



.resource_grid .resource_holder p {
	font-size: 12px !important;
	margin-bottom: 7px;
	color: #666;
}
.resource_grid {
	display: flex;
	flex-wrap: wrap;
	padding: 5px;
}

.resource_grid .resource_wrapper .projectImg {
	position: relative;
	/* height:110px; */
	overflow: hidden;
}
/* .project_wrapper .short,
.resource_grid .short {
	height: 100%;
	display: grid;
	grid-auto-rows: 70px 1fr;
}
#center_content > div > div > div > div > div > h5 {
	font-size:16px;
} */

#center_content > div > div > div > div > div > h5 {
	font-size:16px;
	margin: 3px auto;
} 


.resource_grid .resource_wrapper .relatedProjectImg {
	height: 190px;
	overflow: hidden;
}

.project_wrapper .short,
.resource_grid .short {
	height: auto;
}

.resource_holder img.thumb {
	width: 135px;
}

div.categoryLabel {
	font-size: 11px;
	padding: 3px 0px;
	color: #00AFD8;
	margin-bottom: 10px;
	text-align: center;
}

div.icons {
	display: inline-block;
	padding: 8px 0;
}

.project_wrapper {
	/*border-bottom:solid 1px #000000;*/
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.td-borderZ {
	width: 100%;
	height: 7px;
}

.td-Border {
	/*border: 1px solid rgb(162, 162, 162);*/
}


/* dashboard.php */

.dashboard_header {
	overflow: hidden;
	margin: 30px 0 -25px 0;
}

#dashboard_pds .dashboard_header,
#dashboard_spec .dashboard_header {
	margin: 30px 0 -60px 0;
}

#dashboard_pds th img,
#dashboard_spec th img {
	display: none;
}

#dashboard_pds th,
#dashboard_spec th {
	border-right: 1px solid rgb(162, 162, 162);

	border-bottom: 1px solid rgb(162, 162, 162);
	visibility: hidden;
}

.dashboard_header h2 {
	float: left;
	color: #fff;
	padding: 12px 0;
}

#dashboard_brochure .dashboard_header .more_resources {
	margin-right: 18px;
}

.dashboard_header .more_resources {
	float: right;
	background: #0067b1;
	padding: 8px 15px;
	margin-bottom: 8px;
	color: #ffffff;
	font-family: "klavika-web";
	text-decoration: none;
	font-size: 16px;
	font-weight: 300;
}

.dashboard_header .more_resources .arrow {
	margin-left: 8px;
}


/*Hardcoded Dashboard New Dashboard*/

#dashboard .resource-wrapper {
	max-width: 200px;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 4px 20px 0;
	float: left;

}

#dashboard .resource-holder img.thumb {
	width: 100%;
	margin-bottom: 5px;
}

#dashboard .more_resources a {
    color: #000000;
    font-family: "klavika-web";
    letter-spacing: 0px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    text-wrap:nowrap;
}

#dashboard .more_resources {
	background: #FFC510;
	padding: 8px 0;
	width: 100%;
	text-align: center;
	margin-bottom: 0;

}

.more_resources .arrow {
	margin-left: 8px;
	margin-bottom: 1px;
	filter: invert(1);
}

.dash_bottom_text {
	clear: both;
}

/* project_details.php */

#left_column,
#right_column {
	padding: 0;
	margin: 0;
}

.title_wrapper {
	border: solid 1px #ccc;
}

.detailImage {
	clear: both;
	padding-bottom: 15px;
}

.detailImage img.preview {
	width: 640px;
}

/*products.php*/

.product_info {
	margin: 10px 0px;
}

/* carts.php */

ul.inline {
	margin: 0px;
	padding: 0px;
	clear: both;
}

ul.inline li {
	list-style: none;
	margin: 0px;
	float: left;
}

#preview {
	margin: 15px 0px;
	padding: 15px 0px;
}

/* admin section */
#email_form {
	display: none;
	margin: 20px 0px;
	padding: 15px;
	background: #ccc;
	border: solid 1px #666;
}

#email_body {
	width: 380px;
}

/* header styles */
.headerFull {
	border: solid 1px #ccc;
	padding: 0;
	margin: 0;
	height: 200px;
}

.headerFull .headerLeft {
	padding: 10px 4% 10px 1.5%;
	background: #fff;
	font-size: 10px;
	color: #999;
	height: 180px;
	width: 19%;
	float: left;
}

.headerFull .headerCenter {
	overflow: hidden;
	background: url(/images/header-resourcecenter.jpg) no-repeat top left;
	height: 198px;
	float: left;
}

.headerFull .headerRight {
	background: #f2f2f2;
	font-size: 12px;
	padding: 10px 1% 10px 1.5%;
	height: 198px;
	width: 21%;
	overflow: hidden;
	float: right;
}

table.userTable tr,
table.userTable tr thead,
table.userTable tr tbody {
	border: 1px solid rgb(162, 162, 162);
}

table.tablesorter {
	background: none;
	margin-top: 0px;
	border: 1px solid #ccc
}

/*negative margin added JM 5-7-13*/
table.userTable thead tr th {
	vertical-align: bottom;
	font-weight: bold;
	background: none;
}


table.userTable tr td {
	padding: 4px;
	font-size: 16px;
	border: 1px solid rgb(162, 162, 162);
}

table.userTable thead tr th {
	padding: 8px;
	border: 1px solid rgb(162, 162, 162);
}

/*thead + regular tr split by JM 5-7-13 to remove border in thead*/
table.userTable tr td.last,
table.userTable thead tr th.last {
	border-right: 1px solid rgb(162, 162, 162);
}

#region-content h2 {
	font-size: 24px;
}

#region-content h4 {
	margin: 0px 0px 30px 0px;
}

#region-content .headerFull .headerLeft h2 {
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 24px;
}

.headerFull .cartLinks {
	color: #fff;
	font-size: 12px;
	padding: 8px 15px;
	background: #0067B1;
	width: 160px;
	position: relative;
	top: 169px;
}

.headerCenter .cartLinks {
	color: #fff;
	font-size: 12px;
	padding: 7px 15px;
	background: #0067B1;
	width: 200px;


}

.headerCenter .cartLinks a {
	color: #fff;
	font-size: 12px;
}

.headerFull .cartLinks a {
	color: #fff;
	font-size: 12px;
}

.headerFull .headerLeft .loginSection {
	font-size: 12px;
	color: #999;
	margin-top: 75px;
}

.headerRight ul.menu {
	list-style-type: none;
}

.menu {
	margin: 0;
	padding: 0;
}

.headerCenter {
	float: left;
	margin-left: 59px;
}
/* .cartLinks {
    display: inline;
    margin: 10px;
} */

.loginSection {
    margin: 10px 8px 20px;
	display: flex;
	justify-content: space-between;
}

.noMargin {
	margin: 0;
}

#region-content div.headerRight h4 {
	margin: 5px 0px;
	font-size: 16px;
}

#region-content div.headerRight ul.menu li {
	margin: 0;
	line-height: 15px;
}

#region-content div.headerRight ul.menu li a {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}


#region-sidebar-first {
	font-size: 15px;
}

#region-sidebar-first ul.menu {
	margin-bottom: 5px;
	list-style: none;
}

#region-sidebar-first ul.menu li.blueText a {
	color: black;
	font-size: 17px;
	font-weight: bold;
}

#region-sidebar-first ul.menu li.blueText a:hover {
	background: #fff;
	color: #00acd5;
}

.nav>li>a {
	color: black;
	font-size: 15px;
}

.nav>li>a:hover {
	background: #fff;
	color: #00acd5;
}

li.leaf.blueText.main-item {
	margin-left: 0 !important;
}

.nav>li {
	margin-left: 10px;
}



#region-sidebar-first ul.menu li.blueText {
	list-style-image: none;
	margin-left: 0;
}

#zone-content {
	padding: 0px;
}

/*#section-header #block-nice-menus-1 {
	z-index:1;
}*/

#region-content tr.project_wrapper h3 {
	color: #000;
	font-family:  "klavika-web", sans-serif;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: none;
}


button#user_submit {
	background: url('/images/rc-main-enter.png') no-repeat 0 0 transparent;
	width: 225px;
	height: 40px;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

button#login_submit {
	background: url('/images/rc-main-login.png') no-repeat 0 0 transparent;
	width: 65px;
	height: 33px;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

button#plant_preview,
button#project_preview {
	background: url('/images/rc-list-preview.png') no-repeat 0 0 transparent;
	width: 215px;
	height: 40px;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

button#plant_pdf1,
button#plant_pdf2,
button#project_pdf1,
button#project_pdf2 {
	background: url('/images/rc-list-pdf.png') no-repeat 0 0 transparent;
	width: 215px;
	height: 40px;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

button#plant_csv1,
button#plant_csv2,
button#project_csv1,
button#project_csv2 {
	background: url('/images/rc-list-csv.png') no-repeat 0 0 transparent;
	width: 145px;
	height: 40px;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

button#email_report {
	background: url('/images/rc-emailactivity.jpg') no-repeat 0 0 transparent;
	width: 236px;
	height: 40px;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

/* button#save_cart {
	background: url('/images/rc-savecart.jpg') no-repeat 0 0 transparent;
	width: 78px;
	height: 30px;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
} */

button#load_cart {
	text-transform: uppercase;
	border: none;
	display: inline-block;
	font-family: "klavika-web", sans-serif;
	background: #00ACD5;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 8px 20px;
	text-align: center;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 10px -5px #000000;
	box-shadow: 0px 0px 10px -5px #000000;
}

button#keywordSubmit {
	border: none;
	cursor: pointer;
	display: inline-block;
	font-family: "klavika-web", sans-serif;
	background: #00ACD5;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 8px 20px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 10px -5px #000000;
	box-shadow: 0px 0px 10px -5px #000000;
}
.savecart{
	text-transform: uppercase;
	border: none;
	display: inline-block;
	font-family: ' "klavika-web', sans-serif;
	background: #00ACD5;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 8px 20px;
	text-align: center;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 10px -5px #000000;
	box-shadow: 0px 0px 10px -5px #000000;
}


button#user_activity {
	background: url('/images/rc-view-byuser.jpg') no-repeat 0 0 transparent;
	width: 131px;
	height: 30px;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

button#resource_activity {
	background: url('/images/rc-view-byresource.jpg') no-repeat 0 0 transparent;
	width: 152px;
	height: 30px;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

button.submitButton {
	/* background: url('/images/rc-save-generic.jpg') no-repeat 0 0 transparent;
	width: 52px;
	height: 30px;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer; */
	border: none;
	cursor: pointer;
	display: inline-block;
	font-family: ' "klavika-web', sans-serif;
	background: #00ACD5;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 8px 20px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 10px -5px #000000;
	box-shadow: 0px 0px 10px -5px #000000;
}

button.cancelButton {
	background: url('/images/rc-delete-generic.jpg') no-repeat 0 0 transparent;
	width: 59px;
	height: 30px;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

button.step1button {
	background: url('/images/rc-list-filterprojects.jpg') no-repeat 0 0 transparent;
	width: 270px;
	height: 40px;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

button.step2button {
	background: url('/images/rc-list-fields.jpg') no-repeat 0 0 transparent;
	width: 270px;
	height: 40px;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	margin-bottom: 3em;
}

@-moz-document url-prefix() {
	button.step2button {
		background: url('/images/rc-list-fields.jpg') no-repeat 0 0 transparent;
		width: 270px;
		height: 40px;
		border: none;
		padding: 0;
		margin: 0;
		cursor: pointer;
		margin-bottom: 30px;
	}

	#region-content h4 {
		margin-bottom: 20px !important;
	}
}

button#lit_submit {
	background: url('/images/rc-litrequest-submit.jpg') no-repeat 0 0 transparent;
	width: 225px;
	height: 40px;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

button#project_submit {
	background: url('/images/rc-form-sendprojectdetails.jpg') no-repeat 0 0 transparent;
	width: 235px;
	height: 40px;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

button#user_submit_side {
	background: url('/images/rc-form-register.jpg') no-repeat 0 0 transparent;
	width: 215px;
	height: 40px;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

button#export_to_csv {
	background: url('/images/rc-list-csv.png') no-repeat 0 0 transparent;
	width: 145px;
	height: 40px;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

button#export_to_csv_all {
	background: url('/images/rc-list-csv-all.png') no-repeat 0 0 transparent;
	width: 200px;
	height: 40px;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

button#export_to_csv_reg {
	background: url('/images/rc-list-csv-regular.png') no-repeat 0 0 transparent;
	width: 230px;
	height: 40px;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}











#region-content h3 {
	margin-top: 10px;
}

#overlay {
	/* stretch the overlay by attaching all four corners */
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	/* use any background color you like; rgba would be nice, but older IE will ignore it*/
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 2;
}

#loading {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
}

#region-content h5 {
	font-size: 20px;
}

#region-content h6 {
	font-size: 18px;
	margin-top: 50px;
	margin-bottom: 5px;
	padding: 0;
}

#region-content h6:first-child {
	margin-top: 0px;
}

#projectListForm label {
	font-size: 11px;
	display: inline;
}

/* jquery-ui sortable */
#sortable {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sortable li {
	margin: 0px;
	padding: 5px 0px;
	font-size: 1.4em;
	border-bottom: solid 1px #eee;
	cursor: pointer;
}

#sortable li:hover {
	background-color: #eee;
}

/* jquery.fixedtableheader */

/* @group Reset */

.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {
	/* position */
	margin: 0;

	/* size */
	padding: 0;

	/* text */
	font-size: 100%;
	font: inherit;
	vertical-align: top;
}

.fht-table {
	/* appearance */
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Content */

.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
	/* appearance */
	overflow: hidden;

	/* position */
	position: relative;
}

.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
	/* appearance */
	overflow: auto;
}

.fht-table-wrapper .fht-table .fht-cell {
	/* appearance */
	overflow: hidden;

	/* size */
	height: 1px;
}

.fht-table-wrapper .fht-fixed-column,
.fht-table-wrapper .fht-fixed-body {
	/* position */
	top: 0;
	left: 0;
	position: absolute;
}

.fht-table-wrapper .fht-fixed-column {
	/* position */
	z-index: 1;
}

/* @end */

.pgroup_wrapper {
	clear: both;
}





@media print {

	.header-second.col-md-12 .header-image h1:first-child,
	.header-second .region-header-second section h1 {
		position: static;
		display: block;
	}

	.field-name-field-header-image {
		display: none;
	}

	footer.footer.container,
	body,
	.main-container,
	header,
	.container-header {
		width: 100%;
	}

	.print-noshow {
		display: none !important;
	}

	.print-100p {
		display: block !important;
		width: 100% !important;
	}


}





#shownav+label,
#shownav {
	display: none;
}

@media screen and (max-width: 745px) {

.cartholder-cart {
	flex-direction: column;
}
}

/* Sidebar width adjustment */
@media (max-width: 764px) {

	#shownav+label,
	#shownav {
		display: block;
		opacity: 0;

	}

	#projectListForm label {
		font-size: 11px;
		display: block;
	}

	#shownav+label {
		opacity: 1;
		position: relative;
		top: -4px;
		left: 52px;
		z-index: 200;
		display: block;
		width: 369px;
		height: 35px;
		font-family: " klavika-web", sans-serif;
		color: #0067b1;
		font-size: 22px;
	}

	#shownav+label::before {
		content: "Menu";
		font-size: 20px;
		left: -35px;
		top: 0;
		position: absolute;
		color: #0067b1;
		width: 26px;
		background: white;
		height: 35px;
		opacity: 1;
		display: block;
		z-index: 200;
		font-family: 'Glyphicons Halflings';
		content: "\e055";
	}



	aside.region-sidebar-first {
		padding-top: 10px;
		font-size: 12px;
		position: relative;
		background: white;
		z-index: 100;
		width: 200px;
		top: 0;
		left: 0;
		display: none;
		padding-left: 25px;
	}


	#shownav:checked~aside.region-sidebar-first {
		display: block;
		padding-bottom: 20px;
	}
/* detail image on mobile */
	.thumb_hover {
		position: absolute;
		padding: 10px;
		background: #FFFFFF;
		display: none;
		border: #0067b1 solid 1px;
		right: 95px;
		max-width: 260px;
		width: 100%;
		min-width: 150px;
		z-index: 100;
		-webkit-box-shadow: -3px 2px 10px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: -3px 2px 10px rgba(0, 0, 0, 0.4);
		box-shadow: -3px 2px 10px rgba(0, 0, 0, 0.4);
		top: 50%;
		transform: translateY(-50%);
		    width: calc(100vw - 90px);
	}

	.thumb_hover img {
		max-width: 250px;

	}

}

.top_.sec.col-md-12>span {
    margin:10px;
	display: inline-block;
}
.top_.sec.col-md-12>span>a {
 cursor: pointer;
}

.top_.sec.col-md-12 {
    margin: 20px 0;
}

#ress-ress .container {
	width: 100%;
}



@media(max-width:900px){


#keywordForm select[name='state']{
	max-width:300px;
}
}

#keywordForm select[name='state']{
	display:block;
}


select option{
	color:#101010;
}



.btwn{
	display:inline-block;
	padding:0 5px;
}


h6.dh6{
	display:inline-block;	
}

#dlst{
	margin-bottom:40px;
	margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}