@charset "UTF-8";
body::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: #101010;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: blue;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #101010;  /* creates padding around scroll thumb */
}

body{
  padding-top: 70px;
}

.form-signin {
  max-width: 500px;
  padding: 0px 15px 82px 15px;
  margin: 0 auto;
}

.form-signin label{
  margin-bottom: 0;
  margin-top: 10px;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  /*z-index: 2;*/
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tabela{
    text-align: center;
    font-weight: bold;
}

.box{
    width: 50px;
    text-align: center;
    border: none;
    border-bottom: solid;
}

img{ 
    width: 40px;
    height: 40px;
}

.imagem-camisa{
  height: 500px;
  background-image: url('../imagens/camisas.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.imagem-podium{
  height: 350px;
  
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.panel-body p {
  color:royalblue;
  font-weight: bolder;
  text-align:justify;
  font-style: italic;
}

.construcao {
  height: 500px; 
  background-image: url('../imagens/construcao.png'); 
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.tabela-classificacao td{
    font-weight: bold;
    font-size: small;
}

.tabela-classificacao th#principal{
  text-align: center;
  font-weight: bold;
}

.tabela-classificacao p{
  font-style: italic;
  font-size: smaller;
}

.linkliga{
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.linkliga:hover{
  text-decoration: none;
  background-color: #333;
  color: white;
  border-radius: 10px;
}

.botoesligas:hover{
  cursor: pointer;
  color: blue;
}

.sairliga:hover{
  cursor: pointer;
  color: red;
}

.nomeliga{
  vertical-align: middle;
  margin-left: 10px;
}

.labelerro{
  font-style: italic;
  font-weight: bold;
  display: block;
  position: sticky;
  background-color: rgba(255, 0, 0, 0.90);
  color: #f5f5f5;
  padding: 5px;
  bottom: 10px;
  border-radius: 5px;
  max-width: 500px;
  float: right;
}

.fechalabel{
  display: block;
  float: right;
  margin-left: 10px;
}

.inputimage{
  cursor: pointer;
}

.tbl-class, .tabela-classificacao{
  /*display: block;*/
  overflow: auto;
  /*margin-bottom: 80px;*/
}

label.inputimg{
  display: block;
}

.glyphicon{
  cursor: pointer;
}

.bannerfoto{
  /*z-index: 15;*/
  border: solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 33px;
  background-color: rgba(0,100,255,.9);
  box-shadow: black 10px 10px 16px;
}

.fechabanner{
  color: white;
  float: right;
}

.pbanner{
  color: white;
  font-weight: bold;
  font-style: italic;
  font-size: 12pt;
  padding: 10px;
}

.pbanner a{
  text-decoration: none;
  color: white;
}

div#tabs table{
    margin-bottom: 0;
}

.block{
  display: block;
}

.ui-tabs .ui-tabs-panel{
   padding: 0 !important;
}

.ui-tabs .ui-tabs-active a {
  background: unset !important;
  background-color: #1069e4 !important;
  color: white !important;
}

.ui-widget-header {
  border: unset !important;
  background: unset !important;
}

.ui-widget {
  font-family: unset !important;
  font-size: unset !important
}
.container {
  margin-bottom: 80px;  
}

.badge{
  vertical-align: top;  
  background-color: #0070c0;
  display: unset; 
  /* min-width: 10px; */
  padding: 3px 4px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  /* vertical-align: middle; */
  /* background-color: #777; */
  border-radius: 10px;
}

.salvarpalpite{
  padding: 6px 6px;
}

.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
  padding: 6px 1px;
}

#tabs{
  border: none;
}

.tbl500{
  display: block;
  height: 500px;
}

.table{
  color: #454545 !important;
}