/* ******************************************************************************************************** */
/* 							Generic styles for shared.css file */
/* ******************************************************************************************************** */


/* ****************** OverlayDialog ****************** */
.overlayDialog {
	position: fixed;
	display: none;	    
	z-index: 11;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;	    
}
.dialogClose {
	background: url("../img/closeX.png") repeat scroll 0 0 transparent;			
	float: right;
	cursor: pointer;	    
	height: 20px;
	width: 20px; 
}		
.below_above_mask{
	margin: 0 auto;
	position: relative;
	width: 450px;
}

p.reportAbuseContent{
	margin: 10px 0px 10px 0px;
}
.overlayDialog .topLeft {
	padding: 8px 6px 8px 12px;
	background: transparent url("../img/overlayTopLft.png") no-repeat top left;
}
.overlayDialog .topRight {
	padding-left: 0;
	padding-right: 6px;
	background: transparent url("../img/overlay_crns.png") no-repeat top right;
}
.dialogClose:hover {
	background-position: left -20px;
}				
.overlayDialog .middle {
	background: url("../img/overlay_crns.png") repeat-x scroll left -240px #FFFFFF;
	border: medium none;
	padding: 0;	 	
}	
.overlayDialog .innerContent {
  padding: 12px 28px;
}	
.overlayDialog .topLeft h2 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;	    
	margin: 0;
	padding:0;
}	
.overlayDialog .bottomLeft {
  background: url("../img/overlayBtmLft.png") no-repeat scroll left bottom transparent;
  height: 5px;
}
.overlayDialog .bottomRight {
  background: url("../img/overlay_crns.png") no-repeat scroll right -235px transparent;
  height: 5px;
  padding-left: 0;
  padding-right: 6px;
}	
.overlayDialog .radio-checkbox {
    float: left; 
}
.overlayDialog .label-checkbox {
    float: left; 
    font-size: 12px; 
    padding: 0px 0 0 5px;
    color: #000;
}
/* ****************** Differents width for the overlay ****************** */

.below_above_mask1 .below_above_mask {width: 500px;}
.below_above_mask2 .below_above_mask {width: 550px;}
.below_above_mask3 .below_above_mask {width: 600px;}
.below_above_mask3 .label-checkbox {width: 510px;}

