/*CSS HANDLER */
.ctable {
  background-image: url(../img/coupon_row_bg.png);
  border-collapse: separate;
  margin: 0;
  padding-top: 0;
  table-layout: fixed;
  width: 220px;
  border: 4px solid #000000;
  border-top: none;
  border-bottom: none;
}

.ctable tr {
  background-repeat: no-repeat;
  font-size: 11px;
  margin: 0;
  padding: 0;
}

.ctable tr td {
  background-repeat: no-repeat;
  height: 50px;
  vertical-align: top;
}

.ctable tr td:hover,
.ctable tr:hover td {
  background-image: url(../img/coupon_row_hover_bg.png);
}
#cstep2,
#cstep3 {
  clear: both;
}

.imoney {
  float: left;
  width: 97px;
}
#cstake {
  border: medium none;
  height: 20px;
  padding: 4px;
  text-align: right;
  width: 74px;
  float: left;
  font-weight: bold;
  color: #333;
}

#itable {
  display: block;
  padding-top: 4px;
  margin-bottom: 0;
}

#ioval,
#ibval,
#iwval {
  width: 150px;
  text-align: right;
}
#ibval {
  color: #ffffff;
}
#ibval.bonuscolor {
  color: #ffcc00;
}
.imoney {
  float: left;
  height: 38px;
  margin-left: 52px;
  padding: 6px 0 0;
  width: 112px;
}

#cstake {
  border: none;
  color: var(--bg_color);
  height: 18px;
  padding: 2px 6px 2px 18px;
  display: block;
  float: left;
  width: 60px;
  text-align: right;
}

.nobtn {
  display: block;
  float: left;
  width: 84px;
  height: 22px;
  margin: 6px 8px;
  padding: 0;
  border: 0;
  text-indent: -1000em;
  cursor: pointer;
  background: transparent url(../img/coupon_cancel_btn.png) no-repeat center top;
}
.timerdiv {
  color: #ffffff;
  width: 200px;
  margin: 10px;
  clear: left;
  font-size: 11px;
}

#repeat_last_container {
  background: none repeat scroll 0 0 #ffffff;
  margin: 0 3px;
  padding: 4px;
}
.repeat_last {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 96%;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 2px solid var(--border-main) !important;
  margin-bottom: 6px;
}

.button:hover {
  color: var(--bg_text) !important;
  background: var(--bg_color);
  background: var(--outer_bg) !important;
  background: var(--colorHeader) !important;
}

.repeat_last_txt {
  padding-left: 5px;
}

.ifoot {
  height: 3px;
}

.ctable li.hidden {
  display: none;
}

.loader {
  background-image: url("../img/coupon_loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
  height: 20px;
}

#itable {
  display: none;
}

#itable li,
#cstep1,
#cstep2,
#cstep3,
#cstep3 {
  clear: both;
  display: block;
  line-height: 22px;
}

#cstep1,
#cstep2,
#cstep3,
#cstep4 {
  margin-bottom: 6px;
}

#cstep2 {
  text-align: center;
  white-space: nowrap;
}

#cstep3 {
  text-align: center;
}

.ib_scom {
  display: block;
  background: transparent !important;
  border: 2px solid var(--border-main) !important;
  height: 35px;
}

.ib_scom:hover {
  background: var(--colorHeader) !important;
}

#itable li span {
  float: right;
}

#itable li span:first-child {
  float: left;
}

#iconfirm {
  text-align: center;
  font-weight: 500;
  margin-bottom: 8px;
  background: var(--table_row);
  padding: 10px 0;
  border-radius: 10px;
}

#iconfirm .globet_div {
  padding: 0 10px;
}

#iconfirm .globet_div a.save,
#iconfirm .globet_div a.go {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: transparent;
  border: 2px solid var(--border-main);
  font-size: 14px;
}
#iconfirm div a.save {
  margin-bottom: 5px;
}

#iconfirm .globet_div a i {
  margin-right: 5px;
}

#iconfirm.iconfirm_text {
  border-radius: 0 10px 10px 10px;
}

.cstep .glyphicon {
  line-height: 26px;
  margin: 0 2px;
}

.cstep .glyphicon.glyphicon-floppy-disk {
  line-height: 28px;
}

.ib_scom,
.ib_up,
.ib_dw,
.ib_canc,
.ib_conf,
.ib_repl,
.ib_prev,
.ib_prin,
.wb_conf,
.wb_canc,
.openpanel,
.delcouponconf {
  clear: both;
  float: none;
  text-indent: 0;
}

