/* Fonts
==================================================*/
body {
  font-family: 'Open Sans', Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
/*
h1 {
  color: #ed2431;
  font-size: 28px;
  font-weight: 300;
  -webkit-text-stroke: 1px;
  line-height: 34px;
}
*/
h1 .tx-tagline,
h1.tx-tagline,
h1 .tx-tagline a,
h1 .tx-tagline a:hover {
  color: #3d3d3d;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
/*
h2 {
  color: #ed2431;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  -webkit-text-stroke: 1px;
}
h3,
h3 a,
h3 a:hover {
  color: #00a0ac;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  -webkit-text-stroke: 1px;
}
*/
h3 .tx-tagline,
h3.tx-tagline,
h3 .tx-tagline a,
h3 .tx-tagline a:hover {
  color: #999999;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
div.hopscotch-bubble h3 {
  -webkit-text-stroke: 0;
}
.tx-tagline {
  color: #fff;
  font-size: 36px;
  line-height: 48px;
  font-weight: 300;
}
.tx-tagline.highlight,
.tx-tagline .highlight {
  color: #ed2431;
}
.tx-notification {
  color: #2c2c2c;
  font-size: 14px;
}
.tx-notification a {
  text-decoration: underline;
}
.tx-filter-title {
  color: #999;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 9px;
}
.tx-filter-selection {
  color: #2c2c2c;
  font-size: 20px;
  font-weight: 300;
  height: 22px;
  overflow: hidden;
}
.tx-event-time {
  color: #2c2c2c;
  font-size: 22px;
  font-weight: 300;
  margin: 6px 0;
}
.tx-price {
  color: #00a0ac;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  -webkit-text-stroke: 1px;
}
.tx-price-small {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 600;
}
h3 .tx-summary,
h3.tx-summary {
  color: #3d3d3d;
  font-size: 20px;
  font-weight: 700;
}
p {
  font-size: 14px;
}

.uppercase {
  text-transform: uppercase;
}
.titlecase {
  text-transform: capitalize;
}


/* SiteCommon
==================================================*/
.body {
  min-width: 980px;
}

.tx-row-spaced {
  margin-top: 10px;
  margin-bottom: 20px;
}
a img {
  border: 0;
}
.tx-red {
  background-color: #ed2431;
}
.tx-blue {
  background-color: #00a0ac;
}

.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  float: none;
}


/* Icon Sprite
==================================================*/
[class^="tx-icon-"], [class*=" tx-icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/sprite-icons.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
.tx-icon-arrow-up {
  background-position: 0 4px;
}
.tx-icon-arrow-down {
  background-position: 0 -18px;
}
.tx-icon-arrow-up.active {
  background-position: -20px 0;
}
.tx-icon-arrow-down.active {
  background-position: -20px -20px;
}
.tx-icon-tick {
  background-position: -60px 0;
  width: 18px;
  height: 15px;
}
.tx-icon-tick.active {
  background-position: -40px 0;
}
.tx-icon-cross {
  background-position: -60px -20px;
}
.tx-icon-cross.active {
  background-position: -40px -20px;
}
.tx-icon-cross.black {
  background-position: -80px -20px;
}
.tx-icon-question {
  background-position: -80px 0;
  width: 10px;
  height: 16px;
}
.tx-icon-price-black {
  background-position: -100px -40px;
}
.tx-icon-price-red {
  background-position: -100px 0;
}
.tx-icon-price-white {
  background-position: -100px -20px;
}
.tx-icon-price-yellow {
  background-position: -100px -60px;
}
.tx-icon-comment {
  background-position: -120px 0;
  width: 15px;
}
.tx-icon-comment.active {
  background-position: -120px -20px;
  width: 15px;
}
.tx-icon-alert {
  background-position: -140px -20px;
  width: 20px;
  height: 15px;
}
.tx-icon-alert.red {
  background-position: -140px 0;
}
.tx-icon-radio {
  background-position: 0 -40px;
  width: 28px;
  height: 28px;
}
.tx-icon-radio.checked{
  background-position: -40px -40px;
}
.tx-icon-facebook {
  background-position: 0 -80px;
  width: 26px;
  height: 26px;
}
.tx-icon-twitter {
  background-position: -40px -80px;
  width: 30px;
  height: 26px;
}
.tx-icon-xscores {
  background-position: -80px -80px;
  width: 75px;
  height: 19px;
}
.tx-icon-logo {
  background-position: 0 -120px;
  width: 160px;
  height: 50px;
}
.tx-icon-mytxodds {
  background-position: 0 -180px;
  width: 135px;
  height: 38px;
  margin-top: -3px;
}
.tx-icon-mytxodds2 {
  background-position: -120px -40px;
  height: 20px;
  width: 20px;
}
.tx-icon-account {
  background-position: -140px -40px;
  height: 20px;
  width: 15px;
}


.tx-busy {
  background: url('../img/ajax-loader.gif') no-repeat center center;
  width: 100%;
  height: 50px;
}



/* Navbar
==================================================*/
.navbar .brand {
  line-height: 20px;
}
.tx-nav .brand  {
  color: #ed2431;
  text-shadow: none;
}
.tx-nav {
  background-color: #6b6b6b;
  color: #ffffff;
  margin-bottom: 0 !important;
}
.tx-nav .container {
  width: 940px;
}

@media (min-width: 1200px) {
  .tx-nav .container {
    width: 1170px;
  }
}

.tx-nav .navbar-inner {
  background-image: none;
  border: none;
  background-color: #6b6b6b;
  background: none;
  font-size: 15px;
  font-weight: 600;
  filter: none;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.tx-nav .nav > li > a {
  color: #ffffff;
  text-shadow: none;
}
.tx-nav .dropdown-menu,
.tx-nav .nav > li > a:hover,
.tx-nav .nav > li > a:focus,
.tx-nav .nav > li.dropdown.open > .dropdown-toggle, 
.tx-nav .nav > li.dropdown.active > .dropdown-toggle, 
.tx-nav .nav > li.dropdown.open.active > .dropdown-toggle {
  background-color: #ebebeb;
  color: #2c2c2c;
}
.tx-nav li.dropdown.active > .dropdown-toggle {
  background-color: #2c2c2c;
}
.tx-nav .nav > .active > a,
.tx-nav .nav > .active > a:hover,
.tx-nav .nav > .active > a:focus,
.tx-nav .nav li.dropdown.active > .dropdown-toggle {
  background-color: #ffffff;
  color: #2c2c2c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.tx-nav .dropdown-menu > li > a {
  background-color: #ebebeb;
}
.tx-nav .dropdown-menu > li > a:hover,
.tx-nav .dropdown-menu > li > a:focus, 
.tx-nav .dropdown-submenu:hover > a,
.tx-nav.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #00a0ac;
  background-image: none;
  filter: none;
}
.tx-nav .dropdown-menu,
.tx-site-nav .dropdown-menu {
  color: #2c2c2c;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.tx-nav .dropdown-menu li > a,
.tx-site-nav .dropdown-menu li > a {
  font-size: 15px;
  font-weight: 400;
  padding-top: 8px;
  padding-bottom: 8px;
  text-transform: capitalize;
}
.tx-nav .nav > li > .dropdown-menu:before,
.tx-nav .nav > li > .dropdown-menu:after,
.tx-site-nav .nav > li > .dropdown-menu:before,
.tx-site-nav .nav > li > .dropdown-menu:after {
  display: none;
}
.tx-site-nav .navbar-search {
  margin-top: 8px;
  margin-left: 8px;
}
.tx-site-nav .navbar-search .search-query {
  border-radius: 3px;
  width: 100px;
}
.tx-site-nav .navbar-search .search-query.tx-lang-it {
  width: 42px;
}

@media (max-width: 1230px) {
  .tx-site-nav .navbar-search .search-query,
  .tx-site-nav .navbar-search .search-query.tx-lang-it {
    width: 80px;
  }
}
@media (min-width: 1200px) {
  .tx-site-nav .navbar-search .search-query,
  .tx-site-nav .navbar-search .search-query.tx-lang-it {
    width: 210px;
  }
}

.ui-autocomplete.ui-menu {
  z-index: 1100;
}



/* Tabs
==================================================*/
.tx-nav.nav-tabs {
  border-bottom: none;
}
.tx-nav.nav-tabs > li > a {
  border-top: 1px solid #2c2c2c;
  border-left: none;
  border-right: none;
  border-bottom: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 0;
  line-height: 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tx-nav.nav-tabs > li > a:hover,
.tx-nav.nav-tabs > li > a:focus,
.tx-nav.nav-tabs > .active > a,
.tx-nav.nav-tabs > .active > a:hover,
.tx-nav.nav-tabs > .active > a:focus {
  color: #2c2c2c;
  background-color: #fff;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top-color: #808080;
  cursor: default;
}
.tx-nav.nav-tabs > li > a:hover,
.tx-nav.nav-tabs > li > a:focus {
  cursor: hand;
}





/* Main Menu Navbar
==================================================*/
.tx-main-menu {
  background-color: #6b6b6b;
}
.tx-main-menu .navbar {
  margin-bottom: 10px;
}
.tx-main-menu ul  li {
  line-height: 14px
}
.tx-main-menu ul.nav li a{
  padding: 15px 40px;
}


/* Colour change for popovers 
==================================================*/

#tx_popup .popover-content table td {
  font-size: 12px;
}
#tx_popup .tx-date {
  padding-right: 10px;
}
.popover { 
  max-width: 900px; 
  width: auto; 
  color: #000;
  background-color: #ebebeb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.popover.top .arrow:after {
  border-top-color: #ebebeb;
}
.popover.left .arrow:after {
  border-left-color: #ebebeb;
}
.popover.right .arrow:after {
  border-right-color: #ebebeb;
}
.popover.bottom .arrow:after {
  border-bottom-color: #ebebeb;
}
.popover-content,
.popover-title { 
  color: #000;
  background-color: #ebebeb;
  border-bottom: none;
}
.popover-title { 
  font-size: 18px;
}
.popover-content {
  clear: both;
}
.popover-close { 
  color: #000;
}
@media (max-width: 959px) {
  .popover { 
  max-width: 820px;
  }
}
.popover-content table td {
  background-color: transparent !important;
}
.popover-title {
  -webkit-text-stroke: 0;
}
.popover textarea.tx_oh_popover {
  height: 300px;
  border: none;
  background-color: transparent;
  color: #000;
  -webkit-box-shadow: none;
  outline: none;
  resize: none;
}
.popover textarea.tx_oh_popover:focus {
  background-color: #eeeeee;
}

.popover .blue {
  color: blue;
}
.popover .red {
  color: red;
}




/* Forms
==================================================*/
.tx-form fieldset {
  padding: 0 20px;
}
.tx-form ul.inline > li:first-child {
  padding-left: 0;
}
.tx-form select, 
.tx-form textarea, 
.tx-form input[type="text"], 
.tx-form input[type="password"], 
.tx-form input[type="datetime"], 
.tx-form input[type="datetime-local"], 
.tx-form input[type="date"], 
.tx-form input[type="month"], 
.tx-form input[type="time"], 
.tx-form input[type="week"], 
.tx-form input[type="number"], 
.tx-form input[type="email"], 
.tx-form input[type="url"], 
.tx-form input[type="search"], 
.tx-form input[type="tel"], 
.tx-form input[type="color"], 
.tx-form .uneditable-input {
  color: #3d3d3d;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 6px;
}
.tx-form textarea, 
.tx-form input[type="text"], 
.tx-form input[type="password"], 
.tx-form input[type="datetime"], 
.tx-form input[type="datetime-local"], 
.tx-form input[type="date"], 
.tx-form input[type="month"], 
.tx-form input[type="time"], 
.tx-form input[type="week"], 
.tx-form input[type="number"], 
.tx-form input[type="email"], 
.tx-form input[type="url"], 
.tx-form input[type="search"], 
.tx-form input[type="tel"], 
.tx-form input[type="color"], 
.tx-form .uneditable-input {
  border: 1px solid #ebebeb;
}

/* http://damirfoy.com/iCheck/ */
.icheckbox_flat-txodds,
.iradio_flat-txodds {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  background: url(../img/icheck@2x.png) no-repeat;
  border: none;
  cursor: pointer;
}
.icheckbox_flat-txodds + label,
.iradio_flat-txodds + label {
  display: inline-block;
  position: relative;
  top: -15px;
  left: 5px;
}
.icheckbox_flat-txodds {
  background-position: 0 0;
}
.icheckbox_flat-txodds.checked {
  background-position: -44px 0;
}
.icheckbox_flat-txodds.disabled {
  background-position: -88px 0;
  cursor: default;
}
.icheckbox_flat-txodds.checked.disabled {
  background-position: -132px 0;
}
.iradio_flat-txodds {
  background-position: -176px 0;
}
.iradio_flat-txodds.checked {
  background-position: -220px 0;
}
.iradio_flat-txodds.disabled {
  background-position: -264px 0;
  cursor: default;
}
.iradio_flat-txodds.checked.disabled {
  background-position: -308px 0;
}

/* Retina support
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     only screen and (-moz-min-device-pixel-ratio: 1.5),
     only screen and (-o-min-device-pixel-ratio: 3/2),
     only screen and (min-device-pixel-ratio: 1.5) {
  .icheckbox_flat-txodds,
  .iradio_flat-txodds {
    background-image: url(../img/icheck@2x.png);
    -webkit-background-size: 176px 22px;
    background-size: 176px 22px;
  }
}
 */
 
/* JQuery.UI Slider */
.tx-slider {
  border: none;
  margin-top: 18px;
}
.tx-slider.ui-slider-horizontal {
  height: 1em;
}
.tx-slider.ui-widget-content {
  background: #ffffff;
  border: 1px solid #2c2c2c;
}
.tx-slider .ui-widget-header {
  background: #00a0ac;
}
.ui-slider .ui-slider-handle {
  width: 1.5em;
  height: 1.5em;
}
.tx-slider .ui-state-default,
.tx-slider .ui-widget-content .ui-state-default,
.tx-slider .ui-widget-header .ui-state-default {
  border: 1px solid #00a0ac;
  background: #00a0ac;
  border-radius: 9px;
}
#tx_slider_value {
  font-size: 16px;
  font-weight: 600;
  margin-top: 4px;
}

form label.error { color: #ed2431; }

.tx-error-msg {
  border: 1px solid #ed2431;
  background: rgba(237,36,49,0.5);
  margin-bottom: 10px;
  padding: 10px;
}


/* jQuery timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }




/* Buttons
==================================================*/
.tx-btn-row {
  background-color: #2c2c2c;
  height: 50px;
  /*padding-left: 20px;*/
}
.tx-btn-row ul:first-child{
  margin-left: 0;
}
.tx-btn-row ul li {
  color: #FFF;
  float: left;
  font-size: 13px;
  line-height: 44px;
  list-style: none;
}
.tx-btn-row-lrg {
  background-color: #2c2c2c;
  height: 84px;
}
.tx-btn-row-lrg ul li {
  font-size: 16px;
  line-height: 80px;
}
.tx-btn-row .select2-container {
  margin-top: 11px;
}
.tx-btn {
  background-color: #2c2c2c;
  border-color: #2c2c2c;
  border-radius: 0;
  color: #ffffff;
  filter: none;
  /*font-size: 16px;*/
  /*font-weight: 600;*/
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  text-shadow: none;
}
.tx-btn.btn-primary {
  background-color: #00a0ac;
  border-color: #00a0ac;
}
.tx-btn.btn-inverse {
  background-color: transparent;
  border-color: transparent;
}
.tx-btn.btn-danger {
  background-color: #ed2431;
  border-color: #ed2431;
}
.tx-btn:hover,
.tx-btn:focus,
.tx-btn:active,
.tx-btn.btn-primary.active,
.tx-btn.btn-inverse.active,
.tx-btn.btn-danger.active {
  color: #3d3d3d;
  background-color: #ebebeb;
  border-color: #ebebeb;
  text-decoration: none;
}
.tx-btn.btn-inverse:hover,
.tx-btn.btn-inverse:focus,
.tx-btn.btn-inverse:active {
  background-color: transparent;
  border-color: transparent;
}
.btn-group-vertical > .tx-btn:first-child,
.btn-group-vertical > .tx-btn:last-child {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.tx-btn-row .tx-btn {
  padding: 14px 18px;
}
.tx-btn-row-lrg .tx-btn {
  padding: 31px 18px;
}
.tx-fake-btn {
  height: 40px;
}
.tx-fake-btn-img {
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 7px;
}
.tx-fake-btn-img [class^="tx-icon-"],
.tx-fake-btn-img [class*=" tx-icon-"] {
  margin: 30% 0;
}



/* Pagination
==================================================*/
.pagination {
  margin: 0;
}
.tx-pagination {
}
.tx-pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.tx-pagination ul > li > a:hover,
.tx-pagination ul > li > span:hover {
  color: #3d3d3d;
  background-color: #ebebeb;
}
.tx-pagination ul > li:first-child > a,
.tx-pagination ul > li:first-child > span,
.tx-pagination ul > li:last-child > a,
.tx-pagination ul > li:last-child > span {
  background-color: #00a0ac;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 4px 16px;
}
.tx-pagination ul > li > a,
.tx-pagination ul > li > span {
  color: #ffffff;
  padding: 4px 20px;
  line-height: 32px;
  font-size: 18px;
  font-weight: 600;
  background-color: #2c2c2c;
  border: none;
  text-transform: uppercase;
}



/* Alerts
==================================================*/
.tx-alert {
  background-color: #f0ed3c;
  border: none;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tx-alert .close {
  opacity: 1;
  text-shadow: none;
}
.tx-alert a {
  color: #000000;
  font-weight: 600;
  text-decoration: underline;
}
.tx-alert-danger,
.tx-alert-error {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #ffffff;
}
.tx-alert-info {
  background-color: #0000ff;
  border-color: #0000ff;
  color: #ffffff;
}
.tx-alert-danger a,
.tx-alert-error a,
.tx-alert-info a {
  color: #ffffff;
}
.tx-alert-danger .close,
.tx-alert-error .close,
.tx-alert-info .close {
  color: #ffffff;
}
.tx-site-alert,
.tx-user-message {
  margin: 0;
}


/* Modal Forms
==================================================*/
.tx-modal {
  border: 1px solid #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tx-modal-header,
.tx-modal-footer {
  background-color: #2c2c2c;
}
.tx-modal-footer {
  border-top: 1px solid #6c6c6c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}


/* Fix width odds pages
==================================================*/
.tx-odds-view {
    min-width: 1200px;
}
.tx-odds-view .container {
    min-width: 1200px;
}

/* Row common
==================================================*/
.tx-home-row {
  font-size: 18px;
  line-height: 140%;
  margin-top: 24px;
}
.tx-header-row {
  background-color: #2c2c2c;
  color: #fff;
  height: 80px;
  width: 100%;
  margin: 0;
}
.tx-inner {
  padding: 20px;
}
.tx-inner h1:first-child,
.tx-inner h2:first-child,
.tx-inner h3:first-child {
  margin-top: 0;
}

ul.tx-list-large {
    -webkit-padding-start: 0;
}

.tx-list-large li {
    list-style: none;
    padding-left: 0!important;
}

.tx-list-large li,
.tx-list-large a {
  color: #000000;
  font-size: 16px;
  line-height: 26px;
}



/* Sub headers
==================================================*/
[class^="tx-subhead-"],
[class*=" tx-subhead-"] {
  position: relative;
  color: #fff;
  height: 250px;
  text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
}
[class^="tx-subhead-"] .container,
[class*=" tx-subhead-"] .container {
  position: relative;
  z-index: 2;
  padding-top: 60px;
  text-align: left;
}
[class^="tx-subhead-"]:after,
[class*=" tx-subhead-"]:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .4;
}
.tx-subhead-one,
.tx-subhead-one:after {
  background: #000 url(../img/banner1.jpg) no-repeat top right;
}
.tx-subhead-two,
.tx-subhead-two:after {
  background: #000 url(../img/banner2.jpg) no-repeat top center;
}
.tx-subhead-one .tx-tagline {
  letter-spacing: -1px;
  line-height: 120%;
  max-width: 450px;
  margin-left: 20px;
}
.tx-subhead-two .tx-tagline {
  letter-spacing: -1px;
  line-height: 100%;
  margin-left: 200px;
  margin-right: 200px;
  text-align: center;
}

.tx-mobile-banner {
  background-color: #3E3C3D
}

/* Grey Boxes
==================================================*/
.tx-grey-box {
  background-color: #ebebeb;
}
.tx-fill-height-overflow {
  overflow: hidden;
}
.tx-grey-box.tx-fill-height {
  margin-bottom: -99999px;
  padding-bottom: 99999px;  
}
.tx-grey-box h3 .tx-tagline {
  line-height: 26px;
  font-weight: 600;
}
.tx-grey-box img {
  width: 100%;
}

.tx-app-link img {
  width: inherit;
}


/* Homepage sign up
==================================================*/
.tx-home-signup ul li:last-child {
    line-height: 84px;
    font-size: 18px;
    padding-left: 18px;
    width: 75%;
}

/* Homepage site information
==================================================*/
.tx-home-sales {
  margin-top: 24px;
}
.tx-home-sales h3 {
  color: #ed2431;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 0;
}
.tx-home-sales h3 > .tx-tagline {
  color: #333;
  font-size: 22px;
  line-height: 22px;
  font-weight: 300;
  margin-top: 8px;

}


/* Homepage video section
==================================================*/
.tx-home-video  {
  background-color: #ebebeb;
}
.tx-home-video .span6:first-child {
  margin-left: 0;
}
.tx-home-video .tx-home-video-left {
  margin: 24px 0 24px 20px;
}
.tx-home-video .tx-home-video-right {
  margin: 24px 20px 24px 0;
}
.tx-home-video-strapline .tx-button-strapline {
  height: 50px;
}
.tx-home-video-strapline .tx-button-strapline ul li {
  line-height: 50px;
}
.tx-home-video-strapline .tx-button-strapline ul li a {
  padding: 15px 18px;
}


/* My TxOdds
==================================================*/
.tx-mytxodds-row {
  height: 70px;
  background-color: #3E3D3D;
}
.tx-mytxodds-row .container {
  padding-top: 16px;
}
.tx-mytxodds-row form {
  margin: 0;
  margin-top: 5px;
}



/* Odds Breadcrumb
==================================================*/
.tx-odds-breadcrumb {
  margin: 10px 0;
}

.tx-odds-breadcrumb .tx-select {
  width: 200px;
}

@media (min-width: 1200px) {
  .tx-odds-breadcrumb .tx-select {
    width: 250px;
  }
}


/* Odds Comp Views
==================================================*/
.label-inverse,
.badge-inverse {
  background-color: #333;
}
.label-important,
.label-important  {
    background-color: #000;
}
.tx-odds-header {
  background-color: #6b6b6b;
  height: 32px;
  overflow: hidden;
}
.tx-odds-header h2,
.tx-odds-header h2 a {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  margin: 0 9px;
  overflow: hidden;
}
.tx-odds-subheader {
  background-color: #ebebeb;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  padding: 3px 10px;
}
.tx-odds-subheader  li {
  color: #000;
  list-style: none;
  overflow: hidden;
}
.tx-odds-subheader  li a {
  color: #000;
}
.odds-table td{
    padding: 0 2px;
}
.odds-table td:first-child{
    padding: 0;
}




/* Generic table styles
==================================================*/
th.center,
td.center,
.table .center {
  text-align: center;
}
th.right,
td.right,
.table .right {
  text-align: right;
}

table.tx-contrast-fix tbody tr .tx-grp {
  background-color: #f1f1f1 !important;
}
td.tx-ov,
th.tx-ov,
td.tx-grp,
th.tx-grp,
td.ia,
th.ia,
td.tx-x-price,
th.tx-x-price,
td.tx-num,
th.tx-num {
  text-align: right;
  padding: 2px 3px !important;
}
.table tbody tr td.tx-grp {
  background-color: #f1f1f1 !important;
}
.table-very-condensed th,
.table-very-condensed td {
padding: 2px 5px;
}


/* Hover table
==================================================*/
.tx-contrast-fix.table-hover tbody tr:hover td,
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover td a,
.tx-contrast-fix.table-hover tbody tr:hover .tx-grp,
.table-hover tbody tr.odd:hover .sorting_1,
.table-hover tbody tr.even:hover .sorting_1 {
  background-color: #00a0ac !important;
  color: #ffffff !important;
}
.table-hover tbody tr:hover td a.tx-icon-comment {
  background-position: -120px -20px;
}


/* Ultra Condensed table
==================================================*/
table.dataTable{
  margin-bottom: 20px;
}
table.dataTable td,
table.dataTable th, 
.tx-super-condensed th,
.tx-super-condensed td,
.tx-ultra-condensed th,
.tx-ultra-condensed td {
  padding: 1px 2px 1px 2px !important;
  margin: 0px !important;
  white-space: nowrap !important;
  font-size: 100% !important;
}
#mmtable th, #octable th, #otbtable th, #arbtable th, #htftcrs-menu-table th, #oddstable th {
  padding: 0px 4px;
  width: 28px;
  min-width: 28px;
  font-size: 11px;
  background-color: #6b6b6b;
  color: white;
  text-align: left;
  border-bottom: 1px solid #fff;
}


/* Padded table
==================================================*/
table.tx-table-padded th:first-child,
table.tx-table-padded td:first-child {
 padding-left: 10px!important;
}
table.tx-table-padded th:last-child,
table.tx-table-padded td:last-child {
 padding-right: 10px!important;
}


/* Odds Table
==================================================*/
.tx-table-odds {
  color: #2c2c2c;
  font-family: Tahoma,Arial;
  font-size: 12px;
}
.tx-table-odds>thead>tr {
  background-color: #6b6b6b;
  color: #fff;
}
.tx-table-odds>thead>tr>th {
  border-bottom: none;
}
.tx-table-odds>tbody>tr>th,
.tx-table-odds>tfoot>tr>th,
.tx-table-odds>thead>tr>th {
  font-size: 12px;
  font-weight: 400;
}
.tx-table-odds>tbody>tr>td,
.tx-table-odds>tbody>tr>th,
.tx-table-odds>tfoot>tr>td,
.tx-table-odds>tfoot>tr>th,
.tx-table-odds>thead>tr>td,
.tx-table-odds>thead>tr>th {
  padding: 2px;
  border-top: none;
}
.tx-table-odds tr.tx-odd {
  background-color: #ebebeb;
}
.tx-table-odds td a {
  color: #2c2c2c;
}
.tx-table-odds>tbody>td.tx-best-price {
  font-weight: 700!important;
}
.tx-no-results {
  text-align: center;
  margin-top: 40px;
  width: 100%;
  min-height: 200px;
}
.tx-no-results p {
  margin-top: 100px;
  font-size: 40px;
  color: #D6D6D6;
  font-weight: bold;
  line-height: 50px;
}
.tx-table-kelly-header {
  width: 54px;
}
/* overwrite jquery.dataTables.css */
table.dataTable thead th {
  font-weight: normal !important;
}


/* Odds Table Widths  */
.tx-table-odds .status {
	width: 38px;
}
.tx-table-odds .excel {
	width: 24px;
    text-align: center;
}
.tx-table-odds .teams {
  min-width: 325px;
}
.tx-table-odds .teams a {
  color: #000;
  font-weight: 700;
}
.tx-table-odds .score {
  text-align: center;
  width: 50px;
}
.tx-table-odds .oh,
.tx-table-odds .ioh,
.tx-table-odds .a_oh,
.tx-table-odds .a_ioh,
.tx-table-odds .t_oh,
.tx-table-odds .t_ioh {
  width: 30px !important;
}
.tx-table-odds .oa,
.tx-table-odds .od,
.tx-table-odds .ocivalue {
  width: 40px;
}
.tx-table-odds .ocivalue {
  text-align: right;
}
.tx-table-odds .a_ioh,
.tx-table-odds .a_ioa {
  width: 35px;
}
.tx-table-odds .a_pts,
.tx-table-odds .t_pts,
.tx-table-odds .p_pts {
  width: 60px;
  padding-left: 5px;
  padding-right: 8px;
  text-align: center;
}
.tx-table-odds .ph,
.tx-table-odds .pd,
.tx-table-odds .pa {
  width: 60px;
  text-align:right;
}
.tx-table-odds .mh,
.tx-table-odds .md,
.tx-table-odds .ma {
  width: 60px;
  text-align:right;
}
.tx-table-odds .m_oh,
.tx-table-odds .m_oa,
.tx-table-odds .p_oh,
.tx-table-odds .p_oa,
.tx-table-odds .m_ioh,
.tx-table-odds .m_ioa,
.tx-table-odds .p_ioh,
.tx-table-odds .p_ioa,
.tx-table-odds .t_ioh,
.tx-table-odds .t_ioa,
.tx-table-odds .ioh,
.tx-table-odds .ioa,
.tx-table-odds .iod,
.tx-table-odds .a_ioh,
.tx-table-odds .a_ioa {
  color: gray;
}
.tx-table-odds .inc {
  color: red;
}
.tx-table-odds .dec {
  color: blue;
}

.tx-table-odds .table-delta-cell-report.error-report {
  width: 20px;
}


/* Odds+Comp Table
==================================================*/
#tx_upcoming thead th:first-child {
  padding-left: 10px;
}
#tx_upcoming thead th a {
  color: #fff;
}
#tx_upcoming .tx-table-odds .a_pts, 
#tx_upcoming .tx-table-odds .t_pts, 
#tx_upcoming .tx-table-odds .p_pts {
  text-align: right;
}





/* Odds+Comp Table
==================================================*/
.tx-table-oc>thead>tr {
  background-color: #ffffff;
  color: #2c2c2c;
}
.tx-table-oc>thead>tr>th {
  font-weight: 300;
}
.tx-table-oc>thead>tr>th.otname {
  font-weight: 700 !important;
  text-transform: capitalize;
}
.tx-table-oc>thead>tr>th.otname .tx-odds-count {
  font-weight: 400;
  margin-left: 6px;
}
.tx-ladder tr.tx-inverse,
.tx-table-oc tr.tx-inverse {
  background-color: #6b6b6b;
  color: #fff;
  font-size: 11px;
}
.tx-table-oc .tx-bet,
.tx-table-oc .exchange,
.tx-table-oc .spacer {
  width: 10px;
}
.tx-table-oc .tx-ov,
.tx-table-oc .tx-grp {
  width: 30px;
}
.tx-table-oc .haoddslink {
  width: 10px;
}
.tx-table-oc .book {
  width: 200px;
}
.tx-table-oc .book_state,
.tx-table-oc .error-report {
  width: 20px;
  text-align: center;
}
#tx_odds_comp .dataTables_length,
#tx_odds_comp .dataTables_filter,
#tx_odds_comp .dataTables_info,
#tx_odds_comp .dataTables_paginate {
  display: none;
}
#tx_odds_comp .dataTable {
  margin-bottom: 20px;
}
#tx_odds_comp .dataTable td.group {
  background-color: #d1cfd0;
  border-bottom: 2px solid #a19b9e;
  border-top: 2px solid #a19b9e;
  font-weight: 700;
  padding: 3px 8px !important;
}
#tx_odds_comp .sorting,
#tx_odds_comp .sorting_asc,
#tx_odds_comp .sorting_desc,
.htftcrs-match-table .sorting {
  background: none;
}