/* ****************** EO: Differents width for the overlay ****************** */
div.overlayDialog div.innerContent div.overlayInner input.width1 {width: 95px;}
div.overlayDialog div.innerContent div.overlayInner input.width2 {width: 150px;}
div.overlayDialog div.innerContent div.overlayInner input.width3 {width: 200px;}
div.overlayDialog div.innerContent div.overlayInner input.width4 {width: 380px;}	
div.overlayDialog div.innerContent div.overlayInner textarea { font-family: Arial,Helvetica,sans-serif; font-size: 13px;}
div.overlayDialog div.innerContent div.overlayInner textarea.applyMessage { width: 538px;} 			
div.below-innerContent table.below_mask_content_table {clear: both;}
div.below-innerContent table.below_mask_content_table td {margin: 0; padding: 10px 15px 10px 0; vertical-align: middle;}	
div.below-innerContent table.below_mask_content_table td h2 {color: #333333; font-size: 14px; font-weight: normal; margin: 0; padding: 0 0 10px;}
div.below-innerContent table.below_mask_content_table td p.dialogP {font-size: 11px; font-weight: normal; margin: 0; padding: 0 0 10px;}				 		
div.below-innerContent table.below_mask_content_table td label.dialogLabel {color: #000000; font-size: 13px; font-weight: bold;}	
div.below-innerContent table.below_mask_content_table td input.dialogInput{ border: 1px solid #ABADB3; margin-left: 34px; padding: 1px; font-family: Arial,Helvetica,sans-serif;}
div.below-innerContent table.below_mask_content_table td span.dialogSpan{ font-size: 11px; color: #999999}
.dialog-footer-buttons{ margin: 0 auto; padding: 0; }
a.button-primary-a {font-size: 13px; font-weight: bold; text-decoration: none; color: #3074C4; cursor: pointer;}
div.below-innerContent table.below_mask_content_table td.lastTD {padding-bottom: 0px;}
div.below-innerContent table.below_mask_content_table input.text-default{color: #999;}
div.below-innerContent table.below_mask_content_table input.textarea-default{color: #999;}
div.below-innerContent table.below_mask_content_table td span.charactersCounter {color: #666666; font-size: 9px;}  		
div.below-innerContent table.below_mask_content_table td.firstCol_CF {float: right;padding: 0 0 6px 0;}
div.below-innerContent table.below_mask_content_table td.secondCol_CF {padding: 0 0 6px 0;}				
div.below-innerContent table.below_mask_content_table td input.dialogInput.lml {margin-left: 15px;}
div.below-innerContent table.below_mask_content_table td select.selectCF {margin-left: 15px;}
div.overlayDialog div.innerContent div.overlayInner select.width4 {width: 384px;}
div.below-innerContent table.below_mask_content_table td span.dialogSpan.bc {color: #000;font-size: 12px;}
div.below-innerContent table.below_mask_content_table td label.label-checkbox {
  padding: 0 5px;
}

/* ******************  END OverlayDialog ****************** */

/******************** CSS for displaying stars *****************/

.rating {
    background: url("../img/bg-rating-stars.png") no-repeat scroll -1px -3px transparent;
    display: block;
    float: left;
    padding: 0 0 2px 70px;
}
.rating50 {
    background-position: -1px -3px;
}
.rating45 {
    background-position: -1px -23px;
}
.rating40 {
    background-position: -1px -43px;
}
.rating35 {
    background-position: -1px -63px;
}
.rating30 {
    background-position: -1px -83px;
}
.rating25 {
    background-position: -1px -103px;
}
.rating20 {
    background-position: -1px -123px;
}
.rating15 {
    background-position: -1px -143px;
}
.rating10 {
    background-position: -1px -163px;
}
.rating05 {
    background-position: -1px -183px;
}
.rating00 {
    background-position: -1px -203px;
}

.rating100 {
    background-position: -1px -223px;
}
.rating95 {
    background-position: -1px -243px;
}
.rating90 {
    background-position: -1px -263px;
}
.rating85 {
    background-position: -1px -283px;
}
.rating80 {
    background-position: -1px -303px;
}
.rating75 {
    background-position: -1px -323px;
}
.rating70 {
    background-position: -1px -343px;
}
.rating65 {
    background-position: -1px -363px;
}
.rating60 {
    background-position: -1px -383px;
}
.rating55 {
    background-position: -1px -403px;
}
/*************************************************************************/

/******************** CSS for profile page *****************/
div.withoutML{margin-left: 0px;}
.bd-answers p.withoutPB { padding-bottom: 5px;}
div.content div.content-details p.withStars { float: left}
div.content div.content-details p span.container-stars { float: right}
.link-bold {font-weight: bold;}


/********************** css  for overlays in shared by community and appx ***************/

.overlayDialog.shared_overlay {
	z-index: 210;
	text-align: left;	
	line-height: 16px;
	visibility: visible;
}

img.dev-img {
border:2px solid #E0E0E0;
margin-bottom:25px;
}

img.dev-img-small {
border:2px solid #E0E0E0;
margin-bottom:10px;
}

img.dev-img-no-margin {
border:2px solid #E0E0E0;
}

/* 
 * styles defined for date picker widget 
 */
 
.ui-datepicker .ui-widget-header { 
	border: 1px solid #aaaaaa; 
	background: #cccccc url(../img/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; 
	color: #222222; 
	font-weight: bold; 
}

.ui-datepicker .ui-icon { 
	width: 16px; 
	height: 16px; 
	background-image: url(../img/ui-icons_222222_256x240.png); 
}

.ui-datepicker .ui-widget-header .ui-icon {
	background-image: url(../img/ui-icons_222222_256x240.png); 
}

.ui-datepicker .ui-icon-closethick { 
	background-position: -96px -128px; 
}

.ui-datepicker .ui-dialog .ui-dialog-titlebar-close { 
	position: absolute; 
	right: .3em; 
	top: 50%; 
	width: 19px; 
	margin: -10px 0 0 0; 
	padding: 1px; 
	height: 18px; 
}

a.quotNoFloat{float:none;}

/********************** css  for profile reviews ***************/

.reviews-section{
	padding:0 15px;
}

.reviews-username{
	font-weight: bold;
	font-size: 16px;
}

.reviews-username-spacing{
	padding:35px 0 5px 0;
}

div.profile-reviews-of-user{
	float:left;
	width:106px;
	font-weight:bold;
}

.reviews-number-of-reviews{
	font-weight: bold;
}

.no-margin-left{
    margin-left:0px !important; 
}


/******************* css  for carousel in listing detail ***************/

#sliderContainer .slider-multi-div {
	padding: 15px 21px;
}

#sliderContainer .bx-next {
	right: -22px;
	top: 32px;
}

#sliderContainer .bx-prev {
	left: -23px;	
	top: 32px;
}

.rating-small {
  display: block;
  float: left;
  padding: 0 0 0 56px;
  background: url(../img/bg-rating-star-small.gif) no-repeat -2px -1px;
}
.rating-small-50 { background-position: -2px -2px }
.rating-small-45 { background-position: -2px -18px }
.rating-small-40 { background-position: -2px -33px }
.rating-small-35 { background-position: -2px -49px }
.rating-small-30 { background-position: -2px -64px }
.rating-small-25 { background-position: -2px -80px }
.rating-small-20 { background-position: -2px -95px }
.rating-small-15 { background-position: -2px -111px }
.rating-small-10 { background-position: -2px -126px }
.rating-small-05 { background-position: -2px -142px }
.rating-small-00 { background-position: -2px -157px }

.review-user-image{
	float:left;heigth:53px;
	padding-right:10px;
	padding-bottom:10px;
}

/* 
	This is a platform standard style that is used on RTF field error messages.
	Use this instead of standard stylesheets. 
*/
.errorStyle, .errorMsg, .importantWarning, .pbBody .errorStyle a, .pbBody .errorMsg a {
    color: #CC0000;
}

.rating-container {
	vertical-align:top;
}

/** logo effects **/

div.logo-app {
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
	width: 66px;
}
div.logo-app-xsmall {
	width: 36px;
}
div.logo-app-small {
	width: 51px;
}
div.logo-app-large {
	width: 206px;
}


div.logo-app .descr {
	overflow: hidden;
	clear: both;
	display: block;
	padding: 7px 0 15px 0;
}
div.logo-app-large .descr {
}
div.logo-app .img-div {
	overflow: visible;
	position: relative;
	width: 66px;
	height: 67px;
}
div.logo-app-xsmall .img-div {
	width: 36px;
	height: 37px;
}
div.logo-app-small .img-div {
	width: 51px;
	height: 57px;
}
div.logo-app-large .img-div {
	width: 206px;
	height: 212px;
}
div.logo-app .img-div img {
	display: block;
	float: left;
}
div.logo-app .img-div img.logo-img {
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0 -1px 1px #CCC, 0 3px 3px #999;
	-moz-box-shadow: 0 -1px 1px #CCC, 0 3px 3px #999;
	-webkit-box-shadow: 0 -1px 1px #CCC, 0 3px 3px #999;
	float: left;
	position: absolute;
	top: 2px;
	left: 3px;
	background-color: #FFFFFF;
	border:0;
	-pie-poll: true;
}
.noBorder{
	border:0;
}
div.logo-app-large .img-div img.logo-img {
	-moz-border-radius: 12px;
	border-radius: 12px;
	box-shadow: 0 -2px 2px #CCC, 0 6px 6px #999;
	-moz-box-shadow: 0 -2px 2px #CCC, 0 6px 6px #999;
	-webkit-box-shadow: 0 -2px 2px #CCC, 0 6px 6px #999;
	top: 2px;
	left: 3px;
}
div.logo-app-large .img-div img.logo-img, div.logo-app-large .img-div img.logo-img-glass {
	height: 200px;
	width: 200px;
}
div.logo-app-medium .img-div img.logo-img, div.logo-app-medium .img-div img.logo-img-glass {
	height: 60px;
	width: 60px;
}
div.logo-app-small .img-div img.logo-img, div.logo-app-small .img-div img.logo-img-glass {
	height: 45px;
	width: 45px;
}
div.logo-app-xsmall .img-div img.logo-img, div.logo-app-xsmall .img-div img.logo-img-glass {
	height: 30px;
	width: 30px;
}
div.logo-app .img-div img.logo-img-glass {
	display: block;
	position: absolute;
	zoom: 1;
	overflow: hidden;
	float: left;
	height: auto;
	top: 2px;
	left: 3px;
}

div.logo-app img{
	width: 60px;
	height: 60px;
}

div.logo-app.logo-app-large img{
	width: 200px;
	height: 200px;
}

div.user div.user-image div.logo-app img{
	border:none;
}

/*Edit listing upload and logo guideline styles*/

div.left-img-upload-content{
	margin-left: 77px;
}

div.center-img-upload-content{
	margin-left: 63px;
}

div.right-img-upload-content{
	margin-left: 59px;
}

.glass-listing-hover-pop-up{
	margin-left: 14px;
}

div.img-browse-page{
	margin-left: 15px;
}

/** end logo effects **/

.overlayDialog div div.form-block .text-agreement, .overlayDialog div div.form-block .text-agreement-stacked, .overlayDialog div div.form-block .text-agreement-overlay {
  font-family: Arial;
  font-size: 12px;
}
/** Hide Like comment box **/
.facebkLikeButton{
	margin-bottom: 1px;
    overflow: hidden;
}