#ta_background
  {
  position:fixed;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  background-color:#dddddd;
  opacity:0.95;
  filter:alpha(opacity=95); /* For IE8 and earlier */
  border:2px solid black;
  z-index: 2147483647; 
  display: none;
  }

#ta_invisible {
    /*absolute positioning lets you scroll - easy fix for landscape mode */
    position: fixed;
    top:10%;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  /*maximum index*/
  z-index: 2147483647;
  display: none;
  }
  
.ta_popup{  
    background-color: #FFFFFF;
    color: #000;
    padding: 30px;
    text-align: justify;
    border: 1px solid #CCCCCC;
    width: 35%;
    min-width: 500px;
    /*maximum index*/
    z-index: 2147483647; 
    display: none; 
    line-height: 1;
    font-family: 'open sans', sans-serif;
}

.ta_popup a, .ta_paywall_text a{
    font-weight: bold;
	color: #2e6d9d;
	cursor: pointer;
}

.ta_popup input:focus {
    outline: none;
}

.ta_popup table{
	border: 0;
	width: 100%;
	background: inherit;
        border-collapse: separate;
        border-spacing: 0 1.25rem;
        margin-bottom: 0;
}

.ta_popup tr, .ta_popup td{
	border: 0;
	padding: 0;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	background: inherit !important;
        text-align: left !important;
}

.ta_popup label{
   font-size: 14px;
   font-weight: normal;
}

.ta_centralPopup
  {
  margin: 0px auto;
  display: none;
  }

 .ta_bottomLeftPopup
  {
  margin:10px 20px;
  position:fixed;
  bottom:10px;
  width:550px;
  display: none;
  }
  
  .ta_bottomPopup
  {
  margin: 0px auto;
  margin-bottom: 10px;
  width:250px;
  display: none;
  }
  
 .ta_bottomPopup .ta_paywall_text
  {
  margin:15px 20px 10px 20px;
  }
  
  .ta_popupClose
  {
    float: right;
    margin-top:-10px;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
  }

.ta_popupClose a
{
   font-size: 2rem;
  text-decoration: none;
   color:black;
}

input[type="button"].ta_submitPopupButton {
   width: auto;
   padding: 0 2rem;
   margin-right: 0.5rem;
}
.ta_forgotPasswordSubmit{
    display: inline-block;
    cursor: pointer;

}
  
.ta_subscribe_button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  font-weight: normal;
  line-height: normal;
  margin: 1rem 0 1rem;
  position: relative;
  text-align: center;
  display: inline-block;
 /* padding: 1rem 2rem 1.0625rem 2rem;*/
  font-size: 18px;
  /*background-color: #7a0808;
  border-color: #7a0808;*/
  background-color: #26729d;
  border-color: #26729d;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; 
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.ta_subscribe_button:hover, .ta_subscribe_button:focus {
    background-color: #7a0808;
}

.ta_subscribe_button a{
    color: #FFFFFF;
    font-style: normal;
}

.ta_subscribe_button a:link{
	color: #FFFFFF;
}

.ta_subscribe_button a:visited{
	color: #FFFFFF;
}

.ta_paywall_header {
  color: #222222;
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility; 
}

.ta_paywall_header h1{
    color: #003366 !important;
    display: inline;
}

.ta_paywall_text {
    color: #636363;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}

.ta_paywall_text h1{
    display: inline;
    color: inherit;
}

.ta_paywall_footer{
  padding-top: 1rem;
  display: none;
}

/* FIX FOR IE iframes */
.paywallIEiframe {
   position: absolute;
   border: none;
   /*draw a larger iframe to show the shadow*/
   height: 105%;
   width: 365px;
   margin-left: -180px;
   left: 50%;
   z-index: -1;
   opacity:0;
   filter:alpha(opacity=0); /* For IE8 and earlier */

}

.paywallIEiframeFullscreen {
   position:fixed;
   width:100%;
   height:100%;
   top:0px;
   left:0px;
   margin: 0;        
   background-color:#dddddd;
   opacity:0.95;
   filter:alpha(opacity=95); /* For IE8 and earlier */
}

.loginFormContainer{
   margin: 0px 25px 10px 25px;
}

/* wrong login message  */
.ta_wrongLoginText{
  color: #ff0000;
  font-weight: bold;
  font-size: 2em;
  margin-top: 5px;	
}

.ta_popup input[type="text"], .ta_popup input[type="password"]{
-webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 12px;
/*  height: 2.3125rem;*/
  margin: 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
  height: 40px;
}

.ta_popup .ta_loginLabels{
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-weight: normal;
  line-height: normal;
/*  margin: 0 0 1.25rem;*/
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
 /* padding: 1rem 2rem 1.0625rem 2rem;*/
  font-size: 18px;
  background-color: #7a0808;
  border-color: #7a0808;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; 
  width: 100%;
  height: 40px;
  line-height: 40px;
}

#ta_forgotPassword {
    display: inline;
    positon: relative;
    top: -1rem;
    margin-left: 25px;
    background-color: transparent;
    border-width: 0px;
    width: auto;
    cursor: auto;
}

#ta_forgotPassword:hover, #ta_forgotPassword:focus {
      background-color: transparent;
}
#ta_forgotPassword a{
    display: inline;
    color: #7a0808;
    text-decoration: underline;
}

.ta_loginText{
   margin-top:10px;
}

.ta_paywall_logout{
   text-align: center;
   padding-top: 2rem;
}

