div#plutoLogin {
  header {
    .container {
      text-align: right;
    }
  }

  div.language-link {
    background-color: #aed5ffab;
    padding: 0.5rem 0.5rem 0rem 0.5rem;

    >a {
      color: #006780;
      font-weight: bold;
      font-size: 1.2rem;

      display: inline-flex;
      align-items: center;

      >img {
        width: 28px;
        height: 28px;
        margin-right: 8px;
      }
    }


  }
}

.Plobject {
  text-align: left;
  vertical-align: top;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
}

.layout0 {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}

.layout0 td {
  text-align: left;
  vertical-align: top;
}

.layout0_n {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}

.layout0_n td {
  text-align: left;
  vertical-align: top;
}

.layout1 {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  border-style: none;
}

.layout1 td {
  text-align: left;
  vertical-align: top;
}

#dPopUp {
  background-color: transparent;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
  background-color: #ffffff;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
  z-index: 99;
  background-color: #ffffff;
}

.dText {
  font-family: IMPACT, sans-serif;
}

.a_button {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  font-family: sans-serif;
  font-size: 18pt;
  background-color: #5858fa;
  color: #ffffff;
  background: -moz-linear-gradient(top, #0000ff 0%, #0000ff);
  background: -webkit-gradient(linear, left top, left bottom, from(#0000ff), to(#0000ff));
  border-radius: 10px;
  border: 3px solid #474747;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 3px rgb(255, 255, 255);
  text-shadow: 0px -1px 3px rgba(0, 0, 0, 0.1), 0px 1px 0px rgb(255, 255, 255);
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  border-radius: 4px;
  transition: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.a_button::before,
.a_button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  box-sizing: border-box;
  transition: all 0.3s;
}

.a_button:hover {
  background-color: #5858fa;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 3px rgb(255, 255, 255);
}

.a_button:active {
  top: 3px;
  box-shadow: none;
}

.d_button {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  font-family: sans-serif;
  font-size: 18pt;
  background-color: #eeeeee;
  color: #cccccc;
  background: -moz-linear-gradient(top, #0000ff 0%, #0000ff);
  background: -webkit-gradient(linear, left top, left bottom, from(#0000ff), to(#0000ff));
  border-radius: 10px;
  border: 3px solid #474747;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 3px rgb(255, 255, 255);
  text-shadow: 0px -1px 3px rgba(0, 0, 0, 0.1), 0px 1px 0px rgb(255, 255, 255);
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  border-radius: 4px;
  transition: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

#bid {
  width: 171px;
  height: 176px;
  border-radius: 10%;
  background-image: url("../objimages/bid_btn01.png");
  border-style: none;
  cursor: pointer;
}

#bid:active {
  width: 171px;
  height: 176px;
  border-radius: 10%;
  background-image: url("../objimages/bid_btn02.png");
  border-style: none;
  cursor: pointer;
}

.bid_winner {
  background-image: url("../objimages/bid_btn03.png") !important;
}

.bid_winner:active {
  background-image: url("../objimages/bid_btn04.png") !important;
}

.bid_locked {
  background-image: url("../objimages/bid_btn05.png") !important;
}

#footer {
  width: 940px;
  margin-top: 20px;
  background-color: #7b7b7b;
}

#footer p {
  color: #ffffff;
  text-align: right;
  font-size: 12px;
  line-height: 1.1em;
  font-family: "Helvetica", sans-serif;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 4px;
  padding-bottom: 12px;
  margin: 0px;
  background-repeat: no-repeat;
}

#btnstart {
  border-style: none;
  border-radius: 50%;
  background-image: url("../objimages/buttonstartgfp.gif");
  width: 155px;
  height: 152px;
  cursor: pointer;
}

#btnstart:hover {
  border-style: none;
  border-radius: 50%;
  background-image: url("../objimages/buttonstartgfp_on.gif");
  width: 155px;
  height: 152px;
  cursor: pointer;
}

#dropdown_container {
  font-size: 14px;
  font-weight: bold;
}

#dropdown_container ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 200px;
}

#dropdown_container ul.dropdown a {
  display: block;
  text-decoration: none;
  color: #000;
  margin: 2px;
}

#dropdown_container li.dropdown_item {
  float: left;
  width: 200px;
  cursor: pointer;
}

#dropdown_container li.dropdown_item>ul {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 2px;
  width: 100px;
  background-color: #bbb;
}

#dropdown_container li.dropdown_item>ul li:hover {
  background-color: #bbb;
  color: #000;
}

.ruleArea {
  margin: 10px auto;
  background-image: url(./images/rule_bg.gif);
  background-repeat: repeat-y;
  text-align: left;
  font-size: 8.5pt;
}

#streamlink {
  font-family: serif;
  font-size: 9.5pt;
}

#dAnnounceMessage {
  font-family: serif;
}

.switch__label {
  width: 50px;
  position: relative;
  display: inline-block;
}

