/** Custom Theme Styles **/
body{
	background-image:url("/-/pebll/images/grid.png");
}

body, html {
    height: 100%;
}
.site-about,
.site-login,
.site-signup,
.site-error,
.site-help,
.site-project{
	position:relative;
	top:-20px;
	min-height:500px;
	background-color:#ffffff;
}

.greenColorText {
    color:#86ac81;
}
.greenColorBG {
    background-color:#86ac81;
}

.orangeColorText {
    color:#ffd2b2;
}
.orangeColorBG {
    background-color:#ffd2b2;
}

.redColorText {
    color:#d25a59;
}
.redColorBG {
    background-color:#d25a59;
}

.purpleColorText {
    color:#6a2e4d;
}
.purpleColorBG {
    background-color:#6a2e4d;
}

.darkPurpleColorText {
    color:#260f3b;
}
.darkPurpleColorBG {
    background-color:#260f3b;
}

.darkBlueColorText{
    color:#130c37;
}
.darkBlueColorBG{
    background-color:#130c37;
}

.darkGreyColorText{
    color:#5e5e5e;
}
.darkGreyColorBG{
    background-color:#5e5e5e;
}

.lightGreyColorText{
    color:#c4c4c4;
}
.lightGreyColorBG{
    background-color:#c4c4c4;
}

.lightPurpleColorBG{
    background-color:#6b6faf;
}
.lightPurpleColorText{
    color:#6b6faf;
}

.btn-purple{
	background-color:#6b6faf;
	color:#ffffff;
	border:1px solid #4a4d99;
}
.btn-purple:hover, 
.btn-purple:focus, 
.btn-purple:active, 
.btn-purple.active, 
.open > .dropdown-toggle.btn-purple{
	background-color:#4a4d99;
	color:#ffffff;	
}
.btn-red{
    background-color:#d25a59;
    color:#ffffff;
    border:1px solid #BD5150;
}
.btn-red:hover, 
.btn-red:focus, 
.btn-red:active, 
.btn-red.active, 
.open > .dropdown-toggle.btn-red{
    background-color:#BD5150;
    color:#ffffff;  
}

.form-control {
	-moz-box-sizing: none;
}

.multiselect.dropdown-toggle.btn.btn-default.form-control {
	background:transparent;
	-webkit-appearance: none;
	background:url("/-/pebll/images/dropDownArrow.png") no-repeat right;
	background-position: 120px 13px;
	border:1px solid #c4c4c4;
	border-radius:0px;	
}

.caret {
	display: none;	
}

.pebllLogo{
    width:380px;
    height:auto;
    background-color:#ffffff;
    /* padding:20px; */
    padding-left:10px;
	padding-top:10px;
	padding-right:20px;
    position:absolute;
	top:0;
	left:0;
}
.pebllLogoStacked{
    width:50%;
    display:block;
    margin:10px auto;
    height:auto;
    max-width:200px;
}
/** Navigation Bar Styles **/

.navbar-inverse,
.navbar-header{
    height:75px;
    border-bottom:none;
}
.navbar-header{
    /* background-color:#ffffff;
    min-width:300px; */
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a{
    color:#fff;
}

.navbar-nav > li{
    border:1px solid #fff;
    margin:15px 5px;
    height:42px;
    width:80px;
    text-align:center;
}
.navbar-nav > li > a{
    padding:10px;
}
.navbar-nav > li:hover{
	border-color:#4B4E7A;
}
.navbar-nav > li:hover > a{
	color:#4B4E7A !important;
	font-weight:bold;
}
.navbar-nav > li.active > a{
    background-color:transparent !important;  
}
.navbar-brand{
    margin-left:30px;
}
.navbar-collapse {
    background-color:#6b6faf;
    border-top:#fff;
}
.navbar-toggle{
    margin-top:20px;    
}
#pbMainContainer{
	position:relative;
	top:35px;
}

.wrap > .container{
	padding: 70px 15px 0px;
}


#rightSidebar{
	/*position:relative;
	height: 100%;
	width: 100%;
	min-height:738px;
	overflow:hidden;*/
	position:fixed !important;
	top:75px;
	bottom:60px;
	right:0;
	/*width:60%;*/
	padding-right:0px;
	padding-left:0px;
	display:block;
}
#leftSidebar{
    position:fixed !important;
    top:0px;
    left:0px;
    bottom:60px;
     z-index:10000;
    /*width:40%;*/
   /* padding-right:0px; */
    overflow-y:scroll;
    background-color:#ffffff;
}
#leftSidebar .mapDropDown{
	padding-right:0px;
	/*margin-left:5px;*/
}
#leftSidebar hr{
	border-color:#c4c4c4;
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;
}

