#root td {
  padding: 0; }
#root #middle {
  overflow: hidden; }
#root #outdex h2 {
  margin: 0;
  padding: 10px 0 10px 15px;
  background-color: #0073d2; }
#root #outdex {
  overflow: visible;
  z-index: 101; }
#root .outdex-part {
  background-color: #f0f0f0;
  padding-bottom: 15px;
  margin-bottom: 0; }
#root #small-betting-history {
  font-size: 16px;
  display: none;
  float: left;
  width: 100%; }
#root #small-betting-history.closed #history-slips {
  display: none; }
#root .no-slips {
  text-align: center;
  padding: 20px; }
#root .sbh-header {
  background-color: #1276ce;
  color: rgba(255, 255, 255, 0.7);
  line-height: 24px;
  padding: 6px;
  clear: both; }
#root .sbh-header div.close-it {
  float: right;
  background: url(../images/listici/white-down.png) no-repeat center;
  height: 1.5rem;
  width: 2rem;
  cursor: pointer; }
#root .closed .sbh-header div.close-it {
  background-image: url(../images/listici/white-up.png); }
#root .sbh-header span {
  cursor: pointer;
  padding: 4px 6px 4px 20px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 400;
  background-repeat: no-repeat;
  background-position: 4px center;
  transition: background-color 0.5s; }
#root .sbh-header span.selected {
  cursor: pointer;
  color: #fefefe;
  background-color: #0e5ea4; }
#root .sbh-header span.highlight {
  background-color: cornflowerblue; }
#root .sbh-header span.total {
  background-image: url(../images/listici/bill-gray.svg); }
#root .sbh-header span.won {
  background-image: url(../images/listici/win-gray.svg); }
#root .sbh-header span.lost {
  background-image: url(../images/listici/lost-gray.svg); }
#root .sbh-header span.storno {
  background-image: url(../images/listici/storno-gray.svg); }
#root .sbh-header span.in-play {
  background-image: url(../images/listici/live-gray.svg); }
#root .sbh-header span.total {
  background-image: url(../images/listici/bill.svg); }
#root .sbh-header span.won.selected {
  background-image: url(../images/listici/win.svg); }
#root .sbh-header span.lost.selected {
  background-image: url(../images/listici/lost.svg); }
#root .sbh-header span.storno.selected {
  background-image: url(../images/listici/storno.svg); }
#root .sbh-header span.in-play.selected {
  background-image: url(../images/listici/live-slip.svg); }
#root .toolbox-boundary .toolbox-wrapper {
  position: absolute;
  width: 0px;
  border-top: none;
  border-bottom: none;
  right: 0;
  top: 0;
  white-space: nowrap;
  box-sizing: border-box;
  transition: width 0.3s;
  height: 4.5rem;
  overflow: hidden; }
#root .toolbox-boundary .toolbox span {
  cursor: pointer;
  font-size: 0.625rem;
  color: #5a5a5a;
  background-repeat: no-repeat;
  background-position: center 50%;
  padding-top: 2.75rem;
  display: inline-block;
  margin: 0 0.5625rem; }
#root .toolbox-boundary .toolbox-wrapper.show {
  width: 106px; }
#root .toolbox-boundary .toolbox-wrapper.one.show {
  width: 56px; }
#root .toolbox-boundary .toolbox-wrapper .toolbox {
  width: 106px;
  background-color: #dcdcdc;
  text-align: center;
  height: 100%; }
#root .toolbox-boundary .toolbox-wrapper.one .toolbox {
  width: 56px; }
#root .toolbox-boundary .toolbox span.copy-s {
  background-image: url(../images/listici/copy-gray.svg); }
#root .toolbox-boundary .toolbox span.del-s {
  background-image: url(../images/listici/delete-gray.svg); }
#root .toolbox-boundary .toolbox span.copy-s:hover {
  background-image: url(../images/listici/copy.svg);
  color: #231f20; }
#root .toolbox-boundary .toolbox span.del-s:hover {
  background-image: url(../images/listici/delete.svg);
  color: #231f20; }
#root .history-slip {
  position: relative;
  display: none; }
#root .history-slip.show {
  display: block; }
#root .history-slip.updated {
  background-color: aquamarine; }
#root .history-slip .expand {
  width: 6px;
  background-image: url(../images/listici/triangle.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0;
  cursor: pointer; }
#root .history-slip .spacer {
  width: 4px;
  cursor: pointer; }
#root .history-slip .expand.red {
  background-color: #d8272f; }
#root .history-slip .expand.red:hover {
  background-color: #b10d14; }
