.ellipsis {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.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;
}

.bodyMainPop {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
  color: #000;
  font-size: 12px;
}

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

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

.iframeStyle {
  border: none;
  width: 100%;
  height: 180px;
}

.content_Header {
  height: 100px;
  position: relative;
  width: 1024px;
  z-index: 2000;
  color: #fff;
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
}

#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);
}

.tdCopyright {
  background-color: #000;
  font-size: 10px;
  color: #757575;
  line-height: 27px;
  border-bottom: 1px solid #fff;
  text-align: right;
  padding-right: 15px;
}

.InputHidden {
  display: none;
  margin: 0;
  padding: 0;
}

.container_TopMenu {
  width: 100%;
  height: 22px;
  background: #1b1e25;
}

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

.tblMenu {
  float: left;
}

.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;
}

.tblPrintOdds {
  background-color: #c7c7c7;
}

.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.cashierlist .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.cashierlist #divMain,
.account_master.cashierlist #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;
}

.Lang_content_wrapper {
  height: 25px;
  width: 96px;
  padding-left: 8px;
  z-index: 5000;
  position: absolute;
  right: 23px;
  top: 32px;
  padding-top: 3px;
  display: none;
}

.Lang_content_wrapper.big {
  padding-top: 3px;
  height: 55px;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.Lang_content_wrapper .languageFlags {
  width: 60px;
}

.Lang_content_wrapper .lnkLangBtn {
  color: #fff;
  font-size: 10px;
}

.Lang_content_wrapper .languageFlags div {
  display: none;
  height: 23px;
  line-height: 23px;
}

.Lang_content_wrapper .languageFlags div.Sel {
  display: block;
}

.Lang_content_wrapper.big .languageFlags div {
  height: 23px;
  line-height: 23px;
  border-bottom: 0;
}

.Lang_content_wrapper .languageFlags A {
  font-size: 11px;
  text-decoration: none;
  padding-left: 25px;
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
}

.Lang_content_wrapper .languageFlags A:hover {
  color: #98add4;
}

.Lang_content_wrapper .languageFlags .it-IT a {
  background-image: url(../img/Flags/Language_Ita.png);
}

.Lang_content_wrapper .languageFlags .en-GB a {
  background-image: url(../img/Flags/Language_Eng.png);
}

.Lang_content_wrapper .languageFlags .sr-Latn-CS a {
  background-image: url(../img/Flags/Language_Srb.png);
}

.Lang_content_wrapper .languageFlags .de-DE a {
  background-image: url(../img/Flags/Language_Deu.png);
}

.Lang_content_wrapper .languageFlags .bg-BG a {
  background-image: url(../img/Flags/Language_Bgn.png);
}

.Lang_content_wrapper .languageFlags .fr-FR a {
  background-image: url(../img/Flags/Language_Fra.png);
}

.Lang_content_wrapper .languageFlags .pl-PL a {
  background-image: url(../img/Flags/Language_Pln.png);
}

.Lang_content_wrapper .languageFlags .es-ES a {
  background-image: url(../img/Flags/Language_Esp.png);
}

.Lang_content_wrapper .languageFlags .es-PE a {
  background-image: url(../img/Flags/Language_Per.png);
}

.Lang_content_wrapper .languageFlags .es-EC a {
  background-image: url(../img/Flags/Language_Ecu.png);
}

#btnLangList a {
  position: absolute;
  top: 2px;
  right: 5px;
  width: 2px;
  height: 2px;
  font-weight: 700;
  color: #000;
  font-size: 8pt;
  height: 24px;
  line-height: 24px;
  text-decoration: none;
  padding-left: 18px;
  background-repeat: no-repeat;
  background-position: center center;
}

.btnLnk {
  line-height: 18px;
  text-decoration: none;
  color: #1d6416;
  padding: 0;
  margin: 0 2px 0 2px;
  cursor: pointer;
}

.btnLnk:hover {
  color: #1d6416;
}

.lnkBlack {
  color: #000;
  text-decoration: none;
  font-size: 9px;
  font-weight: 700;
}

.button,
.buttonAccept,
.buttonCF,
.buttonCFRollIn,
.buttonCancel,
.buttonRollIn {
  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;
}

.buttonRollIn {
  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);
  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;
}

.ErrCodiceFiscale {
  min-height: 40px;
  position: absolute;
  left: -30px;
  top: 12px;
  background-image: url(../img/cfError_bg.png);
  background-repeat: no-repeat;
  color: #000;
  font-size: 10px;
  padding: 25px 7px 5px 48px;
  white-space: normal;
  width: 139px;
  text-align: left;
}

.TextContent {
  color: #fff;
}

.lblDisabled {
  color: #929292;
}

.ddlItemAgente {
  background-color: #ffeab2;
}

#tblMainContentHome {
  width: 1024px;
  clear: both;
}

.tdSXLive {
  width: 180px;
  vertical-align: top;
  padding: 0 8px 0 9px;
}

.RegisterNow {
  display: block;
  font-family: Verdana;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 0 1px #000;
  filter: dropshadow(color=#000000, offx=0, offy=0);
  background-image: url(../img/registerNowBg.png);
  background-repeat: repeat-x;
  line-height: 29px;
  margin-bottom: 5px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}

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

.homeShop .bottoni {
  display: table;
  text-align: center;
  margin: 0 0 15px 0;
  padding: 26px 0 0 0;
  font-size: 0;
  width: 100%;
}

.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 .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.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 .LoginTitle {
  position: relative;
  color: #fff;
  font-weight: 700;
  padding-left: 10px;
  background-color: #141414;
  line-height: 29px;
  height: 29px;
  margin-top: 1px;
  font-size: large;
}

.homeShop .boxInserimento > div.login .LoginTitle:before {
  background-image: url(../img/icon-welcome1.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 3px;
  top: 5px;
  content: '';
  width: 30px;
  height: 30px;
}

.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 .RegTxtPwd {
  float: none;
  position: absolute;
  top: 45px;
}

.homeShop .boxInserimento > div.login .pnlLogged .RegTxtPwd .fieldLabel,
.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.login .pnlLogged .RegLostPwd {
  position: absolute;
  top: 90px;
  background-color: #fff;
}

.homeShop .boxInserimento > div.login .pnlLogged .RegDivBtn {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  float: none;
  background-color: #fff;
}

.homeShop .boxInserimento > div.login .pnlLogged .RegDivBtn a {
  width: auto;
  color: #fff;
}

.homeShop .boxInserimento > div.login .pnlLogged .RegDivBtn {
  height: 40px;
  line-height: 40px;
  background: #141414;
  font-size: large;
  text-transform: uppercase;
}

.homeShop .boxInserimento > div.login .pnlLogged .RegDivBtn {
  background-image: none;
  background-color: #ffd701;
}

.homeShop .boxInserimento > div.check {
  margin-left: 10px;
  /* display: flex; */
}
.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 {*/
/*    margin-bottom: 15px*/
/*}*/

.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;
}

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

#tblMainContentHtml .tdContent {
  vertical-align: top;
  padding: 0 10px;
  width: 100%;
}

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

.bodyMainLive .content_Header {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.bodyMainLive .topMenu {
  width: auto;
}

#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;
}

.bodyMainLive {
  margin: 0;
  background-color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
}

.bodyMainLive #divFooter .Main,
.bodyMainLive #divFooter .Main .Content {
  width: auto;
}

.divMainLive #divFooter {
  display: none;
}

.divMainLive #divHeader .Top {
  background-image: url(../img/header_bg_live_dx.png);
  background-repeat: no-repeat;
  background-position: right top;
  height: 144px;
}

#divHeader .AreaRiservata {
  position: absolute;
  right: 0;
  top: 10px;
  height: 42px;
  width: 700px;
  margin: 0;
  padding: 0;
}

.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;
}

#divHeader .tdRegister {
  position: absolute;
  right: 0;
  width: 270px;
  line-height: normal;
  margin: 0;
  padding: 0;
}

#divHeader .tdRegister a {
  text-decoration: none;
}

#divHeader .tdRegister a:hover {
  text-decoration: underline;
}

.divRegMain {
  position: relative;
  top: 0;
  right: 0;
  padding-top: 0;
  height: 0;
}

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

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

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

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

.RegTxtPwd img,
.RegTxtUsr img {
  float: left;
}

.RegDivBtn {
  float: right;
  position: relative;
  bottom: 0;
}

.RegLostPwd {
  position: absolute;
  top: 30px;
  font-size: 11px;
}

.RegLostPwd a {
  color: #34d508;
}

.RegLostPwd a:hover {
  color: #34d508;
  text-decoration: underline;
}

.RegNewUser {
  display: none;
}

.RegLblUsr {
  display: none;
}

.RegLblPwd {
  display: none;
}

#divHeader .Logo {
  position: absolute;
  top: 10px;
  left: 12px;
}

.tdMessages {
  white-space: nowrap;
  padding: 0 3px 0 2px;
}

.tdUser {
  width: 100%;
  text-align: right;
  font-weight: 700;
  padding: 0 2px 0 5px;
  white-space: nowrap;
}

.btnSaldoVisHid {
  display: none;
  background-image: url(../img/uncheck.gif);
  height: 10px;
  width: 10px;
  margin: 0 0 0 10px;
  cursor: pointer;
}

.btnSaldoVis {
  background-image: url(../img/check.gif);
}

#btnAgente {
  width: 15px;
  float: left;
  margin: 0 10px 0 0;
}

.btnRiepilogoVisHid {
  display: block;
  background-image: url(../img/uncheck_ag.png);
  height: 15px;
  width: 15px;
  margin: 7px 0 0 0;
  cursor: pointer;
}

.btnRiepilogoVis {
  background-image: url(../img/check_ag.png);
}

#divHeader .AreaRiservata #divSaldo {
  position: absolute;
  display: block !important;
  padding: 0;
  font-size: 11px;
  font-weight: 700;
  color: #34d508;
  right: 70px;
  margin: 0;
  top: 25px;
}

#divHeader .AreaRiservata #divSaldo .btnSco {
  float: right;
  position: absolute;
  right: 0;
  top: 17px;
}

#divHeader .AreaRiservata #divSaldo .divSaldoUtente {
  float: right;
  margin-right: 20px;
  line-height: 15px;
}

#divHeader .AreaRiservata #divSaldo .TitoloValuta {
  display: none;
}

#divHeader .AreaRiservata #divSaldo .divBonusUtente {
  float: right;
  color: #ff8a00;
  padding-right: 10px;
}

#divHeader .AreaRiservata #divSaldo .TitoloSaldo {
  float: right;
}

#divHeader .AreaRiservata .pnlAutoesclusione {
  margin-top: 10px;
  position: relative;
}

#divHeader .AreaRiservata .pnlAutoesclusione a {
  display: block;
  border: 1px solid #333;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  background-color: #c00d1b;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  padding: 2px;
  left: -240px;
  top: -63px;
  width: 260px;
  position: absolute;
  border-radius: 4px;
  box-shadow: inset 0 2px 3px #910b09;
}

#divHeader .AreaRiservata .pnlAutoesclusione a:hover {
  color: #ffc52c;
}

.tblLoginLogged {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 26px;
  color: #fff;
}

.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;
  /* padding-left: 10px; */
  border: 0;
  background-color: #fff;
  margin: 0;
  /* padding-top: 10px */
}

.CassaStatsTitle {
  background-position: left center;
}

.LastMessTitle {
  margin-right: 10px;
}

.LastTransTitle {
  /* margin-left: 10px;
    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,
.LastMessAItem 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;
}

.LastMessAItem {
  font-size: 12px;
  color: #000;
  font-weight: 700;
}

.LastMessAItem A,
.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;
}

#divFooter {
  height: 380px;
  z-index: 100;
  width: 100%;
  position: relative;
  bottom: 0;
  background: #141414;
}

#divFooter .Main {
  height: 380px;
  width: 1024px;
  position: relative;
  margin: auto;
  /* background-color: #37444e;
  border-top: 4px solid #233832; */
}

#divFooter .Main .Content .LinkNormali {
  padding-top: 15px;
  text-decoration: none;
  font-weight: 700;
  line-height: 21px;
  color: #fff;
  font-size: 11px;
}

#divFooter .Main .Content .LinkNormali a {
  text-decoration: none;
  font-weight: 700;
  line-height: 21px;
  color: #fff;
  font-size: 11px;
}

#divFooter .Main .Content {
  margin: 0 auto 0 auto;
  position: relative;
  height: 380px;
  font-size: 12px;
  width: 1024px;
  /* background-image: url(../img/bg_footer.png); */
  /* background-position: right top;
    background-repeat: no-repeat */
}

#divFooter .blueLine {
  position: absolute;
  top: -4px;
  right: 0;
  width: 229px;
  height: 4px;
  background-color: #233832;
}

.Terms {
  float: left;
  color: #fff;
  margin-top: 30px;
}

.Terms a {
  color: #efefef;
  text-decoration: none;
  line-height: 13px;
  font-size: 11px;
  padding: 0;
  cursor: pointer;
}

.Terms a:hover {
  color: #fff;
}

.Terms ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 75px;
  margin-left: 45px;
}

.Terms li {
  padding: 0 10px 11px 0;
}

.Terms li:first-child a {
  display: inline-block;
  background-image: none;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  min-height: 13px;
}

#divFooter .Social {
  position: absolute;
  left: 50px;
  top: 150px;
}

#divFooter .Social .facebook,
#divFooter .Social .instagram,
#divFooter .Social .twitter {
  width: 40px;
  height: 40px;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 10px;
}

#divFooter .Social .facebook {
  background-image: url(../img/iconFacebook.png);
}

#divFooter .Social .twitter {
  background-image: url(../img/iconTwitter.png);
}

#divFooter .Social .instagram {
  background-image: url(../img/iconInstagram.png);
}

.CreditLogo {
  position: absolute;
  left: 10px;
  top: 12px;
  width: 605px;
  height: 24px;
  background-image: url(../img/cards.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.divBottom {
  position: absolute;
  color: #babbbf;
  left: 0;
  bottom: 20px;
  font-weight: 400;
  font-size: 11px;
  height: 48px;
  line-height: 48px;
  background-color: #353942;
  width: 100%;
}

.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;
}

.divDisclaimer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 20px;
  line-height: 20px;
  width: 100%;
  text-indent: 16px;
  font-size: 9px;
  color: #babbbf;
  background-color: #2a2e37;
}

.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;
}

#divOddsFloat {
  top: 0;
  left: 0;
  vertical-align: top;
}

#divOddsFloat #divOdds {
  float: left;
}

#divOddsFloat #pulsOdds {
  float: left;
  margin: 0 0 0 -3px;
}

#divOddsFloat .pulsOddsOpen {
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../img/menu_sport_close.png);
  display: block;
  width: 22px;
  height: 93px;
}

#divOddsFloat .pulsOddsClose {
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../img/menu_sport_open.png);
  display: block;
  width: 25px;
  height: 93px;
}

.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-image: url(../img/icons/ico_liveHover.png); */
  /* background-repeat: no-repeat; */
  /* background-position: 0 0; */
  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;
  /* background-color: #233832; */
}

.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 .slideTime .rzslider {
  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 {
  /* border-top: 1px solid #233832; */
  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;
  /* box-shadow: inset 0 10px 5px #233832; */
}

.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;
}

.rzslider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 0;
  vertical-align: middle;
  background-color: #303030;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rzslider > span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
}

.rzslider .rz-bar-wrapper {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  cursor: pointer;
}

.rzslider .rz-bar {
  left: 0;
  z-index: 1;
  width: 100%;
}

.rzslider .rz-pointer {
  top: 0;
  z-index: 5;
  width: 83px;
  height: 30px;
  cursor: pointer;
}

.rzslider .rz-bubble {
  display: none;
  bottom: 16px;
  padding: 1px 3px;
  cursor: default;
}

.rzslider .rz-ticks {
  display: none;
}

.rzslider[disabled] {
  cursor: not-allowed;
}

.rzslider[disabled] .rz-pointer {
  cursor: not-allowed;
}

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

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

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

.Riquadro .TopSX,
.RiquadroDXUnderCpn .TopSX,
.RiquadroGuest .TopSX,
.RiquadroWide .TopSX {
  /* display: none */
}

.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;
}

.RiquadroGenNews {
  margin: 0;
  position: relative;
}

.RiquadroGenNews .TopDX,
.RiquadroGenNews .TopSX {
  display: none;
}

.RiquadroGenNews .BtmDX,
.RiquadroGenNews .BtmSX {
  display: none;
}

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

.NewsBannerDX {
  width: 212px;
  overflow: hidden;
  margin: 7px auto 2px auto;
  position: relative;
  height: 98px;
}

.NewsBannerSX {
  height: 80px;
  margin: 0 0 5px 0;
  position: relative;
}

.NewsBannerSX1 {
  height: 175px;
  margin: 5px 0 5px 0;
  position: relative;
}

.BannerBase {
  position: relative;
}

.BannerBase A {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}

.BannerBase A.active {
  z-index: 10;
}

.BannerBase A.last-active {
  z-index: 9;
}

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

.RiquadroSrc {
  margin: 0;
}

.RiquadroHomeUsr {
  margin: 0;
}

.RiquadroMenuSX {
  margin: 8px 8px 8px 10px;
}

.RiquadroMenuSX .TopSX,
.RiquadroPopRiserva .TopSX {
  height: 5px;
  background-image: url(../img/riq_news_top_sx.gif);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 5px;
}

.RiquadroMenuSX .TopDX,
.RiquadroPopRiserva .TopDX {
  height: 5px;
  background-image: url(../img/riq_news_top_dx.gif);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 5px;
}

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

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

.RiquadroPopRiserva .Cnt {
  background-color: #fff;
  background-image: none;
}

.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;
}

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

.RiquadroMenuSX .BtmDX,
.RiquadroPopRiserva .BtmDX,
.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;
}

.RiquadroMenuSX .Cnt {
  padding: 0 6px 0 6px;
}

.RiquadroMenuSX .Cnt .Title {
  background-image: url(../img/Menu_SX_Title.gif);
  font-weight: 700;
  font-size: 11px;
  color: #fff;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 1px 0;
  line-height: 20px;
}

.RiquadroPopRiserva .TopSX {
  background-image: url(../img/riq_popup_top_dett_sx.png);
  height: 6px;
}

.RiquadroPopRiserva .TopDX {
  background-image: url(../img/riq_popup_top_dett_dx.png);
  height: 6px;
}

.RiquadroPopRiserva .Cnt {
  border-left: none;
  border-right: none;
  padding: 0 5px 0 5px;
  width: 98%;
}

