body {
  background-color: #fff;
}

.login {
  padding-top: 15px;
}

.footer {
  padding-top: 15px;
}

.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.subheading {
  color: #808080;
  text-shadow: -1px 1px 0 #fff;
  -moz-text-shadow: -1px 1px 0 #fff;
  -webkit-text-shadow: -1px 1px 0 #fff;
  margin-top: 3px;
}

.legend {
  margin-bottom: 0px;
}

.container hr {
  margin-top: 0px;
  margin-bottom: 5px;
}

.container .btn-links {
  text-align: left;
}

.container .btn-links a {
  margin-bottom: 2px;
}

#forgot-password {
  float: left;
  margin-bottom: 10px;
}

.ft-complete {
  color: #4a7684;
  background-color: #f9f9f9;
  /* display: inline-block !important;
  min-width:300px !important;   */
  vertical-align: middle;
}

.panel-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.panel-title {
  font-size: 2em;
}

.avatar {
  margin-bottom: 15px;
  border: 10px solid #f9f9f9;
  box-shadow: 0 0 8px #aaa;
}

.table-user-information {
  margin-bottom: 0 !important;
}

.hora {
  font-size: 3em;
  font-weight: bold;
  margin-top: 3px;
}

.dia {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 7px;
}

.botones a {
  width: 75%;
}

.horas {
  font-size: 2.75em;
  font-weight: bold;
  color: #4a7684;
  margin-top: 3px;
  text-align: center;
}

.notas-label {
  color: #4a7684;
  font-size: 3rem;
  font-weight: 700;
}

.notas-area {
  margin-bottom: 2rem;
  font-size: 1.65rem;
}

.wobt {
  border-top: none !important;
}

.isDisabled {
  cursor: not-allowed;
  opacity: 0.5;
}

a.isDisabled, button.isDisabled {
  pointer-events: none;
  text-decoration: none;
  cursor: default;
}

@media screen and (max-width: 767px) {
  .toppad {
    margin-top: 0;
  }
}