/* autocomplete component styling */

.bodyMain {
  margin: 0;
  background-color: #1b1e25;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
}
ul,
ul li {
  list-style: none;
}
.bodyMain:hover {
  cursor: default;
}

a:focus {
  outline: 0;
}

.bannerHome {
  background-color: #1b1e25;
}

.divMainHome {
  width: 1024px;
  margin: 0 auto;
  top: 97px;
}

#divMain {
  width: 1024px;
  margin: 0 auto;
  background: #061005;
  background: -moz-linear-gradient(top, #061005 0, #171717 11%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #061005),
    color-stop(11%, #171717)
  );
  background: -webkit-linear-gradient(top, #061005 0, #171717 11%);
  background: -o-linear-gradient(top, #061005 0, #171717 11%);
  background: -ms-linear-gradient(top, #061005 0, #171717 11%);
  background: linear-gradient(to bottom, #061005 0, #171717 11%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#061005', endColorstr='#171717', GradientType=0);
}

.topMenu {
  position: relative;
  width: 1024px;
  min-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.bodyMain #MainContent {
  min-height: 700px;
}

.bodyMain #divContent {
  min-height: 700px;
  position: relative;
  background-color: #1b1e25;
}

.bodyMain.pagerender #MainContent {
  background-color: #fff;
  color: #42464c;
  min-height: 700px;
}

.bodyMain.content #divContent {
  background-color: #fff;
  color: #000;
  padding: 10px;
  margin-top: 5px;
  min-height: 700px;
}

.bodyMain.content #divContent h3 {
  margin: -10px -10px 10px -10px;
  padding: 0 10px;
  line-height: 29px;
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  text-transform: capitalize;
  text-align: left;
  background-color: #303030;
}

.bodyMain.guest #divContent {
  background-color: #fff;
  color: #000;
  padding: 10px;
  margin-top: 5px;
  min-height: 700px;
}

.bodyMain.guest #divContent h3 {
  margin: -10px -10px 10px -10px;
  padding: 0 10px;
  line-height: 29px;
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  text-transform: capitalize;
  text-align: left;
  background-color: #303030;
}

.bodyMain.homepagelogged_master {
  overflow-x: hidden;
}

.account_master.agenti .divMainHome,
.account_master.agenttransactionlist .divMainHome,
.account_master.betlist .divMainHome,
.account_master.betlistcashier .divMainHome,
.account_master.betlisthistory .divMainHome,
.account_master.betlistpayed .divMainHome,
.account_master.betlistpayedhistory .divMainHome,
.account_master.bonustransactionlist .divMainHome,
.account_master.invoiceslist .divMainHome,
.account_master.retetransactionlist .divMainHome,
.account_master.transactionlist .divMainHome,
.account_master.transactionlisthistory .divMainHome,
.account_master.utenti .divMainHome {
  width: auto;
}

.account_master.agenti #divMain,
.account_master.agenti #tblMainContent,
.account_master.agenttransactionlist #divMain,
.account_master.agenttransactionlist #tblMainContent,
.account_master.betlist #divMain,
.account_master.betlist #tblMainContent,
.account_master.betlistcashier #divMain,
.account_master.betlistcashier #tblMainContent,
.account_master.betlisthistory #divMain,
.account_master.betlisthistory #tblMainContent,
.account_master.betlistpayed #divMain,
.account_master.betlistpayed #tblMainContent,
.account_master.betlistpayedhistory #divMain,
.account_master.betlistpayedhistory #tblMainContent,
.account_master.bonustransactionlist #divMain,
.account_master.bonustransactionlist #tblMainContent,
.account_master.invoiceslist #divMain,
.account_master.invoiceslist #tblMainContent,
.account_master.retetransactionlist #divMain,
.account_master.retetransactionlist #tblMainContent,
.account_master.transactionlist #divMain,
.account_master.transactionlist #tblMainContent,
.account_master.transactionlisthistory #divMain,
.account_master.transactionlisthistory #tblMainContent,
.account_master.utenti #divMain,
.account_master.utenti #tblMainContent {
  width: 100%;
}

.account_master.promocodelist .promocodes {
  min-height: 543px;
  position: relative;
}

.account_master.promocodelist .promocodes .header {
  background: #313031;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 10px;
  font-weight: 700;
}

.account_master.promocodelist .promocodes .code {
  width: 75%;
  height: 24px;
  border: 1px solid #ddd;
  background: #eee;
  border-radius: 3px;
  padding-right: 10px;
  box-shadow: inset 0 0 0 2px #fff;
  padding-left: 5px;
}

.account_master.promocodelist .promocodes .copy {
  height: 28px;
  padding-left: 28px;
  background-image: url(../img/icons/btn_copy.png);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 5px center;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-left: -5px;
}

.account_master.promocodelist .promocodes .dgStyle {
  margin: 10px 0;
}

.account_master.promocodelist .promocodes .dgHdrStyle {
  visibility: collapse;
}

.account_master.promocodelist .promocodes .dgAItemStyle,
.account_master.promocodelist .promocodes .dgItemStyle {
  background-color: #fff;
}

.account_master.promocodelist .promocodes .dgAItemStyle td,
.account_master.promocodelist .promocodes .dgItemStyle td {
  padding: 4px 10%;
}

