@charset "UTF-8";
.tiLogin.ui-draggable .ui-dialog-titlebar {
position: absolute;
width: 99%;
z-index: 3001;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
height: 35px;
padding-top: 5px;
padding-bottom: 5px;
background: transparent;
border: 0px;
}
.tiLogin.ui-draggable .ui-dialog-titlebar span.ui-dialog-title {
display: none;
}
.tiLogin button.ui-dialog-titlebar-close {
top: 70%;
}
.tiLogin #ajax-login-form {
width: 200px;
float: left;
display: inline-block;
min-height: 165px;
margin-left: 30px;
padding-right: 15px;
}
#login-instructions {
background: #ccc url(/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
border: 1px solid #aaa;
height: 50px;
padding-top: 13px;
color: #00167a;
font-family: arial, verdana, sans-serif;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-weight: bold;
font-size: 14px;
position: absolute;
top: 0px;
border-radius: 3px;
}
#login-instructions .tiHeader {
margin-left: 30px;
}
.tiLogin #login-content {
padding: 80px 0 0 0;
width: 655px !important;
height: 180px;
border: 0;
background: url('//images.epromos.com/newimages/jason-robbins.png') no-repeat bottom right;
}
/*.tiLogin #ajax-login-form label {
display: none;
}*/
.tiLogin #ajax-login-form input[type="text"], .tiLogin #ajax-login-form input[type="password"]{
width: 177px;
}
.tiLogin #ajax-login-form input[type="text"], .tiLogin #ajax-login-form input[type="password"], .tiLogin #ajax-sign-form input[type="text"] {
border: 1px solid #c5c5c5;
padding: 6px 0px 6px 6px;
-moz-box-shadow: inset 1px 4px 10px -6px #888;
-webkit-box-shadow: inset 1px 4px 10px -6px #888;
box-shadow: inset 1px 4px 10px -6px #888;
font-size: 12px;
}
.tiLogin #ajax-sign-form input[type="text"]{
width: 162px;
margin-right: 7px;
vertical-align: top;
height: 15px;
float: left;
}
.tiLogin #ajax-sign-form label.hideMe{
display: none !important;
}
.tiLogin #login-field-btn {
font-weight: normal;
font-family: arial, verdana, sans-serif;
font-size: 20px;
cursor: pointer;
width: 110px;
float: left !important;
}
.tiLogin #login-content p {
display: none;
}
.tiLogin #login-account {
border-top: 0px;
padding-top: 0px;
border-left: 1px solid #c5c5c5;
padding-left: 20px;
width: 355px;
display: inline-block;
float: left;
position: relative;
height: 95%;
min-height: 165px;
}
.tiLogin #ajax-sign-form {
margin-top: 20px;
position: relative;
}
.tiBlue {
color: #012176;
}
.tiHeader {
font-size: 20px;
font-weight: bold;
margin-bottom: 15px;
}
#tiSavings .tiBlue {
font-weight: bold;
}
#tiSavings {
font-size: 14px;
width: 315px;
}
#tiSignUpShow {
margin-top: 10px;
font-size: 14px;
text-decoration: underline;
cursor: pointer;
}
#tiSignUpShow:after {
border-top: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid #012176;
content: '';
display: inline-block;
margin-left: 3px;
}
.tiLogin #ajax-forgot-password-link {
margin-right: 0px;
float: right;
font-size: 11px;
width: 60px;
line-height: 14px;
text-align: left;
color: #999 !important;
margin-top: 5px;
}
.tiLogin #login-form-actions {
float: left;
width: 185px;
margin-top: 5px;
}
.tiLogin #login-field-btn.tiGray {
background: #8b8b8b;
}
.tiLogin #buyerType {
display: none;
}
.tiLogin #ajax-sign-form input#company {
width: 340px;
}
.tiLogin #signup-field-btn {
float: left;
cursor: pointer;
font-weight: normal;
font-size: 20px;
font-family: arial, verdana, sans-serif;
width: 150px;
background-repeat: repeat-x;
margin-top: 5px;
}
#tiAuth {
width: 65px;
height: 52px;
background-position: -174px -106px;
display: inline-block;
float: left;
}
.tiLoginBadge {
background: url('//images.epromos.com/newimages/samples/EP-sample-sprite.png') no-repeat;
background-position: -28px -116px;
width: 135px;
height: 33px;
bottom: 18px;
position: absolute;
left: 10px;
}
#login-account .tiLoginBadge{
position: absolute;
bottom: 0px;
}
#submitButtonContainer .tiLoginBadge {
display: inline-block;
float: left;
margin: 20px 25px 0px 0px;
position: relative;
}
/* account pages */
.tiAccount #signupForm input[type="text"].error {
text-align: left;
font-weight: normal;
border: 1px solid red;
}
.tiLogin #ajax-sign-form span[for="email"].error, .tiLogin #ajax-sign-form span[htmlfor="email"].error{
position: absolute;
top: -20px;
left: 0px;
}
.tiLogin #ajax-sign-form span[for="lastName"].error, .tiLogin #ajax-sign-form span[for="firstName"].error, .tiLogin #ajax-sign-form span[for="phoneNumber"].error {
display: none !important;
}
.tiLogin #ajax-sign-form span[htmlfor="lastName"].error, .tiLogin #ajax-sign-form span[htmlfor="firstName"].error, .tiLogin #ajax-sign-form span[htmlfor="phoneNumber"].error {
display: none !important;
}
.tiAccount #registerAds {
float: left;
margin-left: 20px;
}
.tiAccount #registerleftColumn {
float: right;
width: 67%;
}
.tiAccount #signupForm input[type="text"]{
border: 1px solid #c5c5c5;
padding: 6px 0px 6px 6px;
-moz-box-shadow: inset 1px 4px 10px -6px #888;
-webkit-box-shadow: inset 1px 4px 10px -6px #888;
box-shadow: inset 1px 4px 10px -6px #888;
font-size: 12px;
width: 332px;
margin: 0px;
}
.tiAccount #signupForm label.hideMe, .tiAccount #catalogSignupForm label.hideMe {
display: none !important;
}
.tiAccount #signupForm #phoneExtension {
display: none;
}
.tiAccount .register div.item.tiFormFifty, .tiAccount .register div.item.tiFormInline {
display: inline-block;
float: left;
clear: none;
width: auto;
}
.tiAccount .register div.item.tiFormFifty {
max-width: 175px;
}
.tiAccount .register div.item > label {
display: none;
}
.tiAccount #signupForm .tiFormFifty input[type="text"] {
width: 159px;
margin-right: 6px;
float: left !important;
}
#tiFormWrapper {
width: 360px;
float: left;
margin-bottom: 40px;
position: relative;
}
.tiAccount .register div.item {
margin-bottom: 7px;
clear: both;
}
.tiAccount .register div.item select {
width: 340px;
}
.tiAccount #webSiteAddress {
display: none;
}
#header > h1.redBold {
display: none;
}
.tiAccount #customerInfoHeader {
color: #012176;
background: transparent;
text-align: left;
font-size: 24px;
margin: 45px 0px 30px 0;
border-bottom: 0px;
}
.tiAccount #subscriptionInfoHeader {
color: #012176;
background: transparent;
text-align: left;
font-size: 20px;
border-bottom: 0px;
margin-bottom: 5px;
clear: both;
}
.tiAccount #signupForm .tiFormInline #city {
width: 152px;
}
#tiCityWrapper{
width: 166px;
}
#tiStateWrapper{
width: 73px;
}
#tiStateWrapper span{
width: 73px;
}
#tiZipWrapper{
width: 106px;
}
.tiAccount #signupForm .tiFormInline #state {
width: 68px;
margin-right: 5px;
margin-top: 6px;
}
.tiAccount #signupForm .tiFormInline #zipcode {
width: 92px;
}
.tiAccount #stateName {
display: none !important;
}
.tiAccount #submitButtonContainer {
margin-top: 20px;
float: left;
}
.tiAccount #signupCatalogButtonContainer {
margin-top: 5px;
float: left;
}
.tiAccount #signupForm #textState {
width: 60px;
vertical-align: top;
}
#register {
float: left;
font-size: 20px;
font-weight: normal;
width: 150px;
background-repeat: repeat-x;
}
#catalogSignupImg img
{
width:100%;
height:100%;
margin:auto;
display:block;
}
.tiSprite {
background: url('//images.epromos.com/newimages/samples/EP-sample-sprite.png') no-repeat;
}
#tiModalAuth {
width: 65px; height: 52px; background-position: -174px -106px;
position: absolute;
bottom: 10px;
left: 165px;
}
#tiPlease {
color: red;
width: 510px;
margin-top: 10px;
display: none;
}
.tiLogin #ajax-login-form > label {
display: none;
}
/* placeholder text */
.ti-field-with-placeholder {
display: inline-block;
position: relative;
vertical-align: top;
float: left;
margin-bottom: 8px;
}
.tiLogin #ajax-sign-form span.ti-field-with-placeholder label.ti-placeholder, .tiLogin #ajax-login-form span.ti-field-with-placeholder label.ti-placeholder {
color: #999;
cursor: text;
pointer-events: none;
vertical-align: top;
font-size: inherit;
margin-bottom: 0px;
width: auto;
display: inline;
}
span.ti-field-with-placeholder label.ti-placeholder span {
position: absolute;
z-index: 2;
-webkit-user-select: none;
-ms-user-select: none;
font-size: 12px;
-moz-user-select: none;
user-select: none;
font-weight: normal;
height: 15px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
text-align: left;
left: 0px;
top: 0px;
}
span.ti-field-with-placeholder label.ti-placeholder span{
padding: 6px 2px 6px 7px;
}
span.ti-field-with-placeholder label.focus {
color: #ccc;
}
span.ti-field-with-placeholder label.hidden {
position: absolute;
left: -9999px;
}
.tiLogin #ajax-sign-form input[type="text"].error {
border: 1px solid red;
}
.tiLogin #ajax-sign-form span[for="email"].error {
position: absolute;
top: -20px;
left: 0px;
}
.tiLogin #ajax-sign-form span[for="lastName"].error, .tiLogin #ajax-sign-form span[for="firstName"].error, .tiLogin #ajax-sign-form span[for="phoneNumber"].error {
display: none !important;
}
.tiNotice {
position: absolute;
bottom: 0px;
color: #8b8b8b;
font-size: 10px;
line-height: 12px;
margin: 0 0 8px 8px;
}
.tiAccount .tiNotice{
line-height: 10px;
white-space: nowrap;
}
.tiCatalogSignupNotice {
position: relative;
bottom: 0px;
color: #8b8b8b;
font-size: 10px;
line-height: 12px;
margin: 70px;
}
.tiAccount .tiCatalogSignupNotice{
line-height: 10px;
white-space: normal;
}
body.modalBody {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-color: #FFFFFF;
max-width: 100%;
min-width: 100%;
width: 100%;
}
#addr2, #company {
background-color: #efefef;
}
/*
* Email News Letter Sign Up
*/
#tiEmailModalWrapper {
position: fixed;
left: 0;
right: 0;
margin: auto;
top: 40%;
width: 495px;
background: white;
text-align: center;
z-index: 1000001;
}
#tiEmailFixedWrapper {
position: fixed;
left: -495px;
-webkit-transition: left 500ms;
-moz-transition: left 500ms;
-o-transition: left 500ms;
transition: left 500ms;
margin: auto;
top: 40%;
width: 495px;
background: white;
text-align: center;
z-index: 1000000;
}
#tiEmailOverlay {
z-index: 1000000;
background: black;
position: fixed;
height: 100%;
width: 100%;
top: 0;
left: 0;
opacity: .6;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60);
-moz-opacity: 0.6;
-khtml-opacity: 0.6;
}
#tiEmailClose {
position: absolute;
top: 0;
right: 0;
background: #ccc;
color: white;
padding: 2px 10px;
cursor: pointer;
text-transform: uppercase;
font-size: 11px;
}
#tiEmailFixedWrapper.tiOpen{
left: 0;
-webkit-transition: left 500ms;
-moz-transition: left 500ms;
-o-transition: left 500ms;
transition: left 500ms;
}
#tiEmailFixedClose {
position: absolute;
top: 0;
right: 0;
background: #ccc;
color: white;
padding: 2px 10px;
cursor: pointer;
text-transform: uppercase;
font-size: 11px;
}
#tiEmailModal {
padding: 50px 60px 20px 60px;
}
#tiEmailFixed {
padding: 30px 20px 0 140px;
background: url(//images.epromos.com/newimages/emailSignup/EP-email-guy.png) no-repeat left bottom;
border: 1px solid #ccc;
min-height: 210px;
}
#tiEmailModal h1.tiRed {
color: #de181b;
margin: 0;
font-size: 24px;
}
#tiEmailModal .tiBlue {
color: #012176;
font-weight: normal;
margin: 5px 0 3px 0;
font-size: 22px;
}
#tiEmailFixed h1.tiRed {
color: #de181b;
margin: 0;
font-size: 24px;
}
#tiEmailFixed .tiBlue {
color: #012176;
font-weight: normal;
margin: 5px 0 3px 0;
font-size: 22px;
}
#tiEmailModal span {
font-size: 11px;
display: block;
}
#tiEmailFixed span {
font-size: 11px;
display: block;
}
.tiSmallest {
font-size: 10px;
line-height: 12px;
}
#tiEmail .tiSmallest{
margin: 0 -25px;
}
#tiEmailValue {
width: 100%;
padding: 6px 5px;
font-size: 12px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-moz-box-shadow: inset 0px 1px 5px #ccc;
-webkit-box-shadow: inset 0px 1px 5px #ccc;
box-shadow: inset 0px 1px 5px #ccc;
border: 1px solid #ccc;
}
#tiFixedEmailValue {
width: 100%;
padding: 6px 5px;
font-size: 12px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-moz-box-shadow: inset 0px 1px 5px #ccc;
-webkit-box-shadow: inset 0px 1px 5px #ccc;
box-shadow: inset 0px 1px 5px #ccc;
border: 1px solid #ccc;
}
.tiModalButton {
-webkit-appearance: none;
border: 0;
color: white;
background: url("//images.epromos.com/newimages/modal/login-btn.png") repeat-x;
height: 44px;
border-radius: 6px;
font-size: 18px;
text-transform: uppercase;
padding: 0 10px;
margin: 10px 0 20px 0;
cursor: pointer;
}
#tiModalHeaders{
background: url(//images.epromos.com/newimages/emailSignup/EP-email-headers2.png) no-repeat;
width: 370px;
height: 50px;
margin-bottom: 10px;
}
#tiFixedModalHeaders{
background: url(//images.epromos.com/newimages/emailSignup/EP-email-headers.png) no-repeat;
width: 279px;
height: 85px;
margin-bottom: 10px;
}
#tiThanksHeaders{
background: url(//images.epromos.com/newimages/emailSignup/EP-email-thankyou.png);
width: 342px;
height: 76px;
}
#tiFixedThanksHeaders{
background: url(//images.epromos.com/newimages/emailSignup/EP-email-thankyou.png);
width: 342px;
height: 76px;
margin-top: 40px;
}
#tiError{
color: #f7041a;
display: none;
}
#tiFixedError{
color: #f7041a;
display: none;
}
#tiHidden{
display: none;
}
#tiFixedHidden{
display: none;
}
#tiEmailModalWrapper iframe{
display: none;
}
#tiIncentive img {
display: inline-block;
vertical-align: middle;
margin-right: 3px;
}
#tiIncentive {
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}
#tiEmailFixedWrapper iframe{
display: none;
}
#tiOpenMe {
background: url(https://images.epromos.com/newimages/emailSignup/EP-email-tab.png) no-repeat;
width: 48px;
height: 183px;
position: absolute;
right: -48px;
top: 0;
bottom: 0;
margin: auto;
cursor: pointer;
}