.ib_scom {
  width: 96%;
  text-align: center;
}

.ib_canc,
.wb_canc,
.ib_conf,
.wb_conf,
.openpanel,
.delcouponconf {
  width: 45.6%;
}
.ib_repl,
.ib_prev,
.ib_prin {
  width: 28.7%;
}

#cstep4 {
  clear: both;
}

.ib_del,
.ib_update {
  background-image: url("../img/coupon_scommetti_btn.png");
  color: #121212;
  display: inline-block;
  float: none;
  height: 22px;
  line-height: 22px;
  text-align: center;
  text-indent: 0;
  width: 90px;
  border-radius: 4px 4px 4px 4px;
}

.ib_del {
  margin: 0 11px 8px 48px;
}
.ib_del:hover,
.ib_update:hover {
  color: #222222;
  background-position: 0 -22px;
}
#couponcontainer {
  margin-bottom: 10px;
}

#couponcontainer .h1header {
  position: relative;
  font-size: 17px;
  text-align: center;
  border-bottom: 2px solid var(--table_header);
  background-color: var(--table_header);
  color: var(--bg_text);
  display: flex;
  justify-content: center;
  align-items: center;
}

#couponcontainer .title {
  display: inline-block;
  margin: 0 5px;
  font-size: 18px;
  font-weight: normal;
}

.cboth {
  background-image: none;
  clear: both;
  height: 0;
}

a.cdel {
  color: var(--bg_text);
  font-size: 13px;
  line-height: 15px !important;
  position: relative;
  right: 0;
  margin: 4px 2px;
  text-align: center;
  width: 20px;
  top: 9px;
  filter: brightness(80%) grayscale(20%);
}
.cdel:hover {
  text-decoration: none;
  color: var(--bg_text);
  text-shadow: 0 0 2px #222, 0 0 4px #222, 0 0 6px #222;
}

#togglescroll::before {
  content: "";
}

a#togglescroll {
  color: var(--bg_text);
  left: 55px;
  line-height: 26px;
  padding: 0 5px;
  position: absolute;
  text-decoration: none;
  top: 9px;
}

.totevents {
  display: inline-block;
  font-size: 17px;
  text-align: right;
  font-weight: 600;
}

.totevents .numbofevents {
  display: none;
}

.totevents span#totNEvents {
  padding: 0px 6px 1px 6px;
  border-radius: 50%;
  width: auto;
  color: var(--table_header_3);
  background: var(--NextEveCol2);
  font-size: 17px;
  margin: 0 1px;
}

.theme1 .totevents span#totNEvents {
  background: var(--textColor4);
}

.totevents span#totNEvents {
  font-size: 14px;
}

.prono_list .cboth {
  clear: both;
}

.scrollable.tabs_coupon {
  width: 277px;
}

.tabs_coupon {
  display: table;
  margin: 8px 0;
  padding: 0 10px;
  margin-bottom: 0;
  width: 100%;
  height: 35px;
}

.tabs_coupon li {
  border-radius: 8px 8px 0 0 !important;
}

#systable ul,
#inttable {
  padding: 5px 15px;
  margin: 0 10px;
  background: var(--table_row);
}
#systable,
#inttable {
  margin-bottom: 8px;
}
#systable ul,
#inttable {
  border-radius: 10px 0 10px 10px;
}
#inttable {
  border-radius: 0 10px 10px 10px;
  padding: 10px;
}

#systable li .row1 {
  display: flex;
  align-items: center;
}

#systable li .row1 span {
  margin-top: 1px;
}

#systable li label {
  font-size: 14px;
  margin: 0px 5px;
}

#systable li input[type="text"] {
  width: 110px;
  padding: 5px;
  box-sizing: border-box;
  margin-left: auto;
  background: transparent;
  border: 2px solid var(--border-main);
  border-radius: 5px;
  color: var(--border-main9);
}

.InsCheck,
.coupon_foot #itable li input {
  appearance: none;
  -webkit-appearance: none;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 1px solid var(--bg_text);
  border-radius: 3px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.InsCheck[type="checkbox"]:checked,
.coupon_foot #itable li input:checked {
  background-color: #94b32a;
  border-color: #94b32a;
}

.InsCheck[type="checkbox"]:focus {
  border: 1px solid #fff;
}

.InsCheck[type="checkbox"]:checked:after,
.coupon_foot #itable li input:checked::after {
  content: "\2714";
  position: relative;
  left: 2px;
  z-index: 4;
  color: #fff;
}