#root .history-slip .expand.green {
  background-color: #1bb17e; }
#root .history-slip .expand.green:hover {
  background-color: #0c8d61; }
#root .history-slip .expand.gray {
  background-color: #fbba14; }
#root .history-slip .expand.gray:hover {
  background-color: #f0af04; }
#root .history-slip-header .rest {
  float: left;
  width: calc(100% - 20px);
  position: relative; }
#root .history-slip-header {
  width: 100%;
  border-spacing: 0px;
  border-bottom: 2px solid lightgray;
  border-right: 5px solid transparent;
  box-sizing: border-box;
  color: #192633;
  cursor: pointer; }
#root .history-slip-header .payin-amount {
  text-align: right;
  font-size: 0.75rem;
  vertical-align: bottom;
  line-height: 0.75rem;
  font-weight: 400;
  width: 75px; }
#root .history-slip-header .won-amount {
  text-align: right;
  white-space: nowrap;
  vertical-align: top; }
#root .history-slip-header .won-amount.red-amount {
  color: #d8272f; }
#root .history-slip-header .won-amount.green-amount {
  color: #1bb17e; }
#root .history-slip-header .type {
  font-size: 0.8125rem;
  padding-left: 4px;
  height: 1.375rem;
  vertical-align: bottom;
  color: #1b2933;
  font-weight: 400; }
#root .history-slip-header .date {
  font-size: 0.8125rem;
  vertical-align: bottom;
  color: #7c8283;
  text-align: right; }
#root .history-slip-header .match {
  padding-left: 4px;
  font-size: 0.9375rem;
  height: 1.375rem;
  line-height: 1rem; }
#root .history-slip-header .match span {
  white-space: nowrap;
  width: 200px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden; }
#root .history-slip-status-line {
  font-size: 0.750rem;
  /*display: inline-flex;*/
  height: 1.5rem; }
#root .history-slip-status-line span {
  padding: 0px 4px;
  border-bottom: 4px solid #fbba14;
  margin: 0 2px 0.375rem 2px; }
#root .history-slip-status-line span.won {
  border-bottom-color: #1bb17e; }
#root .history-slip-status-line span.lost {
  border-bottom-color: #d8272f; }
#root .history-slip-status-line span.storno {
  border-bottom-color: #cdd7d6; }
#root .history-slip-status-line span.total {
  background-image: url(../images/listici/bet.svg);
  font-size: 0.625rem;
  margin: 0;
  padding: 0px;
  border: none;
  padding-left: 13px;
  padding-top: 5px;
  background-repeat: no-repeat;
  background-position-x: 6px;
  text-align: center;
  width: 15px;
  height: 15px;
  display: inline-block; }
#root .history-slip-details-wrapper {
  position: absolute;
  right: 305px;
  top: 0px;
  width: 0px;
  transition: width 0.5s;
  z-index: 2;
  overflow: hidden; }
#root .history-slip-details {
  width: 300px;
  font-size: 0.9375rem; }
#root .pointer {
  width: 10px;
  height: 13px;
  background-image: url(../images/listici/great-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  top: 1.875rem;
  position: absolute;
  left: -5px;
  z-index: 3;
  display: none; }
#root .history-slip.show-details .history-slip-details-wrapper {
  width: 300px;
  box-shadow: 0 4px 8px 3px #4c1b2933;
  overflow-y: auto; }
#root .history-slip.show-details .pointer {
  display: block; }
#root .history-slip.show-details .expand {
  background-image: none; }
#root .history-slip-events {
  background-color: white;
  overflow-y: auto; }
#root .history-slip-events.scroll {
  min-height: 158px; }
#root .status-1,
#root .status-NOT_SET,
#root .status-OPEN,
#root .status-WP,
#root .bb-status-null,
#root .bb-status-U {
  background-image: url(../images/listici/status-u-igri.svg); }
#root .status-2,
#root .status-WIN,
#root .status-PAID,
#root .status-WN,
#root .status-PO,
#root .bb-status-W {
  background-image: url(../images/listici/status-dobitni.svg); }
#root .status-3,
#root .status-LOST,
#root .status-LOSE,
#root .status-PR,
#root .bb-status-L {
  background-image: url(../images/listici/status-gubitni.svg); }
#root .status-4,
#root .status-CANCELLED,
#root .status-PENDING,
#root .status-REJECTED,
#root .status-CN,
#root .bb-status-I {
  background-image: url(../images/listici/status-storno.svg); }
#root .status-CASHOUT {
  background-image: url(../images/gui/cashout/status-cashout.svg); }
