.landing-icon {
    width: 15px;
    height: 15px;
    background-image: url("/images/landing_sprite.png");
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.landing-07-dev-program-logo {
    background-position: 0 -278px;
    width: 146px;
    height: 99px;
}

.landing-15-new_logo_medium {
    background-position: 0 -1295px;
    width: 164px;
    height: 40px;
}

.landing-19-empty_circle {
    background-position: 0 -1511px;
    width: 16px;
    height: 16px;
}

.landing-20-full_circle {
    background-position: 0 -1537px;
    width: 22px;
    height: 22px;
}

.landing-22-logout {
    background-position: 0 -1611px;
    width: 12px;
    height: 12px;
    margin-top: -2px;
}

.landing-34-regular-header-en {
    background-position: 0 -2098px;
    width: 584px;
    height: 60px;
}

.landing-34-regular-header-fr {
    background-position: 0 -2098px;
    width: 584px;
    height: 60px;
}

.landing-34-regular-header-us {
    background-position: 0 -2098px;
    width: 584px;
    height: 60px;
}

.landing-34-regular-header-de {
    background-position: 0 -2168px;
    width: 670px;
    height: 60px;
}

.landing-34-regular-header-it {
    background-position: 0 -2168px;
    width: 670px;
    height: 60px;
}

.landing-34-regular-header-zh {
    background-position: 0 -3266px;
    width: 670px;
    height: 60px;
}

.shared {
    background-image: url("/images/shared.png");
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.shared-datepicker {
    background-position: 0 -210px;
    width: 17px;
    height: 15px;
}

.shared-checked {
    background-position: 0 -1592px;
    width: 26px;
    height: 25px;
}

.shared-notchecked {
    background-position: 0 -1627px;
    width: 26px;
    height: 25px;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
}

.arrow {
    margin: 0;
    display: inline-block !important;
    *display: inline ! importatnt;
    zoom: 1;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-color: #FFD4DC;
    border-style: solid;
    border-width: 8px;
    overflow: hidden;
}

.arrow-up {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top: none !important;
}

.arrow-down {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom: none !important;
}

.arrow-right {
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    border-right: none !important;
}

.arrow-left {
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left: none !important;
}

/* JGROWL */

div.jGrowl {
    z-index: 9999;
    color: #fff;
    font-size: 12px;
}

/** Special IE6 Style Positioning **/
div.ie6 {
    position: absolute;
}

div.ie6.top-right {
    right: auto;
    bottom: auto;
    left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
    left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
    left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
    left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
    left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
    width: 100%;
}

/** Normal Style Positions **/
div.jGrowl {
    position: absolute;
}

body > div.jGrowl {
    position: fixed;
}

div.jGrowl.top-left {
    left: 0px;
    top: 0px;
}

div.jGrowl.top-right {
    right: 0px;
    top: 0px;
}

div.jGrowl.bottom-left {
    left: 0px;
    bottom: 0px;
}

div.jGrowl.bottom-right {
    right: 0px;
    bottom: 0px;
}

div.jGrowl.center {
    top: 0px;
    width: 50%;
    left: 25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
    margin-left: auto;
    margin-right: auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    background-color: #366F36;
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    zoom: 1;
    width: 400px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1em;
    text-align: left;
    display: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

div.jGrowl div.jGrowl-notification {
    min-height: 40px;
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
    margin: 10px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-header {
    font-weight: bold;
    font-size: .85em;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
    z-index: 99;
    float: right;
    font-weight: bold;
    font-size: 1em;
    cursor: pointer;
}

div.jGrowl div.jGrowl-closer {
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    font-size: .9em;
    font-weight: bold;
    text-align: center;
}

/** Hide jGrowl when printing **/
@media print {
    div.jGrowl {
        display: none;
    }
}

.zebra tr:nth-child(2n+1) {
    background-color: #E5E5E5;
}

.paypal-de, .paypal-en, .paypal-fr {
    width: 644px;
    height: 376px;
    border: 3px solid #c8c6c4;
    background: url('/images/paypal-de-play.jpg') no-repeat 0 0;
    margin: 14px 0;
    margin-left: -13px;
    cursor: pointer;
    position: relative;
}

.paypal-de, .paypal-en, .paypal-fr {
    background: url('/images/paypal-de-play.jpg') no-repeat 0 0;
}

.paypal-en, .paypal-fr {
    background: url('/images/paypal-en-play.jpg') no-repeat 0 0;
}

.paypal-de:hover, .paypal-en:hover, .paypal-fr:hover {
    background: url('/images/paypal-en-commercial-644.gif') no-repeat 0 0;
}

.paypal-private:hover {
    background: url('/images/paypal-en-private-644.gif') no-repeat 0 0 !important;
}

.paypal-de .info, .paypal-en .info, .paypal-fr .info {
    width: 644px;
    position: absolute;
    bottom: 70px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    line-height: 28px;
    text-shadow: 1px 1px #222;
}

.paypal-de:hover .info, .paypal-en:hover .info, .paypal-fr:hover .info {
    display: none;
}

/* CHARTS */
.chart-area {
    padding-bottom: 20px;
}

/* DASHBOARD */

.dashboard, .dashboard b {
    font-weight: normal !important;
    color: #4D4D4D;
}

.dashboard > ul {
    margin: 6px 0 0 30px;
}

.dashboard > ul li {
    font-weight: normal !important;
    list-style: circle;
}

.chart_middle {
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}

#chart_increase_position {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 70px;
    left: 0px;
    color: #32373D;
    font-size: 320%;
    font-weight: bold;
}

.trial_sales_charts {
    padding: 15px;
    margin-left: 30px;
}

.trial_chart_table {
    margin: 40px auto;
    border: 0px !important;
    border-collapse: collapse;
    width: 460px !important;
}

.trial_chart_table td {
    border: 0px !important;
    text-align: center;
    padding: 0px !important;
}

.trial_chart {
    position: relative;
    height: 250px;
    width: 150px;
}

.trial_chart > div {
    position: absolute;
    bottom: 0px;
}

.chart_description {
    width: 100%;
    text-align: center;
    font-size: 130%;
    font-weight: bold;
}

.chart_left .chart_description, .chart_left .chart_description_bottom {
    color: #7f7f7f;
}

.chart_right .chart_description, .chart_right .chart_description_bottom {
    color: #0e76bc;
}

.bar_chart {
    width: 150px;
}

.chart_left .bar_chart, .chart_left .chart_legend {
    background-color: #bfbfbf;
}

.chart_right .bar_chart, .chart_right .chart_legend {
    background-color: #0e76bc;
}

.bar_chart_legend_container {
    margin: 0 auto;
    text-align: center;
    width: 600px;
}

.bar_chart_legend_container > div {
    float: left;
    width: 50%;
}

.chart_legend {
    float: left;
    width: 20px;
    height: 20px;
}

.chart_description_bottom {
    font-size: 80%;
    text-align: justify;
    padding: 10px;
    margin: -10px 20px;
}

.pie_chart_container {
    width: 600px;
    margin: 0 auto;
}

.pie_lead {
    height: 120px;
}

.pie_left, .pie_right, .pie_middle {
    float: left;
    text-align: center !important;
    font-size: 14px;
    color: #4D4D4D;
}

.pie_left, .pie_right {
    width: 260px;
}

.pie_middle {
    width: 80px;
    margin-top: 302px;
}

.pie_middle span {
    font-size: 300% !important;
}

.pie_info {
    font-size: 140%;
    font-weight: bold;
}

.pie_lead, .pie_graph, .pie_info {
    text-align: center !important;
}

#tac_error {
    color: #c00;
    border: 1px solid #c00;
    border-radius: 4px 4px 4px 4px;
    padding: 4px;
    font-weight: bold;
    margin: 12px 0px;
    text-align: center;
    background-color: #EBA2A2;
    display: none;
}

.login-button {
    border: 2px solid #e8e8e8;
    padding: 6px 10px;
    font-weight: 700;
    border-radius: 8px;
    font-size: 16px;
    background: url(/v/images/unified_landing/gradient-btn.png) repeat-x;
}

.login-button.zh {
    position: relative;
    left: 20px;
}

.login-button .logo.ebay {
    height: 20px;
    width: 50px;
    display: inline-block;
    background: url(/v/images/unified_landing/ebay-logo.svg) no-repeat 0 0;
    background-size: 100% 100%;
    vertical-align: sub;
    margin-left: 5px;
}

/* END DASHBOARD */

.explanation {
    margin-left: 48px;
    margin-top: 0px;
    font-size: 12px;
    width: 460px;
    float: left;
}

.explanation span {
    color: #c00;
    margin: 0px 6px 0px -12px;
}

/*old landing page*/
.register-form form {
    margin: 0;
}

div.register-box {
    padding-bottom: 20px;
}

#horizontal-or::before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    background: #8989a3;
}

#horizontal-or span {
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: #eeeeee;
    padding: 0 6px;
}

