/* Client color is #000 */
/*Atypical css to accommodate client requests */
.ta_hr {
     border: 0;
     height: 1px;
     background: #333;
     background-image: linear-gradient(to right, #ccc, #999, #ccc);
}
.ta_paywall_footer ul {
    list-style-type: square;
    padding-left: 3rem;
}
.ta_paywall_footer li {
    margin-bottom: 0.5rem;
}
#ta_paymentAlertPopupLoginText .ta_loginText_default {
    display: none;
}
#ta_paymentAlertPopupFooter .ta_loginFooterText_default {
    display: none;
}
.ta_loginFooterText_optional {
    display: none;
}
#ta_paymentAlertPopupFooter .ta_loginFooterText_optional {
    display: inline;
}

/* End of atypical css */

#ta_externalLoginIFrameSmall{
        border-width: 0px;
}


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

#ta_invisible
  {
  position:fixed;
/*
  top:300px;
  width:100%;
*/
  top:20%;
  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: 50%;
    /*maximum index*/
    z-index: 2147483647; 
    display: none; 
    line-height: 1;
    font-family: 'open sans';
}

.ta_popup a{
    font-weight: bold;
	color: #000;
	cursor: pointer;
}

.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:420px;
  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;
    color: #AAAAAA;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
  }

.ta_popupClose a
{
  color: #AAAAAA;
  text-decoration: none;
}

input[type="button"].ta_submitPopupButton {
   width: auto;
   padding: 0 2rem;
   margin-right: 0.5rem;
}

input[type="button"].ta_submitPopupButton:active {
}
  
.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: 14px;
  background-color: #1f7c9f;
  border-color: #000;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; 
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.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: 2.3125rem;
  text-align: left;
  line-height: 1.4;
  padding-bottom: 0.5rem;
  padding-top: 0.2rem;
  margin: 0;
  text-rendering: optimizeLegibility; 
}

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

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

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

.ta_paywall_footer{
  padding-top: 1rem;
}

/* 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: red;
  font-weight: normal;
  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: 14px;
  background-color: #1f7c9f;
  border-color: #000;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; 
  width: 100%;
  height: 40px;
  line-height: 40px;
}

#ta_forgotPassword {
    background-color: #ccc;
}
#ta_forgotPassword a{
    color: #333333;
}

.ta_loginText{
   margin-top:10px;
}

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

.ta_products_left_text{
   text-align:center;
   padding-top: 1rem;
}
#ta_rememberMeContainer {
    padding-left: 25px;
}
#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;
    height:17px; 
    line-height:17px;
    background-repeat:no-repeat;
    background-position: 0 0;
    vertical-align:middle;
    cursor:pointer;
    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: 0 -17px;
}

#ta_loginSubmitButtonContainer, #ta_forgotPassword a {
    padding: 1rem;

}
#ta_loginSubmitButtonContainer, #ta_forgotPassword {
    display: inline-block;
    width: auto;
    margin-right: 1rem;
}


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

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

#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;
    width: 40px;
    height: 40px;
}

/* external login */
#ta_externalLoginIFrame {
    border: 0;
    width: 100%;
}
.payclassbutton {
    background-color: #5d5757;
}
a.payclassbutton {
    color: #FFF;
    padding: 14px 20px;
    width: 85%;
    font-size: 15px;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-weight:normal;
    text-decoration: none;
}
.ta_loginPopup .ta_paywall_header {
    text-align: center;
}

.payclassbutton {
	background-color: #166254;
}

.container {
	font-family: 'Open Sans',sans-serif;
}

#buttonpaywall{
  display: block;
  margin: 12px auto;
}

.ta_paywall_button_pretext, .ta_paywall_button_posttext {
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
}

.ta_paywall_button_posttext {
    margin-bottom: 1rem;
}

.ta_paywall_button {
    margin-bottom: 1rem;
    text-align: center;
    padding: 14px 20px;
    border-radius: 0;
    background-color: #166254;
    color:#FFF;
    cursor: pointer;
}
    
.ta_paywall_button a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color:#FFF;
    font-family: 'open sans', sans-serif;
}

@media screen and (max-width: 450px ) {
   .ta_paywall_text {
        font-size: 1.5rem;
   }
}