#root .history-slip-event {
  border-top: 1px solid #d0d5db;
  padding: 7px 10px; }
  #root .history-slip-event .bb-container {
    /* max-width: 190px;
     float: left;*/ }
    #root .history-slip-event .bb-container span.bb-status {
      background-repeat: no-repeat;
      background-position: center;
      float: right;
      height: 1rem;
      width: 1rem;
      display: block;
      clear: both; }
  #root .history-slip-event .bb-container.closed {
    display: none; }
  #root .history-slip-event span.bbs {
    width: 20px;
    height: 21px;
    vertical-align: sub; }
  #root .history-slip-event .match-date {
    float: right;
    font-size: 0.8125rem;
    color: #5a5a5a;
    line-height: 1.25rem;
    padding-right: 1rem;
    background-repeat: no-repeat;
    background-position: right 3px; }
  #root .history-slip-event .match-main {
    line-height: 1.25rem;
    color: #231f20;
    background-repeat: no-repeat;
    background-position: left center; }
    #root .history-slip-event .match-main img {
      display: block;
      float: left;
      margin: 2px 4px 0 0; }
  #root .history-slip-event .bet-type {
    font-size: 0.8125rem;
    color: #5a5a5a;
    line-height: 1.25rem;
    padding-left: 1.3125rem; }
  #root .history-slip-event .match-odd {
    text-align: right; }
  #root .history-slip-event .blok {
    display: inline-block;
    background-color: #e6e6e6;
    margin: 0 0 0 2px;
    padding: 4px;
    font-size: 0.8125rem;
    color: #231f20; }
  #root .history-slip-event .blok1 {
    background-color: #f0f0f0;
    min-width: 1.25rem;
    text-align: center; }
  #root .history-slip-event .fix {
    float: left;
    margin-left: 1.3125rem;
    background-color: #323232;
    color: white;
    padding: 2px 4px 0; }
#root .blue-bar {
  height: 5px;
  background-color: #4698da; }
#root .detail-table {
  font-size: 0.875rem;
  width: 100%;
  border-spacing: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: 400;
  width: calc(100% - 1.5rem);
  margin: 0.375rem auto 0; }
  #root .detail-table th {
    color: #787878;
    text-align: left;
    font-size: 0.8125rem;
    font-weight: 400; }
  #root .detail-table th:last-child, #root .detail-table td:last-child {
    text-align: right; }
  #root .detail-table th.openable {
    background: url(../images/listici/black-up.png) no-repeat right center;
    padding-right: 1.125rem;
    cursor: pointer; }
  #root .detail-table .green-amount {
    color: #1bb17e; }
  #root .detail-table .red-amount {
    color: #d8272f; }
#root span.openable {
  background: url(../images/listici/black-down.png) no-repeat right center;
  padding-right: 1.125rem;
  cursor: pointer; }
#root span.openable.closed {
  background-image: url(../images/listici/black-up.png); }
#root .history-slip-open-header {
  background-color: #f6f6f6;
  padding: 0.5rem 0; }
  #root .history-slip-open-header .slip-type {
    font-size: 0.8125rem; }
  #root .history-slip-open-header .slip-status {
    padding-left: 1rem;
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 1.5rem; }
  #root .history-slip-open-header .slip-type div {
    float: right; }
  #root .history-slip-open-header .broj-lis {
    float: right;
    font-size: 0.8125rem; }
  #root .history-slip-open-header > div {
    margin: 0 0.75rem; }
  #root .history-slip-open-header .payout-details {
    display: none; }
  #root .history-slip-open-header .details-part {
    margin: 0;
    padding: 0.125rem 0.75rem;
    font-size: 0.8125rem; }
    #root .history-slip-open-header .details-part table {
      width: 100%; }
      #root .history-slip-open-header .details-part table td {
        vertical-align: top;
        color: #787878;
        font-weight: 400; }
      #root .history-slip-open-header .details-part table th {
        text-align: right;
        color: #231f20;
        font-weight: 400; }
        #root .history-slip-open-header .details-part table th span {
          font-weight: 400;
          color: #787878; }
#root .history-slip-open-header.open {
  padding-bottom: 0; }
  #root .history-slip-open-header.open .payout-details {
    display: block;
    margin: 0;
    color: #231f20;
    padding-top: 0.5rem; }
  #root .history-slip-open-header.open .detail-table th.openable {
    background-image: url(../images/listici/black-down.png); }