/* Moves table
==================================================*/
.tx-table-moves th {
  padding: 1px 5px;
  font-size: 12px;
}
.tx-table-moves tbody td:first-child {
  width: 70px;
  white-space: nowrap;
}
#mmtable td.inc, 
table.upcomingmatches td.inc {
  color: red;
}
#mmtable td.dec, 
table.upcomingmatches td.dec {
  color: blue;
}



/* Odds Changes
==================================================*/
.tx-table-delta tbody td.tx-table-delta-cell-important {
  background-color: orange !important;
}
.tx-table-delta tbody td.tx-table-delta-cell-added {
  background-color: yellow !important;
}
.tx-table-delta tbody tr.tx-table-delta-row-important td.tx-table-delta-cell-status {
  background-image: url("../img/sprite-icons.png");
  background-position: -140px 5px;
  background-repeat:  no-repeat;
  width: 14px;
}


/* Tennis Set Betting
==================================================*/
.tx-tsb-match {
  margin-bottom: 18px;
}


/* Sortable tables
==================================================*/
.tx-table-sortable { 
}
.tx-table-sortable thead th {
  background-color: #6b6b6b;
  border: solid 1px #ffffff;
}
.tx-table-sortable thead th td:first-child {
  border-left: none;
}
.tx-table-sortable thead th td:last-child {
  border-right: none;
}
table.dataTable tr.odd td.sorting_1,
table.dataTable tr.odd td.sorting_2
 {
  background-color: #f9f9f9;
}
table.dataTable tr.even td.sorting_1,
table.dataTable tr.even td.sorting_2
 {
  background-color: #fff;
}



