/*
 *
 * CSS com estilos específicos do Sistema de Cobrança
 *     Área do Irrigante
 *
 * @Autores
 *
 * - Codevasf - GTI
 *
 * @Referencias
 *
 * Lista de padrões, convenções e boas praticas CSS que devem ser seguidas.
 * https: //github.com/necolas/idiomatic-css/tree/master/translations/pt-BR
 *
 * Plugins para ordenar os atributos de CSS.
 * http://csscomb.com/
 *
 * Validador de CSS do W3C.
 * http://jigsaw.w3.org/css-validator/
 *
 */

.formControls input[type="button"]{
  color: #fff;
  background-color: #005199;
  border: none;
  padding: 3px 30px;
  cursor: pointer;
  border-radius: 6px;
}

.formControls input[type="file"]{
  color: #fff;
  background-color: #005199;
  border: none;
  padding: 3px 30px;
  cursor: pointer;
  border-radius: 6px;
}

.prDigPaginacao a {
  text-decoration: none;
  min-width: 25px;
  width: 25px;
  height: 25px;
  border: 1px solid white;
  border-radius: 3px;
  display: inline-block !important;
  line-height: 25px;
  margin: 0 4px 0 4px !important;
  cursor: pointer;
}

.prDigPaginacao span {
  text-decoration: none;
  color: black;
  min-width: 25px;
  width: 25px;
  height: 25px;
  display: inline-block !important;
  margin: 0 4px 0 4px !important;
}