.ta_products_left_text{
   text-align:left;
   padding-top: 1rem;
}
#ta_rememberMeContainer {
    margin-left: 25px;
    margin-bottom: 15px;
}
#ta_remember {
   position:absolute;
   z-index:-1000;
   left:-1000px;
   overflow:  hidden;
   clip: rect(0 0 0 0);
   height:1px; width:1px;
   margin:-1px;
   padding:0;
   border:0;
}

#ta_remember + label {
    padding-left:22px;
    margin-bottom:1.25rem;
    height:17px; 
    line-height:17px;
    background-repeat:no-repeat;
    background-position: 110px 0;
    vertical-align:middle;
    cursor:pointer;
    display:block;
    background-image:url(//$$http_host$/eebrowser/paywall/config/$$paper$/images/checkbox.png);
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
    user-select: none;

}

#ta_remember:checked + label {
	background-position: 110px -17px;
}

#ta_loginSubmitButtonContainer, #ta_forgotPasswordSubmitButtonContainer, #ta_changePasswordSubmitButtonContainer{
    float: right;
    position: relative;
    padding: 0px;
    margin: 0px;
}

#ta_loginSubmitButtonContainer {
    top: -2rem;
}

#ta_loginSubmitButtonContainer input[type="button"] {
    background-color: #7a0808;
    cursor: pointer;
}
#ta_loginSubmitButtonContainer:hover input[type="button"] {
    background-color: #003366;
    cursor: pointer;
}


.ta_paywall_iframe{
   display: none;
   width: 95%;
   margin:0 auto;
   /*height:70%;*/
   height: 470px;
   border:none;
}

#ta_socialLoginIFrame, #ta_externalLoginIFrame {
   display: block;
   margin:0 auto;
   border:none;
}

#ta_socialLoginIFrame {
   height: 65px;
   width: 150px;
}

#ta_externalLoginIFrame {
    width: 100%;
}

.ta_externalLoginIFrameLarge {
   height: 500px;
}

#ta_pagesLeftPopup .ta_externalLoginIFrameLarge {
   height: 260px;
}

.ta_externalLoginIFrameSmall {
   height: 390px;
}

.ta_popup_fullheight {
   top: 0;
   height:100%;
}

.ta_paywall_button, .payclassbutton{
   /*background-color: #7a0808;*/
   background-color: #26729d;
    text-align: center;
   font-size: 16px;
   font-family: 'open sans', sans-serif;
}

#formAccount{
   font-family: 'open sans', sans-serif;
}

.ta_paywall_button{
	width: 170px;
    float:left; 
    /*padding: 10px;*/
    margin-top: 10px;
}

.ta_paywall_button a, .payclassbutton a{
        color: #FFF !important;
        text-decoration: none;
        /*font-weight: bold;*/
  display: block;
        padding: 10px;
}

/* Buttons are shown in the external login iframe  */
.ta_paywall_buttons_container{
   width: 100%;
   display: none;
}

.ta_paywall_button_order_container{
   clear: both;
}

.ta_paywall_button_posttext {
    float: left;
    margin-top: 20px;
    margin-left: 15px;
    font-size: 14px;
    font-family: 'open sans', sans-serif;
}

#ta_paymentAlertPopupClose{
    font-size: 18px;
}
    
@media screen and (max-width: 1470px) {
    .ta_popup {
        width: 45%;
    }
}
@media screen and (max-width: 1101px) {
    .ta_popup {
        width: 55%;
    }
}
@media screen and (max-width: 900px) {
    .ta_popup {
        width: 85%;
}
}
@media screen and (max-width: 550px) {
    .ta_popup {
        width: 90%;
}
}

#ta_loadingImage{
   background-image:url(//$$http_host$/eebrowser/paywall/config/$$paper$/images/loading.gif);
   background-color: transparent;
   background-position:50% 50%;
   background-repeat: no-repeat;
   margin-top: -40px;
}


.subscriptionUser{
    margin: 0 auto;
    margin-bottom: 10px;
    width: 80%;
    background-color: #f1f1f1;
    font-family: 'open sans', sans-serif;
}

.digitalWalletRemain{
	font-weight: bold;
	margin: 0 auto;
    width: 80%;
	text-align: left;
	background-color: #f1f1f1;
    font-family: 'Open Sans', sans-serif;
}

.resultMessagge {
    color: #7a0808;
    font-family: 'open sans', sans-serif;
    }

#loginForm, #forgotpassword{
   padding: 10px;
}

/* Classes for displaying colored dollar amounts */
.surplus {
    color: #090;
    }
.deficit {
    color: #d00;
}

/* START  FROM CLIENT */
#buttonpaywall { width: 100%; }

.ta_paywall_button { width: 50%; }

.ta_paywall_button_posttext { width: 45%; text-align: center; }

.subscriptionUser { width: 100%; } 

@media screen and (max-width: 667px) {
    .ta_paywall_button_posttext { margin-top: 6px; }
}

@media screen and (max-width: 365px) {
    #buttonpaywall { margin: 12px auto; }
    .ta_paywall_button { width: 100%; }
    .ta_paywall_button_posttext { width: 100%; text-align: center; margin-left: 0; }
} 

@media screen and (max-width: 320px) {
      .subscriptionUser { font-size: 14px; } 
      #ta_paymentAlertPopup #ta_paymentAlertPopupHeader { margin-top: 0; }   
}

/* END FROM CLIENT */

