﻿/*
    subscribe.css 
    base styles for /subscribe
*/

p, form, .pagetitle { margin:0; }

.display-none { display:none; }
.block{ display:block; }
.error_message { font-weight: bold; color: Red; }

#cancel_subscription{ padding: 20px; }
#websub, #newslettersub, #myaccount { background-color: #ebebeb;}
#websub fieldset, #newslettersub fieldset, #myaccount fieldset { padding: 20px; }
#websub legend, #newslettersub legend, #myaccount legend { display: none; }
.prices label { font-weight: normal !important; cursor: pointer; vertical-align: middle; }
.prices input { cursor: pointer; }
#promo_prices { margin-bottom: 0; padding-bottom: 0; }
#promo_prices .inner-promo { padding-bottom: 10px; }
#websub table, #newslettersub table, #myaccount table { -webkit-border-vertical-spacing: 10px; border-collapse: separate; color: #000000;}

.prev { margin-left: 20px; }
.btn-continue { margin-left: 20px !important; }
.btn-complete { margin-left: 20px !important; }
#skip_company_step { margin-right: 20px; }
.alert { margin-bottom: 0 !important; }

#unsubscribeemaillink { margin-top: 10px; }
                        
#websub input[type=text], #websub input[type=password],
#newslettersub input[type=text], #newslettersub input[type=password],
#myaccount input[type=text], #myaccount input[type=password],
#websub select, #newslettersub select, #myaccount select 
{ 
    line-height: 1.4em;
    padding: 4px;
}

h3, h4 { color: #7ab95e }
#post_email_validation { color: #7ab95e; }



button#next1, input#prev2, input#ns_validate_emailaddress, button#create_account_button, input#validate_login
{
    margin: 20px auto;
    padding: 10px 20px !important;
    padding-top: 7px!important;
    background: rgba(0, 0, 0, 0) linear-gradient(#fff, #ddd) repeat scroll 0 0;
    border-color: #aaa #aaa #919191;
    border-image: none;
    border-radius: 3.01px;
    border: 1px solid #dddddd;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #000;
    cursor: pointer;
    height: 31px!important;
    vertical-align: middle;
    font-weight: normal;
    text-transform: initial;
}

button#next1:hover, input#prev2:hover, input#ns_validate_emailaddress:hover, button#create_account_button:hover, input#validate_login:hover
{
    background: rgba(0, 0, 0, 0) linear-gradient(#fff, #eaeaea) repeat scroll 0 0;
    border: 1px solid #dddddd!important;
}



.waiting { background:url('../images/spinner.gif') no-repeat right center !important; margin-left: 10px; width: 16px; height: 16px; vertical-align: middle; display: none;}

table.newsLettersWithSubs label
{
    font-weight: bold;
    color: #7ab95e !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

table.newsLettersWithSubs p {margin-bottom: 15px; margin-top: 5px;}

.newsLettersWithSubsMessage 
{
    display: inline;
    color: red;
    padding-left: 15px;
}

.btn {
  display: inline-block;
  padding: 4px 10px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #439539;
  border: none;
  border-radius: 10px;
  box-shadow: 0 1px #999;
    border-bottom: 2px solid #387D31;
    border-top: 2px solid #559F4C;
}

.btn:hover {background-color: #3e8e41}

.btn:active {
  background-color: #3e8e41;
  box-shadow: 0 1px #666;
  transform: translateY(1px);
}

.cardSiteLogo {
    width: 100px;
    position: relative;    
    font-family: 'Lato',sans-serif;
    font-size: 18px;
    color: #333;    
    margin-bottom: 25px;
}
.cardSiteLogo:after {
    content: "Canadian Advertising Rates & Data";
    position: absolute;
    left: 110%;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-weight: 300;
    letter-spacing: .3px;
    line-height: 1.1;
}

/* recaptcha */
.g-recaptcha
{
    margin-bottom: 10px;
}
.g-recaptcha iframe
{
    margin: auto!important;
    height: 78px!important;
    width: 304px!important;
}