/* Push updating tables
==================================================*/
.table td,
.table td.tx-grp {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.table tr.tx-row-update td,
.table tr.tx-row-update td.tx-grp {
  background-color: #969696 !important;
}

.table tr.tx-row-new td,
.table tr.tx-row-new td.tx-grp {
  background-color: yellow !important;
}



/* Datatables fix
==================================================*/

table.dataTable thead th {
  border-bottom: none;
}


/* Arbs table
==================================================*/
#arbtable tr.tx-update td {
  background-color: #00a0ac;
  color: #fff;
}
#arbtable tbody tr td {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#arbtable tbody tr td:last-child {
    text-align: center;
    width: 20px;
}
#arbtable td.arb-r {
    text-align: right;
}
#arbtable_length select,
#octable_length select,
#mmtable_length select,
#otbtable_length select {
  width: 70px;
}
#arbs label {
  display: inline !important;
}



/* Search results table
==================================================*/
table.tx-search-results th.tx-time,
table.tx-search-results td.tx-time {
  width: 140px;
  text-align: left;
}
table.tx-search-results th.tx-match,
table.tx-search-results td.tx-link {
  font-weight: 700;
  text-align: left;
}



/* Matches page
==================================================*/
.tx-matches-range {
  width: 200px;
  margin-bottom: 20px;
}