.switch__content {
  display: block;
  cursor: pointer;
  position: relative;
  border-radius: 30px;
  height: 31px;
  overflow: hidden;
}

.switch__content:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  top: 0;
  left: 0;
  border: 1.5px solid #666666;
  border-radius: 30px;
  background-color: #fff;
}

.switch__content:after {
  content: "";
  display: block;
  position: absolute;
  background-color: transparent;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  border-radius: 30px;
  transition: all 0.5s;
}

.switch__input {
  display: none;
}

.switch__input:checked~.switch__circle {
  left: 21px;
}

.switch__input:checked~.switch__content:after {
  background-color: #00c4cc;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.switch__circle {
  display: block;
  top: 2px;
  left: 2px;
  position: absolute;
  box-shadow: 0 2px 6px #999;
  width: 27px;
  height: 27px;
  border-radius: 20px;
  background-color: #000000;
  transition: all 0.5s;
}

.switch2__label {
  width: 44px;
  position: relative;
  display: inline-block;
}

.switch2__content {
  display: block;
  cursor: pointer;
  position: relative;
  border-radius: 30px;
  height: 20px;
  transition: all 0.1s 0.4s;
  overflow: hidden;
}

.switch2__content:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 0;
  left: 0;
  border: 1.5px solid #000000;
  border-radius: 20px;
  background-color: #fff;
}

.switch2__content:after {
  content: "";
  display: block;
  position: absolute;
  background-color: transparent;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  transition: all 0.5s;
}

.switch2__input {
  display: none;
}

.switch2__input:checked~.switch2__circle {
  left: 29px;
  background-color: #fff;
}

.switch2__input:checked~.switch2__content {
  border-color: transparent;
  transition: all 0s;
}

.switch2__input:checked~.switch2__content:after {
  background-color: #0078d7;
  width: 100%;
}

.switch2__circle {
  display: block;
  top: 5px;
  left: 5px;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #000000;
  transition: all 0.5s;
}

.switch3__label {
  width: 37px;
  position: relative;
  display: inline-block;
  padding-top: 3px;
}

.switch3__content {
  display: block;
  cursor: pointer;
  position: relative;
  border-radius: 7px;
  height: 14px;
  background-color: rgba(34, 31, 31, 0.26);
  transition: all 0.1s 0.4s;
  overflow: hidden;
}

.switch3__content:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 7px;
  transition: all 0.5s;
}

.switch3__input {
  display: none;
}

.switch3__input:checked~.switch3__circle {
  left: 18px;
  background-color: #009688;
}

.switch3__input:checked~.switch3__content {
  border-color: transparent;
  transition: all 0s;
}

.switch3__input:checked~.switch3__content:after {
  background-color: rgba(0, 150, 136, 0.5);
  width: 100%;
}

.switch3__circle {
  display: block;
  top: 0px;
  left: 0px;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #f1f1f1;
  transition: all 0.5s;
  box-shadow: 0 2px 2px #ccc;
}

.adjust_center {
  text-align: center;
}

.switch__label_thin {
  width: 50px;
  position: relative;
  display: inline-block;
}

.switch__content_thin {
  display: block;
  cursor: pointer;
  position: relative;
  border-radius: 30px;
  height: 22px;
  overflow: hidden;
}

.switch__content_thin:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  top: 0;
  left: 0;
  border: 1.5px solid #666666;
  border-radius: 30px;
  background-color: #fff;
}

.switch__content_thin:after {
  content: "";
  display: block;
  position: absolute;
  background-color: transparent;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  border-radius: 30px;
  transition: all 0.5s;
}

.switch__input_thin {
  display: none;
}

.switch__input_thin:checked~.switch__circle_thin {
  left: 29px;
}

.switch__input_thin:checked~.switch__content_thin:after {
  background-color: #00c4cc;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.switch__circle_thin {
  display: block;
  top: 2px;
  left: 2px;
  position: absolute;
  box-shadow: 0 2px 6px #999;
  width: 18px;
  height: 18px;
  border-radius: 20px;
  background-color: #000000;
  transition: all 0.5s;
}

.switch2__label_thin {
  width: 44px;
  position: relative;
  display: inline-block;
}

.switch2__content_thin {
  display: block;
  cursor: pointer;
  position: relative;
  border-radius: 30px;
  height: 20px;
  transition: all 0.1s 0.4s;
  overflow: hidden;
}

.switch2__content_thin:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 0;
  left: 0;
  border: 1.5px solid #000000;
  border-radius: 20px;
  background-color: #fff;
}

.switch2__content_thin:after {
  content: "";
  display: block;
  position: absolute;
  background-color: transparent;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  transition: all 0.5s;
}

.switch2__input_thin {
  display: none;
}

.switch2__input_thin:checked~.switch2__circle_thin {
  left: 29px;
  background-color: #fff;
}

.switch2__input_thin:checked~.switch2__content_thin {
  border-color: transparent;
  transition: all 0s;
}