.coupon_foot #itable li input:checked::after {
  bottom: 4px;
  left: 1px;
}
.tabs_coupon li {
  margin: 0 5px;
}

.tabs_coupon a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  font-size: 14px;
  padding: 0 !important;
  line-height: 29.5px;
  font-weight: bold;
  color: var(--table_header_3);
  border-radius: 8px 8px 0 0 !important;
}

.theme1 .tabs_coupon a {
  color: var(--table_header);
}

.tabs_coupon a.current {
  background: var(--table_row);
  padding: 0 6px;
}

ul.tabs_coupon li:nth-last-child(1) {
  border-right: none;
}

ul.tabs_coupon li span.tabs_container {
  height: 100%;
}

.tabs_coupon .glow-line-5 {
  width: 0;
  height: 2px;
  background-color: var(--bg_text);
  border-radius: 5px;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.3s ease-in-out;
}

.tabs_coupon .current ~ .glow-line-5 {
  width: 90%;
  display: none;
}

.tabs_coupon .current ~ .glow-line-5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 100%;
  background-color: var(--bg_text);
  border-radius: 10px;
  opacity: 0.1;
  transition: all 0.3s ease-in-out;
  z-index: -2;
}

.tabs_coupon .current ~ .glow-line-5::before {
  opacity: 1;
}

.tabs_coupon a.disabled,
.tabs_coupon a.disabled:hover {
  cursor: default;
}

.coupon {
  display: block;
  font-size: 0px;
}
.coupon * {
  font-size: 12px;
}

.giocata,
.integrale.giocata {
  background-image: none;
  margin: 0 1px;
  color: var(--textColorWhite);
}

.integrale.giocata {
  clear: both;
  height: auto;
}
.descr {
  clear: both;
  margin-top: 4px;
  padding: 1px 4px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.5px;
  text-align: left;
}
.descr span {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  margin-left: 3px;
}

.descr .quote_date,
.descr .quote_time {
  display: inline-block !important;
  margin-left: 5px;
  color: var(--border-main9);
}

.descr > .cqt_new > a {
  top: 6px;
}
.descr .ccode_new {
  color: var(--textColor3);
  width: 30px;
  text-align: center;
}
.descr .ccode_new .ccode_new_img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 30px;
  position: relative;
}
.descr .ccode_new .ccode_new_img::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 12px;
  background: var(--textColorWhite);
  z-index: -10000;
}
.descr .ccode_new .ccode_new_img svg {
  width: 30px;
  transform: none;
  height: 20px;
  position: static;
  animation: blink 1.5s infinite alternate;
}
@keyframes blink {
  0% {
    filter: brightness(1) saturate(0);
  }
  100% {
    filter: brightness(1) saturate(1);
  }
}

.couponsistema .descr .ccode_new {
  margin-left: 22px;
}
.cevent_new {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 8px;
  margin-left: 5px !important;
  color: var(--bg_text);
}
.cmani_new {
  display: none !important;
}
.cqt_new {
  position: absolute;
  right: 7px;
  top: 0;
}
.cqt_new a {
  color: #e63a00;
}
.cqt_new a:hover {
  text-decoration: none;
  color: #222;
}

.cfissa {
  position: absolute;
  top: 0;
  left: 5px;
}
.cfissa a {
  color: #e63a00;
  top: 5px;
}

.cfissa a.glyphicon-ok-sign:before {
  content: url(/res/Client/img/header_footer/okSignNon.svg) !important;
}
.cfissa a.glyphicon-ok-sign.attiva:before {
  content: url(/res/Client/img/header_footer/okSign.svg) !important;
}

.cfissa a:hover {
  text-decoration: none;
  color: #222;
}
.cfissa a.attiva {
  color: #222;
}

.prono_list {
  clear: both;
}

.giocata.integrale .prono_list {
  background-repeat: repeat-y;
  clear: both;
  height: auto;
}

.prono {
  color: #ffffff;
  display: block;
  height: 20px;
  margin-bottom: 0;
  padding: 0 2px;
}
.prono.changed,
.integrale .prono.changed {
  color: #ff0000 !important;
}
.prono.changed span,
.prono.changed span span,
.integrale .prono.changed span,
.integrale .prono.changed span span {
  color: #ff0000 !important;
}

.prono span.quote_date {
  right: 0;
  font-size: 11px;
  color: var(--border-main9);
}

.prono span.quote_time {
  font-size: 11px;
  position: relative;
  color: var(--border-main9);
}