/* Widgets
==================================================*/
.tx-widget {
  cursor: default;
}
.tx-widget .tx-odds-header {
  height: 28px;
}
.tx-widget .tx-odds-header h2 {
  font-size: 14px;
  line-height: 28px;
  -webkit-text-stroke: 0px;
}
.tx-widget .tx-odds-subheader {
  background-color: #2c2c2c;
  color: #fff;
}
.tx-widget .tx-widget-header-more {
  color: #fff;
  font-size: 11px;
  line-height: 28px;
  padding-right: 9px;
  text-align: right;
}
.tx-widget .tx-widget-header-more a {
  color: #fff;
}
.tx-widget .tx-loading {
  background: #ebebeb url('../img/ajax-loader-grey.gif') no-repeat center center;
  width: 100%;
  height: 50px;
  margin-bottom: 14px;
}
.tx-widget-body {
  background-color: #ebebeb;
  color: #2c2c2c;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 14px;
  padding: 8px 8px 3px 8px;
}
.tx-widget-empty {
  text-align: center;
  height: 50px;
  line-height: 50px;
}
#tx_moves_widget .dec {
  color: blue;
}
#tx_moves_widget .inc {
  color: red;
}
.tx-moves-table tr,
.tx-moves-table tr td {
  line-height: 13px;
  padding: 1px 0;
}
.tx-moves-table tr td > div {
  height: 13px;
}
#startingodds_widget .tx-widget-body {
  padding: 0;
}
.tx-widget-footer {
  background-color: #2c2c2c;
  padding: 6px;
  margin: 6px -8px -3px -8px;
}
.tx-odds-subheader a,
.tx-widget-footer a {
  color: #fff;
}



