﻿/* specific colours of web and newsletter sub */

.active { background-color: #DCD6D6; }
.glyphicon { margin-left: 20px; font-weight: bold !important; color: #000 !important; font-size: 26px;} 
h3, h4 { color: #000 !important }
#post_email_validation { color: #EB2026; font-weight: bold;}

div.bootstrap-scope .btn-primary, #updaterecord {
    background-color: #EB2026;
    border-bottom: 2px solid #EB2026;
    border-top: 2px solid #EB2026;
    border-color: #EB2026;
    color: #FFFFFF;
    font-size: 18px;
}

div.bootstrap-scope .btn-primary:hover, #updaterecord:hover {
    background-color: #EB2026;
    border-bottom: 2px solid #EB2026;
    border-top: 2px solid #EB2026;
    border-color: #EB2026;
}

div.bootstrap-scope .btn-primary:focus, #updaterecord:focus {
    background-color: #EB2026;
    border-bottom: 2px solid #EB2026;
    border-top: 2px solid #EB2026;
    border-color: #EB2026;
}

/* override of definition in print.css */
.infostatus 
{
    background-color: #ebebeb;
    color: #1E72BC;
}

.panelContent 
{
    padding-top: 10px;
    width: 95%;
}

.printformContent_buttons
{
    width: 95%;
}

.creditcardpos 
{
    height: inherit;
}

/* overrides of definition in style.css */
.pagetitle 
{
    margin-bottom: 0;
}

#footer 
{
    padding: 30px 0 10px 20px;
}


/* override of definition in company.css, from subscribe PA */
.quesHeader.enabled
{
	background-color: #8DB8DF;
}

#col1
{
    background-color: #ebebeb;    
}

#startTrial_but
{
    margin: 20px 0 0 20px;
}

#newsLettersWithSubs h4 {
    color: #ed1c24 !important;
}

#ep_marketingoptout h4 {
    color: #ed1c24 !important;
}

table.newsLettersWithSubs label
{
    color: #ed1c24 !important;
}

input#unsubAll {
    background: #ed1c24;
    color: #efefef;
    border-bottom: 2px solid rgba(237, 28, 36, 0.91);
    border-top: 2px solid rgb(167, 22, 27);
    border: none !important;
    font-weight: bold;
    line-height: 15pt;    
    font-size: 11pt;
}
div#emailpreferences h4 {
    color: #ed1c24 !important;
}

/***********************Addons page****************************/
.pagetitle.subscribepages
{
    padding: 5px 80px;
}

#addonspage
{ 
    font-size: 12pt;
    margin: 0;
    padding: 20px 80px 70px 80px;
    font-weight: normal;
    background-color: #ebebeb;
}
#addonspage p
{
    font-size: 16px;
    font-weight: normal;
}

#addonspage #newsletterdescription
{
    font-size: 10pt;
}

#addonspage h4
{
    font-weight: bold;
    border-bottom: 2px solid #ED1C24;
    padding: 0; 
}

#addonspage h4 span
{
    background: #ED1C24;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    padding: 7px 30px 7px 15px;
    border-radius: 5px 5px 0 0;
}

#addonspage h5 
{
    margin: 0px 0 20px 0;
    color: inherit;
    font-size: 12pt;
    font-weight: bold;
}

#addonspage label 
{
    font-size: 14px;
}

#addonspage .form-check label 
{
    font-size: 12pt;
}

#addonspage input[type="text"],
#addonspage select
{
    height: 35px;
    width: 100%;
    line-height: 1.4em;
    padding: 4px;
    outline: none;
    border: solid 1px #867f7f;
}

#addonspage .btn
{ 
    cursor: pointer;
    background-color: #77787B;
    border-bottom: 2px solid #77787B;
    border-top: 2px solid #77787B;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 18px;
}
/***********************Addons page ends***********************/