#root .kombinacije {
  background-color: #fefefe;
  color: #231f20;
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 0; }
  #root .kombinacije .komb-header {
    line-height: 2rem;
    background-color: #f0f0f0;
    background-image: url(../images/listici/black-up.png);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    font-size: 0.8125rem;
    padding: 0 0.75rem;
    cursor: pointer; }
  #root .kombinacije .komb-body {
    display: none;
    padding: 0.5rem 0.75rem;
    max-height: 500px;
    overflow-y: scroll; }
  #root .kombinacije table {
    width: 100%;
    border-spacing: 0; }
    #root .kombinacije table th {
      color: #5a5a5a;
      text-align: right;
      font-weight: 400; }
    #root .kombinacije table td {
      text-align: right; }
    #root .kombinacije table th:first-child, #root .kombinacije table td:first-child {
      text-align: left; }
    #root .kombinacije table td.low-key {
      line-height: 0.625rem; }
#root .kombinacije.open .komb-header {
  background-image: url(../images/listici/black-down.png); }
#root .kombinacije.open .komb-body {
  display: block; }
#root .more-button {
  border: 5px solid #f0f0f0;
  text-align: center;
  background-color: gainsboro;
  padding: 0.5rem;
  cursor: pointer; }
#root .cash-out {
  margin: 0.25rem 0 0.25rem 0.5rem;
  border: none;
  background-color: #00B27E;
  color: white;
  padding: 0.25rem;
  text-align: center;
  font-size: 0.875rem;
  width: calc(100% - 3rem);
  margin-bottom: 0.5rem;
  width: calc(100% - 3rem);
  float: left;
  height: 1rem; }
  #root .cash-out span {
    background: url(../images/gui/cashout/handshake-white.svg) no-repeat left center;
    padding-left: 1.25rem; }
#root .cash-out-auto {
  float: right;
  background: url(../images/gui/cashout/a-white-24.svg) no-repeat right top;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.25rem 0 0 0;
  position: relative; }
  #root .cash-out-auto span {
    display: none;
    position: absolute;
    padding: 0.25rem 0.5rem;
    background-color: black;
    color: white;
    font-size: 0.75rem;
    white-space: nowrap;
    right: 15px;
    bottom: -25px;
    z-index: 1; }
#root .cash-out-auto.done {
  background-image: url(../images/gui/cashout/a-blue-24.svg); }
#root .cash-out-auto:hover span.info {
  display: block; }
#root .cash-out-auto.done:hover span.all {
  display: block; }
#root .cash-out-auto.done:hover span.info {
  display: none; }
#root .cash-out-auto.open:hover span.all {
  display: none; }
#root .cash-out-auto.open:hover span.info {
  display: none; }
#root .cash-out-auto.open {
  background-image: url(../images/gui/cashout/a-gray-24.svg); }
#root .cash-out-auto.open.done {
  background-image: url(../images/gui/cashout/a-blue-24.svg); }
#root .A {
  background: url(../images/gui/cashout/A.svg) no-repeat center;
  height: 1rem;
  width: 1rem;
  display: inline-block;
  vertical-align: top; }
