/*** Custom Theme Styles ***/

.navbar-fixed-top {
	/*top: -72px;*/
	position: relative;
	margin:0;
}


h5 {
	color: #666666;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 12px;
}

.row {
	margin: 0;
}

.file-input {
	background-color: #DDDDDD;
}

.file-drop-zone-title {
	color: #666666;
}

.dark-green {
	background-color:#244441 !important;
}

.light-green {
	background-color:#43AA8B !important;
}

.salmon {
	background-color:#FF6F59 !important;
}

.red {
	background-color:#DB504A !important;
}

.white {
	background-color:#FFFFFF !important;
}

.grey {
	background-color:#333333 !important;
}

.transparent {
	background:transparent !important;
}

input::-webkit-input-placeholder {
	color: #666666 !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
	color: #666666 !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
	color: #666666 !important;  
}
 
input:-ms-input-placeholder {  
	color: #666666 !important;  
}

textarea::-webkit-input-placeholder {
	color: #666666 !important;
}
 
textarea:-moz-placeholder { /* Firefox 18- */
	color: #333333 !important;  
}
 
textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #333333 !important;  
}
 
textarea:-ms-input-placeholder {  
	color: #333333 !important;  
}

input, li, textarea {
	color: #333333 !important;
}

.navbar,
h1, h2, h3, h4, h5, h6,
b,
input,
button,
.file-drop-zone-title,
li,
textarea {
	font-family: 'Roboto Slab', serif;
}

p,
.display-link {
	font-family: 'Open Sans', sans-serif;
}

.navbar {
	border: none;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
}

.navbar-nav, .navbar-nav li, .navbar-nav li a {
	color: #FFFFFF;
	text-align: center;
}

.navbar-nav {
	margin-right: 0;
}

.navbar-nav li {
    text-align: center;
    white-space: nowrap;
}

.navbar-nav li a {
    text-align: center;
    line-height: 38px;
    white-space: nowrap;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar-nav li a:hover,
.navbar-nav li a:active,
.navbar-nav li a:focus {
	color: #244441 !important;
	background-color: #43AA8B !important;
}

.navbar-toggle {
	background-color: #43AA8B;
	border: 1px solid #244441;
}

.navbar-toggle:hover,
.navbar-toggle:active {
	background-color: #FF6F59;
	border: 1px solid #FF6F59;
}

.icon-bar {
	background-color: #FFFFFF;
}

.dropdown, .dropdown-toggle {
	width: initial !important;
	font-weight: bold;
}

.dropdown-menu {
	padding-top: 0;
	border: none;
	box-shadow: none;
	width:100%;
	padding-right:10px;
}

.dropdown-menu li {
	width: 100% !important;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	
}

.dropdown-menu, .dropdown-menu li a {
	background: #43AA8B !important;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 22px;	
}

.dropdown-menu li a {
	height: auto !important;
	width:100% !important;
}

.dropdown-menu li a:hover {
	background-color: initial;
	color: #244441;
	font-weight: bold;
}

.dropdown .open {
	background-color: #43AA8B;
}

.divider {
	color: #FFFFFF;
	padding: 0 !important;
	margin: 2px 0 !important;
}

.linkages-container {
	margin: 0;
	background-color: #FFFFFF;
}

.linkagesLogo{
    width:380px;
    height:auto;
    /* padding:20px; */
    padding-left:10px;
	padding-top:10px;
	padding-right:20px;
    position:absolute;
	top:0;
	left:0;
}

#assetLink_info,
#assetName_info,
#assetDescription_info,
/*#assetComment,*/
#assetLink_create,
#assetName_create,
#assetDescription_create {
	width: 100%;
	min-height: 32px;
	padding-left: 12px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555555;
    font-size: 14px;
    outline: 0;
    resize: none;
}

textarea[id^='assetComment'],
textarea[id*='assetComment'] {
	width: 100%;
	min-height: 32px;
	padding-left: 12px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555555;
    font-size: 14px;
    outline: 0;
    resize: none;
}

button[id^='saveCommentButton'],
button[id*='saveCommentButton'],
#saveRatingButton {
	background-color: #6b6faf;
	border: #4B4E7A;
}


.modal-md {
	/*float: right;*/	
	left: 18%;
}

.modal-header {
	background: #43AA8B url("/-/pathways/images/tree_bark_lightgreen.png") repeat center;
	color: #666666;
	font-size: 28px;
}

.stars {
	display:inline-block;
	padding:0;
}


#myTabContent div p {
	margin-top: 12px;
}

/*.circle {
	width: 100px;
	height: 100px;
	background: red;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}*/

#assetHeader {
	text-align: center;
	color: #244441;
	font-size: 33px;
	font-weight: bold;
	margin-left: initial;
	margin-right: initial;
	position: relative;
	z-index: 100;
  	top: 50%;
  	transform: translateY(-50%);
}

.modal-header .close {
	position: relative;
    z-index: 1000;
}

li.select2-search.select2-search--inline {
	width: 100%;
}

.select2-search__field {
	width: 100% !important;
}

input.select2-search__field:after {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	
	border-top: 20px solid #f00;
}