.account_master.promocodelist .promocodes .dgPagerStyle {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.account_master.promocodelist .promocodes .label {
  display: block;
  text-align: left;
  padding: 8px 10%;
}

.account_master.promocodelist .promocodes .label.bold {
  font-weight: 700;
}

.button,
.buttonAccept,
.buttonCF,
.buttonCFRollIn,
.buttonCancel {
  border-bottom: none;
  border-left: none;
  border-right: none;
  background: #252525;
  background: -moz-linear-gradient(180deg, #7d7d7d 0, #252525);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(26%, #233832),
    color-stop(100%, #233832)
  );
  background: -webkit-linear-gradient(180deg, #7d7d7d 0, #252525);
  background: -o-linear-gradient(180deg, #7d7d7d 0, #252525);
  background: -ms-linear-gradient(180deg, #7d7d7d 0, #252525);
  background: linear-gradient(180deg, #7d7d7d 0, #252525);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#233832', endColorstr='#233832', GradientType=0);
  color: #fff;
  font-weight: 700;
  padding: 2px 10px;
  font-size: 12px;
  margin: 0 2px 0 2px;
  cursor: pointer;
  line-height: 20px;
}

.history .button {
  background: #ca0826;
  border-top: 1px solid #ca0826;
}

.buttonCF,
.buttonCFRollIn {
  padding: 0;
  font-size: 12px;
  width: 70px;
  border-top: 1px solid #d95858;
  cursor: pointer;
  background: #010914;
  background: -moz-linear-gradient(top, #010914 26%, #1a212b 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(26%, #010914),
    color-stop(100%, #1a212b)
  );
  background: -webkit-linear-gradient(top, #010914 26%, #1a212b 100%);
  background: -o-linear-gradient(top, #010914 26%, #1a212b 100%);
  background: -ms-linear-gradient(top, #010914 26%, #1a212b 100%);
  background: linear-gradient(to bottom, #010914 26%, #1a212b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#010914', endColorstr='#1a212b', GradientType=0);
}

.buttonCFRollIn {
  color: #fff;
}

.buttonAccept {
  background-image: url(../img/btn_lnk_bg_green.gif);
  background-position: left center;
  padding: 0 5px 0 5px;
  height: 18px;
  line-height: 14px;
  display: block;
  color: #fff;
}

.buttonCancel {
  background-image: url(../img/btn_lnk_bg_red.gif);
  padding: 0 5px 0 5px;
  background-position: left center;
  height: 18px;
  line-height: 14px;
  color: #fff;
  display: block;
}

.clear {
  clear: both;
  height: 0;
  font-size: 0;
}

.spacer9 {
  height: 9px;
}
.menuAccount {
  width: 220px;
  min-width: 220px;
}
.accountMainContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.spacer5 {
  height: 5px;
}

.spacer3 {
  height: 3px;
}

.NormalPageContent {
  padding: 5px;
  color: #000;
  background-color: #fff;
}

.NormalPageContent H3 {
  margin: -10px -10px 10px -10px;
  padding: 0 10px;
  line-height: 29px;
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  text-transform: capitalize;
  text-align: left;
  background-color: #303030;
}

.NormalPageContent H4 {
  font-size: 17px;
}

.NormalPageContent H5 {
  font-size: 13px;
}

.TextBox,
.dropdown,
.textbox {
  font-size: 11px;
}

.cellaDx .dropdown {
  margin: 0;
  padding: 0;
}

.imgError {
  margin: 0 2px 0 2px;
}

.divMainCF {
  position: relative;
  font-size: 0;
}

.homeShop {
  display: inline-block;
  width: 810px;
  margin: 0 auto;
  padding-left: 12px;
  vertical-align: top;
}

.homeShop .bottoni {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 12px;
  width: 100%;
  margin-block: 20px;
}

.homeShop .bottoni a {
  position: relative;
  display: inline-block;
  width: 107px;
  height: 107px;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 0 0 7px;
  background-repeat: no-repeat;
  text-decoration: none;
  background-position: 50% 25%;
  text-align: center;
  cursor: pointer;
}

.homeShop .bottoni a:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 7px;
  color: #000;
  font-weight: 700;
  font-size: 12px;
}

.homeShop .bottoni a.printOdds {
  background-image: url(../img/bottone-stampante.png);
  margin-bottom: 5px;
}

.homeShop .bottoni a.printOdds:before {
  content: 'Combo Print';
  text-transform: uppercase;
}
.homeShop .goldenRace {
  background-image: url(../img/goldenRace.png);
  background-size: 72px;
  margin-bottom: 5px;
}
.homeShop .bottoni a.goldenRace:before {
  content: 'Golden Race';
  text-transform: uppercase;
}

.homeShop .bottoni a.printSoccer {
  background-image: url(../img/bottone-calcio.png);
  margin-bottom: 5px;
}

.homeShop .bottoni a.printSoccer:before {
  content: 'Soccer Print';
  text-transform: uppercase;
}

.homeShop .bottoni a.printSoccerSpecials {
  background-image: url(../img/print-specials-soccer.png);
  margin-bottom: 5px;
}

.homeShop .bottoni a.printSoccerSpecials:before {
  content: 'Specials Print';
  text-transform: uppercase;
}

.homeShop .bottoni a.printToday {
  background-image: url(../img/bottone-today.png);
  margin-bottom: 5px;
}

.homeShop .bottoni a.printToday:before {
  content: "Today's Print";
  text-transform: uppercase;
}

.homeShop .bottoni a.bookBet {
  background-image: url(../img/bottone-betlist.png);
  margin-bottom: 5px;
}

.homeShop .bottoni a.bookBet:before {
  content: 'Book a Bet';
  text-transform: uppercase;
}

.homeShop .bottoni a.admin {
  background-image: url(../img/bottone-admin.png);
  margin-bottom: 5px;
}

.homeShop .bottoni a.admin:before {
  content: 'Report';
  text-transform: uppercase;
}

.homeShop .bottoni a.aml {
  background-image: url(../img/bottone-aml.png);
  margin-right: 0;
  margin-bottom: 5px;
}

.homeShop .bottoni a.aml:before {
  content: 'AML';
  text-transform: uppercase;
}

.homeShop .bottoni a.bonuses {
  background-image: url(../img/bottone-bonuses.png);
  margin-right: 0;
  margin-bottom: 5px;
}

.homeShop .bottoni a.bonuses:before {
  content: 'Bonuses';
  text-transform: uppercase;
}

.homeShop .bottoni a.liveviewer {
  background-image: url(../img/bottone-live-viewer.png);
  margin-right: 0;
  margin-bottom: 5px;
  background-size: 72px 62px;
}

.homeShop .bottoni a.liveviewer:before {
  content: 'LIVE VIEWER';
  text-transform: uppercase;
}

.homeShop .bottoni a.live-scores {
  background-image: url(../img/bottone-livescores.png);
  margin-right: 0;
  margin-bottom: 5px;
  background-size: 45px 62px;
}

.homeShop .bottoni a.live-scores:before {
  content: 'LIVE SCORES';
  text-transform: uppercase;
}

.homeShop .bottoni a.zoroplay-v {
  background-image: url(../img/bottone-zoroplay.png);
  margin-right: 0;
  margin-bottom: 5px;
  background-size: 62px 62px;
}

.homeShop .bottoni a.zoroplay-v:before {
  content: 'ZOROPLAY';
  text-transform: uppercase;
  font-size: 12px;
}

.homeShop .bottoni a.luckyballs {
  background-image: url(../img/bottone-luckyballs.png);
  margin-right: 0;
  margin-bottom: 5px;
  background-size: 89px 62px;
}

.homeShop .bottoni a.luckyballs:before {
  content: 'LUCKYBALLS VIEWER';
  text-transform: uppercase;
}

.homeShop .bottoni a.adduser {
  background-image: url(../img/bottone-add-user.png);
  margin-right: 0;
  margin-bottom: 5px;
  background-size: 89px 62px;
}

.homeShop .bottoni a.adduser:before {
  content: 'NEW USER';
  text-transform: uppercase;
}
.homeShop .bottoni a.addcash {
  background-image: url(../img/bottone-add-user.png);
  margin-right: 0;
  margin-bottom: 5px;
  background-size: 89px 62px;
}

.homeShop .bottoni a.addcash:before {
  content: 'NEW CASHIER';
  text-transform: uppercase;
}

.homeShop .bottoni a.online-deposit {
  background-image: url(../img/bottone-online-deposit.png);
  margin-right: 0;
  margin-bottom: 5px;
  background-size: 89px 62px;
}

.homeShop .bottoni a.depositToOnline {
  background-image: url(../img/onlineDepositIcon.png);
  margin-right: 0;
  margin-bottom: 5px;
  background-size: 89px 62px;
}

.homeShop .bottoni a.depositToOnline:before {
  content: 'Deposit Online';
  text-transform: uppercase;
  font-size: 11px;
}

.homeShop .bottoni a.transfer {
  background-image: url(../img/bottone-online-deposit.png);
  margin-right: 0;
  margin-bottom: 5px;
  background-size: 89px 62px;
}
.homeShop .bottoni a.transfer:before {
  content: 'TRANSFER FUNDS';
  text-transform: uppercase;
  font-size: 11px;
}
.homeShop .bottoni a.online-deposit:before {
  content: 'PLAYER DEPOSIT';
  text-transform: uppercase;
}

.homeShop .bottoni a.SimulateGames {
  background-image: url(../img/bottone-simulategames.png);
  margin-bottom: 5px;
}

.homeShop .bottoni a.SimulateGames:before {
  content: 'Simulate Games';
  text-transform: uppercase;
}

.homeShop .bottoni a.casino {
  background-image: url(../img/bottone-casino-icon-8.jpeg);
  margin-right: 0;
  margin-bottom: 5px;
  background-size: 62px 62px;
}

.homeShop .bottoni a.casino:before {
  content: 'CASINO';
  text-transform: uppercase;
}

.homeShop .bottoni a.GoldenLottoShop {
  background-image: url(../img/bottone-goldenlottoshop.png);
  margin-right: 0;
  margin-bottom: 5px;
}

.homeShop .bottoni a.GoldenLottoShop:before {
  content: 'CASINO';
  text-transform: uppercase;
}

.homeShop .bottoni a.live-casino {
  background-image: url(../img/bottone-live-casino.png);
  margin-right: 0;
  margin-bottom: 5px;
  background-size: 62px 62px;
}

.homeShop .bottoni a.live-casino:before {
  content: 'LIVE CASINO';
  text-transform: uppercase;
}

.homeShop .bottoni a.new:after {
  content: 'NEW';
  position: absolute;
  left: 0;
  padding: 0 7px 0 5px;
  line-height: 16px;
  font-size: 9px;
  font-weight: 700;
  color: #fff;
  background-color: #e31515;
  border-bottom-right-radius: 5px;
}

.homeShop .bottoni a.newOrange:after {
  content: 'NEW';
  position: absolute;
  left: 0;
  padding: 0 43px 0 43px;
  line-height: 16px;
  font-size: 9px;
  font-weight: 700;
  color: #fff;
  background-color: orange;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.homeShop .bottoni a.notification.n0:after {
  content: '0';
  color: #e31515;
}

.homeShop .bottoni a.notification.n1:after {
  content: '1';
}

.homeShop .bottoni a.notification.n2:after {
  content: '2';
}

.homeShop .bottoni a.notification.n3:after {
  content: '3';
}

.homeShop .bottoni a.notification.n4:after {
  content: '4';
}

.homeShop .bottoni a.notification.n5:after {
  content: '5';
}

.homeShop .bottoni a.notification.n5p:after {
  content: '5+';
}

.homeShop .bottoni a.notification:after {
  position: absolute;
  left: 0;
  padding: 0 7px 0 5px;
  line-height: 16px;
  font-size: 9px;
  font-weight: 700;
  color: #fff;
  background-color: #e31515;
  border-bottom-right-radius: 5px;
}

.homeShop .bottoni a:hover {
  box-shadow: inset 0 0 5px rgba(151, 94, 1, 0.9);
}

.homeShop .bottoni button {
  position: relative;
  display: inline-block;
  width: 107px;
  height: 107px;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 0 0 7px;
  background-repeat: no-repeat;
  text-decoration: none;
  background-position: 50% 25%;
  text-align: center;
}

.homeShop .bottoni button:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 7px;
  color: #000;
  font-weight: 700;
  font-size: 12px;
}

.homeShop .bottoni button.SimulateGames {
  background-image: url(../img/bottone-stampante.png);
  margin-bottom: 5px;
}

.homeShop .bottoni button.SimulateGames:before {
  content: 'Simulate Games';
  text-transform: uppercase;
}

.homeShop .bottoni .ctrl_AMLNotifications {
  display: inline;
}

.homeShop .bottoni .box.Diff {
  position: relative;
  display: inline-block;
  width: 560px;
  margin: 10px 100px 0 100px;
  padding: 7px 0 0 0;
  vertical-align: top;
  font-size: 30px;
  text-align: right;
  background-color: #fff;
  color: #000;
  border-radius: 5px;
}

.homeShop .bottoni .box.Diff > DIV {
  padding: 0 10px;
}

.homeShop .bottoni .box.Diff h3 {
  display: block;
  margin: 0;
  line-height: 17px;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}

.homeShop .bottoni .box.Diff label.email,
.homeShop .bottoni .box.Diff label.name,
.homeShop .bottoni .box.Diff label.phone,
.homeShop .bottoni .box.Diff label.surname {
  float: right;
  padding-left: 4px;
  font-size: 12px;
  line-height: 16px;
}

.homeShop .bottoni .box.Diff label.surname {
  clear: left;
}

.homeShop .bottoni .box.Diff label.email {
  clear: right;
  max-width: calc(70% - 4px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.homeShop .bottoni .box.Diff label.email:before {
  content: '-';
  padding-right: 5px;
}

.homeShop .bottoni .box.Diff label.phone {
  padding: 0;
  max-width: 30%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.homeShop .bottoni .box.Diff .values {
  border-bottom: 4px solid #171717;
  line-height: 34px;
}

.homeShop .bottoni .box.Diff .agentdata {
  padding-top: 5px;
}

.homeShop .boxInserimento {
  overflow: hidden;
}

.homeShop .boxInserimento a {
  text-decoration: none;
  font-size: medium;
  color: #1d6b2f;
}

.homeShop .boxInserimento a:hover {
  color: #1d6b2f;
}

.homeShop .boxInserimento > div {
  float: left;
  width: 390px;
  vertical-align: top;
}

.homeShop .boxInserimento > div.login {
  font-size: large;
  margin-right: 10px;
}

.homeShop .boxInserimento > div.login .pnlLogged {
  background-color: #fff;
  padding: 15px;
  height: 160px;
}

.homeShop .boxInserimento > div.login .pnlLogged input[type='text'],
.homeShop .boxInserimento > div.login .pnlLogged input[type='password'],
.homeShop .boxInserimento > div.login .pnlLogged select {
  width: 358px;
  height: 30px;
  line-height: 30px;
  font-size: large;
  border: 1px solid #a5a5a5;
  border-radius: 5px;
  text-indent: 5px;
}

.homeShop .boxInserimento > div.login .pnlLogged input[type='text'].req,
.homeShop .boxInserimento > div.login .pnlLogged input[type='password'].req {
  border: 1px solid #c00d1b;
}

.homeShop .boxInserimento > div.login .pnlLogged .RegTxtBrch {
  float: none;
  position: absolute;
  top: 0px;
  width: 100%;
}

.homeShop .boxInserimento > div.login .pnlLogged .RegTxtUsr {
  float: none;
  position: absolute;
  top: 0;
}

.homeShop .boxInserimento > div.login .pnlLogged .RegTxtUsr .fieldLabel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: left;
  color: #6e967a;
  font-size: 14px;
  line-height: 30px;
  text-indent: 10px;
}

.homeShop .boxInserimento > div.check {
  margin-left: 10px;
}
.timepicker {
  margin-left: 35px;
}
.timepicker-info-digits.active {
  color: #1d6b2f !important;
}

.homeShop .boxInserimento > div.check input[type='text'] {
  width: 315px;
  height: 30px;
  line-height: 30px;
  font-size: large;
  border: 1px solid #a5a5a5;
  border-radius: 5px;
  text-indent: 5px;
  position: relative;
  z-index: 1;
}

.homeShop .boxInserimento > div.check .check-coupon a {
  font-size: large;
  color: #fff;
}

.homeShop .boxInserimento > div.check .check-coupon input[type='text'] {
  position: absolute;
  bottom: 11px;
}

.homeShop .boxInserimento > div.check .check-coupon .SXTitle {
  width: auto;
  font-size: large;
  position: relative;
  color: #fff;
  font-weight: 700;
  padding-left: 10px;
  background-color: #141414;
  line-height: 29px;
  height: 29px;
  margin-top: 1px;
}

.homeShop .boxInserimento > div.check .check-coupon .SXTitle:before {
  background-image: url(../img/icon-couponcheck1.png);
  background-repeat: no-repeat;
  position: absolute;
  right: -2px;
  top: 3px;
  content: '';
  width: 30px;
  height: 30px;
}

.homeShop .boxInserimento > div.check .check-coupon .divCouponCheck .CheckCpnTxt {
  color: #233832;
  font-size: medium;
  padding: 10px 10px 5px 10px;
}

.homeShop .boxInserimento > div.check .check-coupon .divCouponCheck .btnCheckCoupon {
  position: absolute;
  bottom: 11px;
  right: 12px;
  z-index: 0;
  display: inline-block;
  background: #233832;
  border-radius: 5px;
  height: 34px;
  width: 60px;
}

.homeShop .boxInserimento > div.check .check-coupon .divCouponCheck .btnCheckCoupon:after {
  content: '';
  position: absolute;
  left: 28px;
  top: 9px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 15px solid #fff;
}

.homeShop .boxInserimento > div.check .check-coupon .divCouponCheck .btnCheckCoupon:hover {
  background-image: none;
  background-color: #233832;
}

.homeShop .boxInserimento > div.check .check-search .SXCercaContent {
  height: 78px;
  margin: 0;
}

.homeShop .boxInserimento > div.check .check-search .SXCercaContent .TxtCerca {
  margin: 26px 0 0 10px;
  padding: 1px 0 1px 0;
}

.homeShop .boxInserimento > div.check .check-search .SXCercaContent .BtnCerca {
  position: absolute;
  bottom: 18px;
  right: 12px;
  z-index: 0;
  display: inline-block;
  background: #233832;
  height: 34px;
  width: 60px;
  border-radius: 5px;
}

.homeShop .boxInserimento > div.check .check-search .SXCercaContent .BtnCerca:after {
  content: '';
  position: absolute;
  left: 28px;
  top: 9px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 15px solid #fff;
}

.homeShop .boxInserimento > div.check .check-search .SXCercaContent .BtnCerca:hover {
  background-image: none;
  background-color: #233832;
}

.homeShop .boxInserimento > div.check .check-search .Title {
  font-size: large;
  position: relative;
  color: #fff;
  font-weight: 700;
  padding-left: 10px;
  background-color: #333;
  line-height: 29px;
  height: 29px;
  margin-top: 1px;
}

.homeShop .boxInserimento > div.check .check-search .Title:before {
  content: '';
  position: absolute;
  right: -8px;
  top: 4px;
  width: 30px;
  height: 30px;
  background-image: url(../img/icon-oddssearch1.png);
  background-repeat: no-repeat;
}

.homeShop.logged .check {
  width: auto;
  margin-left: 0 !important;
  margin-bottom: 15px;
}

.homeShop.logged .check > div {
  float: left;
  width: 390px;
  margin: 0 5px;
}

.homeShop.logged .check > div .SXCercaContent {
  height: 78px !important;
}

.homeShop.logged .check > div .SXCercaContent .TxtCerca {
  margin-top: 32px !important;
}

.homeShop.logged .check > div .SXCercaContent .BtnCerca {
  bottom: 12px !important;
}

.homeShop.logged .check .check-coupon .divCouponCheck {
  margin-bottom: 0 !important;
}

.homeShop.logged .Cnt {
  margin: 0;
}

.homeShop.logged #MainContent {
  min-height: 0;
}

.homeShop.logged .bottoni a.bookBet:before {
  content: 'Bet';
}

.Anonymous .loggedMenu {
  display: none;
}

.Anonymous .homeShop {
  display: block;
  padding: 0;
}

.Anonymous .homeShop .bottoni a {
  margin: auto 26px;
  margin-top: 5px;
}

#tblMainContent {
  width: 1024px;
  clear: both;
  position: relative;
}

#tblMainContent .tdSX {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  vertical-align: top;
}

#tblMainContent .tdSXOdds {
  width: 26px;
}

#tblMainContent .tdCN {
  vertical-align: top;
  width: 603px;
}

#tblMainContent .tdCN #MainContent {
  margin-top: 0;
  background-color: #fff;
}

#tblMainContent .tdCNMax {
  vertical-align: top;
  height: 500px;
  padding: 0 6px 0 6px;
}

#tblMainContent .tdCNLive {
  width: 730px;
  vertical-align: top;
  padding: 0;
}

#tblMainContent .tdCNOdds {
  width: 712px;
  vertical-align: top;
  height: auto;
}

#tblMainContent .tdDX {
  width: 216px;
  vertical-align: top;
  float: right;
  margin-right: 10px;
}

#tblMainContent .tdCN_DX {
  vertical-align: top;
}

#tblMainContent .tdCN_DX .Riquadro {
  background-color: #fff;
}