.integrale .prono {
  display: block;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  white-space: nowrap;
}

.prono a {
  color: #222222;
  display: block;
  height: 18px;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  position: relative;
}
.prono .quote_text {
  float: left;
  max-width: 80%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.prono .quote_text br {
  display: none;
}
.prono .quote_text .class_text {
  margin: 0;
  margin-right: 5px;
  line-height: 15px;
  display: inline-block;
  font-size: 12.5px;
  color: var(--border-main9);
  text-align: left;
}
.prono .quote_text .prono_text {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: var(--bg_text);
}

.integrale .prono .quote_text {
  overflow: hidden;
}
.prono > .quote_amount > .quote_val {
  width: auto;
  min-width: 30px;
  display: block;
  font-size: 13px;
  line-height: 12px;
  font-weight: 600;
  text-align: center;
  float: right;
  bottom: 8px;
  right: 0px;
  color: var(--textColor4);
  background: var(--textColorBg);
  border-radius: 4px;
  padding: 2px 4px;
}

.quote_amount {
  margin-left: auto;
  min-width: 14%;
  height: 100%;
  display: flex;
  align-items: center;
  right: 0;
  bottom: 0;
}

.delpkid {
  color: #999999;
  font-size: 11px !important;
  margin-top: 0px;
  position: absolute;
  display: none;
}
.delpkid:hover {
  color: #cc2200;
}
.giocata.integrale .delpkid {
  display: inline-block;
  position: absolute;
  right: 6px;
}

.system_row {
  display: block;
  font-weight: normal;
  overflow: hidden;
  padding: 8px 0px;
  padding-bottom: 0;
  justify-content: space-between;
  border-radius: 10px;
  font-size: 13px;
}
.system_row span {
  color: var(-bg_text);
}
.upper_row {
  padding: 4px 0px;
  border-radius: 5px;
  padding: 2px 5px;
}
.upper_row a span {
  background-image: url("../img/css_sprite.png");
  background-position: -488px -345px;
  display: block;
  float: right;
  height: 21px;
  margin-right: 0;
  margin-top: 1px;
  overflow: hidden;
  text-align: left;
  text-indent: 500px;
  white-space: nowrap;
  width: 41px;
}
.upper_row a span {
  background-image: url("../img/css_sprite.png");
  background-position: -488px -364px;
}

.upper_row label {
  cursor: pointer;
  display: block;
  float: left;
  height: 20px;
  min-width: 127px;
}
.scomm_numb,
.system_row_quote {
  display: inline-block;
  width: 50%;
  overflow: hidden;
  white-space: nowrap;
}

.system_row_quote {
  text-align: right;
  float: right;
}

.system_row_quote span,
.int_row_quote span,
.scomm_numb span {
  color: var(--textColor3);
  font-weight: bold;
}

.scomm_numb .comb_desc {
  letter-spacing: 0;
  color: #111;
}
.system_row_check {
  float: left;
}

#cstep1 .amountbet_text {
  line-height: 2;
}

#cstep1 span {
  padding-right: 4px;
  padding-left: 2px;
  font-size: 14px;
}

#cstep1 span#aloc {
  display: block;
  padding: 10px 0 !important;
  text-align: center;
  width: 100%;
}

#cstep1 span#aloc #accept_live_odds_change {
  position: relative;
  appearance: none;
  cursor: pointer;
  width: 14px;
  height: 14px;
  border: 1px solid var(--bg_text);
  border-radius: 3px;
  margin-top: 5px;
  margin-left: 5px;
}

#cstep1 span#aloc #accept_live_odds_change:checked {
  background-color: #94b32a;
  border-color: #94b32a;
}

#cstep1 span#aloc #accept_live_odds_change:checked::before {
  content: "✔";
  color: white;
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#cstep1 .amountbet_input_div {
  margin-top: 9px;
  margin-bottom: 5px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

#cstep1 .amountbet_input_div .amountbet_input_btn {
  font-size: 12px;
  background: var(--table_row);
  border-radius: 5px;
  border: 1px solid var(--border-main);
  width: 35px;
  height: 35px;
  padding: 0px;
  padding-top: 1px;
  margin: 0 2.5px;
  transition: 0.3s ease;
}
#cstep1 .amountbet_input_div .amountbet_input_btn:first-of-type {
  margin-left: 0;
}
#cstep1 .amountbet_input_div .amountbet_input_btn:last-of-type {
  margin-right: 0;
}

