/* Empty. Add your own CSS if you like */
.popup-head{
  background: #ccc;
}
.erro-destaque, .tempo-destaque{
  font-weight: bold;
  -webkit-animation: blink 1s step-end infinite;
  -moz-animation: blink 1s step-end infinite;
  -o-animation: blink 1s step-end infinite;
  animation: blink 1s step-end infinite;
}

.tempo-destaque{
  color: red;
}

.btn-cotacao{
  background-image: none;
  font-size: 14px!important;
}

body
{
  -webkit-overflow-scrolling: touch;
}

#codigoPreAposta{
  border: 1px solid #000;display: inline-block;padding: 5px;width: 150px;
}

.selecionado{
  border: 4px solid red;
}

.tabs-striped .tabs{
  height: 70px;
}

.view-container {
  height: 80%!important;
}

ion-view{
  height: 140%!important;
  padding-bottom: 180px;
}

ion-tabs{
  height: 110%!important;
}

@media only screen and (max-width: 400px) {
  ion-tabs{
    height: 104%!important;
  }
}

.tab-title div{
  color: red;
}

.imgTimer{
  display: inline-block;width: 28%;text-align: right;
}

.imgTimer .ampulheta{
  display: inline-block;width: 101px;border: 1px solid;background: #ffd400;padding-top: 2px;border-radius: 6px;text-align: center;
  margin-top: 5px;
}

.dateTimer{
  font-size: 14px;
  padding: 0px;margin: 0px;
}
.dateTimer .timer{
  border-radius: 0px 0px 6px 6px;
  font-size: 14px;
  background: transparent;
  color: #fff;
  width: 75px;
  display: inline-block;
}

.links_header{
  background: #000;
  color: #fff;
  height: 38px;
  padding: 8px;
  text-align: center;
}
.links_header a{
  color: #fff;
}

@-webkit-keyframes blink {
  67% { opacity: 0 }
}

@-moz-keyframes blink {
  67% { opacity: 0 }
}

@-o-keyframes blink {
  67% { opacity: 0 }
}

@keyframes blink {
  67% { opacity: 0 }
}
}

#modal-load{
  position: absolute;
  z-index: 99999;
  background-color: #ccc;
  width: 100%;
  text-align: center;
  height: 100%;
  padding-top: 50%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none;
}

.cinquentapx{
  width: 35px;
}

#modal-load img.roda{
  position: fixed;top: 40%;
}

@media only screen and (max-width: 600px) {
  #modal-load img.roda{
    margin-left: -10%;
  }
}

.scrollul{
  max-height: 200px;
  overflow: scroll;
}

.itemBlue{
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  color: #000;
}

.lista-jogos{
  text-align: center;margin:10px;
  min-height: 60px;
  padding: 0px;
}
.inputCalculo{
  display: inline-block!important;
  border: 1px solid #ccc!important;
  text-align: right;  
  padding:5px!important; 
  height: 30px!important;
  width: 80px!important;
  margin-right: 20px;
}
.title.title-center.header-item{
  font-size: 12px
}
.header-item{
  font-size: 12px!important;
}
.p_retorno_calculo, .indice_calculo{
  font-weight: bold;
  font-size: 13px
}
.lista-jogos .jogo{
  border-top: 1px solid #ccc;
  margin-top:10px
}
.btn-primary{
  color: #fff;
  background-color: #007bff;
  border-color: #ff000000;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-right: 10px;
}
.btn-default{
  color: #ccc;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-right: 10px;
}
button{
  width: 60px;
}
.btn-primary.mais{
  background-color: #197b13;
}
.btn-primary.fora{
  background-color: #a18eec;
}
.btn-primary.empate{
  background-color: #c18f00;
}
.header-jogos strong{
  display: inline-block;
  width: 70px
}
.lista-jogos .active, .cotacoes .active{
  border: 4px solid red!important;
  border-color: red!important;
}
.scroll-refresher.active{
  border: 4px solid #fff;
  border-color: #fff;
}

.btn-aba.ativo{
  background-color: #cfcfcf;
  border-color: #cfcfcf;
}
.btn-aba{
  color: #000;
  background-color: #fff;
  border-color: #fff;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 12px;
  line-height: 1.5;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-right:1px;
  width: 80px;
}


.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.fundoVoltar {
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    background-clip: border-box;
    transition: background-size 0.2s;
    transition-timing-function: cubic-bezier(.07,1.41,.82,1.41);
    display: block;
    width: 30px;
    height: 30px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100%;
    white-space:nowrap;
}

.qr-code,
.qr-code-text {
  display: none;
}

@media screen and (min-width: 1000px) {
  .qr-code {
    display: block;
    width: 150px
  }
}

@media screen and (min-width: 1200px) {
  .qr-code,
  .qr-code-text {
    display: block;
  }
}

.qrCode {
  text-align: center;
  margin-top: 5px;
}

.qrCode table {
  display: inline-block;
  border-width: 0;
  border-style: none;
  border-color: #0000ff;
  border-collapse: collapse;
}

.qrCode td {
  border-left: solid 5px #000;
  padding: 0;
  margin: 0;
  width: 0px;
  height: 5px;
}

.qrCode td.black {
  border-color: #000;
}

.qrCode td.white {
  border-color: #fff;
}

.input-copy{
  display: inline!important;
  background: #353535!important;
  color: #fff!important;
  padding: 2px!important;
}

.tab-item{
  display: none;
}