.RiquadroPopRiserva .BtmSX {
  background-image: url(../img/riq_popup_btm_dett_sx.png);
  height: 6px;
  background-position: left top;
}

.RiquadroPopRiserva .BtmDX {
  background-image: url(../img/riq_popup_btm_dett_dx.png);
  height: 6px;
  background-position: right top;
}

.RiquadroPopRiserva .divTitle {
  position: relative;
  background-color: #333;
}

.RiquadroPopRiserva .divTitle H3 {
  background-color: #333;
  color: #fff;
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 12px;
  height: 21px;
  line-height: 21px;
  text-transform: uppercase;
}

#popupCouponSettings .divTitle #popupCouponSettingsClose,
.RiquadroPopRiserva .divTitle #popupCCClose,
.RiquadroPopRiserva .divTitle #popupContactDettCloseS,
.RiquadroPopRiserva .divTitle #popupLWClose,
.RiquadroPopRiserva .divTitle #popupMMClose {
  position: absolute;
  right: 5px;
  top: 3px;
  font-size: 12px;
  cursor: pointer;
}

#popupCouponSettings .divTitle {
  position: relative;
  background-color: #333;
  color: #fff;
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 700;
}

#popupCouponSettings #divBody {
  height: 350px;
  overflow-y: auto;
}

#popupCouponSettings iframe {
  height: 340px;
}

.HomeNewsBig {
  position: absolute;
  width: 603px;
  height: 250px;
  top: 0;
  left: 0;
  overflow: hidden;
}

.HomeNewsBig #HNImages {
  width: 603px;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.HomeNewsBig #HNImages > DIV {
  position: absolute;
  left: 0;
  top: 0;
  width: 603px;
  height: 250px;
  border: 0;
}

.HomeNewsBig #HNImages IMG {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 603px;
  height: 250px;
  border: 0;
}

.HomeNewsBig #HNBtn DIV {
  position: absolute;
  height: 250px;
  top: 0;
  background-repeat: no-repeat;
}

#HNTitle {
  font-size: 20px;
  position: absolute;
  text-align: left;
  bottom: 53px;
  height: 18px;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  line-height: 18px;
  color: #34d508;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 583px;
  background-image: url(../img/bg_news.png);
  background-repeat: repeat;
}

#HNTesto {
  line-height: 16px;
  position: absolute;
  text-align: left;
  bottom: 0;
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  font-size: 12px;
  width: 583px;
  height: 48px;
  overflow: hidden;
  background-image: url(../img/bg_news.png);
  background-repeat: repeat;
}

#HNData {
  display: none;
  font-size: 12px;
  position: absolute;
  text-align: right;
  bottom: 0;
  background-image: url(../img/HomeNews_Testo_bg.png);
  background-position: bottom;
  width: 603px;
  height: 71px;
  right: 0;
  line-height: 13px;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  padding: 10px;
}

#HNNav {
  top: 27px;
  left: 0;
  z-index: 100;
  position: absolute;
  display: none;
}

#HNNav a.activeSlide {
  background-position: center top;
}

#HNNav a:focus {
  outline: 0;
}

#HNNav img {
  border: none;
  display: block;
  height: 47px;
  width: 109px;
}

.HomeTop {
  position: relative;
  height: 250px;
  padding-bottom: 7px;
  background-color: #000;
}

.NewsItem {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}

.NewsImg img {
  width: 220px;
  height: 120px;
}

.NewsTesto {
  color: #000;
  font-size: 11px;
  padding: 10px 10px 0 10px;
  min-height: 100px;
}

.NewsData {
  position: absolute;
  bottom: 5px;
  display: block;
  font-size: 12px;
  font-style: italic;
}

.NewsTitolo {
  font-weight: 700;
}

.NewsOdds {
  display: none;
}

.NewsOddsCnt {
  position: absolute;
  left: 0;
  top: 31px;
  width: 319px;
  height: 54px;
}

.NewsOdd.Sel {
  background-position: center bottom;
}

.NewsOdd {
  margin-bottom: 1px;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../img/news_odd_bg.png);
  font-weight: 700;
  font-size: 11px;
  height: 16px;
  text-align: center;
  position: relative;
}

.NewsOdd .NewsTQ {
  color: #394e76;
  font-size: 11px;
  height: 16px;
  line-height: 17px;
  overflow: hidden;
  position: absolute;
  left: 10px;
  top: 0;
}

.NewsOdd .NewsQ {
  height: 16px;
  line-height: 17px;
  font-size: 11px;
  position: absolute;
  right: 10px;
  top: 0;
}

.NewsOdd .NewsQ a {
  color: #394e76;
  text-decoration: none;
}

.NewsOdd.Sel .NewsQ a {
  color: #fff;
}

.NewsOdd.Sel .NewsTQ {
  color: #fff;
}

.NewsTasti {
  text-align: right;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 5px;
}

.NewsListImg {
  padding: 4px;
}

.NewsListImg IMG {
  border: 1px solid #8b8b8b;
}

.NewsListTxt {
  vertical-align: top;
  padding: 4px;
  width: 100%;
}

.NewsListDate {
  font-size: 11px;
  white-space: nowrap;
  padding: 4px;
}

.HomeTitleNextEvents {
  position: relative;
}

.NextEventAItem,
.NextEventItem {
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
  position: relative;
}

.NextEvent {
  display: none;
}

.NESportItem {
  position: relative;
}

.hdrquota1,
.hdrquota2,
.hdrquotaX {
  display: none;
  position: absolute;
  top: -22px;
  right: 126px;
  font-size: 15px;
  font-weight: 700;
}

.hdrquotaX {
  right: 76px;
}

.hdrquota2 {
  right: 28px;
}

.NESportCnt .NESportItem:first-child .hdrquota1,
.NESportCnt .NESportItem:first-child .hdrquota2,
.NESportCnt .NESportItem:first-child .hdrquotaX {
  display: block;
}

.NextSubEvent {
  font-size: 12px;
  font-weight: 700;
  line-height: 32px;
  border-bottom: 1px solid #ccc;
  margin-left: 10px;
  width: 593px;
}

.NextSubEvent A {
  color: #166300;
  text-decoration: none;
}

.NextQuota1 A,
.NextQuota2 A,
.NextQuotaX A {
  color: #fff;
  text-decoration: none;
  line-height: 22px;
}

.lastMinuteBlink {
  width: 80px;
  position: absolute;
  left: 340px;
  line-height: 32px;
  text-align: left;
  color: #000;
  font-size: 12px;
  font-weight: 700;
}

.lastMinuteBlink DIV {
  background-position: right center;
  background-repeat: no-repeat;
}

.NextQuota1 {
  padding: 0;
  position: absolute;
  right: 109px;
  top: 4px;
  font-size: 12px;
  font-weight: 700;
  width: 41px;
  text-align: center;
}

.NextQuotaX {
  padding: 0;
  position: absolute;
  right: 60px;
  top: 4px;
  font-size: 12px;
  font-weight: 700;
  width: 41px;
  text-align: center;
}

.NextQuota2 {
  padding: 0;
  position: absolute;
  right: 11px;
  top: 4px;
  font-size: 12px;
  font-weight: 700;
  width: 41px;
  text-align: center;
}

.NextQuota1,
.NextQuota2,
.NextQuotaX {
  padding: 0;
  background: #233832;
  background: -moz-linear-gradient(top, #233832 0, #233832 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #233832),
    color-stop(100%, #233832)
  );
  background: -webkit-linear-gradient(top, #233832 0, #233832 100%);
  background: -o-linear-gradient(top, #233832 0, #233832 100%);
  background: -ms-linear-gradient(top, #233832 0, #233832 100%);
  background: linear-gradient(to bottom, #233832 0, #233832 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#233832', endColorstr='#233832', GradientType=0);
}

.NextQuota1.sel,
.NextQuota2.sel,
.NextQuotaX.sel {
  background: #1a212b;
  background: -moz-linear-gradient(top, #1a212b 0, #bf2611 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #1a212b),
    color-stop(100%, #bf2611)
  );
  background: -webkit-linear-gradient(top, #1a212b 0, #bf2611 100%);
  background: -o-linear-gradient(top, #1a212b 0, #bf2611 100%);
  background: -ms-linear-gradient(top, #1a212b 0, #bf2611 100%);
  background: linear-gradient(to bottom, #1a212b 0, #bf2611 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a212b', endColorstr='#bf2611', GradientType=0);
}

.NextQuota1.sel A,
.NextQuota2.sel A,
.NextQuotaX.sel A {
  color: #fff;
}

.NETitleLink {
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: undeline;
  text-align: center;
  color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  right: 7px;
  line-height: 29px;
  height: 29px;
  width: 150px;
  font-weight: 700;
}

.NETitleLink:hover {
  background-position: bottom;
  color: #000;
}

.bodyPopSR {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 5px 0 0 0;
  padding: 0;
  background-image: none;
  background-color: #fff;
}

#backgroundCouponSettings,
#backgroundPopupCC,
#backgroundPopupLW,
#backgroundPopupMM,
#backgroundPopupSR {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 3100;
}

#popupCC,
#popupContactSR,
#popupCouponSettings,
#popupLW,
#popupMM {
  display: none;
  position: fixed;
  height: 450px;
  width: 450px;
  z-index: 3500;
  font-size: 12px;
}

#popupCouponSettings {
  width: 500px;
}

#popupMM {
  height: 410px;
  width: 545px;
  z-index: 20000;
}

#DivMM {
  color: #ccc;
  padding: 0 0 0 20px;
  font-weight: 700;
}

.RiquadroPopRiserva .divContent {
  margin: 0;
  padding: 10px;
  width: 100%;
  vertical-align: top;
  background-image: url(../img/riq_popupRis_content_bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

#mainCouponPref .divAmounts {
  width: calc(50% - 15px);
  float: left;
  margin-right: 10px;
  margin-left: 5px;
}

#mainCouponPref .divAmounts .Title {
  color: #303030;
  font-weight: 700;
  display: block;
  border-bottom: 2px solid #fc05fc;
  line-height: 30px;
}

#mainCouponPref .divAmounts .Info {
  padding: 10px 0;
  color: #999;
  display: block;
  line-height: 20px;
}

#mainCouponPref .divAmounts INPUT {
  height: 30px;
  line-height: 30px;
  width: calc(24% - 14px);
  padding-left: 6px;
  font-size: 12px;
  margin-right: 5px;
}

#mainCouponPref .divAccRis {
  width: calc(50% - 15px);
  float: left;
  margin-left: 10px;
  margin-right: 5px;
}

#mainCouponPref .divAccRis .Title {
  color: #303030;
  font-weight: 700;
  display: block;
  border-bottom: 2px solid #fc05fc;
  line-height: 30px;
}

#mainCouponPref .divAccRis .Info {
  padding: 10px 0;
  color: #999;
  display: block;
  line-height: 20px;
}

#mainCouponPref .divAccRis INPUT[type='radio'] {
  display: none;
}

#mainCouponPref .divAccRis INPUT[type='radio'] + label {
  display: block;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  border: 1px solid #636363;
  border-radius: 2px;
  margin-bottom: 5px;
  padding-left: 30px;
  position: relative;
}

#mainCouponPref .divAccRis INPUT[type='radio'] + label:before {
  content: '';
  border-radius: 2px;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  display: block;
  background-color: #636363;
  position: absolute;
}

#mainCouponPref .divAccRis INPUT[type='radio']:checked + label:before {
  content: '\2713';
  background-color: #fc05fc;
  color: #fff;
}

#mainCouponPref .button {
  height: 20px !important;
  line-height: 20px !important;
  text-decoration: none;
  margin: 10px !important;
  display: block;
  width: 50px;
  text-align: center;
  float: right;
}

.RegisterBanner {
  text-align: center;
  margin: 0 0 4px 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;
}

.DXContent,
.DXContentHotWin,
.DXContentLive,
.HomeDXContent {
  padding: 0 12px;
  margin: 0;
}

.HomeDXContent {
  padding: 2px 0 5px 0;
  margin: 0;
}

.divBanner {
  width: 207px;
  padding-left: 5px;
}

.DXContentLive {
  padding: 2px 12px 6px 8px;
}

.HomeDXtbl td {
  background-image: url(../img/home_dx_tr_bg.gif);
  background-position: center;
  background-repeat: repeat-y;
  border-bottom: 1px solid #c5c3c3;
  background-color: #d8d6d6;
  padding: 5px;
  font-size: 11px;
}

.DXContent {
  padding: 0;
  margin: 5px;
}

.HomeContent {
  padding: 0;
  margin: 0;
  position: relative;
}

.HomeContentLive {
  padding: 3px;
}

.DXContentHotWin {
  background-image: url(../img/DXContentHW_bg.gif);
  background-position: right bottom;
  background-color: #202020;
  background-repeat: no-repeat;
  padding: 3px 15px 12px 15px;
  position: relative;
}

.HomeTitle,
.HomeTitleLiveBetting,
.HomeTitleNextEvents,
.divLiveBoxTitle {
  background-color: #333;
  padding: 0;
  color: #fff;
  font-weight: 700;
  line-height: 29px;
  text-transform: uppercase;
  font-size: 12px;
  padding-left: 10px;
}

.HomeTitle a,
.HomeTitleLiveBetting a,
.HomeTitleNextEvents a,
.divLiveBoxTitle a {
  background-color: #333;
  padding: 0 0 0 10px;
  color: #fff;
  font-weight: 700;
  line-height: 29px;
  text-transform: uppercase;
  font-size: 12px;
}

.NESportTitle {
  background-color: #333;
  padding: 0 0 0 10px;
  color: #fff;
  font-weight: 700;
  line-height: 29px;
  text-transform: uppercase;
  font-size: 12px;
}

.NESportCnt {
  position: relative;
}

.NESportCnt ul {
  left: 200px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
}

.NESportCnt li {
  float: left;
  line-height: 29px;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  height: 29px;
}

.NESportCnt li a {
  display: block;
  background-image: url(../img/bg_sport.png);
  background-position: 141px 0;
  width: 70px;
  height: 29px;
  margin-right: -20px;
  position: relative;
  font-size: 0;
}

.NESportCnt li a:hover {
  background-position: 70px 0;
}

.NESportCnt li a.sel {
  background-position: 0 0;
}

.NESportCnt li a div {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 2px;
  left: 25px;
}

.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;
}

.SXContent {
  color: #fff;
}

.ContentStatistiche {
  background-image: url(../img/statistiche_bg.png);
  height: 38px;
  position: absolute;
  right: 12px;
  top: 37px;
  width: 314px;
  padding-left: 8px;
  padding-right: 93px;
}

.ContentStatisticheLogged {
  display: none;
}

.BOItem {
  background-image: url(../img/BestOdds_Item_bg.gif);
  background-repeat: no-repeat;
  background-position: center;
  height: 55px;
  position: relative;
  margin: 0;
  padding-top: 6px;
}

.BOItem:hover .Evento H6 {
  color: #f00406;
}

.BOItem .Evento {
  width: 132px;
  height: 27px;
  top: 4px;
  left: 10px;
  position: absolute;
  font-size: 10px;
}

.BOItem .Evento H6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 11px;
}

.BOItem .Perc {
  width: 54px;
  height: 19px;
  line-height: 20px;
  font-weight: 700;
  color: #f00406;
  top: 8px;
  right: 15px;
  position: absolute;
  text-align: right;
}

.BOItem .q1,
.BOItem .q2,
.BOItem .qx {
  width: 53px;
  height: 14px;
  text-align: right;
  top: 34px;
  left: 1px;
  position: absolute;
  font-size: 11px;
  font-weight: 700;
}

.BOItem .q1 A,
.BOItem .q2 A,
.BOItem .qx A {
  text-decoration: none;
  color: #000;
}

.BOItem .q1 A:hover,
.BOItem .q2 A:hover,
.BOItem .qx A:hover {
  color: #fff;
}

.BOItem .qx {
  left: 72px;
}

.BOItem .q2 {
  left: 152px;
}

.MPAItem {
  background-color: #ffe7e7;
}

.MPItem {
  background-color: #efefef;
}

.MPAItem TD,
.MPItem TD {
  border-bottom: 1px solid #434343;
  height: 20px;
}

.MPSx {
  text-align: left;
  padding-left: 5px;
}

.MPDx {
  text-align: right;
  padding-right: 5px;
}

.MPSe {
  font-weight: 700;
  font-size: 11px;
  float: left;
  padding-right: 10px;
}

.MPE {
  font-size: 11px;
  float: left;
}

.MPSign {
  color: #040404;
  float: left;
}

.MPOdd {
  color: #d50306;
  float: right;
  font-size: 12px;
  font-weight: 700;
}

.MP1X2Title {
  position: relative;
  background-image: url(../img/home_title_bg.png);
  padding: 0 0 0 10px;
  color: #fff;
  font-weight: 700;
  background-position: center center;
  background-repeat: no-repeat;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 11px;
}

.MP1X2HdrMain {
  display: none;
}

.MP1X2AItem,
.MP1X2Item {
  position: relative;
  font-weight: 700;
  height: 32px;
  font-size: 12px;
  color: #000;
  border-bottom: 1px solid #e1e1e1;
}

.MP1X2Data {
  position: absolute;
  left: 340px;
  width: 100px;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: 32px;
  font-weight: 700;
}

.MP1X2Evento {
  position: absolute;
  left: 10px;
  width: 265px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #166300;
  line-height: 32px;
}