#cstep1 .amountbet_input_div .amountbet_input_btn:hover {
  background-color: var(--table_sub_header);
}

.theme1 #cstep1 .amountbet_input_div .amountbet_input_btn:hover {
  background-color: var(--border-main2);
}

#cstep1 .amountbet {
  float: right;
  line-height: 25px;
  margin: 0px 1px 9px 0;
  padding-left: 5px;
  position: relative;
  width: 78px;
  font-size: 16px;
}

.lower_row {
  height: auto;
  line-height: 21px;
  margin-top: 5px;
  padding: 4px 2px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.lower_row span.system_win {
  float: right;
  position: relative;
  top: 2px;
  text-align: right;
  padding-left: 5px;
  min-width: 70px;
  margin-bottom: 2px;
}
.lower_row span.system_row_multiplier {
  float: left;
  overflow: hidden;
  padding-right: 0;
  left: 5px;
  position: relative;
  margin-right: 7px;
}
.lower_row span.amount {
  float: right;
}

.system input {
  padding: 2px;
  height: 19px;
}
.system .amountbet,
.system .amounttot {
  position: relative;
  font-size: 16px;
  color: var(--bg_color);
}

.system .amountbet {
  text-align: center;
  padding-left: 2px;
  color: var(--bg_text);
  float: left;
  position: relative;
  top: 1px;
  font-size: 17px;
}
.system .amountbet input,
.system .amounttot input,
#cstake {
  color: var(--bg_text);
  margin-left: 2px;
  border-radius: 5px;
}

.amountbet #cstake {
  height: auto;
  display: inline;
  float: none;
  font-weight: normal;
  padding: 2px;
  padding-bottom: 5px;
  padding-left: 18px;
  position: absolute;
  right: 0;
  width: 78px;
  height: 28px;
  border: 2px solid var(--border-main);
  background: transparent;
  color: var(--border-main9);
}

.system .amountbet input {
  text-align: right;
  position: relative;
  top: -2px;
  width: 65px;
  height: 25px;
  margin-left: 5px;
  background: transparent;
  border: 2px solid var(--border-main);
  font-size: 10px;
}

.system .amounttot {
  float: left;
  width: 65px;
}

#intRows .amounttot {
  float: left;
  margin-left: 145px;
  width: 72px;
}

.system .amounttot input {
  width: 65px;
  top: -1px;
  position: relative;
  text-align: right;
  height: 25px;
  background: transparent;
  border: 2px solid var(--border-main);
  font-size: 10px;
}

.integer_info {
  clear: both;
  font-size: 14px;
  font-weight: 600;
  padding: 3px;
  display: none;
}

.fisse,
.colonne {
  float: right;
}

.fisse span,
.colonne span {
  color: var(--bg_color);
}

#sysRows,
#intRows {
  padding-bottom: 1px;
}

#itable,
#ibtns {
  background-repeat: repeat-x;
  border-radius: 12px;
  color: var(--bg_text);
  padding-top: 0;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 4px;
}
#itable {
  background: var(--table_row);
  display: none;
  margin-top: 0;
  padding: 6px 9px;
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 5px;
  border-radius: 10px;
}
#itable.itable_tab_multi {
  border-radius: 0 10px 10px 10px;
}
#ibtns {
  margin-top: 0;
}

#ibtns #cstep1.cstep .ib_scom,
#ibtns #cstep2.cstep .button,
#ibtns #cstep3.cstep .button,
#ibtns #cstep4.cstep .button {
  background: transparent !important;
  font-weight: 600 !important;
}
#ibtns #cstep1.cstep .ib_scom:hover,
#ibtns #cstep2.cstep .button:hover,
#ibtns #cstep3.cstep .button:hover,
#ibtns #cstep4.cstep .button:hover {
  background: var(--colorHeader) !important;
}

#itable li:last-of-type {
  display: flex;
  align-items: center;
}

#itable #vincita_max {
  clear: both;
  text-align: center;
}

#itable li span:first-child {
  float: left;
  text-align: left;
}

#itable li span {
  display: block;
  float: right;
  padding: 0 5px;
  text-align: right;
  width: auto;
}

#syssummarytable {
  clear: both;
}

.quote_amount.changed {
  background-color: var(--bg_text);
  color: #cc2200;
  padding: 0 4px;
}

.coupLarge #couponcontainer {
  clear: both;
}

.coupLarge #right_column {
  float: right;
  width: 307px;
  padding-right: 5px;
  margin-right: 5px;
  margin-left: 7px;
}