/* League Ladder Table
==================================================*/
.tx-ladder tr th,
.tx-ladder tr td {
  text-align: center;
}
.tx-ladder tr th:nth-of-type(2),
.tx-ladder tr td:nth-of-type(2) {
   text-align:left;
}
.tx-ladder tr.tx-selected td {
  background-color: #00a0ac !important;
  color: #fff;
  font-weight: 700;
}
.tx-ladder .tx-ladder-separator td {
  background-color: #fff;
  height: 8px;
  text-align: center;
}


/* Head2Head Table
==================================================*/
.tx-h2h .tx-date { 
  width: 10%;
}
.tx-h2h .tx-league {
  text-overflow:ellipsis;
  width: 25%;
}
.tx-h2h .tx-score { 
  width: 5%;
}
.tx-h2h .tx-team-name {
  text-overflow:ellipsis;
  width: 30%;
}
.tx-h2h .tx-winner {
  font-weight: 700;
}


.tx-h2h-stats th,
.tx-h2h-stats td {
  text-align: center;
}
.tx-h2h-stats th:first-child,
.tx-h2h-stats td:first-child {
  text-align: left;
}



/* Match Information
==================================================*/
.ui-state-hover, .ui-widget-content .ui-state-hover {
  background: #00a0ac;
  border-color: #00a0ac;
}
.ui-state-focus, .ui-widget-content .ui-state-focus {
  background: #00a0ac;
  border-color: #000;
}




