﻿.header-minhas-tabelas {
  background-color: #357ebd;
  color: white;
  font-size: 1.5em;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase; }

img.minhas-tabelas {
  border-radius: 50%;
  height: 60px;
  width: 60px; }

.table-users-minhas-tabelas {
  max-width: 100%;
  overflow-x: auto;
  width: 100%;
  border-top: 0.5px solid lightgray; }

th.minhas-tabelas {
  text-align: center; }

.round-sigla-minhas-tabelas {
  padding: 6px;
  background: #4747ff;
  color: white;
  font-size: 16px;
  font-weight: 700;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding-top: 12px;
  font-family: "Open Sans", sans-serif; }

table.minhas-tabelas {
  width: 100%; }
  table.minhas-tabelas td, table.minhas-tabelas th {
    color: #3071a9;
    padding: 10px; }
  table.minhas-tabelas td {
    vertical-align: middle; }
    table.minhas-tabelas td:first-child {
      width: 20px;
      text-align: center; }
    table.minhas-tabelas td:nth-child(2) {
      width: 60px;
      text-align: center; }
    table.minhas-tabelas td:nth-child(3) {
      max-width: 700px;
      height: 100%; }
    table.minhas-tabelas td:nth-child(4) {
      font-size: 1.4em;
      line-height: 1.4;
      text-align: center;
      width: 110px;
      min-width: 100px;
      text-align: center; }
    table.minhas-tabelas td:last-child {
      width: 15px;
      font-size: 1.2em;
      line-height: 1.4;
      text-align: center; }
  table.minhas-tabelas th {
    background-color: white;
    font-weight: 300; }
  table.minhas-tabelas tr:nth-child(2n) {
    background-color: white; }
  table.minhas-tabelas tr:nth-child(2n+1) {
    background-color: white; }

#imaginary_container {
  margin-top: 20%;
  /* Don't copy this */ }

.stylish-input-group .input-group-addon {
  background: white !important; }

.stylish-input-group .form-control {
  border-right: 0;
  box-shadow: 0 0 0;
  border-color: #ccc; }

.stylish-input-group button {
  border: 0;
  background: transparent; }

#search-bar-minhas-tabelas {
  margin: auto;
  width: 400px;
  margin-top: 10px;
  margin-bottom: 10px; }

@media screen and (max-width: 572px) {
  #search-bar-minhas-tabelas {
    margin: auto;
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px; } }

a.minhas-tabelas:link {
  text-decoration: none; }

/* mouse over link */
a.minhas-tabelas:hover {
  color: blue; }

/* selected link */
a.minhas-tabelas:active {
  color: blue; }

