body {
  color: #566787;
  background: #f5f5f5;
  font-family: "Varela Round", sans-serif;
  font-size: 13px;
}
.table-wrapper {
  background: #fff;
  padding: 20px 25px;
  margin: 10px auto;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.table-wrapper .btn {
  float: right;
  color: #333;
  background-color: #fff;
  border-radius: 3px;
  border: none;
  outline: none !important;
  margin-left: 10px;
}
.table-wrapper .btn:hover {
  color: #333;
  background: #f2f2f2;
}
.table-wrapper .btn.btn-primary {
  color: #fff;
  background: #03a9f4;
}
.table-wrapper .btn.btn-primary:hover {
  background: #03a3e7;
}
.table-title .btn {
  font-size: 13px;
  border: none;
}
.table-title .btn i {
  float: left;
  font-size: 21px;
  margin-right: 5px;
}
.table-title .btn span {
  float: left;
  margin-top: 2px;
}
.table-title {
  color: #fff;
  background: #fff;
  margin: 0 auto;
  border-radius: 3px 3px 0 0;
  width: 100px;
}
.table-title h2 {
  margin: 5px 0 0;
  font-size: 24px;
}

.logo {
  margin: 0 auto;
}

.logo img {
  width: 100px;
  margin: 0 auto;
  display: block;
  padding: 10px;
}

.show-entries {
  visibility: hidden;
}

.show-entries select.form-control {
  width: 70px;
  margin: 20px 5px;
}
.table-filter .filter-group {
  margin: 0 auto;
  padding-bottom: 20px;
}

.table-search {
  visibility: hidden;
  height: 20px;
}

.table-filter input,
.table-filter select {
  height: 44px;
  border-radius: 20px;
  border-color: #e5e5e5;
  box-shadow: none;
  padding-left: 40px;
}

.table-filter input::placeholder {
  padding-left: 0px;
}

.table-filter {
  border-bottom: 1px solid #e9e9e9;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
.table-filter .btn {
  height: 34px;
}
.table-filter label {
  font-weight: normal;
  margin-left: 10px;
}
.table-filter select,
.table-filter input {
  margin: 0 auto;
}
.table-filter input {
  width: 300px;
  margin: 0 auto;
  display: block;
}
.filter-group select.form-control {
  width: 210px;
  margin: 0 auto;
  display: block;
}
.filter-icon {
  float: right;
  margin-top: 7px;
}
.filter-icon i {
  font-size: 18px;
  opacity: 0.7;
}
table.table tr td {
  border-color: #e9e9e9;
  padding: 12px 15px;
  vertical-align: middle;
}
table.table tr th,
table.table tr td {
  border-color: #e9e9e9;
  padding: 12px 15px;
  vertical-align: middle;
}
table.table tr th:first-child {
  width: 40%;
}

table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fcfcfc;
}
table.table-striped.table-hover tbody tr:hover {
  background: #f5f5f5;
}
table.table th i {
  font-size: 13px;
  margin: 0 5px;
  cursor: pointer;
}
table.table td a {
  font-weight: bold;
  color: #566787;
  display: inline-block;
  text-decoration: none;
}
table.table td a:hover {
  color: #2196f3;
}
table.table td a.view {
  width: 30px;
  height: 30px;
  color: #2196f3;
  border: 2px solid;
  border-radius: 30px;
  text-align: center;
}
table.table td a.view i {
  font-size: 22px;
  margin: 2px 0 0 1px;
}

table.table td a.settings {
  color: #2196f3;
}
table.table td a.delete {
  color: #f44336;
}
table.table .avatar {
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}
.Equipe {
  font-size: 70px;
  margin: 2px 2px 0 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 10px;
}

.fa {
  padding-bottom:15px;
}
.prata {
  color: #d2d3d3;
}
.ouro {
  color: #ffc125;
}
.amarela {
  color: #ffff00;
}
.rosa {
  color: #ff1493;
}

.azul {
  color: #1e90ff;
}

.vermelha {
color: #DC143C;
}

.laranja {
color: #FF8C00;
}

.arcoiris {
background: -webkit-radial-gradient(#DC143C ,#A020F0, #00FA9A) ;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.roxa {
color: #9932CC;
}

.branca {
color: #F5F5F5;
}

.bronze {
color: #A0522D;		
}

.pagination {
  float: right;
  margin: 0 0 20px;
  margin-right: 30px;
  visibility: hidden;
}
.pagination li a {
  border: none;
  font-size: 13px;
  min-width: 30px;
  min-height: 30px;
  color: #999;
  margin: 0 2px;
  line-height: 30px;
  border-radius: 2px !important;
  text-align: center;
  padding: 0 6px;
  visibility: none;
}
.pagination li a:hover {
  color: #666;
}
.pagination li.active a {
  background: #03a9f4;
}
.pagination li.active a:hover {
  background: #0397d6;
}
.pagination li.disabled i {
  color: #ccc;
}
.pagination li i {
  font-size: 16px;
  padding-top: 6px;
}
/* .pagination {
		text-align: right;
		margin: 0;
		padding: 0;
		margin: 0 0 10px;
	 }
	 .pagination li {
		display: inline-block;
		list-style: none;
		padding: 10px 15px;
		cursor: pointer;
	 }
	 .pagination li.active {
		background: #003580;
		color: white;
	 }
	 
	 .block {
		display:none;
	 } */
.hint-text {
  float: left;
  margin-top: 10px;
  font-size: 13px;
}

.clearfix {
  visibility: hidden;
}

.group {
  display: flex;
  line-height: 78px;
  align-items: center;
  position: relative;
  max-width: 290px;
}

.input {
  width: 100%;
  height: 50px;
  line-height: 28px;
  padding: 0 1rem;
  padding-left: 2.5rem;
  border: 2px solid transparent;
  border-radius: 8px;
  outline: none;
  background-color: #f3f3f4;
  color: #0d0c22;
  transition: 0.3s ease;
}

.input::placeholder {
  color: #9e9ea7;
}

.input:focus,
input:hover {
  outline: none;
  border-color: rgba(84, 76, 234, 0.4);
  background-color: #fff;
  box-shadow: 0 0 0 4px rgb(234 76 137 / 10%);
}

.icon {
  position: absolute;
  left: 1rem;
  fill: #c0c0c7;
  width: 2rem;
  height: 2rem;
}