#mapSearchDiv{
	position:fixed;
	min-height:250px;
	width:inherit;
	z-index:200;
	background-color:#ffffff;
}

#mapArea{
    /*position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;*/
	position:relative;
	overflow:hidden;
	height:100%;
	/*z-index:50;*/
}

#proj-map {
	position:relative;
	overflow:hidden;
	height:100%;
	z-index:50;
}

#topMapHandle{
	width:120px;
	height:25px;
	margin:10px auto 0px auto;
	background-color:#5e5e5e;
	color:#fff;
	text-align:center;
	position:fixed;
	bottom:60px;
	left:20px;
	z-index:100;
}
#collapseExpandImage{
	width:23px;
	height:14px;
	position:relative;
	top:-15px;
}
#mapSearchForm{
	margin-right: 18%;
  	margin-left: 18%;
}
.mapDropDown{
	border-radius:0px;
	width:155px;
}

.mapDropDown select{
	background:transparent;
	-webkit-appearance: none;
	background:url("/-/pebll/images/dropDownArrow.png") no-repeat right;
	background-position:120px 13px;
	border:1px solid #c4c4c4;
	border-radius:0px;
}
.mapDropDown .multiselect{
	background:transparent;
	-webkit-appearance: none;
	background-position:125px 13px;
	border:1px solid #c4c4c4;
	border-radius:0px;
	text-align: left;
	color:#5e5e5e;
}
.mapCheckbox input[type=checkbox]{
    display:none;
}
.mapCheckbox{
	width:80px;
}
.checkLabel > span {
    display:inline-block;
    width:18px;
    height:19px;
    background:url("/-/pebll/images/checkSprite.png") left top no-repeat;
}
/* .mapDropDown input[type="checkbox"]:checked > .checkLabel {
    
} */
/* .mapDropDown label{
  display      : inline-block;
  margin-left  : -28px;
  padding-left : 28px;
  background   : url("/-/pebll/images/uncheckedIcon.png") no-repeat 0 0;
  line-height  : 24px;
} */
p{
	color:#5e5e5e;
}
h2{
	color:#d25a59;
}


/** Search result styles**/
#searchResults{
	position:relative;
	top:250px;
	/* z-index:400; */
	background:#ffffff;
	overflow-y:scroll;
	height:80%;
}
/* Scroll Bar Styles*/
#searchResults::-webkit-scrollbar-track
{
	border: 1px solid #6b6faf;
	background-color: #F5F5F5;
}

#searchResults::-webkit-scrollbar
{
	width: 10px;
	background-color: #6b6faf;
}

#searchResults::-webkit-scrollbar-thumb
{
	background-color: #6b6faf;	
}

#logoAndLabel{
	background-color:#ffffff;
	z-index:200;
}


/* ::-webkit-scrollbar {
   -webkit-appearance: none;
   width: 7px;
}

::-webkit-scrollbar-thumb {
   border-radius: 4px;
   background-color: rgba(0,0,0,.5);
   -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
} */
.projectResult{
    padding:20px 10px 0px 10px;
    cursor:pointer;
}
.projectResult h4,
.projectInfoWindow h4{
    display:inline;
}
.projectResult p{
    margin-top:15px;
    margin-bottom:15px;
}
/*.projectImageDiv {
    max-width: 75px;
}*/
.projectImageDiv img{
    width:72px;
    height:72px;
    position:relative;
    top:-20px;
    z-index:50;
}
.trendingIcon{
	margin-left:10px;
	left:0px !important;
	top:-5px !important;
	position:relative;
}
.projectInfoWindow img{
	top:0px;
	left:-30px;
	margin-bottom:10px;
}
.projectInfoWindow .projectAddress{
	position:relative;
	top:-10px;
	margin-bottom:10px;
	font-size:12px;
}
.projectInfoWindow .projectImageDiv label{
	left:0px;
	top:10px;
}
.projectInfoWindow .projectImageDiv{
	margin-right:-20px;
}
.projectInfoWindow p{
	font-size:12px;
	color:#000000;
}
.projectInfoWindow .ratings img{
	width:18px;
	height:16px;
}
.projectResult label,
.projectImageDiv label{
    display:inline;
    position:relative;
    left:5px;
    top:40px;;
    padding:3px 5px;
    color:#fff;
    font-size:10px;
    font-weight:normal;
    background-color:#d25a59;
    z-index:100;
}
.projectInfoWindow{
    width:220px;
    margin-top:5px;    
}
/* .gm-style-iw + div {display: none;}
.gm-style-iw {width:220px; */}
.projectResult hr{
    margin-left:0px !important;
}
.ratings img{
    width:13px;
    height:11px;
}
.saveBookmarkButton,
.saveBookmarkButton:hover{
    text-decoration:none;
    color:#d25a59;
    padding-left:15px;
    margin-top:10px;
    margin-bottom:10px;
    font-size:11px;
    background-image:url("/-/pebll/images/bookmark_red.png");
    background-repeat:no-repeat;
    background-position-y:2px;
}
.bookmarkButton{
	background-image:url("/-/pebll/images/bookmark_red.png");
	background-repeat:no-repeat;
	position:fixed;
	top:-9px;
	left:200px;
	height:20px;
	margin-top:0px;
	margin-bottom:0px;
}