.divDXUnderCoupon {
  padding: 0 8px 0 8px;
}

#tblMainLive {
  position: relative;
  width: 100%;
  clear: both;
}

#tblMainLive .tdCNLive {
  vertical-align: top;
  padding: 0;
}

#tblMainLive .tdDX {
  width: 225px;
  padding-left: 10px;
  vertical-align: top;
}

#tblMainLive #divIframeSimulate {
  right: 50%;
  margin-right: -400px;
}

.btnLogout {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  height: 21px;
  width: 57px;
  display: block;
  text-align: center;
  line-height: 21px;
  margin: 0;
  border: 1px solid #555;
  border-radius: 4px;
  background: linear-gradient(to bottom, #233832 0, #233832 100%) repeat scroll 0 0 transparent;
  position: relative;
  z-index: 10;
}

.RegTxtUsr {
  position: relative;
  padding-top: 0;
  height: 24px;
  float: left;
  white-space: nowrap;
}

.RegTxtUsr span {
  position: absolute;
  right: 5px;
  top: 4px;
}

.RegTxtUsr span.fieldLabel {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 24px;
  color: #999;
  text-indent: 10px;
}

.RegTxtUsr img {
  float: left;
}

.dgDefaultLoggedStyle {
  margin: 0;
  font-size: 12px;
  width: 100%;
}

.dgDefaultLoggedStyle TD {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.dgHdrDefaultLoggedStyle {
  color: #fff;
  background-color: #233832;
  height: 22px;
}

.dgHdrDefaultLoggedStyle TH {
  width: 20%;
  font-weight: 700;
  text-align: right;
  padding-right: 10px;
}

.dgHdrDefaultLoggedStyle TD {
  width: 20%;
}

.dgDefaultLoggedStyle .dgFirstItemStyle {
  height: 33px;
}

.dgDefaultLoggedStyle .dgFirstItemStyle TD {
  padding: 0 10px 0 10px;
  background-image: url(../img/linea_qt_01.gif);
  background-position: bottom;
  background-repeat: repeat-x;
}

.dgDefaultLoggedStyle .dgAItemStyle,
.dgDefaultLoggedStyle .dgItemStyle {
  height: 33px;
}

.dgDefaultLoggedStyle .dgAItemStyle TD,
.dgDefaultLoggedStyle .dgItemStyle TD {
  padding: 0 10px 0 10px;
}

.dgDefaultLoggedStyle .dgPagerStyle {
  font-weight: 700;
  text-align: right;
  background-color: #d2f1c5;
  height: 33px;
  color: #000;
}

.CassaStatsTitle,
.LastMessTitle,
.LastTransTitle {
  padding-left: 10px;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  height: 22px;
  line-height: 20px;
  background-color: #233832;
}

.CassaStatsTitle A,
.LastMessTitle A,
.LastTransTitle A {
  display: block;
  color: #fff;
  text-decoration: none;
}

.CassaStats,
.LastMess,
.LastTrans {
  font-size: 12px;
}

.CassaStats,
.LastMess {
  margin: 0;
  height: 98px;
  border: 0;
  background-color: #fff;
  margin: 0;
}

.CassaStatsTitle {
  background-position: left center;
}

.LastMessTitle {
  margin-right: 10px;
}

.LastTrans {
  margin: 0;
  padding: 7px 0 7px 0;
  border: 0;
  background-color: #fff;
}

.CassaStatsItem,
.CassaStatsTotals {
  font-size: 12px;
  color: #000;
  height: 33px;
}

.CassaStatsItem TD,
.CassaStatsTotals TD,
.LastMessItem TD,
.LastTransAItem,
.LastTransAItem TD,
.LastTransItem,
.LastTransItem TD {
  padding: 0 10px 0 10px;
}

.CassaStatsTotals {
  font-weight: 700;
  background-image: url(../img/linea_qt_01.gif);
  background-position: top;
  background-repeat: repeat-x;
}

.LastMessItem {
  font-size: 12px;
  color: #000;
}

.LastMessItem A {
  color: #000;
  text-decoration: none;
}

.LastTransItem {
  font-size: 12px;
  color: #000;
  height: 32px;
  background-color: #fff;
  font-weight: 700;
}

.LastTransAItem {
  font-size: 12px;
  color: #000;
  height: 32px;
  background-color: #f2f2f2;
  font-weight: 700;
}

.LastTransAItem A,
.LastTransItem A {
  text-decoration: none;
  color: #000;
}

.Disclaimer {
  padding-right: 20px;
  text-align: right;
}

.Disclaimer .eighteen {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/Icons/18.svg);
  width: 25px;
  height: 25px;
  margin-left: 5px;
  background-size: contain;
}

.SXCercaContent {
  position: relative;
  height: 29px;
  margin: 0 0 7px 0;
  padding: 0;
  font-size: 11px;
  font-weight: 700;
  color: #000;
  background-color: #fff;
}

.SXCercaContent DIV {
  float: left;
  line-height: 26px;
}

.SXCercaContent .TxtCerca {
  border: none;
  font-size: 11px;
  width: 130px;
  margin: 0;
  padding: 0 0 0 10px;
  height: 29px;
  font-weight: 400;
}

.SXCercaContent .BtnCerca {
  display: block;
  background-image: url(../img/cerca_go.png);
  height: 24px;
  width: 24px;
  margin: 2px 0 0 0;
}

.TitleCerca {
  display: none;
}

.sportPanel ul {
  margin: 0;
  padding: 0;
}

.sportPanel .titleMenu {
  display: none;
}

.sportPanel .menuContainer {
  background-color: #141414;
}

.sportPanel .menuContainer .liveButton {
  display: block;
  height: 29px;
  border-bottom: 1px solid #171717;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  padding-left: 30px;
  line-height: 29px;
  text-decoration: none;
  text-transform: capitalize;
  background-image: url(../img/icons/ico_live.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}

.sportPanel .menuContainer .liveButton:hover {
  color: #fff;
  background-color: #ffd701;
}

.sportPanel .menuContainer .sportMenu .head {
  line-height: 29px;
  width: 106px;
  padding: 0 25px 0 31px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.sportPanel .menuContainer .sportMenu .itemSport {
  border-bottom: 1px solid #171717;
  background-image: url(../img/OddsPanel_PLUS.png);
  background-repeat: no-repeat;
  background-position: 10px 8px;
}

.sportPanel .menuContainer .sportMenu .itemSport > .head {
  position: relative;
  color: #fff;
  font-weight: 700;
}

.sportPanel .menuContainer .sportMenu .itemSport > .head:hover {
  color: #ffd701;
  font-weight: 700;
}

.sportPanel .menuContainer .sportMenu .itemSport > .head .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 32px;
  background-position: center center;
  background-repeat: no-repeat;
}

.sportPanel .menuContainer .sportMenu .itemSport > .head .nameSport {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sportPanel .menuContainer .sportMenu .itemSport > .head .sportCount {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  font-size: 11px;
}

.sportPanel .menuContainer .sportMenu .itemSport > .head .groupLink {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

.sportPanel .menuContainer .sportMenu .itemSport.sel {
  background-image: url(../img/OddsPanel_Minus.png);
}

.sportPanel .menuContainer .sportMenu .itemSport.sel .groupMenu {
  display: block;
}

.sportPanel .menuContainer .sportMenu .itemSport .groupMenu {
  display: none;
}

.sportPanel .menuContainer .sportMenu .itemSport .groupMenu .itemGroup > .head {
  position: relative;
  width: 130px;
  color: #fff;
  border-bottom: 1px solid #454444;
  display: block;
  padding-left: 10px;
}

.sportPanel .menuContainer .sportMenu .itemSport .groupMenu .itemGroup > .head .image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 26px;
  background-image: url(../img/ev_arrow.png);
  background-position: center -60px;
  background-repeat: no-repeat;
}

.sportPanel .menuContainer .sportMenu .itemSport .groupMenu .itemGroup > .head .nameGroup {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sportPanel .menuContainer .sportMenu .itemSport .groupMenu .itemGroup > .head .groupCount {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 29px;
}

.sportPanel .menuContainer .sportMenu .itemSport .groupMenu .itemGroup.sel .eventMenu {
  display: block;
}

.sportPanel .menuContainer .sportMenu .itemSport .groupMenu .itemGroup.sel .image {
  background-position: center -90px !important;
}

.sportPanel .menuContainer .sportMenu .itemSport .groupMenu .itemGroup .eventMenu {
  display: none;
}

.sportPanel .menuContainer .sportMenu .itemSport .groupMenu .itemGroup .eventMenu .itemEvent .head {
  background-color: #fff;
  color: #000;
  width: 150px;
  padding: 0 5px 0 10px;
  font-size: 11px;
  border-bottom: 1px solid #dedede;
}

.sportPanel
  .menuContainer
  .sportMenu
  .itemSport
  .groupMenu
  .itemGroup
  .eventMenu
  .itemEvent
  .head:hover {
  background-color: #d6f3c6;
}

.sportPanel
  .menuContainer
  .sportMenu
  .itemSport
  .groupMenu
  .itemGroup
  .eventMenu
  .itemEvent
  .head
  .eventCount {
  display: none;
}

.sportPanel
  .menuContainer
  .sportMenu
  .itemSport
  .groupMenu
  .itemGroup
  .eventMenu
  .itemEvent.sel
  .head {
  display: block;
  color: #fff;
  font-weight: 700;
  background-color: #233832;
  border-bottom: 1px solid #00385f;
}

.default .sportPanel .itemSport .sportCount,
.defaultlogged .sportPanel .itemSport .sportCount {
  display: none;
}

.default .sportPanel .itemSport .groupLink,
.defaultlogged .sportPanel .itemSport .groupLink {
  width: 26px !important;
  background-image: url(../img/ev_arrow.png);
  background-position: center 0;
  background-repeat: no-repeat;
}

.default .sportPanel .itemSport .groupLink:hover,
.defaultlogged .sportPanel .itemSport .groupLink:hover {
  background-color: #282828;
}

.default .sportPanel .itemSport.sel .groupLink,
.defaultlogged .sportPanel .itemSport.sel .groupLink {
  background-position: center -30px;
}

.viewModeSelector {
  height: 40px;
  width: 338px;
  padding-bottom: 0;
  color: #fff;
  overflow: hidden;
}

.viewModeSelector .typeVisbutton {
  position: relative;
}

.viewModeSelector .typeVisbutton .slideTime {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.viewModeSelector .typeVisbutton .labelSteps {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 10px;
  overflow: hidden;
}

.viewModeSelector .typeVisbutton .labelSteps li {
  float: left;
  text-align: center;
  margin: 0 0 0 2px;
}

.viewModeSelector .typeVisbutton .labelSteps li > div {
  font-weight: 700;
  text-decoration: none;
  display: block;
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 0;
  text-align: center;
  height: 29px;
  min-width: 83px;
  line-height: 29px;
  color: #fff;
  background-color: #141414;
}

.viewModeSelector .typeVisbutton .labelSteps li > div:hover {
  background-color: #578a4f;
}

.viewModeSelector .typeVisbutton .labelSteps li.sel > div {
  background-color: #ffffff;
  box-shadow: inset 0 10px 5px #fff;
  border-top: 1px solid #fff;
  color: #000000;
}

.viewModeSelector .typeVisbutton .labelSteps li:first-child {
  margin: 0;
}

.viewModeSelector .typeVisbutton .button {
  display: none;
}

.Riquadro,
.RiquadroDXUnderCpn {
  color: #000;
}

.Riquadro,
.RiquadroDXUnderCpn td {
  background-color: transparent;
}

.RiquadroDXUnderCpn {
  margin: 1px 0 0 0;
}

.Riquadro .TopDX,
.RiquadroDXUnderCpn .TopDX,
.RiquadroGuest .TopDX,
.RiquadroWide .TopDX {
  height: 29px;
  line-height: 29px;
  background-color: #233832;
}

.Riquadro .TopDX H3,
.RiquadroDXUnderCpn .TopDX H3,
.RiquadroGuest .TopDX H3,
.RiquadroWide .TopDX H3 {
  padding: 0 0 0 10px;
  line-height: 29px;
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  text-transform: capitalize;
  text-align: left;
  margin: 0;
}

.Riquadro .CntSX,
.RiquadroDXUnderCpn .CntSX,
.RiquadroGuest .CntSX,
.RiquadroWide .CntSX {
  padding: 0;
}

.Riquadro {
  margin-bottom: 14px;
}

.NewsBanner {
  width: 541px;
  height: 188px;
  overflow: hidden;
  font-size: 10px;
  position: relative;
  z-index: 0;
}

.welcomeUser {
  line-height: 29px;
  color: #fff;
  padding-left: 10px;
}

.RiquadroSrc {
  margin: 0;
}

.RiquadroHomeUsr {
  margin: 0;
}

.RiquadroSrc .TopDX,
.RiquadroSrc .TopSX {
  height: 0;
}

.RiquadroHome .Cnt,
.RiquadroHomeUsr .Cnt,
.RiquadroSrc .Cnt {
  padding: 0;
  background-color: #333;
}

.RiquadroHome .Cnt {
  padding: 0;
}

.RiquadroSrc .Cnt {
  padding: 0;
  background-color: #fff;
}

.RiquadroHomeUsr .BtmDX,
.RiquadroHomeUsr .BtmSX,
.RiquadroHomeUsr .TopDX,
.RiquadroHomeUsr .TopSX {
  height: 0;
  display: none;
}

.RiquadroHomeUsr .Cnt {
  padding: 0;
  color: #000;
}

.RiquadroSrc .BtmSX {
  height: 5px;
  background-image: url(../img/riq_news_btm_sx.gif);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 5px;
}

.RiquadroSrc .BtmDX {
  height: 5px;
  background-image: url(../img/riq_news_btm_dx.gif);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 5px;
}

.RiquadroNews .BtmDX,
.RiquadroNews .BtmSX,
.RiquadroNews .TopDX,
.RiquadroNews .TopSX,
.RiquadroSrc .BtmDX,
.RiquadroSrc .BtmSX {
  display: none;
}

.RiquadroNews .Cnt {
  padding: 0;
  margin: 0;
}

.DXTitle,
.DXTitleHotWin,
.DXTitleLive,
.HomeDXTitle,
.HomeDXTitleCombinate,
.HomeDXTitleLastWin,
.HomeDXTitleOverUnder {
  position: relative;
  color: #fff;
  padding: 5px;
  font-weight: 700;
  margin: 5px 0 0 0;
  line-height: 20px;
  text-align: left;
  background-color: #333;
}

.HomeDXTitle span {
  right: 23px;
  position: absolute;
}

.SXTitle,
.SXTitleHotWin,
.SXTitleInfo,
.SXTitleLastRes,
.SXTitleMarket,
.SXTitleTV {
  position: relative;
  color: #fff;
  font-weight: 700;
  padding-left: 10px;
  background-color: #141414;
  width: 206px;
  line-height: 29px;
  height: 29px;
  margin-top: 1px;
}

.fastBetMultiple {
  margin: 0 0 5px 0;
  position: relative;
  background-color: #fff;
  height: 77px;
  display: block;
  border-radius: 4px 4px 0 0;
}

.fastBetMultiple.hasResults .FSResults .FSListCode {
  display: block;
}

.fastBetMultiple.alternateView .FSResults .FSListCode .FSPanelButton #changeView {
  background-image: url(../img/Icons/arrow_drop.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}

.fastBetMultiple.alternateView .FSResults .FSListCode .FSView {
  display: block;
}

.fastBetMultiple .FSdesc {
  background-color: #303030;
  line-height: 30px;
  text-indent: 10px;
  margin-bottom: 10px;
  border-radius: 2px 2px 0 0;
  color: #fff;
  font-weight: 700;
}

.fastBetMultiple .FSHelp {
  float: right;
  padding: 4px 10px 0 0;
}

.fastBetMultiple .FSHelp A {
  display: block;
  background-image: url(../img/FastSport_btn_help.png);
  height: 18px;
  width: 18px;
}

.fastBetMultiple .FSHelp A::hover {
  display: block;
  background-image: url(../img/FastSport_btn_help.png);
  background-position: bottom;
  height: 18px;
  width: 18px;
}

.fastBetMultiple .content {
  padding: 0 5px;
  height: 25px;
}

.fastBetMultiple .FSTxt {
  float: left;
}

.fastBetMultiple .FSTxt .FSLabel {
  display: none;
  margin-right: 10px;
}

.fastBetMultiple .FSTxt #FBCodPub {
  display: inline-block;
}

.fastBetMultiple .FSTxt #FBCodPub input#CodPubField {
  width: 60px;
  float: left;
  height: 14px;
  margin: 0;
  margin-right: 5px;
}

.fastBetMultiple .FSSE {
  display: inline-block;
}

.fastBetMultiple .FSSE input#FastCodeField {
  width: 85px;
  float: left;
  height: 14px;
  margin: 0;
  padding-right: 20px;
}

.fastBetMultiple .FSConfirm {
  background-image: url(../img/SendFastSport.png);
  background-repeat: no-repeat;
  width: 25px;
  height: 20px;
  position: absolute;
  left: 187px;
  top: 40px;
  cursor: pointer;
  font-size: 0;
}

.fastBetMultiple .FSResults .FSTitle .titleSE {
  position: absolute;
  top: 65px;
  left: 5px;
  white-space: nowrap;
  width: 330px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  height: 18px;
  color: #42464c;
  font-weight: 700;
}

.fastBetMultiple .FSResults .FSListCode {
  display: none;
  position: absolute;
  top: 60px;
  right: 33px;
  background-color: #fff;
  z-index: 100;
  min-width: 140px;
}

.fastBetMultiple .FSResults .FSListCode .FSPanelButton {
  position: relative;
}

.fastBetMultiple .FSResults .FSListCode .FSPanelButton > SPAN {
  display: none;
}

.fastBetMultiple .FSResults .FSListCode .FSPanelButton > div {
  display: none;
}

.fastBetMultiple .FSResults .FSListCode .FSPanelButton > div#changeView {
  position: absolute;
  top: -20px;
  right: 0;
  width: 20px;
  height: 20px;
  display: block;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  color: #888;
  font-family: Arial;
  cursor: pointer;
  background-image: url(../img/Icons/arrow_drop.png);
  background-position: top center;
  background-repeat: no-repeat;
}

.fastBetMultiple .FSResults .FSListCode .FSView {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 400px;
  border: 1px solid #969696;
  display: none;
}

.fastBetMultiple .FSResults .FSListCode .FSView > div {
  display: none;
}

.fastBetMultiple .FSResults .FSListCode .FSView > div.active {
  display: block;
}

.fastBetMultiple .FSResults .FSListCode .FSView .cqItem {
  background-color: #fff;
  font-size: 12px;
  margin: 0 0 5px 0;
  position: relative;
  padding: 3px;
}

.fastBetMultiple .FSResults .FSListCode .FSView .cqItem .title {
  color: #303030;
  text-align: left;
  font-weight: 700;
  line-height: 15px;
  margin-bottom: 5px;
  white-space: nowrap;
  margin-right: 18px;
}

.fastBetMultiple .FSResults .FSListCode .FSView .cqItem .itemTQ > div {
  position: relative;
  padding: 0 5px;
  line-height: 16px;
  width: auto;
  margin-bottom: 2px;
}

.fastBetMultiple .FSResults .FSListCode .FSView .cqItem .itemTQ > div:hover {
  background-color: #efffcb;
  color: #fff;
}

.fastBetMultiple .FSResults .FSListCode .FSView .cqItem .itemTQ > div .cq {
  display: none;
}

.fastBetMultiple .FSResults .FSListCode .FSView .cqItem .itemTQ > div .tq {
  line-height: 18px;
  color: #303030;
  text-align: left;
  padding-right: 45px;
  white-space: nowrap;
}

.fastBetMultiple .FSResults .FSListCode .FSView .cqItem .itemTQ > div .cod_tq {
  color: #303030;
  position: absolute;
  right: 2px;
  top: 1px;
  bottom: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  width: 30px;
}

.fastBetMultiple .FSResults .FSListCode .FSView .cqItem .itemTQ > div.selected .cod_tq {
  background-color: #fc05fc;
  color: #fff;
}

.fastBetMultiple .FSResults .FSCurrent {
  display: none;
}

.fastBetMultiple .FSResults .FSCurrent > span {
  background: #fc05fc;
  background: -moz-linear-gradient(top, #217d07 0, #fc05fc 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #217d07),
    color-stop(100%, #fc05fc)
  );
  background: -o-linear-gradient(top, #217d07 0, #fc05fc 100%);
  background: -ms-linear-gradient(top, #217d07 0, #fc05fc 100%);
  background: linear-gradient(to bottom, #217d07 0, #fc05fc 100%);
  border: 1px solid #2dae09;
  display: block;
  line-height: 20px;
  padding-left: 10px;
  border-radius: 3px;
}

.fastBetMultiple .FSResults .FSCurrent .item {
  position: relative;
  margin-top: 5px;
  width: auto;
  color: #fff;
  text-align: left;
}

.fastBetMultiple .FSResults .FSCurrent .item.tmp {
  background-image: none;
}

.fastBetMultiple .FSResults .FSCurrent .item.tmp .tq {
  background-color: #f98d00;
}

.fastBetMultiple .FSResults .FSCurrent .item .tq {
  position: absolute;
  width: 50px;
  top: 1px;
  bottom: 1px;
  right: 2px;
  font-weight: 700;
  padding: 3px 3px;
  line-height: 12px;
  background-color: #fc05fc;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fastBetMultiple .FSResults .FSCurrent .item .cod_tq {
  display: none;
}

.fastBetMultiple .FSResults .FSCurrent .itemErr {
  position: relative;
  background-color: #f9efc9;
  margin-top: 5px;
  padding: 3px;
  height: 14px;
  color: #000;
  border-radius: 3px;
  font-size: 11px;
}

.fastBetMultiple .FSResults .FSCurrent .itemErr span {
  position: absolute;
  width: 50px;
  top: 1px;
  bottom: 1px;
  right: 2px;
  font-weight: 700;
  padding: 3px 3px;
  background-color: #f1db84;
  border-radius: 3px;
  text-align: center;
  line-height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fastBetMultiple .FSResults .FSSuggest {
  display: none;
}

.fastBetMultiple .FSResults .FSSuggest .FB_Item {
  position: relative;
  background: #fc05fc;
  background: -moz-linear-gradient(top, #279608 0, #fc05fc 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #279608),
    color-stop(100%, #fc05fc)
  );
  background: -o-linear-gradient(top, #279608 0, #fc05fc 100%);
  background: -ms-linear-gradient(top, #279608 0, #fc05fc 100%);
  background: linear-gradient(to bottom, #279608 0, #fc05fc 100%);
  font-size: 11px;
  margin-top: 5px;
  padding: 3px;
  overflow: hidden;
  border-radius: 3px;
}

.fastBetMultiple .FSResults .FSSuggest .FB_Item:hover {
  background-color: #000;
}

.fastBetMultiple .FSResults .FSSuggest .FB_Item .cq {
  font-size: 10px;
  font-weight: 700;
}

.fastBetMultiple .FSResults .FSSuggest .FB_Item .tq {
  color: rgba(255, 255, 255, 0.7);
  border-top: 1px solid #2dae09;
  margin: 2px 0;
  text-align: left;
  font-weight: 700;
  margin-right: 35px;
  padding: 1px 5px;
}

.fastBetMultiple .FSResults .FSSuggest .FB_Item .cod_tq {
  position: absolute;
  right: 2px;
  top: 2px;
  bottom: 2px;
  width: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  background-color: #fc05fc;
  border-radius: 3px;
  padding: 10px 0;
  color: #f98d00;
}

.Msg {
  margin: 0 auto;
  width: 450px;
  padding-top: 60px;
}

.MsgTop {
  height: 0;
}

.MsgBtm {
  height: 0;
}

.MsgConfirm,
.MsgInfo,
.MsgWarning {
  background-image: url(../img/ErrorTypes/msg_confirm.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 58px;
  height: 62px;
}

.MsgInfo {
  background-image: url(../img/ErrorTypes/msg_info.png);
}

.MsgWarning {
  background-image: url(../img/ErrorTypes/msg_warning.png);
}

.iframeLive {
  background-color: #fff;
  border: solid 2px #4f86d0;
}

.divLiveScore {
  background-color: #686868;
  padding: 5px 15px 15px 10px;
}

.divTblAgente {
  padding: 10px;
  background-color: #fff;
}

.err .Content {
  width: auto;
  margin: auto;
}

.err .Content .Logo {
  position: relative !important;
  padding: 2px;
}

.dropdownFiltoData {
  margin-left: 15px;
  font-size: 11px;
}

.loggedMenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.loggedMenu ul li a {
  display: block;
  background-color: #233832;
  color: #fff;
  text-decoration: none;
  line-height: 25px;
  padding-left: 10px;
}

.loggedMenu ul li ul li a {
  display: block;
  background-color: #fff;
  color: #000;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  line-height: 25px;
  padding-left: 10px;
}

.homeLoggedMenu {
  display: inline-block;
  width: 165px;
  padding: 30px 10px 10px 10px;
  vertical-align: top;
}

.homeLoggedMenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.homeLoggedMenu ul li a {
  display: block;
  background-color: #233832;
  color: #fff;
  text-decoration: none;
  line-height: 25px;
  padding-left: 10px;
}

.homeLoggedMenu ul li ul li a {
  display: block;
  background-color: #fff;
  color: #000;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  line-height: 25px;
  padding-left: 10px;
}

.divCouponCheck {
  margin: 0 0 5px 0;
  position: relative;
  background-color: #fff;
  height: 78px;
  display: block;
  color: #000;
}

.divCouponCheck .btnCheckCoupon {
  display: block;
  background-image: url(../img/SendFastSport.png);
  background-repeat: no-repeat;
  height: 19px;
  width: 25px;
  position: absolute;
  right: 12px;
  background: #141414;
  bottom: 10px;
}

.divCouponCheck .CheckCpnTxt {
  padding: 10px;
}

.divCouponCheck input[type='text'] {
  margin: 0 0 0 10px;
  width: 150px;
}

.fastAmounts {
  padding: 5px;
}

.gridTotals {
  padding: 5px;
  font-size: 0.9em;
}

.gridTotals div {
  line-height: 26px;
  overflow: hidden;
}

.gridTotals div h3 {
  color: #fc05fc;
  border-bottom: 1px solid #fc05fc;
  text-align: left;
}

.gridTotals div.c2 > div,
.gridTotals div.c4 > div {
  width: 49%;
  margin: 5px 0.5%;
}

.gridTotals div.c3 > div {
  width: 32.5%;
  margin: 5px 0.4%;
}

.gridTotals div > div {
  background-color: #fc05fc;
  color: #000;
  border-radius: 3px;
  float: left;
  position: relative;
  width: 100%;
  height: 26px;
  line-height: 26px;
  margin: 2px 5px;
  margin-bottom: 5px;
}

.gridTotals div > div > label {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  color: #cbcccc;
  text-indent: 10px;
}

.gridTotals div > div > span {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  color: #000;
  padding-right: 5px;
  text-indent: 10px;
}

.grid.empty {
  background-color: #fc0;
  color: #42464c;
  display: block;
  margin: 20px auto;
  padding: 10px;
  clear: both;
}

.cashoutPopup .popupBG {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 4100;
}

.cashoutPopup .popupContent {
  position: fixed;
  top: calc(50% - 90px);
  left: calc(50% - 210px);
  z-index: 5000;
  font-size: 13px;
  line-height: 16px;
  width: 420px;
  min-height: 120px;
  background-color: #fff;
  color: #303030;
  box-shadow: 0 0 15px #303030;
}

.cashoutPopup .popupContent .titlePopup {
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 45px;
  font-weight: 700;
  border-bottom: 1px solid #f2f2f2;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../img/Icons/cashout_2.png) 11px center no-repeat;
}

.cashoutPopup .popupContent .titlePopup .closePopup {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 16px;
  height: 16px;
  background: url(../img/Icons/close_ico_2.png) center center no-repeat;
  cursor: pointer;
}

.cashoutPopup .popupContent .mainContent {
  padding: 10px 20px 0 20px;
}

.cashoutPopup .popupContent .mainContent .highText {
  font-weight: 700;
}

.cashoutPopup .popupContent .btnPanel {
  text-align: center;
}

.cashoutPopup .popupContent .btnPanel .confirmButton {
  display: inline-block;
  padding: 8px 35px;
  margin: 10px auto;
  cursor: pointer;
  background-color: #fc05fc;
  color: #fff;
  border-radius: 2px;
}

.cashoutPopup .popupContent .btnPanel .cancelButton {
  display: none;
}

.divOdds {
  margin-bottom: 14px;
}

.divOdds .header {
  position: relative;
  width: 100%;
  height: 33px;
  line-height: 33px;
  padding: 0 90px 0 10px;
  background-color: #171717;
  font-size: 12px;
  font-weight: 700;
  box-sizing: border-box;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.divOdds .header .btn {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 0;
  width: auto;
  text-align: right;
}

.divOdds .header .btn A {
  display: block;
  float: right;
}

.divOdds .header .ico {
  display: none;
}

.divOdds .eventDescription {
  background-color: #ccc;
  margin: 0 10px 10px 10px;
  line-height: 16px;
  padding: 5px;
  color: #131415;
}

.divOdds .eventDescription ::before {
  content: 'i';
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  background-color: #fc05fc;
  display: inline-block;
  width: 16px;
  border-radius: 10px;
  margin-right: 5px;
  font-style: italic;
  font-weight: 700;
  border: 1px solid #666c75;
}

.divOdds .CQ {
  position: relative;
  padding: 10px;
  margin: 0;
  overflow: auto;
}

.divOdds .CQ > LI {
  float: left;
  width: auto;
  font-size: 12px;
  width: 92px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 0 1px;
  text-decoration: none;
  margin: 0 0 0 1px;
  height: 29px;
  line-height: 29px;
  border-top: 1px solid #81d970;
  cursor: pointer;
  background: #233832;
}

.divOdds .CQ > LI.sel {
  border-top: 1px solid #d95858;
  background: #010914;
  background: -moz-linear-gradient(top, #010914 26%, #1a212b 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(26%, #010914),
    color-stop(100%, #1a212b)
  );
  background: -webkit-linear-gradient(top, #010914 26%, #1a212b 100%);
  background: -o-linear-gradient(top, #010914 26%, #1a212b 100%);
  background: -ms-linear-gradient(top, #010914 26%, #1a212b 100%);
  background: linear-gradient(to bottom, #010914 26%, #1a212b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#010914', endColorstr='#1a212b', GradientType=0);
  cursor: default;
}

.divOdds .SEs > DIV:first-child.sepData + .item .odds .odd > DIV:first-child {
  display: block !important;
}

.divOdds .sepData {
  height: 33px;
  line-height: 33px;
  padding-left: 10px;
  font-weight: 700;
  font-size: 12px;
  color: #000;
  background-color: #c7c7c7;
}

.divOdds .item {
  position: relative;
  display: table;
  min-height: 37px;
  color: #000;
}

.divOdds .item > DIV {
  display: table-cell;
  vertical-align: middle;
}

.divOdds .item .ico {
  display: none;
}

.divOdds .item .ID {
  width: 28px;
  max-width: 28px;
  padding: 0 5px 0 5px;
  font-size: 12px;
  color: #234d17;
  text-align: center;
  font-weight: 700;
}

.divOdds .item .Time {
  padding: 0 4px 0 4px;
  font-size: 12px;
  color: #000;
  font-weight: 700;
}

.divOdds .item .Time SPAN {
  display: none;
}

.divOdds .item .Time SPAN:first-child {
  display: block;
}

.divOdds .item .Event {
  width: 116px;
  line-height: 14px;
  padding-left: 4px;
  padding-bottom: 1px;
  font-size: 12px;
  font-weight: 700;
  color: #234d17;
}

.divOdds .item .more {
  position: absolute;
  right: 2px;
  top: 9px;
  font-size: 0;
  width: 17px;
  height: 19px;
  cursor: pointer;
  background-image: url(../img/otherOdds.gif);
  background-position: center center;
  background-repeat: no-repeat;
}

.divOdds .item .stats {
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  height: 19px;
  width: 15px;
  background-image: url(../img/icons/stats.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.divOdds .item .stats.zoom {
  background-image: url(../img/zoomLogo.png);
  background-size: 15px;
}

.divOdds .item .odds {
  float: right;
  padding: 3px 21px 4px 25px;
}

.divOdds .item .odds .cq {
  float: left;
  position: relative;
}

.divOdds .item .odds .cq > span {
  display: none;
}

.divOdds .item .odds .odd {
  float: left;
  position: relative;
  display: block;
  width: 50px;
  line-height: 16px;
  margin: 2px 0 2px 2px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  background: #233832;
  border-top: 1px solid #81d970;
}

.divOdds .item .odds .odd > DIV {
  height: 16px;
  white-space: nowrap;
}

.divOdds .item .odds .odd > DIV:first-child {
  font-size: 10px;
  font-weight: 400;
}

.divOdds .item .odds .odd > DIV.hnd {
  display: none;
  white-space: nowrap;
  text-align: right;
  font-size: 10px;
  font-weight: 400;
}

.divOdds .item .odds .odd.QuotaSel {
  background: #010914;
  background: -moz-linear-gradient(top, #010914 26%, #1a212b 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(26%, #010914),
    color-stop(100%, #1a212b)
  );
  background: -webkit-linear-gradient(top, #010914 26%, #1a212b 100%);
  background: -o-linear-gradient(top, #010914 26%, #1a212b 100%);
  background: -ms-linear-gradient(top, #010914 26%, #1a212b 100%);
  background: linear-gradient(to bottom, #010914 26%, #1a212b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#010914', endColorstr='#1a212b', GradientType=0);
  border-top: 1px solid #d95858;
}

.divOdds .item .odds .odd.empty {
  cursor: default;
}

.divOdds .item .odds .odd.empty:hover {
  background: #233832;
  border-top: 1px solid #81d970;
}

.divOdds .item .odds .odd.c1 .hnd {
  display: block;
  position: absolute;
  left: -30px;
  top: 0;
  width: 25px;
  color: #000;
}

.divOdds .item:nth-child(2) .odds .cq > span {
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: -69px;
  height: 33px;
  line-height: 33px;
  width: 100%;
  font-size: 12px;
  color: #000;
  text-align: center;
  font-weight: 700;
  overflow: hidden;
}

.divOdds .item:nth-child(odd) {
  background-color: #f2f2f2;
}

.divOdds.c1 .SEs .item .Event {
  width: 400px;
}

.divOdds.c2 .SEs .item .Event {
  width: 348px;
}

.divOdds.c3 .SEs .item .Event {
  width: 286px;
}

.divOdds.c4 .SEs .item .Event {
  width: 234px;
}

.divOdds.c5 .SEs .item .Event {
  width: 182px;
}

.divOdds.c7 .SEs .item .Event {
  width: 78px;
}

.divOdds.c9 .SEs .item .Event {
  width: 26px;
}

.divOdds.r2 .SEs .item .more {
  top: 30px;
}

.divOdds.r3 .SEs .item .more {
  top: 51px;
}

.divOdds.r4 .SEs .item .more {
  top: 67px;
}

.divOdds.r5 .SEs .item .more {
  top: 89px;
}

.divOdds.r6 .SEs .item .more {
  top: 89px;
}

.divOdds.r7 .SEs .item .more {
  top: 89px;
}

.divOdds.r8 .SEs .item .more {
  top: 89px;
}

.divOdds.r1 .sepData + .item .odds .odd > DIV:first-child {
  display: none !important;
}

.divOdds.r1 .sepData + .item .odds .odd > DIV:first-child {
  display: block;
  position: absolute;
  top: -38px;
  width: 100%;
  height: 21px;
  line-height: 10px;
  font-size: 11px;
  padding-top: 9px;
  overflow: hidden;
  white-space: normal;
}

.divOdds.r1 .odds {
  padding: 5px 21px 5px 25px;
}

.divOdds.r1 .odds .odd {
  width: 41px;
  height: 22px;
  line-height: 22px;
}

.divOdds.r1 .odds .odd > DIV {
  height: 22px;
}

.divOdds.r1 .odds .odd > DIV:first-child {
  display: none;
}

.divOdds.r1.c1 .SEs .item .Event {
  width: 399px;
}

.divOdds.r1.c2 .SEs .item .Event {
  width: 356px;
}

.divOdds.r1.c3 .SEs .item .Event {
  width: 313px;
}

.divOdds.r1.c4 .SEs .item .Event {
  width: 270px;
}

.divOdds.r1.c5 .SEs .item .Event {
  width: 227px;
}

.divOdds.r1.c6 .SEs .item .Event {
  width: 184px;
}

.divOdds.r1.c7 .SEs .item .Event {
  width: 144px;
}

.divOdds.r1.c9 .SEs .item .Event {
  width: 55px;
}

.betlist #wrapper_canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.betlist #wrapper_canvas canvas {
  position: absolute;
}

.betlist .dgStyle TR TD:first-child {
  text-align: left;
  padding-left: 7px;
}

.betlist .dgStyle TR TH:first-child {
  text-align: left;
  padding-left: 33px;
}

.betlist .dgStyle TR TD:last-child {
  text-align: right;
  padding-right: 7px;
}

.betlist .dgStyle TR TH:last-child {
  text-align: right;
  padding-right: 7px;
}

.betlist .dgAItemStyle .codcoupon > a,
.betlist .dgItemStyle .codcoupon > a {
  width: 176px;
  display: block;
  word-break: break-all;
}

.betlist .dgTotalsStyle TD:first-child {
  padding-left: 0 !important;
}

.betlist .dgEmptyStyle td {
  text-align: center !important;
}

.switch {
  position: relative;
  display: none;
  width: 100px;
  height: 17px;
  margin-left: auto;
  margin-bottom: 10px;
  background-color: #101113;
  box-shadow: inset 0 0 0 1px #4b4b4b;
  border-radius: 17px;
}

.switch input {
  position: absolute;
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  cursor: pointer;
}

.switch:before {
  content: 'REAL';
  position: absolute;
  top: 0;
  left: 7px;
  line-height: 17px;
  font-size: 10px;
  color: #888;
}

.switch:after {
  content: 'SIMULATE';
  position: absolute;
  top: 0;
  right: 7px;
  line-height: 17px;
  font-size: 10px;
  color: #888;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.slider:before {
  content: 'REAL';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 17px;
  line-height: 17px;
  padding: 0 6px;
  background-color: #0d7b3c;
  color: #fff;
  border-radius: 17px;
  font-size: 10px;
  font-weight: 700;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider:before {
  content: 'SIMULATE';
  background-color: #fc0;
  color: #101113;
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}

.userList {
  text-transform: uppercase;
}

.right-menu {
  padding: 0 0.3rem;
  margin: 1.6rem 0;
}
.right-menu .header {
  padding: 0.5rem 0.3rem;
  background: #333;
  margin-bottom: 0;
}
.quick-look {
  display: flex;
  justify-content: space-between;
}
.quick-look div {
  width: 33.3%;
  color: rgba(0, 0, 0);
  background: white;
  border-right: 0.5px solid grey;
  border-bottom: 0.5px solid grey;
  padding: 0.5rem 0.5rem;
  padding-bottom: 1rem;
}

.quick-look div h3 {
  margin-bottom: 0.2rem;
  color: #233832;
}

@media (max-width: 768px) {
  .homeShop {
    display: flex;
    flex-direction: column;
    padding: 1rem;
  }

  .boxInserimento {
    width: 100%;
    padding: 1rem;
  }

  .login {
    width: 100%;
    margin: 0 auto;
  }

  .btnLogin {
    width: 100%;
    text-align: center;
    padding: 0.75rem;
    font-size: 1rem;
    background-color: #28a745;
    color: white;
    display: block;
    margin-top: 1rem;
  }

  .check {
    flex-direction: column;
    gap: 2rem;
    padding: 1rem 0;
  }

  .check-coupon,
  .check-search {
    width: 100%;
  }

  .TxtCerca,
  input[type='text'] {
    width: 100%;
    padding: 0.5rem;
  }
}
