/* CSS - Drop e Drag */

.draggable 
  {padding: 5px; 
   float: left; 
   margin: 5px 9px 9px 5; 
   font-size: .9em; 
  }
  
#containment-wrapper 
  {padding-bottom: 5px;
  }
 
.ui-widget-header img, .ui-widget-content img 
  { margin: 0; 
  }

.ui-widget-header h5
  {padding-top: 45px;  
   padding-left: 10px;
  }

#snaptarget 
  {width: 550px;
   height: 490px;
   background: url(../imgs/background/painel_jogadores/paineljogadores.png);
  }

.imgtimedasemana
  {width: 60px;
   height: 60px;
   padding-left: 3px;
  }

.ajusteh6timedasemana
  {padding-top: 7px;
   color: yellow;
  }


.btnpaineltime
  {padding-top: 20px; 
   padding-right: 15px;
   text-align: right;
  }

.ajustemenuesquerdo
  {padding-top: 44px;  
  }

.ajustemenuedireito
  {padding-top: 44px;  
  }

.imgPlayerPainelJogadores h6
  {color: blueviolet;
   text-align: center;
  }  

.imgLogoTimeJogo
  {color: yellow;
   text-align: center;
  }

.ajustecitevaloratual
  {color: darkcyan;
   font-size: 16px;
  }