#horizontal-or {
    position: relative;
    display: block;
    text-align: center;
}

.placeholder {
    color: #aaa;
}

/**
 *
 *      LANDING TRIAL REFRESH 2019
 *
 */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,600');

body.landing-refresh-2019 {
  background-color: #fff;
  color: #111;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
}

.landing-refresh-2019 strong {
  font-weight: 600;
}

.landing-refresh-2019 .header {
  height: 90px;
  padding: 20px 0;
}

.landing-refresh-2019 .header .ebay-logo,
.landing-refresh-2019 .header .wi-logo {
  height: 50px;
}

.landing-refresh-2019 .landing-trial-top,
.landing-refresh-2019 .landing-trial-bottom {
  color: #fff;
  background-color: rgb(0, 108, 189);
}

.landing-refresh-2019 a#ebay-login-button {
  padding: 16px 28px;
  transition: all .4s ease;
  color: #fff;
  display: inline-block;
  font-size: 21px;
  font-weight: 600;
  background-color: #44BA3C;
  border: 1px solid #44BA3C;
  border-radius: 40px;
  text-align: center;
  text-decoration: none;
}

.landing-refresh-2019 a#ebay-login-button:hover,
.landing-refresh-2019 a#ebay-login-button:active {
  background-color: #48c13f;
  text-decoration: none;
}