/* Previews
==================================================*/
.tx-previews-home-item p {
  height: 130px;
}

.deform .mce-panel {
  width: 100%;
}


/* Pricing
==================================================*/
.tx-pricing-home p {
  font-size: 14px;
  line-height: 18px;
}


.tx-api-form-box {
  clear: both;
  margin-bottom: 20px;
}
.tx-api-form-box p {
  font-size: 18px;
  line-height: 24px;
}
.tx-api-form-box .tx-check-grid li {
  float: left;
  width: 49%;
  line-height: 44px;
}

.tx-api-form-box .scroll-pane {
  height: 263px;
  overflow: auto;
  background-color: #ffffff;
}




/* Alerts Editor
==================================================*/
#tx_alerter .tx-new-alert {
    width: 100%;
    font-size: 12px;
}
#tx_alerter .tx-nav-menu {
}

#tx_alerter .tx-nav-menu > li {
    background-color: #ebebeb;
}
#tx_alerter .tx-nav-menu>li a {
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
#tx_alerter .tx-nav-menu>li.active a {
    background-color: #00a0ac;
    color: #ffffff;
}
#tx_alerter .tx-nav-menu .nav-header {
    background-color: #6b6b6b;
    border-bottom: none;
    color: #ffffff;
    margin: 0;
    padding: 10px;
}
#tab-alert-sport-group select {
  width: 100%;
}
#tab-alert-settings label {
    display: inline-table;
}