.coupLarge .tabs_coupon li {
  border-radius: 4px 4px 0 0;
  display: table-cell;
  height: 30px;
  line-height: 30px;
  vertical-align: bottom;
  width: 50%;
}

.coupLarge .giocata,
.coupLarge .integrale.giocata {
  clear: both;
  margin: 8px 10px 0px 10px;
  border-radius: 10px;
}

.coupLarge .giocata {
  border: 1px solid var(--border-main);
}

.coupLarge .giocata .descr {
  margin-top: 0;
  background: var(--table_sub_header);
  border-radius: 9px 9px 0 0;
}

.coupLarge .integrale .prono {
  margin: 7px;
  background: var(--table_row);
  border-radius: 5px;
}

.coupLarge .integrale .prono .quote_text {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  max-width: 80%;
}

.coupLarge .cevent_new {
  text-overflow: ellipsis;
  font-size: 13px;
}

#disabled {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
#centercoupon {
  margin: 0 auto;
  width: 300px;
}
#centercoupon #main_content {
  min-height: 0;
  min-width: 0;
  width: 300px;
  position: relative;
  padding-bottom: 90px;
}
#centercoupon #couponcontainer {
  margin-bottom: 14px;
  padding-bottom: 90px;
  position: relative;
  width: 296px;
}
#centercoupon #cstep1 {
  display: none !important;
}

#coupon_checkbox_label {
  color: var(--bg_text);
  float: right;
  height: 26px;
  margin-top: -6px;
}

#checkTichetFieldset {
  float: left;
  margin: 0 0 0 3px !important;
}
#barcode_label {
  float: right;
}
#barcode_label #agency_barcode {
  width: 80px;
}

#coupon_checkbox {
  margin: 11px 0 0;
}
#coupon_logo {
  background: url("../img/logo.png") no-repeat scroll 0 -10px #000000;
  bottom: 0;
  height: 85px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 300px;
}

.right_container .form_container {
  clear: both;
  float: none;
  height: auto;
  padding-bottom: 6px;
}

.right_container .form_container fieldset {
  height: auto;
  width: 295px;
}

.form_container label {
  line-height: 24px;
}

#agenct_option_chead {
  padding-right: 5px;
}

#agency_childStake {
  width: 30px;
  margin-right: 0;
}

#chargePasswordField {
  width: 200px;
  clear: both;
  margin-top: 0;
}
#agency_form label {
  margin-top: 2px;
}

#agency_chargeBtn,
#agency_checkBtn {
  background-color: var(--bg_color);
  border-color: #5f4f0e;
  border-style: solid;
  border-width: 1px;
  color: #222222;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 13px;
  height: 23px;
  margin: 4px auto 0 4px;
  overflow: hidden;
  position: static;
  text-decoration: none;
  text-indent: 0;
  top: 0;
  width: 28px;
}
#agency_checkBtn {
  float: right;
  margin-right: 3px;
  margin-top: 8px;
  width: 60px;
}
#agency_chargeBtn:hover,
#agency_checkBtn:hover {
  background-color: #e2d35d;
  border-color: #5f4f0e;
}
#agency_childPwd {
  width: 101px;
}

#ctable {
  overflow: auto;
}
.fixedcoupon {
  position: fixed;
  top: 5px;
}
#widgetsContainer.fixedwidgets {
  position: fixed;
}
.coupLarge .prono {
  width: auto;
  min-height: 35px;
  height: auto;
  margin: 8px;
  display: flex;
  align-items: center;
  background: var(--table_row);
  border-radius: 8px;
  padding: 5px 8px;
  position: relative;
}

.coupLarge .integrale .prono {
  padding-right: 20px;
}

#cb_box {
  display: block;
  height: 25px;
  left: 120px;
  position: absolute;
  top: 2px;
  width: 50px;
  z-index: 1;
}

#cb_box:hover a {
  transform: rotateY(720deg);
}

#cb_box a {
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("../img/coronabet.png");
  transition-duration: 2s;
  transition-property: transform;
}

#togglescroll {
  background-image: url("../img/switchOnOff.png");
  display: block;
  height: 14px;
  overflow: hidden;
  width: 15px;
}

#togglescroll.disabled {
  background-position: 0 -14px;
}

#togglescroll.enabled {
  background-position: 0 0;
}

#systable li {
  margin: 0;
}

#systable .row2 {
  text-align: center;
  font-size: 13px;
  margin-top: 5px;
}

