body {
  background-color: #f4f7fa; }

.table-wrapper {
  background: #fff;
  padding: 20px 25px;
  margin-top: 30px;
  margin-bottom: 5em;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.table-title {
  background: #435d7d;
  color: #fff;
  padding: 1vh 5vh;
  margin: -20px -25px 10px;
  border-radius: 3px 3px 0 0; }
  .table-title h2 {
    margin: 5px 0 0;
    font-size: 1em; }
  .table-title .btn-group {
    float: right; }
  .table-title .btn {
    color: #fff;
    float: right;
    font-size: 13px;
    border: none;
    min-width: 50px;
    border-radius: 2px;
    border: none;
    outline: none !important;
    margin-left: 10px; }
    .table-title .btn i {
      float: left;
      font-size: 2.6vh;
      margin-right: 5px; }
    .table-title .btn span {
      float: left;
      margin-top: 2px; }

.table tr, .table th, .table td {
  border-color: #e9e9e9;
  padding: 0.92vh 1.97vh;
  vertical-align: middle; }
.table td:last-child {
  opacity: 0.9;
  font-size: 1.9vh;
  margin: 0 5px; }
.table td {
  font-size: 0.875em; }
  .table td a {
    font-weight: bold;
    color: #566787;
    text-decoration: none;
    outline: none !important; }
    .table td a i {
      font-size: 1.9em; }
  .table td .edit {
    color: #FFC107; }
  .table td .delete {
    color: #F44336; }

.pagination {
  float: right;
  margin: 0 0 5px; }
  .pagination a {
    border: none;
    font-size: 0.8em;
    min-width: 30px;
    max-width: 30px;
    color: #999;
    margin: 0 2px;
    line-height: 30px;
    border-radius: 2px !important;
    text-align: center;
    padding: 0 6px; }
  .pagination a:hover {
    background: #007bff;
    color: #fff; }

.hint-text {
  float: left;
  margin-top: 10px;
  font-size: 1.706vh; }

.modal .modal-dialog {
  max-width: 28.125em; }
.modal .modal-header, .modal .modal .modal-body, .modal .modal .modal-footer {
  padding: 1.25em 1.875em; }
.modal .modal-content {
  border-radius: 3px; }
.modal .modal-footer {
  background: #ecf0f1;
  border-radius: 0 0 3px 3px; }
.modal .modal-tittle {
  display: inline-block; }

/*# sourceMappingURL=estilos.css.map */
