*{
  text-align: center;
}

nav {
  	margin-top: 5px;
  	margin-right: 10px;
  	max-width: 1200px;
}

nav li {
  list-style-type: none;
  padding: 10px;
  margin: 5px;
  float: left;
}

nav a {
  cursor: pointer;
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

nav a:hover {
  color: #00ffc6;
}

header {
  background-color: #11111a;
  clear: both;
  color: #f5f5f5;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}

table{
	margin: 0 auto;
	width: 1000px;
  	text-transform: uppercase;
}

table, th, td {
  border-collapse: collapse;
  border: none;
  background-color: #1a1a26;
  color: #f5f5f5;
}

thead{

  border-bottom: 1px solid #2c2c3a;
  background-color: #11111a;
  color: #00ffc6;
  font-weight: normal;
}

thead th{
	padding: 0 10px;
}

.soloAdmin th{
	display: inline;
	padding: 0 10px;
	width: 1000px;
}


.soloCliente th{
	padding: 0 10px;
	width: 1000px;
}

table tr:nth-child(odd) td {
  background-color: #1f1f2b;
}

table tr:nth-child(even) td {
  background-color: #2a2a38;
}

label {
  text-transform: uppercase;
  font-size: 13px;
}

input,
select {
  margin: 0 10px 10px 0;
  min-width: 200px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border: 1.5px solid #2c2c3a;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
}


select:focus {
  border-color: #00ffc6;
  box-shadow: 0 0 6px #00ffc6;
}

input[type="button"],
button {
  background-color: #7a5cff;
  color: #f5f5f5;
  border: 1px solid #7a5cff;
  border-radius: 6px;
  min-width: 100px;
  height: 35px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

input[type="button"]:hover {
  background-color: #00ffc6;
  border: 1px solid #00ffc6;
  color: #0b0b12;
}

input[type="button"]:disabled {
  background-color: #555;
}

footer {
  display: flex;
  justify-content: flex-end;
  background-color: #11111a;
  clear: both;
  margin-top: 20px;
  color: #b5b5c3;
  font-size: 20px;
}

footer table{
	display: flex;
    clear: both;
    align-content: flex-end;
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: nowrap;
}