.projectInfoWindow a h4:hover {
	color: #6b6faf;
}

.projectResult a h4:hover {
	color: #6b6faf;
}


#resultsCount{
	position:fixed;
	bottom:65px;
	
	z-index:450;
}

#moreFiltersDiv{
	/* display:none; */
}
#moreFiltersButton,
#hideMoreFiltersButton{
	margin-left:25px;
}
.multiselect-selected,
.multiselect-selected>a>label.checkbox{
    background-color:#6b6faf;
    color:#ffffff;
    position:relative;
    z-index:500;
}

#showResultsButton{
	margin-top:20px;
}
#scrollArrow{
    display:none;
    width:40px;
    height:41px;
    margin-top:40px;
    position:fixed;
    bottom:65px;
    left:20%;
    z-index:450;
    cursor:pointer;
}
#scrollArrow.upArrow{
    background-image:url("/-/pebll/images/upArrow.png");
}
#scrollArrow.downArrow{
    background-image:url("/-/pebll/images/downArrow.png");
}

/*Project Page*/

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

#proj-map {
	background: #333333;
}

.project-page-layout,
.about-page-layout,
.signup-page-layout,
.login-page-layout,
.help-page-layout,
.reset-password-page-layout,
.request-password-page-layout {
	/*background: #FFFFFF;*/
	float: left !important;
	margin-bottom: 34px;
	/*min-height: 550px;*/
	min-height: 496px;
	padding-right: 0;
	padding-left: 0;
	position: relative;
	/*display: block;*/
	z-index: 1000;
}

.project-page-layout:before,
.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 {
	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=90)";

  	/* IE 5-7 */
  	filter: alpha(opacity=90);

  	/* Netscape */
  	-moz-opacity: 0.9;

  	/* Safari 1.x */
  	-khtml-opacity: 0.9;

  	/* Good browsers */
  	opacity: 0.9;
}

.project-page-layout h1,h2,h3,h4,h5,p {
	color: #333333;
}

.project-page-layout h2 {
	color: #d25a59;
	font-size: 24px;
	font-weight: bold !important;
	margin-top: 36px;	
}

.project-page-layout h3 {
	font-size: 18px !important;
	font-weight: bold !important;
}

.project-page-layout h4 {
	font-size: 18px;
	font-weight: normal;
}

.project-page-layout h5 {
	font-size: 14px;
	font-weight: bold;
}

.project-page-layout p {
	font-size: 14px;
	font-weight: normal;
}

/*.project-page-layout div {
	padding-right: 24px;
	padding-left: 24px;	
}*/

.project-page-breadcrumbs {
	margin-top: 40px;
	z-index: 100;
	position: relative;
}

.proj-icon {
	margin-top: 34px;	
	text-align: center;
}

.proj-icon img {
	max-width: 100%;
	max-height: 100%;
	
	/* IE 8 */
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  	/* IE 5-7 */
  	filter: alpha(opacity=100);

  	/* Netscape */
  	-moz-opacity: 1.0;

  	/* Safari 1.x */
  	-khtml-opacity: 1.0;

  	/* Good browsers */
  	opacity: 1.0;	
}

.top-map {
	/*problem is that #rightSidebar has top at 340px*/
	top: 75px !important;
}

textarea:focus, 
input:focus, 
textarea:active, 
input:active, 
button:focus,
button:active {
    outline:0 !important;
    -webkit-appearance:none;
}

textarea[id^='projectComment'],
textarea[id*='projectComment'] {
	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;
}

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

.footer {
	bottom: 0;
	position: fixed;
	width: 100%;
	z-index: 100;	
}

.comments div {
	padding: 3px;	
}

/*Carousel*/
#myCarousel {
	padding-right: 0;
	padding-left: 0;
}

.carousel-inner {
	max-width: 350px;
	margin: 0 auto;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.carousel-inner > .item {
	padding-right: 0;
	padding-left: 0;	
}

.alt-carousel-control {
	width: 9% !important;
}
    

#slider-thumbs {
	/*max-height: 118px;*/
    margin-bottom: 50px;
}