#root .ignore-klik {
  padding: 0.25rem 0 0.25rem 0.5rem;
  font-size: 0.875rem;
  cursor: default; }
  #root .ignore-klik input {
    border: none;
    text-align: right;
    width: 60%;
    height: 1.25rem;
    font-family: "Compasse Regular"; }
  #root .ignore-klik .ako {
    font-weight: 600;
    font-size: 0.8125rem;
    margin-bottom: 0.25rem;
    position: relative; }
    #root .ignore-klik .ako span.aco-info {
      display: inline-block;
      height: 1rem;
      width: 1rem;
      background: url(../images/gui/cashout/aco-info.svg) no-repeat center;
      vertical-align: text-bottom; }
    #root .ignore-klik .ako .ako-info {
      height: 0;
      position: absolute;
      width: 100%;
      z-index: 1;
      top: 14px;
      overflow: hidden; }
      #root .ignore-klik .ako .ako-info div {
        width: 100%;
        padding-top: 0.5rem;
        background: url(../images/gui/cashout/gray-triangle.svg) no-repeat 85px top; }
        #root .ignore-klik .ako .ako-info div div {
          background-color: #737171;
          color: white;
          padding: 0.25rem;
          text-align: center;
          font-weight: 400; }
    #root .ignore-klik .ako .ako-info.show {
      display: none;
      height: 3rem;
      transition: height 0.5s; }
  #root .ignore-klik .aco-set {
    font-size: 0.8125rem; }
    #root .ignore-klik .aco-set div {
      display: table;
      margin: auto;
      color: #00B27E;
      font-weight: 600;
      background: url(../images/gui/cashout/a-blue-12.svg) no-repeat left 1px;
      padding-left: 1rem;
      border-collapse: separate; }
  #root .ignore-klik .ako-amount {
    line-height: 1.5rem;
    color: #737171;
    font-size: 0.75rem;
    position: relative; }
    #root .ignore-klik .ako-amount .aco-error {
      color: white;
      border: 1px solid #f00000;
      background-color: #F00000;
      padding-left: 0.125rem;
      height: 1rem;
      width: calc(54% - 0.125rem);
      font-size: 0.625rem;
      display: none;
      line-height: 1rem;
      position: absolute;
      top: -1.375rem;
      right: 0;
      text-align: center; }
    #root .ignore-klik .ako-amount .aco-error.show {
      display: inline-block; }
  #root .ignore-klik .autoamount {
    float: right;
    width: 54%;
    background-color: white;
    border: 1px solid #DCDCDC;
    height: 1.25rem;
    text-align: center;
    color: #737171;
    font-size: 0.8125rem;
    line-height: 1.375rem; }
    #root .ignore-klik .autoamount input {
      color: #737171;
      height: 0.8125rem; }
  #root .ignore-klik .autoamount.valid {
    border-color: #0088ff;
    color: #2E2E2E; }
    #root .ignore-klik .autoamount.valid input {
      color: #2E2E2E; }
  #root .ignore-klik button {
    margin-top: 0.25rem;
    width: 100%;
    background-color: #278FEC;
    color: white;
    border: none;
    height: 1.5rem;
    font-family: "Compasse Regular";
    cursor: pointer;
    font-size: 0.8125rem; }
  #root .ignore-klik button.unset {
    background-color: #B84641; }
  #root .ignore-klik button.error {
    background-color: #D1DADC;
    color: #5E5E5E;
    cursor: auto; }
#root .cash-out.disabled {
  background-color: #D1DADC;
  color: #5E5E5E;
  cursor: unset; }
  #root .cash-out.disabled span {
    background: url(../images/gui/cashout/handshake-red.svg) no-repeat left center; }
#root .cash-out-confirm {
  font-size: 0.875rem;
  padding-bottom: 0.25rem; }
#root .cash-out-confirm .amount {
  width: 28%;
  display: inline-block;
  background-color: white;
  margin: 0.25rem 0.125rem 0.25rem 0.5rem;
  padding: 0.25rem 0.25rem;
  text-align: center;
  font-weight: 700; }
#root .cash-out-confirm .give-up,
#root .cash-out-confirm .confirm {
  border: none;
  background-color: #B84641;
  color: white;
  padding: 0.25rem 0.5rem;
  width: 75px;
  vertical-align: middle;
  margin: 0.25rem 0;
  display: inline-block;
  text-align: center; }
#root .cash-out-confirm .confirm {
  background-color: #00B27E;
  margin-left: 1px; }
#root .cash-out-confirm .cash-out-success {
  background-color: #00B27E;
  margin: 0.25rem 0 0.25rem 0.5rem;
  padding: 0.25rem;
  text-align: center;
  color: white; }
  #root .cash-out-confirm .cash-out-success span {
    background: url(../images/gui/cashout/handshake-white.svg) no-repeat left center;
    padding-left: 1.25rem; }
#root .cash-out-confirm .confirm.cash-out-wait {
  width: 170px;
  display: inline-block;
  cursor: default;
  text-align: center;
  padding: 0.25rem 0.5rem;
  margin: 0.25rem 0; }
#root .cash-out-error {
  background-color: #D1DADC;
  color: #5E5E5E;
  margin: 0.25rem 0 0.25rem 0.5rem;
  padding: 0.25rem;
  text-align: center; }
  #root .cash-out-error span {
    background: url(../images/gui/cashout/handshake-red.svg) no-repeat left center;
    padding-left: 1.25rem; }
#root .spinner {
  background-image: url(../images/gui/cashout/spiral2.svg);
  background-position: center;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  animation: spin 1.3s linear infinite;
  display: inline-block;
  vertical-align: top; }
@keyframes spin {
  to {
    transform: rotate(360deg); } }
#root .status-co {
  background: url(../images/gui/cashout/status-cashout.svg) no-repeat left center;
  padding-left: 1.25rem;
  position: absolute;
  right: 0; }
#root .status-co-a {
  background: url(../images/gui/cashout/A.svg) no-repeat left center;
  padding-left: 1rem;
  position: absolute;
  right: 0; }

/*# sourceMappingURL=sbh.css.map */