.landing-refresh-2019 .landing-trial-top {
  padding: 70px 0 20px;
}

.landing-refresh-2019 .landing-trial-top h1 {
  font-size: 48px;
  padding-bottom: 10px;
}

.landing-refresh-2019 .landing-trial-top p {
  font-size: 14px;
  padding-top: 50px;
}

.landing-refresh-2019 .landing-trial-top a {
  color: #fff;
  text-decoration: underline;
}

.landing-refresh-2019 .landing-trial-top a:hover,
.landing-refresh-2019 .landing-trial-top a:active {
  color: #ddd;
}

.landing-refresh-2019 .landing-trial-bottom {
  padding: 45px 0;
}

.landing-refresh-2019 .landing-trial-bottom .row > div:last-child {
  text-align: center;
}

.landing-refresh-2019 .landing-trial-bottom .row > div:first-child {
  margin-bottom: 30px;
}

.landing-refresh-2019 .landing-trial-bottom h2 {
  margin: 15px 0;
  font-size: 30px;
}

.landing-refresh-2019 .landing-trial-list {
  padding: 70px 0;
}

.landing-refresh-2019 .landing-trial-list h2 {
  font-size: 35px;
  margin-bottom: 40px;
}

.landing-refresh-2019 .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.landing-refresh-2019 .flex > div {
  width: 100%;
  padding: 30px 30px 30px 35px;
  position: relative;
}

.landing-refresh-2019 .flex > div::before {
  content: url('/v/images/check.png');
  position: absolute;
  left: 0;
  top: 30px;
}

.landing-refresh-2019 .flex p {
  font-size: 18px;
  line-height: 30px;
}

.landing-refresh-2019 .flex strong {
  font-weight: 600;
}

.landing-refresh-2019 .footer {
  padding: 40px 0 100px;
}

.landing-refresh-2019 .footer .terms {
  list-style: none;
  padding: 0;
  text-align: center;
}

.landing-refresh-2019 .footer .terms li {
  border-right: 1px solid #B1B1B1;
  color: #B1B1B1;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  padding: 0 10px 0 5px;
}

.landing-refresh-2019 .footer .terms li:last-child {
  border-right: none;
}

.landing-refresh-2019 .footer .terms a,
.landing-refresh-2019 .footer .terms a:hover,
.landing-refresh-2019 .footer .terms a:active {
  color: #B1B1B1;
  text-decoration: none;
}

.landing-refresh-2019 #language {
  height: 25px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.landing-refresh-2019 .language {
  left: calc(50% - 95px);
  list-style: none;
  position: absolute;
  width: 190px;
}

.landing-refresh-2019 .language li {
  background-color: #fff;
  border: 1px solid #d1d1d1;
}

.landing-refresh-2019 .language li:not(:first-child) {
  border-top: none;
}

.landing-refresh-2019 .language li:not(:first-child) {
  display: none;
}

.landing-refresh-2019 .language li:first-child {
  cursor: pointer;
  position: relative;
}

.landing-refresh-2019 .language li:first-child:after {
  content: url('/v/images/baseline-arrow_drop_down-24px.png');
  position: absolute;
  top: 1px;
  right: -1px;
}

.landing-refresh-2019 .language.show li {
  display: block;
}

.landing-refresh-2019 .language li a {
  color: #b1b1b1;
  display: block;
  font-size: 16px;
  line-height: 16px;
  padding: 4px 5px 6px;
  text-decoration: none;
}

.landing-refresh-2019 .language li a:hover,
.landing-refresh-2019 .language li a:active {
  color: #a1a1a1;
  text-decoration: none;
  background-color: #eee;
}

.landing-refresh-2019 .language li span {
  margin-left: 7px;
}

.landing-refresh-2019 .flag {
  height: 14px;
}

@media (min-width: 768px) {
  .landing-refresh-2019 .flex > div {
    width: 49%;
  }

  .landing-refresh-2019 .landing-trial-bottom .row > div:first-child {
    margin-bottom: 0;
  }

  .landing-refresh-2019 .landing-trial-bottom .row > div:last-child {
    text-align: right;
  }
}