.list-inline {
	display: block; 
	margin-top: 24px;;
	/*max-height: 118px;*/
	overflow-x: scroll; 
	overflow-y: hidden;
	white-space: nowrap;
}

.thumbnail {
	width: 150px;
	height: 200px;
	/*max-height: 200px;*/
	padding: 0;
	border: none;	
	border-radius: none;
}

.carousel-indicators {
	bottom: 45px;	
}

.carousel-indicators li {
	background: #333333;
}

.carousel-indicators .active {
	background: #6b6faf;
}

.carousel-control,
.carousel-control:visited,
.carousel-control:active,
.carousel-control:focus {
	color: #333333;
}

.carousel-control:hover {
	color: #6b6faf;
}

.carousel-control.left {
	left: -20%;
	/*background-image: -webkit-linear-gradient(left, rgba(107, 111, 175, .5) 0%, rgba(107, 111, 175, .0001) 100%) !important;
    background-image: -o-linear-gradient(left, rgba(107, 111, 175, .5) 0%, rgba(107, 111, 175, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(107, 111, 175, .5)), to(rgba(107, 111, 175, .0001)));     
    background-image: linear-gradient(to right, rgba(107, 111, 175, .5) 0%, rgba(107, 111, 175, .0001) 100%);     
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);*/
   	background-image: none;
    background-image: none;
    background-image: none;     
    background-image: none;    
    filter: none;
}

.carousel-control.right {
	right: -20%;
	/*background-image: -webkit-linear-gradient(right, rgba(107, 111, 175, .5) 0%, rgba(107, 111, 175, .0001) 100%) !important;
    background-image: -o-linear-gradient(right, rgba(107, 111, 175, .5) 0%, rgba(107, 111, 175, .0001) 100%);
    background-image: -webkit-gradient(linear, right top, right top, from(rgba(107, 111, 175, .5)), to(rgba(107, 111, 175, .0001)));     
    background-image: linear-gradient(to right, rgba(107, 111, 175, .5) 0%, rgba(107, 111, 175, .0001) 100%);     
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);*/
   	background-image: none;
    background-image: none;
    background-image: none;    
    background-image: none;     
    filter: none;
}

@media (min-width: 1501px) {
    #searchResults {
         top:280px; 
    }
}

@media (max-width: 1500px){
    #searchResults {
         /*top:200px; */
    }
}

@media (max-width: 1430px) {
	#mapSearchForm {
  		margin-right: 10%;
  		margin-left: 10%;
	}	
}

@media (max-width: 1200px) {
	#mapSearchForm {
  		margin-right: 6%;
  		margin-left: 6%;
	}	
}

@media (max-width: 1024px) {
	#mapSearchForm {
  		margin-right: 0;
  		margin-left: 0;
	}	
}

@media (max-width: 768px) {
  /*#rightSidebar {
    /*top: 340px !important;
    padding-left:0px;
  }*/
  #mapSearchForm {
  	margin-right: -3%;
  	margin-left: -3%;
  }
  
  #mapDropDown {
  	width: 150px;
  }
}

@media (max-width: 640px) {
	#mapSearchForm {
  		margin-right: 23%;
  		margin-left: 23%;
	}	
}

@media (max-width: 480px) {
	#mapSearchForm {
  		margin-right: 14%;
  		margin-left: 14%;
	}	
}

@media (max-width: 414px) {
	#mapSearchForm {
  		margin-right: 8%;
  		margin-left: 8%;
	}	
}

@media (max-width: 375px) {
	#mapSearchForm {
  		margin-right: 4%;
  		margin-left: 4%;
	}	
}

@media (max-width: 360px) {
	#mapSearchForm {
  		margin-right: 3%;
  		margin-left: 3%;
	}	
}

@media (max-width: 320px) {
	#mapSearchForm {
  		margin-right:-3%;
  		margin-left: -3%;
	}	
}

/*@media screen and (max-device-width: 640px) {
	#mapSearchForm {
  		margin-right: 14%;
  		margin-left: 14%;
  	}
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
	#mapSearchForm {
  		margin-right: 0;
  		margin-left: 0;
  	}
  	
  	.mapDropDown {
  		width: 150px;	
  	}
  	
  	.form-group div:first-of-type {
  		margin-left: 5% !important;	
  	}
}

@media screen and (max-device-width: 321px) {
	#mapSearchForm {
  		margin-right: 0;
  		margin-left: 0;
  	}
  	.mapDropDown {
  		padding-left: 5px;
  	}
}*/