/* Profile */
.tabs {
	border-bottom: 3px solid #555555;
	margin-bottom: 66px;
}

.tabs .tab {
	background: #cccccc;
	border-width: 0;
	font-weight: 400;

	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}

.tabs .tab-active {
	background: #555555;
}

.profile-items {
	float: left;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 52px;
	width: 100%;
}

.profile-items-title {
	float: left;
	font-size: 26px;
	line-height: 38px;
	margin-bottom: 36px;
	width: 100%;
}

.profile-items-title-edit {
	float: right;
	font-size: 14px;
	font-weight: 400;
}

.profile-item {
	float: left;
	margin-bottom: 22px;
	width: 100%;
}

.profile-item:last-child {
	margin-bottom: 0;
}

.profile-item-label {
	display: block;
	float: left;
	width: 160px;
}

.profile-item-value {
	margin-left: 160px;
}

.listings-new-button-container {
	padding: 9px 0 52px;
}

@media only screen and (min-width: 981px) {
	.tabs {
		padding-top: 32px;
	}
}

#bat-listings-credit-card-cvc {
	max-width: 50px;
}

#make-whole-details-modal-container,
#login-modal-container {
	display: none;
}

/** Member Profile Page **/
body .post-title a.member-profile-username-link {
	color: #191919;
}

small.member-profile-secondary {
	font-size: 14px !important;
	line-height: 20px !important;
}

.member-profile-secondary-normal {
	font-weight: 400;
}

.member-profile-secondary .total-likes {
	color: #000000;
}

.member-profile-section {
	margin-bottom: 30px;
}

.member-profile-section a {
	color: #191919;
}

.member-profile-header {
	margin-bottom: 10px;
}

.member-profile-header .underline {
	text-decoration: underline;
}

.member-profile-header-toggle {
	font-size: 0.75em;
}

.member-profile-item {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}

.member-profile-item-highlighted {
	background: #fff6b3;
	margin-left: -5px;
	margin-right: -5px;
	padding: 5px;
}

.member-profile-item-image-container {
	width: 155px;
}

.member-profile-item-content {
	padding-left: 10px;
}

.member-profile-item-image-link {
	display: block;
}

.member-profile-item-image {
	display: block;
	height: auto;
	max-width: 100%;
}

.member-profile-item-image-container {
	float: left;
}


.member-profile-item-content {
	margin-left: 155px;
}

.member-profile-item-content-title {
	margin-bottom: 5px;
}

.member-profile-section-comments .member-profile-item-content-title {
	margin-bottom: 10px;
}

.member-profile-item-content-subtitle {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 11px;
}

.member-profile-item-content-meta {
	font-size: 12px;
	line-height: 16px;
	position: relative;
}

