﻿/*TABS WIDGET*/
				
.socialLanding{
	height:700px !important;
	width:900px !important
	}
	
.socialLanding .panelsContainer{
	width:890px !important
	}

.socialLanding .panelsContainer .panel .content{
	max-height:600px !important
	}

/*ORDER DETAIL VIEW*/

.socialLanding .contents{
	width:180px !important
	}
	
.socialLanding .summary{
	width:175px !important
	}
.socialLanding .payment{
	width:230px !important
	}
.socialLanding .options{
	width:150px !important
	}
.socialLanding .centerComingSoon {
    text-align: center;
}
.socialLanding .content .qty{
	float:left;
	padding-right:5px;
	width:25px
	}
.socialLanding .content .item{
	float:left;
	width:150px
	}
.socialLanding .summary .item{
	float:left;
	padding-right:5px;
	width:130px
	}
.socialLanding .payment .account{
	float:left;
	padding-right:5px;
	width:180px
	}

.socialLanding .banner {
    width:748px; background-color: #FFFFFF;
}
.socialLanding .bannerImage {
    width: 748px;
}
.bannerBold {
    font-weight: bold;
    font-size: 20px;

}
.socialLanding .table {
    border-collapse: collapse;
}

.socialLanding .bannerNormal {
    font-size: 14px;
    
}

.bannerTopTable {
    width:95%; 
    margin-left: 30px;
    border-collapse: collapse;
    margin-top: 0px;
    margin-bottom: 10px;
}
.bannerTopTableTd {
    width:48%;
}

.bannerBox {
    float: left;    
    border-color: #cccccc;
    border-width: 3px;    
    border-style:solid;
    margin-bottom: 15px;
    color: #666666;
    padding-right: 7px;
}
.bannerBoxLeft {
    float: left;    
    border-color: #cccccc;
    border-width: 2px 1px 2px 2px;    
    border-style:solid;
    border-top-left-radius:5px;
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
    border-bottom-left-radius:5px;
    margin-bottom: 15px;
    color: #666666;
    padding-right: 7px;
}
.bannerBoxRight {
    float: left;    
    border-color: #cccccc;
    border-width: 2px 2px 2px 1px;    
    border-style:solid;
    border-top-left-radius:0px;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:0px;
    margin-bottom: 15px;
    color: #666666;
    padding-right: 7px;
}

.toEnterText {
    float: left;
    width: 205px;
}
.appLinkImg {
    height: 35px;
    width: 100px;
    background-position: -30px 0px;
    float: left;
    margin: 10px 0px 0px 10px;
    background-image: url(https://images.specialtys.com/email/template_imgs/app-link.gif);
}

.extra {
    color: green;
}

.inactive {
    text-decoration:line-through;color: #f55;
}

.bannerTdRightBorder {
    border-right: 1px solid #cccccc; 
}

.bannerLink:link,  .bannerLink:visited{
	text-wrap:none;
	color:#E16513;
	font-style:italic;
	text-decoration:underline;
}

.bannerLink:hover {
	color:var(--redTextColor);
	text-decoration:underline;
}

.bannerDropdown {
    font-size: 16px;
    width: 230px;
    border:2px solid #cccccc;
    color: #666666;
    border-radius:5px;
    padding:3px;
    text-indent: 0.01px;/*In Firefox*/
    text-overflow: '';/*In Firefox*/
}

.reEnterContestMsg {
    font-size: 18px; font-weight: bold; padding: 10px 5px 5px 10px;
}


.tileItemName 
{
    padding: 10px 10px 4px;
    color: #F5F1E2 !important;
    font-size: 16px!important;
    font-weight: 300!important;
	max-width:180px;
    line-height: 15px;
}


 .tooltipWrapper {
  position: relative;
  text-align: left;
    -webkit-transform: translateZ(0); /* webkit flicker fix */
    -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.tooltipWrapper .tooltip {
    border-radius: 5px;
    background: #ffffff;
    bottom: 100%;
    display: block;
    left: 10px;
    bottom: 30px;
        
    margin-bottom: 15px;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    width: 202px;
    min-height: 75px;
    vertical-align: middle;
        
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* CSS Triangles - see Trevor's post */
.tooltipWrapper .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #ffffff 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}
  
.tooltipWrapper:hover .tooltip {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .tooltipWrapper .tooltip {
    display: none;
}

.lte8 .tooltipWrapper:hover .tooltip {
    display: block;
}