#searchArea{
    /*position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;*/

	/*z-index:50;*/
}

#topSearchHandle{
	width:120px;
	height:25px;
	margin:10px auto 0px auto;
	text-align:center;
	position:fixed;
	bottom:60px;
	left:20px;
	z-index:100;
}

.select2-results,
.select2-dropdown,
.select2-container--krajee  {
	z-index: 30000 !important;
}

/*#linkagesMaincontainer{
	position: relative;
	top: 72px;
}*/

.salmon,
.dark-green {
	color: #DDDDDD;
}

.linkageslogo {
    width: 50%;
    display: block;
    margin: 10px auto;
    height: auto;
    max-width: 200px;
}

.linkageslogoStacked{
    width:50%;
    display:block;
    margin:10px auto;
    height:auto;
    max-width:200px;
}

/**** Search Sidebar ****/

#leftSidebar {
	/*position: fixed;*/
	/*min-height:1700px;*/
    bottom: 0;
    top: 0;
	background-color:#ffffff;
	overflow:scroll;
	/*padding-bottom:180px;*/
}

#moreFiltersDiv .form-group .row {
	margin-top: 5px;
	padding: 0 !important;
}

#moreFiltersDiv .form-group .row div:first-child {
	padding-left: 8px !important;
	padding-right: 2px !important;
}

#moreFiltersDiv .form-group .row div:nth-child(2) {
	padding-left: 2px !important;
	padding-right: 8px !important;
}

#moreFiltersDiv .form-group .row:first-child div {
	padding-left: 8px !important;
	padding-right: 8px !important;
}

/*#moreFiltersDiv .form-group div {
	padding-left: 10px;
	padding-right: 10px;

}*/


/*#moreFiltersDiv .form-group .row div:nth-child(even) {
    padding-right: 5px;
}

#moreFiltersDiv .form-group .row div:nth-child(odd) {
    padding-left: 5px;
}

#moreFiltersDiv .form-group:first-child .row div {
    padding-left: 15px;
}*/

/**** End Search Sidebar ****/



/**** Asset Results ****/

#rightSidebar{
	background: #244441 url("/-/pathways/images/tree_bark.png") repeat center !important;/* Background pattern from subtlepatterns.com */
	right:0;
	padding-right:0;
	padding-left:0;
	margin-top:0;
	display:block;
	/*position:fixed;*/
	overflow:scroll;
	height:100%;
	text-align:center; 
	bottom:120px;
	top:0px;
	min-height: 1300px;
}

#searchResultsSet {
	/*width: 100%;*/
	/*overflow:scroll;*/
	margin-bottom:180px;
	/*overflow-y: scroll;
	overflow-x:hidden;*/
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.solid-grey-line {   
    border: 0 none;
    border-top: 1px solid #BBBBBB;
    background: none;
    height: 2px;
    margin-top: 40px;
    margin-bottom: 48px;
}

.display-asset {
	color: #FFFFFF;
	border: solid #BBBBBB;
	/*float: right;*/
	position: relative;
	padding: 0 0 0 0;
	margin-bottom: 36px;
	margin-right: 16px;
	margin-left: 16px;
	height: 210px;
	width: 210px;
}

.display-asset-img-wrapper {
	height: 151px;
	position: relative;
}

.asset-img {
	font-size: 6.2em;
	color:#333333;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.display-asset-image {
	position: absolute;
	width: 100%;
	padding: 5px;
	float: left !important;
  	margin-top: 0 !important;
  	margin-left: 0 !important;
  	margin-right: 0 !important;
  	max-width: 200px !important;
  	max-height: 154px !important;
}

.display-asset-description {
	color: #FFFFFF;
	position: absolute;
	padding: 5px;
	height: 154px;
	width: 100%;
	display: none;
	overflow: hidden;
	top: 0;
	z-index: 1000;
}

.display-asset-description div p {
	opacity: 1;
    filter: alpha(opacity=100);
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    height: 120px;
    text-overflow: ellipsis;
}

.display-asset-description .asset-info {
	opacity: 1;
    filter: alpha(opacity=100);
    padding-left: 0;
    padding-right: 0;
}

.display-asset-title {
	color: #FFFFFF;
	position: absolute;
    bottom: 0;
    background-image: none;
    width: 204px;
    height: 53px;
    text-align: center;
    vertical-align: middle;
    padding: 0 10px;   
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}

/*.display-asset-title h4 {
	text-overflow: clip;
}*/

.display-asset:hover {
	background-color: #DB504A;
	background-image: none;
	-webkit-transition-duration: 0.4s;
   -moz-transition-duration: 0.4s;
   -o-transition-duration: 0.4s;
   transition-duration: 0.4s;
}

.display-asset:hover .display-asset-image {
	opacity: 0.3;
    filter: alpha(opacity=30);
}

.display-asset:hover .display-asset-img-wrapper {
	opacity: 0.3;
    filter: alpha(opacity=30);
}

.display-asset:hover .display-asset-description {
	display: block;
}

.display-asset:hover .display-asset-title {
	background-color: #244441 !important;
	background-image: none;
}

.display-link {
	font-size: 16px;
	font-weight: bold;
}