#systable .row2 div {
  display: inline-flex;
  flex-wrap: wrap;
  width: 50%;
  justify-content: center;
}

#systable .row2 div span {
  font-size: 11.5px;
}

#systable .row2 div .wincomb {
  color: var(--textColor);
  margin-left: 3px;
}

#iconfirm a.button i {
  line-height: 22px;
}

.maxwinallowed {
  color: #dd2200;
}

.quote_desc {
  display: none !important;
}

@media (min-width: 991px) {
  .mobileSidebar#couponcontainer {
    max-width: 303px !important;
    border: 2px solid var(--border-main) !important;
    height: auto;
    background: transparent;
  }

  .h1header {
    height: 40px !important;
  }

  .title,
  .totevents {
    text-align: center !important;
    bottom: 0;
  }
  .totevents {
    right: 10% !important;
  }
  #trashCan {
    height: 15px !important;
  }
  ul.coupon > li {
    min-height: 74px !important;
    height: auto !important;
    color: var(-bg_text) !important;
  }

  #systable > ul > li > div > input:last-of-type {
    width: 88px !important;
    height: 30px !important;
    float: right !important;
    background: transparent !important;
    color: var(-bg_text) !important;
  }
  #systable > ul > li {
    height: auto !important;
    min-height: 20px !important;
    max-height: 75px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-bottom: 1px solid var(--border-main);
  }
  #systable > ul > li:last-of-type {
    border-bottom: none;
  }
  #systable > ul > li > div > input:first-of-type {
    margin-right: 5px !important;
  }
  #ibtns > #cstep1 > a {
    background: var(--icons_colore) !important;
    color: #00132d !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 19.5px !important;
    display: inline-grid !important;
    width: 100% !important;
    text-align: center !important;
    align-items: center !important;
    margin: auto !important;
    height: 35px !important;
  }

  #ibtns > #cstep2 > a,
  #ibtns > #cstep3 > a,
  #ibtns > #cstep4 > a {
    line-height: 19.5px !important;
    height: 35px !important;
    text-align: center !important;
    font-size: 14px !important;
    width: 49% !important; /* changed lollo */
    display: inline-block !important;
    border: 2px solid var(--border-main) !important;
  }

  #ibtns > #cstep3 > a.ib_prev {
    width: 100% !important;
    margin-top: 6px;
  }

  #ibtns > #cstep3 > a.ib_prin {
    width: 100% !important;
    margin-top: 6px;
  }

  #ibtns > #cstep2 > a > span,
  #ibtns > #cstep3 > a > span,
  #ibtns > #cstep4 > a > span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
  }
  #ibtns > #cstep2 > a > span:first-of-type {
    margin-right: 5px;
  }

  #ibtns > #cstep1 > a:hover {
    color: #ffffff !important;
  }
}

@media (min-width: 992px) {
  .h1header {
    border-radius: 10px 10px 0px 0px !important;
  }
  .mobileSidebar#couponcontainer {
    border-radius: 12px !important;
  }
}

/* mobile coupon */
@media (max-width: 991px) {
  .prono .quote_text {
    width: 68% !important ;
  }
  .prono > .quote_amount > .quote_val {
    right: 30px !important;
  }
  .title,
  .totevents {
    text-align: center !important;
  }
  .title {
    left: 0px !important;
    padding-left: 50px !important;
  }
  .totevents {
    right: 0px !important;
    padding-right: 50px !important;
  }
  #trashCan {
    height: 15px !important;
  }
  ul.coupon > li {
    min-height: 74px !important;
    height: auto !important;
    color: #ffffff !important;
  }
  .is_scrolling .scrollable {
    max-height: 370px !important;
  }
  #systable > ul > li > div > input:last-of-type {
    width: 88px !important;
    height: 25px !important;
    float: right !important;
    background: transparent !important;
    color: #ffffff !important;
  }
  #systable > ul > li {
    height: auto !important;
    min-height: 20px !important;
  }
  #systable > ul > li > div > input:first-of-type {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  #ibtns > #cstep1 > a {
    color: #00132d !important;
    font-size: 16px !important;
    line-height: 19.5px !important;
    display: inline-grid !important;
    width: 100% !important;
    text-align: center !important;
    align-items: center !important;
    margin: auto !important;
    height: 35px !important;
  }
  #right_column .divFixed.nanocontentPosition {
    overflow-y: scroll;
    height: calc(100vh - var(--navbar-height) - var(--section-height));
    max-width: 303px;
    width: 303px;
    top: 0;
    right: 0;
    position: absolute;
  }
  #right_column .divFixed.nanocontentPosition.opened_coupon {
    z-index: 999;
    background: var(--bg_color) !important;
    padding-bottom: calc(var(--footer-height) + 16px);
  }
  .ios #right_column .divFixed.nanocontentPosition.opened_coupon {
    padding-bottom: calc(var(--footer-height) + 42px);
  }
  #right_column .divFixed.nanocontentPosition::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 991px) and (min-width: 991px) {
  #couponcontainer .scrollable {
    max-height: 350px !important;
    overflow-y: auto;
  }
  .lower_row span.system_win {
    min-width: 70px;
  }
  #right_column .divFixed.nanocontentPosition {
    padding-bottom: 30px;
  }
}

