.campos{
width: 90%; background: #D2F3E4; border:0; color:#000; padding: 10px; margin:2px 0;float: right 
}

.btn{
    width: 100px; background: #005100; border:0; color:#fff; padding: 5px; margin:2px 0;float: right; cursor: pointer
}
.btnAcaoSenha{
    width: 160px;
    height: 160px;
    color: #FFF;
    padding-top: 112px;
    overflow: hidden;
    border-radius: 7px;
    margin: 10px;
    cursor: pointer;
}
.btnAcaoSenha.desativado{
    opacity: 0.3;
}
#repetirSenha{
    background: url(../images/admin2/icons/refresh.png) #0780C1;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center 20px;

}

.proximaSenha{
    background: url(../images/admin2/icons/play.png) #199f45;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center 20px;
}

.proximaSenha.avancar{
    background: url(../images/admin2/icons/play.png) #113CA7;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center 20px;
}

#proximaSenhaAusente{
    background: url(../images/admin2/icons/prev.png) #ffcd05;
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: 10px center;
    height: 40px;
    padding-top: 0;
    text-align: left;
    padding-left: 43px;
}

.proximaSenhaEspecifica{
    background: url(../images/admin2/icons/foward.png) #ff7e00;
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: 10px center;
    height: 40px;
    padding-top: 0;
    text-align: left;
    padding-left: 43px;
}

.btnPresenteAusente{
    color: #FFF;
    border-radius: 7px;
    margin:10px;
    padding: 10px 0;
    width: 160px;
    opacity: 0.3;
    cursor: pointer
}
#setaPresente{
    background:  #14903d;
    
}

#setaAusente{
    background:  #bd1b1b;
    
}

.botaoClassificacao{
    color: #FFF;
    border-radius: 4px;
    width: 80px;
    margin: 10px 1px;
    padding: 10px 0;
    opacity: 0.3;
    cursor: pointer;
}

.botaoClassificacao.selecionado{
    opacity: 1;
}

.btnPresenteAusente.selecionado{
    opacity: 1;
}

#senhaChamar,#senhaPrioridadeSelect,#senhaChamarString{
    border:1px solid #CCC;
    padding: 10px;
}

#senhaChamarString{
    text-transform: uppercase;
    text-align: center;
    
}