/**** End Asset Results ****/

/*** User Asset Results ***/

#my-materials-area {
	background: #FFFFFF url("/-/pathways/images/tree_bark.png") repeat center;
}

.about-page-layout,
.signup-page-layout,
.login-page-layout,
.help-page-layout,
.reset-password-page-layout,
.request-password-page-layout,
.asset-page-layout, 
.profile-page-layout {
	color: #666666;
	float: left !important;
	margin-bottom: 34px;
	min-height: 550px !important;
	padding: 0;
	position: relative;
	top:34px;
	z-index: 0;
}

.about-page-layout:before,
.signup-page-layout:before,
.login-page-layout:before,
.help-page-layout:before,
.reset-password-page-layout:before,
.request-password-page-layout:before,
.asset-page-layout:before, 
.profile-page-layout:before {
	background-color: #ffffff;
	content: "";
	float: left !important;	
	height: 100%;
	margin-bottom: 34px;
	min-height: 550px;
	/*min-height: 650px;*/
	/*padding-right: 24px;
	padding-left: 24px;*/
	position:absolute;
	width: 100%;
	z-index:-1;
	
	]/* 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;*/
}

.about-page-layout {
	text-indent: 50px;
}

/** maybe not in use **/
.multiselect-selected,
.multiselect-selected>a>label.checkbox{
    color:#ffffff;
    position:relative;
    z-index:500;
}

/*** Search Sidebar ***/

#searchDiv{
	/*position: absolute;*/
	min-height:250px;
	/*width:inherit;*/
	z-index:200;
	/*background-color:#ffffff;*/
}

h5 {
	text-align: left !important;
}

/*** End Search Sidebar ***/

/*** Utility pages ***/

.breadcrumb {
	margin-bottom: 0;
}

.treebark-background {
	background: #FFFFFF url("/-/pathways/images/tree_bark.png") repeat center;
	padding: 0;
}

.utility-container {
	max-width: 1040px;
	background: #333333;
}

/*** End Utility pages ***/

/*** Footer ***/

.footer {
	background-color: #e6e6e6;
	color:#333333;
	border: none;
	min-height:120px;
	height:auto;
	padding-top: 8px;
	position:fixed;
    bottom:0;
    right:0;
    left:0;
}

.footer > * {
    color:#333333;
}

.footer-text {
	text-align: center;
}

/*** End Footer ***/

/*** Media Queries ***/

/*@media only screen and (max-width : 1024px) {
	
	#searchResultsSet .assetResult:nth-child(3n+1) {
		float: left;
	}
	
	#searchResultsSet .assetResult:nth-child(3n+2) {
		margin-left: 77px;
		margin-right: 77px;
	}
	
	#searchResultsSet .assetResult:nth-child(3n+3) {
		float: right;
	}
}*/

@media only screen and (max-width : 1024px) {
	.navbar-nav li a {
		font-size: 18px;
	}
	
	.dropdown-menu li a {
		font-size: 18px !important;
	}
}

@media only screen and (min-width : 768px) {
	.navbar-nav, .navbar-nav li, .navbar-nav li a {
		height: 72px;
	}
	
	.navbar-nav {
		width: 100%;
	}
	
	.navbar-nav li {
    	width: 20% !important;
	}
	
	.dropdown-menu li{
	    width:100% !important;
	}

    .dropdown-menu li a{
        text-align:left;
        padding-left:20px !important;
    }
	
	.holder {
		float: right !important;
		padding: 0;
	}
}

@media (max-width: 767px) {
    .navbar-nav li {
        display: block;
        width: 100%;
    }
    
    /*.navbar-header {
    	background-color: transparent !important;    
    } */   
    
    .navbar {
    	background-color: transparent !important;
    }
    
    .navbar-toggle:hover,
	.navbar-toggle:active {
		background-color: #43AA8B;	
	}
	
	#rightSidebar {
		/*display: none;*/
	}
}

@media (max-width: 767px) {
    .navbar-nav li {
        display: block;
        width: 100%;
    }  
    
    .navbar {
    	background-color: transparent !important;
    }
    
    .navbar-fixed-top {
    	background-color: #43AA8B !important;
    }
    
    .navbar-toggle:hover,
	.navbar-toggle:active {
		background-color: #244441;	
		border: 1px solid #244441;
	}
	
	#leftSidebar {
		top: 0;
	}
	
	#rightSidebar {
		/*display: none;*/
	}
	
	.footer div {
		padding: 0;
	}
	
	.footer-text {
		font-size: 13px;
	}
}

@media (max-width: 639px) {
	.footer-img {
		max-width: 65px !important;
		margin-right: 2px;
		margin-left: 2px;
		vertical-align: middle;
		/*position: relative;*/
  		/*top: 50%;*/
  		/*transform: translateY(-50%);*/
	}	
	
	.footer-img-right {
		float:left;
		margin-top:12px;
		margin-bottom: 5px;
		width: 25% !important;
	}
	
	.footer-img-left {
		float: right;
		width: 25% !important;
	}
	
	.footer-text-div {
		width: 75% !important;
	}
	
	.footer-text {
		padding-left: 5px;
		text-align: left;
	}
}