#tx_alerter .icon-question-sign {
    cursor: pointer;
}
#tx_alerter .popover {
    max-width: 300px;
}


/* Register
==================================================*/
.tx-input-full {
  width: 98%;
}
.tx-input-half {
  float: left;
  margin-bottom: 10px;
  width: 46%;
}
.tx-input-third {
  float: left;
  width: 30%;
}
.tx-input-group:after {
  clear: both;
}
.tx-input-group .tx-input-half,
.tx-input-group .tx-input-third {
  margin-left: 18px;
}
.tx-input-group .tx-input-half:first-child,
.tx-input-group .tx-input-third:first-child {
  margin-left: 0;
}
.tx-input-group .tx-input-half.select2-container {
  width: 48.3%;
}
.tx-input-group .tx-input-third.select2-container {
  width: 30.65%;
}



/* Menu 2
==================================================*/
.tx-scroll-options {
  background-color: #ebebeb;
  list-style: none;
  margin-left: 0;
}
#tx_menu2_tab_content .tx-scroll-options li {
  float: left;
  width: 33%;
  line-height: 44px;
}
#tx_menu2_odds_types .tx-scroll-options li,
#tx_menu2_groups .tx-scroll-options li {
  width: 50%;
}
#tx_menu2_tab_content .scroll-pane {
  height: 340px;
}
#tx_menu2_tab_content .tx-form-header {
  padding: 10px 0;
}
#tx_menu2_tabs {
  margin: 0;
}



/* Login Modal
==================================================*/
#tx_login_modal {
  width: 340px;
  margin-left: -150px;
  background-color: #ebebeb;
}
#tx_login_modal .modal-body {
  max-height: 250px;
  height: 215px;
  padding: 20px;
}
#tx_login_modal input {
  margin-bottom: 20px;
}
#tx_login_modal input[type="text"], 
#tx_login_modal input[type="password"] {
  width: 295px;
}




/* User Account Preferences
==================================================*/
.tx-account-details ul {
  -webkit-padding-start: 0;
}
.tx-account-details ul li {
  margin-bottom: 12px;
  list-style: none;
}
#voucher_message {
  color: #356635;
  margin-top: 6px;
  background-color: #dff0d8;
  padding: 6px;
}
#tx_redeem_voucher_form #tx_loading {
  background-image: url(../img/ajax-loader-grey.gif);
  display: none;
  width: 24px;
  height: 24px;
}
.tx-account-details .tx-sub-details a {
  font-weight: 400;
  text-decoration: none;
}
.tx-account-details .tx-sub-name {
  font-weight: 700;
}


/* Preferences Modal
==================================================*/
#preferences-modal {
  /*margin-left: -400px;*/
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#preferences-modal .modal-content {
  width: 810px;
  max-height: 705px;
}
#preferences-modal .tx-nav {
  margin-bottom: 0;
}
#filter-sports .tx-form-header,
#filter-bookies .tx-form-header,
#filter-ots .tx-form-header {
  padding-bottom: 10px;
}
#preferences-modal .modal-body {
  max-height: 400px;
}
#preferences-modal .scroll-pane {
  width: 780px;
  height: 330px;
  overflow: auto;
  background-color: #ebebeb;
}
#preferences-modal .tx-nav.nav-tabs > li > a {
  padding-left: 25px;
  padding-right: 25px;
}
#preferences-modal .btn-group-vertical {
  width: 200px;
}
#preferences-modal .btn-group-vertical .btn {
  width: 100%;
}
#preferences-modal .modal-body .tx-form {
  margin: 0;
}
#preferences-modal .tx-scroll-options {
  background-color: #ebebeb;
  list-style: none;
  margin-left: 0;
}
#preferences-modal .tx-scroll-options li {
  float: left;
  width: 33%;
  line-height: 44px;
}
#preferences-modal #widgets ul li {
  float: left;
  margin-bottom: 14px;
  width: 49%;
}
@media (max-width: 759px) {
  #preferences-modal {
  width: 700px;
  max-height: 40px;
  margin-left: -350px;
  }
  #preferences-modal .tx-nav.nav-tabs > li > a {
  padding-left: 10px;
  padding-right: 10px;
  }
  #preferences-modal .modal-body {
  padding: 0;
  }
}

.tx-preferences-busy {
  background-color: #000000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}

.tx-preferences-busy .tx-busy {
  background: url('../img/prefs-busy.gif') no-repeat center center;
  width: 100%;
  height: 100%;
}





/* Odds+Comp icon legend
==================================================*/
.tx-table-legend {
}
.tx-table-legend td {
  color: #000;
  font-size: 14px !important;
}
.tx-table-legend thead td {
  font-weight: 700 !important;
}






/* Error report modal
==================================================*/
#error-report-modal .modal-dialog {
  max-width: 735px;
  width: auto;
  margin: 140px auto;
}
#error-report-modal .modal-content {
  border-radius: 0;
  box-shadow: none;
}
#error-report-modal .modal-header h4 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
#error-report-modal .modal-header p {
  font-size: 14px;
  margin: 0;
  color: #666;
}
#error-report-modal .modal-header .close {
  line-height: 1;
  font-size: 1.5em;
}

#error-report-modal textarea {
  width: 98%;
  height: 130px;
}




