/* 
    Created on : 12/07/2021, 09:21:55
    Author     : angel
*/

.fundo_lf {
    background: #f7ebf7;
}

.borda_lf {
    border: 1px solid;
    border-radius: 5px;
    border-color: #930089;
}

.nusort-lf {
  display: table-cell;
  background-color: #930089;
  margin: 2px 0 0 2px;
  height: 35px;
  width: 60px;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  padding-top: 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #930089;
  }

.nusorta-lf {
  display: table-cell;
  background-color: #fff;
  margin: 2px 0 0 2px;
  height: 35px;
  width: 60px;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  padding-top: 7px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  border-radius: 5px;
  border: 1px solid #930089;
  }
  
  .nusortbr-lf {
  display: table-cell;
  background-color: #f7ebf7;
  margin: 2px 0 0 2px;
  text-align: center;
  height: 35px;
  width: 35px;
  align-items: center;
  padding-top: 7px;
  font-size: 14px;
  border-radius: 5px;
 
  }
  
  .rpt-lf {
  display: table-cell;
  background-color: #930089;
  margin: 2px 0 0 2px;
  height: 35px;
  width: 35px;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  padding-top: 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #930089;
  }
  
  .rpta-lf {
  display: table-cell;
  background-color: #fff;
  margin: 2px 0 0 2px;
  height: 35px;
  width: 35px;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  padding-top: 7px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  border-radius: 5px;
  border: 1px solid #930089;
  } 
  
  .rptb-lf {
  display: table-cell;
  background-color: #d6d2d2;
  margin: 2px 0 0 2px;
  height: 35px;
  width: 35px;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  padding-top: 7px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  border-radius: 5px;
  border: 1px solid #930089;
  }
  
  .rptbr-lf {
  display: table-cell;
  background-color: #f7ebf7;
  margin: 2px 0 0 2px;
  height: 35px;
  width: 35px;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  padding-top: 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;

  }
  
  .sai-lf {
  display: table-cell;
  background-color: #F8D87C;
  margin: 2px 0 0 2px;
  height: 35px;
  width: 35px;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  padding-top: 7px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  border: 1px solid #5B5757;
  border-radius: 5px;
  }
  
.saixy-lf {
  display: table-cell;
  background-color: #E3B32B;
  margin: 2px 0 0 2px;
  height: 35px;
  width: 35px;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
font-size: 14px;
   padding-top: 7px;
  font-weight: bold;
  color: #000;
  border: 1px solid #5B5757;
  border-radius: 5px;
  } 
  
  .atrxy-lf {
  display: table-cell;
  background-color: #44BAF3;
  margin: 2px 0 0 2px;
  height: 35px;
  width: 35px;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
font-size: 14px;
   padding-top: 7px;
  font-weight: bold;
  color: #000;
  border: 1px solid #5B5757;
  border-radius: 5px;
  }
  
 .atr-lf {
 display: table-cell;
  background-color: #45acf5;
  margin: 2px 0 0 2px;
  height: 35px;
  width: 35px;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  font-size: 14px;
     padding-top: 7px;
  font-weight: bold;
  color: #000;
  border: 1px solid #5B5757;
  border-radius: 5px;
  }
  
  #dezenas-lf {
  display: table-cell;
  background-color: #fff;

  height: 35px;
  width: 35px;
  align-items: center;
  text-align: center;
  box-sizing: border-box;

  font-size: 14px;
 
  font-weight: bold;
  color: #000;
  border: 1px solid #930089;
  border-radius: 5px;
  cursor: pointer;
}
.dezenas-lf-selecionada {
	color: #FFF !important;
	background-color: #930089 !important;
	border-radius: 5px;
}

#dezenas-lf:active, #dezenas-lf:focus, #dezenas-lf.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 5px;
}
#dezenas-lf:hover {
background-color: #930089 !important;
border: 1px solid #930089;
font-weight: bold;
color: #fff;	
}