﻿div.st_horizontal {
  position: relative;
  float: left;
  clear: both;
  width: 580px;
  color: #646363;
}

div.st_horizontal a.st_next {
  position: absolute;
  top: 0;
  z-index: 110;
  display: none;
  height: 38px;
  width: 39px;
  border: 1px solid #d4d4d4;
  outline: none;
  background: #fff;
}

div.st_horizontal a.st_next:hover {
  background-position: -49px -14px;
  background-color: #f5f5f5;
}

div.st_horizontal div.st_tabs_container {
  position: relative;
  z-index: 100;
  width: 100% !important;
  height: 38px;
  border-bottom: 1px solid #f2f2f2;
}

div.st_horizontal div.st_slide_container {
  position: relative !important;
  padding-top: 1px;
}

div.st_horizontal div.st_sliding_active div.st_slide_container {
  margin: 0 40px;
}

div.st_horizontal ul.st_tabs {
  width: 10000px;
  height: 37px;
  list-style: none;
  margin: 0;
  padding: 0;
}

div.st_horizontal ul.st_tabs li {
  float: left;
  background: none;
  padding: 0;
  margin: 0;
}

div.st_horizontal ul.st_tabs li a {
  display: block;
  font-size: 1em;
  color: #646363;
  font-weight: bold;
  text-decoration: none;
  outline: none;
  border-top: 1px solid #f2f2f2;
  padding: 2px 0 7px 20px;
  width: 133px;
  border-left: 1px solid #f2f2f2;
}
div.st_horizontal ul.st_tabs li:nth-child(3) a {
  width: 233px;
  border-right: 1px solid #f2f2f2;
}

div.st_horizontal ul.st_tabs a:hover {
  background: #fff;
  border-top: 2px solid #0678d0 !important;
  margin-top: -1px;
  padding-bottom: 6px !important;
}

div.st_horizontal div.st_view_container {
  position: relative;
  z-index: 5;
  height: 200px;
  border-bottom: 1px solid #f2f2f2;
}

div.st_horizontal div.st_view {
  position: relative;
  height: 100%;
  overflow: hidden;
}

div.st_horizontal div.st_tab_view {
  display: none;
  width: 100%;
}

div.st_horizontal div.st_first_tab_view {
  display: block;
}

div.st_horizontal div.st_view p {
  margin: 14px 0 0;
  padding: 0;
}

div.st_horizontal div.st_view blockquote {
  float: left;
  width: 315px;
  border-left: 2px solid #5c5c5c;
  font: italic 17px/21px Georgia, "Times New Roman", Times, serif;
  color: #a8a8a8;
  margin: 18px 14px 0 0;
  padding: 0 0 0 14px;
}

div.st_horizontal div.st_view blockquote p {
  margin: 0;
}

div.st_horizontal.align_bottom div.st_tabs_container {
  position: absolute;
  bottom: -39px;
  left: 0;
  margin-bottom: 0;
}

.st_tab_active {
  background: #e9e9e9;
  border-top: 2px solid #0678d0 !important;
  margin-top: -1px;
}
.st_tab_active:hover {
  background: #e9e9e9 !important;
  cursor: default;
}

.stat {
  width: 100%;
  color: #646363;
  font-size: 13px;
}

.stat tr:first-child td {
  background: #dbdada !important;
  font-weight: 600;
}

.stat tr:nth-child(odd) td {
  background: #f5f5f5;
}

.stat tr:nth-child(even) td {
  background: #fff;
}

.stat td {
  vertical-align: top;
  padding: 10px 0;
}

.stat tr td:first-child {
  padding-left: 20px;
  width: 220px;
}

.stat tr td:nth-child(2) {
  width: 180px;
  text-align: center;
}

.stat tr td:nth-child(3) {
  text-align: center;
}

.copy_link {
  height: 31px;
  padding: 0px 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #f4f4f4;
  color: #0678d0;
  font-size: 1.1em;
  margin-top: 20px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  overflow: hidden;
  text-decoration: underline;
  width: 400px;
}
.done {
  color: #c2c2c2;
  text-align: right;
  font-weight: 600;
  margin-top: -12px;
  margin-left: -2px;
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.red_znak {
  width: 21px;
  height: 21px;
  border-radius: 11px;
  color: white;
  font-weight: 600;
  display: inline-block;
  background: #d00a06;
  padding-left: 8px;
}

.vypl {
  width: 100%;
  font-size: 0.8em;
  color: #646363;
  line-height: 1.3em;
}

.vypl tr:nth-child(even) td {
  background: #f5f5f5;
}

.vypl td {
  vertical-align: top;
  padding: 12px 0;
}

.vypl tr td:first-child {
  padding-left: 20px;
  width: 240px;
}

.vypl tr td:nth-child(3) {
  padding-left: 20px;
}

.vypl tr td:nth-child(2) {
  width: 100px;
}
.t_green {
  color: white;
  background: #0dae18;
  text-align: center;
  font-weight: 600;
}

.t_red {
  color: white;
  background: #e41414;
  text-align: center;
  font-weight: 600;
}

.t_yellow {
  color: #646363;
  background: #feffa4;
  text-align: center;
  font-weight: 600;
}

.bankcard,
.mobile {
  background: #d2d2d2;
  display: block;
  width: 200px;
  text-align: center;
  padding: 6px 0;
  font-weight: 600;
  font-size: 0.9em;
}

input[type="radio"] {
  right: 0;
  margin: 0;
  height: 37px;
  /*hide the radio button*/
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  cursor: pointer;
  width: 200px;
  margin-top: -37px;
  background-color: #2d9ff7 !important;
  display: block;
}

input.simpleradio {
  opacity: 1;
  width: initial;
  height: initial;
  margin: initial;
  display: initial;
}

.close-access {
  color: red;
}

input[type="radio"] + .mobile,
input[type="radio"] + .bankcard {
  visibility: hidden; /*temporarily hide the "YES" label*/
  background: #0678d0;
  width: 200px;
}

input[type="radio"]:checked + span {
  visibility: visible; /*show the "YES" label only if the radio is checked*/
}

.topmeup {
  margin-top: -29px;
}
.topmeuphigher {
  margin-top: -5px;
  display: inline-block;
}