/* Fluidity
==================================================*/
@media (max-width: 959px) {
  .navbar-fixed-top {
    margin-bottom: 0;
  }
  .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
    padding: 0;
  }
  .tx-site-nav-buffer {
    padding-top: 0;
  }
  .tx-home-sales .tx-home-sale-1 {
    background-position: 50px 0;
  }
  .tx-home-sales .tx-home-sale-2 {
    background-position: -490px 0;
  }
  .tx-home-sales .tx-home-sale-3 {
    background-position: -1000px 0;
  }
}
@media (min-width: 1200px) {
  .tx-subhead-one,
  .tx-subhead-one:after {
    background: #000 url(../img/banner1@2x.jpg) no-repeat top right;
  }
  .tx-subhead-two,
  .tx-subhead-two:after {
    background: #000 url(../img/banner2@2x.jpg) no-repeat top center;
  }
  .tx-input-half {
    width: 46.8%;
  }
  .tx-input-group .tx-input-half.select2-container {
    width: 48.5%;
  }
  .tx-input-group .tx-input-third.select2-container {
    width: 31.5%;
  }
}




/* JQPlot Overrides
==================================================*/
.jqplot-yaxis-tick { font-size: 11px !important; }



/* JScrollPane Overrides
==================================================*/
.jspVerticalBar {
  width: 25px;
}
.jspVerticalBar .jspArrow {
  height: 25px;
}
.jspArrow,
.jspArrow.jspDisabled {
  background-color: #2c2c2c;
  background-image: url("../img/sprite-icons.png");
  background-position: 6px 8px;
  background-repeat: no-repeat;
}
.jspArrowDown,
.jspArrowDown.jspDisabled {
  background-position: 6px -11px;
}
.jspTrack {
  background: #999;
}
.jspDrag {
  background: #2c2c2c;
}

/* select2 Overrides
==================================================*/
.select2-container .select2-choice {
  border: 1px solid #ebebeb;
  border-radius: 0;
  color: #3d3d3d;
  background: #ebebeb;
  background-image: none;
  margin-top: 2px;
}
.tx-form .select2-choice,
.tx-select-white .select2-choice {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.tx-select-grey .select2-choice {
  border: 1px solid #ebebeb;
  background: #ebebeb;
}
.select2-container .select2-choice .select2-arrow {
  width: 25px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #00a0ac;
  background-image: none;
  filter: none;
}
.select2-container .select2-choice .select2-arrow b {
  display: inline-block;
  background-image: url("../img/sprite-icons.png");
  background-position: 7px -11px;
  background-repeat: no-repeat;
}
.select2-drop {
  color: #3d3d3d;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.select2-dropdown-open .select2-choice {
  border: 1px solid #00a0ac;
  border-bottom-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  background-image: none;
  filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background: url('../img/sprite-icons.png') no-repeat 7px 8px;
}
.select2-drop-active {
  border: 1px solid #00a0ac;
  border-top: none;
}
.select2-results .select2-highlighted {
  background: #00a0ac;
  color: #fff;
}
.select2-search {
  margin-top: 6px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi)  {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url('../img/sprite-icons.png') !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
  }
}




/* Participant search
=================================================*/
.ui-menu .ui-menu-item {
  border-bottom: 1px solid #999;
}
.ui-menu .ui-menu-item a {
  cursor: pointer;
  padding: 4px 0;
}
.ui-menu .ui-menu-item a.ui-state-focus {
  background: #00a0ac!important;
}
.ui-autocomplete {
  max-height: 300px;
  overflow-y: scroll;
}



/* Antepost table
=================================================*/

.tx-table-antepost thead th {
  height: 90px;
  text-align: center;
  background-color: #3d3d3d;
}

.tx-table-antepost thead th:first-child {
  padding-left: 6px;
  text-align: left;
}

.tx-table-antepost thead th div {
  margin-top: -50px;
  white-space: nowrap;
}

.tx-table-antepost tbody td {
  text-align: center;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  width: 40px;
  padding: 2px 0;
}

.tx-table-antepost tbody td:first-child {
  width: auto;
  border-left: 1px solid #dddddd;
  text-align: left;
  padding-left: 6px;
}

.tx-table-antepost tbody td.tx-stale {
  background-color: #ff7f7f!important;
}
.tx-table-antepost tbody td.tx-best-price {
  font-weight: 700!important;
}

.tx-select-200 {
  width: 200px;
}
.tx-select-250 {
  width: 250px;
}
.tx-select-300 {
  width: 300px;
}
.tx-select-400 {
  width: 400px;
}



/* txid Participants
==================================================*/
.tx-txid-partis { }

.tx-txid-partis li {
  height: 80px;
  line-height: 80px;
  width: 160px;
  background-color: #cecece;
  text-align: center;
  margin-bottom: 5px;
}
.tx-txid-partis li:hover {
  background-color: #ddd;
}

.tx-txid-partis li a {
  color: #000;
  text-transform: capitalize;
}


/* Orientation styles
==================================================*/

.rotate90 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  /* Should be unset in IE9+ I think. */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}





/* MessageBox
==================================================*/
.divMessageBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    z-index: 100000;
}
.MessageBoxContainer {
    top: 35%;
    color: #fff;
    position: relative;
    width: 100%;
    background-color: #232323;
    background-color: rgba(0,0,0,.8);
    padding: 20px;
}
.MessageBoxMiddle {
    position: relative;
    left: 20%;
    width: 60%;
}
    .MessageBoxMiddle .MsgTitle {
        letter-spacing: -1px;
        font-size: 30px;
        font-weight: 300;
        line-height: 40px;
    }
    .MessageBoxMiddle .pText {
        font-size: 20px;
        line-height: 30px;
    }
.MessageBoxButtonSection {
    width: 100%;
    height: 30px;
}
.MessageBoxButtonSection .btn {
    float: right;
    margin-right: 7px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    font-weight: 700;
}





/* Widgets Page
==================================================*/
.widgetblock .widgettext {
    margin-bottom: 10px;
}
.widgetblock .widgettext pre {
    border: 0;
    outline: 0;
    vertical-align: baseline;
    margin: 0;
    padding: 10px 20px;
    background: #272b2d;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Source Code Pro',Menlo,monospace;
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 500;
    color: #d0d0d0;
    direction: ltr;
    text-align: left;
    white-space: pre-wrap;
    word-break: normal;
    word-spacing: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.widgetblock .widgettext code {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline;
    color: #d0d0d0;
    direction: ltr;
    text-align: left;
    white-space: pre-wrap;
    word-break: normal;
    word-spacing: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
.widgetblock .widgettext code span.html {
    color: #77bcd7;
}
.widgetblock .widgettext code span.attr {
    color: #c1ef65;
}



/* ShareThis overrides */
.stButton .stButton_gradient,
.stButton .stMainServices {
    height: 24px!important;
}