.switch2__input_thin:checked~.switch2__content_thin:after {
  background-color: #0078d7;
  width: 100%;
}

.switch2__circle_thin {
  display: block;
  top: 5px;
  left: 5px;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #000000;
  transition: all 0.5s;
}

.switch3__label_thin {
  width: 37px;
  position: relative;
  display: inline-block;
  padding-top: 3px;
}

.switch3__content_thin {
  display: block;
  cursor: pointer;
  position: relative;
  border-radius: 7px;
  height: 14px;
  background-color: rgba(34, 31, 31, 0.26);
  transition: all 0.1s 0.4s;
  overflow: hidden;
}

.switch3__content_thin:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 7px;
  transition: all 0.5s;
}

.switch3__input_thin {
  display: none;
}

.switch3__input_thin:checked~.switch3__circle {
  left: 18px;
  background-color: #009688;
}

.switch3__input_thin:checked~.switch3__content {
  border-color: transparent;
  transition: all 0s;
}

.switch3__input_thin:checked~.switch3__content:after {
  background-color: rgba(0, 150, 136, 0.5);
  width: 100%;
}

.switch3__circle_thin {
  display: block;
  top: 0px;
  left: 0px;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #f1f1f1;
  transition: all 0.5s;
  box-shadow: 0 2px 2px #ccc;
}

.v_switch {
  margin: 0px;
}

.v_switch input {
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.v_switch input:checked {
  z-index: 1;
}

.v_switch input:checked+label {
  opacity: 1;
  cursor: default;
}

.v_switch input:not(:checked)+label:hover {
  opacity: 0.5;
}

.v_switch label {
  color: #fff;
  opacity: 0.33;
  transition: opacity 0.25s ease;
  cursor: pointer;
}

.v_switch .toggle-outside {
  height: 100%;
  border-radius: 2rem;
  padding: 0.25rem;
  overflow: hidden;
  transition: 0.25s ease all;
}

.v_switch .toggle-inside {
  border-radius: 5rem;
  background: #4a4a4a;
  position: absolute;
  transition: 0.25s ease all;
}

.v_switch--vertical {
  height: 55px;
}

.v_switch--vertical input {
  height: 65px;
  width: 25px;
  right: 0;
  margin: 0;
}

.v_switch--vertical label {
  font-size: 1.5rem;
  line-height: 3rem;
  display: block;
  width: 8rem;
  height: 50%;
  margin: 0;
  text-align: center;
}

.v_switch--vertical .toggle-outside {
  background: #fff;
  position: absolute;
  width: 15px;
  height: 100%;
  right: 0;
  top: 0;
}

.v_switch--vertical .toggle-inside {
  height: 15px;
  width: 15px;
}

.v_switch--vertical input:checked~.toggle-outside .toggle-inside {
  top: 0.25rem;
  left: 2.5px;
}

.v_switch--vertical input~input:checked~.toggle-outside .toggle-inside {
  top: 44px;
}

.v_switch--no-label label {
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.v_switch--no-label input:checked~.toggle-outside .toggle-inside {
  background: #ff4444;
  border: 1px solid #000000;
}

.v_switch--no-label input~.toggle-outside {
  background: #fff;
  border: 1px solid rgb(0, 0, 255);
}

.v_switch--no-label input~input:checked~.toggle-outside {
  background: #909090;
  border: 1px solid rgb(255, 0, 0);
}

.v_switch--no-label input~input:checked~.toggle-outside .toggle-inside {
  background: #ffffff;
  border: 1px solid #708090;
}

.v_switch--no-label.v_switch--vertical {
  width: 40px;
}

.scroll {
  margin: auto;
  width: 100%;
  font-size: 140%;
  line-height: 1.5em;
  text-align: center;
  border: 1px solid #666;
  color: #000000;
  background: #fff;
  overflow: hidden;
}

.scroll span {
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  line-height: 1em;
  animation: scrollAnime 15s linear infinite;
}

@keyframes scrollAnime {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.button_liveChange {
  font-size: 1.4em;
  font-weight: bold;
  padding: 10px;
}

.login-beforemessage {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16pt;
  text-align: center;
  background-color: #f7f7f7;
  width: 100%;
}

.test-login-passwordmessage {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #f7f7f7;
  width: 100%;
  font-size: 16pt;
}

.test-login-passwordmessage>p:nth-child(2) {
  line-height: 32px;
  font-size: 16pt;
  font-weight: bold;
}

.test-login-passwordmessage>p:nth-child(3) {
  font-size: 75%;
}

.pswd-box>p {
  font-weight: bold;
}

.confirm .inp-004 {
  width: 16px;
  height: 16px;
}

.browser .container .browser-text {
  font-weight: bold;
  font-size: 16px;
  color: red;
  text-align: center;
}

.option-link {
  box-sizing: border-box;
}

.form000 {
  display: flex;
}

#login_res {
  width: 100%;
  text-align: center;
  color: #ff0000;
}

/*# sourceMappingURL=view.css.map */