@media (max-width: 990px) {
  #right_column .divFixed.nanocontentPosition {
    display: none;
  }
  #right_column .divFixed.nanocontentPosition.opened_coupon {
    display: block;
    width: 100%;
    max-width: 100%;
    height: calc(100vh - var(--navbar-height) - var(--footer-height));
  }
  #couponcontainer {
    overflow: visible;
  }
  .mobileSidebar#couponcontainer {
    border: 2px solid var(--border-main) !important;
    border-radius: 12px !important;
  }
  #couponcontainer::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  #couponcontainer::-webkit-scrollbar-track {
    border-radius: 10px;
  }
  #couponcontainer::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--table_header);
  }
  #couponcontainer.is_scrolling {
    padding-bottom: 0;
  }
  .theme1 #couponcontainer.mobileSidebar {
    border-top: none !important;
  }
  #couponcontainer .h1header {
    border-radius: 10px 10px 0 0 !important;
  }
  .h1header {
    height: 40px !important;
  }
  .scrollable ul.coupon {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 7px;
  }
  ul.coupon > li {
    width: 48.9%;
    margin: 0.8% 0.5% 0px !important;
  }
  #cstep1 {
    text-align: center;
  }
  #cstep1 .amountbet_input_div {
    margin-top: 13px;
  }
  #cstep1 .amountbet_input_div .amountbet_input_btn {
    width: 16.3%;
  }
  #cstep1 .amountbet {
    float: none;
  }
  #cstep1 .amountbet .amountbet_euro {
    position: absolute;
    left: 15px;
  }
  .amountbet #cstake {
    position: static;
    width: 15%;
    font-size: 16px;
  }
  #ibtns > #cstep1 > a {
    margin-top: 5px !important;
  }
  #ibtns > #cstep2 > a {
    width: 100% !important;
    display: inline-block !important;
    border: 2px solid var(--border-main) !important;
    margin-bottom: 6px;
  }
  #cstep2 {
    white-space: normal;
    margin-bottom: 0;
  }
  #systable > ul > li {
    border-bottom: 1px solid #ffffff0f;
    padding: 5px 0;
  }
  #systable .row2 {
    margin-top: 0;
  }
  #systable > ul > li:last-of-type {
    border: none;
  }
  #inttable {
    padding: 10px;
  }
  .quote_amount {
    justify-content: end;
  }
  .upper_row,
  .lower_row {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lower_row {
    margin-top: 4px;
  }
  .scomm_numb,
  .system_row_quote {
    width: 20%;
    text-align: left;
    float: none;
  }
  .system .amountbet {
    width: 20%;
    display: flex;
    align-items: center;
  }
  .system .amounttot {
    width: 15%;
  }
  .system .amounttot input {
    width: 95%;
  }
  .system .amountbet input {
    width: 80%;
    top: 0;
  }
  .lower_row span.system_win {
    min-width: 10%;
    text-align: left;
  }
  .theme1 .tabs_coupon a {
    color: var(--textColor7);
  }
}

@media (max-width: 600px) {
  .scrollable ul.coupon {
    flex-wrap: wrap;
  }
  ul.coupon > li {
    width: 100%;
  }
  #cstep1 .amountbet {
    padding-right: 0;
    margin-right: 0;
  }
  .scomm_numb,
  .system_row_quote {
    width: 30%;
  }
  .amountbet #cstake {
    width: 23%;
  }
  .system .amountbet {
    width: 30%;
  }
  .system .amounttot {
    width: 25%;
  }
  .lower_row span.system_win {
    width: 20%;
    text-align: center;
  }
  .upper_row,
  .lower_row {
    justify-content: start;
  }
}

.ib_repl {
  display: none !important;
}