/*Rado added*/
.rado-gray{
	background: #eee;
  	color: black;
}
.rado-styleLeft {
  padding: 0 7px 0 7px;
  margin: 15px;
}

.rado-styleRight {
  padding: 0 7px 0 7px;
  margin: 15px;
}

/*--*/
.error ul {
  margin: 10px 0
}

.error ul li {
  list-style: none;
  display: inline;
  padding-right: 5px;
  color: red
}

.payment_notification {
  margin-top: 40px;
  margin-bottom: 40px
}

.payment_notification h1 {
  color: #060606;
  line-height: 1.1;
  margin-bottom: 40px
}

.payment_notification b {
  color: #060606
}

.payment_notification .links {
  margin-top: 40px
}

.payment_notification .button.seconds {
  background: #f2a900
}

.cb,
.cb_overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99990;
  pointer-events: none
}

.cb.cb_hidden,
.cb_overlay.cb_hidden {
  left: -110%
}

.cb_overlay {
  position: absolute
}

.cb_box {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  bottom: 0;
  left: 0;
  color: #777;
  background: #fff;
  border-top: 1px solid #d9d9d9;
  box-shadow: 0 2px 10px #0003;
  z-index: 99991;
  pointer-events: auto;
  padding: 20px;
  margin: 0
}

.cb_box * {
  padding: 0;
  margin: 0;
  color: #777;
  font-size: 14px;
  font-weight: 400
}

.cb_box .cb_hidden {
  display: none
}

@media all and (max-width: 550px) {
  .cb_box {
    position: absolute;
    overflow-y: auto;
    bottom: 0
  }
}

.cb_buttons {
  margin-top: 20px
}

.cb button {
  border: none;
  border-radius: 3px;
  background-color: #eee;
  padding: 5px 10px;
  color: #333;
  font-size: 16px;
  cursor: pointer;
  margin: 3px 6px 3px 0
}

.cb button:hover {
  background-color: #cacaca
}

.cb button.cb_accept,
.cb button.cb_necessary {
  background-color: #f2892b;
  color: #fff
}

.cb button.cb_accept:hover,
.cb button.cb_necessary:hover {
  background-color: #f2892b
}

.cb_title {
  padding-bottom: 1rem;
  text-align: left;
  color: #333;
  font-size: 18px;
  font-weight: 600
}

.cb_description {
  text-align: left
}

.cb_description p {
  line-height: 150%
}

.cb_description a {
  text-decoration: underline
}

.cb_options {
  margin: 20px 0
}

.cb_option {
  margin-top: 20px
}

.cb_option label {
  cursor: pointer
}

.cb_option_checkbox {
  display: inline-block;
  margin-right: 5px
}

.cb_option_title {
  color: #333;
  font-size: 16px;
  font-weight: 700
}

.cb_option_description {
  display: none;
  line-height: 135%
}

@media all and (min-width: 550px) {
  .cb_option_description {
    margin-top: 10px;
    display: block
  }
}

.cb--popup {
  max-width: 1000px;
  left: 50%;
  transform: translate(-50%)
}

@media all and (min-width: 550px) {
  .cb--popup {
    padding: 20px
  }
}

@media all and (min-width: 1000px) {
  .cb--popup {
    border: 1px solid #d9d9d9;
    bottom: 80px
  }
}

.cb--center *,
.cb--center-left * {
  text-align: center
}

.cb--center-left .cb_option,
.cb--center-left .cb_option * {
  text-align: left
}

.cb_overlay {
  pointer-events: auto
}

.cb_overlay--background {
  pointer-events: auto;
  background-color: #0003
}

.cb--no-necessary .cb_necessary {
  position: absolute;
  left: -1000px
}

.cb--switches .cb_option label {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px
}

.cb--switches .cb_option label input {
  opacity: 0;
  width: 0;
  height: 22px
}

.cb--switches .cb_option label span {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s
}

.cb--switches .cb_option label span:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 24px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  transition: .4s
}

.cb--switches .cb_option label input:checked+span {
  background-color: #f2892b
}

.cb--switches .cb_option label input:focus+span {
  box-shadow: 0 0 1px #f2892b
}

.cb--switches .cb_option label input:checked+span:before {
  transform: translate(26px)
}

.cb--switches .cb_option_title {
  padding-left: 10px
}

.cb--switches .cb_option_description {
  display: block;
  padding-top: 5px
}

.cb--switches-rounded .cb_option label span {
  border-radius: 34px
}

.cb--switches-rounded .cb_option label span:before {
  border-radius: 50%
}

.cb--always-detail .cb_custom,
.cb--always-detail .cb_custom.cb-hidden {
  display: inline-block
}

.cb--always-detail .cb_options,
.cb--always-detail .cb_options.cb-hidden {
  display: block
}

.cb--always-detail .cb_detail {
  display: none
}