body,
html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: Arial;
  font-size: 12px;
  overflow: hidden;
}

table {
  border-collapse: collapse;
  min-width: max-content;
}

td,
th {
  border: 1px solid #ccc;
  padding: 5px;
  white-space: nowrap;
}

th {
  text-align: left;
  font-weight: bold;
  background: #666;
  color: #fff;
}

th.hora {
  background-color: #a6a6a6;
  text-align: right;
}

th.hora,
td.hora {
  width: 45px;
}

td {
  text-align: right;
}

table th:first-child,
table td:first-child {
  text-align: left;
  width: 250px !important;
}

td.bloqueado {
  background: #ccc;
}

.tiempo {
  float: right;
  background: #fc0;
  border-radius: 5px;
  padding: 0 5px;
  margin-left: 10px;
}

.hidden {
  display: none;
}

#header input {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: #000000cc 1px solid;
}

th a {
  color: #fff;
  text-decoration: none;
}

th a:hover {
  color: #fff;
  text-decoration: underline;
}

th.dia,
td.dia {
  width: 100px;
  /* position: relative; */
}

th.dia > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

th.dia button {
  background-color: #07f;
  border: none;
  padding: 5px;
  color: #fff;
  width: 18px;
  height: 18px;
  line-height: 0;
  text-align: center;
  cursor: pointer;
  margin-left: 5px;
}

th.dia button:hover {
  background-color: #08f;
}

th.dia button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

#content {
  background-color: red;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
}

.header {
  width: 100%;
  background-color: #f0f0f0;
  display: flex;
  flex-direction: column;
  border-bottom: #e6e6e6 2px solid;
}

.header input {
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  border: #bbbbbb 1px solid;
  font-size: 16px;
  margin: 10px;
}

.header input:focus,
.header input:active {
  outline: none;
  border: #7e7e7e 1px solid;
}

.content {
  width: calc(100% - 20px);
  height: 100%;
  overflow: auto;
  padding: 0 10px 60px 10px;
}

.progress-bar-container {
  width: 100%;
  background-color: #c2c2c2;
  overflow: hidden;
  height: 15px;
}

.progress-bar {
  width: 0;
  height: 100%;
  background-color: #07f;
  color: #fff;
  transition: width 0.5s ease;
  text-align: center;
  line-height: 16px;
  font-size: 10px;
}