.member-profile-item-content-meta-overlay {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.member-profile-header .comments-sort {
	font-size: 11px;
	line-height: 16px;
}

.member-profile-header .comments-sort-link-active {
	text-decoration: underline;
}

/** New Listing **/
.listing-progress-bar {
	float: left;
	margin: 0 0 19px;
	width: 100%;
}

@media only screen and (min-width: 981px) {
	.listing-progress-bar {
		margin-bottom: 33px;
	}
}

.listing-progress-bar-cell {
	border: 2px solid #555555;
	float: left;
	font-size: 10px;
	height: 34px;
	text-align: center;
	width: 24.25%;
	white-space: nowrap;
}

.listing-progress-bar-cell-arrow {
	margin-right: 1%;
}

.listing-progress-bar-link {
	position: relative;
}

.listing-progress-bar-text {
	padding-top: 2px;
}

.listing-progress-bar-embellishment,
.listing-progress-bar-embellishment:after {
	border-color: transparent transparent transparent #555555;
	border-style: solid;
	border-width: 17px 0 17px 5px;
	height: 0;
	position: absolute;
	right: -7px;
	top: -2px;
	width: 0;
}

.listing-progress-bar-embellishment:after {
	border-color: transparent transparent transparent #ffffff;
	border-width: 15px 0 15px 5px;
	content: "";
	right: 2px;
	top: -15px;
}

.listing-progress-bar-cell-active .listing-progress-bar-embellishment {
	border-color: transparent transparent transparent #191919;
}

.listing-progress-bar-cell-active .listing-progress-bar-embellishment:after {
	border-color: transparent transparent transparent #fff6b3;
}

.listing-progress-bar-embellishment-l {
	left: 0;
	right: auto;
}

.listing-progress-bar-cell-active .listing-progress-bar-embellishment-l:after {
	border-color: transparent transparent transparent #ffffff;
}

@media only screen and (min-width: 981px) {
	.listing-progress-bar-cell {
		font-size: 16px;
		height: 44px;
	}

	.listing-progress-bar-text {
		padding-top: 0;
	}

	.listing-progress-bar-embellishment {
		border-width: 22px 0 22px 5px;
	}

	.listing-progress-bar-embellishment:after {
		border-width: 20px 0 20px 5px;
		top: -20px;
	}
}

a.listing-progress-bar-link {
	color: #555555;
	cursor: default;
	display: block;
	padding: 0.5em 0;
	text-decoration: none;
}

a.listing-progress-bar-link:hover {
	text-decoration: none;
}

.listing-progress-bar-cell-active a.listing-progress-bar-link:hover {
	text-decoration: none !important;
}

.listing-progress-bar-cell-active {
	background: #fff6b3;
	border-color: #191919;
	font-weight: 700;
}

.listing-progress-bar-cell-active a.listing-progress-bar-link {
	color: #191919;
}

.listing-progress-bar-cell-completed a.listing-progress-bar-link:hover {
	color: #191919;
	cursor: pointer;
	text-decoration: underline;
}

.button-listings-process {
	margin-right: 10px;
}

.control-group-listings-process {
	display: none;
	padding-bottom: 200px;
}

.listings-new-photos-disclaimer {

}

.bat-listings-listings-form-listings-new {
	position: relative;
}

.files-still-uploading-cover {
	background: #ffffff;
	background: rgba(255, 255, 255, 0.5);
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999999999;
}

.files-still-uploading-progress-container {
	top: 50%;
	left: 0;
	right: 0;
	position: absolute;
}

.files-still-uploading-progress {
	background: #ffffff;
	border: 1px solid #191919;
	margin: -4.5em auto 0;
	max-width: 400px;
	padding: 3em;
	text-align: center;
}

.files-still-uploading-progress-bar-outer {
	border: 2px solid #191919;
	margin: 10px auto 0;
	position: relative;
}

.files-still-uploading-progress-bar-inner {
	background: #d80000;
	height: 20px;
	width: 0%;
}

.files-still-uploading-progress-bar-count {
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	line-height: 20px;
}

#listings-new-form {
	float: left;
	width: 100%;
}

.bat-listings-listings-most {
	width: 80% !important;
}

textarea.bat-listings-listings-most {
	height: 67px;
	resize: none;
}

.listings-progress-write-about-someone-else {
	position: relative;
	top: -5px;
}

.listing-steps input[type="email"],
.listing-steps input[type="text"],
.listing-steps input[type="password"],
.listing-steps textarea,
.bat-listings-listings-form-listings-pay input[type="email"],
.bat-listings-listings-form-listings-pay input[type="text"],
.bat-listings-listings-form-listings-pay input[type="password"],
.bat-listings-listings-form-listings-pay textarea {
	color: #000000;
}

@media only screen and (min-width: 981px) {
	.listings-progress-write-about-someone-else {
		margin-bottom: 27px;
	}
}

/* Listings Feedback */
.listings-feedback-star {
	color: #ffcc00 !important;
	font-size: 50px;
	line-height: 50px;
}

.listings-feedback-star:focus,
.listings-feedback-star:hover {
	outline: 0;
}