﻿.btn-operacao {
   width: 25px;
   margin-right: 5px;
}

.btn-incluir {
   color: #6cc643 !important;
   cursor: pointer;
}

   .btn-incluir:before {
      font-family: 'FontAwesome';
      content: '\f055';
      position: relative;
   }

.btn-excluir {
   color: red !important;
   cursor: pointer;
}

   .btn-excluir:before {
      font-family: 'FontAwesome';
      content: '\f014';
      position: relative;
   }

.btn-visualizar {
   color: green !important;
   cursor: pointer;
}

   .btn-visualizar:before {
      font-family: 'FontAwesome';
      content: '\f06e';
      position: relative;
   }  

.btn-editar {
   color: #db8916 !important;
   cursor: pointer;
}

   .btn-editar:before {
      font-family: 'FontAwesome';
      content: '\f044';
      position: relative;
   }

.btn-cima {
   color: #386ddc !important;
   cursor: pointer;
}

   .btn-cima:before {
      font-family: 'FontAwesome';
      content: '\f176';
      position: relative;
   }

.btn-baixo {
   color: #386ddc !important;
   cursor: pointer;
}

   .btn-baixo:before {
      font-family: 'FontAwesome';
      content: '\f175';
      position: relative;
   }

.btn-download {
   color: #386ddc !important;
   cursor: pointer;
}

   .btn-download:before {
      font-family: 'FontAwesome';
      content: '\f019';
      position: relative;
   }

.btn-portal {
   color: #386ddc !important;
   cursor: pointer;
}

   .btn-portal:before {
      font-family: 'FontAwesome';
      content: '\f0c1';
      position: relative;
   }

.btn-recarregar {
}

.btn-modal {
}
