.juegoLoader {
  position: absolute;
  z-index: 1000;
  top: 200px;
  left: 247px;
  display: none;
}

.sorteoTab {
  position: relative;
  width: 150px;
  float: right;
  margin-right: 40px;
  margin-top: 9px;
}

.noresults {
  position: absolute;
  z-index: 1;
  top: 200px;
  left: 180px;
  display: none;
  font-size: 11px;
  color: #000000;
  text-align: center;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}

span.resultados {
  height: 20px;
  width: 80px;
  position: absolute;
  top: 10px;
  right: 14px;
  display: block;

  font-size: 11px;
  color: #000000;
  text-align: center;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}
span.resultadosBox {
  height: 20px;
  width: 100px;
  position: absolute;
  top: 24px;
  right: 14px;
  display: block;

  color: #666666;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 20px;
}
span.resultadosBox input {
  width: 80px;
  background-color: #dadada;
  border: none;
  color: #666666;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 20px;

  padding: 0px;
  margin: 0px;
  cursor: pointer;
}

#article {
  background: #fff;
  color: #000;
  padding: 0px;
  margin: 0px;
}

/*************	QUINI   *************/

/*************	QUINI   *************/

#head-results {
  clear: both;
  overflow: hidden;
  margin: 0px;
}

#head-results img#logo {
  float: left;
  margin: 0px 50px 0px 0px;
}

#head-results .data {
  float: left;
  margin: 15px 20px 0px 0px;
  width: 100px;
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
}

#head-results span {
  display: block;
  margin: 0px 0px 5px;
}

#head-results span.black-text {
  color: #000;
  text-align: center;
  padding: 0px 5px;
}

#head-results span.blue-text {
  background: #014e9a;
  color: #fff;
  text-align: center;
  padding: 10px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#bottom-quini {
  clear: both;
  overflow: hidden;
  margin: 0px auto;
  display: block;
}

#left-juego {
  width: 50%;
  float: left;
}

#right-juego {
  width: 50%;
  float: right;
}

.carton-quini {
  width: 300px;
  background: #fff;
  margin: 10px auto;
  padding: 0px;
  box-shadow: 1px 1px 10px #ccc;
  -moz-box-shadow: 1px 1px 10px #ccc;
  -webkit-box-shadow: 1px 1px 10px #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
}

.title-carton-quini {
  background: #014e9a;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  padding: 5px 0px;
  display: block;
}

.carton-quini ul {
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  display: inline-block;
}

.carton-quini li {
  width: 35px;
  height: 35px;
  background: url(../image/bola-quini.png) no-repeat center;
  background-size: 35px;
  margin: 5px;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  font-size: 24px;
  line-height: 36px;
  color: #000;
}

.table-loto {
  width: 300px;
  min-height: 120px;
  background: #fff;
  margin: 10px auto;
  box-shadow: 1px 1px 10px #ccc;
  -moz-box-shadow: 1px 1px 10px #ccc;
  -webkit-box-shadow: 1px 1px 10px #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  clear: both;
}

.table-loto table {
  width: 100%;
}

.table-loto th {
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  padding: 5px 0px;
  background: #008bd2;
  color: #fff;
  line-height: 12px;
}

.table-loto th:nth-child(1) {
  width: 60px;
}

.table-loto th:nth-child(2) {
  width: 45px;
}

.table-loto td {
  padding: 3px 0px;
  color: #000;
  font-family: "Ubuntu", sans-serif;
  font-size: 11px;
  text-align: center;
  line-height: 12px;
}

#proximo-sorteo-quini {
  margin: 0px auto;
  width: 565px;
}

.table-loto-large {
  width: 450px;
  height: 100px;
  background: #fff;
  margin: 10px auto;
  box-shadow: 1px 1px 10px #ccc;
  -moz-box-shadow: 1px 1px 10px #ccc;
  -webkit-box-shadow: 1px 1px 10px #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  clear: both;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.table-loto-large table {
  width: 100%;
  grid-column-start: 1;
  grid-column-end: 3;
}

.table-loto-large th {
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  padding: 5px 0px;
  background: #008bd2;
  color: #fff;
}

.table-loto-large th:nth-child(1) {
  width: 120px;
}

.table-loto-large th:nth-child(2) {
  width: 130px;
}

.table-loto-large td {
  padding: 3px 0px;
  color: #000;
  font-family: "Ubuntu", sans-serif;
  font-size: 11px;
  text-align: center;
}

.table-loto-large ul {
  margin: 2px auto 0;
  padding: 0px;
  list-style: none;
  display: inline-block;
  grid-column-start: 1;
  grid-column-end: 3;
}

.table-loto-large li {
  width: 18px;
  height: 18px;
  background: url(../image/bola-quini.png) no-repeat center;
  background-size: 18px;
  margin: 5px 2px;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #000;
}

.left-table {
  float: left;
  margin: 10px 0 0 10px;
  font-size: 28px;
  font-weight: bold;
}

.right-table {
  float: right;
}

.right-table .table-loto {
  width: 258px;
  min-height: 10px;
  height: 45px;
  margin: 0px 10px 0 10px;
}

#banner {
  margin: 0px auto;
  width: 565px;
}

@media (max-width: 600px) {
  #head-results img#logo {
    display: none;
  }

  .carton-quini {
    width: 100%;
    margin: 0px;
    border: 1px solid #ccc;
  }

  #left-juego {
    width: 100%;
  }

  #right-juego {
    width: 100%;
  }

  .table-loto {
    width: 100%;
    margin: 0px;
    min-height: 0px;
  }

  #banner {
    display: none;
  }

  .table-loto-large {
    width: 100%;
    height: 110px;
  }

  .table-loto-large ul {
    display: none;
  }

  .left-table {
    float: none;
    text-align: center;
  }

  .right-table {
    float: none;
  }

  .table-loto-large table {
    width: 100%;
  }

  .right-table .table-loto {
    width: 100%;
    margin: 0px;
  }
}
