.acao-barra {
   align-items: center;
   display: flex;
   width: 100%;
   margin: 10px;
   margin-top: 0px;
   margin-right: 10px;
   padding: 3px;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 10px;
   color: #000;
   border: 2px;
   border-style: double;
   border-color: #eeeefc;
   background-color: #fff;
   text-align: left;
   border-radius: 5px 5px 5px 5px;
}

.acao-botao {
   margin: 1px;
   margin-right: 5px;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 12px;
   padding-right: 12px;
   color: 000;
   border: 1px;
   border-style: double;
   border-color: rgb(129, 123, 123);
   background-color: #eeeefc;
   text-decoration: none;
   border-radius: 5px 5px 5px 5px;
}

.acao-botao:disabled {
   opacity: 0.5;
   cursor: not-allowed;
   pointer-events: none;
   font-weight: bold;
   font-style: italic;
}

.acao-href-btn {
   vertical-align: middle;
   margin-right: 5px;
   padding-top: 2px;
   padding-bottom: 2px;
   padding-left: 9px;
   padding-right: 9px;
   background-color: #eeeefc;
   color: 000;
   border: 1px;
   border-color: rgb(129, 123, 123);
   border-style: double;
   text-decoration: none;
   border-radius: 5px 5px 5px 5px;
}