.MP1X2selected {
  position: absolute;
  width: 41px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  padding: 0;
  right: 11px;
  top: 4px;
  color: #fff;
  background: #1a212b;
  background: -moz-linear-gradient(top, #1a212b 0, #bf2611 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #1a212b),
    color-stop(100%, #bf2611)
  );
  background: -webkit-linear-gradient(top, #1a212b 0, #bf2611 100%);
  background: -o-linear-gradient(top, #1a212b 0, #bf2611 100%);
  background: -ms-linear-gradient(top, #1a212b 0, #bf2611 100%);
  background: linear-gradient(to bottom, #1a212b 0, #bf2611 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a212b', endColorstr='#bf2611', GradientType=0);
  border-top: 1px solid #d95858;
}

.MP1X2Unselected {
  position: absolute;
  right: 11px;
  top: 4px;
  text-align: center;
  line-height: 21px;
  color: #fff;
  width: 41px;
  height: 22px;
  padding: 0;
  background: #233832;
  background: -moz-linear-gradient(top, #233832 0, #233832 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #233832),
    color-stop(100%, #233832)
  );
  background: -webkit-linear-gradient(top, #233832 0, #233832 100%);
  background: -o-linear-gradient(top, #233832 0, #233832 100%);
  background: -ms-linear-gradient(top, #233832 0, #233832 100%);
  background: linear-gradient(to bottom, #233832 0, #233832 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#233832', endColorstr='#233832', GradientType=0);
  border-top: 1px solid #81d970;
}

.MP1X2Riepilogo .MP1X2Imp {
  display: none;
}

.MP1X2Riepilogo .MP1X2RiepDati {
  display: none;
}

.MP1X2Riepilogo .MP1X2Legend {
  display: none;
}

.MP1X2Play {
  font-size: 12px;
  background-image: url(../img/otherOdds.gif);
  background-repeat: no-repeat;
  background-position: right center;
  text-decoration: none;
  text-align: center;
  color: #fff;
  display: block;
  position: absolute;
  top: -29px;
  right: 10px;
  line-height: 30px;
  height: 30px;
  width: 80px;
  font-weight: 700;
}

.MP1X2Play:hover {
  color: #bce6b4;
}

.MP1X2Unselected.q1,
.MP1X2selected.q1 {
  right: 109px;
}

.MP1X2Unselected.qx,
.MP1X2selected.qx {
  right: 60px;
}

.MP1X2Unselected.q2,
.MP1X2selected.q2 {
  right: 11px;
}

.HomeTitleLR {
  background-image: url(../img/centrale_title_LR_bg.gif);
}

.LRAItem,
.LRItem {
  position: relative;
  width: 216px;
  height: 56px;
  background-color: #fff;
  margin: 0 10px 1px auto;
}

.LRSubEvent {
  position: absolute;
  padding: 10px;
  width: 165px;
  white-space: nowrap;
  font-weight: 700;
  font-size: 12px;
  color: #000;
  height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.LRSubEvent a {
  color: #000;
  text-decoration: none;
}

.LRResult {
  position: absolute;
  right: 10px;
  top: 10px;
  white-space: nowrap;
  font-weight: 700;
  font-size: 14px;
  padding: 0;
  text-align: left;
  color: #000;
}

.LRData {
  position: absolute;
  top: 30px;
  left: 10px;
  padding: 0;
  font-size: 11px;
  color: #000;
  width: 130px;
}

.LROra {
  position: absolute;
  right: 0;
}

.LROdds {
  display: none;
}

.LWAItem,
.LWItem {
  position: relative;
  color: #000;
  height: 41px;
  width: 207px;
  padding: 0 0 4px 0;
  line-height: 19px;
  font-size: 11px;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
}

.LWUser {
  right: 5px;
  top: 1px;
  position: absolute;
  font-weight: 700;
  font-size: 12px;
}

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

.LWPlayTxt {
  padding: 0 5px 0 0;
  color: #000;
  font-size: 11px;
  text-decoration: none;
  font-weight: 400;
}

.LWPlay {
  position: absolute;
  left: 7px;
  bottom: 4px;
  color: #000;
  text-decoration: none;
  font-weight: 700;
}

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

.LWData {
  position: absolute;
  left: 7px;
  top: 1px;
  width: 70px;
  font-weight: 400;
}

.LWData A {
  color: #6b6969;
  text-decoration: none;
}

.LWImportoTxt {
  padding: 0 5px 0 0;
  color: #4c586f;
  text-decoration: none;
  font-size: 11px;
  font-weight: 400;
}

.LWImporto {
  position: absolute;
  right: 5px;
  bottom: 4px;
  text-align: right;
  font-weight: 700;
  font-size: 15px;
  color: #4c586f;
}

.LWImporto A {
  color: #4c586f;
  text-decoration: none;
}

.ContentStatistiche .statsGroup {
  clear: both;
  width: 310px;
}

.ContentStatistiche .statsItem {
  padding-right: 10px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  float: right;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ContentStatistiche .statsValore {
  color: #4f86d0;
  font-size: 10px;
  font-weight: 700;
  display: inline;
  padding-right: 3px;
}

.ContentStatistiche .statsCampo {
  white-space: nowrap;
  font-size: 10px;
  display: inline;
}

.ContentStatistiche .statsDivReg {
  position: absolute;
  height: 32px;
  width: 85px;
  top: 3px;
  right: 3px;
}

.ContentStatistiche .statsReg {
  background-image: url(../img/statistiche_reg_bg.png);
  background-repeat: no-repeat;
  background-position: top;
  text-decoration: none;
  text-align: center;
  color: #000;
  display: block;
  height: 32px;
  width: 85px;
  font-weight: 700;
  line-height: 32px;
}

.ContentStatistiche .statsReg:hover {
  background-position: bottom;
  color: #fff;
}

.CombinateItem {
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  width: 203px;
  height: 25px;
  padding: 0 0 4px 0;
}

.CombinateItem.Fav {
  background-image: url(../img/combinate_bg.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.CombinateItem.Thr {
  background-image: url(../img/combinate_bg.png);
  background-repeat: no-repeat;
  background-position: 0 -29px;
}

.CombinateItem.Cas {
  background-image: url(../img/combinate_bg.png);
  background-repeat: no-repeat;
  background-position: 0 -58px;
}

.CombinateImp {
  color: #000;
  position: relative;
}

.CombinateSco {
  position: absolute;
  left: 25px;
  top: 3px;
  line-height: 22px;
  height: 22px;
  font-size: 14px;
  color: #4f86d0;
  font-style: italic;
}

.CombinateQuota {
  position: absolute;
  right: 70px;
  top: 3px;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  color: #9c9c9c;
}

.CombinateVincita {
  position: absolute;
  right: 3px;
  top: 3px;
  width: 63px;
  line-height: 19px;
  height: 19px;
  text-align: right;
  background-image: url(../img/combinate_vincita_bg.png);
  background-position: top;
}

.CombinateVincita A {
  display: block;
  color: #000;
  text-decoration: none;
  padding-right: 4px;
  font-size: 14px;
  font-style: italic;
  background-position: bottom;
}

.CombinateVincita A:hover {
  color: #000;
  background-image: url(../img/combinate_vincita_bg.png);
}

.CombinatePuntata {
  padding: 2px 0 0 6px;
  margin: 0 2px 4px 0;
  height: 16px;
  color: #000;
  font-weight: 700;
  font-size: 11px;
  position: relative;
}

.CombinatePuntata SPAN {
  position: absolute;
  right: 8px;
}

.BOSubEvent {
  background-color: #e6e5e5;
  padding: 2px 0 0 4px;
  font-weight: 700;
  font-size: 11px;
}

.BOOdds {
  background-color: #e6e5e5;
  white-space: nowrap;
  font-weight: 700;
  font-size: 11px;
  padding: 0;
  text-align: right;
  width: 33%;
  border-bottom: 1px solid #d8d7d7;
}

.BOOddsHeader {
  background-color: #e6e5e5;
  white-space: nowrap;
  font-size: 9px;
  padding: 0;
  text-align: right;
  width: 33%;
}

.BOData {
  background-color: #e6e5e5;
  padding: 0 0 2px 4px;
  font-size: 11px;
  color: #666362;
}

.BOKey {
  background-color: #e6e5e5;
  font-size: 14px;
  font-weight: 700;
}

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

.OUofTheDay .Match {
  font-weight: 700;
  font-size: 11px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
  width: 190px;
  white-space: nowrap;
}

.OUofTheDay .Date {
  height: 14px;
  position: relative;
  line-height: 14px;
  font-size: 10px;
  color: #6a6969;
  margin: 0 10px 0 10px;
  border-bottom: 1px solid #d5d5d5;
}

.OUofTheDay .Date .Day {
  position: absolute;
  left: 0;
  top: 0;
}

.OUofTheDay .Date .Time {
  position: absolute;
  right: 0;
  top: 0;
}

.OUofTheDay .chart {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
  margin-bottom: 5px;
}

.OUofTheDay .TipoQuota {
  position: relative;
  text-align: center;
  font-size: 15px;
  height: 30px;
  line-height: 28px;
  overflow: hidden;
  text-transform: capitalize;
}

.OUofTheDay .TipoQuota .tipo1 {
  position: absolute;
  left: 0;
  width: 91px;
  text-align: center;
}

.OUofTheDay .TipoQuota .hnd {
  position: absolute;
  left: 91px;
  text-align: center;
}

.OUofTheDay .TipoQuota .tipo2 {
  position: absolute;
  right: 0;
  width: 91px;
  text-align: center;
}

.OUofTheDay .Odds {
  height: 35px;
  line-height: 30px;
  position: relative;
  margin: 0 10px 0 10px;
  border-top: 1px solid #d5d5d5;
}

.OUofTheDay .Odds .odds1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 85px;
  text-align: center;
}

.OUofTheDay .Odds .odds2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 85px;
  text-align: center;
}

.OUofTheDay .Odds .odds1 A,
.OUofTheDay .Odds .odds2 A {
  display: block;
  background-image: url(../img/ou_odds_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  text-decoration: none;
  font-weight: 700;
  color: #000;
  font-size: 16px;
  width: 83px;
  height: 20px;
  line-height: 20px;
  margin-top: 6px;
}

.OUofTheDay .Odds .odds1 A:hover,
.OUofTheDay .Odds .odds2 A:hover {
  background-position: center bottom;
  color: #000;
}

.OUofTheDay .chart1,
.OUofTheDay .chart2 {
  overflow: hidden;
  color: #000;
  background-image: url(../img/ou_graph_bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  width: 91px;
  left: 7px;
  bottom: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  height: 0;
}

.OUofTheDay .chart2 {
  background-position: -91px top;
  left: auto;
  right: 7px;
}

.OUofTheDay .chart1 > div,
.OUofTheDay .chart2 > div {
  padding: 6px 0 2px 0;
  font-weight: 700;
  line-height: 9px;
  font-size: 9px;
}

.OUofTheDay .chart1 .p1,
.OUofTheDay .chart2 .p2 {
  font-size: 18px;
  line-height: 20px;
  padding: 0;
}

.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;
}

.MsgCnt {
  border: 1px solid #dadada;
  background-image: url(../img/msg_cnt_bg.png);
  background-repeat: repeat-x;
  background-color: #eee;
  background-position: left bottom;
  color: #22314e;
  border: 1px solid #fff;
}

.MsgBtm {
  height: 0;
}

.MsgConfirm,
.MsgErrors,
.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);
}

.MsgErrors {
  background-image: url(../img/ErrorTypes/msg_error.png);
}

.MsgCnt .Title {
  font-weight: 700;
  font-size: 12px;
}

.MsgCnt .SubTitle {
  font-weight: 700;
  font-size: 11px;
}

.MsgCnt .Txt {
  font-size: 12px;
}

.tdLiveScore,
.tdLiveScoreSel {
  background-image: url(../img/livescore_tab_unselected.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
  text-align: center;
  vertical-align: bottom;
  width: 94px;
  height: 23px;
}

.tdLiveScore A,
.tdLiveScoreSel A {
  font-weight: 700;
  display: block;
  padding: 0 0 2px 0;
  text-decoration: none;
  color: #fff;
}

.tdLiveScoreSel {
  background-image: url(../img/livescore_tab_selected.gif);
}

.tdLiveScoreSel A {
  text-transform: uppercase;
  padding: 0 0 4px 0;
  color: #202020;
}

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

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

.CreditCards {
  background-image: url(../img/creditCards.gif);
  background-repeat: no-repeat;
  background-position: center center;
  height: 82px;
  margin-top: 40px;
}

.pulsantiLogged {
  text-align: right;
  white-space: nowrap;
  font-size: 0;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-right: 10px;
  width: 220px;
}

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

.MenuGuestPages .MGPImg {
  text-align: center;
}

.MenuGuestPages .MGPMenu {
  text-align: center;
  background-image: url(../img/ImgTop_Menu_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 28px;
  line-height: 25px;
}

.MenuGuestPages .MGPMenu A {
  padding: 0 5px 0 5px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-transform: lowercase;
  font-size: 11px;
}

.ErrorTitleStyle {
  padding: 10px;
  color: red;
  font-size: 14px;
}

.ErrorMessageStyle {
  padding: 10px;
  color: #fff;
  margin-top: 20px;
  font-size: 12px;
}

.ErrorRetry {
  padding: 20px;
  margin-top: 20px;
  color: red;
  font-size: 14px;
}

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

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

#infoCentre UL {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #000;
  font-size: 11px;
  margin: 0 8px 0 8px;
}

#infoCentre UL LI {
  position: relative;
  padding: 0 0 0 20px;
  background-position: left center;
  background-repeat: no-repeat;
  margin: 4px 0 4px 0;
}

#infoCentre UL LI SPAN {
  position: absolute;
  font-weight: 700;
  right: 0;
}

#infoCentre UL LI A {
  text-decoration: none;
  color: #000;
}

#infoCentre .mail {
  background-image: url(../img/icons/info_mail.png);
}

#infoCentre .phone {
  background-image: url(../img/icons/info_phone.png);
}

#infoCentre .general {
  background-image: url(../img/icons/info_general.png);
}

#infoCentre .inter {
  background-image: url(../img/icons/info_inter.png);
}

.divBoxRss {
  background-color: #fff;
  height: 260px;
}

.divBoxRss .RSSData {
  text-align: left;
  font-size: 11px;
  color: #000;
  font-weight: 700;
  line-height: normal;
  width: 196px;
  overflow: hidden;
  height: 20px;
  position: absolute;
  top: 121px;
  left: 10px;
}

.divBoxRss .RSSTitle {
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  margin: 121px 10 0 10px;
  line-height: 20px;
  width: 196px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.divBoxRss .RSSTitle A {
  text-decoration: none;
  color: #4f86d0;
  font-weight: 700;
  font-size: 11px;
}

.divBoxRss .RSSDescription B {
  font-weight: 400;
}

.divBoxRss .RSSDescription {
  color: #000;
  font-size: 11px;
  height: 93px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 196px;
  padding: 0;
  top: 141px;
  position: absolute;
  margin: 0 10px 0 10px;
}

.divBoxRss .RSSDescription A {
  color: #000;
}

.divBoxRss .RSSDescription P {
  margin-top: 0;
  margin-bottom: 0;
}

.divBoxRss .RSSDescription IMG {
  display: none;
}

.divBoxRss .RSSCategory {
  display: none;
}

.divBoxRss .RSSImage {
  width: 216px;
  height: 111px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.divBoxRss .RSSImage IMG {
  width: 216px;
  height: 111px;
  position: absolute;
  top: 0;
  left: 0;
}

.divBoxRss .RSSTasti {
  font-size: 11px;
  color: #1d6416;
  width: 100px;
  white-space: nowrap;
  padding: 0;
  text-align: right;
  overflow: hidden;
  top: 240px;
  position: absolute;
  right: 0;
}

.divBoxRssList .RSSImage {
  margin: 2px 5px 0 0;
  width: 184px;
  height: 91px;
  background-image: url(../img/newsRSS_bg.png);
  padding: 6px;
}

.divBoxRssList .RSSImage IMG {
  width: 184px;
  height: 91px;
}

.divBoxRssList .RSSTitle {
  background-color: #e1e1e1;
  padding: 3px 0 3px 0;
  color: #394e76;
  font-weight: 700;
  font-size: 11px;
  border: 1px solid #cbc9c9;
}

.divBoxRssList .RSSDescription B {
  font-weight: 400;
}

.divBoxRssList .RSSDescription {
  font-size: 11px;
  width: 100%;
  padding: 5px 5px 0 0;
  vertical-align: top;
}

.divBoxRssList .RSSDescription IMG {
  display: none;
}

.divBoxRssList .RSSData {
  font-size: 11px;
  color: #4f86d0;
  font-weight: 700;
  padding: 0 8px 0 2px;
}

.divLiveChat {
  margin: 5px 0 0 0;
  padding: 16px 0 0 0;
  background-image: url(../img/liveChat_OUT.png);
  background-position: center center;
  background-repeat: no-repeat;
  height: 75px;
  text-align: center;
}

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

.GirocontoInfoUtente {
  padding-left: 30px;
}

.divBtnNewUser {
  display: none;
}

.innerfade {
  height: 240px !important;
}

.divMainShowEvents {
  margin: 0 10px;
  min-height: 400px;
}

.divMainShowEvents ul {
  margin-top: 10px;
}

.divShowEventsPuls {
  padding: 0 10px 10px 10px;
  text-align: right;
}

.divShowEventsCheckBox {
  background-image: url(../img/check.gif);
  background-position: right center;
  padding-right: 15px;
  background-repeat: no-repeat;
}

.divShowEventsMain {
  background-color: #272727;
  border: 2px solid #999;
  color: #fff;
  overflow: auto;
  height: 200px;
  padding: 0 5px;
  margin: 0 10px 10px 10px;
}

.divShowEvents {
  background-color: #272727;
  border: 2px solid #999;
  color: #fff;
  overflow: auto;
  height: 150px;
  padding: 5px;
}

.divShowEvents TABLE,
.divShowEventsMain TABLE {
  width: 100%;
}

.divShowEvents TD,
.divShowEventsMain TD {
  border-bottom: 1px solid #333;
  padding: 1px 2px;
}

.divShowEvents A,
.divShowEventsMain A {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.divShowEventsSel {
  background-color: #272727;
}

.divShowEventsMainInfo {
  padding-left: 10px;
}

.dgLiveTV {
  padding-bottom: 1px;
  background-color: #4a4a4a;
  background-image: url(../img/listatv_dg_bg.png);
  background-repeat: repeat-y;
}

.dgItemLiveTV {
  font-weight: 700;
  position: relative;
  background-color: #ccc;
  background-repeat: no-repeat;
  width: 757px;
  height: 41px;
  margin-bottom: 2px;
  overflow: hidden;
}

.dgItemLiveTV .dgLiveTVImg {
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  height: 41px;
  width: 29px;
  left: 0;
  top: 0;
}

.dgItemLiveTV .dgLiveTVEvento {
  position: absolute;
  height: 41px;
  line-height: 41px;
  width: 512px;
  top: 0;
  left: 30px;
}

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

.dgItemLiveTV .dgLiveTVEvento B A {
  color: #4f86d0;
  text-decoration: none;
}

.dgItemLiveTV .dgLiveTVData {
  position: absolute;
  height: 41px;
  line-height: 41px;
  width: 69px;
  top: 0;
  left: 540px;
  text-align: center;
}

.dgItemLiveTV .dgLiveTVOra {
  position: absolute;
  height: 41px;
  line-height: 41px;
  width: 47px;
  top: 0;
  left: 610px;
  text-align: center;
}

.dgItemLiveTV .dgLiveTVTV {
  position: absolute;
  height: 41px;
  line-height: 41px;
  width: 41px;
  top: 0;
  right: 0;
  text-align: center;
}

.dgItemLiveTV .dgLiveTVLogo {
  position: absolute;
  height: 41px;
  line-height: 41px;
  width: 41px;
  top: 0;
  right: 50px;
}

.dgLiveTVHdr {
  font-size: 10px;
  position: relative;
  background-color: #000;
  height: 23px;
  line-height: 23px;
  font-weight: 700;
  color: #fff;
}

.dgLiveTVHdr .LiveTVHdrEvento {
  position: absolute;
  top: 0;
  left: 5px;
  width: 512px;
}

.dgLiveTVHdr .LiveTVHdrData {
  position: absolute;
  top: 0;
  left: 540px;
  width: 69px;
  text-align: center;
}

.dgLiveTVHdr .LiveTVHdrOra {
  position: absolute;
  top: 0;
  left: 610px;
  width: 47px;
  text-align: center;
}

.dgLiveTVHdr .LiveTVHdrTV {
  position: absolute;
  top: 0;
  right: 50px;
  width: 41px;
  text-align: center;
}

.dgLiveTVHdr .LiveTVHdrCanale {
  position: absolute;
  top: 0;
  right: 5px;
  width: 41px;
  text-align: center;
}

.ValidationSummary {
  border: 1px solid red;
  background-color: #fff;
  margin: 6px;
  padding: 10px;
  font-size: 11px;
  color: red;
}

.ValidationSummary UL {
  margin: 0 25px;
  padding: 0;
  color: #000;
}

#divFlash {
  height: 1px;
}

.ContentPageTitle {
  background-image: url(../img/home_title_bg.png);
  padding: 0 0 0 10px;
  color: #fff;
  font-weight: 700;
  background-position: center center;
  background-repeat: no-repeat;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 11px;
}

.NormalContentPage {
  padding: 5px;
  color: #394e76;
}

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

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

.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;
}

.LiveBettingSportMain > UL LI A .icon {
  right: 25px;
  top: 2px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
}

.divNextEventsHome UL LI A .icon {
  right: 10px;
  top: 2px;
  width: 22px;
  height: 22px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
}

.LiveBettingSportMain {
  position: relative;
}

.LiveBettingSportMain .title {
  line-height: 37px;
  text-transform: capitalize;
  position: relative;
  z-index: 10;
  margin: 0;
}

.LiveBettingSportMain .LBTutti {
  display: none;
}

.LiveBettingSportMain .title a {
  background-color: #333;
  padding: 0 0 0 10px;
  color: #fff;
  font-weight: 700;
  line-height: 29px;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
}

.LiveBettingSportMain ul,
.divNextEventsHome ul {
  left: 200px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 10;
}

.LiveBettingSportMain ul li,
.divNextEventsHome ul li {
  float: left;
  line-height: 29px;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  height: 29px;
}

.LiveBettingSportMain ul li a,
.divNextEventsHome ul li a {
  display: block;
  background-image: url(../img/bg_sport.png);
  background-position: 141px 0;
  width: 70px;
  height: 29px;
  margin-right: -20px;
  position: relative;
  font-size: 0;
}

.LiveBettingSportMain ul li a:hover,
.divNextEventsHome ul li a:hover {
  background-position: 70px 0;
}

.LiveBettingSportMain ul li a.sel,
.divNextEventsHome ul li a.sel {
  background-position: 0 0;
}

.LiveBettingSportMain ul li a span,
.divNextEventsHome ul li a div {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 2px;
  left: 25px;
}

.LiveBettingSportMain .item .ora {
  position: absolute;
  right: 10px;
  color: #000;
}

.LiveBettingSportMain .item,
.LiveBettingSportMain .item.a {
  clear: both;
  position: relative;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #166300;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  margin: 3px 0;
}

.LiveBettingSportCnt .icon {
  display: none;
}

.LiveBettingSportMain .odds {
  position: absolute;
  right: 40px;
  top: -5px;
}

.LiveBettingSportCnt .oddsType {
  display: none;
}

.LiveBettingSportCnt .LBFase {
  line-height: 26px;
}

.LiveBettingSportMain .odd {
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  float: left;
  margin: 5px;
  color: #fff;
  width: 41px;
  height: 22px;
  padding: 0;
  background: #233832;
  background: -moz-linear-gradient(top, #233832 0, #233832 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #233832),
    color-stop(100%, #233832)
  );
  background: -webkit-linear-gradient(top, #233832 0, #233832 100%);
  background: -o-linear-gradient(top, #233832 0, #233832 100%);
  background: -ms-linear-gradient(top, #233832 0, #233832 100%);
  background: linear-gradient(to bottom, #233832 0, #233832 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#233832', endColorstr='#233832', GradientType=0);
  border-top: 1px solid #81d970;
}

.LBQuoteEnd {
  clear: both;
}

.LBEvento {
  height: 26px;
  line-height: 26px;
  padding-left: 155px;
  border-bottom: 1px solid #ffba4e;
}

.LiveBettingSportMain .evento1,
.LiveBettingSportMain .evento2 {
  color: #166300;
  float: left;
  font-size: 12px;
  font-weight: 400;
  height: 24px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100px;
  font-weight: 700;
}

.lastUpdate {
  display: none;
}

.LBLabel {
  height: 24px;
  line-height: 24px;
  position: absolute;
  left: 5px;
  top: 0;
  font-size: 10px;
  color: #166300;
  text-align: right;
}

.LBOrario {
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: 10px;
  top: 0;
  color: #000;
  font-size: 12px;
}

.LBImg {
  width: 37px;
  height: 16px;
  position: absolute;
  left: 6px;
  top: 5px;
}

.LBFase {
  display: block;
  font-size: 12px;
  font-weight: 400;
  left: 300px;
  line-height: 24px;
  position: absolute;
  text-decoration: blink;
  top: 0;
  white-space: nowrap;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  font-weight: 700;
}

.LBRisultato {
  position: absolute;
  left: 250px;
  top: 0;
  color: #000;
  font-size: 12px;
  white-space: nowrap;
  line-height: 24px;
  font-weight: 700;
}

.LBQuote {
  position: absolute;
  right: 45px;
  top: 4px;
}

.LBQuote .LBQuota {
  float: left;
  font-size: 11px;
  height: 16px;
  line-height: 16px;
  margin: 1px 1px;
  padding-left: 5px;
  position: relative;
  width: 40px;
  text-align: center;
  font-family: Arial;
}

.LBQuote .LBQuota A {
  color: #166300;
  text-decoration: none;
  display: block;
  border: 1px solid #82665d;
  border-radius: 4px;
  background-color: #3c170f;
  box-shadow: inset 0 10px 10px #a3401f;
}

.LBQuote .LBQuota B {
  cursor: default;
  font-weight: 400;
  display: none;
  position: absolute;
  left: 5px;
  top: 0;
  width: 115px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.LBQuota.c2 {
  width: 39px;
}

.LBQuote .LBQuota A:hover {
  background-color: #ffba4e;
  box-shadow: inset 0 10px 10px #eae489;
  border: 1px solid #000;
  color: #000;
  font-weight: 700;
}

.GMTPanel {
  position: absolute;
  right: 0;
  bottom: -25px;
  z-index: 10;
  overflow: hidden;
  text-align: right;
  line-height: 22px;
  font-weight: 700;
  color: #dadada;
}

.GMT_content_wrapper {
  margin-left: 10px;
  height: 18px;
  min-width: 65px;
  padding-left: 7px;
  line-height: 18px;
  overflow: hidden;
  background-color: #000;
  border-radius: 2px;
  box-shadow: inset 0 4px 8px #555;
  border: 1px solid #333;
  z-index: 10;
  padding-right: 5px;
  text-align: left;
  color: #fff;
  float: right;
}

.GMT_content_wrapper.big {
  height: auto;
  background-color: #22314e;
  border-radius: 2px;
  box-shadow: inset 0 4px 8px #555;
}

.GMT_content_wrapper .GMTFlags A {
  text-decoration: none;
  font-weight: 700;
  font-size: 10px;
  color: #fff;
  display: block;
}

.GMT_content_wrapper.big .GMTFlags A {
  color: #fff;
}

.GMT_content_wrapper.big .GMTFlags A:hover {
  color: #fc0;
}

.GMT_content_wrapper #btnGMTList {
  position: absolute;
  top: 0;
  right: 0;
}

.GMT_content_wrapper #btnGMTList A {
  display: block;
  height: 18px;
  width: 18px;
  background-image: url(../img/sortdescending.gif);
  background-position: 3px center;
  background-repeat: no-repeat;
  display: none;
}

.GMT_content_wrapper .GMTFlags > DIV {
  display: none;
  border-bottom: 1px solid #666;
  min-width: 55px;
  overflow: hidden;
  height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.GMT_content_wrapper .GMTFlags > DIV:last-child {
  border: 0;
}

.GMT_content_wrapper .GMTFlags > DIV.Sel {
  display: block;
  cursor: default;
}

.sessionTimeout {
  text-align: center;
}

.sessionTimeout a {
  color: #000;
}

.sessionTimeout .logo {
  display: block;
  width: 100%;
  height: 150px;
  background-image: url(../img/header_logo.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.sessionTimeout .logo:hover {
  cursor: pointer;
}

.container_TopMenu .liveChat {
  float: left;
  width: 103px;
  height: 21px;
  margin-top: 1px;
  background: none;
}

.container_TopMenu .liveChat:hover {
  background: none;
}

.divCouponCheck {
  margin: 0 0 5px 0;
  position: relative;
  background-color: #fff;
  height: 78px;
  /* padding-bottom: 2rem; */
  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;
}

.betdetail,
.bodyMainPop.couponcheckdetailspopup {
  font-size: 11px;
}

.betdetail .cellaDx,
.betdetail .cellaSx,
.bodyMainPop.couponcheckdetailspopup .cellaDx,
.bodyMainPop.couponcheckdetailspopup .cellaSx {
  height: 25px;
}

.betdetail .dgStyle,
.bodyMainPop.couponcheckdetailspopup .dgStyle {
  font-size: 11px;
  font-weight: 400;
}

.betdetail .dgStyle .dgSubHdrStyle,
.bodyMainPop.couponcheckdetailspopup .dgStyle .dgSubHdrStyle {
  background-color: #c9c9c9;
  font-size: 11px;
  font-weight: 400;
}

.betdetail .dgStyle .dgSubHdrStyle TH,
.bodyMainPop.couponcheckdetailspopup .dgStyle .dgSubHdrStyle TH {
  font-weight: 400;
}

.betdetail .divCheckCpnDisclaimer,
.bodyMainPop.couponcheckdetailspopup .divCheckCpnDisclaimer {
  text-align: center;
  padding: 10px;
  color: grey;
}

.betdetail .divCheckCpnRebet,
.bodyMainPop.couponcheckdetailspopup .divCheckCpnRebet {
  text-align: center;
}

.betdetail .divBetDetailsRebet,
.bodyMainPop.couponcheckdetailspopup .divBetDetailsRebet {
  text-align: center;
  position: relative;
}

.betdetail .divBetDetailsRebet input,
.bodyMainPop.couponcheckdetailspopup .divBetDetailsRebet input {
  box-sizing: border-box;
  left: calc(50% - 40px);
  width: 80px;
  position: absolute;
  bottom: 3px;
}

.betdetail .cashout,
.bodyMainPop.couponcheckdetailspopup .cashout {
  position: relative;
  height: 30px;
  line-height: 30px;
  text-align: right;
}

.betdetail .cashout > div.waiting,
.bodyMainPop.couponcheckdetailspopup .cashout > div.waiting {
  height: 30px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../img/waiting_Live.gif);
}

.betdetail .cashout > div .pnlError,
.bodyMainPop.couponcheckdetailspopup .cashout > div .pnlError {
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ececec;
  color: #555;
  text-transform: uppercase;
  border: 1px solid #ab1618;
  border-radius: 2px;
  text-align: left;
  text-indent: 5px;
  line-height: 22px;
}

.betdetail .cashout > div .pnlError .tooltip,
.bodyMainPop.couponcheckdetailspopup .cashout > div .pnlError .tooltip {
  display: none;
  position: absolute;
  top: 22px;
  left: -140px;
  z-index: 1000;
  width: 190px;
  padding: 8px;
  border-radius: 3px;
  background-color: #7e2424;
  color: #fff;
  white-space: normal;
  line-height: 14px;
  font-size: 12px;
  text-transform: none;
  text-indent: 0;
  box-shadow: 1px 1px 5px 0 #333;
}

.betdetail .cashout > div .pnlError .tooltip:before,
.bodyMainPop.couponcheckdetailspopup .cashout > div .pnlError .tooltip:before {
  content: '';
  position: absolute;
  top: -5px;
  right: 25px;
  border-bottom: 5px solid #7e2424;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.betdetail .cashout > div .pnlError:hover .tooltip,
.bodyMainPop.couponcheckdetailspopup .cashout > div .pnlError:hover .tooltip {
  display: block;
}

.betdetail .cashout > div .pnlConfirm,
.bodyMainPop.couponcheckdetailspopup .cashout > div .pnlConfirm {
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 0;
  padding-left: 20px;
  color: #fff;
  text-transform: uppercase;
  background: #20884b;
  background: -moz-linear-gradient(top, #2fa35c 0, #20884b 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #2fa35c),
    color-stop(100%, #20884b)
  );
  background: -o-linear-gradient(top, #2fa35c 0, #20884b 100%);
  background: -ms-linear-gradient(top, #2fa35c 0, #20884b 100%);
  background: linear-gradient(to bottom, #2fa35c 0, #20884b 100%);
  border-radius: 2px;
  text-align: left;
}

.betdetail .cashout > div .pnlConfirm .value,
.bodyMainPop.couponcheckdetailspopup .cashout > div .pnlConfirm .value {
  line-height: 22px;
  font-size: 12px;
  text-align: right;
  margin-right: 30px;
  padding-right: 5px;
  border-right: 1px solid #268844;
  box-shadow: 1px 0 0 0 #2da050;
  white-space: nowrap;
}

.betdetail .cashout > div .pnlConfirm .btnConfirm,
.bodyMainPop.couponcheckdetailspopup .cashout > div .pnlConfirm .btnConfirm {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 0;
  cursor: pointer;
}

.betdetail .cashout > div .pnlConfirm:before,
.bodyMainPop.couponcheckdetailspopup .cashout > div .pnlConfirm:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  background: url(../img/Icons/cashout.png) center center no-repeat;
  background-size: 20px;
}

.betdetail .cashout > div .pnlConfirm:hover,
.bodyMainPop.couponcheckdetailspopup .cashout > div .pnlConfirm:hover {
  background: #20884b;
  background: -moz-linear-gradient(top, #2fa35c 0, #20884b 10%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #2fa35c),
    color-stop(10%, #20884b)
  );
  background: -o-linear-gradient(top, #2fa35c 0, #20884b 10%);
  background: -ms-linear-gradient(top, #2fa35c 0, #20884b 10%);
  background: linear-gradient(to bottom, #2fa35c 0, #20884b 10%);
}

.betdetail .cashout > div .pnlConfirmed,
.bodyMainPop.couponcheckdetailspopup .cashout > div .pnlConfirmed {
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 0;
  padding: 0 30px 0 10px;
  color: #1c6432;
  background-color: #d8f4e1;
  border: 1px solid #74d893;
  border-radius: 3px;
}

.betdetail .cashout > div .pnlConfirmed .confirm,
.bodyMainPop.couponcheckdetailspopup .cashout > div .pnlConfirmed .confirm {
  line-height: 22px;
  text-transform: uppercase;
  text-align: left;
}

.betdetail .cashout > div .pnlConfirmed:after,
.bodyMainPop.couponcheckdetailspopup .cashout > div .pnlConfirmed:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  background: url(../img/Icons/btnConfirm.png) center no-repeat;
  opacity: 0.5;
}

.couponcheckdetailspopup {
  width: 424px;
}

.couponcheckdetailspopup .rowCashout .cellaDx {
  width: 250px;
}

.couponcheckdetailspopup .cashout.readonly {
  height: 40px;
}

.couponcheckdetailspopup .cashout.readonly > div.waiting {
  background-image: none;
}

.couponcheckdetailspopup .cashout.readonly > div .pnlConfirm {
  position: initial;
  top: initial;
  bottom: initial;
  right: initial;
  padding-left: initial;
  color: initial;
  text-transform: none;
  background: 0 0;
  border-radius: initial;
  text-align: right;
  height: 22px;
}

.couponcheckdetailspopup .cashout.readonly > div .pnlConfirm:before {
  content: none;
  position: initial;
  top: initial;
  right: initial;
  bottom: initial;
  width: initial;
  background: 0 0;
}

.couponcheckdetailspopup .cashout.readonly > div .pnlConfirm .value {
  margin-right: initial;
  padding-right: initial;
  border-right: initial;
  box-shadow: initial;
}

.couponcheckdetailspopup .cashout.readonly > div .disclaimer {
  position: absolute;
  right: 0;
  top: 18px;
}

.couponcheckdetailspopup canvas {
  width: 424px;
}

.couponcheckdetailspopup .pnlConfirm canvas {
  background-color: #fff;
  width: 250px;
}

.betdetail .cellaDx .cashout > div.waiting {
  background-position: left center;
}

.betdetail .cellaDx .cashout > div .pnlConfirm,
.betdetail .cellaDx .cashout > div .pnlConfirmed,
.betdetail .cellaDx .cashout > div .pnlError {
  position: absolute;
  right: auto;
  left: 0;
}

.fastAmounts {
  padding: 5px 5px 5px 6px;
  height: 20px;
  clear: both;
}

.fastAmounts a {
  display: block;
  float: left;
  width: 33px;
  margin-left: 4px;
  height: 20px;
  border-radius: 2px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  background-color: #474747;
  /* border: 1px solid #217d07; */
}

.fastAmounts a:first-child {
  width: 45px;
  margin: 0;
}

.fastAmounts a:hover {
  background-color: #ffd701;
  color: #000;
}

.divAccRiserva {
  clear: both;
  padding: 0 3px 3px 3px;
  margin: 5px 5px 0 5px;
  background-color: #fc05fc;
  border-radius: 3px;
}

.divAccRiserva .Title {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
}

.divAccRiserva .rblAccRiserva BR {
  display: none;
}

.divAccRiserva .rblAccRiserva :nth-child(2) {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.divAccRiserva .rblAccRiserva :nth-child(8) {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.divAccRiserva .rblAccRiserva INPUT[type='radio'] {
  display: none;
}

.divAccRiserva .rblAccRiserva INPUT[type='radio'] + label {
  position: relative;
  display: block;
  height: 20px;
  text-indent: 12px;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
  line-height: 20px;
  background-color: #217d07;
  overflow: hidden;
  border: 1px solid #279608;
  cursor: pointer;
}

.divAccRiserva .rblAccRiserva INPUT[type='radio'] + label:before {
  content: '';
  position: absolute;
  height: 12px;
  width: 4px;
  top: 4px;
  left: 4px;
  background-color: #217d07;
}

.divAccRiserva .rblAccRiserva INPUT[type='radio']:checked + label {
  background-color: #217d07;
  box-shadow: inset 0 0 5px 0 #fc05fc;
  color: #fff;
  border: 1px solid #279608;
}

.divAccRiserva .rblAccRiserva INPUT[type='radio']:checked + label:before {
  background-color: #f98d00;
  box-shadow: 0 0 5px 0 rgba(249, 141, 0, 0.2);
}

.groupsext .Riquadro.List {
  margin-top: 0;
  padding-top: 0;
}

.groupsext .Riquadro.List > h3 {
  display: none;
}

.groupsext .Riquadro #GroupExtList {
  margin-top: 0;
  clear: both;
}

.groupsext .sportData {
  width: 100%;
  background-color: #303030;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 29px;
  line-height: 29px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  text-transform: uppercase;
}

.groupsext .sportData .buttons {
  display: none;
}

.groupsext .sportData .type {
  display: block;
  margin-left: 10px;
  background-image: url(../img/selectAll.png);
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.groupsext .groupsList {
  width: 100%;
  clear: both;
}

.groupsext .groupsList > div .groupData {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  padding: 0 0 0 10px;
  text-decoration: none;
  background-color: #171717;
  height: 33px;
  line-height: 30px;
  position: relative;
  text-transform: uppercase;
  clear: both;
}

.groupsext .groupsList > div .groupData .group {
  width: 85%;
  text-decoration: none;
  color: #fff;
  display: block;
  float: left;
  padding-top: 1px;
}

.groupsext .groupsList > div .groupData .form_btn {
  position: relative;
  float: right;
  margin-top: 1px;
  text-transform: none;
  visibility: hidden;
}

.groupsext .groupsList > div .eventsList {
  margin-bottom: 4px;
  box-shadow: inset 0 -1px 0 #ccc;
  overflow: hidden;
}

.groupsext .groupsList > div .eventsList > div {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  position: relative;
  vertical-align: middle;
  width: 50% !important;
  float: left;
  padding: 6px 0;
  text-indent: 30px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.groupsext .groupsList > div .eventsList > div label {
  display: block;
  width: 270px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.groupsext .groupsList > div .eventsList > div input[type='checkbox'] {
  position: absolute;
  top: 5px;
  left: 5px;
}

.groupsext .groupsList .groupBtn {
  height: 25px;
  margin-right: 10px;
  padding-bottom: 20px;
  clear: both;
}

.groupsext .groupsList .groupBtn a {
  float: right;
  margin: 0 4px;
  padding: 2px 10px;
  width: auto;
  height: 20px;
  display: none;
}

.groupsext .groupsList .groupBtn a:first-child {
  display: block;
}

.newuseragent .cellaDx.newUser,
.newuseragent .cellaSx.newUser,
.newuseragent .rfv.newUser {
  background-color: #81c997;
}

.gridWrapper {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: visible;
}

.gridWrapper .grid {
  clear: both;
  display: table;
  width: 100%;
}

.gridWrapper .grid > .item {
  display: table-row;
  position: relative;
  height: 30px;
  padding: 0;
  margin: 0;
  background-color: #e6e6e6;
  font-weight: 700;
}

.gridWrapper .grid > .item .btnIco {
  display: none;
}

.gridWrapper .grid > .item:nth-child(even) {
  background-color: #fff;
}

.gridWrapper .grid > .item > DIV {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.75em;
}

.gridWrapper .grid > .item > DIV:first-child {
  padding-left: 0.75em;
}

.gridWrapper .grid > .item > DIV:last-child {
  padding-right: 0.75em;
}

.gridWrapper .grid > .item > DIV.amount {
  text-align: right;
}

.gridWrapper .grid > .item > DIV.id {
  text-align: center;
}

.gridWrapper .grid > .item > DIV.type {
  text-align: center;
}

.gridWrapper .grid > .item > DIV.data {
  text-align: center;
  font-size: 0.8em;
  white-space: nowrap;
}

.gridWrapper .grid > .item > DIV.cashout {
  padding: 5px !important;
}

.gridWrapper .grid > .item > DIV.cashout > div .pnlError {
  position: relative;
  background-color: #fff;
  font-size: 0.8em;
  color: #f9efc9;
  text-transform: uppercase;
  border: 1px solid #f9efc9;
  border-radius: 3px;
  text-align: left;
  text-indent: 5px;
  min-width: 180px;
  line-height: 35px;
  overflow: visible;
}

.gridWrapper .grid > .item > DIV.cashout > div .pnlError .tooltip {
  display: none;
  position: absolute;
  top: 37px;
  left: -15px;
  z-index: 10000;
  width: 190px;
  padding: 8px;
  border-radius: 3px;
  overflow: visible;
  z-index: 1000;
  background-color: #fc05fc;
  color: #000;
  white-space: normal;
  line-height: 14px;
  font-size: 11px;
  text-transform: none;
  text-indent: 0;
}

.gridWrapper .grid > .item > DIV.cashout > div .pnlError .tooltip:before {
  content: '';
  position: absolute;
  top: -5px;
  right: 25px;
  border-bottom: 5px solid #fc05fc;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  overflow: visible;
}

.gridWrapper .grid > .item > DIV.cashout > div .pnlError:hover .tooltip {
  display: block;
}

.gridWrapper .grid > .item > DIV.cashout > div .pnlConfirm {
  color: #000;
  text-transform: uppercase;
  height: 35px;
  min-width: 180px;
  position: relative;
  background-color: #fc05fc;
  border-radius: 3px;
  text-align: left;
}

.gridWrapper .grid > .item > DIV.cashout > div .pnlConfirm .value {
  line-height: 35px !important;
  font-size: 0.8em;
  text-align: right;
  margin-right: 30px;
  padding-right: 5px;
  height: 35px;
  font-weight: 700;
  position: relative;
}

.gridWrapper .grid > .item > DIV.cashout > div .pnlConfirm .value:before {
  content: 'CASHOUT';
  position: absolute;
  top: 18px;
  left: 10px;
  right: 0;
  text-align: left;
  line-height: 0;
  font-size: 0.8em;
  font-weight: 700;
  color: #000;
}

.gridWrapper .grid > .item > DIV.cashout > div .pnlConfirm .btnConfirm {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 0;
  cursor: pointer;
}

.gridWrapper .grid > .item > DIV.cashout > div .pnlConfirm:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 35px;
  line-height: 35px;
  background-color: #279608;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 1000;
}

.gridWrapper .grid > .item > DIV.cashout > div .pnlConfirmed {
  padding: 0 0 0 5px;
  color: #010400;
  min-width: 180px;
  position: relative;
  background-color: #bedfb1;
  border: 1px solid #73ba57;
  border-radius: 3px;
}

.gridWrapper .grid > .item > DIV.cashout > div .pnlConfirmed .confirm {
  line-height: 35px;
  text-transform: uppercase;
  text-align: left;
  font-size: 0.8em;
}

.gridWrapper .grid > .item > DIV.cashout > div .pnlConfirmed:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 35px;
  background: url(../img/Icons/btnConfirm.png) center no-repeat;
  opacity: 0.5;
}

.gridWrapper .grid > .item > DIV a {
  text-decoration: none;
  color: #fc05fc;
}

.gridWrapper .grid > .item > DIV.btn {
  width: 50px;
  white-space: nowrap;
  text-align: center;
}

.gridWrapper .grid > .item > DIV.btn a {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fc05fc;
  text-decoration: none;
  font-weight: 400;
}

.gridWrapper .grid > .item > DIV.btn a label {
  font-size: 0.8em;
  padding-left: 5px;
}

.gridWrapper .grid > .item > DIV.icon {
  text-align: center;
  font-size: 0.8em;
}

.gridWrapper .grid > .item > DIV.icon label {
  padding-left: 5px;
}

.gridWrapper .grid > .item > DIV.edit {
  white-space: nowrap;
}

.gridWrapper .grid > .item > DIV.edit a {
  width: 20px;
  height: 20px;
  display: inline-block;
  color: #fc05fc;
  text-decoration: none;
}

.gridWrapper .grid > .item > DIV.edit a label {
  font-size: 0.8em;
  padding-left: 5px;
}

.gridWrapper .grid > .item.header {
  background-color: #fc05fc;
  color: #fff;
}

.gridWrapper .grid > .item.header A {
  text-decoration: none;
  color: #fff;
}

.gridWrapper .grid > .item.header .btn {
  font-size: 0;
}

.gridWrapper .grid > .item.header > DIV {
  font-size: 0.8em !important;
  white-space: nowrap;
}

.gridWrapper .grid > .defaultUser .b_default a:before {
  color: #fc05fc;
}

.gridWrapper .grid.invoiceDetail {
  margin-top: 15px;
}

.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;
}

.pager {
  display: block;
  padding: 10px;
  clear: both;
}

.pager .num,
.pager a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 30px;
  background-color: #fc05fc;
  color: #000;
  text-decoration: none;
  text-align: center;
  margin-right: 5px;
  border-radius: 3px;
}

.pager .num:hover,
.pager a:hover {
  background-color: #103e03;
  box-shadow: 0 0 3px 1px rgba(20, 77, 4, 0.5);
}

.pager .num.sel,
.pager a.sel {
  background-color: #fc05fc;
  cursor: default;
}

.pager .num.sel:hover,
.pager a.sel:hover {
  box-shadow: none;
  cursor: default;
}

.pager .button {
  float: none;
  display: inline-block;
  padding: 0 10px;
}

.pager .total {
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  margin-left: 5px;
  color: #fc05fc;
  font-weight: 700;
}

.Riquadro.cashierList,
.Riquadro.cashoutClosed,
.Riquadro.cashoutOpen {
  background-color: #fff;
  padding: 15px;
  position: relative;
  padding-top: 5px;
}

.Riquadro.cashierList h3,
.Riquadro.cashoutClosed h3,
.Riquadro.cashoutOpen h3 {
  background-color: #1d8440;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 25px;
  font-size: 13px;
  color: #fff;
  text-indent: 10px;
}

.Riquadro.cashierList .headMenu,
.Riquadro.cashoutClosed .headMenu,
.Riquadro.cashoutOpen .headMenu {
  position: absolute;
  top: 15px;
  right: 20px;
}

.Riquadro.cashierList .headMenu .tab,
.Riquadro.cashoutClosed .headMenu .tab,
.Riquadro.cashoutOpen .headMenu .tab {
  float: left;
  margin: 5px 0 0 6px;
  height: 20px;
  line-height: 21px;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #fff;
  border-radius: 3px 3px 0 0;
  color: #fc05fc;
  opacity: 0.5;
}

.Riquadro.cashierList .headMenu .tab.sel,
.Riquadro.cashoutClosed .headMenu .tab.sel,
.Riquadro.cashoutOpen .headMenu .tab.sel {
  opacity: 1;
}

.Riquadro.cashierList .form,
.Riquadro.cashoutClosed .form,
.Riquadro.cashoutOpen .form {
  position: relative;
}

.Riquadro.cashierList .form .form_help,
.Riquadro.cashoutClosed .form .form_help,
.Riquadro.cashoutOpen .form .form_help {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 420px;
  padding: 0 10px;
}

.Riquadro.cashierList .form .form_item,
.Riquadro.cashoutClosed .form .form_item,
.Riquadro.cashoutOpen .form .form_item {
  width: 320px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  line-height: 24px;
  padding: 5px;
}

.Riquadro.cashierList .form .form_item label,
.Riquadro.cashoutClosed .form .form_item label,
.Riquadro.cashoutOpen .form .form_item label {
  font-weight: 700;
}

.Riquadro.cashierList .form .form_item input,
.Riquadro.cashoutClosed .form .form_item input,
.Riquadro.cashoutOpen .form .form_item input {
  position: absolute;
  right: 0;
  top: 0;
  margin: 5px;
  width: 85px;
  height: 21px;
  line-height: 21px;
  text-align: right;
  padding: 0 5px;
  border: 1px solid #dedede;
}

.Riquadro.cashierList .form .form_btn,
.Riquadro.cashoutClosed .form .form_btn,
.Riquadro.cashoutOpen .form .form_btn {
  width: 330px;
  overflow: hidden;
  text-align: right;
  margin: 5px 0;
  padding: 5px 0;
}

.Riquadro.cashierList .form .form_btn a,
.Riquadro.cashoutClosed .form .form_btn a,
.Riquadro.cashoutOpen .form .form_btn a {
  text-decoration: none;
  padding: 2px 10px;
  display: inline-block;
}

.Riquadro.cashierList .gridWrapper,
.Riquadro.cashoutClosed .gridWrapper,
.Riquadro.cashoutOpen .gridWrapper {
  margin-top: 10px;
}

.Riquadro.cashierList .gridWrapper h4,
.Riquadro.cashoutClosed .gridWrapper h4,
.Riquadro.cashoutOpen .gridWrapper h4 {
  background-color: #303030;
  color: #fff;
  height: 25px;
  line-height: 26px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}

.Riquadro.cashierList .gridWrapper .grid,
.Riquadro.cashoutClosed .gridWrapper .grid,
.Riquadro.cashoutOpen .gridWrapper .grid {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.Riquadro.cashierList .gridWrapper .grid .item,
.Riquadro.cashoutClosed .gridWrapper .grid .item,
.Riquadro.cashoutOpen .gridWrapper .grid .item {
  display: table-row;
  width: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 11px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: visible;
}

.Riquadro.cashierList .gridWrapper .grid .item > a,
.Riquadro.cashoutClosed .gridWrapper .grid .item > a,
.Riquadro.cashoutOpen .gridWrapper .grid .item > a {
  display: none;
}

.Riquadro.cashierList .gridWrapper .grid .item a,
.Riquadro.cashoutClosed .gridWrapper .grid .item a,
.Riquadro.cashoutOpen .gridWrapper .grid .item a {
  text-decoration: none;
  color: #42464c;
}

.Riquadro.cashierList .gridWrapper .grid .item a:hover,
.Riquadro.cashoutClosed .gridWrapper .grid .item a:hover,
.Riquadro.cashoutOpen .gridWrapper .grid .item a:hover {
  color: #0b6d2b;
}

.Riquadro.cashierList .gridWrapper .grid .item > div,
.Riquadro.cashoutClosed .gridWrapper .grid .item > div,
.Riquadro.cashoutOpen .gridWrapper .grid .item > div {
  display: table-cell;
  color: #555;
  box-shadow:
    -1px 0 0 0 #e6e6e6,
    0 1px 0 0 #e6e6e6;
}

.Riquadro.cashierList .gridWrapper .grid .item .codCoupon,
.Riquadro.cashoutClosed .gridWrapper .grid .item .codCoupon,
.Riquadro.cashoutOpen .gridWrapper .grid .item .codCoupon {
  font-weight: 700;
}

.Riquadro.cashierList .gridWrapper .grid .item .amount,
.Riquadro.cashierList .gridWrapper .grid .item .winning,
.Riquadro.cashoutClosed .gridWrapper .grid .item .amount,
.Riquadro.cashoutClosed .gridWrapper .grid .item .winning,
.Riquadro.cashoutOpen .gridWrapper .grid .item .amount,
.Riquadro.cashoutOpen .gridWrapper .grid .item .winning {
  text-align: right;
}

.Riquadro.cashierList .gridWrapper .grid .item .amount span,
.Riquadro.cashierList .gridWrapper .grid .item .winning span,
.Riquadro.cashoutClosed .gridWrapper .grid .item .amount span,
.Riquadro.cashoutClosed .gridWrapper .grid .item .winning span,
.Riquadro.cashoutOpen .gridWrapper .grid .item .amount span,
.Riquadro.cashoutOpen .gridWrapper .grid .item .winning span {
  padding-right: 7px;
}

.Riquadro.cashierList .gridWrapper .grid .item .cashout,
.Riquadro.cashoutClosed .gridWrapper .grid .item .cashout,
.Riquadro.cashoutOpen .gridWrapper .grid .item .cashout {
  position: relative;
  box-shadow:
    -1px 0 0 0 #e6e6e6,
    0 1px 0 0 #e6e6e6,
    1px 0 0 0 #e6e6e6;
}

.Riquadro.cashierList .gridWrapper .grid .item .cashout > div.waiting,
.Riquadro.cashoutClosed .gridWrapper .grid .item .cashout > div.waiting,
.Riquadro.cashoutOpen .gridWrapper .grid .item .cashout > div.waiting {
  height: 30px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center center;
  background-image: url(../img/waiting_Live.gif);
}

.Riquadro.cashierList .gridWrapper .grid .item .cashout > div .pnlError,
.Riquadro.cashoutClosed .gridWrapper .grid .item .cashout > div .pnlError,
.Riquadro.cashoutOpen .gridWrapper .grid .item .cashout > div .pnlError {
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
  background-color: #ffdbdb;
  color: #ab1618;
  text-transform: uppercase;
  border: 1px solid #ab1618;
  border-radius: 2px;
  text-align: left;
  text-indent: 5px;
  line-height: 22px;
}

.Riquadro.cashierList .gridWrapper .grid .item .cashout > div .pnlError .title,
.Riquadro.cashoutClosed .gridWrapper .grid .item .cashout > div .pnlError .title,
.Riquadro.cashoutOpen .gridWrapper .grid .item .cashout > div .pnlError .title {
  text-align: center;
}

.Riquadro.cashierList .gridWrapper .grid .item .cashout > div .pnlError .tooltip,
.Riquadro.cashoutClosed .gridWrapper .grid .item .cashout > div .pnlError .tooltip,
.Riquadro.cashoutOpen .gridWrapper .grid .item .cashout > div .pnlError .tooltip {
  display: none;
  position: absolute;
  top: 22px;
  left: -105px;
  z-index: 1000;
  width: 190px;
  padding: 8px;
  border-radius: 3px;
  background-color: #7e2424;
  color: #fff;
  white-space: normal;
  line-height: 14px;
  font-size: 11px;
  text-transform: none;
  text-indent: 0;
}

.Riquadro.cashierList .gridWrapper .grid .item .cashout > div .pnlError .tooltip:before,
.Riquadro.cashoutClosed .gridWrapper .grid .item .cashout > div .pnlError .tooltip:before,
.Riquadro.cashoutOpen .gridWrapper .grid .item .cashout > div .pnlError .tooltip:before {
  content: '';
  position: absolute;
  top: -5px;
  right: 25px;
  border-bottom: 5px solid #7e2424;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.Riquadro.cashierList .gridWrapper .grid .item .cashout > div .pnlError:hover .tooltip,
.Riquadro.cashoutClosed .gridWrapper .grid .item .cashout > div .pnlError:hover .tooltip,
.Riquadro.cashoutOpen .gridWrapper .grid .item .cashout > div .pnlError:hover .tooltip {
  display: block;
}

.Riquadro.cashierList .gridWrapper .grid .item .cashout > div .pnlConfirm,
.Riquadro.cashoutClosed .gridWrapper .grid .item .cashout > div .pnlConfirm,
.Riquadro.cashoutOpen .gridWrapper .grid .item .cashout > div .pnlConfirm {
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
  color: #fff;
  text-transform: uppercase;
  background: #20884b;
  background: -moz-linear-gradient(top, #2fa35c 0, #20884b 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #2fa35c),
    color-stop(100%, #20884b)
  );
  background: -o-linear-gradient(top, #2fa35c 0, #20884b 100%);
  background: -ms-linear-gradient(top, #2fa35c 0, #20884b 100%);
  background: linear-gradient(to bottom, #2fa35c 0, #20884b 100%);
  border-radius: 2px;
  text-align: left;
}

.Riquadro.cashierList .gridWrapper .grid .item .cashout > div .pnlConfirm .value,
.Riquadro.cashoutClosed .gridWrapper .grid .item .cashout > div .pnlConfirm .value,
.Riquadro.cashoutOpen .gridWrapper .grid .item .cashout > div .pnlConfirm .value {
  line-height: 22px;
  font-size: 12px;
  text-align: right;
  margin-right: 30px;
  padding-right: 5px;
  border-right: 1px solid #268844;
  box-shadow: 1px 0 0 0 #2da050;
}

.Riquadro.cashierList .gridWrapper .grid .item .cashout > div .pnlConfirm .btnConfirm,
.Riquadro.cashoutClosed .gridWrapper .grid .item .cashout > div .pnlConfirm .btnConfirm,
.Riquadro.cashoutOpen .gridWrapper .grid .item .cashout > div .pnlConfirm .btnConfirm {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 0;
  cursor: pointer;
}

.Riquadro.cashierList .gridWrapper .grid .item .cashout > div .pnlConfirm:before,
.Riquadro.cashoutClosed .gridWrapper .grid .item .cashout > div .pnlConfirm:before,
.Riquadro.cashoutOpen .gridWrapper .grid .item .cashout > div .pnlConfirm:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  background: url(../img/Icons/cashout.png) center center no-repeat;
  background-size: 20px;
}

.Riquadro.cashierList .gridWrapper .grid .item .cashout > div .pnlConfirmed,
.Riquadro.cashoutClosed .gridWrapper .grid .item .cashout > div .pnlConfirmed,
.Riquadro.cashoutOpen .gridWrapper .grid .item .cashout > div .pnlConfirmed {
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
  padding: 0 30px 0 5px;
  color: #1c6432;
  background-color: #d8f4e1;
  border: 1px solid #74d893;
  border-radius: 3px;
}

.Riquadro.cashierList .gridWrapper .grid .item .cashout > div .pnlConfirmed .confirm,
.Riquadro.cashoutClosed .gridWrapper .grid .item .cashout > div .pnlConfirmed .confirm,
.Riquadro.cashoutOpen .gridWrapper .grid .item .cashout > div .pnlConfirmed .confirm {
  line-height: 20px;
  text-transform: uppercase;
  text-align: left;
}

.Riquadro.cashierList .gridWrapper .grid .item .cashout > div .pnlConfirmed:after,
.Riquadro.cashoutClosed .gridWrapper .grid .item .cashout > div .pnlConfirmed:after,
.Riquadro.cashoutOpen .gridWrapper .grid .item .cashout > div .pnlConfirmed:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  background: url(../img/Icons/btnConfirm.png) center no-repeat;
  opacity: 0.5;
}

.Riquadro.cashierList .gridWrapper .grid .item.header,
.Riquadro.cashoutClosed .gridWrapper .grid .item.header,
.Riquadro.cashoutOpen .gridWrapper .grid .item.header {
  background-color: #f7f7f7;
}

.Riquadro.cashierList .gridWrapper .grid .item.header div,
.Riquadro.cashoutClosed .gridWrapper .grid .item.header div,
.Riquadro.cashoutOpen .gridWrapper .grid .item.header div {
  font-weight: 700;
  line-height: 30px;
  font-size: 13px;
  padding: 0;
  white-space: nowrap;
}

.Riquadro.cashierList .gridWrapper .grid .item.header .amount,
.Riquadro.cashoutClosed .gridWrapper .grid .item.header .amount,
.Riquadro.cashoutOpen .gridWrapper .grid .item.header .amount {
  text-align: center;
}

.Riquadro.cashierList .gridWrapper .grid.empty,
.Riquadro.cashoutClosed .gridWrapper .grid.empty,
.Riquadro.cashoutOpen .gridWrapper .grid.empty {
  text-align: center;
  padding: 2em;
}

.Riquadro.cashierList .pager,
.Riquadro.cashoutClosed .pager,
.Riquadro.cashoutOpen .pager {
  display: block;
  margin: 10px 0;
  line-height: 30px;
  clear: both;
}

.Riquadro.cashierList .pager .num,
.Riquadro.cashoutClosed .pager .num,
.Riquadro.cashoutOpen .pager .num {
  display: inline-block;
  min-width: 16px;
  padding: 0 1px;
  margin: 0 0 0 2px;
  text-align: center;
  background-color: #fc05fc;
  line-height: 18px;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  font-weight: 700;
}

.Riquadro.cashierList .pager a.num,
.Riquadro.cashoutClosed .pager a.num,
.Riquadro.cashoutOpen .pager a.num {
  text-decoration: none;
  background-color: #d9d9d9;
  color: #000;
}

.Riquadro.cashierList .pager a.button,
.Riquadro.cashoutClosed .pager a.button,
.Riquadro.cashoutOpen .pager a.button {
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  padding: 0 10px;
  margin: 0 0 0 6px;
  height: 17px;
  line-height: 17px;
}

.Riquadro.cashierList .pager .total,
.Riquadro.cashoutClosed .pager .total,
.Riquadro.cashoutOpen .pager .total {
  font-weight: 700;
  margin-left: 12px;
}

.Riquadro.cashierList .pager .total label,
.Riquadro.cashoutClosed .pager .total label,
.Riquadro.cashoutOpen .pager .total label {
  margin-right: 3px;
}

.Riquadro.cashoutOpen .gridWrapper .grid .item .codCoupon {
  width: 20%;
}

.Riquadro.cashoutOpen .gridWrapper .grid .item .user {
  width: 20%;
}

.Riquadro.cashoutOpen .gridWrapper .grid .item .type {
  width: 10%;
}

.Riquadro.cashoutOpen .gridWrapper .grid .item .date {
  width: 14%;
}

.Riquadro.cashoutOpen .gridWrapper .grid .item .amount {
  width: 10%;
}

.Riquadro.cashoutOpen .gridWrapper .grid .item .winning {
  width: 10%;
}

.Riquadro.cashoutOpen .gridWrapper .grid .item .cashout {
  width: 16%;
}

.Riquadro.cashoutClosed .gridWrapper .grid .item .codCoupon {
  width: 20%;
}

.Riquadro.cashoutClosed .gridWrapper .grid .item .user {
  width: 22%;
}

.Riquadro.cashoutClosed .gridWrapper .grid .item .type {
  width: 12%;
}

.Riquadro.cashoutClosed .gridWrapper .grid .item .date {
  width: 18%;
}

.Riquadro.cashoutClosed .gridWrapper .grid .item .amount {
  width: 14%;
}

.Riquadro.cashoutClosed .gridWrapper .grid .item .winning {
  width: 14%;
  box-shadow:
    -1px 0 0 0 #e6e6e6,
    0 1px 0 0 #e6e6e6,
    1px 0 0 0 #e6e6e6;
}

.Riquadro.cashierList .form {
  overflow: hidden;
}

.Riquadro.cashierList .form .form_item {
  width: 370px;
  margin-right: 15px;
  float: left;
}

.Riquadro.cashierList .form .form_item select {
  position: absolute;
  right: 0;
  top: 0;
  margin: 5px;
  width: 150px;
  height: 21px;
  line-height: 21px;
  text-align: right;
  padding: 0 5px;
  border: 1px solid #dedede;
}

.Riquadro.cashierList .form .form_btn {
  float: right;
  margin-right: 27px;
}

.Riquadro.cashierList .confirmChange {
  z-index: 4100;
}

.Riquadro.cashierList .confirmChange::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #303030;
  z-index: 4100;
  opacity: 0.4;
}

.Riquadro.cashierList .confirmChange > div {
  position: fixed;
  box-shadow: 0 0 20px 1px #000;
  width: 400px;
  height: 130px;
  border: 1px solid #303030;
  background-color: #fff;
  margin: auto;
  left: 0;
  right: 0;
  top: 300px;
  z-index: 4150;
}

.Riquadro.cashierList .confirmChange > div .messasgeTitle {
  background-color: #fc05fc;
  padding: 5px 5px;
  color: #fff;
}

.Riquadro.cashierList .confirmChange > div > span {
  display: block;
  padding: 10px 5px;
  line-height: 20px;
}

.Riquadro.cashierList .confirmChange > div .buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 5px;
}

.Riquadro.cashierList .confirmChange > div .buttons .button {
  min-width: 100px;
}

.Riquadro.cashierList .gridWrapper {
  min-width: 810px;
}

.Riquadro.cashierList .gridWrapper .grid .item {
  overflow: hidden;
}

.Riquadro.cashierList .gridWrapper .grid .item.header > div {
  padding: 0 5px;
}

.Riquadro.cashierList .gridWrapper .grid .item > div {
  width: 10%;
  padding: 0 5px;
  vertical-align: middle;
}

.Riquadro.cashierList .gridWrapper .grid .item > div.id {
  width: 5%;
}

.Riquadro.cashierList .gridWrapper .grid .item > div.date,
.Riquadro.cashierList .gridWrapper .grid .item > div.name,
.Riquadro.cashierList .gridWrapper .grid .item > div.surname,
.Riquadro.cashierList .gridWrapper .grid .item > div.user {
  width: 15%;
}

.Riquadro.cashierList .gridWrapper .grid .item > div.tipocassa a {
  position: relative;
  display: inline-block;
  min-width: 30px;
  height: 22px;
  line-height: 22px;
  color: transparent;
  transition: all 0.1s ease-in-out;
  background: #d9d9d9;
  background: -moz-linear-gradient(top, #fff 0, #d9d9d9 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fff),
    color-stop(100%, #d9d9d9)
  );
  background: -o-linear-gradient(top, #fff 0, #d9d9d9 100%);
  background: -ms-linear-gradient(top, #fff 0, #d9d9d9 100%);
  background: linear-gradient(to bottom, #fff 0, #d9d9d9 100%);
  border: 1px solid rgba(20, 77, 4, 0.3333);
  border-radius: 3px;
  opacity: 0.45;
}

.Riquadro.cashierList .gridWrapper .grid .item > div.tipocassa a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-image: url(../img/Icons/tipoCassa.png);
  background-position: center top;
  background-repeat: no-repeat;
}

.Riquadro.cashierList .gridWrapper .grid .item > div.tipocassa a.tc1 {
  display: none;
}

.Riquadro.cashierList .gridWrapper .grid .item > div.tipocassa a.tc2:before {
  background-position: center bottom;
}

.Riquadro.cashierList .gridWrapper .grid .item > div.tipocassa a:hover {
  opacity: 1;
  border: 1px solid rgba(20, 77, 4, 0.6);
}

.Riquadro.cashierList .gridWrapper .grid .item > div.reset {
  position: relative;
  text-align: center;
  width: 5%;
}

.Riquadro.cashierList .gridWrapper .grid .item > div.reset > .btnReset {
  display: block;
  font-size: 0;
}

.Riquadro.cashierList .gridWrapper .grid .item > div.reset > .btnReset::before {
  content: ' ';
  display: inline;
  border-radius: 15px;
  width: 15px;
  padding: 8px;
  background-color: #82c169;
  border: 1px solid #000;
  box-shadow: inset -1px -1px 5px 2px #071d01;
  cursor: pointer;
}

.Riquadro.cashierList .gridWrapper .grid .item > div.reset > .btnReset:hover::before {
  background-color: #dceed5;
  box-shadow: inset -1px -1px 5px 2px #fc05fc;
}

.Riquadro.cashierList .gridWrapper .grid .item.sf_5 {
  background-color: #e1e7ff;
}

.Riquadro.cashierList .gridWrapper .grid .item.self_0 > div.tipocassa .tc0,
.Riquadro.cashierList .gridWrapper .grid .item.self_ > div.tipocassa .tc0 {
  opacity: 1;
  background: #fff;
  background: -moz-linear-gradient(top, #ebebeb 0, #fff 33%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #ebebeb),
    color-stop(33%, #fff)
  );
  background: -o-linear-gradient(top, #ebebeb 0, #fff 33%);
  background: -ms-linear-gradient(top, #ebebeb 0, #fff 33%);
  background: linear-gradient(to bottom, #ebebeb 0, #fff 33%);
  box-shadow: inset 0 -1px 6px #e6e6e6;
  border: 1px solid #fff;
  cursor: default;
}

.Riquadro.cashierList .gridWrapper .grid .item.self_2 {
  background-color: rgba(20, 77, 4, 0.06);
}

.Riquadro.cashierList .gridWrapper .grid .item.self_2 > div.tipocassa .tc2 {
  opacity: 1;
  background: #fff;
  background: -moz-linear-gradient(top, #ebebeb 0, #fff 33%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #ebebeb),
    color-stop(33%, #fff)
  );
  background: -o-linear-gradient(top, #ebebeb 0, #fff 33%);
  background: -ms-linear-gradient(top, #ebebeb 0, #fff 33%);
  background: linear-gradient(to bottom, #ebebeb 0, #fff 33%);
  border: 1px solid #fff;
  cursor: default;
}

.legendaTipoCassa {
  display: inline-block;
  font-size: 11px;
  line-height: 28px;
  color: #555;
  margin-top: 1em;
  box-shadow: 0 0 0 1px #e6e6e6;
}

.legendaTipoCassa .title {
  display: block;
  line-height: 22px;
  padding: 0 10px;
  background-color: rgba(48, 48, 48, 0.1);
  margin: 0;
}

.legendaTipoCassa .list {
  display: flex;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}

.legendaTipoCassa .list li {
  position: relative;
  padding: 0 10px 0 30px;
  box-shadow: 1px 0 0 0 #e6e6e6;
}

.legendaTipoCassa .list li:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 24px;
  background-image: url(../img/Icons/tipoCassa.png);
  background-position: 2px 3px;
  background-repeat: no-repeat;
}

.legendaTipoCassa .list li.val1 {
  display: none;
}

.legendaTipoCassa .list li.val2 {
  background-color: rgba(20, 77, 4, 0.06);
}

.legendaTipoCassa .list li.val2:before {
  background-position: 2px -23px;
}

.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.5);
  background: #303030;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: 0 0;
  border: none;
}

.xdsoft_datetimepicker button {
  border: none !important;
}

.xdsoft_datetimepicker .xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.xdsoft_datetimepicker .xdsoft_noselect::selection {
  background: 0 0;
}

.xdsoft_datetimepicker .xdsoft_noselect::-moz-selection {
  background: 0 0;
}

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #0f0f0f;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #262626;
  border-top: 1px solid #0f0f0f;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover,
.xdsoft_datetimepicker .xdsoft_today_button:hover {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background-color: #303030;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #000;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #303030;
  max-height: 160px;
  overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #f98d00;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #aefd01;
  box-shadow: #fff 0 1px 3px 0 inset;
  color: #000;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #262626;
  border: 1px solid #0f0f0f;
  color: #fff;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #232323;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #f98d00;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #fd9d06 0 1px 4px 0 inset;
  color: #fff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #0c9c0d 0 1px 4px 0 inset;
  color: #fff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #aefd01;
  box-shadow: #fff 0 1px 3px 0 inset;
  color: #000;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #f98d00 !important;
  box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div.xdsoft_current.xdsoft_disabled:hover {
  background: #aefd01 !important;
  box-shadow: #fff 0 1px 3px 0 inset !important;
  color: #000 !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #fff;
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #fff !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_time_box {
  position: relative;
  border: 1px solid #000;
}

.xdsoft_datetimepicker .xdsoft_scrollbar > .xdsoft_scroller {
  background: #000 !important;
  height: 20px;
  border-radius: 3px;
}

.xdsoft_datetimepicker .xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_scroller_box {
  position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(48, 48, 48, 0.5);
  background: #fff;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  color: #fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #fff;
  border-top: 1px solid #000;
  color: #fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #000;
  background: #fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #fff;
}

.xdsoft_datetimepicker.xdsoft_dark
  .xdsoft_label
  > .xdsoft_select
  > div
  > .xdsoft_option.xdsoft_current {
  background: #f98d00;
  box-shadow: #603600 0 1px 3px 0 inset;
  color: #fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #fff;
  border: 1px solid #000;
  color: #fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #f98d00;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #fd9d06 0 1px 4px 0 inset;
  color: #fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #0c9c0d 0 1px 4px 0 inset;
  color: #fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #f98d00;
  box-shadow: #603600 0 1px 3px 0 inset;
  color: #fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_dark .xdsoft_time_box {
  border: 1px solid #000;
}

.xdsoft_datetimepicker .xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #000 !important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #0f0f0f !important;
  margin-top: 5px;
  width: 100%;
  color: #fff;
  font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
  font-family: museo-sans, 'Book Antiqua', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #303030 0, #fff 73%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #303030),
    color-stop(73%, #fff)
  );
  background: -webkit-linear-gradient(top, #303030 0, #fff 73%);
  background: -o-linear-gradient(top, #303030 0, #fff 73%);
  background: -ms-linear-gradient(top, #303030 0, #fff 73%);
  background: linear-gradient(to bottom, #303030 0, #fff 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@base-color', endColorstr='lighten(contrast(@base-color),2%)', GradientType=0);
}

.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:focus span,
.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:hover span {
  color: #fff;
  background: -moz-linear-gradient(top, #fff 0, #303030 73%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fff),
    color-stop(73%, #303030)
  );
  background: -webkit-linear-gradient(top, #fff 0, #303030 73%);
  background: -o-linear-gradient(top, #fff 0, #303030 73%);
  background: -ms-linear-gradient(top, #fff 0, #303030 73%);
  background: linear-gradient(to bottom, #fff 0, #303030 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='lighten(contrast(@base-color),2%)', endColorstr='@base-color', GradientType=0);
}

@media (max-width: 720px) {
  .xdsoft_datetimepicker {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    border: 0;
    line-height: 1.5em;
    font-size: 1.5em;
  }
  .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 100%;
    margin: 0;
  }
  .xdsoft_datetimepicker .xdsoft_month,
  .xdsoft_datetimepicker .xdsoft_year {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
    top: 40px;
  }
  .xdsoft_datetimepicker .xdsoft_next,
  .xdsoft_datetimepicker .xdsoft_prev,
  .xdsoft_datetimepicker .xdsoft_today_button {
    margin: 10px;
  }
  .xdsoft_datetimepicker .xdsoft_calendar td {
    text-align: center;
  }
}

.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;
}

.couponcheckdetailspopup .cashoutPopup .popupContent {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  box-shadow: none;
}

.checkmail {
  color: #42464c;
}

.checkmail #tblMainContent .tdCN {
  background-color: #fff;
}

.checkmail .ValidationSummary {
  background-color: #fcd0d4;
  border: 1px solid #c00d1b;
  margin: 20px 0;
}

.checkmail .ValidationSummary ul {
  margin: 0;
}

.checkmail .ValidationSummary ul li {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.checkmail .panelCheckMail {
  margin-top: 20px;
}

.checkmail .panelCheckMail .requestPanel {
  margin: 25px 10px;
  border: 1px solid #303030;
  padding: 10px;
  box-shadow: 0 0 10px #303030;
}

.checkmail .panelCheckMail .requestPanel h1 {
  border-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  line-height: 30px;
  padding-left: 10px;
  font-size: 12px;
  margin: 0;
  font-size: 16px;
  text-align: center;
  background-color: #fc05fc;
  color: #fff;
}

.checkmail .panelCheckMail .requestPanel .info {
  margin: 10px 5px;
  font-size: 16px;
}

.checkmail .panelCheckMail .requestPanel .main {
  margin: 15px 0;
}

.checkmail .panelCheckMail .requestPanel .main .row {
  overflow: hidden;
  background-color: #e6e6e6;
  line-height: 32px;
}

.checkmail .panelCheckMail .requestPanel .main .row .label {
  float: left;
  font-size: 14px;
  text-indent: 10px;
}

.checkmail .panelCheckMail .requestPanel .main .row .value {
  float: right;
  padding-right: 30px;
  position: relative;
}

.checkmail .panelCheckMail .requestPanel .main .row .value .imgError {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  bottom: 0;
  background-image: url(../img/ErrorTypes/Warning.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}

.checkmail .panelCheckMail .requestPanel .buttons a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 20px;
  border-top: 1px solid #81d970;
  border-bottom: none;
  border-left: none;
  border-right: none;
  background: #233832;
  background: -moz-linear-gradient(top, #233832 26%, #233832 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(26%, #233832),
    color-stop(100%, #233832)
  );
  background: -webkit-linear-gradient(top, #233832 26%, #233832 100%);
  background: -o-linear-gradient(top, #233832 26%, #233832 100%);
  background: -ms-linear-gradient(top, #233832 26%, #233832 100%);
  background: linear-gradient(to bottom, #233832 26%, #233832 100%);
  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;
}

.checkmail .panelCheckMail .messagePanel {
  margin: 50px 30px;
  border: 1px solid #303030;
  background-color: #e6e6e6;
  box-shadow: 0 0 10px #303030;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.checkmail .panelCheckMail .messagePanel.type_0 .title {
  background-color: #fc0;
  color: #42464c;
}

.checkmail .panelCheckMail .messagePanel.type_1 .title {
  background-color: #c00d1b;
  color: #fff;
}

.checkmail .panelCheckMail .messagePanel.type_2 .title {
  background-color: #fc05fc;
  color: #fff;
}

.checkmail .panelCheckMail .messagePanel .title {
  display: block;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.checkmail .panelCheckMail .messagePanel .main {
  margin: 10px 0;
}

.securelogin .sport {
  position: relative;
}

.securelogin .sport .pnlLoginCaptcha {
  padding: 20px;
  width: 370px;
}

.securelogin .sport .pnlLoginCaptcha .title {
  text-transform: uppercase;
  color: #fc05fc;
}

.securelogin .sport .pnlLoginCaptcha .info {
  margin: 20px 0;
  color: #42464c;
}

.securelogin .sport .pnlLoginCaptcha .login {
  position: relative;
}

.securelogin .sport .pnlLoginCaptcha .login .pnlCaptcha {
  position: absolute;
  top: 130px;
}

.securelogin .sport .pnlLoginCaptcha .login .pnlCaptcha > span {
  display: block;
}

.securelogin .sport .pnlLoginCaptcha .login .pnlLogged {
  color: #42464c;
}

.securelogin .sport .pnlLoginCaptcha .login .pnlLogged .tdRegister {
  width: auto;
  position: static;
}

.securelogin .sport .pnlLoginCaptcha .login .pnlLogged .tdRegister .divRegMain {
  text-align: left;
}

.securelogin
  .sport
  .pnlLoginCaptcha
  .login
  .pnlLogged
  .tdRegister
  .divRegMain
  input[type='password'],
.securelogin .sport .pnlLoginCaptcha .login .pnlLogged .tdRegister .divRegMain input[type='text'] {
  color: #42464c;
  background: 0 0;
  background-color: #fff;
}

.securelogin .sport .pnlLoginCaptcha .login .pnlLogged .tdRegister .divRegMain .RegNewUser {
  display: none;
}

.securelogin .sport .pnlLoginCaptcha .login .pnlLogged .tdRegister .divRegMain .RegLostPwd {
  position: absolute;
  top: 240px;
  font-size: 14px;
  left: 230px;
  width: auto;
  display: block;
  z-index: 20000;
  white-space: nowrap;
  text-align: right;
}

.securelogin .sport .pnlLoginCaptcha .login .pnlLogged .tdRegister .divRegMain .RegLostPwd a {
  color: #1da1f2;
}

.securelogin .sport .pnlLoginCaptcha .login .pnlLogged .tdRegister .divRegMain .RegLblPwd,
.securelogin .sport .pnlLoginCaptcha .login .pnlLogged .tdRegister .divRegMain .RegLblUsr {
  display: block;
  line-height: 24px;
  font-weight: 700;
}

.securelogin .sport .pnlLoginCaptcha .login .pnlLogged .tdRegister .divRegMain .RegTxtPwd,
.securelogin .sport .pnlLoginCaptcha .login .pnlLogged .tdRegister .divRegMain .RegTxtUsr {
  float: none;
  height: auto;
}

.securelogin .sport .pnlLoginCaptcha .login .pnlLogged .tdRegister .divRegMain .RegTxtPwd input,
.securelogin .sport .pnlLoginCaptcha .login .pnlLogged .tdRegister .divRegMain .RegTxtUsr input {
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #d9d9d9;
  width: 250px;
  text-indent: 10px;
}

.securelogin .sport .pnlLoginCaptcha .login .pnlLogged .tdRegister .divRegMain .RegTxtPwd input.req,
.securelogin
  .sport
  .pnlLoginCaptcha
  .login
  .pnlLogged
  .tdRegister
  .divRegMain
  .RegTxtUsr
  input.req {
  border: 1px solid #c00d1b;
}

.securelogin .sport .pnlLoginCaptcha .login .pnlLogged .tdRegister .divRegMain .RegLblPwd {
  margin-top: 10px;
}

.securelogin .sport .pnlLoginCaptcha .login .pnlLogged .tdRegister .divRegMain .RegTxtPwd {
  float: none;
}

.securelogin .sport .pnlLoginCaptcha .login .pnlLogged .tdRegister .divRegMain .RegDivBtn {
  float: none;
  margin-top: 110px;
}

.securelogin .sport .pnlLoginCaptcha .pnlNewUser {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  background-color: #d9d9d9;
}

.securelogin .sport .pnlLoginCaptcha .pnlNewUser a,
.securelogin .sport .pnlLoginCaptcha .pnlNewUser span {
  position: absolute;
  top: 250px;
  left: 0;
  right: 0;
  text-align: center;
  display: block;
  margin: auto;
  color: #42464c;
}

.securelogin .sport .pnlLoginCaptcha .pnlNewUser a {
  margin-top: 25px;
  width: 100px;
  background-color: #e31515;
  border: 1px solid #b41111;
  line-height: 26px;
  color: #fff;
  text-decoration: none;
}

.securelogin .sport .pnlLoginCaptcha .pnlNewUser a:hover {
  background-color: #eb2727;
}

.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 .btn A.lnkOddsBack {
  width: 13px;
  height: 10px;
  margin-right: 10px;
  margin-top: 3px;
  background-image: url(../img/btn_back.png);
}

.divOdds .header .btn A.lnkOddsRfh {
  width: 14px;
  height: 15px;
  margin-right: 10px;
  background-image: url(../img/btn_refresh.png);
}

.divOdds .header .btn A.lnkOddsPrn {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background-image: url(../img/btn_print.png);
}

.divOdds .header .btn A.lnkOddsCls {
  width: 11px;
  height: 9px;
  margin-top: 3px;
  background-image: url(../img/btn_close_odds.png);
}

.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;
  background: -moz-linear-gradient(top, #233832 26%, #233832 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(26%, #233832),
    color-stop(100%, #233832)
  );
  background: -webkit-linear-gradient(top, #233832 26%, #233832 100%);
  background: -o-linear-gradient(top, #233832 26%, #233832 100%);
  background: -ms-linear-gradient(top, #233832 26%, #233832 100%);
  background: linear-gradient(to bottom, #233832 26%, #233832 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#233832', endColorstr='#233832', GradientType=0);
}

.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 {
  /* padding: 0 10px */
}

.divOdds .SEs > DIV:first-child {
  /* border-bottom: 31px solid #234d17 */
}

.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;
  /* padding-left: 14px; */
  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;
  background: -moz-linear-gradient(top, #233832 0, #233832 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #233832),
    color-stop(100%, #233832)
  );
  background: -webkit-linear-gradient(top, #233832 0, #233832 100%);
  background: -o-linear-gradient(top, #233832 0, #233832 100%);
  background: -ms-linear-gradient(top, #233832 0, #233832 100%);
  background: linear-gradient(to bottom, #233832 0, #233832 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#233832', endColorstr='#233832', GradientType=0);
  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;
  background: -moz-linear-gradient(top, #233832 0, #233832 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #233832),
    color-stop(100%, #233832)
  );
  background: -webkit-linear-gradient(top, #233832 0, #233832 100%);
  background: -o-linear-gradient(top, #233832 0, #233832 100%);
  background: -ms-linear-gradient(top, #233832 0, #233832 100%);
  background: linear-gradient(to bottom, #233832 0, #233832 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#233832', endColorstr='#233832', GradientType=0);
  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.c6 .SEs .item .Event {
  /* width: 130px */
}

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

.divOdds.c8 .SEs .item .Event {
  /* width: 26px */
}

.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.c8 .SEs .item .Event {
  /* width: 98px */
}

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

.tblDatiUser .pnlActivationLink {
  margin: 5px 2px;
  text-align: center;
  font-weight: 700;
  background-color: #ddd;
  border: 1px solid #999;
  padding: 2px;
}

.tblDatiUser .pnlActivationLink.err {
  color: #870606;
}

.tblDatiUser .pnlActivationLink.succ {
  color: #1c813d;
}

.tblDatiUser .btnActivationLink {
  position: absolute;
  top: -2px;
  right: 190px;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
  border-bottom: none;
  border-left: none;
  border-right: none;
  color: #fff;
  font-weight: 700;
  padding: 2px 10px;
  font-size: 12px;
  margin: 5px 2px;
  line-height: 23px;
  border-top: 1px solid #62bb7d;
  border-radius: 1px;
  background: #233832;
  background: -moz-linear-gradient(top, #233832 0, #233832 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #233832),
    color-stop(100%, #233832)
  );
  background: -webkit-linear-gradient(top, #233832 0, #233832 100%);
  background: -o-linear-gradient(top, #233832 0, #233832 100%);
  background: -ms-linear-gradient(top, #233832 0, #233832 100%);
  background: linear-gradient(to bottom, #233832 0, #233832 100%);
}

.tblDatiUser .btnActivationLink:hover {
  background-color: #811504;
  box-shadow: inset 0 10px 5px #ad2c19;
  border-top: 1px solid #c30;
  background-image: none;
}

/* .oddsViewPanel .divOdds {
    margin: 0
}

.oddsViewPanel .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
}

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

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

.oddsViewPanel .divOdds .header .btn A.lnkOddsBack {
    width: 13px;
    height: 10px;
    margin-right: 10px;
    margin-top: 3px;
    background-image: url(../img/btn_back.png)
}

.oddsViewPanel .divOdds .header .btn A.lnkOddsRfh {
    width: 14px;
    height: 15px;
    margin-right: 10px;
    background-image: url(../img/btn_refresh.png)
}

.oddsViewPanel .divOdds .header .btn A.lnkOddsPrn {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    background-image: url(../img/btn_print.png)
}

.oddsViewPanel .divOdds .header .btn A.lnkOddsCls {
    width: 11px;
    height: 9px;
    margin-top: 3px;
    background-image: url(../img/btn_close_odds.png)
}

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

.oddsViewPanel .divOdds .header>span>span:nth-child(2):before {
    content: '- '
}

.oddsViewPanel .divOdds .header .btn A {
    cursor: pointer
}

.oddsViewPanel .divOdds .OddsBreadcrumb {
    display: none
}

.oddsViewPanel .divOdds .CGQ {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.oddsViewPanel .divOdds .CGQ>li>SPAN {
    display: none
}

.oddsViewPanel .divOdds .CGQ>li.sel>ul {
    position: relative;
    cursor: default
}

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

.oddsViewPanel .divOdds .CQ>LI {
    float: left;
    width: auto;
    font-size: 11px;
    width: 90px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    padding: 0 3px;
    text-decoration: none;
    margin: 0 0 0 1px;
    height: 29px;
    display: flex;
    justify-content: center;
    line-height: 1em;
    align-items: center;
    border-top: 1px solid #81d970;
    cursor: pointer;
    background: #233832;
    background: -moz-linear-gradient(top, #233832 26%, #233832 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(26%, #233832), color-stop(100%, #233832));
    background: -webkit-linear-gradient(top, #233832 26%, #233832 100%);
    background: -o-linear-gradient(top, #233832 26%, #233832 100%);
    background: -ms-linear-gradient(top, #233832 26%, #233832 100%);
    background: linear-gradient(to bottom, #233832 26%, #233832 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#233832', endColorstr='#233832', GradientType=0)
}

.oddsViewPanel .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
}

.oddsViewPanel .divOdds .SEs {
    padding: 0 10px
}

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

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

.oddsViewPanel .divOdds .oddClass {
    display: none;
    position: relative;
    background-color: #f5f5f5;
    font-size: 11px;
    min-height: 13px;
    padding: 5px 25px 0 5px
}

.oddsViewPanel .divOdds .oddClass>div {
    display: none
}

.oddsViewPanel .divOdds .oddClass>div span {
    color: #666c75
}

.oddsViewPanel .divOdds .oddClass>div span:first-child {
    color: #fc05fc;
    font-weight: 700;
    padding-right: 5px
}

.oddsViewPanel .divOdds .oddClass .btnDisplay {
    display: block;
    position: absolute;
    right: 5px;
    top: 3px;
    height: 15px;
    width: auto;
    text-align: right;
    padding-right: 22px;
    line-height: 17px;
    color: #5a5f67;
    background-image: url(../img/Icons/Subevent_close.png);
    background-position: top right;
    background-repeat: no-repeat;
    cursor: pointer
}

.oddsViewPanel .divOdds .oddClass .btnDisplay:hover {
    text-decoration: underline
}

.oddsViewPanel .divOdds .oddClass.show>div {
    display: block
}

.oddsViewPanel .divOdds .oddClass.show .btnDisplay {
    font-size: 0;
    color: #fff;
    background-image: url(../img/Icons/Subevent_open.png)
}

.oddsViewPanel .divOdds .item {
    position: relative;
    display: table;
    min-height: 37px;
    width: 100%;
    padding: 0;
    color: #000
}

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

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

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

.oddsViewPanel .divOdds .item .odds .cq>span {
    display: none!important
}

.oddsViewPanel .divOdds .item .odds .odd {
    float: left;
    position: relative;
    display: block;
    width: 50px;
    margin: 2px 0 2px 2px;
    line-height: 16px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    background: #233832;
    background: -moz-linear-gradient(top, #233832 0, #233832 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #233832), color-stop(100%, #233832));
    background: -webkit-linear-gradient(top, #233832 0, #233832 100%);
    background: -o-linear-gradient(top, #233832 0, #233832 100%);
    background: -ms-linear-gradient(top, #233832 0, #233832 100%);
    background: linear-gradient(to bottom, #233832 0, #233832 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#233832', endColorstr='#233832', GradientType=0);
    border-top: 1px solid #81d970
}

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

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

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

.oddsViewPanel .divOdds .item .odds .odd.firstInRow {
    clear: left
}

.oddsViewPanel .divOdds .item .odds .odd.empty:after {
    content: '-';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #fff!important
}

.oddsViewPanel .divOdds .item .odds .odd.sel {
    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
}

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

.oddsViewPanel .divOdds .item .ID {
    display: table-cell;
    line-height: 14px;
    font-size: 12px;
    font-weight: 700;
    color: #234d17;
    width: 28px;
    max-width: 28px;
    padding: 0 5px 0 19px;
    text-align: center
}

.oddsViewPanel .divOdds .item .Time {
    display: table-cell;
    padding: 0 4px 0 4px;
    line-height: 14px;
    font-size: 12px;
    font-weight: 700;
    color: #000
}

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

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

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

.oddsViewPanel .divOdds .item .stats {
    position: absolute;
    top: auto;
    bottom: 10px;
    left: 0;
    z-index: 11;
    height: 19px;
    width: 15px;
    cursor: pointer;
    background-image: url(../img/icons/stats.png);
    background-position: center center;
    background-repeat: no-repeat
}

.oddsViewPanel .divOdds .item .addedFunction {
    position: absolute;
    bottom: 7px;
    left: 100px;
    z-index: 10;
    height: 14px
}

.oddsViewPanel .divOdds .item .addedFunction>div {
    position: absolute;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    font-size: 0;
    color: #fff;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer
}

.oddsViewPanel .divOdds .item .addedFunction>div.headToHead,
.oddsViewPanel .divOdds .item .addedFunction>div.tableLeague {
    background-image: url(../img/classificaIcon.png)
}

.oddsViewPanel .divOdds .item .addedFunction>div.headToHead {
    left: 29px;
    background-image: url(../img/h2hIcon.png)
}

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

.oddsViewPanel .divOdds .item .allibraggio,
.oddsViewPanel .divOdds .item .oddsClassCount,
.oddsViewPanel .divOdds .item .oddsCount,
.oddsViewPanel .divOdds .item .sepData {
    display: none;
    font-size: 0
}

.oddsViewPanel .divOdds .item .betaradarContent {
    clear: left
}

.oddsViewPanel .divOdds .item .betaradarContent>div {
    display: block
}

.oddsViewPanel .divOdds .item .betaradarContent>div .widgetBody {
    clear: both;
    min-height: 100px;
    margin: 20px 0
}

.oddsViewPanel .divOdds .item .betaradarContent>div .widgetBody .headWidget {
    position: relative;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #fc05fc
}

.oddsViewPanel .divOdds .item .betaradarContent>div .widgetBody .headWidget .btnClose {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    font-size: 0;
    color: #fc05fc;
    background-image: url(../img/btn_close_odds.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer
}

.oddsViewPanel .divOdds .item .betaradarContent>div.brClosed {
    display: none
}

.oddsViewPanel .divOdds .item.firstDate {
    padding-top: 33px;
    border-top: 0
}

.oddsViewPanel .divOdds .item.firstDate .sepData {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    font-size: 12px;
    background-color: #c7c7c7
}

.oddsViewPanel .divOdds .item.firstItemGroup .cq,
.oddsViewPanel .divOdds .item:first-child .cq {
    z-index: 1
}

.oddsViewPanel .divOdds .item.firstItemGroup .cq>span,
.oddsViewPanel .divOdds .item:first-child .cq>span {
    display: block!important;
    position: absolute;
    top: -38px;
    width: 100%;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    text-align: center;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.oddsViewPanel .divOdds .item:first-child {
    border: 0
}

.oddsViewPanel .divOdds .item:first-child .sepData {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    font-size: 12px;
    background-color: #c7c7c7
}

.oddsViewPanel .divOdds .item:nth-child(even) {
    background-color: #f2f2f2
}

.oddsViewPanel .divOdds .item:nth-child(odd) {
    background-color: #fff
}

.oddsViewPanel .divOdds.r1 .item>DIV {
    vertical-align: middle
}

.oddsViewPanel .divOdds.r1 .item .odds {
    padding: 5px 21px 5px 0
}

.oddsViewPanel .divOdds.r1 .item:nth-child(2) .odd DIV:first-child {
    display: none
}

.oddsViewPanel .divOdds.r1 .item.firstDate,
.oddsViewPanel .divOdds.r1 .item:first-child {
    padding-top: 33px
}

.oddsViewPanel .divOdds.r1 .item.firstDate .sepData,
.oddsViewPanel .divOdds.r1 .item:first-child .sepData {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    font-size: 12px;
    background-color: #c7c7c7
}

.oddsViewPanel .divOdds.r1 .item.firstDate .odds .cq .odd .oddsType,
.oddsViewPanel .divOdds.r1 .item:first-child .odds .cq .odd .oddsType {
    display: none
}

.oddsViewPanel .divOdds.r1 .item:first-child {
    padding-top: 64px
}

.oddsViewPanel .divOdds.r1 .item:first-child .sepData {
    border-bottom: 31px solid #234d17
}

.oddsViewPanel .divOdds.r1 .item:first-child .odds .cq .odd .oddsType {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    top: -38px;
    line-height: 10px;
    width: 41px;
    height: 21px;
    padding-top: 9px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    white-space: normal
}

.oddsViewPanel .divOdds.r1 .item:first-child .odds .cq>span {
    top: -69px
}

.oddsViewPanel .divOdds.r1 .item.firstItemGroup .odds .cq .odd .oddsType {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    top: -38px;
    line-height: 10px;
    width: 41px;
    height: 21px;
    padding-top: 9px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    white-space: normal
}

.oddsViewPanel .divOdds.noSubEvent .OddsBreadcrumb,
.oddsViewPanel .divOdds.noSubEvent .noCategory,
.oddsViewPanel .divOdds.noSubEvent .oddClass {
    display: none
}

.oddsViewPanel .divOdds.noSubEvent .noSubEvents {
    position: relative;
    width: 420px;
    padding: 10px 10px 10px 70px;
    line-height: 14px;
    margin: 40px auto;
    color: #42464c;
    border: 1px solid #fff;
    min-height: 54px;
    background-image: url(../img/msg_cnt_bg.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    box-shadow: 0 0 0 1px #d9d9d9
}

.oddsViewPanel .divOdds.noSubEvent .noSubEvents:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 58px;
    height: 62px;
    background-image: url(../img/ErrorTypes/msg_info.png);
    background-repeat: no-repeat
}

.oddsViewPanel .divOdds.loading {
    background-color: #fff
}

.oddsViewPanel .divOdds.loading .OddsBreadcrumb,
.oddsViewPanel .divOdds.loading .header,
.oddsViewPanel .divOdds.loading .oddClass {
    display: none
}

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

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

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

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

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

.oddsViewPanel .divOdds.c6 .SEs .item .Event {
    width: 130px
}

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

.oddsViewPanel .divOdds.c8 .SEs .item .Event {
    width: 26px
}

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

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

.oddsViewPanel .divOdds.r2 .SEs .item .stats {
    top: 29px
}

.oddsViewPanel .divOdds.r2 .SEs .item.firstDate .more {
    top: 64px
}

.oddsViewPanel .divOdds.r2 .SEs .item.firstDate .stats {
    top: 62px
}

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

.oddsViewPanel .divOdds.r3 .SEs .item .stats {
    top: 48px
}

.oddsViewPanel .divOdds.r3 .SEs .item.firstDate .more {
    top: 84px
}

.oddsViewPanel .divOdds.r3 .SEs .item.firstDate .stats {
    top: 81px
}

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

.oddsViewPanel .divOdds.r4 .SEs .item .stats {
    top: 66px
}

.oddsViewPanel .divOdds.r4 .SEs .item.firstDate .more {
    top: 100px
}

.oddsViewPanel .divOdds.r4 .SEs .item.firstDate .stats {
    top: 99px
}

.oddsViewPanel .divOdds.r5 .SEs .item .more {
    top: 87px
}

.oddsViewPanel .divOdds.r5 .SEs .item .stats {
    top: 85px
}

.oddsViewPanel .divOdds.r5 .SEs .item.firstDate .more {
    top: 120px
}

.oddsViewPanel .divOdds.r5 .SEs .item.firstDate .stats {
    top: 117px
}

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

.oddsViewPanel .divOdds.r6 .SEs .item .stats {
    top: 48px
}

.oddsViewPanel .divOdds.r6 .SEs .item.firstDate .more {
    top: 84px
}

.oddsViewPanel .divOdds.r6 .SEs .item.firstDate .stats {
    top: 81px
}

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

.oddsViewPanel .divOdds.r7 .SEs .item .stats {
    top: 48px
}

.oddsViewPanel .divOdds.r7 .SEs .item.firstDate .more {
    top: 84px
}

.oddsViewPanel .divOdds.r7 .SEs .item.firstDate .stats {
    top: 81px
}

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

.oddsViewPanel .divOdds.r8 .SEs .item .stats {
    top: 48px
}

.oddsViewPanel .divOdds.r8 .SEs .item.firstDate .more {
    top: 84px
}

.oddsViewPanel .divOdds.r8 .SEs .item.firstDate .stats {
    top: 81px
}

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

.oddsViewPanel .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
}

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

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

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

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

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

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

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

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

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

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

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

.oddsViewPanel .divOdds.r1.c8 .SEs .item .Event {
    width: 120px
}

.oddsViewPanel .divOdds.r1.c9 .SEs .item .Event {
    width: 76px
}

.oddsViewPanel>.empty span {
    display: block;
    position: relative;
    width: 420px;
    padding: 10px 10px 10px 70px;
    line-height: 14px;
    margin: 40px auto;
    color: #42464c;
    border: 1px solid #fff;
    min-height: 54px;
    background-image: url(../img/msg_cnt_bg.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    box-shadow: 0 0 0 1px #d9d9d9
}

.oddsViewPanel>.empty span:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 58px;
    height: 62px;
    background-image: url(../img/ErrorTypes/msg_info.png);
    background-repeat: no-repeat
}

.oddsViewPanel>.empty:before {
    content: '';
    display: block;
    width: 100%;
    height: 50px
}

.oddsTodayPanel .oddsSportSelector {
    display: none
}

.oddsTodayPanel .oddsViewPanel .divOdds .item.firstItemGroup .EventParent {
    display: block
}

.oddsTodayPanel .oddsViewPanel .divOdds .item .EventParent {
    display: none;
    color: #071d01;
    line-height: 14px;
    font-size: 13px;
    font-weight: 700;
    margin: 3px 0;
    border-bottom: 1px solid #b3b3b3;
    padding: 21px 395px 6px 5px
}

.oddsTodayPanel .oddsViewPanel .divOdds.noSubEvent .OddsBreadcrumb,
.oddsTodayPanel .oddsViewPanel .divOdds.noSubEvent .noCategory,
.oddsTodayPanel .oddsViewPanel .divOdds.noSubEvent .oddClass {
    display: none
}

.oddsTodayPanel .oddsViewPanel .divOdds.r1 .item:nth-child(2) .odd DIV:first-child,
.oddsTodayPanel .oddsViewPanel .divOdds.r1 .sepData+.item .odds .odd DIV:first-child {
    background-color: transparent
}

.oddsTodayPanel .oddsViewPanel .divOdds.c2 .SEs .item .EventParent {
    padding-right: 100px
}

.oddsTodayPanel .oddsViewPanel .divOdds.c2 .SEs .item .Event {
    width: 440px
}

.oddsTodayPanel .oddsViewPanel .divOdds.c3 .SEs .item .EventParent {
    padding-right: 150px
}

.oddsTodayPanel .oddsViewPanel .divOdds.c3 .SEs .item .Event {
    width: 400px
}

.oddsTodayPanel .oddsViewPanel .divOdds.c4 .SEs .item .EventParent {
    padding-right: 200px
}

.oddsTodayPanel .oddsViewPanel .divOdds.c4 .SEs .item .Event {
    width: 350px
}

.oddsTodayPanel .oddsViewPanel .divOdds.c5 .SEs .item .EventParent {
    padding-right: 250px
}

.oddsTodayPanel .oddsViewPanel .divOdds.c5 .SEs .item .Event {
    width: 310px
}

.oddsTodayPanel .oddsViewPanel .divOdds.c6 .SEs .item .EventParent {
    padding-right: 300px
}

.oddsTodayPanel .oddsViewPanel .divOdds.c6 .SEs .item .Event {
    width: 260px
}

.oddsTodayPanel .oddsViewPanel .divOdds.c7 .SEs .item .EventParent {
    padding-right: 350px
}

.oddsTodayPanel .oddsViewPanel .divOdds.c7 .SEs .item .Event {
    width: 210px
}

.oddsTodayPanel .oddsViewPanel .divOdds.c8 .SEs .item .EventParent {
    padding-right: 400px
}

.oddsTodayPanel .oddsViewPanel .divOdds.c8 .SEs .item .Event {
    width: 195px
}

.oddsTodayPanel .oddsViewPanel .divOdds.c9 .SEs .item .EventParent {
    padding-right: 440px
}

.oddsTodayPanel .oddsViewPanel .divOdds.c9 .SEs .item .Event {
    width: 160px
}

.oddsTodayPanel .oddsViewPanel .divOdds.c10 .SEs .item .EventParent {
    padding-right: 480px
}

.oddsTodayPanel .oddsViewPanel .divOdds.c10 .SEs .item .Event {
    width: 120px
} */

.oddsTodayPanelLoading {
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/waiting_Live.gif);
}

#popupWindow {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -325px;
  margin-left: -325px;
  z-index: 12000;
  height: 650px;
  width: 650px;
  font-size: 12px;
}

#popupWindow .popupContent {
  position: relative;
  z-index: 2;
  margin-right: 50px;
  margin-top: -10px;
  padding: 5px;
  background-color: #fff;
  border-radius: 5px;
}

#popupWindow .popupContent .titlePopup {
  position: relative;
  background-color: #333;
  color: #fff;
  font-size: 12px;
  height: 33px;
  line-height: 32px;
  font-weight: 700;
  padding: 0 0 0 10px;
  margin: 0 0 3px 0;
}

#popupWindow .popupContent .titlePopup SPAN {
  margin-right: 10px;
}

#popupWindow .popupContent .titlePopup .closePopup {
  position: absolute;
  right: 5px;
  top: 9px;
  width: 14px;
  height: 14px;
  background: url(../img/Icons/close_black_ico.gif) no-repeat;
  cursor: pointer;
}

#popupWindow .popupContent .mainContent {
  height: 690px;
  overflow: hidden;
  padding: 0;
  font-size: 12px;
}

#popupWindow .popupBG {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0.7;
}

.grpZoomDetails .head {
  position: relative;
  z-index: 1;
  min-height: 37px;
  padding: 14px 0 14px 82px;
  color: #42464c;
  background-color: #fff;
  background: url(../img/zoomlogo.png) 14px 15px no-repeat;
  background-size: 54px;
}

.grpZoomDetails .head h2 {
  margin: 0;
  padding-right: 150px;
  padding-bottom: 6px;
  font-size: 15px;
  color: #fc05fc;
}

.grpZoomDetails .head h4 {
  margin: 0;
  padding-right: 150px;
}

.grpZoomDetails .head .btnMoreInfo {
  position: absolute;
  top: 25px;
  right: 15px;
  padding-right: 20px;
  font-size: 13px;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  background: url(../img/buttons/imgToggle.gif) right top no-repeat;
}

.grpZoomDetails .cnt {
  padding: 0;
  font-size: 0;
  border-top: 1px solid #fff;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.grpZoomDetails.moreInfo .btnMoreInfo {
  background-position: right bottom;
}

.grpZoomDetails.moreInfo .cnt {
  display: block;
  padding: 14px 8px;
  border-top: 1px solid #e6e6e6;
  font-size: 12px;
  color: #000;
  opacity: 1;
}

.errorLogin .modal-backdrop.in,
.userFrozen .modal-backdrop.in {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  opacity: 0.9;
  background-color: #fff;
}

.errorLogin .modal.login-error,
.userFrozen .modal.login-error {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  overflow: auto;
  width: 570px;
  height: 287px;
  margin: -250px 0 0 -280px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

.errorLogin .modal.login-error .userFrozen,
.userFrozen .modal.login-error .userFrozen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  background-color: rgba(22, 22, 22, 0.95);
  box-shadow: inset 0 0 4px 2px red;
  color: #fff;
}

.errorLogin .modal.login-error .userFrozen span,
.userFrozen .modal.login-error .userFrozen span {
  font-size: 18px;
  line-height: 1.5em;
}

.errorLogin .modal.login-error .userFrozen A,
.userFrozen .modal.login-error .userFrozen A {
  color: #fff;
}

.errorLogin .modal.login-error .userFrozen A:hover,
.userFrozen .modal.login-error .userFrozen A:hover {
  text-decoration: none;
}

.errorLogin .modal.login-error .userFrozen #userFrozenClose,
.userFrozen .modal.login-error .userFrozen #userFrozenClose {
  position: absolute;
  top: 8px;
  right: 7px;
  font-size: 22px;
  font-weight: 700;
  line-height: 18px;
  padding: 1px 5px;
  color: red;
  cursor: pointer;
}

.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;
}

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

.betdetail #wrapper_canvas canvas {
  position: absolute;
}

.recuperaCredito {
  padding: 15px 20px;
  font-size: 14px;
  color: #000;
}

.recuperaCredito .divInserimentoDati .tblInserimentoDati {
  width: 100%;
}

.recuperaCredito .divInserimentoDati .tblInserimentoDati .RowInserimentoDati td.label {
  padding: 10px 5px;
  font-weight: 700;
}

.recuperaCredito .divInserimentoDati .tblInserimentoDati .RowInserimentoDati td.insert {
  padding: 10px 5px;
}

.recuperaCredito .divInserimentoDati .tblInserimentoDati .RowButtons td {
  padding: 10px 0;
}

.recuperaCredito .print {
  padding: 35px;
  text-align: center;
}

.userGroups .info {
  margin-top: 10px;
  background-color: #c9c9c9;
  border: 1px solid #636363;
  padding: 10px;
  font-size: 11px;
}

.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;
}

.buttonSimulateDiv {
  position: relative;
  width: 216px;
  height: 17px;
  margin-left: auto;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 0 0 10px 0;
  display: none;
}

.buttonSimulate {
  margin: 0 0 -5px 5px;
  padding: 0 39px 0 46px;
  background-color: orange;
  color: #fff;
  border: none;
  font-weight: 700;
  cursor: pointer;
}

.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);
}

#divIframeSimulate {
  display: none;
  position: absolute;
  top: -50px;
  right: 120px;
  z-index: 9999;
  width: 800px;
  margin: 0 auto;
  padding-top: 40px;
  box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.6666);
  background-color: #3f434e;
}

#divIframeSimulate .btnClose {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(../img/btn_close_odds.png);
  background-position: center center;
  background-repeat: no-repeat;
}

#divIframeSimulate #iframeSimulate {
  width: 800px;
  height: 75vh;
  min-height: 400px;
  border: 0;
}

.divLitePrintCheck {
  color: #fff;
}

.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;
}

.quick-look div span {
}

/* Default desktop styles remain unchanged */

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

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

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

  .LoginTitle {
    font-size: 1.5rem;
    text-align: center;
  }

  .pnlLogged .tdRegister .divRegMain {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .RegTxtUsr,
  .RegTxtPwd,
  .RegDivBtn {
    width: 100%;
  }

  .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;
  }
}
